resource.h

来自「在本次课程设计中」· C头文件 代码 · 共 44 行

H
44
字号
//{{NO_DEPENDENCIES}}
// Microsoft Developer Studio generated include file.
// Used by 超市收银管理系统.rc
//
#define IDD_ABOUTBOX                    100
#define IDR_MAINFRAME                   128
#define IDR_MYTYPE                      129
#define IDD_LOGINDLG                    130
#define IDD_PAY                         131
#define IDD_SEARCH                      132
#define IDC_EDIT_USER_NAME              1000
#define IDC_EDIT_USER_PASSWORD          1001
#define IDC_GOODS_ID                    1001
#define IDC_B_ZHAOLING                  1002
#define IDC_E_ZHAOLING                  1003
#define IDC_ALLPAY                      1004
#define IDC_GOODSLIST                   1005
#define IDC_BUTTON_IN                   1006
#define IDC_TOTALPRICE                  1008
#define IDC_BUTTON1                     1009
#define IDC_LIST_SEARCH                 1012
#define IDC_DATETIMEPICKER_SD           1014
#define IDC_DATETIMEPICKER_ST           1015
#define IDC_DATETIMEPICKER_ED           1016
#define IDC_DATETIMEPICKER_ET           1017
#define IDC_BUTTON_START_SEARCH         1018
#define IDC_COMBO                       1022
#define ID_SYSTEM_CONNECT               32771
#define ID_SYSTEM_DISCONNECT            32772
#define ID_PAY                          32773
#define ID_SEARCH                       32774

// Next default values for new objects
// 
#ifdef APSTUDIO_INVOKED
#ifndef APSTUDIO_READONLY_SYMBOLS
#define _APS_3D_CONTROLS                     1
#define _APS_NEXT_RESOURCE_VALUE        134
#define _APS_NEXT_COMMAND_VALUE         32775
#define _APS_NEXT_CONTROL_VALUE         1023
#define _APS_NEXT_SYMED_VALUE           101
#endif
#endif

⌨️ 快捷键说明

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