Remove unnecessary TUI declarations
[deliverable/binutils-gdb.git] / binutils / testsuite / binutils-all / windres / dlgfont.rc
1 101 DIALOG DISCARDABLE 0, 0, 186, 95
2 FONT 8, "Tahoma"
3 BEGIN
4 DEFPUSHBUTTON "OK", 1, 129, 7, 50, 14
5 END
6
7 102 DIALOGEX DISCARDABLE 0, 0, 186, 95
8 FONT 8, "Tahoma"
9 BEGIN
10 DEFPUSHBUTTON "OK", 1, 129, 7, 50, 14
11 END
12
13 103 DIALOGEX DISCARDABLE 0, 0, 186, 95
14 FONT 8, "Tahoma", 0
15 BEGIN
16 DEFPUSHBUTTON "OK", 1, 129, 7, 50, 14
17 END
18
19 104 DIALOGEX DISCARDABLE 0, 0, 186, 95
20 FONT 8, "Tahoma", 0, 0
21 BEGIN
22 DEFPUSHBUTTON "OK", 1, 129, 7, 50, 14
23 END
24
25 105 DIALOGEX DISCARDABLE 0, 0, 186, 95
26 FONT 8, "Tahoma", 0, 0, 1
27 BEGIN
28 DEFPUSHBUTTON "OK", 1, 129, 7, 50, 14
29 END
This page took 0.029997 seconds and 4 git commands to generate.