resource.h

来自「Recite(一个辅助英语学习软件源码) 该程序的UI部分使用了WTL7.5。」· C头文件 代码 · 共 56 行

H
56
字号
//{{NO_DEPENDENCIES}}
// Microsoft Visual C++ generated include file.
// Used by Recite.rc
//
#define IDD_ABOUTBOX                    100
#define IDR_MAINFRAME                   128
#define IDD_MAINDLG                     129
#define IDD_DLG_ADD_ITEM                201
#define IDR_241                         202
#define IDD_DLG_ADD_BOOK                203
#define IDD_DLG_BOOKS                   204
#define IDC_LIST1                       1000
#define IDC_BTN_ADD                     1001
#define IDC_EDT_DLGADD_CONTENT          1002
#define IDC_BTN_MODIFY                  1002
#define IDC_EDIT2                       1003
#define IDC_EDT_DLGADD_ID               1003
#define IDC_BTN_REVIEW                  1003
#define IDC_EDT_DLGADD_NAME             1004
#define IDC_BTN_MODIFY2                 1004
#define IDC_BTN_DELETE                  1004
#define IDC_EDT_DLGADD_DAY              1005
#define IDC_BTN_BOOK                    1005
#define IDC_EDT_DLGADD_TIMES            1006
#define IDC_BTN_DLGADD_OK               1007
#define IDC_BTN_DLGADD_CANCEL           1008
#define IDC_CONTENT                     1009
#define IDC_DTP_DLGADD_DAY              1011
#define IDC_EDT_CONTENT                 1012
#define IDC_CMB                         1013
#define IDC_CMB_DLGADD_CLASS            1013
#define IDC_BTN_DLGADD_BOOK             1015
#define IDC_TXT_DLGADD_TOTAL            1016
#define IDC_EDT_DLGADD_BOOK             1017
#define IDC_EDT_DLGADD_DIR              1018
#define IDC_LINK_HELP                   1018
#define IDC_LINK_BOOKS                  1019
#define IDC_EDT_DLGADD_BOOK2            1019
#define IDC_EDT_DLGADD_CONTRIBUTOR      1019
#define IDC_LINK_FEEDBACK               1020
#define IDC_LINK_CODE                   1021
#define IDC_LINK_BLOG                   1022
#define IDC_LOGO                        1023
#define IDC_TXT_NOTE                    1024

// Next default values for new objects
// 
#ifdef APSTUDIO_INVOKED
#ifndef APSTUDIO_READONLY_SYMBOLS
#define _APS_NEXT_RESOURCE_VALUE        205
#define _APS_NEXT_COMMAND_VALUE         32772
#define _APS_NEXT_CONTROL_VALUE         1025
#define _APS_NEXT_SYMED_VALUE           101
#endif
#endif

⌨️ 快捷键说明

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