/**************************************************************************/
 
/* 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: ExitCB */
 
#define  p1_STOP                          3       /* control type: command, callback function: StopCB */
 
#define  p1_GOTOEND                       4       /* control type: command, callback function: GoToEndCB */
 
#define  p1_GOTOZERO                      5       /* control type: command, callback function: GoToZeroCB */
 
#define  p1_RESET                         6       /* control type: command, callback function: ResetCB */
 
#define  p1_START                         7       /* control type: command, callback function: StartCB */
 
#define  p1_COM1                          8       /* control type: numeric, callback function: (none) */
 
#define  p1_VMON                          9       /* control type: numeric, callback function: (none) */
 
#define  p1_COM2                          10      /* control type: numeric, callback function: (none) */
 
#define  p1_GRAPH                         11      /* control type: strip, callback function: (none) */
 
#define  p1_SPLITTER_2                    12      /* control type: splitter, callback function: (none) */
 
#define  p1_SPLITTER                      13      /* control type: splitter, callback function: (none) */
 
#define  p1_SPLITTER_4                    14      /* control type: splitter, callback function: (none) */
 
#define  p1_SPLITTER_3                    15      /* control type: splitter, callback function: (none) */
 
#define  p1_RAZDALJA                      16      /* control type: numeric, callback function: (none) */
 
#define  p1_HITROSTX                      17      /* control type: numeric, callback function: (none) */
 
#define  p1_STOPPOS                       18      /* control type: numeric, callback function: (none) */
 
#define  p1_STARTPOS                      19      /* control type: numeric, callback function: (none) */
 
#define  p1_POZICIJA                      20      /* control type: numeric, callback function: (none) */
 
 
 
 
 
     /* Control Arrays: */
 
 
 
#define  CTRLARRAY                        1
 
 
 
     /* Menu Bars, Menus, and Menu Items: */
 
 
 
          /* (no menu bars in the resource file) */
 
 
 
 
 
     /* Callback Prototypes: */
 
 
 
int  CVICALLBACK ExitCB(int panel, int control, int event, void *callbackData, int eventData1, int eventData2);
 
int  CVICALLBACK GoToEndCB(int panel, int control, int event, void *callbackData, int eventData1, int eventData2);
 
int  CVICALLBACK GoToZeroCB(int panel, int control, int event, void *callbackData, int eventData1, int eventData2);
 
int  CVICALLBACK ResetCB(int panel, int control, int event, void *callbackData, int eventData1, int eventData2);
 
int  CVICALLBACK StartCB(int panel, int control, int event, void *callbackData, int eventData1, int eventData2);
 
int  CVICALLBACK StopCB(int panel, int control, int event, void *callbackData, int eventData1, int eventData2);
 
 
 
 
 
#ifdef __cplusplus
 
    }
 
#endif