Index: src/ictranslate/resource.h =================================================================== diff -u -N -r50fea83cc4ee863edac0fd3960e2249f99c33b03 -r2ffaff594233ce671e00b842c718cca32f9498c5 --- src/ictranslate/resource.h (.../resource.h) (revision 50fea83cc4ee863edac0fd3960e2249f99c33b03) +++ src/ictranslate/resource.h (.../resource.h) (revision 2ffaff594233ce671e00b842c718cca32f9498c5) @@ -8,24 +8,45 @@ #define IDD_ICTRANSLATE_DIALOG 102 #define IDR_MAINFRAME 128 #define IDR_MAIN_MENU 129 +#define IDI_NONEXISTENT_ICON 130 +#define IDI_VALID_ICON 131 +#define IDI_INVALID_ICON 132 +#define IDI_OVERFLUOUS_ICON 133 #define IDC_DSTDATA_LIST 1000 #define IDC_SRCDATA_LIST 1001 #define IDC_SRCDATA_EDIT 1002 #define IDC_DSTDATA_EDIT 1003 +#define IDAPPLY 1010 +#define IDC_COPY_BUTTON 1012 +#define IDC_SRC_AUTHOR_EDIT 1013 +#define IDC_SRC_RTL_CHECK 1014 +#define IDC_SRC_FILENAME_EDIT 1015 +#define IDC_SRC_LANGUAGE_NAME_EDIT 1016 +#define IDC_SRC_FONT_EDIT 1017 +#define IDC_SRC_HELP_FILENAME_EDIT 1018 +#define IDC_DST_AUTHOR_EDIT 1019 +#define IDC_DST_RTL_CHECK 1020 +#define IDC_DST_FILENAME_EDIT 1021 +#define IDC_DST_LANGUAGE_NAME_EDIT 1022 +#define IDC_DST_FONT_EDIT 1023 +#define IDC_DST_HELP_FILENAME_EDIT 1024 +#define IDC_CHOOSE_FONT_BUTTON 1025 #define ID_FILE_NEWTRANSLATION 32771 #define ID_FILE_OPENTRANSLATION 32772 #define ID_FILE_SAVETRANSLATION 32773 #define ID_FILE_SAVETRANSLATIONAS 32774 #define ID_FILE_OPENYOURTRANSLATION 32775 #define ID_FILE_OPENBASETRANSLATION 32776 +#define ID_EDIT_CLEANUPTRANSLATION 32777 +#define ID_EDIT_CLEANUP_TRANSLATION 32778 // Next default values for new objects // #ifdef APSTUDIO_INVOKED #ifndef APSTUDIO_READONLY_SYMBOLS -#define _APS_NEXT_RESOURCE_VALUE 130 -#define _APS_NEXT_COMMAND_VALUE 32777 -#define _APS_NEXT_CONTROL_VALUE 1010 +#define _APS_NEXT_RESOURCE_VALUE 134 +#define _APS_NEXT_COMMAND_VALUE 32779 +#define _APS_NEXT_CONTROL_VALUE 1026 #define _APS_NEXT_SYMED_VALUE 101 #endif #endif