/**************************************************************************/ /* LabWindows/CVI User Interface Resource (UIR) Include File */ /* Copyright (c) National Instruments 2001. 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 MOVEXPAN 1 #define MOVEXPAN_CMD_QUIT 2 /* callback function: movexui_quit */ #define MOVEXPAN_NUM_MOVE_2_REL 3 #define MOVEXPAN_COM_MOVE_2_REL 4 /* callback function: movexui_move_2_rel */ #define MOVEXPAN_NUM_MOVE_2_ABS 5 #define MOVEXPAN_COM_MOVE_2_ABS 6 /* callback function: movexui_move_2_abs */ #define MOVEXPAN_NUM_READ_X_2_POS 7 #define MOVEXPAN_COM_GET_2_POS 8 /* callback function: movexui_get_2_pos */ #define MOVEXPAN_NUM_MOVE_REL 9 #define MOVEXPAN_COM_MOVE_REL 10 /* callback function: movexui_move_rel */ #define MOVEXPAN_NUM_MOVE_ABS 11 #define MOVEXPAN_COM_MOVE_ABS 12 /* callback function: movexui_move_abs */ #define MOVEXPAN_NUM_READ_X_POS 13 #define MOVEXPAN_COM_GET_POS 14 /* callback function: movexui_get_pos */ #define MOVEXPAN_COM_ZERO 15 /* callback function: movexui_zero */ #define MOVEXPAN_TEXTMSG 16 #define MOVEXPAN_DECORATION 17 #define MOVEXPAN_TEXTMSG_4 18 #define MOVEXPAN_TEXTMSG_5 19 #define MOVEXPAN_TEXTMSG_6 20 #define MOVEXPAN_TEXTMSG_2 21 #define MOVEXPAN_TEXTMSG_3 22 /* Menu Bars, Menus, and Menu Items: */ /* (no menu bars in the resource file) */ /* Callback Prototypes: */ int CVICALLBACK movexui_get_2_pos(int panel, int control, int event, void *callbackData, int eventData1, int eventData2); int CVICALLBACK movexui_get_pos(int panel, int control, int event, void *callbackData, int eventData1, int eventData2); int CVICALLBACK movexui_move_2_abs(int panel, int control, int event, void *callbackData, int eventData1, int eventData2); int CVICALLBACK movexui_move_2_rel(int panel, int control, int event, void *callbackData, int eventData1, int eventData2); int CVICALLBACK movexui_move_abs(int panel, int control, int event, void *callbackData, int eventData1, int eventData2); int CVICALLBACK movexui_move_rel(int panel, int control, int event, void *callbackData, int eventData1, int eventData2); int CVICALLBACK movexui_quit(int panel, int control, int event, void *callbackData, int eventData1, int eventData2); int CVICALLBACK movexui_zero(int panel, int control, int event, void *callbackData, int eventData1, int eventData2); #ifdef __cplusplus } #endif