CMD Enhancements:
[reactos.git] / rosapps / devutils / vmingw / rsrc.h
1 /********************************************************************
2 * Module: resource.h. This is part of Visual-MinGW.
3 *
4 * License: Visual-MinGW is covered by GNU General Public License,
5 * Copyright (C) 2001 Manu B.
6 * See license.htm for more details.
7 *
8 ********************************************************************/
9 #define APP_VERSION "0.43a"
10 #define FULL_APP_VERSION "0.43 alpha"
11
12 // Static control ----------------------------
13 #define IDC_STATIC -1
14
15 // Bitmaps ----------------------------------
16 #define IDB_TOOLBAR 10
17 #define IDB_TREEVIEW 11
18
19 #define IDAPPLY 20
20
21 // Preferences Dialog -----------------------
22 #define IDD_PREFERENCES 100
23 #define IDC_PREF_TABS 101
24
25 #define IDD_ENVIRON 110
26 #define IDC_SET_CCBIN 111
27 #define IDC_CCBIN 112
28 #define IDC_BROWSE_CC 113
29 #define IDC_SET_CMDBIN 114
30 #define IDC_CMDBIN 115
31 #define IDC_BROWSE_CMD 116
32 #define IDC_AUTOEXEC 117
33 #define IDC_ENV_VIEW 118
34 /*#define IDC_CC_INCDIR 101
35 #define IDC_BROWSE 102*/
36
37 // Find Dialog -------------------------------
38 #define IDD_FIND 120
39 #define IDC_FINDWHAT 121
40 #define IDC_WHOLEWORD 122
41 #define IDC_MATCHCASE 123
42 #define IDC_REGEXP 124
43 #define IDC_WRAP 125
44 #define IDC_UNSLASH 126
45 #define IDC_DIRECTIONUP 127
46 #define IDC_DIRECTIONDOWN 128
47
48 // Replace ----------------------------------
49 #define IDD_REPLACE 130
50 #define IDC_REPLACEWITH 131
51 #define IDC_REPLACE 132
52 #define IDC_REPLACEALL 133
53 #define IDC_REPLACEINSEL 134
54
55 // Find in files -------------------------------
56 #define IDD_GREP 135
57 #define IDC_GFILTER 136
58 #define IDC_GDIR 137
59 #define IDC_GBROWSE 139
60
61 // New module ------------------------------
62 #define IDD_NEW_MODULE 140
63 #define IDC_HEADER 141
64
65 // Options ----------------------------------
66 #define IDD_OPTION 150
67 #define IDC_OPTION_TABS 151
68 #define IDC_HELP_BTN 152
69
70 // General tab ---------------------------------
71 #define IDD_GENERAL_PANE 160
72 #define IDC_STATLIB 161
73 #define IDC_DLL 162
74 #define IDC_CONSOLE 163
75 #define IDC_GUIEXE 164
76 #define IDC_DBGSYM 165
77 #define IDC_LANGC 166
78 #define IDC_LANGCPP 167
79 #define IDC_MKF_NAME 168
80 #define IDC_MKF_DIR 169
81 #define IDC_USER_MKF 170
82 #define IDC_TGT_NAME 171
83 #define IDC_TGT_DIR 172
84
85 // Compiler tab -----------------------------
86 #define IDD_COMPILER 180
87 #define IDC_CPPFLAGS 181
88 #define IDC_WARNING 182
89 #define IDC_OPTIMIZ 183
90 #define IDC_CFLAGS 184
91 #define IDC_INCDIRS 185
92
93 // Linker tab --------------------------------
94 #define IDD_LINKER 190
95 #define IDC_LDSTRIP 191
96 #define IDC_LDOPTS 192
97 #define IDC_LDLIBS 193
98 #define IDC_LIBDIRS 194
99
100 #define IDD_ZIP 200
101 #define IDC_INFOZIP 201
102 #define IDC_TAR_GZIP 202
103 #define IDC_TAR_BZ2 203
104 #define IDC_ZIP_TEST 204
105 #define IDC_ZIP_DIR 205
106 #define IDC_ZIPFLAGS 206
107 // About ------------------------------------
108 #define IDD_ABOUT 210
109
110 #define IDD_COMMAND 220
111 #define IDC_CMDLINE 221
112 // Menu -------------------------------------
113 #define ID_MENU 1000
114 #define IDM_NEW 1001
115 #define IDM_OPEN 1002
116 //#define IDM_CLOSE 1003
117 #define IDM_NEW_PROJECT 1004
118 #define IDM_OPEN_PROJECT 1005
119 #define IDM_SAVE_PROJECT 1006
120 #define IDM_CLOSE_PROJECT 1007
121 #define IDM_SAVE 1008
122 #define IDM_SAVEAS 1009
123 #define IDM_SAVEALL 1010
124 #define IDM_PREFERENCES 1011
125 #define IDM_PAGESETUP 1012
126 #define IDM_PRINT 1013
127 #define IDM_QUIT 1014
128
129 #define IDM_UNDO 1020
130 #define IDM_REDO 1021
131 #define IDM_CUT 1022
132 #define IDM_COPY 1023
133 #define IDM_PASTE 1024
134 #define IDM_SELECTALL 1025
135
136 #define IDM_FIND 1030
137 #define IDM_REPLACE 1031
138 #define IDM_GREP 1032
139
140 #define IDM_CASCADE 1040
141 #define IDM_TILEHORZ 1041
142 #define IDM_TILEVERT 1042
143 #define IDM_ARRANGE 1043
144
145 #define IDM_NEW_MODULE 1050
146 #define IDM_ADD 1051
147 #define IDM_REMOVE_FILE 1052
148 #define IDM_REMOVE_MODULE 1053
149 #define IDM_OPTION 1054
150 #define IDM_ZIP_SRCS 1055
151 #define IDM_EXPLORE 1056
152
153 #define IDM_BUILD 1060
154 #define IDM_REBUILDALL 1061
155 #define IDM_RUN_TARGET 1062
156 #define IDM_MKCLEAN 1063
157 #define IDM_MKF_BUILD 1064
158 #define IDM_RUN_CMD 1065
159
160 #define IDM_TEST 1070
161
162 #define IDM_HELP 1080
163 #define IDM_ABOUT 1081
164
165 #define ID_POPMENU 1100
166
167 #define ID_FIRSTCHILD 2000
168