X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;ds=sidebyside;f=lib%2FcreaDevManagerLib%2FcreaDevManagerIds.h;h=fe1b1a0ca662e4512b3380e59883a3786594396f;hb=311bdcc514f85386f3bbbef9ff6a88bf69fd930f;hp=c97e0a6d424ea6d93d7ccc561a83c320ffd736e2;hpb=17824854619941a12697fea8524f4218f9a14ef9;p=crea.git diff --git a/lib/creaDevManagerLib/creaDevManagerIds.h b/lib/creaDevManagerLib/creaDevManagerIds.h index c97e0a6..fe1b1a0 100644 --- a/lib/creaDevManagerLib/creaDevManagerIds.h +++ b/lib/creaDevManagerLib/creaDevManagerIds.h @@ -2,8 +2,10 @@ # --------------------------------------------------------------------- # # Copyright (c) CREATIS (Centre de Recherche en Acquisition et Traitement de l'Image -# pour la Santé) +# 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, @@ -20,14 +22,15 @@ # # 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_ @@ -67,10 +70,44 @@ #define ID_WINDOW_PROJ_ACTIONS 10226 #define ID_BUTTON_NEXT 10300 -#define ID_BUTTON_CANCEL 10301 -#define ID_BUTTON_CHOOSE 10302 +#define ID_BUTTON_PREV 10301 +#define ID_BUTTON_CANCEL 10302 +#define ID_BUTTON_CHOOSE 10303 -#define ID_BUTTON_NEWPROJECT 10303 -#define ID_BUTTON_OPENPROJECT 10304 +#define ID_BUTTON_NEWPROJECT 10304 +#define ID_BUTTON_OPENPROJECT 10305 + +#define ID_BUTTON_CREATE_PACKAGE 10306 +#define ID_BUTTON_CREATE_BLACKBOX 10307 +#define ID_BUTTON_CREATE_LIBRARY 10308 +#define ID_BUTTON_CREATE_APPLICATION 10309 +#define ID_BUTTON_EDIT_CMAKELISTSFILE 10310 +#define ID_BUTTON_CREATE_FOLDER 10311 +#define ID_BUTTON_CREATE_CLASS 10312 +#define ID_BUTTON_OPEN_CXX 10313 +#define ID_BUTTON_OPEN_HXX 10314 +#define ID_BUTTON_OPEN_FOLDER 10315 +#define ID_BUTTON_OPEN_FILE 10316 +#define ID_BUTTON_OPEN_COMMAND 10317 +#define ID_BUTTON_SET_VERSION 10318 +#define ID_BUTTON_SET_BUILD_PATH 10319 +#define ID_BUTTON_SET_AUTHOR 10320 +#define ID_BUTTON_SET_DESCRIPTION 10321 +#define ID_BUTTON_SET_NAME 10322 +#define ID_BUTTON_SET_CATEGORY 10323 + + +#define ID_BUTTON_BUILD_PROJECT 10324 +#define ID_BUTTON_CONFIGURE_BUILD 10325 +#define ID_BUTTON_CONNECT_PROJECT 10326 + +#define ID_BUTTON_GOTO_PACKAGE_MANAGER 10327 +#define ID_BUTTON_GOTO_APPLI_MANAGER 10328 +#define ID_BUTTON_GOTO_LIB_MANAGER 10329 + +#define ID_LINK_SELECT_PACKAGE 10330 +#define ID_LINK_SELECT_LIBRARY 10331 +#define ID_LINK_SELECT_APPLICATION 10332 +#define ID_LINK_SELECT_BLACKBOX 10333 #endif /* CREADEVMANAGERIDS_H_ */