/**************************************************************************/ /* 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 VCOILPAN 1 #define VCOILPAN_NUM_V_AMP 2 #define VCOILPAN_NUM_V_PH 3 #define VCOILPAN_NUM_MEAS_V_AMP 4 #define VCOILPAN_NUM_MEAS_V_PH 5 #define VCOILPAN_NUM_FREQ 6 #define VCOILPAN_NUM_HAR_NUM 7 #define VCOILPAN_CMD_QUIT 8 /* callback function: vcoilui_quit */ #define VCOILPAN_CMD_MEASURE 9 /* callback function: vcoilui_measure */ #define VCOILPAN_TEXTMSG_9 10 #define VCOILPAN_TEXTMSG_6 11 #define VCOILPAN_TEXTMSG_5 12 #define VCOILPAN_TEXTMSG_2 13 #define VCOILPAN_TEXTMSG_3 14 #define VCOILPAN_TEXTMSG_4 15 /* Menu Bars, Menus, and Menu Items: */ /* (no menu bars in the resource file) */ /* Callback Prototypes: */ int CVICALLBACK vcoilui_measure(int panel, int control, int event, void *callbackData, int eventData1, int eventData2); int CVICALLBACK vcoilui_quit(int panel, int control, int event, void *callbackData, int eventData1, int eventData2); #ifdef __cplusplus } #endif