resource.h

来自「本程序是用VC++ 开发的计算器」· C头文件 代码 · 共 55 行

H
55
字号
//{{NO_DEPENDENCIES}}
// Microsoft Developer Studio generated include file.
// Used by Calculator.rc
//
#define IDM_ABOUTBOX                    0x0010
#define IDD_ABOUTBOX                    100
#define IDS_ABOUTBOX                    101
#define IDD_CALCULATOR_DIALOG           102
#define IDD_CALCULATOR_DIALOG1          103
#define IDR_MAINFRAME                   128
#define IDC_0                           1000
#define IDC_1                           1001
#define IDC_2                           1002
#define IDC_3                           1003
#define IDC_4                           1004
#define IDC_5                           1005
#define IDC_6                           1006
#define IDC_7                           1007
#define IDC_8                           1008
#define IDC_9                           1009
#define IDC_DISPLAY                     1010
#define IDC_SIGN                        1011
#define IDC_POINT                       1012
#define IDC_ADD                         1013
#define IDC_MINUS                       1014
#define IDC_MULTIPLY                    1015
#define IDC_DIVID                       1016
#define IDC_EQUAL                       1017
#define IDC_CLEAR                       1018
#define IDC_SQRT                        1019
#define IDC_RECIPROCAL                  1020
#define IDC_SENTIFIC                    1021
#define IDC_STANDARD                    1023
#define IDC_LN                          1024
#define IDC_LOG                         1025
#define IDC_SQUAR                       1026
#define IDC_FACTORIAL                   1027
#define IDC_EXP                         1028
#define IDC_TAN                         1029
#define IDC_COS                         1030
#define IDC_SIN                         1031
#define IDC_DEGREE                      1032
#define IDC_RAD                         1033

// Next default values for new objects
// 
#ifdef APSTUDIO_INVOKED
#ifndef APSTUDIO_READONLY_SYMBOLS
#define _APS_NEXT_RESOURCE_VALUE        130
#define _APS_NEXT_COMMAND_VALUE         32771
#define _APS_NEXT_CONTROL_VALUE         1034
#define _APS_NEXT_SYMED_VALUE           104
#endif
#endif

⌨️ 快捷键说明

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