1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283 |
- <?xml version="1.0"?>
- <!-- generated by wxGlade 0.6.8 on Tue Mar 11 21:21:15 2014 -->
-
- <application path="nemo.py" name="" class="" option="0" language="python" top_window="nemo_frame" encoding="UTF-8" use_gettext="1" 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="NeMo" name="nemo_frame" base="EditFrame">
- <style>wxDEFAULT_FRAME_STYLE</style>
- <title>NeMo</title>
- <centered>1</centered>
- <size>900, 480</size>
- <object class="wxBoxSizer" name="main_sizer" base="EditBoxSizer">
- <orient>wxHORIZONTAL</orient>
- <object class="sizeritem">
- <flag>wxEXPAND</flag>
- <border>0</border>
- <option>1</option>
- <object class="wxBoxSizer" name="action_sizer" base="EditBoxSizer">
- <orient>wxVERTICAL</orient>
- <object class="sizerslot" />
- <object class="sizerslot" />
- </object>
- </object>
- <object class="sizeritem">
- <flag>wxEXPAND</flag>
- <border>0</border>
- <option>3</option>
- <object class="wxBoxSizer" name="output_sizer" base="EditBoxSizer">
- <orient>wxVERTICAL</orient>
- <object class="sizeritem">
- <flag>wxEXPAND</flag>
- <border>0</border>
- <option>1</option>
- <object class="wxStaticBoxSizer" name="stdout_sizer" base="EditStaticBoxSizer">
- <orient>wxHORIZONTAL</orient>
- <label>stdout</label>
- <object class="sizeritem">
- <flag>wxEXPAND</flag>
- <border>0</border>
- <option>1</option>
- <object class="wxTextCtrl" name="text_ctrl_stdout" base="EditTextCtrl">
- <style>wxTE_MULTILINE|wxTE_READONLY</style>
- <font>
- <size>10</size>
- <family>default</family>
- <style>normal</style>
- <weight>bold</weight>
- <underlined>0</underlined>
- <face></face>
- </font>
- </object>
- </object>
- </object>
- </object>
- <object class="sizeritem">
- <flag>wxEXPAND</flag>
- <border>0</border>
- <option>1</option>
- <object class="wxStaticBoxSizer" name="stderr_sizer" base="EditStaticBoxSizer">
- <orient>wxHORIZONTAL</orient>
- <label>stderr</label>
- <object class="sizeritem">
- <flag>wxEXPAND</flag>
- <border>0</border>
- <option>1</option>
- <object class="wxTextCtrl" name="text_ctrl_stderr" base="EditTextCtrl">
- <foreground>#ff0000</foreground>
- <style>wxTE_MULTILINE|wxTE_READONLY</style>
- <font>
- <size>10</size>
- <family>default</family>
- <style>normal</style>
- <weight>bold</weight>
- <underlined>0</underlined>
- <face></face>
- </font>
- </object>
- </object>
- </object>
- </object>
- </object>
- </object>
- </object>
- </object>
- </application>
|