resource.h

来自「动态创建按钮」· C头文件 代码 · 共 40 行

H
40
字号
//{{NO_DEPENDENCIES}}
// Microsoft Developer Studio generated include file.
// Used by SMI.rc
//
#define IDD_ABOUTBOX                    100
#define IDR_MAINFRAME                   128
#define IDR_SMITYPE                     129
#define IDD_DLG_MODALESS                130
#define IDD_DLG_MODAL                   131
#define IDI_ICON_A                      132
#define IDI_ICON_B                      133
#define IDC_BTN_ADD                     1000
#define IDC_BTN_SCALE                   1002
#define IDC_SEPERATOR                   1003
#define IDC_EDIT1                       1005
#define IDC_EDIT2                       1006
#define IDC_EDIT3                       1007
#define IDC_EDIT4                       1008
#define IDC_EDIT5                       1009
#define IDC_EDIT6                       1010
#define IDC_EDIT7                       1011
#define IDC_EDIT8                       1012
#define IDC_EDIT9                       1013
#define IDC_STATIC_MAINFRAME            1014
#define IDC_TREE_TEST                   1015
#define IDM_DLG_MODALESS                32771
#define IDM_DLG_MODAL                   32772

// Next default values for new objects
// 
#ifdef APSTUDIO_INVOKED
#ifndef APSTUDIO_READONLY_SYMBOLS
#define _APS_3D_CONTROLS                     1
#define _APS_NEXT_RESOURCE_VALUE        134
#define _APS_NEXT_COMMAND_VALUE         32773
#define _APS_NEXT_CONTROL_VALUE         1016
#define _APS_NEXT_SYMED_VALUE           101
#endif
#endif

⌨️ 快捷键说明

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