📄 bms1.h
字号:
/**************************************************************************/
/* LabWindows/CVI User Interface Resource (UIR) Include File */
/* Copyright (c) National Instruments 2008. All Rights Reserved. */
/* */
/* WARNING: Do not add to, delete from, or otherwise modify the contents */
/* of this include file. */
/**************************************************************************/
#include <userint.h>
#ifdef __cplusplus
extern "C" {
#endif
/* Panels and Controls: */
#define collection 1
#define collection_CurrentTable 2
#define Config 2
#define Config_address 2
#define Config_life_low 3
#define Config_life_high 4
#define Config_signal 5
#define Config_COMMANDBUTTON 6 /* callback function: set_command */
#define Config_cycle 7
#define Config_DECORATION 8
#define Config_DECORATION_2 9
#define Config_timer 10
#define PANEL 3
#define PANEL_COMMANDBUTTON_2 2 /* callback function: quit */
#define PANEL_CANVAS 3
#define PANEL_TIMER 4 /* callback function: timer */
#define PANEL_LED_18 5
#define PANEL_LED_17 6
#define PANEL_LED_16 7
#define PANEL_LED_15 8
#define PANEL_LED_14 9
#define PANEL_LED_13 10
#define PANEL_LED_12 11
#define PANEL_LED_11 12
#define PANEL_LED_10 13
#define PANEL_LED_9 14
#define PANEL_LED_8 15
#define PANEL_LED_7 16
#define PANEL_LED_6 17
#define PANEL_LED_5 18
#define PANEL_LED_4 19
#define PANEL_LED_3 20
#define PANEL_LED_2 21
#define PANEL_LED 22
#define PANEL_DECORATION 23
#define PANEL_DECORATION_2 24
#define PANEL_DECORATION_3 25
#define PANEL_LED_20 26
#define PANEL_LED_19 27
#define PANEL_DECORATION_4 28
#define PANEL_TEXTMSG_2 29
#define PANEL_LED_22 30
#define PANEL_LED_21 31
/* Menu Bars, Menus, and Menu Items: */
/* (no menu bars in the resource file) */
/* Callback Prototypes: */
int CVICALLBACK quit(int panel, int control, int event, void *callbackData, int eventData1, int eventData2);
int CVICALLBACK set_command(int panel, int control, int event, void *callbackData, int eventData1, int eventData2);
int CVICALLBACK timer(int panel, int control, int event, void *callbackData, int eventData1, int eventData2);
#ifdef __cplusplus
}
#endif
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -