/**************************************************************************/
 
/* 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_REPLY_S                       2       /* control type: string, callback function: (none) */
 
#define  P1_SEND_S                        3       /* control type: string, callback function: (none) */
 
#define  P1_EXIT_B                        4       /* control type: command, callback function: (none) */
 
#define  P1_SEND_B                        5       /* control type: command, callback function: (none) */
 
#define  P1_B3                            6       /* control type: command, callback function: (none) */
 
#define  P1_N2                            7       /* control type: numeric, callback function: (none) */
 
#define  P1_REPLY_N                       8       /* control type: numeric, callback function: (none) */
 
#define  P1_EOTEN_L                       9       /* control type: LED, callback function: (none) */
 
#define  P1_EOI_L                         10      /* control type: LED, callback function: (none) */
 
#define  P1_AUTO_L                        11      /* control type: LED, callback function: (none) */
 
#define  P1_MODE_L                        12      /* control type: LED, callback function: (none) */
 
#define  P1_SAVECFG_L                     13      /* control type: LED, callback function: (none) */
 
#define  P1_STATUS_B                      14      /* control type: command, callback function: (none) */
 
#define  P1_SADDR_N                       15      /* control type: numeric, callback function: (none) */
 
#define  P1_EOTCH_N                       16      /* control type: numeric, callback function: (none) */
 
#define  P1_READTO_N                      17      /* control type: numeric, callback function: (none) */
 
#define  P1_PADDR_N                       18      /* control type: numeric, callback function: (none) */
 
#define  P1_N3                            19      /* control type: numeric, callback function: (none) */
 
#define  P1_MESSAGE_TB                    20      /* control type: textBox, callback function: (none) */
 
#define  P1_PORT                          21      /* control type: numeric, callback function: (none) */
 
#define  P1_COMLED                        22      /* control type: LED, callback function: (none) */
 
#define  P1_DECORATION_2                  23      /* control type: deco, callback function: (none) */
 
#define  P1_EOS_R                         24      /* control type: ring, callback function: (none) */
 
#define  P1_DECORATION                    25      /* 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) */
 
 
 
 
 
     /* (no callbacks specified in the resource file) */ 
 
 
 
 
 
#ifdef __cplusplus
 
    }
 
#endif