ReactOS
0.4.15-dev-2106-g6de3300
resource.h
Go to the documentation of this file.
1
#define IDC_STATIC -1
2
3
/* Main Windows */
4
#define IDC_TOOLBAR 10
5
#define IDC_STATUSBAR 11
6
#define IDC_MAIN_MDI 12
7
/* these need to be kept consecutive */
8
#define IDS_FLT_TOOLS 20
9
#define IDS_FLT_COLORS 21
10
#define IDS_FLT_HISTORY 22
11
12
/* Program icon */
13
#define IDI_IMAGESOFTICON 50
14
15
/* Menus */
16
#define IDR_MAINMENU 102
17
#define IDR_POPUP 103
18
19
/* COMMANDS */
20
/* main */
21
#define ID_NEW 2000
22
#define ID_OPEN 2001
23
#define ID_CLOSE 2002
24
#define ID_CLOSEALL 2003
25
#define ID_SAVE 2004
26
#define ID_SAVEAS 2005
27
#define ID_PRINTPRE 2006
28
#define ID_PRINT 2007
29
#define ID_PROP 2008
30
#define ID_CUT 2009
31
#define ID_COPY 2010
32
#define ID_PASTE 2011
33
#define ID_PASTENEWIMAGE 2012
34
#define ID_UNDO 2013
35
#define ID_REDO 2014
36
#define ID_SELALL 2015
37
#define ID_EXIT 2016
38
#define ID_EDITCOLOURS 2017
39
#define ID_TOOLS 2018
40
#define ID_COLOR 2019
41
#define ID_HISTORY 2020
42
#define ID_STATUSBAR 2021
43
#define ID_BLANK 2022
44
45
#define ID_BACK 2025
46
#define ID_FORWARD 2026
47
#define ID_DELETE 2027
48
49
/* text */
50
#define ID_BOLD 2030
51
#define ID_ITALIC 2031
52
#define ID_ULINE 2032
53
#define ID_TXTLEFT 2033
54
#define ID_TXTCENTER 2034
55
#define ID_TXTRIGHT 2035
56
#define ID_TXTFONTNAME 2036
57
#define ID_TXTFONTSIZE 2037
58
59
/* tools */
60
#define ID_CLONESTAMP 2050
61
#define ID_COLORPICKER 2051
62
#define ID_ECLIPSE 2052
63
#define ID_ECLIPSESEL 2053
64
#define ID_ERASER 2054
65
#define ID_FREEFORM 2055
66
#define ID_LASOO 2056
67
#define ID_LINE 2057
68
#define ID_MAGICWAND 2058
69
#define ID_MOVE 2059
70
#define ID_MOVESEL 2060
71
#define ID_PAINTBRUSH 2061
72
#define ID_PAINTBUCKET 2062
73
#define ID_PENCIL 2063
74
#define ID_RECOLORING 2064
75
#define ID_RECTANGLE 2065
76
#define ID_RECTSEL 2066
77
#define ID_ROUNDRECT 2067
78
#define ID_TEXT 2068
79
#define ID_ZOOM 2069
80
81
/* Adjust */
82
#define ID_BRIGHTNESS 2100
83
#define ID_CONTRAST 2101
84
#define ID_BLACKANDWHITE 2102
85
#define ID_INVERTCOLORS 2103
86
#define ID_BLUR 2104
87
#define ID_SHARPEN 2105
88
89
#define ID_ABOUT 2400
90
91
#define ID_REFRESH 3000
92
#define ID_HELP 3001
93
#define ID_WINDOW_TILE_HORZ 3002
94
#define ID_WINDOW_TILE_VERT 3003
95
#define ID_WINDOW_CASCADE 3004
96
#define ID_WINDOW_NEXT 3005
97
#define ID_WINDOW_ARRANGE 3006
98
99
/* menu hints */
100
#define IDS_HINT_BLANK 20000
101
#define IDS_HINT_NEW 20001
102
#define IDS_HINT_OPEN 20002
103
#define IDS_HINT_CLOSE 21006
104
#define IDS_HINT_CLOSEALL 21007
105
#define IDS_HINT_SAVE 20003
106
#define IDS_HINT_SAVEAS 20004
107
#define IDS_HINT_PRINT 20005
108
#define IDS_HINT_PRINTPRE 20006
109
#define IDS_HINT_PROP 20007
110
#define IDS_HINT_EXIT 20008
111
112
#define IDS_HINT_TOOLS 20020
113
#define IDS_HINT_COLORS 20021
114
#define IDS_HINT_HISTORY 20022
115
#define IDS_HINT_STATUS 20023
116
117
#define IDS_HINT_CASCADE 21009
118
#define IDS_HINT_TILE_HORZ 21010
119
#define IDS_HINT_TILE_VERT 21011
120
#define IDS_HINT_ARRANGE 21012
121
#define IDS_HINT_NEXT 21013
122
123
/* system menu hints */
124
#define IDS_HINT_SYS_RESTORE 21001
125
#define IDS_HINT_SYS_MOVE 21002
126
#define IDS_HINT_SYS_SIZE 21003
127
#define IDS_HINT_SYS_MINIMIZE 21004
128
#define IDS_HINT_SYS_MAXIMIZE 21005
129
#define IDS_HINT_SYS_CLOSE 21006
130
131
132
/* Toolbar button bitmaps.
133
* These must be numbered consecutively
134
* See loop in InitImageList (misc.c)
135
*/
136
#define IDB_MAINNEWICON 10000
137
#define IDB_MAINOPENICON 10001
138
#define IDB_MAINSAVEICON 10002
139
#define IDB_MAINPRINTICON 10003
140
#define IDB_MAINPRINTPREICON 10004
141
#define IDB_MAINCUTICON 10005
142
#define IDB_MAINCOPYICON 10006
143
#define IDB_MAINPASTEICON 10007
144
#define IDB_MAINUNDOICON 10008
145
#define IDB_MAINREDOICON 10009
146
147
#define IDB_TEXTBOLD 10020
148
#define IDB_TEXTITALIC 10021
149
#define IDB_TEXTULINE 10022
150
#define IDB_TEXTLEFT 10023
151
#define IDB_TEXTCENTER 10024
152
#define IDB_TEXTRIGHT 10025
153
154
#define IDB_TOOLSRECTSEL 10030
155
#define IDB_TOOLSMOVESEL 10031
156
#define IDB_TOOLSLASOO 10032
157
#define IDB_TOOLSMOVE 10033
158
#define IDB_TOOLSECLIPSESEL 10034
159
#define IDB_TOOLSZOOM 10035
160
#define IDB_TOOLSMAGICWAND 10036
161
#define IDB_TOOLSTEXT 10037
162
#define IDB_TOOLSPAINTBRUSH 10038
163
#define IDB_TOOLSERASER 10039
164
#define IDB_TOOLSPENCIL 10040
165
#define IDB_TOOLSCOLORPICKER 10041
166
#define IDB_TOOLSCLONESTAMP 10042
167
#define IDB_TOOLSRECOLORING 10043
168
#define IDB_TOOLSPAINTBUCKET 10044
169
#define IDB_TOOLSLINE 10045
170
#define IDB_TOOLSRECTANGLE 10046
171
#define IDB_TOOLSROUNDRECT 10047
172
#define IDB_TOOLSECLIPSE 10048
173
#define IDB_TOOLSFREEFORM 10049
174
175
#define IDB_HISTBACK 10060
176
#define IDB_HISTUNDO 10061
177
#define IDB_HISTREDO 10062
178
#define IDB_HISTFORWARD 10063
179
#define IDB_HISTDELETE 10064
180
181
#define IDB_COLORSMORE 10080
182
#define IDB_COLORSLESS 10081
183
184
/* TOOLBAR BITMAPS */
185
186
/* standard */
187
#define TBICON_NEW 0
188
#define TBICON_OPEN 1
189
#define TBICON_SAVE 2
190
#define TBICON_PRINT 3
191
#define TBICON_PRINTPRE 4
192
#define TBICON_CUT 5
193
#define TBICON_COPY 6
194
#define TBICON_PASTE 7
195
#define TBICON_UNDO 8
196
#define TBICON_REDO 9
197
/* text */
198
#define TBICON_BOLD 0
199
#define TBICON_ITALIC 1
200
#define TBICON_ULINE 2
201
#define TBICON_TXTLEFT 3
202
#define TBICON_TXTCENTER 4
203
#define TBICON_TXTRIGHT 5
204
/* tools */
205
#define TBICON_RECTSEL 0
206
#define TBICON_MOVESEL 1
207
#define TBICON_LASOO 2
208
#define TBICON_MOVE 3
209
#define TBICON_ECLIPSESEL 4
210
#define TBICON_ZOOM 5
211
#define TBICON_MAGICWAND 6
212
#define TBICON_TEXT 7
213
#define TBICON_PAINTBRUSH 8
214
#define TBICON_ERASER 9
215
#define TBICON_PENCIL 10
216
#define TBICON_COLORPICKER 11
217
#define TBICON_CLONESTAMP 12
218
#define TBICON_RECOLORING 13
219
#define TBICON_PAINTBUCKET 14
220
#define TBICON_LINE 15
221
#define TBICON_RECTANGLE 16
222
#define TBICON_ROUNDRECT 17
223
#define TBICON_ECLIPSE 18
224
#define TBICON_FREEFORM 19
225
/* history */
226
#define TBICON_BACKSM 0
227
#define TBICON_UNDOSM 1
228
#define TBICON_REDOSM 2
229
#define TBICON_FORWARDSM 3
230
#define TBICON_DELETESM 4
231
232
233
/* tooltips */
234
#define IDS_TOOLTIP_NEW 6000
235
#define IDS_TOOLTIP_OPEN 6001
236
#define IDS_TOOLTIP_SAVE 6002
237
#define IDS_TOOLTIP_PRINTPRE 6003
238
#define IDS_TOOLTIP_PRINT 6004
239
#define IDS_TOOLTIP_CUT 6005
240
#define IDS_TOOLTIP_COPY 6006
241
#define IDS_TOOLTIP_PASTE 6007
242
#define IDS_TOOLTIP_UNDO 6008
243
#define IDS_TOOLTIP_REDO 6009
244
245
/* cursors */
246
#define IDC_PAINTBRUSHCURSOR 20001
247
#define IDC_PAINTBRUSHCURSORMOUSEDOWN 20002
248
249
250
/* DIALOGS */
251
#define IDC_PICPREVIEW 2999
252
253
/* brightness dialog */
254
#define IDD_BRIGHTNESS 3000
255
#define IDC_BRI_GROUP 3001
256
#define IDC_BRI_FULL 3002
257
#define IDC_BRI_RED 3003
258
#define IDC_BRI_GREEN 3004
259
#define IDC_BRI_BLUE 3005
260
#define IDC_BRI_EDIT 3006
261
#define IDC_BRI_TRACKBAR 3007
262
263
/* image property dialog */
264
#define IDD_IMAGE_PROP 4000
265
#define IDC_IMAGE_NAME_EDIT 4001
266
#define IDC_IMAGETYPE 4003
267
#define IDC_WIDTH_EDIT 4004
268
#define IDC_WIDTH_STAT 4005
269
#define IDC_HEIGHT_EDIT 4006
270
#define IDC_HEIGHT_STAT 4007
271
#define IDC_RES_EDIT 4008
272
#define IDC_RES_STAT 4009
273
#define IDC_UNIT 4010
274
#define IDC_IMAGE_SIZE 4011
275
#define IDS_IMAGE_MONOCHROME 4100
276
#define IDS_IMAGE_GREYSCALE 4101
277
#define IDS_IMAGE_PALETTE 4102
278
#define IDS_IMAGE_TRUECOLOR 4103
279
#define IDS_UNIT_CM 4104
280
#define IDS_UNIT_INCHES 4105
281
#define IDS_UNIT_PIXELS 4106
282
#define IDS_UNIT_DOTSCM 4107
283
#define IDS_UNIT_DPI 4108
284
#define IDS_UNIT_MB 4109
285
#define IDS_UNIT_KB 4110
286
287
/* about box info */
288
#define IDD_ABOUTBOX 4200
289
#define IDC_LICENSE_EDIT 4201
290
#define IDS_APPNAME 4202
291
#define IDS_VERSION 4203
292
#define IDS_LICENSE 4204
293
#define IDS_READY 42050
294
#define IDS_TOOLBAR_STANDARD 4206
295
#define IDS_TOOLBAR_TEST 4207
296
#define IDS_TOOLBAR_TEXT 4205
297
#define IDS_IMAGE_NAME 4209
modules
rosapps
applications
imagesoft
resource.h
Generated on Tue Mar 2 2021 06:02:51 for ReactOS by
1.8.15