/*Fichier ressources : R:\Programmation\Projets_LCC_2005\Calculatrice\calc.rc */

/*généré le  lun   2 mai 2005 21:34:05 */


/*-------------------Images------------------*/
#define ICO_MAIN                 1000

/*-------------------menus-------------------*/

/*Menu -----> n°0*/
#define MNU_MAIN                 1001


/*Menu -----> n°1*/
#define MNU_CTXHISTO             1002

#define ITM_OPEN                 1003
#define ITM_SAVEAS               1004
#define ITM_QUITTER              1005
#define ITM_AFF_ERREURS          1006
#define ITM_HELP                 1007
#define ITM_ABOUT                1008
#define ITM_HISTO_SUPP           1009
#define ITM_HISTO_RAPPEL         1010

/*----------feuilles de dialogue-------------*/

/*Feuille ----> DLG_MAIN */
#define DLG_MAIN                 1011
/*Controles*/
#define TXT_FORMULE              1012
#define CMD_CALCULER             1013
#define LVW_MESSAGES             1014
#define LBL_RESULTAT             1015
#define LVW_HISTO                1016
#define GPB_HISTO                1017
#define GPB_FORMULE              1018
#define STB_MAIN                 1019

/*Feuille ----> DLG_ABOUT */
#define DLG_ABOUT                1020
/*Controles*/
#define LBL_ABOUT_INFO           1021
#define PIC_ABOUT_LOGO           1022
#define CMD_ABOUT_OK             1023

/*Feuille ----> DLG_HELP */
#define DLG_HELP                 1024
/*Controles*/
#define RIC_HLP_HELP             1025
#define CMD_HLP_FERMER           1026

/*---------------Tables de chaines-------------*/


/*---------------Tables de raccourcis-------------*/


/*-------------------RcDatas------------------*/
#define RCD_LOGO                 1027

/*Fin de fichier .h : R:\Programmation\Projets_LCC_2005\Calculatrice\calc.rc généré par Ressources*/


