resource.h

来自「应用visual c++ 6.0的UG二次开发外部模式演示程序。VC创建MFC菜」· C头文件 代码 · 共 41 行

H
41
字号
//{{NO_DEPENDENCIES}}
// Microsoft Developer Studio generated include file.
// Used by gear.rc
//
#define IDD_ABOUTBOX                    100
#define IDR_MAINFRAME                   128
#define IDR_GEARTYPE                    129
#define IDD_DIALOG_ADD                  131
#define IDD_DIALOG1                     132
#define IDC_STATIC_A                    1000
#define IDC_EDIT3                       12010
#define IDC_EDIT4                       12011
#define IDC_EDIT5                       12012
#define IDC_EDIT6                       12013
#define IDC_EDIT7                       12014
#define IDC_EDIT8                       12015
#define IDC_BUTTON_ask                  12016
#define IDD_DIALOG_ASK                  12017
#define IDC_COMBO_attri                 12018
#define IDC_COMBO_rela                  12019
#define IDC_EDIT_value                  12020
#define ID_BTN_all                      12021
#define IDC_BTN_all                     12021
#define ID_SHOW                         32771
#define ID_ADD                          32772
#define ID_DEL                          32773
#define ID_EDIT                         32774
#define ID_ASK                          32781

// Next default values for new objects
// 
#ifdef APSTUDIO_INVOKED
#ifndef APSTUDIO_READONLY_SYMBOLS
#define _APS_3D_CONTROLS                     1
#define _APS_NEXT_RESOURCE_VALUE        135
#define _APS_NEXT_COMMAND_VALUE         32782
#define _APS_NEXT_CONTROL_VALUE         1001
#define _APS_NEXT_SYMED_VALUE           101
#endif
#endif

⌨️ 快捷键说明

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