]> Creatis software - crea.git/blob - lib/creaDevManagerLib/creaDevManagerIds.h
c97e0a6d424ea6d93d7ccc561a83c320ffd736e2
[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 #
8 #  This software is governed by the CeCILL-B license under French law and 
9 #  abiding by the rules of distribution of free software. You can  use, 
10 #  modify and/ or redistribute the software under the terms of the CeCILL-B 
11 #  license as circulated by CEA, CNRS and INRIA at the following URL 
12 #  http://www.cecill.info/licences/Licence_CeCILL-B_V1-en.html 
13 #  or in the file LICENSE.txt.
14 #
15 #  As a counterpart to the access to the source code and  rights to copy,
16 #  modify and redistribute granted by the license, users are provided only
17 #  with a limited warranty  and the software's author,  the holder of the
18 #  economic rights,  and the successive licensors  have only  limited
19 #  liability. 
20 #
21 #  The fact that you are presently reading this means that you have had
22 #  knowledge of the CeCILL-B license and that you accept its terms.
23 # ------------------------------------------------------------------------ */ 
24
25
26 /*
27  * creaDevManagerIds.h
28  *
29  *  Created on: 19/10/2012
30  *      Author: Daniel Gonzalez
31  */
32
33 #ifndef CREADEVMANAGERIDS_H_
34 #define CREADEVMANAGERIDS_H_
35
36 #define ID_STATUS_BAR                   10200
37
38 #define ID_MENU_NEW_PROJECT             10201
39 #define ID_MENU_OPEN_PROJECT            10202
40 #define ID_MENU_OPEN_RECENT             10203
41 #define ID_MENU_CLOSE_PROJECT           10204
42 #define ID_MENU_CLOSE_ALL_PROJECTS      10205
43 #define ID_MENU_EXPORT_HIERARCHY        10206
44 #define ID_MENU_EXIT                    10207
45
46 #define ID_MENU_REFRESH_PROJECT         10208
47 #define ID_MENU_CUT                     10209
48 #define ID_MENU_COPY                    10210
49 #define ID_MENU_PASTE                   10211
50 #define ID_MENU_DELETE                  10212
51 #define ID_MENU_SELECT_ALL              10213
52 #define ID_MENU_SELECT_NONE             10214
53
54 #define ID_MENU_EVENT_LOG               10215
55 #define ID_MENU_BBTK_GRAPHICAL_EDITOR   10216
56 #define ID_MENU_MINITOOLS               10217
57 #define ID_MENU_CODE_EDITOR             10218
58 #define ID_MENU_COMMAND_LINE            10219
59
60 #define ID_MENU_HELP                    10220
61 #define ID_MENU_REPORT_BUG              10221
62 #define ID_MENU_ABOUT_CREADEVMANAGER    10222
63 #define ID_MENU_ABOUT_CREATIS           10223
64
65 #define ID_TREE_PROJECTS                10224
66 #define ID_WINDOW_PROPERTIES            10225
67 #define ID_WINDOW_PROJ_ACTIONS          10226
68
69 #define ID_BUTTON_NEXT                  10300
70 #define ID_BUTTON_CANCEL                10301
71 #define ID_BUTTON_CHOOSE                10302
72
73 #define ID_BUTTON_NEWPROJECT            10303
74 #define ID_BUTTON_OPENPROJECT           10304
75
76 #endif /* CREADEVMANAGERIDS_H_ */