📄 sample10dde.h
字号:
/**************************************************************************/
/* LabWindows/CVI User Interface Resource (UIR) Include File */
/* Copyright (c) National Instruments 2004. 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 SERVER 1
#define SERVER_COMMANDSTRING 2 /* callback function: ClientCtrlsCallback */
#define SERVER_CONNECTVBSERVER 3 /* callback function: ClientCtrlsCallback */
#define SERVER_WFM 4 /* callback function: DataCallback */
#define SERVER_DISCONNECTVBSERVER 5 /* callback function: ClientCtrlsCallback */
#define SERVER_SENDCOMMAND 6 /* callback function: ClientCtrlsCallback */
#define SERVER_QUIT 7 /* callback function: QuitCallback */
#define SERVER_GRAPH 8
#define SERVER_DECORATION_2 9
#define SERVER_DECORATION 10
#define SERVER_CLIENT 11
#define SERVER_SERVER 12
/* Menu Bars, Menus, and Menu Items: */
/* (no menu bars in the resource file) */
/* Callback Prototypes: */
int CVICALLBACK ClientCtrlsCallback(int panel, int control, int event, void *callbackData, int eventData1, int eventData2);
int CVICALLBACK DataCallback(int panel, int control, int event, void *callbackData, int eventData1, int eventData2);
int CVICALLBACK QuitCallback(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 + -