resource.h

来自「关于串口通信的编程」· C头文件 代码 · 共 41 行

H
41
字号
//{{NO_DEPENDENCIES}}
// Microsoft Developer Studio generated include file.
// Used by Register.rc
//
#define IDD_ABOUTBOX                    100
#define IDR_MAINFRAME                   128
#define IDR_REGISTTYPE                  129
#define IDD_REGISTER                    131
#define IDD_PERSONAL                    135
#define IDD_UNIT                        136
#define IDD_PAGE1                       137
#define IDD_PAGE2                       138
#define IDD_PAGE3                       139
#define IDC_NAME                        1000
#define IDC_AGE                         1001
#define IDC_SEX                         1002
#define IDC_SEX1                        1003
#define IDC_WORK                        1004
#define IDC_WORK1                       1005
#define IDC_UNIT                        1006
#define IDC_INCOME                      1008
#define IDC_XNAME                       1015
#define IDC_RADIO1                      1016
#define IDC_RADIO2                      1017
#define IDC_STATIC1                     1018
#define ID_EDIT_REGISTER                32771
#define ID_EDIT_PROPDLG                 32772
#define ID_EDIT_WIZARD                  32773

// Next default values for new objects
// 
#ifdef APSTUDIO_INVOKED
#ifndef APSTUDIO_READONLY_SYMBOLS
#define _APS_3D_CONTROLS                     1
#define _APS_NEXT_RESOURCE_VALUE        140
#define _APS_NEXT_COMMAND_VALUE         32774
#define _APS_NEXT_CONTROL_VALUE         1019
#define _APS_NEXT_SYMED_VALUE           101
#endif
#endif

⌨️ 快捷键说明

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