/**************************************************************************/ /* 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 BTOPPAN 1 #define BTOPPAN_CMD_MEAS 2 /* callback function: btwireopui_meas */ #define BTOPPAN_CMD_QUIT 3 /* callback function: btwireopui_quit */ #define BTOPPAN_DECORATION 4 #define BTWIREPAN 2 #define BTWIREPAN_GRAPH_BY_VS_Z 2 #define BTWIREPAN_GRAPH_BX_VS_Z 3 #define BTWIREVPAN 3 #define BTWIREVPAN_GRAPH_V_VS_T 2 #define BTWIREVPAN_GRAPH_DVDT_VS_T 3 #define BTWIREVPAN_STRING_3 4 #define BTWIREVPAN_STRING_4 5 #define BTWIREVPAN_STRING 6 #define BTWIREVPAN_STRING_2 7 /* Menu Bars, Menus, and Menu Items: */ /* (no menu bars in the resource file) */ /* Callback Prototypes: */ int CVICALLBACK btwireopui_meas(int panel, int control, int event, void *callbackData, int eventData1, int eventData2); int CVICALLBACK btwireopui_quit(int panel, int control, int event, void *callbackData, int eventData1, int eventData2); #ifdef __cplusplus } #endif