/**************************************************************************/
 
/* 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_SET0                          2       /* control type: command, callback function: (none) */
 
#define  P1_EXIT                          3       /* control type: command, callback function: (none) */
 
#define  P1_C0                            4       /* control type: numeric, callback function: (none) */
 
#define  P1_VFA0                          5       /* control type: numeric, callback function: (none) */
 
#define  P1_VRI0                          6       /* control type: numeric, callback function: (none) */
 
#define  P1_CD0                           7       /* control type: numeric, callback function: (none) */
 
#define  P1_VD0                           8       /* control type: numeric, callback function: (none) */
 
#define  P1_V0                            9       /* control type: numeric, callback function: (none) */
 
#define  P1_ONOFF0                        10      /* control type: radioButton, callback function: (none) */
 
#define  P1_REFRESHTIMER                  11      /* control type: timer, callback function: refreshTimer */
 
#define  P1_MSW                           12      /* control type: binary, callback function: (none) */
 
#define  P1_G1                            13      /* control type: strip, callback function: (none) */
 
#define  P1_MSWLED                        14      /* control type: LED, callback function: (none) */
 
#define  P1_MFS                           15      /* control type: numeric, callback function: (none) */
 
#define  P1_MST                           16      /* control type: numeric, 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 refreshTimer(int panel, int control, int event, void *callbackData, int eventData1, int eventData2);
 
 
 
 
 
#ifdef __cplusplus
 
    }
 
#endif