Subversion Repositories f9daq

Rev

Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
120 f9daq 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  P1                               1
17
#define  P1_S2                            2       /* control type: string, callback function: (none) */
18
#define  P1_S1                            3       /* control type: string, callback function: (none) */
19
#define  P1_B1                            4       /* control type: command, callback function: (none) */
20
#define  P1_B2                            5       /* control type: command, callback function: (none) */
21
#define  P1_EN                            6       /* control type: command, callback function: (none) */
22
#define  P1_HO                            7       /* control type: command, callback function: (none) */
23
#define  P1_B3                            8       /* control type: command, callback function: (none) */
24
#define  P1_N2                            9       /* control type: numeric, callback function: (none) */
25
#define  P1_N1                            10      /* control type: numeric, callback function: (none) */
26
#define  P1_L16                           11      /* control type: LED, callback function: (none) */
27
#define  P1_L15                           12      /* control type: LED, callback function: (none) */
28
#define  P1_L14                           13      /* control type: LED, callback function: (none) */
29
#define  P1_L13                           14      /* control type: LED, callback function: (none) */
30
#define  P1_L12                           15      /* control type: LED, callback function: (none) */
31
#define  P1_L11                           16      /* control type: LED, callback function: (none) */
32
#define  P1_L10                           17      /* control type: LED, callback function: (none) */
33
#define  P1_L9                            18      /* control type: LED, callback function: (none) */
34
#define  P1_L8                            19      /* control type: LED, callback function: (none) */
35
#define  P1_L7                            20      /* control type: LED, callback function: (none) */
36
#define  P1_L6                            21      /* control type: LED, callback function: (none) */
37
#define  P1_L5                            22      /* control type: LED, callback function: (none) */
38
#define  P1_L4                            23      /* control type: LED, callback function: (none) */
39
#define  P1_L3                            24      /* control type: LED, callback function: (none) */
40
#define  P1_L2                            25      /* control type: LED, callback function: (none) */
41
#define  P1_L1                            26      /* control type: LED, callback function: (none) */
42
#define  P1_B4                            27      /* control type: command, callback function: (none) */
43
#define  P1_N3                            28      /* control type: numeric, callback function: (none) */
44
#define  P1_T1                            29      /* control type: textBox, callback function: (none) */
45
#define  P1_BF                            30      /* control type: command, callback function: (none) */
46
#define  P1_BD                            31      /* control type: command, callback function: (none) */
47
#define  P1_BB                            32      /* control type: command, callback function: (none) */
48
#define  P1_BR                            33      /* control type: command, callback function: (none) */
49
#define  P1_BU                            34      /* control type: command, callback function: (none) */
50
#define  P1_BL                            35      /* control type: command, callback function: (none) */
51
#define  P1_XG                            36      /* control type: numeric, callback function: (none) */
52
#define  P1_ZG                            37      /* control type: numeric, callback function: (none) */
53
#define  P1_ZP                            38      /* control type: numeric, callback function: (none) */
54
#define  P1_YG                            39      /* control type: numeric, callback function: (none) */
55
#define  P1_XP                            40      /* control type: numeric, callback function: (none) */
56
#define  P1_YP                            41      /* control type: numeric, callback function: (none) */
57
#define  P1_GZ                            42      /* control type: command, callback function: (none) */
58
#define  P1_GY                            43      /* control type: command, callback function: (none) */
59
#define  P1_GX                            44      /* control type: command, callback function: (none) */
60
#define  P1_G                             45      /* control type: command, callback function: (none) */
61
#define  P1_P                             46      /* control type: command, callback function: (none) */
62
#define  P1_PORT                          47      /* control type: numeric, callback function: (none) */
63
#define  P1_STAGETYPE                     48      /* control type: listBox, callback function: (none) */
64
#define  P1_COMLED                        49      /* control type: LED, callback function: (none) */
65
#define  P1_TEXTMSG                       50      /* control type: textMsg, callback function: (none) */
66
#define  P1_DECORATION                    51      /* control type: deco, callback function: (none) */
67
#define  P1_DECORATION_2                  52      /* control type: deco, callback function: (none) */
68
 
69
 
70
     /* Control Arrays: */
71
 
72
          /* (no control arrays in the resource file) */
73
 
74
 
75
     /* Menu Bars, Menus, and Menu Items: */
76
 
77
          /* (no menu bars in the resource file) */
78
 
79
 
80
     /* (no callbacks specified in the resource file) */
81
 
82
 
83
#ifdef __cplusplus
84
    }
85
#endif