]> Creatis software - crea.git/blob - lib/creaDevManagerLib/creaDevManagerIds.h
Feature #1711
[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_MENU_NEW_PROJECT             10201
12 #define ID_MENU_OPEN_PROJECT            10202
13 #define ID_MENU_OPEN_RECENT             10203
14 #define ID_MENU_CLOSE_PROJECT           10204
15 #define ID_MENU_CLOSE_ALL_PROJECTS      10205
16 #define ID_MENU_EXPORT_HIERARCHY        10206
17 #define ID_MENU_EXIT                    10207
18
19 #define ID_MENU_REFRESH_PROJECT         10208
20 #define ID_MENU_CUT                     10209
21 #define ID_MENU_COPY                    10210
22 #define ID_MENU_PASTE                   10211
23 #define ID_MENU_DELETE                  10212
24 #define ID_MENU_SELECT_ALL              10213
25 #define ID_MENU_SELECT_NONE             10214
26
27 #define ID_MENU_EVENT_LOG               10215
28 #define ID_MENU_BBTK_GRAPHICAL_EDITOR   10216
29 #define ID_MENU_MINITOOLS               10217
30 #define ID_MENU_CODE_EDITOR             10218
31 #define ID_MENU_COMMAND_LINE            10219
32
33 #define ID_MENU_HELP                    10220
34 #define ID_MENU_REPORT_BUG              10221
35 #define ID_MENU_ABOUT_CREADEVMANAGER    10222
36 #define ID_MENU_ABOUT_CREATIS           10223
37
38 #define ID_TREE_PROJECTS                10224
39 #define ID_WINDOW_PROPERTIES             10225
40 #define ID_WINDOW_PROJ_ACTIONS            10226
41
42 #endif /* CREADEVMANAGERIDS_H_ */