?? 2-7.h
字號:
/**************************************************************************/
/* LabWindows/CVI User Interface Resource (UIR) Include File */
/* Copyright (c) National Instruments 2011. 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 CHILD 1
#define CHILD_PICTUREBUTTON 2
#define PANEL 2
#define PANEL_SHOW 2 /* callback function: ShowHidePanel */
#define PANEL_HIDE 3 /* callback function: ShowHidePanel */
#define PANEL_QUIT 4 /* callback function: ShutOFF */
/* Menu Bars, Menus, and Menu Items: */
/* (no menu bars in the resource file) */
/* Callback Prototypes: */
int CVICALLBACK ShowHidePanel(int panel, int control, int event, void *callbackData, int eventData1, int eventData2);
int CVICALLBACK ShutOFF(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 + -