📄 sample20.h
字号:
/**************************************************************************/
/* LabWindows/CVI User Interface Resource (UIR) Include File */
/* Copyright (c) National Instruments 2002. 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 /* callback function: PanelCallback */
#define PANEL_QUIT 2 /* callback function: QuitCallback */
#define PANEL_READDATA 3 /* callback function: ReadDataCallback */
#define PANEL_VIEWLOG 4 /* callback function: ViewLogCallback */
#define PANEL_PRINTGRAPH 5 /* callback function: PrintGraphCallback */
#define PANEL_REFRAIN 6
#define PANEL_MSE 7
#define PANEL_LINEARITY 8
#define PANEL_INTERCEPT 9
#define PANEL_SLOPE 10
#define PANEL_GRAPH 11
/* Menu Bars, Menus, and Menu Items: */
/* (no menu bars in the resource file) */
/* Callback Prototypes: */
int CVICALLBACK PanelCallback(int panel, int event, void *callbackData, int eventData1, int eventData2);
int CVICALLBACK PrintGraphCallback(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);
int CVICALLBACK ReadDataCallback(int panel, int control, int event, void *callbackData, int eventData1, int eventData2);
int CVICALLBACK ViewLogCallback(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 + -