]> Creatis software - crea.git/blob - lib/creaDevManagerLib/creaDevManagerIds.h
Feature #1711 CreaDevManager application implementation
[crea.git] / lib / creaDevManagerLib / creaDevManagerIds.h
1 /*
2 # ---------------------------------------------------------------------
3 #
4 # Copyright (c) CREATIS (Centre de Recherche en Acquisition et Traitement de l'Image 
5 #                        pour la Sant�)
6 # Authors : Eduardo Davila, Frederic Cervenansky, Claire Mouton
7 # Previous Authors : Laurent Guigues, Jean-Pierre Roux
8 # CreaTools website : www.creatis.insa-lyon.fr/site/fr/creatools_accueil
9 #
10 #  This software is governed by the CeCILL-B license under French law and 
11 #  abiding by the rules of distribution of free software. You can  use, 
12 #  modify and/ or redistribute the software under the terms of the CeCILL-B 
13 #  license as circulated by CEA, CNRS and INRIA at the following URL 
14 #  http://www.cecill.info/licences/Licence_CeCILL-B_V1-en.html 
15 #  or in the file LICENSE.txt.
16 #
17 #  As a counterpart to the access to the source code and  rights to copy,
18 #  modify and redistribute granted by the license, users are provided only
19 #  with a limited warranty  and the software's author,  the holder of the
20 #  economic rights,  and the successive licensors  have only  limited
21 #  liability. 
22 #
23 #  The fact that you are presently reading this means that you have had
24 #  knowledge of the CeCILL-B license and that you accept its terms.
25 # ------------------------------------------------------------------------ 
26 */ 
27
28
29 /*
30  * creaDevManagerIds.h
31  *
32  *  Created on: 19/10/2012
33  *      Author: Daniel Felipe Gonzalez Obando Gonzalez
34  */
35
36 #ifndef CREADEVMANAGERIDS_H_
37 #define CREADEVMANAGERIDS_H_
38
39 #define ID_STATUS_BAR                   10200
40
41 #define ID_MENU_NEW_PROJECT             10201
42 #define ID_MENU_OPEN_PROJECT            10202
43 #define ID_MENU_OPEN_RECENT             10203
44 #define ID_MENU_CLOSE_PROJECT           10204
45 #define ID_MENU_CLOSE_ALL_PROJECTS      10205
46 #define ID_MENU_EXPORT_HIERARCHY        10206
47 #define ID_MENU_EXIT                    10207
48
49 #define ID_MENU_REFRESH_PROJECT         10208
50 #define ID_MENU_SETTINGS                10209
51 #define ID_MENU_COPY                    10210
52 #define ID_MENU_PASTE                   10211
53 #define ID_MENU_DELETE                  10212
54 #define ID_MENU_SELECT_ALL              10213
55 #define ID_MENU_SELECT_NONE             10214
56
57 #define ID_MENU_EVENT_LOG               10215
58 #define ID_MENU_BBTK_GRAPHICAL_EDITOR   10216
59 #define ID_MENU_MINITOOLS               10217
60 #define ID_MENU_CODE_EDITOR             10218
61 #define ID_MENU_COMMAND_LINE            10219
62
63 #define ID_MENU_TOGGLE_HELP             10220
64 #define ID_MENU_HELP                    10221
65 #define ID_MENU_REPORT_BUG              10222
66 #define ID_MENU_ABOUT_CREADEVMANAGER    10223
67 #define ID_MENU_ABOUT_CREATIS           10224
68
69 #define ID_TREE_PROJECTS                10225
70 #define ID_WINDOW_PROPERTIES            10226
71 #define ID_WINDOW_PROJ_ACTIONS          10227
72
73 #define ID_BUTTON_NEXT                  10300
74 #define ID_BUTTON_PREV                  10301
75 #define ID_BUTTON_CANCEL                10302
76 #define ID_BUTTON_CHOOSE                10303
77
78 #define ID_BUTTON_NEWPROJECT            10304
79 #define ID_BUTTON_OPENPROJECT           10305
80
81 #define ID_BUTTON_CREATE_PACKAGE        10306
82 #define ID_BUTTON_CREATE_BLACKBOX       10307
83 #define ID_BUTTON_CREATE_LIBRARY        10308
84 #define ID_BUTTON_CREATE_APPLICATION    10309
85 #define ID_BUTTON_EDIT_CMAKELISTSFILE   10310
86 #define ID_BUTTON_CREATE_FOLDER         10311
87 #define ID_BUTTON_CREATE_CLASS          10312
88 #define ID_BUTTON_OPEN_CXX              10313
89 #define ID_BUTTON_OPEN_HXX              10314
90 #define ID_BUTTON_OPEN_FOLDER           10315
91 #define ID_BUTTON_OPEN_FILE             10316
92 #define ID_BUTTON_OPEN_COMMAND          10317
93 #define ID_BUTTON_SET_VERSION           10318
94 #define ID_BUTTON_SET_BUILD_PATH        10319
95 #define ID_BUTTON_SET_AUTHOR            10320
96 #define ID_BUTTON_SET_DESCRIPTION       10321
97 #define ID_BUTTON_SET_NAME              10322
98 #define ID_BUTTON_SET_CATEGORY          10323
99
100
101 #define ID_BUTTON_BUILD_PROJECT         10324
102 #define ID_BUTTON_CONFIGURE_BUILD       10325
103 #define ID_BUTTON_CONNECT_PROJECT       10326
104
105 #define ID_BUTTON_GOTO_PACKAGE_MANAGER  10327
106 #define ID_BUTTON_GOTO_APPLI_MANAGER    10328
107 #define ID_BUTTON_GOTO_LIB_MANAGER      10329
108
109 #define ID_LINK_SELECT_PACKAGE          10330
110 #define ID_LINK_SELECT_LIBRARY          10331
111 #define ID_LINK_SELECT_APPLICATION      10332
112 #define ID_LINK_SELECT_BLACKBOX         10333
113
114 #define ID_CHECK_INCLUDE_LIBRARY        10334
115 #define ID_CHECK_INCLUDE_3RDLIBRARY     10335
116 #define ID_CHECK_INCLUDE_PACKAGE        10336
117 #define ID_CHECK_INCLUDE_APPLICATION    10337
118
119 #define ID_CHECKBOX_ENABLE_HELP         10338
120 #define ID_CHECKBOX_DISABLE_HELP        10339
121 #define ID_CHECKBOX_TOGGLE_HELP         10340
122
123 #define ID_BUTTON_CHECK_PROJECT         10341
124
125 #endif /* CREADEVMANAGERIDS_H_ */