⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 resource.h

📁 This software performs code conversion of Chinese characters, including GB2312/GBK and BIG5. It a
💻 H
字号:
//{{NO_DEPENDENCIES}}
// Microsoft Developer Studio generated include file.
// Used by chnconv_exe.rc
//

#ifndef CREATEPROCESS_MANIFEST_RESOURCE_ID
#define CREATEPROCESS_MANIFEST_RESOURCE_ID   1
#endif
#ifndef RT_MANIFEST
#define RT_MANIFEST                     24
#endif


// ICON
#define IDI_ICON                        128
#define IDI_ICON_2                      129
#define IDI_ICON_STATUS_READY           160
#define IDI_ICON_STATUS_NOW             161
#define IDI_ICON_STATUS_SUCCESS         162
#define IDI_ICON_STATUS_FAILURE         163


// DIALOG
#define IDD_DIALOG_MAIN                 832
#define IDD_DIALOG_HELP                 833
#define IDD_DIALOG_OPTION               834
#define IDD_PROPPAGE_1                  835
#define IDD_PROPPAGE_2                  836
#define IDD_PROPPAGE_3                  837
#define IDD_PROPPAGE_4                  838
#define IDD_DIALOG_EXMODE               839


#define TYPE_GB      0     // start must be zero
#define TYPE_BIG5    1
#define TYPE_PSEUDO  2
#define TYPE_HZ      3
#define SRC_TYPE_NELEM   4
#define DST_TYPE_NELEM   3

#define IDC_CHECK_SRC_TYPE_MIN          1024
#define IDC_CHECK_SRC_TYPE_GB           ( IDC_CHECK_SRC_TYPE_MIN + TYPE_GB )
#define IDC_CHECK_SRC_TYPE_BIG5         ( IDC_CHECK_SRC_TYPE_MIN + TYPE_BIG5 )
#define IDC_CHECK_SRC_TYPE_PSEUDO       ( IDC_CHECK_SRC_TYPE_MIN + TYPE_PSEUDO )
#define IDC_CHECK_SRC_TYPE_HZ           ( IDC_CHECK_SRC_TYPE_MIN + TYPE_HZ )

#define IDC_CHECK_DST_TYPE_MIN          1088
#define IDC_CHECK_DST_TYPE_GB           ( IDC_CHECK_DST_TYPE_MIN + TYPE_GB )
#define IDC_CHECK_DST_TYPE_BIG5         ( IDC_CHECK_DST_TYPE_MIN + TYPE_BIG5 )
#define IDC_CHECK_DST_TYPE_PSEUDO       ( IDC_CHECK_DST_TYPE_MIN + TYPE_PSEUDO )

#define SRC_DST_FILE_NELEM     5

#define IDC_EDIT_SRC_MIN                IDC_EDIT_SRC_1
#define IDC_EDIT_DST_MIN                IDC_EDIT_DST_1

#define IDC_BUTTON_SRC_MIN              IDC_BUTTON_SRC_1
#define IDC_BUTTON_DST_MIN              IDC_BUTTON_DST_1

#define IDC_STATIC_STATUS_MIN           IDC_STATIC_STATUS_1

#define IDC_COMBO_SRC_CODE              1152
#define IDC_COMBO_DST_CODE              1153
#define IDC_BUTTON_HELP                 1154
#define IDC_BUTTON_OPTION               1155
#define IDC_STATIC_AVAFRM               1156

#define IDC_EDIT_SRC_1                  1184
#define IDC_EDIT_SRC_2                  1185
#define IDC_EDIT_SRC_3                  1186
#define IDC_EDIT_SRC_4                  1187
#define IDC_EDIT_SRC_5                  1188
#define IDC_BUTTON_SRC_1                1189
#define IDC_BUTTON_SRC_2                1190
#define IDC_BUTTON_SRC_3                1191
#define IDC_BUTTON_SRC_4                1192
#define IDC_BUTTON_SRC_5                1193
#define IDC_STATIC_STATUS_1             1194
#define IDC_STATIC_STATUS_2             1195
#define IDC_STATIC_STATUS_3             1196
#define IDC_STATIC_STATUS_4             1197
#define IDC_STATIC_STATUS_5             1198
#define IDC_EDIT_DST_1                  1199
#define IDC_EDIT_DST_2                  1200
#define IDC_EDIT_DST_3                  1201
#define IDC_EDIT_DST_4                  1202
#define IDC_EDIT_DST_5                  1203
#define IDC_BUTTON_DST_1                1204
#define IDC_BUTTON_DST_2                1205
#define IDC_BUTTON_DST_3                1206
#define IDC_BUTTON_DST_4                1207
#define IDC_BUTTON_DST_5                1208

#define IDC_BUTTON_OPENFILE             1232
#define IDC_STATIC_CALL_VERSION         1233

#define IDC_TAB_OPTION_PROPPAGE         1264

#define IDC_CHECK_GB2BIG5_N             1280
#define IDC_CHECK_BIG52GB_N             1281
#define IDC_CHECK_QUOTATION_MARK        1282
#define IDC_CHECK_GB2CW_N               1283
#define IDC_CHECK_SENSE_CW_FANTI        1284
#define IDC_CHECK_CW_TXT_FANTI          1285
#define IDC_COMBO_UNMAPPABLE_CHAR       1286
#define IDC_BUTTON_EXMODE               1287

#define IDC_COMBO_GBFONT                1344
#define IDC_COMBO_GBFONT_GOTHIC         1345
#define IDC_GBFONT_DEFAULT              1346
#define IDC_GBFONT_GOTHIC_DEFAULT       1347
#define IDC_COMBO_BIG5FONT              1348
#define IDC_COMBO_BIG5FONT_GOTHIC       1349
#define IDC_BIG5FONT_DEFAULT            1350
#define IDC_BIG5FONT_GOTHIC_DEFAULT     1351
#define IDC_COMBO_CW_VERSION            1352
#define IDC_BUTTON_EXFONT               1353

#define IDC_COMBO_PINYINFONT            1376
#define IDC_COMBO_PINYINFONT_GOTHIC     1377
#define IDC_PINYINFONT_GOTHIC_DEFAULT   1378
#define IDC_PINYINFONT_DEFAULT          1379
#define IDC_CHECK_SAMEFONT              1380

#define IDC_CHECK_SAVECODE              1408
#define IDC_CHECK_SAVEPATH              1409
#define IDC_CHECK_SAVEWINDOW            1410
#define IDC_CHECK_NO_CONFIRM            1411
#define IDC_CHECK_NO_RECYCLE            1412
#define IDC_CHECK_NO_MESSAGE            1413
#define IDC_CHECK_NO_ADD_EXT            1414
#define IDC_CHECK_CONFIRM_ON_EXIT       1415
#define IDC_COMBO_MUI_LANG              1416

#define IDC_CHECK_CONVERT_CJKEX         1536
#define IDC_CHECK_LINSHIDAIMA_TO_CJKEX  1537
#define IDC_CHECK_CJKEX_TO_LINSHIDAIMA  1538

#define IDC_CHECK_TM_COMMENT            1552
#define IDC_COMBO_TM_FONTSIZE           1553
#define IDC_TM_FONTSIZE_DEFAULT         1554


// STRING
#define IDS_CP_JAPANESE_CW              2000
#define IDS_CP_JAPANESE_NH              2001
#define IDS_CP_JAPANESE_CWN             2002
#define IDS_CP_JAPANESE_ZQ              2003
#define IDS_CP_JAPANESE_CX              2004
#define IDS_CP_JAPANESE_ZJ              2005
#define IDS_CP_JAPANESE_TM              2006
#define IDS_CP_JAPANESE_FW              2007

#define IDS_COMMANDNAME                 2048
#define IDS_WINDOWTITLE                 2049
#define IDS_NOWCONVERTING               2050
#define IDS_AVAILABLEFORMAT             2551
#define IDS_NOT_ENOUGH_MEMORY           2052
#define IDS_PARAM_ERROR                 2053
#define IDS_UNKNOWN_ERROR               2054
#define IDS_CONFIRM_ON_EXIT             2055
#define IDS_DRAGFILE_ERROR              2056
#define IDS_OPTION_ERROR                2057
#define IDS_CANNOT_READ_OPTION          2058
#define IDS_CANNOT_SAVE_OPTION          2059

#define IDS_ASKOVERWRITE                2080
#define IDS_CANNOTSAMECODE              2081
#define IDS_SPECIFYSRCFILE              2082
#define IDS_SPECIFYDSTFILE              2083
#define IDS_DIDNOTCONVERTFILE           2084
#define IDS_DLLERROR                    2085
#define IDS_CONVERTEDFILE               2086
#define IDS_CHNCONVERROR                2087

#define IDS_CONV_ERROR_READ             2112
#define IDS_CONV_ERROR_WRITE            2113
#define IDS_CONV_ERROR_FORMAT           2114
#define IDS_CONV_ERROR_MEMORY           2115
#define IDS_CONV_ERROR_CODEPAGE         2116
#define IDS_CONV_ERROR_ABORTED          2117
#define IDS_CONV_ERROR_UNKNOWN          2118
#define IDS_CONV_ERROR_TMFORMAT         2119

#define IDS_SELECTSRCFILE               2144
#define IDS_SELECTDSTFILE               2145
#define IDS_NORMALFILES                 2146
#define IDS_RICHTEXTFILES               2147
#define IDS_TEXTFILES                   2148
#define IDS_TMFILES                     2149
#define IDS_ALLFILES                    2150

#define IDS_OPTIONTITLE                 2176
#define IDS_PROPPAGE_1_CAPTION          2177
#define IDS_PROPPAGE_2_CAPTION          2178
#define IDS_PROPPAGE_3_CAPTION          2179
#define IDS_PROPPAGE_4_CAPTION          2180

#define IDS_DEFAULT_MUI_LANG            2208
#define IDS_INVALID_OPTION              2209

#define IDS_UNMAPPABLE_CHAR_FORMAT_0    2224
#define IDS_UNMAPPABLE_CHAR_FORMAT_1    2225
#define IDS_UNMAPPABLE_CHAR_FORMAT_2    2226

#define IDS_CWVERSION_OLD               2240
#define IDS_CWVERSION_NEW               2241

#define IDS_HELPFILE_FILENAME           2272
#define IDS_CANNOTOPENHELPFILE          2273
#define IDS_DISPLAYEXEVERSION           2274
#define IDS_DISPLAYDLLVERSION           2275
#define IDS_DISPLAYDLLVERSIONERROR      2276
#define IDS_GAIJIFILE_FOUND             2277
#define IDS_GAIJIFILE_ERROR             2278

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -