protected virtual void Build ()
		{
			global::Stetic.Gui.Initialize (this);
			// Widget CmisSync.CredentialsWidget
			global::Stetic.BinContainer.Attach (this);
			this.Name = "CmisSync.CredentialsWidget";
			// Container child CmisSync.CredentialsWidget.Gtk.Container+ContainerChild
			this.vbox1 = new global::Gtk.VBox ();
			this.vbox1.Name = "vbox1";
			this.vbox1.Spacing = 6;
			// Container child vbox1.Gtk.Box+BoxChild
			this.addressLabel = new global::Gtk.Label ();
			this.addressLabel.Name = "addressLabel";
			this.addressLabel.Xalign = 0F;
			this.addressLabel.LabelProp = global::Mono.Unix.Catalog.GetString ("label1");
			this.vbox1.Add (this.addressLabel);
			global::Gtk.Box.BoxChild w1 = ((global::Gtk.Box.BoxChild)(this.vbox1 [this.addressLabel]));
			w1.Position = 0;
			w1.Expand = false;
			w1.Fill = false;
			// Container child vbox1.Gtk.Box+BoxChild
			this.urlWidget = new global::CmisSync.Widgets.UrlWidget ();
			this.urlWidget.Events = ((global::Gdk.EventMask)(256));
			this.urlWidget.Name = "urlWidget";
			this.urlWidget.IsUrlEditable = false;
			this.urlWidget.ValidationActivated = false;
			this.vbox1.Add (this.urlWidget);
			global::Gtk.Box.BoxChild w2 = ((global::Gtk.Box.BoxChild)(this.vbox1 [this.urlWidget]));
			w2.Position = 1;
			w2.Expand = false;
			// Container child vbox1.Gtk.Box+BoxChild
			this.hbox3 = new global::Gtk.HBox ();
			this.hbox3.Name = "hbox3";
			this.hbox3.Spacing = 6;
			// Container child hbox3.Gtk.Box+BoxChild
			this.vbox6 = new global::Gtk.VBox ();
			this.vbox6.Name = "vbox6";
			this.vbox6.Spacing = 6;
			// Container child vbox6.Gtk.Box+BoxChild
			this.userNameLabel = new global::Gtk.Label ();
			this.userNameLabel.Name = "userNameLabel";
			this.userNameLabel.Xalign = 0F;
			this.userNameLabel.LabelProp = global::Mono.Unix.Catalog.GetString ("Username");
			this.vbox6.Add (this.userNameLabel);
			global::Gtk.Box.BoxChild w3 = ((global::Gtk.Box.BoxChild)(this.vbox6 [this.userNameLabel]));
			w3.Position = 0;
			w3.Fill = false;
			// Container child vbox6.Gtk.Box+BoxChild
			this.usernameEntry = new global::Gtk.Entry ();
			this.usernameEntry.Sensitive = false;
			this.usernameEntry.CanFocus = true;
			this.usernameEntry.Name = "usernameEntry";
			this.usernameEntry.IsEditable = false;
			this.usernameEntry.InvisibleChar = '•';
			this.vbox6.Add (this.usernameEntry);
			global::Gtk.Box.BoxChild w4 = ((global::Gtk.Box.BoxChild)(this.vbox6 [this.usernameEntry]));
			w4.Position = 1;
			w4.Expand = false;
			w4.Fill = false;
			this.hbox3.Add (this.vbox6);
			global::Gtk.Box.BoxChild w5 = ((global::Gtk.Box.BoxChild)(this.hbox3 [this.vbox6]));
			w5.Position = 0;
			// Container child hbox3.Gtk.Box+BoxChild
			this.vbox7 = new global::Gtk.VBox ();
			this.vbox7.Name = "vbox7";
			this.vbox7.Spacing = 6;
			// Container child vbox7.Gtk.Box+BoxChild
			this.passwordLabel = new global::Gtk.Label ();
			this.passwordLabel.Name = "passwordLabel";
			this.passwordLabel.Xalign = 0F;
			this.passwordLabel.LabelProp = global::Mono.Unix.Catalog.GetString ("Password");
			this.vbox7.Add (this.passwordLabel);
			global::Gtk.Box.BoxChild w6 = ((global::Gtk.Box.BoxChild)(this.vbox7 [this.passwordLabel]));
			w6.Position = 0;
			w6.Fill = false;
			// Container child vbox7.Gtk.Box+BoxChild
			this.passwordEntry = new global::Gtk.Entry ();
			this.passwordEntry.CanFocus = true;
			this.passwordEntry.Name = "passwordEntry";
			this.passwordEntry.IsEditable = true;
			this.passwordEntry.Visibility = false;
			this.passwordEntry.InvisibleChar = '•';
			this.vbox7.Add (this.passwordEntry);
			global::Gtk.Box.BoxChild w7 = ((global::Gtk.Box.BoxChild)(this.vbox7 [this.passwordEntry]));
			w7.Position = 1;
			w7.Expand = false;
			w7.Fill = false;
			this.hbox3.Add (this.vbox7);
			global::Gtk.Box.BoxChild w8 = ((global::Gtk.Box.BoxChild)(this.hbox3 [this.vbox7]));
			w8.Position = 1;
			this.vbox1.Add (this.hbox3);
			global::Gtk.Box.BoxChild w9 = ((global::Gtk.Box.BoxChild)(this.vbox1 [this.hbox3]));
			w9.Position = 2;
			w9.Expand = false;
			w9.Fill = false;
			this.Add (this.vbox1);
			if ((this.Child != null)) {
				this.Child.ShowAll ();
			}
			this.Hide ();
			this.urlWidget.Changed += new global::System.EventHandler (this.OnUrlWidgetChanged);
			this.passwordEntry.Changed += new global::System.EventHandler (this.OnPasswordChanged);
		}
 protected virtual void Build()
 {
     global::Stetic.Gui.Initialize(this);
     // Widget CmisSync.Widgets.ProxyWidget
     global::Stetic.BinContainer.Attach(this);
     this.Name = "CmisSync.Widgets.ProxyWidget";
     // Container child CmisSync.Widgets.ProxyWidget.Gtk.Container+ContainerChild
     this.vbox3         = new global::Gtk.VBox();
     this.vbox3.Name    = "vbox3";
     this.vbox3.Spacing = 6;
     // Container child vbox3.Gtk.Box+BoxChild
     this.noProxyButton               = new global::Gtk.RadioButton(global::Mono.Unix.Catalog.GetString("No Proxy"));
     this.noProxyButton.CanFocus      = true;
     this.noProxyButton.Name          = "noProxyButton";
     this.noProxyButton.DrawIndicator = true;
     this.noProxyButton.UseUnderline  = true;
     this.noProxyButton.Group         = new global::GLib.SList(global::System.IntPtr.Zero);
     this.vbox3.Add(this.noProxyButton);
     global::Gtk.Box.BoxChild w1 = ((global::Gtk.Box.BoxChild)(this.vbox3 [this.noProxyButton]));
     w1.Position = 0;
     w1.Expand   = false;
     // Container child vbox3.Gtk.Box+BoxChild
     this.systemProxyButton               = new global::Gtk.RadioButton(global::Mono.Unix.Catalog.GetString("System Default Proxy"));
     this.systemProxyButton.CanFocus      = true;
     this.systemProxyButton.Name          = "systemProxyButton";
     this.systemProxyButton.DrawIndicator = true;
     this.systemProxyButton.UseUnderline  = true;
     this.systemProxyButton.Group         = this.noProxyButton.Group;
     this.vbox3.Add(this.systemProxyButton);
     global::Gtk.Box.BoxChild w2 = ((global::Gtk.Box.BoxChild)(this.vbox3 [this.systemProxyButton]));
     w2.Position = 1;
     w2.Expand   = false;
     // Container child vbox3.Gtk.Box+BoxChild
     this.customProxyButton               = new global::Gtk.RadioButton(global::Mono.Unix.Catalog.GetString("Custom Proxy"));
     this.customProxyButton.CanFocus      = true;
     this.customProxyButton.Name          = "customProxyButton";
     this.customProxyButton.DrawIndicator = true;
     this.customProxyButton.UseUnderline  = true;
     this.customProxyButton.Group         = this.noProxyButton.Group;
     this.vbox3.Add(this.customProxyButton);
     global::Gtk.Box.BoxChild w3 = ((global::Gtk.Box.BoxChild)(this.vbox3 [this.customProxyButton]));
     w3.Position = 2;
     w3.Expand   = false;
     // Container child vbox3.Gtk.Box+BoxChild
     this.urlLabel           = new global::Gtk.Label();
     this.urlLabel.Name      = "urlLabel";
     this.urlLabel.Xalign    = 0F;
     this.urlLabel.LabelProp = global::Mono.Unix.Catalog.GetString("Server");
     this.vbox3.Add(this.urlLabel);
     global::Gtk.Box.BoxChild w4 = ((global::Gtk.Box.BoxChild)(this.vbox3 [this.urlLabel]));
     w4.Position = 3;
     w4.Expand   = false;
     w4.Fill     = false;
     // Container child vbox3.Gtk.Box+BoxChild
     this.urlWidget                     = new global::CmisSync.Widgets.UrlWidget();
     this.urlWidget.Events              = ((global::Gdk.EventMask)(256));
     this.urlWidget.Name                = "urlWidget";
     this.urlWidget.IsUrlEditable       = false;
     this.urlWidget.ValidationActivated = false;
     this.vbox3.Add(this.urlWidget);
     global::Gtk.Box.BoxChild w5 = ((global::Gtk.Box.BoxChild)(this.vbox3 [this.urlWidget]));
     w5.Position = 4;
     w5.Expand   = false;
     w5.Fill     = false;
     // Container child vbox3.Gtk.Box+BoxChild
     this.credentialsRequiredButton               = new global::Gtk.CheckButton();
     this.credentialsRequiredButton.CanFocus      = true;
     this.credentialsRequiredButton.Name          = "credentialsRequiredButton";
     this.credentialsRequiredButton.Label         = global::Mono.Unix.Catalog.GetString("Requires Authorization");
     this.credentialsRequiredButton.Active        = true;
     this.credentialsRequiredButton.DrawIndicator = true;
     this.credentialsRequiredButton.UseUnderline  = true;
     this.vbox3.Add(this.credentialsRequiredButton);
     global::Gtk.Box.BoxChild w6 = ((global::Gtk.Box.BoxChild)(this.vbox3 [this.credentialsRequiredButton]));
     w6.Position = 5;
     w6.Expand   = false;
     w6.Fill     = false;
     // Container child vbox3.Gtk.Box+BoxChild
     this.table1               = new global::Gtk.Table(((uint)(2)), ((uint)(2)), false);
     this.table1.Name          = "table1";
     this.table1.RowSpacing    = ((uint)(6));
     this.table1.ColumnSpacing = ((uint)(6));
     // Container child table1.Gtk.Table+TableChild
     this.passwordEntry               = new global::Gtk.Entry();
     this.passwordEntry.CanFocus      = true;
     this.passwordEntry.Name          = "passwordEntry";
     this.passwordEntry.IsEditable    = true;
     this.passwordEntry.Visibility    = false;
     this.passwordEntry.InvisibleChar = '•';
     this.table1.Add(this.passwordEntry);
     global::Gtk.Table.TableChild w7 = ((global::Gtk.Table.TableChild)(this.table1 [this.passwordEntry]));
     w7.TopAttach    = ((uint)(1));
     w7.BottomAttach = ((uint)(2));
     w7.LeftAttach   = ((uint)(1));
     w7.RightAttach  = ((uint)(2));
     w7.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     this.passwordLabel           = new global::Gtk.Label();
     this.passwordLabel.Name      = "passwordLabel";
     this.passwordLabel.Xalign    = 0F;
     this.passwordLabel.LabelProp = global::Mono.Unix.Catalog.GetString("Password");
     this.table1.Add(this.passwordLabel);
     global::Gtk.Table.TableChild w8 = ((global::Gtk.Table.TableChild)(this.table1 [this.passwordLabel]));
     w8.LeftAttach  = ((uint)(1));
     w8.RightAttach = ((uint)(2));
     w8.YOptions    = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     this.userEntry               = new global::Gtk.Entry();
     this.userEntry.CanFocus      = true;
     this.userEntry.Name          = "userEntry";
     this.userEntry.IsEditable    = true;
     this.userEntry.InvisibleChar = '•';
     this.table1.Add(this.userEntry);
     global::Gtk.Table.TableChild w9 = ((global::Gtk.Table.TableChild)(this.table1 [this.userEntry]));
     w9.TopAttach    = ((uint)(1));
     w9.BottomAttach = ((uint)(2));
     w9.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     this.userLabel           = new global::Gtk.Label();
     this.userLabel.Name      = "userLabel";
     this.userLabel.Xalign    = 0F;
     this.userLabel.LabelProp = global::Mono.Unix.Catalog.GetString("User");
     this.table1.Add(this.userLabel);
     global::Gtk.Table.TableChild w10 = ((global::Gtk.Table.TableChild)(this.table1 [this.userLabel]));
     w10.YOptions = ((global::Gtk.AttachOptions)(4));
     this.vbox3.Add(this.table1);
     global::Gtk.Box.BoxChild w11 = ((global::Gtk.Box.BoxChild)(this.vbox3 [this.table1]));
     w11.Position = 6;
     w11.Expand   = false;
     w11.Fill     = false;
     this.Add(this.vbox3);
     if ((this.Child != null))
     {
         this.Child.ShowAll();
     }
     this.Hide();
     this.noProxyButton.Clicked             += new global::System.EventHandler(this.OnNoProxyButtonActivated);
     this.systemProxyButton.Clicked         += new global::System.EventHandler(this.OnSystemProxyButtonActivated);
     this.customProxyButton.Clicked         += new global::System.EventHandler(this.OnCustomProxyButtonActivated);
     this.urlWidget.Changed                 += new global::System.EventHandler(this.OnUrlWidgetChanged);
     this.credentialsRequiredButton.Clicked += new global::System.EventHandler(this.OnCredentialsRequiredButtonClicked);
     this.userEntry.Changed                 += new global::System.EventHandler(this.OnChange);
     this.passwordEntry.Changed             += new global::System.EventHandler(this.OnChange);
 }
		protected virtual void Build ()
		{
			global::Stetic.Gui.Initialize (this);
			// Widget CmisSync.Widgets.ProxyWidget
			global::Stetic.BinContainer.Attach (this);
			this.Name = "CmisSync.Widgets.ProxyWidget";
			// Container child CmisSync.Widgets.ProxyWidget.Gtk.Container+ContainerChild
			this.vbox3 = new global::Gtk.VBox ();
			this.vbox3.Name = "vbox3";
			this.vbox3.Spacing = 6;
			// Container child vbox3.Gtk.Box+BoxChild
			this.noProxyButton = new global::Gtk.RadioButton (global::Mono.Unix.Catalog.GetString ("No Proxy"));
			this.noProxyButton.CanFocus = true;
			this.noProxyButton.Name = "noProxyButton";
			this.noProxyButton.DrawIndicator = true;
			this.noProxyButton.UseUnderline = true;
			this.noProxyButton.Group = new global::GLib.SList (global::System.IntPtr.Zero);
			this.vbox3.Add (this.noProxyButton);
			global::Gtk.Box.BoxChild w1 = ((global::Gtk.Box.BoxChild)(this.vbox3 [this.noProxyButton]));
			w1.Position = 0;
			w1.Expand = false;
			// Container child vbox3.Gtk.Box+BoxChild
			this.systemProxyButton = new global::Gtk.RadioButton (global::Mono.Unix.Catalog.GetString ("System Default Proxy"));
			this.systemProxyButton.CanFocus = true;
			this.systemProxyButton.Name = "systemProxyButton";
			this.systemProxyButton.DrawIndicator = true;
			this.systemProxyButton.UseUnderline = true;
			this.systemProxyButton.Group = this.noProxyButton.Group;
			this.vbox3.Add (this.systemProxyButton);
			global::Gtk.Box.BoxChild w2 = ((global::Gtk.Box.BoxChild)(this.vbox3 [this.systemProxyButton]));
			w2.Position = 1;
			w2.Expand = false;
			// Container child vbox3.Gtk.Box+BoxChild
			this.customProxyButton = new global::Gtk.RadioButton (global::Mono.Unix.Catalog.GetString ("Custom Proxy"));
			this.customProxyButton.CanFocus = true;
			this.customProxyButton.Name = "customProxyButton";
			this.customProxyButton.DrawIndicator = true;
			this.customProxyButton.UseUnderline = true;
			this.customProxyButton.Group = this.noProxyButton.Group;
			this.vbox3.Add (this.customProxyButton);
			global::Gtk.Box.BoxChild w3 = ((global::Gtk.Box.BoxChild)(this.vbox3 [this.customProxyButton]));
			w3.Position = 2;
			w3.Expand = false;
			// Container child vbox3.Gtk.Box+BoxChild
			this.urlLabel = new global::Gtk.Label ();
			this.urlLabel.Name = "urlLabel";
			this.urlLabel.Xalign = 0F;
			this.urlLabel.LabelProp = global::Mono.Unix.Catalog.GetString ("Server");
			this.vbox3.Add (this.urlLabel);
			global::Gtk.Box.BoxChild w4 = ((global::Gtk.Box.BoxChild)(this.vbox3 [this.urlLabel]));
			w4.Position = 3;
			w4.Expand = false;
			w4.Fill = false;
			// Container child vbox3.Gtk.Box+BoxChild
			this.urlWidget = new global::CmisSync.Widgets.UrlWidget ();
			this.urlWidget.Events = ((global::Gdk.EventMask)(256));
			this.urlWidget.Name = "urlWidget";
			this.urlWidget.IsUrlEditable = false;
			this.urlWidget.ValidationActivated = false;
			this.vbox3.Add (this.urlWidget);
			global::Gtk.Box.BoxChild w5 = ((global::Gtk.Box.BoxChild)(this.vbox3 [this.urlWidget]));
			w5.Position = 4;
			w5.Expand = false;
			w5.Fill = false;
			// Container child vbox3.Gtk.Box+BoxChild
			this.credentialsRequiredButton = new global::Gtk.CheckButton ();
			this.credentialsRequiredButton.CanFocus = true;
			this.credentialsRequiredButton.Name = "credentialsRequiredButton";
			this.credentialsRequiredButton.Label = global::Mono.Unix.Catalog.GetString ("Requires Authorization");
			this.credentialsRequiredButton.Active = true;
			this.credentialsRequiredButton.DrawIndicator = true;
			this.credentialsRequiredButton.UseUnderline = true;
			this.vbox3.Add (this.credentialsRequiredButton);
			global::Gtk.Box.BoxChild w6 = ((global::Gtk.Box.BoxChild)(this.vbox3 [this.credentialsRequiredButton]));
			w6.Position = 5;
			w6.Expand = false;
			w6.Fill = false;
			// Container child vbox3.Gtk.Box+BoxChild
			this.table1 = new global::Gtk.Table (((uint)(2)), ((uint)(2)), false);
			this.table1.Name = "table1";
			this.table1.RowSpacing = ((uint)(6));
			this.table1.ColumnSpacing = ((uint)(6));
			// Container child table1.Gtk.Table+TableChild
			this.passwordEntry = new global::Gtk.Entry ();
			this.passwordEntry.CanFocus = true;
			this.passwordEntry.Name = "passwordEntry";
			this.passwordEntry.IsEditable = true;
			this.passwordEntry.Visibility = false;
			this.passwordEntry.InvisibleChar = '•';
			this.table1.Add (this.passwordEntry);
			global::Gtk.Table.TableChild w7 = ((global::Gtk.Table.TableChild)(this.table1 [this.passwordEntry]));
			w7.TopAttach = ((uint)(1));
			w7.BottomAttach = ((uint)(2));
			w7.LeftAttach = ((uint)(1));
			w7.RightAttach = ((uint)(2));
			w7.YOptions = ((global::Gtk.AttachOptions)(4));
			// Container child table1.Gtk.Table+TableChild
			this.passwordLabel = new global::Gtk.Label ();
			this.passwordLabel.Name = "passwordLabel";
			this.passwordLabel.Xalign = 0F;
			this.passwordLabel.LabelProp = global::Mono.Unix.Catalog.GetString ("Password");
			this.table1.Add (this.passwordLabel);
			global::Gtk.Table.TableChild w8 = ((global::Gtk.Table.TableChild)(this.table1 [this.passwordLabel]));
			w8.LeftAttach = ((uint)(1));
			w8.RightAttach = ((uint)(2));
			w8.YOptions = ((global::Gtk.AttachOptions)(4));
			// Container child table1.Gtk.Table+TableChild
			this.userEntry = new global::Gtk.Entry ();
			this.userEntry.CanFocus = true;
			this.userEntry.Name = "userEntry";
			this.userEntry.IsEditable = true;
			this.userEntry.InvisibleChar = '•';
			this.table1.Add (this.userEntry);
			global::Gtk.Table.TableChild w9 = ((global::Gtk.Table.TableChild)(this.table1 [this.userEntry]));
			w9.TopAttach = ((uint)(1));
			w9.BottomAttach = ((uint)(2));
			w9.YOptions = ((global::Gtk.AttachOptions)(4));
			// Container child table1.Gtk.Table+TableChild
			this.userLabel = new global::Gtk.Label ();
			this.userLabel.Name = "userLabel";
			this.userLabel.Xalign = 0F;
			this.userLabel.LabelProp = global::Mono.Unix.Catalog.GetString ("User");
			this.table1.Add (this.userLabel);
			global::Gtk.Table.TableChild w10 = ((global::Gtk.Table.TableChild)(this.table1 [this.userLabel]));
			w10.YOptions = ((global::Gtk.AttachOptions)(4));
			this.vbox3.Add (this.table1);
			global::Gtk.Box.BoxChild w11 = ((global::Gtk.Box.BoxChild)(this.vbox3 [this.table1]));
			w11.Position = 6;
			w11.Expand = false;
			w11.Fill = false;
			this.Add (this.vbox3);
			if ((this.Child != null)) {
				this.Child.ShowAll ();
			}
			this.Hide ();
			this.noProxyButton.Clicked += new global::System.EventHandler (this.OnNoProxyButtonActivated);
			this.systemProxyButton.Clicked += new global::System.EventHandler (this.OnSystemProxyButtonActivated);
			this.customProxyButton.Clicked += new global::System.EventHandler (this.OnCustomProxyButtonActivated);
			this.urlWidget.Changed += new global::System.EventHandler (this.OnUrlWidgetChanged);
			this.credentialsRequiredButton.Clicked += new global::System.EventHandler (this.OnCredentialsRequiredButtonClicked);
			this.userEntry.Changed += new global::System.EventHandler (this.OnChange);
			this.passwordEntry.Changed += new global::System.EventHandler (this.OnChange);
		}
Ejemplo n.º 4
0
 protected virtual void Build()
 {
     global::Stetic.Gui.Initialize(this);
     // Widget CmisSync.CredentialsWidget
     global::Stetic.BinContainer.Attach(this);
     this.Name = "CmisSync.CredentialsWidget";
     // Container child CmisSync.CredentialsWidget.Gtk.Container+ContainerChild
     this.vbox1         = new global::Gtk.VBox();
     this.vbox1.Name    = "vbox1";
     this.vbox1.Spacing = 6;
     // Container child vbox1.Gtk.Box+BoxChild
     this.addressLabel           = new global::Gtk.Label();
     this.addressLabel.Name      = "addressLabel";
     this.addressLabel.Xalign    = 0F;
     this.addressLabel.LabelProp = global::Mono.Unix.Catalog.GetString("label1");
     this.vbox1.Add(this.addressLabel);
     global::Gtk.Box.BoxChild w1 = ((global::Gtk.Box.BoxChild)(this.vbox1 [this.addressLabel]));
     w1.Position = 0;
     w1.Expand   = false;
     w1.Fill     = false;
     // Container child vbox1.Gtk.Box+BoxChild
     this.urlWidget                     = new global::CmisSync.Widgets.UrlWidget();
     this.urlWidget.Events              = ((global::Gdk.EventMask)(256));
     this.urlWidget.Name                = "urlWidget";
     this.urlWidget.IsUrlEditable       = false;
     this.urlWidget.ValidationActivated = false;
     this.vbox1.Add(this.urlWidget);
     global::Gtk.Box.BoxChild w2 = ((global::Gtk.Box.BoxChild)(this.vbox1 [this.urlWidget]));
     w2.Position = 1;
     w2.Expand   = false;
     // Container child vbox1.Gtk.Box+BoxChild
     this.hbox3         = new global::Gtk.HBox();
     this.hbox3.Name    = "hbox3";
     this.hbox3.Spacing = 6;
     // Container child hbox3.Gtk.Box+BoxChild
     this.vbox6         = new global::Gtk.VBox();
     this.vbox6.Name    = "vbox6";
     this.vbox6.Spacing = 6;
     // Container child vbox6.Gtk.Box+BoxChild
     this.userNameLabel           = new global::Gtk.Label();
     this.userNameLabel.Name      = "userNameLabel";
     this.userNameLabel.Xalign    = 0F;
     this.userNameLabel.LabelProp = global::Mono.Unix.Catalog.GetString("Username");
     this.vbox6.Add(this.userNameLabel);
     global::Gtk.Box.BoxChild w3 = ((global::Gtk.Box.BoxChild)(this.vbox6 [this.userNameLabel]));
     w3.Position = 0;
     w3.Fill     = false;
     // Container child vbox6.Gtk.Box+BoxChild
     this.usernameEntry               = new global::Gtk.Entry();
     this.usernameEntry.Sensitive     = false;
     this.usernameEntry.CanFocus      = true;
     this.usernameEntry.Name          = "usernameEntry";
     this.usernameEntry.IsEditable    = false;
     this.usernameEntry.InvisibleChar = '•';
     this.vbox6.Add(this.usernameEntry);
     global::Gtk.Box.BoxChild w4 = ((global::Gtk.Box.BoxChild)(this.vbox6 [this.usernameEntry]));
     w4.Position = 1;
     w4.Expand   = false;
     w4.Fill     = false;
     this.hbox3.Add(this.vbox6);
     global::Gtk.Box.BoxChild w5 = ((global::Gtk.Box.BoxChild)(this.hbox3 [this.vbox6]));
     w5.Position = 0;
     // Container child hbox3.Gtk.Box+BoxChild
     this.vbox7         = new global::Gtk.VBox();
     this.vbox7.Name    = "vbox7";
     this.vbox7.Spacing = 6;
     // Container child vbox7.Gtk.Box+BoxChild
     this.passwordLabel           = new global::Gtk.Label();
     this.passwordLabel.Name      = "passwordLabel";
     this.passwordLabel.Xalign    = 0F;
     this.passwordLabel.LabelProp = global::Mono.Unix.Catalog.GetString("Password");
     this.vbox7.Add(this.passwordLabel);
     global::Gtk.Box.BoxChild w6 = ((global::Gtk.Box.BoxChild)(this.vbox7 [this.passwordLabel]));
     w6.Position = 0;
     w6.Fill     = false;
     // Container child vbox7.Gtk.Box+BoxChild
     this.passwordEntry               = new global::Gtk.Entry();
     this.passwordEntry.CanFocus      = true;
     this.passwordEntry.Name          = "passwordEntry";
     this.passwordEntry.IsEditable    = true;
     this.passwordEntry.Visibility    = false;
     this.passwordEntry.InvisibleChar = '•';
     this.vbox7.Add(this.passwordEntry);
     global::Gtk.Box.BoxChild w7 = ((global::Gtk.Box.BoxChild)(this.vbox7 [this.passwordEntry]));
     w7.Position = 1;
     w7.Expand   = false;
     w7.Fill     = false;
     this.hbox3.Add(this.vbox7);
     global::Gtk.Box.BoxChild w8 = ((global::Gtk.Box.BoxChild)(this.hbox3 [this.vbox7]));
     w8.Position = 1;
     this.vbox1.Add(this.hbox3);
     global::Gtk.Box.BoxChild w9 = ((global::Gtk.Box.BoxChild)(this.vbox1 [this.hbox3]));
     w9.Position = 2;
     w9.Expand   = false;
     w9.Fill     = false;
     this.Add(this.vbox1);
     if ((this.Child != null))
     {
         this.Child.ShowAll();
     }
     this.Hide();
     this.urlWidget.Changed     += new global::System.EventHandler(this.OnUrlWidgetChanged);
     this.passwordEntry.Changed += new global::System.EventHandler(this.OnPasswordChanged);
 }