Subversion Repositories Projects

Compare Revisions

Ignore whitespace Rev 710 → Rev 709

/VibrationTest/branches/ParameterTest/VibrationTest/VibrationTestGui.wxg
1,7 → 1,7
<?xml version="1.0"?>
<!-- generated by wxGlade 0.6.3 on Sat Nov 28 17:56:40 2009 -->
<!-- generated by wxGlade 0.6.3 on Thu Nov 05 18:35:57 2009 -->
 
<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">
<application path="D:\Fred\MK\SVN\Projects\VibrationTest\trunk\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">
<object class="MainFrame" name="frame_1" base="EditFrame">
<style>wxDEFAULT_FRAME_STYLE</style>
<title>VibrationTest</title>
620,15 → 620,11
<object class="wxChoice" name="yAxisChoice" base="EditChoice">
<selection>1</selection>
<choices>
<choice>10</choice>
<choice>25</choice>
<choice>50</choice>
<choice>75</choice>
<choice>100</choice>
<choice>200</choice>
<choice>500</choice>
<choice>1000</choice>
<choice>2000</choice>
</choices>
<events>
<handler event="EVT_CHOICE">onYAxisChange</handler>