/**************************************************************************/ /* LabWindows/CVI User Interface Resource (UIR) Include File */ /* */ /* 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 PANEL 1 /* callback function: panelCB */ #define PANEL_TEXTBOX 2 /* control type: textBox, callback function: (none) */ #define PANEL_NUMERIC_NUMY 3 /* control type: numeric, callback function: (none) */ #define PANEL_NUMERIC_DY 4 /* control type: numeric, callback function: (none) */ #define PANEL_NUMERIC_NUMX 5 /* control type: numeric, callback function: (none) */ #define PANEL_PICTURE 6 /* control type: picture, callback function: (none) */ #define PANEL_NUMERIC_DX 7 /* control type: numeric, callback function: (none) */ #define PANEL_TEXTMSG 8 /* control type: textMsg, callback function: (none) */ #define PANEL_COMMANDBUTTON_BEGIN 9 /* control type: command, callback function: Begin */ #define PANEL_COMMANDBUTTON 10 /* control type: command, callback function: Quit */ #define PANEL_TEXTMSG_2 11 /* control type: textMsg, callback function: (none) */ #define PANEL_NUMERIC_SC_Z2 12 /* control type: numeric, callback function: Set_z2 */ #define PANEL_NUMERIC_SC_Z1 13 /* control type: numeric, callback function: Set_z1 */ #define PANEL_NUMERIC_ST_Y 14 /* control type: numeric, callback function: Set_y */ #define PANEL_NUMERIC_ST_X 15 /* control type: numeric, callback function: Set_x */ #define PANEL_TEXTMSG_3 16 /* control type: textMsg, callback function: (none) */ #define PANEL_TEXTMSG_4 17 /* control type: textMsg, callback function: (none) */ #define PANEL_GRAPH 18 /* control type: graph, callback function: (none) */ #define PANEL_GRAPH_PKY 19 /* control type: graph, callback function: (none) */ #define PANEL_GRAPH_PKX 20 /* control type: graph, callback function: (none) */ #define PANEL_NUMERIC_Y0 21 /* control type: numeric, callback function: (none) */ #define PANEL_NUMERIC_X0 22 /* control type: numeric, callback function: (none) */ #define PANEL_NUMERIC_FLTR 23 /* control type: numeric, callback function: (none) */ #define PANEL_COMMANDBUTTON_MOD 24 /* control type: command, callback function: Mod_PFile */ #define PANEL_NUMERIC_RZ 25 /* control type: numeric, callback function: (none) */ #define PANEL_NUMERIC_DRZ 26 /* control type: numeric, callback function: (none) */ #define PANEL_NUMERIC_BY 27 /* control type: numeric, callback function: (none) */ #define PANEL_NUMERIC_RY 28 /* control type: numeric, callback function: (none) */ #define PANEL_NUMERIC_RX 29 /* control type: numeric, callback function: (none) */ #define PANEL_NUMERIC_PZ 30 /* control type: numeric, callback function: (none) */ #define PANEL_NUMERIC_PY 31 /* control type: numeric, callback function: (none) */ #define PANEL_NUMERIC_PX 32 /* control type: numeric, callback function: (none) */ #define PANEL_NUMERIC_BX 33 /* control type: numeric, callback function: (none) */ #define PANEL_NUMERIC_DRY 34 /* control type: numeric, callback function: (none) */ #define PANEL_NUMERIC_DRX 35 /* control type: numeric, callback function: (none) */ #define PANEL_NUMERIC_DPZ 36 /* control type: numeric, callback function: (none) */ #define PANEL_NUMERIC_DPY 37 /* control type: numeric, callback function: (none) */ #define PANEL_NUMERIC_DPX 38 /* control type: numeric, callback function: (none) */ #define PANEL_COMMANDBUTTON_PR_2 39 /* control type: command, callback function: Move_to_RefMag */ #define PANEL_COMMANDBUTTON_PR 40 /* control type: command, callback function: Move_Probe */ #define PANEL_TEXTMSG_5 41 /* control type: textMsg, callback function: (none) */ #define PANEL_BINARYSWITCH_VS 42 /* control type: binary, callback function: Set_VScans */ #define PANEL_BINARYSWITCH_HS 43 /* control type: binary, callback function: Set_HScans */ /* Control Arrays: */ /* (no control arrays in the resource file) */ /* Menu Bars, Menus, and Menu Items: */ /* (no menu bars in the resource file) */ /* Callback Prototypes: */ int CVICALLBACK Begin(int panel, int control, int event, void *callbackData, int eventData1, int eventData2); int CVICALLBACK Mod_PFile(int panel, int control, int event, void *callbackData, int eventData1, int eventData2); int CVICALLBACK Move_Probe(int panel, int control, int event, void *callbackData, int eventData1, int eventData2); int CVICALLBACK Move_to_RefMag(int panel, int control, int event, void *callbackData, int eventData1, int eventData2); int CVICALLBACK panelCB(int panel, int event, void *callbackData, int eventData1, int eventData2); int CVICALLBACK Quit(int panel, int control, int event, void *callbackData, int eventData1, int eventData2); int CVICALLBACK Set_HScans(int panel, int control, int event, void *callbackData, int eventData1, int eventData2); int CVICALLBACK Set_VScans(int panel, int control, int event, void *callbackData, int eventData1, int eventData2); int CVICALLBACK Set_x(int panel, int control, int event, void *callbackData, int eventData1, int eventData2); int CVICALLBACK Set_y(int panel, int control, int event, void *callbackData, int eventData1, int eventData2); int CVICALLBACK Set_z1(int panel, int control, int event, void *callbackData, int eventData1, int eventData2); int CVICALLBACK Set_z2(int panel, int control, int event, void *callbackData, int eventData1, int eventData2); #ifdef __cplusplus } #endif