resource.h

来自「二进制计算器,位运算,计算器--用户界面设计,汇编语言学习工具」· C头文件 代码 · 共 51 行

H
51
字号
//{{NO_DEPENDENCIES}}
// Microsoft Developer Studio generated include file.
// Used by BinaryOperation.rc
//
#define IDD_ABOUTBOX                    100
#define IDD_BINARYOPERATION_FORM        101
#define IDR_MAINFRAME                   128
#define IDR_BINARYTYPE                  129
#define IDB_BITMAP_LBL00_31             130
#define IDC_EDIT_X7                     1002
#define IDC_EDIT_X6                     1004
#define IDC_EDIT_X5                     1005
#define IDC_EDIT_X4                     1006
#define IDC_EDIT_X3                     1007
#define IDC_EDIT_X2                     1008
#define IDC_EDIT_X1                     1009
#define IDC_EDIT_X0                     1010
#define IDC_EDIT_Y7                     1011
#define IDC_EDIT_Y6                     1012
#define IDC_EDIT_Y5                     1013
#define IDC_EDIT_Y4                     1014
#define IDC_EDIT_Y3                     1015
#define IDC_EDIT_Y2                     1016
#define IDC_EDIT_Y1                     1017
#define IDC_EDIT_Y0                     1018
#define IDC_EDIT_X                      1019
#define IDC_EDIT_Y                      1020
#define IDC_STATIC_001                  1021
#define IDC_EDIT_X_HEX                  1022
#define IDC_EDIT_Y_HEX                  1023
#define IDC_EDIT_NOT_X                  1024
#define IDC_EDIT_X_AND_Y                1025
#define IDC_EDIT_X_OR_Y                 1026
#define IDC_EDIT_X_XOR_Y                1027
#define IDC_EDIT_NOT_X_DEC              1028
#define IDC_EDIT_X_AND_Y_DEC            1029
#define IDC_EDIT_X_OR_Y_DEC             1030
#define IDC_EDIT_X_XOR_Y_DEC            1031

// Next default values for new objects
// 
#ifdef APSTUDIO_INVOKED
#ifndef APSTUDIO_READONLY_SYMBOLS
#define _APS_3D_CONTROLS                     1
#define _APS_NEXT_RESOURCE_VALUE        131
#define _APS_NEXT_COMMAND_VALUE         32771
#define _APS_NEXT_CONTROL_VALUE         1030
#define _APS_NEXT_SYMED_VALUE           101
#endif
#endif

⌨️ 快捷键说明

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