[COMDLG32]
[reactos.git] / reactos / dll / win32 / comdlg32 / resource.h
1 #pragma once
2
3 #define PD32_PRINT_TITLE 7000
4
5 #define PD32_VALUE_UREADABLE 1104
6 #define PD32_INVALID_PAGE_RANGE 1105
7 #define PD32_FROM_NOT_ABOVE_TO 1106
8 #define PD32_MARGINS_OVERLAP 1107
9 #define PD32_NR_OF_COPIES_EMPTY 1108
10 #define PD32_TOO_LARGE_COPIES 1109
11 #define PD32_PRINT_ERROR 1110
12 #define PD32_NO_DEFAULT_PRINTER 1111
13 #define PD32_CANT_FIND_PRINTER 1112
14 #define PD32_OUT_OF_MEMORY 1113
15 #define PD32_GENERIC_ERROR 1114
16 #define PD32_DRIVER_UNKNOWN 1115
17 #define PD32_NO_DEVICES 1121
18
19 #define PD32_PRINTER_STATUS_READY 1536
20 #define PD32_PRINTER_STATUS_PAUSED 1537
21 #define PD32_PRINTER_STATUS_ERROR 1538
22 #define PD32_PRINTER_STATUS_PENDING_DELETION 1539
23 #define PD32_PRINTER_STATUS_PAPER_JAM 1540
24 #define PD32_PRINTER_STATUS_PAPER_OUT 1541
25 #define PD32_PRINTER_STATUS_MANUAL_FEED 1542
26 #define PD32_PRINTER_STATUS_PAPER_PROBLEM 1543
27 #define PD32_PRINTER_STATUS_OFFLINE 1544
28 #define PD32_PRINTER_STATUS_IO_ACTIVE 1545
29 #define PD32_PRINTER_STATUS_BUSY 1546
30 #define PD32_PRINTER_STATUS_PRINTING 1547
31 #define PD32_PRINTER_STATUS_OUTPUT_BIN_FULL 1548
32 #define PD32_PRINTER_STATUS_NOT_AVAILABLE 1549
33 #define PD32_PRINTER_STATUS_WAITING 1550
34 #define PD32_PRINTER_STATUS_PROCESSING 1551
35 #define PD32_PRINTER_STATUS_INITIALIZING 1552
36 #define PD32_PRINTER_STATUS_WARMING_UP 1553
37 #define PD32_PRINTER_STATUS_TONER_LOW 1554
38 #define PD32_PRINTER_STATUS_NO_TONER 1555
39 #define PD32_PRINTER_STATUS_PAGE_PUNT 1556
40 #define PD32_PRINTER_STATUS_USER_INTERVENTION 1557
41 #define PD32_PRINTER_STATUS_OUT_OF_MEMORY 1558
42 #define PD32_PRINTER_STATUS_DOOR_OPEN 1559
43 #define PD32_PRINTER_STATUS_SERVER_UNKNOWN 1560
44 #define PD32_PRINTER_STATUS_POWER_SAVE 1561
45
46 #define PD32_DEFAULT_PRINTER 1582
47 #define PD32_NR_OF_DOCUMENTS_IN_QUEUE 1583
48
49 #define PD32_MARGINS_IN_INCHES 1585
50 #define PD32_MARGINS_IN_MILLIMETERS 1586
51 #define PD32_MILLIMETERS 1587
52
53 /* Charset names string IDs */
54
55 #define IDS_CHARSET_ANSI 200
56 #define IDS_CHARSET_SYMBOL 201
57 #define IDS_CHARSET_JIS 202
58 #define IDS_CHARSET_HANGUL 203
59 #define IDS_CHARSET_GB2312 204
60 #define IDS_CHARSET_BIG5 205
61 #define IDS_CHARSET_GREEK 206
62 #define IDS_CHARSET_TURKISH 207
63 #define IDS_CHARSET_HEBREW 208
64 #define IDS_CHARSET_ARABIC 209
65 #define IDS_CHARSET_BALTIC 210
66 #define IDS_CHARSET_VIETNAMESE 211
67 #define IDS_CHARSET_RUSSIAN 212
68 #define IDS_CHARSET_EE 213
69 #define IDS_CHARSET_THAI 214
70 #define IDS_CHARSET_JOHAB 215
71 #define IDS_CHARSET_MAC 216
72 #define IDS_CHARSET_OEM 217
73 #define IDS_CHARSET_VISCII 218
74 #define IDS_CHARSET_TCVN 219
75 #define IDS_CHARSET_KOI8 220
76 #define IDS_CHARSET_ISO3 221
77 #define IDS_CHARSET_ISO4 222
78 #define IDS_CHARSET_ISO10 223
79 #define IDS_CHARSET_CELTIC 224
80
81 /* Font styles */
82
83 #define IDS_FONT_REGULAR 256
84 #define IDS_FONT_BOLD 257
85 #define IDS_FONT_ITALIC 258
86 #define IDS_FONT_BOLD_ITALIC 259
87
88 /* Color names string IDs */
89
90 #define IDS_COLOR_BLACK 1040
91 #define IDS_COLOR_MAROON 1041
92 #define IDS_COLOR_GREEN 1042
93 #define IDS_COLOR_OLIVE 1043
94 #define IDS_COLOR_NAVY 1044
95 #define IDS_COLOR_PURPLE 1045
96 #define IDS_COLOR_TEAL 1046
97 #define IDS_COLOR_GRAY 1047
98 #define IDS_COLOR_SILVER 1048
99 #define IDS_COLOR_RED 1049
100 #define IDS_COLOR_LIME 1050
101 #define IDS_COLOR_YELLOW 1051
102 #define IDS_COLOR_BLUE 1052
103 #define IDS_COLOR_FUCHSIA 1053
104 #define IDS_COLOR_AQUA 1054
105 #define IDS_COLOR_WHITE 1055
106
107 /* Color dialog controls */
108 #define IDC_COLOR_LUMBAR 702
109 #define IDC_COLOR_EDIT_H 703
110 #define IDC_COLOR_EDIT_S 704
111 #define IDC_COLOR_EDIT_L 705
112 #define IDC_COLOR_EDIT_R 706
113 #define IDC_COLOR_EDIT_G 707
114 #define IDC_COLOR_EDIT_B 708
115 #define IDC_COLOR_RESULT 709
116 #define IDC_COLOR_GRAPH 710
117 #define IDC_COLOR_ADD 712
118 #define IDC_COLOR_RES 713
119 #define IDC_COLOR_DEFINE 719
120 #define IDC_COLOR_PREDEF 720
121 #define IDC_COLOR_USRDEF 721
122 #define IDC_COLOR_HL 723
123 #define IDC_COLOR_SL 724
124 #define IDC_COLOR_LL 725
125 #define IDC_COLOR_RL 726
126 #define IDC_COLOR_GL 727
127 #define IDC_COLOR_BL 728
128
129 #define IDS_FONT_SIZE 1200
130 #define IDS_SAVE_BUTTON 1201
131 #define IDS_SAVE_IN 1202
132 #define IDS_SAVE 1203
133 #define IDS_SAVE_AS 1204
134 #define IDS_OPEN_FILE 1205
135
136 #define IDS_FAKEDOCTEXT 1300