/**************************************************************************/
 
/* 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  SCALER                           1
 
#define  SCALER_GRAPH                     2       /* control type: graph, callback function: (none) */
 
#define  SCALER_TIME                      3       /* control type: numeric, callback function: (none) */
 
#define  SCALER_STEP                      4       /* control type: numeric, callback function: (none) */
 
#define  SCALER_MAX                       5       /* control type: numeric, callback function: (none) */
 
#define  SCALER_START                     6       /* control type: command, callback function: StartCB */
 
#define  SCALER_MIN                       7       /* 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 StartCB(int panel, int control, int event, void *callbackData, int eventData1, int eventData2);
 
 
 
 
 
#ifdef __cplusplus
 
    }
 
#endif