Remove unnecessary TUI declarations
[deliverable/binutils-gdb.git] / binutils / testsuite / binutils-all / windres / dlgfont.rc
CommitLineData
45b99827
NC
1101 DIALOG DISCARDABLE 0, 0, 186, 95
2FONT 8, "Tahoma"
3BEGIN
4 DEFPUSHBUTTON "OK", 1, 129, 7, 50, 14
5END
6
7102 DIALOGEX DISCARDABLE 0, 0, 186, 95
8FONT 8, "Tahoma"
9BEGIN
10 DEFPUSHBUTTON "OK", 1, 129, 7, 50, 14
11END
12
13103 DIALOGEX DISCARDABLE 0, 0, 186, 95
14FONT 8, "Tahoma", 0
15BEGIN
16 DEFPUSHBUTTON "OK", 1, 129, 7, 50, 14
17END
18
19104 DIALOGEX DISCARDABLE 0, 0, 186, 95
20FONT 8, "Tahoma", 0, 0
21BEGIN
22 DEFPUSHBUTTON "OK", 1, 129, 7, 50, 14
23END
24
25105 DIALOGEX DISCARDABLE 0, 0, 186, 95
26FONT 8, "Tahoma", 0, 0, 1
27BEGIN
28 DEFPUSHBUTTON "OK", 1, 129, 7, 50, 14
29END
This page took 0.708096 seconds and 4 git commands to generate.