resource.h
来自「用interbus作为中间件的工具模拟银行自动取款机ATM.」· C头文件 代码 · 共 46 行
H
46 行
//{{NO_DEPENDENCIES}}
// Microsoft Developer Studio generated include file.
// Used by ATM.rc
//
#define IDM_ABOUTBOX 0x0010
#define IDD_ABOUTBOX 100
#define IDS_ABOUTBOX 101
#define IDD_ATM_DIALOG 102
#define IDP_SOCKETS_INIT_FAILED 103
#define IDR_MAINFRAME 128
#define IDD_OPERATION_DIALOG 129
#define IDD_INIT_DIALOG 130
#define IDD_AUTHENTIFICATION_DIALOG 131
#define IDD_REQUERY_DIALOG 132
#define IDD_WITHDRAW_DIALOG 133
#define IDD_DEPOSIT_DIALOG 134
#define IDD_ALTERPAW_DIALOG 135
#define IDC_STATIC_ADDRESS 1000
#define IDC_EDIT_ADDRESS 1001
#define IDC_STATIC_PORT 1003
#define IDC_EDIT_PORT 1007
#define IDC_LOG 1007
#define IDC_EDIT_ID 1008
#define IDC_REQUERY 1012
#define IDC_WITHDRAW 1013
#define IDC_DEPOSIT 1014
#define IDC_ALTER_PAW 1015
#define IDC_QUIT 1016
#define IDC_EDIT_PASSWORD 1018
#define IDC_EDIT_PASSINFO 1020
#define IDC_EDIT_INFO 1021
#define IDC_EDIT2 1023
#define IDC_EDIT1 1024
#define IDC_EDIT3 1025
// Next default values for new objects
//
#ifdef APSTUDIO_INVOKED
#ifndef APSTUDIO_READONLY_SYMBOLS
#define _APS_NEXT_RESOURCE_VALUE 135
#define _APS_NEXT_COMMAND_VALUE 32771
#define _APS_NEXT_CONTROL_VALUE 1026
#define _APS_NEXT_SYMED_VALUE 101
#endif
#endif
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?