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

📄 resource.h

📁 能运算的函数: sin,cos,tg,ctg,e^,pow(x,y),cosh,sinh,tgh,log10,ln,sqrt,arcsin,arccos, 运算方式: +,-,*,/,绝对值(“[
💻 H
字号:
//{{NO_DEPENDENCIES}}
// Microsoft Developer Studio generated include file.
// Used by Arithmetic.rc
//
#define IDM_ABOUTBOX                    0x0010
#define IDD_ABOUTBOX                    100
#define IDS_ABOUTBOX                    101
#define IDD_MY_DIALOG                   102
#define IDR_MAINFRAME                   128
#define IDR_MENU1                       129
#define IDD_USE                         130
#define IDD_SOFTWARE                    131
#define IDB_BITMAP1                     132
#define IDD_ARITHMETIC_DIALOG           133

#define IDC_SHOW_EDIT                   1000
#define IDC_0                           1001
#define IDC_1                           1002
#define IDC_2                           1003
#define IDC_3                           1004
#define IDC_4                           1005
#define IDC_5                           1006
#define IDC_6                           1007
#define IDC_7                           1008
#define IDC_8                           1009
#define IDC_9                           1010
#define IDC_POINT                       1011
#define IDC_ADD                         1012
#define IDC_SUB                         1013
#define IDC_MUL                         1014
#define IDC_DIV                         1015
#define IDC_SIN                         1016
#define IDC_COS                         1017
#define IDC_TG                          1018
#define IDC_CTG                         1019
#define IDC_SINH                        1020
#define IDC_COSH                        1021
#define IDC_TANH                        1022
#define IDC_ARCSIN                      1023
#define IDC_ARCOS                       1024
#define IDC_LG                          1025
#define IDC_LN                          1026
#define IDC_SQRT                        1027
#define IDC_POW                         1028
#define IDC_POWE                        1029
#define IDC_FACTORIAL                   1030
#define IDC_E                           1031
#define IDC_PI                          1032
#define IDC_LEFT_PARENTHESES            1033
#define IDC_RIGHT_PARENTHESES           1034
#define IDC_LEFT_ABS                    1035
#define IDC_RIGHT_ABS                   1036
#define IDC_X                           1037
#define IDC_EQUAL                       1038
#define IDC_BACK                        1039
#define IDC_OFF                         1040
#define ID_QIUHE                        32771
#define ID_WHATUSE_MEUE                 32772
#define ID_MENUITEM32773                32773
#define ID_FDJ                          32774
#define ID_SOFTWARE_MENU                32775
#define ID_MENUITEM32776                32776

// Next default values for new objects
// 
#ifdef APSTUDIO_INVOKED
#ifndef APSTUDIO_READONLY_SYMBOLS
#define _APS_NEXT_RESOURCE_VALUE        140
#define _APS_NEXT_COMMAND_VALUE         32777
#define _APS_NEXT_CONTROL_VALUE         1043
#define _APS_NEXT_SYMED_VALUE           101
#endif
#endif

⌨️ 快捷键说明

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