📄 com.h
字号:
/**************************************************************************/
/* LabWindows/CVI User Interface Resource (UIR) Include File */
/* Copyright (c) National Instruments 2006. 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 PANEL 1
#define PANEL_D10 2
#define PANEL_D9 3
#define PANEL_D8 4
#define PANEL_D7 5
#define PANEL_D6 6
#define PANEL_D5 7
#define PANEL_D4 8
#define PANEL_D3 9
#define PANEL_D2 10
#define PANEL_D1 11
#define PANEL_READ 12 /* callback function: CallbackRead */
#define PANEL_SEND 13 /* callback function: CallbackSend */
#define PANEL_CANCEL 14 /* callback function: CallbackCancel */
#define PANEL_TIMER 15 /* callback function: CallbackTimer */
/* Menu Bars, Menus, and Menu Items: */
/* (no menu bars in the resource file) */
/* Callback Prototypes: */
int CVICALLBACK CallbackCancel(int panel, int control, int event, void *callbackData, int eventData1, int eventData2);
int CVICALLBACK CallbackRead(int panel, int control, int event, void *callbackData, int eventData1, int eventData2);
int CVICALLBACK CallbackSend(int panel, int control, int event, void *callbackData, int eventData1, int eventData2);
int CVICALLBACK CallbackTimer(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 + -