/**************************************************************************/
 
/* 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_PB                       2       /* control type: command, callback function: (none) */
 
#define  P1_IO_TB                         3       /* control type: textBox, callback function: (none) */
 
#define  P1_WF_G                          4       /* control type: graph, callback function: (none) */
 
#define  P1_CLEAR_PB                      5       /* control type: command, callback function: (none) */
 
#define  P1_RESET_PB                      6       /* control type: command, callback function: (none) */
 
#define  P1_CEVE_N                        7       /* control type: numeric, callback function: (none) */
 
#define  P1_TDC_G                         8       /* control type: graph, callback function: (none) */
 
#define  P1_NEVE_N                        9       /* control type: numeric, callback function: (none) */
 
#define  P1_TDCLOG_S                      10      /* control type: binary, callback function: (none) */
 
#define  P1_DAQ_S                         11      /* control type: textButton, callback function: (none) */
 
#define  P1_TIMER_T                       12      /* control type: timer, callback function: cb_timer */
 
#define  P1_REFON_CB                      13      /* control type: radioButton, callback function: (none) */
 
#define  P1_REFRESH_PB                    14      /* control type: command, callback function: (none) */
 
#define  P1_DEBUG_PB                      15      /* control type: command, callback function: debug_pressed */
 
 
 
 
 
     /* 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);
 
int  CVICALLBACK debug_pressed(int panel, int control, int event, void *callbackData, int eventData1, int eventData2);
 
 
 
 
 
#ifdef __cplusplus
 
    }
 
#endif