resource.h

来自「一个很完整的计算器代码」· C头文件 代码 · 共 50 行

H
50
字号
//{{NO_DEPENDENCIES}}
// Microsoft eMbedded Visual C++ generated include file.
// Used by calcu.rc
//
#define IDD_CALCU_DIALOG                102
#define IDR_MAINFRAME                   128
#define IDC_EDIT1                       1000
#define IDC_BUTTON_ONE                  1001
#define IDC_BUTTON6                     1006
#define IDC_BUTTON_BACKSPACE            1006
#define IDC_BUTTON7                     1007
#define IDC_BUTTON_CE                   1007
#define IDC_BUTTON8                     1008
#define IDC_BUTTON_C                    1008
#define IDC_BUTTON_TWO                  1010
#define IDC_BUTTON_THREE                1011
#define IDC_BUTTON_FOUR                 1012
#define IDC_BUTTON_FIVE                 1013
#define IDC_BUTTON_SIX                  1014
#define IDC_BUTTON_SEVEN                1015
#define IDC_BUTTON_EIGHT                1016
#define IDC_BUTTON_NINE                 1017
#define IDC_BUTTON_ZERO                 1018
#define IDC_BUTTON_SIGN                 1019
#define IDC_BUTTON_POINT                1020
#define IDC_BUTTON_DIVIDE               1021
#define IDC_BUTTON_SQRT                 1022
#define IDC_BUTTON_MULT                 1023
#define IDC_BUTTON_PARCENT              1024
#define IDC_BUTTON_PERCENT              1024
#define IDC_BUTTON_MINUS                1025
#define IDC_BUTTON_COUNTDOWN            1026
#define IDC_BUTTON_ADD                  1027
#define IDC_BUTTON_EQUAL                1028
#define IDC_BUTTON_MC                   1029
#define IDC_BUTTON_MR                   1030
#define IDC_BUTTON_MS                   1031
#define IDC_BUTTON_MADD                 1032

// Next default values for new objects
// 
#ifdef APSTUDIO_INVOKED
#ifndef APSTUDIO_READONLY_SYMBOLS
#define _APS_NEXT_RESOURCE_VALUE        129
#define _APS_NEXT_COMMAND_VALUE         32771
#define _APS_NEXT_CONTROL_VALUE         1007
#define _APS_NEXT_SYMED_VALUE           101
#endif
#endif

⌨️ 快捷键说明

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