📄 sample3.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 PANEL 1
#define PANEL_GRAPH1 2
#define PANEL_GRAPH2 3
#define PANEL_EXIT 4 /* callback function: Tuichu */
#define PANEL_ACTION 5 /* callback function: Zhixing */
#define PANEL_RING 6 /* callback function: Filtertype */
#define PANEL_RIPPLE 7
#define PANEL_SAMPLEFRE 8
#define PANEL_CUTOFF 9
#define PANEL_ORDER 10
#define PANEL_ATTENUATION 11
/* Menu Bars, Menus, and Menu Items: */
/* (no menu bars in the resource file) */
/* Callback Prototypes: */
int CVICALLBACK Filtertype(int panel, int control, int event, void *callbackData, int eventData1, int eventData2);
int CVICALLBACK Tuichu(int panel, int control, int event, void *callbackData, int eventData1, int eventData2);
int CVICALLBACK Zhixing(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 + -