resource.h
来自「Visual C++ 6技术内幕」· C头文件 代码 · 共 38 行
H
38 行
//{{NO_DEPENDENCIES}}
// Microsoft Developer Studio generated include file.
// Used by ex36b.rc
//
#define IDR_SRVR_INPLACE 4
#define IDR_SRVR_EMBEDDED 5
#define IDR_CNTR_INPLACE 6
#define IDD_ABOUTBOX 100
#define IDP_OLE_INIT_FAILED 100
#define IDD_EX36B_FORM 101
#define IDP_FAILED_TO_CREATE 102
#define IDR_MAINFRAME 128
#define IDR_EX36BTYPE 129
#define IDD_ADDRDIALOG 130
#define IDC_EMPLOYEE 1000
#define IDC_HOURS 1001
#define IDC_SPIN1 1002
#define IDC_JOB 1003
#define IDC_PERIOD 1004
#define IDC_SUBMIT 1005
#define IDC_SERVERNAME 1007
#define IDC_FILE 1008
#define ID_CANCEL_EDIT_CNTR 32768
#define ID_CANCEL_EDIT_SRVR 32769
#define ID_SERVER_ADDRESS 32771
// 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 32774
#define _APS_NEXT_CONTROL_VALUE 1010
#define _APS_NEXT_SYMED_VALUE 101
#endif
#endif
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?