protected virtual void Build()
 {
     global::Stetic.Gui.Initialize(this);
     // Widget MonoDevelop.PackageManagement.ManagePackagesDialog2
     this.Name           = "MonoDevelop.PackageManagement.ManagePackagesDialog2";
     this.Title          = global::Mono.Unix.Catalog.GetString("Manage Packages");
     this.WindowPosition = ((global::Gtk.WindowPosition)(1));
     this.DefaultWidth   = 640;
     this.DefaultHeight  = 480;
     // Internal child MonoDevelop.PackageManagement.ManagePackagesDialog2.VBox
     global::Gtk.VBox w1 = this.VBox;
     w1.Name        = "mainVBox";
     w1.BorderWidth = ((uint)(2));
     // Container child mainVBox.Gtk.Box+BoxChild
     this.notebook             = new global::Gtk.Notebook();
     this.notebook.CanFocus    = true;
     this.notebook.Name        = "notebook";
     this.notebook.CurrentPage = 0;
     // Container child notebook.Gtk.Notebook+NotebookChild
     this.availablePackagesWidget        = new global::MonoDevelop.PackageManagement.PackagesWidget2();
     this.availablePackagesWidget.Events = ((global::Gdk.EventMask)(256));
     this.availablePackagesWidget.Name   = "availablePackagesWidget";
     this.notebook.Add(this.availablePackagesWidget);
     // Notebook tab
     this.availablePackagesLabel           = new global::Gtk.Label();
     this.availablePackagesLabel.Name      = "availablePackagesLabel";
     this.availablePackagesLabel.LabelProp = global::Mono.Unix.Catalog.GetString("Available");
     this.notebook.SetTabLabel(this.availablePackagesWidget, this.availablePackagesLabel);
     this.availablePackagesLabel.ShowAll();
     // Container child notebook.Gtk.Notebook+NotebookChild
     this.installedPackagesWidget        = new global::MonoDevelop.PackageManagement.PackagesWidget2();
     this.installedPackagesWidget.Events = ((global::Gdk.EventMask)(256));
     this.installedPackagesWidget.Name   = "installedPackagesWidget";
     this.notebook.Add(this.installedPackagesWidget);
     global::Gtk.Notebook.NotebookChild w3 = ((global::Gtk.Notebook.NotebookChild)(this.notebook [this.installedPackagesWidget]));
     w3.Position = 1;
     // Notebook tab
     this.installedPackagesLabel           = new global::Gtk.Label();
     this.installedPackagesLabel.Name      = "installedPackagesLabel";
     this.installedPackagesLabel.LabelProp = global::Mono.Unix.Catalog.GetString("Installed");
     this.notebook.SetTabLabel(this.installedPackagesWidget, this.installedPackagesLabel);
     this.installedPackagesLabel.ShowAll();
     // Container child notebook.Gtk.Notebook+NotebookChild
     this.UpdatedPackagesWidget        = new global::MonoDevelop.PackageManagement.PackagesWidget2();
     this.UpdatedPackagesWidget.Events = ((global::Gdk.EventMask)(256));
     this.UpdatedPackagesWidget.Name   = "UpdatedPackagesWidget";
     this.notebook.Add(this.UpdatedPackagesWidget);
     global::Gtk.Notebook.NotebookChild w4 = ((global::Gtk.Notebook.NotebookChild)(this.notebook [this.UpdatedPackagesWidget]));
     w4.Position = 2;
     // Notebook tab
     this.updatedPackagesLabel           = new global::Gtk.Label();
     this.updatedPackagesLabel.Name      = "updatedPackagesLabel";
     this.updatedPackagesLabel.LabelProp = global::Mono.Unix.Catalog.GetString("Updated");
     this.notebook.SetTabLabel(this.UpdatedPackagesWidget, this.updatedPackagesLabel);
     this.updatedPackagesLabel.ShowAll();
     // Container child notebook.Gtk.Notebook+NotebookChild
     this.recentPackagesWidget        = new global::MonoDevelop.PackageManagement.PackagesWidget2();
     this.recentPackagesWidget.Events = ((global::Gdk.EventMask)(256));
     this.recentPackagesWidget.Name   = "recentPackagesWidget";
     this.notebook.Add(this.recentPackagesWidget);
     global::Gtk.Notebook.NotebookChild w5 = ((global::Gtk.Notebook.NotebookChild)(this.notebook [this.recentPackagesWidget]));
     w5.Position = 3;
     // Notebook tab
     this.recentPackagesLabel           = new global::Gtk.Label();
     this.recentPackagesLabel.Name      = "recentPackagesLabel";
     this.recentPackagesLabel.LabelProp = global::Mono.Unix.Catalog.GetString("Recent");
     this.notebook.SetTabLabel(this.recentPackagesWidget, this.recentPackagesLabel);
     this.recentPackagesLabel.ShowAll();
     w1.Add(this.notebook);
     global::Gtk.Box.BoxChild w6 = ((global::Gtk.Box.BoxChild)(w1 [this.notebook]));
     w6.Position = 0;
     // Container child mainVBox.Gtk.Box+BoxChild
     this.messagesExpander          = new global::Gtk.Expander(null);
     this.messagesExpander.CanFocus = true;
     this.messagesExpander.Name     = "messagesExpander";
     // Container child messagesExpander.Gtk.Container+ContainerChild
     this.GtkScrolledWindow8            = new global::Gtk.ScrolledWindow();
     this.GtkScrolledWindow8.Name       = "GtkScrolledWindow8";
     this.GtkScrolledWindow8.ShadowType = ((global::Gtk.ShadowType)(1));
     // Container child GtkScrolledWindow8.Gtk.Container+ContainerChild
     this.messagesTextView               = new global::Gtk.TextView();
     this.messagesTextView.CanFocus      = true;
     this.messagesTextView.Name          = "messagesTextView";
     this.messagesTextView.Editable      = false;
     this.messagesTextView.CursorVisible = false;
     this.GtkScrolledWindow8.Add(this.messagesTextView);
     this.messagesExpander.Add(this.GtkScrolledWindow8);
     this.messagesExpanderLabel              = new global::Gtk.Label();
     this.messagesExpanderLabel.Name         = "messagesExpanderLabel";
     this.messagesExpanderLabel.LabelProp    = global::Mono.Unix.Catalog.GetString("Messages");
     this.messagesExpanderLabel.UseUnderline = true;
     this.messagesExpander.LabelWidget       = this.messagesExpanderLabel;
     w1.Add(this.messagesExpander);
     global::Gtk.Box.BoxChild w9 = ((global::Gtk.Box.BoxChild)(w1 [this.messagesExpander]));
     w9.Position = 1;
     w9.Expand   = false;
     // Internal child MonoDevelop.PackageManagement.ManagePackagesDialog2.ActionArea
     global::Gtk.HButtonBox w10 = this.ActionArea;
     w10.Name        = "buttonArea";
     w10.Spacing     = 10;
     w10.BorderWidth = ((uint)(5));
     w10.LayoutStyle = ((global::Gtk.ButtonBoxStyle)(4));
     // Container child buttonArea.Gtk.ButtonBox+ButtonBoxChild
     this.buttonClose              = new global::Gtk.Button();
     this.buttonClose.CanDefault   = true;
     this.buttonClose.CanFocus     = true;
     this.buttonClose.Name         = "buttonClose";
     this.buttonClose.UseStock     = true;
     this.buttonClose.UseUnderline = true;
     this.buttonClose.Label        = "gtk-close";
     this.AddActionWidget(this.buttonClose, -7);
     global::Gtk.ButtonBox.ButtonBoxChild w11 = ((global::Gtk.ButtonBox.ButtonBoxChild)(w10 [this.buttonClose]));
     w11.Expand = false;
     w11.Fill   = false;
     if ((this.Child != null))
     {
         this.Child.ShowAll();
     }
     this.Show();
     this.messagesExpander.Activated += new global::System.EventHandler(this.MessagesExpanderActivated);
 }
		protected virtual void Build ()
		{
			global::Stetic.Gui.Initialize (this);
			// Widget MonoDevelop.PackageManagement.ManagePackagesDialog2
			this.Name = "MonoDevelop.PackageManagement.ManagePackagesDialog2";
			this.Title = global::Mono.Unix.Catalog.GetString ("Manage Packages");
			this.WindowPosition = ((global::Gtk.WindowPosition)(1));
			this.DefaultWidth = 640;
			this.DefaultHeight = 480;
			// Internal child MonoDevelop.PackageManagement.ManagePackagesDialog2.VBox
			global::Gtk.VBox w1 = this.VBox;
			w1.Name = "mainVBox";
			w1.BorderWidth = ((uint)(2));
			// Container child mainVBox.Gtk.Box+BoxChild
			this.notebook = new global::Gtk.Notebook ();
			this.notebook.CanFocus = true;
			this.notebook.Name = "notebook";
			this.notebook.CurrentPage = 0;
			// Container child notebook.Gtk.Notebook+NotebookChild
			this.availablePackagesWidget = new global::MonoDevelop.PackageManagement.PackagesWidget2 ();
			this.availablePackagesWidget.Events = ((global::Gdk.EventMask)(256));
			this.availablePackagesWidget.Name = "availablePackagesWidget";
			this.notebook.Add (this.availablePackagesWidget);
			// Notebook tab
			this.availablePackagesLabel = new global::Gtk.Label ();
			this.availablePackagesLabel.Name = "availablePackagesLabel";
			this.availablePackagesLabel.LabelProp = global::Mono.Unix.Catalog.GetString ("Available");
			this.notebook.SetTabLabel (this.availablePackagesWidget, this.availablePackagesLabel);
			this.availablePackagesLabel.ShowAll ();
			// Container child notebook.Gtk.Notebook+NotebookChild
			this.installedPackagesWidget = new global::MonoDevelop.PackageManagement.PackagesWidget2 ();
			this.installedPackagesWidget.Events = ((global::Gdk.EventMask)(256));
			this.installedPackagesWidget.Name = "installedPackagesWidget";
			this.notebook.Add (this.installedPackagesWidget);
			global::Gtk.Notebook.NotebookChild w3 = ((global::Gtk.Notebook.NotebookChild)(this.notebook [this.installedPackagesWidget]));
			w3.Position = 1;
			// Notebook tab
			this.installedPackagesLabel = new global::Gtk.Label ();
			this.installedPackagesLabel.Name = "installedPackagesLabel";
			this.installedPackagesLabel.LabelProp = global::Mono.Unix.Catalog.GetString ("Installed");
			this.notebook.SetTabLabel (this.installedPackagesWidget, this.installedPackagesLabel);
			this.installedPackagesLabel.ShowAll ();
			// Container child notebook.Gtk.Notebook+NotebookChild
			this.UpdatedPackagesWidget = new global::MonoDevelop.PackageManagement.PackagesWidget2 ();
			this.UpdatedPackagesWidget.Events = ((global::Gdk.EventMask)(256));
			this.UpdatedPackagesWidget.Name = "UpdatedPackagesWidget";
			this.notebook.Add (this.UpdatedPackagesWidget);
			global::Gtk.Notebook.NotebookChild w4 = ((global::Gtk.Notebook.NotebookChild)(this.notebook [this.UpdatedPackagesWidget]));
			w4.Position = 2;
			// Notebook tab
			this.updatedPackagesLabel = new global::Gtk.Label ();
			this.updatedPackagesLabel.Name = "updatedPackagesLabel";
			this.updatedPackagesLabel.LabelProp = global::Mono.Unix.Catalog.GetString ("Updated");
			this.notebook.SetTabLabel (this.UpdatedPackagesWidget, this.updatedPackagesLabel);
			this.updatedPackagesLabel.ShowAll ();
			// Container child notebook.Gtk.Notebook+NotebookChild
			this.recentPackagesWidget = new global::MonoDevelop.PackageManagement.PackagesWidget2 ();
			this.recentPackagesWidget.Events = ((global::Gdk.EventMask)(256));
			this.recentPackagesWidget.Name = "recentPackagesWidget";
			this.notebook.Add (this.recentPackagesWidget);
			global::Gtk.Notebook.NotebookChild w5 = ((global::Gtk.Notebook.NotebookChild)(this.notebook [this.recentPackagesWidget]));
			w5.Position = 3;
			// Notebook tab
			this.recentPackagesLabel = new global::Gtk.Label ();
			this.recentPackagesLabel.Name = "recentPackagesLabel";
			this.recentPackagesLabel.LabelProp = global::Mono.Unix.Catalog.GetString ("Recent");
			this.notebook.SetTabLabel (this.recentPackagesWidget, this.recentPackagesLabel);
			this.recentPackagesLabel.ShowAll ();
			w1.Add (this.notebook);
			global::Gtk.Box.BoxChild w6 = ((global::Gtk.Box.BoxChild)(w1 [this.notebook]));
			w6.Position = 0;
			// Container child mainVBox.Gtk.Box+BoxChild
			this.messagesExpander = new global::Gtk.Expander (null);
			this.messagesExpander.CanFocus = true;
			this.messagesExpander.Name = "messagesExpander";
			// Container child messagesExpander.Gtk.Container+ContainerChild
			this.GtkScrolledWindow8 = new global::Gtk.ScrolledWindow ();
			this.GtkScrolledWindow8.Name = "GtkScrolledWindow8";
			this.GtkScrolledWindow8.ShadowType = ((global::Gtk.ShadowType)(1));
			// Container child GtkScrolledWindow8.Gtk.Container+ContainerChild
			this.messagesTextView = new global::Gtk.TextView ();
			this.messagesTextView.CanFocus = true;
			this.messagesTextView.Name = "messagesTextView";
			this.messagesTextView.Editable = false;
			this.messagesTextView.CursorVisible = false;
			this.GtkScrolledWindow8.Add (this.messagesTextView);
			this.messagesExpander.Add (this.GtkScrolledWindow8);
			this.messagesExpanderLabel = new global::Gtk.Label ();
			this.messagesExpanderLabel.Name = "messagesExpanderLabel";
			this.messagesExpanderLabel.LabelProp = global::Mono.Unix.Catalog.GetString ("Messages");
			this.messagesExpanderLabel.UseUnderline = true;
			this.messagesExpander.LabelWidget = this.messagesExpanderLabel;
			w1.Add (this.messagesExpander);
			global::Gtk.Box.BoxChild w9 = ((global::Gtk.Box.BoxChild)(w1 [this.messagesExpander]));
			w9.Position = 1;
			w9.Expand = false;
			// Internal child MonoDevelop.PackageManagement.ManagePackagesDialog2.ActionArea
			global::Gtk.HButtonBox w10 = this.ActionArea;
			w10.Name = "buttonArea";
			w10.Spacing = 10;
			w10.BorderWidth = ((uint)(5));
			w10.LayoutStyle = ((global::Gtk.ButtonBoxStyle)(4));
			// Container child buttonArea.Gtk.ButtonBox+ButtonBoxChild
			this.buttonClose = new global::Gtk.Button ();
			this.buttonClose.CanDefault = true;
			this.buttonClose.CanFocus = true;
			this.buttonClose.Name = "buttonClose";
			this.buttonClose.UseStock = true;
			this.buttonClose.UseUnderline = true;
			this.buttonClose.Label = "gtk-close";
			this.AddActionWidget (this.buttonClose, -7);
			global::Gtk.ButtonBox.ButtonBoxChild w11 = ((global::Gtk.ButtonBox.ButtonBoxChild)(w10 [this.buttonClose]));
			w11.Expand = false;
			w11.Fill = false;
			if ((this.Child != null)) {
				this.Child.ShowAll ();
			}
			this.Show ();
			this.messagesExpander.Activated += new global::System.EventHandler (this.MessagesExpanderActivated);
		}