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 1010 22 #define IDC_COMBO_GROUPBY 1011 23 #define IDC_BUTTON_SEARCH 1012 24 #define IDC_EDIT_SEARCH 1013 25 #define IDC_EDIT_UNICODE 1014 26 #define IDC_CHECK_ADVANCED 1017 27 28 #define IDS_LICENSE 2010 29 #define IDS_ABOUT 2011 30 #define IDS_TITLE 2012 31