Mercurial > hg > fxanalyse
comparison FXAnalyse.h @ 36:fb6092340979
Minor fixes to UI
author | Daniele Nicolodi <daniele.nicolodi@obspm.fr> |
---|---|
date | Wed, 03 Oct 2012 15:05:40 +0200 |
parents | 1e4ecf64b485 |
children | 2e1b3148d6e6 |
comparison
equal
deleted
inserted
replaced
35:914e0f16b19a | 36:fb6092340979 |
---|---|
12 extern "C" { | 12 extern "C" { |
13 #endif | 13 #endif |
14 | 14 |
15 /* Panels and Controls: */ | 15 /* Panels and Controls: */ |
16 | 16 |
17 #define CALC3 1 | 17 #define CALCN1 1 |
18 | |
19 #define CALCN1 2 | |
20 #define CALCN1_N 2 /* control type: numeric, callback function: (none) */ | 18 #define CALCN1_N 2 /* control type: numeric, callback function: (none) */ |
21 #define CALCN1_ACCEPTN 3 /* control type: command, callback function: CB_OnAcceptN */ | 19 #define CALCN1_ACCEPTN 3 /* control type: command, callback function: CB_OnAcceptN */ |
22 #define CALCN1_SLOPE 4 /* control type: numeric, callback function: (none) */ | 20 #define CALCN1_SLOPE 4 /* control type: numeric, callback function: (none) */ |
23 #define CALCN1_DELTAFREQ 5 /* control type: numeric, callback function: CB_OnDeltaFreq */ | 21 #define CALCN1_DELTAFREQ 5 /* control type: numeric, callback function: CB_OnDeltaFreq */ |
24 #define CALCN1_SLOPETIME 6 /* control type: numeric, callback function: CB_OnSlopeTime */ | 22 #define CALCN1_SLOPETIME 6 /* control type: numeric, callback function: CB_OnSlopeTime */ |
25 #define CALCN1_INTEGRATIONTIME 7 /* control type: numeric, callback function: CB_OnIntegrationTime */ | 23 #define CALCN1_INTEGRATIONTIME 7 /* control type: numeric, callback function: CB_OnIntegrationTime */ |
26 #define CALCN1_STOP 8 /* control type: command, callback function: CB_OnNStop */ | 24 #define CALCN1_STOP 8 /* control type: command, callback function: CB_OnNStop */ |
27 #define CALCN1_START 9 /* control type: command, callback function: CB_OnStartNCalculus */ | 25 #define CALCN1_START 9 /* control type: command, callback function: CB_OnStartNCalculus */ |
28 | 26 |
29 #define CALCN2 3 | 27 #define CALCN2 2 |
30 #define CALCN2_SLOPE 2 /* control type: numeric, callback function: (none) */ | 28 #define CALCN2_SLOPE 2 /* control type: numeric, callback function: (none) */ |
31 #define CALCN2_DELTAFREQ 3 /* control type: numeric, callback function: CB_OnDeltaFreq */ | 29 #define CALCN2_DELTAFREQ 3 /* control type: numeric, callback function: CB_OnDeltaFreq */ |
32 #define CALCN2_INTEGRATIONTIME 4 /* control type: numeric, callback function: CB_OnIntegrationTime */ | 30 #define CALCN2_INTEGRATIONTIME 4 /* control type: numeric, callback function: CB_OnIntegrationTime */ |
33 #define CALCN2_N 5 /* control type: numeric, callback function: (none) */ | 31 #define CALCN2_N 5 /* control type: numeric, callback function: (none) */ |
34 #define CALCN2_STOP 6 /* control type: command, callback function: CB_OnNStop */ | 32 #define CALCN2_STOP 6 /* control type: command, callback function: CB_OnNStop */ |
35 #define CALCN2_START 7 /* control type: command, callback function: CB_OnStartNCalculus */ | 33 #define CALCN2_START 7 /* control type: command, callback function: CB_OnStartNCalculus */ |
36 #define CALCN2_ACCEPTN 8 /* control type: command, callback function: CB_OnAcceptN */ | 34 #define CALCN2_ACCEPTN 8 /* control type: command, callback function: CB_OnAcceptN */ |
37 #define CALCN2_SLOPETIME 9 /* control type: numeric, callback function: CB_OnSlopeTime */ | 35 #define CALCN2_SLOPETIME 9 /* control type: numeric, callback function: CB_OnSlopeTime */ |
38 | 36 |
39 #define CALCN3 4 | 37 #define CALCN3 3 |
40 #define CALCN3_SLOPE 2 /* control type: numeric, callback function: (none) */ | 38 #define CALCN3_SLOPE 2 /* control type: numeric, callback function: (none) */ |
41 #define CALCN3_DELTAFREQ 3 /* control type: numeric, callback function: CB_OnDeltaFreq */ | 39 #define CALCN3_DELTAFREQ 3 /* control type: numeric, callback function: CB_OnDeltaFreq */ |
42 #define CALCN3_INTEGRATIONTIME 4 /* control type: numeric, callback function: CB_OnIntegrationTime */ | 40 #define CALCN3_INTEGRATIONTIME 4 /* control type: numeric, callback function: CB_OnIntegrationTime */ |
43 #define CALCN3_N 5 /* control type: numeric, callback function: (none) */ | 41 #define CALCN3_N 5 /* control type: numeric, callback function: (none) */ |
44 #define CALCN3_STOP 6 /* control type: command, callback function: CB_OnNStop */ | 42 #define CALCN3_STOP 6 /* control type: command, callback function: CB_OnNStop */ |
45 #define CALCN3_START 7 /* control type: command, callback function: CB_OnStartNCalculus */ | 43 #define CALCN3_START 7 /* control type: command, callback function: CB_OnStartNCalculus */ |
46 #define CALCN3_ACCEPTN 8 /* control type: command, callback function: CB_OnAcceptN */ | 44 #define CALCN3_ACCEPTN 8 /* control type: command, callback function: CB_OnAcceptN */ |
47 #define CALCN3_SLOPETIME 9 /* control type: numeric, callback function: CB_OnSlopeTime */ | 45 #define CALCN3_SLOPETIME 9 /* control type: numeric, callback function: CB_OnSlopeTime */ |
48 | 46 |
49 #define ESTIMATEN3 5 | 47 #define ESTIMATEN3 4 |
50 #define ESTIMATEN3_N 2 /* control type: numeric, callback function: (none) */ | 48 #define ESTIMATEN3_N 2 /* control type: numeric, callback function: (none) */ |
51 #define ESTIMATEN3_ESTIMATE 3 /* control type: command, callback function: CB_OnNEstimate */ | 49 #define ESTIMATEN3_ESTIMATE 3 /* control type: command, callback function: CB_OnNEstimate */ |
52 #define ESTIMATEN3_FREP 4 /* control type: numeric, callback function: (none) */ | 50 #define ESTIMATEN3_FREP 4 /* control type: numeric, callback function: (none) */ |
53 #define ESTIMATEN3_SET 5 /* control type: command, callback function: CB_OnNEstimateSet */ | 51 #define ESTIMATEN3_SET 5 /* control type: command, callback function: CB_OnNEstimateSet */ |
54 #define ESTIMATEN3_CANCEL 6 /* control type: command, callback function: CB_OnNEstimateCancel */ | 52 #define ESTIMATEN3_CANCEL 6 /* control type: command, callback function: CB_OnNEstimateCancel */ |
55 #define ESTIMATEN3_WAVELENGTH 7 /* control type: numeric, callback function: (none) */ | 53 #define ESTIMATEN3_WAVELENGTH 7 /* control type: numeric, callback function: (none) */ |
56 | 54 |
57 #define PANEL 6 /* callback function: CB_OnEventMain */ | 55 #define PANEL 5 /* callback function: CB_OnEventMain */ |
58 #define PANEL_QUITBUTTON 2 /* control type: command, callback function: QuitCallback */ | 56 #define PANEL_QUITBUTTON 2 /* control type: command, callback function: QuitCallback */ |
59 #define PANEL_STARTBUTTON 3 /* control type: command, callback function: CB_OnStart */ | 57 #define PANEL_STARTBUTTON 3 /* control type: command, callback function: CB_OnStart */ |
60 #define PANEL_STOPBUTTON 4 /* control type: command, callback function: CB_OnStop */ | 58 #define PANEL_STOPBUTTON 4 /* control type: command, callback function: CB_OnStop */ |
61 #define PANEL_FREQ4 5 /* control type: numeric, callback function: (none) */ | 59 #define PANEL_FREQ4 5 /* control type: numeric, callback function: (none) */ |
62 #define PANEL_FREQ3 6 /* control type: numeric, callback function: (none) */ | 60 #define PANEL_FREQ3 6 /* control type: numeric, callback function: (none) */ |
91 #define PANEL_N2CHOICE 35 /* control type: numeric, callback function: CB_ChangeN */ | 89 #define PANEL_N2CHOICE 35 /* control type: numeric, callback function: CB_ChangeN */ |
92 #define PANEL_N2CALCULUS 36 /* control type: command, callback function: CB_OnNCalculus */ | 90 #define PANEL_N2CALCULUS 36 /* control type: command, callback function: CB_OnNCalculus */ |
93 #define PANEL_DDS4STEP 37 /* control type: ring, callback function: CB_ChangeDDSStep */ | 91 #define PANEL_DDS4STEP 37 /* control type: ring, callback function: CB_ChangeDDSStep */ |
94 #define PANEL_DDS3STEP 38 /* control type: ring, callback function: CB_ChangeDDSStep */ | 92 #define PANEL_DDS3STEP 38 /* control type: ring, callback function: CB_ChangeDDSStep */ |
95 #define PANEL_DDS2STEP 39 /* control type: ring, callback function: CB_ChangeDDSStep */ | 93 #define PANEL_DDS2STEP 39 /* control type: ring, callback function: CB_ChangeDDSStep */ |
96 #define PANEL_CURRENT_FREQUENCY 40 /* control type: numeric, callback function: (none) */ | 94 #define PANEL_CENTERFREQUENCY 40 /* control type: numeric, callback function: (none) */ |
97 #define PANEL_CENTERFREQUENCY 41 /* control type: numeric, callback function: (none) */ | 95 #define PANEL_SLOPETOCANCEL 41 /* control type: numeric, callback function: CB_SetSlope */ |
98 #define PANEL_SLOPETOCANCEL 42 /* control type: numeric, callback function: CB_SetSlope */ | 96 #define PANEL_MATH4 42 /* control type: numeric, callback function: (none) */ |
99 #define PANEL_MATH4 43 /* control type: numeric, callback function: (none) */ | 97 #define PANEL_MATH5 43 /* control type: numeric, callback function: (none) */ |
100 #define PANEL_MATH5 44 /* control type: numeric, callback function: (none) */ | 98 #define PANEL_MATH3 44 /* control type: numeric, callback function: (none) */ |
101 #define PANEL_MATH3 45 /* control type: numeric, callback function: (none) */ | 99 #define PANEL_CHECKBOX_MATH5PLOT 45 /* control type: radioButton, callback function: CB_OnFreqPlot */ |
102 #define PANEL_CHECKBOX_MATH5PLOT 46 /* control type: radioButton, callback function: CB_OnFreqPlot */ | 100 #define PANEL_CHECKBOX_MATH4PLOT 46 /* control type: radioButton, callback function: CB_OnFreqPlot */ |
103 #define PANEL_CHECKBOX_MATH4PLOT 47 /* control type: radioButton, callback function: CB_OnFreqPlot */ | 101 #define PANEL_CHECKBOX_MATH4ALLAN 47 /* control type: radioButton, callback function: CB_OnAllanPlot */ |
104 #define PANEL_CHECKBOX_MATH4ALLAN 48 /* control type: radioButton, callback function: CB_OnAllanPlot */ | 102 #define PANEL_DDS1STEP 48 /* control type: ring, callback function: CB_ChangeDDSStep */ |
105 #define PANEL_DDS1STEP 49 /* control type: ring, callback function: CB_ChangeDDSStep */ | 103 #define PANEL_TEXTMSG_15 49 /* control type: textMsg, callback function: (none) */ |
106 #define PANEL_TEXTMSG_15 50 /* control type: textMsg, callback function: (none) */ | 104 #define PANEL_CHECKBOX_MATH5ALLAN 50 /* control type: radioButton, callback function: CB_OnAllanPlot */ |
107 #define PANEL_CHECKBOX_MATH5ALLAN 51 /* control type: radioButton, callback function: CB_OnAllanPlot */ | 105 #define PANEL_CHECKBOX_MATH3PLOT 51 /* control type: radioButton, callback function: CB_OnFreqPlot */ |
108 #define PANEL_CHECKBOX_MATH3PLOT 52 /* control type: radioButton, callback function: CB_OnFreqPlot */ | 106 #define PANEL_CHECKBOX_MATH5SAVE 52 /* control type: radioButton, callback function: (none) */ |
109 #define PANEL_CHECKBOX_MATH5SAVE 53 /* control type: radioButton, callback function: (none) */ | 107 #define PANEL_CHECKBOX_MATH3SAVE_2 53 /* control type: radioButton, callback function: CB_OnSaveSr */ |
110 #define PANEL_CHECKBOX_MATH3SAVE_2 54 /* control type: radioButton, callback function: CB_OnSaveSr */ | 108 #define PANEL_CHECKBOX_MATH3ALLAN 54 /* control type: radioButton, callback function: CB_OnAllanPlot */ |
111 #define PANEL_CHECKBOX_MATH3ALLAN 55 /* control type: radioButton, callback function: CB_OnAllanPlot */ | 109 #define PANEL_MATHSTRING4 55 /* control type: string, callback function: CB_ChangeMath */ |
112 #define PANEL_MATHSTRING4 56 /* control type: string, callback function: CB_ChangeMath */ | 110 #define PANEL_TEXTMSG_17 56 /* control type: textMsg, callback function: (none) */ |
113 #define PANEL_TEXTMSG_17 57 /* control type: textMsg, callback function: (none) */ | 111 #define PANEL_MATH2 57 /* control type: numeric, callback function: (none) */ |
114 #define PANEL_MATH2 58 /* control type: numeric, callback function: (none) */ | 112 #define PANEL_SPLITTER_15 58 /* control type: splitter, callback function: (none) */ |
115 #define PANEL_SPLITTER_15 59 /* control type: splitter, callback function: (none) */ | 113 #define PANEL_SPLITTER_12 59 /* control type: splitter, callback function: (none) */ |
116 #define PANEL_SPLITTER_12 60 /* control type: splitter, callback function: (none) */ | 114 #define PANEL_CHECKBOX_MATH2PLOT 60 /* control type: radioButton, callback function: CB_OnFreqPlot */ |
117 #define PANEL_CHECKBOX_MATH2PLOT 61 /* control type: radioButton, callback function: CB_OnFreqPlot */ | 115 #define PANEL_CHECKBOX_MATH3SAVE 61 /* control type: radioButton, callback function: CB_OnSaveHg */ |
118 #define PANEL_CHECKBOX_MATH3SAVE 62 /* control type: radioButton, callback function: CB_OnSaveHg */ | 116 #define PANEL_CHECKBOX_MATH2SAVE 62 /* control type: radioButton, callback function: CB_OnSaveOpt */ |
119 #define PANEL_CHECKBOX_MATH2SAVE 63 /* control type: radioButton, callback function: CB_OnSaveOpt */ | 117 #define PANEL_CHECKBOX_MATH2ALLAN 63 /* control type: radioButton, callback function: CB_OnAllanPlot */ |
120 #define PANEL_CHECKBOX_MATH2ALLAN 64 /* control type: radioButton, callback function: CB_OnAllanPlot */ | 118 #define PANEL_TEXTMSG_7 64 /* control type: textMsg, callback function: (none) */ |
121 #define PANEL_TEXTMSG_7 65 /* control type: textMsg, callback function: (none) */ | 119 #define PANEL_MATHSTRING3 65 /* control type: string, callback function: CB_ChangeMath */ |
122 #define PANEL_MATHSTRING3 66 /* control type: string, callback function: CB_ChangeMath */ | 120 #define PANEL_MATH1 66 /* control type: numeric, callback function: (none) */ |
123 #define PANEL_MATH1 67 /* control type: numeric, callback function: (none) */ | 121 #define PANEL_SPLITTER_6 67 /* control type: splitter, callback function: (none) */ |
124 #define PANEL_SPLITTER_6 68 /* control type: splitter, callback function: (none) */ | 122 #define PANEL_TEXTMSG_18 68 /* control type: textMsg, callback function: (none) */ |
125 #define PANEL_TEXTMSG_18 69 /* control type: textMsg, callback function: (none) */ | 123 #define PANEL_TEXTMSG_6 69 /* control type: textMsg, callback function: (none) */ |
126 #define PANEL_TEXTMSG_6 70 /* control type: textMsg, callback function: (none) */ | 124 #define PANEL_TEXTMSG_8 70 /* control type: textMsg, callback function: (none) */ |
127 #define PANEL_TEXTMSG_8 71 /* control type: textMsg, callback function: (none) */ | 125 #define PANEL_TEXTMSG_19 71 /* control type: textMsg, callback function: (none) */ |
128 #define PANEL_TEXTMSG_19 72 /* control type: textMsg, callback function: (none) */ | 126 #define PANEL_MATHSTRING1 72 /* control type: string, callback function: CB_ChangeMath */ |
129 #define PANEL_MATHSTRING1 73 /* control type: string, callback function: CB_ChangeMath */ | 127 #define PANEL_TEXTMSG_9 73 /* control type: textMsg, callback function: (none) */ |
130 #define PANEL_TEXTMSG_9 74 /* control type: textMsg, callback function: (none) */ | 128 #define PANEL_TEXTMSG_10 74 /* control type: textMsg, callback function: (none) */ |
131 #define PANEL_TEXTMSG_10 75 /* control type: textMsg, callback function: (none) */ | 129 #define PANEL_MATHSTRING2 75 /* control type: string, callback function: CB_ChangeMath */ |
132 #define PANEL_MATHSTRING2 76 /* control type: string, callback function: CB_ChangeMath */ | 130 #define PANEL_TEXTMSG_16 76 /* control type: textMsg, callback function: (none) */ |
133 #define PANEL_TEXTMSG_16 77 /* control type: textMsg, callback function: (none) */ | 131 #define PANEL_SPLITTER_11 77 /* control type: splitter, callback function: (none) */ |
134 #define PANEL_SPLITTER_11 78 /* control type: splitter, callback function: (none) */ | 132 #define PANEL_SPLITTER_16 78 /* control type: splitter, callback function: (none) */ |
135 #define PANEL_SPLITTER_16 79 /* control type: splitter, callback function: (none) */ | 133 #define PANEL_SPLITTER_9 79 /* control type: splitter, callback function: (none) */ |
136 #define PANEL_SPLITTER_9 80 /* control type: splitter, callback function: (none) */ | 134 #define PANEL_SPLITTER_3 80 /* control type: splitter, callback function: (none) */ |
137 #define PANEL_SPLITTER_3 81 /* control type: splitter, callback function: (none) */ | 135 #define PANEL_MINUS10KDDS1 81 /* control type: command, callback function: CB_OnMinus10k */ |
138 #define PANEL_MINUS10KDDS1 82 /* control type: command, callback function: CB_OnMinus10k */ | 136 #define PANEL_MINUS10KDDS4 82 /* control type: command, callback function: CB_OnMinus10k */ |
139 #define PANEL_MINUS10KDDS4 83 /* control type: command, callback function: CB_OnMinus10k */ | 137 #define PANEL_MINUS10KDDS3 83 /* control type: command, callback function: CB_OnMinus10k */ |
140 #define PANEL_MINUS10KDDS3 84 /* control type: command, callback function: CB_OnMinus10k */ | 138 #define PANEL_MINUS10KDDS2 84 /* control type: command, callback function: CB_OnMinus10k */ |
141 #define PANEL_MINUS10KDDS2 85 /* control type: command, callback function: CB_OnMinus10k */ | 139 #define PANEL_PLUS10KDDS4 85 /* control type: command, callback function: CB_OnPlus10k */ |
142 #define PANEL_PLUS10KDDS4 86 /* control type: command, callback function: CB_OnPlus10k */ | 140 #define PANEL_PLUS10KDDS3 86 /* control type: command, callback function: CB_OnPlus10k */ |
143 #define PANEL_PLUS10KDDS3 87 /* control type: command, callback function: CB_OnPlus10k */ | 141 #define PANEL_PLUS10KDDS1 87 /* control type: command, callback function: CB_OnPlus10k */ |
144 #define PANEL_PLUS10KDDS1 88 /* control type: command, callback function: CB_OnPlus10k */ | 142 #define PANEL_PLUS10KDDS2 88 /* control type: command, callback function: CB_OnPlus10k */ |
145 #define PANEL_PLUS10KDDS2 89 /* control type: command, callback function: CB_OnPlus10k */ | 143 #define PANEL_TEXTMSG_11 89 /* control type: textMsg, callback function: (none) */ |
146 #define PANEL_TEXTMSG_11 90 /* control type: textMsg, callback function: (none) */ | 144 #define PANEL_MATHSTRING5 90 /* control type: textBox, callback function: CB_ChangeMath */ |
147 #define PANEL_MATHSTRING5 91 /* control type: textBox, callback function: CB_ChangeMath */ | 145 #define PANEL_SPLITTER_8 91 /* control type: splitter, callback function: (none) */ |
148 #define PANEL_SPLITTER_8 92 /* control type: splitter, callback function: (none) */ | 146 #define PANEL_MJD 92 /* control type: numeric, callback function: (none) */ |
149 #define PANEL_MJD 93 /* control type: numeric, callback function: (none) */ | 147 #define PANEL_UTC 93 /* control type: numeric, callback function: (none) */ |
150 #define PANEL_UTC 94 /* control type: numeric, callback function: (none) */ | 148 #define PANEL_TIME 94 /* control type: string, callback function: (none) */ |
151 #define PANEL_TIME 95 /* control type: string, callback function: (none) */ | 149 #define PANEL_DATE 95 /* control type: string, callback function: (none) */ |
152 #define PANEL_DATE 96 /* control type: string, callback function: (none) */ | 150 #define PANEL_CHECKBOX_MATH3AUTOSAV 96 /* control type: radioButton, callback function: CB_OnAutoSaveSr */ |
153 #define PANEL_CHECKBOX_MATH3AUTOSAV 97 /* control type: radioButton, callback function: CB_OnAutoSaveSr */ | 151 #define PANEL_CHECKBOX_MATH2AUTOSAV 97 /* control type: radioButton, callback function: CB_OnAutoSaveHg */ |
154 #define PANEL_CHECKBOX_MATH2AUTOSAV 98 /* control type: radioButton, callback function: CB_OnAutoSaveHg */ | 152 #define PANEL_CHOOSESAVEFILE 98 /* control type: command, callback function: OnChooseSaveFile */ |
155 #define PANEL_CHOOSESAVEFILE 99 /* control type: command, callback function: OnChooseSaveFile */ | 153 #define PANEL_SPLITTER_14 99 /* control type: splitter, callback function: (none) */ |
156 #define PANEL_SPLITTER_14 100 /* control type: splitter, callback function: (none) */ | 154 #define PANEL_SPLITTER_13 100 /* control type: splitter, callback function: (none) */ |
157 #define PANEL_SPLITTER_13 101 /* control type: splitter, callback function: (none) */ | 155 #define PANEL_DDS4 101 /* control type: numeric, callback function: CB_ChangeDDSOut */ |
158 #define PANEL_DDS4 102 /* control type: numeric, callback function: CB_ChangeDDSOut */ | 156 #define PANEL_SPLITTER_2 102 /* control type: splitter, callback function: (none) */ |
159 #define PANEL_SPLITTER_2 103 /* control type: splitter, callback function: (none) */ | 157 #define PANEL_DDS3 103 /* control type: numeric, callback function: CB_ChangeDDSOut */ |
160 #define PANEL_DDS3 104 /* control type: numeric, callback function: CB_ChangeDDSOut */ | 158 #define PANEL_N1CALCULUS 104 /* control type: command, callback function: CB_OnNCalculus */ |
161 #define PANEL_N1CALCULUS 105 /* control type: command, callback function: CB_OnNCalculus */ | 159 #define PANEL_FINDSIGN3 105 /* control type: command, callback function: CB_OnFindSign */ |
162 #define PANEL_FINDSIGN3 106 /* control type: command, callback function: CB_OnFindSign */ | 160 #define PANEL_SIGN3 106 /* control type: numeric, callback function: (none) */ |
163 #define PANEL_SIGN3 107 /* control type: numeric, callback function: (none) */ | 161 #define PANEL_FINDSIGN2 107 /* control type: command, callback function: CB_OnFindSign */ |
164 #define PANEL_FINDSIGN2 108 /* control type: command, callback function: CB_OnFindSign */ | 162 #define PANEL_SIGN2 108 /* control type: numeric, callback function: (none) */ |
165 #define PANEL_SIGN2 109 /* control type: numeric, callback function: (none) */ | 163 #define PANEL_FINDSIGN1 109 /* control type: command, callback function: CB_OnFindSign */ |
166 #define PANEL_FINDSIGN1 110 /* control type: command, callback function: CB_OnFindSign */ | 164 #define PANEL_SIGN1 110 /* control type: numeric, callback function: (none) */ |
167 #define PANEL_SIGN1 111 /* control type: numeric, callback function: (none) */ | 165 #define PANEL_FIND10K3 111 /* control type: command, callback function: CB_OnFind275K */ |
168 #define PANEL_FIND10K3 112 /* control type: command, callback function: CB_OnFind275K */ | 166 #define PANEL_FIND275K2 112 /* control type: command, callback function: CB_OnFind275K */ |
169 #define PANEL_FIND275K2 113 /* control type: command, callback function: CB_OnFind275K */ | 167 #define PANEL_RESETSLOPE 113 /* control type: command, callback function: CB_OnResetSlope */ |
170 #define PANEL_RESETSLOPE 114 /* control type: command, callback function: CB_OnResetSlope */ | 168 #define PANEL_CHECKBOX_STOPIFAUTODE 114 /* control type: radioButton, callback function: CB_OnAutoStopSlopeCancellingIfDelock */ |
171 #define PANEL_CHECKBOX_STOPIFAUTODE 115 /* control type: radioButton, callback function: CB_OnAutoStopSlopeCancellingIfDelock */ | 169 #define PANEL_CHECKBOX_RECENTER 115 /* control type: radioButton, callback function: CB_OnReCentering */ |
172 #define PANEL_CHECKBOX_RECENTER 116 /* control type: radioButton, callback function: CB_OnReCentering */ | 170 #define PANEL_CHECKBOX_KEEPSLOPE 116 /* control type: radioButton, callback function: CB_OnCROX */ |
173 #define PANEL_CHECKBOX_KEEPSLOPE 117 /* control type: radioButton, callback function: CB_OnCROX */ | 171 #define PANEL_CHECKBOX_KEEP 117 /* control type: radioButton, callback function: CB_OnCROX */ |
174 #define PANEL_CHECKBOX_KEEP 118 /* control type: radioButton, callback function: CB_OnCROX */ | 172 #define PANEL_STARTCANCEL 118 /* control type: textButton, callback function: CB_OnStartSlopeCancelling */ |
175 #define PANEL_STARTCANCEL 119 /* control type: textButton, callback function: CB_OnStartSlopeCancelling */ | 173 #define PANEL_LED1 119 /* control type: LED, callback function: (none) */ |
176 #define PANEL_LED1 120 /* control type: LED, callback function: (none) */ | 174 #define PANEL_LED2 120 /* control type: LED, callback function: (none) */ |
177 #define PANEL_LED2 121 /* control type: LED, callback function: (none) */ | 175 #define PANEL_SLOPE_REFERENCE 121 /* control type: ring, callback function: CB_OnSlopeReference */ |
178 #define PANEL_SLOPE_REFERENCE 122 /* control type: ring, callback function: CB_OnSlopeReference */ | 176 #define PANEL_ESTIMATE_N3 122 /* control type: command, callback function: CB_OnEstimateN */ |
179 #define PANEL_ESTIMATE_N3 123 /* control type: command, callback function: CB_OnEstimateN */ | |
180 | 177 |
181 | 178 |
182 /* Menu Bars, Menus, and Menu Items: */ | 179 /* Menu Bars, Menus, and Menu Items: */ |
183 | 180 |
184 /* (no menu bars in the resource file) */ | 181 /* (no menu bars in the resource file) */ |