Details | Last modification | View Log | RSS feed
Rev | Author | Line No. | Line |
---|---|---|---|
254 | 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_REPLY_S 2 /* control type: string, callback function: (none) */ |
||
18 | #define P1_SEND_S 3 /* control type: string, callback function: (none) */ |
||
19 | #define P1_EXIT_B 4 /* control type: command, callback function: (none) */ |
||
20 | #define P1_SEND_B 5 /* control type: command, callback function: (none) */ |
||
21 | #define P1_B3 6 /* control type: command, callback function: (none) */ |
||
22 | #define P1_N2 7 /* control type: numeric, callback function: (none) */ |
||
23 | #define P1_REPLY_N 8 /* control type: numeric, callback function: (none) */ |
||
24 | #define P1_EOTEN_L 9 /* control type: LED, callback function: (none) */ |
||
25 | #define P1_EOI_L 10 /* control type: LED, callback function: (none) */ |
||
26 | #define P1_AUTO_L 11 /* control type: LED, callback function: (none) */ |
||
27 | #define P1_MODE_L 12 /* control type: LED, callback function: (none) */ |
||
28 | #define P1_SAVECFG_L 13 /* control type: LED, callback function: (none) */ |
||
29 | #define P1_STATUS_B 14 /* control type: command, callback function: (none) */ |
||
30 | #define P1_SADDR_N 15 /* control type: numeric, callback function: (none) */ |
||
31 | #define P1_EOTCH_N 16 /* control type: numeric, callback function: (none) */ |
||
32 | #define P1_READTO_N 17 /* control type: numeric, callback function: (none) */ |
||
33 | #define P1_PADDR_N 18 /* control type: numeric, callback function: (none) */ |
||
34 | #define P1_N3 19 /* control type: numeric, callback function: (none) */ |
||
35 | #define P1_MESSAGE_TB 20 /* control type: textBox, callback function: (none) */ |
||
36 | #define P1_PORT 21 /* control type: numeric, callback function: (none) */ |
||
37 | #define P1_COMLED 22 /* control type: LED, callback function: (none) */ |
||
38 | #define P1_DECORATION_2 23 /* control type: deco, callback function: (none) */ |
||
39 | #define P1_EOS_R 24 /* control type: ring, callback function: (none) */ |
||
40 | #define P1_DECORATION 25 /* control type: deco, callback function: (none) */ |
||
41 | |||
42 | |||
43 | /* Control Arrays: */ |
||
44 | |||
45 | /* (no control arrays in the resource file) */ |
||
46 | |||
47 | |||
48 | /* Menu Bars, Menus, and Menu Items: */ |
||
49 | |||
50 | /* (no menu bars in the resource file) */ |
||
51 | |||
52 | |||
53 | /* (no callbacks specified in the resource file) */ |
||
54 | |||
55 | |||
56 | #ifdef __cplusplus |
||
57 | } |
||
58 | #endif |