/**************************************************************************/ /* LabWindows/CVI User Interface Resource (UIR) Include File */ /* Copyright (c) National Instruments 2002. 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 VTRAMPOP 1 #define VTRAMPOP_CMD_QUIT 2 /* callback function: vtrampui_quit */ #define VTRAMPOP_CMD_GET_VT 3 /* callback function: vtrampui_get_vt */ #define VTRAMPOP_DECORATION_4 4 #define VTRAMPOP_NUMERIC_IMAG 5 #define VTRAMPPAN 2 #define VTRAMPPAN_GRAPH_VT_SAMP 2 #define VTRAMPPAN_GRAPH_V_SAMP 3 /* Menu Bars, Menus, and Menu Items: */ /* (no menu bars in the resource file) */ /* Callback Prototypes: */ int CVICALLBACK vtrampui_get_vt(int panel, int control, int event, void *callbackData, int eventData1, int eventData2); int CVICALLBACK vtrampui_quit(int panel, int control, int event, void *callbackData, int eventData1, int eventData2); #ifdef __cplusplus } #endif