1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46
|
<?xml version="1.0"?>
<!-- generated by wxGlade 0.3.1 on Sat Oct 2 22:28:53 2004 -->
<application path="../../resources/dialogs/input.xrc" name="" class="" option="0" language="XRC" top_window="" encoding="ISO-8859-1" use_gettext="0" overwrite="0">
<object class="wxPanel" name="InputPage" base="EditTopLevelPanel">
<style>wxTAB_TRAVERSAL</style>
<object class="wxBoxSizer" name="InputPageSizer" base="EditBoxSizer">
<orient>wxVERTICAL</orient>
<object class="sizeritem">
<flag>wxALL|wxEXPAND</flag>
<border>5</border>
<option>1</option>
<object class="wxTextCtrl" name="InputText" base="EditTextCtrl">
<style>wxTE_MULTILINE|wxHSCROLL</style>
<tooltip>Type or paste text here to send it to openMSX</tooltip>
</object>
</object>
<object class="sizeritem">
<flag>wxEXPAND</flag>
<border>0</border>
<option>0</option>
<object class="wxBoxSizer" name="InputButtonSizer" base="EditBoxSizer">
<orient>wxHORIZONTAL</orient>
<object class="sizeritem">
<flag>wxALL</flag>
<border>5</border>
<option>0</option>
<object class="wxButton" name="TypeTextButton" base="EditButton">
<tooltip>Send text to openMSX</tooltip>
<label>Type</label>
</object>
</object>
<object class="sizeritem">
<flag>wxALL</flag>
<border>5</border>
<option>0</option>
<object class="wxButton" name="ClearTextButton" base="EditButton">
<tooltip>Erase text area</tooltip>
<label>Clear</label>
</object>
</object>
</object>
</object>
</object>
</object>
</application>
|