cliechti | 8f376e7 | 2003-10-03 00:16:11 +0000 | [diff] [blame^] | 1 | <?xml version="1.0"?> |
| 2 | <!-- generated by wxGlade 0.3.1 on Fri Oct 03 01:53:04 2003 --> |
| 3 | |
| 4 | <application path="D:\prog\python\pyserial_sf\pyserial\examples\wxSerialConfigDialog.py" name="app" class="MyApp" option="0" language="python" top_window="dialog_serial_cfg" encoding="ISO-8859-1" use_gettext="0" overwrite="0"> |
| 5 | <object class="SerialConfigDialog" name="dialog_serial_cfg" base="EditDialog"> |
| 6 | <style>wxDEFAULT_DIALOG_STYLE</style> |
| 7 | <title>Serial Port Configuration</title> |
| 8 | <object class="wxBoxSizer" name="sizer_2" base="EditBoxSizer"> |
| 9 | <orient>wxVERTICAL</orient> |
| 10 | <object class="sizeritem"> |
| 11 | <flag>wxEXPAND</flag> |
| 12 | <border>0</border> |
| 13 | <option>0</option> |
| 14 | <object class="wxStaticBoxSizer" name="sizer_basics" base="EditStaticBoxSizer"> |
| 15 | <orient>wxVERTICAL</orient> |
| 16 | <label>Basics</label> |
| 17 | <object class="sizeritem"> |
| 18 | <flag>wxRIGHT|wxEXPAND</flag> |
| 19 | <border>0</border> |
| 20 | <option>0</option> |
| 21 | <object class="wxBoxSizer" name="sizer_5" base="EditBoxSizer"> |
| 22 | <orient>wxHORIZONTAL</orient> |
| 23 | <object class="sizeritem"> |
| 24 | <flag>wxALL|wxALIGN_CENTER_VERTICAL</flag> |
| 25 | <border>4</border> |
| 26 | <option>1</option> |
| 27 | <object class="wxStaticText" name="label_2" base="EditStaticText"> |
| 28 | <attribute>1</attribute> |
| 29 | <label>Port</label> |
| 30 | </object> |
| 31 | </object> |
| 32 | <object class="sizeritem"> |
| 33 | <border>0</border> |
| 34 | <option>1</option> |
| 35 | <object class="wxComboBox" name="combo_box_port" base="EditComboBox"> |
| 36 | <selection>0</selection> |
| 37 | <choices> |
| 38 | <choice>dummy1</choice> |
| 39 | <choice>dummy2</choice> |
| 40 | <choice>dummy3</choice> |
| 41 | <choice>dummy4</choice> |
| 42 | <choice>dummy5</choice> |
| 43 | </choices> |
| 44 | </object> |
| 45 | </object> |
| 46 | </object> |
| 47 | </object> |
| 48 | <object class="sizeritem"> |
| 49 | <flag>wxEXPAND</flag> |
| 50 | <border>0</border> |
| 51 | <option>0</option> |
| 52 | <object class="wxBoxSizer" name="sizer_baudrate" base="EditBoxSizer"> |
| 53 | <orient>wxHORIZONTAL</orient> |
| 54 | <object class="sizeritem"> |
| 55 | <flag>wxALL|wxALIGN_CENTER_VERTICAL</flag> |
| 56 | <border>4</border> |
| 57 | <option>1</option> |
| 58 | <object class="wxStaticText" name="label_1" base="EditStaticText"> |
| 59 | <attribute>1</attribute> |
| 60 | <label>Baudrate</label> |
| 61 | </object> |
| 62 | </object> |
| 63 | <object class="sizeritem"> |
| 64 | <flag>wxALIGN_RIGHT</flag> |
| 65 | <border>0</border> |
| 66 | <option>1</option> |
| 67 | <object class="wxChoice" name="choice_baudrate" base="EditChoice"> |
| 68 | <selection>0</selection> |
| 69 | <choices> |
| 70 | <choice>choice 1</choice> |
| 71 | </choices> |
| 72 | </object> |
| 73 | </object> |
| 74 | </object> |
| 75 | </object> |
| 76 | </object> |
| 77 | </object> |
| 78 | <object class="sizeritem"> |
| 79 | <flag>wxEXPAND</flag> |
| 80 | <border>0</border> |
| 81 | <option>0</option> |
| 82 | <object class="wxStaticBoxSizer" name="sizer_format" base="EditStaticBoxSizer"> |
| 83 | <orient>wxVERTICAL</orient> |
| 84 | <label>Data Format</label> |
| 85 | <object class="sizeritem"> |
| 86 | <flag>wxEXPAND</flag> |
| 87 | <border>0</border> |
| 88 | <option>0</option> |
| 89 | <object class="wxBoxSizer" name="sizer_6" base="EditBoxSizer"> |
| 90 | <orient>wxHORIZONTAL</orient> |
| 91 | <object class="sizeritem"> |
| 92 | <flag>wxALL|wxALIGN_CENTER_VERTICAL</flag> |
| 93 | <border>4</border> |
| 94 | <option>1</option> |
| 95 | <object class="wxStaticText" name="label_3" base="EditStaticText"> |
| 96 | <attribute>1</attribute> |
| 97 | <label>Data Bits</label> |
| 98 | </object> |
| 99 | </object> |
| 100 | <object class="sizeritem"> |
| 101 | <flag>wxALIGN_RIGHT</flag> |
| 102 | <border>0</border> |
| 103 | <option>1</option> |
| 104 | <object class="wxChoice" name="choice_databits" base="EditChoice"> |
| 105 | <selection>0</selection> |
| 106 | <choices> |
| 107 | <choice>choice 1</choice> |
| 108 | </choices> |
| 109 | </object> |
| 110 | </object> |
| 111 | </object> |
| 112 | </object> |
| 113 | <object class="sizeritem"> |
| 114 | <flag>wxEXPAND</flag> |
| 115 | <border>0</border> |
| 116 | <option>0</option> |
| 117 | <object class="wxBoxSizer" name="sizer_7" base="EditBoxSizer"> |
| 118 | <orient>wxHORIZONTAL</orient> |
| 119 | <object class="sizeritem"> |
| 120 | <flag>wxALL|wxALIGN_CENTER_VERTICAL</flag> |
| 121 | <border>4</border> |
| 122 | <option>1</option> |
| 123 | <object class="wxStaticText" name="label_4" base="EditStaticText"> |
| 124 | <attribute>1</attribute> |
| 125 | <label>Stop Bits</label> |
| 126 | </object> |
| 127 | </object> |
| 128 | <object class="sizeritem"> |
| 129 | <flag>wxALIGN_RIGHT</flag> |
| 130 | <border>0</border> |
| 131 | <option>1</option> |
| 132 | <object class="wxChoice" name="choice_stopbits" base="EditChoice"> |
| 133 | <selection>0</selection> |
| 134 | <choices> |
| 135 | <choice>choice 1</choice> |
| 136 | </choices> |
| 137 | </object> |
| 138 | </object> |
| 139 | </object> |
| 140 | </object> |
| 141 | <object class="sizeritem"> |
| 142 | <flag>wxEXPAND</flag> |
| 143 | <border>0</border> |
| 144 | <option>0</option> |
| 145 | <object class="wxBoxSizer" name="sizer_8" base="EditBoxSizer"> |
| 146 | <orient>wxHORIZONTAL</orient> |
| 147 | <object class="sizeritem"> |
| 148 | <flag>wxALL|wxALIGN_CENTER_VERTICAL</flag> |
| 149 | <border>4</border> |
| 150 | <option>1</option> |
| 151 | <object class="wxStaticText" name="label_5" base="EditStaticText"> |
| 152 | <attribute>1</attribute> |
| 153 | <label>Parity</label> |
| 154 | </object> |
| 155 | </object> |
| 156 | <object class="sizeritem"> |
| 157 | <flag>wxALIGN_RIGHT</flag> |
| 158 | <border>0</border> |
| 159 | <option>1</option> |
| 160 | <object class="wxChoice" name="choice_parity" base="EditChoice"> |
| 161 | <selection>0</selection> |
| 162 | <choices> |
| 163 | <choice>choice 1</choice> |
| 164 | </choices> |
| 165 | </object> |
| 166 | </object> |
| 167 | </object> |
| 168 | </object> |
| 169 | </object> |
| 170 | </object> |
| 171 | <object class="sizeritem"> |
| 172 | <border>0</border> |
| 173 | <option>0</option> |
| 174 | <object class="wxStaticBoxSizer" name="sizer_timeout" base="EditStaticBoxSizer"> |
| 175 | <orient>wxHORIZONTAL</orient> |
| 176 | <label>Timeout</label> |
| 177 | <object class="sizeritem"> |
| 178 | <flag>wxALL|wxALIGN_CENTER_VERTICAL</flag> |
| 179 | <border>4</border> |
| 180 | <option>0</option> |
| 181 | <object class="wxCheckBox" name="checkbox_timeout" base="EditCheckBox"> |
| 182 | <label>Use Timeout</label> |
| 183 | </object> |
| 184 | </object> |
| 185 | <object class="sizeritem"> |
| 186 | <border>0</border> |
| 187 | <option>0</option> |
| 188 | <object class="wxTextCtrl" name="text_ctrl_timeout" base="EditTextCtrl"> |
| 189 | <disabled>1</disabled> |
| 190 | </object> |
| 191 | </object> |
| 192 | <object class="sizeritem"> |
| 193 | <flag>wxALL|wxALIGN_CENTER_VERTICAL</flag> |
| 194 | <border>4</border> |
| 195 | <option>0</option> |
| 196 | <object class="wxStaticText" name="label_6" base="EditStaticText"> |
| 197 | <attribute>1</attribute> |
| 198 | <label>seconds</label> |
| 199 | </object> |
| 200 | </object> |
| 201 | </object> |
| 202 | </object> |
| 203 | <object class="sizeritem"> |
| 204 | <flag>wxEXPAND</flag> |
| 205 | <border>0</border> |
| 206 | <option>0</option> |
| 207 | <object class="wxStaticBoxSizer" name="sizer_flow" base="EditStaticBoxSizer"> |
| 208 | <orient>wxHORIZONTAL</orient> |
| 209 | <label>Flow Control</label> |
| 210 | <object class="sizeritem"> |
| 211 | <flag>wxALL|wxALIGN_CENTER_VERTICAL</flag> |
| 212 | <border>4</border> |
| 213 | <option>0</option> |
| 214 | <object class="wxCheckBox" name="checkbox_rtscts" base="EditCheckBox"> |
| 215 | <label>RTS/CTS</label> |
| 216 | </object> |
| 217 | </object> |
| 218 | <object class="sizeritem"> |
| 219 | <flag>wxALL|wxALIGN_CENTER_VERTICAL</flag> |
| 220 | <border>4</border> |
| 221 | <option>0</option> |
| 222 | <object class="wxCheckBox" name="checkbox_xonxoff" base="EditCheckBox"> |
| 223 | <label>Xon/Xoff</label> |
| 224 | </object> |
| 225 | </object> |
| 226 | <object class="sizeritem"> |
| 227 | <flag>wxEXPAND</flag> |
| 228 | <border>0</border> |
| 229 | <option>1</option> |
| 230 | <object class="spacer" name="spacer" base="EditSpacer"> |
| 231 | <height>10</height> |
| 232 | <width>10</width> |
| 233 | </object> |
| 234 | </object> |
| 235 | </object> |
| 236 | </object> |
| 237 | <object class="sizeritem"> |
| 238 | <flag>wxALL|wxALIGN_RIGHT</flag> |
| 239 | <border>4</border> |
| 240 | <option>0</option> |
| 241 | <object class="wxBoxSizer" name="sizer_3" base="EditBoxSizer"> |
| 242 | <orient>wxHORIZONTAL</orient> |
| 243 | <object class="sizeritem"> |
| 244 | <border>0</border> |
| 245 | <option>0</option> |
| 246 | <object class="wxButton" name="button_ok" base="EditButton"> |
| 247 | <default>1</default> |
| 248 | <label>OK</label> |
| 249 | </object> |
| 250 | </object> |
| 251 | <object class="sizeritem"> |
| 252 | <border>0</border> |
| 253 | <option>0</option> |
| 254 | <object class="wxButton" name="button_cancel" base="EditButton"> |
| 255 | <label>Cancel</label> |
| 256 | </object> |
| 257 | </object> |
| 258 | </object> |
| 259 | </object> |
| 260 | </object> |
| 261 | </object> |
| 262 | </application> |