?? design.h
字號:
/**************************************************************************/
/* LabWindows/CVI User Interface Resource (UIR) Include File */
/* Copyright (c) National Instruments 2007. 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_CANVAS_5 2
#define PANEL_CANVAS_4 3
#define PANEL_CANVAS_3 4
#define PANEL_CANVAS_2 5
#define PANEL_CANVAS_1 6
#define PANEL_CANVAS_0 7
/* Menu Bars, Menus, and Menu Items: */
#define menu1 1
#define menu1_FILE 2
#define menu1_FILE_LOAD 3 /* callback function: load */
#define menu1_FILE_SAVE 4 /* callback function: save */
#define menu1_FILE_QUIT 5 /* callback function: quit */
#define menu1_FILE_SEPARATOR 6
#define menu1_EDIT 7
#define menu1_EDIT_PROC1 8 /* callback function: proc1 */
#define menu1_EDIT_PROC2 9 /* callback function: proc2 */
#define menu1_EDIT_PROC3 10 /* callback function: proc3 */
#define menu1_EDIT_PROC4 11 /* callback function: proc4 */
#define menu1_EDIT_PROC5 12 /* callback function: proc5 */
#define menu1_EDIT_RGB 13 /* callback function: rgbshow */
#define menu1_EDIT_SEPARATOR_2 14
#define menu1_QUIT 15 /* callback function: quit */
/* Callback Prototypes: */
void CVICALLBACK load(int menubar, int menuItem, void *callbackData, int panel);
void CVICALLBACK proc1(int menubar, int menuItem, void *callbackData, int panel);
void CVICALLBACK proc2(int menubar, int menuItem, void *callbackData, int panel);
void CVICALLBACK proc3(int menubar, int menuItem, void *callbackData, int panel);
void CVICALLBACK proc4(int menubar, int menuItem, void *callbackData, int panel);
void CVICALLBACK proc5(int menubar, int menuItem, void *callbackData, int panel);
void CVICALLBACK quit(int menubar, int menuItem, void *callbackData, int panel);
void CVICALLBACK rgbshow(int menubar, int menuItem, void *callbackData, int panel);
void CVICALLBACK save(int menubar, int menuItem, void *callbackData, int panel);
#ifdef __cplusplus
}
#endif
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -