resource.h

来自「16 relay output channels and 16 isolated」· C头文件 代码 · 共 40 行

H
40
字号
//{{NO_DEPENDENCIES}}
// Microsoft Developer Studio generated include file.
// Used by DIO_SOFT_PORTS.rc
//
#define IDD_DIALOG1                     101
#define IDD_DIO_SOFT_PORTS              101
#define IDI_ICON1                       103
#define IDC_BTN_OPEN_DEVICE             1003
#define IDC_EDIT_READPORTS_START_PORT   1006
#define IDC_EDIT_READPORTS_PORT_COUNT   1007
#define IDC_EDIT_READPORTS_DATA         1008
#define IDC_BTN_READ_PORTS              1009
#define IDC_EDIT_WRITEPORTS_START_PORT  1010
#define IDC_EDIT_WRITEPORTS_PORT_COUNT  1011
#define IDC_EDIT_WRITEPORTS_DATA        1012
#define IDC_BTN_WRITE_PORTS             1013
#define IDC_EDIT_GETSTATE_START_PORT    1014
#define IDC_EDIT_GETSTATE_PORT_COUNT    1015
#define IDC_EDIT_GETSTATE_DATA          1016
#define IDC_BTN_GET_DO_PORTS            1017
#define IDC_STATIC_DEV_SETTING          1018
#define IDC_STATIC_READ                 1019
#define IDC_STATIC_WRITE                1020
#define IDC_STATIC_GET_DO_STATE         1021
#define IDC_COMBO_DEV_LIST              1022
#define IDC_COMBO_DEV_MODULE            1023
#define IDC_EDIT_DI_PORT_COUNT          1024
#define IDC_EDIT_DO_PORT_COUNT          1025

// Next default values for new objects
// 
#ifdef APSTUDIO_INVOKED
#ifndef APSTUDIO_READONLY_SYMBOLS
#define _APS_NEXT_RESOURCE_VALUE        104
#define _APS_NEXT_COMMAND_VALUE         40001
#define _APS_NEXT_CONTROL_VALUE         1025
#define _APS_NEXT_SYMED_VALUE           101
#endif
#endif

⌨️ 快捷键说明

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