Rev 137 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 137 | Rev 323 | ||
---|---|---|---|
Line 18... | Line 18... | ||
18 | #define P1_UPDATE 3 /* control type: command, callback function: (none) */ |
18 | #define P1_UPDATE 3 /* control type: command, callback function: (none) */ |
19 | #define P1_IP 4 /* control type: string, callback function: (none) */ |
19 | #define P1_IP 4 /* control type: string, callback function: (none) */ |
20 | #define P1_ID 5 /* control type: string, callback function: (none) */ |
20 | #define P1_ID 5 /* control type: string, callback function: (none) */ |
21 | #define P1_GET_SETUP 6 /* control type: command, callback function: (none) */ |
21 | #define P1_GET_SETUP 6 /* control type: command, callback function: (none) */ |
22 | #define P1_REFRESH 7 /* control type: radioButton, callback function: (none) */ |
22 | #define P1_REFRESH 7 /* control type: radioButton, callback function: (none) */ |
- | 23 | #define P1_DTWFM 8 /* control type: textButton, callback function: (none) */ |
|
23 | #define P1_CONNECT |
24 | #define P1_CONNECT 9 /* control type: textButton, callback function: (none) */ |
24 | #define P1_TEST |
25 | #define P1_TEST 10 /* control type: command, callback function: (none) */ |
25 | #define P1_TSRC |
26 | #define P1_TSRC 11 /* control type: ring, callback function: (none) */ |
26 | #define P1_TDIVx |
27 | #define P1_TDIVx 12 /* control type: numeric, callback function: (none) */ |
27 | #define P1_TRDL |
28 | #define P1_TRDL 13 /* control type: numeric, callback function: (none) */ |
28 | #define P1_OFST_1 |
29 | #define P1_OFST_1 14 /* control type: numeric, callback function: (none) */ |
- | 30 | #define P1_CEVE 15 /* control type: numeric, callback function: (none) */ |
|
- | 31 | #define P1_NEVE 16 /* control type: numeric, callback function: (none) */ |
|
29 | #define P1_TLVL |
32 | #define P1_TLVL 17 /* control type: numeric, callback function: (none) */ |
30 | #define P1_TDIV |
33 | #define P1_TDIV 18 /* control type: ring, callback function: (none) */ |
31 | #define P1_TSLP |
34 | #define P1_TSLP 19 /* control type: slide, callback function: (none) */ |
32 | #define P1_TEXT1 |
35 | #define P1_TEXT1 20 /* control type: textBox, callback function: (none) */ |
33 | #define P1_TRMD |
36 | #define P1_TRMD 21 /* control type: ring, callback function: (none) */ |
34 | #define P1_DSAV |
37 | #define P1_DSAV 22 /* control type: ring, callback function: (none) */ |
35 | #define P1_PERS |
38 | #define P1_PERS 23 /* control type: ring, callback function: (none) */ |
36 | #define P1_TRA_4 |
39 | #define P1_TRA_4 24 /* control type: radioButton, callback function: (none) */ |
37 | #define P1_TRA_3 |
40 | #define P1_TRA_3 25 /* control type: radioButton, callback function: (none) */ |
38 | #define P1_TRA_2 |
41 | #define P1_TRA_2 26 /* control type: radioButton, callback function: (none) */ |
39 | #define P1_TRA_1 |
42 | #define P1_TRA_1 27 /* control type: radioButton, callback function: (none) */ |
40 | #define P1_BWL_4 |
43 | #define P1_BWL_4 28 /* control type: ring, callback function: (none) */ |
41 | #define P1_BWL_3 |
44 | #define P1_BWL_3 29 /* control type: ring, callback function: (none) */ |
42 | #define P1_BWL_2 |
45 | #define P1_BWL_2 30 /* control type: ring, callback function: (none) */ |
43 | #define P1_VDIV_4 |
46 | #define P1_VDIV_4 31 /* control type: ring, callback function: (none) */ |
44 | #define P1_VDIV_3 |
47 | #define P1_VDIV_3 32 /* control type: ring, callback function: (none) */ |
45 | #define P1_VDIV_2 |
48 | #define P1_VDIV_2 33 /* control type: ring, callback function: (none) */ |
46 | #define P1_VDIV_1 |
49 | #define P1_VDIV_1 34 /* control type: ring, callback function: (none) */ |
47 | #define P1_BWL_1 |
50 | #define P1_BWL_1 35 /* control type: ring, callback function: (none) */ |
48 | #define P1_IPF |
51 | #define P1_IPF 36 /* control type: ring, callback function: (none) */ |
- | 52 | #define P1_FNAME 37 /* control type: string, callback function: (none) */ |
|
49 | #define P1_DISPLAY |
53 | #define P1_DISPLAY 38 /* control type: picture, callback function: (none) */ |
50 | #define P1_DEC1 |
54 | #define P1_DEC1 39 /* control type: deco, callback function: (none) */ |
51 | #define P1_TIMER |
55 | #define P1_TIMER 40 /* control type: timer, callback function: cb_timer */ |
52 | #define P1_DECO_VERT |
56 | #define P1_DECO_VERT 41 /* control type: deco, callback function: (none) */ |
53 | #define P1_DECO_TRIG |
57 | #define P1_DECO_TRIG 42 /* control type: deco, callback function: (none) */ |
54 | #define P1_DECO_HOR |
58 | #define P1_DECO_HOR 43 /* control type: deco, callback function: (none) */ |
- | 59 | #define P1_DECO_VERT_2 44 /* control type: deco, callback function: (none) */ |
|
55 | 60 | ||
56 | 61 | ||
57 | /* Control Arrays: */ |
62 | /* Control Arrays: */ |
58 | 63 | ||
59 | /* (no control arrays in the resource file) */ |
64 | /* (no control arrays in the resource file) */ |