resource.h

来自「vc 写的 通过opc接口读取控制系统数据」· C头文件 代码 · 共 58 行

H
58
字号
//{{NO_DEPENDENCIES}}
// Microsoft Developer Studio generated include file.
// Used by DAC_VCDEMO.rc
//
#define IDOK2                           2
#define IDM_ABOUTBOX                    0x0010
#define IDD_ABOUTBOX                    100
#define IDS_ABOUTBOX                    101
#define IDD_DAC_VCDEMO_DIALOG           102
#define IDR_MAINFRAME                   128
#define IDR_MENU1                       129
#define IDD_ServerStatus                131
#define IDD_ItemBrowser                 134
#define IDD_ServerBrowser               135
#define IDD_ItemStatus                  138
#define IDD_GroupStatus                 139
#define IDD_ItemActive                  141
#define IDD_ItemWrite                   142
#define IDC_LIST                        1000
#define IDC_TREE1                       1001
#define IDC_EDIT1                       1002
#define IDC_EDIT2                       1003
#define IDC_EDIT3                       1004
#define IDC_EDIT4                       1005
#define IDC_CHECK1                      1006
#define IDC_EDIT5                       1006
#define IDC_EDIT6                       1007
#define IDC_EDIT7                       1008
#define IDRefresh                       1008
#define IDC_EDIT8                       1009
#define IDC_EDIT9                       1010
#define IDAdd                           1010
#define IDC_CHECK                       1015
#define ID_MENUConnect                  32771
#define ID_MENUDisconnect               32772
#define ID_MENUServerStatus             32773
#define ID_MENUGroupStatus              32774
#define ID_MENUGroupRefresh             32775
#define ID_MENUItemAdd                  32776
#define ID_MENUItemRemove               32777
#define ID_MENUItemRead                 32778
#define ID_MENUItemWrite                32779
#define ID_MENUItemStatus               32780
#define ID_MENUExit                     32781
#define ID_MENUAbout                    32782
#define ID_MENUItemActive               32783

// Next default values for new objects
// 
#ifdef APSTUDIO_INVOKED
#ifndef APSTUDIO_READONLY_SYMBOLS
#define _APS_NEXT_RESOURCE_VALUE        143
#define _APS_NEXT_COMMAND_VALUE         32784
#define _APS_NEXT_CONTROL_VALUE         1016
#define _APS_NEXT_SYMED_VALUE           101
#endif
#endif

⌨️ 快捷键说明

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