/**************************************************************************/ /* 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 XPS_PANEL 1 #define XPS_PANEL_XPS_MOVE_ABS 2 /* control type: command, callback function: OnXps_move_abs */ #define XPS_PANEL_XPS_MOVE_REL 3 /* control type: command, callback function: OnXps_move_rel */ #define XPS_PANEL_XPS_EXIT 4 /* control type: command, callback function: xps_exit */ #define XPS_PANEL_XPS_YY_2 5 /* control type: numeric, callback function: (none) */ #define XPS_PANEL_XPS_YY 6 /* control type: numeric, callback function: (none) */ #define XPS_PANEL_XPS_DISTANCE 7 /* control type: numeric, callback function: (none) */ #define XPS_PANEL_XPS_XX_2 8 /* control type: numeric, callback function: (none) */ #define XPS_PANEL_XPS_XX 9 /* control type: numeric, callback function: (none) */ #define XPS_PANEL_GROUP_SEL 10 /* control type: ring, callback function: (none) */ #define XPS_PANEL_GROUP_MODE 11 /* control type: ring, callback function: (none) */ /* 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 OnXps_move_abs(int panel, int control, int event, void *callbackData, int eventData1, int eventData2); int CVICALLBACK OnXps_move_rel(int panel, int control, int event, void *callbackData, int eventData1, int eventData2); int CVICALLBACK xps_exit(int panel, int control, int event, void *callbackData, int eventData1, int eventData2); #ifdef __cplusplus } #endif