- Create another branch for networking fixes
[reactos.git] / base / applications / paint / 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 #define ID_ACCELERATORS 800
102
103 #define IDD_MIRRORROTATE 700
104 #define IDD_MIRRORROTATEGROUP 701
105 #define IDD_MIRRORROTATERB1 702
106 #define IDD_MIRRORROTATERB2 703
107 #define IDD_MIRRORROTATERB3 704
108 #define IDD_MIRRORROTATERB4 705
109 #define IDD_MIRRORROTATERB5 706
110 #define IDD_MIRRORROTATERB6 707
111
112 #define IDD_ATTRIBUTES 710
113 #define IDD_ATTRIBUTESEDIT1 711
114 #define IDD_ATTRIBUTESEDIT2 712
115 #define IDD_ATTRIBUTESTEXT1 715
116 #define IDD_ATTRIBUTESTEXT2 716
117 #define IDD_ATTRIBUTESTEXT3 717
118 #define IDD_ATTRIBUTESTEXT4 718
119 #define IDD_ATTRIBUTESTEXT5 719
120 #define IDD_ATTRIBUTESTEXT6 720
121 #define IDD_ATTRIBUTESTEXT7 721
122 #define IDD_ATTRIBUTESTEXT8 722
123 #define IDD_ATTRIBUTESSTANDARD 723
124 #define IDD_ATTRIBUTESGROUP1 724
125 #define IDD_ATTRIBUTESGROUP2 725
126 #define IDD_ATTRIBUTESRB1 726
127 #define IDD_ATTRIBUTESRB2 727
128 #define IDD_ATTRIBUTESRB3 728
129 #define IDD_ATTRIBUTESRB4 729
130 #define IDD_ATTRIBUTESRB5 730
131
132 #define IDD_CHANGESIZE 740
133 #define IDD_CHANGESIZEGROUP 741
134 #define IDD_CHANGESIZEICON1 742
135 #define IDD_CHANGESIZETEXT1 743
136 #define IDD_CHANGESIZEEDIT1 744
137 #define IDD_CHANGESIZETEXT2 745
138 #define IDD_CHANGESIZEICON2 746
139 #define IDD_CHANGESIZETEXT3 747
140 #define IDD_CHANGESIZEEDIT2 748
141 #define IDD_CHANGESIZETEXT4 749
142
143 #define IDS_PROGRAMNAME 900
144 #define IDS_WINDOWTITLE 901
145 #define IDS_INFOTITLE 902
146 #define IDS_INFOTEXT 903
147 #define IDS_SAVEPROMPTTEXT 904
148 #define IDS_DEFAULTFILENAME 905
149 #define IDS_MINIATURETITLE 906
150 #define IDS_TOOLTIP1 910
151 #define IDS_TOOLTIP2 911
152 #define IDS_TOOLTIP3 912
153 #define IDS_TOOLTIP4 913
154 #define IDS_TOOLTIP5 914
155 #define IDS_TOOLTIP6 915
156 #define IDS_TOOLTIP7 916
157 #define IDS_TOOLTIP8 917
158 #define IDS_TOOLTIP9 918
159 #define IDS_TOOLTIP10 919
160 #define IDS_TOOLTIP11 920
161 #define IDS_TOOLTIP12 921
162 #define IDS_TOOLTIP13 922
163 #define IDS_TOOLTIP14 923
164 #define IDS_TOOLTIP15 924
165 #define IDS_TOOLTIP16 925
166
167 #define IDS_OPENFILTER 926
168 #define IDS_SAVEFILTER 927
169 #define IDS_FILESIZE 928
170 #define IDS_PRINTRES 929