xref: /reactos/dll/win32/msutb/resource.h (revision 864aed6b)
1 #pragma once
2 
3 #define IDS_OK              100
4 #define IDS_CANCEL          101
5 #define IDS_ABORT           102
6 #define IDS_RETRY           103
7 #define IDS_IGNORE          104
8 #define IDS_YES             105
9 #define IDS_NO              106
10 
11 #define IDI_MAINICON        100
12 
13 #define IDS_SETTINGS        300
14 #define IDS_RESTORELANGBAR  308
15 #define IDS_LANGUAGE        309
16 #define IDS_LANGUAGEBUTTON  310
17 #define IDS_TRANSPARENCY    312
18 #define IDS_TEXTLABELS      313
19 #define IDS_MINIMIZE        314
20 #define IDS_CLOSELANGBAR    315
21 #define IDS_EXTRAICONS      318
22 #define IDS_RESTORELANGBAR2 321
23 #define IDS_MENUWND         322
24 #define IDS_VERTICAL        324
25 #define IDS_ADJUSTLANGBAND  326
26 #define IDS_LEFTCLICK       323
27 
28 #define ID_TRANS            208
29 #define ID_NOTRANS          209
30 #define ID_LABELS           210
31 #define ID_NOLABELS         211
32 #define ID_DESKBAND         212
33 #define ID_CLOSELANGBAR     213
34 #define ID_EXTRAICONS       214
35 #define ID_NOEXTRAICONS     215
36 #define ID_RESTORELANGBAR   216
37 #define ID_VERTICAL         217
38 #define ID_ADJUSTDESKBAND   219
39 #define ID_SETTINGS         2000
40 
41 #define IDD_CLOSELANGBAR    1001
42 #define IDD_MINIMIZELANGBAR 1004
43 
44 #define IDC_CLOSELANGBAR_CHECK 1002
45 #define IDC_MINIMIZELANGBAR_CHECK 1002
46