⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 resource.h

📁 这是一款非常实用的计算器,我认为其实用程度远远胜过Windows系统提供的计算器.主要特色是支持多项式运算,即可以一次输入整个多项式,并能够识别运算的优先级(利用堆栈实现),
💻 H
字号:
//{{NO_DEPENDENCIES}}
// Microsoft Visual C++ generated include file.
// Used by 计算器.rc
//
#define IDM_ABOUTBOX                    0x0010
#define IDD_ABOUTBOX                    100
#define IDS_ABOUTBOX                    101
#define IDD_MY_DIALOG                   102
#define IDR_ACCELERATOR1                129
#define IDI_ICON2                       135
#define IDI_ICON1                       136
#define IDI_ICON4                       139
#define IDI_ICON3                       142
#define IDI_ICON5                       143
#define IDC_EDIT1                       1000
#define IDC_BUTTON1                     1001
#define IDC_BUTTON2                     1002
#define IDC_BUTTON3                     1003
#define IDC_BUTTON4                     1004
#define IDC_BUTTON5                     1005
#define IDC_BUTTON6                     1006
#define IDC_BUTTON7                     1007
#define IDC_BUTTON8                     1008
#define IDC_BUTTON9                     1009
#define IDC_BUTTON0                     1010
#define IDC_BUTTONPLUS_MINUS            1011
#define IDC_BUTTONDOT                   1012
#define IDC_BUTTONDIV                   1013
#define IDC_BUTTONMUL                   1014
#define IDC_BUTTONMINUS                 1015
#define IDC_BUTTONPLUS                  1016
#define IDC_BUTTONENTER                 1017
#define IDC_BUTTONCE                    1018
#define IDC_BUTTONRIGHT                 1019
#define IDC_BUTTONLEFT                  1020
#define IDC_EDIT2                       1022
#define IDC_BUTTONSIN                   1024
#define IDC_BUTTONCOS                   1025
#define IDC_BUTTONTAN                   1026
#define IDC_BUTTONCOT                   1027
#define IDC_BUTTONLg                    1028
#define IDC_BUTTONX2                    1029
#define IDC_BUTTONN                     1030
#define IDC_BUTTONEX                    1031
#define IDC_BUTTONLN                    1033
#define IDC_BUTTONARCSIN                1034
#define IDC_BUTTONARCCOS                1035
#define IDC_BUTTONARCTAN                1036
#define IDC_BUTTONARCCOT                1037
#define IDC_BUTTONPI                    1038
#define IDC_BUTTONSQRT                  1039
#define IDC_STATICB                     1040
#define IDC_STATICA                     1041
#define IDC_STATIC2                     1042
#define IDC_BUTTONBACKSPACE             1043

// Next default values for new objects
// 
#ifdef APSTUDIO_INVOKED
#ifndef APSTUDIO_READONLY_SYMBOLS
#define _APS_NEXT_RESOURCE_VALUE        144
#define _APS_NEXT_COMMAND_VALUE         32796
#define _APS_NEXT_CONTROL_VALUE         1044
#define _APS_NEXT_SYMED_VALUE           101
#endif
#endif

⌨️ 快捷键说明

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