📄 sample8.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_FILTERSTYLE 2 /* callback function: ReplotWaveforms */
#define PANEL_FILTERTYPE 3 /* callback function: ReplotWaveforms */
#define PANEL_FILTERRIPPLE 4 /* callback function: ReplotWaveforms */
#define PANEL_FILTERATTENUATION 5 /* callback function: ReplotWaveforms */
#define PANEL_FILTERORDER 6 /* callback function: ReplotWaveforms */
#define PANEL_SAMPLERATE 7 /* callback function: ReplotWaveforms */
#define PANEL_HCF 8 /* callback function: ReplotWaveforms */
#define PANEL_LCF 9 /* callback function: ReplotWaveforms */
#define PANEL_FILTERGRAPH 10
#define PANEL_WINDOWGRAPH 11
#define PANEL_FREQGRAPH 12
#define PANEL_TIMEGRAPH 13
#define PANEL_WINDOW 14 /* callback function: ReplotWaveforms */
#define PANEL_WAVE2AMP 15 /* callback function: ReplotWaveforms */
#define PANEL_WAVE2CIRCLE 16 /* callback function: ReplotWaveforms */
#define PANEL_WAVE1CIRCLE 17 /* callback function: ReplotWaveforms */
#define PANEL_WAVE1AMP 18 /* callback function: ReplotWaveforms */
#define PANEL_QUIT 19 /* callback function: QuitCallback */
#define PANEL_USEPULSE 20 /* callback function: ReplotWaveforms */
#define PANEL_TEXTMSG_2 21
#define PANEL_TEXTMSG 22
/* 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 QuitCallback(int panel, int control, int event, void *callbackData, int eventData1, int eventData2);
int CVICALLBACK ReplotWaveforms(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 + -