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

📄 resource.h

📁 自己用Markov模型做的一个整句物笔输入法的原型
💻 H
字号:
//{{NO_DEPENDENCIES}}
// Microsoft Developer Studio generated include file.
// Used by HikerWBStart.rc
//
#define IDM_ABOUTBOX                    0x0010
#define IDD_ABOUTBOX                    100
#define IDS_ABOUTBOX                    101
#define IDD_HIKERWBSTART_DIALOG         102
#define IDR_MAINFRAME                   128
#define IDR_MENU                        130
#define IDR_MENU_SOFTKB                 131
#define IDI_CHSSTA0                     133
#define IDI_CHSSTA1                     134
#define IDD_DIALOG_MAKEWORD             134
#define IDI_SBCSTA0                     135
#define IDI_SBCSTA1                     136
#define IDR_ACCELERATOR_OPEN            136
#define IDI_CHSPCT0                     137
#define IDI_CHSPCT1                     138
#define IDB_LOGO                        138
#define IDR_MAINFRAME_S                 139
#define IDR_MAINFRAME_E                 140
#define IDI_SBCSTA12                    141
#define IDI_SBCSTA02                    142
#define IDI_CHSSTA12                    143
#define IDI_CHSSTA02                    144
#define IDI_CHSPCT12                    145
#define IDI_CHSPCT02                    146
#define IDI_LOGO                        147
#define IDC_EDIT_CODE                   1001
#define IDC_EDIT_WORD                   1002
#define ID_MENU_ABOUT                   32771
#define ID_MENU_EXIT                    32772
#define ID_MENU_HELP                    32773
#define ID_MENU_SOFTKB                  32774
#define ID_MENU_SKB_PC                  32775
#define ID_MENU_SKB_GL                  32776
#define ID_MENU_SKB_RL                  32777
#define ID_MENU_SKB_PN                  32778
#define ID_MENU_SKB_JH                  32779
#define ID_MENU_SKB_JK                  32780
#define ID_MENU_SKB_CSL                 32781
#define ID_MENU_SKB_PT                  32782
#define ID_MENU_SKB_SP                  32783
#define ID_MENU_SKB_SN                  32784
#define ID_MENU_SKB_MN                  32785
#define ID_MENU_SKB_CLOSE               32786
#define ID_MENU_STYLE                   32787
#define ID_MENU_GB2312                  32788
#define ID_MENU_GBK                     32789
#define ID_MENU_START                   32790
#define ID_MENU_CLOSE                   32791
#define ID_MENU_FWSTYLE                 32792
#define ID_MENU_TRAINFILE               32793
#define ID_MENU_SET                     32795

// Next default values for new objects
// 
#ifdef APSTUDIO_INVOKED
#ifndef APSTUDIO_READONLY_SYMBOLS
#define _APS_NEXT_RESOURCE_VALUE        148
#define _APS_NEXT_COMMAND_VALUE         32796
#define _APS_NEXT_CONTROL_VALUE         1003
#define _APS_NEXT_SYMED_VALUE           101
#endif
#endif

⌨️ 快捷键说明

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