From: Mapi B. <ma...@us...> - 2009-10-21 20:56:45
|
Update of /cvsroot/easycalc/PPCport/system - UI In directory 23jxhf1.ch3.sourceforge.com:/tmp/cvs-serv27764 Modified Files: resourceppc.h Log Message: Bug fixes, dynamic language change enabled on UI. Index: resourceppc.h =================================================================== RCS file: /cvsroot/easycalc/PPCport/system - UI/resourceppc.h,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** resourceppc.h 17 Oct 2009 13:53:14 -0000 1.3 --- resourceppc.h 21 Oct 2009 20:56:36 -0000 1.4 *************** *** 19,23 **** #define IDD_DATAMGR 139 #define IDD_EDITFCT 140 - #define IDD_RES_MENU1 141 #define IDD_LARGE_MENU 141 #define IDD_SLIM_MENU 142 --- 19,22 ---- *************** *** 33,37 **** #define IDC_SKIN2 1021 #define IDC_SKIN1 1022 - #define IDC_LIST1 1023 #define IDC_LIST_FV 1023 #define IDC_LIST_RESM 1034 --- 32,35 ---- *************** *** 43,47 **** #define IDC_EDIT1 1047 #define IDC_EDIT2 1048 - #define IDC_RCL 1053 #define IDC_USERF 1054 #define IDC_CALCF 1055 --- 41,44 ---- *************** *** 64,68 **** #define IDC_TRUNCPREC 1072 #define IDC_INTEGERS 1073 - #define IDC_PRECVAL2 1074 #define IDC_FORMATNUM 1074 #define IDC_STRIP_0 1075 --- 61,64 ---- *************** *** 75,78 **** --- 71,83 ---- #define IDC_ASSISTGROUP 1085 #define IDC_SIP1 1086 + #define IDC_VARNAME1 1087 + #define IDC_VARNAME2 1088 + #define IDC_TITLE3 1089 + #define IDC_TITLE1 1090 + #define IDC_VARNAME3 1091 + #define IDC_TITLE4 1091 + #define IDC_TITLE2 1092 + #define IDC_LANGUAGE_CB 1093 + #define IDC_LANGUAGE 1094 #define ID_TEST_TEST 32771 #define ID_EDIT_CANCEL 32772 *************** *** 86,91 **** #define IDM_FILE 40003 #define IDM_EDIT 40004 - #define IDC_TITLE -1 - #define IDC_VARNAME -1 // Next default values for new objects --- 91,94 ---- *************** *** 94,100 **** #ifndef APSTUDIO_READONLY_SYMBOLS #define _APS_NO_MFC 1 ! #define _APS_NEXT_RESOURCE_VALUE 148 #define _APS_NEXT_COMMAND_VALUE 32778 ! #define _APS_NEXT_CONTROL_VALUE 1087 #define _APS_NEXT_SYMED_VALUE 112 #endif --- 97,103 ---- #ifndef APSTUDIO_READONLY_SYMBOLS #define _APS_NO_MFC 1 ! #define _APS_NEXT_RESOURCE_VALUE 149 #define _APS_NEXT_COMMAND_VALUE 32778 ! #define _APS_NEXT_CONTROL_VALUE 1095 #define _APS_NEXT_SYMED_VALUE 112 #endif |