/!\ Warning: this commit doesn't compile /!
[circ.git] / Circ.Frontend.GtkSharp / gtk-gui / Circ.Frontend.GtkSharp.ConnectionDialog.cs
blob22721b216b9bd168dbd72e7369a310c1f15af91d
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.Name = "serverList";
75 this.hbox2.Add(this.serverList);
76 Gtk.Box.BoxChild w2 = ((Gtk.Box.BoxChild)(this.hbox2[this.serverList]));
77 w2.Position = 0;
78 // Container child hbox2.Gtk.Box+BoxChild
79 this.alignment1 = new Gtk.Alignment(0.5F, 0.5F, 1F, 1F);
80 this.alignment1.Name = "alignment1";
81 this.alignment1.LeftPadding = ((uint)(5));
82 this.alignment1.TopPadding = ((uint)(43));
83 this.alignment1.RightPadding = ((uint)(11));
84 // Container child alignment1.Gtk.Container+ContainerChild
85 this.table1 = new Gtk.Table(((uint)(3)), ((uint)(2)), false);
86 this.table1.Name = "table1";
87 this.table1.RowSpacing = ((uint)(15));
88 this.table1.ColumnSpacing = ((uint)(6));
89 // Container child table1.Gtk.Table+TableChild
90 this.entry3 = new Gtk.Entry();
91 this.entry3.Name = "entry3";
92 this.entry3.IsEditable = true;
93 this.entry3.InvisibleChar = '●';
94 this.table1.Add(this.entry3);
95 Gtk.Table.TableChild w3 = ((Gtk.Table.TableChild)(this.table1[this.entry3]));
96 w3.RightAttach = ((uint)(2));
97 w3.YOptions = ((Gtk.AttachOptions)(4));
98 // Container child table1.Gtk.Table+TableChild
99 this.entry4 = new Gtk.Entry();
100 this.entry4.Name = "entry4";
101 this.entry4.IsEditable = true;
102 this.entry4.InvisibleChar = '●';
103 this.table1.Add(this.entry4);
104 Gtk.Table.TableChild w4 = ((Gtk.Table.TableChild)(this.table1[this.entry4]));
105 w4.TopAttach = ((uint)(1));
106 w4.BottomAttach = ((uint)(2));
107 w4.RightAttach = ((uint)(2));
108 w4.YOptions = ((Gtk.AttachOptions)(4));
109 // Container child table1.Gtk.Table+TableChild
110 this.entry5 = new Gtk.Entry();
111 this.entry5.Name = "entry5";
112 this.entry5.IsEditable = true;
113 this.entry5.InvisibleChar = '●';
114 this.table1.Add(this.entry5);
115 Gtk.Table.TableChild w5 = ((Gtk.Table.TableChild)(this.table1[this.entry5]));
116 w5.TopAttach = ((uint)(2));
117 w5.BottomAttach = ((uint)(3));
118 w5.RightAttach = ((uint)(2));
119 w5.YOptions = ((Gtk.AttachOptions)(4));
120 // Container child table1.Gtk.Table+TableChild
121 this.label3 = new Gtk.Label();
122 this.label3.Name = "label3";
123 this.label3.LabelProp = Mono.Unix.Catalog.GetString("Pseudo :");
124 this.label3.Justify = ((Gtk.Justification)(1));
125 this.table1.Add(this.label3);
126 Gtk.Table.TableChild w6 = ((Gtk.Table.TableChild)(this.table1[this.label3]));
127 w6.XOptions = ((Gtk.AttachOptions)(4));
128 w6.YOptions = ((Gtk.AttachOptions)(4));
129 // Container child table1.Gtk.Table+TableChild
130 this.label4 = new Gtk.Label();
131 this.label4.Name = "label4";
132 this.label4.LabelProp = Mono.Unix.Catalog.GetString("Nom réel : ");
133 this.label4.Justify = ((Gtk.Justification)(1));
134 this.table1.Add(this.label4);
135 Gtk.Table.TableChild w7 = ((Gtk.Table.TableChild)(this.table1[this.label4]));
136 w7.TopAttach = ((uint)(1));
137 w7.BottomAttach = ((uint)(2));
138 w7.XOptions = ((Gtk.AttachOptions)(4));
139 w7.YOptions = ((Gtk.AttachOptions)(4));
140 // Container child table1.Gtk.Table+TableChild
141 this.label5 = new Gtk.Label();
142 this.label5.Name = "label5";
143 this.label5.LabelProp = Mono.Unix.Catalog.GetString("Mot de passe :");
144 this.label5.Justify = ((Gtk.Justification)(1));
145 this.table1.Add(this.label5);
146 Gtk.Table.TableChild w8 = ((Gtk.Table.TableChild)(this.table1[this.label5]));
147 w8.TopAttach = ((uint)(2));
148 w8.BottomAttach = ((uint)(3));
149 w8.XOptions = ((Gtk.AttachOptions)(4));
150 w8.YOptions = ((Gtk.AttachOptions)(4));
151 this.alignment1.Add(this.table1);
152 this.hbox2.Add(this.alignment1);
153 Gtk.Box.BoxChild w10 = ((Gtk.Box.BoxChild)(this.hbox2[this.alignment1]));
154 w10.Position = 1;
155 this.GtkAlignment.Add(this.hbox2);
156 this.frame1.Add(this.GtkAlignment);
157 this.GtkLabel = new Gtk.Label();
158 this.GtkLabel.Name = "GtkLabel";
159 this.GtkLabel.LabelProp = Mono.Unix.Catalog.GetString("<b>Choose your servers</b>");
160 this.GtkLabel.UseMarkup = true;
161 this.frame1.LabelWidget = this.GtkLabel;
162 w1.Add(this.frame1);
163 Gtk.Box.BoxChild w13 = ((Gtk.Box.BoxChild)(w1[this.frame1]));
164 w13.Position = 0;
165 w13.Expand = false;
166 w13.Fill = false;
167 // Internal child Circ.Frontend.GtkSharp.ConnectionDialog.ActionArea
168 Gtk.HButtonBox w14 = this.ActionArea;
169 w14.Events = ((Gdk.EventMask)(256));
170 w14.Name = "Circ.Frontend.GtkSharp.ConnectionDialog_ActionArea";
171 w14.Spacing = 6;
172 w14.BorderWidth = ((uint)(5));
173 w14.LayoutStyle = ((Gtk.ButtonBoxStyle)(4));
174 // Container child Circ.Frontend.GtkSharp.ConnectionDialog_ActionArea.Gtk.ButtonBox+ButtonBoxChild
175 this.button1 = new Gtk.Button();
176 this.button1.CanDefault = true;
177 this.button1.Name = "button1";
178 this.button1.UseStock = true;
179 this.button1.UseUnderline = true;
180 this.button1.Label = "gtk-apply";
181 this.AddActionWidget(this.button1, -10);
182 Gtk.ButtonBox.ButtonBoxChild w15 = ((Gtk.ButtonBox.ButtonBoxChild)(w14[this.button1]));
183 w15.Expand = false;
184 w15.Fill = false;
185 if ((this.Child != null)) {
186 this.Child.ShowAll();
188 this.DefaultWidth = 543;
189 this.DefaultHeight = 329;
190 this.Show();