155 lines
6.7 KiB
XML
155 lines
6.7 KiB
XML
<?xml version="1.0"?>
|
|
<!-- generated by wxGlade 0.6.5 on Wed Oct 14 18:12:48 2015 -->
|
|
|
|
<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">
|
|
<object class="TerminalFrame" name="frame_terminal" base="EditFrame">
|
|
<style>wxDEFAULT_FRAME_STYLE</style>
|
|
<title>Serial Terminal</title>
|
|
<menubar>1</menubar>
|
|
<size>546, 383</size>
|
|
<object class="wxMenuBar" name="frame_terminal_menubar" base="EditMenuBar">
|
|
<menus>
|
|
<menu name="" label="&File">
|
|
<item>
|
|
<label>&Clear</label>
|
|
<id>ID_CLEAR</id>
|
|
<handler>OnClear</handler>
|
|
</item>
|
|
<item>
|
|
<label>&Save Text As...</label>
|
|
<id>ID_SAVEAS</id>
|
|
<handler>OnSaveAs</handler>
|
|
</item>
|
|
<item>
|
|
<label>---</label>
|
|
<id>---</id>
|
|
<name>---</name>
|
|
</item>
|
|
<item>
|
|
<label>&Terminal Settings...</label>
|
|
<id>ID_TERM</id>
|
|
<handler>OnTermSettings</handler>
|
|
</item>
|
|
<item>
|
|
<label>---</label>
|
|
<name>---</name>
|
|
</item>
|
|
<item>
|
|
<label>&Exit</label>
|
|
<id>ID_EXIT</id>
|
|
<handler>OnExit</handler>
|
|
</item>
|
|
</menu>
|
|
<menu name="" label="Serial Port">
|
|
<item>
|
|
<label>RTS</label>
|
|
<id>ID_RTS</id>
|
|
<checkable>1</checkable>
|
|
<handler>OnRTS</handler>
|
|
</item>
|
|
<item>
|
|
<label>&DTR</label>
|
|
<id>ID_DTR</id>
|
|
<checkable>1</checkable>
|
|
<handler>OnDTR</handler>
|
|
</item>
|
|
<item>
|
|
<label>&Port Settings...</label>
|
|
<id>ID_SETTINGS</id>
|
|
<handler>OnPortSettings</handler>
|
|
</item>
|
|
</menu>
|
|
</menus>
|
|
</object>
|
|
<object class="wxBoxSizer" name="sizer_1" base="EditBoxSizer">
|
|
<orient>wxVERTICAL</orient>
|
|
<object class="sizeritem">
|
|
<flag>wxEXPAND</flag>
|
|
<border>0</border>
|
|
<option>1</option>
|
|
<object class="wxTextCtrl" name="text_ctrl_output" base="EditTextCtrl">
|
|
<style>wxTE_MULTILINE|wxTE_READONLY</style>
|
|
<font>
|
|
<size>9</size>
|
|
<family>modern</family>
|
|
<style>normal</style>
|
|
<weight>normal</weight>
|
|
<underlined>0</underlined>
|
|
<face></face>
|
|
</font>
|
|
</object>
|
|
</object>
|
|
</object>
|
|
</object>
|
|
<object class="TerminalSettingsDialog" name="dialog_terminal_Settings" base="EditDialog">
|
|
<style>wxDEFAULT_DIALOG_STYLE</style>
|
|
<title>Terminal Settings</title>
|
|
<object class="wxBoxSizer" name="sizer_2" base="EditBoxSizer">
|
|
<orient>wxVERTICAL</orient>
|
|
<object class="sizeritem">
|
|
<flag>wxEXPAND</flag>
|
|
<border>0</border>
|
|
<option>0</option>
|
|
<object class="wxStaticBoxSizer" name="sizer_4" base="EditStaticBoxSizer">
|
|
<orient>wxVERTICAL</orient>
|
|
<label>Input/Output</label>
|
|
<object class="sizeritem">
|
|
<flag>wxALL</flag>
|
|
<border>4</border>
|
|
<option>0</option>
|
|
<object class="wxCheckBox" name="checkbox_echo" base="EditCheckBox">
|
|
<label>Local Echo</label>
|
|
</object>
|
|
</object>
|
|
<object class="sizeritem">
|
|
<flag>wxALL</flag>
|
|
<border>4</border>
|
|
<option>0</option>
|
|
<object class="wxCheckBox" name="checkbox_unprintable" base="EditCheckBox">
|
|
<label>Show unprintable characters</label>
|
|
</object>
|
|
</object>
|
|
<object class="sizeritem">
|
|
<border>0</border>
|
|
<option>0</option>
|
|
<object class="wxRadioBox" name="radio_box_newline" base="EditRadioBox">
|
|
<style>wxRA_SPECIFY_ROWS</style>
|
|
<selection>0</selection>
|
|
<dimension>0</dimension>
|
|
<label>Newline Handling</label>
|
|
<choices>
|
|
<choice>CR only</choice>
|
|
<choice>LF only</choice>
|
|
<choice>CR+LF</choice>
|
|
</choices>
|
|
</object>
|
|
</object>
|
|
</object>
|
|
</object>
|
|
<object class="sizeritem">
|
|
<flag>wxALL|wxALIGN_RIGHT</flag>
|
|
<border>4</border>
|
|
<option>0</option>
|
|
<object class="wxBoxSizer" name="sizer_3" base="EditBoxSizer">
|
|
<orient>wxHORIZONTAL</orient>
|
|
<object class="sizeritem">
|
|
<border>0</border>
|
|
<option>0</option>
|
|
<object class="wxButton" name="button_ok" base="EditButton">
|
|
<stockitem>OK</stockitem>
|
|
<default>1</default>
|
|
</object>
|
|
</object>
|
|
<object class="sizeritem">
|
|
<border>0</border>
|
|
<option>0</option>
|
|
<object class="wxButton" name="button_cancel" base="EditButton">
|
|
<stockitem>CANCEL</stockitem>
|
|
</object>
|
|
</object>
|
|
</object>
|
|
</object>
|
|
</object>
|
|
</object>
|
|
</application>
|