resource.h

来自「VisualC++通信编程工程实例精解 Chapter 2 Example」· C头文件 代码 · 共 39 行

H
39
字号
//{{NO_DEPENDENCIES}}
// Microsoft Developer Studio generated include file.
// Used by NewAT.rc
//
#define IDM_ABOUTBOX                    0x0010
#define IDD_ABOUTBOX                    100
#define IDS_ABOUTBOX                    101
#define IDD_NEWAT_DIALOG                102
#define IDR_MAINFRAME                   128
#define IDD_DIALOG1                     129
#define IDC_BUTTON_INITALIZE            1000
#define IDC_RADIO_COM1                  1001
#define IDC_RADIO_COM2                  1002
#define IDC_BUTTON_DIAL                 1003
#define IDC_BUTTON_HANGUP               1004
#define IDC_EDIT_READ                   1005
#define IDC_BUTTON_READ                 1006
#define IDC_EDIT_BUFSIZE                1007
#define IDC_EDIT_TIMEOUT                1008
#define IDC_BUTTON_WAITRING             1009
#define IDC_EDIT_WRITE                  1010
#define IDC_BUTTON_WRITE                1011
#define IDC_EDIT1                       1013
#define IDC_EDIT_RINGCOUNT              1015
#define IDC_EDIT_DIALNUMBER             1016
#define IDC_BUTTON_STOPSTATE            1018
#define IDC_STATIC_STATE                1019

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

⌨️ 快捷键说明

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