Subversion Repositories f9daq

Rev

Rev 143 | Blame | Compare with Previous | Last modification | View Log | RSS feed

  1. /**************************************************************************/
  2. /* LabWindows/CVI User Interface Resource (UIR) Include File              */
  3. /*                                                                        */
  4. /* WARNING: Do not add to, delete from, or otherwise modify the contents  */
  5. /*          of this include file.                                         */
  6. /**************************************************************************/
  7.  
  8. #include <userint.h>
  9.  
  10. #ifdef __cplusplus
  11.     extern "C" {
  12. #endif
  13.  
  14.      /* Panels and Controls: */
  15.  
  16. #define  PANEL                            1
  17. #define  PANEL_TEST                       2       /* control type: command, callback function: (none) */
  18. #define  PANEL_INTERPRETER                3       /* control type: command, callback function: (none) */
  19. #define  PANEL_START                      4       /* control type: command, callback function: (none) */
  20. #define  PANEL_EXIT                       5       /* control type: command, callback function: (none) */
  21. #define  PANEL_TXT                        6       /* control type: string, callback function: (none) */
  22. #define  PANEL_X0                         7       /* control type: numeric, callback function: (none) */
  23. #define  PANEL_NUMERIC                    8       /* control type: numeric, callback function: (none) */
  24. #define  PANEL_STDIO                      9       /* control type: textBox, callback function: (none) */
  25.  
  26.  
  27.      /* Control Arrays: */
  28.  
  29.           /* (no control arrays in the resource file) */
  30.  
  31.  
  32.      /* Menu Bars, Menus, and Menu Items: */
  33.  
  34.           /* (no menu bars in the resource file) */
  35.  
  36.  
  37.      /* (no callbacks specified in the resource file) */
  38.  
  39.  
  40. #ifdef __cplusplus
  41.     }
  42. #endif
  43.