/**************************************************************************/
/* 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 <userint.h>
#ifdef __cplusplus
extern "C" {
#endif
/* Panels and Controls: */
#define P1 1
#define P1_EXIT 2 /* control type: command, callback function: (none) */
#define P1_ADC 3 /* control type: graph, callback function: (none) */
#define P1_TDC 4 /* control type: graph, callback function: (none) */
#define P1_RESET 5 /* control type: command, callback function: (none) */
#define P1_CEVE 6 /* control type: numeric, callback function: (none) */
#define P1_NMIN 7 /* control type: numeric, callback function: (none) */
#define P1_NEVE 8 /* control type: numeric, callback function: (none) */
#define P1_FRAC 9 /* control type: numeric, callback function: (none) */
#define P1_TDCMIN 10 /* control type: numeric, callback function: (none) */
#define P1_PEDESTAL 11 /* control type: numeric, callback function: (none) */
#define P1_ADCHLSAVE 12 /* control type: binary, callback function: (none) */
#define P1_TDC_EDGE 13 /* control type: binary, callback function: (none) */
#define P1_ADCHL 14 /* control type: binary, callback function: (none) */
#define P1_ADCLOG 15 /* control type: binary, callback function: (none) */
#define P1_TDCLOG 16 /* control type: binary, callback function: (none) */
#define P1_TDCHL 17 /* control type: binary, callback function: (none) */
#define P1_DAQ 18 /* control type: textButton, callback function: (none) */
#define P1_SUPR 19 /* control type: radioButton, callback function: (none) */
#define P1_DSAVE 20 /* control type: radioButton, callback function: (none) */
#define P1_DFILE 21 /* control type: string, callback function: (none) */
#define P1_IY 22 /* control type: numeric, callback function: (none) */
#define P1_Z 23 /* control type: numeric, callback function: (none) */
#define P1_Y 24 /* control type: numeric, callback function: (none) */
#define P1_YMIN 25 /* control type: numeric, callback function: (none) */
#define P1_IX 26 /* control type: numeric, callback function: (none) */
#define P1_YSTEP 27 /* control type: numeric, callback function: (none) */
#define P1_X 28 /* control type: numeric, callback function: (none) */
#define P1_NY 29 /* control type: numeric, callback function: (none) */
#define P1_ZSET 30 /* control type: numeric, callback function: (none) */
#define P1_XMIN 31 /* control type: numeric, callback function: (none) */
#define P1_XSTEP 32 /* control type: numeric, callback function: (none) */
#define P1_NX 33 /* control type: numeric, callback function: (none) */
#define P1_MGET 34 /* control type: command, callback function: (none) */
#define P1_REREAD 35 /* control type: command, callback function: (none) */
#define P1_HO 36 /* control type: command, callback function: (none) */
#define P1_PLCH 37 /* control type: numeric, callback function: (none) */
#define P1_NEWF 38 /* control type: numeric, callback function: (none) */
#define P1_REFON 39 /* control type: radioButton, callback function: (none) */
#define P1_REFRESH 40 /* control type: command, callback function: (none) */
#define P1_PIO_OFF 41 /* control type: command, callback function: (none) */
#define P1_PIO_ON 42 /* control type: command, callback function: (none) */
#define P1_TDCTEST 43 /* control type: command, callback function: (none) */
#define P1_TDCCLEAR 44 /* control type: command, callback function: (none) */
#define P1_TDCINIT 45 /* control type: command, callback function: (none) */
#define P1_TDCMIKRO 46 /* control type: command, callback function: (none) */
#define P1_ER_HV_STATUS 47 /* control type: command, callback function: (none) */
#define P1_ESRC_DAQ 48 /* control type: command, callback function: (none) */
#define P1_ESRC_F4 49 /* control type: command, callback function: (none) */
#define P1_ESRC_F3 50 /* control type: command, callback function: (none) */
#define P1_ESRC_F2 51 /* control type: command, callback function: (none) */
#define P1_ESRC_F1 52 /* control type: command, callback function: (none) */
#define P1_ER_HV_CONTROL 53 /* control type: command, callback function: (none) */
#define P1_ESRC_CLOSE 54 /* control type: command, callback function: (none) */
#define P1_ER_CLOSE 55 /* control type: command, callback function: (none) */
#define P1_ESRC_INIT 56 /* control type: command, callback function: (none) */
#define P1_ER_INIT 57 /* control type: command, callback function: (none) */
#define P1_TIMER 58 /* control type: timer, callback function: cb_timer */
#define P1_DECORATION 59 /* control type: deco, callback function: (none) */
#define P1_ESRC_PROBE_CH 60 /* control type: numeric, callback function: (none) */
#define P1_ER_HV_CONTROL_IN 61 /* control type: numeric, callback function: (none) */
#define P1_TEXTMSG 62 /* control type: textMsg, callback function: (none) */
#define P1_TEXTMSG_2 63 /* control type: textMsg, callback function: (none) */
#define P1_TEXTMSG_3 64 /* control type: textMsg, callback function: (none) */
#define P1_TEXTMSG_4 65 /* control type: textMsg, callback function: (none) */
#define P1_ESRC_PROBE_TYPE 66 /* control type: ring, callback function: (none) */
#define P1_TEXTMSG_6 67 /* control type: textMsg, callback function: (none) */
#define P1_TEXTMSG_5 68 /* control type: textMsg, callback function: (none) */
#define P1_DECORATION_2 69 /* control type: deco, 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 cb_timer(int panel, int control, int event, void *callbackData, int eventData1, int eventData2);
#ifdef __cplusplus
}
#endif