/**************************************************************************/ /* 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 BTCOILPAN 1 #define BTCOILPAN_NUM_TH_sp 2 #define BTCOILPAN_NUM_Bt_G 3 #define BTCOILPAN_NUM_V_AMP 4 #define BTCOILPAN_NUM_V_PH 5 #define BTCOILPAN_NUM_MEAS_V_AMP 6 #define BTCOILPAN_NUM_MEAS_V_PH 7 #define BTCOILPAN_NUM_FREQ 8 #define BTCOILPAN_NUM_MEAS_FREQ 9 #define BTCOILPAN_CMD_QUIT 10 /* callback function: btcoilui_quit */ #define BTCOILPAN_CMD_MEASURE 11 /* callback function: btcoilui_measure */ #define BTCOILPAN_TEXTMSG_7 12 #define BTCOILPAN_TEXTMSG_8 13 #define BTCOILPAN_TEXTMSG_9 14 #define BTCOILPAN_TEXTMSG_6 15 #define BTCOILPAN_TEXTMSG_5 16 #define BTCOILPAN_TEXTMSG_2 17 #define BTCOILPAN_TEXTMSG_3 18 #define BTCOILPAN_TEXTMSG_4 19 /* Menu Bars, Menus, and Menu Items: */ /* (no menu bars in the resource file) */ /* Callback Prototypes: */ int CVICALLBACK btcoilui_measure(int panel, int control, int event, void *callbackData, int eventData1, int eventData2); int CVICALLBACK btcoilui_quit(int panel, int control, int event, void *callbackData, int eventData1, int eventData2); #ifdef __cplusplus } #endif