Cosmetic change, plugin work, various reaorganization (Frontend, Control, CilBackend)
[circ.git] / Circ.Frontend.GtkSharp / gtk-gui / Circ.Frontend.GtkSharp.ConnectionDialog.cs
blobcb3c6016e1f1c8f44bbd71f8b3ae31bf2aaa13f9
1 // ------------------------------------------------------------------------------
2 // <autogenerated>
3 // This code was generated by a tool.
4 // Mono Runtime Version: 2.0.50727.42
5 //
6 // Changes to this file may cause incorrect behavior and will be lost if
7 // the code is regenerated.
8 // </autogenerated>
9 // ------------------------------------------------------------------------------
11 namespace Circ.Frontend.GtkSharp {
14 public partial class ConnectionDialog {
16 private Gtk.Frame frame1;
18 private Gtk.Alignment GtkAlignment;
20 private Gtk.HBox hbox2;
22 private Gtk.TreeView serverList;
24 private Gtk.Alignment alignment1;
26 private Gtk.Table table1;
28 private Gtk.Entry entry3;
30 private Gtk.Entry entry4;
32 private Gtk.Entry entry5;
34 private Gtk.Label label3;
36 private Gtk.Label label4;
38 private Gtk.Label label5;
40 private Gtk.Label GtkLabel;
42 private Gtk.Button button1;
44 protected virtual void Build() {
45 Stetic.Gui.Initialize();
46 // Widget Circ.Frontend.GtkSharp.ConnectionDialog
47 this.Events = ((Gdk.EventMask)(256));
48 this.Name = "Circ.Frontend.GtkSharp.ConnectionDialog";
49 this.Title = Mono.Unix.Catalog.GetString("Connection au serveur...");
50 this.WindowPosition = ((Gtk.WindowPosition)(4));
51 this.HasSeparator = false;
52 // Internal child Circ.Frontend.GtkSharp.ConnectionDialog.VBox
53 Gtk.VBox w1 = this.VBox;
54 w1.Events = ((Gdk.EventMask)(256));
55 w1.Name = "dialog_VBox";
56 w1.BorderWidth = ((uint)(2));
57 // Container child dialog_VBox.Gtk.Box+BoxChild
58 this.frame1 = new Gtk.Frame();
59 this.frame1.Name = "frame1";
60 this.frame1.ShadowType = ((Gtk.ShadowType)(0));
61 this.frame1.LabelXalign = 0F;
62 // Container child frame1.Gtk.Container+ContainerChild
63 this.GtkAlignment = new Gtk.Alignment(0F, 0F, 1F, 1F);
64 this.GtkAlignment.Name = "GtkAlignment";
65 this.GtkAlignment.LeftPadding = ((uint)(12));
66 // Container child GtkAlignment.Gtk.Container+ContainerChild
67 this.hbox2 = new Gtk.HBox();
68 this.hbox2.Name = "hbox2";
69 this.hbox2.Spacing = 10;
70 // Container child hbox2.Gtk.Box+BoxChild
71 this.serverList = new Gtk.TreeView();
72 this.serverList.WidthRequest = 133;
73 this.serverList.HeightRequest = 235;
74 this.serverList.CanFocus = true;
75 this.serverList.Name = "serverList";
76 this.hbox2.Add(this.serverList);
77 Gtk.Box.BoxChild w2 = ((Gtk.Box.BoxChild)(this.hbox2[this.serverList]));
78 w2.Position = 0;
79 // Container child hbox2.Gtk.Box+BoxChild
80 this.alignment1 = new Gtk.Alignment(0.5F, 0.5F, 1F, 1F);
81 this.alignment1.Name = "alignment1";
82 this.alignment1.LeftPadding = ((uint)(5));
83 this.alignment1.TopPadding = ((uint)(43));
84 this.alignment1.RightPadding = ((uint)(11));
85 // Container child alignment1.Gtk.Container+ContainerChild
86 this.table1 = new Gtk.Table(((uint)(3)), ((uint)(2)), false);
87 this.table1.Name = "table1";
88 this.table1.RowSpacing = ((uint)(15));
89 this.table1.ColumnSpacing = ((uint)(6));
90 // Container child table1.Gtk.Table+TableChild
91 this.entry3 = new Gtk.Entry();
92 this.entry3.CanFocus = true;
93 this.entry3.Name = "entry3";
94 this.entry3.IsEditable = true;
95 this.entry3.InvisibleChar = '●';
96 this.table1.Add(this.entry3);
97 Gtk.Table.TableChild w3 = ((Gtk.Table.TableChild)(this.table1[this.entry3]));
98 w3.LeftAttach = ((uint)(1));
99 w3.RightAttach = ((uint)(2));
100 w3.YOptions = ((Gtk.AttachOptions)(4));
101 // Container child table1.Gtk.Table+TableChild
102 this.entry4 = new Gtk.Entry();
103 this.entry4.CanFocus = true;
104 this.entry4.Name = "entry4";
105 this.entry4.IsEditable = true;
106 this.entry4.InvisibleChar = '●';
107 this.table1.Add(this.entry4);
108 Gtk.Table.TableChild w4 = ((Gtk.Table.TableChild)(this.table1[this.entry4]));
109 w4.TopAttach = ((uint)(1));
110 w4.BottomAttach = ((uint)(2));
111 w4.LeftAttach = ((uint)(1));
112 w4.RightAttach = ((uint)(2));
113 w4.YOptions = ((Gtk.AttachOptions)(4));
114 // Container child table1.Gtk.Table+TableChild
115 this.entry5 = new Gtk.Entry();
116 this.entry5.CanFocus = true;
117 this.entry5.Name = "entry5";
118 this.entry5.IsEditable = true;
119 this.entry5.InvisibleChar = '●';
120 this.table1.Add(this.entry5);
121 Gtk.Table.TableChild w5 = ((Gtk.Table.TableChild)(this.table1[this.entry5]));
122 w5.TopAttach = ((uint)(2));
123 w5.BottomAttach = ((uint)(3));
124 w5.LeftAttach = ((uint)(1));
125 w5.RightAttach = ((uint)(2));
126 w5.YOptions = ((Gtk.AttachOptions)(4));
127 // Container child table1.Gtk.Table+TableChild
128 this.label3 = new Gtk.Label();
129 this.label3.Name = "label3";
130 this.label3.LabelProp = Mono.Unix.Catalog.GetString("Pseudo :");
131 this.label3.Justify = ((Gtk.Justification)(1));
132 this.table1.Add(this.label3);
133 Gtk.Table.TableChild w6 = ((Gtk.Table.TableChild)(this.table1[this.label3]));
134 w6.XOptions = ((Gtk.AttachOptions)(4));
135 w6.YOptions = ((Gtk.AttachOptions)(4));
136 // Container child table1.Gtk.Table+TableChild
137 this.label4 = new Gtk.Label();
138 this.label4.Name = "label4";
139 this.label4.LabelProp = Mono.Unix.Catalog.GetString("Nom réel : ");
140 this.label4.Justify = ((Gtk.Justification)(1));
141 this.table1.Add(this.label4);
142 Gtk.Table.TableChild w7 = ((Gtk.Table.TableChild)(this.table1[this.label4]));
143 w7.TopAttach = ((uint)(1));
144 w7.BottomAttach = ((uint)(2));
145 w7.XOptions = ((Gtk.AttachOptions)(4));
146 w7.YOptions = ((Gtk.AttachOptions)(4));
147 // Container child table1.Gtk.Table+TableChild
148 this.label5 = new Gtk.Label();
149 this.label5.Name = "label5";
150 this.label5.LabelProp = Mono.Unix.Catalog.GetString("Mot de passe :");
151 this.label5.Justify = ((Gtk.Justification)(1));
152 this.table1.Add(this.label5);
153 Gtk.Table.TableChild w8 = ((Gtk.Table.TableChild)(this.table1[this.label5]));
154 w8.TopAttach = ((uint)(2));
155 w8.BottomAttach = ((uint)(3));
156 w8.XOptions = ((Gtk.AttachOptions)(4));
157 w8.YOptions = ((Gtk.AttachOptions)(4));
158 this.alignment1.Add(this.table1);
159 this.hbox2.Add(this.alignment1);
160 Gtk.Box.BoxChild w10 = ((Gtk.Box.BoxChild)(this.hbox2[this.alignment1]));
161 w10.Position = 1;
162 this.GtkAlignment.Add(this.hbox2);
163 this.frame1.Add(this.GtkAlignment);
164 this.GtkLabel = new Gtk.Label();
165 this.GtkLabel.Name = "GtkLabel";
166 this.GtkLabel.LabelProp = Mono.Unix.Catalog.GetString("<b>Choose your servers</b>");
167 this.GtkLabel.UseMarkup = true;
168 this.frame1.LabelWidget = this.GtkLabel;
169 w1.Add(this.frame1);
170 Gtk.Box.BoxChild w13 = ((Gtk.Box.BoxChild)(w1[this.frame1]));
171 w13.Position = 0;
172 w13.Expand = false;
173 w13.Fill = false;
174 // Internal child Circ.Frontend.GtkSharp.ConnectionDialog.ActionArea
175 Gtk.HButtonBox w14 = this.ActionArea;
176 w14.Events = ((Gdk.EventMask)(256));
177 w14.Name = "Circ.Frontend.GtkSharp.ConnectionDialog_ActionArea";
178 w14.Spacing = 6;
179 w14.BorderWidth = ((uint)(5));
180 w14.LayoutStyle = ((Gtk.ButtonBoxStyle)(4));
181 // Container child Circ.Frontend.GtkSharp.ConnectionDialog_ActionArea.Gtk.ButtonBox+ButtonBoxChild
182 this.button1 = new Gtk.Button();
183 this.button1.CanDefault = true;
184 this.button1.CanFocus = true;
185 this.button1.Name = "button1";
186 this.button1.UseStock = true;
187 this.button1.UseUnderline = true;
188 this.button1.Label = "gtk-apply";
189 this.AddActionWidget(this.button1, -10);
190 Gtk.ButtonBox.ButtonBoxChild w15 = ((Gtk.ButtonBox.ButtonBoxChild)(w14[this.button1]));
191 w15.Expand = false;
192 w15.Fill = false;
193 if ((this.Child != null)) {
194 this.Child.ShowAll();
196 this.DefaultWidth = 543;
197 this.DefaultHeight = 329;
198 this.Show();