resource.h

来自「一个用ODBC访问Access的实例」· C头文件 代码 · 共 36 行

H
36
字号
//{{NO_DEPENDENCIES}}
// Microsoft Developer Studio generated include file.
// Used by vocabulory.rc
//
#define IDC_DELETE                      3
#define IDC_EDIT                        4
#define IDD_VOCABULORY_DIALOG           102
#define IDR_MAINFRAME                   128
#define IDD_LINK_DIALOG                 129
#define IDD_ADD_DIALOG                  130
#define IDD_FIND_DIALOG                 131
#define IDD_DIALOG_ALERT1               132
#define IDD_DIALOG_ALERT2               133
#define IDD_LIST_DIALOG                 134
#define IDC_EDIT1                       1000
#define IDC_SELECT                      1001
#define IDC_EDIT2                       1001
#define IDC_ADD                         1002
#define IDC_EDIT3                       1002
#define IDC_FIND                        1003
#define IDC_BUTTON3                     1004
#define IDC_LIST                        1004
#define IDC_LIST1                       1004
#define IDC_CLOSE                       1005

// Next default values for new objects
// 
#ifdef APSTUDIO_INVOKED
#ifndef APSTUDIO_READONLY_SYMBOLS
#define _APS_NEXT_RESOURCE_VALUE        135
#define _APS_NEXT_COMMAND_VALUE         32771
#define _APS_NEXT_CONTROL_VALUE         1005
#define _APS_NEXT_SYMED_VALUE           101
#endif
#endif

⌨️ 快捷键说明

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