Rev 303 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
| Rev 303 | Rev 305 | ||
|---|---|---|---|
| Line 16... | Line 16... | ||
| 16 | #define PA 1 |
16 | #define PA 1 |
| 17 | #define PA_EXIT 2 /* control type: command, callback function: ExitCB */ |
17 | #define PA_EXIT 2 /* control type: command, callback function: ExitCB */ |
| 18 | #define PA_STOP 3 /* control type: command, callback function: StopCB */ |
18 | #define PA_STOP 3 /* control type: command, callback function: StopCB */ |
| 19 | #define PA_START 4 /* control type: command, callback function: StartCB */ |
19 | #define PA_START 4 /* control type: command, callback function: StartCB */ |
| 20 | #define PA_TSET 5 /* control type: numeric, callback function: (none) */ |
20 | #define PA_TSET 5 /* control type: numeric, callback function: (none) */ |
| - | 21 | #define PA_HUMIDITY 6 /* control type: numeric, callback function: (none) */ |
|
| 21 | #define PA_TMON |
22 | #define PA_TMON 7 /* control type: numeric, callback function: (none) */ |
| 22 | #define PA_DEBUG_1 |
23 | #define PA_DEBUG_1 8 /* control type: radioButton, callback function: (none) */ |
| 23 | #define PA_LOG |
24 | #define PA_LOG 9 /* control type: radioButton, callback function: (none) */ |
| 24 | #define PA_GRAPH_VMON |
25 | #define PA_GRAPH_VMON 10 /* control type: strip, callback function: (none) */ |
| 25 | #define PA_GRAPH_3 |
26 | #define PA_GRAPH_3 11 /* control type: strip, callback function: (none) */ |
| 26 | #define PA_GRAPH |
27 | #define PA_GRAPH 12 /* control type: strip, callback function: (none) */ |
| 27 | #define PA_FNAME |
28 | #define PA_FNAME 13 /* control type: string, callback function: (none) */ |
| 28 | #define PA_ONOFF |
29 | #define PA_ONOFF 14 /* control type: binary, callback function: SwitchOnOffCB */ |
| 29 | #define PA_CHANNEL |
30 | #define PA_CHANNEL 15 /* control type: numeric, callback function: SelectChannelCB */ |
| 30 | #define PA_IMAX |
31 | #define PA_IMAX 16 /* control type: numeric, callback function: (none) */ |
| 31 | #define PA_VMAX |
32 | #define PA_VMAX 17 /* control type: numeric, callback function: (none) */ |
| 32 | #define PA_VSET |
33 | #define PA_VSET 18 /* control type: numeric, callback function: (none) */ |
| 33 | #define PA_VMON |
34 | #define PA_VMON 19 /* control type: numeric, callback function: (none) */ |
| 34 | #define PA_ISET |
35 | #define PA_ISET 20 /* control type: numeric, callback function: (none) */ |
| 35 | #define PA_POLAR |
36 | #define PA_POLAR 21 /* control type: ring, callback function: (none) */ |
| 36 | #define PA_IMON |
37 | #define PA_IMON 22 /* control type: numeric, callback function: (none) */ |
| 37 | #define PA_CVCC |
38 | #define PA_CVCC 23 /* control type: LED, callback function: (none) */ |
| 38 | #define PA_PRESET |
39 | #define PA_PRESET 24 /* control type: numeric, callback function: SetPresetCB */ |
| 39 | 40 | ||
| 40 | 41 | ||
| 41 | /* Control Arrays: */ |
42 | /* Control Arrays: */ |
| 42 | 43 | ||
| 43 | /* (no control arrays in the resource file) */ |
44 | /* (no control arrays in the resource file) */ |