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

📄 resource.h

📁 银行管理系统,在VisualC++中操作SQL数据库进行银行帐号的创建,删除,修改,转帐,存款,取款,生成密码卡等操作.
💻 H
字号:
//{{NO_DEPENDENCIES}}
// Microsoft Visual C++ generated include file.
// Used by BankSystem.rc
//
#define IDM_ABOUTBOX                    0x0010
#define IDD_ABOUTBOX                    100
#define IDS_ABOUTBOX                    101
#define IDD_BankSystem_DIALOG            102
#define IDR_MAINFRAME                   128
#define IDD_MENU                        129
#define IDD_PWDModify                   130
#define IDD_AddArgue                    131
#define IDD_DelArgue                    132
#define IDD_HistoryDlg                  133
#define IDD_DIALOG2                     134
#define IDD_QueryDlg                    134
#define IDD_DIALOG1                     136
#define IDD_remainDlg                   136
#define IDD_DrawMoney                   137
#define IDD_DepositMoney                138
#define IDC_UserName                    1000
#define IDC_UserPWD                     1001
#define IDC_History                     1002
#define IDC_AddArgue                    1003
#define IDC_PWDModify                   1004
#define IDC_DelArgue                    1005
#define IDC_Query                       1006
#define IDC_Login                       1007
#define IDC_DepositMoney                1007
#define IDC_EDIT1                       1008
#define IDC_DrawMoney                   1008
#define IDC_EDIT2                       1009
#define IDC_RemainQuery                 1009
#define IDC_Update                      1010
#define IDC_Add                         1011
#define IDC_EDIT6                       1011
#define IDC_Cancel                      1012
#define IDC_LIST1                       1013
#define IDC_Del                         1014
#define IDC_QueryInput                  1017
#define IDC_ListRec                     1019
#define IDC_BUTTON1                     1020
#define IDC_Result                      1021
#define IDC_Register                    1022
#define IDC_EDIT3                       1023
#define IDC_EDIT4                       1024
#define IDC_EDIT5                       1025
#define IDC_LIVE                        1026
#define IDC_DEAD                        1027
#define IDC_DrawMoneyBUTTON             1028
#define IDC_DepositMoneyBUTTON          1029

// Next default values for new objects
// 
#ifdef APSTUDIO_INVOKED
#ifndef APSTUDIO_READONLY_SYMBOLS
#define _APS_NEXT_RESOURCE_VALUE        139
#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 + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -