/**************************************************************************/ /* LabWindows/CVI User Interface Resource (UIR) Include File */ /* Copyright (c) National Instruments 1999. 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 PAN_RUNPAR 1 #define PAN_RUNPAR_TXT_project 2 #define PAN_RUNPAR_TXT_mag_type 3 #define PAN_RUNPAR_TXT_mag_name 4 #define PAN_RUNPAR_TXT_serial_num 5 #define PAN_RUNPAR_TXT_meas_dev 6 #define PAN_RUNPAR_TXT_run_num 7 #define PAN_RUNPAR_TXT_comment 8 #define PAN_RUNPAR_CMD_OK 9 /* callback function: runparamui_ok */ #define PAN_RUNPAR_TXT_operator 10 /* Menu Bars, Menus, and Menu Items: */ /* (no menu bars in the resource file) */ /* Callback Prototypes: */ int CVICALLBACK runparamui_ok(int panel, int control, int event, void *callbackData, int eventData1, int eventData2); #ifdef __cplusplus } #endif