/**************************************************************************/ /* LabWindows/CVI User Interface Resource (UIR) Include File */ /* Copyright (c) National Instruments 2000. All Rights Reserved. */ /* */ /* WARNING: Do not add to, delete from, or otherwise modify the contents */ /* of this include file. */ /**************************************************************************/ #include #ifdef __cplusplus extern "C" { #endif /* Panels and Controls: */ #define VTSCANOP 1 #define VTSCANOP_CMD_QUIT 2 /* callback function: vtscanui_quit */ #define VTSCANOP_CMD_GET_VT 3 /* callback function: vtscanui_get_vt */ #define VTSCANOP_DECORATION_4 4 #define VTSCANPAN 2 #define VTSCANPAN_GRAPH_VT_SAMP 2 #define VTSCANPAN_TEXTMSG 3 #define VTSCANPAN_TEXTMSG_3 4 #define VTSCANPAN_TEXTMSG_4 5 #define VTSCANPAN_TEXTMSG_2 6 /* Menu Bars, Menus, and Menu Items: */ /* (no menu bars in the resource file) */ /* Callback Prototypes: */ int CVICALLBACK vtscanui_get_vt(int panel, int control, int event, void *callbackData, int eventData1, int eventData2); int CVICALLBACK vtscanui_quit(int panel, int control, int event, void *callbackData, int eventData1, int eventData2); #ifdef __cplusplus } #endif