VirtualBox

source: vbox/trunk/src/VBox/Devices/Graphics/shaderlib/wine/include/dlgs.h@ 69505

Last change on this file since 69505 was 53206, checked in by vboxsync, 10 years ago

Devices/vmsvga: header fixes

  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
File size: 6.5 KB
Line 
1/*
2 * Common dialog's dialog control ID numbers
3 *
4 * Copyright (C) the Wine project
5 *
6 * This library is free software; you can redistribute it and/or
7 * modify it under the terms of the GNU Lesser General Public
8 * License as published by the Free Software Foundation; either
9 * version 2.1 of the License, or (at your option) any later version.
10 *
11 * This library is distributed in the hope that it will be useful,
12 * but WITHOUT ANY WARRANTY; without even the implied warranty of
13 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
14 * Lesser General Public License for more details.
15 *
16 * You should have received a copy of the GNU Lesser General Public
17 * License along with this library; if not, write to the Free Software
18 * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
19 */
20
21/*
22 * Oracle LGPL Disclaimer: For the avoidance of doubt, except that if any license choice
23 * other than GPL or LGPL is available it will apply instead, Oracle elects to use only
24 * the Lesser General Public License version 2.1 (LGPLv2) at this time for any software where
25 * a choice of LGPL license versions is made available with the language indicating
26 * that LGPLv2 or any later version may be used, or where a choice of which version
27 * of the LGPL is applied is otherwise unspecified.
28 */
29
30#ifndef __WINE_DLGS_H
31#define __WINE_DLGS_H
32
33#define ctlFirst 0x0400
34#define ctlLast 0x04ff
35 /* Push buttons */
36#define psh1 0x0400
37#define psh2 0x0401
38#define psh3 0x0402
39#define psh4 0x0403
40#define psh5 0x0404
41#define psh6 0x0405
42#define psh7 0x0406
43#define psh8 0x0407
44#define psh9 0x0408
45#define psh10 0x0409
46#define psh11 0x040a
47#define psh12 0x040b
48#define psh13 0x040c
49#define psh14 0x040d
50#define psh15 0x040e
51#define pshHelp psh15
52#define psh16 0x040f
53 /* Checkboxes */
54#define chx1 0x0410
55#define chx2 0x0411
56#define chx3 0x0412
57#define chx4 0x0413
58#define chx5 0x0414
59#define chx6 0x0415
60#define chx7 0x0416
61#define chx8 0x0417
62#define chx9 0x0418
63#define chx10 0x0419
64#define chx11 0x041a
65#define chx12 0x041b
66#define chx13 0x041c
67#define chx14 0x041d
68#define chx15 0x041e
69#define chx16 0x041f
70 /* Radio buttons */
71#define rad1 0x0420
72#define rad2 0x0421
73#define rad3 0x0422
74#define rad4 0x0423
75#define rad5 0x0424
76#define rad6 0x0425
77#define rad7 0x0426
78#define rad8 0x0427
79#define rad9 0x0428
80#define rad10 0x0429
81#define rad11 0x042a
82#define rad12 0x042b
83#define rad13 0x042c
84#define rad14 0x042d
85#define rad15 0x042e
86#define rad16 0x042f
87 /* Groups, frames, rectangles, and icons */
88#define grp1 0x0430
89#define grp2 0x0431
90#define grp3 0x0432
91#define grp4 0x0433
92#define frm1 0x0434
93#define frm2 0x0435
94#define frm3 0x0436
95#define frm4 0x0437
96#define rct1 0x0438
97#define rct2 0x0439
98#define rct3 0x043a
99#define rct4 0x043b
100#define ico1 0x043c
101#define ico2 0x043d
102#define ico3 0x043e
103#define ico4 0x043f
104 /* Static text */
105#define stc1 0x0440
106#define stc2 0x0441
107#define stc3 0x0442
108#define stc4 0x0443
109#define stc5 0x0444
110#define stc6 0x0445
111#define stc7 0x0446
112#define stc8 0x0447
113#define stc9 0x0448
114#define stc10 0x0449
115#define stc11 0x044a
116#define stc12 0x044b
117#define stc13 0x044c
118#define stc14 0x044d
119#define stc15 0x044e
120#define stc16 0x044f
121#define stc17 0x0450
122#define stc18 0x0451
123#define stc19 0x0452
124#define stc20 0x0453
125#define stc21 0x0454
126#define stc22 0x0455
127#define stc23 0x0456
128#define stc24 0x0457
129#define stc25 0x0458
130#define stc26 0x0459
131#define stc27 0x045a
132#define stc28 0x045b
133#define stc29 0x045c
134#define stc30 0x045d
135#define stc31 0x045e
136#define stc32 0x045f
137 /* Listboxes */
138#define lst1 0x0460
139#define lst2 0x0461
140#define lst3 0x0462
141#define lst4 0x0463
142#define lst5 0x0464
143#define lst6 0x0465
144#define lst7 0x0466
145#define lst8 0x0467
146#define lst9 0x0468
147#define lst10 0x0469
148#define lst11 0x046a
149#define lst12 0x046b
150#define lst13 0x046c
151#define lst14 0x046d
152#define lst15 0x046e
153#define lst16 0x046f
154 /* Combo boxes */
155#define cmb1 0x0470
156#define cmb2 0x0471
157#define cmb3 0x0472
158#define cmb4 0x0473
159#define cmb5 0x0474
160#define cmb6 0x0475
161#define cmb7 0x0476
162#define cmb8 0x0477
163#define cmb9 0x0478
164#define cmb10 0x0479
165#define cmb11 0x047a
166#define cmb12 0x047b
167#define cmb13 0x047c
168#define cmb14 0x047d
169#define cmb15 0x047e
170#define cmb16 0x047f
171 /* Edit controls */
172#define edt1 0x0480
173#define edt2 0x0481
174#define edt3 0x0482
175#define edt4 0x0483
176#define edt5 0x0484
177#define edt6 0x0485
178#define edt7 0x0486
179#define edt8 0x0487
180#define edt9 0x0488
181#define edt10 0x0489
182#define edt11 0x048a
183#define edt12 0x048b
184#define edt13 0x048c
185#define edt14 0x048d
186#define edt15 0x048e
187#define edt16 0x048f
188 /* Scroll bars */
189#define scr1 0x0490
190#define scr2 0x0491
191#define scr3 0x0492
192#define scr4 0x0493
193#define scr5 0x0494
194#define scr6 0x0495
195#define scr7 0x0496
196#define scr8 0x0497
197
198/*
199 * Controls
200 */
201#define ctl1 0x04A0
202
203/* These dialog resource ordinals really start at 0x0600, but the
204 * RC Compiler can't handle hex for resource IDs, hence the decimal.
205 */
206#define FILEOPENORD 1536
207#define MULTIFILEOPENORD 1537
208#define PRINTDLGORD 1538
209#define PRNSETUPDLGORD 1539
210#define FINDDLGORD 1540
211#define REPLACEDLGORD 1541
212#define FONTDLGORD 1542
213#define FORMATDLGORD31 1543
214#define FORMATDLGORD30 1544
215#define PAGESETUPDLGORD 1546
216#define NEWFILEOPENORD 1547
217#define PRINTDLGEXORD 1549
218#define PAGESETUPDLGORDMOTIF 1550
219#define COLORMGMTDLGORD 1551
220#define NEWFILEOPENV2ORD 1552
221#define NEWFILEOPENV3ORD 1553
222#define NEWFORMATDLGWITHLINK 1591
223#define IDC_MANAGE_LINK 1592
224
225typedef struct tagCRGB
226{
227 BYTE bRed;
228 BYTE bGreen;
229 BYTE bBlue;
230 BYTE bExtra;
231} CRGB;
232
233#endif /* #ifdef __WINE_DLGS_H */
Note: See TracBrowser for help on using the repository browser.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette