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

📄 resource.h

📁 银行系统的网上用户操作模块.用户可以以网页的形式注册银行帐号,并进行转帐操作.
💻 H
字号:
//{{NO_DEPENDENCIES}}
// Microsoft Visual C++ generated include file.
// Used by BankService.rc
//
#define IDM_ABOUTBOX                    0x0010
#define IDD_ABOUTBOX                    100
#define IDS_ABOUTBOX                    101
#define IDD_BANKSERVICE_DIALOG          102
#define IDR_MAINFRAME                   128
#define IDD_CREATE_ACCOUNT              129
#define IDD_PWD_MODIFY                  130
#define IDD_DELETE_ACCOUNT              131
#define IDD_DEPOSIT_MONEY               132
#define IDD_DRAW_MONEY                  133
#define IDD_INTEREST_CALC               134
#define IDD_MONEY_TRANSFER              135
#define IDD_CREATE_NET_ACCOUNT          136
#define IDD_OPER_LOGIN                  137
#define IDC_BANK_TAB                    1000
#define IDC_RADIO1                      1001
#define IDC_SAVING_CARD                 1001
#define IDC_RADIO2                      1002
#define IDC_CREDIT_CARD                 1002
#define IDC_STATUS                      1003
#define IDC_LIVE                        1004
#define IDC_DEAD                        1005
#define IDC_OPEN_ACCOUNT                1006
#define IDC_NAME                        1007
#define IDC_ID_CARD                     1008
#define IDC_MONEY                       1009
#define IDC_PASSWORD                    1010
#define IDC_PASSWORD_AGAIN              1011
#define IDC_OLD_PWD                     1012
#define IDC_UESR_ACCOUNT_LIST           1013
#define IDC_PWD_MODIFY                  1014
#define IDC_GET_USER_ACCOUNT            1015
#define IDC_NEW_PWD                     1016
#define IDC_DEL_ACCOUNT                 1016
#define IDC_NEW_PWD_AGAIN               1017
#define IDC_ACCOUNT_NUM                 1019
#define IDC_QUERY                       1020
#define IDC_ACCOUNT_LIST                1021
#define IDC_DEPOSIT_MONEY               1023
#define IDC_DRAW_MONEY                  1024
#define IDC_PWD                         1025
#define IDC_INTERETLIST                 1026
#define IDC_InterestCalc                1027
#define IDC_Calc                        1027
#define IDC_FROM_USER                   1030
#define IDC_FROM_PWD                    1031
#define IDC_TO_USER                     1032
#define IDC_Transfer                    1033
#define IDC_Create_NetAcc               1035
#define IDC_EDIT1                       1036
#define IDC_EDIT2                       1037
#define IDC_EDIT3                       1038
#define IDC_EDIT4                       1039
#define IDC_EDIT5                       1040
#define IDC_EDIT6                       1041
#define IDC_Login                       1046
#define IDC_BUTTON4                     1047
#define IDC_Exit                        1047

// Next default values for new objects
// 
#ifdef APSTUDIO_INVOKED
#ifndef APSTUDIO_READONLY_SYMBOLS
#define _APS_NEXT_RESOURCE_VALUE        138
#define _APS_NEXT_COMMAND_VALUE         32771
#define _APS_NEXT_CONTROL_VALUE         1048
#define _APS_NEXT_SYMED_VALUE           101
#endif
#endif

⌨️ 快捷键说明

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