/**************************************************************************/ /* 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 VRZ404PAN 1 #define VRZ404PAN_NUM_GET_POS 2 #define VRZ404PAN_CMD_GET_POS 3 /* callback function: vrz404ui_get_pos */ #define VRZ404PAN_CMD_QUIT 4 /* callback function: vrz404ui_quit */ #define VRZ404PAN_TEXTMSG_3 5 /* Menu Bars, Menus, and Menu Items: */ /* (no menu bars in the resource file) */ /* Callback Prototypes: */ int CVICALLBACK vrz404ui_get_pos(int panel, int control, int event, void *callbackData, int eventData1, int eventData2); int CVICALLBACK vrz404ui_quit(int panel, int control, int event, void *callbackData, int eventData1, int eventData2); #ifdef __cplusplus } #endif