/**************************************************************************/
 
/* 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  PANEL                            1
 
#define  PANEL_TEST                       2       /* control type: command, callback function: (none) */
 
#define  PANEL_INTERPRETER                3       /* control type: command, callback function: (none) */
 
#define  PANEL_START                      4       /* control type: command, callback function: (none) */
 
#define  PANEL_EXIT                       5       /* control type: command, callback function: (none) */
 
#define  PANEL_TXT                        6       /* control type: string, callback function: (none) */
 
#define  PANEL_X0                         7       /* control type: numeric, callback function: (none) */
 
#define  PANEL_NUMERIC                    8       /* control type: numeric, callback function: (none) */
 
#define  PANEL_STDIO                      9       /* control type: textBox, 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