resource.h

来自「pci卡控制的演示程序,可用于运行简单的轨迹,用户可在此基础上熟悉控制卡操作.」· C头文件 代码 · 共 42 行

H
42
字号
//{{NO_DEPENDENCIES}}
// Microsoft Developer Studio generated include file.
// Used by Demo01.rc
//
#define IDC_TIMER                       101
#define IDD_DEMO01_DIALOG               102
#define IDR_MAINFRAME                   128
#define IDC_CHECK_LOGIC                 1003
#define IDC_EDIT_ADDR                   1004
#define IDC_EDIT_CHANNEL                1005
#define IDC_EDIT_START                  1006
#define IDC_EDIT_SPEED                  1007
#define IDC_EDIT_ACCEL                  1008
#define IDC_EDIT_DECEL                  1009
#define IDC_EDIT_SEFF                   1010
#define IDC_EDIT_PULSE                  1011
#define IDC_RADIO_AXIS                  1012
#define IDC_RADIO3                      1013
#define IDC_RADIO4                      1014
#define IDC_RADIO5                      1015
#define IDC_RADIO_SPEEDST               1016
#define IDC_RADIO_TS                    1017
#define IDC_RADIO_SS                    1018
#define IDC_CHECK_SYMMETRY              1019
#define IDC_RADIO_ACTIONST              1020
#define IDC_RADIO_CMOVE                 1021
#define IDC_BUTTON_EMGSTOP              1022
#define IDC_STATIC_STATUS               1023
#define IDC_STATIC_POSITION             1024
#define IDC_BUTTON_DECSTOP              1025

// Next default values for new objects
// 
#ifdef APSTUDIO_INVOKED
#ifndef APSTUDIO_READONLY_SYMBOLS
#define _APS_NEXT_RESOURCE_VALUE        129
#define _APS_NEXT_COMMAND_VALUE         32771
#define _APS_NEXT_CONTROL_VALUE         1026
#define _APS_NEXT_SYMED_VALUE           102
#endif
#endif

⌨️ 快捷键说明

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