X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=lib%2FcreaDevManagerLib%2FcreaDevManagerIds.h;h=d6310802f0da379d94e8aa9c54a7fba546f1971d;hb=e2223b619fa37daaf6103b34b39e789efc1a0b94;hp=aaec5efb7cea8de1bd24f31a51b74a941a63e28b;hpb=c4d34cfa615698793bfb91de6f2835bbc167c67f;p=crea.git diff --git a/lib/creaDevManagerLib/creaDevManagerIds.h b/lib/creaDevManagerLib/creaDevManagerIds.h index aaec5ef..d631080 100644 --- a/lib/creaDevManagerLib/creaDevManagerIds.h +++ b/lib/creaDevManagerLib/creaDevManagerIds.h @@ -1,13 +1,43 @@ +/* +# --------------------------------------------------------------------- +# +# Copyright (c) CREATIS (Centre de Recherche en Acquisition et Traitement de l'Image +# pour la Sant�) +# Authors : Eduardo Davila, Frederic Cervenansky, Claire Mouton +# Previous Authors : Laurent Guigues, Jean-Pierre Roux +# CreaTools website : www.creatis.insa-lyon.fr/site/fr/creatools_accueil +# +# This software is governed by the CeCILL-B license under French law and +# abiding by the rules of distribution of free software. You can use, +# modify and/ or redistribute the software under the terms of the CeCILL-B +# license as circulated by CEA, CNRS and INRIA at the following URL +# http://www.cecill.info/licences/Licence_CeCILL-B_V1-en.html +# or in the file LICENSE.txt. +# +# As a counterpart to the access to the source code and rights to copy, +# modify and redistribute granted by the license, users are provided only +# with a limited warranty and the software's author, the holder of the +# economic rights, and the successive licensors have only limited +# liability. +# +# The fact that you are presently reading this means that you have had +# knowledge of the CeCILL-B license and that you accept its terms. +# ------------------------------------------------------------------------ +*/ + + /* * creaDevManagerIds.h * * Created on: 19/10/2012 - * Author: Daniel Gonzalez + * Author: Daniel Felipe Gonzalez Obando Gonzalez */ #ifndef CREADEVMANAGERIDS_H_ #define CREADEVMANAGERIDS_H_ +#define ID_STATUS_BAR 10200 + #define ID_MENU_NEW_PROJECT 10201 #define ID_MENU_OPEN_PROJECT 10202 #define ID_MENU_OPEN_RECENT 10203 @@ -36,7 +66,14 @@ #define ID_MENU_ABOUT_CREATIS 10223 #define ID_TREE_PROJECTS 10224 -#define ID_WINDOW_PROPERTIES 10225 -#define ID_WINDOW_PROJ_ACTIONS 10226 +#define ID_WINDOW_PROPERTIES 10225 +#define ID_WINDOW_PROJ_ACTIONS 10226 + +#define ID_BUTTON_NEXT 10300 +#define ID_BUTTON_CANCEL 10301 +#define ID_BUTTON_CHOOSE 10302 + +#define ID_BUTTON_NEWPROJECT 10303 +#define ID_BUTTON_OPENPROJECT 10304 #endif /* CREADEVMANAGERIDS_H_ */