cliechti | 80a0ed1 | 2003-10-03 23:53:42 +0000 | [diff] [blame] | 1 | <?xml version="1.0"?> |
Chris Liechti | be00ee9 | 2015-09-12 02:02:04 +0200 | [diff] [blame] | 2 | <!-- generated by wxGlade 0.6.5 on Sat Sep 12 02:36:17 2015 --> |
cliechti | 80a0ed1 | 2003-10-03 23:53:42 +0000 | [diff] [blame] | 3 | |
Chris Liechti | be00ee9 | 2015-09-12 02:02:04 +0200 | [diff] [blame] | 4 | <application path="wxTerminal.py" name="app" class="MyApp" option="0" language="python" top_window="frame_terminal" encoding="ISO-8859-1" use_gettext="0" overwrite="0" use_new_namespace="1" for_version="2.8" is_template="0" indent_amount="4" indent_symbol="space" source_extension=".cpp" header_extension=".h"> |
cliechti | 80a0ed1 | 2003-10-03 23:53:42 +0000 | [diff] [blame] | 5 | <object class="TerminalFrame" name="frame_terminal" base="EditFrame"> |
| 6 | <style>wxDEFAULT_FRAME_STYLE</style> |
| 7 | <title>Serial Terminal</title> |
| 8 | <menubar>1</menubar> |
cliechti | 80a0ed1 | 2003-10-03 23:53:42 +0000 | [diff] [blame] | 9 | <size>546, 383</size> |
cliechti | 80a0ed1 | 2003-10-03 23:53:42 +0000 | [diff] [blame] | 10 | <object class="wxMenuBar" name="frame_terminal_menubar" base="EditMenuBar"> |
| 11 | <menus> |
| 12 | <menu name="" label="&File"> |
| 13 | <item> |
| 14 | <label>&Clear</label> |
| 15 | <id>ID_CLEAR</id> |
Chris Liechti | be00ee9 | 2015-09-12 02:02:04 +0200 | [diff] [blame] | 16 | <handler>OnClear</handler> |
cliechti | 80a0ed1 | 2003-10-03 23:53:42 +0000 | [diff] [blame] | 17 | </item> |
| 18 | <item> |
| 19 | <label>&Save Text As...</label> |
| 20 | <id>ID_SAVEAS</id> |
Chris Liechti | be00ee9 | 2015-09-12 02:02:04 +0200 | [diff] [blame] | 21 | <handler>OnSaveAs</handler> |
cliechti | 80a0ed1 | 2003-10-03 23:53:42 +0000 | [diff] [blame] | 22 | </item> |
| 23 | <item> |
| 24 | <label>---</label> |
| 25 | <id>---</id> |
| 26 | <name>---</name> |
| 27 | </item> |
| 28 | <item> |
cliechti | 80a0ed1 | 2003-10-03 23:53:42 +0000 | [diff] [blame] | 29 | <label>&Terminal Settings...</label> |
| 30 | <id>ID_TERM</id> |
Chris Liechti | be00ee9 | 2015-09-12 02:02:04 +0200 | [diff] [blame] | 31 | <handler>OnTermSettings</handler> |
cliechti | 80a0ed1 | 2003-10-03 23:53:42 +0000 | [diff] [blame] | 32 | </item> |
| 33 | <item> |
| 34 | <label>---</label> |
| 35 | <name>---</name> |
| 36 | </item> |
| 37 | <item> |
| 38 | <label>&Exit</label> |
| 39 | <id>ID_EXIT</id> |
Chris Liechti | be00ee9 | 2015-09-12 02:02:04 +0200 | [diff] [blame] | 40 | <handler>OnExit</handler> |
| 41 | </item> |
| 42 | </menu> |
| 43 | <menu name="" label="Serial Port"> |
| 44 | <item> |
| 45 | <label>RTS</label> |
| 46 | <id>ID_RTS</id> |
| 47 | <checkable>1</checkable> |
| 48 | <handler>OnRTS</handler> |
| 49 | </item> |
| 50 | <item> |
| 51 | <label>&DTR</label> |
| 52 | <id>ID_DTR</id> |
| 53 | <checkable>1</checkable> |
| 54 | <handler>OnDTR</handler> |
| 55 | </item> |
| 56 | <item> |
| 57 | <label>&Port Settings...</label> |
| 58 | <id>ID_SETTINGS</id> |
| 59 | <handler>OnPortSettings</handler> |
cliechti | 80a0ed1 | 2003-10-03 23:53:42 +0000 | [diff] [blame] | 60 | </item> |
| 61 | </menu> |
| 62 | </menus> |
| 63 | </object> |
Chris Liechti | be00ee9 | 2015-09-12 02:02:04 +0200 | [diff] [blame] | 64 | <object class="wxBoxSizer" name="sizer_1" base="EditBoxSizer"> |
| 65 | <orient>wxVERTICAL</orient> |
| 66 | <object class="sizeritem"> |
| 67 | <flag>wxEXPAND</flag> |
| 68 | <border>0</border> |
| 69 | <option>1</option> |
| 70 | <object class="wxTextCtrl" name="text_ctrl_output" base="EditTextCtrl"> |
| 71 | <style>wxTE_MULTILINE|wxTE_READONLY</style> |
| 72 | <font> |
| 73 | <size>9</size> |
| 74 | <family>modern</family> |
| 75 | <style>normal</style> |
| 76 | <weight>normal</weight> |
| 77 | <underlined>0</underlined> |
| 78 | <face></face> |
| 79 | </font> |
| 80 | </object> |
| 81 | </object> |
| 82 | </object> |
cliechti | 80a0ed1 | 2003-10-03 23:53:42 +0000 | [diff] [blame] | 83 | </object> |
| 84 | <object class="TerminalSettingsDialog" name="dialog_terminal_Settings" base="EditDialog"> |
| 85 | <style>wxDEFAULT_DIALOG_STYLE</style> |
| 86 | <title>Terminal Settings</title> |
| 87 | <object class="wxBoxSizer" name="sizer_2" base="EditBoxSizer"> |
| 88 | <orient>wxVERTICAL</orient> |
| 89 | <object class="sizeritem"> |
| 90 | <flag>wxEXPAND</flag> |
| 91 | <border>0</border> |
| 92 | <option>0</option> |
| 93 | <object class="wxStaticBoxSizer" name="sizer_4" base="EditStaticBoxSizer"> |
| 94 | <orient>wxVERTICAL</orient> |
| 95 | <label>Input/Output</label> |
| 96 | <object class="sizeritem"> |
| 97 | <flag>wxALL</flag> |
| 98 | <border>4</border> |
| 99 | <option>0</option> |
| 100 | <object class="wxCheckBox" name="checkbox_echo" base="EditCheckBox"> |
| 101 | <label>Local Echo</label> |
| 102 | </object> |
| 103 | </object> |
| 104 | <object class="sizeritem"> |
| 105 | <flag>wxALL</flag> |
| 106 | <border>4</border> |
| 107 | <option>0</option> |
| 108 | <object class="wxCheckBox" name="checkbox_unprintable" base="EditCheckBox"> |
| 109 | <label>Show unprintable characters</label> |
| 110 | </object> |
| 111 | </object> |
| 112 | <object class="sizeritem"> |
| 113 | <border>0</border> |
| 114 | <option>0</option> |
| 115 | <object class="wxRadioBox" name="radio_box_newline" base="EditRadioBox"> |
| 116 | <style>wxRA_SPECIFY_ROWS</style> |
| 117 | <selection>0</selection> |
| 118 | <dimension>0</dimension> |
| 119 | <label>Newline Handling</label> |
| 120 | <choices> |
| 121 | <choice>CR only</choice> |
| 122 | <choice>LF only</choice> |
| 123 | <choice>CR+LF</choice> |
| 124 | </choices> |
| 125 | </object> |
| 126 | </object> |
| 127 | </object> |
| 128 | </object> |
| 129 | <object class="sizeritem"> |
| 130 | <flag>wxALL|wxALIGN_RIGHT</flag> |
| 131 | <border>4</border> |
| 132 | <option>0</option> |
| 133 | <object class="wxBoxSizer" name="sizer_3" base="EditBoxSizer"> |
| 134 | <orient>wxHORIZONTAL</orient> |
| 135 | <object class="sizeritem"> |
| 136 | <border>0</border> |
| 137 | <option>0</option> |
| 138 | <object class="wxButton" name="button_ok" base="EditButton"> |
| 139 | <default>1</default> |
| 140 | <label>OK</label> |
| 141 | </object> |
| 142 | </object> |
| 143 | <object class="sizeritem"> |
| 144 | <border>0</border> |
| 145 | <option>0</option> |
| 146 | <object class="wxButton" name="button_cancel" base="EditButton"> |
| 147 | <label>Cancel</label> |
| 148 | </object> |
| 149 | </object> |
| 150 | </object> |
| 151 | </object> |
| 152 | </object> |
| 153 | </object> |
| 154 | </application> |