resource.h

来自「Advantech Driver Demo : port I/O 软件修改 控制」· C头文件 代码 · 共 56 行

H
56
字号
//{{NO_DEPENDENCIES}}
// Microsoft Visual C++ generated include file.
// Used by PORTIO.RC
//
#define IDC_PORT                        3
#define IDC_DEVNUM                      4
#define IDC_READBACK                    5
#define IDC_READBYTE                    5
#define IDC_WRITEBIT                    6
#define IDC_READWORD                    6
#define IDC_WRITEBYTE                   7
#define IDC_WRITEWORD                   8
#define IDD_SETTING                     10
#define IDC_ECHANNEL                    13
#define IDC_EDATA                       14
#define IDC_EMASK                       15
#define IDM_SETTING                     100
#define IDD_RUN                         101
#define IDI_ICON1                       102
#define IDM_RUN                         120
#define IDC_DEVICE                      1000
#define IDC_MODULE                      1001
#define IDC_D0                          1003
#define IDC_D1                          1004
#define IDC_D2                          1005
#define IDC_D3                          1006
#define IDC_D4                          1007
#define IDC_D5                          1008
#define IDC_D6                          1009
#define IDC_D7                          1010
#define IDC_D8                          1011
#define IDC_OUTBIT                      1012
#define IDC_D9                          1012
#define IDC_STATUS                      1013
#define IDC_BYTEDATA                    1013
#define IDC_D10                         1014
#define IDC_D11                         1015
#define IDC_D12                         1016
#define IDC_D13                         1017
#define IDC_D14                         1018
#define IDC_D15                         1019
#define IDC_WORDDATA                    1021
#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        102
#define _APS_NEXT_COMMAND_VALUE         150
#define _APS_NEXT_CONTROL_VALUE         150
#define _APS_NEXT_SYMED_VALUE           101
#endif
#endif

⌨️ 快捷键说明

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