resource.h

来自「Windows CE上的计算器」· C头文件 代码 · 共 81 行

H
81
字号
//{{NO_DEPENDENCIES}}
// Microsoft eMbedded Visual C++ generated include file.
// Used by CeCalc.rc
//
#define IDD_PROPPAGE_SMALL              101
#define IDD_CECALC_DIALOG               102
#define IDR_MAINFRAME                   128
#define IDR_MENU1                       129
#define IDC_BUTTON1                     1001
#define IDC_BUTTON2                     1002
#define IDC_BUTTON3                     1003
#define IDC_EDIT1                       1003
#define IDC_BUTTON4                     1004
#define IDC_STATIC_COPYRIGHT            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_DOT                         1011
#define IDC_SIGN                        1012
#define IDC_BACKSPACE                   1013
#define IDC_STATIC_MSTORED              1014
#define IDC_BUTTON_RESET                1015
#define IDC_ADD                         1016
#define IDC_SUB                         1017
#define IDC_MULT                        1018
#define IDC_DIV                         1019
#define IDC_SQRT                        1020
#define IDC_INT                         1021
#define IDC_MOD                         1022
#define IDC_CALC                        1023
#define IDC_CLEAR_CUR                   1024
#define IDC_BUTTON_LOG                  1026
#define IDC_MS                          1027
#define IDC_LN                          1028
#define IDC_MR                          1029
#define IDC_CONST_EULER                 1030
#define IDC_CONST_EXP                   1030
#define IDC_CONSTE                      1030
#define IDC_MC                          1031
#define IDC_BUTTON_RCEP                 1032
#define IDC_MADD                        1033
#define IDC_BUTTON_COS                  1034
#define IDC_CUBE                        1035
#define IDC_SIN                         1036
#define IDC_POWER                       1037
#define IDC_CONST_PI                    1038
#define IDC_CONST_E                     1039
#define IDC_FACT                        1039
#define IDC_BUTTON_TAN                  1040
#define IDC_BUTTON_SQUARE               1041
#define IDC_BUTTON_arcCOS2              1042
#define IDC_arcSIN2                     1043
#define IDC_BUTTON_arcTAN2              1044
#define IDC_RADIO5                      1048
#define IDC_RADIORAD                    1048
#define IDC_RADIO6                      1049
#define IDC_RADIODEG                    1049
#define IDC_RADIO_GRD                   1050
#define IDC_STATIC_DIS                  1051
#define IDC_BUTTON10                    1055
#define ID_MENUITEMEXIT                 32771
#define ID_MENUITEMRESET                32772
#define ID_MENUITEMSIMPLE               32773
#define ID_MENUITEMSCIENCE              32774
#define ID_MENUITEMLicense              32775
#define ID_MENUITEMABOUT                32776

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

⌨️ 快捷键说明

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