1 
2 // This file has been generated by the GUI designer. Do not modify.
3 namespace Smuxi.Frontend.Gnome
4 {
5 	public partial class ServerWidget
6 	{
7 		private global::Gtk.VBox vbox16;
8 		private global::Gtk.Table table2;
9 		private global::Gtk.Label f_HostnameLabel;
10 		private global::Gtk.ComboBoxEntry f_NetworkComboBoxEntry;
11 		private global::Gtk.Label f_NetworkLabel;
12 		private global::Gtk.Entry f_NicknameEntry;
13 		private global::Gtk.Label f_NicknameLabel;
14 		private global::Gtk.Label f_PasswordLabel;
15 		private global::Gtk.ComboBox f_ProtocolComboBox;
16 		private global::Gtk.Entry f_RealnameEntry;
17 		private global::Gtk.Label f_RealnameLabel;
18 		private global::Gtk.Entry f_UsernameEntry;
19 		private global::Gtk.HBox hbox10;
20 		private global::Gtk.Entry f_HostnameEntry;
21 		private global::Gtk.HBox hbox11;
22 		private global::Gtk.Label f_PortLabel;
23 		private global::Gtk.SpinButton f_PortSpinButton;
24 		private global::Gtk.HBox hbox2;
25 		private global::Gtk.Entry f_PasswordEntry;
26 		private global::Gtk.CheckButton f_ShowPasswordCheckButton;
27 		private global::Gtk.Label label21;
28 		private global::Gtk.Label label5;
29 		private global::Gtk.CheckButton f_OnStartupConnectCheckButton;
30 		private global::Gtk.CheckButton f_UseEncryptionCheckButton;
31 		private global::Gtk.CheckButton f_ValidateServerCertificateCheckButton;
32 		private global::Gtk.VBox vbox2;
33 		private global::Gtk.HBox hbox3;
34 		private global::Gtk.Label label37;
35 		private global::Gtk.CheckButton f_IgnoreOnConnectCommandsCheckButton;
36 		private global::Gtk.ScrolledWindow scrolledwindow1;
37 		private global::Gtk.TextView f_OnConnectCommandsTextView;
38 
Build()39 		protected virtual void Build ()
40 		{
41 			global::Stetic.Gui.Initialize (this);
42 			// Widget Smuxi.Frontend.Gnome.ServerWidget
43 			global::Stetic.BinContainer.Attach (this);
44 			this.Name = "Smuxi.Frontend.Gnome.ServerWidget";
45 			// Container child Smuxi.Frontend.Gnome.ServerWidget.Gtk.Container+ContainerChild
46 			this.vbox16 = new global::Gtk.VBox ();
47 			this.vbox16.Name = "vbox16";
48 			this.vbox16.Spacing = 5;
49 			// Container child vbox16.Gtk.Box+BoxChild
50 			this.table2 = new global::Gtk.Table (((uint)(7)), ((uint)(2)), false);
51 			this.table2.Name = "table2";
52 			this.table2.RowSpacing = ((uint)(5));
53 			this.table2.ColumnSpacing = ((uint)(5));
54 			// Container child table2.Gtk.Table+TableChild
55 			this.f_HostnameLabel = new global::Gtk.Label ();
56 			this.f_HostnameLabel.Name = "f_HostnameLabel";
57 			this.f_HostnameLabel.Xalign = 0F;
58 			this.f_HostnameLabel.LabelProp = global::Mono.Unix.Catalog.GetString ("_Hostname:");
59 			this.f_HostnameLabel.UseUnderline = true;
60 			this.table2.Add (this.f_HostnameLabel);
61 			global::Gtk.Table.TableChild w1 = ((global::Gtk.Table.TableChild)(this.table2 [this.f_HostnameLabel]));
62 			w1.TopAttach = ((uint)(1));
63 			w1.BottomAttach = ((uint)(2));
64 			// Container child table2.Gtk.Table+TableChild
65 			this.f_NetworkComboBoxEntry = global::Gtk.ComboBoxEntry.NewText ();
66 			this.f_NetworkComboBoxEntry.Name = "f_NetworkComboBoxEntry";
67 			this.table2.Add (this.f_NetworkComboBoxEntry);
68 			global::Gtk.Table.TableChild w2 = ((global::Gtk.Table.TableChild)(this.table2 [this.f_NetworkComboBoxEntry]));
69 			w2.TopAttach = ((uint)(2));
70 			w2.BottomAttach = ((uint)(3));
71 			w2.LeftAttach = ((uint)(1));
72 			w2.RightAttach = ((uint)(2));
73 			w2.XOptions = ((global::Gtk.AttachOptions)(4));
74 			w2.YOptions = ((global::Gtk.AttachOptions)(4));
75 			// Container child table2.Gtk.Table+TableChild
76 			this.f_NetworkLabel = new global::Gtk.Label ();
77 			this.f_NetworkLabel.Name = "f_NetworkLabel";
78 			this.f_NetworkLabel.Xalign = 0F;
79 			this.f_NetworkLabel.LabelProp = global::Mono.Unix.Catalog.GetString ("_Network:");
80 			this.f_NetworkLabel.UseUnderline = true;
81 			this.table2.Add (this.f_NetworkLabel);
82 			global::Gtk.Table.TableChild w3 = ((global::Gtk.Table.TableChild)(this.table2 [this.f_NetworkLabel]));
83 			w3.TopAttach = ((uint)(2));
84 			w3.BottomAttach = ((uint)(3));
85 			w3.XOptions = ((global::Gtk.AttachOptions)(4));
86 			w3.YOptions = ((global::Gtk.AttachOptions)(4));
87 			// Container child table2.Gtk.Table+TableChild
88 			this.f_NicknameEntry = new global::Gtk.Entry ();
89 			this.f_NicknameEntry.CanFocus = true;
90 			this.f_NicknameEntry.Name = "f_NicknameEntry";
91 			this.f_NicknameEntry.IsEditable = true;
92 			this.f_NicknameEntry.InvisibleChar = '●';
93 			this.table2.Add (this.f_NicknameEntry);
94 			global::Gtk.Table.TableChild w4 = ((global::Gtk.Table.TableChild)(this.table2 [this.f_NicknameEntry]));
95 			w4.TopAttach = ((uint)(3));
96 			w4.BottomAttach = ((uint)(4));
97 			w4.LeftAttach = ((uint)(1));
98 			w4.RightAttach = ((uint)(2));
99 			w4.XOptions = ((global::Gtk.AttachOptions)(4));
100 			w4.YOptions = ((global::Gtk.AttachOptions)(4));
101 			// Container child table2.Gtk.Table+TableChild
102 			this.f_NicknameLabel = new global::Gtk.Label ();
103 			this.f_NicknameLabel.Name = "f_NicknameLabel";
104 			this.f_NicknameLabel.Xalign = 0F;
105 			this.f_NicknameLabel.LabelProp = global::Mono.Unix.Catalog.GetString ("Nickname:");
106 			this.table2.Add (this.f_NicknameLabel);
107 			global::Gtk.Table.TableChild w5 = ((global::Gtk.Table.TableChild)(this.table2 [this.f_NicknameLabel]));
108 			w5.TopAttach = ((uint)(3));
109 			w5.BottomAttach = ((uint)(4));
110 			w5.XOptions = ((global::Gtk.AttachOptions)(4));
111 			w5.YOptions = ((global::Gtk.AttachOptions)(4));
112 			// Container child table2.Gtk.Table+TableChild
113 			this.f_PasswordLabel = new global::Gtk.Label ();
114 			this.f_PasswordLabel.Name = "f_PasswordLabel";
115 			this.f_PasswordLabel.Xalign = 0F;
116 			this.f_PasswordLabel.LabelProp = global::Mono.Unix.Catalog.GetString ("_Password:");
117 			this.f_PasswordLabel.UseUnderline = true;
118 			this.table2.Add (this.f_PasswordLabel);
119 			global::Gtk.Table.TableChild w6 = ((global::Gtk.Table.TableChild)(this.table2 [this.f_PasswordLabel]));
120 			w6.TopAttach = ((uint)(6));
121 			w6.BottomAttach = ((uint)(7));
122 			// Container child table2.Gtk.Table+TableChild
123 			this.f_ProtocolComboBox = new global::Gtk.ComboBox ();
124 			this.f_ProtocolComboBox.Name = "f_ProtocolComboBox";
125 			this.table2.Add (this.f_ProtocolComboBox);
126 			global::Gtk.Table.TableChild w7 = ((global::Gtk.Table.TableChild)(this.table2 [this.f_ProtocolComboBox]));
127 			w7.LeftAttach = ((uint)(1));
128 			w7.RightAttach = ((uint)(2));
129 			// Container child table2.Gtk.Table+TableChild
130 			this.f_RealnameEntry = new global::Gtk.Entry ();
131 			this.f_RealnameEntry.CanFocus = true;
132 			this.f_RealnameEntry.Name = "f_RealnameEntry";
133 			this.f_RealnameEntry.IsEditable = true;
134 			this.f_RealnameEntry.InvisibleChar = '●';
135 			this.table2.Add (this.f_RealnameEntry);
136 			global::Gtk.Table.TableChild w8 = ((global::Gtk.Table.TableChild)(this.table2 [this.f_RealnameEntry]));
137 			w8.TopAttach = ((uint)(4));
138 			w8.BottomAttach = ((uint)(5));
139 			w8.LeftAttach = ((uint)(1));
140 			w8.RightAttach = ((uint)(2));
141 			w8.XOptions = ((global::Gtk.AttachOptions)(4));
142 			w8.YOptions = ((global::Gtk.AttachOptions)(4));
143 			// Container child table2.Gtk.Table+TableChild
144 			this.f_RealnameLabel = new global::Gtk.Label ();
145 			this.f_RealnameLabel.Name = "f_RealnameLabel";
146 			this.f_RealnameLabel.Xalign = 0F;
147 			this.f_RealnameLabel.LabelProp = global::Mono.Unix.Catalog.GetString ("Realname:");
148 			this.table2.Add (this.f_RealnameLabel);
149 			global::Gtk.Table.TableChild w9 = ((global::Gtk.Table.TableChild)(this.table2 [this.f_RealnameLabel]));
150 			w9.TopAttach = ((uint)(4));
151 			w9.BottomAttach = ((uint)(5));
152 			w9.XOptions = ((global::Gtk.AttachOptions)(4));
153 			w9.YOptions = ((global::Gtk.AttachOptions)(4));
154 			// Container child table2.Gtk.Table+TableChild
155 			this.f_UsernameEntry = new global::Gtk.Entry ();
156 			this.f_UsernameEntry.Name = "f_UsernameEntry";
157 			this.f_UsernameEntry.IsEditable = true;
158 			this.f_UsernameEntry.InvisibleChar = '●';
159 			this.table2.Add (this.f_UsernameEntry);
160 			global::Gtk.Table.TableChild w10 = ((global::Gtk.Table.TableChild)(this.table2 [this.f_UsernameEntry]));
161 			w10.TopAttach = ((uint)(5));
162 			w10.BottomAttach = ((uint)(6));
163 			w10.LeftAttach = ((uint)(1));
164 			w10.RightAttach = ((uint)(2));
165 			// Container child table2.Gtk.Table+TableChild
166 			this.hbox10 = new global::Gtk.HBox ();
167 			this.hbox10.Name = "hbox10";
168 			// Container child hbox10.Gtk.Box+BoxChild
169 			this.f_HostnameEntry = new global::Gtk.Entry ();
170 			this.f_HostnameEntry.Name = "f_HostnameEntry";
171 			this.f_HostnameEntry.IsEditable = true;
172 			this.f_HostnameEntry.InvisibleChar = '●';
173 			this.hbox10.Add (this.f_HostnameEntry);
174 			global::Gtk.Box.BoxChild w11 = ((global::Gtk.Box.BoxChild)(this.hbox10 [this.f_HostnameEntry]));
175 			w11.Position = 0;
176 			// Container child hbox10.Gtk.Box+BoxChild
177 			this.hbox11 = new global::Gtk.HBox ();
178 			this.hbox11.Name = "hbox11";
179 			this.hbox11.Spacing = 5;
180 			// Container child hbox11.Gtk.Box+BoxChild
181 			this.f_PortLabel = new global::Gtk.Label ();
182 			this.f_PortLabel.Name = "f_PortLabel";
183 			this.f_PortLabel.LabelProp = global::Mono.Unix.Catalog.GetString ("_Port:");
184 			this.f_PortLabel.UseUnderline = true;
185 			this.hbox11.Add (this.f_PortLabel);
186 			global::Gtk.Box.BoxChild w12 = ((global::Gtk.Box.BoxChild)(this.hbox11 [this.f_PortLabel]));
187 			w12.Position = 0;
188 			// Container child hbox11.Gtk.Box+BoxChild
189 			this.f_PortSpinButton = new global::Gtk.SpinButton (0, 65535, 1);
190 			this.f_PortSpinButton.Name = "f_PortSpinButton";
191 			this.f_PortSpinButton.Adjustment.PageIncrement = 10;
192 			this.f_PortSpinButton.Adjustment.PageSize = 10;
193 			this.f_PortSpinButton.ClimbRate = 1;
194 			this.f_PortSpinButton.Numeric = true;
195 			this.hbox11.Add (this.f_PortSpinButton);
196 			global::Gtk.Box.BoxChild w13 = ((global::Gtk.Box.BoxChild)(this.hbox11 [this.f_PortSpinButton]));
197 			w13.Position = 1;
198 			this.hbox10.Add (this.hbox11);
199 			global::Gtk.Box.BoxChild w14 = ((global::Gtk.Box.BoxChild)(this.hbox10 [this.hbox11]));
200 			w14.Position = 1;
201 			this.table2.Add (this.hbox10);
202 			global::Gtk.Table.TableChild w15 = ((global::Gtk.Table.TableChild)(this.table2 [this.hbox10]));
203 			w15.TopAttach = ((uint)(1));
204 			w15.BottomAttach = ((uint)(2));
205 			w15.LeftAttach = ((uint)(1));
206 			w15.RightAttach = ((uint)(2));
207 			// Container child table2.Gtk.Table+TableChild
208 			this.hbox2 = new global::Gtk.HBox ();
209 			this.hbox2.Name = "hbox2";
210 			this.hbox2.Spacing = 6;
211 			// Container child hbox2.Gtk.Box+BoxChild
212 			this.f_PasswordEntry = new global::Gtk.Entry ();
213 			this.f_PasswordEntry.Name = "f_PasswordEntry";
214 			this.f_PasswordEntry.IsEditable = true;
215 			this.f_PasswordEntry.Visibility = false;
216 			this.f_PasswordEntry.InvisibleChar = '●';
217 			this.hbox2.Add (this.f_PasswordEntry);
218 			global::Gtk.Box.BoxChild w16 = ((global::Gtk.Box.BoxChild)(this.hbox2 [this.f_PasswordEntry]));
219 			w16.Position = 0;
220 			// Container child hbox2.Gtk.Box+BoxChild
221 			this.f_ShowPasswordCheckButton = new global::Gtk.CheckButton ();
222 			this.f_ShowPasswordCheckButton.CanFocus = true;
223 			this.f_ShowPasswordCheckButton.Name = "f_ShowPasswordCheckButton";
224 			this.f_ShowPasswordCheckButton.Label = global::Mono.Unix.Catalog.GetString ("Show Password");
225 			this.f_ShowPasswordCheckButton.DrawIndicator = true;
226 			this.f_ShowPasswordCheckButton.UseUnderline = true;
227 			this.hbox2.Add (this.f_ShowPasswordCheckButton);
228 			global::Gtk.Box.BoxChild w17 = ((global::Gtk.Box.BoxChild)(this.hbox2 [this.f_ShowPasswordCheckButton]));
229 			w17.Position = 1;
230 			this.table2.Add (this.hbox2);
231 			global::Gtk.Table.TableChild w18 = ((global::Gtk.Table.TableChild)(this.table2 [this.hbox2]));
232 			w18.TopAttach = ((uint)(6));
233 			w18.BottomAttach = ((uint)(7));
234 			w18.LeftAttach = ((uint)(1));
235 			w18.RightAttach = ((uint)(2));
236 			w18.XOptions = ((global::Gtk.AttachOptions)(4));
237 			w18.YOptions = ((global::Gtk.AttachOptions)(4));
238 			// Container child table2.Gtk.Table+TableChild
239 			this.label21 = new global::Gtk.Label ();
240 			this.label21.Name = "label21";
241 			this.label21.Xalign = 0F;
242 			this.label21.LabelProp = global::Mono.Unix.Catalog.GetString ("_Username:");
243 			this.label21.UseUnderline = true;
244 			this.table2.Add (this.label21);
245 			global::Gtk.Table.TableChild w19 = ((global::Gtk.Table.TableChild)(this.table2 [this.label21]));
246 			w19.TopAttach = ((uint)(5));
247 			w19.BottomAttach = ((uint)(6));
248 			// Container child table2.Gtk.Table+TableChild
249 			this.label5 = new global::Gtk.Label ();
250 			this.label5.Name = "label5";
251 			this.label5.Xalign = 0F;
252 			this.label5.LabelProp = global::Mono.Unix.Catalog.GetString ("_Protocol:");
253 			this.label5.UseUnderline = true;
254 			this.table2.Add (this.label5);
255 			this.vbox16.Add (this.table2);
256 			global::Gtk.Box.BoxChild w21 = ((global::Gtk.Box.BoxChild)(this.vbox16 [this.table2]));
257 			w21.Position = 0;
258 			w21.Expand = false;
259 			// Container child vbox16.Gtk.Box+BoxChild
260 			this.f_OnStartupConnectCheckButton = new global::Gtk.CheckButton ();
261 			this.f_OnStartupConnectCheckButton.CanFocus = true;
262 			this.f_OnStartupConnectCheckButton.Name = "f_OnStartupConnectCheckButton";
263 			this.f_OnStartupConnectCheckButton.Label = global::Mono.Unix.Catalog.GetString ("Automatically connect to server at startup");
264 			this.f_OnStartupConnectCheckButton.DrawIndicator = true;
265 			this.f_OnStartupConnectCheckButton.UseUnderline = true;
266 			this.f_OnStartupConnectCheckButton.Xalign = 0F;
267 			this.vbox16.Add (this.f_OnStartupConnectCheckButton);
268 			global::Gtk.Box.BoxChild w22 = ((global::Gtk.Box.BoxChild)(this.vbox16 [this.f_OnStartupConnectCheckButton]));
269 			w22.Position = 1;
270 			w22.Expand = false;
271 			w22.Fill = false;
272 			// Container child vbox16.Gtk.Box+BoxChild
273 			this.f_UseEncryptionCheckButton = new global::Gtk.CheckButton ();
274 			this.f_UseEncryptionCheckButton.CanFocus = true;
275 			this.f_UseEncryptionCheckButton.Name = "f_UseEncryptionCheckButton";
276 			this.f_UseEncryptionCheckButton.Label = global::Mono.Unix.Catalog.GetString ("Use Encryption");
277 			this.f_UseEncryptionCheckButton.DrawIndicator = true;
278 			this.f_UseEncryptionCheckButton.UseUnderline = true;
279 			this.vbox16.Add (this.f_UseEncryptionCheckButton);
280 			global::Gtk.Box.BoxChild w23 = ((global::Gtk.Box.BoxChild)(this.vbox16 [this.f_UseEncryptionCheckButton]));
281 			w23.Position = 2;
282 			w23.Expand = false;
283 			w23.Fill = false;
284 			// Container child vbox16.Gtk.Box+BoxChild
285 			this.f_ValidateServerCertificateCheckButton = new global::Gtk.CheckButton ();
286 			this.f_ValidateServerCertificateCheckButton.CanFocus = true;
287 			this.f_ValidateServerCertificateCheckButton.Name = "f_ValidateServerCertificateCheckButton";
288 			this.f_ValidateServerCertificateCheckButton.Label = global::Mono.Unix.Catalog.GetString ("Validate Server Certificate");
289 			this.f_ValidateServerCertificateCheckButton.DrawIndicator = true;
290 			this.f_ValidateServerCertificateCheckButton.UseUnderline = true;
291 			this.vbox16.Add (this.f_ValidateServerCertificateCheckButton);
292 			global::Gtk.Box.BoxChild w24 = ((global::Gtk.Box.BoxChild)(this.vbox16 [this.f_ValidateServerCertificateCheckButton]));
293 			w24.Position = 3;
294 			w24.Expand = false;
295 			w24.Fill = false;
296 			// Container child vbox16.Gtk.Box+BoxChild
297 			this.vbox2 = new global::Gtk.VBox ();
298 			this.vbox2.Name = "vbox2";
299 			this.vbox2.Spacing = 5;
300 			// Container child vbox2.Gtk.Box+BoxChild
301 			this.hbox3 = new global::Gtk.HBox ();
302 			this.hbox3.Name = "hbox3";
303 			this.hbox3.Spacing = 6;
304 			// Container child hbox3.Gtk.Box+BoxChild
305 			this.label37 = new global::Gtk.Label ();
306 			this.label37.Name = "label37";
307 			this.label37.Xalign = 0F;
308 			this.label37.LabelProp = global::Mono.Unix.Catalog.GetString ("_On Connect Commands:");
309 			this.label37.UseUnderline = true;
310 			this.hbox3.Add (this.label37);
311 			global::Gtk.Box.BoxChild w25 = ((global::Gtk.Box.BoxChild)(this.hbox3 [this.label37]));
312 			w25.Position = 0;
313 			w25.Expand = false;
314 			w25.Fill = false;
315 			// Container child hbox3.Gtk.Box+BoxChild
316 			this.f_IgnoreOnConnectCommandsCheckButton = new global::Gtk.CheckButton ();
317 			this.f_IgnoreOnConnectCommandsCheckButton.CanFocus = true;
318 			this.f_IgnoreOnConnectCommandsCheckButton.Name = "f_IgnoreOnConnectCommandsCheckButton";
319 			this.f_IgnoreOnConnectCommandsCheckButton.Label = global::Mono.Unix.Catalog.GetString ("_Ignore Commands");
320 			this.f_IgnoreOnConnectCommandsCheckButton.DrawIndicator = true;
321 			this.f_IgnoreOnConnectCommandsCheckButton.UseUnderline = true;
322 			this.hbox3.Add (this.f_IgnoreOnConnectCommandsCheckButton);
323 			global::Gtk.Box.BoxChild w26 = ((global::Gtk.Box.BoxChild)(this.hbox3 [this.f_IgnoreOnConnectCommandsCheckButton]));
324 			w26.Position = 1;
325 			this.vbox2.Add (this.hbox3);
326 			global::Gtk.Box.BoxChild w27 = ((global::Gtk.Box.BoxChild)(this.vbox2 [this.hbox3]));
327 			w27.Position = 0;
328 			w27.Expand = false;
329 			w27.Fill = false;
330 			// Container child vbox2.Gtk.Box+BoxChild
331 			this.scrolledwindow1 = new global::Gtk.ScrolledWindow ();
332 			this.scrolledwindow1.WidthRequest = 350;
333 			this.scrolledwindow1.HeightRequest = 100;
334 			this.scrolledwindow1.Name = "scrolledwindow1";
335 			this.scrolledwindow1.ShadowType = ((global::Gtk.ShadowType)(1));
336 			// Container child scrolledwindow1.Gtk.Container+ContainerChild
337 			this.f_OnConnectCommandsTextView = new global::Gtk.TextView ();
338 			this.f_OnConnectCommandsTextView.WidthRequest = 152;
339 			this.f_OnConnectCommandsTextView.HeightRequest = 168;
340 			this.f_OnConnectCommandsTextView.Name = "f_OnConnectCommandsTextView";
341 			this.f_OnConnectCommandsTextView.WrapMode = ((global::Gtk.WrapMode)(2));
342 			this.scrolledwindow1.Add (this.f_OnConnectCommandsTextView);
343 			this.vbox2.Add (this.scrolledwindow1);
344 			global::Gtk.Box.BoxChild w29 = ((global::Gtk.Box.BoxChild)(this.vbox2 [this.scrolledwindow1]));
345 			w29.Position = 1;
346 			this.vbox16.Add (this.vbox2);
347 			global::Gtk.Box.BoxChild w30 = ((global::Gtk.Box.BoxChild)(this.vbox16 [this.vbox2]));
348 			w30.Position = 4;
349 			this.Add (this.vbox16);
350 			if ((this.Child != null)) {
351 				this.Child.ShowAll ();
352 			}
353 			this.f_HostnameLabel.MnemonicWidget = this.f_HostnameEntry;
354 			this.f_NetworkLabel.MnemonicWidget = this.f_NetworkComboBoxEntry;
355 			this.f_NicknameLabel.MnemonicWidget = this.f_NicknameEntry;
356 			this.f_PasswordLabel.MnemonicWidget = this.f_PasswordEntry;
357 			this.f_RealnameLabel.MnemonicWidget = this.f_RealnameEntry;
358 			this.f_PortLabel.MnemonicWidget = this.f_PortSpinButton;
359 			this.label21.MnemonicWidget = this.f_UsernameEntry;
360 			this.label5.MnemonicWidget = this.f_ProtocolComboBox;
361 			this.label37.MnemonicWidget = this.f_OnConnectCommandsTextView;
362 			this.Hide ();
363 		}
364 	}
365 }
366