File: win32wsextdlgs.rc

package info (click to toggle)
lazarus 4.0%2Bdfsg-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 275,760 kB
  • sloc: pascal: 2,341,904; xml: 509,420; makefile: 348,726; cpp: 93,608; sh: 3,387; java: 609; perl: 297; sql: 222; ansic: 137
file content (14 lines) | stat: -rw-r--r-- 449 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#define DS_3DLOOK           0x0004L
#define DS_CONTROL          0x0400L

#define WS_CHILD            0x40000000L
#define WS_VISIBLE          0x10000000L
#define WS_CLIPSIBLINGS     0x04000000L
#define WS_GROUP            0x00020000L

LAZ_PIC_DIALOG_TEMPLATE DIALOG 0, 0, 300, 145
STYLE DS_3DLOOK | DS_CONTROL | WS_CHILD | WS_VISIBLE | WS_CLIPSIBLINGS 
LANGUAGE 0, 0
{
  CONTROL "", 1119, "STATIC", WS_CHILD | WS_GROUP | WS_VISIBLE, 0, 0, 200, 145
}