Subversion Repositories Projects

Rev

Rev 706 | Rev 718 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 706 Rev 710
Line 1... Line 1...
1
<?xml version="1.0"?>
1
<?xml version="1.0"?>
2
<!-- generated by wxGlade 0.6.3 on Thu Nov 05 18:35:57 2009 -->
2
<!-- generated by wxGlade 0.6.3 on Sat Nov 28 17:56:40 2009 -->
Line 3... Line 3...
3
 
3
 
4
<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">
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">
5
    <object class="MainFrame" name="frame_1" base="EditFrame">
5
    <object class="MainFrame" name="frame_1" base="EditFrame">
6
        <style>wxDEFAULT_FRAME_STYLE</style>
6
        <style>wxDEFAULT_FRAME_STYLE</style>
7
        <title>VibrationTest</title>
7
        <title>VibrationTest</title>
8
        <menubar>1</menubar>
8
        <menubar>1</menubar>
Line 618... Line 618...
618
                                        <border>0</border>
618
                                        <border>0</border>
619
                                        <option>0</option>
619
                                        <option>0</option>
620
                                        <object class="wxChoice" name="yAxisChoice" base="EditChoice">
620
                                        <object class="wxChoice" name="yAxisChoice" base="EditChoice">
621
                                            <selection>1</selection>
621
                                            <selection>1</selection>
622
                                            <choices>
622
                                            <choices>
-
 
623
                                                <choice>10</choice>
623
                                                <choice>25</choice>
624
                                                <choice>25</choice>
624
                                                <choice>50</choice>
625
                                                <choice>50</choice>
625
                                                <choice>75</choice>
626
                                                <choice>75</choice>
626
                                                <choice>100</choice>
627
                                                <choice>100</choice>
627
                                                <choice>200</choice>
628
                                                <choice>200</choice>
-
 
629
                                                <choice>500</choice>
-
 
630
                                                <choice>1000</choice>
-
 
631
                                                <choice>2000</choice>
628
                                            </choices>
632
                                            </choices>
629
                                            <events>
633
                                            <events>
630
                                                <handler event="EVT_CHOICE">onYAxisChange</handler>
634
                                                <handler event="EVT_CHOICE">onYAxisChange</handler>
631
                                            </events>
635
                                            </events>
632
                                        </object>
636
                                        </object>