Rev 719 | Go to most recent revision | Details | Compare with Previous | Last modification | View Log | RSS feed
Rev | Author | Line No. | Line |
---|---|---|---|
584 | FredericG | 1 | <?xml version="1.0"?> |
720 | FredericG | 2 | <!-- generated by wxGlade 0.6.3 on Sun Dec 20 11:19:47 2009 --> |
584 | FredericG | 3 | |
720 | FredericG | 4 | <application path="C:\DATA\MK\SVN\Projects\VibrationTest\branches\ParameterTest\VibrationTest\VibrationTestGui.py" name="VibrationTestGui" class="App" option="0" language="python" top_window="frame_1" encoding="ISO-8859-15" use_gettext="0" overwrite="0" use_new_namespace="1" for_version="2.6" is_template="0"> |
584 | FredericG | 5 | <object class="MainFrame" name="frame_1" base="EditFrame"> |
6 | <style>wxDEFAULT_FRAME_STYLE</style> |
||
587 | FredericG | 7 | <title>VibrationTest</title> |
8 | <menubar>1</menubar> |
||
600 | FredericG | 9 | <size>850, 700</size> |
587 | FredericG | 10 | <object class="wxMenuBar" name="frame_1_menubar" base="EditMenuBar"> |
11 | <menus> |
||
639 | FredericG | 12 | <menu name="" label="&File"> |
587 | FredericG | 13 | <item> |
607 | FredericG | 14 | <label>Settings</label> |
15 | <id>101</id> |
||
16 | <handler>OnSettings</handler> |
||
17 | </item> |
||
18 | <item> |
||
616 | FredericG | 19 | <label>---</label> |
20 | <id>---</id> |
||
21 | <name>---</name> |
||
22 | </item> |
||
23 | <item> |
||
587 | FredericG | 24 | <label>Exit</label> |
607 | FredericG | 25 | <id>150</id> |
626 | FredericG | 26 | <handler>onExit</handler> |
587 | FredericG | 27 | </item> |
28 | </menu> |
||
607 | FredericG | 29 | <menu name="" itemid="300" label="TestSet"> |
587 | FredericG | 30 | <item> |
639 | FredericG | 31 | <label>Delete All\tAlt+D</label> |
607 | FredericG | 32 | <id>301</id> |
601 | FredericG | 33 | <handler>onClear</handler> |
587 | FredericG | 34 | </item> |
35 | <item> |
||
639 | FredericG | 36 | <label>Delete Selected\tCtrl+D</label> |
607 | FredericG | 37 | <id>302</id> |
616 | FredericG | 38 | <handler>onClearSelected</handler> |
39 | </item> |
||
40 | <item> |
||
41 | <label>---</label> |
||
42 | <id>---</id> |
||
43 | <name>---</name> |
||
44 | </item> |
||
45 | <item> |
||
639 | FredericG | 46 | <label>Select All\tCtrl+A</label> |
627 | FredericG | 47 | <id>310</id> |
48 | <handler>onSelectAll</handler> |
||
49 | </item> |
||
50 | <item> |
||
51 | <label>---</label> |
||
52 | <id>---</id> |
||
53 | <name>---</name> |
||
54 | </item> |
||
55 | <item> |
||
639 | FredericG | 56 | <label>Load\tCtrl+L</label> |
616 | FredericG | 57 | <id>303</id> |
587 | FredericG | 58 | <handler>OnImport</handler> |
59 | </item> |
||
616 | FredericG | 60 | <item> |
639 | FredericG | 61 | <label>Save\tCtrl+S</label> |
616 | FredericG | 62 | <id>304</id> |
63 | <handler>onExport</handler> |
||
64 | </item> |
||
587 | FredericG | 65 | </menu> |
626 | FredericG | 66 | <menu name="" itemid="400" label="MK"> |
67 | <item> |
||
68 | <label>Flash VibTest FC software</label> |
||
69 | <id>401</id> |
||
70 | </item> |
||
71 | <item> |
||
72 | <label>Restore original FC software</label> |
||
73 | <id>402</id> |
||
74 | </item> |
||
587 | FredericG | 75 | </menu> |
626 | FredericG | 76 | <menu name="" itemid="1000" label="Help"> |
77 | <item> |
||
78 | <label>About</label> |
||
79 | <id>1099</id> |
||
80 | <handler>onAbout</handler> |
||
81 | </item> |
||
587 | FredericG | 82 | </menu> |
83 | </menus> |
||
84 | </object> |
||
600 | FredericG | 85 | <object class="wxBoxSizer" name="sizer_3" base="EditBoxSizer"> |
86 | <orient>wxHORIZONTAL</orient> |
||
584 | FredericG | 87 | <object class="sizeritem"> |
591 | FredericG | 88 | <border>0</border> |
89 | <option>0</option> |
||
90 | <object class="spacer" name="spacer" base="EditSpacer"> |
||
91 | <height>20</height> |
||
92 | <width>20</width> |
||
93 | </object> |
||
94 | </object> |
||
95 | <object class="sizeritem"> |
||
600 | FredericG | 96 | <flag>wxEXPAND</flag> |
97 | <border>0</border> |
||
98 | <option>1</option> |
||
99 | <object class="wxBoxSizer" name="sizer_8" base="EditBoxSizer"> |
||
100 | <orient>wxVERTICAL</orient> |
||
584 | FredericG | 101 | <object class="sizeritem"> |
102 | <border>0</border> |
||
103 | <option>0</option> |
||
600 | FredericG | 104 | <object class="spacer" name="spacer" base="EditSpacer"> |
105 | <height>20</height> |
||
106 | <width>20</width> |
||
584 | FredericG | 107 | </object> |
108 | </object> |
||
109 | <object class="sizeritem"> |
||
110 | <border>0</border> |
||
111 | <option>0</option> |
||
600 | FredericG | 112 | <object class="wxBoxSizer" name="sizer_9" base="EditBoxSizer"> |
113 | <orient>wxHORIZONTAL</orient> |
||
114 | <object class="sizeritem"> |
||
115 | <border>0</border> |
||
683 | FredericG | 116 | <option>0</option> |
633 | FredericG | 117 | <object class="wxBoxSizer" name="sizer_7" base="EditBoxSizer"> |
118 | <orient>wxHORIZONTAL</orient> |
||
600 | FredericG | 119 | <object class="sizeritem"> |
626 | FredericG | 120 | <flag>wxEXPAND</flag> |
600 | FredericG | 121 | <border>0</border> |
626 | FredericG | 122 | <option>1</option> |
633 | FredericG | 123 | <object class="wxBoxSizer" name="sizer_13" base="EditBoxSizer"> |
124 | <orient>wxVERTICAL</orient> |
||
125 | <object class="sizeritem"> |
||
126 | <border>0</border> |
||
683 | FredericG | 127 | <option>0</option> |
633 | FredericG | 128 | <object class="wxBoxSizer" name="sizer_14" base="EditBoxSizer"> |
129 | <orient>wxHORIZONTAL</orient> |
||
130 | <object class="sizeritem"> |
||
131 | <flag>wxALIGN_CENTER_VERTICAL</flag> |
||
132 | <border>0</border> |
||
133 | <option>0</option> |
||
134 | <object class="wxStaticText" name="label_1" base="EditStaticText"> |
||
135 | <style>wxALIGN_RIGHT</style> |
||
136 | <attribute>1</attribute> |
||
137 | <label>Test Description :</label> |
||
138 | <font> |
||
139 | <size>8</size> |
||
140 | <family>default</family> |
||
141 | <style>normal</style> |
||
142 | <weight>bold</weight> |
||
143 | <underlined>0</underlined> |
||
144 | <face></face> |
||
145 | </font> |
||
146 | <size>110, -1</size> |
||
147 | </object> |
||
148 | </object> |
||
149 | <object class="sizeritem"> |
||
150 | <border>0</border> |
||
151 | <option>0</option> |
||
152 | <object class="spacer" name="spacer" base="EditSpacer"> |
||
153 | <height>20</height> |
||
154 | <width>20</width> |
||
155 | </object> |
||
156 | </object> |
||
157 | <object class="sizeritem"> |
||
158 | <flag>wxALIGN_CENTER_VERTICAL</flag> |
||
159 | <border>0</border> |
||
160 | <option>0</option> |
||
161 | <object class="wxTextCtrl" name="descrCtrl" base="EditTextCtrl"> |
||
162 | <value>N/A</value> |
||
163 | <size>350, -1</size> |
||
164 | </object> |
||
165 | </object> |
||
166 | </object> |
||
167 | </object> |
||
168 | <object class="sizeritem"> |
||
169 | <border>0</border> |
||
170 | <option>0</option> |
||
171 | <object class="spacer" name="spacer" base="EditSpacer"> |
||
172 | <height>5</height> |
||
173 | <width>20</width> |
||
174 | </object> |
||
175 | </object> |
||
176 | <object class="sizeritem"> |
||
177 | <flag>wxEXPAND</flag> |
||
178 | <border>0</border> |
||
179 | <option>1</option> |
||
683 | FredericG | 180 | <object class="wxBoxSizer" name="sizer_10" base="EditBoxSizer"> |
633 | FredericG | 181 | <orient>wxHORIZONTAL</orient> |
182 | <object class="sizeritem"> |
||
683 | FredericG | 183 | <flag>wxALIGN_RIGHT|wxALIGN_CENTER_VERTICAL</flag> |
633 | FredericG | 184 | <border>0</border> |
185 | <option>0</option> |
||
683 | FredericG | 186 | <object class="wxStaticText" name="label_1_copy" base="EditStaticText"> |
633 | FredericG | 187 | <style>wxALIGN_RIGHT</style> |
188 | <attribute>1</attribute> |
||
189 | <label>Channel(s) :</label> |
||
190 | <font> |
||
191 | <size>8</size> |
||
192 | <family>default</family> |
||
193 | <style>normal</style> |
||
194 | <weight>bold</weight> |
||
195 | <underlined>0</underlined> |
||
196 | <face></face> |
||
197 | </font> |
||
198 | <size>110, -1</size> |
||
199 | </object> |
||
200 | </object> |
||
201 | <object class="sizeritem"> |
||
202 | <border>0</border> |
||
203 | <option>0</option> |
||
204 | <object class="spacer" name="spacer" base="EditSpacer"> |
||
205 | <height>20</height> |
||
206 | <width>20</width> |
||
207 | </object> |
||
208 | </object> |
||
209 | <object class="sizeritem"> |
||
683 | FredericG | 210 | <flag>wxEXPAND</flag> |
633 | FredericG | 211 | <border>0</border> |
683 | FredericG | 212 | <option>1</option> |
213 | <object class="wxBoxSizer" name="sizer_18" base="EditBoxSizer"> |
||
214 | <orient>wxVERTICAL</orient> |
||
215 | <object class="sizeritem"> |
||
216 | <flag>wxEXPAND</flag> |
||
217 | <border>0</border> |
||
218 | <option>1</option> |
||
219 | <object class="wxBoxSizer" name="sizer_19" base="EditBoxSizer"> |
||
220 | <orient>wxHORIZONTAL</orient> |
||
221 | <object class="sizeritem"> |
||
222 | <flag>wxALIGN_CENTER_VERTICAL</flag> |
||
223 | <border>0</border> |
||
224 | <option>0</option> |
||
225 | <object class="wxCheckBox" name="gyroYawCb" base="EditCheckBox"> |
||
226 | <label>Gyro Yaw</label> |
||
227 | <font> |
||
228 | <size>8</size> |
||
229 | <family>default</family> |
||
230 | <style>normal</style> |
||
231 | <weight>bold</weight> |
||
232 | <underlined>0</underlined> |
||
233 | <face></face> |
||
234 | </font> |
||
235 | <size>100, -1</size> |
||
236 | </object> |
||
237 | </object> |
||
238 | <object class="sizeritem"> |
||
239 | <border>0</border> |
||
240 | <option>0</option> |
||
241 | <object class="spacer" name="spacer" base="EditSpacer"> |
||
242 | <height>20</height> |
||
243 | <width>20</width> |
||
244 | </object> |
||
245 | </object> |
||
246 | <object class="sizeritem"> |
||
247 | <flag>wxALIGN_CENTER_VERTICAL</flag> |
||
248 | <border>0</border> |
||
249 | <option>0</option> |
||
250 | <object class="wxCheckBox" name="gyroRollCb" base="EditCheckBox"> |
||
251 | <label>Gyro Roll</label> |
||
252 | <font> |
||
253 | <size>8</size> |
||
254 | <family>default</family> |
||
255 | <style>normal</style> |
||
256 | <weight>bold</weight> |
||
257 | <underlined>0</underlined> |
||
258 | <face></face> |
||
259 | </font> |
||
260 | <size>100, -1</size> |
||
261 | </object> |
||
262 | </object> |
||
263 | <object class="sizeritem"> |
||
264 | <border>0</border> |
||
265 | <option>0</option> |
||
266 | <object class="spacer" name="spacer" base="EditSpacer"> |
||
267 | <height>20</height> |
||
268 | <width>20</width> |
||
269 | </object> |
||
270 | </object> |
||
271 | <object class="sizeritem"> |
||
272 | <flag>wxALIGN_CENTER_VERTICAL</flag> |
||
273 | <border>0</border> |
||
274 | <option>0</option> |
||
275 | <object class="wxCheckBox" name="gyroNickCb" base="EditCheckBox"> |
||
276 | <label>Gyro Nick</label> |
||
277 | <font> |
||
278 | <size>8</size> |
||
279 | <family>default</family> |
||
280 | <style>normal</style> |
||
281 | <weight>bold</weight> |
||
282 | <underlined>0</underlined> |
||
283 | <face></face> |
||
284 | </font> |
||
285 | <size>100, -1</size> |
||
286 | </object> |
||
287 | </object> |
||
288 | </object> |
||
289 | </object> |
||
290 | <object class="sizeritem"> |
||
291 | <flag>wxEXPAND</flag> |
||
292 | <border>0</border> |
||
293 | <option>1</option> |
||
294 | <object class="wxBoxSizer" name="sizer_20" base="EditBoxSizer"> |
||
295 | <orient>wxHORIZONTAL</orient> |
||
296 | <object class="sizeritem"> |
||
297 | <flag>wxALIGN_CENTER_VERTICAL</flag> |
||
298 | <border>0</border> |
||
299 | <option>0</option> |
||
300 | <object class="wxCheckBox" name="accTopCb" base="EditCheckBox"> |
||
301 | <label>ACC Top</label> |
||
302 | <font> |
||
303 | <size>8</size> |
||
304 | <family>default</family> |
||
305 | <style>normal</style> |
||
306 | <weight>bold</weight> |
||
307 | <underlined>0</underlined> |
||
308 | <face></face> |
||
309 | </font> |
||
310 | <size>100, -1</size> |
||
311 | </object> |
||
312 | </object> |
||
313 | <object class="sizeritem"> |
||
314 | <border>0</border> |
||
315 | <option>0</option> |
||
316 | <object class="spacer" name="spacer" base="EditSpacer"> |
||
317 | <height>20</height> |
||
318 | <width>20</width> |
||
319 | </object> |
||
320 | </object> |
||
321 | <object class="sizeritem"> |
||
322 | <flag>wxALIGN_CENTER_VERTICAL</flag> |
||
323 | <border>0</border> |
||
324 | <option>0</option> |
||
325 | <object class="wxCheckBox" name="accRollCb" base="EditCheckBox"> |
||
326 | <checked>1</checked> |
||
327 | <label>ACC Roll</label> |
||
328 | <font> |
||
329 | <size>8</size> |
||
330 | <family>default</family> |
||
331 | <style>normal</style> |
||
332 | <weight>bold</weight> |
||
333 | <underlined>0</underlined> |
||
334 | <face></face> |
||
335 | </font> |
||
336 | <size>100, -1</size> |
||
337 | </object> |
||
338 | </object> |
||
339 | <object class="sizeritem"> |
||
340 | <border>0</border> |
||
341 | <option>0</option> |
||
342 | <object class="spacer" name="spacer" base="EditSpacer"> |
||
343 | <height>20</height> |
||
344 | <width>20</width> |
||
345 | </object> |
||
346 | </object> |
||
347 | <object class="sizeritem"> |
||
348 | <flag>wxALIGN_CENTER_VERTICAL</flag> |
||
349 | <border>0</border> |
||
350 | <option>0</option> |
||
351 | <object class="wxCheckBox" name="accNickCb" base="EditCheckBox"> |
||
352 | <label>ACC Nick</label> |
||
353 | <font> |
||
354 | <size>8</size> |
||
355 | <family>default</family> |
||
356 | <style>normal</style> |
||
357 | <weight>bold</weight> |
||
358 | <underlined>0</underlined> |
||
359 | <face></face> |
||
360 | </font> |
||
361 | <size>100, -1</size> |
||
362 | </object> |
||
363 | </object> |
||
364 | </object> |
||
365 | </object> |
||
633 | FredericG | 366 | </object> |
367 | </object> |
||
368 | </object> |
||
369 | </object> |
||
370 | <object class="sizeritem"> |
||
371 | <border>0</border> |
||
372 | <option>0</option> |
||
373 | <object class="spacer" name="spacer" base="EditSpacer"> |
||
374 | <height>5</height> |
||
375 | <width>20</width> |
||
376 | </object> |
||
377 | </object> |
||
378 | <object class="sizeritem"> |
||
379 | <flag>wxEXPAND</flag> |
||
380 | <border>0</border> |
||
683 | FredericG | 381 | <option>0</option> |
633 | FredericG | 382 | <object class="wxBoxSizer" name="sizer_16" base="EditBoxSizer"> |
383 | <orient>wxHORIZONTAL</orient> |
||
384 | <object class="sizeritem"> |
||
385 | <flag>wxALIGN_CENTER_VERTICAL</flag> |
||
386 | <border>0</border> |
||
387 | <option>0</option> |
||
388 | <object class="wxStaticText" name="label_3" base="EditStaticText"> |
||
389 | <style>wxALIGN_RIGHT</style> |
||
390 | <attribute>1</attribute> |
||
391 | <label>Motor(s) :</label> |
||
392 | <font> |
||
393 | <size>8</size> |
||
394 | <family>default</family> |
||
395 | <style>normal</style> |
||
396 | <weight>bold</weight> |
||
397 | <underlined>0</underlined> |
||
398 | <face></face> |
||
399 | </font> |
||
400 | <size>110, -1</size> |
||
401 | </object> |
||
402 | </object> |
||
403 | <object class="sizeritem"> |
||
404 | <border>0</border> |
||
405 | <option>0</option> |
||
406 | <object class="spacer" name="spacer" base="EditSpacer"> |
||
407 | <height>20</height> |
||
408 | <width>20</width> |
||
409 | </object> |
||
410 | </object> |
||
411 | <object class="sizeritem"> |
||
412 | <flag>wxALIGN_CENTER_VERTICAL</flag> |
||
413 | <border>0</border> |
||
414 | <option>0</option> |
||
415 | <object class="wxTextCtrl" name="motorsCtrl" base="EditTextCtrl"> |
||
416 | <value>1</value> |
||
417 | </object> |
||
418 | </object> |
||
419 | <object class="sizeritem"> |
||
420 | <border>0</border> |
||
421 | <option>0</option> |
||
422 | <object class="spacer" name="spacer" base="EditSpacer"> |
||
423 | <height>20</height> |
||
424 | <width>50</width> |
||
425 | </object> |
||
426 | </object> |
||
427 | <object class="sizeritem"> |
||
428 | <flag>wxRIGHT|wxALIGN_CENTER_VERTICAL</flag> |
||
429 | <border>0</border> |
||
430 | <option>0</option> |
||
431 | <object class="wxStaticText" name="label_4" base="EditStaticText"> |
||
432 | <attribute>1</attribute> |
||
433 | <label>Speed(s) :</label> |
||
434 | <font> |
||
435 | <size>8</size> |
||
436 | <family>default</family> |
||
437 | <style>normal</style> |
||
438 | <weight>bold</weight> |
||
439 | <underlined>0</underlined> |
||
440 | <face></face> |
||
441 | </font> |
||
442 | </object> |
||
443 | </object> |
||
444 | <object class="sizeritem"> |
||
445 | <border>0</border> |
||
446 | <option>0</option> |
||
447 | <object class="spacer" name="spacer" base="EditSpacer"> |
||
448 | <height>20</height> |
||
449 | <width>20</width> |
||
450 | </object> |
||
451 | </object> |
||
452 | <object class="sizeritem"> |
||
453 | <flag>wxALIGN_CENTER_VERTICAL</flag> |
||
454 | <border>0</border> |
||
455 | <option>0</option> |
||
456 | <object class="wxTextCtrl" name="speedCtrl" base="EditTextCtrl"> |
||
646 | FredericG | 457 | <tooltip>e.g. \n 100 \n 100,150 \n 100-200:10 \n 50,100-200:10 \n 5*100,5*200</tooltip> |
633 | FredericG | 458 | <value>100-200:10</value> |
459 | </object> |
||
460 | </object> |
||
461 | </object> |
||
462 | </object> |
||
600 | FredericG | 463 | </object> |
464 | </object> |
||
465 | <object class="sizeritem"> |
||
466 | <border>0</border> |
||
467 | <option>0</option> |
||
633 | FredericG | 468 | <object class="spacer" name="spacer" base="EditSpacer"> |
469 | <height>20</height> |
||
470 | <width>20</width> |
||
600 | FredericG | 471 | </object> |
472 | </object> |
||
473 | <object class="sizeritem"> |
||
474 | <border>0</border> |
||
475 | <option>0</option> |
||
633 | FredericG | 476 | <object class="spacer" name="spacer" base="EditSpacer"> |
477 | <height>20</height> |
||
478 | <width>20</width> |
||
600 | FredericG | 479 | </object> |
480 | </object> |
||
481 | </object> |
||
482 | </object> |
||
483 | <object class="sizeritem"> |
||
484 | <border>0</border> |
||
633 | FredericG | 485 | <option>0</option> |
486 | <object class="wxBitmapButton" name="bitmap_button_1" base="EditBitmapButton"> |
||
487 | <tooltip>Start Measurement</tooltip> |
||
488 | <bitmap>Resources\Fairytale_player_play.png</bitmap> |
||
489 | <events> |
||
490 | <handler event="EVT_BUTTON">onStartMeasure</handler> |
||
491 | </events> |
||
600 | FredericG | 492 | </object> |
493 | </object> |
||
584 | FredericG | 494 | </object> |
495 | </object> |
||
496 | <object class="sizeritem"> |
||
633 | FredericG | 497 | <flag>wxEXPAND</flag> |
584 | FredericG | 498 | <border>0</border> |
499 | <option>0</option> |
||
633 | FredericG | 500 | <object class="wxBoxSizer" name="sizer_17" base="EditBoxSizer"> |
501 | <orient>wxVERTICAL</orient> |
||
502 | <object class="sizeritem"> |
||
503 | <border>0</border> |
||
504 | <option>0</option> |
||
505 | <object class="spacer" name="spacer" base="EditSpacer"> |
||
506 | <height>20</height> |
||
507 | <width>20</width> |
||
508 | </object> |
||
509 | </object> |
||
510 | <object class="sizeritem"> |
||
511 | <flag>wxEXPAND</flag> |
||
512 | <border>0</border> |
||
513 | <option>0</option> |
||
514 | <object class="wxStaticLine" name="static_line_1" base="EditStaticLine"> |
||
515 | <style>wxLI_HORIZONTAL</style> |
||
516 | <attribute>1</attribute> |
||
517 | <size>800,3</size> |
||
518 | </object> |
||
519 | </object> |
||
520 | <object class="sizeritem"> |
||
521 | <border>0</border> |
||
522 | <option>0</option> |
||
523 | <object class="spacer" name="spacer" base="EditSpacer"> |
||
524 | <height>20</height> |
||
525 | <width>20</width> |
||
526 | </object> |
||
527 | </object> |
||
584 | FredericG | 528 | </object> |
529 | </object> |
||
530 | <object class="sizeritem"> |
||
531 | <border>0</border> |
||
532 | <option>0</option> |
||
600 | FredericG | 533 | <object class="wxBoxSizer" name="sizer_11" base="EditBoxSizer"> |
534 | <orient>wxVERTICAL</orient> |
||
535 | <object class="sizeritem"> |
||
536 | <flag>wxEXPAND</flag> |
||
537 | <border>0</border> |
||
538 | <option>1</option> |
||
626 | FredericG | 539 | <object class="wx.lib.plot.PlotCanvas" name="graphCtrl" base="CustomWidget"> |
540 | <arguments> |
||
541 | <argument>$parent</argument> |
||
542 | <argument>size=(800,300)</argument> |
||
543 | </arguments> |
||
600 | FredericG | 544 | <size>800,300</size> |
545 | </object> |
||
546 | </object> |
||
547 | <object class="sizeritem"> |
||
548 | <border>0</border> |
||
549 | <option>0</option> |
||
550 | <object class="spacer" name="spacer" base="EditSpacer"> |
||
551 | <height>5</height> |
||
552 | <width>20</width> |
||
553 | </object> |
||
554 | </object> |
||
555 | <object class="sizeritem"> |
||
556 | <border>0</border> |
||
557 | <option>0</option> |
||
558 | <object class="wxBoxSizer" name="sizer_12" base="EditBoxSizer"> |
||
559 | <orient>wxHORIZONTAL</orient> |
||
560 | <object class="sizeritem"> |
||
561 | <flag>wxALIGN_CENTER_VERTICAL</flag> |
||
562 | <border>0</border> |
||
563 | <option>0</option> |
||
564 | <object class="wxStaticText" name="label_40" base="EditStaticText"> |
||
565 | <attribute>1</attribute> |
||
566 | <label>Graph Type </label> |
||
633 | FredericG | 567 | <font> |
568 | <size>8</size> |
||
569 | <family>default</family> |
||
570 | <style>normal</style> |
||
571 | <weight>bold</weight> |
||
572 | <underlined>0</underlined> |
||
573 | <face></face> |
||
574 | </font> |
||
600 | FredericG | 575 | </object> |
576 | </object> |
||
577 | <object class="sizeritem"> |
||
578 | <border>0</border> |
||
579 | <option>0</option> |
||
580 | <object class="wxChoice" name="graphTypeChoice" base="EditChoice"> |
||
581 | <selection>0</selection> |
||
582 | <choices> |
||
583 | <choice>Raw Signal</choice> |
||
584 | <choice>Filtered Signal</choice> |
||
585 | <choice>Spectrum</choice> |
||
586 | </choices> |
||
587 | <events> |
||
588 | <handler event="EVT_CHOICE">onGraphTypeChange</handler> |
||
589 | </events> |
||
590 | </object> |
||
591 | </object> |
||
592 | <object class="sizeritem"> |
||
593 | <border>0</border> |
||
594 | <option>0</option> |
||
595 | <object class="spacer" name="spacer" base="EditSpacer"> |
||
596 | <height>20</height> |
||
597 | <width>40</width> |
||
598 | </object> |
||
599 | </object> |
||
600 | <object class="sizeritem"> |
||
601 | <flag>wxALIGN_CENTER_VERTICAL</flag> |
||
602 | <border>0</border> |
||
603 | <option>0</option> |
||
604 | <object class="wxStaticText" name="label_41" base="EditStaticText"> |
||
605 | <attribute>1</attribute> |
||
606 | <label>Y Axis Range </label> |
||
633 | FredericG | 607 | <font> |
608 | <size>8</size> |
||
609 | <family>default</family> |
||
610 | <style>normal</style> |
||
611 | <weight>bold</weight> |
||
612 | <underlined>0</underlined> |
||
613 | <face></face> |
||
614 | </font> |
||
600 | FredericG | 615 | </object> |
616 | </object> |
||
617 | <object class="sizeritem"> |
||
618 | <border>0</border> |
||
619 | <option>0</option> |
||
620 | <object class="wxChoice" name="yAxisChoice" base="EditChoice"> |
||
621 | <selection>1</selection> |
||
622 | <choices> |
||
710 | FredericG | 623 | <choice>10</choice> |
600 | FredericG | 624 | <choice>25</choice> |
625 | <choice>50</choice> |
||
643 | FredericG | 626 | <choice>75</choice> |
600 | FredericG | 627 | <choice>100</choice> |
628 | <choice>200</choice> |
||
710 | FredericG | 629 | <choice>500</choice> |
630 | <choice>1000</choice> |
||
631 | <choice>2000</choice> |
||
600 | FredericG | 632 | </choices> |
633 | <events> |
||
634 | <handler event="EVT_CHOICE">onYAxisChange</handler> |
||
635 | </events> |
||
636 | </object> |
||
637 | </object> |
||
627 | FredericG | 638 | <object class="sizeritem"> |
639 | <border>0</border> |
||
640 | <option>0</option> |
||
641 | <object class="spacer" name="spacer" base="EditSpacer"> |
||
642 | <height>20</height> |
||
643 | <width>80</width> |
||
644 | </object> |
||
645 | </object> |
||
646 | <object class="sizeritem"> |
||
647 | <border>0</border> |
||
648 | <option>0</option> |
||
649 | <object class="wxButton" name="copyGraphButton" base="EditButton"> |
||
650 | <label>Copy Graph Data</label> |
||
633 | FredericG | 651 | <font> |
652 | <size>8</size> |
||
653 | <family>default</family> |
||
654 | <style>normal</style> |
||
655 | <weight>bold</weight> |
||
656 | <underlined>0</underlined> |
||
657 | <face></face> |
||
658 | </font> |
||
627 | FredericG | 659 | <events> |
660 | <handler event="EVT_BUTTON">onCopyGraphData</handler> |
||
661 | </events> |
||
662 | </object> |
||
663 | </object> |
||
600 | FredericG | 664 | </object> |
665 | </object> |
||
584 | FredericG | 666 | </object> |
667 | </object> |
||
668 | <object class="sizeritem"> |
||
669 | <border>0</border> |
||
670 | <option>0</option> |
||
600 | FredericG | 671 | <object class="spacer" name="spacer" base="EditSpacer"> |
672 | <height>30</height> |
||
673 | <width>20</width> |
||
584 | FredericG | 674 | </object> |
675 | </object> |
||
676 | <object class="sizeritem"> |
||
677 | <border>0</border> |
||
600 | FredericG | 678 | <option>1</option> |
679 | <object class="wxListCtrl" name="TestListCtrl" base="EditListCtrl"> |
||
680 | <style>wxLC_REPORT|wxSUNKEN_BORDER</style> |
||
633 | FredericG | 681 | <font> |
682 | <size>8</size> |
||
683 | <family>default</family> |
||
684 | <style>normal</style> |
||
685 | <weight>bold</weight> |
||
686 | <underlined>0</underlined> |
||
687 | <face></face> |
||
688 | </font> |
||
600 | FredericG | 689 | <size>800,300</size> |
584 | FredericG | 690 | </object> |
691 | </object> |
||
692 | <object class="sizeritem"> |
||
693 | <border>0</border> |
||
694 | <option>0</option> |
||
600 | FredericG | 695 | <object class="spacer" name="spacer" base="EditSpacer"> |
696 | <height>20</height> |
||
697 | <width>20</width> |
||
584 | FredericG | 698 | </object> |
699 | </object> |
||
700 | </object> |
||
701 | </object> |
||
702 | </object> |
||
703 | </object> |
||
607 | FredericG | 704 | <object class="SettingsDialog" name="SettingDialog" base="EditDialog"> |
705 | <style>wxDEFAULT_DIALOG_STYLE</style> |
||
601 | FredericG | 706 | <title>Settings</title> |
608 | FredericG | 707 | <object class="wxBoxSizer" name="sizer_5" base="EditBoxSizer"> |
601 | FredericG | 708 | <orient>wxVERTICAL</orient> |
709 | <object class="sizeritem"> |
||
710 | <border>0</border> |
||
711 | <option>0</option> |
||
712 | <object class="spacer" name="spacer" base="EditSpacer"> |
||
713 | <height>20</height> |
||
714 | <width>20</width> |
||
715 | </object> |
||
716 | </object> |
||
717 | <object class="sizeritem"> |
||
718 | <flag>wxEXPAND</flag> |
||
719 | <border>0</border> |
||
720 | <option>1</option> |
||
608 | FredericG | 721 | <object class="wxBoxSizer" name="sizer_6" base="EditBoxSizer"> |
601 | FredericG | 722 | <orient>wxHORIZONTAL</orient> |
723 | <object class="sizeritem"> |
||
724 | <border>0</border> |
||
725 | <option>0</option> |
||
726 | <object class="spacer" name="spacer" base="EditSpacer"> |
||
727 | <height>20</height> |
||
728 | <width>20</width> |
||
729 | </object> |
||
730 | </object> |
||
731 | <object class="sizeritem"> |
||
732 | <border>0</border> |
||
733 | <option>0</option> |
||
608 | FredericG | 734 | <object class="wxGridSizer" name="grid_sizer_2" base="EditGridSizer"> |
601 | FredericG | 735 | <hgap>4</hgap> |
736 | <rows>1</rows> |
||
737 | <cols>2</cols> |
||
738 | <vgap>4</vgap> |
||
608 | FredericG | 739 | <object class="sizerslot" /> |
740 | <object class="sizerslot" /> |
||
601 | FredericG | 741 | </object> |
742 | </object> |
||
743 | <object class="sizeritem"> |
||
744 | <border>0</border> |
||
745 | <option>0</option> |
||
746 | <object class="spacer" name="spacer" base="EditSpacer"> |
||
747 | <height>20</height> |
||
748 | <width>20</width> |
||
749 | </object> |
||
750 | </object> |
||
751 | </object> |
||
752 | </object> |
||
753 | <object class="sizeritem"> |
||
754 | <border>0</border> |
||
755 | <option>0</option> |
||
756 | <object class="spacer" name="spacer" base="EditSpacer"> |
||
757 | <height>20</height> |
||
758 | <width>20</width> |
||
759 | </object> |
||
760 | </object> |
||
761 | <object class="sizeritem"> |
||
762 | <flag>wxEXPAND</flag> |
||
763 | <border>0</border> |
||
764 | <option>0</option> |
||
608 | FredericG | 765 | <object class="wxGridSizer" name="grid_sizer_3" base="EditGridSizer"> |
601 | FredericG | 766 | <hgap>0</hgap> |
767 | <rows>1</rows> |
||
768 | <cols>2</cols> |
||
769 | <vgap>0</vgap> |
||
770 | <object class="sizeritem"> |
||
771 | <flag>wxALIGN_CENTER_HORIZONTAL|wxALIGN_CENTER_VERTICAL</flag> |
||
772 | <border>0</border> |
||
773 | <option>0</option> |
||
608 | FredericG | 774 | <object class="wxButton" name="button_5" base="EditButton"> |
601 | FredericG | 775 | <stockitem>CANCEL</stockitem> |
776 | <label>&Cancel</label> |
||
777 | </object> |
||
778 | </object> |
||
779 | <object class="sizeritem"> |
||
780 | <flag>wxALIGN_CENTER_HORIZONTAL|wxALIGN_CENTER_VERTICAL</flag> |
||
781 | <border>0</border> |
||
782 | <option>0</option> |
||
608 | FredericG | 783 | <object class="wxButton" name="button_6" base="EditButton"> |
601 | FredericG | 784 | <stockitem>OK</stockitem> |
785 | <label>&OK</label> |
||
612 | FredericG | 786 | <events> |
787 | <handler event="EVT_BUTTON">onOK</handler> |
||
788 | </events> |
||
601 | FredericG | 789 | </object> |
790 | </object> |
||
791 | </object> |
||
792 | </object> |
||
793 | <object class="sizeritem"> |
||
794 | <border>0</border> |
||
795 | <option>0</option> |
||
796 | <object class="spacer" name="spacer" base="EditSpacer"> |
||
797 | <height>20</height> |
||
798 | <width>20</width> |
||
799 | </object> |
||
800 | </object> |
||
801 | </object> |
||
802 | </object> |
||
612 | FredericG | 803 | <object class="MeasureDialog" name="MeasureDialog" base="EditDialog"> |
626 | FredericG | 804 | <style>wxCAPTION|wxRESIZE_BORDER|wxTHICK_FRAME</style> |
612 | FredericG | 805 | <title>Measuring Status</title> |
806 | <object class="wxBoxSizer" name="sizer_1" base="EditBoxSizer"> |
||
807 | <orient>wxHORIZONTAL</orient> |
||
808 | <object class="sizeritem"> |
||
809 | <border>0</border> |
||
810 | <option>0</option> |
||
811 | <object class="spacer" name="spacer" base="EditSpacer"> |
||
812 | <height>20</height> |
||
813 | <width>20</width> |
||
814 | </object> |
||
815 | </object> |
||
816 | <object class="sizeritem"> |
||
817 | <flag>wxEXPAND</flag> |
||
818 | <border>0</border> |
||
819 | <option>1</option> |
||
820 | <object class="wxBoxSizer" name="sizer_2" base="EditBoxSizer"> |
||
821 | <orient>wxVERTICAL</orient> |
||
822 | <object class="sizeritem"> |
||
823 | <border>0</border> |
||
824 | <option>0</option> |
||
825 | <object class="spacer" name="spacer" base="EditSpacer"> |
||
826 | <height>20</height> |
||
827 | <width>20</width> |
||
828 | </object> |
||
829 | </object> |
||
830 | <object class="sizeritem"> |
||
831 | <flag>wxEXPAND</flag> |
||
832 | <border>0</border> |
||
833 | <option>1</option> |
||
834 | <object class="wxTextCtrl" name="text_ctrl_1" base="EditTextCtrl"> |
||
835 | <style>wxTE_MULTILINE|wxTE_READONLY|wxHSCROLL</style> |
||
836 | <size>400,300</size> |
||
837 | </object> |
||
838 | </object> |
||
839 | <object class="sizeritem"> |
||
840 | <border>0</border> |
||
841 | <option>0</option> |
||
842 | <object class="spacer" name="spacer" base="EditSpacer"> |
||
843 | <height>20</height> |
||
844 | <width>20</width> |
||
845 | </object> |
||
846 | </object> |
||
847 | <object class="sizeritem"> |
||
848 | <flag>wxALIGN_CENTER_HORIZONTAL</flag> |
||
849 | <border>0</border> |
||
850 | <option>0</option> |
||
851 | <object class="wxButton" name="button" base="EditButton"> |
||
852 | <label>STOP</label> |
||
853 | <events> |
||
854 | <handler event="EVT_BUTTON">onButton</handler> |
||
855 | </events> |
||
856 | </object> |
||
857 | </object> |
||
858 | <object class="sizeritem"> |
||
859 | <border>0</border> |
||
860 | <option>0</option> |
||
861 | <object class="spacer" name="spacer" base="EditSpacer"> |
||
862 | <height>20</height> |
||
863 | <width>20</width> |
||
864 | </object> |
||
865 | </object> |
||
866 | </object> |
||
867 | </object> |
||
868 | <object class="sizeritem"> |
||
869 | <border>0</border> |
||
870 | <option>0</option> |
||
871 | <object class="spacer" name="spacer" base="EditSpacer"> |
||
872 | <height>20</height> |
||
873 | <width>20</width> |
||
874 | </object> |
||
875 | </object> |
||
623 | FredericG | 876 | <object class="sizeritem"> |
877 | <flag>wxEXPAND</flag> |
||
878 | <border>0</border> |
||
879 | <option>1</option> |
||
880 | <object class="wxBoxSizer" name="sizer_4" base="EditBoxSizer"> |
||
881 | <orient>wxVERTICAL</orient> |
||
882 | <object class="sizeritem"> |
||
883 | <flag>wxEXPAND</flag> |
||
884 | <border>0</border> |
||
885 | <option>1</option> |
||
886 | <object class="speedmeter.SpeedMeter" name="voltageCtrl" base="CustomWidget"> |
||
887 | <arguments> |
||
888 | <argument>$parent</argument> |
||
889 | <argument>extrastyle=speedmeter.SM_DRAW_HAND | speedmeter.SM_DRAW_PARTIAL_SECTORS | speedmeter.SM_DRAW_MIDDLE_ICON </argument> |
||
890 | </arguments> |
||
891 | <size>50,-1</size> |
||
892 | </object> |
||
893 | </object> |
||
894 | <object class="sizeritem"> |
||
895 | <flag>wxEXPAND</flag> |
||
896 | <border>0</border> |
||
897 | <option>1</option> |
||
898 | <object class="speedmeter.SpeedMeter" name="speedCtrl" base="CustomWidget"> |
||
899 | <arguments> |
||
900 | <argument>$parent</argument> |
||
626 | FredericG | 901 | <argument>extrastyle=speedmeter.SM_DRAW_HAND | speedmeter.SM_DRAW_PARTIAL_SECTORS | speedmeter.SM_DRAW_MIDDLE_TEXT | speedmeter.SM_DRAW_SECONDARY_TICKS</argument> |
623 | FredericG | 902 | </arguments> |
903 | <size>50,-1</size> |
||
904 | </object> |
||
905 | </object> |
||
906 | </object> |
||
907 | </object> |
||
908 | <object class="sizeritem"> |
||
909 | <border>0</border> |
||
910 | <option>0</option> |
||
911 | <object class="spacer" name="spacer" base="EditSpacer"> |
||
912 | <height>20</height> |
||
913 | <width>20</width> |
||
914 | </object> |
||
915 | </object> |
||
612 | FredericG | 916 | </object> |
917 | </object> |
||
718 | FredericG | 918 | <object class="MkSettingsDialog" name="MkSettingsDialog" base="EditFrame"> |
919 | <style>wxDEFAULT_FRAME_STYLE</style> |
||
920 | <title>MK Settings</title> |
||
921 | <size>600, 450</size> |
||
922 | <object class="wxBoxSizer" name="sizer_15" base="EditBoxSizer"> |
||
923 | <orient>wxVERTICAL</orient> |
||
924 | <object class="sizeritem"> |
||
925 | <border>0</border> |
||
926 | <option>0</option> |
||
927 | <object class="wxBoxSizer" name="sizer_21" base="EditBoxSizer"> |
||
928 | <orient>wxHORIZONTAL</orient> |
||
929 | <object class="sizeritem"> |
||
930 | <border>0</border> |
||
931 | <option>0</option> |
||
932 | <object class="spacer" name="spacer" base="EditSpacer"> |
||
933 | <height>20</height> |
||
934 | <width>20</width> |
||
935 | </object> |
||
936 | </object> |
||
937 | <object class="sizeritem"> |
||
938 | <border>0</border> |
||
939 | <option>0</option> |
||
940 | <object class="wxBoxSizer" name="sizer_22" base="EditBoxSizer"> |
||
941 | <orient>wxVERTICAL</orient> |
||
942 | <object class="sizeritem"> |
||
943 | <border>0</border> |
||
944 | <option>0</option> |
||
945 | <object class="spacer" name="spacer" base="EditSpacer"> |
||
946 | <height>20</height> |
||
947 | <width>20</width> |
||
948 | </object> |
||
949 | </object> |
||
950 | <object class="sizeritem"> |
||
951 | <flag>wxEXPAND</flag> |
||
952 | <border>0</border> |
||
953 | <option>1</option> |
||
954 | <object class="wxBoxSizer" name="sizer_23" base="EditBoxSizer"> |
||
955 | <orient>wxVERTICAL</orient> |
||
956 | <object class="sizeritem"> |
||
720 | FredericG | 957 | <border>0</border> |
958 | <option>0</option> |
||
959 | <object class="wxStaticText" name="statusText" base="EditStaticText"> |
||
960 | <attribute>1</attribute> |
||
961 | <label>--</label> |
||
962 | <font> |
||
963 | <size>14</size> |
||
964 | <family>default</family> |
||
965 | <style>normal</style> |
||
966 | <weight>bold</weight> |
||
967 | <underlined>0</underlined> |
||
968 | <face></face> |
||
969 | </font> |
||
970 | </object> |
||
971 | </object> |
||
972 | <object class="sizeritem"> |
||
973 | <border>0</border> |
||
974 | <option>0</option> |
||
975 | <object class="spacer" name="spacer" base="EditSpacer"> |
||
976 | <height>20</height> |
||
977 | <width>20</width> |
||
978 | </object> |
||
979 | </object> |
||
980 | <object class="sizeritem"> |
||
718 | FredericG | 981 | <flag>wxEXPAND</flag> |
982 | <border>0</border> |
||
983 | <option>1</option> |
||
984 | <object class="wxBoxSizer" name="sizer_24" base="EditBoxSizer"> |
||
985 | <orient>wxHORIZONTAL</orient> |
||
986 | <object class="sizeritem"> |
||
987 | <flag>wxALIGN_RIGHT|wxALIGN_CENTER_VERTICAL</flag> |
||
988 | <border>0</border> |
||
989 | <option>0</option> |
||
990 | <object class="wxStaticText" name="label_2" base="EditStaticText"> |
||
991 | <style>wxALIGN_RIGHT</style> |
||
992 | <attribute>1</attribute> |
||
993 | <label>Gyro-P</label> |
||
994 | <font> |
||
995 | <size>10</size> |
||
996 | <family>default</family> |
||
997 | <style>normal</style> |
||
998 | <weight>bold</weight> |
||
999 | <underlined>0</underlined> |
||
1000 | <face></face> |
||
1001 | </font> |
||
1002 | <size>80, 16</size> |
||
1003 | </object> |
||
1004 | </object> |
||
1005 | <object class="sizeritem"> |
||
1006 | <border>0</border> |
||
1007 | <option>0</option> |
||
1008 | <object class="spacer" name="spacer" base="EditSpacer"> |
||
1009 | <height>20</height> |
||
1010 | <width>20</width> |
||
1011 | </object> |
||
1012 | </object> |
||
1013 | <object class="sizeritem"> |
||
1014 | <border>0</border> |
||
1015 | <option>0</option> |
||
1016 | <object class="wxSlider" name="slider_GyroP" base="EditSlider"> |
||
1017 | <style>wxSL_HORIZONTAL|wxSL_LABELS</style> |
||
1018 | <range>0, 255</range> |
||
1019 | <background>#808080</background> |
||
1020 | <size>400, -1</size> |
||
1021 | </object> |
||
1022 | </object> |
||
1023 | </object> |
||
1024 | </object> |
||
1025 | <object class="sizeritem"> |
||
1026 | <border>0</border> |
||
1027 | <option>0</option> |
||
1028 | <object class="spacer" name="spacer" base="EditSpacer"> |
||
1029 | <height>20</height> |
||
1030 | <width>20</width> |
||
1031 | </object> |
||
1032 | </object> |
||
1033 | <object class="sizeritem"> |
||
1034 | <flag>wxEXPAND</flag> |
||
1035 | <border>0</border> |
||
1036 | <option>1</option> |
||
1037 | <object class="wxBoxSizer" name="sizer_24_copy" base="EditBoxSizer"> |
||
1038 | <orient>wxHORIZONTAL</orient> |
||
1039 | <object class="sizeritem"> |
||
1040 | <flag>wxALIGN_RIGHT|wxALIGN_CENTER_VERTICAL</flag> |
||
1041 | <border>0</border> |
||
1042 | <option>0</option> |
||
1043 | <object class="wxStaticText" name="label_2_copy" base="EditStaticText"> |
||
1044 | <style>wxALIGN_RIGHT</style> |
||
1045 | <attribute>1</attribute> |
||
1046 | <label>Gyro-I</label> |
||
1047 | <font> |
||
1048 | <size>10</size> |
||
1049 | <family>default</family> |
||
1050 | <style>normal</style> |
||
1051 | <weight>bold</weight> |
||
1052 | <underlined>0</underlined> |
||
1053 | <face></face> |
||
1054 | </font> |
||
1055 | <size>80, 16</size> |
||
1056 | </object> |
||
1057 | </object> |
||
1058 | <object class="sizeritem"> |
||
1059 | <border>0</border> |
||
1060 | <option>0</option> |
||
1061 | <object class="spacer" name="spacer" base="EditSpacer"> |
||
1062 | <height>20</height> |
||
1063 | <width>20</width> |
||
1064 | </object> |
||
1065 | </object> |
||
1066 | <object class="sizeritem"> |
||
1067 | <border>0</border> |
||
1068 | <option>0</option> |
||
1069 | <object class="wxSlider" name="slider_GyroI" base="EditSlider"> |
||
1070 | <style>wxSL_HORIZONTAL|wxSL_LABELS</style> |
||
1071 | <range>0, 255</range> |
||
1072 | <background>#808080</background> |
||
1073 | <size>400, -1</size> |
||
1074 | </object> |
||
1075 | </object> |
||
1076 | </object> |
||
1077 | </object> |
||
1078 | <object class="sizeritem"> |
||
1079 | <border>0</border> |
||
1080 | <option>0</option> |
||
1081 | <object class="spacer" name="spacer" base="EditSpacer"> |
||
1082 | <height>20</height> |
||
1083 | <width>20</width> |
||
1084 | </object> |
||
1085 | </object> |
||
1086 | <object class="sizeritem"> |
||
1087 | <flag>wxEXPAND</flag> |
||
1088 | <border>0</border> |
||
1089 | <option>1</option> |
||
1090 | <object class="wxBoxSizer" name="sizer_24_copy_1" base="EditBoxSizer"> |
||
1091 | <orient>wxHORIZONTAL</orient> |
||
1092 | <object class="sizeritem"> |
||
1093 | <flag>wxALIGN_RIGHT|wxALIGN_CENTER_VERTICAL</flag> |
||
1094 | <border>0</border> |
||
1095 | <option>0</option> |
||
1096 | <object class="wxStaticText" name="label_2_copy_1" base="EditStaticText"> |
||
1097 | <style>wxALIGN_RIGHT</style> |
||
1098 | <attribute>1</attribute> |
||
1099 | <label>Gyro-D</label> |
||
1100 | <font> |
||
1101 | <size>10</size> |
||
1102 | <family>default</family> |
||
1103 | <style>normal</style> |
||
1104 | <weight>bold</weight> |
||
1105 | <underlined>0</underlined> |
||
1106 | <face></face> |
||
1107 | </font> |
||
1108 | <size>80, 16</size> |
||
1109 | </object> |
||
1110 | </object> |
||
1111 | <object class="sizeritem"> |
||
1112 | <border>0</border> |
||
1113 | <option>0</option> |
||
1114 | <object class="spacer" name="spacer" base="EditSpacer"> |
||
1115 | <height>20</height> |
||
1116 | <width>20</width> |
||
1117 | </object> |
||
1118 | </object> |
||
1119 | <object class="sizeritem"> |
||
1120 | <border>0</border> |
||
1121 | <option>0</option> |
||
1122 | <object class="wxSlider" name="slider_GyroD" base="EditSlider"> |
||
1123 | <style>wxSL_HORIZONTAL|wxSL_LABELS</style> |
||
1124 | <range>0, 255</range> |
||
1125 | <background>#808080</background> |
||
1126 | <size>400, -1</size> |
||
1127 | </object> |
||
1128 | </object> |
||
1129 | </object> |
||
1130 | </object> |
||
1131 | <object class="sizeritem"> |
||
1132 | <border>0</border> |
||
1133 | <option>0</option> |
||
1134 | <object class="spacer" name="spacer" base="EditSpacer"> |
||
1135 | <height>20</height> |
||
1136 | <width>20</width> |
||
1137 | </object> |
||
1138 | </object> |
||
1139 | <object class="sizeritem"> |
||
1140 | <flag>wxEXPAND</flag> |
||
1141 | <border>0</border> |
||
1142 | <option>1</option> |
||
1143 | <object class="wxBoxSizer" name="sizer_24_copy_2" base="EditBoxSizer"> |
||
1144 | <orient>wxHORIZONTAL</orient> |
||
1145 | <object class="sizeritem"> |
||
1146 | <flag>wxALIGN_RIGHT|wxALIGN_CENTER_VERTICAL</flag> |
||
1147 | <border>0</border> |
||
1148 | <option>0</option> |
||
1149 | <object class="wxStaticText" name="label_2_copy_2" base="EditStaticText"> |
||
1150 | <style>wxALIGN_RIGHT</style> |
||
1151 | <attribute>1</attribute> |
||
1152 | <label>Factor-I</label> |
||
1153 | <font> |
||
1154 | <size>10</size> |
||
1155 | <family>default</family> |
||
1156 | <style>normal</style> |
||
1157 | <weight>bold</weight> |
||
1158 | <underlined>0</underlined> |
||
1159 | <face></face> |
||
1160 | </font> |
||
1161 | <size>80, 16</size> |
||
1162 | </object> |
||
1163 | </object> |
||
1164 | <object class="sizeritem"> |
||
1165 | <border>0</border> |
||
1166 | <option>0</option> |
||
1167 | <object class="spacer" name="spacer" base="EditSpacer"> |
||
1168 | <height>20</height> |
||
1169 | <width>20</width> |
||
1170 | </object> |
||
1171 | </object> |
||
1172 | <object class="sizeritem"> |
||
1173 | <border>0</border> |
||
1174 | <option>0</option> |
||
1175 | <object class="wxSlider" name="slider_FactorI" base="EditSlider"> |
||
1176 | <style>wxSL_HORIZONTAL|wxSL_LABELS</style> |
||
1177 | <range>0, 255</range> |
||
1178 | <background>#808080</background> |
||
1179 | <size>400, -1</size> |
||
1180 | </object> |
||
1181 | </object> |
||
1182 | </object> |
||
1183 | </object> |
||
1184 | <object class="sizeritem"> |
||
1185 | <border>0</border> |
||
1186 | <option>0</option> |
||
1187 | <object class="spacer" name="spacer" base="EditSpacer"> |
||
1188 | <height>20</height> |
||
1189 | <width>20</width> |
||
1190 | </object> |
||
1191 | </object> |
||
1192 | <object class="sizeritem"> |
||
1193 | <flag>wxEXPAND</flag> |
||
1194 | <border>0</border> |
||
1195 | <option>1</option> |
||
1196 | <object class="wxBoxSizer" name="sizer_24_copy_3" base="EditBoxSizer"> |
||
1197 | <orient>wxHORIZONTAL</orient> |
||
1198 | <object class="sizeritem"> |
||
1199 | <flag>wxALIGN_RIGHT|wxALIGN_CENTER_VERTICAL</flag> |
||
1200 | <border>0</border> |
||
1201 | <option>0</option> |
||
1202 | <object class="wxStaticText" name="label_2_copy_3" base="EditStaticText"> |
||
1203 | <style>wxALIGN_RIGHT</style> |
||
1204 | <attribute>1</attribute> |
||
1205 | <font> |
||
1206 | <size>10</size> |
||
1207 | <family>default</family> |
||
1208 | <style>normal</style> |
||
1209 | <weight>bold</weight> |
||
1210 | <underlined>0</underlined> |
||
1211 | <face></face> |
||
1212 | </font> |
||
1213 | <size>80, 16</size> |
||
1214 | </object> |
||
1215 | </object> |
||
1216 | <object class="sizeritem"> |
||
1217 | <border>0</border> |
||
1218 | <option>0</option> |
||
1219 | <object class="spacer" name="spacer" base="EditSpacer"> |
||
1220 | <height>20</height> |
||
1221 | <width>20</width> |
||
1222 | </object> |
||
1223 | </object> |
||
1224 | <object class="sizeritem"> |
||
1225 | <border>0</border> |
||
1226 | <option>0</option> |
||
1227 | <object class="wxSlider" name="slider_1_copy_3" base="EditSlider"> |
||
1228 | <style>wxSL_HORIZONTAL|wxSL_LABELS</style> |
||
1229 | <range>0, 255</range> |
||
1230 | <background>#808080</background> |
||
1231 | <size>400, -1</size> |
||
1232 | </object> |
||
1233 | </object> |
||
1234 | </object> |
||
1235 | </object> |
||
1236 | <object class="sizeritem"> |
||
1237 | <border>0</border> |
||
1238 | <option>0</option> |
||
1239 | <object class="spacer" name="spacer" base="EditSpacer"> |
||
1240 | <height>20</height> |
||
1241 | <width>20</width> |
||
1242 | </object> |
||
1243 | </object> |
||
720 | FredericG | 1244 | <object class="sizeritem"> |
1245 | <border>0</border> |
||
1246 | <option>0</option> |
||
1247 | <object class="spacer" name="spacer" base="EditSpacer"> |
||
1248 | <height>20</height> |
||
1249 | <width>20</width> |
||
1250 | </object> |
||
1251 | </object> |
||
718 | FredericG | 1252 | </object> |
1253 | </object> |
||
1254 | <object class="sizeritem"> |
||
1255 | <flag>wxEXPAND</flag> |
||
1256 | <border>0</border> |
||
1257 | <option>1</option> |
||
1258 | <object class="wxBoxSizer" name="sizer_25" base="EditBoxSizer"> |
||
1259 | <orient>wxHORIZONTAL</orient> |
||
1260 | <object class="sizeritem"> |
||
1261 | <border>0</border> |
||
1262 | <option>0</option> |
||
1263 | <object class="wxButton" name="loadButton" base="EditButton"> |
||
1264 | <label>Load</label> |
||
720 | FredericG | 1265 | <background>#00ff00</background> |
719 | FredericG | 1266 | <events> |
1267 | <handler event="EVT_BUTTON">onLoad</handler> |
||
1268 | </events> |
||
718 | FredericG | 1269 | </object> |
1270 | </object> |
||
1271 | <object class="sizeritem"> |
||
1272 | <border>0</border> |
||
1273 | <option>0</option> |
||
1274 | <object class="spacer" name="spacer" base="EditSpacer"> |
||
1275 | <height>20</height> |
||
1276 | <width>20</width> |
||
1277 | </object> |
||
1278 | </object> |
||
1279 | <object class="sizeritem"> |
||
1280 | <border>0</border> |
||
1281 | <option>0</option> |
||
1282 | <object class="wxButton" name="storeButton" base="EditButton"> |
||
1283 | <label>Store</label> |
||
720 | FredericG | 1284 | <background>#ff0000</background> |
1285 | <events> |
||
1286 | <handler event="EVT_BUTTON">onStore</handler> |
||
1287 | </events> |
||
718 | FredericG | 1288 | </object> |
1289 | </object> |
||
1290 | <object class="sizeritem"> |
||
1291 | <border>0</border> |
||
1292 | <option>0</option> |
||
1293 | <object class="spacer" name="spacer" base="EditSpacer"> |
||
1294 | <height>20</height> |
||
1295 | <width>20</width> |
||
1296 | </object> |
||
1297 | </object> |
||
720 | FredericG | 1298 | <object class="sizeritem"> |
1299 | <border>0</border> |
||
1300 | <option>0</option> |
||
1301 | <object class="wxButton" name="defaultButton" base="EditButton"> |
||
1302 | <label>Default</label> |
||
1303 | <events> |
||
1304 | <handler event="EVT_BUTTON">onDefault</handler> |
||
1305 | </events> |
||
1306 | </object> |
||
1307 | </object> |
||
718 | FredericG | 1308 | </object> |
1309 | </object> |
||
1310 | <object class="sizeritem"> |
||
1311 | <border>0</border> |
||
1312 | <option>0</option> |
||
1313 | <object class="spacer" name="spacer" base="EditSpacer"> |
||
1314 | <height>20</height> |
||
1315 | <width>20</width> |
||
1316 | </object> |
||
1317 | </object> |
||
1318 | </object> |
||
1319 | </object> |
||
1320 | <object class="sizeritem"> |
||
1321 | <border>0</border> |
||
1322 | <option>0</option> |
||
1323 | <object class="spacer" name="spacer" base="EditSpacer"> |
||
1324 | <height>20</height> |
||
1325 | <width>20</width> |
||
1326 | </object> |
||
1327 | </object> |
||
1328 | </object> |
||
1329 | </object> |
||
1330 | </object> |
||
1331 | </object> |
||
584 | FredericG | 1332 | </application> |