desktop: added modem support
[barry.git] / desktop / src / ModemDlg.wxg
bloba35e5a1f88cf2ad960fb99170b31b28c00b6415c
1 <?xml version="1.0"?>
2 <!-- generated by wxGlade 783a09e9ee04 on Wed Apr 25 21:45:33 2012 -->
4 <application path="ModemDlg.cc" name="" class="" option="0" language="C++" top_window="Modem Start" encoding="ISO-8859-1" use_gettext="0" overwrite="1" use_new_namespace="1" for_version="2.8" is_template="0" indent_amount="1" indent_symbol="tab" source_extension=".cc" header_extension=".h">
5 <object class="ModemDlg" name="dialog_1" base="EditDialog">
6 <style>wxDEFAULT_DIALOG_STYLE</style>
7 <title>Modem Starter</title>
8 <object class="wxBoxSizer" name="sizer_2" base="EditBoxSizer">
9 <orient>wxHORIZONTAL</orient>
10 <object class="sizeritem">
11 <flag>wxALL|wxEXPAND</flag>
12 <border>7</border>
13 <option>0</option>
14 <object class="wxBoxSizer" name="sizer_3" base="EditBoxSizer">
15 <orient>wxVERTICAL</orient>
16 <object class="sizeritem">
17 <flag>wxEXPAND</flag>
18 <border>0</border>
19 <option>0</option>
20 <object class="wxStaticBoxSizer" name="sizer_1" base="EditStaticBoxSizer">
21 <orient>wxVERTICAL</orient>
22 <label>Providers</label>
23 <object class="sizeritem">
24 <flag>wxEXPAND</flag>
25 <border>0</border>
26 <option>0</option>
27 <object class="wxListBox" name="list_box_1" base="EditListBox">
28 <style>wxLB_SINGLE</style>
29 <selection>0</selection>
30 <choices>
31 <choice>barry-minimal</choice>
32 <choice>barry-rogers</choice>
33 <choice>barry-testing</choice>
34 </choices>
35 <size>-1, 150</size>
36 </object>
37 </object>
38 </object>
39 </object>
40 <object class="sizeritem">
41 <flag>wxEXPAND</flag>
42 <border>0</border>
43 <option>1</option>
44 <object class="wxStaticBoxSizer" name="sizer_5" base="EditStaticBoxSizer">
45 <orient>wxHORIZONTAL</orient>
46 <label>Device</label>
47 <object class="sizeritem">
48 <flag>wxRIGHT|wxALIGN_CENTER_VERTICAL</flag>
49 <border>2</border>
50 <option>0</option>
51 <object class="wxStaticText" name="label_1" base="EditStaticText">
52 <attribute>1</attribute>
53 <label>Password:</label>
54 </object>
55 </object>
56 <object class="sizeritem">
57 <border>0</border>
58 <option>0</option>
59 <object class="wxTextCtrl" name="text_ctrl_1" base="EditTextCtrl">
60 <style>wxTE_PASSWORD</style>
61 <size>150, -1</size>
62 </object>
63 </object>
64 </object>
65 </object>
66 </object>
67 </object>
68 </object>
69 </object>
70 </application>