Rev 263 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
| Rev 263 | Rev 322 | ||
|---|---|---|---|
| Line 12... | Line 12... | ||
| 12 | #endif |
12 | #endif |
| 13 | 13 | ||
| 14 | /* Panels and Controls: */ |
14 | /* Panels and Controls: */ |
| 15 | 15 | ||
| 16 | #define PANEL 1 |
16 | #define PANEL 1 |
| 17 | #define |
17 | #define PANEL_HRESET 2 /* control type: command, callback function: ResetCB */ |
| 18 | #define |
18 | #define PANEL_EXIT 3 /* control type: command, callback function: ExitCB */ |
| 19 | #define |
19 | #define PANEL_TIMER 4 /* control type: timer, callback function: (none) */ |
| 20 | #define |
20 | #define PANEL_DAQEFF 5 /* control type: numeric, callback function: (none) */ |
| 21 | #define |
21 | #define PANEL_CTIME 6 /* control type: numeric, callback function: (none) */ |
| 22 | #define |
22 | #define PANEL_CDAQTIME 7 /* control type: numeric, callback function: (none) */ |
| 23 | #define |
23 | #define PANEL_CEVE 8 /* control type: numeric, callback function: (none) */ |
| 24 | #define |
24 | #define PANEL_OUTWAVE 9 /* control type: radioButton, callback function: (none) */ |
| 25 | #define |
25 | #define PANEL_GRAPH 10 /* control type: graph, callback function: (none) */ |
| 26 | #define |
26 | #define PANEL_MAXX_6 11 /* control type: numeric, callback function: SetGraphPropertiesCB */ |
| 27 | #define |
27 | #define PANEL_MINX_6 12 /* control type: numeric, callback function: SetGraphPropertiesCB */ |
| 28 | #define |
28 | #define PANEL_MAXX_5 13 /* control type: numeric, callback function: SetGraphPropertiesCB */ |
| 29 | #define |
29 | #define PANEL_MINX_5 14 /* control type: numeric, callback function: SetGraphPropertiesCB */ |
| 30 | #define |
30 | #define PANEL_CONNECT 15 /* control type: textButton, callback function: StartCB */ |
| 31 | #define |
31 | #define PANEL_START 16 /* control type: textButton, callback function: StartCB */ |
| 32 | #define |
32 | #define PANEL_ADCTYPE 17 /* control type: binary, callback function: (none) */ |
| 33 | #define |
33 | #define PANEL_AUTOY 18 /* control type: radioButton, callback function: SetGraphPropertiesCB */ |
| 34 | #define |
34 | #define PANEL_AUTOX 19 /* control type: radioButton, callback function: SetGraphPropertiesCB */ |
| 35 | #define |
35 | #define PANEL_TAB 20 /* control type: tab, callback function: (none) */ |
| 36 | #define |
36 | #define PANEL_DECORATION 21 /* control type: deco, callback function: (none) */ |
| 37 | #define |
37 | #define PANEL_DECORATION_2 22 /* control type: deco, callback function: (none) */ |
| - | 38 | ||
| - | 39 | /* tab page panel controls */ |
|
| 38 | #define |
40 | #define CH0_EXPORT_1 2 /* control type: command, callback function: ExportCB */ |
| 39 | #define |
41 | #define CH0_EXPORT_3 3 /* control type: command, callback function: ExportCB */ |
| 40 | #define |
42 | #define CH0_ADC1 4 /* control type: graph, callback function: (none) */ |
| 41 | #define |
43 | #define CH0_TDC1 5 /* control type: graph, callback function: (none) */ |
| 42 | #define |
44 | #define CH0_MAXX_3 6 /* control type: numeric, callback function: (none) */ |
| 43 | #define |
45 | #define CH0_MINX_3 7 /* control type: numeric, callback function: (none) */ |
| 44 | #define |
46 | #define CH0_NCH_3 8 /* control type: numeric, callback function: (none) */ |
| 45 | #define |
47 | #define CH0_MAXX_8 9 /* control type: numeric, callback function: SetGraphPropertiesCB */ |
| 46 | #define |
48 | #define CH0_MINX_8 10 /* control type: numeric, callback function: SetGraphPropertiesCB */ |
| 47 | #define |
49 | #define CH0_MAXX_7 11 /* control type: numeric, callback function: SetGraphPropertiesCB */ |
| 48 | #define |
50 | #define CH0_MINX_7 12 /* control type: numeric, callback function: SetGraphPropertiesCB */ |
| 49 | #define |
51 | #define CH0_MAXX_1 13 /* control type: numeric, callback function: (none) */ |
| 50 | #define |
52 | #define CH0_MINX_1 14 /* control type: numeric, callback function: (none) */ |
| 51 | #define |
53 | #define CH0_NCH_1 15 /* control type: numeric, callback function: (none) */ |
| 52 | #define |
54 | #define CH0_AUTOY_3 16 /* control type: radioButton, callback function: SetGraphPropertiesCB */ |
| 53 | #define |
55 | #define CH0_AUTOY_2 17 /* control type: radioButton, callback function: SetGraphPropertiesCB */ |
| 54 | #define |
56 | #define CH0_LOGY_2 18 /* control type: radioButton, callback function: SetGraphLogYCB */ |
| 55 | #define |
57 | #define CH0_EXCLUDE_1 19 /* control type: radioButton, callback function: (none) */ |
| 56 | #define |
58 | #define CH0_LOGY_1 20 /* control type: radioButton, callback function: SetGraphLogYCB */ |
| - | 59 | ||
| - | 60 | /* tab page panel controls */ |
|
| 57 | #define |
61 | #define CH1_EXPORT_4 2 /* control type: command, callback function: ExportCB */ |
| 58 | #define |
62 | #define CH1_ADC2 3 /* control type: graph, callback function: (none) */ |
| 59 | #define |
63 | #define CH1_EXPORT_2 4 /* control type: command, callback function: ExportCB */ |
| 60 | #define |
64 | #define CH1_MAXX_2 5 /* control type: numeric, callback function: (none) */ |
| 61 | #define |
65 | #define CH1_MINX_2 6 /* control type: numeric, callback function: (none) */ |
| 62 | #define |
66 | #define CH1_NCH_2 7 /* control type: numeric, callback function: (none) */ |
| 63 | #define |
67 | #define CH1_MAXX_10 8 /* control type: numeric, callback function: SetGraphPropertiesCB */ |
| 64 | #define |
68 | #define CH1_MINX_10 9 /* control type: numeric, callback function: SetGraphPropertiesCB */ |
| 65 | #define |
69 | #define CH1_AUTOY_5 10 /* control type: radioButton, callback function: SetGraphPropertiesCB */ |
| 66 | #define |
70 | #define CH1_LOGY_4 11 /* control type: radioButton, callback function: SetGraphLogYCB */ |
| 67 | #define |
71 | #define CH1_TDC2 12 /* control type: graph, callback function: (none) */ |
| 68 | #define |
72 | #define CH1_MAXX_4 13 /* control type: numeric, callback function: (none) */ |
| 69 | #define |
73 | #define CH1_MINX_4 14 /* control type: numeric, callback function: (none) */ |
| 70 | #define |
74 | #define CH1_NCH_4 15 /* control type: numeric, callback function: (none) */ |
| 71 | #define |
75 | #define CH1_MAXX_9 16 /* control type: numeric, callback function: SetGraphPropertiesCB */ |
| 72 | #define |
76 | #define CH1_MINX_9 17 /* control type: numeric, callback function: SetGraphPropertiesCB */ |
| 73 | #define |
77 | #define CH1_AUTOY_4 18 /* control type: radioButton, callback function: SetGraphPropertiesCB */ |
| 74 | #define |
78 | #define CH1_LOGY_3 19 /* control type: radioButton, callback function: SetGraphLogYCB */ |
| 75 | #define |
79 | #define CH1_EXCLUDE_2 20 /* control type: radioButton, callback function: (none) */ |
| - | 80 | ||
| - | 81 | /* tab page panel controls */ |
|
| - | 82 | #define OUTPUT_STDIO 2 /* control type: textBox, callback function: (none) */ |
|
| - | 83 | ||
| - | 84 | /* tab page panel controls */ |
|
| 76 | #define |
85 | #define SETTINGS_PFREQ 2 /* control type: numeric, callback function: (none) */ |
| 77 | #define |
86 | #define SETTINGS_TWIN1 3 /* control type: numeric, callback function: (none) */ |
| 78 | #define |
87 | #define SETTINGS_IP 4 /* control type: string, callback function: (none) */ |
| 79 | #define |
88 | #define SETTINGS_NEVE 5 /* control type: numeric, callback function: (none) */ |
| 80 | #define |
89 | #define SETTINGS_NTOTAL 6 /* control type: numeric, callback function: (none) */ |
| - | 90 | #define SETTINGS_FILETYPE 7 /* control type: ring, callback function: (none) */ |
|
| - | 91 | #define SETTINGS_EXPORTNAME 8 /* control type: string, callback function: (none) */ |
|
| 81 | #define |
92 | #define SETTINGS_CH1 9 /* control type: radioButton, callback function: (none) */ |
| - | 93 | #define SETTINGS_NBEFORE 10 /* control type: numeric, callback function: (none) */ |
|
| 82 | #define |
94 | #define SETTINGS_CH0 11 /* control type: radioButton, callback function: (none) */ |
| 83 | #define |
95 | #define SETTINGS_TEXTMSG 12 /* control type: textMsg, callback function: (none) */ |
| 84 | #define |
96 | #define SETTINGS_FILENAME 13 /* control type: string, callback function: (none) */ |
| 85 | #define |
97 | #define SETTINGS_TWIN0 14 /* control type: numeric, callback function: (none) */ |
| 86 | #define |
98 | #define SETTINGS_SAMPLES 15 /* control type: numeric, callback function: (none) */ |
| 87 | #define |
99 | #define SETTINGS_DECIMATION 16 /* control type: ring, callback function: (none) */ |
| 88 | #define |
100 | #define SETTINGS_ITRGLEVEL 17 /* control type: numeric, callback function: (none) */ |
| 89 | #define |
101 | #define SETTINGS_TRIGGER 18 /* control type: ring, callback function: (none) */ |
| 90 | #define |
102 | #define SETTINGS_TRGLEVEL 19 /* control type: numeric, callback function: (none) */ |
| 91 | #define |
103 | #define SETTINGS_DEBUG 20 /* control type: radioButton, callback function: (none) */ |
| 92 | #define |
104 | #define SETTINGS_ENABLEDOUTPUT 21 /* control type: radioButton, callback function: (none) */ |
| 93 | 105 | ||
| 94 | 106 | ||
| 95 | /* Control Arrays: */ |
107 | /* Control Arrays: */ |
| 96 | 108 | ||
| 97 | /* (no control arrays in the resource file) */ |
109 | /* (no control arrays in the resource file) */ |