resource.h

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

H
49
字号
//{{NO_DEPENDENCIES}}
// Microsoft Developer Studio generated include file.
// Used by DASYNC.rc
//
#define IDD_SETTING                     10
#define IDC_ECHANNEL                    11
#define IDC_DEVICE                      12
#define IDC_MODULE                      13
#define IDC_SCAN                        14
#define IDM_SETTING                     100
#define IDI_ICON1                       101
#define IDD_SCAN                        102
#define IDM_SCAN                        120
#define IDM_START                       130
#define IDM_STOP                        140
#define IDC_SYNCENABLE                  1001
#define IDC_CH0ENABLE                   1002
#define IDC_CH1ENABLE                   1003
#define IDC_CH2ENABLE                   1004
#define IDC_CH3ENABLE                   1005
#define IDC_CH4ENABLE                   1006
#define IDC_CH5ENABLE                   1007
#define IDC_CH6ENABLE                   1008
#define IDC_CH7ENABLE                   1009
#define IDC_ASYNCCH0                    1010
#define IDC_ASYNCCH1                    1011
#define IDC_ASYNCCH2                    1012
#define IDC_ASYNCCH3                    1013
#define IDC_ASYNCCH4                    1014
#define IDC_ASYNCCH5                    1015
#define IDC_ASYNCCH6                    1016
#define IDC_ASYNCCH7                    1017
#define IDC_KIND0                       1018
#define IDC_KIND1                       1019
#define IDC_KIND2                       1020
#define IDC_STATIC                      -1

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

⌨️ 快捷键说明

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