?? 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
?? 快捷鍵說明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -