1 #pragma once 2 3 #define IDC_STATIC -1 4 5 #define IDI_ICON 100 6 7 #define IDD_CHARMAP 200 8 #define IDD_ABOUTBOX 201 9 #define IDD_STATUSBAR 202 10 #define IDD_ADVANCED 203 11 12 #define IDC_FONTCOMBO 1001 13 #define IDC_CMHELP 1002 14 #define IDC_FONTMAP 1003 15 #define IDC_TEXTBOX 1004 16 #define IDC_SELECT 1005 17 #define IDC_COPY 1006 18 #define IDC_ADVVIEW 1007 19 #define IDC_DISPLAY 1008 20 #define IDC_LICENSE_EDIT 1009 21 #define IDC_COMBO_CHARSET 1000 22 #define IDC_COMBO_GROUPBY 1001 23 #define IDC_BUTTON_SEARCH 1002 24 #define IDC_EDIT_SEARCH 1003 25 #define IDC_EDIT_UNICODE 1004 26 #define IDC_CHECK_ADVANCED 1007 27 28 #define IDS_LICENSE 1010 29 #define IDS_ABOUT 1011 30 #define IDS_TITLE 1012 31 #define IDS_UNICODE 1013 32 #define IDS_ALL 1014 33