Permalink
Cannot retrieve contributors at this time
Fetching contributors…
| <?xml version="1.0"?> | |
| <!-- generated by wxGlade 0.6.3 on Sun Oct 5 00:40:53 2008 --> | |
| <application path="/home/tim/projects/photo-frame-prep/gui.py" name="app" class="MyApp" option="0" language="python" top_window="frame_1" encoding="UTF-8" use_gettext="0" overwrite="0" use_new_namespace="1" for_version="2.8" is_template="0"> | |
| <object class="MyFrame" name="frame_1" base="EditFrame"> | |
| <style>wxDEFAULT_FRAME_STYLE</style> | |
| <title>Photo Frame Prep</title> | |
| <centered>1</centered> | |
| <size>551, 178</size> | |
| <object class="wxBoxSizer" name="parent_sizer" base="EditBoxSizer"> | |
| <orient>wxVERTICAL</orient> | |
| <object class="sizeritem"> | |
| <flag>wxEXPAND</flag> | |
| <border>0</border> | |
| <option>1</option> | |
| <object class="wxFlexGridSizer" name="input_sizer" base="EditFlexGridSizer"> | |
| <hgap>0</hgap> | |
| <rows>0</rows> | |
| <growable_cols>1</growable_cols> | |
| <cols>4</cols> | |
| <vgap>0</vgap> | |
| <object class="sizeritem"> | |
| <flag>wxALIGN_RIGHT|wxALIGN_CENTER_VERTICAL</flag> | |
| <border>0</border> | |
| <option>0</option> | |
| <object class="wxStaticText" name="label_1" base="EditStaticText"> | |
| <attribute>1</attribute> | |
| <label>input photo</label> | |
| </object> | |
| </object> | |
| <object class="sizeritem"> | |
| <flag>wxEXPAND</flag> | |
| <border>0</border> | |
| <option>0</option> | |
| <object class="wxTextCtrl" name="inputPath" base="EditTextCtrl"> | |
| </object> | |
| </object> | |
| <object class="sizeritem"> | |
| <border>0</border> | |
| <option>0</option> | |
| <object class="wxButton" name="inputBrowseFile" base="EditButton"> | |
| <label>browse for file...</label> | |
| </object> | |
| </object> | |
| <object class="sizeritem"> | |
| <border>0</border> | |
| <option>0</option> | |
| <object class="wxButton" name="inputBrowseFolder" base="EditButton"> | |
| <label>browse for folder...</label> | |
| </object> | |
| </object> | |
| </object> | |
| </object> | |
| <object class="sizeritem"> | |
| <flag>wxEXPAND</flag> | |
| <border>0</border> | |
| <option>1</option> | |
| <object class="wxFlexGridSizer" name="ouput_sizer" base="EditFlexGridSizer"> | |
| <hgap>0</hgap> | |
| <rows>0</rows> | |
| <growable_cols>1</growable_cols> | |
| <cols>3</cols> | |
| <vgap>0</vgap> | |
| <object class="sizeritem"> | |
| <flag>wxALIGN_RIGHT|wxALIGN_CENTER_VERTICAL</flag> | |
| <border>0</border> | |
| <option>0</option> | |
| <object class="wxStaticText" name="label_1_copy" base="EditStaticText"> | |
| <attribute>1</attribute> | |
| <label>ouput folder</label> | |
| </object> | |
| </object> | |
| <object class="sizeritem"> | |
| <flag>wxEXPAND</flag> | |
| <border>0</border> | |
| <option>0</option> | |
| <object class="wxTextCtrl" name="outputPath" base="EditTextCtrl"> | |
| </object> | |
| </object> | |
| <object class="sizeritem"> | |
| <border>0</border> | |
| <option>0</option> | |
| <object class="wxButton" name="outputBrowse" base="EditButton"> | |
| <label>browse...</label> | |
| </object> | |
| </object> | |
| </object> | |
| </object> | |
| <object class="sizeritem"> | |
| <flag>wxALIGN_CENTER_HORIZONTAL</flag> | |
| <border>0</border> | |
| <option>0</option> | |
| <object class="wxCheckBox" name="checkbox_1" base="EditCheckBox"> | |
| <checked>1</checked> | |
| <label>process sub-folders</label> | |
| <disabled>1</disabled> | |
| </object> | |
| </object> | |
| <object class="sizeritem"> | |
| <flag>wxALIGN_RIGHT</flag> | |
| <border>0</border> | |
| <option>0</option> | |
| <object class="wxButton" name="gobutton" base="EditButton"> | |
| <label>go</label> | |
| </object> | |
| </object> | |
| <object class="sizeritem"> | |
| <flag>wxEXPAND</flag> | |
| <border>0</border> | |
| <option>1</option> | |
| <object class="wxPanel" name="panel_1" base="EditPanel"> | |
| <style>wxTAB_TRAVERSAL</style> | |
| </object> | |
| </object> | |
| </object> | |
| </object> | |
| </application> |