📄 resource.h
字号:
//{{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 IDR_MAINFRAME 128
#define IDI_ICON1 129
#define IDB_BITMAP1 130
#define IDR_MENU 131
#define IDC_HANDCUR 132
#define IDC_EDIT_INPUT 1000
#define IDC_EDIT_OUTPUT 1001
#define IDC_BUTTON_OPERATE 1002
#define IDC_RADIO_HEX 1003
#define IDC_RADIO_DEC 1004
#define IDC_RADIO_OCT 1005
#define IDC_RADIO_BIN 1006
#define IDC_STATIC_CONVERT 1007
#define IDC_RADIO_DEGREE 1008
#define IDC_RADIO_RADIAN 1009
#define IDC_BUTTON_SIN 1010
#define IDC_BUTTON_COS 1011
#define IDC_BUTTON_TAN 1012
#define IDC_BUTTON_COT 1013
#define IDC_BUTTON_SIN1 1014
#define IDC_BUTTON_CONST 1015
#define IDC_BUTTON_HISTORY 1016
#define IDC_BUTTON_CLEAR 1017
#define IDC_STATIC_CHOICE 1018
#define IDC_STATIC_CHOICE2 1019
#define IDC_RADIO_STANDARD 1020
#define IDC_RADIO_SCIENTFIC 1021
#define IDC_STATIC4 1022
#define IDC_BUTTON_COS1 1026
#define IDC_BUTTON_TAN1 1027
#define IDC_BUTTON_LOG 1028
#define IDC_BUTTON_SH 1029
#define IDC_BUTTON_CH 1030
#define IDC_BUTTON_TH 1031
#define IDC_BUTTON_LN 1032
#define IDC_BUTTON_ESQR 1033
#define IDC_BUTTON_SQRT 1034
#define IDC_BUTTON_ABS 1035
#define IDC_BUTTON_EXP 1036
#define IDC_BUTTON_LPAREN 1037
#define IDC_BUTTON_RPAREN 1038
#define IDC_BUTTON_XB 1039
#define IDC_BUTTON_XO 1040
#define IDC_BUTTON_BACK 1041
#define IDC_BUTTON_SQR 1042
#define IDC_BUTTON_MOD 1043
#define IDC_BUTTON_XH 1044
#define IDC_BUTTON_7 1045
#define IDC_BUTTON_8 1046
#define IDC_BUTTON_9 1047
#define IDC_BUTTON_PLUS 1048
#define IDC_BUTTON_4 1049
#define IDC_BUTTON_5 1050
#define IDC_BUTTON_6 1051
#define IDC_BUTTON_MINUS 1052
#define IDC_BUTTON_1 1053
#define IDC_BUTTON_2 1054
#define IDC_BUTTON_3 1055
#define IDC_BUTTON_MUL 1056
#define IDC_BUTTON_0 1057
#define IDC_BUTTON_DOT 1058
#define IDC_BUTTON_SPACE 1059
#define IDC_BUTTON_DIVID 1060
#define IDC_BUTTON_A 1061
#define IDC_BUTTON_B 1062
#define IDC_BUTTON_C 1063
#define IDC_BUTTON_D 1064
#define IDC_BUTTON_E 1065
#define IDC_BUTTON_F 1066
#define ID_MENU_PI 32771
#define ID_MENU_E 32772
#define ID_MENU_C 32773
#define ID_MENU_NA 32774
#define ID_MENU_G 32775
#define ID_MENU_R 32776
#define ID_MENU_K 32777
#define ID_MENU_VM 32778
#define ID_MENU_KE 32779
#define ID_MENU_E0 32780
// Next default values for new objects
//
#ifdef APSTUDIO_INVOKED
#ifndef APSTUDIO_READONLY_SYMBOLS
#define _APS_NEXT_RESOURCE_VALUE 133
#define _APS_NEXT_COMMAND_VALUE 32771
#define _APS_NEXT_CONTROL_VALUE 1022
#define _APS_NEXT_SYMED_VALUE 101
#endif
#endif
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -