protected virtual void Build()
 {
     MonoDevelop.Components.Gui.Initialize(this);
     // Widget MonoDevelop.Ide.Execution.MonoExecutionParametersWidget
     MonoDevelop.Components.BinContainer.Attach(this);
     this.Name = "MonoDevelop.Ide.Execution.MonoExecutionParametersWidget";
     // Container child MonoDevelop.Ide.Execution.MonoExecutionParametersWidget.Gtk.Container+ContainerChild
     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.propertyGrid             = new global::MonoDevelop.Components.PropertyGrid.PropertyGrid();
     this.propertyGrid.Name        = "propertyGrid";
     this.propertyGrid.ShowToolbar = false;
     this.propertyGrid.ShowHelp    = true;
     this.hbox1.Add(this.propertyGrid);
     global::Gtk.Box.BoxChild w1 = ((global::Gtk.Box.BoxChild)(this.hbox1 [this.propertyGrid]));
     w1.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.buttonReset              = new global::Gtk.Button();
     this.buttonReset.CanFocus     = true;
     this.buttonReset.Name         = "buttonReset";
     this.buttonReset.UseUnderline = true;
     this.buttonReset.Label        = global::Mono.Unix.Catalog.GetString("Clear All Options");
     this.vbox4.Add(this.buttonReset);
     global::Gtk.Box.BoxChild w2 = ((global::Gtk.Box.BoxChild)(this.vbox4 [this.buttonReset]));
     w2.Position = 0;
     w2.Expand   = false;
     w2.Fill     = false;
     // Container child vbox4.Gtk.Box+BoxChild
     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 Options");
     this.vbox4.Add(this.buttonPreview);
     global::Gtk.Box.BoxChild w3 = ((global::Gtk.Box.BoxChild)(this.vbox4 [this.buttonPreview]));
     w3.Position = 1;
     w3.Expand   = false;
     w3.Fill     = false;
     this.hbox1.Add(this.vbox4);
     global::Gtk.Box.BoxChild w4 = ((global::Gtk.Box.BoxChild)(this.hbox1 [this.vbox4]));
     w4.Position = 1;
     w4.Expand   = false;
     w4.Fill     = false;
     this.Add(this.hbox1);
     if ((this.Child != null))
     {
         this.Child.ShowAll();
     }
     this.Hide();
     this.buttonReset.Clicked   += new global::System.EventHandler(this.OnButtonResetClicked);
     this.buttonPreview.Clicked += new global::System.EventHandler(this.OnButtonPreviewClicked);
 }
		protected virtual void Build ()
		{
			global::Stetic.Gui.Initialize (this);
			// Widget MonoDevelop.Ide.Execution.MonoExecutionParametersWidget
			global::Stetic.BinContainer.Attach (this);
			this.Name = "MonoDevelop.Ide.Execution.MonoExecutionParametersWidget";
			// Container child MonoDevelop.Ide.Execution.MonoExecutionParametersWidget.Gtk.Container+ContainerChild
			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.propertyGrid = new global::MonoDevelop.Components.PropertyGrid.PropertyGrid ();
			this.propertyGrid.Name = "propertyGrid";
			this.propertyGrid.ShowToolbar = false;
			this.propertyGrid.ShowHelp = true;
			this.hbox1.Add (this.propertyGrid);
			global::Gtk.Box.BoxChild w1 = ((global::Gtk.Box.BoxChild)(this.hbox1 [this.propertyGrid]));
			w1.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.buttonReset = new global::Gtk.Button ();
			this.buttonReset.CanFocus = true;
			this.buttonReset.Name = "buttonReset";
			this.buttonReset.UseUnderline = true;
			this.buttonReset.Label = global::Mono.Unix.Catalog.GetString ("Clear All Options");
			this.vbox4.Add (this.buttonReset);
			global::Gtk.Box.BoxChild w2 = ((global::Gtk.Box.BoxChild)(this.vbox4 [this.buttonReset]));
			w2.Position = 0;
			w2.Expand = false;
			w2.Fill = false;
			// Container child vbox4.Gtk.Box+BoxChild
			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 Options");
			this.vbox4.Add (this.buttonPreview);
			global::Gtk.Box.BoxChild w3 = ((global::Gtk.Box.BoxChild)(this.vbox4 [this.buttonPreview]));
			w3.Position = 1;
			w3.Expand = false;
			w3.Fill = false;
			this.hbox1.Add (this.vbox4);
			global::Gtk.Box.BoxChild w4 = ((global::Gtk.Box.BoxChild)(this.hbox1 [this.vbox4]));
			w4.Position = 1;
			w4.Expand = false;
			w4.Fill = false;
			this.Add (this.hbox1);
			if ((this.Child != null)) {
				this.Child.ShowAll ();
			}
			this.Hide ();
			this.buttonReset.Clicked += new global::System.EventHandler (this.OnButtonResetClicked);
			this.buttonPreview.Clicked += new global::System.EventHandler (this.OnButtonPreviewClicked);
		}
 protected virtual void Build()
 {
     global::Stetic.Gui.Initialize (this);
     // Widget Docking.Components.PropertyViewer
     global::Stetic.BinContainer.Attach (this);
     this.Name = "Docking.Components.PropertyViewer";
     // Container child Docking.Components.PropertyViewer.Gtk.Container+ContainerChild
     this.propertygrid1 = new global::MonoDevelop.Components.PropertyGrid.PropertyGrid ();
     this.propertygrid1.Name = "propertygrid1";
     this.propertygrid1.ShowToolbar = true;
     this.propertygrid1.ShowHelp = false;
     this.Add (this.propertygrid1);
     if ((this.Child != null)) {
         this.Child.ShowAll ();
     }
     this.Hide ();
 }
Пример #4
0
 protected virtual void Build()
 {
     global::Stetic.Gui.Initialize(this);
     // Widget Docking.Components.PropertyViewer
     global::Stetic.BinContainer.Attach(this);
     this.Name = "Docking.Components.PropertyViewer";
     // Container child Docking.Components.PropertyViewer.Gtk.Container+ContainerChild
     this.propertygrid1             = new global::MonoDevelop.Components.PropertyGrid.PropertyGrid();
     this.propertygrid1.Name        = "propertygrid1";
     this.propertygrid1.ShowToolbar = true;
     this.propertygrid1.ShowHelp    = false;
     this.Add(this.propertygrid1);
     if ((this.Child != null))
     {
         this.Child.ShowAll();
     }
     this.Hide();
 }
		protected virtual void Build ()
		{
			global::Stetic.Gui.Initialize (this);
			// Widget MonoDevelop.Ide.Execution.MonoExecutionParametersWidget
			global::Stetic.BinContainer.Attach (this);
			this.Name = "MonoDevelop.Ide.Execution.MonoExecutionParametersWidget";
			// Container child MonoDevelop.Ide.Execution.MonoExecutionParametersWidget.Gtk.Container+ContainerChild
			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.propertyGrid = new global::MonoDevelop.Components.PropertyGrid.PropertyGrid ();
			this.propertyGrid.Name = "propertyGrid";
			this.propertyGrid.ShowToolbar = false;
			this.propertyGrid.ShowHelp = true;
			this.hbox1.Add (this.propertyGrid);
			global::Gtk.Box.BoxChild w1 = ((global::Gtk.Box.BoxChild)(this.hbox1 [this.propertyGrid]));
			w1.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.buttonReset = new global::Gtk.Button ();
			this.buttonReset.CanFocus = true;
			this.buttonReset.Name = "buttonReset";
			this.buttonReset.UseUnderline = true;
			// Container child buttonReset.Gtk.Container+ContainerChild
			global::Gtk.Alignment w2 = new global::Gtk.Alignment (0.5F, 0.5F, 0F, 0F);
			// Container child GtkAlignment.Gtk.Container+ContainerChild
			global::Gtk.HBox w3 = new global::Gtk.HBox ();
			w3.Spacing = 2;
			// Container child GtkHBox.Gtk.Container+ContainerChild
			global::Gtk.Image w4 = new global::Gtk.Image ();
			w4.Pixbuf = global::Stetic.IconLoader.LoadIcon (this, "gtk-clear", global::Gtk.IconSize.Menu);
			w3.Add (w4);
			// Container child GtkHBox.Gtk.Container+ContainerChild
			global::Gtk.Label w6 = new global::Gtk.Label ();
			w6.LabelProp = global::MonoDevelop.Core.GettextCatalog.GetString ("Clear All Options");
			w6.UseUnderline = true;
			w3.Add (w6);
			w2.Add (w3);
			this.buttonReset.Add (w2);
			this.vbox4.Add (this.buttonReset);
			global::Gtk.Box.BoxChild w10 = ((global::Gtk.Box.BoxChild)(this.vbox4 [this.buttonReset]));
			w10.Position = 0;
			w10.Expand = false;
			w10.Fill = false;
			// Container child vbox4.Gtk.Box+BoxChild
			this.buttonPreview = new global::Gtk.Button ();
			this.buttonPreview.CanFocus = true;
			this.buttonPreview.Name = "buttonPreview";
			this.buttonPreview.UseUnderline = true;
			this.buttonPreview.Label = global::MonoDevelop.Core.GettextCatalog.GetString ("Preview Options");
			this.vbox4.Add (this.buttonPreview);
			global::Gtk.Box.BoxChild w11 = ((global::Gtk.Box.BoxChild)(this.vbox4 [this.buttonPreview]));
			w11.Position = 1;
			w11.Expand = false;
			w11.Fill = false;
			this.hbox1.Add (this.vbox4);
			global::Gtk.Box.BoxChild w12 = ((global::Gtk.Box.BoxChild)(this.hbox1 [this.vbox4]));
			w12.Position = 1;
			w12.Expand = false;
			w12.Fill = false;
			this.Add (this.hbox1);
			if ((this.Child != null)) {
				this.Child.ShowAll ();
			}
			this.Hide ();
			this.buttonReset.Clicked += new global::System.EventHandler (this.OnButtonResetClicked);
			this.buttonPreview.Clicked += new global::System.EventHandler (this.OnButtonPreviewClicked);
		}
 protected virtual void Build()
 {
     global::Stetic.Gui.Initialize(this);
     // Widget MonoDevelop.D.OptionPanels.ProjectOptions
     global::Stetic.BinContainer.Attach(this);
     this.Name = "MonoDevelop.D.OptionPanels.ProjectOptions";
     // Container child MonoDevelop.D.OptionPanels.ProjectOptions.Gtk.Container+ContainerChild
     this.notebook1             = new global::Gtk.Notebook();
     this.notebook1.CanFocus    = true;
     this.notebook1.Name        = "notebook1";
     this.notebook1.CurrentPage = 1;
     this.notebook1.ShowBorder  = false;
     this.notebook1.Scrollable  = true;
     // Container child notebook1.Gtk.Notebook+NotebookChild
     this.table_LinkingTab               = new global::Gtk.Table(((uint)(7)), ((uint)(2)), false);
     this.table_LinkingTab.Name          = "table_LinkingTab";
     this.table_LinkingTab.RowSpacing    = ((uint)(4));
     this.table_LinkingTab.ColumnSpacing = ((uint)(4));
     this.table_LinkingTab.BorderWidth   = ((uint)(4));
     // Container child table_LinkingTab.Gtk.Table+TableChild
     this.check_LinkThirdPartyLibs               = new global::Gtk.CheckButton();
     this.check_LinkThirdPartyLibs.CanFocus      = true;
     this.check_LinkThirdPartyLibs.Name          = "check_LinkThirdPartyLibs";
     this.check_LinkThirdPartyLibs.Label         = global::MonoDevelop.Core.GettextCatalog.GetString("Link in static/shared libraries from nested dependencies");
     this.check_LinkThirdPartyLibs.Active        = true;
     this.check_LinkThirdPartyLibs.DrawIndicator = true;
     this.check_LinkThirdPartyLibs.UseUnderline  = true;
     this.table_LinkingTab.Add(this.check_LinkThirdPartyLibs);
     global::Gtk.Table.TableChild w1 = ((global::Gtk.Table.TableChild)(this.table_LinkingTab [this.check_LinkThirdPartyLibs]));
     w1.TopAttach    = ((uint)(5));
     w1.BottomAttach = ((uint)(6));
     w1.LeftAttach   = ((uint)(1));
     w1.RightAttach  = ((uint)(2));
     w1.XOptions     = ((global::Gtk.AttachOptions)(4));
     w1.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child table_LinkingTab.Gtk.Table+TableChild
     this.combo_ProjectType      = global::Gtk.ComboBox.NewText();
     this.combo_ProjectType.Name = "combo_ProjectType";
     this.table_LinkingTab.Add(this.combo_ProjectType);
     global::Gtk.Table.TableChild w2 = ((global::Gtk.Table.TableChild)(this.table_LinkingTab [this.combo_ProjectType]));
     w2.TopAttach    = ((uint)(2));
     w2.BottomAttach = ((uint)(3));
     w2.LeftAttach   = ((uint)(1));
     w2.RightAttach  = ((uint)(2));
     w2.XOptions     = ((global::Gtk.AttachOptions)(4));
     w2.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child table_LinkingTab.Gtk.Table+TableChild
     this.label10           = new global::Gtk.Label();
     this.label10.Name      = "label10";
     this.label10.Xalign    = 0F;
     this.label10.LabelProp = global::MonoDevelop.Core.GettextCatalog.GetString("Extra Linker Options");
     this.table_LinkingTab.Add(this.label10);
     global::Gtk.Table.TableChild w3 = ((global::Gtk.Table.TableChild)(this.table_LinkingTab [this.label10]));
     w3.TopAttach    = ((uint)(6));
     w3.BottomAttach = ((uint)(7));
     w3.XOptions     = ((global::Gtk.AttachOptions)(4));
     w3.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child table_LinkingTab.Gtk.Table+TableChild
     this.label13           = new global::Gtk.Label();
     this.label13.Name      = "label13";
     this.label13.Xalign    = 0F;
     this.label13.LabelProp = global::MonoDevelop.Core.GettextCatalog.GetString("Compile target");
     this.table_LinkingTab.Add(this.label13);
     global::Gtk.Table.TableChild w4 = ((global::Gtk.Table.TableChild)(this.table_LinkingTab [this.label13]));
     w4.TopAttach    = ((uint)(2));
     w4.BottomAttach = ((uint)(3));
     w4.XOptions     = ((global::Gtk.AttachOptions)(4));
     w4.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child table_LinkingTab.Gtk.Table+TableChild
     this.label3           = new global::Gtk.Label();
     this.label3.Name      = "label3";
     this.label3.Xalign    = 0F;
     this.label3.LabelProp = global::MonoDevelop.Core.GettextCatalog.GetString("Output file");
     this.table_LinkingTab.Add(this.label3);
     global::Gtk.Table.TableChild w5 = ((global::Gtk.Table.TableChild)(this.table_LinkingTab [this.label3]));
     w5.TopAttach    = ((uint)(3));
     w5.BottomAttach = ((uint)(4));
     w5.XOptions     = ((global::Gtk.AttachOptions)(4));
     w5.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child table_LinkingTab.Gtk.Table+TableChild
     this.label6           = new global::Gtk.Label();
     this.label6.Name      = "label6";
     this.label6.Xalign    = 0F;
     this.label6.LabelProp = global::MonoDevelop.Core.GettextCatalog.GetString("Output directory");
     this.table_LinkingTab.Add(this.label6);
     global::Gtk.Table.TableChild w6 = ((global::Gtk.Table.TableChild)(this.table_LinkingTab [this.label6]));
     w6.TopAttach    = ((uint)(1));
     w6.BottomAttach = ((uint)(2));
     w6.XOptions     = ((global::Gtk.AttachOptions)(4));
     w6.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child table_LinkingTab.Gtk.Table+TableChild
     this.label8           = new global::Gtk.Label();
     this.label8.Name      = "label8";
     this.label8.Xalign    = 0F;
     this.label8.LabelProp = global::MonoDevelop.Core.GettextCatalog.GetString("Libraries\n(one per line)");
     this.table_LinkingTab.Add(this.label8);
     global::Gtk.Table.TableChild w7 = ((global::Gtk.Table.TableChild)(this.table_LinkingTab [this.label8]));
     w7.TopAttach    = ((uint)(4));
     w7.BottomAttach = ((uint)(5));
     w7.XOptions     = ((global::Gtk.AttachOptions)(4));
     w7.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child table_LinkingTab.Gtk.Table+TableChild
     this.label9           = new global::Gtk.Label();
     this.label9.Name      = "label9";
     this.label9.Xalign    = 0F;
     this.label9.LabelProp = global::MonoDevelop.Core.GettextCatalog.GetString("Note: Relative paths will be related to the project's base directory!");
     this.table_LinkingTab.Add(this.label9);
     global::Gtk.Table.TableChild w8 = ((global::Gtk.Table.TableChild)(this.table_LinkingTab [this.label9]));
     w8.LeftAttach  = ((uint)(1));
     w8.RightAttach = ((uint)(2));
     w8.XOptions    = ((global::Gtk.AttachOptions)(4));
     w8.YOptions    = ((global::Gtk.AttachOptions)(4));
     // Container child table_LinkingTab.Gtk.Table+TableChild
     this.scrolledwindow3 = new global::Gtk.ScrolledWindow();
     this.scrolledwindow3.HeightRequest = 100;
     this.scrolledwindow3.CanFocus      = true;
     this.scrolledwindow3.Name          = "scrolledwindow3";
     this.scrolledwindow3.ShadowType    = ((global::Gtk.ShadowType)(1));
     // Container child scrolledwindow3.Gtk.Container+ContainerChild
     this.text_Libraries          = new global::Gtk.TextView();
     this.text_Libraries.CanFocus = true;
     this.text_Libraries.Name     = "text_Libraries";
     this.scrolledwindow3.Add(this.text_Libraries);
     this.table_LinkingTab.Add(this.scrolledwindow3);
     global::Gtk.Table.TableChild w10 = ((global::Gtk.Table.TableChild)(this.table_LinkingTab [this.scrolledwindow3]));
     w10.TopAttach    = ((uint)(4));
     w10.BottomAttach = ((uint)(5));
     w10.LeftAttach   = ((uint)(1));
     w10.RightAttach  = ((uint)(2));
     w10.XOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child table_LinkingTab.Gtk.Table+TableChild
     this.scrolledwindow5 = new global::Gtk.ScrolledWindow();
     this.scrolledwindow5.HeightRequest = 100;
     this.scrolledwindow5.CanFocus      = true;
     this.scrolledwindow5.Name          = "scrolledwindow5";
     this.scrolledwindow5.ShadowType    = ((global::Gtk.ShadowType)(1));
     // Container child scrolledwindow5.Gtk.Container+ContainerChild
     this.extraLinkerTextView = new global::Gtk.TextView();
     global::Gtk.Tooltips w11 = new Gtk.Tooltips();
     w11.SetTip(this.extraLinkerTextView, "A newline-separated list of extra options to send to the compiler.\nOne option can be in more than one line.\nExample:\n\t`--pkg\n\tcairo`", "A newline-separated list of extra options to send to the compiler.\nOne option can be in more than one line.\nExample:\n\t`--pkg\n\tcairo`");
     this.extraLinkerTextView.CanFocus = true;
     this.extraLinkerTextView.Name     = "extraLinkerTextView";
     this.scrolledwindow5.Add(this.extraLinkerTextView);
     this.table_LinkingTab.Add(this.scrolledwindow5);
     global::Gtk.Table.TableChild w13 = ((global::Gtk.Table.TableChild)(this.table_LinkingTab [this.scrolledwindow5]));
     w13.TopAttach    = ((uint)(6));
     w13.BottomAttach = ((uint)(7));
     w13.LeftAttach   = ((uint)(1));
     w13.RightAttach  = ((uint)(2));
     w13.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child table_LinkingTab.Gtk.Table+TableChild
     this.text_BinDirectory               = new global::Gtk.Entry();
     this.text_BinDirectory.CanFocus      = true;
     this.text_BinDirectory.Name          = "text_BinDirectory";
     this.text_BinDirectory.IsEditable    = true;
     this.text_BinDirectory.InvisibleChar = '●';
     this.table_LinkingTab.Add(this.text_BinDirectory);
     global::Gtk.Table.TableChild w14 = ((global::Gtk.Table.TableChild)(this.table_LinkingTab [this.text_BinDirectory]));
     w14.TopAttach    = ((uint)(1));
     w14.BottomAttach = ((uint)(2));
     w14.LeftAttach   = ((uint)(1));
     w14.RightAttach  = ((uint)(2));
     w14.XOptions     = ((global::Gtk.AttachOptions)(4));
     w14.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child table_LinkingTab.Gtk.Table+TableChild
     this.text_TargetFile               = new global::Gtk.Entry();
     this.text_TargetFile.CanFocus      = true;
     this.text_TargetFile.Name          = "text_TargetFile";
     this.text_TargetFile.IsEditable    = true;
     this.text_TargetFile.InvisibleChar = '●';
     this.table_LinkingTab.Add(this.text_TargetFile);
     global::Gtk.Table.TableChild w15 = ((global::Gtk.Table.TableChild)(this.table_LinkingTab [this.text_TargetFile]));
     w15.TopAttach    = ((uint)(3));
     w15.BottomAttach = ((uint)(4));
     w15.LeftAttach   = ((uint)(1));
     w15.RightAttach  = ((uint)(2));
     w15.XOptions     = ((global::Gtk.AttachOptions)(4));
     w15.YOptions     = ((global::Gtk.AttachOptions)(4));
     this.notebook1.Add(this.table_LinkingTab);
     // Notebook tab
     this.label2           = new global::Gtk.Label();
     this.label2.Name      = "label2";
     this.label2.LabelProp = global::MonoDevelop.Core.GettextCatalog.GetString("Linking");
     this.notebook1.SetTabLabel(this.table_LinkingTab, this.label2);
     this.label2.ShowAll();
     // Container child notebook1.Gtk.Notebook+NotebookChild
     this.table_CompilingTab               = new global::Gtk.Table(((uint)(12)), ((uint)(2)), false);
     this.table_CompilingTab.Name          = "table_CompilingTab";
     this.table_CompilingTab.RowSpacing    = ((uint)(4));
     this.table_CompilingTab.ColumnSpacing = ((uint)(4));
     this.table_CompilingTab.BorderWidth   = ((uint)(4));
     // Container child table_CompilingTab.Gtk.Table+TableChild
     this.cbIsUnittestConfig               = new global::Gtk.CheckButton();
     this.cbIsUnittestConfig.CanFocus      = true;
     this.cbIsUnittestConfig.Name          = "cbIsUnittestConfig";
     this.cbIsUnittestConfig.Label         = global::MonoDevelop.Core.GettextCatalog.GetString("Is Unittest Config (--unittest flag is appended + project is built/executed as executable)");
     this.cbIsUnittestConfig.DrawIndicator = true;
     this.cbIsUnittestConfig.UseUnderline  = true;
     this.table_CompilingTab.Add(this.cbIsUnittestConfig);
     global::Gtk.Table.TableChild w17 = ((global::Gtk.Table.TableChild)(this.table_CompilingTab [this.cbIsUnittestConfig]));
     w17.TopAttach    = ((uint)(3));
     w17.BottomAttach = ((uint)(4));
     w17.LeftAttach   = ((uint)(1));
     w17.RightAttach  = ((uint)(2));
     w17.XOptions     = ((global::Gtk.AttachOptions)(4));
     w17.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child table_CompilingTab.Gtk.Table+TableChild
     this.cbPreferOneStepCompilation               = new global::Gtk.CheckButton();
     this.cbPreferOneStepCompilation.CanFocus      = true;
     this.cbPreferOneStepCompilation.Name          = "cbPreferOneStepCompilation";
     this.cbPreferOneStepCompilation.Label         = global::MonoDevelop.Core.GettextCatalog.GetString("Perform a one-step compilation if the compiler allows it to do that");
     this.cbPreferOneStepCompilation.DrawIndicator = true;
     this.cbPreferOneStepCompilation.UseUnderline  = true;
     this.table_CompilingTab.Add(this.cbPreferOneStepCompilation);
     global::Gtk.Table.TableChild w18 = ((global::Gtk.Table.TableChild)(this.table_CompilingTab [this.cbPreferOneStepCompilation]));
     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));
     // Container child table_CompilingTab.Gtk.Table+TableChild
     this.cbUseDefaultCompiler               = new global::Gtk.CheckButton();
     this.cbUseDefaultCompiler.CanFocus      = true;
     this.cbUseDefaultCompiler.Name          = "cbUseDefaultCompiler";
     this.cbUseDefaultCompiler.Label         = global::MonoDevelop.Core.GettextCatalog.GetString("Use Default Compiler");
     this.cbUseDefaultCompiler.Active        = true;
     this.cbUseDefaultCompiler.DrawIndicator = true;
     this.cbUseDefaultCompiler.UseUnderline  = true;
     this.table_CompilingTab.Add(this.cbUseDefaultCompiler);
     global::Gtk.Table.TableChild w19 = ((global::Gtk.Table.TableChild)(this.table_CompilingTab [this.cbUseDefaultCompiler]));
     w19.TopAttach    = ((uint)(2));
     w19.BottomAttach = ((uint)(3));
     w19.LeftAttach   = ((uint)(1));
     w19.RightAttach  = ((uint)(2));
     w19.XOptions     = ((global::Gtk.AttachOptions)(4));
     w19.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child table_CompilingTab.Gtk.Table+TableChild
     this.cmbCompiler      = global::Gtk.ComboBox.NewText();
     this.cmbCompiler.Name = "cmbCompiler";
     this.table_CompilingTab.Add(this.cmbCompiler);
     global::Gtk.Table.TableChild w20 = ((global::Gtk.Table.TableChild)(this.table_CompilingTab [this.cmbCompiler]));
     w20.TopAttach    = ((uint)(1));
     w20.BottomAttach = ((uint)(2));
     w20.LeftAttach   = ((uint)(1));
     w20.RightAttach  = ((uint)(2));
     w20.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child table_CompilingTab.Gtk.Table+TableChild
     this.combo_Platform      = global::Gtk.ComboBox.NewText();
     this.combo_Platform.Name = "combo_Platform";
     this.table_CompilingTab.Add(this.combo_Platform);
     global::Gtk.Table.TableChild w21 = ((global::Gtk.Table.TableChild)(this.table_CompilingTab [this.combo_Platform]));
     w21.TopAttach    = ((uint)(5));
     w21.BottomAttach = ((uint)(6));
     w21.LeftAttach   = ((uint)(1));
     w21.RightAttach  = ((uint)(2));
     w21.XOptions     = ((global::Gtk.AttachOptions)(4));
     w21.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child table_CompilingTab.Gtk.Table+TableChild
     this.label11           = new global::Gtk.Label();
     this.label11.Name      = "label11";
     this.label11.Xalign    = 0F;
     this.label11.LabelProp = global::MonoDevelop.Core.GettextCatalog.GetString("Note: Relative paths will be related to the project\'s base directory!");
     this.table_CompilingTab.Add(this.label11);
     global::Gtk.Table.TableChild w22 = ((global::Gtk.Table.TableChild)(this.table_CompilingTab [this.label11]));
     w22.LeftAttach  = ((uint)(1));
     w22.RightAttach = ((uint)(2));
     w22.XOptions    = ((global::Gtk.AttachOptions)(4));
     w22.YOptions    = ((global::Gtk.AttachOptions)(4));
     // Container child table_CompilingTab.Gtk.Table+TableChild
     this.label17           = new global::Gtk.Label();
     this.label17.Name      = "label17";
     this.label17.LabelProp = global::MonoDevelop.Core.GettextCatalog.GetString("Debug constants");
     this.table_CompilingTab.Add(this.label17);
     global::Gtk.Table.TableChild w23 = ((global::Gtk.Table.TableChild)(this.table_CompilingTab [this.label17]));
     w23.TopAttach    = ((uint)(6));
     w23.BottomAttach = ((uint)(7));
     w23.XOptions     = ((global::Gtk.AttachOptions)(4));
     w23.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child table_CompilingTab.Gtk.Table+TableChild
     this.label18           = new global::Gtk.Label();
     this.label18.Name      = "label18";
     this.label18.LabelProp = global::MonoDevelop.Core.GettextCatalog.GetString("Version constants");
     this.table_CompilingTab.Add(this.label18);
     global::Gtk.Table.TableChild w24 = ((global::Gtk.Table.TableChild)(this.table_CompilingTab [this.label18]));
     w24.TopAttach    = ((uint)(8));
     w24.BottomAttach = ((uint)(9));
     w24.XOptions     = ((global::Gtk.AttachOptions)(4));
     w24.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child table_CompilingTab.Gtk.Table+TableChild
     this.label19           = new global::Gtk.Label();
     this.label19.Name      = "label19";
     this.label19.LabelProp = global::MonoDevelop.Core.GettextCatalog.GetString("Debug level");
     this.table_CompilingTab.Add(this.label19);
     global::Gtk.Table.TableChild w25 = ((global::Gtk.Table.TableChild)(this.table_CompilingTab [this.label19]));
     w25.TopAttach    = ((uint)(7));
     w25.BottomAttach = ((uint)(8));
     w25.XOptions     = ((global::Gtk.AttachOptions)(4));
     w25.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child table_CompilingTab.Gtk.Table+TableChild
     this.label20           = new global::Gtk.Label();
     this.label20.Name      = "label20";
     this.label20.LabelProp = global::MonoDevelop.Core.GettextCatalog.GetString("DDoc directory");
     this.table_CompilingTab.Add(this.label20);
     global::Gtk.Table.TableChild w26 = ((global::Gtk.Table.TableChild)(this.table_CompilingTab [this.label20]));
     w26.TopAttach    = ((uint)(10));
     w26.BottomAttach = ((uint)(11));
     w26.XOptions     = ((global::Gtk.AttachOptions)(4));
     w26.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child table_CompilingTab.Gtk.Table+TableChild
     this.label26           = new global::Gtk.Label();
     this.label26.Name      = "label26";
     this.label26.LabelProp = global::MonoDevelop.Core.GettextCatalog.GetString("Target platform");
     this.table_CompilingTab.Add(this.label26);
     global::Gtk.Table.TableChild w27 = ((global::Gtk.Table.TableChild)(this.table_CompilingTab [this.label26]));
     w27.TopAttach    = ((uint)(5));
     w27.BottomAttach = ((uint)(6));
     w27.XOptions     = ((global::Gtk.AttachOptions)(4));
     w27.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child table_CompilingTab.Gtk.Table+TableChild
     this.label4           = new global::Gtk.Label();
     this.label4.Name      = "label4";
     this.label4.Xalign    = 0F;
     this.label4.LabelProp = global::MonoDevelop.Core.GettextCatalog.GetString("Compiler");
     this.table_CompilingTab.Add(this.label4);
     global::Gtk.Table.TableChild w28 = ((global::Gtk.Table.TableChild)(this.table_CompilingTab [this.label4]));
     w28.TopAttach    = ((uint)(1));
     w28.BottomAttach = ((uint)(2));
     w28.XOptions     = ((global::Gtk.AttachOptions)(4));
     w28.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child table_CompilingTab.Gtk.Table+TableChild
     this.label5           = new global::Gtk.Label();
     this.label5.Name      = "label5";
     this.label5.Xalign    = 0F;
     this.label5.LabelProp = global::MonoDevelop.Core.GettextCatalog.GetString("Objects directory");
     this.table_CompilingTab.Add(this.label5);
     global::Gtk.Table.TableChild w29 = ((global::Gtk.Table.TableChild)(this.table_CompilingTab [this.label5]));
     w29.TopAttach    = ((uint)(9));
     w29.BottomAttach = ((uint)(10));
     w29.XOptions     = ((global::Gtk.AttachOptions)(4));
     w29.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child table_CompilingTab.Gtk.Table+TableChild
     this.label7           = new global::Gtk.Label();
     this.label7.Name      = "label7";
     this.label7.Xalign    = 0F;
     this.label7.LabelProp = global::MonoDevelop.Core.GettextCatalog.GetString("Extra Compiler Options");
     this.table_CompilingTab.Add(this.label7);
     global::Gtk.Table.TableChild w30 = ((global::Gtk.Table.TableChild)(this.table_CompilingTab [this.label7]));
     w30.TopAttach    = ((uint)(11));
     w30.BottomAttach = ((uint)(12));
     w30.XOptions     = ((global::Gtk.AttachOptions)(4));
     w30.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child table_CompilingTab.Gtk.Table+TableChild
     this.scrolledwindow4 = new global::Gtk.ScrolledWindow();
     this.scrolledwindow4.HeightRequest = 150;
     this.scrolledwindow4.CanFocus      = true;
     this.scrolledwindow4.Name          = "scrolledwindow4";
     this.scrolledwindow4.ShadowType    = ((global::Gtk.ShadowType)(1));
     // Container child scrolledwindow4.Gtk.Container+ContainerChild
     this.extraCompilerTextView = new global::Gtk.TextView();
     w11.SetTip(this.extraCompilerTextView, "A newline-separated list of extra options to send to the compiler.\nOne option can" +
                " be in more than one line.\nExample:\n\t`--pkg\n\tcairo`", "A newline-separated list of extra options to send to the compiler.\nOne option can" +
                " be in more than one line.\nExample:\n\t`--pkg\n\tcairo`");
     this.extraCompilerTextView.CanFocus = true;
     this.extraCompilerTextView.Name     = "extraCompilerTextView";
     this.scrolledwindow4.Add(this.extraCompilerTextView);
     this.table_CompilingTab.Add(this.scrolledwindow4);
     global::Gtk.Table.TableChild w32 = ((global::Gtk.Table.TableChild)(this.table_CompilingTab [this.scrolledwindow4]));
     w32.TopAttach    = ((uint)(11));
     w32.BottomAttach = ((uint)(12));
     w32.LeftAttach   = ((uint)(1));
     w32.RightAttach  = ((uint)(2));
     w32.XOptions     = ((global::Gtk.AttachOptions)(4));
     w32.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child table_CompilingTab.Gtk.Table+TableChild
     this.spin_debugLevel = new global::Gtk.SpinButton(0D, 100D, 1D);
     w11.SetTip(this.spin_debugLevel, "The debug level the program is built in.\nA value of zero (0) will not emit a -deb" +
                "ug flag to the compilation argument string!", "The debug level the program is built in.\nA value of zero (0) will not emit a -deb" +
                "ug flag to the compilation argument string!");
     this.spin_debugLevel.CanFocus = true;
     this.spin_debugLevel.Name     = "spin_debugLevel";
     this.spin_debugLevel.Adjustment.PageIncrement = 10D;
     this.spin_debugLevel.ClimbRate = 1D;
     this.spin_debugLevel.Numeric   = true;
     this.table_CompilingTab.Add(this.spin_debugLevel);
     global::Gtk.Table.TableChild w33 = ((global::Gtk.Table.TableChild)(this.table_CompilingTab [this.spin_debugLevel]));
     w33.TopAttach    = ((uint)(7));
     w33.BottomAttach = ((uint)(8));
     w33.LeftAttach   = ((uint)(1));
     w33.RightAttach  = ((uint)(2));
     w33.XOptions     = ((global::Gtk.AttachOptions)(4));
     w33.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child table_CompilingTab.Gtk.Table+TableChild
     this.text_DDocDir               = new global::Gtk.Entry();
     this.text_DDocDir.CanFocus      = true;
     this.text_DDocDir.Name          = "text_DDocDir";
     this.text_DDocDir.IsEditable    = true;
     this.text_DDocDir.InvisibleChar = '●';
     this.table_CompilingTab.Add(this.text_DDocDir);
     global::Gtk.Table.TableChild w34 = ((global::Gtk.Table.TableChild)(this.table_CompilingTab [this.text_DDocDir]));
     w34.TopAttach    = ((uint)(10));
     w34.BottomAttach = ((uint)(11));
     w34.LeftAttach   = ((uint)(1));
     w34.RightAttach  = ((uint)(2));
     w34.XOptions     = ((global::Gtk.AttachOptions)(4));
     w34.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child table_CompilingTab.Gtk.Table+TableChild
     this.text_debugConstants = new global::Gtk.Entry();
     w11.SetTip(this.text_debugConstants, "Semicolon (;) separated list of debug constants to define for debug-build compila" +
                "tion.\nImportant: May affect code completion if omitted/written into extra compil" +
                "er options field!", "Semicolon (;) separated list of debug constants to define for debug-build compila" +
                "tion.\nImportant: May affect code completion if omitted/written into extra compil" +
                "er options field!");
     this.text_debugConstants.CanFocus      = true;
     this.text_debugConstants.Name          = "text_debugConstants";
     this.text_debugConstants.IsEditable    = true;
     this.text_debugConstants.InvisibleChar = '●';
     this.table_CompilingTab.Add(this.text_debugConstants);
     global::Gtk.Table.TableChild w35 = ((global::Gtk.Table.TableChild)(this.table_CompilingTab [this.text_debugConstants]));
     w35.TopAttach    = ((uint)(6));
     w35.BottomAttach = ((uint)(7));
     w35.LeftAttach   = ((uint)(1));
     w35.RightAttach  = ((uint)(2));
     w35.XOptions     = ((global::Gtk.AttachOptions)(4));
     w35.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child table_CompilingTab.Gtk.Table+TableChild
     this.text_ObjectsDirectory               = new global::Gtk.Entry();
     this.text_ObjectsDirectory.CanFocus      = true;
     this.text_ObjectsDirectory.Name          = "text_ObjectsDirectory";
     this.text_ObjectsDirectory.IsEditable    = true;
     this.text_ObjectsDirectory.InvisibleChar = '●';
     this.table_CompilingTab.Add(this.text_ObjectsDirectory);
     global::Gtk.Table.TableChild w36 = ((global::Gtk.Table.TableChild)(this.table_CompilingTab [this.text_ObjectsDirectory]));
     w36.TopAttach    = ((uint)(9));
     w36.BottomAttach = ((uint)(10));
     w36.LeftAttach   = ((uint)(1));
     w36.RightAttach  = ((uint)(2));
     w36.XOptions     = ((global::Gtk.AttachOptions)(4));
     w36.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child table_CompilingTab.Gtk.Table+TableChild
     this.text_versionConstants = new global::Gtk.Entry();
     w11.SetTip(this.text_versionConstants, "Semicolon (;) separated list of version constants to define for compilation.\nImpo" +
                "rtant: May affect code completion if omitted/written into extra compiler options" +
                " field!", "Semicolon (;) separated list of version constants to define for compilation.\nImpo" +
                "rtant: May affect code completion if omitted/written into extra compiler options" +
                " field!");
     this.text_versionConstants.CanFocus      = true;
     this.text_versionConstants.Name          = "text_versionConstants";
     this.text_versionConstants.IsEditable    = true;
     this.text_versionConstants.InvisibleChar = '●';
     this.table_CompilingTab.Add(this.text_versionConstants);
     global::Gtk.Table.TableChild w37 = ((global::Gtk.Table.TableChild)(this.table_CompilingTab [this.text_versionConstants]));
     w37.TopAttach    = ((uint)(8));
     w37.BottomAttach = ((uint)(9));
     w37.LeftAttach   = ((uint)(1));
     w37.RightAttach  = ((uint)(2));
     w37.XOptions     = ((global::Gtk.AttachOptions)(4));
     w37.YOptions     = ((global::Gtk.AttachOptions)(4));
     this.notebook1.Add(this.table_CompilingTab);
     global::Gtk.Notebook.NotebookChild w38 = ((global::Gtk.Notebook.NotebookChild)(this.notebook1 [this.table_CompilingTab]));
     w38.Position = 1;
     // Notebook tab
     this.label1           = new global::Gtk.Label();
     this.label1.Name      = "label1";
     this.label1.LabelProp = global::MonoDevelop.Core.GettextCatalog.GetString("Compiling");
     this.notebook1.SetTabLabel(this.table_CompilingTab, this.label1);
     this.label1.ShowAll();
     // Container child notebook1.Gtk.Notebook+NotebookChild
     this.vbox1         = new global::Gtk.VBox();
     this.vbox1.Name    = "vbox1";
     this.vbox1.Spacing = 6;
     // Container child vbox1.Gtk.Box+BoxChild
     this.check_EnableBuildCmdOverride               = new global::Gtk.CheckButton();
     this.check_EnableBuildCmdOverride.CanFocus      = true;
     this.check_EnableBuildCmdOverride.Name          = "check_EnableBuildCmdOverride";
     this.check_EnableBuildCmdOverride.Label         = global::MonoDevelop.Core.GettextCatalog.GetString("Enable custom build tools");
     this.check_EnableBuildCmdOverride.DrawIndicator = true;
     this.check_EnableBuildCmdOverride.UseUnderline  = true;
     this.vbox1.Add(this.check_EnableBuildCmdOverride);
     global::Gtk.Box.BoxChild w39 = ((global::Gtk.Box.BoxChild)(this.vbox1 [this.check_EnableBuildCmdOverride]));
     w39.Position = 0;
     w39.Expand   = false;
     w39.Fill     = false;
     // Container child vbox1.Gtk.Box+BoxChild
     this.table_CustomBuildTools               = new global::Gtk.Table(((uint)(5)), ((uint)(2)), false);
     this.table_CustomBuildTools.Name          = "table_CustomBuildTools";
     this.table_CustomBuildTools.RowSpacing    = ((uint)(6));
     this.table_CustomBuildTools.ColumnSpacing = ((uint)(6));
     // Container child table_CustomBuildTools.Gtk.Table+TableChild
     this.check_BuildToolsPerConfiguration               = new global::Gtk.CheckButton();
     this.check_BuildToolsPerConfiguration.CanFocus      = true;
     this.check_BuildToolsPerConfiguration.Name          = "check_BuildToolsPerConfiguration";
     this.check_BuildToolsPerConfiguration.Label         = global::MonoDevelop.Core.GettextCatalog.GetString("Apply custom build settings to all configurations");
     this.check_BuildToolsPerConfiguration.DrawIndicator = true;
     this.check_BuildToolsPerConfiguration.UseUnderline  = true;
     this.table_CustomBuildTools.Add(this.check_BuildToolsPerConfiguration);
     global::Gtk.Table.TableChild w40 = ((global::Gtk.Table.TableChild)(this.table_CustomBuildTools [this.check_BuildToolsPerConfiguration]));
     w40.LeftAttach  = ((uint)(1));
     w40.RightAttach = ((uint)(2));
     w40.YOptions    = ((global::Gtk.AttachOptions)(4));
     // Container child table_CustomBuildTools.Gtk.Table+TableChild
     this.label22           = new global::Gtk.Label();
     this.label22.Name      = "label22";
     this.label22.Xalign    = 0F;
     this.label22.LabelProp = global::MonoDevelop.Core.GettextCatalog.GetString("Build command");
     this.table_CustomBuildTools.Add(this.label22);
     global::Gtk.Table.TableChild w41 = ((global::Gtk.Table.TableChild)(this.table_CustomBuildTools [this.label22]));
     w41.TopAttach    = ((uint)(1));
     w41.BottomAttach = ((uint)(2));
     w41.XOptions     = ((global::Gtk.AttachOptions)(4));
     w41.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child table_CustomBuildTools.Gtk.Table+TableChild
     this.label23           = new global::Gtk.Label();
     this.label23.Name      = "label23";
     this.label23.Xalign    = 0F;
     this.label23.LabelProp = global::MonoDevelop.Core.GettextCatalog.GetString("Run command");
     this.table_CustomBuildTools.Add(this.label23);
     global::Gtk.Table.TableChild w42 = ((global::Gtk.Table.TableChild)(this.table_CustomBuildTools [this.label23]));
     w42.TopAttach    = ((uint)(3));
     w42.BottomAttach = ((uint)(4));
     w42.XOptions     = ((global::Gtk.AttachOptions)(4));
     w42.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child table_CustomBuildTools.Gtk.Table+TableChild
     this.label24           = new global::Gtk.Label();
     this.label24.Name      = "label24";
     this.label24.Xalign    = 0F;
     this.label24.LabelProp = global::MonoDevelop.Core.GettextCatalog.GetString("Macros");
     this.table_CustomBuildTools.Add(this.label24);
     global::Gtk.Table.TableChild w43 = ((global::Gtk.Table.TableChild)(this.table_CustomBuildTools [this.label24]));
     w43.TopAttach    = ((uint)(4));
     w43.BottomAttach = ((uint)(5));
     w43.XOptions     = ((global::Gtk.AttachOptions)(4));
     w43.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child table_CustomBuildTools.Gtk.Table+TableChild
     this.label25           = new global::Gtk.Label();
     this.label25.Name      = "label25";
     this.label25.LabelProp = global::MonoDevelop.Core.GettextCatalog.GetString("Build check command");
     this.table_CustomBuildTools.Add(this.label25);
     global::Gtk.Table.TableChild w44 = ((global::Gtk.Table.TableChild)(this.table_CustomBuildTools [this.label25]));
     w44.TopAttach    = ((uint)(2));
     w44.BottomAttach = ((uint)(3));
     w44.XOptions     = ((global::Gtk.AttachOptions)(4));
     w44.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child table_CustomBuildTools.Gtk.Table+TableChild
     this.macroGrid = null;
     this.table_CustomBuildTools.Add(this.macroGrid);
     global::Gtk.Table.TableChild w45 = ((global::Gtk.Table.TableChild)(this.table_CustomBuildTools [this.macroGrid]));
     w45.TopAttach    = ((uint)(4));
     w45.BottomAttach = ((uint)(5));
     w45.LeftAttach   = ((uint)(1));
     w45.RightAttach  = ((uint)(2));
     // Container child table_CustomBuildTools.Gtk.Table+TableChild
     this.text_BuildCheckCommand = new global::Gtk.Entry();
     w11.SetTip(this.text_BuildCheckCommand, "Command that is executed to check whether the project was built well.\nMust return" +
                " 0 (Zero) if there were no errors and if the run command can be launched.\nIf emp" +
                "ty, the project will be assumed as being built correctly.", "Command that is executed to check whether the project was built well.\nMust return" +
                " 0 (Zero) if there were no errors and if the run command can be launched.\nIf emp" +
                "ty, the project will be assumed as being built correctly.");
     this.text_BuildCheckCommand.CanFocus      = true;
     this.text_BuildCheckCommand.Name          = "text_BuildCheckCommand";
     this.text_BuildCheckCommand.IsEditable    = true;
     this.text_BuildCheckCommand.InvisibleChar = '●';
     this.table_CustomBuildTools.Add(this.text_BuildCheckCommand);
     global::Gtk.Table.TableChild w46 = ((global::Gtk.Table.TableChild)(this.table_CustomBuildTools [this.text_BuildCheckCommand]));
     w46.TopAttach    = ((uint)(2));
     w46.BottomAttach = ((uint)(3));
     w46.LeftAttach   = ((uint)(1));
     w46.RightAttach  = ((uint)(2));
     w46.XOptions     = ((global::Gtk.AttachOptions)(4));
     w46.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child table_CustomBuildTools.Gtk.Table+TableChild
     this.text_BuildCommand               = new global::Gtk.Entry();
     this.text_BuildCommand.CanFocus      = true;
     this.text_BuildCommand.Name          = "text_BuildCommand";
     this.text_BuildCommand.IsEditable    = true;
     this.text_BuildCommand.InvisibleChar = '●';
     this.table_CustomBuildTools.Add(this.text_BuildCommand);
     global::Gtk.Table.TableChild w47 = ((global::Gtk.Table.TableChild)(this.table_CustomBuildTools [this.text_BuildCommand]));
     w47.TopAttach    = ((uint)(1));
     w47.BottomAttach = ((uint)(2));
     w47.LeftAttach   = ((uint)(1));
     w47.RightAttach  = ((uint)(2));
     w47.XOptions     = ((global::Gtk.AttachOptions)(4));
     w47.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child table_CustomBuildTools.Gtk.Table+TableChild
     this.text_RunCommand               = new global::Gtk.Entry();
     this.text_RunCommand.CanFocus      = true;
     this.text_RunCommand.Name          = "text_RunCommand";
     this.text_RunCommand.IsEditable    = true;
     this.text_RunCommand.InvisibleChar = '●';
     this.table_CustomBuildTools.Add(this.text_RunCommand);
     global::Gtk.Table.TableChild w48 = ((global::Gtk.Table.TableChild)(this.table_CustomBuildTools [this.text_RunCommand]));
     w48.TopAttach    = ((uint)(3));
     w48.BottomAttach = ((uint)(4));
     w48.LeftAttach   = ((uint)(1));
     w48.RightAttach  = ((uint)(2));
     w48.XOptions     = ((global::Gtk.AttachOptions)(4));
     w48.YOptions     = ((global::Gtk.AttachOptions)(4));
     this.vbox1.Add(this.table_CustomBuildTools);
     global::Gtk.Box.BoxChild w49 = ((global::Gtk.Box.BoxChild)(this.vbox1 [this.table_CustomBuildTools]));
     w49.Position = 1;
     this.notebook1.Add(this.vbox1);
     global::Gtk.Notebook.NotebookChild w50 = ((global::Gtk.Notebook.NotebookChild)(this.notebook1 [this.vbox1]));
     w50.Position = 2;
     // Notebook tab
     this.label21           = new global::Gtk.Label();
     this.label21.Name      = "label21";
     this.label21.LabelProp = global::MonoDevelop.Core.GettextCatalog.GetString("Custom build tools");
     this.notebook1.SetTabLabel(this.vbox1, this.label21);
     this.label21.ShowAll();
     this.Add(this.notebook1);
     if ((this.Child != null))
     {
         this.Child.ShowAll();
     }
     this.Show();
     this.cbUseDefaultCompiler.Clicked         += new global::System.EventHandler(this.cbUseDefaultCompiler_Clicked);
     this.check_EnableBuildCmdOverride.Toggled += new global::System.EventHandler(this.OnCheckEnableBuildCmdOverrideToggled);
 }
 protected virtual void Build()
 {
     global::Stetic.Gui.Initialize(this);
     // Widget MonoDevelop.Xml.Formatting.XmlFormattingPolicyPanelWidget
     global::Stetic.BinContainer.Attach(this);
     this.Name = "MonoDevelop.Xml.Formatting.XmlFormattingPolicyPanelWidget";
     // Container child MonoDevelop.Xml.Formatting.XmlFormattingPolicyPanelWidget.Gtk.Container+ContainerChild
     this.vbox2         = new global::Gtk.VBox();
     this.vbox2.Name    = "vbox2";
     this.vbox2.Spacing = 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.boxScopes         = new global::Gtk.VBox();
     this.boxScopes.Name    = "boxScopes";
     this.boxScopes.Spacing = 6;
     // Container child boxScopes.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.listView                = new global::Gtk.TreeView();
     this.listView.CanFocus       = true;
     this.listView.Name           = "listView";
     this.listView.HeadersVisible = false;
     this.GtkScrolledWindow.Add(this.listView);
     this.boxScopes.Add(this.GtkScrolledWindow);
     global::Gtk.Box.BoxChild w2 = ((global::Gtk.Box.BoxChild)(this.boxScopes[this.GtkScrolledWindow]));
     w2.Position = 0;
     // Container child boxScopes.Gtk.Box+BoxChild
     this.hbox2         = new global::Gtk.HBox();
     this.hbox2.Name    = "hbox2";
     this.hbox2.Spacing = 6;
     // Container child hbox2.Gtk.Box+BoxChild
     this.buttonAdd              = new global::Gtk.Button();
     this.buttonAdd.CanFocus     = true;
     this.buttonAdd.Name         = "buttonAdd";
     this.buttonAdd.UseStock     = true;
     this.buttonAdd.UseUnderline = true;
     this.buttonAdd.Label        = "gtk-add";
     this.hbox2.Add(this.buttonAdd);
     global::Gtk.Box.BoxChild w3 = ((global::Gtk.Box.BoxChild)(this.hbox2[this.buttonAdd]));
     w3.Position = 0;
     w3.Expand   = false;
     w3.Fill     = false;
     // Container child hbox2.Gtk.Box+BoxChild
     this.buttonRemove              = new global::Gtk.Button();
     this.buttonRemove.CanFocus     = true;
     this.buttonRemove.Name         = "buttonRemove";
     this.buttonRemove.UseStock     = true;
     this.buttonRemove.UseUnderline = true;
     this.buttonRemove.Label        = "gtk-remove";
     this.hbox2.Add(this.buttonRemove);
     global::Gtk.Box.BoxChild w4 = ((global::Gtk.Box.BoxChild)(this.hbox2[this.buttonRemove]));
     w4.Position = 1;
     w4.Expand   = false;
     w4.Fill     = false;
     this.boxScopes.Add(this.hbox2);
     global::Gtk.Box.BoxChild w5 = ((global::Gtk.Box.BoxChild)(this.boxScopes[this.hbox2]));
     w5.Position = 1;
     w5.Expand   = false;
     w5.Fill     = false;
     this.hbox1.Add(this.boxScopes);
     global::Gtk.Box.BoxChild w6 = ((global::Gtk.Box.BoxChild)(this.hbox1[this.boxScopes]));
     w6.Position = 0;
     w6.Expand   = false;
     w6.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.labelScopes           = new global::Gtk.Label();
     this.labelScopes.Name      = "labelScopes";
     this.labelScopes.Xalign    = 0f;
     this.labelScopes.LabelProp = global::Mono.Unix.Catalog.GetString("Enter one or several xpath expressions to which this format applies:");
     this.vbox4.Add(this.labelScopes);
     global::Gtk.Box.BoxChild w7 = ((global::Gtk.Box.BoxChild)(this.vbox4[this.labelScopes]));
     w7.Position = 0;
     w7.Expand   = false;
     w7.Fill     = false;
     // Container child vbox4.Gtk.Box+BoxChild
     this.tableScopes               = new global::Gtk.Table(((uint)(3)), ((uint)(3)), false);
     this.tableScopes.Name          = "tableScopes";
     this.tableScopes.RowSpacing    = ((uint)(6));
     this.tableScopes.ColumnSpacing = ((uint)(6));
     this.vbox4.Add(this.tableScopes);
     global::Gtk.Box.BoxChild w8 = ((global::Gtk.Box.BoxChild)(this.vbox4[this.tableScopes]));
     w8.Position = 1;
     w8.Expand   = false;
     w8.Fill     = false;
     // Container child vbox4.Gtk.Box+BoxChild
     this.propertyGrid             = new global::MonoDevelop.Components.PropertyGrid.PropertyGrid();
     this.propertyGrid.Name        = "propertyGrid";
     this.propertyGrid.ShowToolbar = false;
     this.propertyGrid.ShowHelp    = false;
     this.vbox4.Add(this.propertyGrid);
     global::Gtk.Box.BoxChild w9 = ((global::Gtk.Box.BoxChild)(this.vbox4[this.propertyGrid]));
     w9.Position = 2;
     this.hbox1.Add(this.vbox4);
     global::Gtk.Box.BoxChild w10 = ((global::Gtk.Box.BoxChild)(this.hbox1[this.vbox4]));
     w10.Position = 1;
     this.vbox2.Add(this.hbox1);
     global::Gtk.Box.BoxChild w11 = ((global::Gtk.Box.BoxChild)(this.vbox2[this.hbox1]));
     w11.Position = 0;
     // Container child vbox2.Gtk.Box+BoxChild
     this.hbox3         = new global::Gtk.HBox();
     this.hbox3.Name    = "hbox3";
     this.hbox3.Spacing = 6;
     // Container child hbox3.Gtk.Box+BoxChild
     this.buttonAdvanced              = new global::Gtk.Button();
     this.buttonAdvanced.CanFocus     = true;
     this.buttonAdvanced.Name         = "buttonAdvanced";
     this.buttonAdvanced.UseUnderline = true;
     this.buttonAdvanced.Label        = global::Mono.Unix.Catalog.GetString("Advanced Settings");
     this.hbox3.Add(this.buttonAdvanced);
     global::Gtk.Box.BoxChild w12 = ((global::Gtk.Box.BoxChild)(this.hbox3[this.buttonAdvanced]));
     w12.Position = 0;
     w12.Expand   = false;
     w12.Fill     = false;
     this.vbox2.Add(this.hbox3);
     global::Gtk.Box.BoxChild w13 = ((global::Gtk.Box.BoxChild)(this.vbox2[this.hbox3]));
     w13.Position = 1;
     w13.Expand   = false;
     w13.Fill     = false;
     this.Add(this.vbox2);
     if ((this.Child != null))
     {
         this.Child.ShowAll();
     }
     this.Hide();
     this.buttonAdd.Clicked      += new global::System.EventHandler(this.OnButtonAddClicked);
     this.buttonRemove.Clicked   += new global::System.EventHandler(this.OnButtonRemoveClicked);
     this.buttonAdvanced.Clicked += new global::System.EventHandler(this.OnButtonAdvancedClicked);
 }
Пример #8
0
 protected virtual void Build()
 {
     global::Stetic.Gui.Initialize(this);
     // Widget MonoDevelop.Ide.Execution.MonoExecutionParametersWidget
     global::Stetic.BinContainer.Attach(this);
     this.Name = "MonoDevelop.Ide.Execution.MonoExecutionParametersWidget";
     // Container child MonoDevelop.Ide.Execution.MonoExecutionParametersWidget.Gtk.Container+ContainerChild
     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.propertyGrid             = new global::MonoDevelop.Components.PropertyGrid.PropertyGrid();
     this.propertyGrid.Name        = "propertyGrid";
     this.propertyGrid.ShowToolbar = false;
     this.propertyGrid.ShowHelp    = true;
     this.hbox1.Add(this.propertyGrid);
     global::Gtk.Box.BoxChild w1 = ((global::Gtk.Box.BoxChild)(this.hbox1 [this.propertyGrid]));
     w1.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.buttonReset              = new global::Gtk.Button();
     this.buttonReset.CanFocus     = true;
     this.buttonReset.Name         = "buttonReset";
     this.buttonReset.UseUnderline = true;
     // Container child buttonReset.Gtk.Container+ContainerChild
     global::Gtk.Alignment w2 = new global::Gtk.Alignment(0.5F, 0.5F, 0F, 0F);
     // Container child GtkAlignment.Gtk.Container+ContainerChild
     global::Gtk.HBox w3 = new global::Gtk.HBox();
     w3.Spacing = 2;
     // Container child GtkHBox.Gtk.Container+ContainerChild
     global::Gtk.Image w4 = new global::Gtk.Image();
     w4.Pixbuf = global::Stetic.IconLoader.LoadIcon(this, "gtk-clear", global::Gtk.IconSize.Menu);
     w3.Add(w4);
     // Container child GtkHBox.Gtk.Container+ContainerChild
     global::Gtk.Label w6 = new global::Gtk.Label();
     w6.LabelProp    = global::Mono.Unix.Catalog.GetString("Clear All Options");
     w6.UseUnderline = true;
     w3.Add(w6);
     w2.Add(w3);
     this.buttonReset.Add(w2);
     this.vbox4.Add(this.buttonReset);
     global::Gtk.Box.BoxChild w10 = ((global::Gtk.Box.BoxChild)(this.vbox4 [this.buttonReset]));
     w10.Position = 0;
     w10.Expand   = false;
     w10.Fill     = false;
     // Container child vbox4.Gtk.Box+BoxChild
     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 Options");
     this.vbox4.Add(this.buttonPreview);
     global::Gtk.Box.BoxChild w11 = ((global::Gtk.Box.BoxChild)(this.vbox4 [this.buttonPreview]));
     w11.Position = 1;
     w11.Expand   = false;
     w11.Fill     = false;
     this.hbox1.Add(this.vbox4);
     global::Gtk.Box.BoxChild w12 = ((global::Gtk.Box.BoxChild)(this.hbox1 [this.vbox4]));
     w12.Position = 1;
     w12.Expand   = false;
     w12.Fill     = false;
     this.Add(this.hbox1);
     if ((this.Child != null))
     {
         this.Child.ShowAll();
     }
     this.Hide();
     this.buttonReset.Clicked   += new global::System.EventHandler(this.OnButtonResetClicked);
     this.buttonPreview.Clicked += new global::System.EventHandler(this.OnButtonPreviewClicked);
 }
 protected virtual void Build()
 {
     global::Stetic.Gui.Initialize (this);
     // Widget MonoDevelop.D.OptionPanels.ProjectOptions
     global::Stetic.BinContainer.Attach (this);
     this.Name = "MonoDevelop.D.OptionPanels.ProjectOptions";
     // Container child MonoDevelop.D.OptionPanels.ProjectOptions.Gtk.Container+ContainerChild
     this.notebook1 = new global::Gtk.Notebook ();
     this.notebook1.CanFocus = true;
     this.notebook1.Name = "notebook1";
     this.notebook1.CurrentPage = 2;
     this.notebook1.ShowBorder = false;
     this.notebook1.Scrollable = true;
     // Container child notebook1.Gtk.Notebook+NotebookChild
     this.table_LinkingTab = new global::Gtk.Table (((uint)(6)), ((uint)(2)), false);
     this.table_LinkingTab.Name = "table_LinkingTab";
     this.table_LinkingTab.RowSpacing = ((uint)(4));
     this.table_LinkingTab.ColumnSpacing = ((uint)(4));
     this.table_LinkingTab.BorderWidth = ((uint)(4));
     // Container child table_LinkingTab.Gtk.Table+TableChild
     this.combo_ProjectType = global::Gtk.ComboBox.NewText ();
     this.combo_ProjectType.Name = "combo_ProjectType";
     this.table_LinkingTab.Add (this.combo_ProjectType);
     global::Gtk.Table.TableChild w1 = ((global::Gtk.Table.TableChild)(this.table_LinkingTab [this.combo_ProjectType]));
     w1.TopAttach = ((uint)(2));
     w1.BottomAttach = ((uint)(3));
     w1.LeftAttach = ((uint)(1));
     w1.RightAttach = ((uint)(2));
     w1.XOptions = ((global::Gtk.AttachOptions)(4));
     w1.YOptions = ((global::Gtk.AttachOptions)(4));
     // Container child table_LinkingTab.Gtk.Table+TableChild
     this.label10 = new global::Gtk.Label ();
     this.label10.Name = "label10";
     this.label10.Xalign = 0F;
     this.label10.LabelProp = global::Mono.Unix.Catalog.GetString ("Extra Linker Options");
     this.table_LinkingTab.Add (this.label10);
     global::Gtk.Table.TableChild w2 = ((global::Gtk.Table.TableChild)(this.table_LinkingTab [this.label10]));
     w2.TopAttach = ((uint)(5));
     w2.BottomAttach = ((uint)(6));
     w2.XOptions = ((global::Gtk.AttachOptions)(4));
     w2.YOptions = ((global::Gtk.AttachOptions)(4));
     // Container child table_LinkingTab.Gtk.Table+TableChild
     this.label13 = new global::Gtk.Label ();
     this.label13.Name = "label13";
     this.label13.Xalign = 0F;
     this.label13.LabelProp = global::Mono.Unix.Catalog.GetString ("Compile target");
     this.table_LinkingTab.Add (this.label13);
     global::Gtk.Table.TableChild w3 = ((global::Gtk.Table.TableChild)(this.table_LinkingTab [this.label13]));
     w3.TopAttach = ((uint)(2));
     w3.BottomAttach = ((uint)(3));
     w3.XOptions = ((global::Gtk.AttachOptions)(4));
     w3.YOptions = ((global::Gtk.AttachOptions)(4));
     // Container child table_LinkingTab.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 ("Output file");
     this.table_LinkingTab.Add (this.label3);
     global::Gtk.Table.TableChild w4 = ((global::Gtk.Table.TableChild)(this.table_LinkingTab [this.label3]));
     w4.TopAttach = ((uint)(3));
     w4.BottomAttach = ((uint)(4));
     w4.XOptions = ((global::Gtk.AttachOptions)(4));
     w4.YOptions = ((global::Gtk.AttachOptions)(4));
     // Container child table_LinkingTab.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 ("Output directory");
     this.table_LinkingTab.Add (this.label6);
     global::Gtk.Table.TableChild w5 = ((global::Gtk.Table.TableChild)(this.table_LinkingTab [this.label6]));
     w5.TopAttach = ((uint)(1));
     w5.BottomAttach = ((uint)(2));
     w5.XOptions = ((global::Gtk.AttachOptions)(4));
     w5.YOptions = ((global::Gtk.AttachOptions)(4));
     // Container child table_LinkingTab.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 ("Libraries\n(one per line)");
     this.table_LinkingTab.Add (this.label8);
     global::Gtk.Table.TableChild w6 = ((global::Gtk.Table.TableChild)(this.table_LinkingTab [this.label8]));
     w6.TopAttach = ((uint)(4));
     w6.BottomAttach = ((uint)(5));
     w6.XOptions = ((global::Gtk.AttachOptions)(4));
     w6.YOptions = ((global::Gtk.AttachOptions)(4));
     // Container child table_LinkingTab.Gtk.Table+TableChild
     this.label9 = new global::Gtk.Label ();
     this.label9.Name = "label9";
     this.label9.Xalign = 0F;
     this.label9.LabelProp = global::Mono.Unix.Catalog.GetString ("Note: Relative paths will be related to the project\'s base directory!");
     this.table_LinkingTab.Add (this.label9);
     global::Gtk.Table.TableChild w7 = ((global::Gtk.Table.TableChild)(this.table_LinkingTab [this.label9]));
     w7.LeftAttach = ((uint)(1));
     w7.RightAttach = ((uint)(2));
     w7.XOptions = ((global::Gtk.AttachOptions)(4));
     w7.YOptions = ((global::Gtk.AttachOptions)(4));
     // Container child table_LinkingTab.Gtk.Table+TableChild
     this.scrolledwindow3 = new global::Gtk.ScrolledWindow ();
     this.scrolledwindow3.HeightRequest = 100;
     this.scrolledwindow3.CanFocus = true;
     this.scrolledwindow3.Name = "scrolledwindow3";
     this.scrolledwindow3.ShadowType = ((global::Gtk.ShadowType)(1));
     // Container child scrolledwindow3.Gtk.Container+ContainerChild
     this.text_Libraries = new global::Gtk.TextView ();
     this.text_Libraries.CanFocus = true;
     this.text_Libraries.Name = "text_Libraries";
     this.scrolledwindow3.Add (this.text_Libraries);
     this.table_LinkingTab.Add (this.scrolledwindow3);
     global::Gtk.Table.TableChild w9 = ((global::Gtk.Table.TableChild)(this.table_LinkingTab [this.scrolledwindow3]));
     w9.TopAttach = ((uint)(4));
     w9.BottomAttach = ((uint)(5));
     w9.LeftAttach = ((uint)(1));
     w9.RightAttach = ((uint)(2));
     w9.XOptions = ((global::Gtk.AttachOptions)(4));
     // Container child table_LinkingTab.Gtk.Table+TableChild
     this.scrolledwindow5 = new global::Gtk.ScrolledWindow ();
     this.scrolledwindow5.HeightRequest = 100;
     this.scrolledwindow5.CanFocus = true;
     this.scrolledwindow5.Name = "scrolledwindow5";
     this.scrolledwindow5.ShadowType = ((global::Gtk.ShadowType)(1));
     // Container child scrolledwindow5.Gtk.Container+ContainerChild
     this.extraLinkerTextView = new global::Gtk.TextView ();
     this.extraLinkerTextView.TooltipMarkup = "A newline-separated list of extra options to send to the compiler.\nOne option can" +
         " be in more than one line.\nExample:\n\t`--pkg\n\tcairo`";
     this.extraLinkerTextView.CanFocus = true;
     this.extraLinkerTextView.Name = "extraLinkerTextView";
     this.scrolledwindow5.Add (this.extraLinkerTextView);
     this.table_LinkingTab.Add (this.scrolledwindow5);
     global::Gtk.Table.TableChild w11 = ((global::Gtk.Table.TableChild)(this.table_LinkingTab [this.scrolledwindow5]));
     w11.TopAttach = ((uint)(5));
     w11.BottomAttach = ((uint)(6));
     w11.LeftAttach = ((uint)(1));
     w11.RightAttach = ((uint)(2));
     w11.YOptions = ((global::Gtk.AttachOptions)(4));
     // Container child table_LinkingTab.Gtk.Table+TableChild
     this.text_BinDirectory = new global::Gtk.Entry ();
     this.text_BinDirectory.CanFocus = true;
     this.text_BinDirectory.Name = "text_BinDirectory";
     this.text_BinDirectory.IsEditable = true;
     this.text_BinDirectory.InvisibleChar = '●';
     this.table_LinkingTab.Add (this.text_BinDirectory);
     global::Gtk.Table.TableChild w12 = ((global::Gtk.Table.TableChild)(this.table_LinkingTab [this.text_BinDirectory]));
     w12.TopAttach = ((uint)(1));
     w12.BottomAttach = ((uint)(2));
     w12.LeftAttach = ((uint)(1));
     w12.RightAttach = ((uint)(2));
     w12.XOptions = ((global::Gtk.AttachOptions)(4));
     w12.YOptions = ((global::Gtk.AttachOptions)(4));
     // Container child table_LinkingTab.Gtk.Table+TableChild
     this.text_TargetFile = new global::Gtk.Entry ();
     this.text_TargetFile.CanFocus = true;
     this.text_TargetFile.Name = "text_TargetFile";
     this.text_TargetFile.IsEditable = true;
     this.text_TargetFile.InvisibleChar = '●';
     this.table_LinkingTab.Add (this.text_TargetFile);
     global::Gtk.Table.TableChild w13 = ((global::Gtk.Table.TableChild)(this.table_LinkingTab [this.text_TargetFile]));
     w13.TopAttach = ((uint)(3));
     w13.BottomAttach = ((uint)(4));
     w13.LeftAttach = ((uint)(1));
     w13.RightAttach = ((uint)(2));
     w13.XOptions = ((global::Gtk.AttachOptions)(4));
     w13.YOptions = ((global::Gtk.AttachOptions)(4));
     this.notebook1.Add (this.table_LinkingTab);
     // Notebook tab
     this.label2 = new global::Gtk.Label ();
     this.label2.Name = "label2";
     this.label2.LabelProp = global::Mono.Unix.Catalog.GetString ("Linking");
     this.notebook1.SetTabLabel (this.table_LinkingTab, this.label2);
     this.label2.ShowAll ();
     // Container child notebook1.Gtk.Notebook+NotebookChild
     this.table_CompilingTab = new global::Gtk.Table (((uint)(10)), ((uint)(2)), false);
     this.table_CompilingTab.Name = "table_CompilingTab";
     this.table_CompilingTab.RowSpacing = ((uint)(4));
     this.table_CompilingTab.ColumnSpacing = ((uint)(4));
     this.table_CompilingTab.BorderWidth = ((uint)(4));
     // Container child table_CompilingTab.Gtk.Table+TableChild
     this.cbPreferOneStepCompilation = new global::Gtk.CheckButton ();
     this.cbPreferOneStepCompilation.CanFocus = true;
     this.cbPreferOneStepCompilation.Name = "cbPreferOneStepCompilation";
     this.cbPreferOneStepCompilation.Label = global::Mono.Unix.Catalog.GetString ("Perform a one-step compilation if the compiler allows it to do that");
     this.cbPreferOneStepCompilation.DrawIndicator = true;
     this.cbPreferOneStepCompilation.UseUnderline = true;
     this.table_CompilingTab.Add (this.cbPreferOneStepCompilation);
     global::Gtk.Table.TableChild w15 = ((global::Gtk.Table.TableChild)(this.table_CompilingTab [this.cbPreferOneStepCompilation]));
     w15.TopAttach = ((uint)(3));
     w15.BottomAttach = ((uint)(4));
     w15.LeftAttach = ((uint)(1));
     w15.RightAttach = ((uint)(2));
     w15.XOptions = ((global::Gtk.AttachOptions)(4));
     w15.YOptions = ((global::Gtk.AttachOptions)(4));
     // Container child table_CompilingTab.Gtk.Table+TableChild
     this.cbUseDefaultCompiler = new global::Gtk.CheckButton ();
     this.cbUseDefaultCompiler.CanFocus = true;
     this.cbUseDefaultCompiler.Name = "cbUseDefaultCompiler";
     this.cbUseDefaultCompiler.Label = global::Mono.Unix.Catalog.GetString ("Use Default Compiler");
     this.cbUseDefaultCompiler.Active = true;
     this.cbUseDefaultCompiler.DrawIndicator = true;
     this.cbUseDefaultCompiler.UseUnderline = true;
     this.table_CompilingTab.Add (this.cbUseDefaultCompiler);
     global::Gtk.Table.TableChild w16 = ((global::Gtk.Table.TableChild)(this.table_CompilingTab [this.cbUseDefaultCompiler]));
     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 table_CompilingTab.Gtk.Table+TableChild
     this.cmbCompiler = global::Gtk.ComboBox.NewText ();
     this.cmbCompiler.Name = "cmbCompiler";
     this.table_CompilingTab.Add (this.cmbCompiler);
     global::Gtk.Table.TableChild w17 = ((global::Gtk.Table.TableChild)(this.table_CompilingTab [this.cmbCompiler]));
     w17.TopAttach = ((uint)(1));
     w17.BottomAttach = ((uint)(2));
     w17.LeftAttach = ((uint)(1));
     w17.RightAttach = ((uint)(2));
     w17.YOptions = ((global::Gtk.AttachOptions)(4));
     // Container child table_CompilingTab.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 ("Note: Relative paths will be related to the project\'s base directory!");
     this.table_CompilingTab.Add (this.label11);
     global::Gtk.Table.TableChild w18 = ((global::Gtk.Table.TableChild)(this.table_CompilingTab [this.label11]));
     w18.LeftAttach = ((uint)(1));
     w18.RightAttach = ((uint)(2));
     w18.XOptions = ((global::Gtk.AttachOptions)(4));
     w18.YOptions = ((global::Gtk.AttachOptions)(4));
     // Container child table_CompilingTab.Gtk.Table+TableChild
     this.label17 = new global::Gtk.Label ();
     this.label17.Name = "label17";
     this.label17.LabelProp = global::Mono.Unix.Catalog.GetString ("Debug constants");
     this.table_CompilingTab.Add (this.label17);
     global::Gtk.Table.TableChild w19 = ((global::Gtk.Table.TableChild)(this.table_CompilingTab [this.label17]));
     w19.TopAttach = ((uint)(4));
     w19.BottomAttach = ((uint)(5));
     w19.XOptions = ((global::Gtk.AttachOptions)(4));
     w19.YOptions = ((global::Gtk.AttachOptions)(4));
     // Container child table_CompilingTab.Gtk.Table+TableChild
     this.label18 = new global::Gtk.Label ();
     this.label18.Name = "label18";
     this.label18.LabelProp = global::Mono.Unix.Catalog.GetString ("Version constants");
     this.table_CompilingTab.Add (this.label18);
     global::Gtk.Table.TableChild w20 = ((global::Gtk.Table.TableChild)(this.table_CompilingTab [this.label18]));
     w20.TopAttach = ((uint)(6));
     w20.BottomAttach = ((uint)(7));
     w20.XOptions = ((global::Gtk.AttachOptions)(4));
     w20.YOptions = ((global::Gtk.AttachOptions)(4));
     // Container child table_CompilingTab.Gtk.Table+TableChild
     this.label19 = new global::Gtk.Label ();
     this.label19.Name = "label19";
     this.label19.LabelProp = global::Mono.Unix.Catalog.GetString ("Debug level");
     this.table_CompilingTab.Add (this.label19);
     global::Gtk.Table.TableChild w21 = ((global::Gtk.Table.TableChild)(this.table_CompilingTab [this.label19]));
     w21.TopAttach = ((uint)(5));
     w21.BottomAttach = ((uint)(6));
     w21.XOptions = ((global::Gtk.AttachOptions)(4));
     w21.YOptions = ((global::Gtk.AttachOptions)(4));
     // Container child table_CompilingTab.Gtk.Table+TableChild
     this.label20 = new global::Gtk.Label ();
     this.label20.Name = "label20";
     this.label20.LabelProp = global::Mono.Unix.Catalog.GetString ("DDoc directory");
     this.table_CompilingTab.Add (this.label20);
     global::Gtk.Table.TableChild w22 = ((global::Gtk.Table.TableChild)(this.table_CompilingTab [this.label20]));
     w22.TopAttach = ((uint)(8));
     w22.BottomAttach = ((uint)(9));
     w22.XOptions = ((global::Gtk.AttachOptions)(4));
     w22.YOptions = ((global::Gtk.AttachOptions)(4));
     // Container child table_CompilingTab.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 ("Compiler");
     this.table_CompilingTab.Add (this.label4);
     global::Gtk.Table.TableChild w23 = ((global::Gtk.Table.TableChild)(this.table_CompilingTab [this.label4]));
     w23.TopAttach = ((uint)(1));
     w23.BottomAttach = ((uint)(2));
     w23.XOptions = ((global::Gtk.AttachOptions)(4));
     w23.YOptions = ((global::Gtk.AttachOptions)(4));
     // Container child table_CompilingTab.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 ("Objects directory");
     this.table_CompilingTab.Add (this.label5);
     global::Gtk.Table.TableChild w24 = ((global::Gtk.Table.TableChild)(this.table_CompilingTab [this.label5]));
     w24.TopAttach = ((uint)(7));
     w24.BottomAttach = ((uint)(8));
     w24.XOptions = ((global::Gtk.AttachOptions)(4));
     w24.YOptions = ((global::Gtk.AttachOptions)(4));
     // Container child table_CompilingTab.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 ("Extra Compiler Options");
     this.table_CompilingTab.Add (this.label7);
     global::Gtk.Table.TableChild w25 = ((global::Gtk.Table.TableChild)(this.table_CompilingTab [this.label7]));
     w25.TopAttach = ((uint)(9));
     w25.BottomAttach = ((uint)(10));
     w25.XOptions = ((global::Gtk.AttachOptions)(4));
     w25.YOptions = ((global::Gtk.AttachOptions)(4));
     // Container child table_CompilingTab.Gtk.Table+TableChild
     this.scrolledwindow4 = new global::Gtk.ScrolledWindow ();
     this.scrolledwindow4.HeightRequest = 150;
     this.scrolledwindow4.CanFocus = true;
     this.scrolledwindow4.Name = "scrolledwindow4";
     this.scrolledwindow4.ShadowType = ((global::Gtk.ShadowType)(1));
     // Container child scrolledwindow4.Gtk.Container+ContainerChild
     this.extraCompilerTextView = new global::Gtk.TextView ();
     this.extraCompilerTextView.TooltipMarkup = "A newline-separated list of extra options to send to the compiler.\nOne option can" +
         " be in more than one line.\nExample:\n\t`--pkg\n\tcairo`";
     this.extraCompilerTextView.CanFocus = true;
     this.extraCompilerTextView.Name = "extraCompilerTextView";
     this.scrolledwindow4.Add (this.extraCompilerTextView);
     this.table_CompilingTab.Add (this.scrolledwindow4);
     global::Gtk.Table.TableChild w27 = ((global::Gtk.Table.TableChild)(this.table_CompilingTab [this.scrolledwindow4]));
     w27.TopAttach = ((uint)(9));
     w27.BottomAttach = ((uint)(10));
     w27.LeftAttach = ((uint)(1));
     w27.RightAttach = ((uint)(2));
     w27.XOptions = ((global::Gtk.AttachOptions)(4));
     w27.YOptions = ((global::Gtk.AttachOptions)(4));
     // Container child table_CompilingTab.Gtk.Table+TableChild
     this.spin_debugLevel = new global::Gtk.SpinButton (0D, 100D, 1D);
     this.spin_debugLevel.TooltipMarkup = "The debug level the program is built in.\nA value of zero (0) will not emit a -deb" +
         "ug flag to the compilation argument string!";
     this.spin_debugLevel.CanFocus = true;
     this.spin_debugLevel.Name = "spin_debugLevel";
     this.spin_debugLevel.Adjustment.PageIncrement = 10D;
     this.spin_debugLevel.ClimbRate = 1D;
     this.spin_debugLevel.Numeric = true;
     this.table_CompilingTab.Add (this.spin_debugLevel);
     global::Gtk.Table.TableChild w28 = ((global::Gtk.Table.TableChild)(this.table_CompilingTab [this.spin_debugLevel]));
     w28.TopAttach = ((uint)(5));
     w28.BottomAttach = ((uint)(6));
     w28.LeftAttach = ((uint)(1));
     w28.RightAttach = ((uint)(2));
     w28.XOptions = ((global::Gtk.AttachOptions)(4));
     w28.YOptions = ((global::Gtk.AttachOptions)(4));
     // Container child table_CompilingTab.Gtk.Table+TableChild
     this.text_DDocDir = new global::Gtk.Entry ();
     this.text_DDocDir.CanFocus = true;
     this.text_DDocDir.Name = "text_DDocDir";
     this.text_DDocDir.IsEditable = true;
     this.text_DDocDir.InvisibleChar = '●';
     this.table_CompilingTab.Add (this.text_DDocDir);
     global::Gtk.Table.TableChild w29 = ((global::Gtk.Table.TableChild)(this.table_CompilingTab [this.text_DDocDir]));
     w29.TopAttach = ((uint)(8));
     w29.BottomAttach = ((uint)(9));
     w29.LeftAttach = ((uint)(1));
     w29.RightAttach = ((uint)(2));
     w29.XOptions = ((global::Gtk.AttachOptions)(4));
     w29.YOptions = ((global::Gtk.AttachOptions)(4));
     // Container child table_CompilingTab.Gtk.Table+TableChild
     this.text_debugConstants = new global::Gtk.Entry ();
     this.text_debugConstants.TooltipMarkup = "Semicolon (;) separated list of debug constants to define for debug-build compila" +
         "tion.\nImportant: May affect code completion if omitted/written into extra compil" +
         "er options field!";
     this.text_debugConstants.CanFocus = true;
     this.text_debugConstants.Name = "text_debugConstants";
     this.text_debugConstants.IsEditable = true;
     this.text_debugConstants.InvisibleChar = '●';
     this.table_CompilingTab.Add (this.text_debugConstants);
     global::Gtk.Table.TableChild w30 = ((global::Gtk.Table.TableChild)(this.table_CompilingTab [this.text_debugConstants]));
     w30.TopAttach = ((uint)(4));
     w30.BottomAttach = ((uint)(5));
     w30.LeftAttach = ((uint)(1));
     w30.RightAttach = ((uint)(2));
     w30.XOptions = ((global::Gtk.AttachOptions)(4));
     w30.YOptions = ((global::Gtk.AttachOptions)(4));
     // Container child table_CompilingTab.Gtk.Table+TableChild
     this.text_ObjectsDirectory = new global::Gtk.Entry ();
     this.text_ObjectsDirectory.CanFocus = true;
     this.text_ObjectsDirectory.Name = "text_ObjectsDirectory";
     this.text_ObjectsDirectory.IsEditable = true;
     this.text_ObjectsDirectory.InvisibleChar = '●';
     this.table_CompilingTab.Add (this.text_ObjectsDirectory);
     global::Gtk.Table.TableChild w31 = ((global::Gtk.Table.TableChild)(this.table_CompilingTab [this.text_ObjectsDirectory]));
     w31.TopAttach = ((uint)(7));
     w31.BottomAttach = ((uint)(8));
     w31.LeftAttach = ((uint)(1));
     w31.RightAttach = ((uint)(2));
     w31.XOptions = ((global::Gtk.AttachOptions)(4));
     w31.YOptions = ((global::Gtk.AttachOptions)(4));
     // Container child table_CompilingTab.Gtk.Table+TableChild
     this.text_versionConstants = new global::Gtk.Entry ();
     this.text_versionConstants.TooltipMarkup = "Semicolon (;) separated list of version constants to define for compilation.\nImpo" +
         "rtant: May affect code completion if omitted/written into extra compiler options" +
         " field!";
     this.text_versionConstants.CanFocus = true;
     this.text_versionConstants.Name = "text_versionConstants";
     this.text_versionConstants.IsEditable = true;
     this.text_versionConstants.InvisibleChar = '●';
     this.table_CompilingTab.Add (this.text_versionConstants);
     global::Gtk.Table.TableChild w32 = ((global::Gtk.Table.TableChild)(this.table_CompilingTab [this.text_versionConstants]));
     w32.TopAttach = ((uint)(6));
     w32.BottomAttach = ((uint)(7));
     w32.LeftAttach = ((uint)(1));
     w32.RightAttach = ((uint)(2));
     w32.XOptions = ((global::Gtk.AttachOptions)(4));
     w32.YOptions = ((global::Gtk.AttachOptions)(4));
     this.notebook1.Add (this.table_CompilingTab);
     global::Gtk.Notebook.NotebookChild w33 = ((global::Gtk.Notebook.NotebookChild)(this.notebook1 [this.table_CompilingTab]));
     w33.Position = 1;
     // Notebook tab
     this.label1 = new global::Gtk.Label ();
     this.label1.Name = "label1";
     this.label1.LabelProp = global::Mono.Unix.Catalog.GetString ("Compiling");
     this.notebook1.SetTabLabel (this.table_CompilingTab, this.label1);
     this.label1.ShowAll ();
     // Container child notebook1.Gtk.Notebook+NotebookChild
     this.vbox1 = new global::Gtk.VBox ();
     this.vbox1.Name = "vbox1";
     this.vbox1.Spacing = 6;
     // Container child vbox1.Gtk.Box+BoxChild
     this.check_EnableBuildCmdOverride = new global::Gtk.CheckButton ();
     this.check_EnableBuildCmdOverride.CanFocus = true;
     this.check_EnableBuildCmdOverride.Name = "check_EnableBuildCmdOverride";
     this.check_EnableBuildCmdOverride.Label = global::Mono.Unix.Catalog.GetString ("Enable custom build tools");
     this.check_EnableBuildCmdOverride.DrawIndicator = true;
     this.check_EnableBuildCmdOverride.UseUnderline = true;
     this.vbox1.Add (this.check_EnableBuildCmdOverride);
     global::Gtk.Box.BoxChild w34 = ((global::Gtk.Box.BoxChild)(this.vbox1 [this.check_EnableBuildCmdOverride]));
     w34.Position = 0;
     w34.Expand = false;
     w34.Fill = false;
     // Container child vbox1.Gtk.Box+BoxChild
     this.table_CustomBuildTools = new global::Gtk.Table (((uint)(5)), ((uint)(2)), false);
     this.table_CustomBuildTools.Name = "table_CustomBuildTools";
     this.table_CustomBuildTools.RowSpacing = ((uint)(6));
     this.table_CustomBuildTools.ColumnSpacing = ((uint)(6));
     // Container child table_CustomBuildTools.Gtk.Table+TableChild
     this.check_BuildToolsPerConfiguration = new global::Gtk.CheckButton ();
     this.check_BuildToolsPerConfiguration.CanFocus = true;
     this.check_BuildToolsPerConfiguration.Name = "check_BuildToolsPerConfiguration";
     this.check_BuildToolsPerConfiguration.Label = global::Mono.Unix.Catalog.GetString ("Apply custom build settings to all configurations");
     this.check_BuildToolsPerConfiguration.DrawIndicator = true;
     this.check_BuildToolsPerConfiguration.UseUnderline = true;
     this.table_CustomBuildTools.Add (this.check_BuildToolsPerConfiguration);
     global::Gtk.Table.TableChild w35 = ((global::Gtk.Table.TableChild)(this.table_CustomBuildTools [this.check_BuildToolsPerConfiguration]));
     w35.LeftAttach = ((uint)(1));
     w35.RightAttach = ((uint)(2));
     w35.YOptions = ((global::Gtk.AttachOptions)(4));
     // Container child table_CustomBuildTools.Gtk.Table+TableChild
     this.label22 = new global::Gtk.Label ();
     this.label22.Name = "label22";
     this.label22.Xalign = 0F;
     this.label22.LabelProp = global::Mono.Unix.Catalog.GetString ("Build command");
     this.table_CustomBuildTools.Add (this.label22);
     global::Gtk.Table.TableChild w36 = ((global::Gtk.Table.TableChild)(this.table_CustomBuildTools [this.label22]));
     w36.TopAttach = ((uint)(1));
     w36.BottomAttach = ((uint)(2));
     w36.XOptions = ((global::Gtk.AttachOptions)(4));
     w36.YOptions = ((global::Gtk.AttachOptions)(4));
     // Container child table_CustomBuildTools.Gtk.Table+TableChild
     this.label23 = new global::Gtk.Label ();
     this.label23.Name = "label23";
     this.label23.Xalign = 0F;
     this.label23.LabelProp = global::Mono.Unix.Catalog.GetString ("Run command");
     this.table_CustomBuildTools.Add (this.label23);
     global::Gtk.Table.TableChild w37 = ((global::Gtk.Table.TableChild)(this.table_CustomBuildTools [this.label23]));
     w37.TopAttach = ((uint)(3));
     w37.BottomAttach = ((uint)(4));
     w37.XOptions = ((global::Gtk.AttachOptions)(4));
     w37.YOptions = ((global::Gtk.AttachOptions)(4));
     // Container child table_CustomBuildTools.Gtk.Table+TableChild
     this.label24 = new global::Gtk.Label ();
     this.label24.Name = "label24";
     this.label24.Xalign = 0F;
     this.label24.LabelProp = global::Mono.Unix.Catalog.GetString ("Macros");
     this.table_CustomBuildTools.Add (this.label24);
     global::Gtk.Table.TableChild w38 = ((global::Gtk.Table.TableChild)(this.table_CustomBuildTools [this.label24]));
     w38.TopAttach = ((uint)(4));
     w38.BottomAttach = ((uint)(5));
     w38.XOptions = ((global::Gtk.AttachOptions)(4));
     w38.YOptions = ((global::Gtk.AttachOptions)(4));
     // Container child table_CustomBuildTools.Gtk.Table+TableChild
     this.label25 = new global::Gtk.Label ();
     this.label25.Name = "label25";
     this.label25.LabelProp = global::Mono.Unix.Catalog.GetString ("Build check command");
     this.table_CustomBuildTools.Add (this.label25);
     global::Gtk.Table.TableChild w39 = ((global::Gtk.Table.TableChild)(this.table_CustomBuildTools [this.label25]));
     w39.TopAttach = ((uint)(2));
     w39.BottomAttach = ((uint)(3));
     w39.XOptions = ((global::Gtk.AttachOptions)(4));
     w39.YOptions = ((global::Gtk.AttachOptions)(4));
     // Container child table_CustomBuildTools.Gtk.Table+TableChild
     this.macroGrid = new global::MonoDevelop.Components.PropertyGrid.PropertyGrid ();
     this.macroGrid.Name = "macroGrid";
     this.macroGrid.ShowToolbar = false;
     this.macroGrid.ShowHelp = false;
     this.table_CustomBuildTools.Add (this.macroGrid);
     global::Gtk.Table.TableChild w40 = ((global::Gtk.Table.TableChild)(this.table_CustomBuildTools [this.macroGrid]));
     w40.TopAttach = ((uint)(4));
     w40.BottomAttach = ((uint)(5));
     w40.LeftAttach = ((uint)(1));
     w40.RightAttach = ((uint)(2));
     // Container child table_CustomBuildTools.Gtk.Table+TableChild
     this.text_BuildCheckCommand = new global::Gtk.Entry ();
     this.text_BuildCheckCommand.TooltipMarkup = "Command that is executed to check whether the project was built well.\nMust return" +
         " 0 (Zero) if there were no errors and if the run command can be launched.\nIf emp" +
         "ty, the project will be assumed as being built correctly.";
     this.text_BuildCheckCommand.CanFocus = true;
     this.text_BuildCheckCommand.Name = "text_BuildCheckCommand";
     this.text_BuildCheckCommand.IsEditable = true;
     this.text_BuildCheckCommand.InvisibleChar = '●';
     this.table_CustomBuildTools.Add (this.text_BuildCheckCommand);
     global::Gtk.Table.TableChild w41 = ((global::Gtk.Table.TableChild)(this.table_CustomBuildTools [this.text_BuildCheckCommand]));
     w41.TopAttach = ((uint)(2));
     w41.BottomAttach = ((uint)(3));
     w41.LeftAttach = ((uint)(1));
     w41.RightAttach = ((uint)(2));
     w41.XOptions = ((global::Gtk.AttachOptions)(4));
     w41.YOptions = ((global::Gtk.AttachOptions)(4));
     // Container child table_CustomBuildTools.Gtk.Table+TableChild
     this.text_BuildCommand = new global::Gtk.Entry ();
     this.text_BuildCommand.CanFocus = true;
     this.text_BuildCommand.Name = "text_BuildCommand";
     this.text_BuildCommand.IsEditable = true;
     this.text_BuildCommand.InvisibleChar = '●';
     this.table_CustomBuildTools.Add (this.text_BuildCommand);
     global::Gtk.Table.TableChild w42 = ((global::Gtk.Table.TableChild)(this.table_CustomBuildTools [this.text_BuildCommand]));
     w42.TopAttach = ((uint)(1));
     w42.BottomAttach = ((uint)(2));
     w42.LeftAttach = ((uint)(1));
     w42.RightAttach = ((uint)(2));
     w42.XOptions = ((global::Gtk.AttachOptions)(4));
     w42.YOptions = ((global::Gtk.AttachOptions)(4));
     // Container child table_CustomBuildTools.Gtk.Table+TableChild
     this.text_RunCommand = new global::Gtk.Entry ();
     this.text_RunCommand.CanFocus = true;
     this.text_RunCommand.Name = "text_RunCommand";
     this.text_RunCommand.IsEditable = true;
     this.text_RunCommand.InvisibleChar = '●';
     this.table_CustomBuildTools.Add (this.text_RunCommand);
     global::Gtk.Table.TableChild w43 = ((global::Gtk.Table.TableChild)(this.table_CustomBuildTools [this.text_RunCommand]));
     w43.TopAttach = ((uint)(3));
     w43.BottomAttach = ((uint)(4));
     w43.LeftAttach = ((uint)(1));
     w43.RightAttach = ((uint)(2));
     w43.XOptions = ((global::Gtk.AttachOptions)(4));
     w43.YOptions = ((global::Gtk.AttachOptions)(4));
     this.vbox1.Add (this.table_CustomBuildTools);
     global::Gtk.Box.BoxChild w44 = ((global::Gtk.Box.BoxChild)(this.vbox1 [this.table_CustomBuildTools]));
     w44.Position = 1;
     this.notebook1.Add (this.vbox1);
     global::Gtk.Notebook.NotebookChild w45 = ((global::Gtk.Notebook.NotebookChild)(this.notebook1 [this.vbox1]));
     w45.Position = 2;
     // Notebook tab
     this.label21 = new global::Gtk.Label ();
     this.label21.Name = "label21";
     this.label21.LabelProp = global::Mono.Unix.Catalog.GetString ("Custom build tools");
     this.notebook1.SetTabLabel (this.vbox1, this.label21);
     this.label21.ShowAll ();
     this.Add (this.notebook1);
     if ((this.Child != null)) {
         this.Child.ShowAll ();
     }
     this.Show ();
     this.cbUseDefaultCompiler.Clicked += new global::System.EventHandler (this.cbUseDefaultCompiler_Clicked);
     this.check_EnableBuildCmdOverride.Toggled += new global::System.EventHandler (this.OnCheckEnableBuildCmdOverrideToggled);
 }
		protected virtual void Build ()
		{
			global::Stetic.Gui.Initialize (this);
			// Widget MonoDevelop.Xml.Formatting.XmlFormattingPolicyPanelWidget
			global::Stetic.BinContainer.Attach (this);
			this.Name = "MonoDevelop.Xml.Formatting.XmlFormattingPolicyPanelWidget";
			// Container child MonoDevelop.Xml.Formatting.XmlFormattingPolicyPanelWidget.Gtk.Container+ContainerChild
			this.vbox2 = new global::Gtk.VBox ();
			this.vbox2.Name = "vbox2";
			this.vbox2.Spacing = 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.boxScopes = new global::Gtk.VBox ();
			this.boxScopes.Name = "boxScopes";
			this.boxScopes.Spacing = 6;
			// Container child boxScopes.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.listView = new global::Gtk.TreeView ();
			this.listView.CanFocus = true;
			this.listView.Name = "listView";
			this.listView.HeadersVisible = false;
			this.GtkScrolledWindow.Add (this.listView);
			this.boxScopes.Add (this.GtkScrolledWindow);
			global::Gtk.Box.BoxChild w2 = ((global::Gtk.Box.BoxChild)(this.boxScopes [this.GtkScrolledWindow]));
			w2.Position = 0;
			// Container child boxScopes.Gtk.Box+BoxChild
			this.hbox2 = new global::Gtk.HBox ();
			this.hbox2.Name = "hbox2";
			this.hbox2.Spacing = 6;
			// Container child hbox2.Gtk.Box+BoxChild
			this.buttonAdd = new global::Gtk.Button ();
			this.buttonAdd.CanFocus = true;
			this.buttonAdd.Name = "buttonAdd";
			this.buttonAdd.UseStock = true;
			this.buttonAdd.UseUnderline = true;
			this.buttonAdd.Label = "gtk-add";
			this.hbox2.Add (this.buttonAdd);
			global::Gtk.Box.BoxChild w3 = ((global::Gtk.Box.BoxChild)(this.hbox2 [this.buttonAdd]));
			w3.Position = 0;
			w3.Expand = false;
			w3.Fill = false;
			// Container child hbox2.Gtk.Box+BoxChild
			this.buttonRemove = new global::Gtk.Button ();
			this.buttonRemove.CanFocus = true;
			this.buttonRemove.Name = "buttonRemove";
			this.buttonRemove.UseStock = true;
			this.buttonRemove.UseUnderline = true;
			this.buttonRemove.Label = "gtk-remove";
			this.hbox2.Add (this.buttonRemove);
			global::Gtk.Box.BoxChild w4 = ((global::Gtk.Box.BoxChild)(this.hbox2 [this.buttonRemove]));
			w4.Position = 1;
			w4.Expand = false;
			w4.Fill = false;
			this.boxScopes.Add (this.hbox2);
			global::Gtk.Box.BoxChild w5 = ((global::Gtk.Box.BoxChild)(this.boxScopes [this.hbox2]));
			w5.Position = 1;
			w5.Expand = false;
			w5.Fill = false;
			this.hbox1.Add (this.boxScopes);
			global::Gtk.Box.BoxChild w6 = ((global::Gtk.Box.BoxChild)(this.hbox1 [this.boxScopes]));
			w6.Position = 0;
			w6.Expand = false;
			w6.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.labelScopes = new global::Gtk.Label ();
			this.labelScopes.Name = "labelScopes";
			this.labelScopes.Xalign = 0F;
			this.labelScopes.LabelProp = global::Mono.Unix.Catalog.GetString ("Enter one or several xpath expressions to which this format applies:");
			this.vbox4.Add (this.labelScopes);
			global::Gtk.Box.BoxChild w7 = ((global::Gtk.Box.BoxChild)(this.vbox4 [this.labelScopes]));
			w7.Position = 0;
			w7.Expand = false;
			w7.Fill = false;
			// Container child vbox4.Gtk.Box+BoxChild
			this.tableScopes = new global::Gtk.Table (((uint)(3)), ((uint)(3)), false);
			this.tableScopes.Name = "tableScopes";
			this.tableScopes.RowSpacing = ((uint)(6));
			this.tableScopes.ColumnSpacing = ((uint)(6));
			this.vbox4.Add (this.tableScopes);
			global::Gtk.Box.BoxChild w8 = ((global::Gtk.Box.BoxChild)(this.vbox4 [this.tableScopes]));
			w8.Position = 1;
			w8.Expand = false;
			w8.Fill = false;
			// Container child vbox4.Gtk.Box+BoxChild
			this.propertyGrid = new global::MonoDevelop.Components.PropertyGrid.PropertyGrid ();
			this.propertyGrid.Name = "propertyGrid";
			this.propertyGrid.ShowToolbar = false;
			this.propertyGrid.ShowHelp = false;
			this.vbox4.Add (this.propertyGrid);
			global::Gtk.Box.BoxChild w9 = ((global::Gtk.Box.BoxChild)(this.vbox4 [this.propertyGrid]));
			w9.Position = 2;
			this.hbox1.Add (this.vbox4);
			global::Gtk.Box.BoxChild w10 = ((global::Gtk.Box.BoxChild)(this.hbox1 [this.vbox4]));
			w10.Position = 1;
			this.vbox2.Add (this.hbox1);
			global::Gtk.Box.BoxChild w11 = ((global::Gtk.Box.BoxChild)(this.vbox2 [this.hbox1]));
			w11.Position = 0;
			// Container child vbox2.Gtk.Box+BoxChild
			this.hbox3 = new global::Gtk.HBox ();
			this.hbox3.Name = "hbox3";
			this.hbox3.Spacing = 6;
			// Container child hbox3.Gtk.Box+BoxChild
			this.buttonAdvanced = new global::Gtk.Button ();
			this.buttonAdvanced.CanFocus = true;
			this.buttonAdvanced.Name = "buttonAdvanced";
			this.buttonAdvanced.UseUnderline = true;
			this.buttonAdvanced.Label = global::Mono.Unix.Catalog.GetString ("Advanced Settings");
			this.hbox3.Add (this.buttonAdvanced);
			global::Gtk.Box.BoxChild w12 = ((global::Gtk.Box.BoxChild)(this.hbox3 [this.buttonAdvanced]));
			w12.Position = 0;
			w12.Expand = false;
			w12.Fill = false;
			this.vbox2.Add (this.hbox3);
			global::Gtk.Box.BoxChild w13 = ((global::Gtk.Box.BoxChild)(this.vbox2 [this.hbox3]));
			w13.Position = 1;
			w13.Expand = false;
			w13.Fill = false;
			this.Add (this.vbox2);
			if ((this.Child != null)) {
				this.Child.ShowAll ();
			}
			this.Hide ();
			this.buttonAdd.Clicked += new global::System.EventHandler (this.OnButtonAddClicked);
			this.buttonRemove.Clicked += new global::System.EventHandler (this.OnButtonRemoveClicked);
			this.buttonAdvanced.Clicked += new global::System.EventHandler (this.OnButtonAdvancedClicked);
		}