- Change the root "readme.txt" file to have a CLT2011 text.
[reactos.git] / base / applications / mspaint / definitions.h
1 /*
2 * PROJECT: PAINT for ReactOS
3 * LICENSE: LGPL
4 * FILE: base/applications/paint/definitions.h
5 * PURPOSE: Defines the resource ids and other stuff
6 * PROGRAMMERS: Benedikt Freisen
7 */
8
9 /* DEFINES **********************************************************/
10
11 #define HISTORYSIZE 11
12 /* HISTORYSIZE = number of possible undo-steps + 1 */
13
14 #define SIZEOF(a) (sizeof(a) / sizeof((a)[0]))
15 /* sizeof for string constants; equals max. number of characters */
16
17 #define IDI_APPICON 500
18
19 #define IDB_TOOLBARICONS 510
20
21 #define IDI_TRANSPARENT 526
22 #define IDI_NONTRANSPARENT 527
23
24 #define IDC_FILL 530
25 #define IDC_COLOR 531
26 #define IDC_ZOOM 532
27 #define IDC_PEN 533
28 #define IDC_AIRBRUSH 534
29
30 #define IDI_HORZSTRETCH 535
31 #define IDI_VERTSTRETCH 536
32
33 #define ID_MENU 501
34
35 #define IDM_FILENEW 201
36 #define IDM_FILEOPEN 202
37 #define IDM_FILESAVE 203
38 #define IDM_FILESAVEAS 204
39 #define IDM_FILEASWALLPAPERPLANE 210
40 #define IDM_FILEASWALLPAPERCENTERED 211
41 #define IDM_FILEASWALLPAPERSTRETCHED 212
42 #define IDM_FILEEXIT 205
43
44 #define IDM_EDITUNDO 220
45 #define IDM_EDITREDO 221
46 #define IDM_EDITCUT 222
47 #define IDM_EDITCOPY 223
48 #define IDM_EDITPASTE 224
49 #define IDM_EDITDELETESELECTION 225
50 #define IDM_EDITINVERTSELECTION 226
51 #define IDM_EDITSELECTALL 227
52 #define IDM_EDITCOPYTO 228
53 #define IDM_EDITPASTEFROM 229
54
55 #define IDM_VIEWTOOLBOX 230
56 #define IDM_VIEWCOLORPALETTE 231
57 #define IDM_VIEWSTATUSBAR 232
58 #define IDM_FORMATICONBAR 233
59 #define IDM_VIEWZOOM125 234
60 #define IDM_VIEWZOOM25 235
61 #define IDM_VIEWZOOM50 236
62 #define IDM_VIEWZOOM100 237
63 #define IDM_VIEWZOOM200 238
64 #define IDM_VIEWZOOM400 239
65 #define IDM_VIEWZOOM800 240
66 #define IDM_VIEWFULLSCREEN 241
67 #define IDM_VIEWSHOWGRID 242
68 #define IDM_VIEWSHOWMINIATURE 243
69
70 #define IDM_IMAGEROTATEMIRROR 250
71 #define IDM_IMAGECHANGESIZE 251
72 #define IDM_IMAGECROP 252
73 #define IDM_IMAGEINVERTCOLORS 253
74 #define IDM_IMAGEATTRIBUTES 254
75 #define IDM_IMAGEDELETEIMAGE 255
76 #define IDM_IMAGEDRAWOPAQUE 256
77
78 #define IDM_COLORSEDITPALETTE 260
79
80 #define IDM_HELPHELPTOPICS 270
81 #define IDM_HELPINFO 271
82
83 //the following 16 numbers need to be in order, increasing by 1
84 #define ID_FREESEL 600
85 #define ID_RECTSEL 601
86 #define ID_RUBBER 602
87 #define ID_FILL 603
88 #define ID_COLOR 604
89 #define ID_ZOOM 605
90 #define ID_PEN 606
91 #define ID_BRUSH 607
92 #define ID_AIRBRUSH 608
93 #define ID_TEXT 609
94 #define ID_LINE 610
95 #define ID_BEZIER 611
96 #define ID_RECT 612
97 #define ID_SHAPE 613
98 #define ID_ELLIPSE 614
99 #define ID_RRECT 615
100
101 //the following 16 numbers need to be in order, increasing by 1
102 #define TOOL_FREESEL 1
103 #define TOOL_RECTSEL 2
104 #define TOOL_RUBBER 3
105 #define TOOL_FILL 4
106 #define TOOL_COLOR 5
107 #define TOOL_ZOOM 6
108 #define TOOL_PEN 7
109 #define TOOL_BRUSH 8
110 #define TOOL_AIRBRUSH 9
111 #define TOOL_TEXT 10
112 #define TOOL_LINE 11
113 #define TOOL_BEZIER 12
114 #define TOOL_RECT 13
115 #define TOOL_SHAPE 14
116 #define TOOL_ELLIPSE 15
117 #define TOOL_RRECT 16
118
119 #define ID_ACCELERATORS 800
120
121 #define IDD_MIRRORROTATE 700
122 #define IDD_MIRRORROTATEGROUP 701
123 #define IDD_MIRRORROTATERB1 702
124 #define IDD_MIRRORROTATERB2 703
125 #define IDD_MIRRORROTATERB3 704
126 #define IDD_MIRRORROTATERB4 705
127 #define IDD_MIRRORROTATERB5 706
128 #define IDD_MIRRORROTATERB6 707
129
130 #define IDD_ATTRIBUTES 710
131 #define IDD_ATTRIBUTESEDIT1 711
132 #define IDD_ATTRIBUTESEDIT2 712
133 #define IDD_ATTRIBUTESTEXT1 715
134 #define IDD_ATTRIBUTESTEXT2 716
135 #define IDD_ATTRIBUTESTEXT3 717
136 #define IDD_ATTRIBUTESTEXT4 718
137 #define IDD_ATTRIBUTESTEXT5 719
138 #define IDD_ATTRIBUTESTEXT6 720
139 #define IDD_ATTRIBUTESTEXT7 721
140 #define IDD_ATTRIBUTESTEXT8 722
141 #define IDD_ATTRIBUTESSTANDARD 723
142 #define IDD_ATTRIBUTESGROUP1 724
143 #define IDD_ATTRIBUTESGROUP2 725
144 #define IDD_ATTRIBUTESRB1 726
145 #define IDD_ATTRIBUTESRB2 727
146 #define IDD_ATTRIBUTESRB3 728
147 #define IDD_ATTRIBUTESRB4 729
148 #define IDD_ATTRIBUTESRB5 730
149
150 #define IDD_CHANGESIZE 740
151 #define IDD_CHANGESIZEGROUP 741
152 #define IDD_CHANGESIZEICON1 742
153 #define IDD_CHANGESIZETEXT1 743
154 #define IDD_CHANGESIZEEDIT1 744
155 #define IDD_CHANGESIZETEXT2 745
156 #define IDD_CHANGESIZEICON2 746
157 #define IDD_CHANGESIZETEXT3 747
158 #define IDD_CHANGESIZEEDIT2 748
159 #define IDD_CHANGESIZETEXT4 749
160
161 #define IDS_PROGRAMNAME 900
162 #define IDS_WINDOWTITLE 901
163 #define IDS_INFOTITLE 902
164 #define IDS_INFOTEXT 903
165 #define IDS_SAVEPROMPTTEXT 904
166 #define IDS_DEFAULTFILENAME 905
167 #define IDS_MINIATURETITLE 906
168 #define IDS_TOOLTIP1 910
169 #define IDS_TOOLTIP2 911
170 #define IDS_TOOLTIP3 912
171 #define IDS_TOOLTIP4 913
172 #define IDS_TOOLTIP5 914
173 #define IDS_TOOLTIP6 915
174 #define IDS_TOOLTIP7 916
175 #define IDS_TOOLTIP8 917
176 #define IDS_TOOLTIP9 918
177 #define IDS_TOOLTIP10 919
178 #define IDS_TOOLTIP11 920
179 #define IDS_TOOLTIP12 921
180 #define IDS_TOOLTIP13 922
181 #define IDS_TOOLTIP14 923
182 #define IDS_TOOLTIP15 924
183 #define IDS_TOOLTIP16 925
184
185 #define IDS_OPENFILTER 926
186 #define IDS_SAVEFILTER 927
187 #define IDS_FILESIZE 928
188 #define IDS_PRINTRES 929