コード例 #1
0
 protected virtual void Build()
 {
     MonoDevelop.Components.Gui.Initialize(this);
     // Widget MonoDevelop.SourceEditor.GotoLineNumberWidget
     MonoDevelop.Components.BinContainer.Attach(this);
     this.Name = "MonoDevelop.SourceEditor.GotoLineNumberWidget";
     // Container child MonoDevelop.SourceEditor.GotoLineNumberWidget.Gtk.Container+ContainerChild
     this.hbox1      = new global::Gtk.HBox();
     this.hbox1.Name = "hbox1";
     // Container child hbox1.Gtk.Box+BoxChild
     this.entryLineNumber               = new global::Gtk.Entry();
     this.entryLineNumber.CanFocus      = true;
     this.entryLineNumber.Name          = "entryLineNumber";
     this.entryLineNumber.IsEditable    = true;
     this.entryLineNumber.InvisibleChar = '●';
     this.hbox1.Add(this.entryLineNumber);
     global::Gtk.Box.BoxChild w1 = ((global::Gtk.Box.BoxChild)(this.hbox1 [this.entryLineNumber]));
     w1.Position = 0;
     w1.Expand   = false;
     // Container child hbox1.Gtk.Box+BoxChild
     this.buttonGoToLine            = new global::Gtk.Button();
     this.buttonGoToLine.CanDefault = true;
     this.buttonGoToLine.CanFocus   = true;
     this.buttonGoToLine.Name       = "buttonGoToLine";
     this.buttonGoToLine.Relief     = ((global::Gtk.ReliefStyle)(2));
     // Container child buttonGoToLine.Gtk.Container+ContainerChild
     this.image2          = new global::MonoDevelop.Components.ImageView();
     this.image2.Name     = "image2";
     this.image2.IconId   = "gtk-jump-to";
     this.image2.IconSize = ((global::Gtk.IconSize)(1));
     this.buttonGoToLine.Add(this.image2);
     this.hbox1.Add(this.buttonGoToLine);
     global::Gtk.Box.BoxChild w3 = ((global::Gtk.Box.BoxChild)(this.hbox1 [this.buttonGoToLine]));
     w3.Position = 1;
     w3.Expand   = false;
     w3.Fill     = false;
     // Container child hbox1.Gtk.Box+BoxChild
     this.closeButton          = new global::Gtk.Button();
     this.closeButton.CanFocus = true;
     this.closeButton.Name     = "closeButton";
     this.closeButton.Relief   = ((global::Gtk.ReliefStyle)(2));
     // Container child closeButton.Gtk.Container+ContainerChild
     this.image1          = new global::MonoDevelop.Components.ImageView();
     this.image1.Name     = "image1";
     this.image1.IconId   = "gtk-close";
     this.image1.IconSize = ((global::Gtk.IconSize)(1));
     this.closeButton.Add(this.image1);
     this.hbox1.Add(this.closeButton);
     global::Gtk.Box.BoxChild w5 = ((global::Gtk.Box.BoxChild)(this.hbox1 [this.closeButton]));
     w5.Position = 2;
     w5.Expand   = false;
     w5.Fill     = false;
     this.Add(this.hbox1);
     if ((this.Child != null))
     {
         this.Child.ShowAll();
     }
     this.Show();
 }
		protected virtual void Build ()
		{
			global::Stetic.Gui.Initialize (this);
			// Widget MonoDevelop.SourceEditor.GotoLineNumberWidget
			global::Stetic.BinContainer.Attach (this);
			this.Name = "MonoDevelop.SourceEditor.GotoLineNumberWidget";
			// Container child MonoDevelop.SourceEditor.GotoLineNumberWidget.Gtk.Container+ContainerChild
			this.hbox1 = new global::Gtk.HBox ();
			this.hbox1.Name = "hbox1";
			// Container child hbox1.Gtk.Box+BoxChild
			this.entryLineNumber = new global::Gtk.Entry ();
			this.entryLineNumber.CanFocus = true;
			this.entryLineNumber.Name = "entryLineNumber";
			this.entryLineNumber.IsEditable = true;
			this.entryLineNumber.InvisibleChar = '●';
			this.hbox1.Add (this.entryLineNumber);
			global::Gtk.Box.BoxChild w1 = ((global::Gtk.Box.BoxChild)(this.hbox1 [this.entryLineNumber]));
			w1.Position = 0;
			w1.Expand = false;
			// Container child hbox1.Gtk.Box+BoxChild
			this.buttonGoToLine = new global::Gtk.Button ();
			this.buttonGoToLine.CanDefault = true;
			this.buttonGoToLine.CanFocus = true;
			this.buttonGoToLine.Name = "buttonGoToLine";
			this.buttonGoToLine.Relief = ((global::Gtk.ReliefStyle)(2));
			// Container child buttonGoToLine.Gtk.Container+ContainerChild
			this.image2 = new global::MonoDevelop.Components.ImageView ();
			this.image2.Name = "image2";
			this.image2.IconId = "gtk-jump-to";
			this.image2.IconSize = ((global::Gtk.IconSize)(1));
			this.buttonGoToLine.Add (this.image2);
			this.hbox1.Add (this.buttonGoToLine);
			global::Gtk.Box.BoxChild w3 = ((global::Gtk.Box.BoxChild)(this.hbox1 [this.buttonGoToLine]));
			w3.Position = 1;
			w3.Expand = false;
			w3.Fill = false;
			// Container child hbox1.Gtk.Box+BoxChild
			this.closeButton = new global::Gtk.Button ();
			this.closeButton.CanFocus = true;
			this.closeButton.Name = "closeButton";
			this.closeButton.Relief = ((global::Gtk.ReliefStyle)(2));
			// Container child closeButton.Gtk.Container+ContainerChild
			this.image1 = new global::MonoDevelop.Components.ImageView ();
			this.image1.Name = "image1";
			this.image1.IconId = "gtk-close";
			this.image1.IconSize = ((global::Gtk.IconSize)(1));
			this.closeButton.Add (this.image1);
			this.hbox1.Add (this.closeButton);
			global::Gtk.Box.BoxChild w5 = ((global::Gtk.Box.BoxChild)(this.hbox1 [this.closeButton]));
			w5.Position = 2;
			w5.Expand = false;
			w5.Fill = false;
			this.Add (this.hbox1);
			if ((this.Child != null)) {
				this.Child.ShowAll ();
			}
			this.Show ();
		}
 protected virtual void Build()
 {
     global::Stetic.Gui.Initialize(this);
     // Widget MonoDevelop.SourceEditor.SearchAndReplaceWidget
     global::Stetic.BinContainer.Attach(this);
     this.Name = "MonoDevelop.SourceEditor.SearchAndReplaceWidget";
     // Container child MonoDevelop.SourceEditor.SearchAndReplaceWidget.Gtk.Container+ContainerChild
     this.table             = new global::Gtk.Table(((uint)(2)), ((uint)(2)), false);
     this.table.Name        = "table";
     this.table.BorderWidth = ((uint)(4));
     // Container child table.Gtk.Table+TableChild
     this.buttonSearchMode          = new global::Gtk.Button();
     this.buttonSearchMode.CanFocus = true;
     this.buttonSearchMode.Name     = "buttonSearchMode";
     // Container child buttonSearchMode.Gtk.Container+ContainerChild
     this.searchButtonModeArrow      = new global::Gtk.Arrow(((global::Gtk.ArrowType)(0)), ((global::Gtk.ShadowType)(0)));
     this.searchButtonModeArrow.Name = "searchButtonModeArrow";
     this.buttonSearchMode.Add(this.searchButtonModeArrow);
     this.table.Add(this.buttonSearchMode);
     global::Gtk.Table.TableChild w2 = ((global::Gtk.Table.TableChild)(this.table [this.buttonSearchMode]));
     w2.XOptions = ((global::Gtk.AttachOptions)(4));
     w2.YOptions = ((global::Gtk.AttachOptions)(4));
     // Container child table.Gtk.Table+TableChild
     this.hbox1      = new global::Gtk.HBox();
     this.hbox1.Name = "hbox1";
     // Container child hbox1.Gtk.Box+BoxChild
     this.searchEntry      = new global::MonoDevelop.Components.SearchEntry();
     this.searchEntry.Name = "searchEntry";
     this.searchEntry.ForceFilterButtonVisible = false;
     this.searchEntry.HasFrame       = true;
     this.searchEntry.RoundedShape   = false;
     this.searchEntry.IsCheckMenu    = false;
     this.searchEntry.ActiveFilterID = 0;
     this.searchEntry.Ready          = false;
     this.searchEntry.HasFocus       = false;
     this.hbox1.Add(this.searchEntry);
     global::Gtk.Box.BoxChild w3 = ((global::Gtk.Box.BoxChild)(this.hbox1 [this.searchEntry]));
     w3.Position = 0;
     // Container child hbox1.Gtk.Box+BoxChild
     this.buttonSearchBackward          = new global::Gtk.Button();
     this.buttonSearchBackward.CanFocus = true;
     this.buttonSearchBackward.Name     = "buttonSearchBackward";
     this.buttonSearchBackward.Relief   = ((global::Gtk.ReliefStyle)(2));
     // Container child buttonSearchBackward.Gtk.Container+ContainerChild
     this.image2          = new global::MonoDevelop.Components.ImageView();
     this.image2.Name     = "image2";
     this.image2.IconId   = "gtk-go-up";
     this.image2.IconSize = ((global::Gtk.IconSize)(1));
     this.buttonSearchBackward.Add(this.image2);
     this.hbox1.Add(this.buttonSearchBackward);
     global::Gtk.Box.BoxChild w5 = ((global::Gtk.Box.BoxChild)(this.hbox1 [this.buttonSearchBackward]));
     w5.Position = 1;
     w5.Expand   = false;
     w5.Fill     = false;
     // Container child hbox1.Gtk.Box+BoxChild
     this.buttonSearchForward          = new global::Gtk.Button();
     this.buttonSearchForward.CanFocus = true;
     this.buttonSearchForward.Name     = "buttonSearchForward";
     this.buttonSearchForward.Relief   = ((global::Gtk.ReliefStyle)(2));
     // Container child buttonSearchForward.Gtk.Container+ContainerChild
     this.image3          = new global::MonoDevelop.Components.ImageView();
     this.image3.Name     = "image3";
     this.image3.IconId   = "gtk-go-down";
     this.image3.IconSize = ((global::Gtk.IconSize)(1));
     this.buttonSearchForward.Add(this.image3);
     this.hbox1.Add(this.buttonSearchForward);
     global::Gtk.Box.BoxChild w7 = ((global::Gtk.Box.BoxChild)(this.hbox1 [this.buttonSearchForward]));
     w7.Position = 2;
     w7.Expand   = false;
     w7.Fill     = false;
     // Container child hbox1.Gtk.Box+BoxChild
     this.closeButton          = new global::Gtk.Button();
     this.closeButton.CanFocus = true;
     this.closeButton.Name     = "closeButton";
     this.closeButton.Relief   = ((global::Gtk.ReliefStyle)(2));
     // Container child closeButton.Gtk.Container+ContainerChild
     this.image4          = new global::MonoDevelop.Components.ImageView();
     this.image4.Name     = "image4";
     this.image4.IconId   = "gtk-close";
     this.image4.IconSize = ((global::Gtk.IconSize)(1));
     this.closeButton.Add(this.image4);
     this.hbox1.Add(this.closeButton);
     global::Gtk.Box.BoxChild w9 = ((global::Gtk.Box.BoxChild)(this.hbox1 [this.closeButton]));
     w9.Position = 3;
     w9.Expand   = false;
     w9.Fill     = false;
     this.table.Add(this.hbox1);
     global::Gtk.Table.TableChild w10 = ((global::Gtk.Table.TableChild)(this.table [this.hbox1]));
     w10.LeftAttach  = ((uint)(1));
     w10.RightAttach = ((uint)(2));
     w10.YOptions    = ((global::Gtk.AttachOptions)(4));
     // Container child table.Gtk.Table+TableChild
     this.hbox2      = new global::Gtk.HBox();
     this.hbox2.Name = "hbox2";
     // Container child hbox2.Gtk.Box+BoxChild
     this.entryReplace               = new global::Gtk.Entry();
     this.entryReplace.CanFocus      = true;
     this.entryReplace.Name          = "entryReplace";
     this.entryReplace.IsEditable    = true;
     this.entryReplace.InvisibleChar = '●';
     this.hbox2.Add(this.entryReplace);
     global::Gtk.Box.BoxChild w11 = ((global::Gtk.Box.BoxChild)(this.hbox2 [this.entryReplace]));
     w11.Position = 0;
     // Container child hbox2.Gtk.Box+BoxChild
     this.buttonReplace          = new global::Gtk.Button();
     this.buttonReplace.CanFocus = true;
     this.buttonReplace.Name     = "buttonReplace";
     this.buttonReplace.Relief   = ((global::Gtk.ReliefStyle)(2));
     // Container child buttonReplace.Gtk.Container+ContainerChild
     this.image5          = new global::MonoDevelop.Components.ImageView();
     this.image5.Name     = "image5";
     this.image5.IconId   = "gtk-find-and-replace";
     this.image5.IconSize = ((global::Gtk.IconSize)(1));
     this.buttonReplace.Add(this.image5);
     this.hbox2.Add(this.buttonReplace);
     global::Gtk.Box.BoxChild w13 = ((global::Gtk.Box.BoxChild)(this.hbox2 [this.buttonReplace]));
     w13.Position = 1;
     w13.Expand   = false;
     w13.Fill     = false;
     // Container child hbox2.Gtk.Box+BoxChild
     this.buttonReplaceAll          = new global::Gtk.Button();
     this.buttonReplaceAll.CanFocus = true;
     this.buttonReplaceAll.Name     = "buttonReplaceAll";
     this.buttonReplaceAll.Relief   = ((global::Gtk.ReliefStyle)(2));
     // Container child buttonReplaceAll.Gtk.Container+ContainerChild
     this.hbox3         = new global::Gtk.HBox();
     this.hbox3.Name    = "hbox3";
     this.hbox3.Spacing = 6;
     // Container child hbox3.Gtk.Box+BoxChild
     this.image6          = new global::MonoDevelop.Components.ImageView();
     this.image6.Name     = "image6";
     this.image6.IconId   = "gtk-find-and-replace";
     this.image6.IconSize = ((global::Gtk.IconSize)(1));
     this.hbox3.Add(this.image6);
     global::Gtk.Box.BoxChild w14 = ((global::Gtk.Box.BoxChild)(this.hbox3 [this.image6]));
     w14.Position = 0;
     w14.Expand   = false;
     w14.Fill     = false;
     // Container child hbox3.Gtk.Box+BoxChild
     this.label1           = new global::Gtk.Label();
     this.label1.Name      = "label1";
     this.label1.LabelProp = global::Mono.Unix.Catalog.GetString("All");
     this.hbox3.Add(this.label1);
     global::Gtk.Box.BoxChild w15 = ((global::Gtk.Box.BoxChild)(this.hbox3 [this.label1]));
     w15.Position = 1;
     w15.Expand   = false;
     w15.Fill     = false;
     this.buttonReplaceAll.Add(this.hbox3);
     this.hbox2.Add(this.buttonReplaceAll);
     global::Gtk.Box.BoxChild w17 = ((global::Gtk.Box.BoxChild)(this.hbox2 [this.buttonReplaceAll]));
     w17.Position = 2;
     w17.Expand   = false;
     w17.Fill     = false;
     this.table.Add(this.hbox2);
     global::Gtk.Table.TableChild w18 = ((global::Gtk.Table.TableChild)(this.table [this.hbox2]));
     w18.TopAttach    = ((uint)(1));
     w18.BottomAttach = ((uint)(2));
     w18.LeftAttach   = ((uint)(1));
     w18.RightAttach  = ((uint)(2));
     w18.YOptions     = ((global::Gtk.AttachOptions)(4));
     this.Add(this.table);
     if ((this.Child != null))
     {
         this.Child.ShowAll();
     }
     this.Show();
 }
コード例 #4
0
 protected virtual void Build()
 {
     MonoDevelop.Components.Gui.Initialize(this);
     // Widget MonoDevelop.Ide.SelectEncodingsDialog
     this.Name          = "MonoDevelop.Ide.SelectEncodingsDialog";
     this.Title         = "Select Text Encodings";
     this.TypeHint      = ((global::Gdk.WindowTypeHint)(1));
     this.Modal         = true;
     this.BorderWidth   = ((uint)(6));
     this.DefaultWidth  = 700;
     this.DefaultHeight = 450;
     // Internal child MonoDevelop.Ide.SelectEncodingsDialog.VBox
     global::Gtk.VBox w1 = this.VBox;
     w1.Name        = "dialog-vbox5";
     w1.Spacing     = 6;
     w1.BorderWidth = ((uint)(2));
     // Container child dialog-vbox5.Gtk.Box+BoxChild
     this.table5               = new global::Gtk.Table(((uint)(2)), ((uint)(4)), false);
     this.table5.Name          = "table5";
     this.table5.RowSpacing    = ((uint)(6));
     this.table5.ColumnSpacing = ((uint)(12));
     this.table5.BorderWidth   = ((uint)(6));
     // Container child table5.Gtk.Table+TableChild
     this.label106            = new global::Gtk.Label();
     this.label106.Name       = "label106";
     this.label106.Xalign     = 0F;
     this.label106.Yalign     = 0F;
     this.label106.LabelProp  = global::Mono.Unix.Catalog.GetString("Available encodings:");
     this.label106.WidthChars = 20;
     this.table5.Add(this.label106);
     global::Gtk.Table.TableChild w2 = ((global::Gtk.Table.TableChild)(this.table5 [this.label106]));
     w2.XOptions = ((global::Gtk.AttachOptions)(4));
     w2.YOptions = ((global::Gtk.AttachOptions)(0));
     // Container child table5.Gtk.Table+TableChild
     this.label107            = new global::Gtk.Label();
     this.label107.Name       = "label107";
     this.label107.Xalign     = 0F;
     this.label107.Yalign     = 0F;
     this.label107.LabelProp  = global::Mono.Unix.Catalog.GetString("Encodings shown in menu:");
     this.label107.WidthChars = 20;
     this.table5.Add(this.label107);
     global::Gtk.Table.TableChild w3 = ((global::Gtk.Table.TableChild)(this.table5 [this.label107]));
     w3.LeftAttach  = ((uint)(2));
     w3.RightAttach = ((uint)(3));
     w3.XOptions    = ((global::Gtk.AttachOptions)(4));
     w3.YOptions    = ((global::Gtk.AttachOptions)(0));
     // Container child table5.Gtk.Table+TableChild
     this.scrolledwindow10            = new global::Gtk.ScrolledWindow();
     this.scrolledwindow10.Name       = "scrolledwindow10";
     this.scrolledwindow10.ShadowType = ((global::Gtk.ShadowType)(1));
     // Container child scrolledwindow10.Gtk.Container+ContainerChild
     this.listAvail      = new global::Gtk.TreeView();
     this.listAvail.Name = "listAvail";
     this.scrolledwindow10.Add(this.listAvail);
     this.table5.Add(this.scrolledwindow10);
     global::Gtk.Table.TableChild w5 = ((global::Gtk.Table.TableChild)(this.table5 [this.scrolledwindow10]));
     w5.TopAttach    = ((uint)(1));
     w5.BottomAttach = ((uint)(2));
     // Container child table5.Gtk.Table+TableChild
     this.scrolledwindow11            = new global::Gtk.ScrolledWindow();
     this.scrolledwindow11.Name       = "scrolledwindow11";
     this.scrolledwindow11.ShadowType = ((global::Gtk.ShadowType)(1));
     // Container child scrolledwindow11.Gtk.Container+ContainerChild
     this.listSelected      = new global::Gtk.TreeView();
     this.listSelected.Name = "listSelected";
     this.scrolledwindow11.Add(this.listSelected);
     this.table5.Add(this.scrolledwindow11);
     global::Gtk.Table.TableChild w7 = ((global::Gtk.Table.TableChild)(this.table5 [this.scrolledwindow11]));
     w7.TopAttach    = ((uint)(1));
     w7.BottomAttach = ((uint)(2));
     w7.LeftAttach   = ((uint)(2));
     w7.RightAttach  = ((uint)(3));
     // Container child table5.Gtk.Table+TableChild
     this.vbox74         = new global::Gtk.VBox();
     this.vbox74.Name    = "vbox74";
     this.vbox74.Spacing = 6;
     // Container child vbox74.Gtk.Box+BoxChild
     this.label108        = new global::Gtk.Label();
     this.label108.Name   = "label108";
     this.label108.Xalign = 0F;
     this.label108.Yalign = 0F;
     this.vbox74.Add(this.label108);
     global::Gtk.Box.BoxChild w8 = ((global::Gtk.Box.BoxChild)(this.vbox74 [this.label108]));
     w8.Position = 0;
     // Container child vbox74.Gtk.Box+BoxChild
     this.btnAdd      = new global::Gtk.Button();
     this.btnAdd.Name = "btnAdd";
     // Container child btnAdd.Gtk.Container+ContainerChild
     this.imageAdd          = new global::MonoDevelop.Components.ImageView();
     this.imageAdd.Name     = "imageAdd";
     this.imageAdd.IconSize = ((global::Gtk.IconSize)(4));
     this.imageAdd.IconId   = "gtk-add";
     this.btnAdd.Add(this.imageAdd);
     this.vbox74.Add(this.btnAdd);
     global::Gtk.Box.BoxChild w10 = ((global::Gtk.Box.BoxChild)(this.vbox74 [this.btnAdd]));
     w10.Position = 1;
     w10.Fill     = false;
     // Container child vbox74.Gtk.Box+BoxChild
     this.btnRemove      = new global::Gtk.Button();
     this.btnRemove.Name = "btnRemove";
     // Container child btnRemove.Gtk.Container+ContainerChild
     this.imageRemove          = new global::MonoDevelop.Components.ImageView();
     this.imageRemove.Name     = "imageRemove";
     this.imageRemove.IconSize = ((global::Gtk.IconSize)(4));
     this.imageRemove.IconId   = "gtk-remove";
     this.btnRemove.Add(this.imageRemove);
     this.vbox74.Add(this.btnRemove);
     global::Gtk.Box.BoxChild w12 = ((global::Gtk.Box.BoxChild)(this.vbox74 [this.btnRemove]));
     w12.Position = 2;
     w12.Fill     = false;
     // Container child vbox74.Gtk.Box+BoxChild
     this.label109        = new global::Gtk.Label();
     this.label109.Name   = "label109";
     this.label109.Xalign = 0F;
     this.label109.Yalign = 0F;
     this.vbox74.Add(this.label109);
     global::Gtk.Box.BoxChild w13 = ((global::Gtk.Box.BoxChild)(this.vbox74 [this.label109]));
     w13.Position = 3;
     this.table5.Add(this.vbox74);
     global::Gtk.Table.TableChild w14 = ((global::Gtk.Table.TableChild)(this.table5 [this.vbox74]));
     w14.TopAttach    = ((uint)(1));
     w14.BottomAttach = ((uint)(2));
     w14.LeftAttach   = ((uint)(1));
     w14.RightAttach  = ((uint)(2));
     w14.XOptions     = ((global::Gtk.AttachOptions)(0));
     w14.YOptions     = ((global::Gtk.AttachOptions)(0));
     // Container child table5.Gtk.Table+TableChild
     this.vbox75         = new global::Gtk.VBox();
     this.vbox75.Name    = "vbox75";
     this.vbox75.Spacing = 6;
     // Container child vbox75.Gtk.Box+BoxChild
     this.btnUp      = new global::Gtk.Button();
     this.btnUp.Name = "btnUp";
     // Container child btnUp.Gtk.Container+ContainerChild
     this.imageUp          = new global::MonoDevelop.Components.ImageView();
     this.imageUp.Name     = "imageUp";
     this.imageUp.IconSize = ((global::Gtk.IconSize)(4));
     this.imageUp.IconId   = "gtk-go-up";
     this.btnUp.Add(this.imageUp);
     this.vbox75.Add(this.btnUp);
     global::Gtk.Box.BoxChild w16 = ((global::Gtk.Box.BoxChild)(this.vbox75 [this.btnUp]));
     w16.Position = 0;
     w16.Expand   = false;
     w16.Fill     = false;
     // Container child vbox75.Gtk.Box+BoxChild
     this.btnDown      = new global::Gtk.Button();
     this.btnDown.Name = "btnDown";
     // Container child btnDown.Gtk.Container+ContainerChild
     this.imageDown          = new global::MonoDevelop.Components.ImageView();
     this.imageDown.Name     = "imageDown";
     this.imageDown.IconSize = ((global::Gtk.IconSize)(4));
     this.imageDown.IconId   = "gtk-go-down";
     this.btnDown.Add(this.imageDown);
     this.vbox75.Add(this.btnDown);
     global::Gtk.Box.BoxChild w18 = ((global::Gtk.Box.BoxChild)(this.vbox75 [this.btnDown]));
     w18.Position = 1;
     w18.Expand   = false;
     w18.Fill     = false;
     this.table5.Add(this.vbox75);
     global::Gtk.Table.TableChild w19 = ((global::Gtk.Table.TableChild)(this.table5 [this.vbox75]));
     w19.TopAttach    = ((uint)(1));
     w19.BottomAttach = ((uint)(2));
     w19.LeftAttach   = ((uint)(3));
     w19.RightAttach  = ((uint)(4));
     w19.XOptions     = ((global::Gtk.AttachOptions)(0));
     w19.YOptions     = ((global::Gtk.AttachOptions)(0));
     w1.Add(this.table5);
     global::Gtk.Box.BoxChild w20 = ((global::Gtk.Box.BoxChild)(w1 [this.table5]));
     w20.Position = 0;
     // Internal child MonoDevelop.Ide.SelectEncodingsDialog.ActionArea
     global::Gtk.HButtonBox w21 = this.ActionArea;
     w21.Name        = "dialog-action_area5";
     w21.Spacing     = 6;
     w21.BorderWidth = ((uint)(5));
     w21.LayoutStyle = ((global::Gtk.ButtonBoxStyle)(4));
     // Container child dialog-action_area5.Gtk.ButtonBox+ButtonBoxChild
     this.cancelbutton1              = new global::Gtk.Button();
     this.cancelbutton1.Name         = "cancelbutton1";
     this.cancelbutton1.UseStock     = true;
     this.cancelbutton1.UseUnderline = true;
     this.cancelbutton1.Label        = "gtk-cancel";
     this.AddActionWidget(this.cancelbutton1, -6);
     global::Gtk.ButtonBox.ButtonBoxChild w22 = ((global::Gtk.ButtonBox.ButtonBoxChild)(w21 [this.cancelbutton1]));
     w22.Expand = false;
     w22.Fill   = false;
     // Container child dialog-action_area5.Gtk.ButtonBox+ButtonBoxChild
     this.okbutton1              = new global::Gtk.Button();
     this.okbutton1.Name         = "okbutton1";
     this.okbutton1.UseStock     = true;
     this.okbutton1.UseUnderline = true;
     this.okbutton1.Label        = "gtk-ok";
     this.AddActionWidget(this.okbutton1, -5);
     global::Gtk.ButtonBox.ButtonBoxChild w23 = ((global::Gtk.ButtonBox.ButtonBoxChild)(w21 [this.okbutton1]));
     w23.Position = 1;
     w23.Expand   = false;
     w23.Fill     = false;
     if ((this.Child != null))
     {
         this.Child.ShowAll();
     }
     this.Hide();
     this.Response          += new global::Gtk.ResponseHandler(this.OnRespond);
     this.btnUp.Clicked     += new global::System.EventHandler(this.OnUpClicked);
     this.btnDown.Clicked   += new global::System.EventHandler(this.OnDownClicked);
     this.btnAdd.Clicked    += new global::System.EventHandler(this.OnAddClicked);
     this.btnRemove.Clicked += new global::System.EventHandler(this.OnRemoveClicked);
 }
コード例 #5
0
 protected virtual void Build()
 {
     MonoDevelop.Components.Gui.Initialize(this);
     // Widget MonoDevelop.Ide.Projects.DeleteConfigDialog
     this.Name     = "MonoDevelop.Ide.Projects.DeleteConfigDialog";
     this.Title    = global::Mono.Unix.Catalog.GetString("Delete Configuration");
     this.TypeHint = ((global::Gdk.WindowTypeHint)(1));
     // Internal child MonoDevelop.Ide.Projects.DeleteConfigDialog.VBox
     global::Gtk.VBox w1 = this.VBox;
     w1.Name = "dialog-vbox7";
     // Container child dialog-vbox7.Gtk.Box+BoxChild
     this.hbox64             = new global::Gtk.HBox();
     this.hbox64.Name        = "hbox64";
     this.hbox64.Spacing     = 12;
     this.hbox64.BorderWidth = ((uint)(12));
     // Container child hbox64.Gtk.Box+BoxChild
     this.imageQuestion          = new global::MonoDevelop.Components.ImageView();
     this.imageQuestion.Name     = "imageQuestion";
     this.imageQuestion.Yalign   = 0F;
     this.imageQuestion.IconSize = ((global::Gtk.IconSize)(6));
     this.imageQuestion.IconId   = "gtk-dialog-question";
     this.hbox64.Add(this.imageQuestion);
     global::Gtk.Box.BoxChild w2 = ((global::Gtk.Box.BoxChild)(this.hbox64 [this.imageQuestion]));
     w2.Position = 0;
     w2.Expand   = false;
     w2.Fill     = false;
     // Container child hbox64.Gtk.Box+BoxChild
     this.vbox80         = new global::Gtk.VBox();
     this.vbox80.Name    = "vbox80";
     this.vbox80.Spacing = 6;
     // Container child vbox80.Gtk.Box+BoxChild
     this.label107           = new global::Gtk.Label();
     this.label107.Name      = "label107";
     this.label107.Xalign    = 0F;
     this.label107.LabelProp = global::Mono.Unix.Catalog.GetString("Are you sure you want to delete this configuration?");
     this.vbox80.Add(this.label107);
     global::Gtk.Box.BoxChild w3 = ((global::Gtk.Box.BoxChild)(this.vbox80 [this.label107]));
     w3.Position = 0;
     w3.Expand   = false;
     w3.Fill     = false;
     // Container child vbox80.Gtk.Box+BoxChild
     this.deleteChildrenCheck               = new global::Gtk.CheckButton();
     this.deleteChildrenCheck.Name          = "deleteChildrenCheck";
     this.deleteChildrenCheck.Label         = global::Mono.Unix.Catalog.GetString("Delete also configurations in solution items");
     this.deleteChildrenCheck.Active        = true;
     this.deleteChildrenCheck.DrawIndicator = true;
     this.deleteChildrenCheck.UseUnderline  = true;
     this.vbox80.Add(this.deleteChildrenCheck);
     global::Gtk.Box.BoxChild w4 = ((global::Gtk.Box.BoxChild)(this.vbox80 [this.deleteChildrenCheck]));
     w4.Position = 1;
     w4.Expand   = false;
     w4.Fill     = false;
     this.hbox64.Add(this.vbox80);
     global::Gtk.Box.BoxChild w5 = ((global::Gtk.Box.BoxChild)(this.hbox64 [this.vbox80]));
     w5.Position = 1;
     w1.Add(this.hbox64);
     global::Gtk.Box.BoxChild w6 = ((global::Gtk.Box.BoxChild)(w1 [this.hbox64]));
     w6.Position = 0;
     // Internal child MonoDevelop.Ide.Projects.DeleteConfigDialog.ActionArea
     global::Gtk.HButtonBox w7 = this.ActionArea;
     w7.Name        = "dialog-action_area7";
     w7.LayoutStyle = ((global::Gtk.ButtonBoxStyle)(4));
     // Container child dialog-action_area7.Gtk.ButtonBox+ButtonBoxChild
     this.button11              = new global::Gtk.Button();
     this.button11.Name         = "button11";
     this.button11.UseStock     = true;
     this.button11.UseUnderline = true;
     this.button11.Label        = "gtk-no";
     this.AddActionWidget(this.button11, -9);
     global::Gtk.ButtonBox.ButtonBoxChild w8 = ((global::Gtk.ButtonBox.ButtonBoxChild)(w7 [this.button11]));
     w8.Expand = false;
     w8.Fill   = false;
     // Container child dialog-action_area7.Gtk.ButtonBox+ButtonBoxChild
     this.button12              = new global::Gtk.Button();
     this.button12.CanDefault   = true;
     this.button12.Name         = "button12";
     this.button12.UseStock     = true;
     this.button12.UseUnderline = true;
     this.button12.Label        = "gtk-yes";
     this.AddActionWidget(this.button12, -8);
     global::Gtk.ButtonBox.ButtonBoxChild w9 = ((global::Gtk.ButtonBox.ButtonBoxChild)(w7 [this.button12]));
     w9.Position = 1;
     w9.Expand   = false;
     w9.Fill     = false;
     if ((this.Child != null))
     {
         this.Child.ShowAll();
     }
     this.DefaultWidth  = 381;
     this.DefaultHeight = 128;
     this.Hide();
 }
		protected virtual void Build ()
		{
			global::Stetic.Gui.Initialize (this);
			// Widget MonoDevelop.ChangeLogAddIn.AddLogEntryDialog
			this.Events = ((global::Gdk.EventMask)(256));
			this.Name = "MonoDevelop.ChangeLogAddIn.AddLogEntryDialog";
			this.Title = global::Mono.Unix.Catalog.GetString ("ChangeLog");
			this.WindowPosition = ((global::Gtk.WindowPosition)(4));
			this.BorderWidth = ((uint)(6));
			// Internal child MonoDevelop.ChangeLogAddIn.AddLogEntryDialog.VBox
			global::Gtk.VBox w1 = this.VBox;
			w1.Events = ((global::Gdk.EventMask)(256));
			w1.Name = "dialog_VBox";
			w1.Spacing = 6;
			w1.BorderWidth = ((uint)(2));
			// Container child dialog_VBox.Gtk.Box+BoxChild
			this.vbox1 = new global::Gtk.VBox ();
			this.vbox1.Name = "vbox1";
			this.vbox1.Spacing = 6;
			this.vbox1.BorderWidth = ((uint)(6));
			// Container child vbox1.Gtk.Box+BoxChild
			this.vpaned1 = new global::Gtk.VPaned ();
			this.vpaned1.CanFocus = true;
			this.vpaned1.Name = "vpaned1";
			this.vpaned1.Position = 116;
			// Container child vpaned1.Gtk.Paned+PanedChild
			this.vbox2 = new global::Gtk.VBox ();
			this.vbox2.Name = "vbox2";
			this.vbox2.Spacing = 6;
			// Container child vbox2.Gtk.Box+BoxChild
			this.label1 = new global::Gtk.Label ();
			this.label1.Name = "label1";
			this.label1.Xalign = 0F;
			this.label1.LabelProp = global::Mono.Unix.Catalog.GetString ("Modified ChangeLog files:");
			this.vbox2.Add (this.label1);
			global::Gtk.Box.BoxChild w2 = ((global::Gtk.Box.BoxChild)(this.vbox2 [this.label1]));
			w2.Position = 0;
			w2.Expand = false;
			w2.Fill = false;
			// Container child vbox2.Gtk.Box+BoxChild
			this.scrolledwindow2 = new global::Gtk.ScrolledWindow ();
			this.scrolledwindow2.CanFocus = true;
			this.scrolledwindow2.Name = "scrolledwindow2";
			this.scrolledwindow2.ShadowType = ((global::Gtk.ShadowType)(1));
			// Container child scrolledwindow2.Gtk.Container+ContainerChild
			this.fileList = new global::Gtk.TreeView ();
			this.fileList.CanFocus = true;
			this.fileList.Name = "fileList";
			this.fileList.HeadersVisible = false;
			this.scrolledwindow2.Add (this.fileList);
			this.vbox2.Add (this.scrolledwindow2);
			global::Gtk.Box.BoxChild w4 = ((global::Gtk.Box.BoxChild)(this.vbox2 [this.scrolledwindow2]));
			w4.Position = 1;
			this.vpaned1.Add (this.vbox2);
			global::Gtk.Paned.PanedChild w5 = ((global::Gtk.Paned.PanedChild)(this.vpaned1 [this.vbox2]));
			w5.Resize = false;
			// Container child vpaned1.Gtk.Paned+PanedChild
			this.vbox3 = new global::Gtk.VBox ();
			this.vbox3.Name = "vbox3";
			this.vbox3.Spacing = 6;
			// Container child vbox3.Gtk.Box+BoxChild
			this.label3 = new global::Gtk.Label ();
			this.label3.Name = "label3";
			this.label3.Xalign = 0F;
			this.label3.LabelProp = global::Mono.Unix.Catalog.GetString ("ChangeLog entry:");
			this.vbox3.Add (this.label3);
			global::Gtk.Box.BoxChild w6 = ((global::Gtk.Box.BoxChild)(this.vbox3 [this.label3]));
			w6.Position = 0;
			w6.Expand = false;
			w6.Fill = false;
			// Container child vbox3.Gtk.Box+BoxChild
			this.scrolledwindow1 = new global::Gtk.ScrolledWindow ();
			this.scrolledwindow1.CanFocus = true;
			this.scrolledwindow1.Name = "scrolledwindow1";
			this.scrolledwindow1.ShadowType = ((global::Gtk.ShadowType)(1));
			// Container child scrolledwindow1.Gtk.Container+ContainerChild
			this.textview = new global::Gtk.TextView ();
			this.textview.CanFocus = true;
			this.textview.Name = "textview";
			this.scrolledwindow1.Add (this.textview);
			this.vbox3.Add (this.scrolledwindow1);
			global::Gtk.Box.BoxChild w8 = ((global::Gtk.Box.BoxChild)(this.vbox3 [this.scrolledwindow1]));
			w8.Position = 1;
			this.vpaned1.Add (this.vbox3);
			this.vbox1.Add (this.vpaned1);
			global::Gtk.Box.BoxChild w10 = ((global::Gtk.Box.BoxChild)(this.vbox1 [this.vpaned1]));
			w10.Position = 0;
			// Container child vbox1.Gtk.Box+BoxChild
			this.boxNewFile = new global::Gtk.HBox ();
			this.boxNewFile.Name = "boxNewFile";
			this.boxNewFile.Spacing = 6;
			// Container child boxNewFile.Gtk.Box+BoxChild
			this.image36 = new global::MonoDevelop.Components.ImageView ();
			this.image36.Name = "image36";
			this.image36.IconId = "gtk-new";
			this.image36.IconSize = ((global::Gtk.IconSize)(2));
			this.boxNewFile.Add (this.image36);
			global::Gtk.Box.BoxChild w11 = ((global::Gtk.Box.BoxChild)(this.boxNewFile [this.image36]));
			w11.Position = 0;
			w11.Expand = false;
			w11.Fill = false;
			// Container child boxNewFile.Gtk.Box+BoxChild
			this.label7 = new global::Gtk.Label ();
			this.label7.WidthRequest = 500;
			this.label7.Name = "label7";
			this.label7.Xalign = 0F;
			this.label7.LabelProp = global::Mono.Unix.Catalog.GetString ("This ChangeLog file does not exist and will be created.");
			this.label7.Wrap = true;
			this.boxNewFile.Add (this.label7);
			global::Gtk.Box.BoxChild w12 = ((global::Gtk.Box.BoxChild)(this.boxNewFile [this.label7]));
			w12.Position = 1;
			w12.Expand = false;
			w12.Fill = false;
			this.vbox1.Add (this.boxNewFile);
			global::Gtk.Box.BoxChild w13 = ((global::Gtk.Box.BoxChild)(this.vbox1 [this.boxNewFile]));
			w13.Position = 1;
			w13.Expand = false;
			w13.Fill = false;
			// Container child vbox1.Gtk.Box+BoxChild
			this.boxNoFile = new global::Gtk.HBox ();
			this.boxNoFile.Name = "boxNoFile";
			this.boxNoFile.Spacing = 6;
			// Container child boxNoFile.Gtk.Box+BoxChild
			this.image37 = new global::MonoDevelop.Components.ImageView ();
			this.image37.Name = "image37";
			this.image37.IconId = "gtk-dialog-warning";
			this.image37.IconSize = ((global::Gtk.IconSize)(2));
			this.boxNoFile.Add (this.image37);
			global::Gtk.Box.BoxChild w14 = ((global::Gtk.Box.BoxChild)(this.boxNoFile [this.image37]));
			w14.Position = 0;
			w14.Expand = false;
			w14.Fill = false;
			// Container child boxNoFile.Gtk.Box+BoxChild
			this.label8 = new global::Gtk.Label ();
			this.label8.WidthRequest = 500;
			this.label8.Name = "label8";
			this.label8.Xalign = 0F;
			this.label8.LabelProp = global::Mono.Unix.Catalog.GetString ("This ChangeLog file does not exist and will <b>not</b> be created.");
			this.label8.UseMarkup = true;
			this.label8.Wrap = true;
			this.boxNoFile.Add (this.label8);
			global::Gtk.Box.BoxChild w15 = ((global::Gtk.Box.BoxChild)(this.boxNoFile [this.label8]));
			w15.Position = 1;
			w15.Expand = false;
			w15.Fill = false;
			this.vbox1.Add (this.boxNoFile);
			global::Gtk.Box.BoxChild w16 = ((global::Gtk.Box.BoxChild)(this.vbox1 [this.boxNoFile]));
			w16.Position = 2;
			w16.Expand = false;
			w16.Fill = 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.vbox4 = new global::Gtk.VBox ();
			this.vbox4.Name = "vbox4";
			this.vbox4.Spacing = 6;
			// Container child vbox4.Gtk.Box+BoxChild
			this.image38 = new global::MonoDevelop.Components.ImageView ();
			this.image38.Name = "image38";
			this.image38.IconId = "gtk-dialog-info";
			this.image38.IconSize = ((global::Gtk.IconSize)(2));
			this.vbox4.Add (this.image38);
			global::Gtk.Box.BoxChild w17 = ((global::Gtk.Box.BoxChild)(this.vbox4 [this.image38]));
			w17.Position = 0;
			w17.Expand = false;
			w17.Fill = false;
			this.hbox3.Add (this.vbox4);
			global::Gtk.Box.BoxChild w18 = ((global::Gtk.Box.BoxChild)(this.hbox3 [this.vbox4]));
			w18.Position = 0;
			w18.Expand = false;
			w18.Fill = false;
			// Container child hbox3.Gtk.Box+BoxChild
			this.label9 = new global::Gtk.Label ();
			this.label9.WidthRequest = 500;
			this.label9.Name = "label9";
			this.label9.Xalign = 0F;
			this.label9.LabelProp = global::Mono.Unix.Catalog.GetString ("To change the ChangeLog creation and update policies, open the options dialog of the project or solution and click on the 'ChangeLog Integration\" section.");
			this.label9.UseMarkup = true;
			this.label9.Wrap = true;
			this.hbox3.Add (this.label9);
			global::Gtk.Box.BoxChild w19 = ((global::Gtk.Box.BoxChild)(this.hbox3 [this.label9]));
			w19.Position = 1;
			w19.Expand = false;
			w19.Fill = false;
			this.vbox1.Add (this.hbox3);
			global::Gtk.Box.BoxChild w20 = ((global::Gtk.Box.BoxChild)(this.vbox1 [this.hbox3]));
			w20.Position = 3;
			w20.Expand = false;
			w20.Fill = false;
			w1.Add (this.vbox1);
			global::Gtk.Box.BoxChild w21 = ((global::Gtk.Box.BoxChild)(w1 [this.vbox1]));
			w21.Position = 0;
			// Internal child MonoDevelop.ChangeLogAddIn.AddLogEntryDialog.ActionArea
			global::Gtk.HButtonBox w22 = this.ActionArea;
			w22.Events = ((global::Gdk.EventMask)(256));
			w22.Name = "ChangeLogAddIn.AddLogEntryDialog_ActionArea";
			w22.Spacing = 6;
			w22.BorderWidth = ((uint)(5));
			w22.LayoutStyle = ((global::Gtk.ButtonBoxStyle)(4));
			// Container child ChangeLogAddIn.AddLogEntryDialog_ActionArea.Gtk.ButtonBox+ButtonBoxChild
			this.button7 = new global::Gtk.Button ();
			this.button7.CanDefault = true;
			this.button7.CanFocus = true;
			this.button7.Name = "button7";
			this.button7.UseStock = true;
			this.button7.UseUnderline = true;
			this.button7.Label = "gtk-cancel";
			this.AddActionWidget (this.button7, -6);
			global::Gtk.ButtonBox.ButtonBoxChild w23 = ((global::Gtk.ButtonBox.ButtonBoxChild)(w22 [this.button7]));
			w23.Expand = false;
			w23.Fill = false;
			// Container child ChangeLogAddIn.AddLogEntryDialog_ActionArea.Gtk.ButtonBox+ButtonBoxChild
			this.button119 = new global::Gtk.Button ();
			this.button119.CanDefault = true;
			this.button119.CanFocus = true;
			this.button119.Name = "button119";
			this.button119.UseStock = true;
			this.button119.UseUnderline = true;
			this.button119.Label = "gtk-ok";
			this.AddActionWidget (this.button119, -5);
			global::Gtk.ButtonBox.ButtonBoxChild w24 = ((global::Gtk.ButtonBox.ButtonBoxChild)(w22 [this.button119]));
			w24.Position = 1;
			w24.Expand = false;
			w24.Fill = false;
			if ((this.Child != null)) {
				this.Child.ShowAll ();
			}
			this.DefaultWidth = 573;
			this.DefaultHeight = 510;
			this.boxNewFile.Hide ();
			this.boxNoFile.Hide ();
			this.Hide ();
		}
		protected virtual void Build ()
		{
			global::Stetic.Gui.Initialize (this);
			// Widget MonoDevelop.Ide.Gui.Dialogs.AddinLoadErrorDialog
			this.Name = "MonoDevelop.Ide.Gui.Dialogs.AddinLoadErrorDialog";
			this.Title = "";
			this.TypeHint = ((global::Gdk.WindowTypeHint)(1));
			this.BorderWidth = ((uint)(6));
			this.DefaultHeight = 350;
			// Internal child MonoDevelop.Ide.Gui.Dialogs.AddinLoadErrorDialog.VBox
			global::Gtk.VBox w1 = this.VBox;
			w1.Name = "dialog-vbox1";
			w1.Spacing = 6;
			w1.BorderWidth = ((uint)(2));
			// Container child dialog-vbox1.Gtk.Box+BoxChild
			this.hbox1 = new global::Gtk.HBox ();
			this.hbox1.Name = "hbox1";
			this.hbox1.Spacing = 12;
			this.hbox1.BorderWidth = ((uint)(6));
			// Container child hbox1.Gtk.Box+BoxChild
			this.iconError = new global::MonoDevelop.Components.ImageView ();
			this.iconError.Name = "iconError";
			this.iconError.Xalign = 0F;
			this.iconError.Yalign = 0F;
			this.iconError.IconId = "gtk-dialog-error";
			this.iconError.IconSize = ((global::Gtk.IconSize)(6));
			this.hbox1.Add (this.iconError);
			global::Gtk.Box.BoxChild w2 = ((global::Gtk.Box.BoxChild)(this.hbox1 [this.iconError]));
			w2.Position = 0;
			w2.Expand = false;
			w2.Fill = false;
			// Container child hbox1.Gtk.Box+BoxChild
			this.vbox4 = new global::Gtk.VBox ();
			this.vbox4.Name = "vbox4";
			this.vbox4.Spacing = 6;
			// Container child vbox4.Gtk.Box+BoxChild
			this.label4 = new global::Gtk.Label ();
			this.label4.Name = "label4";
			this.label4.Xalign = 0F;
			this.label4.Yalign = 0F;
			this.label4.LabelProp = global::Mono.Unix.Catalog.GetString ("The following add-ins could not be started:");
			this.vbox4.Add (this.label4);
			global::Gtk.Box.BoxChild w3 = ((global::Gtk.Box.BoxChild)(this.vbox4 [this.label4]));
			w3.Position = 0;
			w3.Expand = false;
			w3.Fill = false;
			// Container child vbox4.Gtk.Box+BoxChild
			this.scrolledwindow1 = new global::Gtk.ScrolledWindow ();
			this.scrolledwindow1.Name = "scrolledwindow1";
			this.scrolledwindow1.ShadowType = ((global::Gtk.ShadowType)(1));
			// Container child scrolledwindow1.Gtk.Container+ContainerChild
			this.errorTree = new global::Gtk.TreeView ();
			this.errorTree.Name = "errorTree";
			this.errorTree.HeadersVisible = false;
			this.scrolledwindow1.Add (this.errorTree);
			this.vbox4.Add (this.scrolledwindow1);
			global::Gtk.Box.BoxChild w5 = ((global::Gtk.Box.BoxChild)(this.vbox4 [this.scrolledwindow1]));
			w5.Position = 1;
			// Container child vbox4.Gtk.Box+BoxChild
			this.messageLabel = new global::Gtk.Label ();
			this.messageLabel.WidthRequest = 479;
			this.messageLabel.Name = "messageLabel";
			this.messageLabel.Xalign = 0F;
			this.messageLabel.Yalign = 0F;
			this.messageLabel.Wrap = true;
			this.vbox4.Add (this.messageLabel);
			global::Gtk.Box.BoxChild w6 = ((global::Gtk.Box.BoxChild)(this.vbox4 [this.messageLabel]));
			w6.Position = 2;
			w6.Expand = false;
			w6.Fill = false;
			this.hbox1.Add (this.vbox4);
			global::Gtk.Box.BoxChild w7 = ((global::Gtk.Box.BoxChild)(this.hbox1 [this.vbox4]));
			w7.Position = 1;
			w1.Add (this.hbox1);
			global::Gtk.Box.BoxChild w8 = ((global::Gtk.Box.BoxChild)(w1 [this.hbox1]));
			w8.Position = 0;
			// Internal child MonoDevelop.Ide.Gui.Dialogs.AddinLoadErrorDialog.ActionArea
			global::Gtk.HButtonBox w9 = this.ActionArea;
			w9.Name = "GtkDialog_ActionArea";
			w9.Spacing = 6;
			w9.BorderWidth = ((uint)(5));
			w9.LayoutStyle = ((global::Gtk.ButtonBoxStyle)(4));
			// Container child GtkDialog_ActionArea.Gtk.ButtonBox+ButtonBoxChild
			this.noButton = new global::Gtk.Button ();
			this.noButton.CanFocus = true;
			this.noButton.Name = "noButton";
			this.noButton.UseStock = true;
			this.noButton.UseUnderline = true;
			this.noButton.Label = "gtk-no";
			this.AddActionWidget (this.noButton, -9);
			global::Gtk.ButtonBox.ButtonBoxChild w10 = ((global::Gtk.ButtonBox.ButtonBoxChild)(w9 [this.noButton]));
			w10.Expand = false;
			w10.Fill = false;
			// Container child GtkDialog_ActionArea.Gtk.ButtonBox+ButtonBoxChild
			this.yesButton = new global::Gtk.Button ();
			this.yesButton.CanFocus = true;
			this.yesButton.Name = "yesButton";
			this.yesButton.UseStock = true;
			this.yesButton.UseUnderline = true;
			this.yesButton.Label = "gtk-yes";
			this.AddActionWidget (this.yesButton, -8);
			global::Gtk.ButtonBox.ButtonBoxChild w11 = ((global::Gtk.ButtonBox.ButtonBoxChild)(w9 [this.yesButton]));
			w11.Position = 1;
			w11.Expand = false;
			w11.Fill = false;
			// Container child GtkDialog_ActionArea.Gtk.ButtonBox+ButtonBoxChild
			this.closeButton = new global::Gtk.Button ();
			this.closeButton.CanFocus = true;
			this.closeButton.Name = "closeButton";
			this.closeButton.UseStock = true;
			this.closeButton.UseUnderline = true;
			this.closeButton.Label = "gtk-close";
			this.AddActionWidget (this.closeButton, -7);
			global::Gtk.ButtonBox.ButtonBoxChild w12 = ((global::Gtk.ButtonBox.ButtonBoxChild)(w9 [this.closeButton]));
			w12.Position = 2;
			w12.Expand = false;
			w12.Fill = false;
			if ((this.Child != null)) {
				this.Child.ShowAll ();
			}
			this.DefaultWidth = 575;
			this.closeButton.Hide ();
			this.Hide ();
		}
		protected virtual void Build ()
		{
			global::Stetic.Gui.Initialize (this);
			// Widget MonoDevelop.Ide.ExternalTools.ExternalToolPanelWidget
			global::Stetic.BinContainer.Attach (this);
			this.Name = "MonoDevelop.Ide.ExternalTools.ExternalToolPanelWidget";
			// Container child MonoDevelop.Ide.ExternalTools.ExternalToolPanelWidget.Gtk.Container+ContainerChild
			this.vbox32 = new global::Gtk.VBox ();
			this.vbox32.Name = "vbox32";
			this.vbox32.Spacing = 12;
			// Container child vbox32.Gtk.Box+BoxChild
			this.hbox21 = new global::Gtk.HBox ();
			this.hbox21.Name = "hbox21";
			this.hbox21.Spacing = 6;
			// Container child hbox21.Gtk.Box+BoxChild
			this.scrolledwindow4 = new global::Gtk.ScrolledWindow ();
			this.scrolledwindow4.Name = "scrolledwindow4";
			this.scrolledwindow4.ShadowType = ((global::Gtk.ShadowType)(4));
			// Container child scrolledwindow4.Gtk.Container+ContainerChild
			this.toolListBox = new global::Gtk.TreeView ();
			this.toolListBox.WidthRequest = 200;
			this.toolListBox.HeightRequest = 150;
			this.toolListBox.Name = "toolListBox";
			this.scrolledwindow4.Add (this.toolListBox);
			this.hbox21.Add (this.scrolledwindow4);
			global::Gtk.Box.BoxChild w2 = ((global::Gtk.Box.BoxChild)(this.hbox21 [this.scrolledwindow4]));
			w2.Position = 0;
			// Container child hbox21.Gtk.Box+BoxChild
			this.buttons = new global::Gtk.VBox ();
			this.buttons.Name = "buttons";
			this.buttons.Spacing = 6;
			// Container child buttons.Gtk.Box+BoxChild
			this.addButton = new global::Gtk.Button ();
			this.addButton.Name = "addButton";
			this.addButton.UseStock = true;
			this.addButton.UseUnderline = true;
			this.addButton.Label = "gtk-add";
			this.buttons.Add (this.addButton);
			global::Gtk.Box.BoxChild w3 = ((global::Gtk.Box.BoxChild)(this.buttons [this.addButton]));
			w3.Position = 0;
			w3.Expand = false;
			w3.Fill = false;
			// Container child buttons.Gtk.Box+BoxChild
			this.removeButton = new global::Gtk.Button ();
			this.removeButton.Name = "removeButton";
			this.removeButton.UseStock = true;
			this.removeButton.UseUnderline = true;
			this.removeButton.Label = "gtk-remove";
			this.buttons.Add (this.removeButton);
			global::Gtk.Box.BoxChild w4 = ((global::Gtk.Box.BoxChild)(this.buttons [this.removeButton]));
			w4.Position = 1;
			w4.Expand = false;
			w4.Fill = false;
			// Container child buttons.Gtk.Box+BoxChild
			this.label34 = new global::Gtk.Label ();
			this.label34.Name = "label34";
			this.label34.Xalign = 0F;
			this.label34.Yalign = 0F;
			this.label34.LabelProp = "    ";
			this.buttons.Add (this.label34);
			global::Gtk.Box.BoxChild w5 = ((global::Gtk.Box.BoxChild)(this.buttons [this.label34]));
			w5.Position = 2;
			// Container child buttons.Gtk.Box+BoxChild
			this.moveUpButton = new global::Gtk.Button ();
			this.moveUpButton.Name = "moveUpButton";
			this.moveUpButton.UseStock = true;
			this.moveUpButton.UseUnderline = true;
			this.moveUpButton.Label = "gtk-go-up";
			this.buttons.Add (this.moveUpButton);
			global::Gtk.Box.BoxChild w6 = ((global::Gtk.Box.BoxChild)(this.buttons [this.moveUpButton]));
			w6.Position = 3;
			w6.Expand = false;
			w6.Fill = false;
			// Container child buttons.Gtk.Box+BoxChild
			this.moveDownButton = new global::Gtk.Button ();
			this.moveDownButton.Name = "moveDownButton";
			this.moveDownButton.UseStock = true;
			this.moveDownButton.UseUnderline = true;
			this.moveDownButton.Label = "gtk-go-down";
			this.buttons.Add (this.moveDownButton);
			global::Gtk.Box.BoxChild w7 = ((global::Gtk.Box.BoxChild)(this.buttons [this.moveDownButton]));
			w7.Position = 4;
			w7.Expand = false;
			w7.Fill = false;
			this.hbox21.Add (this.buttons);
			global::Gtk.Box.BoxChild w8 = ((global::Gtk.Box.BoxChild)(this.hbox21 [this.buttons]));
			w8.Position = 1;
			w8.Expand = false;
			w8.Fill = false;
			this.vbox32.Add (this.hbox21);
			global::Gtk.Box.BoxChild w9 = ((global::Gtk.Box.BoxChild)(this.vbox32 [this.hbox21]));
			w9.Position = 0;
			// Container child vbox32.Gtk.Box+BoxChild
			this.table2 = new global::Gtk.Table (((uint)(5)), ((uint)(2)), false);
			this.table2.RowSpacing = ((uint)(6));
			this.table2.ColumnSpacing = ((uint)(6));
			// Container child table2.Gtk.Table+TableChild
			this.argumentLabel = new global::Gtk.Label ();
			this.argumentLabel.Name = "argumentLabel";
			this.argumentLabel.Xalign = 0F;
			this.argumentLabel.Yalign = 0F;
			this.argumentLabel.LabelProp = global::Mono.Unix.Catalog.GetString ("_Arguments:");
			this.argumentLabel.UseUnderline = true;
			this.table2.Add (this.argumentLabel);
			global::Gtk.Table.TableChild w10 = ((global::Gtk.Table.TableChild)(this.table2 [this.argumentLabel]));
			w10.TopAttach = ((uint)(2));
			w10.BottomAttach = ((uint)(3));
			w10.XOptions = ((global::Gtk.AttachOptions)(4));
			w10.YOptions = ((global::Gtk.AttachOptions)(0));
			// Container child table2.Gtk.Table+TableChild
			this.browseButton = new global::MonoDevelop.Components.FileEntry ();
			this.browseButton.Name = "browseButton";
			this.table2.Add (this.browseButton);
			global::Gtk.Table.TableChild w11 = ((global::Gtk.Table.TableChild)(this.table2 [this.browseButton]));
			w11.TopAttach = ((uint)(1));
			w11.BottomAttach = ((uint)(2));
			w11.LeftAttach = ((uint)(1));
			w11.RightAttach = ((uint)(2));
			w11.XOptions = ((global::Gtk.AttachOptions)(4));
			w11.YOptions = ((global::Gtk.AttachOptions)(4));
			// Container child table2.Gtk.Table+TableChild
			this.commandLabel = new global::Gtk.Label ();
			this.commandLabel.Name = "commandLabel";
			this.commandLabel.Xalign = 0F;
			this.commandLabel.Yalign = 0F;
			this.commandLabel.LabelProp = global::Mono.Unix.Catalog.GetString ("_Command:");
			this.commandLabel.UseUnderline = true;
			this.table2.Add (this.commandLabel);
			global::Gtk.Table.TableChild w12 = ((global::Gtk.Table.TableChild)(this.table2 [this.commandLabel]));
			w12.TopAttach = ((uint)(1));
			w12.BottomAttach = ((uint)(2));
			w12.XOptions = ((global::Gtk.AttachOptions)(4));
			w12.YOptions = ((global::Gtk.AttachOptions)(0));
			// Container child table2.Gtk.Table+TableChild
			this.defaultKeyLabel = new global::Gtk.Label ();
			this.defaultKeyLabel.Name = "defaultKeyLabel";
			this.defaultKeyLabel.Xalign = 0F;
			this.defaultKeyLabel.LabelProp = global::Mono.Unix.Catalog.GetString ("Key Binding:");
			this.table2.Add (this.defaultKeyLabel);
			global::Gtk.Table.TableChild w13 = ((global::Gtk.Table.TableChild)(this.table2 [this.defaultKeyLabel]));
			w13.TopAttach = ((uint)(4));
			w13.BottomAttach = ((uint)(5));
			w13.XOptions = ((global::Gtk.AttachOptions)(4));
			w13.YOptions = ((global::Gtk.AttachOptions)(4));
			// Container child table2.Gtk.Table+TableChild
			this.table3 = new global::Gtk.Table (((uint)(1)), ((uint)(2)), false);
			this.table3.Name = "table3";
			this.table3.RowSpacing = ((uint)(6));
			this.table3.ColumnSpacing = ((uint)(4));
			// Container child table3.Gtk.Table+TableChild
			this.argumentTextBox = new global::Gtk.Entry ();
			this.argumentTextBox.Name = "argumentTextBox";
			this.argumentTextBox.IsEditable = true;
			this.argumentTextBox.InvisibleChar = '●';
			this.table3.Add (this.argumentTextBox);
			global::Gtk.Table.TableChild w14 = ((global::Gtk.Table.TableChild)(this.table3 [this.argumentTextBox]));
			w14.YOptions = ((global::Gtk.AttachOptions)(0));
			// Container child table3.Gtk.Table+TableChild
			this.tagSelectorArgs = new global::MonoDevelop.Ide.Gui.Components.StringTagSelectorButton ();
			this.tagSelectorArgs.Events = ((global::Gdk.EventMask)(256));
			this.tagSelectorArgs.Name = "tagSelectorArgs";
			this.table3.Add (this.tagSelectorArgs);
			global::Gtk.Table.TableChild w15 = ((global::Gtk.Table.TableChild)(this.table3 [this.tagSelectorArgs]));
			w15.LeftAttach = ((uint)(1));
			w15.RightAttach = ((uint)(2));
			w15.XOptions = ((global::Gtk.AttachOptions)(4));
			w15.YOptions = ((global::Gtk.AttachOptions)(4));
			this.table2.Add (this.table3);
			global::Gtk.Table.TableChild w16 = ((global::Gtk.Table.TableChild)(this.table2 [this.table3]));
			w16.TopAttach = ((uint)(2));
			w16.BottomAttach = ((uint)(3));
			w16.LeftAttach = ((uint)(1));
			w16.RightAttach = ((uint)(2));
			w16.YOptions = ((global::Gtk.AttachOptions)(0));
			// Container child table2.Gtk.Table+TableChild
			this.table4 = new global::Gtk.Table (((uint)(1)), ((uint)(2)), false);
			this.table4.Name = "table4";
			this.table4.RowSpacing = ((uint)(6));
			this.table4.ColumnSpacing = ((uint)(4));
			// Container child table4.Gtk.Table+TableChild
			this.tagSelectorPath = new global::MonoDevelop.Ide.Gui.Components.StringTagSelectorButton ();
			this.tagSelectorPath.Events = ((global::Gdk.EventMask)(256));
			this.tagSelectorPath.Name = "tagSelectorPath";
			this.table4.Add (this.tagSelectorPath);
			global::Gtk.Table.TableChild w17 = ((global::Gtk.Table.TableChild)(this.table4 [this.tagSelectorPath]));
			w17.LeftAttach = ((uint)(1));
			w17.RightAttach = ((uint)(2));
			w17.XOptions = ((global::Gtk.AttachOptions)(4));
			w17.YOptions = ((global::Gtk.AttachOptions)(4));
			// Container child table4.Gtk.Table+TableChild
			this.workingDirTextBox = new global::Gtk.Entry ();
			this.workingDirTextBox.Name = "workingDirTextBox";
			this.workingDirTextBox.IsEditable = true;
			this.workingDirTextBox.InvisibleChar = '●';
			this.table4.Add (this.workingDirTextBox);
			global::Gtk.Table.TableChild w18 = ((global::Gtk.Table.TableChild)(this.table4 [this.workingDirTextBox]));
			w18.YOptions = ((global::Gtk.AttachOptions)(0));
			this.table2.Add (this.table4);
			global::Gtk.Table.TableChild w19 = ((global::Gtk.Table.TableChild)(this.table2 [this.table4]));
			w19.TopAttach = ((uint)(3));
			w19.BottomAttach = ((uint)(4));
			w19.LeftAttach = ((uint)(1));
			w19.RightAttach = ((uint)(2));
			w19.YOptions = ((global::Gtk.AttachOptions)(0));
			// Container child table2.Gtk.Table+TableChild
			this.table5 = new global::Gtk.Table (((uint)(1)), ((uint)(3)), false);
			this.table5.Name = "table5";
			this.table5.RowSpacing = ((uint)(6));
			this.table5.ColumnSpacing = ((uint)(6));
			// Container child table5.Gtk.Table+TableChild
			this.defaultKeyTextBox = new global::Gtk.Entry ();
			this.defaultKeyTextBox.CanFocus = true;
			this.defaultKeyTextBox.Name = "defaultKeyTextBox";
			this.defaultKeyTextBox.IsEditable = true;
			this.defaultKeyTextBox.InvisibleChar = '●';
			this.table5.Add (this.defaultKeyTextBox);
			global::Gtk.Table.TableChild w20 = ((global::Gtk.Table.TableChild)(this.table5 [this.defaultKeyTextBox]));
			w20.YOptions = ((global::Gtk.AttachOptions)(4));
			// Container child table5.Gtk.Table+TableChild
			this.keyBindingInfoEventBox = new global::Gtk.EventBox ();
			this.keyBindingInfoEventBox.WidthRequest = 16;
			this.keyBindingInfoEventBox.HeightRequest = 16;
			this.keyBindingInfoEventBox.Name = "keyBindingInfoEventBox";
			this.keyBindingInfoEventBox.VisibleWindow = false;
			// Container child keyBindingInfoEventBox.Gtk.Container+ContainerChild
			this.defaultKeyInfoIcon = new global::MonoDevelop.Components.ImageView ();
			this.defaultKeyInfoIcon.Name = "defaultKeyInfoIcon";
			this.defaultKeyInfoIcon.IconId = "md-warning";
			this.defaultKeyInfoIcon.IconSize = ((global::Gtk.IconSize)(1));
			this.keyBindingInfoEventBox.Add (this.defaultKeyInfoIcon);
			this.table5.Add (this.keyBindingInfoEventBox);
			global::Gtk.Table.TableChild w22 = ((global::Gtk.Table.TableChild)(this.table5 [this.keyBindingInfoEventBox]));
			w22.LeftAttach = ((uint)(1));
			w22.RightAttach = ((uint)(2));
			w22.XOptions = ((global::Gtk.AttachOptions)(4));
			w22.YOptions = ((global::Gtk.AttachOptions)(4));
			// Container child table5.Gtk.Table+TableChild
			this.label2 = new global::Gtk.Label ();
			this.label2.Name = "label2";
			this.table5.Add (this.label2);
			global::Gtk.Table.TableChild w23 = ((global::Gtk.Table.TableChild)(this.table5 [this.label2]));
			w23.LeftAttach = ((uint)(2));
			w23.RightAttach = ((uint)(3));
			w23.YOptions = ((global::Gtk.AttachOptions)(4));
			this.table2.Add (this.table5);
			global::Gtk.Table.TableChild w24 = ((global::Gtk.Table.TableChild)(this.table2 [this.table5]));
			w24.TopAttach = ((uint)(4));
			w24.BottomAttach = ((uint)(5));
			w24.LeftAttach = ((uint)(1));
			w24.RightAttach = ((uint)(2));
			w24.XOptions = ((global::Gtk.AttachOptions)(4));
			w24.YOptions = ((global::Gtk.AttachOptions)(4));
			// Container child table2.Gtk.Table+TableChild
			this.titleLabel = new global::Gtk.Label ();
			this.titleLabel.Name = "titleLabel";
			this.titleLabel.Xalign = 0F;
			this.titleLabel.Yalign = 0F;
			this.titleLabel.LabelProp = global::Mono.Unix.Catalog.GetString ("_Title:");
			this.titleLabel.UseUnderline = true;
			this.table2.Add (this.titleLabel);
			global::Gtk.Table.TableChild w25 = ((global::Gtk.Table.TableChild)(this.table2 [this.titleLabel]));
			w25.XOptions = ((global::Gtk.AttachOptions)(4));
			w25.YOptions = ((global::Gtk.AttachOptions)(0));
			// Container child table2.Gtk.Table+TableChild
			this.titleTextBox = new global::Gtk.Entry ();
			this.titleTextBox.Name = "titleTextBox";
			this.titleTextBox.IsEditable = true;
			this.titleTextBox.InvisibleChar = '●';
			this.table2.Add (this.titleTextBox);
			global::Gtk.Table.TableChild w26 = ((global::Gtk.Table.TableChild)(this.table2 [this.titleTextBox]));
			w26.LeftAttach = ((uint)(1));
			w26.RightAttach = ((uint)(2));
			w26.YOptions = ((global::Gtk.AttachOptions)(0));
			// Container child table2.Gtk.Table+TableChild
			this.workingDirLabel = new global::Gtk.Label ();
			this.workingDirLabel.Name = "workingDirLabel";
			this.workingDirLabel.Xalign = 0F;
			this.workingDirLabel.Yalign = 0F;
			this.workingDirLabel.LabelProp = global::Mono.Unix.Catalog.GetString ("_Working directory:");
			this.workingDirLabel.UseUnderline = true;
			this.table2.Add (this.workingDirLabel);
			global::Gtk.Table.TableChild w27 = ((global::Gtk.Table.TableChild)(this.table2 [this.workingDirLabel]));
			w27.TopAttach = ((uint)(3));
			w27.BottomAttach = ((uint)(4));
			w27.XOptions = ((global::Gtk.AttachOptions)(4));
			w27.YOptions = ((global::Gtk.AttachOptions)(0));
			this.vbox32.Add (this.table2);
			global::Gtk.Box.BoxChild w28 = ((global::Gtk.Box.BoxChild)(this.vbox32 [this.table2]));
			w28.Position = 1;
			w28.Expand = false;
			w28.Fill = false;
			// Container child vbox32.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.promptArgsCheckBox = new global::Gtk.CheckButton ();
			this.promptArgsCheckBox.Name = "promptArgsCheckBox";
			this.promptArgsCheckBox.Label = global::Mono.Unix.Catalog.GetString ("_Prompt for arguments");
			this.promptArgsCheckBox.DrawIndicator = true;
			this.promptArgsCheckBox.UseUnderline = true;
			this.table1.Add (this.promptArgsCheckBox);
			global::Gtk.Table.TableChild w29 = ((global::Gtk.Table.TableChild)(this.table1 [this.promptArgsCheckBox]));
			w29.YOptions = ((global::Gtk.AttachOptions)(4));
			// Container child table1.Gtk.Table+TableChild
			this.saveCurrentFileCheckBox = new global::Gtk.CheckButton ();
			this.saveCurrentFileCheckBox.CanFocus = true;
			this.saveCurrentFileCheckBox.Name = "saveCurrentFileCheckBox";
			this.saveCurrentFileCheckBox.Label = global::Mono.Unix.Catalog.GetString ("_Save current file");
			this.saveCurrentFileCheckBox.DrawIndicator = true;
			this.saveCurrentFileCheckBox.UseUnderline = true;
			this.table1.Add (this.saveCurrentFileCheckBox);
			global::Gtk.Table.TableChild w30 = ((global::Gtk.Table.TableChild)(this.table1 [this.saveCurrentFileCheckBox]));
			w30.LeftAttach = ((uint)(1));
			w30.RightAttach = ((uint)(2));
			w30.YOptions = ((global::Gtk.AttachOptions)(4));
			// Container child table1.Gtk.Table+TableChild
			this.useOutputPadCheckBox = new global::Gtk.CheckButton ();
			this.useOutputPadCheckBox.Name = "useOutputPadCheckBox";
			this.useOutputPadCheckBox.Label = global::Mono.Unix.Catalog.GetString ("Use _output window");
			this.useOutputPadCheckBox.DrawIndicator = true;
			this.useOutputPadCheckBox.UseUnderline = true;
			this.table1.Add (this.useOutputPadCheckBox);
			global::Gtk.Table.TableChild w31 = ((global::Gtk.Table.TableChild)(this.table1 [this.useOutputPadCheckBox]));
			w31.TopAttach = ((uint)(1));
			w31.BottomAttach = ((uint)(2));
			w31.YOptions = ((global::Gtk.AttachOptions)(4));
			this.vbox32.Add (this.table1);
			global::Gtk.Box.BoxChild w32 = ((global::Gtk.Box.BoxChild)(this.vbox32 [this.table1]));
			w32.Position = 2;
			w32.Expand = false;
			w32.Fill = false;
			this.Add (this.vbox32);
			if ((this.Child != null)) {
				this.Child.ShowAll ();
			}
			this.keyBindingInfoEventBox.Hide ();
			this.titleLabel.MnemonicWidget = this.titleTextBox;
			this.Show ();
		}
 protected virtual void Build()
 {
     MonoDevelop.Components.Gui.Initialize(this);
     // Widget MonoDevelop.Ide.Projects.SelectReferenceDialog
     this.WidthRequest      = 640;
     this.HeightRequest     = 520;
     this.Name              = "MonoDevelop.Ide.Projects.SelectReferenceDialog";
     this.Title             = global::Mono.Unix.Catalog.GetString("References");
     this.TypeHint          = ((global::Gdk.WindowTypeHint)(1));
     this.BorderWidth       = ((uint)(6));
     this.DestroyWithParent = true;
     // Internal child MonoDevelop.Ide.Projects.SelectReferenceDialog.VBox
     global::Gtk.VBox w1 = this.VBox;
     w1.Name    = "dialog-vbox2";
     w1.Spacing = 6;
     // Container child dialog-vbox2.Gtk.Box+BoxChild
     this.vbox5             = new global::Gtk.VBox();
     this.vbox5.Name        = "vbox5";
     this.vbox5.Spacing     = 12;
     this.vbox5.BorderWidth = ((uint)(6));
     // Container child vbox5.Gtk.Box+BoxChild
     this.hpaned1          = new global::Gtk.HPaned();
     this.hpaned1.CanFocus = true;
     this.hpaned1.Name     = "hpaned1";
     this.hpaned1.Position = 590;
     // Container child hpaned1.Gtk.Paned+PanedChild
     this.alignment1              = new global::Gtk.Alignment(0.5F, 0.5F, 1F, 1F);
     this.alignment1.Name         = "alignment1";
     this.alignment1.RightPadding = ((uint)(3));
     this.hpaned1.Add(this.alignment1);
     global::Gtk.Paned.PanedChild w2 = ((global::Gtk.Paned.PanedChild)(this.hpaned1 [this.alignment1]));
     w2.Resize = false;
     w2.Shrink = false;
     // Container child hpaned1.Gtk.Paned+PanedChild
     this.alignment2             = new global::Gtk.Alignment(0.5F, 0.5F, 1F, 1F);
     this.alignment2.Name        = "alignment2";
     this.alignment2.LeftPadding = ((uint)(3));
     // Container child alignment2.Gtk.Container+ContainerChild
     this.boxRefs      = new global::Gtk.VBox();
     this.boxRefs.Name = "boxRefs";
     // Container child boxRefs.Gtk.Box+BoxChild
     this.selectedHeader      = new global::Gtk.Alignment(0.5F, 0.5F, 1F, 1F);
     this.selectedHeader.Name = "selectedHeader";
     // Container child selectedHeader.Gtk.Container+ContainerChild
     this.hbox2         = new global::Gtk.HBox();
     this.hbox2.Name    = "hbox2";
     this.hbox2.Spacing = 6;
     // Container child hbox2.Gtk.Box+BoxChild
     this.label114           = new global::Gtk.Label();
     this.label114.Name      = "label114";
     this.label114.Xalign    = 0F;
     this.label114.LabelProp = global::Mono.Unix.Catalog.GetString("Selected references:");
     this.hbox2.Add(this.label114);
     global::Gtk.Box.BoxChild w3 = ((global::Gtk.Box.BoxChild)(this.hbox2 [this.label114]));
     w3.Position = 0;
     w3.Expand   = false;
     w3.Fill     = false;
     // Container child hbox2.Gtk.Box+BoxChild
     this.RemoveReferenceButton = new global::Gtk.Button();
     this.RemoveReferenceButton.TooltipMarkup = global::Mono.Unix.Catalog.GetString("Remove");
     this.RemoveReferenceButton.Name          = "RemoveReferenceButton";
     this.RemoveReferenceButton.FocusOnClick  = false;
     this.RemoveReferenceButton.Relief        = ((global::Gtk.ReliefStyle)(2));
     // Container child RemoveReferenceButton.Gtk.Container+ContainerChild
     this.imageAdd          = new global::MonoDevelop.Components.ImageView();
     this.imageAdd.Name     = "imageAdd";
     this.imageAdd.IconId   = "gtk-delete";
     this.imageAdd.IconSize = ((global::Gtk.IconSize)(1));
     this.RemoveReferenceButton.Add(this.imageAdd);
     this.hbox2.Add(this.RemoveReferenceButton);
     global::Gtk.Box.BoxChild w5 = ((global::Gtk.Box.BoxChild)(this.hbox2 [this.RemoveReferenceButton]));
     w5.PackType = ((global::Gtk.PackType)(1));
     w5.Position = 1;
     w5.Expand   = false;
     w5.Fill     = false;
     this.selectedHeader.Add(this.hbox2);
     this.boxRefs.Add(this.selectedHeader);
     global::Gtk.Box.BoxChild w7 = ((global::Gtk.Box.BoxChild)(this.boxRefs [this.selectedHeader]));
     w7.Position = 0;
     w7.Expand   = false;
     w7.Fill     = false;
     // Container child boxRefs.Gtk.Box+BoxChild
     this.hbox4 = new global::Gtk.HBox();
     this.hbox4.HeightRequest = 150;
     this.hbox4.Name          = "hbox4";
     this.hbox4.Spacing       = 12;
     // Container child hbox4.Gtk.Box+BoxChild
     this.scrolledwindow2            = new global::Gtk.ScrolledWindow();
     this.scrolledwindow2.Name       = "scrolledwindow2";
     this.scrolledwindow2.ShadowType = ((global::Gtk.ShadowType)(1));
     // Container child scrolledwindow2.Gtk.Container+ContainerChild
     this.ReferencesTreeView                = new global::Gtk.TreeView();
     this.ReferencesTreeView.Name           = "ReferencesTreeView";
     this.ReferencesTreeView.HeadersVisible = false;
     this.scrolledwindow2.Add(this.ReferencesTreeView);
     this.hbox4.Add(this.scrolledwindow2);
     global::Gtk.Box.BoxChild w9 = ((global::Gtk.Box.BoxChild)(this.hbox4 [this.scrolledwindow2]));
     w9.Position = 0;
     this.boxRefs.Add(this.hbox4);
     global::Gtk.Box.BoxChild w10 = ((global::Gtk.Box.BoxChild)(this.boxRefs [this.hbox4]));
     w10.Position = 1;
     this.alignment2.Add(this.boxRefs);
     this.hpaned1.Add(this.alignment2);
     global::Gtk.Paned.PanedChild w12 = ((global::Gtk.Paned.PanedChild)(this.hpaned1 [this.alignment2]));
     w12.Shrink = false;
     this.vbox5.Add(this.hpaned1);
     global::Gtk.Box.BoxChild w13 = ((global::Gtk.Box.BoxChild)(this.vbox5 [this.hpaned1]));
     w13.Position = 0;
     w1.Add(this.vbox5);
     global::Gtk.Box.BoxChild w14 = ((global::Gtk.Box.BoxChild)(w1 [this.vbox5]));
     w14.Position = 0;
     // Internal child MonoDevelop.Ide.Projects.SelectReferenceDialog.ActionArea
     global::Gtk.HButtonBox w15 = this.ActionArea;
     w15.Name        = "dialog-action_area2";
     w15.Spacing     = 10;
     w15.BorderWidth = ((uint)(5));
     w15.LayoutStyle = ((global::Gtk.ButtonBoxStyle)(4));
     // Container child dialog-action_area2.Gtk.ButtonBox+ButtonBoxChild
     this.cancelbutton              = new global::Gtk.Button();
     this.cancelbutton.Name         = "cancelbutton";
     this.cancelbutton.UseStock     = true;
     this.cancelbutton.UseUnderline = true;
     this.cancelbutton.Label        = "gtk-cancel";
     this.AddActionWidget(this.cancelbutton, -6);
     global::Gtk.ButtonBox.ButtonBoxChild w16 = ((global::Gtk.ButtonBox.ButtonBoxChild)(w15 [this.cancelbutton]));
     w16.Expand = false;
     w16.Fill   = false;
     // Container child dialog-action_area2.Gtk.ButtonBox+ButtonBoxChild
     this.okbutton              = new global::Gtk.Button();
     this.okbutton.Name         = "okbutton";
     this.okbutton.UseStock     = true;
     this.okbutton.UseUnderline = true;
     this.okbutton.Label        = "gtk-ok";
     this.AddActionWidget(this.okbutton, -5);
     global::Gtk.ButtonBox.ButtonBoxChild w17 = ((global::Gtk.ButtonBox.ButtonBoxChild)(w15 [this.okbutton]));
     w17.Position = 1;
     w17.Expand   = false;
     w17.Fill     = false;
     if ((this.Child != null))
     {
         this.Child.ShowAll();
     }
     this.DefaultWidth  = 889;
     this.DefaultHeight = 551;
     this.Hide();
     this.RemoveReferenceButton.Clicked      += new global::System.EventHandler(this.RemoveReference);
     this.ReferencesTreeView.KeyReleaseEvent += new global::Gtk.KeyReleaseEventHandler(this.OnReferencesTreeViewKeyReleaseEvent);
     this.ReferencesTreeView.RowActivated    += new global::Gtk.RowActivatedHandler(this.OnReferencesTreeViewRowActivated);
 }
		protected virtual void Build ()
		{
			global::Stetic.Gui.Initialize (this);
			// Widget MonoDevelop.Refactoring.EncapsulateFieldDialog
			this.Name = "MonoDevelop.Refactoring.EncapsulateFieldDialog";
			this.Title = global::Mono.Unix.Catalog.GetString ("Encapsulate Fields");
			this.WindowPosition = ((global::Gtk.WindowPosition)(4));
			this.BorderWidth = ((uint)(6));
			// Internal child MonoDevelop.Refactoring.EncapsulateFieldDialog.VBox
			global::Gtk.VBox w1 = this.VBox;
			w1.Name = "dialog1_VBox";
			w1.Spacing = 6;
			w1.BorderWidth = ((uint)(2));
			// Container child dialog1_VBox.Gtk.Box+BoxChild
			this.vbox = new global::Gtk.VBox ();
			this.vbox.Name = "vbox";
			this.vbox.Spacing = 6;
			this.vbox.BorderWidth = ((uint)(6));
			// Container child vbox.Gtk.Box+BoxChild
			this.GtkScrolledWindow = new global::Gtk.ScrolledWindow ();
			this.GtkScrolledWindow.Name = "GtkScrolledWindow";
			this.GtkScrolledWindow.HscrollbarPolicy = ((global::Gtk.PolicyType)(2));
			this.GtkScrolledWindow.ShadowType = ((global::Gtk.ShadowType)(1));
			// Container child GtkScrolledWindow.Gtk.Container+ContainerChild
			this.treeview = new global::Gtk.TreeView ();
			this.treeview.CanFocus = true;
			this.treeview.Name = "treeview";
			this.GtkScrolledWindow.Add (this.treeview);
			this.vbox.Add (this.GtkScrolledWindow);
			global::Gtk.Box.BoxChild w3 = ((global::Gtk.Box.BoxChild)(this.vbox [this.GtkScrolledWindow]));
			w3.Position = 0;
			// Container child vbox.Gtk.Box+BoxChild
			this.hbox1 = new global::Gtk.HBox ();
			this.hbox1.Name = "hbox1";
			this.hbox1.Spacing = 6;
			// Container child hbox1.Gtk.Box+BoxChild
			this.buttonSelectAll = new global::Gtk.Button ();
			this.buttonSelectAll.CanFocus = true;
			this.buttonSelectAll.Name = "buttonSelectAll";
			this.buttonSelectAll.UseUnderline = true;
			this.buttonSelectAll.Label = global::Mono.Unix.Catalog.GetString ("Select All");
			this.hbox1.Add (this.buttonSelectAll);
			global::Gtk.Box.BoxChild w4 = ((global::Gtk.Box.BoxChild)(this.hbox1 [this.buttonSelectAll]));
			w4.Position = 0;
			w4.Expand = false;
			w4.Fill = false;
			// Container child hbox1.Gtk.Box+BoxChild
			this.buttonUnselectAll = new global::Gtk.Button ();
			this.buttonUnselectAll.CanFocus = true;
			this.buttonUnselectAll.Name = "buttonUnselectAll";
			this.buttonUnselectAll.UseUnderline = true;
			this.buttonUnselectAll.Label = global::Mono.Unix.Catalog.GetString ("Unselect All");
			this.hbox1.Add (this.buttonUnselectAll);
			global::Gtk.Box.BoxChild w5 = ((global::Gtk.Box.BoxChild)(this.hbox1 [this.buttonUnselectAll]));
			w5.Position = 1;
			w5.Expand = false;
			w5.Fill = false;
			this.vbox.Add (this.hbox1);
			global::Gtk.Box.BoxChild w6 = ((global::Gtk.Box.BoxChild)(this.vbox [this.hbox1]));
			w6.Position = 1;
			w6.Expand = false;
			w6.Fill = false;
			// Container child vbox.Gtk.Box+BoxChild
			this.hseparator2 = new global::Gtk.HSeparator ();
			this.hseparator2.Name = "hseparator2";
			this.vbox.Add (this.hseparator2);
			global::Gtk.Box.BoxChild w7 = ((global::Gtk.Box.BoxChild)(this.vbox [this.hseparator2]));
			w7.Position = 2;
			w7.Expand = false;
			w7.Fill = false;
			// Container child vbox.Gtk.Box+BoxChild
			this.labelUpdateRefs = new global::Gtk.Label ();
			this.labelUpdateRefs.Name = "labelUpdateRefs";
			this.labelUpdateRefs.Xalign = 0F;
			this.labelUpdateRefs.LabelProp = global::Mono.Unix.Catalog.GetString ("_Update references:");
			this.labelUpdateRefs.UseUnderline = true;
			this.vbox.Add (this.labelUpdateRefs);
			global::Gtk.Box.BoxChild w8 = ((global::Gtk.Box.BoxChild)(this.vbox [this.labelUpdateRefs]));
			w8.Position = 3;
			w8.Expand = false;
			w8.Fill = false;
			// Container child vbox.Gtk.Box+BoxChild
			this.hboxUpdateRefs = new global::Gtk.HBox ();
			this.hboxUpdateRefs.Name = "hboxUpdateRefs";
			this.hboxUpdateRefs.Spacing = 6;
			// Container child hboxUpdateRefs.Gtk.Box+BoxChild
			this.labelSpacer = new global::Gtk.Label ();
			this.labelSpacer.Name = "labelSpacer";
			this.labelSpacer.Xalign = 0F;
			this.hboxUpdateRefs.Add (this.labelSpacer);
			global::Gtk.Box.BoxChild w9 = ((global::Gtk.Box.BoxChild)(this.hboxUpdateRefs [this.labelSpacer]));
			w9.Position = 0;
			w9.Expand = false;
			w9.Fill = false;
			// Container child hboxUpdateRefs.Gtk.Box+BoxChild
			this.vboxUpdateChoices = new global::Gtk.VBox ();
			this.vboxUpdateChoices.Name = "vboxUpdateChoices";
			this.vboxUpdateChoices.Spacing = 6;
			// Container child vboxUpdateChoices.Gtk.Box+BoxChild
			this.radioUpdateExternal = new global::Gtk.RadioButton (global::Mono.Unix.Catalog.GetString ("_External"));
			this.radioUpdateExternal.CanFocus = true;
			this.radioUpdateExternal.Name = "radioUpdateExternal";
			this.radioUpdateExternal.Active = true;
			this.radioUpdateExternal.DrawIndicator = true;
			this.radioUpdateExternal.UseUnderline = true;
			this.radioUpdateExternal.Group = new global::GLib.SList (global::System.IntPtr.Zero);
			this.vboxUpdateChoices.Add (this.radioUpdateExternal);
			global::Gtk.Box.BoxChild w10 = ((global::Gtk.Box.BoxChild)(this.vboxUpdateChoices [this.radioUpdateExternal]));
			w10.Position = 0;
			w10.Expand = false;
			w10.Fill = false;
			// Container child vboxUpdateChoices.Gtk.Box+BoxChild
			this.radioUpdateAll = new global::Gtk.RadioButton (global::Mono.Unix.Catalog.GetString ("_All"));
			this.radioUpdateAll.CanFocus = true;
			this.radioUpdateAll.Name = "radioUpdateAll";
			this.radioUpdateAll.DrawIndicator = true;
			this.radioUpdateAll.UseUnderline = true;
			this.radioUpdateAll.Group = this.radioUpdateExternal.Group;
			this.vboxUpdateChoices.Add (this.radioUpdateAll);
			global::Gtk.Box.BoxChild w11 = ((global::Gtk.Box.BoxChild)(this.vboxUpdateChoices [this.radioUpdateAll]));
			w11.Position = 1;
			w11.Expand = false;
			w11.Fill = false;
			this.hboxUpdateRefs.Add (this.vboxUpdateChoices);
			global::Gtk.Box.BoxChild w12 = ((global::Gtk.Box.BoxChild)(this.hboxUpdateRefs [this.vboxUpdateChoices]));
			w12.Position = 1;
			this.vbox.Add (this.hboxUpdateRefs);
			global::Gtk.Box.BoxChild w13 = ((global::Gtk.Box.BoxChild)(this.vbox [this.hboxUpdateRefs]));
			w13.Position = 4;
			w13.Expand = false;
			w13.Fill = false;
			// Container child vbox.Gtk.Box+BoxChild
			this.hbox2 = new global::Gtk.HBox ();
			this.hbox2.Name = "hbox2";
			this.hbox2.Spacing = 6;
			// Container child hbox2.Gtk.Box+BoxChild
			this.imageError = new global::MonoDevelop.Components.ImageView ();
			this.imageError.Name = "imageError";
			this.imageError.IconId = "md-error";
			this.imageError.IconSize = ((global::Gtk.IconSize)(1));
			this.hbox2.Add (this.imageError);
			global::Gtk.Box.BoxChild w14 = ((global::Gtk.Box.BoxChild)(this.hbox2 [this.imageError]));
			w14.Position = 0;
			w14.Expand = false;
			w14.Fill = false;
			// Container child hbox2.Gtk.Box+BoxChild
			this.labelError = new global::Gtk.Label ();
			this.labelError.Name = "labelError";
			this.hbox2.Add (this.labelError);
			global::Gtk.Box.BoxChild w15 = ((global::Gtk.Box.BoxChild)(this.hbox2 [this.labelError]));
			w15.Position = 1;
			w15.Expand = false;
			w15.Fill = false;
			this.vbox.Add (this.hbox2);
			global::Gtk.Box.BoxChild w16 = ((global::Gtk.Box.BoxChild)(this.vbox [this.hbox2]));
			w16.Position = 5;
			w16.Expand = false;
			w16.Fill = false;
			w1.Add (this.vbox);
			global::Gtk.Box.BoxChild w17 = ((global::Gtk.Box.BoxChild)(w1 [this.vbox]));
			w17.Position = 0;
			// Internal child MonoDevelop.Refactoring.EncapsulateFieldDialog.ActionArea
			global::Gtk.HButtonBox w18 = this.ActionArea;
			w18.Name = "dialog1_ActionArea";
			w18.Spacing = 6;
			w18.BorderWidth = ((uint)(5));
			w18.LayoutStyle = ((global::Gtk.ButtonBoxStyle)(4));
			// Container child dialog1_ActionArea.Gtk.ButtonBox+ButtonBoxChild
			this.buttonCancel = new global::Gtk.Button ();
			this.buttonCancel.CanDefault = true;
			this.buttonCancel.CanFocus = true;
			this.buttonCancel.Name = "buttonCancel";
			this.buttonCancel.UseStock = true;
			this.buttonCancel.UseUnderline = true;
			this.buttonCancel.Label = "gtk-cancel";
			this.AddActionWidget (this.buttonCancel, -6);
			global::Gtk.ButtonBox.ButtonBoxChild w19 = ((global::Gtk.ButtonBox.ButtonBoxChild)(w18 [this.buttonCancel]));
			w19.Expand = false;
			w19.Fill = false;
			// Container child dialog1_ActionArea.Gtk.ButtonBox+ButtonBoxChild
			this.buttonOk = new global::Gtk.Button ();
			this.buttonOk.CanDefault = true;
			this.buttonOk.CanFocus = true;
			this.buttonOk.Name = "buttonOk";
			this.buttonOk.UseStock = true;
			this.buttonOk.UseUnderline = true;
			this.buttonOk.Label = "gtk-ok";
			this.AddActionWidget (this.buttonOk, -5);
			global::Gtk.ButtonBox.ButtonBoxChild w20 = ((global::Gtk.ButtonBox.ButtonBoxChild)(w18 [this.buttonOk]));
			w20.Position = 1;
			w20.Expand = false;
			w20.Fill = false;
			if ((this.Child != null)) {
				this.Child.ShowAll ();
			}
			this.DefaultWidth = 465;
			this.DefaultHeight = 427;
			this.Hide ();
		}
		protected virtual void Build ()
		{
			global::Stetic.Gui.Initialize (this);
			// Widget MonoDevelop.DesignerSupport.Toolbox.ComponentSelectorDialog
			this.Name = "MonoDevelop.DesignerSupport.Toolbox.ComponentSelectorDialog";
			this.Title = global::Mono.Unix.Catalog.GetString ("Toolbox Item Selector");
			this.WindowPosition = ((global::Gtk.WindowPosition)(4));
			// Internal child MonoDevelop.DesignerSupport.Toolbox.ComponentSelectorDialog.VBox
			global::Gtk.VBox w1 = this.VBox;
			w1.Name = "dialog1_VBox";
			w1.BorderWidth = ((uint)(2));
			// Container child dialog1_VBox.Gtk.Box+BoxChild
			this.vbox2 = new global::Gtk.VBox ();
			this.vbox2.Name = "vbox2";
			this.vbox2.Spacing = 6;
			this.vbox2.BorderWidth = ((uint)(6));
			// Container child vbox2.Gtk.Box+BoxChild
			this.hbox1 = new global::Gtk.HBox ();
			this.hbox1.Name = "hbox1";
			this.hbox1.Spacing = 6;
			// Container child hbox1.Gtk.Box+BoxChild
			this.label1 = new global::Gtk.Label ();
			this.label1.Name = "label1";
			this.label1.Xalign = 0F;
			this.label1.LabelProp = global::Mono.Unix.Catalog.GetString ("Type of component:");
			this.hbox1.Add (this.label1);
			global::Gtk.Box.BoxChild w2 = ((global::Gtk.Box.BoxChild)(this.hbox1 [this.label1]));
			w2.Position = 0;
			w2.Expand = false;
			w2.Fill = false;
			// Container child hbox1.Gtk.Box+BoxChild
			this.comboType = global::Gtk.ComboBox.NewText ();
			this.comboType.Name = "comboType";
			this.hbox1.Add (this.comboType);
			global::Gtk.Box.BoxChild w3 = ((global::Gtk.Box.BoxChild)(this.hbox1 [this.comboType]));
			w3.Position = 1;
			// Container child hbox1.Gtk.Box+BoxChild
			this.vseparator1 = new global::Gtk.VSeparator ();
			this.vseparator1.Name = "vseparator1";
			this.hbox1.Add (this.vseparator1);
			global::Gtk.Box.BoxChild w4 = ((global::Gtk.Box.BoxChild)(this.hbox1 [this.vseparator1]));
			w4.Position = 2;
			w4.Expand = false;
			w4.Fill = false;
			// Container child hbox1.Gtk.Box+BoxChild
			this.button24 = new global::Gtk.Button ();
			this.button24.CanFocus = true;
			this.button24.Name = "button24";
			// Container child button24.Gtk.Container+ContainerChild
			this.hbox2 = new global::Gtk.HBox ();
			this.hbox2.Name = "hbox2";
			this.hbox2.Spacing = 2;
			// Container child hbox2.Gtk.Box+BoxChild
			this.imageview1 = new global::MonoDevelop.Components.ImageView ();
			this.imageview1.Name = "imageview1";
			this.imageview1.IconId = "gtk-add";
			this.imageview1.IconSize = ((global::Gtk.IconSize)(1));
			this.hbox2.Add (this.imageview1);
			global::Gtk.Box.BoxChild w5 = ((global::Gtk.Box.BoxChild)(this.hbox2 [this.imageview1]));
			w5.Position = 0;
			w5.Expand = false;
			w5.Fill = false;
			// Container child hbox2.Gtk.Box+BoxChild
			this.label2 = new global::Gtk.Label ();
			this.label2.Name = "label2";
			this.label2.LabelProp = global::Mono.Unix.Catalog.GetString ("Add Assembly...");
			this.label2.UseUnderline = true;
			this.hbox2.Add (this.label2);
			global::Gtk.Box.BoxChild w6 = ((global::Gtk.Box.BoxChild)(this.hbox2 [this.label2]));
			w6.Position = 1;
			w6.Expand = false;
			w6.Fill = false;
			this.button24.Add (this.hbox2);
			this.hbox1.Add (this.button24);
			global::Gtk.Box.BoxChild w8 = ((global::Gtk.Box.BoxChild)(this.hbox1 [this.button24]));
			w8.Position = 3;
			w8.Expand = false;
			this.vbox2.Add (this.hbox1);
			global::Gtk.Box.BoxChild w9 = ((global::Gtk.Box.BoxChild)(this.vbox2 [this.hbox1]));
			w9.Position = 0;
			w9.Expand = false;
			w9.Fill = false;
			// Container child vbox2.Gtk.Box+BoxChild
			this.scrolledwindow1 = new global::Gtk.ScrolledWindow ();
			this.scrolledwindow1.CanFocus = true;
			this.scrolledwindow1.Name = "scrolledwindow1";
			this.scrolledwindow1.ShadowType = ((global::Gtk.ShadowType)(1));
			// Container child scrolledwindow1.Gtk.Container+ContainerChild
			this.listView = new global::Gtk.TreeView ();
			this.listView.CanFocus = true;
			this.listView.Name = "listView";
			this.scrolledwindow1.Add (this.listView);
			this.vbox2.Add (this.scrolledwindow1);
			global::Gtk.Box.BoxChild w11 = ((global::Gtk.Box.BoxChild)(this.vbox2 [this.scrolledwindow1]));
			w11.Position = 1;
			// Container child vbox2.Gtk.Box+BoxChild
			this.checkGroupByCat = new global::Gtk.CheckButton ();
			this.checkGroupByCat.CanFocus = true;
			this.checkGroupByCat.Name = "checkGroupByCat";
			this.checkGroupByCat.Label = global::Mono.Unix.Catalog.GetString ("Group by component category");
			this.checkGroupByCat.DrawIndicator = true;
			this.checkGroupByCat.UseUnderline = true;
			this.vbox2.Add (this.checkGroupByCat);
			global::Gtk.Box.BoxChild w12 = ((global::Gtk.Box.BoxChild)(this.vbox2 [this.checkGroupByCat]));
			w12.Position = 2;
			w12.Expand = false;
			w12.Fill = false;
			w1.Add (this.vbox2);
			global::Gtk.Box.BoxChild w13 = ((global::Gtk.Box.BoxChild)(w1 [this.vbox2]));
			w13.Position = 0;
			// Internal child MonoDevelop.DesignerSupport.Toolbox.ComponentSelectorDialog.ActionArea
			global::Gtk.HButtonBox w14 = this.ActionArea;
			w14.Name = "dialog1_ActionArea";
			w14.Spacing = 10;
			w14.BorderWidth = ((uint)(5));
			w14.LayoutStyle = ((global::Gtk.ButtonBoxStyle)(4));
			// Container child dialog1_ActionArea.Gtk.ButtonBox+ButtonBoxChild
			this.buttonCancel = new global::Gtk.Button ();
			this.buttonCancel.CanDefault = true;
			this.buttonCancel.CanFocus = true;
			this.buttonCancel.Name = "buttonCancel";
			this.buttonCancel.UseStock = true;
			this.buttonCancel.UseUnderline = true;
			this.buttonCancel.Label = "gtk-cancel";
			this.AddActionWidget (this.buttonCancel, -6);
			global::Gtk.ButtonBox.ButtonBoxChild w15 = ((global::Gtk.ButtonBox.ButtonBoxChild)(w14 [this.buttonCancel]));
			w15.Expand = false;
			w15.Fill = false;
			// Container child dialog1_ActionArea.Gtk.ButtonBox+ButtonBoxChild
			this.buttonOk = new global::Gtk.Button ();
			this.buttonOk.CanDefault = true;
			this.buttonOk.CanFocus = true;
			this.buttonOk.Name = "buttonOk";
			this.buttonOk.UseStock = true;
			this.buttonOk.UseUnderline = true;
			this.buttonOk.Label = "gtk-ok";
			w14.Add (this.buttonOk);
			global::Gtk.ButtonBox.ButtonBoxChild w16 = ((global::Gtk.ButtonBox.ButtonBoxChild)(w14 [this.buttonOk]));
			w16.Position = 1;
			w16.Expand = false;
			w16.Fill = false;
			if ((this.Child != null)) {
				this.Child.ShowAll ();
			}
			this.DefaultWidth = 642;
			this.DefaultHeight = 433;
			this.Hide ();
			this.comboType.Changed += new global::System.EventHandler (this.OnComboTypeChanged);
			this.button24.Clicked += new global::System.EventHandler (this.OnButton24Clicked);
			this.checkGroupByCat.Clicked += new global::System.EventHandler (this.OnCheckbutton1Clicked);
			this.buttonOk.Clicked += new global::System.EventHandler (this.OnButtonOkClicked);
		}
		protected virtual void Build ()
		{
			global::Stetic.Gui.Initialize (this);
			// Widget MonoDevelop.PackageManagement.PackagesWidget
			global::Stetic.BinContainer.Attach (this);
			this.Name = "MonoDevelop.PackageManagement.PackagesWidget";
			// Container child MonoDevelop.PackageManagement.PackagesWidget.Gtk.Container+ContainerChild
			this.mainPane = new global::Gtk.HPaned ();
			this.mainPane.CanFocus = true;
			this.mainPane.Name = "mainPane";
			this.mainPane.Position = 322;
			// Container child mainPane.Gtk.Paned+PanedChild
			this.packagesListVBox = new global::Gtk.VBox ();
			this.packagesListVBox.Name = "packagesListVBox";
			this.packagesListVBox.Spacing = 6;
			// Container child packagesListVBox.Gtk.Box+BoxChild
			this.packagesTreeScrolledWindow = new global::Gtk.ScrolledWindow ();
			this.packagesTreeScrolledWindow.Name = "packagesTreeScrolledWindow";
			this.packagesTreeScrolledWindow.ShadowType = ((global::Gtk.ShadowType)(1));
			// Container child packagesTreeScrolledWindow.Gtk.Container+ContainerChild
			this.packagesTreeView = new global::Gtk.TreeView ();
			this.packagesTreeView.CanFocus = true;
			this.packagesTreeView.Name = "packagesTreeView";
			this.packagesTreeView.EnableSearch = false;
			this.packagesTreeView.HeadersVisible = false;
			this.packagesTreeScrolledWindow.Add (this.packagesTreeView);
			this.packagesListVBox.Add (this.packagesTreeScrolledWindow);
			global::Gtk.Box.BoxChild w2 = ((global::Gtk.Box.BoxChild)(this.packagesListVBox [this.packagesTreeScrolledWindow]));
			w2.Position = 0;
			// Container child packagesListVBox.Gtk.Box+BoxChild
			this.pagedResultsHBox = new global::Gtk.HBox ();
			this.pagedResultsHBox.Name = "pagedResultsHBox";
			this.pagedResultsHBox.Spacing = 6;
			// Container child pagedResultsHBox.Gtk.Box+BoxChild
			this.pagedResultsLeftLabel = new global::Gtk.Label ();
			this.pagedResultsLeftLabel.Name = "pagedResultsLeftLabel";
			this.pagedResultsHBox.Add (this.pagedResultsLeftLabel);
			global::Gtk.Box.BoxChild w3 = ((global::Gtk.Box.BoxChild)(this.pagedResultsHBox [this.pagedResultsLeftLabel]));
			w3.Position = 0;
			// Container child pagedResultsHBox.Gtk.Box+BoxChild
			this.pagedResultsWidget = null;
			this.pagedResultsHBox.Add (this.pagedResultsWidget);
			global::Gtk.Box.BoxChild w4 = ((global::Gtk.Box.BoxChild)(this.pagedResultsHBox [this.pagedResultsWidget]));
			w4.Position = 1;
			w4.Expand = false;
			w4.Fill = false;
			// Container child pagedResultsHBox.Gtk.Box+BoxChild
			this.pagedResultsRightLabel = new global::Gtk.Label ();
			this.pagedResultsRightLabel.Name = "pagedResultsRightLabel";
			this.pagedResultsHBox.Add (this.pagedResultsRightLabel);
			global::Gtk.Box.BoxChild w5 = ((global::Gtk.Box.BoxChild)(this.pagedResultsHBox [this.pagedResultsRightLabel]));
			w5.Position = 2;
			this.packagesListVBox.Add (this.pagedResultsHBox);
			global::Gtk.Box.BoxChild w6 = ((global::Gtk.Box.BoxChild)(this.packagesListVBox [this.pagedResultsHBox]));
			w6.Position = 1;
			w6.Expand = false;
			w6.Fill = false;
			this.mainPane.Add (this.packagesListVBox);
			global::Gtk.Paned.PanedChild w7 = ((global::Gtk.Paned.PanedChild)(this.mainPane [this.packagesListVBox]));
			w7.Resize = false;
			// Container child mainPane.Gtk.Paned+PanedChild
			this.packageInfoVBox = new global::Gtk.VBox ();
			this.packageInfoVBox.Name = "packageInfoVBox";
			this.packageInfoVBox.Spacing = 6;
			// Container child packageInfoVBox.Gtk.Box+BoxChild
			this.packageSourceComboBox = global::Gtk.ComboBox.NewText ();
			this.packageSourceComboBox.Name = "packageSourceComboBox";
			this.packageInfoVBox.Add (this.packageSourceComboBox);
			global::Gtk.Box.BoxChild w8 = ((global::Gtk.Box.BoxChild)(this.packageInfoVBox [this.packageSourceComboBox]));
			w8.Position = 0;
			w8.Expand = false;
			w8.Fill = false;
			// Container child packageInfoVBox.Gtk.Box+BoxChild
			this.packageSearchHBox = new global::Gtk.HBox ();
			this.packageSearchHBox.Name = "packageSearchHBox";
			this.packageSearchHBox.Spacing = 6;
			// Container child packageSearchHBox.Gtk.Box+BoxChild
			this.packageSearchEntry = new global::Gtk.Entry ();
			this.packageSearchEntry.CanFocus = true;
			this.packageSearchEntry.Name = "packageSearchEntry";
			this.packageSearchEntry.IsEditable = true;
			this.packageSearchEntry.InvisibleChar = '●';
			this.packageSearchHBox.Add (this.packageSearchEntry);
			global::Gtk.Box.BoxChild w9 = ((global::Gtk.Box.BoxChild)(this.packageSearchHBox [this.packageSearchEntry]));
			w9.Position = 0;
			// Container child packageSearchHBox.Gtk.Box+BoxChild
			this.packageSearchButton = new global::Gtk.Button ();
			this.packageSearchButton.CanFocus = true;
			this.packageSearchButton.Name = "packageSearchButton";
			// Container child packageSearchButton.Gtk.Container+ContainerChild
			this.imageSearch = new global::MonoDevelop.Components.ImageView ();
			this.imageSearch.Name = "imageSearch";
			this.imageSearch.IconId = "gtk-find";
			this.imageSearch.IconSize = ((global::Gtk.IconSize)(1));
			this.packageSearchButton.Add (this.imageSearch);
			this.packageSearchHBox.Add (this.packageSearchButton);
			global::Gtk.Box.BoxChild w11 = ((global::Gtk.Box.BoxChild)(this.packageSearchHBox [this.packageSearchButton]));
			w11.Position = 1;
			w11.Expand = false;
			w11.Fill = false;
			this.packageInfoVBox.Add (this.packageSearchHBox);
			global::Gtk.Box.BoxChild w12 = ((global::Gtk.Box.BoxChild)(this.packageInfoVBox [this.packageSearchHBox]));
			w12.Position = 1;
			w12.Expand = false;
			w12.Fill = false;
			// Container child packageInfoVBox.Gtk.Box+BoxChild
			this.includePrereleaseCheckButton = new global::Gtk.CheckButton ();
			this.includePrereleaseCheckButton.CanFocus = true;
			this.includePrereleaseCheckButton.Name = "includePrereleaseCheckButton";
			this.includePrereleaseCheckButton.Label = global::Mono.Unix.Catalog.GetString ("Include Prerelease");
			this.includePrereleaseCheckButton.DrawIndicator = true;
			this.includePrereleaseCheckButton.UseUnderline = true;
			this.packageInfoVBox.Add (this.includePrereleaseCheckButton);
			global::Gtk.Box.BoxChild w13 = ((global::Gtk.Box.BoxChild)(this.packageInfoVBox [this.includePrereleaseCheckButton]));
			w13.Position = 2;
			w13.Expand = false;
			w13.Fill = false;
			// Container child packageInfoVBox.Gtk.Box+BoxChild
			this.updateAllPackagesButtonBox = new global::Gtk.HButtonBox ();
			this.updateAllPackagesButtonBox.Name = "updateAllPackagesButtonBox";
			this.updateAllPackagesButtonBox.LayoutStyle = ((global::Gtk.ButtonBoxStyle)(4));
			// Container child updateAllPackagesButtonBox.Gtk.ButtonBox+ButtonBoxChild
			this.updateAllPackagesButton = new global::Gtk.Button ();
			this.updateAllPackagesButton.CanFocus = true;
			this.updateAllPackagesButton.Name = "updateAllPackagesButton";
			this.updateAllPackagesButton.UseUnderline = true;
			this.updateAllPackagesButton.Label = global::Mono.Unix.Catalog.GetString ("Update All");
			this.updateAllPackagesButtonBox.Add (this.updateAllPackagesButton);
			global::Gtk.ButtonBox.ButtonBoxChild w14 = ((global::Gtk.ButtonBox.ButtonBoxChild)(this.updateAllPackagesButtonBox [this.updateAllPackagesButton]));
			w14.Expand = false;
			w14.Fill = false;
			this.packageInfoVBox.Add (this.updateAllPackagesButtonBox);
			global::Gtk.Box.BoxChild w15 = ((global::Gtk.Box.BoxChild)(this.packageInfoVBox [this.updateAllPackagesButtonBox]));
			w15.Position = 3;
			w15.Expand = false;
			w15.Fill = false;
			// Container child packageInfoVBox.Gtk.Box+BoxChild
			this.packageInfoFrame = new global::Gtk.Frame ();
			this.packageInfoFrame.Name = "packageInfoFrame";
			this.packageInfoFrame.ShadowType = ((global::Gtk.ShadowType)(0));
			this.packageInfoFrame.LabelYalign = 0F;
			// Container child packageInfoFrame.Gtk.Container+ContainerChild
			this.packageInfoFrameAlignment = new global::Gtk.Alignment (0F, 0F, 1F, 1F);
			this.packageInfoFrameAlignment.Name = "packageInfoFrameAlignment";
			// Container child packageInfoFrameAlignment.Gtk.Container+ContainerChild
			this.GtkScrolledWindow = new global::Gtk.ScrolledWindow ();
			this.GtkScrolledWindow.Name = "GtkScrolledWindow";
			this.GtkScrolledWindow.ShadowType = ((global::Gtk.ShadowType)(1));
			// Container child GtkScrolledWindow.Gtk.Container+ContainerChild
			global::Gtk.Viewport w16 = new global::Gtk.Viewport ();
			w16.ShadowType = ((global::Gtk.ShadowType)(0));
			// Container child GtkViewport.Gtk.Container+ContainerChild
			this.packageInfoFrameVBox = new global::Gtk.VBox ();
			this.packageInfoFrameVBox.Name = "packageInfoFrameVBox";
			this.packageInfoFrameVBox.Spacing = 6;
			// Container child packageInfoFrameVBox.Gtk.Box+BoxChild
			this.packageCreatedByHBox = new global::Gtk.HBox ();
			this.packageCreatedByHBox.Name = "packageCreatedByHBox";
			this.packageCreatedByHBox.Spacing = 6;
			// Container child packageCreatedByHBox.Gtk.Box+BoxChild
			this.packageCreatedByLabel = new global::Gtk.Label ();
			this.packageCreatedByLabel.Name = "packageCreatedByLabel";
			this.packageCreatedByLabel.LabelProp = global::Mono.Unix.Catalog.GetString ("<span weight='bold'>Created by:</span>");
			this.packageCreatedByLabel.UseMarkup = true;
			this.packageCreatedByHBox.Add (this.packageCreatedByLabel);
			global::Gtk.Box.BoxChild w17 = ((global::Gtk.Box.BoxChild)(this.packageCreatedByHBox [this.packageCreatedByLabel]));
			w17.Position = 0;
			w17.Expand = false;
			w17.Fill = false;
			// Container child packageCreatedByHBox.Gtk.Box+BoxChild
			this.packageCreatedByTextBox = new global::Gtk.Label ();
			this.packageCreatedByTextBox.Name = "packageCreatedByTextBox";
			this.packageCreatedByTextBox.Selectable = true;
			this.packageCreatedByHBox.Add (this.packageCreatedByTextBox);
			global::Gtk.Box.BoxChild w18 = ((global::Gtk.Box.BoxChild)(this.packageCreatedByHBox [this.packageCreatedByTextBox]));
			w18.Position = 1;
			w18.Expand = false;
			w18.Fill = false;
			this.packageInfoFrameVBox.Add (this.packageCreatedByHBox);
			global::Gtk.Box.BoxChild w19 = ((global::Gtk.Box.BoxChild)(this.packageInfoFrameVBox [this.packageCreatedByHBox]));
			w19.Position = 0;
			w19.Expand = false;
			w19.Fill = false;
			// Container child packageInfoFrameVBox.Gtk.Box+BoxChild
			this.packageIdHBox = new global::Gtk.HBox ();
			this.packageIdHBox.Name = "packageIdHBox";
			this.packageIdHBox.Spacing = 6;
			// Container child packageIdHBox.Gtk.Box+BoxChild
			this.packageIdLabel = new global::Gtk.Label ();
			this.packageIdLabel.Name = "packageIdLabel";
			this.packageIdLabel.LabelProp = global::Mono.Unix.Catalog.GetString ("<span weight='bold'>Id:</span>");
			this.packageIdLabel.UseMarkup = true;
			this.packageIdHBox.Add (this.packageIdLabel);
			global::Gtk.Box.BoxChild w20 = ((global::Gtk.Box.BoxChild)(this.packageIdHBox [this.packageIdLabel]));
			w20.Position = 0;
			w20.Expand = false;
			w20.Fill = false;
			// Container child packageIdHBox.Gtk.Box+BoxChild
			this.packageIdButton = null;
			this.packageIdHBox.Add (this.packageIdButton);
			global::Gtk.Box.BoxChild w21 = ((global::Gtk.Box.BoxChild)(this.packageIdHBox [this.packageIdButton]));
			w21.Position = 1;
			// Container child packageIdHBox.Gtk.Box+BoxChild
			this.packageIdTextBox = new global::Gtk.Label ();
			this.packageIdTextBox.Name = "packageIdTextBox";
			this.packageIdTextBox.Selectable = true;
			this.packageIdHBox.Add (this.packageIdTextBox);
			global::Gtk.Box.BoxChild w22 = ((global::Gtk.Box.BoxChild)(this.packageIdHBox [this.packageIdTextBox]));
			w22.Position = 2;
			w22.Expand = false;
			w22.Fill = false;
			this.packageInfoFrameVBox.Add (this.packageIdHBox);
			global::Gtk.Box.BoxChild w23 = ((global::Gtk.Box.BoxChild)(this.packageInfoFrameVBox [this.packageIdHBox]));
			w23.Position = 1;
			w23.Expand = false;
			w23.Fill = false;
			// Container child packageInfoFrameVBox.Gtk.Box+BoxChild
			this.packageVersionHBox = new global::Gtk.HBox ();
			this.packageVersionHBox.Name = "packageVersionHBox";
			this.packageVersionHBox.Spacing = 6;
			// Container child packageVersionHBox.Gtk.Box+BoxChild
			this.packageVersionLabel = new global::Gtk.Label ();
			this.packageVersionLabel.Name = "packageVersionLabel";
			this.packageVersionLabel.LabelProp = global::Mono.Unix.Catalog.GetString ("<span weight='bold'>Version:</span>");
			this.packageVersionLabel.UseMarkup = true;
			this.packageVersionHBox.Add (this.packageVersionLabel);
			global::Gtk.Box.BoxChild w24 = ((global::Gtk.Box.BoxChild)(this.packageVersionHBox [this.packageVersionLabel]));
			w24.Position = 0;
			w24.Expand = false;
			w24.Fill = false;
			// Container child packageVersionHBox.Gtk.Box+BoxChild
			this.packageVersionTextBox = new global::Gtk.Label ();
			this.packageVersionTextBox.Name = "packageVersionTextBox";
			this.packageVersionTextBox.Selectable = true;
			this.packageVersionHBox.Add (this.packageVersionTextBox);
			global::Gtk.Box.BoxChild w25 = ((global::Gtk.Box.BoxChild)(this.packageVersionHBox [this.packageVersionTextBox]));
			w25.Position = 1;
			w25.Expand = false;
			w25.Fill = false;
			this.packageInfoFrameVBox.Add (this.packageVersionHBox);
			global::Gtk.Box.BoxChild w26 = ((global::Gtk.Box.BoxChild)(this.packageInfoFrameVBox [this.packageVersionHBox]));
			w26.Position = 2;
			w26.Expand = false;
			w26.Fill = false;
			// Container child packageInfoFrameVBox.Gtk.Box+BoxChild
			this.packageLastUpdatedHBox = new global::Gtk.HBox ();
			this.packageLastUpdatedHBox.Name = "packageLastUpdatedHBox";
			this.packageLastUpdatedHBox.Spacing = 6;
			// Container child packageLastUpdatedHBox.Gtk.Box+BoxChild
			this.packageLastUpdatedLabel = new global::Gtk.Label ();
			this.packageLastUpdatedLabel.Name = "packageLastUpdatedLabel";
			this.packageLastUpdatedLabel.LabelProp = global::Mono.Unix.Catalog.GetString ("<span weight='bold'>Last Updated:</span>");
			this.packageLastUpdatedLabel.UseMarkup = true;
			this.packageLastUpdatedHBox.Add (this.packageLastUpdatedLabel);
			global::Gtk.Box.BoxChild w27 = ((global::Gtk.Box.BoxChild)(this.packageLastUpdatedHBox [this.packageLastUpdatedLabel]));
			w27.Position = 0;
			w27.Expand = false;
			w27.Fill = false;
			// Container child packageLastUpdatedHBox.Gtk.Box+BoxChild
			this.packageLastUpdatedTextBox = new global::Gtk.Label ();
			this.packageLastUpdatedTextBox.Name = "packageLastUpdatedTextBox";
			this.packageLastUpdatedTextBox.Selectable = true;
			this.packageLastUpdatedHBox.Add (this.packageLastUpdatedTextBox);
			global::Gtk.Box.BoxChild w28 = ((global::Gtk.Box.BoxChild)(this.packageLastUpdatedHBox [this.packageLastUpdatedTextBox]));
			w28.Position = 1;
			w28.Expand = false;
			w28.Fill = false;
			this.packageInfoFrameVBox.Add (this.packageLastUpdatedHBox);
			global::Gtk.Box.BoxChild w29 = ((global::Gtk.Box.BoxChild)(this.packageInfoFrameVBox [this.packageLastUpdatedHBox]));
			w29.Position = 3;
			w29.Expand = false;
			w29.Fill = false;
			// Container child packageInfoFrameVBox.Gtk.Box+BoxChild
			this.packageDownloadsHBox = new global::Gtk.HBox ();
			this.packageDownloadsHBox.Name = "packageDownloadsHBox";
			this.packageDownloadsHBox.Spacing = 6;
			// Container child packageDownloadsHBox.Gtk.Box+BoxChild
			this.packageDownloadsLabel = new global::Gtk.Label ();
			this.packageDownloadsLabel.Name = "packageDownloadsLabel";
			this.packageDownloadsLabel.LabelProp = global::Mono.Unix.Catalog.GetString ("<span weight='bold'>Downloads:</span>");
			this.packageDownloadsLabel.UseMarkup = true;
			this.packageDownloadsHBox.Add (this.packageDownloadsLabel);
			global::Gtk.Box.BoxChild w30 = ((global::Gtk.Box.BoxChild)(this.packageDownloadsHBox [this.packageDownloadsLabel]));
			w30.Position = 0;
			w30.Expand = false;
			w30.Fill = false;
			// Container child packageDownloadsHBox.Gtk.Box+BoxChild
			this.packageDownloadsTextBox = new global::Gtk.Label ();
			this.packageDownloadsTextBox.Name = "packageDownloadsTextBox";
			this.packageDownloadsTextBox.Selectable = true;
			this.packageDownloadsHBox.Add (this.packageDownloadsTextBox);
			global::Gtk.Box.BoxChild w31 = ((global::Gtk.Box.BoxChild)(this.packageDownloadsHBox [this.packageDownloadsTextBox]));
			w31.Position = 1;
			w31.Expand = false;
			w31.Fill = false;
			this.packageInfoFrameVBox.Add (this.packageDownloadsHBox);
			global::Gtk.Box.BoxChild w32 = ((global::Gtk.Box.BoxChild)(this.packageInfoFrameVBox [this.packageDownloadsHBox]));
			w32.Position = 4;
			w32.Expand = false;
			w32.Fill = false;
			// Container child packageInfoFrameVBox.Gtk.Box+BoxChild
			this.viewLicenseTermsHBox = new global::Gtk.HBox ();
			this.viewLicenseTermsHBox.Name = "viewLicenseTermsHBox";
			this.viewLicenseTermsHBox.Spacing = 6;
			// Container child viewLicenseTermsHBox.Gtk.Box+BoxChild
			this.viewLicenseTermsButton = null;
			this.viewLicenseTermsHBox.Add (this.viewLicenseTermsButton);
			global::Gtk.Box.BoxChild w33 = ((global::Gtk.Box.BoxChild)(this.viewLicenseTermsHBox [this.viewLicenseTermsButton]));
			w33.Position = 0;
			this.packageInfoFrameVBox.Add (this.viewLicenseTermsHBox);
			global::Gtk.Box.BoxChild w34 = ((global::Gtk.Box.BoxChild)(this.packageInfoFrameVBox [this.viewLicenseTermsHBox]));
			w34.Position = 5;
			w34.Expand = false;
			w34.Fill = false;
			// Container child packageInfoFrameVBox.Gtk.Box+BoxChild
			this.moreInformationHBox = new global::Gtk.HBox ();
			this.moreInformationHBox.Name = "moreInformationHBox";
			// Container child moreInformationHBox.Gtk.Box+BoxChild
			this.moreInformationButton = null;
			this.moreInformationHBox.Add (this.moreInformationButton);
			global::Gtk.Box.BoxChild w35 = ((global::Gtk.Box.BoxChild)(this.moreInformationHBox [this.moreInformationButton]));
			w35.Position = 0;
			this.packageInfoFrameVBox.Add (this.moreInformationHBox);
			global::Gtk.Box.BoxChild w36 = ((global::Gtk.Box.BoxChild)(this.packageInfoFrameVBox [this.moreInformationHBox]));
			w36.Position = 6;
			w36.Expand = false;
			// Container child packageInfoFrameVBox.Gtk.Box+BoxChild
			this.packageDescriptionTextView = new global::Gtk.TextView ();
			this.packageDescriptionTextView.CanFocus = true;
			this.packageDescriptionTextView.Name = "packageDescriptionTextView";
			this.packageDescriptionTextView.Editable = false;
			this.packageDescriptionTextView.CursorVisible = false;
			this.packageDescriptionTextView.WrapMode = ((global::Gtk.WrapMode)(2));
			this.packageInfoFrameVBox.Add (this.packageDescriptionTextView);
			global::Gtk.Box.BoxChild w37 = ((global::Gtk.Box.BoxChild)(this.packageInfoFrameVBox [this.packageDescriptionTextView]));
			w37.Position = 7;
			// Container child packageInfoFrameVBox.Gtk.Box+BoxChild
			this.packageDependenciesHBox = new global::Gtk.HBox ();
			this.packageDependenciesHBox.Name = "packageDependenciesHBox";
			this.packageDependenciesHBox.Spacing = 6;
			// Container child packageDependenciesHBox.Gtk.Box+BoxChild
			this.packageDependenciesLabel = new global::Gtk.Label ();
			this.packageDependenciesLabel.Name = "packageDependenciesLabel";
			this.packageDependenciesLabel.LabelProp = global::Mono.Unix.Catalog.GetString ("<span weight='bold'>Dependencies:</span>");
			this.packageDependenciesLabel.UseMarkup = true;
			this.packageDependenciesHBox.Add (this.packageDependenciesLabel);
			global::Gtk.Box.BoxChild w38 = ((global::Gtk.Box.BoxChild)(this.packageDependenciesHBox [this.packageDependenciesLabel]));
			w38.Position = 0;
			w38.Expand = false;
			w38.Fill = false;
			// Container child packageDependenciesHBox.Gtk.Box+BoxChild
			this.packageDependenciesNoneLabel = new global::Gtk.Label ();
			this.packageDependenciesNoneLabel.Name = "packageDependenciesNoneLabel";
			this.packageDependenciesNoneLabel.LabelProp = global::Mono.Unix.Catalog.GetString ("None");
			this.packageDependenciesNoneLabel.Selectable = true;
			this.packageDependenciesHBox.Add (this.packageDependenciesNoneLabel);
			global::Gtk.Box.BoxChild w39 = ((global::Gtk.Box.BoxChild)(this.packageDependenciesHBox [this.packageDependenciesNoneLabel]));
			w39.Position = 1;
			w39.Expand = false;
			w39.Fill = false;
			this.packageInfoFrameVBox.Add (this.packageDependenciesHBox);
			global::Gtk.Box.BoxChild w40 = ((global::Gtk.Box.BoxChild)(this.packageInfoFrameVBox [this.packageDependenciesHBox]));
			w40.Position = 8;
			w40.Expand = false;
			w40.Fill = false;
			// Container child packageInfoFrameVBox.Gtk.Box+BoxChild
			this.packageDependenciesListHBox = new global::Gtk.HBox ();
			this.packageDependenciesListHBox.Name = "packageDependenciesListHBox";
			this.packageDependenciesListHBox.Spacing = 6;
			this.packageDependenciesListHBox.BorderWidth = ((uint)(2));
			// Container child packageDependenciesListHBox.Gtk.Box+BoxChild
			this.packageDependenciesListLabel = new global::Gtk.Label ();
			this.packageDependenciesListLabel.Name = "packageDependenciesListLabel";
			this.packageDependenciesListLabel.UseMarkup = true;
			this.packageDependenciesListHBox.Add (this.packageDependenciesListLabel);
			global::Gtk.Box.BoxChild w41 = ((global::Gtk.Box.BoxChild)(this.packageDependenciesListHBox [this.packageDependenciesListLabel]));
			w41.Position = 0;
			w41.Expand = false;
			w41.Fill = false;
			// Container child packageDependenciesListHBox.Gtk.Box+BoxChild
			this.packageDependenciesListFillerLabel = new global::Gtk.Label ();
			this.packageDependenciesListFillerLabel.Name = "packageDependenciesListFillerLabel";
			this.packageDependenciesListFillerLabel.Selectable = true;
			this.packageDependenciesListHBox.Add (this.packageDependenciesListFillerLabel);
			global::Gtk.Box.BoxChild w42 = ((global::Gtk.Box.BoxChild)(this.packageDependenciesListHBox [this.packageDependenciesListFillerLabel]));
			w42.Position = 1;
			this.packageInfoFrameVBox.Add (this.packageDependenciesListHBox);
			global::Gtk.Box.BoxChild w43 = ((global::Gtk.Box.BoxChild)(this.packageInfoFrameVBox [this.packageDependenciesListHBox]));
			w43.Position = 9;
			w43.Expand = false;
			w43.Fill = false;
			w16.Add (this.packageInfoFrameVBox);
			this.GtkScrolledWindow.Add (w16);
			this.packageInfoFrameAlignment.Add (this.GtkScrolledWindow);
			this.packageInfoFrame.Add (this.packageInfoFrameAlignment);
			this.packageInfoVBox.Add (this.packageInfoFrame);
			global::Gtk.Box.BoxChild w48 = ((global::Gtk.Box.BoxChild)(this.packageInfoVBox [this.packageInfoFrame]));
			w48.Position = 4;
			// Container child packageInfoVBox.Gtk.Box+BoxChild
			this.managePackageButtonBox = new global::Gtk.HButtonBox ();
			this.managePackageButtonBox.Name = "managePackageButtonBox";
			this.managePackageButtonBox.LayoutStyle = ((global::Gtk.ButtonBoxStyle)(3));
			// Container child managePackageButtonBox.Gtk.ButtonBox+ButtonBoxChild
			this.addPackageButton = new global::Gtk.Button ();
			this.addPackageButton.CanFocus = true;
			this.addPackageButton.Name = "addPackageButton";
			this.addPackageButton.UseUnderline = true;
			this.addPackageButton.Label = global::Mono.Unix.Catalog.GetString ("Add");
			this.managePackageButtonBox.Add (this.addPackageButton);
			global::Gtk.ButtonBox.ButtonBoxChild w49 = ((global::Gtk.ButtonBox.ButtonBoxChild)(this.managePackageButtonBox [this.addPackageButton]));
			w49.Expand = false;
			w49.Fill = false;
			// Container child managePackageButtonBox.Gtk.ButtonBox+ButtonBoxChild
			this.removePackageButton = new global::Gtk.Button ();
			this.removePackageButton.CanFocus = true;
			this.removePackageButton.Name = "removePackageButton";
			this.removePackageButton.UseUnderline = true;
			this.removePackageButton.Label = global::Mono.Unix.Catalog.GetString ("Remove");
			this.managePackageButtonBox.Add (this.removePackageButton);
			global::Gtk.ButtonBox.ButtonBoxChild w50 = ((global::Gtk.ButtonBox.ButtonBoxChild)(this.managePackageButtonBox [this.removePackageButton]));
			w50.Position = 1;
			w50.Expand = false;
			w50.Fill = false;
			// Container child managePackageButtonBox.Gtk.ButtonBox+ButtonBoxChild
			this.managePackageButton = new global::Gtk.Button ();
			this.managePackageButton.CanFocus = true;
			this.managePackageButton.Name = "managePackageButton";
			this.managePackageButton.UseUnderline = true;
			this.managePackageButton.Label = global::Mono.Unix.Catalog.GetString ("Manage");
			this.managePackageButtonBox.Add (this.managePackageButton);
			global::Gtk.ButtonBox.ButtonBoxChild w51 = ((global::Gtk.ButtonBox.ButtonBoxChild)(this.managePackageButtonBox [this.managePackageButton]));
			w51.Position = 2;
			w51.Expand = false;
			w51.Fill = false;
			this.packageInfoVBox.Add (this.managePackageButtonBox);
			global::Gtk.Box.BoxChild w52 = ((global::Gtk.Box.BoxChild)(this.packageInfoVBox [this.managePackageButtonBox]));
			w52.PackType = ((global::Gtk.PackType)(1));
			w52.Position = 5;
			w52.Expand = false;
			w52.Fill = false;
			this.mainPane.Add (this.packageInfoVBox);
			this.Add (this.mainPane);
			if ((this.Child != null)) {
				this.Child.ShowAll ();
			}
			this.packageInfoFrameVBox.Hide ();
			this.addPackageButton.Hide ();
			this.removePackageButton.Hide ();
			this.managePackageButton.Hide ();
			this.Hide ();
			this.packageSourceComboBox.Changed += new global::System.EventHandler (this.PackageSourceChanged);
			this.packageSearchEntry.Activated += new global::System.EventHandler (this.PackageSearchEntryActivated);
			this.packageSearchButton.Clicked += new global::System.EventHandler (this.SearchButtonClicked);
			this.updateAllPackagesButton.Clicked += new global::System.EventHandler (this.UpdateAllPackagesButtonClicked);
			this.addPackageButton.Clicked += new global::System.EventHandler (this.OnAddPackageButtonClicked);
			this.removePackageButton.Clicked += new global::System.EventHandler (this.RemovePackageButtonClicked);
			this.managePackageButton.Clicked += new global::System.EventHandler (this.ManagePackagesButtonClicked);
		}
		protected virtual void Build ()
		{
			global::Stetic.Gui.Initialize (this);
			// Widget MonoDevelop.Ide.Gui.OptionPanels.IDEStyleOptionsPanelWidget
			global::Stetic.BinContainer.Attach (this);
			this.Name = "MonoDevelop.Ide.Gui.OptionPanels.IDEStyleOptionsPanelWidget";
			// Container child MonoDevelop.Ide.Gui.OptionPanels.IDEStyleOptionsPanelWidget.Gtk.Container+ContainerChild
			this.vbox13 = new global::Gtk.VBox ();
			this.vbox13.Name = "vbox13";
			this.vbox13.Spacing = 6;
			// Container child vbox13.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.comboLanguage = global::Gtk.ComboBox.NewText ();
			this.comboLanguage.Name = "comboLanguage";
			this.table1.Add (this.comboLanguage);
			global::Gtk.Table.TableChild w1 = ((global::Gtk.Table.TableChild)(this.table1 [this.comboLanguage]));
			w1.LeftAttach = ((uint)(1));
			w1.RightAttach = ((uint)(2));
			w1.XOptions = ((global::Gtk.AttachOptions)(4));
			w1.YOptions = ((global::Gtk.AttachOptions)(4));
			// Container child table1.Gtk.Table+TableChild
			this.comboTheme = global::Gtk.ComboBox.NewText ();
			this.comboTheme.Name = "comboTheme";
			this.table1.Add (this.comboTheme);
			global::Gtk.Table.TableChild w2 = ((global::Gtk.Table.TableChild)(this.table1 [this.comboTheme]));
			w2.TopAttach = ((uint)(1));
			w2.BottomAttach = ((uint)(2));
			w2.LeftAttach = ((uint)(1));
			w2.RightAttach = ((uint)(2));
			w2.XOptions = ((global::Gtk.AttachOptions)(4));
			w2.YOptions = ((global::Gtk.AttachOptions)(4));
			// Container child table1.Gtk.Table+TableChild
			this.label2 = new global::Gtk.Label ();
			this.label2.Name = "label2";
			this.label2.Xalign = 0F;
			this.label2.LabelProp = global::Mono.Unix.Catalog.GetString ("User Interface Language:");
			this.table1.Add (this.label2);
			global::Gtk.Table.TableChild w3 = ((global::Gtk.Table.TableChild)(this.table1 [this.label2]));
			w3.XOptions = ((global::Gtk.AttachOptions)(4));
			w3.YOptions = ((global::Gtk.AttachOptions)(4));
			// Container child table1.Gtk.Table+TableChild
			this.labelTheme = new global::Gtk.Label ();
			this.labelTheme.Name = "labelTheme";
			this.labelTheme.Xalign = 0F;
			this.labelTheme.LabelProp = global::Mono.Unix.Catalog.GetString ("User Interface Theme:");
			this.table1.Add (this.labelTheme);
			global::Gtk.Table.TableChild w4 = ((global::Gtk.Table.TableChild)(this.table1 [this.labelTheme]));
			w4.TopAttach = ((uint)(1));
			w4.BottomAttach = ((uint)(2));
			w4.XOptions = ((global::Gtk.AttachOptions)(4));
			w4.YOptions = ((global::Gtk.AttachOptions)(4));
			this.vbox13.Add (this.table1);
			global::Gtk.Box.BoxChild w5 = ((global::Gtk.Box.BoxChild)(this.vbox13 [this.table1]));
			w5.Position = 0;
			w5.Expand = false;
			w5.Fill = false;
			// Container child vbox13.Gtk.Box+BoxChild
			this.separatorRestart = new global::Gtk.HSeparator ();
			this.separatorRestart.Name = "separatorRestart";
			this.vbox13.Add (this.separatorRestart);
			global::Gtk.Box.BoxChild w6 = ((global::Gtk.Box.BoxChild)(this.vbox13 [this.separatorRestart]));
			w6.Position = 1;
			w6.Expand = false;
			w6.Fill = false;
			// Container child vbox13.Gtk.Box+BoxChild
			this.tableRestart = new global::Gtk.Table (((uint)(2)), ((uint)(3)), false);
			this.tableRestart.Name = "tableRestart";
			this.tableRestart.RowSpacing = ((uint)(6));
			this.tableRestart.ColumnSpacing = ((uint)(6));
			// Container child tableRestart.Gtk.Table+TableChild
			this.btnRestart = new global::Gtk.Button ();
			this.btnRestart.CanFocus = true;
			this.btnRestart.Name = "btnRestart";
			this.btnRestart.UseUnderline = true;
			this.btnRestart.Label = "Restart {0}";
			this.tableRestart.Add (this.btnRestart);
			global::Gtk.Table.TableChild w7 = ((global::Gtk.Table.TableChild)(this.tableRestart [this.btnRestart]));
			w7.TopAttach = ((uint)(1));
			w7.BottomAttach = ((uint)(2));
			w7.LeftAttach = ((uint)(1));
			w7.RightAttach = ((uint)(2));
			w7.XOptions = ((global::Gtk.AttachOptions)(4));
			w7.YOptions = ((global::Gtk.AttachOptions)(4));
			// Container child tableRestart.Gtk.Table+TableChild
			this.imageRestart = new global::MonoDevelop.Components.ImageView ();
			this.imageRestart.Name = "imageRestart";
			this.imageRestart.IconId = "md-information";
			this.imageRestart.IconSize = ((global::Gtk.IconSize)(1));
			this.tableRestart.Add (this.imageRestart);
			global::Gtk.Table.TableChild w8 = ((global::Gtk.Table.TableChild)(this.tableRestart [this.imageRestart]));
			w8.XOptions = ((global::Gtk.AttachOptions)(4));
			w8.YOptions = ((global::Gtk.AttachOptions)(4));
			// Container child tableRestart.Gtk.Table+TableChild
			this.labelRestart = new global::Gtk.Label ();
			this.labelRestart.Name = "labelRestart";
			this.labelRestart.LabelProp = "These preferences will take effect next time you start {0}";
			this.tableRestart.Add (this.labelRestart);
			global::Gtk.Table.TableChild w9 = ((global::Gtk.Table.TableChild)(this.tableRestart [this.labelRestart]));
			w9.LeftAttach = ((uint)(1));
			w9.RightAttach = ((uint)(3));
			w9.XOptions = ((global::Gtk.AttachOptions)(4));
			w9.YOptions = ((global::Gtk.AttachOptions)(4));
			this.vbox13.Add (this.tableRestart);
			global::Gtk.Box.BoxChild w10 = ((global::Gtk.Box.BoxChild)(this.vbox13 [this.tableRestart]));
			w10.Position = 2;
			w10.Expand = false;
			w10.Fill = false;
			this.Add (this.vbox13);
			if ((this.Child != null)) {
				this.Child.ShowAll ();
			}
			this.Show ();
			this.btnRestart.Clicked += new global::System.EventHandler (this.RestartClicked);
		}
		protected virtual void Build ()
		{
			global::Stetic.Gui.Initialize (this);
			// Widget MonoDevelop.Ide.Gui.OptionPanels.KeyBindingsPanel
			global::Stetic.BinContainer.Attach (this);
			this.Name = "MonoDevelop.Ide.Gui.OptionPanels.KeyBindingsPanel";
			// Container child MonoDevelop.Ide.Gui.OptionPanels.KeyBindingsPanel.Gtk.Container+ContainerChild
			this.vbox = new global::Gtk.VBox ();
			this.vbox.Name = "vbox";
			this.vbox.Spacing = 6;
			// Container child vbox.Gtk.Box+BoxChild
			this.hbox1 = new global::Gtk.HBox ();
			this.hbox1.Name = "hbox1";
			this.hbox1.Spacing = 6;
			// Container child hbox1.Gtk.Box+BoxChild
			this.labelScheme = new global::Gtk.Label ();
			this.labelScheme.Name = "labelScheme";
			this.labelScheme.Xalign = 0F;
			this.labelScheme.LabelProp = global::Mono.Unix.Catalog.GetString ("Scheme:");
			this.hbox1.Add (this.labelScheme);
			global::Gtk.Box.BoxChild w1 = ((global::Gtk.Box.BoxChild)(this.hbox1 [this.labelScheme]));
			w1.Position = 0;
			w1.Expand = false;
			w1.Fill = false;
			// Container child hbox1.Gtk.Box+BoxChild
			this.schemeCombo = global::Gtk.ComboBox.NewText ();
			this.schemeCombo.Name = "schemeCombo";
			this.hbox1.Add (this.schemeCombo);
			global::Gtk.Box.BoxChild w2 = ((global::Gtk.Box.BoxChild)(this.hbox1 [this.schemeCombo]));
			w2.Position = 1;
			w2.Expand = false;
			w2.Fill = false;
			this.vbox.Add (this.hbox1);
			global::Gtk.Box.BoxChild w3 = ((global::Gtk.Box.BoxChild)(this.vbox [this.hbox1]));
			w3.Position = 0;
			w3.Expand = false;
			w3.Fill = false;
			// Container child vbox.Gtk.Box+BoxChild
			this.hseparator2 = new global::Gtk.HSeparator ();
			this.hseparator2.Name = "hseparator2";
			this.vbox.Add (this.hseparator2);
			global::Gtk.Box.BoxChild w4 = ((global::Gtk.Box.BoxChild)(this.vbox [this.hseparator2]));
			w4.Position = 1;
			w4.Expand = false;
			w4.Fill = false;
			// Container child vbox.Gtk.Box+BoxChild
			this.hbox2 = new global::Gtk.HBox ();
			this.hbox2.WidthRequest = 300;
			this.hbox2.Name = "hbox2";
			this.hbox2.Spacing = 6;
			// Container child hbox2.Gtk.Box+BoxChild
			this.searchEntry = new global::MonoDevelop.Components.SearchEntry ();
			this.searchEntry.WidthRequest = 250;
			this.searchEntry.Name = "searchEntry";
			this.searchEntry.ForceFilterButtonVisible = true;
			this.searchEntry.HasFrame = true;
			this.searchEntry.RoundedShape = true;
			this.searchEntry.IsCheckMenu = false;
			this.searchEntry.ActiveFilterID = 0;
			this.searchEntry.Ready = false;
			this.searchEntry.HasFocus = false;
			this.hbox2.Add (this.searchEntry);
			global::Gtk.Box.BoxChild w5 = ((global::Gtk.Box.BoxChild)(this.hbox2 [this.searchEntry]));
			w5.Position = 0;
			w5.Expand = false;
			// Container child hbox2.Gtk.Box+BoxChild
			this.label1 = new global::Gtk.Label ();
			this.label1.Name = "label1";
			this.hbox2.Add (this.label1);
			global::Gtk.Box.BoxChild w6 = ((global::Gtk.Box.BoxChild)(this.hbox2 [this.label1]));
			w6.Position = 1;
			this.vbox.Add (this.hbox2);
			global::Gtk.Box.BoxChild w7 = ((global::Gtk.Box.BoxChild)(this.vbox [this.hbox2]));
			w7.Position = 2;
			w7.Expand = false;
			w7.Fill = false;
			// Container child vbox.Gtk.Box+BoxChild
			this.globalWarningBox = new global::Gtk.VBox ();
			this.globalWarningBox.Name = "globalWarningBox";
			this.globalWarningBox.Spacing = 6;
			// Container child globalWarningBox.Gtk.Box+BoxChild
			this.frame1 = new global::Gtk.Frame ();
			this.frame1.Name = "frame1";
			// Container child frame1.Gtk.Container+ContainerChild
			this.alignment1 = new global::Gtk.Alignment (0.5F, 0.5F, 1F, 1F);
			this.alignment1.Name = "alignment1";
			this.alignment1.BorderWidth = ((uint)(2));
			// Container child alignment1.Gtk.Container+ContainerChild
			this.warningBox = new global::Gtk.HBox ();
			this.warningBox.Name = "warningBox";
			this.warningBox.Spacing = 6;
			// Container child warningBox.Gtk.Box+BoxChild
			this.imageWarning = new global::MonoDevelop.Components.ImageView ();
			this.imageWarning.Name = "imageWarning";
			this.imageWarning.IconId = "gtk-dialog-warning";
			this.imageWarning.IconSize = ((global::Gtk.IconSize)(1));
			this.warningBox.Add (this.imageWarning);
			global::Gtk.Box.BoxChild w8 = ((global::Gtk.Box.BoxChild)(this.warningBox [this.imageWarning]));
			w8.Position = 0;
			w8.Expand = false;
			w8.Fill = false;
			// Container child warningBox.Gtk.Box+BoxChild
			this.label2 = new global::Gtk.Label ();
			this.label2.Name = "label2";
			this.label2.Xalign = 0F;
			this.label2.LabelProp = global::Mono.Unix.Catalog.GetString ("The current scheme has conflicting key bindings");
			this.warningBox.Add (this.label2);
			global::Gtk.Box.BoxChild w9 = ((global::Gtk.Box.BoxChild)(this.warningBox [this.label2]));
			w9.Position = 1;
			// Container child warningBox.Gtk.Box+BoxChild
			this.conflicButton = new global::MonoDevelop.Components.MenuButton ();
			this.conflicButton.CanFocus = true;
			this.conflicButton.Name = "conflicButton";
			this.conflicButton.UseUnderline = false;
			this.conflicButton.UseMarkup = false;
			this.warningBox.Add (this.conflicButton);
			global::Gtk.Box.BoxChild w10 = ((global::Gtk.Box.BoxChild)(this.warningBox [this.conflicButton]));
			w10.Position = 2;
			w10.Expand = false;
			w10.Fill = false;
			this.alignment1.Add (this.warningBox);
			this.frame1.Add (this.alignment1);
			this.globalWarningBox.Add (this.frame1);
			global::Gtk.Box.BoxChild w13 = ((global::Gtk.Box.BoxChild)(this.globalWarningBox [this.frame1]));
			w13.Position = 0;
			w13.Expand = false;
			w13.Fill = false;
			this.vbox.Add (this.globalWarningBox);
			global::Gtk.Box.BoxChild w14 = ((global::Gtk.Box.BoxChild)(this.vbox [this.globalWarningBox]));
			w14.Position = 3;
			w14.Expand = false;
			w14.Fill = false;
			// Container child vbox.Gtk.Box+BoxChild
			this.scrolledwindow = new global::Gtk.ScrolledWindow ();
			this.scrolledwindow.CanFocus = true;
			this.scrolledwindow.Name = "scrolledwindow";
			this.scrolledwindow.ShadowType = ((global::Gtk.ShadowType)(1));
			// Container child scrolledwindow.Gtk.Container+ContainerChild
			this.keyTreeView = new global::Gtk.TreeView ();
			this.keyTreeView.CanFocus = true;
			this.keyTreeView.Name = "keyTreeView";
			this.keyTreeView.EnableSearch = false;
			this.scrolledwindow.Add (this.keyTreeView);
			this.vbox.Add (this.scrolledwindow);
			global::Gtk.Box.BoxChild w16 = ((global::Gtk.Box.BoxChild)(this.vbox [this.scrolledwindow]));
			w16.Position = 4;
			// Container child vbox.Gtk.Box+BoxChild
			this.labelMessage = new global::Gtk.Label ();
			this.labelMessage.Name = "labelMessage";
			this.labelMessage.Xalign = 0F;
			this.labelMessage.UseMarkup = true;
			this.vbox.Add (this.labelMessage);
			global::Gtk.Box.BoxChild w17 = ((global::Gtk.Box.BoxChild)(this.vbox [this.labelMessage]));
			w17.Position = 5;
			w17.Expand = false;
			w17.Fill = false;
			// Container child vbox.Gtk.Box+BoxChild
			this.hbox = new global::Gtk.HBox ();
			this.hbox.Name = "hbox";
			this.hbox.Spacing = 6;
			// Container child hbox.Gtk.Box+BoxChild
			this.labelEditBinding = new global::Gtk.Label ();
			this.labelEditBinding.Name = "labelEditBinding";
			this.labelEditBinding.LabelProp = global::Mono.Unix.Catalog.GetString ("Edit Binding");
			this.hbox.Add (this.labelEditBinding);
			global::Gtk.Box.BoxChild w18 = ((global::Gtk.Box.BoxChild)(this.hbox [this.labelEditBinding]));
			w18.Position = 0;
			w18.Expand = false;
			w18.Fill = false;
			// Container child hbox.Gtk.Box+BoxChild
			this.accelEntry = new global::Gtk.Entry ();
			this.accelEntry.CanFocus = true;
			this.accelEntry.Name = "accelEntry";
			this.accelEntry.IsEditable = true;
			this.accelEntry.InvisibleChar = '●';
			this.hbox.Add (this.accelEntry);
			global::Gtk.Box.BoxChild w19 = ((global::Gtk.Box.BoxChild)(this.hbox [this.accelEntry]));
			w19.Position = 1;
			// Container child hbox.Gtk.Box+BoxChild
			this.updateButton = new global::Gtk.Button ();
			this.updateButton.CanFocus = true;
			this.updateButton.Name = "updateButton";
			this.updateButton.UseUnderline = true;
			this.updateButton.Label = global::Mono.Unix.Catalog.GetString ("Apply");
			this.hbox.Add (this.updateButton);
			global::Gtk.Box.BoxChild w20 = ((global::Gtk.Box.BoxChild)(this.hbox [this.updateButton]));
			w20.Position = 2;
			w20.Expand = false;
			w20.Fill = false;
			this.vbox.Add (this.hbox);
			global::Gtk.Box.BoxChild w21 = ((global::Gtk.Box.BoxChild)(this.vbox [this.hbox]));
			w21.Position = 6;
			w21.Expand = false;
			w21.Fill = false;
			this.Add (this.vbox);
			if ((this.Child != null)) {
				this.Child.ShowAll ();
			}
			this.globalWarningBox.Hide ();
			this.labelMessage.Hide ();
			this.Show ();
		}
コード例 #15
0
		protected virtual void Build ()
		{
			global::Stetic.Gui.Initialize (this);
			// Widget MonoDevelop.Gettext.POEditorWidget
			Stetic.BinContainer w1 = global::Stetic.BinContainer.Attach (this);
			this.UIManager = new global::Gtk.UIManager ();
			global::Gtk.ActionGroup w2 = new global::Gtk.ActionGroup ("Default");
			this.UIManager.InsertActionGroup (w2, 0);
			this.Name = "MonoDevelop.Gettext.POEditorWidget";
			// Container child MonoDevelop.Gettext.POEditorWidget.Gtk.Container+ContainerChild
			this.vbox2 = new global::Gtk.VBox ();
			this.vbox2.Name = "vbox2";
			this.vbox2.Spacing = 6;
			// Container child vbox2.Gtk.Box+BoxChild
			this.notebookPages = new global::Gtk.Notebook ();
			this.notebookPages.CanFocus = true;
			this.notebookPages.Name = "notebookPages";
			this.notebookPages.CurrentPage = 0;
			this.notebookPages.ShowBorder = false;
			this.notebookPages.ShowTabs = false;
			// Container child notebookPages.Gtk.Notebook+NotebookChild
			this.vbox7 = new global::Gtk.VBox ();
			this.vbox7.Name = "vbox7";
			this.vbox7.Spacing = 6;
			// Container child vbox7.Gtk.Box+BoxChild
			this.hbox2 = new global::Gtk.HBox ();
			this.hbox2.Name = "hbox2";
			this.hbox2.Spacing = 6;
			// Container child hbox2.Gtk.Box+BoxChild
			this.label2 = new global::Gtk.Label ();
			this.label2.Name = "label2";
			this.label2.LabelProp = global::Mono.Unix.Catalog.GetString ("_Filter:");
			this.label2.UseUnderline = true;
			this.hbox2.Add (this.label2);
			global::Gtk.Box.BoxChild w3 = ((global::Gtk.Box.BoxChild)(this.hbox2 [this.label2]));
			w3.Position = 0;
			w3.Expand = false;
			w3.Fill = false;
			// Container child hbox2.Gtk.Box+BoxChild
			this.searchEntryFilter = new global::MonoDevelop.Components.SearchEntry ();
			this.searchEntryFilter.Name = "searchEntryFilter";
			this.searchEntryFilter.ForceFilterButtonVisible = false;
			this.searchEntryFilter.HasFrame = false;
			this.searchEntryFilter.RoundedShape = false;
			this.searchEntryFilter.IsCheckMenu = false;
			this.searchEntryFilter.ActiveFilterID = 0;
			this.searchEntryFilter.Ready = false;
			this.searchEntryFilter.HasFocus = false;
			this.hbox2.Add (this.searchEntryFilter);
			global::Gtk.Box.BoxChild w4 = ((global::Gtk.Box.BoxChild)(this.hbox2 [this.searchEntryFilter]));
			w4.Position = 1;
			// Container child hbox2.Gtk.Box+BoxChild
			this.togglebuttonOk = new global::Gtk.ToggleButton ();
			this.togglebuttonOk.CanFocus = true;
			this.togglebuttonOk.Name = "togglebuttonOk";
			// Container child togglebuttonOk.Gtk.Container+ContainerChild
			this.togglebuttonOkHbox = new global::Gtk.HBox ();
			this.togglebuttonOkHbox.Name = "togglebuttonOkHbox";
			this.togglebuttonOkHbox.Spacing = 2;
			// Container child togglebuttonOkHbox.Gtk.Box+BoxChild
			this.togglebuttonOkIcon = new global::MonoDevelop.Components.ImageView ();
			this.togglebuttonOkIcon.Name = "togglebuttonOkIcon";
			this.togglebuttonOkIcon.IconId = "md-done";
			this.togglebuttonOkIcon.IconSize = ((global::Gtk.IconSize)(1));
			this.togglebuttonOkHbox.Add (this.togglebuttonOkIcon);
			global::Gtk.Box.BoxChild w5 = ((global::Gtk.Box.BoxChild)(this.togglebuttonOkHbox [this.togglebuttonOkIcon]));
			w5.Position = 0;
			w5.Expand = false;
			w5.Fill = false;
			// Container child togglebuttonOkHbox.Gtk.Box+BoxChild
			this.togglebuttonOkLabel = new global::Gtk.Label ();
			this.togglebuttonOkLabel.Name = "togglebuttonOkLabel";
			this.togglebuttonOkLabel.LabelProp = global::Mono.Unix.Catalog.GetString ("Valid");
			this.togglebuttonOkLabel.UseUnderline = true;
			this.togglebuttonOkHbox.Add (this.togglebuttonOkLabel);
			global::Gtk.Box.BoxChild w6 = ((global::Gtk.Box.BoxChild)(this.togglebuttonOkHbox [this.togglebuttonOkLabel]));
			w6.Position = 1;
			w6.Expand = false;
			w6.Fill = false;
			this.togglebuttonOk.Add (this.togglebuttonOkHbox);
			this.hbox2.Add (this.togglebuttonOk);
			global::Gtk.Box.BoxChild w8 = ((global::Gtk.Box.BoxChild)(this.hbox2 [this.togglebuttonOk]));
			w8.Position = 2;
			w8.Expand = false;
			w8.Fill = false;
			// Container child hbox2.Gtk.Box+BoxChild
			this.togglebuttonMissing = new global::Gtk.ToggleButton ();
			this.togglebuttonMissing.CanFocus = true;
			this.togglebuttonMissing.Name = "togglebuttonMissing";
			// Container child togglebuttonMissing.Gtk.Container+ContainerChild
			this.togglebuttonMissingHbox = new global::Gtk.HBox ();
			this.togglebuttonMissingHbox.Name = "togglebuttonMissingHbox";
			this.togglebuttonMissingHbox.Spacing = 2;
			// Container child togglebuttonMissingHbox.Gtk.Box+BoxChild
			this.togglebuttonMissingIcon = new global::MonoDevelop.Components.ImageView ();
			this.togglebuttonMissingIcon.Name = "togglebuttonMissingIcon";
			this.togglebuttonMissingIcon.IconId = "md-warning";
			this.togglebuttonMissingIcon.IconSize = ((global::Gtk.IconSize)(1));
			this.togglebuttonMissingHbox.Add (this.togglebuttonMissingIcon);
			global::Gtk.Box.BoxChild w9 = ((global::Gtk.Box.BoxChild)(this.togglebuttonMissingHbox [this.togglebuttonMissingIcon]));
			w9.Position = 0;
			w9.Expand = false;
			w9.Fill = false;
			// Container child togglebuttonMissingHbox.Gtk.Box+BoxChild
			this.togglebuttonMissingLabel = new global::Gtk.Label ();
			this.togglebuttonMissingLabel.Name = "togglebuttonMissingLabel";
			this.togglebuttonMissingLabel.LabelProp = global::Mono.Unix.Catalog.GetString ("Missing");
			this.togglebuttonMissingLabel.UseUnderline = true;
			this.togglebuttonMissingHbox.Add (this.togglebuttonMissingLabel);
			global::Gtk.Box.BoxChild w10 = ((global::Gtk.Box.BoxChild)(this.togglebuttonMissingHbox [this.togglebuttonMissingLabel]));
			w10.Position = 1;
			w10.Expand = false;
			w10.Fill = false;
			this.togglebuttonMissing.Add (this.togglebuttonMissingHbox);
			this.hbox2.Add (this.togglebuttonMissing);
			global::Gtk.Box.BoxChild w12 = ((global::Gtk.Box.BoxChild)(this.hbox2 [this.togglebuttonMissing]));
			w12.Position = 3;
			w12.Expand = false;
			w12.Fill = false;
			// Container child hbox2.Gtk.Box+BoxChild
			this.togglebuttonFuzzy = new global::Gtk.ToggleButton ();
			this.togglebuttonFuzzy.CanFocus = true;
			this.togglebuttonFuzzy.Name = "togglebuttonFuzzy";
			// Container child togglebuttonFuzzy.Gtk.Container+ContainerChild
			this.togglebuttonFuzzyHbox = new global::Gtk.HBox ();
			this.togglebuttonFuzzyHbox.Name = "togglebuttonFuzzyHbox";
			this.togglebuttonFuzzyHbox.Spacing = 2;
			// Container child togglebuttonFuzzyHbox.Gtk.Box+BoxChild
			this.togglebuttonFuzzyIcon = new global::MonoDevelop.Components.ImageView ();
			this.togglebuttonFuzzyIcon.Name = "togglebuttonFuzzyIcon";
			this.togglebuttonFuzzyIcon.IconId = "md-error";
			this.togglebuttonFuzzyIcon.IconSize = ((global::Gtk.IconSize)(1));
			this.togglebuttonFuzzyHbox.Add (this.togglebuttonFuzzyIcon);
			global::Gtk.Box.BoxChild w13 = ((global::Gtk.Box.BoxChild)(this.togglebuttonFuzzyHbox [this.togglebuttonFuzzyIcon]));
			w13.Position = 0;
			w13.Expand = false;
			w13.Fill = false;
			// Container child togglebuttonFuzzyHbox.Gtk.Box+BoxChild
			this.togglebuttonFuzzyLabel = new global::Gtk.Label ();
			this.togglebuttonFuzzyLabel.Name = "togglebuttonFuzzyLabel";
			this.togglebuttonFuzzyLabel.LabelProp = global::Mono.Unix.Catalog.GetString ("Fuzzy");
			this.togglebuttonFuzzyLabel.UseUnderline = true;
			this.togglebuttonFuzzyHbox.Add (this.togglebuttonFuzzyLabel);
			global::Gtk.Box.BoxChild w14 = ((global::Gtk.Box.BoxChild)(this.togglebuttonFuzzyHbox [this.togglebuttonFuzzyLabel]));
			w14.Position = 1;
			w14.Expand = false;
			w14.Fill = false;
			this.togglebuttonFuzzy.Add (this.togglebuttonFuzzyHbox);
			this.hbox2.Add (this.togglebuttonFuzzy);
			global::Gtk.Box.BoxChild w16 = ((global::Gtk.Box.BoxChild)(this.hbox2 [this.togglebuttonFuzzy]));
			w16.Position = 4;
			w16.Expand = false;
			w16.Fill = false;
			this.vbox7.Add (this.hbox2);
			global::Gtk.Box.BoxChild w17 = ((global::Gtk.Box.BoxChild)(this.vbox7 [this.hbox2]));
			w17.Position = 0;
			w17.Expand = false;
			w17.Fill = false;
			// Container child vbox7.Gtk.Box+BoxChild
			this.vpaned2 = new global::Gtk.VPaned ();
			this.vpaned2.CanFocus = true;
			this.vpaned2.Name = "vpaned2";
			this.vpaned2.Position = 186;
			// Container child vpaned2.Gtk.Paned+PanedChild
			this.scrolledwindow1 = new global::Gtk.ScrolledWindow ();
			this.scrolledwindow1.CanFocus = true;
			this.scrolledwindow1.Name = "scrolledwindow1";
			this.scrolledwindow1.ShadowType = ((global::Gtk.ShadowType)(1));
			// Container child scrolledwindow1.Gtk.Container+ContainerChild
			this.treeviewEntries = new global::Gtk.TreeView ();
			this.treeviewEntries.CanFocus = true;
			this.treeviewEntries.Name = "treeviewEntries";
			this.scrolledwindow1.Add (this.treeviewEntries);
			this.vpaned2.Add (this.scrolledwindow1);
			global::Gtk.Paned.PanedChild w19 = ((global::Gtk.Paned.PanedChild)(this.vpaned2 [this.scrolledwindow1]));
			w19.Resize = false;
			// Container child vpaned2.Gtk.Paned+PanedChild
			this.table1 = new global::Gtk.Table (((uint)(2)), ((uint)(2)), true);
			this.table1.Name = "table1";
			this.table1.RowSpacing = ((uint)(6));
			this.table1.ColumnSpacing = ((uint)(6));
			// Container child table1.Gtk.Table+TableChild
			this.vbox3 = new global::Gtk.VBox ();
			this.vbox3.Name = "vbox3";
			this.vbox3.Spacing = 6;
			// Container child vbox3.Gtk.Box+BoxChild
			this.label6 = new global::Gtk.Label ();
			this.label6.Name = "label6";
			this.label6.Xalign = 0F;
			this.label6.LabelProp = global::Mono.Unix.Catalog.GetString ("_Comments:");
			this.label6.UseUnderline = true;
			this.vbox3.Add (this.label6);
			global::Gtk.Box.BoxChild w20 = ((global::Gtk.Box.BoxChild)(this.vbox3 [this.label6]));
			w20.Position = 0;
			w20.Expand = false;
			w20.Fill = false;
			// Container child vbox3.Gtk.Box+BoxChild
			this.scrolledwindow3 = new global::Gtk.ScrolledWindow ();
			this.scrolledwindow3.CanFocus = true;
			this.scrolledwindow3.Name = "scrolledwindow3";
			this.scrolledwindow3.ShadowType = ((global::Gtk.ShadowType)(1));
			// Container child scrolledwindow3.Gtk.Container+ContainerChild
			this.textviewComments = new global::Gtk.TextView ();
			this.textviewComments.CanFocus = true;
			this.textviewComments.Name = "textviewComments";
			this.textviewComments.AcceptsTab = false;
			this.scrolledwindow3.Add (this.textviewComments);
			this.vbox3.Add (this.scrolledwindow3);
			global::Gtk.Box.BoxChild w22 = ((global::Gtk.Box.BoxChild)(this.vbox3 [this.scrolledwindow3]));
			w22.Position = 1;
			this.table1.Add (this.vbox3);
			global::Gtk.Table.TableChild w23 = ((global::Gtk.Table.TableChild)(this.table1 [this.vbox3]));
			w23.TopAttach = ((uint)(1));
			w23.BottomAttach = ((uint)(2));
			w23.LeftAttach = ((uint)(1));
			w23.RightAttach = ((uint)(2));
			w23.XOptions = ((global::Gtk.AttachOptions)(4));
			// Container child table1.Gtk.Table+TableChild
			this.vbox4 = new global::Gtk.VBox ();
			this.vbox4.Name = "vbox4";
			this.vbox4.Spacing = 6;
			// Container child vbox4.Gtk.Box+BoxChild
			this.label7 = new global::Gtk.Label ();
			this.label7.Name = "label7";
			this.label7.Xalign = 0F;
			this.label7.LabelProp = global::Mono.Unix.Catalog.GetString ("_Translated (msgstr):");
			this.label7.UseUnderline = true;
			this.vbox4.Add (this.label7);
			global::Gtk.Box.BoxChild w24 = ((global::Gtk.Box.BoxChild)(this.vbox4 [this.label7]));
			w24.Position = 0;
			w24.Expand = false;
			w24.Fill = false;
			// Container child vbox4.Gtk.Box+BoxChild
			this.notebookTranslated = new global::Gtk.Notebook ();
			this.notebookTranslated.CanFocus = true;
			this.notebookTranslated.Name = "notebookTranslated";
			this.notebookTranslated.CurrentPage = 0;
			// Notebook tab
			global::Gtk.Label w25 = new global::Gtk.Label ();
			w25.Visible = true;
			this.notebookTranslated.Add (w25);
			this.label1 = new global::Gtk.Label ();
			this.label1.Name = "label1";
			this.label1.LabelProp = global::Mono.Unix.Catalog.GetString ("page1");
			this.notebookTranslated.SetTabLabel (w25, this.label1);
			this.label1.ShowAll ();
			this.vbox4.Add (this.notebookTranslated);
			global::Gtk.Box.BoxChild w26 = ((global::Gtk.Box.BoxChild)(this.vbox4 [this.notebookTranslated]));
			w26.Position = 1;
			this.table1.Add (this.vbox4);
			global::Gtk.Table.TableChild w27 = ((global::Gtk.Table.TableChild)(this.table1 [this.vbox4]));
			w27.TopAttach = ((uint)(1));
			w27.BottomAttach = ((uint)(2));
			w27.XOptions = ((global::Gtk.AttachOptions)(4));
			w27.YOptions = ((global::Gtk.AttachOptions)(4));
			// Container child table1.Gtk.Table+TableChild
			this.vbox5 = new global::Gtk.VBox ();
			this.vbox5.Name = "vbox5";
			this.vbox5.Spacing = 6;
			// Container child vbox5.Gtk.Box+BoxChild
			this.hbox3 = new global::Gtk.HBox ();
			this.hbox3.Name = "hbox3";
			this.hbox3.Spacing = 6;
			// Container child hbox3.Gtk.Box+BoxChild
			this.label8 = new global::Gtk.Label ();
			this.label8.Name = "label8";
			this.label8.Xalign = 0F;
			this.label8.LabelProp = global::Mono.Unix.Catalog.GetString ("Original (msgid):");
			this.hbox3.Add (this.label8);
			global::Gtk.Box.BoxChild w28 = ((global::Gtk.Box.BoxChild)(this.hbox3 [this.label8]));
			w28.Position = 0;
			// Container child hbox3.Gtk.Box+BoxChild
			this.checkbuttonWhiteSpaces = new global::Gtk.CheckButton ();
			this.checkbuttonWhiteSpaces.CanFocus = true;
			this.checkbuttonWhiteSpaces.Name = "checkbuttonWhiteSpaces";
			this.checkbuttonWhiteSpaces.Label = global::Mono.Unix.Catalog.GetString ("S_how whitespaces");
			this.checkbuttonWhiteSpaces.DrawIndicator = true;
			this.checkbuttonWhiteSpaces.UseUnderline = true;
			this.hbox3.Add (this.checkbuttonWhiteSpaces);
			global::Gtk.Box.BoxChild w29 = ((global::Gtk.Box.BoxChild)(this.hbox3 [this.checkbuttonWhiteSpaces]));
			w29.Position = 1;
			w29.Expand = false;
			this.vbox5.Add (this.hbox3);
			global::Gtk.Box.BoxChild w30 = ((global::Gtk.Box.BoxChild)(this.vbox5 [this.hbox3]));
			w30.Position = 0;
			w30.Expand = false;
			w30.Fill = false;
			// Container child vbox5.Gtk.Box+BoxChild
			this.scrolledwindowOriginal = new global::Gtk.ScrolledWindow ();
			this.scrolledwindowOriginal.CanFocus = true;
			this.scrolledwindowOriginal.Name = "scrolledwindowOriginal";
			this.scrolledwindowOriginal.ShadowType = ((global::Gtk.ShadowType)(1));
			this.vbox5.Add (this.scrolledwindowOriginal);
			global::Gtk.Box.BoxChild w31 = ((global::Gtk.Box.BoxChild)(this.vbox5 [this.scrolledwindowOriginal]));
			w31.Position = 1;
			// Container child vbox5.Gtk.Box+BoxChild
			this.vbox8 = new global::Gtk.VBox ();
			this.vbox8.Name = "vbox8";
			this.vbox8.Spacing = 6;
			// Container child vbox8.Gtk.Box+BoxChild
			this.label9 = new global::Gtk.Label ();
			this.label9.Name = "label9";
			this.label9.Xalign = 0F;
			this.label9.LabelProp = global::Mono.Unix.Catalog.GetString ("Original plural (msgid_plural):");
			this.vbox8.Add (this.label9);
			global::Gtk.Box.BoxChild w32 = ((global::Gtk.Box.BoxChild)(this.vbox8 [this.label9]));
			w32.Position = 0;
			w32.Expand = false;
			w32.Fill = false;
			// Container child vbox8.Gtk.Box+BoxChild
			this.scrolledwindowPlural = new global::Gtk.ScrolledWindow ();
			this.scrolledwindowPlural.CanFocus = true;
			this.scrolledwindowPlural.Name = "scrolledwindowPlural";
			this.scrolledwindowPlural.ShadowType = ((global::Gtk.ShadowType)(1));
			this.vbox8.Add (this.scrolledwindowPlural);
			global::Gtk.Box.BoxChild w33 = ((global::Gtk.Box.BoxChild)(this.vbox8 [this.scrolledwindowPlural]));
			w33.Position = 1;
			this.vbox5.Add (this.vbox8);
			global::Gtk.Box.BoxChild w34 = ((global::Gtk.Box.BoxChild)(this.vbox5 [this.vbox8]));
			w34.Position = 2;
			this.table1.Add (this.vbox5);
			// Container child table1.Gtk.Table+TableChild
			this.vbox6 = new global::Gtk.VBox ();
			this.vbox6.Name = "vbox6";
			this.vbox6.Spacing = 6;
			// Container child vbox6.Gtk.Box+BoxChild
			this.label4 = new global::Gtk.Label ();
			this.label4.Name = "label4";
			this.label4.Xalign = 0F;
			this.label4.LabelProp = global::Mono.Unix.Catalog.GetString ("F_ound in:");
			this.label4.UseUnderline = true;
			this.vbox6.Add (this.label4);
			global::Gtk.Box.BoxChild w36 = ((global::Gtk.Box.BoxChild)(this.vbox6 [this.label4]));
			w36.Position = 0;
			w36.Expand = false;
			w36.Fill = false;
			// Container child vbox6.Gtk.Box+BoxChild
			this.scrolledwindow2 = new global::Gtk.ScrolledWindow ();
			this.scrolledwindow2.CanFocus = true;
			this.scrolledwindow2.Name = "scrolledwindow2";
			this.scrolledwindow2.ShadowType = ((global::Gtk.ShadowType)(1));
			// Container child scrolledwindow2.Gtk.Container+ContainerChild
			this.treeviewFoundIn = new global::Gtk.TreeView ();
			this.treeviewFoundIn.CanFocus = true;
			this.treeviewFoundIn.Name = "treeviewFoundIn";
			this.scrolledwindow2.Add (this.treeviewFoundIn);
			this.vbox6.Add (this.scrolledwindow2);
			global::Gtk.Box.BoxChild w38 = ((global::Gtk.Box.BoxChild)(this.vbox6 [this.scrolledwindow2]));
			w38.Position = 1;
			this.table1.Add (this.vbox6);
			global::Gtk.Table.TableChild w39 = ((global::Gtk.Table.TableChild)(this.table1 [this.vbox6]));
			w39.LeftAttach = ((uint)(1));
			w39.RightAttach = ((uint)(2));
			w39.XOptions = ((global::Gtk.AttachOptions)(4));
			w39.YOptions = ((global::Gtk.AttachOptions)(4));
			this.vpaned2.Add (this.table1);
			global::Gtk.Paned.PanedChild w40 = ((global::Gtk.Paned.PanedChild)(this.vpaned2 [this.table1]));
			w40.Resize = false;
			this.vbox7.Add (this.vpaned2);
			global::Gtk.Box.BoxChild w41 = ((global::Gtk.Box.BoxChild)(this.vbox7 [this.vpaned2]));
			w41.Position = 1;
			this.notebookPages.Add (this.vbox7);
			// Notebook tab
			this.label5 = new global::Gtk.Label ();
			this.label5.Name = "label5";
			this.label5.LabelProp = global::Mono.Unix.Catalog.GetString ("page1");
			this.notebookPages.SetTabLabel (this.vbox7, this.label5);
			this.label5.ShowAll ();
			this.vbox2.Add (this.notebookPages);
			global::Gtk.Box.BoxChild w43 = ((global::Gtk.Box.BoxChild)(this.vbox2 [this.notebookPages]));
			w43.Position = 0;
			// Container child vbox2.Gtk.Box+BoxChild
			this.hbox1 = new global::Gtk.HBox ();
			this.hbox1.Name = "hbox1";
			this.hbox1.Spacing = 6;
			// Container child hbox1.Gtk.Box+BoxChild
			this.UIManager.AddUiFromString ("<ui><toolbar name='toolbarPages'/></ui>");
			this.toolbarPages = ((global::Gtk.Toolbar)(this.UIManager.GetWidget ("/toolbarPages")));
			this.toolbarPages.Name = "toolbarPages";
			this.toolbarPages.ShowArrow = false;
			this.toolbarPages.ToolbarStyle = ((global::Gtk.ToolbarStyle)(0));
			this.toolbarPages.IconSize = ((global::Gtk.IconSize)(3));
			this.hbox1.Add (this.toolbarPages);
			global::Gtk.Box.BoxChild w44 = ((global::Gtk.Box.BoxChild)(this.hbox1 [this.toolbarPages]));
			w44.Position = 0;
			// Container child hbox1.Gtk.Box+BoxChild
			this.progressbar1 = new global::Gtk.ProgressBar ();
			this.progressbar1.Name = "progressbar1";
			this.hbox1.Add (this.progressbar1);
			global::Gtk.Box.BoxChild w45 = ((global::Gtk.Box.BoxChild)(this.hbox1 [this.progressbar1]));
			w45.Position = 1;
			this.vbox2.Add (this.hbox1);
			global::Gtk.Box.BoxChild w46 = ((global::Gtk.Box.BoxChild)(this.vbox2 [this.hbox1]));
			w46.Position = 1;
			w46.Expand = false;
			w46.Fill = false;
			this.Add (this.vbox2);
			if ((this.Child != null)) {
				this.Child.ShowAll ();
			}
			w1.SetUiManager (UIManager);
			this.label6.MnemonicWidget = this.textviewComments;
			this.label7.MnemonicWidget = this.notebookTranslated;
			this.label4.MnemonicWidget = this.treeviewFoundIn;
			this.Show ();
		}
コード例 #16
0
 protected virtual void Build()
 {
     MonoDevelop.Components.Gui.Initialize(this);
     // Widget MonoDevelop.Refactoring.Rename.RenameItemDialog
     this.Name           = "MonoDevelop.Refactoring.Rename.RenameItemDialog";
     this.Title          = global::Mono.Unix.Catalog.GetString("Rename {0}");
     this.WindowPosition = ((global::Gtk.WindowPosition)(4));
     this.BorderWidth    = ((uint)(6));
     // Internal child MonoDevelop.Refactoring.Rename.RenameItemDialog.VBox
     global::Gtk.VBox w1 = this.VBox;
     w1.Name        = "dialog1_VBox";
     w1.BorderWidth = ((uint)(2));
     // Container child dialog1_VBox.Gtk.Box+BoxChild
     this.vbox             = new global::Gtk.VBox();
     this.vbox.Name        = "vbox";
     this.vbox.Spacing     = 6;
     this.vbox.BorderWidth = ((uint)(6));
     // Container child vbox.Gtk.Box+BoxChild
     this.hbox         = new global::Gtk.HBox();
     this.hbox.Name    = "hbox";
     this.hbox.Spacing = 6;
     // Container child hbox.Gtk.Box+BoxChild
     this.labelNewName              = new global::Gtk.Label();
     this.labelNewName.Name         = "labelNewName";
     this.labelNewName.LabelProp    = global::Mono.Unix.Catalog.GetString("New na_me:");
     this.labelNewName.UseUnderline = true;
     this.hbox.Add(this.labelNewName);
     global::Gtk.Box.BoxChild w2 = ((global::Gtk.Box.BoxChild)(this.hbox [this.labelNewName]));
     w2.Position = 0;
     w2.Expand   = false;
     w2.Fill     = false;
     // Container child hbox.Gtk.Box+BoxChild
     this.entry               = new global::Gtk.Entry();
     this.entry.CanFocus      = true;
     this.entry.Name          = "entry";
     this.entry.IsEditable    = true;
     this.entry.InvisibleChar = '●';
     this.hbox.Add(this.entry);
     global::Gtk.Box.BoxChild w3 = ((global::Gtk.Box.BoxChild)(this.hbox [this.entry]));
     w3.Position = 1;
     this.vbox.Add(this.hbox);
     global::Gtk.Box.BoxChild w4 = ((global::Gtk.Box.BoxChild)(this.vbox [this.hbox]));
     w4.Position = 0;
     w4.Expand   = false;
     w4.Fill     = false;
     // Container child vbox.Gtk.Box+BoxChild
     this.renameFileFlag               = new global::Gtk.CheckButton();
     this.renameFileFlag.CanFocus      = true;
     this.renameFileFlag.Name          = "renameFileFlag";
     this.renameFileFlag.Label         = global::Mono.Unix.Catalog.GetString("Rename file that contains public class");
     this.renameFileFlag.Active        = true;
     this.renameFileFlag.DrawIndicator = true;
     this.renameFileFlag.UseUnderline  = true;
     this.vbox.Add(this.renameFileFlag);
     global::Gtk.Box.BoxChild w5 = ((global::Gtk.Box.BoxChild)(this.vbox [this.renameFileFlag]));
     w5.Position = 1;
     w5.Expand   = false;
     w5.Fill     = false;
     // Container child vbox.Gtk.Box+BoxChild
     this.includeOverloadsCheckbox               = new global::Gtk.CheckButton();
     this.includeOverloadsCheckbox.CanFocus      = true;
     this.includeOverloadsCheckbox.Name          = "includeOverloadsCheckbox";
     this.includeOverloadsCheckbox.Label         = global::Mono.Unix.Catalog.GetString("Include overloads");
     this.includeOverloadsCheckbox.Active        = true;
     this.includeOverloadsCheckbox.DrawIndicator = true;
     this.includeOverloadsCheckbox.UseUnderline  = true;
     this.vbox.Add(this.includeOverloadsCheckbox);
     global::Gtk.Box.BoxChild w6 = ((global::Gtk.Box.BoxChild)(this.vbox [this.includeOverloadsCheckbox]));
     w6.Position = 2;
     w6.Expand   = false;
     w6.Fill     = false;
     // Container child vbox.Gtk.Box+BoxChild
     this.hbox1         = new global::Gtk.HBox();
     this.hbox1.Name    = "hbox1";
     this.hbox1.Spacing = 6;
     // Container child hbox1.Gtk.Box+BoxChild
     this.imageWarning          = new global::MonoDevelop.Components.ImageView();
     this.imageWarning.Name     = "imageWarning";
     this.imageWarning.IconId   = "md-warning";
     this.imageWarning.IconSize = ((global::Gtk.IconSize)(4));
     this.hbox1.Add(this.imageWarning);
     global::Gtk.Box.BoxChild w7 = ((global::Gtk.Box.BoxChild)(this.hbox1 [this.imageWarning]));
     w7.Position = 0;
     w7.Expand   = false;
     w7.Fill     = false;
     // Container child hbox1.Gtk.Box+BoxChild
     this.labelWarning      = new global::Gtk.Label();
     this.labelWarning.Name = "labelWarning";
     this.hbox1.Add(this.labelWarning);
     global::Gtk.Box.BoxChild w8 = ((global::Gtk.Box.BoxChild)(this.hbox1 [this.labelWarning]));
     w8.Position = 1;
     w8.Expand   = false;
     w8.Fill     = false;
     this.vbox.Add(this.hbox1);
     global::Gtk.Box.BoxChild w9 = ((global::Gtk.Box.BoxChild)(this.vbox [this.hbox1]));
     w9.Position = 3;
     w9.Expand   = false;
     w9.Fill     = false;
     w1.Add(this.vbox);
     global::Gtk.Box.BoxChild w10 = ((global::Gtk.Box.BoxChild)(w1 [this.vbox]));
     w10.Position = 0;
     w10.Expand   = false;
     w10.Fill     = false;
     // Internal child MonoDevelop.Refactoring.Rename.RenameItemDialog.ActionArea
     global::Gtk.HButtonBox w11 = this.ActionArea;
     w11.Name        = "dialog1_ActionArea";
     w11.Spacing     = 10;
     w11.BorderWidth = ((uint)(5));
     w11.LayoutStyle = ((global::Gtk.ButtonBoxStyle)(4));
     // Container child dialog1_ActionArea.Gtk.ButtonBox+ButtonBoxChild
     this.buttonCancel              = new global::Gtk.Button();
     this.buttonCancel.CanDefault   = true;
     this.buttonCancel.CanFocus     = true;
     this.buttonCancel.Name         = "buttonCancel";
     this.buttonCancel.UseStock     = true;
     this.buttonCancel.UseUnderline = true;
     this.buttonCancel.Label        = "gtk-cancel";
     this.AddActionWidget(this.buttonCancel, -6);
     global::Gtk.ButtonBox.ButtonBoxChild w12 = ((global::Gtk.ButtonBox.ButtonBoxChild)(w11 [this.buttonCancel]));
     w12.Expand = false;
     w12.Fill   = false;
     // Container child dialog1_ActionArea.Gtk.ButtonBox+ButtonBoxChild
     this.buttonPreview              = new global::Gtk.Button();
     this.buttonPreview.CanFocus     = true;
     this.buttonPreview.Name         = "buttonPreview";
     this.buttonPreview.UseUnderline = true;
     this.buttonPreview.Label        = global::Mono.Unix.Catalog.GetString("_Preview");
     this.AddActionWidget(this.buttonPreview, 0);
     global::Gtk.ButtonBox.ButtonBoxChild w13 = ((global::Gtk.ButtonBox.ButtonBoxChild)(w11 [this.buttonPreview]));
     w13.Position = 1;
     w13.Expand   = false;
     w13.Fill     = false;
     // Container child dialog1_ActionArea.Gtk.ButtonBox+ButtonBoxChild
     this.buttonOk              = new global::Gtk.Button();
     this.buttonOk.CanDefault   = true;
     this.buttonOk.CanFocus     = true;
     this.buttonOk.Name         = "buttonOk";
     this.buttonOk.UseStock     = true;
     this.buttonOk.UseUnderline = true;
     this.buttonOk.Label        = "gtk-ok";
     this.AddActionWidget(this.buttonOk, -5);
     global::Gtk.ButtonBox.ButtonBoxChild w14 = ((global::Gtk.ButtonBox.ButtonBoxChild)(w11 [this.buttonOk]));
     w14.Position = 2;
     w14.Expand   = false;
     w14.Fill     = false;
     if ((this.Child != null))
     {
         this.Child.ShowAll();
     }
     this.DefaultWidth  = 365;
     this.DefaultHeight = 174;
     this.labelNewName.MnemonicWidget = this.entry;
     this.renameFileFlag.Hide();
     this.includeOverloadsCheckbox.Hide();
     this.Hide();
 }
コード例 #17
0
 protected virtual void Build()
 {
     global::Stetic.Gui.Initialize(this);
     // Widget MonoDevelop.Ide.Projects.AddExternalFileDialog
     this.Name           = "MonoDevelop.Ide.Projects.AddExternalFileDialog";
     this.Title          = global::Mono.Unix.Catalog.GetString("Add File to Folder");
     this.WindowPosition = ((global::Gtk.WindowPosition)(4));
     // Internal child MonoDevelop.Ide.Projects.AddExternalFileDialog.VBox
     global::Gtk.VBox w1 = this.VBox;
     w1.Name        = "dialog1_VBox";
     w1.BorderWidth = ((uint)(2));
     // Container child dialog1_VBox.Gtk.Box+BoxChild
     this.hbox1             = new global::Gtk.HBox();
     this.hbox1.Name        = "hbox1";
     this.hbox1.Spacing     = 6;
     this.hbox1.BorderWidth = ((uint)(9));
     // Container child hbox1.Gtk.Box+BoxChild
     this.vbox3         = new global::Gtk.VBox();
     this.vbox3.Name    = "vbox3";
     this.vbox3.Spacing = 6;
     // Container child vbox3.Gtk.Box+BoxChild
     this.iconQuestion          = new global::MonoDevelop.Components.ImageView();
     this.iconQuestion.Name     = "iconQuestion";
     this.iconQuestion.IconId   = "gtk-dialog-question";
     this.iconQuestion.IconSize = ((global::Gtk.IconSize)(6));
     this.vbox3.Add(this.iconQuestion);
     global::Gtk.Box.BoxChild w2 = ((global::Gtk.Box.BoxChild)(this.vbox3 [this.iconQuestion]));
     w2.Position = 0;
     w2.Expand   = false;
     w2.Fill     = false;
     this.hbox1.Add(this.vbox3);
     global::Gtk.Box.BoxChild w3 = ((global::Gtk.Box.BoxChild)(this.hbox1 [this.vbox3]));
     w3.Position = 0;
     w3.Expand   = false;
     w3.Fill     = false;
     // Container child hbox1.Gtk.Box+BoxChild
     this.vbox2             = new global::Gtk.VBox();
     this.vbox2.Name        = "vbox2";
     this.vbox2.Spacing     = 18;
     this.vbox2.BorderWidth = ((uint)(3));
     // Container child vbox2.Gtk.Box+BoxChild
     this.labelTitle = new global::Gtk.Label();
     this.labelTitle.WidthRequest = 450;
     this.labelTitle.Name         = "labelTitle";
     this.labelTitle.Xalign       = 0F;
     this.labelTitle.LabelProp    = global::Mono.Unix.Catalog.GetString("The file {0} is outside the target directory. What would you like to do?");
     this.labelTitle.UseMarkup    = true;
     this.labelTitle.Wrap         = true;
     this.vbox2.Add(this.labelTitle);
     global::Gtk.Box.BoxChild w4 = ((global::Gtk.Box.BoxChild)(this.vbox2 [this.labelTitle]));
     w4.Position = 0;
     w4.Expand   = false;
     w4.Fill     = false;
     // Container child vbox2.Gtk.Box+BoxChild
     this.alignment1             = new global::Gtk.Alignment(0.5F, 0.5F, 1F, 1F);
     this.alignment1.Name        = "alignment1";
     this.alignment1.LeftPadding = ((uint)(20));
     // Container child alignment1.Gtk.Container+ContainerChild
     this.vbox4         = new global::Gtk.VBox();
     this.vbox4.Name    = "vbox4";
     this.vbox4.Spacing = 6;
     // Container child vbox4.Gtk.Box+BoxChild
     this.radioKeep               = new global::Gtk.RadioButton("");
     this.radioKeep.CanFocus      = true;
     this.radioKeep.Name          = "radioKeep";
     this.radioKeep.DrawIndicator = true;
     this.radioKeep.UseUnderline  = true;
     this.radioKeep.Group         = new global::GLib.SList(global::System.IntPtr.Zero);
     this.radioKeep.Remove(this.radioKeep.Child);
     // Container child radioKeep.Gtk.Container+ContainerChild
     this.labelKeep = new global::Gtk.Label();
     this.labelKeep.WidthRequest = 376;
     this.labelKeep.Name         = "labelKeep";
     this.labelKeep.LabelProp    = global::Mono.Unix.Catalog.GetString("<b>Keep</b> the file in its the current subdirectory ({0})");
     this.labelKeep.UseMarkup    = true;
     this.labelKeep.Wrap         = true;
     this.radioKeep.Add(this.labelKeep);
     this.vbox4.Add(this.radioKeep);
     global::Gtk.Box.BoxChild w6 = ((global::Gtk.Box.BoxChild)(this.vbox4 [this.radioKeep]));
     w6.Position = 0;
     w6.Expand   = false;
     w6.Fill     = false;
     // Container child vbox4.Gtk.Box+BoxChild
     this.radioCopy               = new global::Gtk.RadioButton("");
     this.radioCopy.CanFocus      = true;
     this.radioCopy.Name          = "radioCopy";
     this.radioCopy.DrawIndicator = true;
     this.radioCopy.UseUnderline  = true;
     this.radioCopy.Group         = this.radioKeep.Group;
     this.radioCopy.Remove(this.radioCopy.Child);
     // Container child radioCopy.Gtk.Container+ContainerChild
     this.label4           = new global::Gtk.Label();
     this.label4.Name      = "label4";
     this.label4.LabelProp = global::Mono.Unix.Catalog.GetString("<b>Copy</b> the file to the directory");
     this.label4.UseMarkup = true;
     this.radioCopy.Add(this.label4);
     this.vbox4.Add(this.radioCopy);
     global::Gtk.Box.BoxChild w8 = ((global::Gtk.Box.BoxChild)(this.vbox4 [this.radioCopy]));
     w8.Position = 1;
     w8.Expand   = false;
     w8.Fill     = false;
     // Container child vbox4.Gtk.Box+BoxChild
     this.radioMove               = new global::Gtk.RadioButton("");
     this.radioMove.CanFocus      = true;
     this.radioMove.Name          = "radioMove";
     this.radioMove.DrawIndicator = true;
     this.radioMove.UseUnderline  = true;
     this.radioMove.Group         = this.radioKeep.Group;
     this.radioMove.Remove(this.radioMove.Child);
     // Container child radioMove.Gtk.Container+ContainerChild
     this.label5           = new global::Gtk.Label();
     this.label5.Name      = "label5";
     this.label5.LabelProp = global::Mono.Unix.Catalog.GetString("<b>Move</b> the file to the directory");
     this.label5.UseMarkup = true;
     this.radioMove.Add(this.label5);
     this.vbox4.Add(this.radioMove);
     global::Gtk.Box.BoxChild w10 = ((global::Gtk.Box.BoxChild)(this.vbox4 [this.radioMove]));
     w10.Position = 2;
     w10.Expand   = false;
     w10.Fill     = false;
     // Container child vbox4.Gtk.Box+BoxChild
     this.radioLink               = new global::Gtk.RadioButton("");
     this.radioLink.CanFocus      = true;
     this.radioLink.Name          = "radioLink";
     this.radioLink.DrawIndicator = true;
     this.radioLink.UseUnderline  = true;
     this.radioLink.Group         = this.radioKeep.Group;
     this.radioLink.Remove(this.radioLink.Child);
     // Container child radioLink.Gtk.Container+ContainerChild
     this.label6           = new global::Gtk.Label();
     this.label6.Name      = "label6";
     this.label6.LabelProp = global::Mono.Unix.Catalog.GetString("<b>Add a link</b> to the file");
     this.label6.UseMarkup = true;
     this.radioLink.Add(this.label6);
     this.vbox4.Add(this.radioLink);
     global::Gtk.Box.BoxChild w12 = ((global::Gtk.Box.BoxChild)(this.vbox4 [this.radioLink]));
     w12.Position = 3;
     w12.Expand   = false;
     w12.Fill     = false;
     this.alignment1.Add(this.vbox4);
     this.vbox2.Add(this.alignment1);
     global::Gtk.Box.BoxChild w14 = ((global::Gtk.Box.BoxChild)(this.vbox2 [this.alignment1]));
     w14.Position = 1;
     w14.Expand   = false;
     w14.Fill     = false;
     // Container child vbox2.Gtk.Box+BoxChild
     this.checkApplyAll               = new global::Gtk.CheckButton();
     this.checkApplyAll.CanFocus      = true;
     this.checkApplyAll.Name          = "checkApplyAll";
     this.checkApplyAll.Label         = global::Mono.Unix.Catalog.GetString("Use the same action for all selected files");
     this.checkApplyAll.DrawIndicator = true;
     this.checkApplyAll.UseUnderline  = true;
     this.vbox2.Add(this.checkApplyAll);
     global::Gtk.Box.BoxChild w15 = ((global::Gtk.Box.BoxChild)(this.vbox2 [this.checkApplyAll]));
     w15.Position = 2;
     w15.Expand   = false;
     w15.Fill     = false;
     this.hbox1.Add(this.vbox2);
     global::Gtk.Box.BoxChild w16 = ((global::Gtk.Box.BoxChild)(this.hbox1 [this.vbox2]));
     w16.Position = 1;
     w16.Expand   = false;
     w16.Fill     = false;
     w1.Add(this.hbox1);
     global::Gtk.Box.BoxChild w17 = ((global::Gtk.Box.BoxChild)(w1 [this.hbox1]));
     w17.Position = 0;
     // Internal child MonoDevelop.Ide.Projects.AddExternalFileDialog.ActionArea
     global::Gtk.HButtonBox w18 = this.ActionArea;
     w18.Name        = "dialog1_ActionArea";
     w18.Spacing     = 10;
     w18.BorderWidth = ((uint)(11));
     w18.LayoutStyle = ((global::Gtk.ButtonBoxStyle)(4));
     // Container child dialog1_ActionArea.Gtk.ButtonBox+ButtonBoxChild
     this.buttonCancel              = new global::Gtk.Button();
     this.buttonCancel.CanDefault   = true;
     this.buttonCancel.CanFocus     = true;
     this.buttonCancel.Name         = "buttonCancel";
     this.buttonCancel.UseStock     = true;
     this.buttonCancel.UseUnderline = true;
     this.buttonCancel.Label        = "gtk-cancel";
     this.AddActionWidget(this.buttonCancel, -6);
     global::Gtk.ButtonBox.ButtonBoxChild w19 = ((global::Gtk.ButtonBox.ButtonBoxChild)(w18 [this.buttonCancel]));
     w19.Expand = false;
     w19.Fill   = false;
     // Container child dialog1_ActionArea.Gtk.ButtonBox+ButtonBoxChild
     this.buttonOk              = new global::Gtk.Button();
     this.buttonOk.CanDefault   = true;
     this.buttonOk.CanFocus     = true;
     this.buttonOk.Name         = "buttonOk";
     this.buttonOk.UseStock     = true;
     this.buttonOk.UseUnderline = true;
     this.buttonOk.Label        = "gtk-ok";
     this.AddActionWidget(this.buttonOk, -5);
     global::Gtk.ButtonBox.ButtonBoxChild w20 = ((global::Gtk.ButtonBox.ButtonBoxChild)(w18 [this.buttonOk]));
     w20.Position = 1;
     w20.Expand   = false;
     w20.Fill     = false;
     if ((this.Child != null))
     {
         this.Child.ShowAll();
     }
     this.DefaultWidth  = 536;
     this.DefaultHeight = 286;
     this.radioKeep.Hide();
     this.checkApplyAll.Hide();
     this.Show();
 }
コード例 #18
0
		protected virtual void Build ()
		{
			global::Stetic.Gui.Initialize (this);
			// Widget CBinding.EditPackagesDialog
			this.Name = "CBinding.EditPackagesDialog";
			this.Title = global::Mono.Unix.Catalog.GetString ("Edit packages");
			this.Modal = true;
			// Internal child CBinding.EditPackagesDialog.VBox
			global::Gtk.VBox w1 = this.VBox;
			w1.Name = "dialog1_VBox";
			w1.BorderWidth = ((uint)(2));
			// Container child dialog1_VBox.Gtk.Box+BoxChild
			this.vpaned1 = new global::Gtk.VPaned ();
			this.vpaned1.CanFocus = true;
			this.vpaned1.Name = "vpaned1";
			this.vpaned1.Position = 183;
			this.vpaned1.BorderWidth = ((uint)(6));
			// Container child vpaned1.Gtk.Paned+PanedChild
			this.hbox1 = new global::Gtk.HBox ();
			this.hbox1.Name = "hbox1";
			this.hbox1.Spacing = 6;
			// Container child hbox1.Gtk.Box+BoxChild
			this.notebook1 = new global::Gtk.Notebook ();
			this.notebook1.CanFocus = true;
			this.notebook1.Name = "notebook1";
			this.notebook1.CurrentPage = 0;
			// Container child notebook1.Gtk.Notebook+NotebookChild
			this.scrolledwindow1 = new global::Gtk.ScrolledWindow ();
			this.scrolledwindow1.CanFocus = true;
			this.scrolledwindow1.Name = "scrolledwindow1";
			this.scrolledwindow1.ShadowType = ((global::Gtk.ShadowType)(1));
			// Container child scrolledwindow1.Gtk.Container+ContainerChild
			this.normalPackageTreeView = new global::Gtk.TreeView ();
			this.normalPackageTreeView.CanFocus = true;
			this.normalPackageTreeView.Name = "normalPackageTreeView";
			this.scrolledwindow1.Add (this.normalPackageTreeView);
			this.notebook1.Add (this.scrolledwindow1);
			// Notebook tab
			this.labelSystemPackages = new global::Gtk.Label ();
			this.labelSystemPackages.Name = "labelSystemPackages";
			this.labelSystemPackages.LabelProp = global::Mono.Unix.Catalog.GetString ("System Packages");
			this.notebook1.SetTabLabel (this.scrolledwindow1, this.labelSystemPackages);
			this.labelSystemPackages.ShowAll ();
			// Container child notebook1.Gtk.Notebook+NotebookChild
			this.scrolledwindow3 = new global::Gtk.ScrolledWindow ();
			this.scrolledwindow3.CanFocus = true;
			this.scrolledwindow3.Name = "scrolledwindow3";
			this.scrolledwindow3.ShadowType = ((global::Gtk.ShadowType)(1));
			// Container child scrolledwindow3.Gtk.Container+ContainerChild
			this.projectPackageTreeView = new global::Gtk.TreeView ();
			this.projectPackageTreeView.CanFocus = true;
			this.projectPackageTreeView.Name = "projectPackageTreeView";
			this.scrolledwindow3.Add (this.projectPackageTreeView);
			this.notebook1.Add (this.scrolledwindow3);
			global::Gtk.Notebook.NotebookChild w5 = ((global::Gtk.Notebook.NotebookChild)(this.notebook1 [this.scrolledwindow3]));
			w5.Position = 1;
			// Notebook tab
			this.labelProjectPackages = new global::Gtk.Label ();
			this.labelProjectPackages.Name = "labelProjectPackages";
			this.labelProjectPackages.LabelProp = global::Mono.Unix.Catalog.GetString ("Project Packages");
			this.notebook1.SetTabLabel (this.scrolledwindow3, this.labelProjectPackages);
			this.labelProjectPackages.ShowAll ();
			this.hbox1.Add (this.notebook1);
			global::Gtk.Box.BoxChild w6 = ((global::Gtk.Box.BoxChild)(this.hbox1 [this.notebook1]));
			w6.Position = 0;
			// Container child hbox1.Gtk.Box+BoxChild
			this.vbox3 = new global::Gtk.VBox ();
			this.vbox3.Name = "vbox3";
			this.vbox3.Spacing = 6;
			// Container child vbox3.Gtk.Box+BoxChild
			this.fixed1 = new global::Gtk.Fixed ();
			this.fixed1.HeightRequest = 21;
			this.fixed1.Name = "fixed1";
			this.fixed1.HasWindow = false;
			this.vbox3.Add (this.fixed1);
			global::Gtk.Box.BoxChild w7 = ((global::Gtk.Box.BoxChild)(this.vbox3 [this.fixed1]));
			w7.Position = 0;
			w7.Expand = false;
			w7.Fill = false;
			// Container child vbox3.Gtk.Box+BoxChild
			this.detailsButton = new global::Gtk.Button ();
			this.detailsButton.WidthRequest = 33;
			this.detailsButton.HeightRequest = 33;
			this.detailsButton.Sensitive = false;
			this.detailsButton.CanFocus = true;
			this.detailsButton.Name = "detailsButton";
			this.detailsButton.UseUnderline = true;
			this.detailsButton.Label = global::Mono.Unix.Catalog.GetString ("...");
			this.vbox3.Add (this.detailsButton);
			global::Gtk.Box.BoxChild w8 = ((global::Gtk.Box.BoxChild)(this.vbox3 [this.detailsButton]));
			w8.Position = 1;
			w8.Expand = false;
			w8.Fill = false;
			this.hbox1.Add (this.vbox3);
			global::Gtk.Box.BoxChild w9 = ((global::Gtk.Box.BoxChild)(this.hbox1 [this.vbox3]));
			w9.Position = 1;
			w9.Expand = false;
			w9.Fill = false;
			this.vpaned1.Add (this.hbox1);
			global::Gtk.Paned.PanedChild w10 = ((global::Gtk.Paned.PanedChild)(this.vpaned1 [this.hbox1]));
			w10.Resize = false;
			// Container child vpaned1.Gtk.Paned+PanedChild
			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.label3 = new global::Gtk.Label ();
			this.label3.Name = "label3";
			this.label3.Xalign = 0F;
			this.label3.Yalign = 0F;
			this.label3.LabelProp = global::Mono.Unix.Catalog.GetString ("Selected packages:");
			this.table1.Add (this.label3);
			global::Gtk.Table.TableChild w11 = ((global::Gtk.Table.TableChild)(this.table1 [this.label3]));
			w11.YOptions = ((global::Gtk.AttachOptions)(4));
			// Container child table1.Gtk.Table+TableChild
			this.scrolledwindow2 = new global::Gtk.ScrolledWindow ();
			this.scrolledwindow2.CanFocus = true;
			this.scrolledwindow2.Name = "scrolledwindow2";
			this.scrolledwindow2.ShadowType = ((global::Gtk.ShadowType)(1));
			// Container child scrolledwindow2.Gtk.Container+ContainerChild
			this.selectedPackageTreeView = new global::Gtk.TreeView ();
			this.selectedPackageTreeView.CanFocus = true;
			this.selectedPackageTreeView.Name = "selectedPackageTreeView";
			this.scrolledwindow2.Add (this.selectedPackageTreeView);
			this.table1.Add (this.scrolledwindow2);
			global::Gtk.Table.TableChild w13 = ((global::Gtk.Table.TableChild)(this.table1 [this.scrolledwindow2]));
			w13.TopAttach = ((uint)(1));
			w13.BottomAttach = ((uint)(2));
			w13.XOptions = ((global::Gtk.AttachOptions)(4));
			// Container child table1.Gtk.Table+TableChild
			this.vbox2 = new global::Gtk.VBox ();
			this.vbox2.Name = "vbox2";
			this.vbox2.Spacing = 6;
			// Container child vbox2.Gtk.Box+BoxChild
			this.removeButton = new global::Gtk.Button ();
			this.removeButton.TooltipMarkup = "Remove selected package from the project.";
			this.removeButton.WidthRequest = 33;
			this.removeButton.HeightRequest = 33;
			this.removeButton.Sensitive = false;
			this.removeButton.CanFocus = true;
			this.removeButton.Name = "removeButton";
			// Container child removeButton.Gtk.Container+ContainerChild
			this.iconRemove = new global::MonoDevelop.Components.ImageView ();
			this.iconRemove.Name = "iconRemove";
			this.iconRemove.IconId = "gtk-remove";
			this.iconRemove.IconSize = ((global::Gtk.IconSize)(1));
			this.removeButton.Add (this.iconRemove);
			this.vbox2.Add (this.removeButton);
			global::Gtk.Box.BoxChild w15 = ((global::Gtk.Box.BoxChild)(this.vbox2 [this.removeButton]));
			w15.Position = 0;
			w15.Expand = false;
			w15.Fill = false;
			this.table1.Add (this.vbox2);
			global::Gtk.Table.TableChild w16 = ((global::Gtk.Table.TableChild)(this.table1 [this.vbox2]));
			w16.TopAttach = ((uint)(1));
			w16.BottomAttach = ((uint)(2));
			w16.LeftAttach = ((uint)(1));
			w16.RightAttach = ((uint)(2));
			w16.XOptions = ((global::Gtk.AttachOptions)(4));
			this.vpaned1.Add (this.table1);
			w1.Add (this.vpaned1);
			global::Gtk.Box.BoxChild w18 = ((global::Gtk.Box.BoxChild)(w1 [this.vpaned1]));
			w18.Position = 0;
			w18.Padding = ((uint)(3));
			// Internal child CBinding.EditPackagesDialog.ActionArea
			global::Gtk.HButtonBox w19 = this.ActionArea;
			w19.Name = "dialog1_ActionArea";
			w19.Spacing = 6;
			w19.BorderWidth = ((uint)(5));
			w19.LayoutStyle = ((global::Gtk.ButtonBoxStyle)(4));
			// Container child dialog1_ActionArea.Gtk.ButtonBox+ButtonBoxChild
			this.buttonCancel = new global::Gtk.Button ();
			this.buttonCancel.CanDefault = true;
			this.buttonCancel.CanFocus = true;
			this.buttonCancel.Name = "buttonCancel";
			this.buttonCancel.UseStock = true;
			this.buttonCancel.UseUnderline = true;
			this.buttonCancel.Label = "gtk-cancel";
			this.AddActionWidget (this.buttonCancel, -6);
			global::Gtk.ButtonBox.ButtonBoxChild w20 = ((global::Gtk.ButtonBox.ButtonBoxChild)(w19 [this.buttonCancel]));
			w20.Expand = false;
			w20.Fill = false;
			// Container child dialog1_ActionArea.Gtk.ButtonBox+ButtonBoxChild
			this.buttonOk = new global::Gtk.Button ();
			this.buttonOk.CanDefault = true;
			this.buttonOk.CanFocus = true;
			this.buttonOk.Name = "buttonOk";
			this.buttonOk.UseStock = true;
			this.buttonOk.UseUnderline = true;
			this.buttonOk.Label = "gtk-ok";
			this.AddActionWidget (this.buttonOk, -5);
			global::Gtk.ButtonBox.ButtonBoxChild w21 = ((global::Gtk.ButtonBox.ButtonBoxChild)(w19 [this.buttonOk]));
			w21.Position = 1;
			w21.Expand = false;
			w21.Fill = false;
			if ((this.Child != null)) {
				this.Child.ShowAll ();
			}
			this.DefaultWidth = 580;
			this.DefaultHeight = 449;
			this.Hide ();
			this.notebook1.SwitchPage += new global::Gtk.SwitchPageHandler (this.OnNotebook1SwitchPage);
			this.normalPackageTreeView.CursorChanged += new global::System.EventHandler (this.OnNonSelectedPackageCursorChanged);
			this.projectPackageTreeView.CursorChanged += new global::System.EventHandler (this.OnNonSelectedPackageCursorChanged);
			this.detailsButton.Clicked += new global::System.EventHandler (this.OnDetailsButtonClicked);
			this.removeButton.Clicked += new global::System.EventHandler (this.OnRemoveButtonClicked);
			this.removeButton.Clicked += new global::System.EventHandler (this.OnRemoveButtonClick);
			this.selectedPackageTreeView.CursorChanged += new global::System.EventHandler (this.OnSelectedPackagesTreeViewCursorChanged);
			this.buttonCancel.Clicked += new global::System.EventHandler (this.OnCancelButtonClick);
			this.buttonOk.Clicked += new global::System.EventHandler (this.OnOkButtonClick);
		}
		protected virtual void Build ()
		{
			global::Stetic.Gui.Initialize (this);
			// Widget MonoDevelop.Ide.Projects.AddExternalFileDialog
			this.Name = "MonoDevelop.Ide.Projects.AddExternalFileDialog";
			this.Title = global::Mono.Unix.Catalog.GetString ("Add File to Folder");
			this.WindowPosition = ((global::Gtk.WindowPosition)(4));
			// Internal child MonoDevelop.Ide.Projects.AddExternalFileDialog.VBox
			global::Gtk.VBox w1 = this.VBox;
			w1.Name = "dialog1_VBox";
			w1.BorderWidth = ((uint)(2));
			// Container child dialog1_VBox.Gtk.Box+BoxChild
			this.hbox1 = new global::Gtk.HBox ();
			this.hbox1.Name = "hbox1";
			this.hbox1.Spacing = 6;
			this.hbox1.BorderWidth = ((uint)(9));
			// Container child hbox1.Gtk.Box+BoxChild
			this.vbox3 = new global::Gtk.VBox ();
			this.vbox3.Name = "vbox3";
			this.vbox3.Spacing = 6;
			// Container child vbox3.Gtk.Box+BoxChild
			this.iconQuestion = new global::MonoDevelop.Components.ImageView ();
			this.iconQuestion.Name = "iconQuestion";
			this.iconQuestion.IconId = "gtk-dialog-question";
			this.iconQuestion.IconSize = ((global::Gtk.IconSize)(6));
			this.vbox3.Add (this.iconQuestion);
			global::Gtk.Box.BoxChild w2 = ((global::Gtk.Box.BoxChild)(this.vbox3 [this.iconQuestion]));
			w2.Position = 0;
			w2.Expand = false;
			w2.Fill = false;
			this.hbox1.Add (this.vbox3);
			global::Gtk.Box.BoxChild w3 = ((global::Gtk.Box.BoxChild)(this.hbox1 [this.vbox3]));
			w3.Position = 0;
			w3.Expand = false;
			w3.Fill = false;
			// Container child hbox1.Gtk.Box+BoxChild
			this.vbox2 = new global::Gtk.VBox ();
			this.vbox2.Name = "vbox2";
			this.vbox2.Spacing = 18;
			this.vbox2.BorderWidth = ((uint)(3));
			// Container child vbox2.Gtk.Box+BoxChild
			this.labelTitle = new global::Gtk.Label ();
			this.labelTitle.WidthRequest = 450;
			this.labelTitle.Name = "labelTitle";
			this.labelTitle.Xalign = 0F;
			this.labelTitle.LabelProp = global::Mono.Unix.Catalog.GetString ("The file {0} is outside the target directory. What would you like to do?");
			this.labelTitle.UseMarkup = true;
			this.labelTitle.Wrap = true;
			this.vbox2.Add (this.labelTitle);
			global::Gtk.Box.BoxChild w4 = ((global::Gtk.Box.BoxChild)(this.vbox2 [this.labelTitle]));
			w4.Position = 0;
			w4.Expand = false;
			w4.Fill = false;
			// Container child vbox2.Gtk.Box+BoxChild
			this.alignment1 = new global::Gtk.Alignment (0.5F, 0.5F, 1F, 1F);
			this.alignment1.Name = "alignment1";
			this.alignment1.LeftPadding = ((uint)(20));
			// Container child alignment1.Gtk.Container+ContainerChild
			this.vbox4 = new global::Gtk.VBox ();
			this.vbox4.Name = "vbox4";
			this.vbox4.Spacing = 6;
			// Container child vbox4.Gtk.Box+BoxChild
			this.radioKeep = new global::Gtk.RadioButton ("");
			this.radioKeep.CanFocus = true;
			this.radioKeep.Name = "radioKeep";
			this.radioKeep.DrawIndicator = true;
			this.radioKeep.UseUnderline = true;
			this.radioKeep.Group = new global::GLib.SList (global::System.IntPtr.Zero);
			this.radioKeep.Remove (this.radioKeep.Child);
			// Container child radioKeep.Gtk.Container+ContainerChild
			this.labelKeep = new global::Gtk.Label ();
			this.labelKeep.WidthRequest = 376;
			this.labelKeep.Name = "labelKeep";
			this.labelKeep.LabelProp = global::Mono.Unix.Catalog.GetString ("<b>Keep</b> the file in its the current subdirectory ({0})");
			this.labelKeep.UseMarkup = true;
			this.labelKeep.Wrap = true;
			this.radioKeep.Add (this.labelKeep);
			this.vbox4.Add (this.radioKeep);
			global::Gtk.Box.BoxChild w6 = ((global::Gtk.Box.BoxChild)(this.vbox4 [this.radioKeep]));
			w6.Position = 0;
			w6.Expand = false;
			w6.Fill = false;
			// Container child vbox4.Gtk.Box+BoxChild
			this.radioCopy = new global::Gtk.RadioButton ("");
			this.radioCopy.CanFocus = true;
			this.radioCopy.Name = "radioCopy";
			this.radioCopy.DrawIndicator = true;
			this.radioCopy.UseUnderline = true;
			this.radioCopy.Group = this.radioKeep.Group;
			this.radioCopy.Remove (this.radioCopy.Child);
			// Container child radioCopy.Gtk.Container+ContainerChild
			this.label4 = new global::Gtk.Label ();
			this.label4.Name = "label4";
			this.label4.LabelProp = global::Mono.Unix.Catalog.GetString ("<b>Copy</b> the file to the directory");
			this.label4.UseMarkup = true;
			this.radioCopy.Add (this.label4);
			this.vbox4.Add (this.radioCopy);
			global::Gtk.Box.BoxChild w8 = ((global::Gtk.Box.BoxChild)(this.vbox4 [this.radioCopy]));
			w8.Position = 1;
			w8.Expand = false;
			w8.Fill = false;
			// Container child vbox4.Gtk.Box+BoxChild
			this.radioMove = new global::Gtk.RadioButton ("");
			this.radioMove.CanFocus = true;
			this.radioMove.Name = "radioMove";
			this.radioMove.DrawIndicator = true;
			this.radioMove.UseUnderline = true;
			this.radioMove.Group = this.radioKeep.Group;
			this.radioMove.Remove (this.radioMove.Child);
			// Container child radioMove.Gtk.Container+ContainerChild
			this.label5 = new global::Gtk.Label ();
			this.label5.Name = "label5";
			this.label5.LabelProp = global::Mono.Unix.Catalog.GetString ("<b>Move</b> the file to the directory");
			this.label5.UseMarkup = true;
			this.radioMove.Add (this.label5);
			this.vbox4.Add (this.radioMove);
			global::Gtk.Box.BoxChild w10 = ((global::Gtk.Box.BoxChild)(this.vbox4 [this.radioMove]));
			w10.Position = 2;
			w10.Expand = false;
			w10.Fill = false;
			// Container child vbox4.Gtk.Box+BoxChild
			this.radioLink = new global::Gtk.RadioButton ("");
			this.radioLink.CanFocus = true;
			this.radioLink.Name = "radioLink";
			this.radioLink.DrawIndicator = true;
			this.radioLink.UseUnderline = true;
			this.radioLink.Group = this.radioKeep.Group;
			this.radioLink.Remove (this.radioLink.Child);
			// Container child radioLink.Gtk.Container+ContainerChild
			this.label6 = new global::Gtk.Label ();
			this.label6.Name = "label6";
			this.label6.LabelProp = global::Mono.Unix.Catalog.GetString ("<b>Add a link</b> to the file");
			this.label6.UseMarkup = true;
			this.radioLink.Add (this.label6);
			this.vbox4.Add (this.radioLink);
			global::Gtk.Box.BoxChild w12 = ((global::Gtk.Box.BoxChild)(this.vbox4 [this.radioLink]));
			w12.Position = 3;
			w12.Expand = false;
			w12.Fill = false;
			this.alignment1.Add (this.vbox4);
			this.vbox2.Add (this.alignment1);
			global::Gtk.Box.BoxChild w14 = ((global::Gtk.Box.BoxChild)(this.vbox2 [this.alignment1]));
			w14.Position = 1;
			w14.Expand = false;
			w14.Fill = false;
			// Container child vbox2.Gtk.Box+BoxChild
			this.checkApplyAll = new global::Gtk.CheckButton ();
			this.checkApplyAll.CanFocus = true;
			this.checkApplyAll.Name = "checkApplyAll";
			this.checkApplyAll.Label = global::Mono.Unix.Catalog.GetString ("Use the same action for all selected files");
			this.checkApplyAll.DrawIndicator = true;
			this.checkApplyAll.UseUnderline = true;
			this.vbox2.Add (this.checkApplyAll);
			global::Gtk.Box.BoxChild w15 = ((global::Gtk.Box.BoxChild)(this.vbox2 [this.checkApplyAll]));
			w15.Position = 2;
			w15.Expand = false;
			w15.Fill = false;
			this.hbox1.Add (this.vbox2);
			global::Gtk.Box.BoxChild w16 = ((global::Gtk.Box.BoxChild)(this.hbox1 [this.vbox2]));
			w16.Position = 1;
			w16.Expand = false;
			w16.Fill = false;
			w1.Add (this.hbox1);
			global::Gtk.Box.BoxChild w17 = ((global::Gtk.Box.BoxChild)(w1 [this.hbox1]));
			w17.Position = 0;
			// Internal child MonoDevelop.Ide.Projects.AddExternalFileDialog.ActionArea
			global::Gtk.HButtonBox w18 = this.ActionArea;
			w18.Name = "dialog1_ActionArea";
			w18.Spacing = 10;
			w18.BorderWidth = ((uint)(11));
			w18.LayoutStyle = ((global::Gtk.ButtonBoxStyle)(4));
			// Container child dialog1_ActionArea.Gtk.ButtonBox+ButtonBoxChild
			this.buttonCancel = new global::Gtk.Button ();
			this.buttonCancel.CanDefault = true;
			this.buttonCancel.CanFocus = true;
			this.buttonCancel.Name = "buttonCancel";
			this.buttonCancel.UseStock = true;
			this.buttonCancel.UseUnderline = true;
			this.buttonCancel.Label = "gtk-cancel";
			this.AddActionWidget (this.buttonCancel, -6);
			global::Gtk.ButtonBox.ButtonBoxChild w19 = ((global::Gtk.ButtonBox.ButtonBoxChild)(w18 [this.buttonCancel]));
			w19.Expand = false;
			w19.Fill = false;
			// Container child dialog1_ActionArea.Gtk.ButtonBox+ButtonBoxChild
			this.buttonOk = new global::Gtk.Button ();
			this.buttonOk.CanDefault = true;
			this.buttonOk.CanFocus = true;
			this.buttonOk.Name = "buttonOk";
			this.buttonOk.UseStock = true;
			this.buttonOk.UseUnderline = true;
			this.buttonOk.Label = "gtk-ok";
			this.AddActionWidget (this.buttonOk, -5);
			global::Gtk.ButtonBox.ButtonBoxChild w20 = ((global::Gtk.ButtonBox.ButtonBoxChild)(w18 [this.buttonOk]));
			w20.Position = 1;
			w20.Expand = false;
			w20.Fill = false;
			if ((this.Child != null)) {
				this.Child.ShowAll ();
			}
			this.DefaultWidth = 536;
			this.DefaultHeight = 286;
			this.radioKeep.Hide ();
			this.checkApplyAll.Hide ();
			this.Show ();
		}
		protected virtual void Build ()
		{
			global::Stetic.Gui.Initialize (this);
			// Widget MonoDevelop.SourceEditor.SearchAndReplaceWidget
			global::Stetic.BinContainer.Attach (this);
			this.Name = "MonoDevelop.SourceEditor.SearchAndReplaceWidget";
			// Container child MonoDevelop.SourceEditor.SearchAndReplaceWidget.Gtk.Container+ContainerChild
			this.table = new global::Gtk.Table (((uint)(2)), ((uint)(2)), false);
			this.table.Name = "table";
			this.table.BorderWidth = ((uint)(4));
			// Container child table.Gtk.Table+TableChild
			this.buttonSearchMode = new global::Gtk.Button ();
			this.buttonSearchMode.CanFocus = true;
			this.buttonSearchMode.Name = "buttonSearchMode";
			// Container child buttonSearchMode.Gtk.Container+ContainerChild
			this.searchButtonModeArrow = new global::Gtk.Arrow (((global::Gtk.ArrowType)(0)), ((global::Gtk.ShadowType)(0)));
			this.searchButtonModeArrow.Name = "searchButtonModeArrow";
			this.buttonSearchMode.Add (this.searchButtonModeArrow);
			this.table.Add (this.buttonSearchMode);
			global::Gtk.Table.TableChild w2 = ((global::Gtk.Table.TableChild)(this.table [this.buttonSearchMode]));
			w2.XOptions = ((global::Gtk.AttachOptions)(4));
			w2.YOptions = ((global::Gtk.AttachOptions)(4));
			// Container child table.Gtk.Table+TableChild
			this.hbox1 = new global::Gtk.HBox ();
			this.hbox1.Name = "hbox1";
			// Container child hbox1.Gtk.Box+BoxChild
			this.searchEntry = new global::MonoDevelop.Components.SearchEntry ();
			this.searchEntry.Name = "searchEntry";
			this.searchEntry.ForceFilterButtonVisible = false;
			this.searchEntry.HasFrame = true;
			this.searchEntry.RoundedShape = false;
			this.searchEntry.IsCheckMenu = false;
			this.searchEntry.ActiveFilterID = 0;
			this.searchEntry.Ready = false;
			this.searchEntry.HasFocus = false;
			this.hbox1.Add (this.searchEntry);
			global::Gtk.Box.BoxChild w3 = ((global::Gtk.Box.BoxChild)(this.hbox1 [this.searchEntry]));
			w3.Position = 0;
			// Container child hbox1.Gtk.Box+BoxChild
			this.buttonSearchBackward = new global::Gtk.Button ();
			this.buttonSearchBackward.CanFocus = true;
			this.buttonSearchBackward.Name = "buttonSearchBackward";
			this.buttonSearchBackward.Relief = ((global::Gtk.ReliefStyle)(2));
			// Container child buttonSearchBackward.Gtk.Container+ContainerChild
			this.image2 = new global::MonoDevelop.Components.ImageView ();
			this.image2.Name = "image2";
			this.image2.IconId = "gtk-go-up";
			this.image2.IconSize = ((global::Gtk.IconSize)(1));
			this.buttonSearchBackward.Add (this.image2);
			this.hbox1.Add (this.buttonSearchBackward);
			global::Gtk.Box.BoxChild w5 = ((global::Gtk.Box.BoxChild)(this.hbox1 [this.buttonSearchBackward]));
			w5.Position = 1;
			w5.Expand = false;
			w5.Fill = false;
			// Container child hbox1.Gtk.Box+BoxChild
			this.buttonSearchForward = new global::Gtk.Button ();
			this.buttonSearchForward.CanFocus = true;
			this.buttonSearchForward.Name = "buttonSearchForward";
			this.buttonSearchForward.Relief = ((global::Gtk.ReliefStyle)(2));
			// Container child buttonSearchForward.Gtk.Container+ContainerChild
			this.image3 = new global::MonoDevelop.Components.ImageView ();
			this.image3.Name = "image3";
			this.image3.IconId = "gtk-go-down";
			this.image3.IconSize = ((global::Gtk.IconSize)(1));
			this.buttonSearchForward.Add (this.image3);
			this.hbox1.Add (this.buttonSearchForward);
			global::Gtk.Box.BoxChild w7 = ((global::Gtk.Box.BoxChild)(this.hbox1 [this.buttonSearchForward]));
			w7.Position = 2;
			w7.Expand = false;
			w7.Fill = false;
			// Container child hbox1.Gtk.Box+BoxChild
			this.closeButton = new global::Gtk.Button ();
			this.closeButton.CanFocus = true;
			this.closeButton.Name = "closeButton";
			this.closeButton.Relief = ((global::Gtk.ReliefStyle)(2));
			// Container child closeButton.Gtk.Container+ContainerChild
			this.image4 = new global::MonoDevelop.Components.ImageView ();
			this.image4.Name = "image4";
			this.image4.IconId = "gtk-close";
			this.image4.IconSize = ((global::Gtk.IconSize)(1));
			this.closeButton.Add (this.image4);
			this.hbox1.Add (this.closeButton);
			global::Gtk.Box.BoxChild w9 = ((global::Gtk.Box.BoxChild)(this.hbox1 [this.closeButton]));
			w9.Position = 3;
			w9.Expand = false;
			w9.Fill = false;
			this.table.Add (this.hbox1);
			global::Gtk.Table.TableChild w10 = ((global::Gtk.Table.TableChild)(this.table [this.hbox1]));
			w10.LeftAttach = ((uint)(1));
			w10.RightAttach = ((uint)(2));
			w10.YOptions = ((global::Gtk.AttachOptions)(4));
			// Container child table.Gtk.Table+TableChild
			this.hbox2 = new global::Gtk.HBox ();
			this.hbox2.Name = "hbox2";
			// Container child hbox2.Gtk.Box+BoxChild
			this.entryReplace = new global::Gtk.Entry ();
			this.entryReplace.CanFocus = true;
			this.entryReplace.Name = "entryReplace";
			this.entryReplace.IsEditable = true;
			this.entryReplace.InvisibleChar = '●';
			this.hbox2.Add (this.entryReplace);
			global::Gtk.Box.BoxChild w11 = ((global::Gtk.Box.BoxChild)(this.hbox2 [this.entryReplace]));
			w11.Position = 0;
			// Container child hbox2.Gtk.Box+BoxChild
			this.buttonReplace = new global::Gtk.Button ();
			this.buttonReplace.CanFocus = true;
			this.buttonReplace.Name = "buttonReplace";
			this.buttonReplace.Relief = ((global::Gtk.ReliefStyle)(2));
			// Container child buttonReplace.Gtk.Container+ContainerChild
			this.image5 = new global::MonoDevelop.Components.ImageView ();
			this.image5.Name = "image5";
			this.image5.IconId = "gtk-find-and-replace";
			this.image5.IconSize = ((global::Gtk.IconSize)(1));
			this.buttonReplace.Add (this.image5);
			this.hbox2.Add (this.buttonReplace);
			global::Gtk.Box.BoxChild w13 = ((global::Gtk.Box.BoxChild)(this.hbox2 [this.buttonReplace]));
			w13.Position = 1;
			w13.Expand = false;
			w13.Fill = false;
			// Container child hbox2.Gtk.Box+BoxChild
			this.buttonReplaceAll = new global::Gtk.Button ();
			this.buttonReplaceAll.CanFocus = true;
			this.buttonReplaceAll.Name = "buttonReplaceAll";
			this.buttonReplaceAll.Relief = ((global::Gtk.ReliefStyle)(2));
			// Container child buttonReplaceAll.Gtk.Container+ContainerChild
			this.hbox3 = new global::Gtk.HBox ();
			this.hbox3.Name = "hbox3";
			this.hbox3.Spacing = 6;
			// Container child hbox3.Gtk.Box+BoxChild
			this.image6 = new global::MonoDevelop.Components.ImageView ();
			this.image6.Name = "image6";
			this.image6.IconId = "gtk-find-and-replace";
			this.image6.IconSize = ((global::Gtk.IconSize)(1));
			this.hbox3.Add (this.image6);
			global::Gtk.Box.BoxChild w14 = ((global::Gtk.Box.BoxChild)(this.hbox3 [this.image6]));
			w14.Position = 0;
			w14.Expand = false;
			w14.Fill = false;
			// Container child hbox3.Gtk.Box+BoxChild
			this.label1 = new global::Gtk.Label ();
			this.label1.Name = "label1";
			this.label1.LabelProp = global::Mono.Unix.Catalog.GetString ("All");
			this.hbox3.Add (this.label1);
			global::Gtk.Box.BoxChild w15 = ((global::Gtk.Box.BoxChild)(this.hbox3 [this.label1]));
			w15.Position = 1;
			w15.Expand = false;
			w15.Fill = false;
			this.buttonReplaceAll.Add (this.hbox3);
			this.hbox2.Add (this.buttonReplaceAll);
			global::Gtk.Box.BoxChild w17 = ((global::Gtk.Box.BoxChild)(this.hbox2 [this.buttonReplaceAll]));
			w17.Position = 2;
			w17.Expand = false;
			w17.Fill = false;
			this.table.Add (this.hbox2);
			global::Gtk.Table.TableChild w18 = ((global::Gtk.Table.TableChild)(this.table [this.hbox2]));
			w18.TopAttach = ((uint)(1));
			w18.BottomAttach = ((uint)(2));
			w18.LeftAttach = ((uint)(1));
			w18.RightAttach = ((uint)(2));
			w18.YOptions = ((global::Gtk.AttachOptions)(4));
			this.Add (this.table);
			if ((this.Child != null)) {
				this.Child.ShowAll ();
			}
			this.Show ();
		}
コード例 #21
0
		protected virtual void Build ()
		{
			global::Stetic.Gui.Initialize (this);
			// Widget CBinding.GeneralOptionsPanel
			global::Stetic.BinContainer.Attach (this);
			this.Name = "CBinding.GeneralOptionsPanel";
			// Container child CBinding.GeneralOptionsPanel.Gtk.Container+ContainerChild
			this.table1 = new global::Gtk.Table (((uint)(5)), ((uint)(3)), false);
			this.table1.Name = "table1";
			this.table1.RowSpacing = ((uint)(6));
			this.table1.ColumnSpacing = ((uint)(6));
			// Container child table1.Gtk.Table+TableChild
			this.cCombo = global::Gtk.ComboBox.NewText ();
			this.cCombo.TooltipMarkup = "Default compiler to use for new C projects.";
			this.cCombo.Name = "cCombo";
			this.table1.Add (this.cCombo);
			global::Gtk.Table.TableChild w1 = ((global::Gtk.Table.TableChild)(this.table1 [this.cCombo]));
			w1.LeftAttach = ((uint)(1));
			w1.RightAttach = ((uint)(2));
			w1.XOptions = ((global::Gtk.AttachOptions)(4));
			w1.YOptions = ((global::Gtk.AttachOptions)(4));
			// Container child table1.Gtk.Table+TableChild
			this.cppCombo = global::Gtk.ComboBox.NewText ();
			this.cppCombo.TooltipMarkup = "Default compiler to use for new C++ projects.";
			this.cppCombo.Name = "cppCombo";
			this.table1.Add (this.cppCombo);
			global::Gtk.Table.TableChild w2 = ((global::Gtk.Table.TableChild)(this.table1 [this.cppCombo]));
			w2.TopAttach = ((uint)(1));
			w2.BottomAttach = ((uint)(2));
			w2.LeftAttach = ((uint)(1));
			w2.RightAttach = ((uint)(2));
			w2.XOptions = ((global::Gtk.AttachOptions)(4));
			w2.YOptions = ((global::Gtk.AttachOptions)(4));
			// Container child table1.Gtk.Table+TableChild
			this.ctagsBrowse = new global::Gtk.Button ();
			this.ctagsBrowse.CanFocus = true;
			this.ctagsBrowse.Name = "ctagsBrowse";
			// Container child ctagsBrowse.Gtk.Container+ContainerChild
			this.hboxBtnBrowse = new global::Gtk.HBox ();
			this.hboxBtnBrowse.Name = "hboxBtnBrowse";
			this.hboxBtnBrowse.Spacing = 2;
			// Container child hboxBtnBrowse.Gtk.Box+BoxChild
			this.ctagsBrowseIcon = new global::MonoDevelop.Components.ImageView ();
			this.ctagsBrowseIcon.Name = "ctagsBrowseIcon";
			this.ctagsBrowseIcon.IconId = "gtk-open";
			this.ctagsBrowseIcon.IconSize = ((global::Gtk.IconSize)(1));
			this.hboxBtnBrowse.Add (this.ctagsBrowseIcon);
			global::Gtk.Box.BoxChild w3 = ((global::Gtk.Box.BoxChild)(this.hboxBtnBrowse [this.ctagsBrowseIcon]));
			w3.Position = 0;
			w3.Expand = false;
			w3.Fill = false;
			// Container child hboxBtnBrowse.Gtk.Box+BoxChild
			this.ctagsBrowselabel = new global::Gtk.Label ();
			this.ctagsBrowselabel.Name = "ctagsBrowselabel";
			this.ctagsBrowselabel.LabelProp = global::Mono.Unix.Catalog.GetString ("Browse");
			this.ctagsBrowselabel.UseUnderline = true;
			this.hboxBtnBrowse.Add (this.ctagsBrowselabel);
			global::Gtk.Box.BoxChild w4 = ((global::Gtk.Box.BoxChild)(this.hboxBtnBrowse [this.ctagsBrowselabel]));
			w4.Position = 1;
			w4.Expand = false;
			w4.Fill = false;
			this.ctagsBrowse.Add (this.hboxBtnBrowse);
			this.table1.Add (this.ctagsBrowse);
			global::Gtk.Table.TableChild w6 = ((global::Gtk.Table.TableChild)(this.table1 [this.ctagsBrowse]));
			w6.TopAttach = ((uint)(2));
			w6.BottomAttach = ((uint)(3));
			w6.LeftAttach = ((uint)(2));
			w6.RightAttach = ((uint)(3));
			w6.XOptions = ((global::Gtk.AttachOptions)(4));
			w6.YOptions = ((global::Gtk.AttachOptions)(4));
			// Container child table1.Gtk.Table+TableChild
			this.ctagsEntry = new global::Gtk.Entry ();
			this.ctagsEntry.CanFocus = true;
			this.ctagsEntry.Name = "ctagsEntry";
			this.ctagsEntry.IsEditable = true;
			this.ctagsEntry.InvisibleChar = '●';
			this.table1.Add (this.ctagsEntry);
			global::Gtk.Table.TableChild w7 = ((global::Gtk.Table.TableChild)(this.table1 [this.ctagsEntry]));
			w7.TopAttach = ((uint)(2));
			w7.BottomAttach = ((uint)(3));
			w7.LeftAttach = ((uint)(1));
			w7.RightAttach = ((uint)(2));
			w7.XOptions = ((global::Gtk.AttachOptions)(4));
			w7.YOptions = ((global::Gtk.AttachOptions)(4));
			// Container child table1.Gtk.Table+TableChild
			this.label1 = new global::Gtk.Label ();
			this.label1.Name = "label1";
			this.label1.Xpad = 10;
			this.label1.Xalign = 1F;
			this.label1.LabelProp = global::Mono.Unix.Catalog.GetString ("Default C Compiler:");
			this.table1.Add (this.label1);
			global::Gtk.Table.TableChild w8 = ((global::Gtk.Table.TableChild)(this.table1 [this.label1]));
			w8.XOptions = ((global::Gtk.AttachOptions)(4));
			w8.YOptions = ((global::Gtk.AttachOptions)(4));
			// Container child table1.Gtk.Table+TableChild
			this.label2 = new global::Gtk.Label ();
			this.label2.Name = "label2";
			this.label2.Xpad = 10;
			this.label2.Xalign = 1F;
			this.label2.LabelProp = global::Mono.Unix.Catalog.GetString ("Default C++ Compiler:");
			this.table1.Add (this.label2);
			global::Gtk.Table.TableChild w9 = ((global::Gtk.Table.TableChild)(this.table1 [this.label2]));
			w9.TopAttach = ((uint)(1));
			w9.BottomAttach = ((uint)(2));
			w9.XOptions = ((global::Gtk.AttachOptions)(4));
			w9.YOptions = ((global::Gtk.AttachOptions)(4));
			// Container child table1.Gtk.Table+TableChild
			this.label3 = new global::Gtk.Label ();
			this.label3.Name = "label3";
			this.label3.Xpad = 10;
			this.label3.Xalign = 1F;
			this.label3.LabelProp = global::Mono.Unix.Catalog.GetString ("CTags: ");
			this.label3.Justify = ((global::Gtk.Justification)(1));
			this.table1.Add (this.label3);
			global::Gtk.Table.TableChild w10 = ((global::Gtk.Table.TableChild)(this.table1 [this.label3]));
			w10.TopAttach = ((uint)(2));
			w10.BottomAttach = ((uint)(3));
			w10.XOptions = ((global::Gtk.AttachOptions)(4));
			w10.YOptions = ((global::Gtk.AttachOptions)(4));
			// Container child table1.Gtk.Table+TableChild
			this.parseLocalVariablesCheck = new global::Gtk.CheckButton ();
			this.parseLocalVariablesCheck.CanFocus = true;
			this.parseLocalVariablesCheck.Name = "parseLocalVariablesCheck";
			this.parseLocalVariablesCheck.Label = global::Mono.Unix.Catalog.GetString ("Parse Local Variables");
			this.parseLocalVariablesCheck.DrawIndicator = true;
			this.parseLocalVariablesCheck.UseUnderline = true;
			this.table1.Add (this.parseLocalVariablesCheck);
			global::Gtk.Table.TableChild w11 = ((global::Gtk.Table.TableChild)(this.table1 [this.parseLocalVariablesCheck]));
			w11.TopAttach = ((uint)(4));
			w11.BottomAttach = ((uint)(5));
			w11.XPadding = ((uint)(10));
			w11.XOptions = ((global::Gtk.AttachOptions)(4));
			w11.YOptions = ((global::Gtk.AttachOptions)(4));
			// Container child table1.Gtk.Table+TableChild
			this.parseSystemTagsCheck = new global::Gtk.CheckButton ();
			this.parseSystemTagsCheck.TooltipMarkup = "Choose whether you want to parse system tags or not, if you do you will get completion for things like printf, but the tag parsing process will take considerably longer.";
			this.parseSystemTagsCheck.CanFocus = true;
			this.parseSystemTagsCheck.Name = "parseSystemTagsCheck";
			this.parseSystemTagsCheck.Label = global::Mono.Unix.Catalog.GetString ("Parse System Tags");
			this.parseSystemTagsCheck.DrawIndicator = true;
			this.parseSystemTagsCheck.UseUnderline = true;
			this.table1.Add (this.parseSystemTagsCheck);
			global::Gtk.Table.TableChild w12 = ((global::Gtk.Table.TableChild)(this.table1 [this.parseSystemTagsCheck]));
			w12.TopAttach = ((uint)(3));
			w12.BottomAttach = ((uint)(4));
			w12.XPadding = ((uint)(10));
			w12.XOptions = ((global::Gtk.AttachOptions)(4));
			w12.YOptions = ((global::Gtk.AttachOptions)(4));
			this.Add (this.table1);
			if ((this.Child != null)) {
				this.Child.ShowAll ();
			}
			this.Show ();
			this.ctagsBrowse.Clicked += new global::System.EventHandler (this.OnCtagsBrowseClicked);
			this.cppCombo.Changed += new global::System.EventHandler (this.OnCppComboChanged);
			this.cCombo.Changed += new global::System.EventHandler (this.OnCComboChanged);
		}
		protected virtual void Build ()
		{
			global::Stetic.Gui.Initialize (this);
			// Widget MonoDevelop.RegexToolkit.RegexToolkitWidget
			global::Stetic.BinContainer.Attach (this);
			this.Name = "MonoDevelop.RegexToolkit.RegexToolkitWidget";
			// Container child MonoDevelop.RegexToolkit.RegexToolkitWidget.Gtk.Container+ContainerChild
			this.vbox2 = new global::Gtk.VBox ();
			this.vbox2.Name = "vbox2";
			this.vbox2.Spacing = 6;
			// Container child vbox2.Gtk.Box+BoxChild
			this.vpaned1 = new global::Gtk.VPaned ();
			this.vpaned1.CanFocus = true;
			this.vpaned1.Name = "vpaned1";
			this.vpaned1.Position = 359;
			this.vpaned1.BorderWidth = ((uint)(6));
			// Container child vpaned1.Gtk.Paned+PanedChild
			this.vbox1 = new global::Gtk.VBox ();
			this.vbox1.Name = "vbox1";
			this.vbox1.Spacing = 6;
			// Container child vbox1.Gtk.Box+BoxChild
			this.hbox1 = new global::Gtk.HBox ();
			this.hbox1.Name = "hbox1";
			this.hbox1.Spacing = 6;
			// Container child hbox1.Gtk.Box+BoxChild
			this.vbox6 = new global::Gtk.VBox ();
			this.vbox6.Name = "vbox6";
			this.vbox6.Spacing = 6;
			this.vbox6.BorderWidth = ((uint)(6));
			// Container child vbox6.Gtk.Box+BoxChild
			this.label8 = new global::Gtk.Label ();
			this.label8.Name = "label8";
			this.label8.Xalign = 0F;
			this.label8.LabelProp = global::Mono.Unix.Catalog.GetString ("Regular Expression");
			this.label8.UseUnderline = true;
			this.vbox6.Add (this.label8);
			global::Gtk.Box.BoxChild w1 = ((global::Gtk.Box.BoxChild)(this.vbox6 [this.label8]));
			w1.Position = 0;
			w1.Expand = false;
			w1.Fill = false;
			// Container child vbox6.Gtk.Box+BoxChild
			this.entryRegEx = new global::Gtk.Entry ();
			this.entryRegEx.CanFocus = true;
			this.entryRegEx.Name = "entryRegEx";
			this.entryRegEx.IsEditable = true;
			this.entryRegEx.InvisibleChar = '●';
			this.vbox6.Add (this.entryRegEx);
			global::Gtk.Box.BoxChild w2 = ((global::Gtk.Box.BoxChild)(this.vbox6 [this.entryRegEx]));
			w2.Position = 1;
			w2.Expand = false;
			w2.Fill = false;
			// Container child vbox6.Gtk.Box+BoxChild
			this.vbox3 = new global::Gtk.VBox ();
			this.vbox3.Name = "vbox3";
			this.vbox3.Spacing = 6;
			// Container child vbox3.Gtk.Box+BoxChild
			this.checkbuttonReplace = new global::Gtk.CheckButton ();
			this.checkbuttonReplace.CanFocus = true;
			this.checkbuttonReplace.Name = "checkbuttonReplace";
			this.checkbuttonReplace.Label = global::Mono.Unix.Catalog.GetString ("Replace");
			this.checkbuttonReplace.Active = true;
			this.checkbuttonReplace.DrawIndicator = true;
			this.checkbuttonReplace.UseUnderline = true;
			this.vbox3.Add (this.checkbuttonReplace);
			global::Gtk.Box.BoxChild w3 = ((global::Gtk.Box.BoxChild)(this.vbox3 [this.checkbuttonReplace]));
			w3.Position = 0;
			w3.Expand = false;
			w3.Fill = false;
			// Container child vbox3.Gtk.Box+BoxChild
			this.entryReplace = new global::Gtk.Entry ();
			this.entryReplace.CanFocus = true;
			this.entryReplace.Name = "entryReplace";
			this.entryReplace.IsEditable = true;
			this.entryReplace.InvisibleChar = '●';
			this.vbox3.Add (this.entryReplace);
			global::Gtk.Box.BoxChild w4 = ((global::Gtk.Box.BoxChild)(this.vbox3 [this.entryReplace]));
			w4.Position = 1;
			w4.Expand = false;
			w4.Fill = false;
			// Container child vbox3.Gtk.Box+BoxChild
			this.hbox7 = new global::Gtk.HBox ();
			this.hbox7.Name = "hbox7";
			this.hbox7.Spacing = 6;
			// Container child hbox7.Gtk.Box+BoxChild
			this.buttonStart = new global::Gtk.Button ();
			this.buttonStart.CanDefault = true;
			this.buttonStart.CanFocus = true;
			this.buttonStart.Name = "buttonStart";
			// Container child buttonStart.Gtk.Container+ContainerChild
			this.buttonStartHbox = new global::Gtk.HBox ();
			this.buttonStartHbox.Name = "buttonStartHbox";
			this.buttonStartHbox.Spacing = 2;
			// Container child buttonStartHbox.Gtk.Box+BoxChild
			this.buttonStartIcon = new global::MonoDevelop.Components.ImageView ();
			this.buttonStartIcon.Name = "buttonStartIcon";
			this.buttonStartIcon.IconId = "gtk-execute";
			this.buttonStartIcon.IconSize = ((global::Gtk.IconSize)(1));
			this.buttonStartHbox.Add (this.buttonStartIcon);
			global::Gtk.Box.BoxChild w5 = ((global::Gtk.Box.BoxChild)(this.buttonStartHbox [this.buttonStartIcon]));
			w5.Position = 0;
			w5.Expand = false;
			w5.Fill = false;
			// Container child buttonStartHbox.Gtk.Box+BoxChild
			this.buttonStartLabel = new global::Gtk.Label ();
			this.buttonStartLabel.Name = "buttonStartLabel";
			this.buttonStartLabel.LabelProp = global::Mono.Unix.Catalog.GetString ("Start Regular E_xpression");
			this.buttonStartLabel.UseUnderline = true;
			this.buttonStartHbox.Add (this.buttonStartLabel);
			global::Gtk.Box.BoxChild w6 = ((global::Gtk.Box.BoxChild)(this.buttonStartHbox [this.buttonStartLabel]));
			w6.Position = 1;
			w6.Expand = false;
			w6.Fill = false;
			this.buttonStart.Add (this.buttonStartHbox);
			this.hbox7.Add (this.buttonStart);
			global::Gtk.Box.BoxChild w8 = ((global::Gtk.Box.BoxChild)(this.hbox7 [this.buttonStart]));
			w8.PackType = ((global::Gtk.PackType)(1));
			w8.Position = 0;
			w8.Expand = false;
			w8.Fill = false;
			// Container child hbox7.Gtk.Box+BoxChild
			this.expandMatches = new global::Gtk.CheckButton ();
			this.expandMatches.CanFocus = true;
			this.expandMatches.Name = "expandMatches";
			this.expandMatches.Label = global::Mono.Unix.Catalog.GetString ("Expand matches");
			this.expandMatches.Active = true;
			this.expandMatches.DrawIndicator = true;
			this.expandMatches.UseUnderline = true;
			this.expandMatches.BorderWidth = ((uint)(3));
			this.hbox7.Add (this.expandMatches);
			global::Gtk.Box.BoxChild w9 = ((global::Gtk.Box.BoxChild)(this.hbox7 [this.expandMatches]));
			w9.Position = 1;
			w9.Expand = false;
			this.vbox3.Add (this.hbox7);
			global::Gtk.Box.BoxChild w10 = ((global::Gtk.Box.BoxChild)(this.vbox3 [this.hbox7]));
			w10.PackType = ((global::Gtk.PackType)(1));
			w10.Position = 2;
			w10.Expand = false;
			w10.Fill = false;
			this.vbox6.Add (this.vbox3);
			global::Gtk.Box.BoxChild w11 = ((global::Gtk.Box.BoxChild)(this.vbox6 [this.vbox3]));
			w11.Position = 2;
			w11.Expand = false;
			w11.Fill = false;
			this.hbox1.Add (this.vbox6);
			global::Gtk.Box.BoxChild w12 = ((global::Gtk.Box.BoxChild)(this.hbox1 [this.vbox6]));
			w12.Position = 0;
			// Container child hbox1.Gtk.Box+BoxChild
			this.vbox4 = new global::Gtk.VBox ();
			this.vbox4.Name = "vbox4";
			this.vbox4.Spacing = 6;
			// Container child vbox4.Gtk.Box+BoxChild
			this.label10 = new global::Gtk.Label ();
			this.label10.Name = "label10";
			this.label10.Xalign = 0F;
			this.label10.LabelProp = global::Mono.Unix.Catalog.GetString ("Options:");
			this.label10.UseMarkup = true;
			this.label10.UseUnderline = true;
			this.vbox4.Add (this.label10);
			global::Gtk.Box.BoxChild w13 = ((global::Gtk.Box.BoxChild)(this.vbox4 [this.label10]));
			w13.Position = 0;
			w13.Expand = false;
			w13.Fill = false;
			// Container child vbox4.Gtk.Box+BoxChild
			this.scrolledwindow5 = new global::Gtk.ScrolledWindow ();
			this.scrolledwindow5.CanFocus = true;
			this.scrolledwindow5.Name = "scrolledwindow5";
			this.scrolledwindow5.ShadowType = ((global::Gtk.ShadowType)(1));
			// Container child scrolledwindow5.Gtk.Container+ContainerChild
			this.optionsTreeview = new global::Gtk.TreeView ();
			this.optionsTreeview.CanFocus = true;
			this.optionsTreeview.Name = "optionsTreeview";
			this.scrolledwindow5.Add (this.optionsTreeview);
			this.vbox4.Add (this.scrolledwindow5);
			global::Gtk.Box.BoxChild w15 = ((global::Gtk.Box.BoxChild)(this.vbox4 [this.scrolledwindow5]));
			w15.Position = 1;
			this.hbox1.Add (this.vbox4);
			global::Gtk.Box.BoxChild w16 = ((global::Gtk.Box.BoxChild)(this.hbox1 [this.vbox4]));
			w16.Position = 1;
			w16.Expand = false;
			w16.Fill = false;
			this.vbox1.Add (this.hbox1);
			global::Gtk.Box.BoxChild w17 = ((global::Gtk.Box.BoxChild)(this.vbox1 [this.hbox1]));
			w17.Position = 0;
			w17.Expand = false;
			w17.Fill = false;
			// Container child vbox1.Gtk.Box+BoxChild
			this.HelpWidget = new global::Gtk.VBox ();
			this.HelpWidget.Name = "HelpWidget";
			this.HelpWidget.Spacing = 6;
			this.HelpWidget.BorderWidth = ((uint)(6));
			// Container child HelpWidget.Gtk.Box+BoxChild
			this.label9 = new global::Gtk.Label ();
			this.label9.Name = "label9";
			this.label9.Xalign = 0F;
			this.label9.LabelProp = global::Mono.Unix.Catalog.GetString ("Input:");
			this.label9.UseMarkup = true;
			this.label9.UseUnderline = true;
			this.HelpWidget.Add (this.label9);
			global::Gtk.Box.BoxChild w18 = ((global::Gtk.Box.BoxChild)(this.HelpWidget [this.label9]));
			w18.Position = 0;
			w18.Expand = false;
			w18.Fill = false;
			// Container child HelpWidget.Gtk.Box+BoxChild
			this.hbox5 = new global::Gtk.HBox ();
			this.hbox5.Name = "hbox5";
			this.hbox5.Spacing = 6;
			// Container child hbox5.Gtk.Box+BoxChild
			this.scrolledwindow1 = new global::Gtk.ScrolledWindow ();
			this.scrolledwindow1.CanFocus = true;
			this.scrolledwindow1.Name = "scrolledwindow1";
			this.scrolledwindow1.ShadowType = ((global::Gtk.ShadowType)(1));
			// Container child scrolledwindow1.Gtk.Container+ContainerChild
			this.inputTextview = new global::Gtk.TextView ();
			this.inputTextview.CanFocus = true;
			this.inputTextview.Name = "inputTextview";
			this.scrolledwindow1.Add (this.inputTextview);
			this.hbox5.Add (this.scrolledwindow1);
			global::Gtk.Box.BoxChild w20 = ((global::Gtk.Box.BoxChild)(this.hbox5 [this.scrolledwindow1]));
			w20.Position = 0;
			this.HelpWidget.Add (this.hbox5);
			global::Gtk.Box.BoxChild w21 = ((global::Gtk.Box.BoxChild)(this.HelpWidget [this.hbox5]));
			w21.Position = 1;
			this.vbox1.Add (this.HelpWidget);
			global::Gtk.Box.BoxChild w22 = ((global::Gtk.Box.BoxChild)(this.vbox1 [this.HelpWidget]));
			w22.Position = 1;
			this.vpaned1.Add (this.vbox1);
			global::Gtk.Paned.PanedChild w23 = ((global::Gtk.Paned.PanedChild)(this.vpaned1 [this.vbox1]));
			w23.Resize = false;
			// Container child vpaned1.Gtk.Paned+PanedChild
			this.hbox4 = new global::Gtk.HBox ();
			this.hbox4.Name = "hbox4";
			this.hbox4.Spacing = 6;
			this.hbox4.BorderWidth = ((uint)(6));
			// Container child hbox4.Gtk.Box+BoxChild
			this.notebook2 = new global::Gtk.Notebook ();
			this.notebook2.CanFocus = true;
			this.notebook2.Name = "notebook2";
			this.notebook2.CurrentPage = 0;
			// Container child notebook2.Gtk.Notebook+NotebookChild
			this.scrolledwindow2 = new global::Gtk.ScrolledWindow ();
			this.scrolledwindow2.CanFocus = true;
			this.scrolledwindow2.Name = "scrolledwindow2";
			this.scrolledwindow2.ShadowType = ((global::Gtk.ShadowType)(1));
			// Container child scrolledwindow2.Gtk.Container+ContainerChild
			this.resultsTreeview = new global::Gtk.TreeView ();
			this.resultsTreeview.CanFocus = true;
			this.resultsTreeview.Name = "resultsTreeview";
			this.scrolledwindow2.Add (this.resultsTreeview);
			this.notebook2.Add (this.scrolledwindow2);
			// Notebook tab
			this.label3 = new global::Gtk.Label ();
			this.label3.Name = "label3";
			this.label3.LabelProp = global::Mono.Unix.Catalog.GetString ("Matches");
			this.notebook2.SetTabLabel (this.scrolledwindow2, this.label3);
			this.label3.ShowAll ();
			// Container child notebook2.Gtk.Notebook+NotebookChild
			this.scrolledwindow4 = new global::Gtk.ScrolledWindow ();
			this.scrolledwindow4.CanFocus = true;
			this.scrolledwindow4.Name = "scrolledwindow4";
			this.scrolledwindow4.ShadowType = ((global::Gtk.ShadowType)(1));
			// Container child scrolledwindow4.Gtk.Container+ContainerChild
			this.replaceResultTextview = new global::Gtk.TextView ();
			this.replaceResultTextview.CanFocus = true;
			this.replaceResultTextview.Name = "replaceResultTextview";
			this.replaceResultTextview.Editable = false;
			this.replaceResultTextview.CursorVisible = false;
			this.scrolledwindow4.Add (this.replaceResultTextview);
			this.notebook2.Add (this.scrolledwindow4);
			global::Gtk.Notebook.NotebookChild w27 = ((global::Gtk.Notebook.NotebookChild)(this.notebook2 [this.scrolledwindow4]));
			w27.Position = 1;
			// Notebook tab
			this.label4 = new global::Gtk.Label ();
			this.label4.Name = "label4";
			this.label4.LabelProp = global::Mono.Unix.Catalog.GetString ("Replace");
			this.notebook2.SetTabLabel (this.scrolledwindow4, this.label4);
			this.label4.ShowAll ();
			this.hbox4.Add (this.notebook2);
			global::Gtk.Box.BoxChild w28 = ((global::Gtk.Box.BoxChild)(this.hbox4 [this.notebook2]));
			w28.Position = 0;
			this.vpaned1.Add (this.hbox4);
			this.vbox2.Add (this.vpaned1);
			global::Gtk.Box.BoxChild w30 = ((global::Gtk.Box.BoxChild)(this.vbox2 [this.vpaned1]));
			w30.Position = 0;
			this.Add (this.vbox2);
			if ((this.Child != null)) {
				this.Child.ShowAll ();
			}
			this.label8.MnemonicWidget = this.inputTextview;
			this.label10.MnemonicWidget = this.optionsTreeview;
			this.label9.MnemonicWidget = this.inputTextview;
			this.Hide ();
		}
コード例 #23
0
 protected virtual void Build()
 {
     MonoDevelop.Components.Gui.Initialize(this);
     // Widget MonoDevelop.Ide.Gui.Dialogs.TipOfTheDayWindow
     this.Name           = "MonoDevelop.Ide.Gui.Dialogs.TipOfTheDayWindow";
     this.Title          = global::Mono.Unix.Catalog.GetString("Tip of the Day");
     this.WindowPosition = ((global::Gtk.WindowPosition)(1));
     this.BorderWidth    = ((uint)(6));
     // Container child MonoDevelop.Ide.Gui.Dialogs.TipOfTheDayWindow.Gtk.Container+ContainerChild
     this.vbox2         = new global::Gtk.VBox();
     this.vbox2.Name    = "vbox2";
     this.vbox2.Spacing = 6;
     // Container child vbox2.Gtk.Box+BoxChild
     this.vbox3             = new global::Gtk.VBox();
     this.vbox3.Name        = "vbox3";
     this.vbox3.Spacing     = 12;
     this.vbox3.BorderWidth = ((uint)(6));
     // Container child vbox3.Gtk.Box+BoxChild
     this.hbox7         = new global::Gtk.HBox();
     this.hbox7.Name    = "hbox7";
     this.hbox7.Spacing = 5;
     // Container child hbox7.Gtk.Box+BoxChild
     this.iconInfo          = new global::MonoDevelop.Components.ImageView();
     this.iconInfo.Name     = "iconInfo";
     this.iconInfo.Xalign   = 0F;
     this.iconInfo.Yalign   = 0F;
     this.iconInfo.IconId   = "gtk-dialog-info";
     this.iconInfo.IconSize = ((global::Gtk.IconSize)(6));
     this.hbox7.Add(this.iconInfo);
     global::Gtk.Box.BoxChild w1 = ((global::Gtk.Box.BoxChild)(this.hbox7 [this.iconInfo]));
     w1.Position = 0;
     w1.Expand   = false;
     // Container child hbox7.Gtk.Box+BoxChild
     this.categoryLabel           = new global::Gtk.Label();
     this.categoryLabel.Name      = "categoryLabel";
     this.categoryLabel.Xalign    = 0F;
     this.categoryLabel.LabelProp = global::Mono.Unix.Catalog.GetString("Did you know...?");
     this.categoryLabel.UseMarkup = true;
     this.categoryLabel.Wrap      = true;
     this.hbox7.Add(this.categoryLabel);
     global::Gtk.Box.BoxChild w2 = ((global::Gtk.Box.BoxChild)(this.hbox7 [this.categoryLabel]));
     w2.Position = 1;
     w2.Expand   = false;
     w2.Fill     = false;
     this.vbox3.Add(this.hbox7);
     global::Gtk.Box.BoxChild w3 = ((global::Gtk.Box.BoxChild)(this.vbox3 [this.hbox7]));
     w3.Position = 0;
     w3.Expand   = false;
     // Container child vbox3.Gtk.Box+BoxChild
     this.scrolledwindow2            = new global::Gtk.ScrolledWindow();
     this.scrolledwindow2.Name       = "scrolledwindow2";
     this.scrolledwindow2.ShadowType = ((global::Gtk.ShadowType)(1));
     // Container child scrolledwindow2.Gtk.Container+ContainerChild
     this.tipTextview               = new global::Gtk.TextView();
     this.tipTextview.Buffer.Text   = "Did you know that you can design lots of cool things with glade?";
     this.tipTextview.Name          = "tipTextview";
     this.tipTextview.Editable      = false;
     this.tipTextview.CursorVisible = false;
     this.tipTextview.WrapMode      = ((global::Gtk.WrapMode)(2));
     this.scrolledwindow2.Add(this.tipTextview);
     this.vbox3.Add(this.scrolledwindow2);
     global::Gtk.Box.BoxChild w5 = ((global::Gtk.Box.BoxChild)(this.vbox3 [this.scrolledwindow2]));
     w5.Position = 1;
     this.vbox2.Add(this.vbox3);
     global::Gtk.Box.BoxChild w6 = ((global::Gtk.Box.BoxChild)(this.vbox2 [this.vbox3]));
     w6.Position = 0;
     // Container child vbox2.Gtk.Box+BoxChild
     this.hbox5             = new global::Gtk.HBox();
     this.hbox5.Name        = "hbox5";
     this.hbox5.Spacing     = 12;
     this.hbox5.BorderWidth = ((uint)(6));
     // Container child hbox5.Gtk.Box+BoxChild
     this.noshowCheckbutton               = new global::Gtk.CheckButton();
     this.noshowCheckbutton.Name          = "noshowCheckbutton";
     this.noshowCheckbutton.Label         = global::Mono.Unix.Catalog.GetString("_Show at startup");
     this.noshowCheckbutton.DrawIndicator = true;
     this.noshowCheckbutton.UseUnderline  = true;
     this.hbox5.Add(this.noshowCheckbutton);
     global::Gtk.Box.BoxChild w7 = ((global::Gtk.Box.BoxChild)(this.hbox5 [this.noshowCheckbutton]));
     w7.Position = 0;
     w7.Expand   = false;
     w7.Fill     = false;
     // Container child hbox5.Gtk.Box+BoxChild
     this.hbuttonbox1             = new global::Gtk.HButtonBox();
     this.hbuttonbox1.Spacing     = 10;
     this.hbuttonbox1.LayoutStyle = ((global::Gtk.ButtonBoxStyle)(4));
     // Container child hbuttonbox1.Gtk.ButtonBox+ButtonBoxChild
     this.nextButton              = new global::Gtk.Button();
     this.nextButton.Name         = "nextButton";
     this.nextButton.UseUnderline = true;
     this.nextButton.Label        = global::Mono.Unix.Catalog.GetString("_Next Tip");
     this.hbuttonbox1.Add(this.nextButton);
     global::Gtk.ButtonBox.ButtonBoxChild w8 = ((global::Gtk.ButtonBox.ButtonBoxChild)(this.hbuttonbox1 [this.nextButton]));
     w8.Expand = false;
     w8.Fill   = false;
     // Container child hbuttonbox1.Gtk.ButtonBox+ButtonBoxChild
     this.closeButton              = new global::Gtk.Button();
     this.closeButton.CanDefault   = true;
     this.closeButton.Name         = "closeButton";
     this.closeButton.UseStock     = true;
     this.closeButton.UseUnderline = true;
     this.closeButton.Label        = "gtk-close";
     this.hbuttonbox1.Add(this.closeButton);
     global::Gtk.ButtonBox.ButtonBoxChild w9 = ((global::Gtk.ButtonBox.ButtonBoxChild)(this.hbuttonbox1 [this.closeButton]));
     w9.Position = 1;
     w9.Expand   = false;
     w9.Fill     = false;
     this.hbox5.Add(this.hbuttonbox1);
     global::Gtk.Box.BoxChild w10 = ((global::Gtk.Box.BoxChild)(this.hbox5 [this.hbuttonbox1]));
     w10.Position = 1;
     this.vbox2.Add(this.hbox5);
     global::Gtk.Box.BoxChild w11 = ((global::Gtk.Box.BoxChild)(this.vbox2 [this.hbox5]));
     w11.Position = 1;
     w11.Expand   = false;
     this.Add(this.vbox2);
     if ((this.Child != null))
     {
         this.Child.ShowAll();
     }
     this.DefaultWidth  = 500;
     this.DefaultHeight = 285;
     this.Show();
 }
		protected virtual void Build ()
		{
			global::Stetic.Gui.Initialize (this);
			// Widget MonoDevelop.Ide.Gui.Dialogs.SelectFileFormatDialog
			this.Name = "MonoDevelop.Ide.Gui.Dialogs.SelectFileFormatDialog";
			this.Title = global::Mono.Unix.Catalog.GetString ("Select File Format");
			this.WindowPosition = ((global::Gtk.WindowPosition)(4));
			// Internal child MonoDevelop.Ide.Gui.Dialogs.SelectFileFormatDialog.VBox
			global::Gtk.VBox w1 = this.VBox;
			w1.Name = "dialog1_VBox";
			w1.BorderWidth = ((uint)(2));
			// Container child dialog1_VBox.Gtk.Box+BoxChild
			this.hbox1 = new global::Gtk.HBox ();
			this.hbox1.Name = "hbox1";
			this.hbox1.Spacing = 6;
			this.hbox1.BorderWidth = ((uint)(6));
			// Container child hbox1.Gtk.Box+BoxChild
			this.vbox3 = new global::Gtk.VBox ();
			this.vbox3.Name = "vbox3";
			this.vbox3.Spacing = 6;
			// Container child vbox3.Gtk.Box+BoxChild
			this.iconWarning = new global::MonoDevelop.Components.ImageView ();
			this.iconWarning.Name = "iconWarning";
			this.iconWarning.IconId = "gtk-dialog-warning";
			this.iconWarning.IconSize = ((global::Gtk.IconSize)(6));
			this.vbox3.Add (this.iconWarning);
			global::Gtk.Box.BoxChild w2 = ((global::Gtk.Box.BoxChild)(this.vbox3 [this.iconWarning]));
			w2.Position = 0;
			w2.Expand = false;
			w2.Fill = false;
			this.hbox1.Add (this.vbox3);
			global::Gtk.Box.BoxChild w3 = ((global::Gtk.Box.BoxChild)(this.hbox1 [this.vbox3]));
			w3.Position = 0;
			w3.Expand = false;
			w3.Fill = false;
			// Container child hbox1.Gtk.Box+BoxChild
			this.vbox2 = new global::Gtk.VBox ();
			this.vbox2.Name = "vbox2";
			this.vbox2.Spacing = 6;
			this.vbox2.BorderWidth = ((uint)(6));
			// Container child vbox2.Gtk.Box+BoxChild
			this.label1 = new global::Gtk.Label ();
			this.label1.Name = "label1";
			this.label1.Xalign = 0F;
			this.label1.LabelProp = global::Mono.Unix.Catalog.GetString ("<b>File Format Incompatibility Detected</b>");
			this.label1.UseMarkup = true;
			this.vbox2.Add (this.label1);
			global::Gtk.Box.BoxChild w4 = ((global::Gtk.Box.BoxChild)(this.vbox2 [this.label1]));
			w4.Position = 0;
			w4.Expand = false;
			w4.Fill = false;
			// Container child vbox2.Gtk.Box+BoxChild
			this.labelMessage = new global::Gtk.Label ();
			this.labelMessage.Name = "labelMessage";
			this.labelMessage.Xalign = 0F;
			this.labelMessage.LabelProp = global::Mono.Unix.Catalog.GetString ("The current file format for project {0} is not compatible with some settings of the project.");
			this.vbox2.Add (this.labelMessage);
			global::Gtk.Box.BoxChild w5 = ((global::Gtk.Box.BoxChild)(this.vbox2 [this.labelMessage]));
			w5.Position = 1;
			w5.Expand = false;
			w5.Fill = false;
			// Container child vbox2.Gtk.Box+BoxChild
			this.labelWarnings = new global::Gtk.Label ();
			this.labelWarnings.WidthRequest = 525;
			this.labelWarnings.Name = "labelWarnings";
			this.labelWarnings.Xalign = 0F;
			this.labelWarnings.Wrap = true;
			this.vbox2.Add (this.labelWarnings);
			global::Gtk.Box.BoxChild w6 = ((global::Gtk.Box.BoxChild)(this.vbox2 [this.labelWarnings]));
			w6.Position = 2;
			w6.Expand = false;
			w6.Fill = false;
			// Container child vbox2.Gtk.Box+BoxChild
			this.label6 = new global::Gtk.Label ();
			this.label6.Name = "label6";
			this.label6.Xalign = 0F;
			this.label6.LabelProp = global::Mono.Unix.Catalog.GetString ("Please select a new file format for the solution:");
			this.vbox2.Add (this.label6);
			global::Gtk.Box.BoxChild w7 = ((global::Gtk.Box.BoxChild)(this.vbox2 [this.label6]));
			w7.Position = 3;
			w7.Expand = false;
			w7.Fill = false;
			// Container child vbox2.Gtk.Box+BoxChild
			this.alignment2 = new global::Gtk.Alignment (0.5F, 0.5F, 1F, 1F);
			this.alignment2.Name = "alignment2";
			this.alignment2.LeftPadding = ((uint)(18));
			// Container child alignment2.Gtk.Container+ContainerChild
			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.alignment3 = new global::Gtk.Alignment (0.5F, 0.5F, 1F, 1F);
			this.alignment3.Name = "alignment3";
			this.alignment3.TopPadding = ((uint)(3));
			this.alignment3.BottomPadding = ((uint)(3));
			// Container child alignment3.Gtk.Container+ContainerChild
			this.labelCurrentFormat = new global::Gtk.Label ();
			this.labelCurrentFormat.Name = "labelCurrentFormat";
			this.labelCurrentFormat.Xalign = 0F;
			this.labelCurrentFormat.LabelProp = "MonoDevelop";
			this.alignment3.Add (this.labelCurrentFormat);
			this.table1.Add (this.alignment3);
			global::Gtk.Table.TableChild w9 = ((global::Gtk.Table.TableChild)(this.table1 [this.alignment3]));
			w9.LeftAttach = ((uint)(1));
			w9.RightAttach = ((uint)(2));
			w9.XOptions = ((global::Gtk.AttachOptions)(4));
			w9.YOptions = ((global::Gtk.AttachOptions)(4));
			// Container child table1.Gtk.Table+TableChild
			this.comboNewFormat = global::Gtk.ComboBox.NewText ();
			this.comboNewFormat.Name = "comboNewFormat";
			this.table1.Add (this.comboNewFormat);
			global::Gtk.Table.TableChild w10 = ((global::Gtk.Table.TableChild)(this.table1 [this.comboNewFormat]));
			w10.TopAttach = ((uint)(1));
			w10.BottomAttach = ((uint)(2));
			w10.LeftAttach = ((uint)(1));
			w10.RightAttach = ((uint)(2));
			w10.YOptions = ((global::Gtk.AttachOptions)(4));
			// Container child table1.Gtk.Table+TableChild
			this.label3 = new global::Gtk.Label ();
			this.label3.Name = "label3";
			this.label3.Xalign = 0F;
			this.label3.LabelProp = global::Mono.Unix.Catalog.GetString ("Current Format:");
			this.table1.Add (this.label3);
			global::Gtk.Table.TableChild w11 = ((global::Gtk.Table.TableChild)(this.table1 [this.label3]));
			w11.XOptions = ((global::Gtk.AttachOptions)(4));
			w11.YOptions = ((global::Gtk.AttachOptions)(4));
			// Container child table1.Gtk.Table+TableChild
			this.label4 = new global::Gtk.Label ();
			this.label4.Name = "label4";
			this.label4.Xalign = 0F;
			this.label4.LabelProp = global::Mono.Unix.Catalog.GetString ("New Format:");
			this.table1.Add (this.label4);
			global::Gtk.Table.TableChild w12 = ((global::Gtk.Table.TableChild)(this.table1 [this.label4]));
			w12.TopAttach = ((uint)(1));
			w12.BottomAttach = ((uint)(2));
			w12.XOptions = ((global::Gtk.AttachOptions)(4));
			w12.YOptions = ((global::Gtk.AttachOptions)(4));
			this.alignment2.Add (this.table1);
			this.vbox2.Add (this.alignment2);
			global::Gtk.Box.BoxChild w14 = ((global::Gtk.Box.BoxChild)(this.vbox2 [this.alignment2]));
			w14.Position = 4;
			w14.Expand = false;
			w14.Fill = false;
			this.hbox1.Add (this.vbox2);
			global::Gtk.Box.BoxChild w15 = ((global::Gtk.Box.BoxChild)(this.hbox1 [this.vbox2]));
			w15.Position = 1;
			w15.Expand = false;
			w15.Fill = false;
			w1.Add (this.hbox1);
			global::Gtk.Box.BoxChild w16 = ((global::Gtk.Box.BoxChild)(w1 [this.hbox1]));
			w16.Position = 0;
			w16.Expand = false;
			w16.Fill = false;
			// Internal child MonoDevelop.Ide.Gui.Dialogs.SelectFileFormatDialog.ActionArea
			global::Gtk.HButtonBox w17 = this.ActionArea;
			w17.Name = "dialog1_ActionArea";
			w17.Spacing = 10;
			w17.BorderWidth = ((uint)(5));
			w17.LayoutStyle = ((global::Gtk.ButtonBoxStyle)(4));
			// Container child dialog1_ActionArea.Gtk.ButtonBox+ButtonBoxChild
			this.buttonCancel = new global::Gtk.Button ();
			this.buttonCancel.CanDefault = true;
			this.buttonCancel.CanFocus = true;
			this.buttonCancel.Name = "buttonCancel";
			this.buttonCancel.UseStock = true;
			this.buttonCancel.UseUnderline = true;
			this.buttonCancel.Label = "gtk-cancel";
			this.AddActionWidget (this.buttonCancel, -6);
			global::Gtk.ButtonBox.ButtonBoxChild w18 = ((global::Gtk.ButtonBox.ButtonBoxChild)(w17 [this.buttonCancel]));
			w18.Expand = false;
			w18.Fill = false;
			// Container child dialog1_ActionArea.Gtk.ButtonBox+ButtonBoxChild
			this.buttonOk = new global::Gtk.Button ();
			this.buttonOk.CanDefault = true;
			this.buttonOk.CanFocus = true;
			this.buttonOk.Name = "buttonOk";
			this.buttonOk.UseStock = true;
			this.buttonOk.UseUnderline = true;
			this.buttonOk.Label = "gtk-ok";
			this.AddActionWidget (this.buttonOk, -5);
			global::Gtk.ButtonBox.ButtonBoxChild w19 = ((global::Gtk.ButtonBox.ButtonBoxChild)(w17 [this.buttonOk]));
			w19.Position = 1;
			w19.Expand = false;
			w19.Fill = false;
			if ((this.Child != null)) {
				this.Child.ShowAll ();
			}
			this.DefaultWidth = 638;
			this.DefaultHeight = 246;
			this.Hide ();
		}
 protected virtual void Build()
 {
     global::Stetic.Gui.Initialize(this);
     // Widget MonoDevelop.Ide.Gui.OptionPanels.KeyBindingsPanel
     global::Stetic.BinContainer.Attach(this);
     this.Name = "MonoDevelop.Ide.Gui.OptionPanels.KeyBindingsPanel";
     // Container child MonoDevelop.Ide.Gui.OptionPanels.KeyBindingsPanel.Gtk.Container+ContainerChild
     this.vbox         = new global::Gtk.VBox();
     this.vbox.Name    = "vbox";
     this.vbox.Spacing = 6;
     // Container child vbox.Gtk.Box+BoxChild
     this.hbox1         = new global::Gtk.HBox();
     this.hbox1.Name    = "hbox1";
     this.hbox1.Spacing = 6;
     // Container child hbox1.Gtk.Box+BoxChild
     this.labelScheme           = new global::Gtk.Label();
     this.labelScheme.Name      = "labelScheme";
     this.labelScheme.Xalign    = 0F;
     this.labelScheme.LabelProp = global::Mono.Unix.Catalog.GetString("Scheme:");
     this.hbox1.Add(this.labelScheme);
     global::Gtk.Box.BoxChild w1 = ((global::Gtk.Box.BoxChild)(this.hbox1 [this.labelScheme]));
     w1.Position = 0;
     w1.Expand   = false;
     w1.Fill     = false;
     // Container child hbox1.Gtk.Box+BoxChild
     this.schemeCombo      = global::Gtk.ComboBox.NewText();
     this.schemeCombo.Name = "schemeCombo";
     this.hbox1.Add(this.schemeCombo);
     global::Gtk.Box.BoxChild w2 = ((global::Gtk.Box.BoxChild)(this.hbox1 [this.schemeCombo]));
     w2.Position = 1;
     w2.Expand   = false;
     w2.Fill     = false;
     this.vbox.Add(this.hbox1);
     global::Gtk.Box.BoxChild w3 = ((global::Gtk.Box.BoxChild)(this.vbox [this.hbox1]));
     w3.Position = 0;
     w3.Expand   = false;
     w3.Fill     = false;
     // Container child vbox.Gtk.Box+BoxChild
     this.hseparator2      = new global::Gtk.HSeparator();
     this.hseparator2.Name = "hseparator2";
     this.vbox.Add(this.hseparator2);
     global::Gtk.Box.BoxChild w4 = ((global::Gtk.Box.BoxChild)(this.vbox [this.hseparator2]));
     w4.Position = 1;
     w4.Expand   = false;
     w4.Fill     = false;
     // Container child vbox.Gtk.Box+BoxChild
     this.hbox2 = new global::Gtk.HBox();
     this.hbox2.WidthRequest = 300;
     this.hbox2.Name         = "hbox2";
     this.hbox2.Spacing      = 6;
     // Container child hbox2.Gtk.Box+BoxChild
     this.searchEntry = new global::MonoDevelop.Components.SearchEntry();
     this.searchEntry.WidthRequest             = 250;
     this.searchEntry.Name                     = "searchEntry";
     this.searchEntry.ForceFilterButtonVisible = true;
     this.searchEntry.HasFrame                 = true;
     this.searchEntry.RoundedShape             = true;
     this.searchEntry.IsCheckMenu              = false;
     this.searchEntry.ActiveFilterID           = 0;
     this.searchEntry.Ready                    = false;
     this.searchEntry.HasFocus                 = false;
     this.hbox2.Add(this.searchEntry);
     global::Gtk.Box.BoxChild w5 = ((global::Gtk.Box.BoxChild)(this.hbox2 [this.searchEntry]));
     w5.Position = 0;
     w5.Expand   = false;
     // Container child hbox2.Gtk.Box+BoxChild
     this.label1      = new global::Gtk.Label();
     this.label1.Name = "label1";
     this.hbox2.Add(this.label1);
     global::Gtk.Box.BoxChild w6 = ((global::Gtk.Box.BoxChild)(this.hbox2 [this.label1]));
     w6.Position = 1;
     this.vbox.Add(this.hbox2);
     global::Gtk.Box.BoxChild w7 = ((global::Gtk.Box.BoxChild)(this.vbox [this.hbox2]));
     w7.Position = 2;
     w7.Expand   = false;
     w7.Fill     = false;
     // Container child vbox.Gtk.Box+BoxChild
     this.globalWarningBox         = new global::Gtk.VBox();
     this.globalWarningBox.Name    = "globalWarningBox";
     this.globalWarningBox.Spacing = 6;
     // Container child globalWarningBox.Gtk.Box+BoxChild
     this.frame1      = new global::Gtk.Frame();
     this.frame1.Name = "frame1";
     // Container child frame1.Gtk.Container+ContainerChild
     this.alignment1             = new global::Gtk.Alignment(0.5F, 0.5F, 1F, 1F);
     this.alignment1.Name        = "alignment1";
     this.alignment1.BorderWidth = ((uint)(2));
     // Container child alignment1.Gtk.Container+ContainerChild
     this.warningBox         = new global::Gtk.HBox();
     this.warningBox.Name    = "warningBox";
     this.warningBox.Spacing = 6;
     // Container child warningBox.Gtk.Box+BoxChild
     this.imageWarning          = new global::MonoDevelop.Components.ImageView();
     this.imageWarning.Name     = "imageWarning";
     this.imageWarning.IconId   = "gtk-dialog-warning";
     this.imageWarning.IconSize = ((global::Gtk.IconSize)(1));
     this.warningBox.Add(this.imageWarning);
     global::Gtk.Box.BoxChild w8 = ((global::Gtk.Box.BoxChild)(this.warningBox [this.imageWarning]));
     w8.Position = 0;
     w8.Expand   = false;
     w8.Fill     = false;
     // Container child warningBox.Gtk.Box+BoxChild
     this.label2           = new global::Gtk.Label();
     this.label2.Name      = "label2";
     this.label2.Xalign    = 0F;
     this.label2.LabelProp = global::Mono.Unix.Catalog.GetString("The current scheme has conflicting key bindings");
     this.warningBox.Add(this.label2);
     global::Gtk.Box.BoxChild w9 = ((global::Gtk.Box.BoxChild)(this.warningBox [this.label2]));
     w9.Position = 1;
     // Container child warningBox.Gtk.Box+BoxChild
     this.conflicButton              = new global::MonoDevelop.Components.MenuButton();
     this.conflicButton.CanFocus     = true;
     this.conflicButton.Name         = "conflicButton";
     this.conflicButton.UseUnderline = false;
     this.conflicButton.UseMarkup    = false;
     this.warningBox.Add(this.conflicButton);
     global::Gtk.Box.BoxChild w10 = ((global::Gtk.Box.BoxChild)(this.warningBox [this.conflicButton]));
     w10.Position = 2;
     w10.Expand   = false;
     w10.Fill     = false;
     this.alignment1.Add(this.warningBox);
     this.frame1.Add(this.alignment1);
     this.globalWarningBox.Add(this.frame1);
     global::Gtk.Box.BoxChild w13 = ((global::Gtk.Box.BoxChild)(this.globalWarningBox [this.frame1]));
     w13.Position = 0;
     w13.Expand   = false;
     w13.Fill     = false;
     this.vbox.Add(this.globalWarningBox);
     global::Gtk.Box.BoxChild w14 = ((global::Gtk.Box.BoxChild)(this.vbox [this.globalWarningBox]));
     w14.Position = 3;
     w14.Expand   = false;
     w14.Fill     = false;
     // Container child vbox.Gtk.Box+BoxChild
     this.scrolledwindow            = new global::Gtk.ScrolledWindow();
     this.scrolledwindow.CanFocus   = true;
     this.scrolledwindow.Name       = "scrolledwindow";
     this.scrolledwindow.ShadowType = ((global::Gtk.ShadowType)(1));
     // Container child scrolledwindow.Gtk.Container+ContainerChild
     this.keyTreeView              = new global::Gtk.TreeView();
     this.keyTreeView.CanFocus     = true;
     this.keyTreeView.Name         = "keyTreeView";
     this.keyTreeView.EnableSearch = false;
     this.scrolledwindow.Add(this.keyTreeView);
     this.vbox.Add(this.scrolledwindow);
     global::Gtk.Box.BoxChild w16 = ((global::Gtk.Box.BoxChild)(this.vbox [this.scrolledwindow]));
     w16.Position = 4;
     // Container child vbox.Gtk.Box+BoxChild
     this.labelMessage           = new global::Gtk.Label();
     this.labelMessage.Name      = "labelMessage";
     this.labelMessage.Xalign    = 0F;
     this.labelMessage.UseMarkup = true;
     this.vbox.Add(this.labelMessage);
     global::Gtk.Box.BoxChild w17 = ((global::Gtk.Box.BoxChild)(this.vbox [this.labelMessage]));
     w17.Position = 5;
     w17.Expand   = false;
     w17.Fill     = false;
     // Container child vbox.Gtk.Box+BoxChild
     this.hbox         = new global::Gtk.HBox();
     this.hbox.Name    = "hbox";
     this.hbox.Spacing = 6;
     // Container child hbox.Gtk.Box+BoxChild
     this.labelEditBinding           = new global::Gtk.Label();
     this.labelEditBinding.Name      = "labelEditBinding";
     this.labelEditBinding.LabelProp = global::Mono.Unix.Catalog.GetString("Edit Binding");
     this.hbox.Add(this.labelEditBinding);
     global::Gtk.Box.BoxChild w18 = ((global::Gtk.Box.BoxChild)(this.hbox [this.labelEditBinding]));
     w18.Position = 0;
     w18.Expand   = false;
     w18.Fill     = false;
     // Container child hbox.Gtk.Box+BoxChild
     this.accelEntry               = new global::Gtk.Entry();
     this.accelEntry.CanFocus      = true;
     this.accelEntry.Name          = "accelEntry";
     this.accelEntry.IsEditable    = true;
     this.accelEntry.InvisibleChar = '●';
     this.hbox.Add(this.accelEntry);
     global::Gtk.Box.BoxChild w19 = ((global::Gtk.Box.BoxChild)(this.hbox [this.accelEntry]));
     w19.Position = 1;
     // Container child hbox.Gtk.Box+BoxChild
     this.updateButton              = new global::Gtk.Button();
     this.updateButton.CanFocus     = true;
     this.updateButton.Name         = "updateButton";
     this.updateButton.UseUnderline = true;
     this.updateButton.Label        = global::Mono.Unix.Catalog.GetString("Apply");
     this.hbox.Add(this.updateButton);
     global::Gtk.Box.BoxChild w20 = ((global::Gtk.Box.BoxChild)(this.hbox [this.updateButton]));
     w20.Position = 2;
     w20.Expand   = false;
     w20.Fill     = false;
     this.vbox.Add(this.hbox);
     global::Gtk.Box.BoxChild w21 = ((global::Gtk.Box.BoxChild)(this.vbox [this.hbox]));
     w21.Position = 6;
     w21.Expand   = false;
     w21.Fill     = false;
     this.Add(this.vbox);
     if ((this.Child != null))
     {
         this.Child.ShowAll();
     }
     this.globalWarningBox.Hide();
     this.labelMessage.Hide();
     this.Show();
 }
		protected virtual void Build ()
		{
			global::Stetic.Gui.Initialize (this);
			// Widget MonoDevelop.Ide.SelectEncodingsDialog
			this.Name = "MonoDevelop.Ide.SelectEncodingsDialog";
			this.Title = "Select Text Encodings";
			this.TypeHint = ((global::Gdk.WindowTypeHint)(1));
			this.Modal = true;
			this.BorderWidth = ((uint)(6));
			this.DefaultWidth = 700;
			this.DefaultHeight = 450;
			// Internal child MonoDevelop.Ide.SelectEncodingsDialog.VBox
			global::Gtk.VBox w1 = this.VBox;
			w1.Name = "dialog-vbox5";
			w1.Spacing = 6;
			w1.BorderWidth = ((uint)(2));
			// Container child dialog-vbox5.Gtk.Box+BoxChild
			this.table5 = new global::Gtk.Table (((uint)(2)), ((uint)(4)), false);
			this.table5.Name = "table5";
			this.table5.RowSpacing = ((uint)(6));
			this.table5.ColumnSpacing = ((uint)(12));
			this.table5.BorderWidth = ((uint)(6));
			// Container child table5.Gtk.Table+TableChild
			this.label106 = new global::Gtk.Label ();
			this.label106.Name = "label106";
			this.label106.Xalign = 0F;
			this.label106.Yalign = 0F;
			this.label106.LabelProp = global::Mono.Unix.Catalog.GetString ("Available encodings:");
			this.label106.WidthChars = 20;
			this.table5.Add (this.label106);
			global::Gtk.Table.TableChild w2 = ((global::Gtk.Table.TableChild)(this.table5 [this.label106]));
			w2.XOptions = ((global::Gtk.AttachOptions)(4));
			w2.YOptions = ((global::Gtk.AttachOptions)(0));
			// Container child table5.Gtk.Table+TableChild
			this.label107 = new global::Gtk.Label ();
			this.label107.Name = "label107";
			this.label107.Xalign = 0F;
			this.label107.Yalign = 0F;
			this.label107.LabelProp = global::Mono.Unix.Catalog.GetString ("Encodings shown in menu:");
			this.label107.WidthChars = 20;
			this.table5.Add (this.label107);
			global::Gtk.Table.TableChild w3 = ((global::Gtk.Table.TableChild)(this.table5 [this.label107]));
			w3.LeftAttach = ((uint)(2));
			w3.RightAttach = ((uint)(3));
			w3.XOptions = ((global::Gtk.AttachOptions)(4));
			w3.YOptions = ((global::Gtk.AttachOptions)(0));
			// Container child table5.Gtk.Table+TableChild
			this.scrolledwindow10 = new global::Gtk.ScrolledWindow ();
			this.scrolledwindow10.Name = "scrolledwindow10";
			this.scrolledwindow10.ShadowType = ((global::Gtk.ShadowType)(1));
			// Container child scrolledwindow10.Gtk.Container+ContainerChild
			this.listAvail = new global::Gtk.TreeView ();
			this.listAvail.Name = "listAvail";
			this.scrolledwindow10.Add (this.listAvail);
			this.table5.Add (this.scrolledwindow10);
			global::Gtk.Table.TableChild w5 = ((global::Gtk.Table.TableChild)(this.table5 [this.scrolledwindow10]));
			w5.TopAttach = ((uint)(1));
			w5.BottomAttach = ((uint)(2));
			// Container child table5.Gtk.Table+TableChild
			this.scrolledwindow11 = new global::Gtk.ScrolledWindow ();
			this.scrolledwindow11.Name = "scrolledwindow11";
			this.scrolledwindow11.ShadowType = ((global::Gtk.ShadowType)(1));
			// Container child scrolledwindow11.Gtk.Container+ContainerChild
			this.listSelected = new global::Gtk.TreeView ();
			this.listSelected.Name = "listSelected";
			this.scrolledwindow11.Add (this.listSelected);
			this.table5.Add (this.scrolledwindow11);
			global::Gtk.Table.TableChild w7 = ((global::Gtk.Table.TableChild)(this.table5 [this.scrolledwindow11]));
			w7.TopAttach = ((uint)(1));
			w7.BottomAttach = ((uint)(2));
			w7.LeftAttach = ((uint)(2));
			w7.RightAttach = ((uint)(3));
			// Container child table5.Gtk.Table+TableChild
			this.vbox74 = new global::Gtk.VBox ();
			this.vbox74.Name = "vbox74";
			this.vbox74.Spacing = 6;
			// Container child vbox74.Gtk.Box+BoxChild
			this.label108 = new global::Gtk.Label ();
			this.label108.Name = "label108";
			this.label108.Xalign = 0F;
			this.label108.Yalign = 0F;
			this.vbox74.Add (this.label108);
			global::Gtk.Box.BoxChild w8 = ((global::Gtk.Box.BoxChild)(this.vbox74 [this.label108]));
			w8.Position = 0;
			// Container child vbox74.Gtk.Box+BoxChild
			this.btnAdd = new global::Gtk.Button ();
			this.btnAdd.Name = "btnAdd";
			// Container child btnAdd.Gtk.Container+ContainerChild
			this.imageAdd = new global::MonoDevelop.Components.ImageView ();
			this.imageAdd.Name = "imageAdd";
			this.imageAdd.IconSize = ((global::Gtk.IconSize)(4));
			this.imageAdd.IconId = "gtk-add";
			this.btnAdd.Add (this.imageAdd);
			this.vbox74.Add (this.btnAdd);
			global::Gtk.Box.BoxChild w10 = ((global::Gtk.Box.BoxChild)(this.vbox74 [this.btnAdd]));
			w10.Position = 1;
			w10.Fill = false;
			// Container child vbox74.Gtk.Box+BoxChild
			this.btnRemove = new global::Gtk.Button ();
			this.btnRemove.Name = "btnRemove";
			// Container child btnRemove.Gtk.Container+ContainerChild
			this.imageRemove = new global::MonoDevelop.Components.ImageView ();
			this.imageRemove.Name = "imageRemove";
			this.imageRemove.IconSize = ((global::Gtk.IconSize)(4));
			this.imageRemove.IconId = "gtk-remove";
			this.btnRemove.Add (this.imageRemove);
			this.vbox74.Add (this.btnRemove);
			global::Gtk.Box.BoxChild w12 = ((global::Gtk.Box.BoxChild)(this.vbox74 [this.btnRemove]));
			w12.Position = 2;
			w12.Fill = false;
			// Container child vbox74.Gtk.Box+BoxChild
			this.label109 = new global::Gtk.Label ();
			this.label109.Name = "label109";
			this.label109.Xalign = 0F;
			this.label109.Yalign = 0F;
			this.vbox74.Add (this.label109);
			global::Gtk.Box.BoxChild w13 = ((global::Gtk.Box.BoxChild)(this.vbox74 [this.label109]));
			w13.Position = 3;
			this.table5.Add (this.vbox74);
			global::Gtk.Table.TableChild w14 = ((global::Gtk.Table.TableChild)(this.table5 [this.vbox74]));
			w14.TopAttach = ((uint)(1));
			w14.BottomAttach = ((uint)(2));
			w14.LeftAttach = ((uint)(1));
			w14.RightAttach = ((uint)(2));
			w14.XOptions = ((global::Gtk.AttachOptions)(0));
			w14.YOptions = ((global::Gtk.AttachOptions)(0));
			// Container child table5.Gtk.Table+TableChild
			this.vbox75 = new global::Gtk.VBox ();
			this.vbox75.Name = "vbox75";
			this.vbox75.Spacing = 6;
			// Container child vbox75.Gtk.Box+BoxChild
			this.btnUp = new global::Gtk.Button ();
			this.btnUp.Name = "btnUp";
			// Container child btnUp.Gtk.Container+ContainerChild
			this.imageUp = new global::MonoDevelop.Components.ImageView ();
			this.imageUp.Name = "imageUp";
			this.imageUp.IconSize = ((global::Gtk.IconSize)(4));
			this.imageUp.IconId = "gtk-go-up";
			this.btnUp.Add (this.imageUp);
			this.vbox75.Add (this.btnUp);
			global::Gtk.Box.BoxChild w16 = ((global::Gtk.Box.BoxChild)(this.vbox75 [this.btnUp]));
			w16.Position = 0;
			w16.Expand = false;
			w16.Fill = false;
			// Container child vbox75.Gtk.Box+BoxChild
			this.btnDown = new global::Gtk.Button ();
			this.btnDown.Name = "btnDown";
			// Container child btnDown.Gtk.Container+ContainerChild
			this.imageDown = new global::MonoDevelop.Components.ImageView ();
			this.imageDown.Name = "imageDown";
			this.imageDown.IconSize = ((global::Gtk.IconSize)(4));
			this.imageDown.IconId = "gtk-go-down";
			this.btnDown.Add (this.imageDown);
			this.vbox75.Add (this.btnDown);
			global::Gtk.Box.BoxChild w18 = ((global::Gtk.Box.BoxChild)(this.vbox75 [this.btnDown]));
			w18.Position = 1;
			w18.Expand = false;
			w18.Fill = false;
			this.table5.Add (this.vbox75);
			global::Gtk.Table.TableChild w19 = ((global::Gtk.Table.TableChild)(this.table5 [this.vbox75]));
			w19.TopAttach = ((uint)(1));
			w19.BottomAttach = ((uint)(2));
			w19.LeftAttach = ((uint)(3));
			w19.RightAttach = ((uint)(4));
			w19.XOptions = ((global::Gtk.AttachOptions)(0));
			w19.YOptions = ((global::Gtk.AttachOptions)(0));
			w1.Add (this.table5);
			global::Gtk.Box.BoxChild w20 = ((global::Gtk.Box.BoxChild)(w1 [this.table5]));
			w20.Position = 0;
			// Internal child MonoDevelop.Ide.SelectEncodingsDialog.ActionArea
			global::Gtk.HButtonBox w21 = this.ActionArea;
			w21.Name = "dialog-action_area5";
			w21.Spacing = 6;
			w21.BorderWidth = ((uint)(5));
			w21.LayoutStyle = ((global::Gtk.ButtonBoxStyle)(4));
			// Container child dialog-action_area5.Gtk.ButtonBox+ButtonBoxChild
			this.cancelbutton1 = new global::Gtk.Button ();
			this.cancelbutton1.Name = "cancelbutton1";
			this.cancelbutton1.UseStock = true;
			this.cancelbutton1.UseUnderline = true;
			this.cancelbutton1.Label = "gtk-cancel";
			this.AddActionWidget (this.cancelbutton1, -6);
			global::Gtk.ButtonBox.ButtonBoxChild w22 = ((global::Gtk.ButtonBox.ButtonBoxChild)(w21 [this.cancelbutton1]));
			w22.Expand = false;
			w22.Fill = false;
			// Container child dialog-action_area5.Gtk.ButtonBox+ButtonBoxChild
			this.okbutton1 = new global::Gtk.Button ();
			this.okbutton1.Name = "okbutton1";
			this.okbutton1.UseStock = true;
			this.okbutton1.UseUnderline = true;
			this.okbutton1.Label = "gtk-ok";
			this.AddActionWidget (this.okbutton1, -5);
			global::Gtk.ButtonBox.ButtonBoxChild w23 = ((global::Gtk.ButtonBox.ButtonBoxChild)(w21 [this.okbutton1]));
			w23.Position = 1;
			w23.Expand = false;
			w23.Fill = false;
			if ((this.Child != null)) {
				this.Child.ShowAll ();
			}
			this.Hide ();
			this.Response += new global::Gtk.ResponseHandler (this.OnRespond);
			this.btnUp.Clicked += new global::System.EventHandler (this.OnUpClicked);
			this.btnDown.Clicked += new global::System.EventHandler (this.OnDownClicked);
			this.btnAdd.Clicked += new global::System.EventHandler (this.OnAddClicked);
			this.btnRemove.Clicked += new global::System.EventHandler (this.OnRemoveClicked);
		}
コード例 #27
0
 protected virtual void Build()
 {
     global::Stetic.Gui.Initialize(this);
     // Widget MonoDevelop.Ide.Gui.Dialogs.SelectFileFormatDialog
     this.Name           = "MonoDevelop.Ide.Gui.Dialogs.SelectFileFormatDialog";
     this.Title          = global::Mono.Unix.Catalog.GetString("Select File Format");
     this.WindowPosition = ((global::Gtk.WindowPosition)(4));
     // Internal child MonoDevelop.Ide.Gui.Dialogs.SelectFileFormatDialog.VBox
     global::Gtk.VBox w1 = this.VBox;
     w1.Name        = "dialog1_VBox";
     w1.BorderWidth = ((uint)(2));
     // Container child dialog1_VBox.Gtk.Box+BoxChild
     this.hbox1             = new global::Gtk.HBox();
     this.hbox1.Name        = "hbox1";
     this.hbox1.Spacing     = 6;
     this.hbox1.BorderWidth = ((uint)(6));
     // Container child hbox1.Gtk.Box+BoxChild
     this.vbox3         = new global::Gtk.VBox();
     this.vbox3.Name    = "vbox3";
     this.vbox3.Spacing = 6;
     // Container child vbox3.Gtk.Box+BoxChild
     this.iconWarning          = new global::MonoDevelop.Components.ImageView();
     this.iconWarning.Name     = "iconWarning";
     this.iconWarning.IconId   = "gtk-dialog-warning";
     this.iconWarning.IconSize = ((global::Gtk.IconSize)(6));
     this.vbox3.Add(this.iconWarning);
     global::Gtk.Box.BoxChild w2 = ((global::Gtk.Box.BoxChild)(this.vbox3 [this.iconWarning]));
     w2.Position = 0;
     w2.Expand   = false;
     w2.Fill     = false;
     this.hbox1.Add(this.vbox3);
     global::Gtk.Box.BoxChild w3 = ((global::Gtk.Box.BoxChild)(this.hbox1 [this.vbox3]));
     w3.Position = 0;
     w3.Expand   = false;
     w3.Fill     = false;
     // Container child hbox1.Gtk.Box+BoxChild
     this.vbox2             = new global::Gtk.VBox();
     this.vbox2.Name        = "vbox2";
     this.vbox2.Spacing     = 6;
     this.vbox2.BorderWidth = ((uint)(6));
     // Container child vbox2.Gtk.Box+BoxChild
     this.label1           = new global::Gtk.Label();
     this.label1.Name      = "label1";
     this.label1.Xalign    = 0F;
     this.label1.LabelProp = global::Mono.Unix.Catalog.GetString("<b>File Format Incompatibility Detected</b>");
     this.label1.UseMarkup = true;
     this.vbox2.Add(this.label1);
     global::Gtk.Box.BoxChild w4 = ((global::Gtk.Box.BoxChild)(this.vbox2 [this.label1]));
     w4.Position = 0;
     w4.Expand   = false;
     w4.Fill     = false;
     // Container child vbox2.Gtk.Box+BoxChild
     this.labelMessage           = new global::Gtk.Label();
     this.labelMessage.Name      = "labelMessage";
     this.labelMessage.Xalign    = 0F;
     this.labelMessage.LabelProp = global::Mono.Unix.Catalog.GetString("The current file format for project {0} is not compatible with some settings of the project.");
     this.vbox2.Add(this.labelMessage);
     global::Gtk.Box.BoxChild w5 = ((global::Gtk.Box.BoxChild)(this.vbox2 [this.labelMessage]));
     w5.Position = 1;
     w5.Expand   = false;
     w5.Fill     = false;
     // Container child vbox2.Gtk.Box+BoxChild
     this.labelWarnings = new global::Gtk.Label();
     this.labelWarnings.WidthRequest = 525;
     this.labelWarnings.Name         = "labelWarnings";
     this.labelWarnings.Xalign       = 0F;
     this.labelWarnings.Wrap         = true;
     this.vbox2.Add(this.labelWarnings);
     global::Gtk.Box.BoxChild w6 = ((global::Gtk.Box.BoxChild)(this.vbox2 [this.labelWarnings]));
     w6.Position = 2;
     w6.Expand   = false;
     w6.Fill     = false;
     // Container child vbox2.Gtk.Box+BoxChild
     this.label6           = new global::Gtk.Label();
     this.label6.Name      = "label6";
     this.label6.Xalign    = 0F;
     this.label6.LabelProp = global::Mono.Unix.Catalog.GetString("Please select a new file format for the solution:");
     this.vbox2.Add(this.label6);
     global::Gtk.Box.BoxChild w7 = ((global::Gtk.Box.BoxChild)(this.vbox2 [this.label6]));
     w7.Position = 3;
     w7.Expand   = false;
     w7.Fill     = false;
     // Container child vbox2.Gtk.Box+BoxChild
     this.alignment2             = new global::Gtk.Alignment(0.5F, 0.5F, 1F, 1F);
     this.alignment2.Name        = "alignment2";
     this.alignment2.LeftPadding = ((uint)(18));
     // Container child alignment2.Gtk.Container+ContainerChild
     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.alignment3               = new global::Gtk.Alignment(0.5F, 0.5F, 1F, 1F);
     this.alignment3.Name          = "alignment3";
     this.alignment3.TopPadding    = ((uint)(3));
     this.alignment3.BottomPadding = ((uint)(3));
     // Container child alignment3.Gtk.Container+ContainerChild
     this.labelCurrentFormat           = new global::Gtk.Label();
     this.labelCurrentFormat.Name      = "labelCurrentFormat";
     this.labelCurrentFormat.Xalign    = 0F;
     this.labelCurrentFormat.LabelProp = "MonoDevelop";
     this.alignment3.Add(this.labelCurrentFormat);
     this.table1.Add(this.alignment3);
     global::Gtk.Table.TableChild w9 = ((global::Gtk.Table.TableChild)(this.table1 [this.alignment3]));
     w9.LeftAttach  = ((uint)(1));
     w9.RightAttach = ((uint)(2));
     w9.XOptions    = ((global::Gtk.AttachOptions)(4));
     w9.YOptions    = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     this.comboNewFormat      = global::Gtk.ComboBox.NewText();
     this.comboNewFormat.Name = "comboNewFormat";
     this.table1.Add(this.comboNewFormat);
     global::Gtk.Table.TableChild w10 = ((global::Gtk.Table.TableChild)(this.table1 [this.comboNewFormat]));
     w10.TopAttach    = ((uint)(1));
     w10.BottomAttach = ((uint)(2));
     w10.LeftAttach   = ((uint)(1));
     w10.RightAttach  = ((uint)(2));
     w10.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     this.label3           = new global::Gtk.Label();
     this.label3.Name      = "label3";
     this.label3.Xalign    = 0F;
     this.label3.LabelProp = global::Mono.Unix.Catalog.GetString("Current Format:");
     this.table1.Add(this.label3);
     global::Gtk.Table.TableChild w11 = ((global::Gtk.Table.TableChild)(this.table1 [this.label3]));
     w11.XOptions = ((global::Gtk.AttachOptions)(4));
     w11.YOptions = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     this.label4           = new global::Gtk.Label();
     this.label4.Name      = "label4";
     this.label4.Xalign    = 0F;
     this.label4.LabelProp = global::Mono.Unix.Catalog.GetString("New Format:");
     this.table1.Add(this.label4);
     global::Gtk.Table.TableChild w12 = ((global::Gtk.Table.TableChild)(this.table1 [this.label4]));
     w12.TopAttach    = ((uint)(1));
     w12.BottomAttach = ((uint)(2));
     w12.XOptions     = ((global::Gtk.AttachOptions)(4));
     w12.YOptions     = ((global::Gtk.AttachOptions)(4));
     this.alignment2.Add(this.table1);
     this.vbox2.Add(this.alignment2);
     global::Gtk.Box.BoxChild w14 = ((global::Gtk.Box.BoxChild)(this.vbox2 [this.alignment2]));
     w14.Position = 4;
     w14.Expand   = false;
     w14.Fill     = false;
     this.hbox1.Add(this.vbox2);
     global::Gtk.Box.BoxChild w15 = ((global::Gtk.Box.BoxChild)(this.hbox1 [this.vbox2]));
     w15.Position = 1;
     w15.Expand   = false;
     w15.Fill     = false;
     w1.Add(this.hbox1);
     global::Gtk.Box.BoxChild w16 = ((global::Gtk.Box.BoxChild)(w1 [this.hbox1]));
     w16.Position = 0;
     w16.Expand   = false;
     w16.Fill     = false;
     // Internal child MonoDevelop.Ide.Gui.Dialogs.SelectFileFormatDialog.ActionArea
     global::Gtk.HButtonBox w17 = this.ActionArea;
     w17.Name        = "dialog1_ActionArea";
     w17.Spacing     = 10;
     w17.BorderWidth = ((uint)(5));
     w17.LayoutStyle = ((global::Gtk.ButtonBoxStyle)(4));
     // Container child dialog1_ActionArea.Gtk.ButtonBox+ButtonBoxChild
     this.buttonCancel              = new global::Gtk.Button();
     this.buttonCancel.CanDefault   = true;
     this.buttonCancel.CanFocus     = true;
     this.buttonCancel.Name         = "buttonCancel";
     this.buttonCancel.UseStock     = true;
     this.buttonCancel.UseUnderline = true;
     this.buttonCancel.Label        = "gtk-cancel";
     this.AddActionWidget(this.buttonCancel, -6);
     global::Gtk.ButtonBox.ButtonBoxChild w18 = ((global::Gtk.ButtonBox.ButtonBoxChild)(w17 [this.buttonCancel]));
     w18.Expand = false;
     w18.Fill   = false;
     // Container child dialog1_ActionArea.Gtk.ButtonBox+ButtonBoxChild
     this.buttonOk              = new global::Gtk.Button();
     this.buttonOk.CanDefault   = true;
     this.buttonOk.CanFocus     = true;
     this.buttonOk.Name         = "buttonOk";
     this.buttonOk.UseStock     = true;
     this.buttonOk.UseUnderline = true;
     this.buttonOk.Label        = "gtk-ok";
     this.AddActionWidget(this.buttonOk, -5);
     global::Gtk.ButtonBox.ButtonBoxChild w19 = ((global::Gtk.ButtonBox.ButtonBoxChild)(w17 [this.buttonOk]));
     w19.Position = 1;
     w19.Expand   = false;
     w19.Fill     = false;
     if ((this.Child != null))
     {
         this.Child.ShowAll();
     }
     this.DefaultWidth  = 638;
     this.DefaultHeight = 246;
     this.Hide();
 }
 protected virtual void Build()
 {
     MonoDevelop.Components.Gui.Initialize(this);
     // Widget MonoDevelop.Ide.ExternalTools.ExternalToolPanelWidget
     MonoDevelop.Components.BinContainer.Attach(this);
     this.Name = "MonoDevelop.Ide.ExternalTools.ExternalToolPanelWidget";
     // Container child MonoDevelop.Ide.ExternalTools.ExternalToolPanelWidget.Gtk.Container+ContainerChild
     this.vbox32         = new global::Gtk.VBox();
     this.vbox32.Name    = "vbox32";
     this.vbox32.Spacing = 12;
     // Container child vbox32.Gtk.Box+BoxChild
     this.hbox21         = new global::Gtk.HBox();
     this.hbox21.Name    = "hbox21";
     this.hbox21.Spacing = 6;
     // Container child hbox21.Gtk.Box+BoxChild
     this.scrolledwindow4            = new global::Gtk.ScrolledWindow();
     this.scrolledwindow4.Name       = "scrolledwindow4";
     this.scrolledwindow4.ShadowType = ((global::Gtk.ShadowType)(4));
     // Container child scrolledwindow4.Gtk.Container+ContainerChild
     this.toolListBox = new global::Gtk.TreeView();
     this.toolListBox.WidthRequest  = 200;
     this.toolListBox.HeightRequest = 150;
     this.toolListBox.Name          = "toolListBox";
     this.scrolledwindow4.Add(this.toolListBox);
     this.hbox21.Add(this.scrolledwindow4);
     global::Gtk.Box.BoxChild w2 = ((global::Gtk.Box.BoxChild)(this.hbox21 [this.scrolledwindow4]));
     w2.Position = 0;
     // Container child hbox21.Gtk.Box+BoxChild
     this.buttons         = new global::Gtk.VBox();
     this.buttons.Name    = "buttons";
     this.buttons.Spacing = 6;
     // Container child buttons.Gtk.Box+BoxChild
     this.addButton              = new global::Gtk.Button();
     this.addButton.Name         = "addButton";
     this.addButton.UseStock     = true;
     this.addButton.UseUnderline = true;
     this.addButton.Label        = "gtk-add";
     this.buttons.Add(this.addButton);
     global::Gtk.Box.BoxChild w3 = ((global::Gtk.Box.BoxChild)(this.buttons [this.addButton]));
     w3.Position = 0;
     w3.Expand   = false;
     w3.Fill     = false;
     // Container child buttons.Gtk.Box+BoxChild
     this.removeButton              = new global::Gtk.Button();
     this.removeButton.Name         = "removeButton";
     this.removeButton.UseStock     = true;
     this.removeButton.UseUnderline = true;
     this.removeButton.Label        = "gtk-remove";
     this.buttons.Add(this.removeButton);
     global::Gtk.Box.BoxChild w4 = ((global::Gtk.Box.BoxChild)(this.buttons [this.removeButton]));
     w4.Position = 1;
     w4.Expand   = false;
     w4.Fill     = false;
     // Container child buttons.Gtk.Box+BoxChild
     this.label34           = new global::Gtk.Label();
     this.label34.Name      = "label34";
     this.label34.Xalign    = 0F;
     this.label34.Yalign    = 0F;
     this.label34.LabelProp = "    ";
     this.buttons.Add(this.label34);
     global::Gtk.Box.BoxChild w5 = ((global::Gtk.Box.BoxChild)(this.buttons [this.label34]));
     w5.Position = 2;
     // Container child buttons.Gtk.Box+BoxChild
     this.moveUpButton              = new global::Gtk.Button();
     this.moveUpButton.Name         = "moveUpButton";
     this.moveUpButton.UseStock     = true;
     this.moveUpButton.UseUnderline = true;
     this.moveUpButton.Label        = "gtk-go-up";
     this.buttons.Add(this.moveUpButton);
     global::Gtk.Box.BoxChild w6 = ((global::Gtk.Box.BoxChild)(this.buttons [this.moveUpButton]));
     w6.Position = 3;
     w6.Expand   = false;
     w6.Fill     = false;
     // Container child buttons.Gtk.Box+BoxChild
     this.moveDownButton              = new global::Gtk.Button();
     this.moveDownButton.Name         = "moveDownButton";
     this.moveDownButton.UseStock     = true;
     this.moveDownButton.UseUnderline = true;
     this.moveDownButton.Label        = "gtk-go-down";
     this.buttons.Add(this.moveDownButton);
     global::Gtk.Box.BoxChild w7 = ((global::Gtk.Box.BoxChild)(this.buttons [this.moveDownButton]));
     w7.Position = 4;
     w7.Expand   = false;
     w7.Fill     = false;
     this.hbox21.Add(this.buttons);
     global::Gtk.Box.BoxChild w8 = ((global::Gtk.Box.BoxChild)(this.hbox21 [this.buttons]));
     w8.Position = 1;
     w8.Expand   = false;
     w8.Fill     = false;
     this.vbox32.Add(this.hbox21);
     global::Gtk.Box.BoxChild w9 = ((global::Gtk.Box.BoxChild)(this.vbox32 [this.hbox21]));
     w9.Position = 0;
     // Container child vbox32.Gtk.Box+BoxChild
     this.table2               = new global::Gtk.Table(((uint)(5)), ((uint)(2)), false);
     this.table2.RowSpacing    = ((uint)(6));
     this.table2.ColumnSpacing = ((uint)(6));
     // Container child table2.Gtk.Table+TableChild
     this.argumentLabel              = new global::Gtk.Label();
     this.argumentLabel.Name         = "argumentLabel";
     this.argumentLabel.Xalign       = 0F;
     this.argumentLabel.Yalign       = 0F;
     this.argumentLabel.LabelProp    = global::Mono.Unix.Catalog.GetString("_Arguments:");
     this.argumentLabel.UseUnderline = true;
     this.table2.Add(this.argumentLabel);
     global::Gtk.Table.TableChild w10 = ((global::Gtk.Table.TableChild)(this.table2 [this.argumentLabel]));
     w10.TopAttach    = ((uint)(2));
     w10.BottomAttach = ((uint)(3));
     w10.XOptions     = ((global::Gtk.AttachOptions)(4));
     w10.YOptions     = ((global::Gtk.AttachOptions)(0));
     // Container child table2.Gtk.Table+TableChild
     this.browseButton      = new global::MonoDevelop.Components.FileEntry();
     this.browseButton.Name = "browseButton";
     this.table2.Add(this.browseButton);
     global::Gtk.Table.TableChild w11 = ((global::Gtk.Table.TableChild)(this.table2 [this.browseButton]));
     w11.TopAttach    = ((uint)(1));
     w11.BottomAttach = ((uint)(2));
     w11.LeftAttach   = ((uint)(1));
     w11.RightAttach  = ((uint)(2));
     w11.XOptions     = ((global::Gtk.AttachOptions)(4));
     w11.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child table2.Gtk.Table+TableChild
     this.commandLabel              = new global::Gtk.Label();
     this.commandLabel.Name         = "commandLabel";
     this.commandLabel.Xalign       = 0F;
     this.commandLabel.Yalign       = 0F;
     this.commandLabel.LabelProp    = global::Mono.Unix.Catalog.GetString("_Command:");
     this.commandLabel.UseUnderline = true;
     this.table2.Add(this.commandLabel);
     global::Gtk.Table.TableChild w12 = ((global::Gtk.Table.TableChild)(this.table2 [this.commandLabel]));
     w12.TopAttach    = ((uint)(1));
     w12.BottomAttach = ((uint)(2));
     w12.XOptions     = ((global::Gtk.AttachOptions)(4));
     w12.YOptions     = ((global::Gtk.AttachOptions)(0));
     // Container child table2.Gtk.Table+TableChild
     this.defaultKeyLabel           = new global::Gtk.Label();
     this.defaultKeyLabel.Name      = "defaultKeyLabel";
     this.defaultKeyLabel.Xalign    = 0F;
     this.defaultKeyLabel.LabelProp = global::Mono.Unix.Catalog.GetString("Key Binding:");
     this.table2.Add(this.defaultKeyLabel);
     global::Gtk.Table.TableChild w13 = ((global::Gtk.Table.TableChild)(this.table2 [this.defaultKeyLabel]));
     w13.TopAttach    = ((uint)(4));
     w13.BottomAttach = ((uint)(5));
     w13.XOptions     = ((global::Gtk.AttachOptions)(4));
     w13.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child table2.Gtk.Table+TableChild
     this.table3               = new global::Gtk.Table(((uint)(1)), ((uint)(2)), false);
     this.table3.Name          = "table3";
     this.table3.RowSpacing    = ((uint)(6));
     this.table3.ColumnSpacing = ((uint)(4));
     // Container child table3.Gtk.Table+TableChild
     this.argumentTextBox               = new global::Gtk.Entry();
     this.argumentTextBox.Name          = "argumentTextBox";
     this.argumentTextBox.IsEditable    = true;
     this.argumentTextBox.InvisibleChar = '●';
     this.table3.Add(this.argumentTextBox);
     global::Gtk.Table.TableChild w14 = ((global::Gtk.Table.TableChild)(this.table3 [this.argumentTextBox]));
     w14.YOptions = ((global::Gtk.AttachOptions)(0));
     // Container child table3.Gtk.Table+TableChild
     this.tagSelectorArgs        = new global::MonoDevelop.Ide.Gui.Components.StringTagSelectorButton();
     this.tagSelectorArgs.Events = ((global::Gdk.EventMask)(256));
     this.tagSelectorArgs.Name   = "tagSelectorArgs";
     this.table3.Add(this.tagSelectorArgs);
     global::Gtk.Table.TableChild w15 = ((global::Gtk.Table.TableChild)(this.table3 [this.tagSelectorArgs]));
     w15.LeftAttach  = ((uint)(1));
     w15.RightAttach = ((uint)(2));
     w15.XOptions    = ((global::Gtk.AttachOptions)(4));
     w15.YOptions    = ((global::Gtk.AttachOptions)(4));
     this.table2.Add(this.table3);
     global::Gtk.Table.TableChild w16 = ((global::Gtk.Table.TableChild)(this.table2 [this.table3]));
     w16.TopAttach    = ((uint)(2));
     w16.BottomAttach = ((uint)(3));
     w16.LeftAttach   = ((uint)(1));
     w16.RightAttach  = ((uint)(2));
     w16.YOptions     = ((global::Gtk.AttachOptions)(0));
     // Container child table2.Gtk.Table+TableChild
     this.table4               = new global::Gtk.Table(((uint)(1)), ((uint)(2)), false);
     this.table4.Name          = "table4";
     this.table4.RowSpacing    = ((uint)(6));
     this.table4.ColumnSpacing = ((uint)(4));
     // Container child table4.Gtk.Table+TableChild
     this.tagSelectorPath        = new global::MonoDevelop.Ide.Gui.Components.StringTagSelectorButton();
     this.tagSelectorPath.Events = ((global::Gdk.EventMask)(256));
     this.tagSelectorPath.Name   = "tagSelectorPath";
     this.table4.Add(this.tagSelectorPath);
     global::Gtk.Table.TableChild w17 = ((global::Gtk.Table.TableChild)(this.table4 [this.tagSelectorPath]));
     w17.LeftAttach  = ((uint)(1));
     w17.RightAttach = ((uint)(2));
     w17.XOptions    = ((global::Gtk.AttachOptions)(4));
     w17.YOptions    = ((global::Gtk.AttachOptions)(4));
     // Container child table4.Gtk.Table+TableChild
     this.workingDirTextBox               = new global::Gtk.Entry();
     this.workingDirTextBox.Name          = "workingDirTextBox";
     this.workingDirTextBox.IsEditable    = true;
     this.workingDirTextBox.InvisibleChar = '●';
     this.table4.Add(this.workingDirTextBox);
     global::Gtk.Table.TableChild w18 = ((global::Gtk.Table.TableChild)(this.table4 [this.workingDirTextBox]));
     w18.YOptions = ((global::Gtk.AttachOptions)(0));
     this.table2.Add(this.table4);
     global::Gtk.Table.TableChild w19 = ((global::Gtk.Table.TableChild)(this.table2 [this.table4]));
     w19.TopAttach    = ((uint)(3));
     w19.BottomAttach = ((uint)(4));
     w19.LeftAttach   = ((uint)(1));
     w19.RightAttach  = ((uint)(2));
     w19.YOptions     = ((global::Gtk.AttachOptions)(0));
     // Container child table2.Gtk.Table+TableChild
     this.table5               = new global::Gtk.Table(((uint)(1)), ((uint)(3)), false);
     this.table5.Name          = "table5";
     this.table5.RowSpacing    = ((uint)(6));
     this.table5.ColumnSpacing = ((uint)(6));
     // Container child table5.Gtk.Table+TableChild
     this.defaultKeyTextBox               = new global::Gtk.Entry();
     this.defaultKeyTextBox.CanFocus      = true;
     this.defaultKeyTextBox.Name          = "defaultKeyTextBox";
     this.defaultKeyTextBox.IsEditable    = true;
     this.defaultKeyTextBox.InvisibleChar = '●';
     this.table5.Add(this.defaultKeyTextBox);
     global::Gtk.Table.TableChild w20 = ((global::Gtk.Table.TableChild)(this.table5 [this.defaultKeyTextBox]));
     w20.YOptions = ((global::Gtk.AttachOptions)(4));
     // Container child table5.Gtk.Table+TableChild
     this.keyBindingInfoEventBox = new global::Gtk.EventBox();
     this.keyBindingInfoEventBox.WidthRequest  = 16;
     this.keyBindingInfoEventBox.HeightRequest = 16;
     this.keyBindingInfoEventBox.Name          = "keyBindingInfoEventBox";
     this.keyBindingInfoEventBox.VisibleWindow = false;
     // Container child keyBindingInfoEventBox.Gtk.Container+ContainerChild
     this.defaultKeyInfoIcon          = new global::MonoDevelop.Components.ImageView();
     this.defaultKeyInfoIcon.Name     = "defaultKeyInfoIcon";
     this.defaultKeyInfoIcon.IconId   = "md-warning";
     this.defaultKeyInfoIcon.IconSize = ((global::Gtk.IconSize)(1));
     this.keyBindingInfoEventBox.Add(this.defaultKeyInfoIcon);
     this.table5.Add(this.keyBindingInfoEventBox);
     global::Gtk.Table.TableChild w22 = ((global::Gtk.Table.TableChild)(this.table5 [this.keyBindingInfoEventBox]));
     w22.LeftAttach  = ((uint)(1));
     w22.RightAttach = ((uint)(2));
     w22.XOptions    = ((global::Gtk.AttachOptions)(4));
     w22.YOptions    = ((global::Gtk.AttachOptions)(4));
     // Container child table5.Gtk.Table+TableChild
     this.label2      = new global::Gtk.Label();
     this.label2.Name = "label2";
     this.table5.Add(this.label2);
     global::Gtk.Table.TableChild w23 = ((global::Gtk.Table.TableChild)(this.table5 [this.label2]));
     w23.LeftAttach  = ((uint)(2));
     w23.RightAttach = ((uint)(3));
     w23.YOptions    = ((global::Gtk.AttachOptions)(4));
     this.table2.Add(this.table5);
     global::Gtk.Table.TableChild w24 = ((global::Gtk.Table.TableChild)(this.table2 [this.table5]));
     w24.TopAttach    = ((uint)(4));
     w24.BottomAttach = ((uint)(5));
     w24.LeftAttach   = ((uint)(1));
     w24.RightAttach  = ((uint)(2));
     w24.XOptions     = ((global::Gtk.AttachOptions)(4));
     w24.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child table2.Gtk.Table+TableChild
     this.titleLabel              = new global::Gtk.Label();
     this.titleLabel.Name         = "titleLabel";
     this.titleLabel.Xalign       = 0F;
     this.titleLabel.Yalign       = 0F;
     this.titleLabel.LabelProp    = global::Mono.Unix.Catalog.GetString("_Title:");
     this.titleLabel.UseUnderline = true;
     this.table2.Add(this.titleLabel);
     global::Gtk.Table.TableChild w25 = ((global::Gtk.Table.TableChild)(this.table2 [this.titleLabel]));
     w25.XOptions = ((global::Gtk.AttachOptions)(4));
     w25.YOptions = ((global::Gtk.AttachOptions)(0));
     // Container child table2.Gtk.Table+TableChild
     this.titleTextBox               = new global::Gtk.Entry();
     this.titleTextBox.Name          = "titleTextBox";
     this.titleTextBox.IsEditable    = true;
     this.titleTextBox.InvisibleChar = '●';
     this.table2.Add(this.titleTextBox);
     global::Gtk.Table.TableChild w26 = ((global::Gtk.Table.TableChild)(this.table2 [this.titleTextBox]));
     w26.LeftAttach  = ((uint)(1));
     w26.RightAttach = ((uint)(2));
     w26.YOptions    = ((global::Gtk.AttachOptions)(0));
     // Container child table2.Gtk.Table+TableChild
     this.workingDirLabel              = new global::Gtk.Label();
     this.workingDirLabel.Name         = "workingDirLabel";
     this.workingDirLabel.Xalign       = 0F;
     this.workingDirLabel.Yalign       = 0F;
     this.workingDirLabel.LabelProp    = global::Mono.Unix.Catalog.GetString("_Working directory:");
     this.workingDirLabel.UseUnderline = true;
     this.table2.Add(this.workingDirLabel);
     global::Gtk.Table.TableChild w27 = ((global::Gtk.Table.TableChild)(this.table2 [this.workingDirLabel]));
     w27.TopAttach    = ((uint)(3));
     w27.BottomAttach = ((uint)(4));
     w27.XOptions     = ((global::Gtk.AttachOptions)(4));
     w27.YOptions     = ((global::Gtk.AttachOptions)(0));
     this.vbox32.Add(this.table2);
     global::Gtk.Box.BoxChild w28 = ((global::Gtk.Box.BoxChild)(this.vbox32 [this.table2]));
     w28.Position = 1;
     w28.Expand   = false;
     w28.Fill     = false;
     // Container child vbox32.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.promptArgsCheckBox               = new global::Gtk.CheckButton();
     this.promptArgsCheckBox.Name          = "promptArgsCheckBox";
     this.promptArgsCheckBox.Label         = global::Mono.Unix.Catalog.GetString("_Prompt for arguments");
     this.promptArgsCheckBox.DrawIndicator = true;
     this.promptArgsCheckBox.UseUnderline  = true;
     this.table1.Add(this.promptArgsCheckBox);
     global::Gtk.Table.TableChild w29 = ((global::Gtk.Table.TableChild)(this.table1 [this.promptArgsCheckBox]));
     w29.YOptions = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     this.saveCurrentFileCheckBox               = new global::Gtk.CheckButton();
     this.saveCurrentFileCheckBox.CanFocus      = true;
     this.saveCurrentFileCheckBox.Name          = "saveCurrentFileCheckBox";
     this.saveCurrentFileCheckBox.Label         = global::Mono.Unix.Catalog.GetString("_Save current file");
     this.saveCurrentFileCheckBox.DrawIndicator = true;
     this.saveCurrentFileCheckBox.UseUnderline  = true;
     this.table1.Add(this.saveCurrentFileCheckBox);
     global::Gtk.Table.TableChild w30 = ((global::Gtk.Table.TableChild)(this.table1 [this.saveCurrentFileCheckBox]));
     w30.LeftAttach  = ((uint)(1));
     w30.RightAttach = ((uint)(2));
     w30.YOptions    = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     this.useOutputPadCheckBox               = new global::Gtk.CheckButton();
     this.useOutputPadCheckBox.Name          = "useOutputPadCheckBox";
     this.useOutputPadCheckBox.Label         = global::Mono.Unix.Catalog.GetString("Use _output window");
     this.useOutputPadCheckBox.DrawIndicator = true;
     this.useOutputPadCheckBox.UseUnderline  = true;
     this.table1.Add(this.useOutputPadCheckBox);
     global::Gtk.Table.TableChild w31 = ((global::Gtk.Table.TableChild)(this.table1 [this.useOutputPadCheckBox]));
     w31.TopAttach    = ((uint)(1));
     w31.BottomAttach = ((uint)(2));
     w31.YOptions     = ((global::Gtk.AttachOptions)(4));
     this.vbox32.Add(this.table1);
     global::Gtk.Box.BoxChild w32 = ((global::Gtk.Box.BoxChild)(this.vbox32 [this.table1]));
     w32.Position = 2;
     w32.Expand   = false;
     w32.Fill     = false;
     this.Add(this.vbox32);
     if ((this.Child != null))
     {
         this.Child.ShowAll();
     }
     this.keyBindingInfoEventBox.Hide();
     this.titleLabel.MnemonicWidget = this.titleTextBox;
     this.Show();
 }
コード例 #29
0
        protected virtual void Build()
        {
            MonoDevelop.Components.Gui.Initialize(this);
            // Widget MonoDevelop.Gettext.POEditorWidget
            var w1 = MonoDevelop.Components.BinContainer.Attach(this);

            this.UIManager = new global::Gtk.UIManager();
            global::Gtk.ActionGroup w2 = new global::Gtk.ActionGroup("Default");
            this.UIManager.InsertActionGroup(w2, 0);
            this.Name = "MonoDevelop.Gettext.POEditorWidget";
            // Container child MonoDevelop.Gettext.POEditorWidget.Gtk.Container+ContainerChild
            this.vbox2         = new global::Gtk.VBox();
            this.vbox2.Name    = "vbox2";
            this.vbox2.Spacing = 6;
            // Container child vbox2.Gtk.Box+BoxChild
            this.notebookPages             = new global::Gtk.Notebook();
            this.notebookPages.CanFocus    = true;
            this.notebookPages.Name        = "notebookPages";
            this.notebookPages.CurrentPage = 0;
            this.notebookPages.ShowBorder  = false;
            this.notebookPages.ShowTabs    = false;
            // Container child notebookPages.Gtk.Notebook+NotebookChild
            this.vbox7         = new global::Gtk.VBox();
            this.vbox7.Name    = "vbox7";
            this.vbox7.Spacing = 6;
            // Container child vbox7.Gtk.Box+BoxChild
            this.hbox2         = new global::Gtk.HBox();
            this.hbox2.Name    = "hbox2";
            this.hbox2.Spacing = 6;
            // Container child hbox2.Gtk.Box+BoxChild
            this.label2              = new global::Gtk.Label();
            this.label2.Name         = "label2";
            this.label2.LabelProp    = global::Mono.Unix.Catalog.GetString("_Filter:");
            this.label2.UseUnderline = true;
            this.hbox2.Add(this.label2);
            global::Gtk.Box.BoxChild w3 = ((global::Gtk.Box.BoxChild)(this.hbox2 [this.label2]));
            w3.Position = 0;
            w3.Expand   = false;
            w3.Fill     = false;
            // Container child hbox2.Gtk.Box+BoxChild
            this.searchEntryFilter      = new global::MonoDevelop.Components.SearchEntry();
            this.searchEntryFilter.Name = "searchEntryFilter";
            this.searchEntryFilter.ForceFilterButtonVisible = false;
            this.searchEntryFilter.HasFrame       = false;
            this.searchEntryFilter.RoundedShape   = false;
            this.searchEntryFilter.IsCheckMenu    = false;
            this.searchEntryFilter.ActiveFilterID = 0;
            this.searchEntryFilter.Ready          = false;
            this.searchEntryFilter.HasFocus       = false;
            this.hbox2.Add(this.searchEntryFilter);
            global::Gtk.Box.BoxChild w4 = ((global::Gtk.Box.BoxChild)(this.hbox2 [this.searchEntryFilter]));
            w4.Position = 1;
            // Container child hbox2.Gtk.Box+BoxChild
            this.togglebuttonOk          = new global::Gtk.ToggleButton();
            this.togglebuttonOk.CanFocus = true;
            this.togglebuttonOk.Name     = "togglebuttonOk";
            // Container child togglebuttonOk.Gtk.Container+ContainerChild
            this.togglebuttonOkHbox         = new global::Gtk.HBox();
            this.togglebuttonOkHbox.Name    = "togglebuttonOkHbox";
            this.togglebuttonOkHbox.Spacing = 2;
            // Container child togglebuttonOkHbox.Gtk.Box+BoxChild
            this.togglebuttonOkIcon          = new global::MonoDevelop.Components.ImageView();
            this.togglebuttonOkIcon.Name     = "togglebuttonOkIcon";
            this.togglebuttonOkIcon.IconId   = "md-done";
            this.togglebuttonOkIcon.IconSize = ((global::Gtk.IconSize)(1));
            this.togglebuttonOkHbox.Add(this.togglebuttonOkIcon);
            global::Gtk.Box.BoxChild w5 = ((global::Gtk.Box.BoxChild)(this.togglebuttonOkHbox [this.togglebuttonOkIcon]));
            w5.Position = 0;
            w5.Expand   = false;
            w5.Fill     = false;
            // Container child togglebuttonOkHbox.Gtk.Box+BoxChild
            this.togglebuttonOkLabel              = new global::Gtk.Label();
            this.togglebuttonOkLabel.Name         = "togglebuttonOkLabel";
            this.togglebuttonOkLabel.LabelProp    = global::Mono.Unix.Catalog.GetString("Valid");
            this.togglebuttonOkLabel.UseUnderline = true;
            this.togglebuttonOkHbox.Add(this.togglebuttonOkLabel);
            global::Gtk.Box.BoxChild w6 = ((global::Gtk.Box.BoxChild)(this.togglebuttonOkHbox [this.togglebuttonOkLabel]));
            w6.Position = 1;
            w6.Expand   = false;
            w6.Fill     = false;
            this.togglebuttonOk.Add(this.togglebuttonOkHbox);
            this.hbox2.Add(this.togglebuttonOk);
            global::Gtk.Box.BoxChild w8 = ((global::Gtk.Box.BoxChild)(this.hbox2 [this.togglebuttonOk]));
            w8.Position = 2;
            w8.Expand   = false;
            w8.Fill     = false;
            // Container child hbox2.Gtk.Box+BoxChild
            this.togglebuttonMissing          = new global::Gtk.ToggleButton();
            this.togglebuttonMissing.CanFocus = true;
            this.togglebuttonMissing.Name     = "togglebuttonMissing";
            // Container child togglebuttonMissing.Gtk.Container+ContainerChild
            this.togglebuttonMissingHbox         = new global::Gtk.HBox();
            this.togglebuttonMissingHbox.Name    = "togglebuttonMissingHbox";
            this.togglebuttonMissingHbox.Spacing = 2;
            // Container child togglebuttonMissingHbox.Gtk.Box+BoxChild
            this.togglebuttonMissingIcon          = new global::MonoDevelop.Components.ImageView();
            this.togglebuttonMissingIcon.Name     = "togglebuttonMissingIcon";
            this.togglebuttonMissingIcon.IconId   = "md-warning";
            this.togglebuttonMissingIcon.IconSize = ((global::Gtk.IconSize)(1));
            this.togglebuttonMissingHbox.Add(this.togglebuttonMissingIcon);
            global::Gtk.Box.BoxChild w9 = ((global::Gtk.Box.BoxChild)(this.togglebuttonMissingHbox [this.togglebuttonMissingIcon]));
            w9.Position = 0;
            w9.Expand   = false;
            w9.Fill     = false;
            // Container child togglebuttonMissingHbox.Gtk.Box+BoxChild
            this.togglebuttonMissingLabel              = new global::Gtk.Label();
            this.togglebuttonMissingLabel.Name         = "togglebuttonMissingLabel";
            this.togglebuttonMissingLabel.LabelProp    = global::Mono.Unix.Catalog.GetString("Missing");
            this.togglebuttonMissingLabel.UseUnderline = true;
            this.togglebuttonMissingHbox.Add(this.togglebuttonMissingLabel);
            global::Gtk.Box.BoxChild w10 = ((global::Gtk.Box.BoxChild)(this.togglebuttonMissingHbox [this.togglebuttonMissingLabel]));
            w10.Position = 1;
            w10.Expand   = false;
            w10.Fill     = false;
            this.togglebuttonMissing.Add(this.togglebuttonMissingHbox);
            this.hbox2.Add(this.togglebuttonMissing);
            global::Gtk.Box.BoxChild w12 = ((global::Gtk.Box.BoxChild)(this.hbox2 [this.togglebuttonMissing]));
            w12.Position = 3;
            w12.Expand   = false;
            w12.Fill     = false;
            // Container child hbox2.Gtk.Box+BoxChild
            this.togglebuttonFuzzy          = new global::Gtk.ToggleButton();
            this.togglebuttonFuzzy.CanFocus = true;
            this.togglebuttonFuzzy.Name     = "togglebuttonFuzzy";
            // Container child togglebuttonFuzzy.Gtk.Container+ContainerChild
            this.togglebuttonFuzzyHbox         = new global::Gtk.HBox();
            this.togglebuttonFuzzyHbox.Name    = "togglebuttonFuzzyHbox";
            this.togglebuttonFuzzyHbox.Spacing = 2;
            // Container child togglebuttonFuzzyHbox.Gtk.Box+BoxChild
            this.togglebuttonFuzzyIcon          = new global::MonoDevelop.Components.ImageView();
            this.togglebuttonFuzzyIcon.Name     = "togglebuttonFuzzyIcon";
            this.togglebuttonFuzzyIcon.IconId   = "md-error";
            this.togglebuttonFuzzyIcon.IconSize = ((global::Gtk.IconSize)(1));
            this.togglebuttonFuzzyHbox.Add(this.togglebuttonFuzzyIcon);
            global::Gtk.Box.BoxChild w13 = ((global::Gtk.Box.BoxChild)(this.togglebuttonFuzzyHbox [this.togglebuttonFuzzyIcon]));
            w13.Position = 0;
            w13.Expand   = false;
            w13.Fill     = false;
            // Container child togglebuttonFuzzyHbox.Gtk.Box+BoxChild
            this.togglebuttonFuzzyLabel              = new global::Gtk.Label();
            this.togglebuttonFuzzyLabel.Name         = "togglebuttonFuzzyLabel";
            this.togglebuttonFuzzyLabel.LabelProp    = global::Mono.Unix.Catalog.GetString("Fuzzy");
            this.togglebuttonFuzzyLabel.UseUnderline = true;
            this.togglebuttonFuzzyHbox.Add(this.togglebuttonFuzzyLabel);
            global::Gtk.Box.BoxChild w14 = ((global::Gtk.Box.BoxChild)(this.togglebuttonFuzzyHbox [this.togglebuttonFuzzyLabel]));
            w14.Position = 1;
            w14.Expand   = false;
            w14.Fill     = false;
            this.togglebuttonFuzzy.Add(this.togglebuttonFuzzyHbox);
            this.hbox2.Add(this.togglebuttonFuzzy);
            global::Gtk.Box.BoxChild w16 = ((global::Gtk.Box.BoxChild)(this.hbox2 [this.togglebuttonFuzzy]));
            w16.Position = 4;
            w16.Expand   = false;
            w16.Fill     = false;
            this.vbox7.Add(this.hbox2);
            global::Gtk.Box.BoxChild w17 = ((global::Gtk.Box.BoxChild)(this.vbox7 [this.hbox2]));
            w17.Position = 0;
            w17.Expand   = false;
            w17.Fill     = false;
            // Container child vbox7.Gtk.Box+BoxChild
            this.vpaned2          = new global::Gtk.VPaned();
            this.vpaned2.CanFocus = true;
            this.vpaned2.Name     = "vpaned2";
            this.vpaned2.Position = 186;
            // Container child vpaned2.Gtk.Paned+PanedChild
            this.scrolledwindow1            = new global::Gtk.ScrolledWindow();
            this.scrolledwindow1.CanFocus   = true;
            this.scrolledwindow1.Name       = "scrolledwindow1";
            this.scrolledwindow1.ShadowType = ((global::Gtk.ShadowType)(1));
            // Container child scrolledwindow1.Gtk.Container+ContainerChild
            this.treeviewEntries          = new global::Gtk.TreeView();
            this.treeviewEntries.CanFocus = true;
            this.treeviewEntries.Name     = "treeviewEntries";
            this.scrolledwindow1.Add(this.treeviewEntries);
            this.vpaned2.Add(this.scrolledwindow1);
            global::Gtk.Paned.PanedChild w19 = ((global::Gtk.Paned.PanedChild)(this.vpaned2 [this.scrolledwindow1]));
            w19.Resize = false;
            // Container child vpaned2.Gtk.Paned+PanedChild
            this.table1               = new global::Gtk.Table(((uint)(2)), ((uint)(2)), true);
            this.table1.Name          = "table1";
            this.table1.RowSpacing    = ((uint)(6));
            this.table1.ColumnSpacing = ((uint)(6));
            // Container child table1.Gtk.Table+TableChild
            this.vbox3         = new global::Gtk.VBox();
            this.vbox3.Name    = "vbox3";
            this.vbox3.Spacing = 6;
            // Container child vbox3.Gtk.Box+BoxChild
            this.label6              = new global::Gtk.Label();
            this.label6.Name         = "label6";
            this.label6.Xalign       = 0F;
            this.label6.LabelProp    = global::Mono.Unix.Catalog.GetString("_Comments:");
            this.label6.UseUnderline = true;
            this.vbox3.Add(this.label6);
            global::Gtk.Box.BoxChild w20 = ((global::Gtk.Box.BoxChild)(this.vbox3 [this.label6]));
            w20.Position = 0;
            w20.Expand   = false;
            w20.Fill     = false;
            // Container child vbox3.Gtk.Box+BoxChild
            this.scrolledwindow3            = new global::Gtk.ScrolledWindow();
            this.scrolledwindow3.CanFocus   = true;
            this.scrolledwindow3.Name       = "scrolledwindow3";
            this.scrolledwindow3.ShadowType = ((global::Gtk.ShadowType)(1));
            // Container child scrolledwindow3.Gtk.Container+ContainerChild
            this.textviewComments            = new global::Gtk.TextView();
            this.textviewComments.CanFocus   = true;
            this.textviewComments.Name       = "textviewComments";
            this.textviewComments.AcceptsTab = false;
            this.scrolledwindow3.Add(this.textviewComments);
            this.vbox3.Add(this.scrolledwindow3);
            global::Gtk.Box.BoxChild w22 = ((global::Gtk.Box.BoxChild)(this.vbox3 [this.scrolledwindow3]));
            w22.Position = 1;
            this.table1.Add(this.vbox3);
            global::Gtk.Table.TableChild w23 = ((global::Gtk.Table.TableChild)(this.table1 [this.vbox3]));
            w23.TopAttach    = ((uint)(1));
            w23.BottomAttach = ((uint)(2));
            w23.LeftAttach   = ((uint)(1));
            w23.RightAttach  = ((uint)(2));
            w23.XOptions     = ((global::Gtk.AttachOptions)(4));
            // Container child table1.Gtk.Table+TableChild
            this.vbox4         = new global::Gtk.VBox();
            this.vbox4.Name    = "vbox4";
            this.vbox4.Spacing = 6;
            // Container child vbox4.Gtk.Box+BoxChild
            this.label7              = new global::Gtk.Label();
            this.label7.Name         = "label7";
            this.label7.Xalign       = 0F;
            this.label7.LabelProp    = global::Mono.Unix.Catalog.GetString("_Translated (msgstr):");
            this.label7.UseUnderline = true;
            this.vbox4.Add(this.label7);
            global::Gtk.Box.BoxChild w24 = ((global::Gtk.Box.BoxChild)(this.vbox4 [this.label7]));
            w24.Position = 0;
            w24.Expand   = false;
            w24.Fill     = false;
            // Container child vbox4.Gtk.Box+BoxChild
            this.notebookTranslated             = new global::Gtk.Notebook();
            this.notebookTranslated.CanFocus    = true;
            this.notebookTranslated.Name        = "notebookTranslated";
            this.notebookTranslated.CurrentPage = 0;
            // Notebook tab
            global::Gtk.Label w25 = new global::Gtk.Label();
            w25.Visible = true;
            this.notebookTranslated.Add(w25);
            this.label1           = new global::Gtk.Label();
            this.label1.Name      = "label1";
            this.label1.LabelProp = global::Mono.Unix.Catalog.GetString("page1");
            this.notebookTranslated.SetTabLabel(w25, this.label1);
            this.label1.ShowAll();
            this.vbox4.Add(this.notebookTranslated);
            global::Gtk.Box.BoxChild w26 = ((global::Gtk.Box.BoxChild)(this.vbox4 [this.notebookTranslated]));
            w26.Position = 1;
            this.table1.Add(this.vbox4);
            global::Gtk.Table.TableChild w27 = ((global::Gtk.Table.TableChild)(this.table1 [this.vbox4]));
            w27.TopAttach    = ((uint)(1));
            w27.BottomAttach = ((uint)(2));
            w27.XOptions     = ((global::Gtk.AttachOptions)(4));
            w27.YOptions     = ((global::Gtk.AttachOptions)(4));
            // Container child table1.Gtk.Table+TableChild
            this.vbox5         = new global::Gtk.VBox();
            this.vbox5.Name    = "vbox5";
            this.vbox5.Spacing = 6;
            // Container child vbox5.Gtk.Box+BoxChild
            this.hbox3         = new global::Gtk.HBox();
            this.hbox3.Name    = "hbox3";
            this.hbox3.Spacing = 6;
            // Container child hbox3.Gtk.Box+BoxChild
            this.label8           = new global::Gtk.Label();
            this.label8.Name      = "label8";
            this.label8.Xalign    = 0F;
            this.label8.LabelProp = global::Mono.Unix.Catalog.GetString("Original (msgid):");
            this.hbox3.Add(this.label8);
            global::Gtk.Box.BoxChild w28 = ((global::Gtk.Box.BoxChild)(this.hbox3 [this.label8]));
            w28.Position = 0;
            // Container child hbox3.Gtk.Box+BoxChild
            this.checkbuttonWhiteSpaces               = new global::Gtk.CheckButton();
            this.checkbuttonWhiteSpaces.CanFocus      = true;
            this.checkbuttonWhiteSpaces.Name          = "checkbuttonWhiteSpaces";
            this.checkbuttonWhiteSpaces.Label         = global::Mono.Unix.Catalog.GetString("S_how whitespaces");
            this.checkbuttonWhiteSpaces.DrawIndicator = true;
            this.checkbuttonWhiteSpaces.UseUnderline  = true;
            this.hbox3.Add(this.checkbuttonWhiteSpaces);
            global::Gtk.Box.BoxChild w29 = ((global::Gtk.Box.BoxChild)(this.hbox3 [this.checkbuttonWhiteSpaces]));
            w29.Position = 1;
            w29.Expand   = false;
            this.vbox5.Add(this.hbox3);
            global::Gtk.Box.BoxChild w30 = ((global::Gtk.Box.BoxChild)(this.vbox5 [this.hbox3]));
            w30.Position = 0;
            w30.Expand   = false;
            w30.Fill     = false;
            // Container child vbox5.Gtk.Box+BoxChild
            this.scrolledwindowOriginal            = new global::Gtk.ScrolledWindow();
            this.scrolledwindowOriginal.CanFocus   = true;
            this.scrolledwindowOriginal.Name       = "scrolledwindowOriginal";
            this.scrolledwindowOriginal.ShadowType = ((global::Gtk.ShadowType)(1));
            this.vbox5.Add(this.scrolledwindowOriginal);
            global::Gtk.Box.BoxChild w31 = ((global::Gtk.Box.BoxChild)(this.vbox5 [this.scrolledwindowOriginal]));
            w31.Position = 1;
            // Container child vbox5.Gtk.Box+BoxChild
            this.vbox8         = new global::Gtk.VBox();
            this.vbox8.Name    = "vbox8";
            this.vbox8.Spacing = 6;
            // Container child vbox8.Gtk.Box+BoxChild
            this.label9           = new global::Gtk.Label();
            this.label9.Name      = "label9";
            this.label9.Xalign    = 0F;
            this.label9.LabelProp = global::Mono.Unix.Catalog.GetString("Original plural (msgid_plural):");
            this.vbox8.Add(this.label9);
            global::Gtk.Box.BoxChild w32 = ((global::Gtk.Box.BoxChild)(this.vbox8 [this.label9]));
            w32.Position = 0;
            w32.Expand   = false;
            w32.Fill     = false;
            // Container child vbox8.Gtk.Box+BoxChild
            this.scrolledwindowPlural            = new global::Gtk.ScrolledWindow();
            this.scrolledwindowPlural.CanFocus   = true;
            this.scrolledwindowPlural.Name       = "scrolledwindowPlural";
            this.scrolledwindowPlural.ShadowType = ((global::Gtk.ShadowType)(1));
            this.vbox8.Add(this.scrolledwindowPlural);
            global::Gtk.Box.BoxChild w33 = ((global::Gtk.Box.BoxChild)(this.vbox8 [this.scrolledwindowPlural]));
            w33.Position = 1;
            this.vbox5.Add(this.vbox8);
            global::Gtk.Box.BoxChild w34 = ((global::Gtk.Box.BoxChild)(this.vbox5 [this.vbox8]));
            w34.Position = 2;
            this.table1.Add(this.vbox5);
            // Container child table1.Gtk.Table+TableChild
            this.vbox6         = new global::Gtk.VBox();
            this.vbox6.Name    = "vbox6";
            this.vbox6.Spacing = 6;
            // Container child vbox6.Gtk.Box+BoxChild
            this.label4              = new global::Gtk.Label();
            this.label4.Name         = "label4";
            this.label4.Xalign       = 0F;
            this.label4.LabelProp    = global::Mono.Unix.Catalog.GetString("F_ound in:");
            this.label4.UseUnderline = true;
            this.vbox6.Add(this.label4);
            global::Gtk.Box.BoxChild w36 = ((global::Gtk.Box.BoxChild)(this.vbox6 [this.label4]));
            w36.Position = 0;
            w36.Expand   = false;
            w36.Fill     = false;
            // Container child vbox6.Gtk.Box+BoxChild
            this.scrolledwindow2            = new global::Gtk.ScrolledWindow();
            this.scrolledwindow2.CanFocus   = true;
            this.scrolledwindow2.Name       = "scrolledwindow2";
            this.scrolledwindow2.ShadowType = ((global::Gtk.ShadowType)(1));
            // Container child scrolledwindow2.Gtk.Container+ContainerChild
            this.treeviewFoundIn          = new global::Gtk.TreeView();
            this.treeviewFoundIn.CanFocus = true;
            this.treeviewFoundIn.Name     = "treeviewFoundIn";
            this.scrolledwindow2.Add(this.treeviewFoundIn);
            this.vbox6.Add(this.scrolledwindow2);
            global::Gtk.Box.BoxChild w38 = ((global::Gtk.Box.BoxChild)(this.vbox6 [this.scrolledwindow2]));
            w38.Position = 1;
            this.table1.Add(this.vbox6);
            global::Gtk.Table.TableChild w39 = ((global::Gtk.Table.TableChild)(this.table1 [this.vbox6]));
            w39.LeftAttach  = ((uint)(1));
            w39.RightAttach = ((uint)(2));
            w39.XOptions    = ((global::Gtk.AttachOptions)(4));
            w39.YOptions    = ((global::Gtk.AttachOptions)(4));
            this.vpaned2.Add(this.table1);
            global::Gtk.Paned.PanedChild w40 = ((global::Gtk.Paned.PanedChild)(this.vpaned2 [this.table1]));
            w40.Resize = false;
            this.vbox7.Add(this.vpaned2);
            global::Gtk.Box.BoxChild w41 = ((global::Gtk.Box.BoxChild)(this.vbox7 [this.vpaned2]));
            w41.Position = 1;
            this.notebookPages.Add(this.vbox7);
            // Notebook tab
            this.label5           = new global::Gtk.Label();
            this.label5.Name      = "label5";
            this.label5.LabelProp = global::Mono.Unix.Catalog.GetString("page1");
            this.notebookPages.SetTabLabel(this.vbox7, this.label5);
            this.label5.ShowAll();
            this.vbox2.Add(this.notebookPages);
            global::Gtk.Box.BoxChild w43 = ((global::Gtk.Box.BoxChild)(this.vbox2 [this.notebookPages]));
            w43.Position = 0;
            // Container child vbox2.Gtk.Box+BoxChild
            this.hbox1         = new global::Gtk.HBox();
            this.hbox1.Name    = "hbox1";
            this.hbox1.Spacing = 6;
            // Container child hbox1.Gtk.Box+BoxChild
            this.UIManager.AddUiFromString("<ui><toolbar name='toolbarPages'/></ui>");
            this.toolbarPages              = ((global::Gtk.Toolbar)(this.UIManager.GetWidget("/toolbarPages")));
            this.toolbarPages.Name         = "toolbarPages";
            this.toolbarPages.ShowArrow    = false;
            this.toolbarPages.ToolbarStyle = ((global::Gtk.ToolbarStyle)(0));
            this.toolbarPages.IconSize     = ((global::Gtk.IconSize)(3));
            this.hbox1.Add(this.toolbarPages);
            global::Gtk.Box.BoxChild w44 = ((global::Gtk.Box.BoxChild)(this.hbox1 [this.toolbarPages]));
            w44.Position = 0;
            // Container child hbox1.Gtk.Box+BoxChild
            this.progressbar1      = new global::Gtk.ProgressBar();
            this.progressbar1.Name = "progressbar1";
            this.hbox1.Add(this.progressbar1);
            global::Gtk.Box.BoxChild w45 = ((global::Gtk.Box.BoxChild)(this.hbox1 [this.progressbar1]));
            w45.Position = 1;
            this.vbox2.Add(this.hbox1);
            global::Gtk.Box.BoxChild w46 = ((global::Gtk.Box.BoxChild)(this.vbox2 [this.hbox1]));
            w46.Position = 1;
            w46.Expand   = false;
            w46.Fill     = false;
            this.Add(this.vbox2);
            if ((this.Child != null))
            {
                this.Child.ShowAll();
            }
            w1.SetUiManager(UIManager);
            this.label6.MnemonicWidget = this.textviewComments;
            this.label7.MnemonicWidget = this.notebookTranslated;
            this.label4.MnemonicWidget = this.treeviewFoundIn;
            this.Show();
        }
コード例 #30
0
 protected virtual void Build()
 {
     MonoDevelop.Components.Gui.Initialize(this);
     // Widget MonoDevelop.Deployment.Gui.DeployDialog
     this.Events         = ((global::Gdk.EventMask)(256));
     this.Name           = "MonoDevelop.Deployment.Gui.DeployDialog";
     this.Title          = global::Mono.Unix.Catalog.GetString("Create Package");
     this.WindowPosition = ((global::Gtk.WindowPosition)(4));
     // Internal child MonoDevelop.Deployment.Gui.DeployDialog.VBox
     global::Gtk.VBox w1 = this.VBox;
     w1.Events      = ((global::Gdk.EventMask)(256));
     w1.Name        = "dialog_VBox";
     w1.BorderWidth = ((uint)(2));
     // Container child dialog_VBox.Gtk.Box+BoxChild
     this.hbox1             = new global::Gtk.HBox();
     this.hbox1.Name        = "hbox1";
     this.hbox1.Spacing     = 6;
     this.hbox1.BorderWidth = ((uint)(6));
     // Container child hbox1.Gtk.Box+BoxChild
     this.vbox2      = new global::Gtk.VBox();
     this.vbox2.Name = "vbox2";
     // Container child vbox2.Gtk.Box+BoxChild
     this.image2          = new global::MonoDevelop.Components.ImageView();
     this.image2.Name     = "image2";
     this.image2.IconId   = "md-package";
     this.image2.IconSize = ((global::Gtk.IconSize)(6));
     this.vbox2.Add(this.image2);
     global::Gtk.Box.BoxChild w2 = ((global::Gtk.Box.BoxChild)(this.vbox2 [this.image2]));
     w2.Position = 0;
     w2.Expand   = false;
     w2.Fill     = false;
     this.hbox1.Add(this.vbox2);
     global::Gtk.Box.BoxChild w3 = ((global::Gtk.Box.BoxChild)(this.hbox1 [this.vbox2]));
     w3.Position = 0;
     w3.Expand   = false;
     w3.Fill     = false;
     // Container child hbox1.Gtk.Box+BoxChild
     this.notebook             = new global::Gtk.Notebook();
     this.notebook.CanFocus    = true;
     this.notebook.Name        = "notebook";
     this.notebook.CurrentPage = 3;
     this.notebook.ShowBorder  = false;
     this.notebook.BorderWidth = ((uint)(6));
     // Container child notebook.Gtk.Notebook+NotebookChild
     this.vbox3         = new global::Gtk.VBox();
     this.vbox3.Name    = "vbox3";
     this.vbox3.Spacing = 6;
     // Container child vbox3.Gtk.Box+BoxChild
     this.labelTitle           = new global::Gtk.Label();
     this.labelTitle.Name      = "labelTitle";
     this.labelTitle.Xalign    = 0F;
     this.labelTitle.LabelProp = global::Mono.Unix.Catalog.GetString("<big><b>Package Type</b></big>");
     this.labelTitle.UseMarkup = true;
     this.vbox3.Add(this.labelTitle);
     global::Gtk.Box.BoxChild w4 = ((global::Gtk.Box.BoxChild)(this.vbox3 [this.labelTitle]));
     w4.Position = 0;
     w4.Expand   = false;
     w4.Fill     = false;
     // Container child vbox3.Gtk.Box+BoxChild
     this.hseparator2      = new global::Gtk.HSeparator();
     this.hseparator2.Name = "hseparator2";
     this.vbox3.Add(this.hseparator2);
     global::Gtk.Box.BoxChild w5 = ((global::Gtk.Box.BoxChild)(this.vbox3 [this.hseparator2]));
     w5.Position = 1;
     w5.Expand   = false;
     w5.Fill     = false;
     // Container child vbox3.Gtk.Box+BoxChild
     this.label1           = new global::Gtk.Label();
     this.label1.Name      = "label1";
     this.label1.Xalign    = 0F;
     this.label1.LabelProp = global::Mono.Unix.Catalog.GetString("Select the type of package to create:");
     this.vbox3.Add(this.label1);
     global::Gtk.Box.BoxChild w6 = ((global::Gtk.Box.BoxChild)(this.vbox3 [this.label1]));
     w6.Position = 2;
     w6.Expand   = false;
     w6.Fill     = false;
     // Container child vbox3.Gtk.Box+BoxChild
     this.scrolledwindow2            = new global::Gtk.ScrolledWindow();
     this.scrolledwindow2.CanFocus   = true;
     this.scrolledwindow2.Name       = "scrolledwindow2";
     this.scrolledwindow2.ShadowType = ((global::Gtk.ShadowType)(1));
     // Container child scrolledwindow2.Gtk.Container+ContainerChild
     this.targetsTree          = new global::Gtk.TreeView();
     this.targetsTree.CanFocus = true;
     this.targetsTree.Name     = "targetsTree";
     this.scrolledwindow2.Add(this.targetsTree);
     this.vbox3.Add(this.scrolledwindow2);
     global::Gtk.Box.BoxChild w8 = ((global::Gtk.Box.BoxChild)(this.vbox3 [this.scrolledwindow2]));
     w8.Position = 3;
     this.notebook.Add(this.vbox3);
     // Notebook tab
     this.label2           = new global::Gtk.Label();
     this.label2.Name      = "label2";
     this.label2.LabelProp = "page5";
     this.notebook.SetTabLabel(this.vbox3, this.label2);
     this.label2.ShowAll();
     // Container child notebook.Gtk.Notebook+NotebookChild
     this.pageSelectProject         = new global::Gtk.VBox();
     this.pageSelectProject.Name    = "pageSelectProject";
     this.pageSelectProject.Spacing = 6;
     // Container child pageSelectProject.Gtk.Box+BoxChild
     this.labelTitle1           = new global::Gtk.Label();
     this.labelTitle1.Name      = "labelTitle1";
     this.labelTitle1.Xalign    = 0F;
     this.labelTitle1.LabelProp = global::Mono.Unix.Catalog.GetString("<big><b>Select Project</b></big>");
     this.labelTitle1.UseMarkup = true;
     this.pageSelectProject.Add(this.labelTitle1);
     global::Gtk.Box.BoxChild w10 = ((global::Gtk.Box.BoxChild)(this.pageSelectProject [this.labelTitle1]));
     w10.Position = 0;
     w10.Expand   = false;
     w10.Fill     = false;
     // Container child pageSelectProject.Gtk.Box+BoxChild
     this.hseparator4      = new global::Gtk.HSeparator();
     this.hseparator4.Name = "hseparator4";
     this.pageSelectProject.Add(this.hseparator4);
     global::Gtk.Box.BoxChild w11 = ((global::Gtk.Box.BoxChild)(this.pageSelectProject [this.hseparator4]));
     w11.Position = 1;
     w11.Expand   = false;
     w11.Fill     = false;
     // Container child pageSelectProject.Gtk.Box+BoxChild
     this.label4           = new global::Gtk.Label();
     this.label4.Name      = "label4";
     this.label4.Xalign    = 0F;
     this.label4.LabelProp = global::Mono.Unix.Catalog.GetString("Select the project or solution for which you want to create a package:");
     this.pageSelectProject.Add(this.label4);
     global::Gtk.Box.BoxChild w12 = ((global::Gtk.Box.BoxChild)(this.pageSelectProject [this.label4]));
     w12.Position = 2;
     w12.Expand   = false;
     w12.Fill     = false;
     // Container child pageSelectProject.Gtk.Box+BoxChild
     this.entryTree        = new global::MonoDevelop.Deployment.Gui.EntrySelectionTree();
     this.entryTree.Events = ((global::Gdk.EventMask)(256));
     this.entryTree.Name   = "entryTree";
     this.pageSelectProject.Add(this.entryTree);
     global::Gtk.Box.BoxChild w13 = ((global::Gtk.Box.BoxChild)(this.pageSelectProject [this.entryTree]));
     w13.Position = 3;
     this.notebook.Add(this.pageSelectProject);
     global::Gtk.Notebook.NotebookChild w14 = ((global::Gtk.Notebook.NotebookChild)(this.notebook [this.pageSelectProject]));
     w14.Position = 1;
     // Notebook tab
     this.label3           = new global::Gtk.Label();
     this.label3.Name      = "label3";
     this.label3.LabelProp = "page3";
     this.notebook.SetTabLabel(this.pageSelectProject, this.label3);
     this.label3.ShowAll();
     // Container child notebook.Gtk.Notebook+NotebookChild
     this.vbox4         = new global::Gtk.VBox();
     this.vbox4.Name    = "vbox4";
     this.vbox4.Spacing = 6;
     // Container child vbox4.Gtk.Box+BoxChild
     this.label5           = new global::Gtk.Label();
     this.label5.Name      = "label5";
     this.label5.Xalign    = 0F;
     this.label5.LabelProp = global::Mono.Unix.Catalog.GetString("<big><b>Package Settings</b></big>");
     this.label5.UseMarkup = true;
     this.vbox4.Add(this.label5);
     global::Gtk.Box.BoxChild w15 = ((global::Gtk.Box.BoxChild)(this.vbox4 [this.label5]));
     w15.Position = 0;
     w15.Expand   = false;
     w15.Fill     = false;
     // Container child vbox4.Gtk.Box+BoxChild
     this.hseparator3      = new global::Gtk.HSeparator();
     this.hseparator3.Name = "hseparator3";
     this.vbox4.Add(this.hseparator3);
     global::Gtk.Box.BoxChild w16 = ((global::Gtk.Box.BoxChild)(this.vbox4 [this.hseparator3]));
     w16.Position = 1;
     w16.Expand   = false;
     w16.Fill     = false;
     // Container child vbox4.Gtk.Box+BoxChild
     this.editorBox      = new global::Gtk.EventBox();
     this.editorBox.Name = "editorBox";
     this.vbox4.Add(this.editorBox);
     global::Gtk.Box.BoxChild w17 = ((global::Gtk.Box.BoxChild)(this.vbox4 [this.editorBox]));
     w17.Position = 2;
     // Container child vbox4.Gtk.Box+BoxChild
     this.saveSeparator      = new global::Gtk.HSeparator();
     this.saveSeparator.Name = "saveSeparator";
     this.vbox4.Add(this.saveSeparator);
     global::Gtk.Box.BoxChild w18 = ((global::Gtk.Box.BoxChild)(this.vbox4 [this.saveSeparator]));
     w18.Position = 3;
     w18.Expand   = false;
     w18.Fill     = false;
     // Container child vbox4.Gtk.Box+BoxChild
     this.hbox2         = new global::Gtk.HBox();
     this.hbox2.Name    = "hbox2";
     this.hbox2.Spacing = 6;
     // Container child hbox2.Gtk.Box+BoxChild
     this.checkSave               = new global::Gtk.CheckButton();
     this.checkSave.CanFocus      = true;
     this.checkSave.Name          = "checkSave";
     this.checkSave.Label         = global::Mono.Unix.Catalog.GetString("Save this package configuration in the solution");
     this.checkSave.DrawIndicator = true;
     this.checkSave.UseUnderline  = true;
     this.hbox2.Add(this.checkSave);
     global::Gtk.Box.BoxChild w19 = ((global::Gtk.Box.BoxChild)(this.hbox2 [this.checkSave]));
     w19.Position = 0;
     w19.Expand   = false;
     w19.Fill     = false;
     this.vbox4.Add(this.hbox2);
     global::Gtk.Box.BoxChild w20 = ((global::Gtk.Box.BoxChild)(this.vbox4 [this.hbox2]));
     w20.Position = 4;
     w20.Expand   = false;
     w20.Fill     = false;
     this.notebook.Add(this.vbox4);
     global::Gtk.Notebook.NotebookChild w21 = ((global::Gtk.Notebook.NotebookChild)(this.notebook [this.vbox4]));
     w21.Position = 2;
     // Notebook tab
     this.label6           = new global::Gtk.Label();
     this.label6.Name      = "label6";
     this.label6.LabelProp = "page2";
     this.notebook.SetTabLabel(this.vbox4, this.label6);
     this.label6.ShowAll();
     // Container child notebook.Gtk.Notebook+NotebookChild
     this.pageSave         = new global::Gtk.VBox();
     this.pageSave.Name    = "pageSave";
     this.pageSave.Spacing = 6;
     // Container child pageSave.Gtk.Box+BoxChild
     this.label7           = new global::Gtk.Label();
     this.label7.Name      = "label7";
     this.label7.Xalign    = 0F;
     this.label7.LabelProp = global::Mono.Unix.Catalog.GetString("<big><b>Save Package Configuration</b></big>");
     this.label7.UseMarkup = true;
     this.pageSave.Add(this.label7);
     global::Gtk.Box.BoxChild w22 = ((global::Gtk.Box.BoxChild)(this.pageSave [this.label7]));
     w22.Position = 0;
     w22.Expand   = false;
     w22.Fill     = false;
     // Container child pageSave.Gtk.Box+BoxChild
     this.hseparator5      = new global::Gtk.HSeparator();
     this.hseparator5.Name = "hseparator5";
     this.pageSave.Add(this.hseparator5);
     global::Gtk.Box.BoxChild w23 = ((global::Gtk.Box.BoxChild)(this.pageSave [this.hseparator5]));
     w23.Position = 1;
     w23.Expand   = false;
     w23.Fill     = false;
     // Container child pageSave.Gtk.Box+BoxChild
     this.vbox7         = new global::Gtk.VBox();
     this.vbox7.Name    = "vbox7";
     this.vbox7.Spacing = 6;
     // Container child vbox7.Gtk.Box+BoxChild
     this.label14           = new global::Gtk.Label();
     this.label14.Name      = "label14";
     this.label14.Xalign    = 0F;
     this.label14.LabelProp = global::Mono.Unix.Catalog.GetString("Enter the name you want to give to this package configuration:");
     this.vbox7.Add(this.label14);
     global::Gtk.Box.BoxChild w24 = ((global::Gtk.Box.BoxChild)(this.vbox7 [this.label14]));
     w24.Position = 0;
     w24.Expand   = false;
     w24.Fill     = false;
     // Container child vbox7.Gtk.Box+BoxChild
     this.hbox4         = new global::Gtk.HBox();
     this.hbox4.Name    = "hbox4";
     this.hbox4.Spacing = 6;
     // Container child hbox4.Gtk.Box+BoxChild
     this.label13           = new global::Gtk.Label();
     this.label13.Name      = "label13";
     this.label13.LabelProp = global::Mono.Unix.Catalog.GetString("Name:");
     this.hbox4.Add(this.label13);
     global::Gtk.Box.BoxChild w25 = ((global::Gtk.Box.BoxChild)(this.hbox4 [this.label13]));
     w25.Position = 0;
     w25.Expand   = false;
     w25.Fill     = false;
     // Container child hbox4.Gtk.Box+BoxChild
     this.entrySaveName               = new global::Gtk.Entry();
     this.entrySaveName.CanFocus      = true;
     this.entrySaveName.Name          = "entrySaveName";
     this.entrySaveName.IsEditable    = true;
     this.entrySaveName.InvisibleChar = '●';
     this.hbox4.Add(this.entrySaveName);
     global::Gtk.Box.BoxChild w26 = ((global::Gtk.Box.BoxChild)(this.hbox4 [this.entrySaveName]));
     w26.Position = 1;
     this.vbox7.Add(this.hbox4);
     global::Gtk.Box.BoxChild w27 = ((global::Gtk.Box.BoxChild)(this.vbox7 [this.hbox4]));
     w27.Position = 1;
     w27.Expand   = false;
     w27.Fill     = false;
     w27.Padding  = ((uint)(6));
     // Container child vbox7.Gtk.Box+BoxChild
     this.vboxSaveProject         = new global::Gtk.VBox();
     this.vboxSaveProject.Name    = "vboxSaveProject";
     this.vboxSaveProject.Spacing = 6;
     // Container child vboxSaveProject.Gtk.Box+BoxChild
     this.hseparator6      = new global::Gtk.HSeparator();
     this.hseparator6.Name = "hseparator6";
     this.vboxSaveProject.Add(this.hseparator6);
     global::Gtk.Box.BoxChild w28 = ((global::Gtk.Box.BoxChild)(this.vboxSaveProject [this.hseparator6]));
     w28.Position = 0;
     w28.Expand   = false;
     w28.Fill     = false;
     // Container child vboxSaveProject.Gtk.Box+BoxChild
     this.label15           = new global::Gtk.Label();
     this.label15.Name      = "label15";
     this.label15.Xalign    = 0F;
     this.label15.LabelProp = global::Mono.Unix.Catalog.GetString("Where do you want to save this configuration?");
     this.vboxSaveProject.Add(this.label15);
     global::Gtk.Box.BoxChild w29 = ((global::Gtk.Box.BoxChild)(this.vboxSaveProject [this.label15]));
     w29.Position = 1;
     w29.Expand   = false;
     w29.Fill     = false;
     // Container child vboxSaveProject.Gtk.Box+BoxChild
     this.radioCreateProject               = new global::Gtk.RadioButton(global::Mono.Unix.Catalog.GetString("Save in a new Packaging Project"));
     this.radioCreateProject.CanFocus      = true;
     this.radioCreateProject.Name          = "radioCreateProject";
     this.radioCreateProject.Active        = true;
     this.radioCreateProject.DrawIndicator = true;
     this.radioCreateProject.UseUnderline  = true;
     this.radioCreateProject.Group         = new global::GLib.SList(global::System.IntPtr.Zero);
     this.vboxSaveProject.Add(this.radioCreateProject);
     global::Gtk.Box.BoxChild w30 = ((global::Gtk.Box.BoxChild)(this.vboxSaveProject [this.radioCreateProject]));
     w30.Position = 2;
     w30.Expand   = false;
     w30.Fill     = false;
     // Container child vboxSaveProject.Gtk.Box+BoxChild
     this.hbox5         = new global::Gtk.HBox();
     this.hbox5.Name    = "hbox5";
     this.hbox5.Spacing = 6;
     // Container child hbox5.Gtk.Box+BoxChild
     this.label9 = new global::Gtk.Label();
     this.label9.WidthRequest = 24;
     this.label9.Name         = "label9";
     this.hbox5.Add(this.label9);
     global::Gtk.Box.BoxChild w31 = ((global::Gtk.Box.BoxChild)(this.hbox5 [this.label9]));
     w31.Position = 0;
     w31.Expand   = false;
     w31.Fill     = false;
     // Container child hbox5.Gtk.Box+BoxChild
     this.tableNewProject               = new global::Gtk.Table(((uint)(2)), ((uint)(2)), false);
     this.tableNewProject.Name          = "tableNewProject";
     this.tableNewProject.RowSpacing    = ((uint)(6));
     this.tableNewProject.ColumnSpacing = ((uint)(6));
     // Container child tableNewProject.Gtk.Table+TableChild
     this.comboCreateProject      = global::Gtk.ComboBox.NewText();
     this.comboCreateProject.Name = "comboCreateProject";
     this.tableNewProject.Add(this.comboCreateProject);
     global::Gtk.Table.TableChild w32 = ((global::Gtk.Table.TableChild)(this.tableNewProject [this.comboCreateProject]));
     w32.LeftAttach  = ((uint)(1));
     w32.RightAttach = ((uint)(2));
     w32.XOptions    = ((global::Gtk.AttachOptions)(4));
     w32.YOptions    = ((global::Gtk.AttachOptions)(4));
     // Container child tableNewProject.Gtk.Table+TableChild
     this.entryProjectName               = new global::Gtk.Entry();
     this.entryProjectName.CanFocus      = true;
     this.entryProjectName.Name          = "entryProjectName";
     this.entryProjectName.Text          = global::Mono.Unix.Catalog.GetString("Packages");
     this.entryProjectName.IsEditable    = true;
     this.entryProjectName.InvisibleChar = '●';
     this.tableNewProject.Add(this.entryProjectName);
     global::Gtk.Table.TableChild w33 = ((global::Gtk.Table.TableChild)(this.tableNewProject [this.entryProjectName]));
     w33.TopAttach    = ((uint)(1));
     w33.BottomAttach = ((uint)(2));
     w33.LeftAttach   = ((uint)(1));
     w33.RightAttach  = ((uint)(2));
     w33.XOptions     = ((global::Gtk.AttachOptions)(4));
     w33.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child tableNewProject.Gtk.Table+TableChild
     this.label11           = new global::Gtk.Label();
     this.label11.Name      = "label11";
     this.label11.Xalign    = 0F;
     this.label11.LabelProp = global::Mono.Unix.Catalog.GetString("Project name:");
     this.tableNewProject.Add(this.label11);
     global::Gtk.Table.TableChild w34 = ((global::Gtk.Table.TableChild)(this.tableNewProject [this.label11]));
     w34.TopAttach    = ((uint)(1));
     w34.BottomAttach = ((uint)(2));
     w34.XOptions     = ((global::Gtk.AttachOptions)(4));
     w34.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child tableNewProject.Gtk.Table+TableChild
     this.label16           = new global::Gtk.Label();
     this.label16.Name      = "label16";
     this.label16.LabelProp = global::Mono.Unix.Catalog.GetString("Create in solution:");
     this.tableNewProject.Add(this.label16);
     global::Gtk.Table.TableChild w35 = ((global::Gtk.Table.TableChild)(this.tableNewProject [this.label16]));
     w35.XOptions = ((global::Gtk.AttachOptions)(4));
     w35.YOptions = ((global::Gtk.AttachOptions)(4));
     this.hbox5.Add(this.tableNewProject);
     global::Gtk.Box.BoxChild w36 = ((global::Gtk.Box.BoxChild)(this.hbox5 [this.tableNewProject]));
     w36.Position = 1;
     w36.Expand   = false;
     w36.Fill     = false;
     this.vboxSaveProject.Add(this.hbox5);
     global::Gtk.Box.BoxChild w37 = ((global::Gtk.Box.BoxChild)(this.vboxSaveProject [this.hbox5]));
     w37.Position = 3;
     w37.Expand   = false;
     w37.Fill     = false;
     // Container child vboxSaveProject.Gtk.Box+BoxChild
     this.radioAddProject               = new global::Gtk.RadioButton(global::Mono.Unix.Catalog.GetString("Add to existing Packaging Project"));
     this.radioAddProject.CanFocus      = true;
     this.radioAddProject.Name          = "radioAddProject";
     this.radioAddProject.DrawIndicator = true;
     this.radioAddProject.UseUnderline  = true;
     this.radioAddProject.Group         = this.radioCreateProject.Group;
     this.vboxSaveProject.Add(this.radioAddProject);
     global::Gtk.Box.BoxChild w38 = ((global::Gtk.Box.BoxChild)(this.vboxSaveProject [this.radioAddProject]));
     w38.Position = 4;
     w38.Expand   = false;
     w38.Fill     = false;
     // Container child vboxSaveProject.Gtk.Box+BoxChild
     this.boxAddProject         = new global::Gtk.HBox();
     this.boxAddProject.Name    = "boxAddProject";
     this.boxAddProject.Spacing = 6;
     // Container child boxAddProject.Gtk.Box+BoxChild
     this.label10 = new global::Gtk.Label();
     this.label10.WidthRequest = 24;
     this.label10.Name         = "label10";
     this.boxAddProject.Add(this.label10);
     global::Gtk.Box.BoxChild w39 = ((global::Gtk.Box.BoxChild)(this.boxAddProject [this.label10]));
     w39.Position = 0;
     w39.Expand   = false;
     w39.Fill     = false;
     // Container child boxAddProject.Gtk.Box+BoxChild
     this.label12           = new global::Gtk.Label();
     this.label12.Name      = "label12";
     this.label12.LabelProp = global::Mono.Unix.Catalog.GetString("Project:");
     this.boxAddProject.Add(this.label12);
     global::Gtk.Box.BoxChild w40 = ((global::Gtk.Box.BoxChild)(this.boxAddProject [this.label12]));
     w40.Position = 1;
     w40.Expand   = false;
     w40.Fill     = false;
     // Container child boxAddProject.Gtk.Box+BoxChild
     this.comboSelProject      = global::Gtk.ComboBox.NewText();
     this.comboSelProject.Name = "comboSelProject";
     this.boxAddProject.Add(this.comboSelProject);
     global::Gtk.Box.BoxChild w41 = ((global::Gtk.Box.BoxChild)(this.boxAddProject [this.comboSelProject]));
     w41.Position = 2;
     w41.Expand   = false;
     w41.Fill     = false;
     this.vboxSaveProject.Add(this.boxAddProject);
     global::Gtk.Box.BoxChild w42 = ((global::Gtk.Box.BoxChild)(this.vboxSaveProject [this.boxAddProject]));
     w42.Position = 5;
     w42.Expand   = false;
     w42.Fill     = false;
     this.vbox7.Add(this.vboxSaveProject);
     global::Gtk.Box.BoxChild w43 = ((global::Gtk.Box.BoxChild)(this.vbox7 [this.vboxSaveProject]));
     w43.Position = 2;
     w43.Expand   = false;
     w43.Fill     = false;
     this.pageSave.Add(this.vbox7);
     global::Gtk.Box.BoxChild w44 = ((global::Gtk.Box.BoxChild)(this.pageSave [this.vbox7]));
     w44.Position = 2;
     w44.Expand   = false;
     w44.Fill     = false;
     this.notebook.Add(this.pageSave);
     global::Gtk.Notebook.NotebookChild w45 = ((global::Gtk.Notebook.NotebookChild)(this.notebook [this.pageSave]));
     w45.Position = 3;
     // Notebook tab
     this.label8           = new global::Gtk.Label();
     this.label8.Name      = "label8";
     this.label8.LabelProp = "page4";
     this.notebook.SetTabLabel(this.pageSave, this.label8);
     this.label8.ShowAll();
     this.hbox1.Add(this.notebook);
     global::Gtk.Box.BoxChild w46 = ((global::Gtk.Box.BoxChild)(this.hbox1 [this.notebook]));
     w46.Position = 1;
     w1.Add(this.hbox1);
     global::Gtk.Box.BoxChild w47 = ((global::Gtk.Box.BoxChild)(w1 [this.hbox1]));
     w47.Position = 0;
     // Internal child MonoDevelop.Deployment.Gui.DeployDialog.ActionArea
     global::Gtk.HButtonBox w48 = this.ActionArea;
     w48.Name        = "MonoDevelop.Deployment.DeployDialog_ActionArea";
     w48.Spacing     = 6;
     w48.BorderWidth = ((uint)(5));
     w48.LayoutStyle = ((global::Gtk.ButtonBoxStyle)(4));
     // Container child MonoDevelop.Deployment.DeployDialog_ActionArea.Gtk.ButtonBox+ButtonBoxChild
     this.buttonCancel              = new global::Gtk.Button();
     this.buttonCancel.CanDefault   = true;
     this.buttonCancel.CanFocus     = true;
     this.buttonCancel.Name         = "buttonCancel";
     this.buttonCancel.UseStock     = true;
     this.buttonCancel.UseUnderline = true;
     this.buttonCancel.Label        = "gtk-cancel";
     this.AddActionWidget(this.buttonCancel, -6);
     global::Gtk.ButtonBox.ButtonBoxChild w49 = ((global::Gtk.ButtonBox.ButtonBoxChild)(w48 [this.buttonCancel]));
     w49.Expand = false;
     w49.Fill   = false;
     // Container child MonoDevelop.Deployment.DeployDialog_ActionArea.Gtk.ButtonBox+ButtonBoxChild
     this.buttonBack              = new global::Gtk.Button();
     this.buttonBack.CanDefault   = true;
     this.buttonBack.CanFocus     = true;
     this.buttonBack.Name         = "buttonBack";
     this.buttonBack.UseStock     = true;
     this.buttonBack.UseUnderline = true;
     this.buttonBack.Label        = "gtk-go-back";
     w48.Add(this.buttonBack);
     global::Gtk.ButtonBox.ButtonBoxChild w50 = ((global::Gtk.ButtonBox.ButtonBoxChild)(w48 [this.buttonBack]));
     w50.Position = 1;
     w50.Expand   = false;
     w50.Fill     = false;
     // Container child MonoDevelop.Deployment.DeployDialog_ActionArea.Gtk.ButtonBox+ButtonBoxChild
     this.buttonNext              = new global::Gtk.Button();
     this.buttonNext.CanDefault   = true;
     this.buttonNext.CanFocus     = true;
     this.buttonNext.Name         = "buttonNext";
     this.buttonNext.UseStock     = true;
     this.buttonNext.UseUnderline = true;
     this.buttonNext.Label        = "gtk-go-forward";
     w48.Add(this.buttonNext);
     global::Gtk.ButtonBox.ButtonBoxChild w51 = ((global::Gtk.ButtonBox.ButtonBoxChild)(w48 [this.buttonNext]));
     w51.Position = 2;
     w51.Expand   = false;
     w51.Fill     = false;
     if ((this.Child != null))
     {
         this.Child.ShowAll();
     }
     this.DefaultWidth  = 573;
     this.DefaultHeight = 433;
     this.Hide();
     this.notebook.SelectPage        += new global::Gtk.SelectPageHandler(this.OnNotebookSelectPage);
     this.checkSave.Clicked          += new global::System.EventHandler(this.OnCheckSaveClicked);
     this.radioCreateProject.Clicked += new global::System.EventHandler(this.OnRadioCreateProjectClicked);
     this.radioAddProject.Clicked    += new global::System.EventHandler(this.OnRadioAddProjectClicked);
     this.buttonBack.Clicked         += new global::System.EventHandler(this.OnButtonBackClicked);
     this.buttonNext.Clicked         += new global::System.EventHandler(this.OnButtonNextClicked);
 }
コード例 #31
0
 protected virtual void Build()
 {
     global::Stetic.Gui.Initialize(this);
     // Widget MonoDevelop.Deployment.FileReplaceDialog
     this.Name           = "MonoDevelop.Deployment.FileReplaceDialog";
     this.Title          = global::Mono.Unix.Catalog.GetString("Replace existing file?");
     this.WindowPosition = ((global::Gtk.WindowPosition)(4));
     this.Modal          = true;
     this.BorderWidth    = ((uint)(6));
     this.Resizable      = false;
     this.AllowGrow      = false;
     // Internal child MonoDevelop.Deployment.FileReplaceDialog.VBox
     global::Gtk.VBox w1 = this.VBox;
     w1.Name        = "dialog1_VBox";
     w1.Spacing     = 4;
     w1.BorderWidth = ((uint)(2));
     // Container child dialog1_VBox.Gtk.Box+BoxChild
     this.hbox1         = new global::Gtk.HBox();
     this.hbox1.Name    = "hbox1";
     this.hbox1.Spacing = 6;
     // Container child hbox1.Gtk.Box+BoxChild
     this.label7      = new global::Gtk.Label();
     this.label7.Name = "label7";
     this.hbox1.Add(this.label7);
     global::Gtk.Box.BoxChild w2 = ((global::Gtk.Box.BoxChild)(this.hbox1 [this.label7]));
     w2.Position = 0;
     // Container child hbox1.Gtk.Box+BoxChild
     this.image1          = new global::MonoDevelop.Components.ImageView();
     this.image1.Name     = "image1";
     this.image1.IconId   = "gtk-dialog-warning";
     this.image1.IconSize = ((global::Gtk.IconSize)(6));
     this.hbox1.Add(this.image1);
     global::Gtk.Box.BoxChild w3 = ((global::Gtk.Box.BoxChild)(this.hbox1 [this.image1]));
     w3.Position = 1;
     w3.Expand   = false;
     w3.Fill     = false;
     w3.Padding  = ((uint)(8));
     // Container child hbox1.Gtk.Box+BoxChild
     this.label5           = new global::Gtk.Label();
     this.label5.Name      = "label5";
     this.label5.LabelProp = global::Mono.Unix.Catalog.GetString("<b><big>Deploy file already exists. Do you want to replace it?</big></b>");
     this.label5.UseMarkup = true;
     this.label5.Wrap      = true;
     this.label5.Justify   = ((global::Gtk.Justification)(3));
     this.hbox1.Add(this.label5);
     global::Gtk.Box.BoxChild w4 = ((global::Gtk.Box.BoxChild)(this.hbox1 [this.label5]));
     w4.Position = 2;
     // Container child hbox1.Gtk.Box+BoxChild
     this.label6      = new global::Gtk.Label();
     this.label6.Name = "label6";
     this.hbox1.Add(this.label6);
     global::Gtk.Box.BoxChild w5 = ((global::Gtk.Box.BoxChild)(this.hbox1 [this.label6]));
     w5.Position = 3;
     w1.Add(this.hbox1);
     global::Gtk.Box.BoxChild w6 = ((global::Gtk.Box.BoxChild)(w1 [this.hbox1]));
     w6.Position = 0;
     w6.Expand   = false;
     w6.Fill     = false;
     // Container child dialog1_VBox.Gtk.Box+BoxChild
     this.label2           = new global::Gtk.Label();
     this.label2.Name      = "label2";
     this.label2.LabelProp = global::Mono.Unix.Catalog.GetString("There is already a file in the target directory that has the same name as the source file. You can keep the existing target file, or overwrite it with the source file.");
     this.label2.Wrap      = true;
     this.label2.Justify   = ((global::Gtk.Justification)(3));
     w1.Add(this.label2);
     global::Gtk.Box.BoxChild w7 = ((global::Gtk.Box.BoxChild)(w1 [this.label2]));
     w7.Position = 1;
     w7.Expand   = false;
     w7.Fill     = false;
     // Container child dialog1_VBox.Gtk.Box+BoxChild
     this.hbox2             = new global::Gtk.HBox();
     this.hbox2.Name        = "hbox2";
     this.hbox2.Spacing     = 6;
     this.hbox2.BorderWidth = ((uint)(6));
     // Container child hbox2.Gtk.Box+BoxChild
     this.label8 = new global::Gtk.Label();
     this.label8.WidthRequest = 18;
     this.label8.Name         = "label8";
     this.hbox2.Add(this.label8);
     global::Gtk.Box.BoxChild w8 = ((global::Gtk.Box.BoxChild)(this.hbox2 [this.label8]));
     w8.Position = 0;
     // Container child hbox2.Gtk.Box+BoxChild
     this.vbox4         = new global::Gtk.VBox();
     this.vbox4.Name    = "vbox4";
     this.vbox4.Spacing = 6;
     // Container child vbox4.Gtk.Box+BoxChild
     this.hbox3         = new global::Gtk.HBox();
     this.hbox3.Name    = "hbox3";
     this.hbox3.Spacing = 6;
     // Container child hbox3.Gtk.Box+BoxChild
     this.radioReplace               = new global::Gtk.RadioButton("");
     this.radioReplace.CanFocus      = true;
     this.radioReplace.Name          = "radioReplace";
     this.radioReplace.DrawIndicator = true;
     this.radioReplace.UseUnderline  = true;
     this.radioReplace.Group         = new global::GLib.SList(global::System.IntPtr.Zero);
     this.radioReplace.Remove(this.radioReplace.Child);
     // Container child radioReplace.Gtk.Container+ContainerChild
     this.vbox5             = new global::Gtk.VBox();
     this.vbox5.Name        = "vbox5";
     this.vbox5.Spacing     = 6;
     this.vbox5.BorderWidth = ((uint)(2));
     // Container child vbox5.Gtk.Box+BoxChild
     this.replaceLabel           = new global::Gtk.Label();
     this.replaceLabel.Name      = "replaceLabel";
     this.replaceLabel.Xalign    = 0F;
     this.replaceLabel.UseMarkup = true;
     this.vbox5.Add(this.replaceLabel);
     global::Gtk.Box.BoxChild w9 = ((global::Gtk.Box.BoxChild)(this.vbox5 [this.replaceLabel]));
     w9.Position = 0;
     w9.Expand   = false;
     // Container child vbox5.Gtk.Box+BoxChild
     this.hbox6         = new global::Gtk.HBox();
     this.hbox6.Name    = "hbox6";
     this.hbox6.Spacing = 6;
     // Container child hbox6.Gtk.Box+BoxChild
     this.label25           = new global::Gtk.Label();
     this.label25.Name      = "label25";
     this.label25.Xalign    = 0F;
     this.label25.LabelProp = global::Mono.Unix.Catalog.GetString("Name:");
     this.label25.Justify   = ((global::Gtk.Justification)(1));
     this.hbox6.Add(this.label25);
     global::Gtk.Box.BoxChild w10 = ((global::Gtk.Box.BoxChild)(this.hbox6 [this.label25]));
     w10.Position = 0;
     w10.Expand   = false;
     w10.Fill     = false;
     // Container child hbox6.Gtk.Box+BoxChild
     this.sourceName               = new global::Gtk.Label();
     this.sourceName.Name          = "sourceName";
     this.sourceName.Xalign        = 0F;
     this.sourceName.Selectable    = true;
     this.sourceName.Ellipsize     = ((global::Pango.EllipsizeMode)(2));
     this.sourceName.MaxWidthChars = 35;
     this.hbox6.Add(this.sourceName);
     global::Gtk.Box.BoxChild w11 = ((global::Gtk.Box.BoxChild)(this.hbox6 [this.sourceName]));
     w11.Position = 1;
     this.vbox5.Add(this.hbox6);
     global::Gtk.Box.BoxChild w12 = ((global::Gtk.Box.BoxChild)(this.vbox5 [this.hbox6]));
     w12.Position = 1;
     w12.Expand   = false;
     w12.Fill     = false;
     // Container child vbox5.Gtk.Box+BoxChild
     this.hbox7         = new global::Gtk.HBox();
     this.hbox7.Name    = "hbox7";
     this.hbox7.Spacing = 6;
     // Container child hbox7.Gtk.Box+BoxChild
     this.label26           = new global::Gtk.Label();
     this.label26.Name      = "label26";
     this.label26.Xalign    = 0F;
     this.label26.LabelProp = global::Mono.Unix.Catalog.GetString("Modified:");
     this.label26.Justify   = ((global::Gtk.Justification)(1));
     this.hbox7.Add(this.label26);
     global::Gtk.Box.BoxChild w13 = ((global::Gtk.Box.BoxChild)(this.hbox7 [this.label26]));
     w13.Position = 0;
     w13.Expand   = false;
     w13.Fill     = false;
     // Container child hbox7.Gtk.Box+BoxChild
     this.sourceModified        = new global::Gtk.Label();
     this.sourceModified.Name   = "sourceModified";
     this.sourceModified.Xalign = 0F;
     this.hbox7.Add(this.sourceModified);
     global::Gtk.Box.BoxChild w14 = ((global::Gtk.Box.BoxChild)(this.hbox7 [this.sourceModified]));
     w14.Position = 1;
     this.vbox5.Add(this.hbox7);
     global::Gtk.Box.BoxChild w15 = ((global::Gtk.Box.BoxChild)(this.vbox5 [this.hbox7]));
     w15.Position = 2;
     w15.Expand   = false;
     w15.Fill     = false;
     this.radioReplace.Add(this.vbox5);
     this.hbox3.Add(this.radioReplace);
     global::Gtk.Box.BoxChild w17 = ((global::Gtk.Box.BoxChild)(this.hbox3 [this.radioReplace]));
     w17.Position = 0;
     this.vbox4.Add(this.hbox3);
     global::Gtk.Box.BoxChild w18 = ((global::Gtk.Box.BoxChild)(this.vbox4 [this.hbox3]));
     w18.Position = 0;
     w18.Expand   = false;
     w18.Fill     = false;
     // Container child vbox4.Gtk.Box+BoxChild
     this.hbox4         = new global::Gtk.HBox();
     this.hbox4.Name    = "hbox4";
     this.hbox4.Spacing = 6;
     // Container child hbox4.Gtk.Box+BoxChild
     this.radioKeep               = new global::Gtk.RadioButton("");
     this.radioKeep.CanFocus      = true;
     this.radioKeep.Name          = "radioKeep";
     this.radioKeep.DrawIndicator = true;
     this.radioKeep.UseUnderline  = true;
     this.radioKeep.Group         = this.radioReplace.Group;
     this.radioKeep.Remove(this.radioKeep.Child);
     // Container child radioKeep.Gtk.Container+ContainerChild
     this.vbox6             = new global::Gtk.VBox();
     this.vbox6.Name        = "vbox6";
     this.vbox6.Spacing     = 6;
     this.vbox6.BorderWidth = ((uint)(2));
     // Container child vbox6.Gtk.Box+BoxChild
     this.keepLabel           = new global::Gtk.Label();
     this.keepLabel.Name      = "keepLabel";
     this.keepLabel.Xalign    = 0F;
     this.keepLabel.UseMarkup = true;
     this.vbox6.Add(this.keepLabel);
     global::Gtk.Box.BoxChild w19 = ((global::Gtk.Box.BoxChild)(this.vbox6 [this.keepLabel]));
     w19.Position = 0;
     // Container child vbox6.Gtk.Box+BoxChild
     this.hbox8         = new global::Gtk.HBox();
     this.hbox8.Name    = "hbox8";
     this.hbox8.Spacing = 6;
     // Container child hbox8.Gtk.Box+BoxChild
     this.label27           = new global::Gtk.Label();
     this.label27.Name      = "label27";
     this.label27.Xalign    = 0F;
     this.label27.LabelProp = global::Mono.Unix.Catalog.GetString("Name:");
     this.label27.Justify   = ((global::Gtk.Justification)(1));
     this.hbox8.Add(this.label27);
     global::Gtk.Box.BoxChild w20 = ((global::Gtk.Box.BoxChild)(this.hbox8 [this.label27]));
     w20.Position = 0;
     w20.Expand   = false;
     w20.Fill     = false;
     // Container child hbox8.Gtk.Box+BoxChild
     this.targetName               = new global::Gtk.Label();
     this.targetName.Name          = "targetName";
     this.targetName.Xalign        = 0F;
     this.targetName.Selectable    = true;
     this.targetName.Ellipsize     = ((global::Pango.EllipsizeMode)(2));
     this.targetName.MaxWidthChars = 35;
     this.hbox8.Add(this.targetName);
     global::Gtk.Box.BoxChild w21 = ((global::Gtk.Box.BoxChild)(this.hbox8 [this.targetName]));
     w21.Position = 1;
     this.vbox6.Add(this.hbox8);
     global::Gtk.Box.BoxChild w22 = ((global::Gtk.Box.BoxChild)(this.vbox6 [this.hbox8]));
     w22.Position = 1;
     w22.Expand   = false;
     w22.Fill     = false;
     // Container child vbox6.Gtk.Box+BoxChild
     this.hbox9         = new global::Gtk.HBox();
     this.hbox9.Name    = "hbox9";
     this.hbox9.Spacing = 6;
     // Container child hbox9.Gtk.Box+BoxChild
     this.label28           = new global::Gtk.Label();
     this.label28.Name      = "label28";
     this.label28.Xalign    = 0F;
     this.label28.LabelProp = global::Mono.Unix.Catalog.GetString("Modified:");
     this.label28.Justify   = ((global::Gtk.Justification)(1));
     this.hbox9.Add(this.label28);
     global::Gtk.Box.BoxChild w23 = ((global::Gtk.Box.BoxChild)(this.hbox9 [this.label28]));
     w23.Position = 0;
     w23.Expand   = false;
     w23.Fill     = false;
     // Container child hbox9.Gtk.Box+BoxChild
     this.targetModified        = new global::Gtk.Label();
     this.targetModified.Name   = "targetModified";
     this.targetModified.Xalign = 0F;
     this.hbox9.Add(this.targetModified);
     global::Gtk.Box.BoxChild w24 = ((global::Gtk.Box.BoxChild)(this.hbox9 [this.targetModified]));
     w24.Position = 1;
     this.vbox6.Add(this.hbox9);
     global::Gtk.Box.BoxChild w25 = ((global::Gtk.Box.BoxChild)(this.vbox6 [this.hbox9]));
     w25.Position = 2;
     w25.Expand   = false;
     w25.Fill     = false;
     this.radioKeep.Add(this.vbox6);
     this.hbox4.Add(this.radioKeep);
     global::Gtk.Box.BoxChild w27 = ((global::Gtk.Box.BoxChild)(this.hbox4 [this.radioKeep]));
     w27.Position = 0;
     this.vbox4.Add(this.hbox4);
     global::Gtk.Box.BoxChild w28 = ((global::Gtk.Box.BoxChild)(this.vbox4 [this.hbox4]));
     w28.Position = 1;
     w28.Expand   = false;
     w28.Fill     = false;
     // Container child vbox4.Gtk.Box+BoxChild
     this.hbox5         = new global::Gtk.HBox();
     this.hbox5.Name    = "hbox5";
     this.hbox5.Spacing = 6;
     // Container child hbox5.Gtk.Box+BoxChild
     this.radioNewest               = new global::Gtk.RadioButton("");
     this.radioNewest.CanFocus      = true;
     this.radioNewest.Name          = "radioNewest";
     this.radioNewest.DrawIndicator = true;
     this.radioNewest.UseUnderline  = true;
     this.radioNewest.Group         = this.radioReplace.Group;
     this.radioNewest.Remove(this.radioNewest.Child);
     // Container child radioNewest.Gtk.Container+ContainerChild
     this.vbox7             = new global::Gtk.VBox();
     this.vbox7.Name        = "vbox7";
     this.vbox7.Spacing     = 6;
     this.vbox7.BorderWidth = ((uint)(2));
     // Container child vbox7.Gtk.Box+BoxChild
     this.newestLabel           = new global::Gtk.Label();
     this.newestLabel.Name      = "newestLabel";
     this.newestLabel.Xalign    = 0F;
     this.newestLabel.UseMarkup = true;
     this.vbox7.Add(this.newestLabel);
     global::Gtk.Box.BoxChild w29 = ((global::Gtk.Box.BoxChild)(this.vbox7 [this.newestLabel]));
     w29.Position = 0;
     // Container child vbox7.Gtk.Box+BoxChild
     this.label20           = new global::Gtk.Label();
     this.label20.Name      = "label20";
     this.label20.Xpad      = 2;
     this.label20.LabelProp = global::Mono.Unix.Catalog.GetString("The source file will replace the existing target file if it has been modified more recently.");
     this.label20.Wrap      = true;
     this.vbox7.Add(this.label20);
     global::Gtk.Box.BoxChild w30 = ((global::Gtk.Box.BoxChild)(this.vbox7 [this.label20]));
     w30.Position = 1;
     this.radioNewest.Add(this.vbox7);
     this.hbox5.Add(this.radioNewest);
     global::Gtk.Box.BoxChild w32 = ((global::Gtk.Box.BoxChild)(this.hbox5 [this.radioNewest]));
     w32.Position = 0;
     this.vbox4.Add(this.hbox5);
     global::Gtk.Box.BoxChild w33 = ((global::Gtk.Box.BoxChild)(this.vbox4 [this.hbox5]));
     w33.Position = 2;
     w33.Expand   = false;
     w33.Fill     = false;
     // Container child vbox4.Gtk.Box+BoxChild
     this.applyAll               = new global::Gtk.CheckButton();
     this.applyAll.CanFocus      = true;
     this.applyAll.Name          = "applyAll";
     this.applyAll.Label         = global::Mono.Unix.Catalog.GetString("Apply this decision to _all files in this operation");
     this.applyAll.DrawIndicator = true;
     this.applyAll.UseUnderline  = true;
     this.vbox4.Add(this.applyAll);
     global::Gtk.Box.BoxChild w34 = ((global::Gtk.Box.BoxChild)(this.vbox4 [this.applyAll]));
     w34.Position = 3;
     w34.Expand   = false;
     w34.Fill     = false;
     this.hbox2.Add(this.vbox4);
     global::Gtk.Box.BoxChild w35 = ((global::Gtk.Box.BoxChild)(this.hbox2 [this.vbox4]));
     w35.Position = 1;
     // Container child hbox2.Gtk.Box+BoxChild
     this.label11 = new global::Gtk.Label();
     this.label11.WidthRequest = 18;
     this.label11.Name         = "label11";
     this.hbox2.Add(this.label11);
     global::Gtk.Box.BoxChild w36 = ((global::Gtk.Box.BoxChild)(this.hbox2 [this.label11]));
     w36.PackType = ((global::Gtk.PackType)(1));
     w36.Position = 2;
     w1.Add(this.hbox2);
     global::Gtk.Box.BoxChild w37 = ((global::Gtk.Box.BoxChild)(w1 [this.hbox2]));
     w37.Position = 2;
     // Internal child MonoDevelop.Deployment.FileReplaceDialog.ActionArea
     global::Gtk.HButtonBox w38 = this.ActionArea;
     w38.Name        = "dialog1_ActionArea";
     w38.Spacing     = 6;
     w38.BorderWidth = ((uint)(5));
     w38.LayoutStyle = ((global::Gtk.ButtonBoxStyle)(4));
     // Container child dialog1_ActionArea.Gtk.ButtonBox+ButtonBoxChild
     this.cancelButton              = new global::Gtk.Button();
     this.cancelButton.CanFocus     = true;
     this.cancelButton.Name         = "cancelButton";
     this.cancelButton.UseUnderline = true;
     this.cancelButton.Label        = global::Mono.Unix.Catalog.GetString("_Cancel deployment");
     this.AddActionWidget(this.cancelButton, -6);
     global::Gtk.ButtonBox.ButtonBoxChild w39 = ((global::Gtk.ButtonBox.ButtonBoxChild)(w38 [this.cancelButton]));
     w39.Expand = false;
     w39.Fill   = false;
     // Container child dialog1_ActionArea.Gtk.ButtonBox+ButtonBoxChild
     this.okButton              = new global::Gtk.Button();
     this.okButton.CanDefault   = true;
     this.okButton.CanFocus     = true;
     this.okButton.Name         = "okButton";
     this.okButton.UseStock     = true;
     this.okButton.UseUnderline = true;
     this.okButton.Label        = "gtk-ok";
     this.AddActionWidget(this.okButton, -5);
     global::Gtk.ButtonBox.ButtonBoxChild w40 = ((global::Gtk.ButtonBox.ButtonBoxChild)(w38 [this.okButton]));
     w40.Position = 1;
     w40.Expand   = false;
     w40.Fill     = false;
     if ((this.Child != null))
     {
         this.Child.ShowAll();
     }
     this.DefaultWidth  = 425;
     this.DefaultHeight = 420;
     this.Hide();
     this.DeleteEvent          += new global::Gtk.DeleteEventHandler(this.DeleteActivated);
     this.cancelButton.Clicked += new global::System.EventHandler(this.CancelClicked);
     this.okButton.Clicked     += new global::System.EventHandler(this.OkClicked);
 }
		protected virtual void Build ()
		{
			global::Stetic.Gui.Initialize (this);
			// Widget MonoDevelop.Deployment.FileReplaceDialog
			this.Name = "MonoDevelop.Deployment.FileReplaceDialog";
			this.Title = global::Mono.Unix.Catalog.GetString ("Replace existing file?");
			this.WindowPosition = ((global::Gtk.WindowPosition)(4));
			this.Modal = true;
			this.BorderWidth = ((uint)(6));
			this.Resizable = false;
			this.AllowGrow = false;
			// Internal child MonoDevelop.Deployment.FileReplaceDialog.VBox
			global::Gtk.VBox w1 = this.VBox;
			w1.Name = "dialog1_VBox";
			w1.Spacing = 4;
			w1.BorderWidth = ((uint)(2));
			// Container child dialog1_VBox.Gtk.Box+BoxChild
			this.hbox1 = new global::Gtk.HBox ();
			this.hbox1.Name = "hbox1";
			this.hbox1.Spacing = 6;
			// Container child hbox1.Gtk.Box+BoxChild
			this.label7 = new global::Gtk.Label ();
			this.label7.Name = "label7";
			this.hbox1.Add (this.label7);
			global::Gtk.Box.BoxChild w2 = ((global::Gtk.Box.BoxChild)(this.hbox1 [this.label7]));
			w2.Position = 0;
			// Container child hbox1.Gtk.Box+BoxChild
			this.image1 = new global::MonoDevelop.Components.ImageView ();
			this.image1.Name = "image1";
			this.image1.IconId = "gtk-dialog-warning";
			this.image1.IconSize = ((global::Gtk.IconSize)(6));
			this.hbox1.Add (this.image1);
			global::Gtk.Box.BoxChild w3 = ((global::Gtk.Box.BoxChild)(this.hbox1 [this.image1]));
			w3.Position = 1;
			w3.Expand = false;
			w3.Fill = false;
			w3.Padding = ((uint)(8));
			// Container child hbox1.Gtk.Box+BoxChild
			this.label5 = new global::Gtk.Label ();
			this.label5.Name = "label5";
			this.label5.LabelProp = global::Mono.Unix.Catalog.GetString ("<b><big>Deploy file already exists. Do you want to replace it?</big></b>");
			this.label5.UseMarkup = true;
			this.label5.Wrap = true;
			this.label5.Justify = ((global::Gtk.Justification)(3));
			this.hbox1.Add (this.label5);
			global::Gtk.Box.BoxChild w4 = ((global::Gtk.Box.BoxChild)(this.hbox1 [this.label5]));
			w4.Position = 2;
			// Container child hbox1.Gtk.Box+BoxChild
			this.label6 = new global::Gtk.Label ();
			this.label6.Name = "label6";
			this.hbox1.Add (this.label6);
			global::Gtk.Box.BoxChild w5 = ((global::Gtk.Box.BoxChild)(this.hbox1 [this.label6]));
			w5.Position = 3;
			w1.Add (this.hbox1);
			global::Gtk.Box.BoxChild w6 = ((global::Gtk.Box.BoxChild)(w1 [this.hbox1]));
			w6.Position = 0;
			w6.Expand = false;
			w6.Fill = false;
			// Container child dialog1_VBox.Gtk.Box+BoxChild
			this.label2 = new global::Gtk.Label ();
			this.label2.Name = "label2";
			this.label2.LabelProp = global::Mono.Unix.Catalog.GetString ("There is already a file in the target directory that has the same name as the source file. You can keep the existing target file, or overwrite it with the source file.");
			this.label2.Wrap = true;
			this.label2.Justify = ((global::Gtk.Justification)(3));
			w1.Add (this.label2);
			global::Gtk.Box.BoxChild w7 = ((global::Gtk.Box.BoxChild)(w1 [this.label2]));
			w7.Position = 1;
			w7.Expand = false;
			w7.Fill = false;
			// Container child dialog1_VBox.Gtk.Box+BoxChild
			this.hbox2 = new global::Gtk.HBox ();
			this.hbox2.Name = "hbox2";
			this.hbox2.Spacing = 6;
			this.hbox2.BorderWidth = ((uint)(6));
			// Container child hbox2.Gtk.Box+BoxChild
			this.label8 = new global::Gtk.Label ();
			this.label8.WidthRequest = 18;
			this.label8.Name = "label8";
			this.hbox2.Add (this.label8);
			global::Gtk.Box.BoxChild w8 = ((global::Gtk.Box.BoxChild)(this.hbox2 [this.label8]));
			w8.Position = 0;
			// Container child hbox2.Gtk.Box+BoxChild
			this.vbox4 = new global::Gtk.VBox ();
			this.vbox4.Name = "vbox4";
			this.vbox4.Spacing = 6;
			// Container child vbox4.Gtk.Box+BoxChild
			this.hbox3 = new global::Gtk.HBox ();
			this.hbox3.Name = "hbox3";
			this.hbox3.Spacing = 6;
			// Container child hbox3.Gtk.Box+BoxChild
			this.radioReplace = new global::Gtk.RadioButton ("");
			this.radioReplace.CanFocus = true;
			this.radioReplace.Name = "radioReplace";
			this.radioReplace.DrawIndicator = true;
			this.radioReplace.UseUnderline = true;
			this.radioReplace.Group = new global::GLib.SList (global::System.IntPtr.Zero);
			this.radioReplace.Remove (this.radioReplace.Child);
			// Container child radioReplace.Gtk.Container+ContainerChild
			this.vbox5 = new global::Gtk.VBox ();
			this.vbox5.Name = "vbox5";
			this.vbox5.Spacing = 6;
			this.vbox5.BorderWidth = ((uint)(2));
			// Container child vbox5.Gtk.Box+BoxChild
			this.replaceLabel = new global::Gtk.Label ();
			this.replaceLabel.Name = "replaceLabel";
			this.replaceLabel.Xalign = 0F;
			this.replaceLabel.UseMarkup = true;
			this.vbox5.Add (this.replaceLabel);
			global::Gtk.Box.BoxChild w9 = ((global::Gtk.Box.BoxChild)(this.vbox5 [this.replaceLabel]));
			w9.Position = 0;
			w9.Expand = false;
			// Container child vbox5.Gtk.Box+BoxChild
			this.hbox6 = new global::Gtk.HBox ();
			this.hbox6.Name = "hbox6";
			this.hbox6.Spacing = 6;
			// Container child hbox6.Gtk.Box+BoxChild
			this.label25 = new global::Gtk.Label ();
			this.label25.Name = "label25";
			this.label25.Xalign = 0F;
			this.label25.LabelProp = global::Mono.Unix.Catalog.GetString ("Name:");
			this.label25.Justify = ((global::Gtk.Justification)(1));
			this.hbox6.Add (this.label25);
			global::Gtk.Box.BoxChild w10 = ((global::Gtk.Box.BoxChild)(this.hbox6 [this.label25]));
			w10.Position = 0;
			w10.Expand = false;
			w10.Fill = false;
			// Container child hbox6.Gtk.Box+BoxChild
			this.sourceName = new global::Gtk.Label ();
			this.sourceName.Name = "sourceName";
			this.sourceName.Xalign = 0F;
			this.sourceName.Selectable = true;
			this.sourceName.Ellipsize = ((global::Pango.EllipsizeMode)(2));
			this.sourceName.MaxWidthChars = 35;
			this.hbox6.Add (this.sourceName);
			global::Gtk.Box.BoxChild w11 = ((global::Gtk.Box.BoxChild)(this.hbox6 [this.sourceName]));
			w11.Position = 1;
			this.vbox5.Add (this.hbox6);
			global::Gtk.Box.BoxChild w12 = ((global::Gtk.Box.BoxChild)(this.vbox5 [this.hbox6]));
			w12.Position = 1;
			w12.Expand = false;
			w12.Fill = false;
			// Container child vbox5.Gtk.Box+BoxChild
			this.hbox7 = new global::Gtk.HBox ();
			this.hbox7.Name = "hbox7";
			this.hbox7.Spacing = 6;
			// Container child hbox7.Gtk.Box+BoxChild
			this.label26 = new global::Gtk.Label ();
			this.label26.Name = "label26";
			this.label26.Xalign = 0F;
			this.label26.LabelProp = global::Mono.Unix.Catalog.GetString ("Modified:");
			this.label26.Justify = ((global::Gtk.Justification)(1));
			this.hbox7.Add (this.label26);
			global::Gtk.Box.BoxChild w13 = ((global::Gtk.Box.BoxChild)(this.hbox7 [this.label26]));
			w13.Position = 0;
			w13.Expand = false;
			w13.Fill = false;
			// Container child hbox7.Gtk.Box+BoxChild
			this.sourceModified = new global::Gtk.Label ();
			this.sourceModified.Name = "sourceModified";
			this.sourceModified.Xalign = 0F;
			this.hbox7.Add (this.sourceModified);
			global::Gtk.Box.BoxChild w14 = ((global::Gtk.Box.BoxChild)(this.hbox7 [this.sourceModified]));
			w14.Position = 1;
			this.vbox5.Add (this.hbox7);
			global::Gtk.Box.BoxChild w15 = ((global::Gtk.Box.BoxChild)(this.vbox5 [this.hbox7]));
			w15.Position = 2;
			w15.Expand = false;
			w15.Fill = false;
			this.radioReplace.Add (this.vbox5);
			this.hbox3.Add (this.radioReplace);
			global::Gtk.Box.BoxChild w17 = ((global::Gtk.Box.BoxChild)(this.hbox3 [this.radioReplace]));
			w17.Position = 0;
			this.vbox4.Add (this.hbox3);
			global::Gtk.Box.BoxChild w18 = ((global::Gtk.Box.BoxChild)(this.vbox4 [this.hbox3]));
			w18.Position = 0;
			w18.Expand = false;
			w18.Fill = false;
			// Container child vbox4.Gtk.Box+BoxChild
			this.hbox4 = new global::Gtk.HBox ();
			this.hbox4.Name = "hbox4";
			this.hbox4.Spacing = 6;
			// Container child hbox4.Gtk.Box+BoxChild
			this.radioKeep = new global::Gtk.RadioButton ("");
			this.radioKeep.CanFocus = true;
			this.radioKeep.Name = "radioKeep";
			this.radioKeep.DrawIndicator = true;
			this.radioKeep.UseUnderline = true;
			this.radioKeep.Group = this.radioReplace.Group;
			this.radioKeep.Remove (this.radioKeep.Child);
			// Container child radioKeep.Gtk.Container+ContainerChild
			this.vbox6 = new global::Gtk.VBox ();
			this.vbox6.Name = "vbox6";
			this.vbox6.Spacing = 6;
			this.vbox6.BorderWidth = ((uint)(2));
			// Container child vbox6.Gtk.Box+BoxChild
			this.keepLabel = new global::Gtk.Label ();
			this.keepLabel.Name = "keepLabel";
			this.keepLabel.Xalign = 0F;
			this.keepLabel.UseMarkup = true;
			this.vbox6.Add (this.keepLabel);
			global::Gtk.Box.BoxChild w19 = ((global::Gtk.Box.BoxChild)(this.vbox6 [this.keepLabel]));
			w19.Position = 0;
			// Container child vbox6.Gtk.Box+BoxChild
			this.hbox8 = new global::Gtk.HBox ();
			this.hbox8.Name = "hbox8";
			this.hbox8.Spacing = 6;
			// Container child hbox8.Gtk.Box+BoxChild
			this.label27 = new global::Gtk.Label ();
			this.label27.Name = "label27";
			this.label27.Xalign = 0F;
			this.label27.LabelProp = global::Mono.Unix.Catalog.GetString ("Name:");
			this.label27.Justify = ((global::Gtk.Justification)(1));
			this.hbox8.Add (this.label27);
			global::Gtk.Box.BoxChild w20 = ((global::Gtk.Box.BoxChild)(this.hbox8 [this.label27]));
			w20.Position = 0;
			w20.Expand = false;
			w20.Fill = false;
			// Container child hbox8.Gtk.Box+BoxChild
			this.targetName = new global::Gtk.Label ();
			this.targetName.Name = "targetName";
			this.targetName.Xalign = 0F;
			this.targetName.Selectable = true;
			this.targetName.Ellipsize = ((global::Pango.EllipsizeMode)(2));
			this.targetName.MaxWidthChars = 35;
			this.hbox8.Add (this.targetName);
			global::Gtk.Box.BoxChild w21 = ((global::Gtk.Box.BoxChild)(this.hbox8 [this.targetName]));
			w21.Position = 1;
			this.vbox6.Add (this.hbox8);
			global::Gtk.Box.BoxChild w22 = ((global::Gtk.Box.BoxChild)(this.vbox6 [this.hbox8]));
			w22.Position = 1;
			w22.Expand = false;
			w22.Fill = false;
			// Container child vbox6.Gtk.Box+BoxChild
			this.hbox9 = new global::Gtk.HBox ();
			this.hbox9.Name = "hbox9";
			this.hbox9.Spacing = 6;
			// Container child hbox9.Gtk.Box+BoxChild
			this.label28 = new global::Gtk.Label ();
			this.label28.Name = "label28";
			this.label28.Xalign = 0F;
			this.label28.LabelProp = global::Mono.Unix.Catalog.GetString ("Modified:");
			this.label28.Justify = ((global::Gtk.Justification)(1));
			this.hbox9.Add (this.label28);
			global::Gtk.Box.BoxChild w23 = ((global::Gtk.Box.BoxChild)(this.hbox9 [this.label28]));
			w23.Position = 0;
			w23.Expand = false;
			w23.Fill = false;
			// Container child hbox9.Gtk.Box+BoxChild
			this.targetModified = new global::Gtk.Label ();
			this.targetModified.Name = "targetModified";
			this.targetModified.Xalign = 0F;
			this.hbox9.Add (this.targetModified);
			global::Gtk.Box.BoxChild w24 = ((global::Gtk.Box.BoxChild)(this.hbox9 [this.targetModified]));
			w24.Position = 1;
			this.vbox6.Add (this.hbox9);
			global::Gtk.Box.BoxChild w25 = ((global::Gtk.Box.BoxChild)(this.vbox6 [this.hbox9]));
			w25.Position = 2;
			w25.Expand = false;
			w25.Fill = false;
			this.radioKeep.Add (this.vbox6);
			this.hbox4.Add (this.radioKeep);
			global::Gtk.Box.BoxChild w27 = ((global::Gtk.Box.BoxChild)(this.hbox4 [this.radioKeep]));
			w27.Position = 0;
			this.vbox4.Add (this.hbox4);
			global::Gtk.Box.BoxChild w28 = ((global::Gtk.Box.BoxChild)(this.vbox4 [this.hbox4]));
			w28.Position = 1;
			w28.Expand = false;
			w28.Fill = false;
			// Container child vbox4.Gtk.Box+BoxChild
			this.hbox5 = new global::Gtk.HBox ();
			this.hbox5.Name = "hbox5";
			this.hbox5.Spacing = 6;
			// Container child hbox5.Gtk.Box+BoxChild
			this.radioNewest = new global::Gtk.RadioButton ("");
			this.radioNewest.CanFocus = true;
			this.radioNewest.Name = "radioNewest";
			this.radioNewest.DrawIndicator = true;
			this.radioNewest.UseUnderline = true;
			this.radioNewest.Group = this.radioReplace.Group;
			this.radioNewest.Remove (this.radioNewest.Child);
			// Container child radioNewest.Gtk.Container+ContainerChild
			this.vbox7 = new global::Gtk.VBox ();
			this.vbox7.Name = "vbox7";
			this.vbox7.Spacing = 6;
			this.vbox7.BorderWidth = ((uint)(2));
			// Container child vbox7.Gtk.Box+BoxChild
			this.newestLabel = new global::Gtk.Label ();
			this.newestLabel.Name = "newestLabel";
			this.newestLabel.Xalign = 0F;
			this.newestLabel.UseMarkup = true;
			this.vbox7.Add (this.newestLabel);
			global::Gtk.Box.BoxChild w29 = ((global::Gtk.Box.BoxChild)(this.vbox7 [this.newestLabel]));
			w29.Position = 0;
			// Container child vbox7.Gtk.Box+BoxChild
			this.label20 = new global::Gtk.Label ();
			this.label20.Name = "label20";
			this.label20.Xpad = 2;
			this.label20.LabelProp = global::Mono.Unix.Catalog.GetString ("The source file will replace the existing target file if it has been modified more recently.");
			this.label20.Wrap = true;
			this.vbox7.Add (this.label20);
			global::Gtk.Box.BoxChild w30 = ((global::Gtk.Box.BoxChild)(this.vbox7 [this.label20]));
			w30.Position = 1;
			this.radioNewest.Add (this.vbox7);
			this.hbox5.Add (this.radioNewest);
			global::Gtk.Box.BoxChild w32 = ((global::Gtk.Box.BoxChild)(this.hbox5 [this.radioNewest]));
			w32.Position = 0;
			this.vbox4.Add (this.hbox5);
			global::Gtk.Box.BoxChild w33 = ((global::Gtk.Box.BoxChild)(this.vbox4 [this.hbox5]));
			w33.Position = 2;
			w33.Expand = false;
			w33.Fill = false;
			// Container child vbox4.Gtk.Box+BoxChild
			this.applyAll = new global::Gtk.CheckButton ();
			this.applyAll.CanFocus = true;
			this.applyAll.Name = "applyAll";
			this.applyAll.Label = global::Mono.Unix.Catalog.GetString ("Apply this decision to _all files in this operation");
			this.applyAll.DrawIndicator = true;
			this.applyAll.UseUnderline = true;
			this.vbox4.Add (this.applyAll);
			global::Gtk.Box.BoxChild w34 = ((global::Gtk.Box.BoxChild)(this.vbox4 [this.applyAll]));
			w34.Position = 3;
			w34.Expand = false;
			w34.Fill = false;
			this.hbox2.Add (this.vbox4);
			global::Gtk.Box.BoxChild w35 = ((global::Gtk.Box.BoxChild)(this.hbox2 [this.vbox4]));
			w35.Position = 1;
			// Container child hbox2.Gtk.Box+BoxChild
			this.label11 = new global::Gtk.Label ();
			this.label11.WidthRequest = 18;
			this.label11.Name = "label11";
			this.hbox2.Add (this.label11);
			global::Gtk.Box.BoxChild w36 = ((global::Gtk.Box.BoxChild)(this.hbox2 [this.label11]));
			w36.PackType = ((global::Gtk.PackType)(1));
			w36.Position = 2;
			w1.Add (this.hbox2);
			global::Gtk.Box.BoxChild w37 = ((global::Gtk.Box.BoxChild)(w1 [this.hbox2]));
			w37.Position = 2;
			// Internal child MonoDevelop.Deployment.FileReplaceDialog.ActionArea
			global::Gtk.HButtonBox w38 = this.ActionArea;
			w38.Name = "dialog1_ActionArea";
			w38.Spacing = 6;
			w38.BorderWidth = ((uint)(5));
			w38.LayoutStyle = ((global::Gtk.ButtonBoxStyle)(4));
			// Container child dialog1_ActionArea.Gtk.ButtonBox+ButtonBoxChild
			this.cancelButton = new global::Gtk.Button ();
			this.cancelButton.CanFocus = true;
			this.cancelButton.Name = "cancelButton";
			this.cancelButton.UseUnderline = true;
			this.cancelButton.Label = global::Mono.Unix.Catalog.GetString ("_Cancel deployment");
			this.AddActionWidget (this.cancelButton, -6);
			global::Gtk.ButtonBox.ButtonBoxChild w39 = ((global::Gtk.ButtonBox.ButtonBoxChild)(w38 [this.cancelButton]));
			w39.Expand = false;
			w39.Fill = false;
			// Container child dialog1_ActionArea.Gtk.ButtonBox+ButtonBoxChild
			this.okButton = new global::Gtk.Button ();
			this.okButton.CanDefault = true;
			this.okButton.CanFocus = true;
			this.okButton.Name = "okButton";
			this.okButton.UseStock = true;
			this.okButton.UseUnderline = true;
			this.okButton.Label = "gtk-ok";
			this.AddActionWidget (this.okButton, -5);
			global::Gtk.ButtonBox.ButtonBoxChild w40 = ((global::Gtk.ButtonBox.ButtonBoxChild)(w38 [this.okButton]));
			w40.Position = 1;
			w40.Expand = false;
			w40.Fill = false;
			if ((this.Child != null)) {
				this.Child.ShowAll ();
			}
			this.DefaultWidth = 425;
			this.DefaultHeight = 420;
			this.Hide ();
			this.DeleteEvent += new global::Gtk.DeleteEventHandler (this.DeleteActivated);
			this.cancelButton.Clicked += new global::System.EventHandler (this.CancelClicked);
			this.okButton.Clicked += new global::System.EventHandler (this.OkClicked);
		}
コード例 #33
0
 protected virtual void Build()
 {
     global::Stetic.Gui.Initialize(this);
     // Widget MonoDevelop.PackageManagement.PackagesWidget
     global::Stetic.BinContainer.Attach(this);
     this.Name = "MonoDevelop.PackageManagement.PackagesWidget";
     // Container child MonoDevelop.PackageManagement.PackagesWidget.Gtk.Container+ContainerChild
     this.mainPane          = new global::Gtk.HPaned();
     this.mainPane.CanFocus = true;
     this.mainPane.Name     = "mainPane";
     this.mainPane.Position = 322;
     // Container child mainPane.Gtk.Paned+PanedChild
     this.packagesListVBox         = new global::Gtk.VBox();
     this.packagesListVBox.Name    = "packagesListVBox";
     this.packagesListVBox.Spacing = 6;
     // Container child packagesListVBox.Gtk.Box+BoxChild
     this.packagesTreeScrolledWindow            = new global::Gtk.ScrolledWindow();
     this.packagesTreeScrolledWindow.Name       = "packagesTreeScrolledWindow";
     this.packagesTreeScrolledWindow.ShadowType = ((global::Gtk.ShadowType)(1));
     // Container child packagesTreeScrolledWindow.Gtk.Container+ContainerChild
     this.packagesTreeView                = new global::Gtk.TreeView();
     this.packagesTreeView.CanFocus       = true;
     this.packagesTreeView.Name           = "packagesTreeView";
     this.packagesTreeView.EnableSearch   = false;
     this.packagesTreeView.HeadersVisible = false;
     this.packagesTreeScrolledWindow.Add(this.packagesTreeView);
     this.packagesListVBox.Add(this.packagesTreeScrolledWindow);
     global::Gtk.Box.BoxChild w2 = ((global::Gtk.Box.BoxChild)(this.packagesListVBox [this.packagesTreeScrolledWindow]));
     w2.Position = 0;
     // Container child packagesListVBox.Gtk.Box+BoxChild
     this.pagedResultsHBox         = new global::Gtk.HBox();
     this.pagedResultsHBox.Name    = "pagedResultsHBox";
     this.pagedResultsHBox.Spacing = 6;
     // Container child pagedResultsHBox.Gtk.Box+BoxChild
     this.pagedResultsLeftLabel      = new global::Gtk.Label();
     this.pagedResultsLeftLabel.Name = "pagedResultsLeftLabel";
     this.pagedResultsHBox.Add(this.pagedResultsLeftLabel);
     global::Gtk.Box.BoxChild w3 = ((global::Gtk.Box.BoxChild)(this.pagedResultsHBox [this.pagedResultsLeftLabel]));
     w3.Position = 0;
     // Container child pagedResultsHBox.Gtk.Box+BoxChild
     this.pagedResultsWidget = null;
     this.pagedResultsHBox.Add(this.pagedResultsWidget);
     global::Gtk.Box.BoxChild w4 = ((global::Gtk.Box.BoxChild)(this.pagedResultsHBox [this.pagedResultsWidget]));
     w4.Position = 1;
     w4.Expand   = false;
     w4.Fill     = false;
     // Container child pagedResultsHBox.Gtk.Box+BoxChild
     this.pagedResultsRightLabel      = new global::Gtk.Label();
     this.pagedResultsRightLabel.Name = "pagedResultsRightLabel";
     this.pagedResultsHBox.Add(this.pagedResultsRightLabel);
     global::Gtk.Box.BoxChild w5 = ((global::Gtk.Box.BoxChild)(this.pagedResultsHBox [this.pagedResultsRightLabel]));
     w5.Position = 2;
     this.packagesListVBox.Add(this.pagedResultsHBox);
     global::Gtk.Box.BoxChild w6 = ((global::Gtk.Box.BoxChild)(this.packagesListVBox [this.pagedResultsHBox]));
     w6.Position = 1;
     w6.Expand   = false;
     w6.Fill     = false;
     this.mainPane.Add(this.packagesListVBox);
     global::Gtk.Paned.PanedChild w7 = ((global::Gtk.Paned.PanedChild)(this.mainPane [this.packagesListVBox]));
     w7.Resize = false;
     // Container child mainPane.Gtk.Paned+PanedChild
     this.packageInfoVBox         = new global::Gtk.VBox();
     this.packageInfoVBox.Name    = "packageInfoVBox";
     this.packageInfoVBox.Spacing = 6;
     // Container child packageInfoVBox.Gtk.Box+BoxChild
     this.packageSourceComboBox      = global::Gtk.ComboBox.NewText();
     this.packageSourceComboBox.Name = "packageSourceComboBox";
     this.packageInfoVBox.Add(this.packageSourceComboBox);
     global::Gtk.Box.BoxChild w8 = ((global::Gtk.Box.BoxChild)(this.packageInfoVBox [this.packageSourceComboBox]));
     w8.Position = 0;
     w8.Expand   = false;
     w8.Fill     = false;
     // Container child packageInfoVBox.Gtk.Box+BoxChild
     this.packageSearchHBox         = new global::Gtk.HBox();
     this.packageSearchHBox.Name    = "packageSearchHBox";
     this.packageSearchHBox.Spacing = 6;
     // Container child packageSearchHBox.Gtk.Box+BoxChild
     this.packageSearchEntry               = new global::Gtk.Entry();
     this.packageSearchEntry.CanFocus      = true;
     this.packageSearchEntry.Name          = "packageSearchEntry";
     this.packageSearchEntry.IsEditable    = true;
     this.packageSearchEntry.InvisibleChar = '●';
     this.packageSearchHBox.Add(this.packageSearchEntry);
     global::Gtk.Box.BoxChild w9 = ((global::Gtk.Box.BoxChild)(this.packageSearchHBox [this.packageSearchEntry]));
     w9.Position = 0;
     // Container child packageSearchHBox.Gtk.Box+BoxChild
     this.packageSearchButton          = new global::Gtk.Button();
     this.packageSearchButton.CanFocus = true;
     this.packageSearchButton.Name     = "packageSearchButton";
     // Container child packageSearchButton.Gtk.Container+ContainerChild
     this.imageSearch          = new global::MonoDevelop.Components.ImageView();
     this.imageSearch.Name     = "imageSearch";
     this.imageSearch.IconId   = "gtk-find";
     this.imageSearch.IconSize = ((global::Gtk.IconSize)(1));
     this.packageSearchButton.Add(this.imageSearch);
     this.packageSearchHBox.Add(this.packageSearchButton);
     global::Gtk.Box.BoxChild w11 = ((global::Gtk.Box.BoxChild)(this.packageSearchHBox [this.packageSearchButton]));
     w11.Position = 1;
     w11.Expand   = false;
     w11.Fill     = false;
     this.packageInfoVBox.Add(this.packageSearchHBox);
     global::Gtk.Box.BoxChild w12 = ((global::Gtk.Box.BoxChild)(this.packageInfoVBox [this.packageSearchHBox]));
     w12.Position = 1;
     w12.Expand   = false;
     w12.Fill     = false;
     // Container child packageInfoVBox.Gtk.Box+BoxChild
     this.includePrereleaseCheckButton               = new global::Gtk.CheckButton();
     this.includePrereleaseCheckButton.CanFocus      = true;
     this.includePrereleaseCheckButton.Name          = "includePrereleaseCheckButton";
     this.includePrereleaseCheckButton.Label         = global::Mono.Unix.Catalog.GetString("Include Prerelease");
     this.includePrereleaseCheckButton.DrawIndicator = true;
     this.includePrereleaseCheckButton.UseUnderline  = true;
     this.packageInfoVBox.Add(this.includePrereleaseCheckButton);
     global::Gtk.Box.BoxChild w13 = ((global::Gtk.Box.BoxChild)(this.packageInfoVBox [this.includePrereleaseCheckButton]));
     w13.Position = 2;
     w13.Expand   = false;
     w13.Fill     = false;
     // Container child packageInfoVBox.Gtk.Box+BoxChild
     this.updateAllPackagesButtonBox             = new global::Gtk.HButtonBox();
     this.updateAllPackagesButtonBox.Name        = "updateAllPackagesButtonBox";
     this.updateAllPackagesButtonBox.LayoutStyle = ((global::Gtk.ButtonBoxStyle)(4));
     // Container child updateAllPackagesButtonBox.Gtk.ButtonBox+ButtonBoxChild
     this.updateAllPackagesButton              = new global::Gtk.Button();
     this.updateAllPackagesButton.CanFocus     = true;
     this.updateAllPackagesButton.Name         = "updateAllPackagesButton";
     this.updateAllPackagesButton.UseUnderline = true;
     this.updateAllPackagesButton.Label        = global::Mono.Unix.Catalog.GetString("Update All");
     this.updateAllPackagesButtonBox.Add(this.updateAllPackagesButton);
     global::Gtk.ButtonBox.ButtonBoxChild w14 = ((global::Gtk.ButtonBox.ButtonBoxChild)(this.updateAllPackagesButtonBox [this.updateAllPackagesButton]));
     w14.Expand = false;
     w14.Fill   = false;
     this.packageInfoVBox.Add(this.updateAllPackagesButtonBox);
     global::Gtk.Box.BoxChild w15 = ((global::Gtk.Box.BoxChild)(this.packageInfoVBox [this.updateAllPackagesButtonBox]));
     w15.Position = 3;
     w15.Expand   = false;
     w15.Fill     = false;
     // Container child packageInfoVBox.Gtk.Box+BoxChild
     this.packageInfoFrame             = new global::Gtk.Frame();
     this.packageInfoFrame.Name        = "packageInfoFrame";
     this.packageInfoFrame.ShadowType  = ((global::Gtk.ShadowType)(0));
     this.packageInfoFrame.LabelYalign = 0F;
     // Container child packageInfoFrame.Gtk.Container+ContainerChild
     this.packageInfoFrameAlignment      = new global::Gtk.Alignment(0F, 0F, 1F, 1F);
     this.packageInfoFrameAlignment.Name = "packageInfoFrameAlignment";
     // Container child packageInfoFrameAlignment.Gtk.Container+ContainerChild
     this.GtkScrolledWindow            = new global::Gtk.ScrolledWindow();
     this.GtkScrolledWindow.Name       = "GtkScrolledWindow";
     this.GtkScrolledWindow.ShadowType = ((global::Gtk.ShadowType)(1));
     // Container child GtkScrolledWindow.Gtk.Container+ContainerChild
     global::Gtk.Viewport w16 = new global::Gtk.Viewport();
     w16.ShadowType = ((global::Gtk.ShadowType)(0));
     // Container child GtkViewport.Gtk.Container+ContainerChild
     this.packageInfoFrameVBox         = new global::Gtk.VBox();
     this.packageInfoFrameVBox.Name    = "packageInfoFrameVBox";
     this.packageInfoFrameVBox.Spacing = 6;
     // Container child packageInfoFrameVBox.Gtk.Box+BoxChild
     this.packageCreatedByHBox         = new global::Gtk.HBox();
     this.packageCreatedByHBox.Name    = "packageCreatedByHBox";
     this.packageCreatedByHBox.Spacing = 6;
     // Container child packageCreatedByHBox.Gtk.Box+BoxChild
     this.packageCreatedByLabel           = new global::Gtk.Label();
     this.packageCreatedByLabel.Name      = "packageCreatedByLabel";
     this.packageCreatedByLabel.LabelProp = global::Mono.Unix.Catalog.GetString("<span weight='bold'>Created by:</span>");
     this.packageCreatedByLabel.UseMarkup = true;
     this.packageCreatedByHBox.Add(this.packageCreatedByLabel);
     global::Gtk.Box.BoxChild w17 = ((global::Gtk.Box.BoxChild)(this.packageCreatedByHBox [this.packageCreatedByLabel]));
     w17.Position = 0;
     w17.Expand   = false;
     w17.Fill     = false;
     // Container child packageCreatedByHBox.Gtk.Box+BoxChild
     this.packageCreatedByTextBox            = new global::Gtk.Label();
     this.packageCreatedByTextBox.Name       = "packageCreatedByTextBox";
     this.packageCreatedByTextBox.Selectable = true;
     this.packageCreatedByHBox.Add(this.packageCreatedByTextBox);
     global::Gtk.Box.BoxChild w18 = ((global::Gtk.Box.BoxChild)(this.packageCreatedByHBox [this.packageCreatedByTextBox]));
     w18.Position = 1;
     w18.Expand   = false;
     w18.Fill     = false;
     this.packageInfoFrameVBox.Add(this.packageCreatedByHBox);
     global::Gtk.Box.BoxChild w19 = ((global::Gtk.Box.BoxChild)(this.packageInfoFrameVBox [this.packageCreatedByHBox]));
     w19.Position = 0;
     w19.Expand   = false;
     w19.Fill     = false;
     // Container child packageInfoFrameVBox.Gtk.Box+BoxChild
     this.packageIdHBox         = new global::Gtk.HBox();
     this.packageIdHBox.Name    = "packageIdHBox";
     this.packageIdHBox.Spacing = 6;
     // Container child packageIdHBox.Gtk.Box+BoxChild
     this.packageIdLabel           = new global::Gtk.Label();
     this.packageIdLabel.Name      = "packageIdLabel";
     this.packageIdLabel.LabelProp = global::Mono.Unix.Catalog.GetString("<span weight='bold'>Id:</span>");
     this.packageIdLabel.UseMarkup = true;
     this.packageIdHBox.Add(this.packageIdLabel);
     global::Gtk.Box.BoxChild w20 = ((global::Gtk.Box.BoxChild)(this.packageIdHBox [this.packageIdLabel]));
     w20.Position = 0;
     w20.Expand   = false;
     w20.Fill     = false;
     // Container child packageIdHBox.Gtk.Box+BoxChild
     this.packageIdButton = null;
     this.packageIdHBox.Add(this.packageIdButton);
     global::Gtk.Box.BoxChild w21 = ((global::Gtk.Box.BoxChild)(this.packageIdHBox [this.packageIdButton]));
     w21.Position = 1;
     // Container child packageIdHBox.Gtk.Box+BoxChild
     this.packageIdTextBox            = new global::Gtk.Label();
     this.packageIdTextBox.Name       = "packageIdTextBox";
     this.packageIdTextBox.Selectable = true;
     this.packageIdHBox.Add(this.packageIdTextBox);
     global::Gtk.Box.BoxChild w22 = ((global::Gtk.Box.BoxChild)(this.packageIdHBox [this.packageIdTextBox]));
     w22.Position = 2;
     w22.Expand   = false;
     w22.Fill     = false;
     this.packageInfoFrameVBox.Add(this.packageIdHBox);
     global::Gtk.Box.BoxChild w23 = ((global::Gtk.Box.BoxChild)(this.packageInfoFrameVBox [this.packageIdHBox]));
     w23.Position = 1;
     w23.Expand   = false;
     w23.Fill     = false;
     // Container child packageInfoFrameVBox.Gtk.Box+BoxChild
     this.packageVersionHBox         = new global::Gtk.HBox();
     this.packageVersionHBox.Name    = "packageVersionHBox";
     this.packageVersionHBox.Spacing = 6;
     // Container child packageVersionHBox.Gtk.Box+BoxChild
     this.packageVersionLabel           = new global::Gtk.Label();
     this.packageVersionLabel.Name      = "packageVersionLabel";
     this.packageVersionLabel.LabelProp = global::Mono.Unix.Catalog.GetString("<span weight='bold'>Version:</span>");
     this.packageVersionLabel.UseMarkup = true;
     this.packageVersionHBox.Add(this.packageVersionLabel);
     global::Gtk.Box.BoxChild w24 = ((global::Gtk.Box.BoxChild)(this.packageVersionHBox [this.packageVersionLabel]));
     w24.Position = 0;
     w24.Expand   = false;
     w24.Fill     = false;
     // Container child packageVersionHBox.Gtk.Box+BoxChild
     this.packageVersionTextBox            = new global::Gtk.Label();
     this.packageVersionTextBox.Name       = "packageVersionTextBox";
     this.packageVersionTextBox.Selectable = true;
     this.packageVersionHBox.Add(this.packageVersionTextBox);
     global::Gtk.Box.BoxChild w25 = ((global::Gtk.Box.BoxChild)(this.packageVersionHBox [this.packageVersionTextBox]));
     w25.Position = 1;
     w25.Expand   = false;
     w25.Fill     = false;
     this.packageInfoFrameVBox.Add(this.packageVersionHBox);
     global::Gtk.Box.BoxChild w26 = ((global::Gtk.Box.BoxChild)(this.packageInfoFrameVBox [this.packageVersionHBox]));
     w26.Position = 2;
     w26.Expand   = false;
     w26.Fill     = false;
     // Container child packageInfoFrameVBox.Gtk.Box+BoxChild
     this.packageLastUpdatedHBox         = new global::Gtk.HBox();
     this.packageLastUpdatedHBox.Name    = "packageLastUpdatedHBox";
     this.packageLastUpdatedHBox.Spacing = 6;
     // Container child packageLastUpdatedHBox.Gtk.Box+BoxChild
     this.packageLastUpdatedLabel           = new global::Gtk.Label();
     this.packageLastUpdatedLabel.Name      = "packageLastUpdatedLabel";
     this.packageLastUpdatedLabel.LabelProp = global::Mono.Unix.Catalog.GetString("<span weight='bold'>Last Updated:</span>");
     this.packageLastUpdatedLabel.UseMarkup = true;
     this.packageLastUpdatedHBox.Add(this.packageLastUpdatedLabel);
     global::Gtk.Box.BoxChild w27 = ((global::Gtk.Box.BoxChild)(this.packageLastUpdatedHBox [this.packageLastUpdatedLabel]));
     w27.Position = 0;
     w27.Expand   = false;
     w27.Fill     = false;
     // Container child packageLastUpdatedHBox.Gtk.Box+BoxChild
     this.packageLastUpdatedTextBox            = new global::Gtk.Label();
     this.packageLastUpdatedTextBox.Name       = "packageLastUpdatedTextBox";
     this.packageLastUpdatedTextBox.Selectable = true;
     this.packageLastUpdatedHBox.Add(this.packageLastUpdatedTextBox);
     global::Gtk.Box.BoxChild w28 = ((global::Gtk.Box.BoxChild)(this.packageLastUpdatedHBox [this.packageLastUpdatedTextBox]));
     w28.Position = 1;
     w28.Expand   = false;
     w28.Fill     = false;
     this.packageInfoFrameVBox.Add(this.packageLastUpdatedHBox);
     global::Gtk.Box.BoxChild w29 = ((global::Gtk.Box.BoxChild)(this.packageInfoFrameVBox [this.packageLastUpdatedHBox]));
     w29.Position = 3;
     w29.Expand   = false;
     w29.Fill     = false;
     // Container child packageInfoFrameVBox.Gtk.Box+BoxChild
     this.packageDownloadsHBox         = new global::Gtk.HBox();
     this.packageDownloadsHBox.Name    = "packageDownloadsHBox";
     this.packageDownloadsHBox.Spacing = 6;
     // Container child packageDownloadsHBox.Gtk.Box+BoxChild
     this.packageDownloadsLabel           = new global::Gtk.Label();
     this.packageDownloadsLabel.Name      = "packageDownloadsLabel";
     this.packageDownloadsLabel.LabelProp = global::Mono.Unix.Catalog.GetString("<span weight='bold'>Downloads:</span>");
     this.packageDownloadsLabel.UseMarkup = true;
     this.packageDownloadsHBox.Add(this.packageDownloadsLabel);
     global::Gtk.Box.BoxChild w30 = ((global::Gtk.Box.BoxChild)(this.packageDownloadsHBox [this.packageDownloadsLabel]));
     w30.Position = 0;
     w30.Expand   = false;
     w30.Fill     = false;
     // Container child packageDownloadsHBox.Gtk.Box+BoxChild
     this.packageDownloadsTextBox            = new global::Gtk.Label();
     this.packageDownloadsTextBox.Name       = "packageDownloadsTextBox";
     this.packageDownloadsTextBox.Selectable = true;
     this.packageDownloadsHBox.Add(this.packageDownloadsTextBox);
     global::Gtk.Box.BoxChild w31 = ((global::Gtk.Box.BoxChild)(this.packageDownloadsHBox [this.packageDownloadsTextBox]));
     w31.Position = 1;
     w31.Expand   = false;
     w31.Fill     = false;
     this.packageInfoFrameVBox.Add(this.packageDownloadsHBox);
     global::Gtk.Box.BoxChild w32 = ((global::Gtk.Box.BoxChild)(this.packageInfoFrameVBox [this.packageDownloadsHBox]));
     w32.Position = 4;
     w32.Expand   = false;
     w32.Fill     = false;
     // Container child packageInfoFrameVBox.Gtk.Box+BoxChild
     this.viewLicenseTermsHBox         = new global::Gtk.HBox();
     this.viewLicenseTermsHBox.Name    = "viewLicenseTermsHBox";
     this.viewLicenseTermsHBox.Spacing = 6;
     // Container child viewLicenseTermsHBox.Gtk.Box+BoxChild
     this.viewLicenseTermsButton = null;
     this.viewLicenseTermsHBox.Add(this.viewLicenseTermsButton);
     global::Gtk.Box.BoxChild w33 = ((global::Gtk.Box.BoxChild)(this.viewLicenseTermsHBox [this.viewLicenseTermsButton]));
     w33.Position = 0;
     this.packageInfoFrameVBox.Add(this.viewLicenseTermsHBox);
     global::Gtk.Box.BoxChild w34 = ((global::Gtk.Box.BoxChild)(this.packageInfoFrameVBox [this.viewLicenseTermsHBox]));
     w34.Position = 5;
     w34.Expand   = false;
     w34.Fill     = false;
     // Container child packageInfoFrameVBox.Gtk.Box+BoxChild
     this.moreInformationHBox      = new global::Gtk.HBox();
     this.moreInformationHBox.Name = "moreInformationHBox";
     // Container child moreInformationHBox.Gtk.Box+BoxChild
     this.moreInformationButton = null;
     this.moreInformationHBox.Add(this.moreInformationButton);
     global::Gtk.Box.BoxChild w35 = ((global::Gtk.Box.BoxChild)(this.moreInformationHBox [this.moreInformationButton]));
     w35.Position = 0;
     this.packageInfoFrameVBox.Add(this.moreInformationHBox);
     global::Gtk.Box.BoxChild w36 = ((global::Gtk.Box.BoxChild)(this.packageInfoFrameVBox [this.moreInformationHBox]));
     w36.Position = 6;
     w36.Expand   = false;
     // Container child packageInfoFrameVBox.Gtk.Box+BoxChild
     this.packageDescriptionTextView               = new global::Gtk.TextView();
     this.packageDescriptionTextView.CanFocus      = true;
     this.packageDescriptionTextView.Name          = "packageDescriptionTextView";
     this.packageDescriptionTextView.Editable      = false;
     this.packageDescriptionTextView.CursorVisible = false;
     this.packageDescriptionTextView.WrapMode      = ((global::Gtk.WrapMode)(2));
     this.packageInfoFrameVBox.Add(this.packageDescriptionTextView);
     global::Gtk.Box.BoxChild w37 = ((global::Gtk.Box.BoxChild)(this.packageInfoFrameVBox [this.packageDescriptionTextView]));
     w37.Position = 7;
     // Container child packageInfoFrameVBox.Gtk.Box+BoxChild
     this.packageDependenciesHBox         = new global::Gtk.HBox();
     this.packageDependenciesHBox.Name    = "packageDependenciesHBox";
     this.packageDependenciesHBox.Spacing = 6;
     // Container child packageDependenciesHBox.Gtk.Box+BoxChild
     this.packageDependenciesLabel           = new global::Gtk.Label();
     this.packageDependenciesLabel.Name      = "packageDependenciesLabel";
     this.packageDependenciesLabel.LabelProp = global::Mono.Unix.Catalog.GetString("<span weight='bold'>Dependencies:</span>");
     this.packageDependenciesLabel.UseMarkup = true;
     this.packageDependenciesHBox.Add(this.packageDependenciesLabel);
     global::Gtk.Box.BoxChild w38 = ((global::Gtk.Box.BoxChild)(this.packageDependenciesHBox [this.packageDependenciesLabel]));
     w38.Position = 0;
     w38.Expand   = false;
     w38.Fill     = false;
     // Container child packageDependenciesHBox.Gtk.Box+BoxChild
     this.packageDependenciesNoneLabel            = new global::Gtk.Label();
     this.packageDependenciesNoneLabel.Name       = "packageDependenciesNoneLabel";
     this.packageDependenciesNoneLabel.LabelProp  = global::Mono.Unix.Catalog.GetString("None");
     this.packageDependenciesNoneLabel.Selectable = true;
     this.packageDependenciesHBox.Add(this.packageDependenciesNoneLabel);
     global::Gtk.Box.BoxChild w39 = ((global::Gtk.Box.BoxChild)(this.packageDependenciesHBox [this.packageDependenciesNoneLabel]));
     w39.Position = 1;
     w39.Expand   = false;
     w39.Fill     = false;
     this.packageInfoFrameVBox.Add(this.packageDependenciesHBox);
     global::Gtk.Box.BoxChild w40 = ((global::Gtk.Box.BoxChild)(this.packageInfoFrameVBox [this.packageDependenciesHBox]));
     w40.Position = 8;
     w40.Expand   = false;
     w40.Fill     = false;
     // Container child packageInfoFrameVBox.Gtk.Box+BoxChild
     this.packageDependenciesListHBox             = new global::Gtk.HBox();
     this.packageDependenciesListHBox.Name        = "packageDependenciesListHBox";
     this.packageDependenciesListHBox.Spacing     = 6;
     this.packageDependenciesListHBox.BorderWidth = ((uint)(2));
     // Container child packageDependenciesListHBox.Gtk.Box+BoxChild
     this.packageDependenciesListLabel           = new global::Gtk.Label();
     this.packageDependenciesListLabel.Name      = "packageDependenciesListLabel";
     this.packageDependenciesListLabel.UseMarkup = true;
     this.packageDependenciesListHBox.Add(this.packageDependenciesListLabel);
     global::Gtk.Box.BoxChild w41 = ((global::Gtk.Box.BoxChild)(this.packageDependenciesListHBox [this.packageDependenciesListLabel]));
     w41.Position = 0;
     w41.Expand   = false;
     w41.Fill     = false;
     // Container child packageDependenciesListHBox.Gtk.Box+BoxChild
     this.packageDependenciesListFillerLabel            = new global::Gtk.Label();
     this.packageDependenciesListFillerLabel.Name       = "packageDependenciesListFillerLabel";
     this.packageDependenciesListFillerLabel.Selectable = true;
     this.packageDependenciesListHBox.Add(this.packageDependenciesListFillerLabel);
     global::Gtk.Box.BoxChild w42 = ((global::Gtk.Box.BoxChild)(this.packageDependenciesListHBox [this.packageDependenciesListFillerLabel]));
     w42.Position = 1;
     this.packageInfoFrameVBox.Add(this.packageDependenciesListHBox);
     global::Gtk.Box.BoxChild w43 = ((global::Gtk.Box.BoxChild)(this.packageInfoFrameVBox [this.packageDependenciesListHBox]));
     w43.Position = 9;
     w43.Expand   = false;
     w43.Fill     = false;
     w16.Add(this.packageInfoFrameVBox);
     this.GtkScrolledWindow.Add(w16);
     this.packageInfoFrameAlignment.Add(this.GtkScrolledWindow);
     this.packageInfoFrame.Add(this.packageInfoFrameAlignment);
     this.packageInfoVBox.Add(this.packageInfoFrame);
     global::Gtk.Box.BoxChild w48 = ((global::Gtk.Box.BoxChild)(this.packageInfoVBox [this.packageInfoFrame]));
     w48.Position = 4;
     // Container child packageInfoVBox.Gtk.Box+BoxChild
     this.managePackageButtonBox             = new global::Gtk.HButtonBox();
     this.managePackageButtonBox.Name        = "managePackageButtonBox";
     this.managePackageButtonBox.LayoutStyle = ((global::Gtk.ButtonBoxStyle)(3));
     // Container child managePackageButtonBox.Gtk.ButtonBox+ButtonBoxChild
     this.addPackageButton              = new global::Gtk.Button();
     this.addPackageButton.CanFocus     = true;
     this.addPackageButton.Name         = "addPackageButton";
     this.addPackageButton.UseUnderline = true;
     this.addPackageButton.Label        = global::Mono.Unix.Catalog.GetString("Add");
     this.managePackageButtonBox.Add(this.addPackageButton);
     global::Gtk.ButtonBox.ButtonBoxChild w49 = ((global::Gtk.ButtonBox.ButtonBoxChild)(this.managePackageButtonBox [this.addPackageButton]));
     w49.Expand = false;
     w49.Fill   = false;
     // Container child managePackageButtonBox.Gtk.ButtonBox+ButtonBoxChild
     this.removePackageButton              = new global::Gtk.Button();
     this.removePackageButton.CanFocus     = true;
     this.removePackageButton.Name         = "removePackageButton";
     this.removePackageButton.UseUnderline = true;
     this.removePackageButton.Label        = global::Mono.Unix.Catalog.GetString("Remove");
     this.managePackageButtonBox.Add(this.removePackageButton);
     global::Gtk.ButtonBox.ButtonBoxChild w50 = ((global::Gtk.ButtonBox.ButtonBoxChild)(this.managePackageButtonBox [this.removePackageButton]));
     w50.Position = 1;
     w50.Expand   = false;
     w50.Fill     = false;
     // Container child managePackageButtonBox.Gtk.ButtonBox+ButtonBoxChild
     this.managePackageButton              = new global::Gtk.Button();
     this.managePackageButton.CanFocus     = true;
     this.managePackageButton.Name         = "managePackageButton";
     this.managePackageButton.UseUnderline = true;
     this.managePackageButton.Label        = global::Mono.Unix.Catalog.GetString("Manage");
     this.managePackageButtonBox.Add(this.managePackageButton);
     global::Gtk.ButtonBox.ButtonBoxChild w51 = ((global::Gtk.ButtonBox.ButtonBoxChild)(this.managePackageButtonBox [this.managePackageButton]));
     w51.Position = 2;
     w51.Expand   = false;
     w51.Fill     = false;
     this.packageInfoVBox.Add(this.managePackageButtonBox);
     global::Gtk.Box.BoxChild w52 = ((global::Gtk.Box.BoxChild)(this.packageInfoVBox [this.managePackageButtonBox]));
     w52.PackType = ((global::Gtk.PackType)(1));
     w52.Position = 5;
     w52.Expand   = false;
     w52.Fill     = false;
     this.mainPane.Add(this.packageInfoVBox);
     this.Add(this.mainPane);
     if ((this.Child != null))
     {
         this.Child.ShowAll();
     }
     this.packageInfoFrameVBox.Hide();
     this.addPackageButton.Hide();
     this.removePackageButton.Hide();
     this.managePackageButton.Hide();
     this.Hide();
     this.packageSourceComboBox.Changed   += new global::System.EventHandler(this.PackageSourceChanged);
     this.packageSearchEntry.Activated    += new global::System.EventHandler(this.PackageSearchEntryActivated);
     this.packageSearchButton.Clicked     += new global::System.EventHandler(this.SearchButtonClicked);
     this.updateAllPackagesButton.Clicked += new global::System.EventHandler(this.UpdateAllPackagesButtonClicked);
     this.addPackageButton.Clicked        += new global::System.EventHandler(this.OnAddPackageButtonClicked);
     this.removePackageButton.Clicked     += new global::System.EventHandler(this.RemovePackageButtonClicked);
     this.managePackageButton.Clicked     += new global::System.EventHandler(this.ManagePackagesButtonClicked);
 }
 protected virtual void Build()
 {
     MonoDevelop.Components.Gui.Initialize(this);
     // Widget MonoDevelop.Ide.Projects.ProjectFileSelectorDialog
     this.Name           = "MonoDevelop.Ide.Projects.ProjectFileSelectorDialog";
     this.Title          = global::Mono.Unix.Catalog.GetString("Select Project File...");
     this.WindowPosition = ((global::Gtk.WindowPosition)(4));
     // Internal child MonoDevelop.Ide.Projects.ProjectFileSelectorDialog.VBox
     global::Gtk.VBox w1 = this.VBox;
     w1.Name        = "dialog1_VBox";
     w1.BorderWidth = ((uint)(2));
     // Container child dialog1_VBox.Gtk.Box+BoxChild
     this.hpaned1             = new global::Gtk.HPaned();
     this.hpaned1.CanFocus    = true;
     this.hpaned1.Name        = "hpaned1";
     this.hpaned1.Position    = 182;
     this.hpaned1.BorderWidth = ((uint)(6));
     // Container child hpaned1.Gtk.Paned+PanedChild
     this.vbox3         = new global::Gtk.VBox();
     this.vbox3.Name    = "vbox3";
     this.vbox3.Spacing = 6;
     // Container child vbox3.Gtk.Box+BoxChild
     this.GtkScrolledWindow            = new global::Gtk.ScrolledWindow();
     this.GtkScrolledWindow.Name       = "GtkScrolledWindow";
     this.GtkScrolledWindow.ShadowType = ((global::Gtk.ShadowType)(1));
     // Container child GtkScrolledWindow.Gtk.Container+ContainerChild
     this.projectTree          = new global::Gtk.TreeView();
     this.projectTree.CanFocus = true;
     this.projectTree.Name     = "projectTree";
     this.GtkScrolledWindow.Add(this.projectTree);
     this.vbox3.Add(this.GtkScrolledWindow);
     global::Gtk.Box.BoxChild w3 = ((global::Gtk.Box.BoxChild)(this.vbox3 [this.GtkScrolledWindow]));
     w3.Position = 0;
     this.hpaned1.Add(this.vbox3);
     global::Gtk.Paned.PanedChild w4 = ((global::Gtk.Paned.PanedChild)(this.hpaned1 [this.vbox3]));
     w4.Resize = false;
     // Container child hpaned1.Gtk.Paned+PanedChild
     this.vbox4         = new global::Gtk.VBox();
     this.vbox4.Name    = "vbox4";
     this.vbox4.Spacing = 6;
     // Container child vbox4.Gtk.Box+BoxChild
     this.GtkScrolledWindow1            = new global::Gtk.ScrolledWindow();
     this.GtkScrolledWindow1.Name       = "GtkScrolledWindow1";
     this.GtkScrolledWindow1.ShadowType = ((global::Gtk.ShadowType)(1));
     // Container child GtkScrolledWindow1.Gtk.Container+ContainerChild
     this.fileList          = new global::Gtk.TreeView();
     this.fileList.CanFocus = true;
     this.fileList.Name     = "fileList";
     this.GtkScrolledWindow1.Add(this.fileList);
     this.vbox4.Add(this.GtkScrolledWindow1);
     global::Gtk.Box.BoxChild w6 = ((global::Gtk.Box.BoxChild)(this.vbox4 [this.GtkScrolledWindow1]));
     w6.Position = 0;
     // Container child vbox4.Gtk.Box+BoxChild
     this.hbox2         = new global::Gtk.HBox();
     this.hbox2.Name    = "hbox2";
     this.hbox2.Spacing = 6;
     // Container child hbox2.Gtk.Box+BoxChild
     this.AddFileButton = new global::Gtk.Button();
     this.AddFileButton.TooltipMarkup = "Add existing files to the project";
     this.AddFileButton.CanFocus      = true;
     this.AddFileButton.Name          = "AddFileButton";
     this.AddFileButton.Relief        = ((global::Gtk.ReliefStyle)(2));
     // Container child AddFileButton.Gtk.Container+ContainerChild
     this.imageAdd          = new global::MonoDevelop.Components.ImageView();
     this.imageAdd.Name     = "imageAdd";
     this.imageAdd.IconSize = ((global::Gtk.IconSize)(1));
     this.imageAdd.IconId   = "gtk-add";
     this.AddFileButton.Add(this.imageAdd);
     this.hbox2.Add(this.AddFileButton);
     global::Gtk.Box.BoxChild w8 = ((global::Gtk.Box.BoxChild)(this.hbox2 [this.AddFileButton]));
     w8.Position = 0;
     w8.Expand   = false;
     w8.Fill     = false;
     // Container child hbox2.Gtk.Box+BoxChild
     this.typeBox         = new global::Gtk.HBox();
     this.typeBox.Name    = "typeBox";
     this.typeBox.Spacing = 6;
     // Container child typeBox.Gtk.Box+BoxChild
     this.label2              = new global::Gtk.Label();
     this.label2.Name         = "label2";
     this.label2.LabelProp    = global::Mono.Unix.Catalog.GetString("File _type:");
     this.label2.UseUnderline = true;
     this.typeBox.Add(this.label2);
     global::Gtk.Box.BoxChild w9 = ((global::Gtk.Box.BoxChild)(this.typeBox [this.label2]));
     w9.Position = 0;
     w9.Expand   = false;
     w9.Fill     = false;
     // Container child typeBox.Gtk.Box+BoxChild
     this.fileTypeCombo      = global::Gtk.ComboBox.NewText();
     this.fileTypeCombo.Name = "fileTypeCombo";
     this.typeBox.Add(this.fileTypeCombo);
     global::Gtk.Box.BoxChild w10 = ((global::Gtk.Box.BoxChild)(this.typeBox [this.fileTypeCombo]));
     w10.Position = 1;
     w10.Expand   = false;
     w10.Fill     = false;
     this.hbox2.Add(this.typeBox);
     global::Gtk.Box.BoxChild w11 = ((global::Gtk.Box.BoxChild)(this.hbox2 [this.typeBox]));
     w11.PackType = ((global::Gtk.PackType)(1));
     w11.Position = 1;
     this.vbox4.Add(this.hbox2);
     global::Gtk.Box.BoxChild w12 = ((global::Gtk.Box.BoxChild)(this.vbox4 [this.hbox2]));
     w12.Position = 1;
     w12.Expand   = false;
     w12.Fill     = false;
     this.hpaned1.Add(this.vbox4);
     w1.Add(this.hpaned1);
     global::Gtk.Box.BoxChild w14 = ((global::Gtk.Box.BoxChild)(w1 [this.hpaned1]));
     w14.Position = 0;
     // Internal child MonoDevelop.Ide.Projects.ProjectFileSelectorDialog.ActionArea
     global::Gtk.HButtonBox w15 = this.ActionArea;
     w15.Name        = "dialog1_ActionArea";
     w15.Spacing     = 6;
     w15.BorderWidth = ((uint)(5));
     w15.LayoutStyle = ((global::Gtk.ButtonBoxStyle)(4));
     // Container child dialog1_ActionArea.Gtk.ButtonBox+ButtonBoxChild
     this.buttonCancel              = new global::Gtk.Button();
     this.buttonCancel.CanDefault   = true;
     this.buttonCancel.CanFocus     = true;
     this.buttonCancel.Name         = "buttonCancel";
     this.buttonCancel.UseStock     = true;
     this.buttonCancel.UseUnderline = true;
     this.buttonCancel.Label        = "gtk-cancel";
     this.AddActionWidget(this.buttonCancel, -6);
     global::Gtk.ButtonBox.ButtonBoxChild w16 = ((global::Gtk.ButtonBox.ButtonBoxChild)(w15 [this.buttonCancel]));
     w16.Expand = false;
     w16.Fill   = false;
     // Container child dialog1_ActionArea.Gtk.ButtonBox+ButtonBoxChild
     this.buttonOk              = new global::Gtk.Button();
     this.buttonOk.CanDefault   = true;
     this.buttonOk.CanFocus     = true;
     this.buttonOk.Name         = "buttonOk";
     this.buttonOk.UseStock     = true;
     this.buttonOk.UseUnderline = true;
     this.buttonOk.Label        = "gtk-ok";
     this.AddActionWidget(this.buttonOk, -5);
     global::Gtk.ButtonBox.ButtonBoxChild w17 = ((global::Gtk.ButtonBox.ButtonBoxChild)(w15 [this.buttonOk]));
     w17.Position = 1;
     w17.Expand   = false;
     w17.Fill     = false;
     if ((this.Child != null))
     {
         this.Child.ShowAll();
     }
     this.DefaultWidth          = 522;
     this.DefaultHeight         = 416;
     this.label2.MnemonicWidget = this.fileTypeCombo;
     this.typeBox.Hide();
     this.Hide();
     this.AddFileButton.Clicked += new global::System.EventHandler(this.OnAddFileButtonClicked);
 }
 protected virtual void Build()
 {
     global::Stetic.Gui.Initialize(this);
     // Widget MonoDevelop.DesignerSupport.Toolbox.ComponentSelectorDialog
     this.Name           = "MonoDevelop.DesignerSupport.Toolbox.ComponentSelectorDialog";
     this.Title          = global::Mono.Unix.Catalog.GetString("Toolbox Item Selector");
     this.WindowPosition = ((global::Gtk.WindowPosition)(4));
     // Internal child MonoDevelop.DesignerSupport.Toolbox.ComponentSelectorDialog.VBox
     global::Gtk.VBox w1 = this.VBox;
     w1.Name        = "dialog1_VBox";
     w1.BorderWidth = ((uint)(2));
     // Container child dialog1_VBox.Gtk.Box+BoxChild
     this.vbox2             = new global::Gtk.VBox();
     this.vbox2.Name        = "vbox2";
     this.vbox2.Spacing     = 6;
     this.vbox2.BorderWidth = ((uint)(6));
     // Container child vbox2.Gtk.Box+BoxChild
     this.hbox1         = new global::Gtk.HBox();
     this.hbox1.Name    = "hbox1";
     this.hbox1.Spacing = 6;
     // Container child hbox1.Gtk.Box+BoxChild
     this.label1           = new global::Gtk.Label();
     this.label1.Name      = "label1";
     this.label1.Xalign    = 0F;
     this.label1.LabelProp = global::Mono.Unix.Catalog.GetString("Type of component:");
     this.hbox1.Add(this.label1);
     global::Gtk.Box.BoxChild w2 = ((global::Gtk.Box.BoxChild)(this.hbox1 [this.label1]));
     w2.Position = 0;
     w2.Expand   = false;
     w2.Fill     = false;
     // Container child hbox1.Gtk.Box+BoxChild
     this.comboType      = global::Gtk.ComboBox.NewText();
     this.comboType.Name = "comboType";
     this.hbox1.Add(this.comboType);
     global::Gtk.Box.BoxChild w3 = ((global::Gtk.Box.BoxChild)(this.hbox1 [this.comboType]));
     w3.Position = 1;
     // Container child hbox1.Gtk.Box+BoxChild
     this.vseparator1      = new global::Gtk.VSeparator();
     this.vseparator1.Name = "vseparator1";
     this.hbox1.Add(this.vseparator1);
     global::Gtk.Box.BoxChild w4 = ((global::Gtk.Box.BoxChild)(this.hbox1 [this.vseparator1]));
     w4.Position = 2;
     w4.Expand   = false;
     w4.Fill     = false;
     // Container child hbox1.Gtk.Box+BoxChild
     this.button24          = new global::Gtk.Button();
     this.button24.CanFocus = true;
     this.button24.Name     = "button24";
     // Container child button24.Gtk.Container+ContainerChild
     this.hbox2         = new global::Gtk.HBox();
     this.hbox2.Name    = "hbox2";
     this.hbox2.Spacing = 2;
     // Container child hbox2.Gtk.Box+BoxChild
     this.imageview1          = new global::MonoDevelop.Components.ImageView();
     this.imageview1.Name     = "imageview1";
     this.imageview1.IconId   = "gtk-add";
     this.imageview1.IconSize = ((global::Gtk.IconSize)(1));
     this.hbox2.Add(this.imageview1);
     global::Gtk.Box.BoxChild w5 = ((global::Gtk.Box.BoxChild)(this.hbox2 [this.imageview1]));
     w5.Position = 0;
     w5.Expand   = false;
     w5.Fill     = false;
     // Container child hbox2.Gtk.Box+BoxChild
     this.label2              = new global::Gtk.Label();
     this.label2.Name         = "label2";
     this.label2.LabelProp    = global::Mono.Unix.Catalog.GetString("Add Assembly...");
     this.label2.UseUnderline = true;
     this.hbox2.Add(this.label2);
     global::Gtk.Box.BoxChild w6 = ((global::Gtk.Box.BoxChild)(this.hbox2 [this.label2]));
     w6.Position = 1;
     w6.Expand   = false;
     w6.Fill     = false;
     this.button24.Add(this.hbox2);
     this.hbox1.Add(this.button24);
     global::Gtk.Box.BoxChild w8 = ((global::Gtk.Box.BoxChild)(this.hbox1 [this.button24]));
     w8.Position = 3;
     w8.Expand   = false;
     this.vbox2.Add(this.hbox1);
     global::Gtk.Box.BoxChild w9 = ((global::Gtk.Box.BoxChild)(this.vbox2 [this.hbox1]));
     w9.Position = 0;
     w9.Expand   = false;
     w9.Fill     = false;
     // Container child vbox2.Gtk.Box+BoxChild
     this.scrolledwindow1            = new global::Gtk.ScrolledWindow();
     this.scrolledwindow1.CanFocus   = true;
     this.scrolledwindow1.Name       = "scrolledwindow1";
     this.scrolledwindow1.ShadowType = ((global::Gtk.ShadowType)(1));
     // Container child scrolledwindow1.Gtk.Container+ContainerChild
     this.listView          = new global::Gtk.TreeView();
     this.listView.CanFocus = true;
     this.listView.Name     = "listView";
     this.scrolledwindow1.Add(this.listView);
     this.vbox2.Add(this.scrolledwindow1);
     global::Gtk.Box.BoxChild w11 = ((global::Gtk.Box.BoxChild)(this.vbox2 [this.scrolledwindow1]));
     w11.Position = 1;
     // Container child vbox2.Gtk.Box+BoxChild
     this.checkGroupByCat               = new global::Gtk.CheckButton();
     this.checkGroupByCat.CanFocus      = true;
     this.checkGroupByCat.Name          = "checkGroupByCat";
     this.checkGroupByCat.Label         = global::Mono.Unix.Catalog.GetString("Group by component category");
     this.checkGroupByCat.DrawIndicator = true;
     this.checkGroupByCat.UseUnderline  = true;
     this.vbox2.Add(this.checkGroupByCat);
     global::Gtk.Box.BoxChild w12 = ((global::Gtk.Box.BoxChild)(this.vbox2 [this.checkGroupByCat]));
     w12.Position = 2;
     w12.Expand   = false;
     w12.Fill     = false;
     w1.Add(this.vbox2);
     global::Gtk.Box.BoxChild w13 = ((global::Gtk.Box.BoxChild)(w1 [this.vbox2]));
     w13.Position = 0;
     // Internal child MonoDevelop.DesignerSupport.Toolbox.ComponentSelectorDialog.ActionArea
     global::Gtk.HButtonBox w14 = this.ActionArea;
     w14.Name        = "dialog1_ActionArea";
     w14.Spacing     = 10;
     w14.BorderWidth = ((uint)(5));
     w14.LayoutStyle = ((global::Gtk.ButtonBoxStyle)(4));
     // Container child dialog1_ActionArea.Gtk.ButtonBox+ButtonBoxChild
     this.buttonCancel              = new global::Gtk.Button();
     this.buttonCancel.CanDefault   = true;
     this.buttonCancel.CanFocus     = true;
     this.buttonCancel.Name         = "buttonCancel";
     this.buttonCancel.UseStock     = true;
     this.buttonCancel.UseUnderline = true;
     this.buttonCancel.Label        = "gtk-cancel";
     this.AddActionWidget(this.buttonCancel, -6);
     global::Gtk.ButtonBox.ButtonBoxChild w15 = ((global::Gtk.ButtonBox.ButtonBoxChild)(w14 [this.buttonCancel]));
     w15.Expand = false;
     w15.Fill   = false;
     // Container child dialog1_ActionArea.Gtk.ButtonBox+ButtonBoxChild
     this.buttonOk              = new global::Gtk.Button();
     this.buttonOk.CanDefault   = true;
     this.buttonOk.CanFocus     = true;
     this.buttonOk.Name         = "buttonOk";
     this.buttonOk.UseStock     = true;
     this.buttonOk.UseUnderline = true;
     this.buttonOk.Label        = "gtk-ok";
     w14.Add(this.buttonOk);
     global::Gtk.ButtonBox.ButtonBoxChild w16 = ((global::Gtk.ButtonBox.ButtonBoxChild)(w14 [this.buttonOk]));
     w16.Position = 1;
     w16.Expand   = false;
     w16.Fill     = false;
     if ((this.Child != null))
     {
         this.Child.ShowAll();
     }
     this.DefaultWidth  = 642;
     this.DefaultHeight = 433;
     this.Hide();
     this.comboType.Changed       += new global::System.EventHandler(this.OnComboTypeChanged);
     this.button24.Clicked        += new global::System.EventHandler(this.OnButton24Clicked);
     this.checkGroupByCat.Clicked += new global::System.EventHandler(this.OnCheckbutton1Clicked);
     this.buttonOk.Clicked        += new global::System.EventHandler(this.OnButtonOkClicked);
 }
コード例 #36
0
 protected virtual void Build()
 {
     global::Stetic.Gui.Initialize(this);
     // Widget CBinding.EditPackagesDialog
     this.Name  = "CBinding.EditPackagesDialog";
     this.Title = global::Mono.Unix.Catalog.GetString("Edit packages");
     this.Modal = true;
     // Internal child CBinding.EditPackagesDialog.VBox
     global::Gtk.VBox w1 = this.VBox;
     w1.Name        = "dialog1_VBox";
     w1.BorderWidth = ((uint)(2));
     // Container child dialog1_VBox.Gtk.Box+BoxChild
     this.vpaned1             = new global::Gtk.VPaned();
     this.vpaned1.CanFocus    = true;
     this.vpaned1.Name        = "vpaned1";
     this.vpaned1.Position    = 183;
     this.vpaned1.BorderWidth = ((uint)(6));
     // Container child vpaned1.Gtk.Paned+PanedChild
     this.hbox1         = new global::Gtk.HBox();
     this.hbox1.Name    = "hbox1";
     this.hbox1.Spacing = 6;
     // Container child hbox1.Gtk.Box+BoxChild
     this.notebook1             = new global::Gtk.Notebook();
     this.notebook1.CanFocus    = true;
     this.notebook1.Name        = "notebook1";
     this.notebook1.CurrentPage = 0;
     // Container child notebook1.Gtk.Notebook+NotebookChild
     this.scrolledwindow1            = new global::Gtk.ScrolledWindow();
     this.scrolledwindow1.CanFocus   = true;
     this.scrolledwindow1.Name       = "scrolledwindow1";
     this.scrolledwindow1.ShadowType = ((global::Gtk.ShadowType)(1));
     // Container child scrolledwindow1.Gtk.Container+ContainerChild
     this.normalPackageTreeView          = new global::Gtk.TreeView();
     this.normalPackageTreeView.CanFocus = true;
     this.normalPackageTreeView.Name     = "normalPackageTreeView";
     this.scrolledwindow1.Add(this.normalPackageTreeView);
     this.notebook1.Add(this.scrolledwindow1);
     // Notebook tab
     this.labelSystemPackages           = new global::Gtk.Label();
     this.labelSystemPackages.Name      = "labelSystemPackages";
     this.labelSystemPackages.LabelProp = global::Mono.Unix.Catalog.GetString("System Packages");
     this.notebook1.SetTabLabel(this.scrolledwindow1, this.labelSystemPackages);
     this.labelSystemPackages.ShowAll();
     // Container child notebook1.Gtk.Notebook+NotebookChild
     this.scrolledwindow3            = new global::Gtk.ScrolledWindow();
     this.scrolledwindow3.CanFocus   = true;
     this.scrolledwindow3.Name       = "scrolledwindow3";
     this.scrolledwindow3.ShadowType = ((global::Gtk.ShadowType)(1));
     // Container child scrolledwindow3.Gtk.Container+ContainerChild
     this.projectPackageTreeView          = new global::Gtk.TreeView();
     this.projectPackageTreeView.CanFocus = true;
     this.projectPackageTreeView.Name     = "projectPackageTreeView";
     this.scrolledwindow3.Add(this.projectPackageTreeView);
     this.notebook1.Add(this.scrolledwindow3);
     global::Gtk.Notebook.NotebookChild w5 = ((global::Gtk.Notebook.NotebookChild)(this.notebook1 [this.scrolledwindow3]));
     w5.Position = 1;
     // Notebook tab
     this.labelProjectPackages           = new global::Gtk.Label();
     this.labelProjectPackages.Name      = "labelProjectPackages";
     this.labelProjectPackages.LabelProp = global::Mono.Unix.Catalog.GetString("Project Packages");
     this.notebook1.SetTabLabel(this.scrolledwindow3, this.labelProjectPackages);
     this.labelProjectPackages.ShowAll();
     this.hbox1.Add(this.notebook1);
     global::Gtk.Box.BoxChild w6 = ((global::Gtk.Box.BoxChild)(this.hbox1 [this.notebook1]));
     w6.Position = 0;
     // Container child hbox1.Gtk.Box+BoxChild
     this.vbox3         = new global::Gtk.VBox();
     this.vbox3.Name    = "vbox3";
     this.vbox3.Spacing = 6;
     // Container child vbox3.Gtk.Box+BoxChild
     this.fixed1 = new global::Gtk.Fixed();
     this.fixed1.HeightRequest = 21;
     this.fixed1.Name          = "fixed1";
     this.fixed1.HasWindow     = false;
     this.vbox3.Add(this.fixed1);
     global::Gtk.Box.BoxChild w7 = ((global::Gtk.Box.BoxChild)(this.vbox3 [this.fixed1]));
     w7.Position = 0;
     w7.Expand   = false;
     w7.Fill     = false;
     // Container child vbox3.Gtk.Box+BoxChild
     this.detailsButton = new global::Gtk.Button();
     this.detailsButton.WidthRequest  = 33;
     this.detailsButton.HeightRequest = 33;
     this.detailsButton.Sensitive     = false;
     this.detailsButton.CanFocus      = true;
     this.detailsButton.Name          = "detailsButton";
     this.detailsButton.UseUnderline  = true;
     this.detailsButton.Label         = global::Mono.Unix.Catalog.GetString("...");
     this.vbox3.Add(this.detailsButton);
     global::Gtk.Box.BoxChild w8 = ((global::Gtk.Box.BoxChild)(this.vbox3 [this.detailsButton]));
     w8.Position = 1;
     w8.Expand   = false;
     w8.Fill     = false;
     this.hbox1.Add(this.vbox3);
     global::Gtk.Box.BoxChild w9 = ((global::Gtk.Box.BoxChild)(this.hbox1 [this.vbox3]));
     w9.Position = 1;
     w9.Expand   = false;
     w9.Fill     = false;
     this.vpaned1.Add(this.hbox1);
     global::Gtk.Paned.PanedChild w10 = ((global::Gtk.Paned.PanedChild)(this.vpaned1 [this.hbox1]));
     w10.Resize = false;
     // Container child vpaned1.Gtk.Paned+PanedChild
     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.label3           = new global::Gtk.Label();
     this.label3.Name      = "label3";
     this.label3.Xalign    = 0F;
     this.label3.Yalign    = 0F;
     this.label3.LabelProp = global::Mono.Unix.Catalog.GetString("Selected packages:");
     this.table1.Add(this.label3);
     global::Gtk.Table.TableChild w11 = ((global::Gtk.Table.TableChild)(this.table1 [this.label3]));
     w11.YOptions = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     this.scrolledwindow2            = new global::Gtk.ScrolledWindow();
     this.scrolledwindow2.CanFocus   = true;
     this.scrolledwindow2.Name       = "scrolledwindow2";
     this.scrolledwindow2.ShadowType = ((global::Gtk.ShadowType)(1));
     // Container child scrolledwindow2.Gtk.Container+ContainerChild
     this.selectedPackageTreeView          = new global::Gtk.TreeView();
     this.selectedPackageTreeView.CanFocus = true;
     this.selectedPackageTreeView.Name     = "selectedPackageTreeView";
     this.scrolledwindow2.Add(this.selectedPackageTreeView);
     this.table1.Add(this.scrolledwindow2);
     global::Gtk.Table.TableChild w13 = ((global::Gtk.Table.TableChild)(this.table1 [this.scrolledwindow2]));
     w13.TopAttach    = ((uint)(1));
     w13.BottomAttach = ((uint)(2));
     w13.XOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     this.vbox2         = new global::Gtk.VBox();
     this.vbox2.Name    = "vbox2";
     this.vbox2.Spacing = 6;
     // Container child vbox2.Gtk.Box+BoxChild
     this.removeButton = new global::Gtk.Button();
     this.removeButton.TooltipMarkup = "Remove selected package from the project.";
     this.removeButton.WidthRequest  = 33;
     this.removeButton.HeightRequest = 33;
     this.removeButton.Sensitive     = false;
     this.removeButton.CanFocus      = true;
     this.removeButton.Name          = "removeButton";
     // Container child removeButton.Gtk.Container+ContainerChild
     this.iconRemove          = new global::MonoDevelop.Components.ImageView();
     this.iconRemove.Name     = "iconRemove";
     this.iconRemove.IconId   = "gtk-remove";
     this.iconRemove.IconSize = ((global::Gtk.IconSize)(1));
     this.removeButton.Add(this.iconRemove);
     this.vbox2.Add(this.removeButton);
     global::Gtk.Box.BoxChild w15 = ((global::Gtk.Box.BoxChild)(this.vbox2 [this.removeButton]));
     w15.Position = 0;
     w15.Expand   = false;
     w15.Fill     = false;
     this.table1.Add(this.vbox2);
     global::Gtk.Table.TableChild w16 = ((global::Gtk.Table.TableChild)(this.table1 [this.vbox2]));
     w16.TopAttach    = ((uint)(1));
     w16.BottomAttach = ((uint)(2));
     w16.LeftAttach   = ((uint)(1));
     w16.RightAttach  = ((uint)(2));
     w16.XOptions     = ((global::Gtk.AttachOptions)(4));
     this.vpaned1.Add(this.table1);
     w1.Add(this.vpaned1);
     global::Gtk.Box.BoxChild w18 = ((global::Gtk.Box.BoxChild)(w1 [this.vpaned1]));
     w18.Position = 0;
     w18.Padding  = ((uint)(3));
     // Internal child CBinding.EditPackagesDialog.ActionArea
     global::Gtk.HButtonBox w19 = this.ActionArea;
     w19.Name        = "dialog1_ActionArea";
     w19.Spacing     = 6;
     w19.BorderWidth = ((uint)(5));
     w19.LayoutStyle = ((global::Gtk.ButtonBoxStyle)(4));
     // Container child dialog1_ActionArea.Gtk.ButtonBox+ButtonBoxChild
     this.buttonCancel              = new global::Gtk.Button();
     this.buttonCancel.CanDefault   = true;
     this.buttonCancel.CanFocus     = true;
     this.buttonCancel.Name         = "buttonCancel";
     this.buttonCancel.UseStock     = true;
     this.buttonCancel.UseUnderline = true;
     this.buttonCancel.Label        = "gtk-cancel";
     this.AddActionWidget(this.buttonCancel, -6);
     global::Gtk.ButtonBox.ButtonBoxChild w20 = ((global::Gtk.ButtonBox.ButtonBoxChild)(w19 [this.buttonCancel]));
     w20.Expand = false;
     w20.Fill   = false;
     // Container child dialog1_ActionArea.Gtk.ButtonBox+ButtonBoxChild
     this.buttonOk              = new global::Gtk.Button();
     this.buttonOk.CanDefault   = true;
     this.buttonOk.CanFocus     = true;
     this.buttonOk.Name         = "buttonOk";
     this.buttonOk.UseStock     = true;
     this.buttonOk.UseUnderline = true;
     this.buttonOk.Label        = "gtk-ok";
     this.AddActionWidget(this.buttonOk, -5);
     global::Gtk.ButtonBox.ButtonBoxChild w21 = ((global::Gtk.ButtonBox.ButtonBoxChild)(w19 [this.buttonOk]));
     w21.Position = 1;
     w21.Expand   = false;
     w21.Fill     = false;
     if ((this.Child != null))
     {
         this.Child.ShowAll();
     }
     this.DefaultWidth  = 580;
     this.DefaultHeight = 449;
     this.Hide();
     this.notebook1.SwitchPage += new global::Gtk.SwitchPageHandler(this.OnNotebook1SwitchPage);
     this.normalPackageTreeView.CursorChanged  += new global::System.EventHandler(this.OnNonSelectedPackageCursorChanged);
     this.projectPackageTreeView.CursorChanged += new global::System.EventHandler(this.OnNonSelectedPackageCursorChanged);
     this.detailsButton.Clicked += new global::System.EventHandler(this.OnDetailsButtonClicked);
     this.removeButton.Clicked  += new global::System.EventHandler(this.OnRemoveButtonClicked);
     this.removeButton.Clicked  += new global::System.EventHandler(this.OnRemoveButtonClick);
     this.selectedPackageTreeView.CursorChanged += new global::System.EventHandler(this.OnSelectedPackagesTreeViewCursorChanged);
     this.buttonCancel.Clicked += new global::System.EventHandler(this.OnCancelButtonClick);
     this.buttonOk.Clicked     += new global::System.EventHandler(this.OnOkButtonClick);
 }
コード例 #37
0
 protected virtual void Build()
 {
     global::Stetic.Gui.Initialize(this);
     // Widget MonoDevelop.Ide.Projects.AddMimeTypeDialog
     this.Name           = "MonoDevelop.Ide.Projects.AddMimeTypeDialog";
     this.Title          = global::Mono.Unix.Catalog.GetString("Add File Type");
     this.WindowPosition = ((global::Gtk.WindowPosition)(4));
     // Internal child MonoDevelop.Ide.Projects.AddMimeTypeDialog.VBox
     global::Gtk.VBox w1 = this.VBox;
     w1.Name        = "dialog1_VBox";
     w1.BorderWidth = ((uint)(2));
     // Container child dialog1_VBox.Gtk.Box+BoxChild
     this.vbox2             = new global::Gtk.VBox();
     this.vbox2.Name        = "vbox2";
     this.vbox2.Spacing     = 6;
     this.vbox2.BorderWidth = ((uint)(9));
     // Container child vbox2.Gtk.Box+BoxChild
     this.label1           = new global::Gtk.Label();
     this.label1.Name      = "label1";
     this.label1.Xalign    = 0F;
     this.label1.LabelProp = global::Mono.Unix.Catalog.GetString("Enter a file extension or a mime type name:");
     this.vbox2.Add(this.label1);
     global::Gtk.Box.BoxChild w2 = ((global::Gtk.Box.BoxChild)(this.vbox2 [this.label1]));
     w2.Position = 0;
     w2.Expand   = false;
     w2.Fill     = false;
     // Container child vbox2.Gtk.Box+BoxChild
     this.entry               = new global::Gtk.Entry();
     this.entry.CanFocus      = true;
     this.entry.Name          = "entry";
     this.entry.IsEditable    = true;
     this.entry.InvisibleChar = '●';
     this.vbox2.Add(this.entry);
     global::Gtk.Box.BoxChild w3 = ((global::Gtk.Box.BoxChild)(this.vbox2 [this.entry]));
     w3.Position = 1;
     w3.Expand   = false;
     w3.Fill     = false;
     // Container child vbox2.Gtk.Box+BoxChild
     this.hbox1         = new global::Gtk.HBox();
     this.hbox1.Name    = "hbox1";
     this.hbox1.Spacing = 6;
     // Container child hbox1.Gtk.Box+BoxChild
     this.image          = new global::MonoDevelop.Components.ImageView();
     this.image.Name     = "image";
     this.image.IconId   = "gtk-dialog-error";
     this.image.IconSize = ((global::Gtk.IconSize)(1));
     this.hbox1.Add(this.image);
     global::Gtk.Box.BoxChild w4 = ((global::Gtk.Box.BoxChild)(this.hbox1 [this.image]));
     w4.Position = 0;
     w4.Expand   = false;
     w4.Fill     = false;
     // Container child hbox1.Gtk.Box+BoxChild
     this.labelDesc        = new global::Gtk.Label();
     this.labelDesc.Name   = "labelDesc";
     this.labelDesc.Xalign = 0F;
     this.hbox1.Add(this.labelDesc);
     global::Gtk.Box.BoxChild w5 = ((global::Gtk.Box.BoxChild)(this.hbox1 [this.labelDesc]));
     w5.Position = 1;
     this.vbox2.Add(this.hbox1);
     global::Gtk.Box.BoxChild w6 = ((global::Gtk.Box.BoxChild)(this.vbox2 [this.hbox1]));
     w6.Position = 2;
     w6.Expand   = false;
     w6.Fill     = false;
     w1.Add(this.vbox2);
     global::Gtk.Box.BoxChild w7 = ((global::Gtk.Box.BoxChild)(w1 [this.vbox2]));
     w7.Position = 0;
     w7.Expand   = false;
     w7.Fill     = false;
     // Internal child MonoDevelop.Ide.Projects.AddMimeTypeDialog.ActionArea
     global::Gtk.HButtonBox w8 = this.ActionArea;
     w8.Name        = "dialog1_ActionArea";
     w8.Spacing     = 10;
     w8.BorderWidth = ((uint)(5));
     w8.LayoutStyle = ((global::Gtk.ButtonBoxStyle)(4));
     // Container child dialog1_ActionArea.Gtk.ButtonBox+ButtonBoxChild
     this.buttonCancel              = new global::Gtk.Button();
     this.buttonCancel.CanDefault   = true;
     this.buttonCancel.CanFocus     = true;
     this.buttonCancel.Name         = "buttonCancel";
     this.buttonCancel.UseStock     = true;
     this.buttonCancel.UseUnderline = true;
     this.buttonCancel.Label        = "gtk-cancel";
     this.AddActionWidget(this.buttonCancel, -6);
     global::Gtk.ButtonBox.ButtonBoxChild w9 = ((global::Gtk.ButtonBox.ButtonBoxChild)(w8 [this.buttonCancel]));
     w9.Expand = false;
     w9.Fill   = false;
     // Container child dialog1_ActionArea.Gtk.ButtonBox+ButtonBoxChild
     this.buttonOk              = new global::Gtk.Button();
     this.buttonOk.CanDefault   = true;
     this.buttonOk.CanFocus     = true;
     this.buttonOk.Name         = "buttonOk";
     this.buttonOk.UseStock     = true;
     this.buttonOk.UseUnderline = true;
     this.buttonOk.Label        = "gtk-add";
     this.AddActionWidget(this.buttonOk, -5);
     global::Gtk.ButtonBox.ButtonBoxChild w10 = ((global::Gtk.ButtonBox.ButtonBoxChild)(w8 [this.buttonOk]));
     w10.Position = 1;
     w10.Expand   = false;
     w10.Fill     = false;
     if ((this.Child != null))
     {
         this.Child.ShowAll();
     }
     this.DefaultWidth  = 400;
     this.DefaultHeight = 164;
     this.image.Hide();
     this.Hide();
     this.entry.Changed += new global::System.EventHandler(this.OnEntryChanged);
 }
		protected virtual void Build ()
		{
			global::Stetic.Gui.Initialize (this);
			// Widget MonoDevelop.Deployment.Gui.DeployDialog
			this.Events = ((global::Gdk.EventMask)(256));
			this.Name = "MonoDevelop.Deployment.Gui.DeployDialog";
			this.Title = global::Mono.Unix.Catalog.GetString ("Create Package");
			this.WindowPosition = ((global::Gtk.WindowPosition)(4));
			// Internal child MonoDevelop.Deployment.Gui.DeployDialog.VBox
			global::Gtk.VBox w1 = this.VBox;
			w1.Events = ((global::Gdk.EventMask)(256));
			w1.Name = "dialog_VBox";
			w1.BorderWidth = ((uint)(2));
			// Container child dialog_VBox.Gtk.Box+BoxChild
			this.hbox1 = new global::Gtk.HBox ();
			this.hbox1.Name = "hbox1";
			this.hbox1.Spacing = 6;
			this.hbox1.BorderWidth = ((uint)(6));
			// Container child hbox1.Gtk.Box+BoxChild
			this.vbox2 = new global::Gtk.VBox ();
			this.vbox2.Name = "vbox2";
			// Container child vbox2.Gtk.Box+BoxChild
			this.image2 = new global::MonoDevelop.Components.ImageView ();
			this.image2.Name = "image2";
			this.image2.IconId = "md-package";
			this.image2.IconSize = ((global::Gtk.IconSize)(6));
			this.vbox2.Add (this.image2);
			global::Gtk.Box.BoxChild w2 = ((global::Gtk.Box.BoxChild)(this.vbox2 [this.image2]));
			w2.Position = 0;
			w2.Expand = false;
			w2.Fill = false;
			this.hbox1.Add (this.vbox2);
			global::Gtk.Box.BoxChild w3 = ((global::Gtk.Box.BoxChild)(this.hbox1 [this.vbox2]));
			w3.Position = 0;
			w3.Expand = false;
			w3.Fill = false;
			// Container child hbox1.Gtk.Box+BoxChild
			this.notebook = new global::Gtk.Notebook ();
			this.notebook.CanFocus = true;
			this.notebook.Name = "notebook";
			this.notebook.CurrentPage = 3;
			this.notebook.ShowBorder = false;
			this.notebook.BorderWidth = ((uint)(6));
			// Container child notebook.Gtk.Notebook+NotebookChild
			this.vbox3 = new global::Gtk.VBox ();
			this.vbox3.Name = "vbox3";
			this.vbox3.Spacing = 6;
			// Container child vbox3.Gtk.Box+BoxChild
			this.labelTitle = new global::Gtk.Label ();
			this.labelTitle.Name = "labelTitle";
			this.labelTitle.Xalign = 0F;
			this.labelTitle.LabelProp = global::Mono.Unix.Catalog.GetString ("<big><b>Package Type</b></big>");
			this.labelTitle.UseMarkup = true;
			this.vbox3.Add (this.labelTitle);
			global::Gtk.Box.BoxChild w4 = ((global::Gtk.Box.BoxChild)(this.vbox3 [this.labelTitle]));
			w4.Position = 0;
			w4.Expand = false;
			w4.Fill = false;
			// Container child vbox3.Gtk.Box+BoxChild
			this.hseparator2 = new global::Gtk.HSeparator ();
			this.hseparator2.Name = "hseparator2";
			this.vbox3.Add (this.hseparator2);
			global::Gtk.Box.BoxChild w5 = ((global::Gtk.Box.BoxChild)(this.vbox3 [this.hseparator2]));
			w5.Position = 1;
			w5.Expand = false;
			w5.Fill = false;
			// Container child vbox3.Gtk.Box+BoxChild
			this.label1 = new global::Gtk.Label ();
			this.label1.Name = "label1";
			this.label1.Xalign = 0F;
			this.label1.LabelProp = global::Mono.Unix.Catalog.GetString ("Select the type of package to create:");
			this.vbox3.Add (this.label1);
			global::Gtk.Box.BoxChild w6 = ((global::Gtk.Box.BoxChild)(this.vbox3 [this.label1]));
			w6.Position = 2;
			w6.Expand = false;
			w6.Fill = false;
			// Container child vbox3.Gtk.Box+BoxChild
			this.scrolledwindow2 = new global::Gtk.ScrolledWindow ();
			this.scrolledwindow2.CanFocus = true;
			this.scrolledwindow2.Name = "scrolledwindow2";
			this.scrolledwindow2.ShadowType = ((global::Gtk.ShadowType)(1));
			// Container child scrolledwindow2.Gtk.Container+ContainerChild
			this.targetsTree = new global::Gtk.TreeView ();
			this.targetsTree.CanFocus = true;
			this.targetsTree.Name = "targetsTree";
			this.scrolledwindow2.Add (this.targetsTree);
			this.vbox3.Add (this.scrolledwindow2);
			global::Gtk.Box.BoxChild w8 = ((global::Gtk.Box.BoxChild)(this.vbox3 [this.scrolledwindow2]));
			w8.Position = 3;
			this.notebook.Add (this.vbox3);
			// Notebook tab
			this.label2 = new global::Gtk.Label ();
			this.label2.Name = "label2";
			this.label2.LabelProp = "page5";
			this.notebook.SetTabLabel (this.vbox3, this.label2);
			this.label2.ShowAll ();
			// Container child notebook.Gtk.Notebook+NotebookChild
			this.pageSelectProject = new global::Gtk.VBox ();
			this.pageSelectProject.Name = "pageSelectProject";
			this.pageSelectProject.Spacing = 6;
			// Container child pageSelectProject.Gtk.Box+BoxChild
			this.labelTitle1 = new global::Gtk.Label ();
			this.labelTitle1.Name = "labelTitle1";
			this.labelTitle1.Xalign = 0F;
			this.labelTitle1.LabelProp = global::Mono.Unix.Catalog.GetString ("<big><b>Select Project</b></big>");
			this.labelTitle1.UseMarkup = true;
			this.pageSelectProject.Add (this.labelTitle1);
			global::Gtk.Box.BoxChild w10 = ((global::Gtk.Box.BoxChild)(this.pageSelectProject [this.labelTitle1]));
			w10.Position = 0;
			w10.Expand = false;
			w10.Fill = false;
			// Container child pageSelectProject.Gtk.Box+BoxChild
			this.hseparator4 = new global::Gtk.HSeparator ();
			this.hseparator4.Name = "hseparator4";
			this.pageSelectProject.Add (this.hseparator4);
			global::Gtk.Box.BoxChild w11 = ((global::Gtk.Box.BoxChild)(this.pageSelectProject [this.hseparator4]));
			w11.Position = 1;
			w11.Expand = false;
			w11.Fill = false;
			// Container child pageSelectProject.Gtk.Box+BoxChild
			this.label4 = new global::Gtk.Label ();
			this.label4.Name = "label4";
			this.label4.Xalign = 0F;
			this.label4.LabelProp = global::Mono.Unix.Catalog.GetString ("Select the project or solution for which you want to create a package:");
			this.pageSelectProject.Add (this.label4);
			global::Gtk.Box.BoxChild w12 = ((global::Gtk.Box.BoxChild)(this.pageSelectProject [this.label4]));
			w12.Position = 2;
			w12.Expand = false;
			w12.Fill = false;
			// Container child pageSelectProject.Gtk.Box+BoxChild
			this.entryTree = new global::MonoDevelop.Deployment.Gui.EntrySelectionTree ();
			this.entryTree.Events = ((global::Gdk.EventMask)(256));
			this.entryTree.Name = "entryTree";
			this.pageSelectProject.Add (this.entryTree);
			global::Gtk.Box.BoxChild w13 = ((global::Gtk.Box.BoxChild)(this.pageSelectProject [this.entryTree]));
			w13.Position = 3;
			this.notebook.Add (this.pageSelectProject);
			global::Gtk.Notebook.NotebookChild w14 = ((global::Gtk.Notebook.NotebookChild)(this.notebook [this.pageSelectProject]));
			w14.Position = 1;
			// Notebook tab
			this.label3 = new global::Gtk.Label ();
			this.label3.Name = "label3";
			this.label3.LabelProp = "page3";
			this.notebook.SetTabLabel (this.pageSelectProject, this.label3);
			this.label3.ShowAll ();
			// Container child notebook.Gtk.Notebook+NotebookChild
			this.vbox4 = new global::Gtk.VBox ();
			this.vbox4.Name = "vbox4";
			this.vbox4.Spacing = 6;
			// Container child vbox4.Gtk.Box+BoxChild
			this.label5 = new global::Gtk.Label ();
			this.label5.Name = "label5";
			this.label5.Xalign = 0F;
			this.label5.LabelProp = global::Mono.Unix.Catalog.GetString ("<big><b>Package Settings</b></big>");
			this.label5.UseMarkup = true;
			this.vbox4.Add (this.label5);
			global::Gtk.Box.BoxChild w15 = ((global::Gtk.Box.BoxChild)(this.vbox4 [this.label5]));
			w15.Position = 0;
			w15.Expand = false;
			w15.Fill = false;
			// Container child vbox4.Gtk.Box+BoxChild
			this.hseparator3 = new global::Gtk.HSeparator ();
			this.hseparator3.Name = "hseparator3";
			this.vbox4.Add (this.hseparator3);
			global::Gtk.Box.BoxChild w16 = ((global::Gtk.Box.BoxChild)(this.vbox4 [this.hseparator3]));
			w16.Position = 1;
			w16.Expand = false;
			w16.Fill = false;
			// Container child vbox4.Gtk.Box+BoxChild
			this.editorBox = new global::Gtk.EventBox ();
			this.editorBox.Name = "editorBox";
			this.vbox4.Add (this.editorBox);
			global::Gtk.Box.BoxChild w17 = ((global::Gtk.Box.BoxChild)(this.vbox4 [this.editorBox]));
			w17.Position = 2;
			// Container child vbox4.Gtk.Box+BoxChild
			this.saveSeparator = new global::Gtk.HSeparator ();
			this.saveSeparator.Name = "saveSeparator";
			this.vbox4.Add (this.saveSeparator);
			global::Gtk.Box.BoxChild w18 = ((global::Gtk.Box.BoxChild)(this.vbox4 [this.saveSeparator]));
			w18.Position = 3;
			w18.Expand = false;
			w18.Fill = false;
			// Container child vbox4.Gtk.Box+BoxChild
			this.hbox2 = new global::Gtk.HBox ();
			this.hbox2.Name = "hbox2";
			this.hbox2.Spacing = 6;
			// Container child hbox2.Gtk.Box+BoxChild
			this.checkSave = new global::Gtk.CheckButton ();
			this.checkSave.CanFocus = true;
			this.checkSave.Name = "checkSave";
			this.checkSave.Label = global::Mono.Unix.Catalog.GetString ("Save this package configuration in the solution");
			this.checkSave.DrawIndicator = true;
			this.checkSave.UseUnderline = true;
			this.hbox2.Add (this.checkSave);
			global::Gtk.Box.BoxChild w19 = ((global::Gtk.Box.BoxChild)(this.hbox2 [this.checkSave]));
			w19.Position = 0;
			w19.Expand = false;
			w19.Fill = false;
			this.vbox4.Add (this.hbox2);
			global::Gtk.Box.BoxChild w20 = ((global::Gtk.Box.BoxChild)(this.vbox4 [this.hbox2]));
			w20.Position = 4;
			w20.Expand = false;
			w20.Fill = false;
			this.notebook.Add (this.vbox4);
			global::Gtk.Notebook.NotebookChild w21 = ((global::Gtk.Notebook.NotebookChild)(this.notebook [this.vbox4]));
			w21.Position = 2;
			// Notebook tab
			this.label6 = new global::Gtk.Label ();
			this.label6.Name = "label6";
			this.label6.LabelProp = "page2";
			this.notebook.SetTabLabel (this.vbox4, this.label6);
			this.label6.ShowAll ();
			// Container child notebook.Gtk.Notebook+NotebookChild
			this.pageSave = new global::Gtk.VBox ();
			this.pageSave.Name = "pageSave";
			this.pageSave.Spacing = 6;
			// Container child pageSave.Gtk.Box+BoxChild
			this.label7 = new global::Gtk.Label ();
			this.label7.Name = "label7";
			this.label7.Xalign = 0F;
			this.label7.LabelProp = global::Mono.Unix.Catalog.GetString ("<big><b>Save Package Configuration</b></big>");
			this.label7.UseMarkup = true;
			this.pageSave.Add (this.label7);
			global::Gtk.Box.BoxChild w22 = ((global::Gtk.Box.BoxChild)(this.pageSave [this.label7]));
			w22.Position = 0;
			w22.Expand = false;
			w22.Fill = false;
			// Container child pageSave.Gtk.Box+BoxChild
			this.hseparator5 = new global::Gtk.HSeparator ();
			this.hseparator5.Name = "hseparator5";
			this.pageSave.Add (this.hseparator5);
			global::Gtk.Box.BoxChild w23 = ((global::Gtk.Box.BoxChild)(this.pageSave [this.hseparator5]));
			w23.Position = 1;
			w23.Expand = false;
			w23.Fill = false;
			// Container child pageSave.Gtk.Box+BoxChild
			this.vbox7 = new global::Gtk.VBox ();
			this.vbox7.Name = "vbox7";
			this.vbox7.Spacing = 6;
			// Container child vbox7.Gtk.Box+BoxChild
			this.label14 = new global::Gtk.Label ();
			this.label14.Name = "label14";
			this.label14.Xalign = 0F;
			this.label14.LabelProp = global::Mono.Unix.Catalog.GetString ("Enter the name you want to give to this package configuration:");
			this.vbox7.Add (this.label14);
			global::Gtk.Box.BoxChild w24 = ((global::Gtk.Box.BoxChild)(this.vbox7 [this.label14]));
			w24.Position = 0;
			w24.Expand = false;
			w24.Fill = false;
			// Container child vbox7.Gtk.Box+BoxChild
			this.hbox4 = new global::Gtk.HBox ();
			this.hbox4.Name = "hbox4";
			this.hbox4.Spacing = 6;
			// Container child hbox4.Gtk.Box+BoxChild
			this.label13 = new global::Gtk.Label ();
			this.label13.Name = "label13";
			this.label13.LabelProp = global::Mono.Unix.Catalog.GetString ("Name:");
			this.hbox4.Add (this.label13);
			global::Gtk.Box.BoxChild w25 = ((global::Gtk.Box.BoxChild)(this.hbox4 [this.label13]));
			w25.Position = 0;
			w25.Expand = false;
			w25.Fill = false;
			// Container child hbox4.Gtk.Box+BoxChild
			this.entrySaveName = new global::Gtk.Entry ();
			this.entrySaveName.CanFocus = true;
			this.entrySaveName.Name = "entrySaveName";
			this.entrySaveName.IsEditable = true;
			this.entrySaveName.InvisibleChar = '●';
			this.hbox4.Add (this.entrySaveName);
			global::Gtk.Box.BoxChild w26 = ((global::Gtk.Box.BoxChild)(this.hbox4 [this.entrySaveName]));
			w26.Position = 1;
			this.vbox7.Add (this.hbox4);
			global::Gtk.Box.BoxChild w27 = ((global::Gtk.Box.BoxChild)(this.vbox7 [this.hbox4]));
			w27.Position = 1;
			w27.Expand = false;
			w27.Fill = false;
			w27.Padding = ((uint)(6));
			// Container child vbox7.Gtk.Box+BoxChild
			this.vboxSaveProject = new global::Gtk.VBox ();
			this.vboxSaveProject.Name = "vboxSaveProject";
			this.vboxSaveProject.Spacing = 6;
			// Container child vboxSaveProject.Gtk.Box+BoxChild
			this.hseparator6 = new global::Gtk.HSeparator ();
			this.hseparator6.Name = "hseparator6";
			this.vboxSaveProject.Add (this.hseparator6);
			global::Gtk.Box.BoxChild w28 = ((global::Gtk.Box.BoxChild)(this.vboxSaveProject [this.hseparator6]));
			w28.Position = 0;
			w28.Expand = false;
			w28.Fill = false;
			// Container child vboxSaveProject.Gtk.Box+BoxChild
			this.label15 = new global::Gtk.Label ();
			this.label15.Name = "label15";
			this.label15.Xalign = 0F;
			this.label15.LabelProp = global::Mono.Unix.Catalog.GetString ("Where do you want to save this configuration?");
			this.vboxSaveProject.Add (this.label15);
			global::Gtk.Box.BoxChild w29 = ((global::Gtk.Box.BoxChild)(this.vboxSaveProject [this.label15]));
			w29.Position = 1;
			w29.Expand = false;
			w29.Fill = false;
			// Container child vboxSaveProject.Gtk.Box+BoxChild
			this.radioCreateProject = new global::Gtk.RadioButton (global::Mono.Unix.Catalog.GetString ("Save in a new Packaging Project"));
			this.radioCreateProject.CanFocus = true;
			this.radioCreateProject.Name = "radioCreateProject";
			this.radioCreateProject.Active = true;
			this.radioCreateProject.DrawIndicator = true;
			this.radioCreateProject.UseUnderline = true;
			this.radioCreateProject.Group = new global::GLib.SList (global::System.IntPtr.Zero);
			this.vboxSaveProject.Add (this.radioCreateProject);
			global::Gtk.Box.BoxChild w30 = ((global::Gtk.Box.BoxChild)(this.vboxSaveProject [this.radioCreateProject]));
			w30.Position = 2;
			w30.Expand = false;
			w30.Fill = false;
			// Container child vboxSaveProject.Gtk.Box+BoxChild
			this.hbox5 = new global::Gtk.HBox ();
			this.hbox5.Name = "hbox5";
			this.hbox5.Spacing = 6;
			// Container child hbox5.Gtk.Box+BoxChild
			this.label9 = new global::Gtk.Label ();
			this.label9.WidthRequest = 24;
			this.label9.Name = "label9";
			this.hbox5.Add (this.label9);
			global::Gtk.Box.BoxChild w31 = ((global::Gtk.Box.BoxChild)(this.hbox5 [this.label9]));
			w31.Position = 0;
			w31.Expand = false;
			w31.Fill = false;
			// Container child hbox5.Gtk.Box+BoxChild
			this.tableNewProject = new global::Gtk.Table (((uint)(2)), ((uint)(2)), false);
			this.tableNewProject.Name = "tableNewProject";
			this.tableNewProject.RowSpacing = ((uint)(6));
			this.tableNewProject.ColumnSpacing = ((uint)(6));
			// Container child tableNewProject.Gtk.Table+TableChild
			this.comboCreateProject = global::Gtk.ComboBox.NewText ();
			this.comboCreateProject.Name = "comboCreateProject";
			this.tableNewProject.Add (this.comboCreateProject);
			global::Gtk.Table.TableChild w32 = ((global::Gtk.Table.TableChild)(this.tableNewProject [this.comboCreateProject]));
			w32.LeftAttach = ((uint)(1));
			w32.RightAttach = ((uint)(2));
			w32.XOptions = ((global::Gtk.AttachOptions)(4));
			w32.YOptions = ((global::Gtk.AttachOptions)(4));
			// Container child tableNewProject.Gtk.Table+TableChild
			this.entryProjectName = new global::Gtk.Entry ();
			this.entryProjectName.CanFocus = true;
			this.entryProjectName.Name = "entryProjectName";
			this.entryProjectName.Text = global::Mono.Unix.Catalog.GetString ("Packages");
			this.entryProjectName.IsEditable = true;
			this.entryProjectName.InvisibleChar = '●';
			this.tableNewProject.Add (this.entryProjectName);
			global::Gtk.Table.TableChild w33 = ((global::Gtk.Table.TableChild)(this.tableNewProject [this.entryProjectName]));
			w33.TopAttach = ((uint)(1));
			w33.BottomAttach = ((uint)(2));
			w33.LeftAttach = ((uint)(1));
			w33.RightAttach = ((uint)(2));
			w33.XOptions = ((global::Gtk.AttachOptions)(4));
			w33.YOptions = ((global::Gtk.AttachOptions)(4));
			// Container child tableNewProject.Gtk.Table+TableChild
			this.label11 = new global::Gtk.Label ();
			this.label11.Name = "label11";
			this.label11.Xalign = 0F;
			this.label11.LabelProp = global::Mono.Unix.Catalog.GetString ("Project name:");
			this.tableNewProject.Add (this.label11);
			global::Gtk.Table.TableChild w34 = ((global::Gtk.Table.TableChild)(this.tableNewProject [this.label11]));
			w34.TopAttach = ((uint)(1));
			w34.BottomAttach = ((uint)(2));
			w34.XOptions = ((global::Gtk.AttachOptions)(4));
			w34.YOptions = ((global::Gtk.AttachOptions)(4));
			// Container child tableNewProject.Gtk.Table+TableChild
			this.label16 = new global::Gtk.Label ();
			this.label16.Name = "label16";
			this.label16.LabelProp = global::Mono.Unix.Catalog.GetString ("Create in solution:");
			this.tableNewProject.Add (this.label16);
			global::Gtk.Table.TableChild w35 = ((global::Gtk.Table.TableChild)(this.tableNewProject [this.label16]));
			w35.XOptions = ((global::Gtk.AttachOptions)(4));
			w35.YOptions = ((global::Gtk.AttachOptions)(4));
			this.hbox5.Add (this.tableNewProject);
			global::Gtk.Box.BoxChild w36 = ((global::Gtk.Box.BoxChild)(this.hbox5 [this.tableNewProject]));
			w36.Position = 1;
			w36.Expand = false;
			w36.Fill = false;
			this.vboxSaveProject.Add (this.hbox5);
			global::Gtk.Box.BoxChild w37 = ((global::Gtk.Box.BoxChild)(this.vboxSaveProject [this.hbox5]));
			w37.Position = 3;
			w37.Expand = false;
			w37.Fill = false;
			// Container child vboxSaveProject.Gtk.Box+BoxChild
			this.radioAddProject = new global::Gtk.RadioButton (global::Mono.Unix.Catalog.GetString ("Add to existing Packaging Project"));
			this.radioAddProject.CanFocus = true;
			this.radioAddProject.Name = "radioAddProject";
			this.radioAddProject.DrawIndicator = true;
			this.radioAddProject.UseUnderline = true;
			this.radioAddProject.Group = this.radioCreateProject.Group;
			this.vboxSaveProject.Add (this.radioAddProject);
			global::Gtk.Box.BoxChild w38 = ((global::Gtk.Box.BoxChild)(this.vboxSaveProject [this.radioAddProject]));
			w38.Position = 4;
			w38.Expand = false;
			w38.Fill = false;
			// Container child vboxSaveProject.Gtk.Box+BoxChild
			this.boxAddProject = new global::Gtk.HBox ();
			this.boxAddProject.Name = "boxAddProject";
			this.boxAddProject.Spacing = 6;
			// Container child boxAddProject.Gtk.Box+BoxChild
			this.label10 = new global::Gtk.Label ();
			this.label10.WidthRequest = 24;
			this.label10.Name = "label10";
			this.boxAddProject.Add (this.label10);
			global::Gtk.Box.BoxChild w39 = ((global::Gtk.Box.BoxChild)(this.boxAddProject [this.label10]));
			w39.Position = 0;
			w39.Expand = false;
			w39.Fill = false;
			// Container child boxAddProject.Gtk.Box+BoxChild
			this.label12 = new global::Gtk.Label ();
			this.label12.Name = "label12";
			this.label12.LabelProp = global::Mono.Unix.Catalog.GetString ("Project:");
			this.boxAddProject.Add (this.label12);
			global::Gtk.Box.BoxChild w40 = ((global::Gtk.Box.BoxChild)(this.boxAddProject [this.label12]));
			w40.Position = 1;
			w40.Expand = false;
			w40.Fill = false;
			// Container child boxAddProject.Gtk.Box+BoxChild
			this.comboSelProject = global::Gtk.ComboBox.NewText ();
			this.comboSelProject.Name = "comboSelProject";
			this.boxAddProject.Add (this.comboSelProject);
			global::Gtk.Box.BoxChild w41 = ((global::Gtk.Box.BoxChild)(this.boxAddProject [this.comboSelProject]));
			w41.Position = 2;
			w41.Expand = false;
			w41.Fill = false;
			this.vboxSaveProject.Add (this.boxAddProject);
			global::Gtk.Box.BoxChild w42 = ((global::Gtk.Box.BoxChild)(this.vboxSaveProject [this.boxAddProject]));
			w42.Position = 5;
			w42.Expand = false;
			w42.Fill = false;
			this.vbox7.Add (this.vboxSaveProject);
			global::Gtk.Box.BoxChild w43 = ((global::Gtk.Box.BoxChild)(this.vbox7 [this.vboxSaveProject]));
			w43.Position = 2;
			w43.Expand = false;
			w43.Fill = false;
			this.pageSave.Add (this.vbox7);
			global::Gtk.Box.BoxChild w44 = ((global::Gtk.Box.BoxChild)(this.pageSave [this.vbox7]));
			w44.Position = 2;
			w44.Expand = false;
			w44.Fill = false;
			this.notebook.Add (this.pageSave);
			global::Gtk.Notebook.NotebookChild w45 = ((global::Gtk.Notebook.NotebookChild)(this.notebook [this.pageSave]));
			w45.Position = 3;
			// Notebook tab
			this.label8 = new global::Gtk.Label ();
			this.label8.Name = "label8";
			this.label8.LabelProp = "page4";
			this.notebook.SetTabLabel (this.pageSave, this.label8);
			this.label8.ShowAll ();
			this.hbox1.Add (this.notebook);
			global::Gtk.Box.BoxChild w46 = ((global::Gtk.Box.BoxChild)(this.hbox1 [this.notebook]));
			w46.Position = 1;
			w1.Add (this.hbox1);
			global::Gtk.Box.BoxChild w47 = ((global::Gtk.Box.BoxChild)(w1 [this.hbox1]));
			w47.Position = 0;
			// Internal child MonoDevelop.Deployment.Gui.DeployDialog.ActionArea
			global::Gtk.HButtonBox w48 = this.ActionArea;
			w48.Name = "MonoDevelop.Deployment.DeployDialog_ActionArea";
			w48.Spacing = 6;
			w48.BorderWidth = ((uint)(5));
			w48.LayoutStyle = ((global::Gtk.ButtonBoxStyle)(4));
			// Container child MonoDevelop.Deployment.DeployDialog_ActionArea.Gtk.ButtonBox+ButtonBoxChild
			this.buttonCancel = new global::Gtk.Button ();
			this.buttonCancel.CanDefault = true;
			this.buttonCancel.CanFocus = true;
			this.buttonCancel.Name = "buttonCancel";
			this.buttonCancel.UseStock = true;
			this.buttonCancel.UseUnderline = true;
			this.buttonCancel.Label = "gtk-cancel";
			this.AddActionWidget (this.buttonCancel, -6);
			global::Gtk.ButtonBox.ButtonBoxChild w49 = ((global::Gtk.ButtonBox.ButtonBoxChild)(w48 [this.buttonCancel]));
			w49.Expand = false;
			w49.Fill = false;
			// Container child MonoDevelop.Deployment.DeployDialog_ActionArea.Gtk.ButtonBox+ButtonBoxChild
			this.buttonBack = new global::Gtk.Button ();
			this.buttonBack.CanDefault = true;
			this.buttonBack.CanFocus = true;
			this.buttonBack.Name = "buttonBack";
			this.buttonBack.UseStock = true;
			this.buttonBack.UseUnderline = true;
			this.buttonBack.Label = "gtk-go-back";
			w48.Add (this.buttonBack);
			global::Gtk.ButtonBox.ButtonBoxChild w50 = ((global::Gtk.ButtonBox.ButtonBoxChild)(w48 [this.buttonBack]));
			w50.Position = 1;
			w50.Expand = false;
			w50.Fill = false;
			// Container child MonoDevelop.Deployment.DeployDialog_ActionArea.Gtk.ButtonBox+ButtonBoxChild
			this.buttonNext = new global::Gtk.Button ();
			this.buttonNext.CanDefault = true;
			this.buttonNext.CanFocus = true;
			this.buttonNext.Name = "buttonNext";
			this.buttonNext.UseStock = true;
			this.buttonNext.UseUnderline = true;
			this.buttonNext.Label = "gtk-go-forward";
			w48.Add (this.buttonNext);
			global::Gtk.ButtonBox.ButtonBoxChild w51 = ((global::Gtk.ButtonBox.ButtonBoxChild)(w48 [this.buttonNext]));
			w51.Position = 2;
			w51.Expand = false;
			w51.Fill = false;
			if ((this.Child != null)) {
				this.Child.ShowAll ();
			}
			this.DefaultWidth = 573;
			this.DefaultHeight = 433;
			this.Hide ();
			this.notebook.SelectPage += new global::Gtk.SelectPageHandler (this.OnNotebookSelectPage);
			this.checkSave.Clicked += new global::System.EventHandler (this.OnCheckSaveClicked);
			this.radioCreateProject.Clicked += new global::System.EventHandler (this.OnRadioCreateProjectClicked);
			this.radioAddProject.Clicked += new global::System.EventHandler (this.OnRadioAddProjectClicked);
			this.buttonBack.Clicked += new global::System.EventHandler (this.OnButtonBackClicked);
			this.buttonNext.Clicked += new global::System.EventHandler (this.OnButtonNextClicked);
		}
		protected virtual void Build ()
		{
			global::Stetic.Gui.Initialize (this);
			// Widget MonoDevelop.Refactoring.Rename.RenameItemDialog
			this.Name = "MonoDevelop.Refactoring.Rename.RenameItemDialog";
			this.Title = global::Mono.Unix.Catalog.GetString ("Rename {0}");
			this.WindowPosition = ((global::Gtk.WindowPosition)(4));
			this.BorderWidth = ((uint)(6));
			// Internal child MonoDevelop.Refactoring.Rename.RenameItemDialog.VBox
			global::Gtk.VBox w1 = this.VBox;
			w1.Name = "dialog1_VBox";
			w1.BorderWidth = ((uint)(2));
			// Container child dialog1_VBox.Gtk.Box+BoxChild
			this.vbox = new global::Gtk.VBox ();
			this.vbox.Name = "vbox";
			this.vbox.Spacing = 6;
			this.vbox.BorderWidth = ((uint)(6));
			// Container child vbox.Gtk.Box+BoxChild
			this.hbox = new global::Gtk.HBox ();
			this.hbox.Name = "hbox";
			this.hbox.Spacing = 6;
			// Container child hbox.Gtk.Box+BoxChild
			this.labelNewName = new global::Gtk.Label ();
			this.labelNewName.Name = "labelNewName";
			this.labelNewName.LabelProp = global::Mono.Unix.Catalog.GetString ("New na_me:");
			this.labelNewName.UseUnderline = true;
			this.hbox.Add (this.labelNewName);
			global::Gtk.Box.BoxChild w2 = ((global::Gtk.Box.BoxChild)(this.hbox [this.labelNewName]));
			w2.Position = 0;
			w2.Expand = false;
			w2.Fill = false;
			// Container child hbox.Gtk.Box+BoxChild
			this.entry = new global::Gtk.Entry ();
			this.entry.CanFocus = true;
			this.entry.Name = "entry";
			this.entry.IsEditable = true;
			this.entry.InvisibleChar = '●';
			this.hbox.Add (this.entry);
			global::Gtk.Box.BoxChild w3 = ((global::Gtk.Box.BoxChild)(this.hbox [this.entry]));
			w3.Position = 1;
			this.vbox.Add (this.hbox);
			global::Gtk.Box.BoxChild w4 = ((global::Gtk.Box.BoxChild)(this.vbox [this.hbox]));
			w4.Position = 0;
			w4.Expand = false;
			w4.Fill = false;
			// Container child vbox.Gtk.Box+BoxChild
			this.renameFileFlag = new global::Gtk.CheckButton ();
			this.renameFileFlag.CanFocus = true;
			this.renameFileFlag.Name = "renameFileFlag";
			this.renameFileFlag.Label = global::Mono.Unix.Catalog.GetString ("Rename file that contains public class");
			this.renameFileFlag.Active = true;
			this.renameFileFlag.DrawIndicator = true;
			this.renameFileFlag.UseUnderline = true;
			this.vbox.Add (this.renameFileFlag);
			global::Gtk.Box.BoxChild w5 = ((global::Gtk.Box.BoxChild)(this.vbox [this.renameFileFlag]));
			w5.Position = 1;
			w5.Expand = false;
			w5.Fill = false;
			// Container child vbox.Gtk.Box+BoxChild
			this.includeOverloadsCheckbox = new global::Gtk.CheckButton ();
			this.includeOverloadsCheckbox.CanFocus = true;
			this.includeOverloadsCheckbox.Name = "includeOverloadsCheckbox";
			this.includeOverloadsCheckbox.Label = global::Mono.Unix.Catalog.GetString ("Include overloads");
			this.includeOverloadsCheckbox.Active = true;
			this.includeOverloadsCheckbox.DrawIndicator = true;
			this.includeOverloadsCheckbox.UseUnderline = true;
			this.vbox.Add (this.includeOverloadsCheckbox);
			global::Gtk.Box.BoxChild w6 = ((global::Gtk.Box.BoxChild)(this.vbox [this.includeOverloadsCheckbox]));
			w6.Position = 2;
			w6.Expand = false;
			w6.Fill = false;
			// Container child vbox.Gtk.Box+BoxChild
			this.hbox1 = new global::Gtk.HBox ();
			this.hbox1.Name = "hbox1";
			this.hbox1.Spacing = 6;
			// Container child hbox1.Gtk.Box+BoxChild
			this.imageWarning = new global::MonoDevelop.Components.ImageView ();
			this.imageWarning.Name = "imageWarning";
			this.imageWarning.IconId = "md-warning";
			this.imageWarning.IconSize = ((global::Gtk.IconSize)(4));
			this.hbox1.Add (this.imageWarning);
			global::Gtk.Box.BoxChild w7 = ((global::Gtk.Box.BoxChild)(this.hbox1 [this.imageWarning]));
			w7.Position = 0;
			w7.Expand = false;
			w7.Fill = false;
			// Container child hbox1.Gtk.Box+BoxChild
			this.labelWarning = new global::Gtk.Label ();
			this.labelWarning.Name = "labelWarning";
			this.hbox1.Add (this.labelWarning);
			global::Gtk.Box.BoxChild w8 = ((global::Gtk.Box.BoxChild)(this.hbox1 [this.labelWarning]));
			w8.Position = 1;
			w8.Expand = false;
			w8.Fill = false;
			this.vbox.Add (this.hbox1);
			global::Gtk.Box.BoxChild w9 = ((global::Gtk.Box.BoxChild)(this.vbox [this.hbox1]));
			w9.Position = 3;
			w9.Expand = false;
			w9.Fill = false;
			w1.Add (this.vbox);
			global::Gtk.Box.BoxChild w10 = ((global::Gtk.Box.BoxChild)(w1 [this.vbox]));
			w10.Position = 0;
			w10.Expand = false;
			w10.Fill = false;
			// Internal child MonoDevelop.Refactoring.Rename.RenameItemDialog.ActionArea
			global::Gtk.HButtonBox w11 = this.ActionArea;
			w11.Name = "dialog1_ActionArea";
			w11.Spacing = 10;
			w11.BorderWidth = ((uint)(5));
			w11.LayoutStyle = ((global::Gtk.ButtonBoxStyle)(4));
			// Container child dialog1_ActionArea.Gtk.ButtonBox+ButtonBoxChild
			this.buttonCancel = new global::Gtk.Button ();
			this.buttonCancel.CanDefault = true;
			this.buttonCancel.CanFocus = true;
			this.buttonCancel.Name = "buttonCancel";
			this.buttonCancel.UseStock = true;
			this.buttonCancel.UseUnderline = true;
			this.buttonCancel.Label = "gtk-cancel";
			this.AddActionWidget (this.buttonCancel, -6);
			global::Gtk.ButtonBox.ButtonBoxChild w12 = ((global::Gtk.ButtonBox.ButtonBoxChild)(w11 [this.buttonCancel]));
			w12.Expand = false;
			w12.Fill = false;
			// Container child dialog1_ActionArea.Gtk.ButtonBox+ButtonBoxChild
			this.buttonPreview = new global::Gtk.Button ();
			this.buttonPreview.CanFocus = true;
			this.buttonPreview.Name = "buttonPreview";
			this.buttonPreview.UseUnderline = true;
			this.buttonPreview.Label = global::Mono.Unix.Catalog.GetString ("_Preview");
			this.AddActionWidget (this.buttonPreview, 0);
			global::Gtk.ButtonBox.ButtonBoxChild w13 = ((global::Gtk.ButtonBox.ButtonBoxChild)(w11 [this.buttonPreview]));
			w13.Position = 1;
			w13.Expand = false;
			w13.Fill = false;
			// Container child dialog1_ActionArea.Gtk.ButtonBox+ButtonBoxChild
			this.buttonOk = new global::Gtk.Button ();
			this.buttonOk.CanDefault = true;
			this.buttonOk.CanFocus = true;
			this.buttonOk.Name = "buttonOk";
			this.buttonOk.UseStock = true;
			this.buttonOk.UseUnderline = true;
			this.buttonOk.Label = "gtk-ok";
			this.AddActionWidget (this.buttonOk, -5);
			global::Gtk.ButtonBox.ButtonBoxChild w14 = ((global::Gtk.ButtonBox.ButtonBoxChild)(w11 [this.buttonOk]));
			w14.Position = 2;
			w14.Expand = false;
			w14.Fill = false;
			if ((this.Child != null)) {
				this.Child.ShowAll ();
			}
			this.DefaultWidth = 365;
			this.DefaultHeight = 174;
			this.labelNewName.MnemonicWidget = this.entry;
			this.renameFileFlag.Hide ();
			this.includeOverloadsCheckbox.Hide ();
			this.Hide ();
		}
		protected virtual void Build ()
		{
			global::Stetic.Gui.Initialize (this);
			// Widget MonoDevelop.VersionControl.Subversion.Gui.SslServerTrustDialog
			this.Events = ((global::Gdk.EventMask)(256));
			this.Name = "MonoDevelop.VersionControl.Subversion.Gui.SslServerTrustDialog";
			this.Title = global::Mono.Unix.Catalog.GetString ("Repository Certified by an Unknown Authority");
			this.Modal = true;
			// Internal child MonoDevelop.VersionControl.Subversion.Gui.SslServerTrustDialog.VBox
			global::Gtk.VBox w1 = this.VBox;
			w1.Events = ((global::Gdk.EventMask)(256));
			w1.Name = "dialog_VBox";
			w1.BorderWidth = ((uint)(2));
			// Container child dialog_VBox.Gtk.Box+BoxChild
			this.hbox1 = new global::Gtk.HBox ();
			this.hbox1.Name = "hbox1";
			this.hbox1.Spacing = 6;
			this.hbox1.BorderWidth = ((uint)(6));
			// Container child hbox1.Gtk.Box+BoxChild
			this.vbox2 = new global::Gtk.VBox ();
			this.vbox2.Name = "vbox2";
			// Container child vbox2.Gtk.Box+BoxChild
			this.image1 = new global::MonoDevelop.Components.ImageView ();
			this.image1.Name = "image1";
			this.image1.IconId = "gtk-dialog-warning";
			this.image1.IconSize = ((global::Gtk.IconSize)(6));
			this.vbox2.Add (this.image1);
			global::Gtk.Box.BoxChild w2 = ((global::Gtk.Box.BoxChild)(this.vbox2 [this.image1]));
			w2.Position = 0;
			w2.Expand = false;
			w2.Fill = false;
			this.hbox1.Add (this.vbox2);
			global::Gtk.Box.BoxChild w3 = ((global::Gtk.Box.BoxChild)(this.hbox1 [this.vbox2]));
			w3.Position = 0;
			w3.Expand = false;
			w3.Fill = false;
			// Container child hbox1.Gtk.Box+BoxChild
			this.vbox3 = new global::Gtk.VBox ();
			this.vbox3.Name = "vbox3";
			this.vbox3.Spacing = 6;
			this.vbox3.BorderWidth = ((uint)(12));
			// Container child vbox3.Gtk.Box+BoxChild
			this.label2 = new global::Gtk.Label ();
			this.label2.Name = "label2";
			this.label2.Xalign = 0F;
			this.label2.LabelProp = global::Mono.Unix.Catalog.GetString ("Unable to verify the identity of host as a trusted site.");
			this.vbox3.Add (this.label2);
			global::Gtk.Box.BoxChild w4 = ((global::Gtk.Box.BoxChild)(this.vbox3 [this.label2]));
			w4.Position = 0;
			w4.Expand = false;
			w4.Fill = false;
			// Container child vbox3.Gtk.Box+BoxChild
			this.labelReason = new global::Gtk.Label ();
			this.labelReason.Name = "labelReason";
			this.labelReason.Xalign = 0F;
			this.labelReason.LabelProp = "<b>Reason</b>";
			this.labelReason.UseMarkup = true;
			this.vbox3.Add (this.labelReason);
			global::Gtk.Box.BoxChild w5 = ((global::Gtk.Box.BoxChild)(this.vbox3 [this.labelReason]));
			w5.Position = 1;
			w5.Expand = false;
			w5.Fill = false;
			// Container child vbox3.Gtk.Box+BoxChild
			this.hseparator2 = new global::Gtk.HSeparator ();
			this.hseparator2.Name = "hseparator2";
			this.vbox3.Add (this.hseparator2);
			global::Gtk.Box.BoxChild w6 = ((global::Gtk.Box.BoxChild)(this.vbox3 [this.hseparator2]));
			w6.Position = 2;
			w6.Expand = false;
			w6.Fill = false;
			// Container child vbox3.Gtk.Box+BoxChild
			this.table1 = new global::Gtk.Table (((uint)(6)), ((uint)(2)), false);
			this.table1.Name = "table1";
			this.table1.RowSpacing = ((uint)(6));
			this.table1.ColumnSpacing = ((uint)(6));
			// Container child table1.Gtk.Table+TableChild
			this.label3 = new global::Gtk.Label ();
			this.label3.Name = "label3";
			this.label3.Xalign = 0F;
			this.label3.LabelProp = global::Mono.Unix.Catalog.GetString ("<b>Host name</b>:");
			this.label3.UseMarkup = true;
			this.table1.Add (this.label3);
			global::Gtk.Table.TableChild w7 = ((global::Gtk.Table.TableChild)(this.table1 [this.label3]));
			w7.TopAttach = ((uint)(1));
			w7.BottomAttach = ((uint)(2));
			w7.XOptions = ((global::Gtk.AttachOptions)(4));
			w7.YOptions = ((global::Gtk.AttachOptions)(4));
			// Container child table1.Gtk.Table+TableChild
			this.label4 = new global::Gtk.Label ();
			this.label4.Name = "label4";
			this.label4.Xalign = 0F;
			this.label4.LabelProp = global::Mono.Unix.Catalog.GetString ("<b>Issued by:</b>");
			this.label4.UseMarkup = true;
			this.table1.Add (this.label4);
			global::Gtk.Table.TableChild w8 = ((global::Gtk.Table.TableChild)(this.table1 [this.label4]));
			w8.TopAttach = ((uint)(2));
			w8.BottomAttach = ((uint)(3));
			w8.XOptions = ((global::Gtk.AttachOptions)(4));
			w8.YOptions = ((global::Gtk.AttachOptions)(4));
			// Container child table1.Gtk.Table+TableChild
			this.label5 = new global::Gtk.Label ();
			this.label5.Name = "label5";
			this.label5.Xalign = 0F;
			this.label5.LabelProp = global::Mono.Unix.Catalog.GetString ("<b>Issued on:</b>");
			this.label5.UseMarkup = true;
			this.table1.Add (this.label5);
			global::Gtk.Table.TableChild w9 = ((global::Gtk.Table.TableChild)(this.table1 [this.label5]));
			w9.TopAttach = ((uint)(3));
			w9.BottomAttach = ((uint)(4));
			w9.XOptions = ((global::Gtk.AttachOptions)(4));
			w9.YOptions = ((global::Gtk.AttachOptions)(4));
			// Container child table1.Gtk.Table+TableChild
			this.label6 = new global::Gtk.Label ();
			this.label6.Name = "label6";
			this.label6.Xalign = 0F;
			this.label6.LabelProp = global::Mono.Unix.Catalog.GetString ("<b>Expires on:</b>");
			this.label6.UseMarkup = true;
			this.table1.Add (this.label6);
			global::Gtk.Table.TableChild w10 = ((global::Gtk.Table.TableChild)(this.table1 [this.label6]));
			w10.TopAttach = ((uint)(4));
			w10.BottomAttach = ((uint)(5));
			w10.XOptions = ((global::Gtk.AttachOptions)(4));
			w10.YOptions = ((global::Gtk.AttachOptions)(4));
			// Container child table1.Gtk.Table+TableChild
			this.label7 = new global::Gtk.Label ();
			this.label7.Name = "label7";
			this.label7.Xalign = 0F;
			this.label7.LabelProp = global::Mono.Unix.Catalog.GetString ("<b>Fingerprint:</b>");
			this.label7.UseMarkup = true;
			this.table1.Add (this.label7);
			global::Gtk.Table.TableChild w11 = ((global::Gtk.Table.TableChild)(this.table1 [this.label7]));
			w11.TopAttach = ((uint)(5));
			w11.BottomAttach = ((uint)(6));
			w11.XOptions = ((global::Gtk.AttachOptions)(4));
			w11.YOptions = ((global::Gtk.AttachOptions)(4));
			// Container child table1.Gtk.Table+TableChild
			this.label8 = new global::Gtk.Label ();
			this.label8.Name = "label8";
			this.label8.Xalign = 0F;
			this.label8.LabelProp = global::Mono.Unix.Catalog.GetString ("<b>Auth. Realm:</b>");
			this.label8.UseMarkup = true;
			this.table1.Add (this.label8);
			global::Gtk.Table.TableChild w12 = ((global::Gtk.Table.TableChild)(this.table1 [this.label8]));
			w12.XOptions = ((global::Gtk.AttachOptions)(4));
			w12.YOptions = ((global::Gtk.AttachOptions)(4));
			// Container child table1.Gtk.Table+TableChild
			this.labelFprint = new global::Gtk.Label ();
			this.labelFprint.Name = "labelFprint";
			this.labelFprint.Xalign = 0F;
			this.labelFprint.LabelProp = "label14";
			this.table1.Add (this.labelFprint);
			global::Gtk.Table.TableChild w13 = ((global::Gtk.Table.TableChild)(this.table1 [this.labelFprint]));
			w13.TopAttach = ((uint)(5));
			w13.BottomAttach = ((uint)(6));
			w13.LeftAttach = ((uint)(1));
			w13.RightAttach = ((uint)(2));
			w13.XOptions = ((global::Gtk.AttachOptions)(4));
			w13.YOptions = ((global::Gtk.AttachOptions)(4));
			// Container child table1.Gtk.Table+TableChild
			this.labelFrom = new global::Gtk.Label ();
			this.labelFrom.Name = "labelFrom";
			this.labelFrom.Xalign = 0F;
			this.labelFrom.LabelProp = "label12";
			this.table1.Add (this.labelFrom);
			global::Gtk.Table.TableChild w14 = ((global::Gtk.Table.TableChild)(this.table1 [this.labelFrom]));
			w14.TopAttach = ((uint)(3));
			w14.BottomAttach = ((uint)(4));
			w14.LeftAttach = ((uint)(1));
			w14.RightAttach = ((uint)(2));
			w14.XOptions = ((global::Gtk.AttachOptions)(4));
			w14.YOptions = ((global::Gtk.AttachOptions)(4));
			// Container child table1.Gtk.Table+TableChild
			this.labelHost = new global::Gtk.Label ();
			this.labelHost.Name = "labelHost";
			this.labelHost.Xalign = 0F;
			this.labelHost.LabelProp = "label10";
			this.table1.Add (this.labelHost);
			global::Gtk.Table.TableChild w15 = ((global::Gtk.Table.TableChild)(this.table1 [this.labelHost]));
			w15.TopAttach = ((uint)(1));
			w15.BottomAttach = ((uint)(2));
			w15.LeftAttach = ((uint)(1));
			w15.RightAttach = ((uint)(2));
			w15.XOptions = ((global::Gtk.AttachOptions)(4));
			w15.YOptions = ((global::Gtk.AttachOptions)(4));
			// Container child table1.Gtk.Table+TableChild
			this.labelIssuer = new global::Gtk.Label ();
			this.labelIssuer.Name = "labelIssuer";
			this.labelIssuer.Xalign = 0F;
			this.labelIssuer.LabelProp = "label11";
			this.table1.Add (this.labelIssuer);
			global::Gtk.Table.TableChild w16 = ((global::Gtk.Table.TableChild)(this.table1 [this.labelIssuer]));
			w16.TopAttach = ((uint)(2));
			w16.BottomAttach = ((uint)(3));
			w16.LeftAttach = ((uint)(1));
			w16.RightAttach = ((uint)(2));
			w16.XOptions = ((global::Gtk.AttachOptions)(4));
			w16.YOptions = ((global::Gtk.AttachOptions)(4));
			// Container child table1.Gtk.Table+TableChild
			this.labelRealm = new global::Gtk.Label ();
			this.labelRealm.Name = "labelRealm";
			this.labelRealm.Xalign = 0F;
			this.labelRealm.LabelProp = "label9";
			this.table1.Add (this.labelRealm);
			global::Gtk.Table.TableChild w17 = ((global::Gtk.Table.TableChild)(this.table1 [this.labelRealm]));
			w17.LeftAttach = ((uint)(1));
			w17.RightAttach = ((uint)(2));
			w17.YOptions = ((global::Gtk.AttachOptions)(4));
			// Container child table1.Gtk.Table+TableChild
			this.labelUntil = new global::Gtk.Label ();
			this.labelUntil.Name = "labelUntil";
			this.labelUntil.Xalign = 0F;
			this.labelUntil.LabelProp = "label13";
			this.table1.Add (this.labelUntil);
			global::Gtk.Table.TableChild w18 = ((global::Gtk.Table.TableChild)(this.table1 [this.labelUntil]));
			w18.TopAttach = ((uint)(4));
			w18.BottomAttach = ((uint)(5));
			w18.LeftAttach = ((uint)(1));
			w18.RightAttach = ((uint)(2));
			w18.XOptions = ((global::Gtk.AttachOptions)(4));
			w18.YOptions = ((global::Gtk.AttachOptions)(4));
			this.vbox3.Add (this.table1);
			global::Gtk.Box.BoxChild w19 = ((global::Gtk.Box.BoxChild)(this.vbox3 [this.table1]));
			w19.Position = 3;
			w19.Expand = false;
			w19.Fill = false;
			w19.Padding = ((uint)(6));
			// Container child vbox3.Gtk.Box+BoxChild
			this.hseparator1 = new global::Gtk.HSeparator ();
			this.hseparator1.Name = "hseparator1";
			this.vbox3.Add (this.hseparator1);
			global::Gtk.Box.BoxChild w20 = ((global::Gtk.Box.BoxChild)(this.vbox3 [this.hseparator1]));
			w20.Position = 4;
			w20.Expand = false;
			w20.Fill = false;
			// Container child vbox3.Gtk.Box+BoxChild
			this.label15 = new global::Gtk.Label ();
			this.label15.Name = "label15";
			this.label15.Xalign = 0F;
			this.label15.LabelProp = global::Mono.Unix.Catalog.GetString ("Do you want to accept the certificate and connect to the repository?");
			this.vbox3.Add (this.label15);
			global::Gtk.Box.BoxChild w21 = ((global::Gtk.Box.BoxChild)(this.vbox3 [this.label15]));
			w21.Position = 5;
			w21.Expand = false;
			w21.Fill = false;
			// Container child vbox3.Gtk.Box+BoxChild
			this.radioAccept = new global::Gtk.RadioButton (global::Mono.Unix.Catalog.GetString ("Accept this certificate permanently"));
			this.radioAccept.CanFocus = true;
			this.radioAccept.Name = "radioAccept";
			this.radioAccept.Active = true;
			this.radioAccept.DrawIndicator = true;
			this.radioAccept.UseUnderline = true;
			this.radioAccept.Group = new global::GLib.SList (global::System.IntPtr.Zero);
			this.vbox3.Add (this.radioAccept);
			global::Gtk.Box.BoxChild w22 = ((global::Gtk.Box.BoxChild)(this.vbox3 [this.radioAccept]));
			w22.Position = 6;
			w22.Expand = false;
			w22.Fill = false;
			// Container child vbox3.Gtk.Box+BoxChild
			this.radioAcceptSession = new global::Gtk.RadioButton (global::Mono.Unix.Catalog.GetString ("Accept this certificate temporarily for this session"));
			this.radioAcceptSession.CanFocus = true;
			this.radioAcceptSession.Name = "radioAcceptSession";
			this.radioAcceptSession.DrawIndicator = true;
			this.radioAcceptSession.UseUnderline = true;
			this.radioAcceptSession.Group = this.radioAccept.Group;
			this.vbox3.Add (this.radioAcceptSession);
			global::Gtk.Box.BoxChild w23 = ((global::Gtk.Box.BoxChild)(this.vbox3 [this.radioAcceptSession]));
			w23.Position = 7;
			w23.Expand = false;
			w23.Fill = false;
			// Container child vbox3.Gtk.Box+BoxChild
			this.radioNotAccept = new global::Gtk.RadioButton (global::Mono.Unix.Catalog.GetString ("Do not accept this certificate and do not connect to this repository"));
			this.radioNotAccept.CanFocus = true;
			this.radioNotAccept.Name = "radioNotAccept";
			this.radioNotAccept.DrawIndicator = true;
			this.radioNotAccept.UseUnderline = true;
			this.radioNotAccept.Group = this.radioAccept.Group;
			this.vbox3.Add (this.radioNotAccept);
			global::Gtk.Box.BoxChild w24 = ((global::Gtk.Box.BoxChild)(this.vbox3 [this.radioNotAccept]));
			w24.Position = 8;
			w24.Expand = false;
			w24.Fill = false;
			this.hbox1.Add (this.vbox3);
			global::Gtk.Box.BoxChild w25 = ((global::Gtk.Box.BoxChild)(this.hbox1 [this.vbox3]));
			w25.Position = 1;
			w1.Add (this.hbox1);
			global::Gtk.Box.BoxChild w26 = ((global::Gtk.Box.BoxChild)(w1 [this.hbox1]));
			w26.Position = 0;
			// Internal child MonoDevelop.VersionControl.Subversion.Gui.SslServerTrustDialog.ActionArea
			global::Gtk.HButtonBox w27 = this.ActionArea;
			w27.Events = ((global::Gdk.EventMask)(256));
			w27.Name = "MonoDevelop.VersionControl.Subversion.SslServerTrustDialog_ActionArea";
			w27.Spacing = 10;
			w27.BorderWidth = ((uint)(5));
			w27.LayoutStyle = ((global::Gtk.ButtonBoxStyle)(4));
			// Container child MonoDevelop.VersionControl.Subversion.SslServerTrustDialog_ActionArea.Gtk.ButtonBox+ButtonBoxChild
			this.button98 = new global::Gtk.Button ();
			this.button98.CanDefault = true;
			this.button98.CanFocus = true;
			this.button98.Name = "button98";
			this.button98.UseStock = true;
			this.button98.UseUnderline = true;
			this.button98.Label = "gtk-cancel";
			this.AddActionWidget (this.button98, -6);
			global::Gtk.ButtonBox.ButtonBoxChild w28 = ((global::Gtk.ButtonBox.ButtonBoxChild)(w27 [this.button98]));
			w28.Expand = false;
			w28.Fill = false;
			// Container child MonoDevelop.VersionControl.Subversion.SslServerTrustDialog_ActionArea.Gtk.ButtonBox+ButtonBoxChild
			this.button104 = new global::Gtk.Button ();
			this.button104.CanDefault = true;
			this.button104.CanFocus = true;
			this.button104.Name = "button104";
			this.button104.UseStock = true;
			this.button104.UseUnderline = true;
			this.button104.Label = "gtk-ok";
			this.AddActionWidget (this.button104, -5);
			global::Gtk.ButtonBox.ButtonBoxChild w29 = ((global::Gtk.ButtonBox.ButtonBoxChild)(w27 [this.button104]));
			w29.Position = 1;
			w29.Expand = false;
			w29.Fill = false;
			if ((this.Child != null)) {
				this.Child.ShowAll ();
			}
			this.DefaultWidth = 508;
			this.DefaultHeight = 415;
			this.Hide ();
		}
コード例 #41
0
 protected virtual void Build()
 {
     global::Stetic.Gui.Initialize(this);
     // Widget MonoDevelop.VersionControl.Subversion.Gui.SslServerTrustDialog
     this.Events = ((global::Gdk.EventMask)(256));
     this.Name   = "MonoDevelop.VersionControl.Subversion.Gui.SslServerTrustDialog";
     this.Title  = global::Mono.Unix.Catalog.GetString("Repository Certified by an Unknown Authority");
     this.Modal  = true;
     // Internal child MonoDevelop.VersionControl.Subversion.Gui.SslServerTrustDialog.VBox
     global::Gtk.VBox w1 = this.VBox;
     w1.Events      = ((global::Gdk.EventMask)(256));
     w1.Name        = "dialog_VBox";
     w1.BorderWidth = ((uint)(2));
     // Container child dialog_VBox.Gtk.Box+BoxChild
     this.hbox1             = new global::Gtk.HBox();
     this.hbox1.Name        = "hbox1";
     this.hbox1.Spacing     = 6;
     this.hbox1.BorderWidth = ((uint)(6));
     // Container child hbox1.Gtk.Box+BoxChild
     this.vbox2      = new global::Gtk.VBox();
     this.vbox2.Name = "vbox2";
     // Container child vbox2.Gtk.Box+BoxChild
     this.image1          = new global::MonoDevelop.Components.ImageView();
     this.image1.Name     = "image1";
     this.image1.IconId   = "gtk-dialog-warning";
     this.image1.IconSize = ((global::Gtk.IconSize)(6));
     this.vbox2.Add(this.image1);
     global::Gtk.Box.BoxChild w2 = ((global::Gtk.Box.BoxChild)(this.vbox2 [this.image1]));
     w2.Position = 0;
     w2.Expand   = false;
     w2.Fill     = false;
     this.hbox1.Add(this.vbox2);
     global::Gtk.Box.BoxChild w3 = ((global::Gtk.Box.BoxChild)(this.hbox1 [this.vbox2]));
     w3.Position = 0;
     w3.Expand   = false;
     w3.Fill     = false;
     // Container child hbox1.Gtk.Box+BoxChild
     this.vbox3             = new global::Gtk.VBox();
     this.vbox3.Name        = "vbox3";
     this.vbox3.Spacing     = 6;
     this.vbox3.BorderWidth = ((uint)(12));
     // Container child vbox3.Gtk.Box+BoxChild
     this.label2           = new global::Gtk.Label();
     this.label2.Name      = "label2";
     this.label2.Xalign    = 0F;
     this.label2.LabelProp = global::Mono.Unix.Catalog.GetString("Unable to verify the identity of host as a trusted site.");
     this.vbox3.Add(this.label2);
     global::Gtk.Box.BoxChild w4 = ((global::Gtk.Box.BoxChild)(this.vbox3 [this.label2]));
     w4.Position = 0;
     w4.Expand   = false;
     w4.Fill     = false;
     // Container child vbox3.Gtk.Box+BoxChild
     this.labelReason           = new global::Gtk.Label();
     this.labelReason.Name      = "labelReason";
     this.labelReason.Xalign    = 0F;
     this.labelReason.LabelProp = global::Mono.Unix.Catalog.GetString("<b>Reason</b>");
     this.labelReason.UseMarkup = true;
     this.vbox3.Add(this.labelReason);
     global::Gtk.Box.BoxChild w5 = ((global::Gtk.Box.BoxChild)(this.vbox3 [this.labelReason]));
     w5.Position = 1;
     w5.Expand   = false;
     w5.Fill     = false;
     // Container child vbox3.Gtk.Box+BoxChild
     this.hseparator2      = new global::Gtk.HSeparator();
     this.hseparator2.Name = "hseparator2";
     this.vbox3.Add(this.hseparator2);
     global::Gtk.Box.BoxChild w6 = ((global::Gtk.Box.BoxChild)(this.vbox3 [this.hseparator2]));
     w6.Position = 2;
     w6.Expand   = false;
     w6.Fill     = false;
     // Container child vbox3.Gtk.Box+BoxChild
     this.table1               = new global::Gtk.Table(((uint)(6)), ((uint)(2)), false);
     this.table1.Name          = "table1";
     this.table1.RowSpacing    = ((uint)(6));
     this.table1.ColumnSpacing = ((uint)(6));
     // Container child table1.Gtk.Table+TableChild
     this.label3           = new global::Gtk.Label();
     this.label3.Name      = "label3";
     this.label3.Xalign    = 0F;
     this.label3.LabelProp = global::Mono.Unix.Catalog.GetString("<b>Host name</b>:");
     this.label3.UseMarkup = true;
     this.table1.Add(this.label3);
     global::Gtk.Table.TableChild w7 = ((global::Gtk.Table.TableChild)(this.table1 [this.label3]));
     w7.TopAttach    = ((uint)(1));
     w7.BottomAttach = ((uint)(2));
     w7.XOptions     = ((global::Gtk.AttachOptions)(4));
     w7.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     this.label4           = new global::Gtk.Label();
     this.label4.Name      = "label4";
     this.label4.Xalign    = 0F;
     this.label4.LabelProp = global::Mono.Unix.Catalog.GetString("<b>Issued by:</b>");
     this.label4.UseMarkup = true;
     this.table1.Add(this.label4);
     global::Gtk.Table.TableChild w8 = ((global::Gtk.Table.TableChild)(this.table1 [this.label4]));
     w8.TopAttach    = ((uint)(2));
     w8.BottomAttach = ((uint)(3));
     w8.XOptions     = ((global::Gtk.AttachOptions)(4));
     w8.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     this.label5           = new global::Gtk.Label();
     this.label5.Name      = "label5";
     this.label5.Xalign    = 0F;
     this.label5.LabelProp = global::Mono.Unix.Catalog.GetString("<b>Issued on:</b>");
     this.label5.UseMarkup = true;
     this.table1.Add(this.label5);
     global::Gtk.Table.TableChild w9 = ((global::Gtk.Table.TableChild)(this.table1 [this.label5]));
     w9.TopAttach    = ((uint)(3));
     w9.BottomAttach = ((uint)(4));
     w9.XOptions     = ((global::Gtk.AttachOptions)(4));
     w9.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     this.label6           = new global::Gtk.Label();
     this.label6.Name      = "label6";
     this.label6.Xalign    = 0F;
     this.label6.LabelProp = global::Mono.Unix.Catalog.GetString("<b>Expires on:</b>");
     this.label6.UseMarkup = true;
     this.table1.Add(this.label6);
     global::Gtk.Table.TableChild w10 = ((global::Gtk.Table.TableChild)(this.table1 [this.label6]));
     w10.TopAttach    = ((uint)(4));
     w10.BottomAttach = ((uint)(5));
     w10.XOptions     = ((global::Gtk.AttachOptions)(4));
     w10.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     this.label7           = new global::Gtk.Label();
     this.label7.Name      = "label7";
     this.label7.Xalign    = 0F;
     this.label7.LabelProp = global::Mono.Unix.Catalog.GetString("<b>Fingerprint:</b>");
     this.label7.UseMarkup = true;
     this.table1.Add(this.label7);
     global::Gtk.Table.TableChild w11 = ((global::Gtk.Table.TableChild)(this.table1 [this.label7]));
     w11.TopAttach    = ((uint)(5));
     w11.BottomAttach = ((uint)(6));
     w11.XOptions     = ((global::Gtk.AttachOptions)(4));
     w11.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     this.label8           = new global::Gtk.Label();
     this.label8.Name      = "label8";
     this.label8.Xalign    = 0F;
     this.label8.LabelProp = global::Mono.Unix.Catalog.GetString("<b>Auth. Realm:</b>");
     this.label8.UseMarkup = true;
     this.table1.Add(this.label8);
     global::Gtk.Table.TableChild w12 = ((global::Gtk.Table.TableChild)(this.table1 [this.label8]));
     w12.XOptions = ((global::Gtk.AttachOptions)(4));
     w12.YOptions = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     this.labelFprint           = new global::Gtk.Label();
     this.labelFprint.Name      = "labelFprint";
     this.labelFprint.Xalign    = 0F;
     this.labelFprint.LabelProp = "label14";
     this.table1.Add(this.labelFprint);
     global::Gtk.Table.TableChild w13 = ((global::Gtk.Table.TableChild)(this.table1 [this.labelFprint]));
     w13.TopAttach    = ((uint)(5));
     w13.BottomAttach = ((uint)(6));
     w13.LeftAttach   = ((uint)(1));
     w13.RightAttach  = ((uint)(2));
     w13.XOptions     = ((global::Gtk.AttachOptions)(4));
     w13.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     this.labelFrom           = new global::Gtk.Label();
     this.labelFrom.Name      = "labelFrom";
     this.labelFrom.Xalign    = 0F;
     this.labelFrom.LabelProp = "label12";
     this.table1.Add(this.labelFrom);
     global::Gtk.Table.TableChild w14 = ((global::Gtk.Table.TableChild)(this.table1 [this.labelFrom]));
     w14.TopAttach    = ((uint)(3));
     w14.BottomAttach = ((uint)(4));
     w14.LeftAttach   = ((uint)(1));
     w14.RightAttach  = ((uint)(2));
     w14.XOptions     = ((global::Gtk.AttachOptions)(4));
     w14.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     this.labelHost           = new global::Gtk.Label();
     this.labelHost.Name      = "labelHost";
     this.labelHost.Xalign    = 0F;
     this.labelHost.LabelProp = "label10";
     this.table1.Add(this.labelHost);
     global::Gtk.Table.TableChild w15 = ((global::Gtk.Table.TableChild)(this.table1 [this.labelHost]));
     w15.TopAttach    = ((uint)(1));
     w15.BottomAttach = ((uint)(2));
     w15.LeftAttach   = ((uint)(1));
     w15.RightAttach  = ((uint)(2));
     w15.XOptions     = ((global::Gtk.AttachOptions)(4));
     w15.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     this.labelIssuer           = new global::Gtk.Label();
     this.labelIssuer.Name      = "labelIssuer";
     this.labelIssuer.Xalign    = 0F;
     this.labelIssuer.LabelProp = "label11";
     this.table1.Add(this.labelIssuer);
     global::Gtk.Table.TableChild w16 = ((global::Gtk.Table.TableChild)(this.table1 [this.labelIssuer]));
     w16.TopAttach    = ((uint)(2));
     w16.BottomAttach = ((uint)(3));
     w16.LeftAttach   = ((uint)(1));
     w16.RightAttach  = ((uint)(2));
     w16.XOptions     = ((global::Gtk.AttachOptions)(4));
     w16.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     this.labelRealm           = new global::Gtk.Label();
     this.labelRealm.Name      = "labelRealm";
     this.labelRealm.Xalign    = 0F;
     this.labelRealm.LabelProp = "label9";
     this.table1.Add(this.labelRealm);
     global::Gtk.Table.TableChild w17 = ((global::Gtk.Table.TableChild)(this.table1 [this.labelRealm]));
     w17.LeftAttach  = ((uint)(1));
     w17.RightAttach = ((uint)(2));
     w17.YOptions    = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     this.labelUntil           = new global::Gtk.Label();
     this.labelUntil.Name      = "labelUntil";
     this.labelUntil.Xalign    = 0F;
     this.labelUntil.LabelProp = "label13";
     this.table1.Add(this.labelUntil);
     global::Gtk.Table.TableChild w18 = ((global::Gtk.Table.TableChild)(this.table1 [this.labelUntil]));
     w18.TopAttach    = ((uint)(4));
     w18.BottomAttach = ((uint)(5));
     w18.LeftAttach   = ((uint)(1));
     w18.RightAttach  = ((uint)(2));
     w18.XOptions     = ((global::Gtk.AttachOptions)(4));
     w18.YOptions     = ((global::Gtk.AttachOptions)(4));
     this.vbox3.Add(this.table1);
     global::Gtk.Box.BoxChild w19 = ((global::Gtk.Box.BoxChild)(this.vbox3 [this.table1]));
     w19.Position = 3;
     w19.Expand   = false;
     w19.Fill     = false;
     w19.Padding  = ((uint)(6));
     // Container child vbox3.Gtk.Box+BoxChild
     this.hseparator1      = new global::Gtk.HSeparator();
     this.hseparator1.Name = "hseparator1";
     this.vbox3.Add(this.hseparator1);
     global::Gtk.Box.BoxChild w20 = ((global::Gtk.Box.BoxChild)(this.vbox3 [this.hseparator1]));
     w20.Position = 4;
     w20.Expand   = false;
     w20.Fill     = false;
     // Container child vbox3.Gtk.Box+BoxChild
     this.label15           = new global::Gtk.Label();
     this.label15.Name      = "label15";
     this.label15.Xalign    = 0F;
     this.label15.LabelProp = global::Mono.Unix.Catalog.GetString("Do you want to accept the certificate and connect to the repository?");
     this.vbox3.Add(this.label15);
     global::Gtk.Box.BoxChild w21 = ((global::Gtk.Box.BoxChild)(this.vbox3 [this.label15]));
     w21.Position = 5;
     w21.Expand   = false;
     w21.Fill     = false;
     // Container child vbox3.Gtk.Box+BoxChild
     this.radioAccept               = new global::Gtk.RadioButton(global::Mono.Unix.Catalog.GetString("Accept this certificate permanently"));
     this.radioAccept.CanFocus      = true;
     this.radioAccept.Name          = "radioAccept";
     this.radioAccept.Active        = true;
     this.radioAccept.DrawIndicator = true;
     this.radioAccept.UseUnderline  = true;
     this.radioAccept.Group         = new global::GLib.SList(global::System.IntPtr.Zero);
     this.vbox3.Add(this.radioAccept);
     global::Gtk.Box.BoxChild w22 = ((global::Gtk.Box.BoxChild)(this.vbox3 [this.radioAccept]));
     w22.Position = 6;
     w22.Expand   = false;
     w22.Fill     = false;
     // Container child vbox3.Gtk.Box+BoxChild
     this.radioAcceptSession               = new global::Gtk.RadioButton(global::Mono.Unix.Catalog.GetString("Accept this certificate temporarily for this session"));
     this.radioAcceptSession.CanFocus      = true;
     this.radioAcceptSession.Name          = "radioAcceptSession";
     this.radioAcceptSession.DrawIndicator = true;
     this.radioAcceptSession.UseUnderline  = true;
     this.radioAcceptSession.Group         = this.radioAccept.Group;
     this.vbox3.Add(this.radioAcceptSession);
     global::Gtk.Box.BoxChild w23 = ((global::Gtk.Box.BoxChild)(this.vbox3 [this.radioAcceptSession]));
     w23.Position = 7;
     w23.Expand   = false;
     w23.Fill     = false;
     // Container child vbox3.Gtk.Box+BoxChild
     this.radioNotAccept               = new global::Gtk.RadioButton(global::Mono.Unix.Catalog.GetString("Do not accept this certificate and do not connect to this repository"));
     this.radioNotAccept.CanFocus      = true;
     this.radioNotAccept.Name          = "radioNotAccept";
     this.radioNotAccept.DrawIndicator = true;
     this.radioNotAccept.UseUnderline  = true;
     this.radioNotAccept.Group         = this.radioAccept.Group;
     this.vbox3.Add(this.radioNotAccept);
     global::Gtk.Box.BoxChild w24 = ((global::Gtk.Box.BoxChild)(this.vbox3 [this.radioNotAccept]));
     w24.Position = 8;
     w24.Expand   = false;
     w24.Fill     = false;
     this.hbox1.Add(this.vbox3);
     global::Gtk.Box.BoxChild w25 = ((global::Gtk.Box.BoxChild)(this.hbox1 [this.vbox3]));
     w25.Position = 1;
     w1.Add(this.hbox1);
     global::Gtk.Box.BoxChild w26 = ((global::Gtk.Box.BoxChild)(w1 [this.hbox1]));
     w26.Position = 0;
     // Internal child MonoDevelop.VersionControl.Subversion.Gui.SslServerTrustDialog.ActionArea
     global::Gtk.HButtonBox w27 = this.ActionArea;
     w27.Events      = ((global::Gdk.EventMask)(256));
     w27.Name        = "MonoDevelop.VersionControl.Subversion.SslServerTrustDialog_ActionArea";
     w27.Spacing     = 10;
     w27.BorderWidth = ((uint)(5));
     w27.LayoutStyle = ((global::Gtk.ButtonBoxStyle)(4));
     // Container child MonoDevelop.VersionControl.Subversion.SslServerTrustDialog_ActionArea.Gtk.ButtonBox+ButtonBoxChild
     this.button98              = new global::Gtk.Button();
     this.button98.CanDefault   = true;
     this.button98.CanFocus     = true;
     this.button98.Name         = "button98";
     this.button98.UseStock     = true;
     this.button98.UseUnderline = true;
     this.button98.Label        = "gtk-cancel";
     this.AddActionWidget(this.button98, -6);
     global::Gtk.ButtonBox.ButtonBoxChild w28 = ((global::Gtk.ButtonBox.ButtonBoxChild)(w27 [this.button98]));
     w28.Expand = false;
     w28.Fill   = false;
     // Container child MonoDevelop.VersionControl.Subversion.SslServerTrustDialog_ActionArea.Gtk.ButtonBox+ButtonBoxChild
     this.button104              = new global::Gtk.Button();
     this.button104.CanDefault   = true;
     this.button104.CanFocus     = true;
     this.button104.Name         = "button104";
     this.button104.UseStock     = true;
     this.button104.UseUnderline = true;
     this.button104.Label        = "gtk-ok";
     this.AddActionWidget(this.button104, -5);
     global::Gtk.ButtonBox.ButtonBoxChild w29 = ((global::Gtk.ButtonBox.ButtonBoxChild)(w27 [this.button104]));
     w29.Position = 1;
     w29.Expand   = false;
     w29.Fill     = false;
     if ((this.Child != null))
     {
         this.Child.ShowAll();
     }
     this.DefaultWidth  = 508;
     this.DefaultHeight = 415;
     this.Hide();
 }
コード例 #42
0
 protected virtual void Build()
 {
     global::Stetic.Gui.Initialize(this);
     // Widget CBinding.GeneralOptionsPanel
     global::Stetic.BinContainer.Attach(this);
     this.Name = "CBinding.GeneralOptionsPanel";
     // Container child CBinding.GeneralOptionsPanel.Gtk.Container+ContainerChild
     this.table1               = new global::Gtk.Table(((uint)(5)), ((uint)(3)), false);
     this.table1.Name          = "table1";
     this.table1.RowSpacing    = ((uint)(6));
     this.table1.ColumnSpacing = ((uint)(6));
     // Container child table1.Gtk.Table+TableChild
     this.cCombo = global::Gtk.ComboBox.NewText();
     this.cCombo.TooltipMarkup = "Default compiler to use for new C projects.";
     this.cCombo.Name          = "cCombo";
     this.table1.Add(this.cCombo);
     global::Gtk.Table.TableChild w1 = ((global::Gtk.Table.TableChild)(this.table1 [this.cCombo]));
     w1.LeftAttach  = ((uint)(1));
     w1.RightAttach = ((uint)(2));
     w1.XOptions    = ((global::Gtk.AttachOptions)(4));
     w1.YOptions    = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     this.cppCombo = global::Gtk.ComboBox.NewText();
     this.cppCombo.TooltipMarkup = "Default compiler to use for new C++ projects.";
     this.cppCombo.Name          = "cppCombo";
     this.table1.Add(this.cppCombo);
     global::Gtk.Table.TableChild w2 = ((global::Gtk.Table.TableChild)(this.table1 [this.cppCombo]));
     w2.TopAttach    = ((uint)(1));
     w2.BottomAttach = ((uint)(2));
     w2.LeftAttach   = ((uint)(1));
     w2.RightAttach  = ((uint)(2));
     w2.XOptions     = ((global::Gtk.AttachOptions)(4));
     w2.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     this.ctagsBrowse          = new global::Gtk.Button();
     this.ctagsBrowse.CanFocus = true;
     this.ctagsBrowse.Name     = "ctagsBrowse";
     // Container child ctagsBrowse.Gtk.Container+ContainerChild
     this.hboxBtnBrowse         = new global::Gtk.HBox();
     this.hboxBtnBrowse.Name    = "hboxBtnBrowse";
     this.hboxBtnBrowse.Spacing = 2;
     // Container child hboxBtnBrowse.Gtk.Box+BoxChild
     this.ctagsBrowseIcon          = new global::MonoDevelop.Components.ImageView();
     this.ctagsBrowseIcon.Name     = "ctagsBrowseIcon";
     this.ctagsBrowseIcon.IconId   = "gtk-open";
     this.ctagsBrowseIcon.IconSize = ((global::Gtk.IconSize)(1));
     this.hboxBtnBrowse.Add(this.ctagsBrowseIcon);
     global::Gtk.Box.BoxChild w3 = ((global::Gtk.Box.BoxChild)(this.hboxBtnBrowse [this.ctagsBrowseIcon]));
     w3.Position = 0;
     w3.Expand   = false;
     w3.Fill     = false;
     // Container child hboxBtnBrowse.Gtk.Box+BoxChild
     this.ctagsBrowselabel              = new global::Gtk.Label();
     this.ctagsBrowselabel.Name         = "ctagsBrowselabel";
     this.ctagsBrowselabel.LabelProp    = global::Mono.Unix.Catalog.GetString("Browse");
     this.ctagsBrowselabel.UseUnderline = true;
     this.hboxBtnBrowse.Add(this.ctagsBrowselabel);
     global::Gtk.Box.BoxChild w4 = ((global::Gtk.Box.BoxChild)(this.hboxBtnBrowse [this.ctagsBrowselabel]));
     w4.Position = 1;
     w4.Expand   = false;
     w4.Fill     = false;
     this.ctagsBrowse.Add(this.hboxBtnBrowse);
     this.table1.Add(this.ctagsBrowse);
     global::Gtk.Table.TableChild w6 = ((global::Gtk.Table.TableChild)(this.table1 [this.ctagsBrowse]));
     w6.TopAttach    = ((uint)(2));
     w6.BottomAttach = ((uint)(3));
     w6.LeftAttach   = ((uint)(2));
     w6.RightAttach  = ((uint)(3));
     w6.XOptions     = ((global::Gtk.AttachOptions)(4));
     w6.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     this.ctagsEntry               = new global::Gtk.Entry();
     this.ctagsEntry.CanFocus      = true;
     this.ctagsEntry.Name          = "ctagsEntry";
     this.ctagsEntry.IsEditable    = true;
     this.ctagsEntry.InvisibleChar = '●';
     this.table1.Add(this.ctagsEntry);
     global::Gtk.Table.TableChild w7 = ((global::Gtk.Table.TableChild)(this.table1 [this.ctagsEntry]));
     w7.TopAttach    = ((uint)(2));
     w7.BottomAttach = ((uint)(3));
     w7.LeftAttach   = ((uint)(1));
     w7.RightAttach  = ((uint)(2));
     w7.XOptions     = ((global::Gtk.AttachOptions)(4));
     w7.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     this.label1           = new global::Gtk.Label();
     this.label1.Name      = "label1";
     this.label1.Xpad      = 10;
     this.label1.Xalign    = 1F;
     this.label1.LabelProp = global::Mono.Unix.Catalog.GetString("Default C Compiler:");
     this.table1.Add(this.label1);
     global::Gtk.Table.TableChild w8 = ((global::Gtk.Table.TableChild)(this.table1 [this.label1]));
     w8.XOptions = ((global::Gtk.AttachOptions)(4));
     w8.YOptions = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     this.label2           = new global::Gtk.Label();
     this.label2.Name      = "label2";
     this.label2.Xpad      = 10;
     this.label2.Xalign    = 1F;
     this.label2.LabelProp = global::Mono.Unix.Catalog.GetString("Default C++ Compiler:");
     this.table1.Add(this.label2);
     global::Gtk.Table.TableChild w9 = ((global::Gtk.Table.TableChild)(this.table1 [this.label2]));
     w9.TopAttach    = ((uint)(1));
     w9.BottomAttach = ((uint)(2));
     w9.XOptions     = ((global::Gtk.AttachOptions)(4));
     w9.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     this.label3           = new global::Gtk.Label();
     this.label3.Name      = "label3";
     this.label3.Xpad      = 10;
     this.label3.Xalign    = 1F;
     this.label3.LabelProp = global::Mono.Unix.Catalog.GetString("CTags: ");
     this.label3.Justify   = ((global::Gtk.Justification)(1));
     this.table1.Add(this.label3);
     global::Gtk.Table.TableChild w10 = ((global::Gtk.Table.TableChild)(this.table1 [this.label3]));
     w10.TopAttach    = ((uint)(2));
     w10.BottomAttach = ((uint)(3));
     w10.XOptions     = ((global::Gtk.AttachOptions)(4));
     w10.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     this.parseLocalVariablesCheck               = new global::Gtk.CheckButton();
     this.parseLocalVariablesCheck.CanFocus      = true;
     this.parseLocalVariablesCheck.Name          = "parseLocalVariablesCheck";
     this.parseLocalVariablesCheck.Label         = global::Mono.Unix.Catalog.GetString("Parse Local Variables");
     this.parseLocalVariablesCheck.DrawIndicator = true;
     this.parseLocalVariablesCheck.UseUnderline  = true;
     this.table1.Add(this.parseLocalVariablesCheck);
     global::Gtk.Table.TableChild w11 = ((global::Gtk.Table.TableChild)(this.table1 [this.parseLocalVariablesCheck]));
     w11.TopAttach    = ((uint)(4));
     w11.BottomAttach = ((uint)(5));
     w11.XPadding     = ((uint)(10));
     w11.XOptions     = ((global::Gtk.AttachOptions)(4));
     w11.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     this.parseSystemTagsCheck = new global::Gtk.CheckButton();
     this.parseSystemTagsCheck.TooltipMarkup = "Choose whether you want to parse system tags or not, if you do you will get completion for things like printf, but the tag parsing process will take considerably longer.";
     this.parseSystemTagsCheck.CanFocus      = true;
     this.parseSystemTagsCheck.Name          = "parseSystemTagsCheck";
     this.parseSystemTagsCheck.Label         = global::Mono.Unix.Catalog.GetString("Parse System Tags");
     this.parseSystemTagsCheck.DrawIndicator = true;
     this.parseSystemTagsCheck.UseUnderline  = true;
     this.table1.Add(this.parseSystemTagsCheck);
     global::Gtk.Table.TableChild w12 = ((global::Gtk.Table.TableChild)(this.table1 [this.parseSystemTagsCheck]));
     w12.TopAttach    = ((uint)(3));
     w12.BottomAttach = ((uint)(4));
     w12.XPadding     = ((uint)(10));
     w12.XOptions     = ((global::Gtk.AttachOptions)(4));
     w12.YOptions     = ((global::Gtk.AttachOptions)(4));
     this.Add(this.table1);
     if ((this.Child != null))
     {
         this.Child.ShowAll();
     }
     this.Show();
     this.ctagsBrowse.Clicked += new global::System.EventHandler(this.OnCtagsBrowseClicked);
     this.cppCombo.Changed    += new global::System.EventHandler(this.OnCppComboChanged);
     this.cCombo.Changed      += new global::System.EventHandler(this.OnCComboChanged);
 }
 protected virtual void Build()
 {
     MonoDevelop.Components.Gui.Initialize(this);
     // Widget MonoDevelop.Ide.Gui.Dialogs.AddinLoadErrorDialog
     this.Name          = "MonoDevelop.Ide.Gui.Dialogs.AddinLoadErrorDialog";
     this.Title         = "";
     this.TypeHint      = ((global::Gdk.WindowTypeHint)(1));
     this.BorderWidth   = ((uint)(6));
     this.DefaultHeight = 350;
     // Internal child MonoDevelop.Ide.Gui.Dialogs.AddinLoadErrorDialog.VBox
     global::Gtk.VBox w1 = this.VBox;
     w1.Name        = "dialog-vbox1";
     w1.Spacing     = 6;
     w1.BorderWidth = ((uint)(2));
     // Container child dialog-vbox1.Gtk.Box+BoxChild
     this.hbox1             = new global::Gtk.HBox();
     this.hbox1.Name        = "hbox1";
     this.hbox1.Spacing     = 12;
     this.hbox1.BorderWidth = ((uint)(6));
     // Container child hbox1.Gtk.Box+BoxChild
     this.iconError          = new global::MonoDevelop.Components.ImageView();
     this.iconError.Name     = "iconError";
     this.iconError.Xalign   = 0F;
     this.iconError.Yalign   = 0F;
     this.iconError.IconId   = "gtk-dialog-error";
     this.iconError.IconSize = ((global::Gtk.IconSize)(6));
     this.hbox1.Add(this.iconError);
     global::Gtk.Box.BoxChild w2 = ((global::Gtk.Box.BoxChild)(this.hbox1 [this.iconError]));
     w2.Position = 0;
     w2.Expand   = false;
     w2.Fill     = false;
     // Container child hbox1.Gtk.Box+BoxChild
     this.vbox4         = new global::Gtk.VBox();
     this.vbox4.Name    = "vbox4";
     this.vbox4.Spacing = 6;
     // Container child vbox4.Gtk.Box+BoxChild
     this.label4           = new global::Gtk.Label();
     this.label4.Name      = "label4";
     this.label4.Xalign    = 0F;
     this.label4.Yalign    = 0F;
     this.label4.LabelProp = global::Mono.Unix.Catalog.GetString("The following extensions could not be started:");
     this.vbox4.Add(this.label4);
     global::Gtk.Box.BoxChild w3 = ((global::Gtk.Box.BoxChild)(this.vbox4 [this.label4]));
     w3.Position = 0;
     w3.Expand   = false;
     w3.Fill     = false;
     // Container child vbox4.Gtk.Box+BoxChild
     this.scrolledwindow1            = new global::Gtk.ScrolledWindow();
     this.scrolledwindow1.Name       = "scrolledwindow1";
     this.scrolledwindow1.ShadowType = ((global::Gtk.ShadowType)(1));
     // Container child scrolledwindow1.Gtk.Container+ContainerChild
     this.errorTree                = new global::Gtk.TreeView();
     this.errorTree.Name           = "errorTree";
     this.errorTree.HeadersVisible = false;
     this.scrolledwindow1.Add(this.errorTree);
     this.vbox4.Add(this.scrolledwindow1);
     global::Gtk.Box.BoxChild w5 = ((global::Gtk.Box.BoxChild)(this.vbox4 [this.scrolledwindow1]));
     w5.Position = 1;
     // Container child vbox4.Gtk.Box+BoxChild
     this.messageLabel = new global::Gtk.Label();
     this.messageLabel.WidthRequest = 479;
     this.messageLabel.Name         = "messageLabel";
     this.messageLabel.Xalign       = 0F;
     this.messageLabel.Yalign       = 0F;
     this.messageLabel.Wrap         = true;
     this.vbox4.Add(this.messageLabel);
     global::Gtk.Box.BoxChild w6 = ((global::Gtk.Box.BoxChild)(this.vbox4 [this.messageLabel]));
     w6.Position = 2;
     w6.Expand   = false;
     w6.Fill     = false;
     this.hbox1.Add(this.vbox4);
     global::Gtk.Box.BoxChild w7 = ((global::Gtk.Box.BoxChild)(this.hbox1 [this.vbox4]));
     w7.Position = 1;
     w1.Add(this.hbox1);
     global::Gtk.Box.BoxChild w8 = ((global::Gtk.Box.BoxChild)(w1 [this.hbox1]));
     w8.Position = 0;
     // Internal child MonoDevelop.Ide.Gui.Dialogs.AddinLoadErrorDialog.ActionArea
     global::Gtk.HButtonBox w9 = this.ActionArea;
     w9.Name        = "GtkDialog_ActionArea";
     w9.Spacing     = 6;
     w9.BorderWidth = ((uint)(5));
     w9.LayoutStyle = ((global::Gtk.ButtonBoxStyle)(4));
     // Container child GtkDialog_ActionArea.Gtk.ButtonBox+ButtonBoxChild
     this.noButton              = new global::Gtk.Button();
     this.noButton.CanFocus     = true;
     this.noButton.Name         = "noButton";
     this.noButton.UseStock     = true;
     this.noButton.UseUnderline = true;
     this.noButton.Label        = "gtk-no";
     this.AddActionWidget(this.noButton, -9);
     global::Gtk.ButtonBox.ButtonBoxChild w10 = ((global::Gtk.ButtonBox.ButtonBoxChild)(w9 [this.noButton]));
     w10.Expand = false;
     w10.Fill   = false;
     // Container child GtkDialog_ActionArea.Gtk.ButtonBox+ButtonBoxChild
     this.yesButton              = new global::Gtk.Button();
     this.yesButton.CanFocus     = true;
     this.yesButton.Name         = "yesButton";
     this.yesButton.UseStock     = true;
     this.yesButton.UseUnderline = true;
     this.yesButton.Label        = "gtk-yes";
     this.AddActionWidget(this.yesButton, -8);
     global::Gtk.ButtonBox.ButtonBoxChild w11 = ((global::Gtk.ButtonBox.ButtonBoxChild)(w9 [this.yesButton]));
     w11.Position = 1;
     w11.Expand   = false;
     w11.Fill     = false;
     // Container child GtkDialog_ActionArea.Gtk.ButtonBox+ButtonBoxChild
     this.closeButton              = new global::Gtk.Button();
     this.closeButton.CanFocus     = true;
     this.closeButton.Name         = "closeButton";
     this.closeButton.UseStock     = true;
     this.closeButton.UseUnderline = true;
     this.closeButton.Label        = "gtk-close";
     this.AddActionWidget(this.closeButton, -7);
     global::Gtk.ButtonBox.ButtonBoxChild w12 = ((global::Gtk.ButtonBox.ButtonBoxChild)(w9 [this.closeButton]));
     w12.Position = 2;
     w12.Expand   = false;
     w12.Fill     = false;
     if ((this.Child != null))
     {
         this.Child.ShowAll();
     }
     this.DefaultWidth = 575;
     this.closeButton.Hide();
     this.Hide();
 }
 protected virtual void Build()
 {
     global::Stetic.Gui.Initialize(this);
     // Widget MonoDevelop.Refactoring.EncapsulateFieldDialog
     this.Name           = "MonoDevelop.Refactoring.EncapsulateFieldDialog";
     this.Title          = global::Mono.Unix.Catalog.GetString("Encapsulate Fields");
     this.WindowPosition = ((global::Gtk.WindowPosition)(4));
     this.BorderWidth    = ((uint)(6));
     // Internal child MonoDevelop.Refactoring.EncapsulateFieldDialog.VBox
     global::Gtk.VBox w1 = this.VBox;
     w1.Name        = "dialog1_VBox";
     w1.Spacing     = 6;
     w1.BorderWidth = ((uint)(2));
     // Container child dialog1_VBox.Gtk.Box+BoxChild
     this.vbox             = new global::Gtk.VBox();
     this.vbox.Name        = "vbox";
     this.vbox.Spacing     = 6;
     this.vbox.BorderWidth = ((uint)(6));
     // Container child vbox.Gtk.Box+BoxChild
     this.GtkScrolledWindow                  = new global::Gtk.ScrolledWindow();
     this.GtkScrolledWindow.Name             = "GtkScrolledWindow";
     this.GtkScrolledWindow.HscrollbarPolicy = ((global::Gtk.PolicyType)(2));
     this.GtkScrolledWindow.ShadowType       = ((global::Gtk.ShadowType)(1));
     // Container child GtkScrolledWindow.Gtk.Container+ContainerChild
     this.treeview          = new global::Gtk.TreeView();
     this.treeview.CanFocus = true;
     this.treeview.Name     = "treeview";
     this.GtkScrolledWindow.Add(this.treeview);
     this.vbox.Add(this.GtkScrolledWindow);
     global::Gtk.Box.BoxChild w3 = ((global::Gtk.Box.BoxChild)(this.vbox [this.GtkScrolledWindow]));
     w3.Position = 0;
     // Container child vbox.Gtk.Box+BoxChild
     this.hbox1         = new global::Gtk.HBox();
     this.hbox1.Name    = "hbox1";
     this.hbox1.Spacing = 6;
     // Container child hbox1.Gtk.Box+BoxChild
     this.buttonSelectAll              = new global::Gtk.Button();
     this.buttonSelectAll.CanFocus     = true;
     this.buttonSelectAll.Name         = "buttonSelectAll";
     this.buttonSelectAll.UseUnderline = true;
     this.buttonSelectAll.Label        = global::Mono.Unix.Catalog.GetString("Select All");
     this.hbox1.Add(this.buttonSelectAll);
     global::Gtk.Box.BoxChild w4 = ((global::Gtk.Box.BoxChild)(this.hbox1 [this.buttonSelectAll]));
     w4.Position = 0;
     w4.Expand   = false;
     w4.Fill     = false;
     // Container child hbox1.Gtk.Box+BoxChild
     this.buttonUnselectAll              = new global::Gtk.Button();
     this.buttonUnselectAll.CanFocus     = true;
     this.buttonUnselectAll.Name         = "buttonUnselectAll";
     this.buttonUnselectAll.UseUnderline = true;
     this.buttonUnselectAll.Label        = global::Mono.Unix.Catalog.GetString("Unselect All");
     this.hbox1.Add(this.buttonUnselectAll);
     global::Gtk.Box.BoxChild w5 = ((global::Gtk.Box.BoxChild)(this.hbox1 [this.buttonUnselectAll]));
     w5.Position = 1;
     w5.Expand   = false;
     w5.Fill     = false;
     this.vbox.Add(this.hbox1);
     global::Gtk.Box.BoxChild w6 = ((global::Gtk.Box.BoxChild)(this.vbox [this.hbox1]));
     w6.Position = 1;
     w6.Expand   = false;
     w6.Fill     = false;
     // Container child vbox.Gtk.Box+BoxChild
     this.hseparator2      = new global::Gtk.HSeparator();
     this.hseparator2.Name = "hseparator2";
     this.vbox.Add(this.hseparator2);
     global::Gtk.Box.BoxChild w7 = ((global::Gtk.Box.BoxChild)(this.vbox [this.hseparator2]));
     w7.Position = 2;
     w7.Expand   = false;
     w7.Fill     = false;
     // Container child vbox.Gtk.Box+BoxChild
     this.labelUpdateRefs              = new global::Gtk.Label();
     this.labelUpdateRefs.Name         = "labelUpdateRefs";
     this.labelUpdateRefs.Xalign       = 0F;
     this.labelUpdateRefs.LabelProp    = global::Mono.Unix.Catalog.GetString("_Update references:");
     this.labelUpdateRefs.UseUnderline = true;
     this.vbox.Add(this.labelUpdateRefs);
     global::Gtk.Box.BoxChild w8 = ((global::Gtk.Box.BoxChild)(this.vbox [this.labelUpdateRefs]));
     w8.Position = 3;
     w8.Expand   = false;
     w8.Fill     = false;
     // Container child vbox.Gtk.Box+BoxChild
     this.hboxUpdateRefs         = new global::Gtk.HBox();
     this.hboxUpdateRefs.Name    = "hboxUpdateRefs";
     this.hboxUpdateRefs.Spacing = 6;
     // Container child hboxUpdateRefs.Gtk.Box+BoxChild
     this.labelSpacer        = new global::Gtk.Label();
     this.labelSpacer.Name   = "labelSpacer";
     this.labelSpacer.Xalign = 0F;
     this.hboxUpdateRefs.Add(this.labelSpacer);
     global::Gtk.Box.BoxChild w9 = ((global::Gtk.Box.BoxChild)(this.hboxUpdateRefs [this.labelSpacer]));
     w9.Position = 0;
     w9.Expand   = false;
     w9.Fill     = false;
     // Container child hboxUpdateRefs.Gtk.Box+BoxChild
     this.vboxUpdateChoices         = new global::Gtk.VBox();
     this.vboxUpdateChoices.Name    = "vboxUpdateChoices";
     this.vboxUpdateChoices.Spacing = 6;
     // Container child vboxUpdateChoices.Gtk.Box+BoxChild
     this.radioUpdateExternal               = new global::Gtk.RadioButton(global::Mono.Unix.Catalog.GetString("_External"));
     this.radioUpdateExternal.CanFocus      = true;
     this.radioUpdateExternal.Name          = "radioUpdateExternal";
     this.radioUpdateExternal.Active        = true;
     this.radioUpdateExternal.DrawIndicator = true;
     this.radioUpdateExternal.UseUnderline  = true;
     this.radioUpdateExternal.Group         = new global::GLib.SList(global::System.IntPtr.Zero);
     this.vboxUpdateChoices.Add(this.radioUpdateExternal);
     global::Gtk.Box.BoxChild w10 = ((global::Gtk.Box.BoxChild)(this.vboxUpdateChoices [this.radioUpdateExternal]));
     w10.Position = 0;
     w10.Expand   = false;
     w10.Fill     = false;
     // Container child vboxUpdateChoices.Gtk.Box+BoxChild
     this.radioUpdateAll               = new global::Gtk.RadioButton(global::Mono.Unix.Catalog.GetString("_All"));
     this.radioUpdateAll.CanFocus      = true;
     this.radioUpdateAll.Name          = "radioUpdateAll";
     this.radioUpdateAll.DrawIndicator = true;
     this.radioUpdateAll.UseUnderline  = true;
     this.radioUpdateAll.Group         = this.radioUpdateExternal.Group;
     this.vboxUpdateChoices.Add(this.radioUpdateAll);
     global::Gtk.Box.BoxChild w11 = ((global::Gtk.Box.BoxChild)(this.vboxUpdateChoices [this.radioUpdateAll]));
     w11.Position = 1;
     w11.Expand   = false;
     w11.Fill     = false;
     this.hboxUpdateRefs.Add(this.vboxUpdateChoices);
     global::Gtk.Box.BoxChild w12 = ((global::Gtk.Box.BoxChild)(this.hboxUpdateRefs [this.vboxUpdateChoices]));
     w12.Position = 1;
     this.vbox.Add(this.hboxUpdateRefs);
     global::Gtk.Box.BoxChild w13 = ((global::Gtk.Box.BoxChild)(this.vbox [this.hboxUpdateRefs]));
     w13.Position = 4;
     w13.Expand   = false;
     w13.Fill     = false;
     // Container child vbox.Gtk.Box+BoxChild
     this.hbox2         = new global::Gtk.HBox();
     this.hbox2.Name    = "hbox2";
     this.hbox2.Spacing = 6;
     // Container child hbox2.Gtk.Box+BoxChild
     this.imageError          = new global::MonoDevelop.Components.ImageView();
     this.imageError.Name     = "imageError";
     this.imageError.IconId   = "md-error";
     this.imageError.IconSize = ((global::Gtk.IconSize)(1));
     this.hbox2.Add(this.imageError);
     global::Gtk.Box.BoxChild w14 = ((global::Gtk.Box.BoxChild)(this.hbox2 [this.imageError]));
     w14.Position = 0;
     w14.Expand   = false;
     w14.Fill     = false;
     // Container child hbox2.Gtk.Box+BoxChild
     this.labelError      = new global::Gtk.Label();
     this.labelError.Name = "labelError";
     this.hbox2.Add(this.labelError);
     global::Gtk.Box.BoxChild w15 = ((global::Gtk.Box.BoxChild)(this.hbox2 [this.labelError]));
     w15.Position = 1;
     w15.Expand   = false;
     w15.Fill     = false;
     this.vbox.Add(this.hbox2);
     global::Gtk.Box.BoxChild w16 = ((global::Gtk.Box.BoxChild)(this.vbox [this.hbox2]));
     w16.Position = 5;
     w16.Expand   = false;
     w16.Fill     = false;
     w1.Add(this.vbox);
     global::Gtk.Box.BoxChild w17 = ((global::Gtk.Box.BoxChild)(w1 [this.vbox]));
     w17.Position = 0;
     // Internal child MonoDevelop.Refactoring.EncapsulateFieldDialog.ActionArea
     global::Gtk.HButtonBox w18 = this.ActionArea;
     w18.Name        = "dialog1_ActionArea";
     w18.Spacing     = 6;
     w18.BorderWidth = ((uint)(5));
     w18.LayoutStyle = ((global::Gtk.ButtonBoxStyle)(4));
     // Container child dialog1_ActionArea.Gtk.ButtonBox+ButtonBoxChild
     this.buttonCancel              = new global::Gtk.Button();
     this.buttonCancel.CanDefault   = true;
     this.buttonCancel.CanFocus     = true;
     this.buttonCancel.Name         = "buttonCancel";
     this.buttonCancel.UseStock     = true;
     this.buttonCancel.UseUnderline = true;
     this.buttonCancel.Label        = "gtk-cancel";
     this.AddActionWidget(this.buttonCancel, -6);
     global::Gtk.ButtonBox.ButtonBoxChild w19 = ((global::Gtk.ButtonBox.ButtonBoxChild)(w18 [this.buttonCancel]));
     w19.Expand = false;
     w19.Fill   = false;
     // Container child dialog1_ActionArea.Gtk.ButtonBox+ButtonBoxChild
     this.buttonOk              = new global::Gtk.Button();
     this.buttonOk.CanDefault   = true;
     this.buttonOk.CanFocus     = true;
     this.buttonOk.Name         = "buttonOk";
     this.buttonOk.UseStock     = true;
     this.buttonOk.UseUnderline = true;
     this.buttonOk.Label        = "gtk-ok";
     this.AddActionWidget(this.buttonOk, -5);
     global::Gtk.ButtonBox.ButtonBoxChild w20 = ((global::Gtk.ButtonBox.ButtonBoxChild)(w18 [this.buttonOk]));
     w20.Position = 1;
     w20.Expand   = false;
     w20.Fill     = false;
     if ((this.Child != null))
     {
         this.Child.ShowAll();
     }
     this.DefaultWidth  = 465;
     this.DefaultHeight = 427;
     this.Hide();
 }
 protected virtual void Build()
 {
     global::Stetic.Gui.Initialize(this);
     // Widget MonoDevelop.PackageManagement.PagedResultsWidget
     global::Stetic.BinContainer.Attach(this);
     this.Name = "MonoDevelop.PackageManagement.PagedResultsWidget";
     // Container child MonoDevelop.PackageManagement.PagedResultsWidget.Gtk.Container+ContainerChild
     this.mainHBox      = new global::Gtk.HBox();
     this.mainHBox.Name = "mainHBox";
     // Container child mainHBox.Gtk.Box+BoxChild
     this.backButton              = new global::Gtk.Button();
     this.backButton.CanFocus     = true;
     this.backButton.Name         = "backButton";
     this.backButton.FocusOnClick = false;
     this.backButton.Relief       = ((global::Gtk.ReliefStyle)(2));
     // Container child backButton.Gtk.Container+ContainerChild
     this.imageBack          = new global::MonoDevelop.Components.ImageView();
     this.imageBack.Name     = "imageBack";
     this.imageBack.IconId   = "gtk-go-back";
     this.imageBack.IconSize = ((global::Gtk.IconSize)(1));
     this.backButton.Add(this.imageBack);
     this.mainHBox.Add(this.backButton);
     global::Gtk.Box.BoxChild w2 = ((global::Gtk.Box.BoxChild)(this.mainHBox [this.backButton]));
     w2.Position = 0;
     w2.Expand   = false;
     w2.Fill     = false;
     // Container child mainHBox.Gtk.Box+BoxChild
     this.firstButton              = new global::Gtk.Button();
     this.firstButton.CanFocus     = true;
     this.firstButton.Name         = "firstButton";
     this.firstButton.UseUnderline = true;
     this.firstButton.FocusOnClick = false;
     this.firstButton.Relief       = ((global::Gtk.ReliefStyle)(2));
     this.firstButton.Label        = global::Mono.Unix.Catalog.GetString("1");
     this.mainHBox.Add(this.firstButton);
     global::Gtk.Box.BoxChild w3 = ((global::Gtk.Box.BoxChild)(this.mainHBox [this.firstButton]));
     w3.Position = 1;
     w3.Expand   = false;
     w3.Fill     = false;
     // Container child mainHBox.Gtk.Box+BoxChild
     this.secondButton              = new global::Gtk.Button();
     this.secondButton.CanFocus     = true;
     this.secondButton.Name         = "secondButton";
     this.secondButton.FocusOnClick = false;
     this.secondButton.Relief       = ((global::Gtk.ReliefStyle)(2));
     this.secondButton.Label        = global::Mono.Unix.Catalog.GetString("2");
     this.mainHBox.Add(this.secondButton);
     global::Gtk.Box.BoxChild w4 = ((global::Gtk.Box.BoxChild)(this.mainHBox [this.secondButton]));
     w4.Position = 2;
     w4.Expand   = false;
     w4.Fill     = false;
     // Container child mainHBox.Gtk.Box+BoxChild
     this.thirdButton              = new global::Gtk.Button();
     this.thirdButton.CanFocus     = true;
     this.thirdButton.Name         = "thirdButton";
     this.thirdButton.FocusOnClick = false;
     this.thirdButton.Relief       = ((global::Gtk.ReliefStyle)(2));
     this.thirdButton.Label        = global::Mono.Unix.Catalog.GetString("3");
     this.mainHBox.Add(this.thirdButton);
     global::Gtk.Box.BoxChild w5 = ((global::Gtk.Box.BoxChild)(this.mainHBox [this.thirdButton]));
     w5.Position = 3;
     w5.Expand   = false;
     w5.Fill     = false;
     // Container child mainHBox.Gtk.Box+BoxChild
     this.fourthButton              = new global::Gtk.Button();
     this.fourthButton.CanFocus     = true;
     this.fourthButton.Name         = "fourthButton";
     this.fourthButton.FocusOnClick = false;
     this.fourthButton.Relief       = ((global::Gtk.ReliefStyle)(2));
     this.fourthButton.Label        = global::Mono.Unix.Catalog.GetString("4");
     this.mainHBox.Add(this.fourthButton);
     global::Gtk.Box.BoxChild w6 = ((global::Gtk.Box.BoxChild)(this.mainHBox [this.fourthButton]));
     w6.Position = 4;
     w6.Expand   = false;
     w6.Fill     = false;
     // Container child mainHBox.Gtk.Box+BoxChild
     this.fifthButton              = new global::Gtk.Button();
     this.fifthButton.CanFocus     = true;
     this.fifthButton.Name         = "fifthButton";
     this.fifthButton.FocusOnClick = false;
     this.fifthButton.Relief       = ((global::Gtk.ReliefStyle)(2));
     this.fifthButton.Label        = global::Mono.Unix.Catalog.GetString("5");
     this.mainHBox.Add(this.fifthButton);
     global::Gtk.Box.BoxChild w7 = ((global::Gtk.Box.BoxChild)(this.mainHBox [this.fifthButton]));
     w7.Position = 5;
     w7.Expand   = false;
     w7.Fill     = false;
     // Container child mainHBox.Gtk.Box+BoxChild
     this.forwardButton              = new global::Gtk.Button();
     this.forwardButton.CanFocus     = true;
     this.forwardButton.Name         = "forwardButton";
     this.forwardButton.FocusOnClick = false;
     this.forwardButton.Relief       = ((global::Gtk.ReliefStyle)(2));
     // Container child forwardButton.Gtk.Container+ContainerChild
     this.imageForward          = new global::MonoDevelop.Components.ImageView();
     this.imageForward.Name     = "imageForward";
     this.imageForward.IconId   = "gtk-go-forward";
     this.imageForward.IconSize = ((global::Gtk.IconSize)(1));
     this.forwardButton.Add(this.imageForward);
     this.mainHBox.Add(this.forwardButton);
     global::Gtk.Box.BoxChild w9 = ((global::Gtk.Box.BoxChild)(this.mainHBox [this.forwardButton]));
     w9.Position = 6;
     w9.Expand   = false;
     w9.Fill     = false;
     this.Add(this.mainHBox);
     if ((this.Child != null))
     {
         this.Child.ShowAll();
     }
     this.Hide();
     this.backButton.Clicked    += new global::System.EventHandler(this.BackButtonClicked);
     this.firstButton.Clicked   += new global::System.EventHandler(this.PageButtonClicked);
     this.secondButton.Clicked  += new global::System.EventHandler(this.PageButtonClicked);
     this.thirdButton.Clicked   += new global::System.EventHandler(this.PageButtonClicked);
     this.fourthButton.Clicked  += new global::System.EventHandler(this.PageButtonClicked);
     this.fifthButton.Clicked   += new global::System.EventHandler(this.PageButtonClicked);
     this.forwardButton.Clicked += new global::System.EventHandler(this.ForwardButtonClicked);
 }
		protected virtual void Build ()
		{
			global::Stetic.Gui.Initialize (this);
			// Widget MonoDevelop.Ide.Projects.AddMimeTypeDialog
			this.Name = "MonoDevelop.Ide.Projects.AddMimeTypeDialog";
			this.Title = global::Mono.Unix.Catalog.GetString ("Add File Type");
			this.WindowPosition = ((global::Gtk.WindowPosition)(4));
			// Internal child MonoDevelop.Ide.Projects.AddMimeTypeDialog.VBox
			global::Gtk.VBox w1 = this.VBox;
			w1.Name = "dialog1_VBox";
			w1.BorderWidth = ((uint)(2));
			// Container child dialog1_VBox.Gtk.Box+BoxChild
			this.vbox2 = new global::Gtk.VBox ();
			this.vbox2.Name = "vbox2";
			this.vbox2.Spacing = 6;
			this.vbox2.BorderWidth = ((uint)(9));
			// Container child vbox2.Gtk.Box+BoxChild
			this.label1 = new global::Gtk.Label ();
			this.label1.Name = "label1";
			this.label1.Xalign = 0F;
			this.label1.LabelProp = global::Mono.Unix.Catalog.GetString ("Enter a file extension or a mime type name:");
			this.vbox2.Add (this.label1);
			global::Gtk.Box.BoxChild w2 = ((global::Gtk.Box.BoxChild)(this.vbox2 [this.label1]));
			w2.Position = 0;
			w2.Expand = false;
			w2.Fill = false;
			// Container child vbox2.Gtk.Box+BoxChild
			this.entry = new global::Gtk.Entry ();
			this.entry.CanFocus = true;
			this.entry.Name = "entry";
			this.entry.IsEditable = true;
			this.entry.InvisibleChar = '●';
			this.vbox2.Add (this.entry);
			global::Gtk.Box.BoxChild w3 = ((global::Gtk.Box.BoxChild)(this.vbox2 [this.entry]));
			w3.Position = 1;
			w3.Expand = false;
			w3.Fill = false;
			// Container child vbox2.Gtk.Box+BoxChild
			this.hbox1 = new global::Gtk.HBox ();
			this.hbox1.Name = "hbox1";
			this.hbox1.Spacing = 6;
			// Container child hbox1.Gtk.Box+BoxChild
			this.image = new global::MonoDevelop.Components.ImageView ();
			this.image.Name = "image";
			this.image.IconId = "gtk-dialog-error";
			this.image.IconSize = ((global::Gtk.IconSize)(1));
			this.hbox1.Add (this.image);
			global::Gtk.Box.BoxChild w4 = ((global::Gtk.Box.BoxChild)(this.hbox1 [this.image]));
			w4.Position = 0;
			w4.Expand = false;
			w4.Fill = false;
			// Container child hbox1.Gtk.Box+BoxChild
			this.labelDesc = new global::Gtk.Label ();
			this.labelDesc.Name = "labelDesc";
			this.labelDesc.Xalign = 0F;
			this.hbox1.Add (this.labelDesc);
			global::Gtk.Box.BoxChild w5 = ((global::Gtk.Box.BoxChild)(this.hbox1 [this.labelDesc]));
			w5.Position = 1;
			this.vbox2.Add (this.hbox1);
			global::Gtk.Box.BoxChild w6 = ((global::Gtk.Box.BoxChild)(this.vbox2 [this.hbox1]));
			w6.Position = 2;
			w6.Expand = false;
			w6.Fill = false;
			w1.Add (this.vbox2);
			global::Gtk.Box.BoxChild w7 = ((global::Gtk.Box.BoxChild)(w1 [this.vbox2]));
			w7.Position = 0;
			w7.Expand = false;
			w7.Fill = false;
			// Internal child MonoDevelop.Ide.Projects.AddMimeTypeDialog.ActionArea
			global::Gtk.HButtonBox w8 = this.ActionArea;
			w8.Name = "dialog1_ActionArea";
			w8.Spacing = 10;
			w8.BorderWidth = ((uint)(5));
			w8.LayoutStyle = ((global::Gtk.ButtonBoxStyle)(4));
			// Container child dialog1_ActionArea.Gtk.ButtonBox+ButtonBoxChild
			this.buttonCancel = new global::Gtk.Button ();
			this.buttonCancel.CanDefault = true;
			this.buttonCancel.CanFocus = true;
			this.buttonCancel.Name = "buttonCancel";
			this.buttonCancel.UseStock = true;
			this.buttonCancel.UseUnderline = true;
			this.buttonCancel.Label = "gtk-cancel";
			this.AddActionWidget (this.buttonCancel, -6);
			global::Gtk.ButtonBox.ButtonBoxChild w9 = ((global::Gtk.ButtonBox.ButtonBoxChild)(w8 [this.buttonCancel]));
			w9.Expand = false;
			w9.Fill = false;
			// Container child dialog1_ActionArea.Gtk.ButtonBox+ButtonBoxChild
			this.buttonOk = new global::Gtk.Button ();
			this.buttonOk.CanDefault = true;
			this.buttonOk.CanFocus = true;
			this.buttonOk.Name = "buttonOk";
			this.buttonOk.UseStock = true;
			this.buttonOk.UseUnderline = true;
			this.buttonOk.Label = "gtk-add";
			this.AddActionWidget (this.buttonOk, -5);
			global::Gtk.ButtonBox.ButtonBoxChild w10 = ((global::Gtk.ButtonBox.ButtonBoxChild)(w8 [this.buttonOk]));
			w10.Position = 1;
			w10.Expand = false;
			w10.Fill = false;
			if ((this.Child != null)) {
				this.Child.ShowAll ();
			}
			this.DefaultWidth = 400;
			this.DefaultHeight = 164;
			this.image.Hide ();
			this.Hide ();
			this.entry.Changed += new global::System.EventHandler (this.OnEntryChanged);
		}
		protected virtual void Build ()
		{
			global::Stetic.Gui.Initialize (this);
			// Widget MonoDevelop.Ide.Projects.DeleteConfigDialog
			this.Name = "MonoDevelop.Ide.Projects.DeleteConfigDialog";
			this.Title = global::Mono.Unix.Catalog.GetString ("Delete Configuration");
			this.TypeHint = ((global::Gdk.WindowTypeHint)(1));
			// Internal child MonoDevelop.Ide.Projects.DeleteConfigDialog.VBox
			global::Gtk.VBox w1 = this.VBox;
			w1.Name = "dialog-vbox7";
			// Container child dialog-vbox7.Gtk.Box+BoxChild
			this.hbox64 = new global::Gtk.HBox ();
			this.hbox64.Name = "hbox64";
			this.hbox64.Spacing = 12;
			this.hbox64.BorderWidth = ((uint)(12));
			// Container child hbox64.Gtk.Box+BoxChild
			this.imageQuestion = new global::MonoDevelop.Components.ImageView ();
			this.imageQuestion.Name = "imageQuestion";
			this.imageQuestion.Yalign = 0F;
			this.imageQuestion.IconSize = ((global::Gtk.IconSize)(6));
			this.imageQuestion.IconId = "gtk-dialog-question";
			this.hbox64.Add (this.imageQuestion);
			global::Gtk.Box.BoxChild w2 = ((global::Gtk.Box.BoxChild)(this.hbox64 [this.imageQuestion]));
			w2.Position = 0;
			w2.Expand = false;
			w2.Fill = false;
			// Container child hbox64.Gtk.Box+BoxChild
			this.vbox80 = new global::Gtk.VBox ();
			this.vbox80.Name = "vbox80";
			this.vbox80.Spacing = 6;
			// Container child vbox80.Gtk.Box+BoxChild
			this.label107 = new global::Gtk.Label ();
			this.label107.Name = "label107";
			this.label107.Xalign = 0F;
			this.label107.LabelProp = global::Mono.Unix.Catalog.GetString ("Are you sure you want to delete this configuration?");
			this.vbox80.Add (this.label107);
			global::Gtk.Box.BoxChild w3 = ((global::Gtk.Box.BoxChild)(this.vbox80 [this.label107]));
			w3.Position = 0;
			w3.Expand = false;
			w3.Fill = false;
			// Container child vbox80.Gtk.Box+BoxChild
			this.deleteChildrenCheck = new global::Gtk.CheckButton ();
			this.deleteChildrenCheck.Name = "deleteChildrenCheck";
			this.deleteChildrenCheck.Label = global::Mono.Unix.Catalog.GetString ("Delete also configurations in solution items");
			this.deleteChildrenCheck.Active = true;
			this.deleteChildrenCheck.DrawIndicator = true;
			this.deleteChildrenCheck.UseUnderline = true;
			this.vbox80.Add (this.deleteChildrenCheck);
			global::Gtk.Box.BoxChild w4 = ((global::Gtk.Box.BoxChild)(this.vbox80 [this.deleteChildrenCheck]));
			w4.Position = 1;
			w4.Expand = false;
			w4.Fill = false;
			this.hbox64.Add (this.vbox80);
			global::Gtk.Box.BoxChild w5 = ((global::Gtk.Box.BoxChild)(this.hbox64 [this.vbox80]));
			w5.Position = 1;
			w1.Add (this.hbox64);
			global::Gtk.Box.BoxChild w6 = ((global::Gtk.Box.BoxChild)(w1 [this.hbox64]));
			w6.Position = 0;
			// Internal child MonoDevelop.Ide.Projects.DeleteConfigDialog.ActionArea
			global::Gtk.HButtonBox w7 = this.ActionArea;
			w7.Name = "dialog-action_area7";
			w7.LayoutStyle = ((global::Gtk.ButtonBoxStyle)(4));
			// Container child dialog-action_area7.Gtk.ButtonBox+ButtonBoxChild
			this.button11 = new global::Gtk.Button ();
			this.button11.Name = "button11";
			this.button11.UseStock = true;
			this.button11.UseUnderline = true;
			this.button11.Label = "gtk-no";
			this.AddActionWidget (this.button11, -9);
			global::Gtk.ButtonBox.ButtonBoxChild w8 = ((global::Gtk.ButtonBox.ButtonBoxChild)(w7 [this.button11]));
			w8.Expand = false;
			w8.Fill = false;
			// Container child dialog-action_area7.Gtk.ButtonBox+ButtonBoxChild
			this.button12 = new global::Gtk.Button ();
			this.button12.CanDefault = true;
			this.button12.Name = "button12";
			this.button12.UseStock = true;
			this.button12.UseUnderline = true;
			this.button12.Label = "gtk-yes";
			this.AddActionWidget (this.button12, -8);
			global::Gtk.ButtonBox.ButtonBoxChild w9 = ((global::Gtk.ButtonBox.ButtonBoxChild)(w7 [this.button12]));
			w9.Position = 1;
			w9.Expand = false;
			w9.Fill = false;
			if ((this.Child != null)) {
				this.Child.ShowAll ();
			}
			this.DefaultWidth = 381;
			this.DefaultHeight = 128;
			this.Hide ();
		}
 protected virtual void Build()
 {
     MonoDevelop.Components.Gui.Initialize(this);
     // Widget MonoDevelop.ChangeLogAddIn.AddLogEntryDialog
     this.Events         = ((global::Gdk.EventMask)(256));
     this.Name           = "MonoDevelop.ChangeLogAddIn.AddLogEntryDialog";
     this.Title          = global::Mono.Unix.Catalog.GetString("ChangeLog");
     this.WindowPosition = ((global::Gtk.WindowPosition)(4));
     this.BorderWidth    = ((uint)(6));
     // Internal child MonoDevelop.ChangeLogAddIn.AddLogEntryDialog.VBox
     global::Gtk.VBox w1 = this.VBox;
     w1.Events      = ((global::Gdk.EventMask)(256));
     w1.Name        = "dialog_VBox";
     w1.Spacing     = 6;
     w1.BorderWidth = ((uint)(2));
     // Container child dialog_VBox.Gtk.Box+BoxChild
     this.vbox1             = new global::Gtk.VBox();
     this.vbox1.Name        = "vbox1";
     this.vbox1.Spacing     = 6;
     this.vbox1.BorderWidth = ((uint)(6));
     // Container child vbox1.Gtk.Box+BoxChild
     this.vpaned1          = new global::Gtk.VPaned();
     this.vpaned1.CanFocus = true;
     this.vpaned1.Name     = "vpaned1";
     this.vpaned1.Position = 116;
     // Container child vpaned1.Gtk.Paned+PanedChild
     this.vbox2         = new global::Gtk.VBox();
     this.vbox2.Name    = "vbox2";
     this.vbox2.Spacing = 6;
     // Container child vbox2.Gtk.Box+BoxChild
     this.label1           = new global::Gtk.Label();
     this.label1.Name      = "label1";
     this.label1.Xalign    = 0F;
     this.label1.LabelProp = global::Mono.Unix.Catalog.GetString("Modified ChangeLog files:");
     this.vbox2.Add(this.label1);
     global::Gtk.Box.BoxChild w2 = ((global::Gtk.Box.BoxChild)(this.vbox2 [this.label1]));
     w2.Position = 0;
     w2.Expand   = false;
     w2.Fill     = false;
     // Container child vbox2.Gtk.Box+BoxChild
     this.scrolledwindow2            = new global::Gtk.ScrolledWindow();
     this.scrolledwindow2.CanFocus   = true;
     this.scrolledwindow2.Name       = "scrolledwindow2";
     this.scrolledwindow2.ShadowType = ((global::Gtk.ShadowType)(1));
     // Container child scrolledwindow2.Gtk.Container+ContainerChild
     this.fileList                = new global::Gtk.TreeView();
     this.fileList.CanFocus       = true;
     this.fileList.Name           = "fileList";
     this.fileList.HeadersVisible = false;
     this.scrolledwindow2.Add(this.fileList);
     this.vbox2.Add(this.scrolledwindow2);
     global::Gtk.Box.BoxChild w4 = ((global::Gtk.Box.BoxChild)(this.vbox2 [this.scrolledwindow2]));
     w4.Position = 1;
     this.vpaned1.Add(this.vbox2);
     global::Gtk.Paned.PanedChild w5 = ((global::Gtk.Paned.PanedChild)(this.vpaned1 [this.vbox2]));
     w5.Resize = false;
     // Container child vpaned1.Gtk.Paned+PanedChild
     this.vbox3         = new global::Gtk.VBox();
     this.vbox3.Name    = "vbox3";
     this.vbox3.Spacing = 6;
     // Container child vbox3.Gtk.Box+BoxChild
     this.label3           = new global::Gtk.Label();
     this.label3.Name      = "label3";
     this.label3.Xalign    = 0F;
     this.label3.LabelProp = global::Mono.Unix.Catalog.GetString("ChangeLog entry:");
     this.vbox3.Add(this.label3);
     global::Gtk.Box.BoxChild w6 = ((global::Gtk.Box.BoxChild)(this.vbox3 [this.label3]));
     w6.Position = 0;
     w6.Expand   = false;
     w6.Fill     = false;
     // Container child vbox3.Gtk.Box+BoxChild
     this.scrolledwindow1            = new global::Gtk.ScrolledWindow();
     this.scrolledwindow1.CanFocus   = true;
     this.scrolledwindow1.Name       = "scrolledwindow1";
     this.scrolledwindow1.ShadowType = ((global::Gtk.ShadowType)(1));
     // Container child scrolledwindow1.Gtk.Container+ContainerChild
     this.textview          = new global::Gtk.TextView();
     this.textview.CanFocus = true;
     this.textview.Name     = "textview";
     this.scrolledwindow1.Add(this.textview);
     this.vbox3.Add(this.scrolledwindow1);
     global::Gtk.Box.BoxChild w8 = ((global::Gtk.Box.BoxChild)(this.vbox3 [this.scrolledwindow1]));
     w8.Position = 1;
     this.vpaned1.Add(this.vbox3);
     this.vbox1.Add(this.vpaned1);
     global::Gtk.Box.BoxChild w10 = ((global::Gtk.Box.BoxChild)(this.vbox1 [this.vpaned1]));
     w10.Position = 0;
     // Container child vbox1.Gtk.Box+BoxChild
     this.boxNewFile         = new global::Gtk.HBox();
     this.boxNewFile.Name    = "boxNewFile";
     this.boxNewFile.Spacing = 6;
     // Container child boxNewFile.Gtk.Box+BoxChild
     this.image36          = new global::MonoDevelop.Components.ImageView();
     this.image36.Name     = "image36";
     this.image36.IconId   = "gtk-new";
     this.image36.IconSize = ((global::Gtk.IconSize)(2));
     this.boxNewFile.Add(this.image36);
     global::Gtk.Box.BoxChild w11 = ((global::Gtk.Box.BoxChild)(this.boxNewFile [this.image36]));
     w11.Position = 0;
     w11.Expand   = false;
     w11.Fill     = false;
     // Container child boxNewFile.Gtk.Box+BoxChild
     this.label7 = new global::Gtk.Label();
     this.label7.WidthRequest = 500;
     this.label7.Name         = "label7";
     this.label7.Xalign       = 0F;
     this.label7.LabelProp    = global::Mono.Unix.Catalog.GetString("This ChangeLog file does not exist and will be created.");
     this.label7.Wrap         = true;
     this.boxNewFile.Add(this.label7);
     global::Gtk.Box.BoxChild w12 = ((global::Gtk.Box.BoxChild)(this.boxNewFile [this.label7]));
     w12.Position = 1;
     w12.Expand   = false;
     w12.Fill     = false;
     this.vbox1.Add(this.boxNewFile);
     global::Gtk.Box.BoxChild w13 = ((global::Gtk.Box.BoxChild)(this.vbox1 [this.boxNewFile]));
     w13.Position = 1;
     w13.Expand   = false;
     w13.Fill     = false;
     // Container child vbox1.Gtk.Box+BoxChild
     this.boxNoFile         = new global::Gtk.HBox();
     this.boxNoFile.Name    = "boxNoFile";
     this.boxNoFile.Spacing = 6;
     // Container child boxNoFile.Gtk.Box+BoxChild
     this.image37          = new global::MonoDevelop.Components.ImageView();
     this.image37.Name     = "image37";
     this.image37.IconId   = "gtk-dialog-warning";
     this.image37.IconSize = ((global::Gtk.IconSize)(2));
     this.boxNoFile.Add(this.image37);
     global::Gtk.Box.BoxChild w14 = ((global::Gtk.Box.BoxChild)(this.boxNoFile [this.image37]));
     w14.Position = 0;
     w14.Expand   = false;
     w14.Fill     = false;
     // Container child boxNoFile.Gtk.Box+BoxChild
     this.label8 = new global::Gtk.Label();
     this.label8.WidthRequest = 500;
     this.label8.Name         = "label8";
     this.label8.Xalign       = 0F;
     this.label8.LabelProp    = global::Mono.Unix.Catalog.GetString("This ChangeLog file does not exist and will <b>not</b> be created.");
     this.label8.UseMarkup    = true;
     this.label8.Wrap         = true;
     this.boxNoFile.Add(this.label8);
     global::Gtk.Box.BoxChild w15 = ((global::Gtk.Box.BoxChild)(this.boxNoFile [this.label8]));
     w15.Position = 1;
     w15.Expand   = false;
     w15.Fill     = false;
     this.vbox1.Add(this.boxNoFile);
     global::Gtk.Box.BoxChild w16 = ((global::Gtk.Box.BoxChild)(this.vbox1 [this.boxNoFile]));
     w16.Position = 2;
     w16.Expand   = false;
     w16.Fill     = 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.vbox4         = new global::Gtk.VBox();
     this.vbox4.Name    = "vbox4";
     this.vbox4.Spacing = 6;
     // Container child vbox4.Gtk.Box+BoxChild
     this.image38          = new global::MonoDevelop.Components.ImageView();
     this.image38.Name     = "image38";
     this.image38.IconId   = "gtk-dialog-info";
     this.image38.IconSize = ((global::Gtk.IconSize)(2));
     this.vbox4.Add(this.image38);
     global::Gtk.Box.BoxChild w17 = ((global::Gtk.Box.BoxChild)(this.vbox4 [this.image38]));
     w17.Position = 0;
     w17.Expand   = false;
     w17.Fill     = false;
     this.hbox3.Add(this.vbox4);
     global::Gtk.Box.BoxChild w18 = ((global::Gtk.Box.BoxChild)(this.hbox3 [this.vbox4]));
     w18.Position = 0;
     w18.Expand   = false;
     w18.Fill     = false;
     // Container child hbox3.Gtk.Box+BoxChild
     this.label9 = new global::Gtk.Label();
     this.label9.WidthRequest = 500;
     this.label9.Name         = "label9";
     this.label9.Xalign       = 0F;
     this.label9.LabelProp    = global::Mono.Unix.Catalog.GetString("To change the ChangeLog creation and update policies, open the options dialog of the project or solution and click on the 'ChangeLog Integration\" section.");
     this.label9.UseMarkup    = true;
     this.label9.Wrap         = true;
     this.hbox3.Add(this.label9);
     global::Gtk.Box.BoxChild w19 = ((global::Gtk.Box.BoxChild)(this.hbox3 [this.label9]));
     w19.Position = 1;
     w19.Expand   = false;
     w19.Fill     = false;
     this.vbox1.Add(this.hbox3);
     global::Gtk.Box.BoxChild w20 = ((global::Gtk.Box.BoxChild)(this.vbox1 [this.hbox3]));
     w20.Position = 3;
     w20.Expand   = false;
     w20.Fill     = false;
     w1.Add(this.vbox1);
     global::Gtk.Box.BoxChild w21 = ((global::Gtk.Box.BoxChild)(w1 [this.vbox1]));
     w21.Position = 0;
     // Internal child MonoDevelop.ChangeLogAddIn.AddLogEntryDialog.ActionArea
     global::Gtk.HButtonBox w22 = this.ActionArea;
     w22.Events      = ((global::Gdk.EventMask)(256));
     w22.Name        = "ChangeLogAddIn.AddLogEntryDialog_ActionArea";
     w22.Spacing     = 6;
     w22.BorderWidth = ((uint)(5));
     w22.LayoutStyle = ((global::Gtk.ButtonBoxStyle)(4));
     // Container child ChangeLogAddIn.AddLogEntryDialog_ActionArea.Gtk.ButtonBox+ButtonBoxChild
     this.button7              = new global::Gtk.Button();
     this.button7.CanDefault   = true;
     this.button7.CanFocus     = true;
     this.button7.Name         = "button7";
     this.button7.UseStock     = true;
     this.button7.UseUnderline = true;
     this.button7.Label        = "gtk-cancel";
     this.AddActionWidget(this.button7, -6);
     global::Gtk.ButtonBox.ButtonBoxChild w23 = ((global::Gtk.ButtonBox.ButtonBoxChild)(w22 [this.button7]));
     w23.Expand = false;
     w23.Fill   = false;
     // Container child ChangeLogAddIn.AddLogEntryDialog_ActionArea.Gtk.ButtonBox+ButtonBoxChild
     this.button119              = new global::Gtk.Button();
     this.button119.CanDefault   = true;
     this.button119.CanFocus     = true;
     this.button119.Name         = "button119";
     this.button119.UseStock     = true;
     this.button119.UseUnderline = true;
     this.button119.Label        = "gtk-ok";
     this.AddActionWidget(this.button119, -5);
     global::Gtk.ButtonBox.ButtonBoxChild w24 = ((global::Gtk.ButtonBox.ButtonBoxChild)(w22 [this.button119]));
     w24.Position = 1;
     w24.Expand   = false;
     w24.Fill     = false;
     if ((this.Child != null))
     {
         this.Child.ShowAll();
     }
     this.DefaultWidth  = 573;
     this.DefaultHeight = 510;
     this.boxNewFile.Hide();
     this.boxNoFile.Hide();
     this.Hide();
 }
コード例 #49
0
 protected virtual void Build()
 {
     global::Stetic.Gui.Initialize(this);
     // Widget MonoDevelop.Ide.Gui.OptionPanels.IDEStyleOptionsPanelWidget
     global::Stetic.BinContainer.Attach(this);
     this.Name = "MonoDevelop.Ide.Gui.OptionPanels.IDEStyleOptionsPanelWidget";
     // Container child MonoDevelop.Ide.Gui.OptionPanels.IDEStyleOptionsPanelWidget.Gtk.Container+ContainerChild
     this.vbox13         = new global::Gtk.VBox();
     this.vbox13.Name    = "vbox13";
     this.vbox13.Spacing = 6;
     // Container child vbox13.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.comboLanguage      = global::Gtk.ComboBox.NewText();
     this.comboLanguage.Name = "comboLanguage";
     this.table1.Add(this.comboLanguage);
     global::Gtk.Table.TableChild w1 = ((global::Gtk.Table.TableChild)(this.table1 [this.comboLanguage]));
     w1.LeftAttach  = ((uint)(1));
     w1.RightAttach = ((uint)(2));
     w1.XOptions    = ((global::Gtk.AttachOptions)(4));
     w1.YOptions    = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     this.comboTheme      = global::Gtk.ComboBox.NewText();
     this.comboTheme.Name = "comboTheme";
     this.table1.Add(this.comboTheme);
     global::Gtk.Table.TableChild w2 = ((global::Gtk.Table.TableChild)(this.table1 [this.comboTheme]));
     w2.TopAttach    = ((uint)(1));
     w2.BottomAttach = ((uint)(2));
     w2.LeftAttach   = ((uint)(1));
     w2.RightAttach  = ((uint)(2));
     w2.XOptions     = ((global::Gtk.AttachOptions)(4));
     w2.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     this.label2           = new global::Gtk.Label();
     this.label2.Name      = "label2";
     this.label2.Xalign    = 0F;
     this.label2.LabelProp = global::Mono.Unix.Catalog.GetString("User Interface Language:");
     this.table1.Add(this.label2);
     global::Gtk.Table.TableChild w3 = ((global::Gtk.Table.TableChild)(this.table1 [this.label2]));
     w3.XOptions = ((global::Gtk.AttachOptions)(4));
     w3.YOptions = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     this.labelTheme           = new global::Gtk.Label();
     this.labelTheme.Name      = "labelTheme";
     this.labelTheme.Xalign    = 0F;
     this.labelTheme.LabelProp = global::Mono.Unix.Catalog.GetString("User Interface Theme:");
     this.table1.Add(this.labelTheme);
     global::Gtk.Table.TableChild w4 = ((global::Gtk.Table.TableChild)(this.table1 [this.labelTheme]));
     w4.TopAttach    = ((uint)(1));
     w4.BottomAttach = ((uint)(2));
     w4.XOptions     = ((global::Gtk.AttachOptions)(4));
     w4.YOptions     = ((global::Gtk.AttachOptions)(4));
     this.vbox13.Add(this.table1);
     global::Gtk.Box.BoxChild w5 = ((global::Gtk.Box.BoxChild)(this.vbox13 [this.table1]));
     w5.Position = 0;
     w5.Expand   = false;
     w5.Fill     = false;
     // Container child vbox13.Gtk.Box+BoxChild
     this.separatorRestart      = new global::Gtk.HSeparator();
     this.separatorRestart.Name = "separatorRestart";
     this.vbox13.Add(this.separatorRestart);
     global::Gtk.Box.BoxChild w6 = ((global::Gtk.Box.BoxChild)(this.vbox13 [this.separatorRestart]));
     w6.Position = 1;
     w6.Expand   = false;
     w6.Fill     = false;
     // Container child vbox13.Gtk.Box+BoxChild
     this.tableRestart               = new global::Gtk.Table(((uint)(2)), ((uint)(3)), false);
     this.tableRestart.Name          = "tableRestart";
     this.tableRestart.RowSpacing    = ((uint)(6));
     this.tableRestart.ColumnSpacing = ((uint)(6));
     // Container child tableRestart.Gtk.Table+TableChild
     this.btnRestart              = new global::Gtk.Button();
     this.btnRestart.CanFocus     = true;
     this.btnRestart.Name         = "btnRestart";
     this.btnRestart.UseUnderline = true;
     this.btnRestart.Label        = "Restart {0}";
     this.tableRestart.Add(this.btnRestart);
     global::Gtk.Table.TableChild w7 = ((global::Gtk.Table.TableChild)(this.tableRestart [this.btnRestart]));
     w7.TopAttach    = ((uint)(1));
     w7.BottomAttach = ((uint)(2));
     w7.LeftAttach   = ((uint)(1));
     w7.RightAttach  = ((uint)(2));
     w7.XOptions     = ((global::Gtk.AttachOptions)(4));
     w7.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child tableRestart.Gtk.Table+TableChild
     this.imageRestart          = new global::MonoDevelop.Components.ImageView();
     this.imageRestart.Name     = "imageRestart";
     this.imageRestart.IconId   = "md-information";
     this.imageRestart.IconSize = ((global::Gtk.IconSize)(1));
     this.tableRestart.Add(this.imageRestart);
     global::Gtk.Table.TableChild w8 = ((global::Gtk.Table.TableChild)(this.tableRestart [this.imageRestart]));
     w8.XOptions = ((global::Gtk.AttachOptions)(4));
     w8.YOptions = ((global::Gtk.AttachOptions)(4));
     // Container child tableRestart.Gtk.Table+TableChild
     this.labelRestart           = new global::Gtk.Label();
     this.labelRestart.Name      = "labelRestart";
     this.labelRestart.LabelProp = "These preferences will take effect next time you start {0}";
     this.tableRestart.Add(this.labelRestart);
     global::Gtk.Table.TableChild w9 = ((global::Gtk.Table.TableChild)(this.tableRestart [this.labelRestart]));
     w9.LeftAttach  = ((uint)(1));
     w9.RightAttach = ((uint)(3));
     w9.XOptions    = ((global::Gtk.AttachOptions)(4));
     w9.YOptions    = ((global::Gtk.AttachOptions)(4));
     this.vbox13.Add(this.tableRestart);
     global::Gtk.Box.BoxChild w10 = ((global::Gtk.Box.BoxChild)(this.vbox13 [this.tableRestart]));
     w10.Position = 2;
     w10.Expand   = false;
     w10.Fill     = false;
     this.Add(this.vbox13);
     if ((this.Child != null))
     {
         this.Child.ShowAll();
     }
     this.Show();
     this.btnRestart.Clicked += new global::System.EventHandler(this.RestartClicked);
 }
 protected virtual void Build()
 {
     global::Stetic.Gui.Initialize(this);
     // Widget MonoDevelop.RegexToolkit.RegexToolkitWidget
     global::Stetic.BinContainer.Attach(this);
     this.Name = "MonoDevelop.RegexToolkit.RegexToolkitWidget";
     // Container child MonoDevelop.RegexToolkit.RegexToolkitWidget.Gtk.Container+ContainerChild
     this.vbox2         = new global::Gtk.VBox();
     this.vbox2.Name    = "vbox2";
     this.vbox2.Spacing = 6;
     // Container child vbox2.Gtk.Box+BoxChild
     this.vpaned1             = new global::Gtk.VPaned();
     this.vpaned1.CanFocus    = true;
     this.vpaned1.Name        = "vpaned1";
     this.vpaned1.Position    = 359;
     this.vpaned1.BorderWidth = ((uint)(6));
     // Container child vpaned1.Gtk.Paned+PanedChild
     this.vbox1         = new global::Gtk.VBox();
     this.vbox1.Name    = "vbox1";
     this.vbox1.Spacing = 6;
     // Container child vbox1.Gtk.Box+BoxChild
     this.hbox1         = new global::Gtk.HBox();
     this.hbox1.Name    = "hbox1";
     this.hbox1.Spacing = 6;
     // Container child hbox1.Gtk.Box+BoxChild
     this.vbox6             = new global::Gtk.VBox();
     this.vbox6.Name        = "vbox6";
     this.vbox6.Spacing     = 6;
     this.vbox6.BorderWidth = ((uint)(6));
     // Container child vbox6.Gtk.Box+BoxChild
     this.label8              = new global::Gtk.Label();
     this.label8.Name         = "label8";
     this.label8.Xalign       = 0F;
     this.label8.LabelProp    = global::Mono.Unix.Catalog.GetString("Regular Expression");
     this.label8.UseUnderline = true;
     this.vbox6.Add(this.label8);
     global::Gtk.Box.BoxChild w1 = ((global::Gtk.Box.BoxChild)(this.vbox6 [this.label8]));
     w1.Position = 0;
     w1.Expand   = false;
     w1.Fill     = false;
     // Container child vbox6.Gtk.Box+BoxChild
     this.entryRegEx               = new global::Gtk.Entry();
     this.entryRegEx.CanFocus      = true;
     this.entryRegEx.Name          = "entryRegEx";
     this.entryRegEx.IsEditable    = true;
     this.entryRegEx.InvisibleChar = '●';
     this.vbox6.Add(this.entryRegEx);
     global::Gtk.Box.BoxChild w2 = ((global::Gtk.Box.BoxChild)(this.vbox6 [this.entryRegEx]));
     w2.Position = 1;
     w2.Expand   = false;
     w2.Fill     = false;
     // Container child vbox6.Gtk.Box+BoxChild
     this.vbox3         = new global::Gtk.VBox();
     this.vbox3.Name    = "vbox3";
     this.vbox3.Spacing = 6;
     // Container child vbox3.Gtk.Box+BoxChild
     this.checkbuttonReplace               = new global::Gtk.CheckButton();
     this.checkbuttonReplace.CanFocus      = true;
     this.checkbuttonReplace.Name          = "checkbuttonReplace";
     this.checkbuttonReplace.Label         = global::Mono.Unix.Catalog.GetString("Replace");
     this.checkbuttonReplace.Active        = true;
     this.checkbuttonReplace.DrawIndicator = true;
     this.checkbuttonReplace.UseUnderline  = true;
     this.vbox3.Add(this.checkbuttonReplace);
     global::Gtk.Box.BoxChild w3 = ((global::Gtk.Box.BoxChild)(this.vbox3 [this.checkbuttonReplace]));
     w3.Position = 0;
     w3.Expand   = false;
     w3.Fill     = false;
     // Container child vbox3.Gtk.Box+BoxChild
     this.entryReplace               = new global::Gtk.Entry();
     this.entryReplace.CanFocus      = true;
     this.entryReplace.Name          = "entryReplace";
     this.entryReplace.IsEditable    = true;
     this.entryReplace.InvisibleChar = '●';
     this.vbox3.Add(this.entryReplace);
     global::Gtk.Box.BoxChild w4 = ((global::Gtk.Box.BoxChild)(this.vbox3 [this.entryReplace]));
     w4.Position = 1;
     w4.Expand   = false;
     w4.Fill     = false;
     // Container child vbox3.Gtk.Box+BoxChild
     this.hbox7         = new global::Gtk.HBox();
     this.hbox7.Name    = "hbox7";
     this.hbox7.Spacing = 6;
     // Container child hbox7.Gtk.Box+BoxChild
     this.buttonStart            = new global::Gtk.Button();
     this.buttonStart.CanDefault = true;
     this.buttonStart.CanFocus   = true;
     this.buttonStart.Name       = "buttonStart";
     // Container child buttonStart.Gtk.Container+ContainerChild
     this.buttonStartHbox         = new global::Gtk.HBox();
     this.buttonStartHbox.Name    = "buttonStartHbox";
     this.buttonStartHbox.Spacing = 2;
     // Container child buttonStartHbox.Gtk.Box+BoxChild
     this.buttonStartIcon          = new global::MonoDevelop.Components.ImageView();
     this.buttonStartIcon.Name     = "buttonStartIcon";
     this.buttonStartIcon.IconId   = "gtk-execute";
     this.buttonStartIcon.IconSize = ((global::Gtk.IconSize)(1));
     this.buttonStartHbox.Add(this.buttonStartIcon);
     global::Gtk.Box.BoxChild w5 = ((global::Gtk.Box.BoxChild)(this.buttonStartHbox [this.buttonStartIcon]));
     w5.Position = 0;
     w5.Expand   = false;
     w5.Fill     = false;
     // Container child buttonStartHbox.Gtk.Box+BoxChild
     this.buttonStartLabel              = new global::Gtk.Label();
     this.buttonStartLabel.Name         = "buttonStartLabel";
     this.buttonStartLabel.LabelProp    = global::Mono.Unix.Catalog.GetString("Start Regular E_xpression");
     this.buttonStartLabel.UseUnderline = true;
     this.buttonStartHbox.Add(this.buttonStartLabel);
     global::Gtk.Box.BoxChild w6 = ((global::Gtk.Box.BoxChild)(this.buttonStartHbox [this.buttonStartLabel]));
     w6.Position = 1;
     w6.Expand   = false;
     w6.Fill     = false;
     this.buttonStart.Add(this.buttonStartHbox);
     this.hbox7.Add(this.buttonStart);
     global::Gtk.Box.BoxChild w8 = ((global::Gtk.Box.BoxChild)(this.hbox7 [this.buttonStart]));
     w8.PackType = ((global::Gtk.PackType)(1));
     w8.Position = 0;
     w8.Expand   = false;
     w8.Fill     = false;
     // Container child hbox7.Gtk.Box+BoxChild
     this.expandMatches               = new global::Gtk.CheckButton();
     this.expandMatches.CanFocus      = true;
     this.expandMatches.Name          = "expandMatches";
     this.expandMatches.Label         = global::Mono.Unix.Catalog.GetString("Expand matches");
     this.expandMatches.Active        = true;
     this.expandMatches.DrawIndicator = true;
     this.expandMatches.UseUnderline  = true;
     this.expandMatches.BorderWidth   = ((uint)(3));
     this.hbox7.Add(this.expandMatches);
     global::Gtk.Box.BoxChild w9 = ((global::Gtk.Box.BoxChild)(this.hbox7 [this.expandMatches]));
     w9.Position = 1;
     w9.Expand   = false;
     this.vbox3.Add(this.hbox7);
     global::Gtk.Box.BoxChild w10 = ((global::Gtk.Box.BoxChild)(this.vbox3 [this.hbox7]));
     w10.PackType = ((global::Gtk.PackType)(1));
     w10.Position = 2;
     w10.Expand   = false;
     w10.Fill     = false;
     this.vbox6.Add(this.vbox3);
     global::Gtk.Box.BoxChild w11 = ((global::Gtk.Box.BoxChild)(this.vbox6 [this.vbox3]));
     w11.Position = 2;
     w11.Expand   = false;
     w11.Fill     = false;
     this.hbox1.Add(this.vbox6);
     global::Gtk.Box.BoxChild w12 = ((global::Gtk.Box.BoxChild)(this.hbox1 [this.vbox6]));
     w12.Position = 0;
     // Container child hbox1.Gtk.Box+BoxChild
     this.vbox4         = new global::Gtk.VBox();
     this.vbox4.Name    = "vbox4";
     this.vbox4.Spacing = 6;
     // Container child vbox4.Gtk.Box+BoxChild
     this.label10              = new global::Gtk.Label();
     this.label10.Name         = "label10";
     this.label10.Xalign       = 0F;
     this.label10.LabelProp    = global::Mono.Unix.Catalog.GetString("Options:");
     this.label10.UseMarkup    = true;
     this.label10.UseUnderline = true;
     this.vbox4.Add(this.label10);
     global::Gtk.Box.BoxChild w13 = ((global::Gtk.Box.BoxChild)(this.vbox4 [this.label10]));
     w13.Position = 0;
     w13.Expand   = false;
     w13.Fill     = false;
     // Container child vbox4.Gtk.Box+BoxChild
     this.scrolledwindow5            = new global::Gtk.ScrolledWindow();
     this.scrolledwindow5.CanFocus   = true;
     this.scrolledwindow5.Name       = "scrolledwindow5";
     this.scrolledwindow5.ShadowType = ((global::Gtk.ShadowType)(1));
     // Container child scrolledwindow5.Gtk.Container+ContainerChild
     this.optionsTreeview          = new global::Gtk.TreeView();
     this.optionsTreeview.CanFocus = true;
     this.optionsTreeview.Name     = "optionsTreeview";
     this.scrolledwindow5.Add(this.optionsTreeview);
     this.vbox4.Add(this.scrolledwindow5);
     global::Gtk.Box.BoxChild w15 = ((global::Gtk.Box.BoxChild)(this.vbox4 [this.scrolledwindow5]));
     w15.Position = 1;
     this.hbox1.Add(this.vbox4);
     global::Gtk.Box.BoxChild w16 = ((global::Gtk.Box.BoxChild)(this.hbox1 [this.vbox4]));
     w16.Position = 1;
     w16.Expand   = false;
     w16.Fill     = false;
     this.vbox1.Add(this.hbox1);
     global::Gtk.Box.BoxChild w17 = ((global::Gtk.Box.BoxChild)(this.vbox1 [this.hbox1]));
     w17.Position = 0;
     w17.Expand   = false;
     w17.Fill     = false;
     // Container child vbox1.Gtk.Box+BoxChild
     this.HelpWidget             = new global::Gtk.VBox();
     this.HelpWidget.Name        = "HelpWidget";
     this.HelpWidget.Spacing     = 6;
     this.HelpWidget.BorderWidth = ((uint)(6));
     // Container child HelpWidget.Gtk.Box+BoxChild
     this.label9              = new global::Gtk.Label();
     this.label9.Name         = "label9";
     this.label9.Xalign       = 0F;
     this.label9.LabelProp    = global::Mono.Unix.Catalog.GetString("Input:");
     this.label9.UseMarkup    = true;
     this.label9.UseUnderline = true;
     this.HelpWidget.Add(this.label9);
     global::Gtk.Box.BoxChild w18 = ((global::Gtk.Box.BoxChild)(this.HelpWidget [this.label9]));
     w18.Position = 0;
     w18.Expand   = false;
     w18.Fill     = false;
     // Container child HelpWidget.Gtk.Box+BoxChild
     this.hbox5         = new global::Gtk.HBox();
     this.hbox5.Name    = "hbox5";
     this.hbox5.Spacing = 6;
     // Container child hbox5.Gtk.Box+BoxChild
     this.scrolledwindow1            = new global::Gtk.ScrolledWindow();
     this.scrolledwindow1.CanFocus   = true;
     this.scrolledwindow1.Name       = "scrolledwindow1";
     this.scrolledwindow1.ShadowType = ((global::Gtk.ShadowType)(1));
     // Container child scrolledwindow1.Gtk.Container+ContainerChild
     this.inputTextview          = new global::Gtk.TextView();
     this.inputTextview.CanFocus = true;
     this.inputTextview.Name     = "inputTextview";
     this.scrolledwindow1.Add(this.inputTextview);
     this.hbox5.Add(this.scrolledwindow1);
     global::Gtk.Box.BoxChild w20 = ((global::Gtk.Box.BoxChild)(this.hbox5 [this.scrolledwindow1]));
     w20.Position = 0;
     this.HelpWidget.Add(this.hbox5);
     global::Gtk.Box.BoxChild w21 = ((global::Gtk.Box.BoxChild)(this.HelpWidget [this.hbox5]));
     w21.Position = 1;
     this.vbox1.Add(this.HelpWidget);
     global::Gtk.Box.BoxChild w22 = ((global::Gtk.Box.BoxChild)(this.vbox1 [this.HelpWidget]));
     w22.Position = 1;
     this.vpaned1.Add(this.vbox1);
     global::Gtk.Paned.PanedChild w23 = ((global::Gtk.Paned.PanedChild)(this.vpaned1 [this.vbox1]));
     w23.Resize = false;
     // Container child vpaned1.Gtk.Paned+PanedChild
     this.hbox4             = new global::Gtk.HBox();
     this.hbox4.Name        = "hbox4";
     this.hbox4.Spacing     = 6;
     this.hbox4.BorderWidth = ((uint)(6));
     // Container child hbox4.Gtk.Box+BoxChild
     this.notebook2             = new global::Gtk.Notebook();
     this.notebook2.CanFocus    = true;
     this.notebook2.Name        = "notebook2";
     this.notebook2.CurrentPage = 0;
     // Container child notebook2.Gtk.Notebook+NotebookChild
     this.scrolledwindow2            = new global::Gtk.ScrolledWindow();
     this.scrolledwindow2.CanFocus   = true;
     this.scrolledwindow2.Name       = "scrolledwindow2";
     this.scrolledwindow2.ShadowType = ((global::Gtk.ShadowType)(1));
     // Container child scrolledwindow2.Gtk.Container+ContainerChild
     this.resultsTreeview          = new global::Gtk.TreeView();
     this.resultsTreeview.CanFocus = true;
     this.resultsTreeview.Name     = "resultsTreeview";
     this.scrolledwindow2.Add(this.resultsTreeview);
     this.notebook2.Add(this.scrolledwindow2);
     // Notebook tab
     this.label3           = new global::Gtk.Label();
     this.label3.Name      = "label3";
     this.label3.LabelProp = global::Mono.Unix.Catalog.GetString("Matches");
     this.notebook2.SetTabLabel(this.scrolledwindow2, this.label3);
     this.label3.ShowAll();
     // Container child notebook2.Gtk.Notebook+NotebookChild
     this.scrolledwindow4            = new global::Gtk.ScrolledWindow();
     this.scrolledwindow4.CanFocus   = true;
     this.scrolledwindow4.Name       = "scrolledwindow4";
     this.scrolledwindow4.ShadowType = ((global::Gtk.ShadowType)(1));
     // Container child scrolledwindow4.Gtk.Container+ContainerChild
     this.replaceResultTextview               = new global::Gtk.TextView();
     this.replaceResultTextview.CanFocus      = true;
     this.replaceResultTextview.Name          = "replaceResultTextview";
     this.replaceResultTextview.Editable      = false;
     this.replaceResultTextview.CursorVisible = false;
     this.scrolledwindow4.Add(this.replaceResultTextview);
     this.notebook2.Add(this.scrolledwindow4);
     global::Gtk.Notebook.NotebookChild w27 = ((global::Gtk.Notebook.NotebookChild)(this.notebook2 [this.scrolledwindow4]));
     w27.Position = 1;
     // Notebook tab
     this.label4           = new global::Gtk.Label();
     this.label4.Name      = "label4";
     this.label4.LabelProp = global::Mono.Unix.Catalog.GetString("Replace");
     this.notebook2.SetTabLabel(this.scrolledwindow4, this.label4);
     this.label4.ShowAll();
     this.hbox4.Add(this.notebook2);
     global::Gtk.Box.BoxChild w28 = ((global::Gtk.Box.BoxChild)(this.hbox4 [this.notebook2]));
     w28.Position = 0;
     this.vpaned1.Add(this.hbox4);
     this.vbox2.Add(this.vpaned1);
     global::Gtk.Box.BoxChild w30 = ((global::Gtk.Box.BoxChild)(this.vbox2 [this.vpaned1]));
     w30.Position = 0;
     this.Add(this.vbox2);
     if ((this.Child != null))
     {
         this.Child.ShowAll();
     }
     this.label8.MnemonicWidget  = this.inputTextview;
     this.label10.MnemonicWidget = this.optionsTreeview;
     this.label9.MnemonicWidget  = this.inputTextview;
     this.Hide();
 }
		protected virtual void Build ()
		{
			global::Stetic.Gui.Initialize (this);
			// Widget MonoDevelop.Ide.Projects.ProjectFileSelectorDialog
			this.Name = "MonoDevelop.Ide.Projects.ProjectFileSelectorDialog";
			this.Title = global::Mono.Unix.Catalog.GetString ("Select Project File...");
			this.WindowPosition = ((global::Gtk.WindowPosition)(4));
			// Internal child MonoDevelop.Ide.Projects.ProjectFileSelectorDialog.VBox
			global::Gtk.VBox w1 = this.VBox;
			w1.Name = "dialog1_VBox";
			w1.BorderWidth = ((uint)(2));
			// Container child dialog1_VBox.Gtk.Box+BoxChild
			this.hpaned1 = new global::Gtk.HPaned ();
			this.hpaned1.CanFocus = true;
			this.hpaned1.Name = "hpaned1";
			this.hpaned1.Position = 182;
			this.hpaned1.BorderWidth = ((uint)(6));
			// Container child hpaned1.Gtk.Paned+PanedChild
			this.vbox3 = new global::Gtk.VBox ();
			this.vbox3.Name = "vbox3";
			this.vbox3.Spacing = 6;
			// Container child vbox3.Gtk.Box+BoxChild
			this.GtkScrolledWindow = new global::Gtk.ScrolledWindow ();
			this.GtkScrolledWindow.Name = "GtkScrolledWindow";
			this.GtkScrolledWindow.ShadowType = ((global::Gtk.ShadowType)(1));
			// Container child GtkScrolledWindow.Gtk.Container+ContainerChild
			this.projectTree = new global::Gtk.TreeView ();
			this.projectTree.CanFocus = true;
			this.projectTree.Name = "projectTree";
			this.GtkScrolledWindow.Add (this.projectTree);
			this.vbox3.Add (this.GtkScrolledWindow);
			global::Gtk.Box.BoxChild w3 = ((global::Gtk.Box.BoxChild)(this.vbox3 [this.GtkScrolledWindow]));
			w3.Position = 0;
			this.hpaned1.Add (this.vbox3);
			global::Gtk.Paned.PanedChild w4 = ((global::Gtk.Paned.PanedChild)(this.hpaned1 [this.vbox3]));
			w4.Resize = false;
			// Container child hpaned1.Gtk.Paned+PanedChild
			this.vbox4 = new global::Gtk.VBox ();
			this.vbox4.Name = "vbox4";
			this.vbox4.Spacing = 6;
			// Container child vbox4.Gtk.Box+BoxChild
			this.GtkScrolledWindow1 = new global::Gtk.ScrolledWindow ();
			this.GtkScrolledWindow1.Name = "GtkScrolledWindow1";
			this.GtkScrolledWindow1.ShadowType = ((global::Gtk.ShadowType)(1));
			// Container child GtkScrolledWindow1.Gtk.Container+ContainerChild
			this.fileList = new global::Gtk.TreeView ();
			this.fileList.CanFocus = true;
			this.fileList.Name = "fileList";
			this.GtkScrolledWindow1.Add (this.fileList);
			this.vbox4.Add (this.GtkScrolledWindow1);
			global::Gtk.Box.BoxChild w6 = ((global::Gtk.Box.BoxChild)(this.vbox4 [this.GtkScrolledWindow1]));
			w6.Position = 0;
			// Container child vbox4.Gtk.Box+BoxChild
			this.hbox2 = new global::Gtk.HBox ();
			this.hbox2.Name = "hbox2";
			this.hbox2.Spacing = 6;
			// Container child hbox2.Gtk.Box+BoxChild
			this.AddFileButton = new global::Gtk.Button ();
			this.AddFileButton.TooltipMarkup = "Add existing files to the project";
			this.AddFileButton.CanFocus = true;
			this.AddFileButton.Name = "AddFileButton";
			this.AddFileButton.Relief = ((global::Gtk.ReliefStyle)(2));
			// Container child AddFileButton.Gtk.Container+ContainerChild
			this.imageAdd = new global::MonoDevelop.Components.ImageView ();
			this.imageAdd.Name = "imageAdd";
			this.imageAdd.IconSize = ((global::Gtk.IconSize)(1));
			this.imageAdd.IconId = "gtk-add";
			this.AddFileButton.Add (this.imageAdd);
			this.hbox2.Add (this.AddFileButton);
			global::Gtk.Box.BoxChild w8 = ((global::Gtk.Box.BoxChild)(this.hbox2 [this.AddFileButton]));
			w8.Position = 0;
			w8.Expand = false;
			w8.Fill = false;
			// Container child hbox2.Gtk.Box+BoxChild
			this.typeBox = new global::Gtk.HBox ();
			this.typeBox.Name = "typeBox";
			this.typeBox.Spacing = 6;
			// Container child typeBox.Gtk.Box+BoxChild
			this.label2 = new global::Gtk.Label ();
			this.label2.Name = "label2";
			this.label2.LabelProp = global::Mono.Unix.Catalog.GetString ("File _type:");
			this.label2.UseUnderline = true;
			this.typeBox.Add (this.label2);
			global::Gtk.Box.BoxChild w9 = ((global::Gtk.Box.BoxChild)(this.typeBox [this.label2]));
			w9.Position = 0;
			w9.Expand = false;
			w9.Fill = false;
			// Container child typeBox.Gtk.Box+BoxChild
			this.fileTypeCombo = global::Gtk.ComboBox.NewText ();
			this.fileTypeCombo.Name = "fileTypeCombo";
			this.typeBox.Add (this.fileTypeCombo);
			global::Gtk.Box.BoxChild w10 = ((global::Gtk.Box.BoxChild)(this.typeBox [this.fileTypeCombo]));
			w10.Position = 1;
			w10.Expand = false;
			w10.Fill = false;
			this.hbox2.Add (this.typeBox);
			global::Gtk.Box.BoxChild w11 = ((global::Gtk.Box.BoxChild)(this.hbox2 [this.typeBox]));
			w11.PackType = ((global::Gtk.PackType)(1));
			w11.Position = 1;
			this.vbox4.Add (this.hbox2);
			global::Gtk.Box.BoxChild w12 = ((global::Gtk.Box.BoxChild)(this.vbox4 [this.hbox2]));
			w12.Position = 1;
			w12.Expand = false;
			w12.Fill = false;
			this.hpaned1.Add (this.vbox4);
			w1.Add (this.hpaned1);
			global::Gtk.Box.BoxChild w14 = ((global::Gtk.Box.BoxChild)(w1 [this.hpaned1]));
			w14.Position = 0;
			// Internal child MonoDevelop.Ide.Projects.ProjectFileSelectorDialog.ActionArea
			global::Gtk.HButtonBox w15 = this.ActionArea;
			w15.Name = "dialog1_ActionArea";
			w15.Spacing = 6;
			w15.BorderWidth = ((uint)(5));
			w15.LayoutStyle = ((global::Gtk.ButtonBoxStyle)(4));
			// Container child dialog1_ActionArea.Gtk.ButtonBox+ButtonBoxChild
			this.buttonCancel = new global::Gtk.Button ();
			this.buttonCancel.CanDefault = true;
			this.buttonCancel.CanFocus = true;
			this.buttonCancel.Name = "buttonCancel";
			this.buttonCancel.UseStock = true;
			this.buttonCancel.UseUnderline = true;
			this.buttonCancel.Label = "gtk-cancel";
			this.AddActionWidget (this.buttonCancel, -6);
			global::Gtk.ButtonBox.ButtonBoxChild w16 = ((global::Gtk.ButtonBox.ButtonBoxChild)(w15 [this.buttonCancel]));
			w16.Expand = false;
			w16.Fill = false;
			// Container child dialog1_ActionArea.Gtk.ButtonBox+ButtonBoxChild
			this.buttonOk = new global::Gtk.Button ();
			this.buttonOk.CanDefault = true;
			this.buttonOk.CanFocus = true;
			this.buttonOk.Name = "buttonOk";
			this.buttonOk.UseStock = true;
			this.buttonOk.UseUnderline = true;
			this.buttonOk.Label = "gtk-ok";
			this.AddActionWidget (this.buttonOk, -5);
			global::Gtk.ButtonBox.ButtonBoxChild w17 = ((global::Gtk.ButtonBox.ButtonBoxChild)(w15 [this.buttonOk]));
			w17.Position = 1;
			w17.Expand = false;
			w17.Fill = false;
			if ((this.Child != null)) {
				this.Child.ShowAll ();
			}
			this.DefaultWidth = 522;
			this.DefaultHeight = 416;
			this.label2.MnemonicWidget = this.fileTypeCombo;
			this.typeBox.Hide ();
			this.Hide ();
			this.AddFileButton.Clicked += new global::System.EventHandler (this.OnAddFileButtonClicked);
		}
		protected virtual void Build ()
		{
			global::Stetic.Gui.Initialize (this);
			// Widget MonoDevelop.PackageManagement.PagedResultsWidget
			global::Stetic.BinContainer.Attach (this);
			this.Name = "MonoDevelop.PackageManagement.PagedResultsWidget";
			// Container child MonoDevelop.PackageManagement.PagedResultsWidget.Gtk.Container+ContainerChild
			this.mainHBox = new global::Gtk.HBox ();
			this.mainHBox.Name = "mainHBox";
			// Container child mainHBox.Gtk.Box+BoxChild
			this.backButton = new global::Gtk.Button ();
			this.backButton.CanFocus = true;
			this.backButton.Name = "backButton";
			this.backButton.FocusOnClick = false;
			this.backButton.Relief = ((global::Gtk.ReliefStyle)(2));
			// Container child backButton.Gtk.Container+ContainerChild
			this.imageBack = new global::MonoDevelop.Components.ImageView ();
			this.imageBack.Name = "imageBack";
			this.imageBack.IconId = "gtk-go-back";
			this.imageBack.IconSize = ((global::Gtk.IconSize)(1));
			this.backButton.Add (this.imageBack);
			this.mainHBox.Add (this.backButton);
			global::Gtk.Box.BoxChild w2 = ((global::Gtk.Box.BoxChild)(this.mainHBox [this.backButton]));
			w2.Position = 0;
			w2.Expand = false;
			w2.Fill = false;
			// Container child mainHBox.Gtk.Box+BoxChild
			this.firstButton = new global::Gtk.Button ();
			this.firstButton.CanFocus = true;
			this.firstButton.Name = "firstButton";
			this.firstButton.UseUnderline = true;
			this.firstButton.FocusOnClick = false;
			this.firstButton.Relief = ((global::Gtk.ReliefStyle)(2));
			this.firstButton.Label = global::Mono.Unix.Catalog.GetString ("1");
			this.mainHBox.Add (this.firstButton);
			global::Gtk.Box.BoxChild w3 = ((global::Gtk.Box.BoxChild)(this.mainHBox [this.firstButton]));
			w3.Position = 1;
			w3.Expand = false;
			w3.Fill = false;
			// Container child mainHBox.Gtk.Box+BoxChild
			this.secondButton = new global::Gtk.Button ();
			this.secondButton.CanFocus = true;
			this.secondButton.Name = "secondButton";
			this.secondButton.FocusOnClick = false;
			this.secondButton.Relief = ((global::Gtk.ReliefStyle)(2));
			this.secondButton.Label = global::Mono.Unix.Catalog.GetString ("2");
			this.mainHBox.Add (this.secondButton);
			global::Gtk.Box.BoxChild w4 = ((global::Gtk.Box.BoxChild)(this.mainHBox [this.secondButton]));
			w4.Position = 2;
			w4.Expand = false;
			w4.Fill = false;
			// Container child mainHBox.Gtk.Box+BoxChild
			this.thirdButton = new global::Gtk.Button ();
			this.thirdButton.CanFocus = true;
			this.thirdButton.Name = "thirdButton";
			this.thirdButton.FocusOnClick = false;
			this.thirdButton.Relief = ((global::Gtk.ReliefStyle)(2));
			this.thirdButton.Label = global::Mono.Unix.Catalog.GetString ("3");
			this.mainHBox.Add (this.thirdButton);
			global::Gtk.Box.BoxChild w5 = ((global::Gtk.Box.BoxChild)(this.mainHBox [this.thirdButton]));
			w5.Position = 3;
			w5.Expand = false;
			w5.Fill = false;
			// Container child mainHBox.Gtk.Box+BoxChild
			this.fourthButton = new global::Gtk.Button ();
			this.fourthButton.CanFocus = true;
			this.fourthButton.Name = "fourthButton";
			this.fourthButton.FocusOnClick = false;
			this.fourthButton.Relief = ((global::Gtk.ReliefStyle)(2));
			this.fourthButton.Label = global::Mono.Unix.Catalog.GetString ("4");
			this.mainHBox.Add (this.fourthButton);
			global::Gtk.Box.BoxChild w6 = ((global::Gtk.Box.BoxChild)(this.mainHBox [this.fourthButton]));
			w6.Position = 4;
			w6.Expand = false;
			w6.Fill = false;
			// Container child mainHBox.Gtk.Box+BoxChild
			this.fifthButton = new global::Gtk.Button ();
			this.fifthButton.CanFocus = true;
			this.fifthButton.Name = "fifthButton";
			this.fifthButton.FocusOnClick = false;
			this.fifthButton.Relief = ((global::Gtk.ReliefStyle)(2));
			this.fifthButton.Label = global::Mono.Unix.Catalog.GetString ("5");
			this.mainHBox.Add (this.fifthButton);
			global::Gtk.Box.BoxChild w7 = ((global::Gtk.Box.BoxChild)(this.mainHBox [this.fifthButton]));
			w7.Position = 5;
			w7.Expand = false;
			w7.Fill = false;
			// Container child mainHBox.Gtk.Box+BoxChild
			this.forwardButton = new global::Gtk.Button ();
			this.forwardButton.CanFocus = true;
			this.forwardButton.Name = "forwardButton";
			this.forwardButton.FocusOnClick = false;
			this.forwardButton.Relief = ((global::Gtk.ReliefStyle)(2));
			// Container child forwardButton.Gtk.Container+ContainerChild
			this.imageForward = new global::MonoDevelop.Components.ImageView ();
			this.imageForward.Name = "imageForward";
			this.imageForward.IconId = "gtk-go-forward";
			this.imageForward.IconSize = ((global::Gtk.IconSize)(1));
			this.forwardButton.Add (this.imageForward);
			this.mainHBox.Add (this.forwardButton);
			global::Gtk.Box.BoxChild w9 = ((global::Gtk.Box.BoxChild)(this.mainHBox [this.forwardButton]));
			w9.Position = 6;
			w9.Expand = false;
			w9.Fill = false;
			this.Add (this.mainHBox);
			if ((this.Child != null)) {
				this.Child.ShowAll ();
			}
			this.Hide ();
			this.backButton.Clicked += new global::System.EventHandler (this.BackButtonClicked);
			this.firstButton.Clicked += new global::System.EventHandler (this.PageButtonClicked);
			this.secondButton.Clicked += new global::System.EventHandler (this.PageButtonClicked);
			this.thirdButton.Clicked += new global::System.EventHandler (this.PageButtonClicked);
			this.fourthButton.Clicked += new global::System.EventHandler (this.PageButtonClicked);
			this.fifthButton.Clicked += new global::System.EventHandler (this.PageButtonClicked);
			this.forwardButton.Clicked += new global::System.EventHandler (this.ForwardButtonClicked);
		}