File: dialog-with-menu.rc

package info (click to toggle)
swiftlang 6.1.3-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 2,791,604 kB
  • sloc: cpp: 9,901,740; ansic: 2,201,431; asm: 1,091,827; python: 308,252; objc: 82,166; f90: 80,126; lisp: 38,358; pascal: 25,559; sh: 20,429; ml: 5,058; perl: 4,745; makefile: 4,484; awk: 3,535; javascript: 3,018; xml: 918; fortran: 664; cs: 573; ruby: 396
file content (16 lines) | stat: -rw-r--r-- 670 bytes parent folder | download | duplicates (9)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
101 DIALOG 0, 0, 362, 246
STYLE 0x40l | 0x0004l | 0x0008l | 0x0800l | 0x00020000l |
    0x00010000l | 0x80000000l | 0x10000000l | 0x02000000l | 0x00C00000l |
    0x00080000l | 0x00040000l
CAPTION "MakeNSISW"
MENU 104
FONT 8, "MS Shell Dlg"
BEGIN
    CONTROL "",202,"RichEdit20A",0x0004l | 0x0040l |
                    0x0100l | 0x0800l | 0x00008000 |
                    0x00010000l | 0x00800000l | 0x00200000l,7,22,348,190
    CONTROL "",-1,"Static",0x00000010l,7,220,346,1
    LTEXT "",200,7,230,200,12,0x08000000l
    DEFPUSHBUTTON "Test &Installer",203,230,226,60,15,0x08000000l | 0x00010000l
    PUSHBUTTON "&Close",2,296,226,49,15,0x00010000l
END