resource.h
来自「一个带有图形界面的计算器程序」· C头文件 代码 · 共 36 行
H
36 行
//{{NO_DEPENDENCIES}}
// Microsoft Developer Studio generated include file.
// Used by CAL.rc
//
#define IDD_DIALOG 101
#define IDC_BUTTON_1 1001
#define IDC_BUTTON_2 1002
#define IDC_BUTTON_3 1003
#define IDC_BUTTON_4 1004
#define IDC_BUTTON_5 1005
#define IDC_BUTTON_6 1006
#define IDC_BUTTON_7 1007
#define IDC_BUTTON_8 1008
#define IDC_BUTTON_9 1009
#define IDC_BUTTON_0 1000
#define IDC_BUTTON_SIGN 1010
#define IDC_BUTTON_AC 1011
#define IDC_BUTTON_ADD 1012
#define IDC_BUTTON_SUB 1013
#define IDC_BUTTON_MUL 1014
#define IDC_BUTTON_DIV 1015
#define IDC_BUTTON_EQU 1016
#define IDC_EDIT_DISPLAY 1017
#define IDC_EDIT_INFO 1018
// Next default values for new objects
//
#ifdef APSTUDIO_INVOKED
#ifndef APSTUDIO_READONLY_SYMBOLS
#define _APS_NEXT_RESOURCE_VALUE 102
#define _APS_NEXT_COMMAND_VALUE 40001
#define _APS_NEXT_CONTROL_VALUE 1019
#define _APS_NEXT_SYMED_VALUE 101
#endif
#endif
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?