]> Creatis software - crea.git/blob - lib/creaDevManagerLib/creaDevManagerIds.h
a4c283cd162bcbf5c49ab5ea0f5cab10682dbdcb
[crea.git] / lib / creaDevManagerLib / creaDevManagerIds.h
1 /*
2  * creaDevManagerIds.h
3  *
4  *  Created on: 19/10/2012
5  *      Author: Daniel Gonzalez
6  */
7
8 #ifndef CREADEVMANAGERIDS_H_
9 #define CREADEVMANAGERIDS_H_
10
11 #define ID_STATUS_BAR                   10200
12
13 #define ID_MENU_NEW_PROJECT             10201
14 #define ID_MENU_OPEN_PROJECT            10202
15 #define ID_MENU_OPEN_RECENT             10203
16 #define ID_MENU_CLOSE_PROJECT           10204
17 #define ID_MENU_CLOSE_ALL_PROJECTS      10205
18 #define ID_MENU_EXPORT_HIERARCHY        10206
19 #define ID_MENU_EXIT                    10207
20
21 #define ID_MENU_REFRESH_PROJECT         10208
22 #define ID_MENU_CUT                     10209
23 #define ID_MENU_COPY                    10210
24 #define ID_MENU_PASTE                   10211
25 #define ID_MENU_DELETE                  10212
26 #define ID_MENU_SELECT_ALL              10213
27 #define ID_MENU_SELECT_NONE             10214
28
29 #define ID_MENU_EVENT_LOG               10215
30 #define ID_MENU_BBTK_GRAPHICAL_EDITOR   10216
31 #define ID_MENU_MINITOOLS               10217
32 #define ID_MENU_CODE_EDITOR             10218
33 #define ID_MENU_COMMAND_LINE            10219
34
35 #define ID_MENU_HELP                    10220
36 #define ID_MENU_REPORT_BUG              10221
37 #define ID_MENU_ABOUT_CREADEVMANAGER    10222
38 #define ID_MENU_ABOUT_CREATIS           10223
39
40 #define ID_TREE_PROJECTS                10224
41 #define ID_WINDOW_PROPERTIES            10225
42 #define ID_WINDOW_PROJ_ACTIONS          10226
43
44 #define ID_BUTTON_NEXT                  10300
45 #define ID_BUTTON_CANCEL                10301
46 #define ID_BUTTON_CHOOSE                10302
47
48 #endif /* CREADEVMANAGERIDS_H_ */