protected virtual void Build()
 {
     global::Stetic.Gui.Initialize (this);
     // Widget MonoDevelop.FSharp.Gui.FSharpSettingsWidget
     global::Stetic.BinContainer.Attach (this);
     this.Name = "MonoDevelop.FSharp.Gui.FSharpSettingsWidget";
     // Container child MonoDevelop.FSharp.Gui.FSharpSettingsWidget.Gtk.Container+ContainerChild
     this.vbox1 = new global::Gtk.VBox ();
     this.vbox1.Name = "vbox1";
     this.vbox1.Spacing = 6;
     // Container child vbox1.Gtk.Box+BoxChild
     this.hbox2 = new global::Gtk.HBox ();
     this.hbox2.Name = "hbox2";
     this.hbox2.Spacing = 6;
     // Container child hbox2.Gtk.Box+BoxChild
     this.label4 = new global::Gtk.Label ();
     this.label4.Name = "label4";
     this.label4.LabelProp = global::Mono.Unix.Catalog.GetString ("<b>F# Interactive</b>");
     this.label4.UseMarkup = true;
     this.hbox2.Add (this.label4);
     global::Gtk.Box.BoxChild w1 = ((global::Gtk.Box.BoxChild)(this.hbox2 [this.label4]));
     w1.Position = 0;
     w1.Expand = false;
     w1.Fill = false;
     // Container child hbox2.Gtk.Box+BoxChild
     this.checkInteractiveUseDefault = new global::Gtk.CheckButton ();
     this.checkInteractiveUseDefault.CanFocus = true;
     this.checkInteractiveUseDefault.Name = "checkInteractiveUseDefault";
     this.checkInteractiveUseDefault.Label = global::Mono.Unix.Catalog.GetString ("Use Default");
     this.checkInteractiveUseDefault.Active = true;
     this.checkInteractiveUseDefault.DrawIndicator = true;
     this.checkInteractiveUseDefault.UseUnderline = true;
     this.hbox2.Add (this.checkInteractiveUseDefault);
     global::Gtk.Box.BoxChild w2 = ((global::Gtk.Box.BoxChild)(this.hbox2 [this.checkInteractiveUseDefault]));
     w2.Position = 1;
     this.vbox1.Add (this.hbox2);
     global::Gtk.Box.BoxChild w3 = ((global::Gtk.Box.BoxChild)(this.vbox1 [this.hbox2]));
     w3.Position = 0;
     w3.Expand = false;
     w3.Fill = false;
     // Container child vbox1.Gtk.Box+BoxChild
     this.table5 = new global::Gtk.Table (((uint)(2)), ((uint)(3)), false);
     this.table5.Name = "table5";
     this.table5.RowSpacing = ((uint)(6));
     this.table5.ColumnSpacing = ((uint)(6));
     // Container child table5.Gtk.Table+TableChild
     this.buttonBrowse = new global::Gtk.Button ();
     this.buttonBrowse.CanFocus = true;
     this.buttonBrowse.Name = "buttonBrowse";
     this.buttonBrowse.UseUnderline = true;
     this.buttonBrowse.Label = global::Mono.Unix.Catalog.GetString ("_Browse...");
     this.table5.Add (this.buttonBrowse);
     global::Gtk.Table.TableChild w4 = ((global::Gtk.Table.TableChild)(this.table5 [this.buttonBrowse]));
     w4.LeftAttach = ((uint)(2));
     w4.RightAttach = ((uint)(3));
     w4.XPadding = ((uint)(8));
     w4.XOptions = ((global::Gtk.AttachOptions)(4));
     w4.YOptions = ((global::Gtk.AttachOptions)(0));
     // Container child table5.Gtk.Table+TableChild
     this.entryArguments = new global::Gtk.Entry ();
     this.entryArguments.CanFocus = true;
     this.entryArguments.Name = "entryArguments";
     this.entryArguments.IsEditable = true;
     this.entryArguments.InvisibleChar = '●';
     this.table5.Add (this.entryArguments);
     global::Gtk.Table.TableChild w5 = ((global::Gtk.Table.TableChild)(this.table5 [this.entryArguments]));
     w5.TopAttach = ((uint)(1));
     w5.BottomAttach = ((uint)(2));
     w5.LeftAttach = ((uint)(1));
     w5.RightAttach = ((uint)(2));
     w5.YOptions = ((global::Gtk.AttachOptions)(0));
     // Container child table5.Gtk.Table+TableChild
     this.entryPath = new global::Gtk.Entry ();
     this.entryPath.CanFocus = true;
     this.entryPath.Name = "entryPath";
     this.entryPath.IsEditable = true;
     this.entryPath.InvisibleChar = '●';
     this.table5.Add (this.entryPath);
     global::Gtk.Table.TableChild w6 = ((global::Gtk.Table.TableChild)(this.table5 [this.entryPath]));
     w6.LeftAttach = ((uint)(1));
     w6.RightAttach = ((uint)(2));
     w6.XOptions = ((global::Gtk.AttachOptions)(4));
     w6.YOptions = ((global::Gtk.AttachOptions)(0));
     // Container child table5.Gtk.Table+TableChild
     this.GtkLabel4 = new global::Gtk.Label ();
     this.GtkLabel4.Name = "GtkLabel4";
     this.GtkLabel4.Xalign = 0F;
     this.GtkLabel4.LabelProp = global::Mono.Unix.Catalog.GetString ("Path");
     this.GtkLabel4.UseMarkup = true;
     this.table5.Add (this.GtkLabel4);
     global::Gtk.Table.TableChild w7 = ((global::Gtk.Table.TableChild)(this.table5 [this.GtkLabel4]));
     w7.XPadding = ((uint)(8));
     w7.XOptions = ((global::Gtk.AttachOptions)(4));
     w7.YOptions = ((global::Gtk.AttachOptions)(4));
     // Container child table5.Gtk.Table+TableChild
     this.GtkLabel6 = new global::Gtk.Label ();
     this.GtkLabel6.Name = "GtkLabel6";
     this.GtkLabel6.Xalign = 0F;
     this.GtkLabel6.LabelProp = global::Mono.Unix.Catalog.GetString ("Options");
     this.GtkLabel6.UseMarkup = true;
     this.table5.Add (this.GtkLabel6);
     global::Gtk.Table.TableChild w8 = ((global::Gtk.Table.TableChild)(this.table5 [this.GtkLabel6]));
     w8.TopAttach = ((uint)(1));
     w8.BottomAttach = ((uint)(2));
     w8.XPadding = ((uint)(8));
     w8.XOptions = ((global::Gtk.AttachOptions)(4));
     w8.YOptions = ((global::Gtk.AttachOptions)(0));
     this.vbox1.Add (this.table5);
     global::Gtk.Box.BoxChild w9 = ((global::Gtk.Box.BoxChild)(this.vbox1 [this.table5]));
     w9.Position = 1;
     w9.Expand = false;
     w9.Fill = false;
     // Container child vbox1.Gtk.Box+BoxChild
     this.advanceToNextLineCheckbox = new global::Gtk.CheckButton ();
     this.advanceToNextLineCheckbox.TooltipMarkup = "When sending a line or an empty selection to F# interactive this property automatically advances to the next line.";
     this.advanceToNextLineCheckbox.CanFocus = true;
     this.advanceToNextLineCheckbox.Name = "advanceToNextLineCheckbox";
     this.advanceToNextLineCheckbox.Label = global::Mono.Unix.Catalog.GetString ("Advance to next line");
     this.advanceToNextLineCheckbox.Active = true;
     this.advanceToNextLineCheckbox.DrawIndicator = true;
     this.advanceToNextLineCheckbox.UseUnderline = true;
     this.vbox1.Add (this.advanceToNextLineCheckbox);
     global::Gtk.Box.BoxChild w10 = ((global::Gtk.Box.BoxChild)(this.vbox1 [this.advanceToNextLineCheckbox]));
     w10.Position = 2;
     w10.Expand = false;
     w10.Fill = false;
     // Container child vbox1.Gtk.Box+BoxChild
     this.hseparator4 = new global::Gtk.HSeparator ();
     this.hseparator4.Name = "hseparator4";
     this.vbox1.Add (this.hseparator4);
     global::Gtk.Box.BoxChild w11 = ((global::Gtk.Box.BoxChild)(this.vbox1 [this.hseparator4]));
     w11.Position = 3;
     w11.Expand = false;
     w11.Fill = false;
     // Container child vbox1.Gtk.Box+BoxChild
     this.vbox4 = new global::Gtk.VBox ();
     this.vbox4.Name = "vbox4";
     this.vbox4.Spacing = 6;
     // Container child vbox4.Gtk.Box+BoxChild
     this.label1 = new global::Gtk.Label ();
     this.label1.Name = "label1";
     this.label1.Xalign = 0F;
     this.label1.LabelProp = global::Mono.Unix.Catalog.GetString ("<b>FSI Appearance</b>");
     this.label1.UseMarkup = true;
     this.vbox4.Add (this.label1);
     global::Gtk.Box.BoxChild w12 = ((global::Gtk.Box.BoxChild)(this.vbox4 [this.label1]));
     w12.Position = 0;
     w12.Expand = false;
     w12.Fill = false;
     // Container child vbox4.Gtk.Box+BoxChild
     this.matchThemeCheckbox = new global::Gtk.CheckButton ();
     this.matchThemeCheckbox.CanFocus = true;
     this.matchThemeCheckbox.Name = "matchThemeCheckbox";
     this.matchThemeCheckbox.Label = global::Mono.Unix.Catalog.GetString ("Match with Theme");
     this.matchThemeCheckbox.Active = true;
     this.matchThemeCheckbox.DrawIndicator = true;
     this.matchThemeCheckbox.UseUnderline = true;
     this.vbox4.Add (this.matchThemeCheckbox);
     global::Gtk.Box.BoxChild w13 = ((global::Gtk.Box.BoxChild)(this.vbox4 [this.matchThemeCheckbox]));
     w13.Position = 1;
     w13.Expand = false;
     w13.Fill = false;
     // Container child vbox4.Gtk.Box+BoxChild
     this.hbox7 = new global::Gtk.HBox ();
     this.hbox7.Name = "hbox7";
     // Container child hbox7.Gtk.Box+BoxChild
     this.label5 = new global::Gtk.Label ();
     this.label5.Name = "label5";
     this.label5.Xalign = 0F;
     this.label5.LabelProp = global::Mono.Unix.Catalog.GetString ("Base Color");
     this.hbox7.Add (this.label5);
     global::Gtk.Box.BoxChild w14 = ((global::Gtk.Box.BoxChild)(this.hbox7 [this.label5]));
     w14.Position = 0;
     w14.Expand = false;
     w14.Fill = false;
     w14.Padding = ((uint)(8));
     // Container child hbox7.Gtk.Box+BoxChild
     this.baseColorButton = new global::Gtk.ColorButton ();
     this.baseColorButton.CanFocus = true;
     this.baseColorButton.Events = ((global::Gdk.EventMask)(784));
     this.baseColorButton.Name = "baseColorButton";
     this.hbox7.Add (this.baseColorButton);
     global::Gtk.Box.BoxChild w15 = ((global::Gtk.Box.BoxChild)(this.hbox7 [this.baseColorButton]));
     w15.Position = 1;
     w15.Expand = false;
     w15.Fill = false;
     w15.Padding = ((uint)(8));
     // Container child hbox7.Gtk.Box+BoxChild
     this.label6 = new global::Gtk.Label ();
     this.label6.Name = "label6";
     this.label6.Xalign = 0F;
     this.label6.LabelProp = global::Mono.Unix.Catalog.GetString ("Text Color");
     this.hbox7.Add (this.label6);
     global::Gtk.Box.BoxChild w16 = ((global::Gtk.Box.BoxChild)(this.hbox7 [this.label6]));
     w16.Position = 2;
     w16.Expand = false;
     w16.Fill = false;
     w16.Padding = ((uint)(8));
     // Container child hbox7.Gtk.Box+BoxChild
     this.textColorButton = new global::Gtk.ColorButton ();
     this.textColorButton.CanFocus = true;
     this.textColorButton.Events = ((global::Gdk.EventMask)(784));
     this.textColorButton.Name = "textColorButton";
     this.hbox7.Add (this.textColorButton);
     global::Gtk.Box.BoxChild w17 = ((global::Gtk.Box.BoxChild)(this.hbox7 [this.textColorButton]));
     w17.Position = 3;
     w17.Expand = false;
     w17.Fill = false;
     w17.Padding = ((uint)(8));
     this.vbox4.Add (this.hbox7);
     global::Gtk.Box.BoxChild w18 = ((global::Gtk.Box.BoxChild)(this.vbox4 [this.hbox7]));
     w18.Position = 2;
     w18.Expand = false;
     w18.Fill = false;
     // Container child vbox4.Gtk.Box+BoxChild
     this.hbox9 = new global::Gtk.HBox ();
     this.hbox9.Name = "hbox9";
     this.hbox9.Spacing = 6;
     // Container child hbox9.Gtk.Box+BoxChild
     this.GtkLabel13 = new global::Gtk.Label ();
     this.GtkLabel13.Name = "GtkLabel13";
     this.GtkLabel13.LabelProp = global::Mono.Unix.Catalog.GetString ("Interactive Pad Font");
     this.GtkLabel13.UseMarkup = true;
     this.hbox9.Add (this.GtkLabel13);
     global::Gtk.Box.BoxChild w19 = ((global::Gtk.Box.BoxChild)(this.hbox9 [this.GtkLabel13]));
     w19.Position = 0;
     w19.Expand = false;
     w19.Fill = false;
     w19.Padding = ((uint)(8));
     // Container child hbox9.Gtk.Box+BoxChild
     this.fontbutton1 = new global::Gtk.FontButton ();
     this.fontbutton1.CanFocus = true;
     this.fontbutton1.Name = "fontbutton1";
     this.hbox9.Add (this.fontbutton1);
     global::Gtk.Box.BoxChild w20 = ((global::Gtk.Box.BoxChild)(this.hbox9 [this.fontbutton1]));
     w20.Position = 1;
     w20.Padding = ((uint)(8));
     this.vbox4.Add (this.hbox9);
     global::Gtk.Box.BoxChild w21 = ((global::Gtk.Box.BoxChild)(this.vbox4 [this.hbox9]));
     w21.Position = 3;
     w21.Expand = false;
     w21.Fill = false;
     this.vbox1.Add (this.vbox4);
     global::Gtk.Box.BoxChild w22 = ((global::Gtk.Box.BoxChild)(this.vbox1 [this.vbox4]));
     w22.Position = 4;
     w22.Expand = false;
     w22.Fill = false;
     // Container child vbox1.Gtk.Box+BoxChild
     this.hseparator3 = new global::Gtk.HSeparator ();
     this.hseparator3.Name = "hseparator3";
     this.vbox1.Add (this.hseparator3);
     global::Gtk.Box.BoxChild w23 = ((global::Gtk.Box.BoxChild)(this.vbox1 [this.hseparator3]));
     w23.Position = 5;
     w23.Expand = false;
     w23.Fill = false;
     // Container child vbox1.Gtk.Box+BoxChild
     this.hbox1 = new global::Gtk.HBox ();
     this.hbox1.Name = "hbox1";
     this.hbox1.Spacing = 6;
     // Container child hbox1.Gtk.Box+BoxChild
     this.label2 = new global::Gtk.Label ();
     this.label2.TooltipMarkup = "This is only used when xbuild is not being used.";
     this.label2.Name = "label2";
     this.label2.LabelProp = global::Mono.Unix.Catalog.GetString ("<b>F# Default Compiler</b>");
     this.label2.UseMarkup = true;
     this.hbox1.Add (this.label2);
     global::Gtk.Box.BoxChild w24 = ((global::Gtk.Box.BoxChild)(this.hbox1 [this.label2]));
     w24.Position = 0;
     w24.Expand = false;
     w24.Fill = false;
     // Container child hbox1.Gtk.Box+BoxChild
     this.checkCompilerUseDefault = new global::Gtk.CheckButton ();
     this.checkCompilerUseDefault.CanFocus = true;
     this.checkCompilerUseDefault.Name = "checkCompilerUseDefault";
     this.checkCompilerUseDefault.Label = global::Mono.Unix.Catalog.GetString ("Use Default");
     this.checkCompilerUseDefault.Active = true;
     this.checkCompilerUseDefault.DrawIndicator = true;
     this.checkCompilerUseDefault.UseUnderline = true;
     this.hbox1.Add (this.checkCompilerUseDefault);
     global::Gtk.Box.BoxChild w25 = ((global::Gtk.Box.BoxChild)(this.hbox1 [this.checkCompilerUseDefault]));
     w25.Position = 1;
     this.vbox1.Add (this.hbox1);
     global::Gtk.Box.BoxChild w26 = ((global::Gtk.Box.BoxChild)(this.vbox1 [this.hbox1]));
     w26.Position = 6;
     w26.Expand = false;
     w26.Fill = false;
     // Container child vbox1.Gtk.Box+BoxChild
     this.frame1 = new global::Gtk.Frame ();
     this.frame1.Name = "frame1";
     this.frame1.ShadowType = ((global::Gtk.ShadowType)(0));
     // Container child frame1.Gtk.Container+ContainerChild
     this.table2 = new global::Gtk.Table (((uint)(1)), ((uint)(3)), false);
     this.table2.Name = "table2";
     this.table2.RowSpacing = ((uint)(6));
     this.table2.ColumnSpacing = ((uint)(6));
     // Container child table2.Gtk.Table+TableChild
     this.buttonCompilerBrowse = new global::Gtk.Button ();
     this.buttonCompilerBrowse.CanFocus = true;
     this.buttonCompilerBrowse.Name = "buttonCompilerBrowse";
     this.buttonCompilerBrowse.UseUnderline = true;
     this.buttonCompilerBrowse.Label = global::Mono.Unix.Catalog.GetString ("_Browse...");
     this.table2.Add (this.buttonCompilerBrowse);
     global::Gtk.Table.TableChild w27 = ((global::Gtk.Table.TableChild)(this.table2 [this.buttonCompilerBrowse]));
     w27.LeftAttach = ((uint)(2));
     w27.RightAttach = ((uint)(3));
     w27.XPadding = ((uint)(8));
     w27.XOptions = ((global::Gtk.AttachOptions)(4));
     w27.YOptions = ((global::Gtk.AttachOptions)(4));
     // Container child table2.Gtk.Table+TableChild
     this.entryCompilerPath = new global::Gtk.Entry ();
     this.entryCompilerPath.CanFocus = true;
     this.entryCompilerPath.Name = "entryCompilerPath";
     this.entryCompilerPath.IsEditable = true;
     this.entryCompilerPath.InvisibleChar = '●';
     this.table2.Add (this.entryCompilerPath);
     global::Gtk.Table.TableChild w28 = ((global::Gtk.Table.TableChild)(this.table2 [this.entryCompilerPath]));
     w28.LeftAttach = ((uint)(1));
     w28.RightAttach = ((uint)(2));
     w28.XPadding = ((uint)(8));
     w28.YOptions = ((global::Gtk.AttachOptions)(4));
     // Container child table2.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 ("Path");
     this.table2.Add (this.label3);
     global::Gtk.Table.TableChild w29 = ((global::Gtk.Table.TableChild)(this.table2 [this.label3]));
     w29.XPadding = ((uint)(8));
     w29.XOptions = ((global::Gtk.AttachOptions)(4));
     w29.YOptions = ((global::Gtk.AttachOptions)(4));
     this.frame1.Add (this.table2);
     this.vbox1.Add (this.frame1);
     global::Gtk.Box.BoxChild w31 = ((global::Gtk.Box.BoxChild)(this.vbox1 [this.frame1]));
     w31.Position = 7;
     w31.Expand = false;
     w31.Fill = false;
     this.Add (this.vbox1);
     if ((this.Child != null)) {
         this.Child.ShowAll ();
     }
     this.Hide ();
 }
		protected virtual void Build ()
		{
			global::Stetic.Gui.Initialize (this);
			// Widget MonoDevelop.Ide.Gui.OptionPanels.IDEStyleOptionsPanelWidget
			global::Stetic.BinContainer.Attach (this);
			this.Name = "MonoDevelop.Ide.Gui.OptionPanels.IDEStyleOptionsPanelWidget";
			// Container child MonoDevelop.Ide.Gui.OptionPanels.IDEStyleOptionsPanelWidget.Gtk.Container+ContainerChild
			this.vbox13 = new global::Gtk.VBox ();
			this.vbox13.Name = "vbox13";
			this.vbox13.Spacing = 6;
			// Container child vbox13.Gtk.Box+BoxChild
			this.table1 = new global::Gtk.Table (((uint)(4)), ((uint)(2)), false);
			this.table1.Name = "table1";
			this.table1.RowSpacing = ((uint)(6));
			this.table1.ColumnSpacing = ((uint)(6));
			// Container child table1.Gtk.Table+TableChild
			this.comboCompact = global::Gtk.ComboBox.NewText ();
			this.comboCompact.AppendText (global::MonoDevelop.Core.GettextCatalog.GetString ("Very spacious"));
			this.comboCompact.AppendText (global::MonoDevelop.Core.GettextCatalog.GetString ("Spacious"));
			this.comboCompact.AppendText (global::MonoDevelop.Core.GettextCatalog.GetString ("Normal"));
			this.comboCompact.AppendText (global::MonoDevelop.Core.GettextCatalog.GetString ("Compact"));
			this.comboCompact.AppendText (global::MonoDevelop.Core.GettextCatalog.GetString ("Very compact"));
			this.comboCompact.Name = "comboCompact";
			this.comboCompact.Active = 2;
			this.table1.Add (this.comboCompact);
			global::Gtk.Table.TableChild w1 = ((global::Gtk.Table.TableChild)(this.table1 [this.comboCompact]));
			w1.LeftAttach = ((uint)(1));
			w1.RightAttach = ((uint)(2));
			w1.XOptions = ((global::Gtk.AttachOptions)(4));
			w1.YOptions = ((global::Gtk.AttachOptions)(4));
			// Container child table1.Gtk.Table+TableChild
			this.comboLanguage = global::Gtk.ComboBox.NewText ();
			this.comboLanguage.Name = "comboLanguage";
			this.table1.Add (this.comboLanguage);
			global::Gtk.Table.TableChild w2 = ((global::Gtk.Table.TableChild)(this.table1 [this.comboLanguage]));
			w2.TopAttach = ((uint)(1));
			w2.BottomAttach = ((uint)(2));
			w2.LeftAttach = ((uint)(1));
			w2.RightAttach = ((uint)(2));
			w2.XOptions = ((global::Gtk.AttachOptions)(4));
			w2.YOptions = ((global::Gtk.AttachOptions)(4));
			// Container child table1.Gtk.Table+TableChild
			this.comboTheme = global::Gtk.ComboBox.NewText ();
			this.comboTheme.Name = "comboTheme";
			this.table1.Add (this.comboTheme);
			global::Gtk.Table.TableChild w3 = ((global::Gtk.Table.TableChild)(this.table1 [this.comboTheme]));
			w3.TopAttach = ((uint)(2));
			w3.BottomAttach = ((uint)(3));
			w3.LeftAttach = ((uint)(1));
			w3.RightAttach = ((uint)(2));
			w3.XOptions = ((global::Gtk.AttachOptions)(4));
			w3.YOptions = ((global::Gtk.AttachOptions)(4));
			// Container child table1.Gtk.Table+TableChild
			this.label1 = new global::Gtk.Label ();
			this.label1.Name = "label1";
			this.label1.Xalign = 0F;
			this.label1.LabelProp = global::MonoDevelop.Core.GettextCatalog.GetString ("_Toolbar icon size:");
			this.label1.UseUnderline = true;
			this.table1.Add (this.label1);
			global::Gtk.Table.TableChild w4 = ((global::Gtk.Table.TableChild)(this.table1 [this.label1]));
			w4.TopAttach = ((uint)(3));
			w4.BottomAttach = ((uint)(4));
			w4.XOptions = ((global::Gtk.AttachOptions)(4));
			w4.YOptions = ((global::Gtk.AttachOptions)(4));
			// Container child table1.Gtk.Table+TableChild
			this.label2 = new global::Gtk.Label ();
			this.label2.Name = "label2";
			this.label2.Xalign = 0F;
			this.label2.LabelProp = global::MonoDevelop.Core.GettextCatalog.GetString ("User Interface Language:");
			this.table1.Add (this.label2);
			global::Gtk.Table.TableChild w5 = ((global::Gtk.Table.TableChild)(this.table1 [this.label2]));
			w5.TopAttach = ((uint)(1));
			w5.BottomAttach = ((uint)(2));
			w5.XOptions = ((global::Gtk.AttachOptions)(4));
			w5.YOptions = ((global::Gtk.AttachOptions)(4));
			// Container child table1.Gtk.Table+TableChild
			this.label3 = new global::Gtk.Label ();
			this.label3.Name = "label3";
			this.label3.Xalign = 0F;
			this.label3.LabelProp = global::MonoDevelop.Core.GettextCatalog.GetString ("User Interface Theme:");
			this.table1.Add (this.label3);
			global::Gtk.Table.TableChild w6 = ((global::Gtk.Table.TableChild)(this.table1 [this.label3]));
			w6.TopAttach = ((uint)(2));
			w6.BottomAttach = ((uint)(3));
			w6.XOptions = ((global::Gtk.AttachOptions)(4));
			w6.YOptions = ((global::Gtk.AttachOptions)(4));
			// Container child table1.Gtk.Table+TableChild
			this.label4 = new global::Gtk.Label ();
			this.label4.Name = "label4";
			this.label4.Xalign = 0F;
			this.label4.LabelProp = global::MonoDevelop.Core.GettextCatalog.GetString ("Compactness:");
			this.table1.Add (this.label4);
			global::Gtk.Table.TableChild w7 = ((global::Gtk.Table.TableChild)(this.table1 [this.label4]));
			w7.XOptions = ((global::Gtk.AttachOptions)(4));
			w7.YOptions = ((global::Gtk.AttachOptions)(4));
			// Container child table1.Gtk.Table+TableChild
			this.toolbarCombobox = global::Gtk.ComboBox.NewText ();
			this.toolbarCombobox.AppendText (global::MonoDevelop.Core.GettextCatalog.GetString ("Smallest"));
			this.toolbarCombobox.AppendText (global::MonoDevelop.Core.GettextCatalog.GetString ("Small"));
			this.toolbarCombobox.AppendText (global::MonoDevelop.Core.GettextCatalog.GetString ("Large"));
			this.toolbarCombobox.Name = "toolbarCombobox";
			this.toolbarCombobox.Active = 1;
			this.table1.Add (this.toolbarCombobox);
			global::Gtk.Table.TableChild w8 = ((global::Gtk.Table.TableChild)(this.table1 [this.toolbarCombobox]));
			w8.TopAttach = ((uint)(3));
			w8.BottomAttach = ((uint)(4));
			w8.LeftAttach = ((uint)(1));
			w8.RightAttach = ((uint)(2));
			w8.XOptions = ((global::Gtk.AttachOptions)(4));
			w8.YOptions = ((global::Gtk.AttachOptions)(4));
			this.vbox13.Add (this.table1);
			global::Gtk.Box.BoxChild w9 = ((global::Gtk.Box.BoxChild)(this.vbox13 [this.table1]));
			w9.Position = 0;
			w9.Expand = false;
			w9.Fill = false;
			// Container child vbox13.Gtk.Box+BoxChild
			this.hbox2 = new global::Gtk.HBox ();
			this.hbox2.Name = "hbox2";
			this.hbox2.Spacing = 6;
			// Container child hbox2.Gtk.Box+BoxChild
			this.fontCheckbox = new global::Gtk.CheckButton ();
			this.fontCheckbox.Name = "fontCheckbox";
			this.fontCheckbox.Label = global::MonoDevelop.Core.GettextCatalog.GetString ("_Custom font for pads:");
			this.fontCheckbox.DrawIndicator = true;
			this.fontCheckbox.UseUnderline = true;
			this.hbox2.Add (this.fontCheckbox);
			global::Gtk.Box.BoxChild w10 = ((global::Gtk.Box.BoxChild)(this.hbox2 [this.fontCheckbox]));
			w10.Position = 0;
			w10.Expand = false;
			// Container child hbox2.Gtk.Box+BoxChild
			this.fontButton = new global::Gtk.FontButton ();
			this.fontButton.Name = "fontButton";
			this.hbox2.Add (this.fontButton);
			global::Gtk.Box.BoxChild w11 = ((global::Gtk.Box.BoxChild)(this.hbox2 [this.fontButton]));
			w11.Position = 1;
			w11.Expand = false;
			w11.Fill = false;
			this.vbox13.Add (this.hbox2);
			global::Gtk.Box.BoxChild w12 = ((global::Gtk.Box.BoxChild)(this.vbox13 [this.hbox2]));
			w12.Position = 1;
			w12.Expand = false;
			w12.Fill = false;
			// Container child vbox13.Gtk.Box+BoxChild
			this.hbox3 = new global::Gtk.HBox ();
			this.hbox3.Name = "hbox3";
			this.hbox3.Spacing = 6;
			// Container child hbox3.Gtk.Box+BoxChild
			this.fontOutputCheckbox = new global::Gtk.CheckButton ();
			this.fontOutputCheckbox.Name = "fontOutputCheckbox";
			this.fontOutputCheckbox.Label = global::MonoDevelop.Core.GettextCatalog.GetString ("_Custom font for Output pads:");
			this.fontOutputCheckbox.DrawIndicator = true;
			this.fontOutputCheckbox.UseUnderline = true;
			this.hbox3.Add (this.fontOutputCheckbox);
			global::Gtk.Box.BoxChild w13 = ((global::Gtk.Box.BoxChild)(this.hbox3 [this.fontOutputCheckbox]));
			w13.Position = 0;
			w13.Expand = false;
			// Container child hbox3.Gtk.Box+BoxChild
			this.fontOutputButton = new global::Gtk.FontButton ();
			this.fontOutputButton.Name = "fontOutputButton";
			this.hbox3.Add (this.fontOutputButton);
			global::Gtk.Box.BoxChild w14 = ((global::Gtk.Box.BoxChild)(this.hbox3 [this.fontOutputButton]));
			w14.Position = 1;
			w14.Expand = false;
			w14.Fill = false;
			this.vbox13.Add (this.hbox3);
			global::Gtk.Box.BoxChild w15 = ((global::Gtk.Box.BoxChild)(this.vbox13 [this.hbox3]));
			w15.Position = 2;
			w15.Expand = false;
			w15.Fill = false;
			// Container child vbox13.Gtk.Box+BoxChild
			this.hiddenButton = new global::Gtk.CheckButton ();
			this.hiddenButton.Name = "hiddenButton";
			this.hiddenButton.Label = global::MonoDevelop.Core.GettextCatalog.GetString ("S_how hidden files and directories in File Scout");
			this.hiddenButton.DrawIndicator = true;
			this.hiddenButton.UseUnderline = true;
			this.vbox13.Add (this.hiddenButton);
			global::Gtk.Box.BoxChild w16 = ((global::Gtk.Box.BoxChild)(this.vbox13 [this.hiddenButton]));
			w16.Position = 3;
			w16.Expand = false;
			w16.Fill = false;
			// Container child vbox13.Gtk.Box+BoxChild
			this.documentSwitcherButton = new global::Gtk.CheckButton ();
			this.documentSwitcherButton.CanFocus = true;
			this.documentSwitcherButton.Name = "documentSwitcherButton";
			this.documentSwitcherButton.Label = global::MonoDevelop.Core.GettextCatalog.GetString ("_Enable document switch dialog");
			this.documentSwitcherButton.DrawIndicator = true;
			this.documentSwitcherButton.UseUnderline = true;
			this.vbox13.Add (this.documentSwitcherButton);
			global::Gtk.Box.BoxChild w17 = ((global::Gtk.Box.BoxChild)(this.vbox13 [this.documentSwitcherButton]));
			w17.Position = 4;
			w17.Expand = false;
			w17.Fill = false;
			this.Add (this.vbox13);
			if ((this.Child != null)) {
				this.Child.ShowAll ();
			}
			this.label1.MnemonicWidget = this.toolbarCombobox;
			this.Show ();
		}
 protected virtual void Build()
 {
     global::Stetic.Gui.Initialize (this);
     // Widget Moscrif.IDE.Option.GlobalOptionsWidget
     global::Stetic.BinContainer.Attach (this);
     this.Name = "Moscrif.IDE.Option.GlobalOptionsWidget";
     // Container child Moscrif.IDE.Option.GlobalOptionsWidget.Gtk.Container+ContainerChild
     this.vbox3 = new global::Gtk.VBox ();
     this.vbox3.Name = "vbox3";
     this.vbox3.Spacing = 6;
     // Container child vbox3.Gtk.Box+BoxChild
     this.table1 = new global::Gtk.Table (((uint)(10)), ((uint)(3)), false);
     this.table1.Name = "table1";
     this.table1.RowSpacing = ((uint)(6));
     this.table1.ColumnSpacing = ((uint)(6));
     // Container child table1.Gtk.Table+TableChild
     this.cbBackground = new global::Gtk.ColorButton ();
     this.cbBackground.CanFocus = true;
     this.cbBackground.Events = ((global::Gdk.EventMask)(784));
     this.cbBackground.Name = "cbBackground";
     this.table1.Add (this.cbBackground);
     global::Gtk.Table.TableChild w1 = ((global::Gtk.Table.TableChild)(this.table1 [this.cbBackground]));
     w1.TopAttach = ((uint)(3));
     w1.BottomAttach = ((uint)(4));
     w1.LeftAttach = ((uint)(1));
     w1.RightAttach = ((uint)(2));
     w1.XOptions = ((global::Gtk.AttachOptions)(4));
     w1.YOptions = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     this.chbAutoselectProject = new global::Gtk.CheckButton ();
     this.chbAutoselectProject.CanFocus = true;
     this.chbAutoselectProject.Name = "chbAutoselectProject";
     this.chbAutoselectProject.Label = global::Mono.Unix.Catalog.GetString ("Auto select project");
     this.chbAutoselectProject.DrawIndicator = true;
     this.chbAutoselectProject.UseUnderline = true;
     this.table1.Add (this.chbAutoselectProject);
     global::Gtk.Table.TableChild w2 = ((global::Gtk.Table.TableChild)(this.table1 [this.chbAutoselectProject]));
     w2.TopAttach = ((uint)(4));
     w2.BottomAttach = ((uint)(5));
     w2.LeftAttach = ((uint)(1));
     w2.RightAttach = ((uint)(2));
     w2.XOptions = ((global::Gtk.AttachOptions)(4));
     w2.YOptions = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     this.chbOpenLastOpenedW = new global::Gtk.CheckButton ();
     this.chbOpenLastOpenedW.CanFocus = true;
     this.chbOpenLastOpenedW.Name = "chbOpenLastOpenedW";
     this.chbOpenLastOpenedW.Label = global::Mono.Unix.Catalog.GetString ("Open last opened workspace.");
     this.chbOpenLastOpenedW.DrawIndicator = true;
     this.chbOpenLastOpenedW.UseUnderline = true;
     this.table1.Add (this.chbOpenLastOpenedW);
     global::Gtk.Table.TableChild w3 = ((global::Gtk.Table.TableChild)(this.table1 [this.chbOpenLastOpenedW]));
     w3.TopAttach = ((uint)(5));
     w3.BottomAttach = ((uint)(6));
     w3.LeftAttach = ((uint)(1));
     w3.RightAttach = ((uint)(2));
     w3.XOptions = ((global::Gtk.AttachOptions)(4));
     w3.YOptions = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     this.chbShowDebugDevic = new global::Gtk.CheckButton ();
     this.chbShowDebugDevic.CanFocus = true;
     this.chbShowDebugDevic.Name = "chbShowDebugDevic";
     this.chbShowDebugDevic.Label = global::Mono.Unix.Catalog.GetString ("Show beta platforms.");
     this.chbShowDebugDevic.DrawIndicator = true;
     this.chbShowDebugDevic.UseUnderline = true;
     this.table1.Add (this.chbShowDebugDevic);
     global::Gtk.Table.TableChild w4 = ((global::Gtk.Table.TableChild)(this.table1 [this.chbShowDebugDevic]));
     w4.TopAttach = ((uint)(7));
     w4.BottomAttach = ((uint)(8));
     w4.LeftAttach = ((uint)(1));
     w4.RightAttach = ((uint)(2));
     w4.XOptions = ((global::Gtk.AttachOptions)(4));
     w4.YOptions = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     this.chbShowUnsupportDevic = new global::Gtk.CheckButton ();
     this.chbShowUnsupportDevic.CanFocus = true;
     this.chbShowUnsupportDevic.Name = "chbShowUnsupportDevic";
     this.chbShowUnsupportDevic.Label = global::Mono.Unix.Catalog.GetString ("Show obsolete platforms.");
     this.chbShowUnsupportDevic.DrawIndicator = true;
     this.chbShowUnsupportDevic.UseUnderline = true;
     this.table1.Add (this.chbShowUnsupportDevic);
     global::Gtk.Table.TableChild w5 = ((global::Gtk.Table.TableChild)(this.table1 [this.chbShowUnsupportDevic]));
     w5.TopAttach = ((uint)(6));
     w5.BottomAttach = ((uint)(7));
     w5.LeftAttach = ((uint)(1));
     w5.RightAttach = ((uint)(2));
     w5.XOptions = ((global::Gtk.AttachOptions)(4));
     w5.YOptions = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     this.fontbutton1 = new global::Gtk.FontButton ();
     this.fontbutton1.CanFocus = true;
     this.fontbutton1.Name = "fontbutton1";
     this.fontbutton1.FontName = "Monospace 10";
     this.fontbutton1.ShowStyle = false;
     this.fontbutton1.UseFont = true;
     this.fontbutton1.UseSize = true;
     this.table1.Add (this.fontbutton1);
     global::Gtk.Table.TableChild w6 = ((global::Gtk.Table.TableChild)(this.table1 [this.fontbutton1]));
     w6.TopAttach = ((uint)(8));
     w6.BottomAttach = ((uint)(9));
     w6.LeftAttach = ((uint)(1));
     w6.RightAttach = ((uint)(2));
     w6.XOptions = ((global::Gtk.AttachOptions)(4));
     w6.YOptions = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     this.label1 = new global::Gtk.Label ();
     this.label1.Name = "label1";
     this.label1.Xalign = 1F;
     this.label1.LabelProp = global::Mono.Unix.Catalog.GetString ("Color :");
     this.table1.Add (this.label1);
     global::Gtk.Table.TableChild w7 = ((global::Gtk.Table.TableChild)(this.table1 [this.label1]));
     w7.TopAttach = ((uint)(3));
     w7.BottomAttach = ((uint)(4));
     w7.XOptions = ((global::Gtk.AttachOptions)(4));
     w7.YOptions = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     this.label2 = new global::Gtk.Label ();
     this.label2.TooltipMarkup = "Path to Publish Tools";
     this.label2.Name = "label2";
     this.label2.Xalign = 1F;
     this.label2.LabelProp = global::Mono.Unix.Catalog.GetString ("Publish Tools :");
     this.table1.Add (this.label2);
     global::Gtk.Table.TableChild w8 = ((global::Gtk.Table.TableChild)(this.table1 [this.label2]));
     w8.XOptions = ((global::Gtk.AttachOptions)(4));
     w8.YOptions = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     this.label3 = new global::Gtk.Label ();
     this.label3.TooltipMarkup = "Path to Framework";
     this.label3.Name = "label3";
     this.label3.Xalign = 1F;
     this.label3.LabelProp = global::Mono.Unix.Catalog.GetString ("Libs Directory :");
     this.table1.Add (this.label3);
     global::Gtk.Table.TableChild w9 = ((global::Gtk.Table.TableChild)(this.table1 [this.label3]));
     w9.TopAttach = ((uint)(1));
     w9.BottomAttach = ((uint)(2));
     w9.XOptions = ((global::Gtk.AttachOptions)(4));
     w9.YOptions = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     this.label4 = new global::Gtk.Label ();
     this.label4.TooltipMarkup = "Path to Emulator and Compiler";
     this.label4.Name = "label4";
     this.label4.Xalign = 1F;
     this.label4.LabelProp = global::Mono.Unix.Catalog.GetString ("Emulator :");
     this.table1.Add (this.label4);
     global::Gtk.Table.TableChild w10 = ((global::Gtk.Table.TableChild)(this.table1 [this.label4]));
     w10.TopAttach = ((uint)(2));
     w10.BottomAttach = ((uint)(3));
     w10.XOptions = ((global::Gtk.AttachOptions)(4));
     w10.YOptions = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     this.label6 = new global::Gtk.Label ();
     this.label6.Name = "label6";
     this.label6.Xalign = 1F;
     this.label6.LabelProp = global::Mono.Unix.Catalog.GetString ("Console and task font :");
     this.table1.Add (this.label6);
     global::Gtk.Table.TableChild w11 = ((global::Gtk.Table.TableChild)(this.table1 [this.label6]));
     w11.TopAttach = ((uint)(8));
     w11.BottomAttach = ((uint)(9));
     w11.XOptions = ((global::Gtk.AttachOptions)(4));
     w11.YOptions = ((global::Gtk.AttachOptions)(4));
     this.vbox3.Add (this.table1);
     global::Gtk.Box.BoxChild w12 = ((global::Gtk.Box.BoxChild)(this.vbox3 [this.table1]));
     w12.Position = 0;
     // Container child vbox3.Gtk.Box+BoxChild
     this.notebook1 = new global::Gtk.Notebook ();
     this.notebook1.CanFocus = true;
     this.notebook1.Name = "notebook1";
     this.notebook1.CurrentPage = 0;
     // Container child notebook1.Gtk.Notebook+NotebookChild
     this.frame1 = new global::Gtk.Frame ();
     this.frame1.Name = "frame1";
     this.frame1.BorderWidth = ((uint)(1));
     // Container child frame1.Gtk.Container+ContainerChild
     this.GtkAlignment2 = new global::Gtk.Alignment (0F, 0F, 1F, 1F);
     this.GtkAlignment2.Name = "GtkAlignment2";
     this.GtkAlignment2.LeftPadding = ((uint)(12));
     // Container child GtkAlignment2.Gtk.Container+ContainerChild
     this.hbox1 = new global::Gtk.HBox ();
     this.hbox1.HeightRequest = 102;
     this.hbox1.Name = "hbox1";
     this.hbox1.Spacing = 6;
     // Container child hbox1.Gtk.Box+BoxChild
     this.label5 = new global::Gtk.Label ();
     this.label5.Name = "label5";
     this.label5.Xalign = 1F;
     this.label5.LabelProp = global::Mono.Unix.Catalog.GetString ("Ignored :");
     this.hbox1.Add (this.label5);
     global::Gtk.Box.BoxChild w13 = ((global::Gtk.Box.BoxChild)(this.hbox1 [this.label5]));
     w13.Position = 0;
     w13.Expand = false;
     w13.Fill = false;
     // Container child hbox1.Gtk.Box+BoxChild
     this.GtkScrolledWindow1 = new global::Gtk.ScrolledWindow ();
     this.GtkScrolledWindow1.Name = "GtkScrolledWindow1";
     this.GtkScrolledWindow1.ShadowType = ((global::Gtk.ShadowType)(1));
     // Container child GtkScrolledWindow1.Gtk.Container+ContainerChild
     this.tvIgnoreFolder = new global::Gtk.TreeView ();
     this.tvIgnoreFolder.CanFocus = true;
     this.tvIgnoreFolder.Name = "tvIgnoreFolder";
     this.GtkScrolledWindow1.Add (this.tvIgnoreFolder);
     this.hbox1.Add (this.GtkScrolledWindow1);
     global::Gtk.Box.BoxChild w15 = ((global::Gtk.Box.BoxChild)(this.hbox1 [this.GtkScrolledWindow1]));
     w15.Position = 1;
     // Container child hbox1.Gtk.Box+BoxChild
     this.vbuttonbox1 = new global::Gtk.VButtonBox ();
     this.vbuttonbox1.Name = "vbuttonbox1";
     this.vbuttonbox1.Spacing = -1;
     this.vbuttonbox1.LayoutStyle = ((global::Gtk.ButtonBoxStyle)(3));
     // Container child vbuttonbox1.Gtk.ButtonBox+ButtonBoxChild
     this.btnAddIF = new global::Gtk.Button ();
     this.btnAddIF.CanFocus = true;
     this.btnAddIF.Name = "btnAddIF";
     this.btnAddIF.UseUnderline = true;
     this.btnAddIF.Label = global::Mono.Unix.Catalog.GetString ("Add");
     this.vbuttonbox1.Add (this.btnAddIF);
     global::Gtk.ButtonBox.ButtonBoxChild w16 = ((global::Gtk.ButtonBox.ButtonBoxChild)(this.vbuttonbox1 [this.btnAddIF]));
     w16.Expand = false;
     w16.Fill = false;
     // Container child vbuttonbox1.Gtk.ButtonBox+ButtonBoxChild
     this.btnEditIF = new global::Gtk.Button ();
     this.btnEditIF.CanFocus = true;
     this.btnEditIF.Name = "btnEditIF";
     this.btnEditIF.UseUnderline = true;
     this.btnEditIF.Label = global::Mono.Unix.Catalog.GetString ("Edit");
     this.vbuttonbox1.Add (this.btnEditIF);
     global::Gtk.ButtonBox.ButtonBoxChild w17 = ((global::Gtk.ButtonBox.ButtonBoxChild)(this.vbuttonbox1 [this.btnEditIF]));
     w17.Position = 1;
     w17.Expand = false;
     w17.Fill = false;
     // Container child vbuttonbox1.Gtk.ButtonBox+ButtonBoxChild
     this.btnDeleteIF = new global::Gtk.Button ();
     this.btnDeleteIF.CanFocus = true;
     this.btnDeleteIF.Name = "btnDeleteIF";
     this.btnDeleteIF.UseUnderline = true;
     this.btnDeleteIF.Label = global::Mono.Unix.Catalog.GetString ("Delete");
     this.vbuttonbox1.Add (this.btnDeleteIF);
     global::Gtk.ButtonBox.ButtonBoxChild w18 = ((global::Gtk.ButtonBox.ButtonBoxChild)(this.vbuttonbox1 [this.btnDeleteIF]));
     w18.Position = 2;
     w18.Expand = false;
     w18.Fill = false;
     // Container child vbuttonbox1.Gtk.ButtonBox+ButtonBoxChild
     this.button8 = new global::Gtk.Button ();
     this.button8.CanFocus = true;
     this.button8.Name = "button8";
     this.button8.UseUnderline = true;
     this.button8.Label = global::Mono.Unix.Catalog.GetString ("Reset");
     this.vbuttonbox1.Add (this.button8);
     global::Gtk.ButtonBox.ButtonBoxChild w19 = ((global::Gtk.ButtonBox.ButtonBoxChild)(this.vbuttonbox1 [this.button8]));
     w19.Position = 3;
     w19.Expand = false;
     w19.Fill = false;
     this.hbox1.Add (this.vbuttonbox1);
     global::Gtk.Box.BoxChild w20 = ((global::Gtk.Box.BoxChild)(this.hbox1 [this.vbuttonbox1]));
     w20.Position = 2;
     w20.Expand = false;
     w20.Fill = false;
     this.GtkAlignment2.Add (this.hbox1);
     this.frame1.Add (this.GtkAlignment2);
     this.GtkLabel11 = new global::Gtk.Label ();
     this.GtkLabel11.Name = "GtkLabel11";
     this.GtkLabel11.LabelProp = global::Mono.Unix.Catalog.GetString ("<b>Ignore Folder</b>");
     this.GtkLabel11.UseMarkup = true;
     this.frame1.LabelWidget = this.GtkLabel11;
     this.notebook1.Add (this.frame1);
     // Notebook tab
     this.label7 = new global::Gtk.Label ();
     this.label7.Name = "label7";
     this.label7.LabelProp = global::Mono.Unix.Catalog.GetString ("Ignore Folder");
     this.notebook1.SetTabLabel (this.frame1, this.label7);
     this.label7.ShowAll ();
     // Container child notebook1.Gtk.Notebook+NotebookChild
     this.frame2 = new global::Gtk.Frame ();
     this.frame2.Name = "frame2";
     this.frame2.BorderWidth = ((uint)(1));
     // Container child frame2.Gtk.Container+ContainerChild
     this.GtkAlignment3 = new global::Gtk.Alignment (0F, 0F, 1F, 1F);
     this.GtkAlignment3.Name = "GtkAlignment3";
     this.GtkAlignment3.LeftPadding = ((uint)(12));
     // Container child GtkAlignment3.Gtk.Container+ContainerChild
     this.hbox2 = new global::Gtk.HBox ();
     this.hbox2.HeightRequest = 102;
     this.hbox2.Name = "hbox2";
     this.hbox2.Spacing = 6;
     // Container child hbox2.Gtk.Box+BoxChild
     this.labelFi = new global::Gtk.Label ();
     this.labelFi.Name = "labelFi";
     this.labelFi.Xalign = 1F;
     this.labelFi.LabelProp = global::Mono.Unix.Catalog.GetString ("Ignored :");
     this.hbox2.Add (this.labelFi);
     global::Gtk.Box.BoxChild w24 = ((global::Gtk.Box.BoxChild)(this.hbox2 [this.labelFi]));
     w24.Position = 0;
     w24.Expand = false;
     w24.Fill = false;
     // Container child hbox2.Gtk.Box+BoxChild
     this.GtkScrolledWindow2 = new global::Gtk.ScrolledWindow ();
     this.GtkScrolledWindow2.Name = "GtkScrolledWindow2";
     this.GtkScrolledWindow2.ShadowType = ((global::Gtk.ShadowType)(1));
     // Container child GtkScrolledWindow2.Gtk.Container+ContainerChild
     this.tvIgnoreFiles = new global::Gtk.TreeView ();
     this.tvIgnoreFiles.CanFocus = true;
     this.tvIgnoreFiles.Name = "tvIgnoreFiles";
     this.GtkScrolledWindow2.Add (this.tvIgnoreFiles);
     this.hbox2.Add (this.GtkScrolledWindow2);
     global::Gtk.Box.BoxChild w26 = ((global::Gtk.Box.BoxChild)(this.hbox2 [this.GtkScrolledWindow2]));
     w26.Position = 1;
     // Container child hbox2.Gtk.Box+BoxChild
     this.vbuttonbox2 = new global::Gtk.VButtonBox ();
     this.vbuttonbox2.Name = "vbuttonbox2";
     this.vbuttonbox2.Spacing = -1;
     this.vbuttonbox2.LayoutStyle = ((global::Gtk.ButtonBoxStyle)(3));
     // Container child vbuttonbox2.Gtk.ButtonBox+ButtonBoxChild
     this.btnAddIFi = new global::Gtk.Button ();
     this.btnAddIFi.CanFocus = true;
     this.btnAddIFi.Name = "btnAddIFi";
     this.btnAddIFi.UseUnderline = true;
     this.btnAddIFi.Label = global::Mono.Unix.Catalog.GetString ("Add");
     this.vbuttonbox2.Add (this.btnAddIFi);
     global::Gtk.ButtonBox.ButtonBoxChild w27 = ((global::Gtk.ButtonBox.ButtonBoxChild)(this.vbuttonbox2 [this.btnAddIFi]));
     w27.Expand = false;
     w27.Fill = false;
     // Container child vbuttonbox2.Gtk.ButtonBox+ButtonBoxChild
     this.btnEditIFi = new global::Gtk.Button ();
     this.btnEditIFi.CanFocus = true;
     this.btnEditIFi.Name = "btnEditIFi";
     this.btnEditIFi.UseUnderline = true;
     this.btnEditIFi.Label = global::Mono.Unix.Catalog.GetString ("Edit");
     this.vbuttonbox2.Add (this.btnEditIFi);
     global::Gtk.ButtonBox.ButtonBoxChild w28 = ((global::Gtk.ButtonBox.ButtonBoxChild)(this.vbuttonbox2 [this.btnEditIFi]));
     w28.Position = 1;
     w28.Expand = false;
     w28.Fill = false;
     // Container child vbuttonbox2.Gtk.ButtonBox+ButtonBoxChild
     this.btnDeleteIFi = new global::Gtk.Button ();
     this.btnDeleteIFi.CanFocus = true;
     this.btnDeleteIFi.Name = "btnDeleteIFi";
     this.btnDeleteIFi.UseUnderline = true;
     this.btnDeleteIFi.Label = global::Mono.Unix.Catalog.GetString ("Delete");
     this.vbuttonbox2.Add (this.btnDeleteIFi);
     global::Gtk.ButtonBox.ButtonBoxChild w29 = ((global::Gtk.ButtonBox.ButtonBoxChild)(this.vbuttonbox2 [this.btnDeleteIFi]));
     w29.Position = 2;
     w29.Expand = false;
     w29.Fill = false;
     // Container child vbuttonbox2.Gtk.ButtonBox+ButtonBoxChild
     this.btnResetIFi = new global::Gtk.Button ();
     this.btnResetIFi.CanFocus = true;
     this.btnResetIFi.Name = "btnResetIFi";
     this.btnResetIFi.UseUnderline = true;
     this.btnResetIFi.Label = global::Mono.Unix.Catalog.GetString ("Reset");
     this.vbuttonbox2.Add (this.btnResetIFi);
     global::Gtk.ButtonBox.ButtonBoxChild w30 = ((global::Gtk.ButtonBox.ButtonBoxChild)(this.vbuttonbox2 [this.btnResetIFi]));
     w30.Position = 3;
     w30.Expand = false;
     w30.Fill = false;
     this.hbox2.Add (this.vbuttonbox2);
     global::Gtk.Box.BoxChild w31 = ((global::Gtk.Box.BoxChild)(this.hbox2 [this.vbuttonbox2]));
     w31.Position = 2;
     w31.Expand = false;
     w31.Fill = false;
     this.GtkAlignment3.Add (this.hbox2);
     this.frame2.Add (this.GtkAlignment3);
     this.GtkLabel16 = new global::Gtk.Label ();
     this.GtkLabel16.Name = "GtkLabel16";
     this.GtkLabel16.LabelProp = global::Mono.Unix.Catalog.GetString ("<b>Ignore Files</b>");
     this.GtkLabel16.UseMarkup = true;
     this.frame2.LabelWidget = this.GtkLabel16;
     this.notebook1.Add (this.frame2);
     global::Gtk.Notebook.NotebookChild w34 = ((global::Gtk.Notebook.NotebookChild)(this.notebook1 [this.frame2]));
     w34.Position = 1;
     // Notebook tab
     this.label8 = new global::Gtk.Label ();
     this.label8.Name = "label8";
     this.label8.LabelProp = global::Mono.Unix.Catalog.GetString ("Ignore Files");
     this.notebook1.SetTabLabel (this.frame2, this.label8);
     this.label8.ShowAll ();
     this.vbox3.Add (this.notebook1);
     global::Gtk.Box.BoxChild w35 = ((global::Gtk.Box.BoxChild)(this.vbox3 [this.notebook1]));
     w35.Position = 1;
     w35.Expand = false;
     w35.Fill = false;
     this.Add (this.vbox3);
     if ((this.Child != null)) {
         this.Child.ShowAll ();
     }
     this.Hide ();
     this.btnAddIF.Clicked += new global::System.EventHandler (this.OnBtnAddIFClicked);
     this.btnEditIF.Clicked += new global::System.EventHandler (this.OnBtnEditIFClicked);
     this.btnDeleteIF.Clicked += new global::System.EventHandler (this.OnBtnDeleteIFClicked);
     this.button8.Clicked += new global::System.EventHandler (this.OnButton8Clicked);
     this.btnAddIFi.Clicked += new global::System.EventHandler (this.OnBtnAddIFiClicked);
     this.btnEditIFi.Clicked += new global::System.EventHandler (this.OnBtnEditIFiClicked);
     this.btnDeleteIFi.Clicked += new global::System.EventHandler (this.OnBtnDeleteIFiClicked);
     this.btnResetIFi.Clicked += new global::System.EventHandler (this.OnBtnResetIFiClicked);
 }
Example #4
0
 protected virtual void Build()
 {
     global::Stetic.Gui.Initialize(this);
     // Widget MonoDevelop.Ide.Gui.OptionPanels.IDEStyleOptionsPanelWidget
     global::Stetic.BinContainer.Attach(this);
     this.Name = "MonoDevelop.Ide.Gui.OptionPanels.IDEStyleOptionsPanelWidget";
     // Container child MonoDevelop.Ide.Gui.OptionPanels.IDEStyleOptionsPanelWidget.Gtk.Container+ContainerChild
     this.vbox13         = new global::Gtk.VBox();
     this.vbox13.Name    = "vbox13";
     this.vbox13.Spacing = 6;
     // Container child vbox13.Gtk.Box+BoxChild
     this.table1               = new global::Gtk.Table(((uint)(4)), ((uint)(2)), false);
     this.table1.Name          = "table1";
     this.table1.RowSpacing    = ((uint)(6));
     this.table1.ColumnSpacing = ((uint)(6));
     // Container child table1.Gtk.Table+TableChild
     this.comboCompact = global::Gtk.ComboBox.NewText();
     this.comboCompact.AppendText(global::MonoDevelop.Core.GettextCatalog.GetString("Very spacious"));
     this.comboCompact.AppendText(global::MonoDevelop.Core.GettextCatalog.GetString("Spacious"));
     this.comboCompact.AppendText(global::MonoDevelop.Core.GettextCatalog.GetString("Normal"));
     this.comboCompact.AppendText(global::MonoDevelop.Core.GettextCatalog.GetString("Compact"));
     this.comboCompact.AppendText(global::MonoDevelop.Core.GettextCatalog.GetString("Very compact"));
     this.comboCompact.Name   = "comboCompact";
     this.comboCompact.Active = 2;
     this.table1.Add(this.comboCompact);
     global::Gtk.Table.TableChild w1 = ((global::Gtk.Table.TableChild)(this.table1[this.comboCompact]));
     w1.LeftAttach  = ((uint)(1));
     w1.RightAttach = ((uint)(2));
     w1.XOptions    = ((global::Gtk.AttachOptions)(4));
     w1.YOptions    = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     this.comboLanguage      = global::Gtk.ComboBox.NewText();
     this.comboLanguage.Name = "comboLanguage";
     this.table1.Add(this.comboLanguage);
     global::Gtk.Table.TableChild w2 = ((global::Gtk.Table.TableChild)(this.table1[this.comboLanguage]));
     w2.TopAttach    = ((uint)(1));
     w2.BottomAttach = ((uint)(2));
     w2.LeftAttach   = ((uint)(1));
     w2.RightAttach  = ((uint)(2));
     w2.XOptions     = ((global::Gtk.AttachOptions)(4));
     w2.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     this.comboTheme      = global::Gtk.ComboBox.NewText();
     this.comboTheme.Name = "comboTheme";
     this.table1.Add(this.comboTheme);
     global::Gtk.Table.TableChild w3 = ((global::Gtk.Table.TableChild)(this.table1[this.comboTheme]));
     w3.TopAttach    = ((uint)(2));
     w3.BottomAttach = ((uint)(3));
     w3.LeftAttach   = ((uint)(1));
     w3.RightAttach  = ((uint)(2));
     w3.XOptions     = ((global::Gtk.AttachOptions)(4));
     w3.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     this.label1              = new global::Gtk.Label();
     this.label1.Name         = "label1";
     this.label1.Xalign       = 0f;
     this.label1.LabelProp    = global::MonoDevelop.Core.GettextCatalog.GetString("_Toolbar icon size:");
     this.label1.UseUnderline = true;
     this.table1.Add(this.label1);
     global::Gtk.Table.TableChild w4 = ((global::Gtk.Table.TableChild)(this.table1[this.label1]));
     w4.TopAttach    = ((uint)(3));
     w4.BottomAttach = ((uint)(4));
     w4.XOptions     = ((global::Gtk.AttachOptions)(4));
     w4.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     this.label2           = new global::Gtk.Label();
     this.label2.Name      = "label2";
     this.label2.Xalign    = 0f;
     this.label2.LabelProp = global::MonoDevelop.Core.GettextCatalog.GetString("User Interface Language:");
     this.table1.Add(this.label2);
     global::Gtk.Table.TableChild w5 = ((global::Gtk.Table.TableChild)(this.table1[this.label2]));
     w5.TopAttach    = ((uint)(1));
     w5.BottomAttach = ((uint)(2));
     w5.XOptions     = ((global::Gtk.AttachOptions)(4));
     w5.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     this.label3           = new global::Gtk.Label();
     this.label3.Name      = "label3";
     this.label3.Xalign    = 0f;
     this.label3.LabelProp = global::MonoDevelop.Core.GettextCatalog.GetString("User Interface Theme:");
     this.table1.Add(this.label3);
     global::Gtk.Table.TableChild w6 = ((global::Gtk.Table.TableChild)(this.table1[this.label3]));
     w6.TopAttach    = ((uint)(2));
     w6.BottomAttach = ((uint)(3));
     w6.XOptions     = ((global::Gtk.AttachOptions)(4));
     w6.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     this.label4           = new global::Gtk.Label();
     this.label4.Name      = "label4";
     this.label4.Xalign    = 0f;
     this.label4.LabelProp = global::MonoDevelop.Core.GettextCatalog.GetString("Compactness:");
     this.table1.Add(this.label4);
     global::Gtk.Table.TableChild w7 = ((global::Gtk.Table.TableChild)(this.table1[this.label4]));
     w7.XOptions = ((global::Gtk.AttachOptions)(4));
     w7.YOptions = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     this.toolbarCombobox = global::Gtk.ComboBox.NewText();
     this.toolbarCombobox.AppendText(global::MonoDevelop.Core.GettextCatalog.GetString("Smallest"));
     this.toolbarCombobox.AppendText(global::MonoDevelop.Core.GettextCatalog.GetString("Small"));
     this.toolbarCombobox.AppendText(global::MonoDevelop.Core.GettextCatalog.GetString("Large"));
     this.toolbarCombobox.Name   = "toolbarCombobox";
     this.toolbarCombobox.Active = 1;
     this.table1.Add(this.toolbarCombobox);
     global::Gtk.Table.TableChild w8 = ((global::Gtk.Table.TableChild)(this.table1[this.toolbarCombobox]));
     w8.TopAttach    = ((uint)(3));
     w8.BottomAttach = ((uint)(4));
     w8.LeftAttach   = ((uint)(1));
     w8.RightAttach  = ((uint)(2));
     w8.XOptions     = ((global::Gtk.AttachOptions)(4));
     w8.YOptions     = ((global::Gtk.AttachOptions)(4));
     this.vbox13.Add(this.table1);
     global::Gtk.Box.BoxChild w9 = ((global::Gtk.Box.BoxChild)(this.vbox13[this.table1]));
     w9.Position = 0;
     w9.Expand   = false;
     w9.Fill     = false;
     // Container child vbox13.Gtk.Box+BoxChild
     this.hbox2         = new global::Gtk.HBox();
     this.hbox2.Name    = "hbox2";
     this.hbox2.Spacing = 6;
     // Container child hbox2.Gtk.Box+BoxChild
     this.fontCheckbox               = new global::Gtk.CheckButton();
     this.fontCheckbox.Name          = "fontCheckbox";
     this.fontCheckbox.Label         = global::MonoDevelop.Core.GettextCatalog.GetString("_Custom font for pads:");
     this.fontCheckbox.DrawIndicator = true;
     this.fontCheckbox.UseUnderline  = true;
     this.hbox2.Add(this.fontCheckbox);
     global::Gtk.Box.BoxChild w10 = ((global::Gtk.Box.BoxChild)(this.hbox2[this.fontCheckbox]));
     w10.Position = 0;
     w10.Expand   = false;
     // Container child hbox2.Gtk.Box+BoxChild
     this.fontButton      = new global::Gtk.FontButton();
     this.fontButton.Name = "fontButton";
     this.hbox2.Add(this.fontButton);
     global::Gtk.Box.BoxChild w11 = ((global::Gtk.Box.BoxChild)(this.hbox2[this.fontButton]));
     w11.Position = 1;
     w11.Expand   = false;
     w11.Fill     = false;
     this.vbox13.Add(this.hbox2);
     global::Gtk.Box.BoxChild w12 = ((global::Gtk.Box.BoxChild)(this.vbox13[this.hbox2]));
     w12.Position = 1;
     w12.Expand   = false;
     w12.Fill     = false;
     // Container child vbox13.Gtk.Box+BoxChild
     this.hbox3         = new global::Gtk.HBox();
     this.hbox3.Name    = "hbox3";
     this.hbox3.Spacing = 6;
     // Container child hbox3.Gtk.Box+BoxChild
     this.fontOutputCheckbox               = new global::Gtk.CheckButton();
     this.fontOutputCheckbox.Name          = "fontOutputCheckbox";
     this.fontOutputCheckbox.Label         = global::MonoDevelop.Core.GettextCatalog.GetString("_Custom font for Output pads:");
     this.fontOutputCheckbox.DrawIndicator = true;
     this.fontOutputCheckbox.UseUnderline  = true;
     this.hbox3.Add(this.fontOutputCheckbox);
     global::Gtk.Box.BoxChild w13 = ((global::Gtk.Box.BoxChild)(this.hbox3[this.fontOutputCheckbox]));
     w13.Position = 0;
     w13.Expand   = false;
     // Container child hbox3.Gtk.Box+BoxChild
     this.fontOutputButton      = new global::Gtk.FontButton();
     this.fontOutputButton.Name = "fontOutputButton";
     this.hbox3.Add(this.fontOutputButton);
     global::Gtk.Box.BoxChild w14 = ((global::Gtk.Box.BoxChild)(this.hbox3[this.fontOutputButton]));
     w14.Position = 1;
     w14.Expand   = false;
     w14.Fill     = false;
     this.vbox13.Add(this.hbox3);
     global::Gtk.Box.BoxChild w15 = ((global::Gtk.Box.BoxChild)(this.vbox13[this.hbox3]));
     w15.Position = 2;
     w15.Expand   = false;
     w15.Fill     = false;
     // Container child vbox13.Gtk.Box+BoxChild
     this.hiddenButton               = new global::Gtk.CheckButton();
     this.hiddenButton.Name          = "hiddenButton";
     this.hiddenButton.Label         = global::MonoDevelop.Core.GettextCatalog.GetString("S_how hidden files and directories in File Scout");
     this.hiddenButton.DrawIndicator = true;
     this.hiddenButton.UseUnderline  = true;
     this.vbox13.Add(this.hiddenButton);
     global::Gtk.Box.BoxChild w16 = ((global::Gtk.Box.BoxChild)(this.vbox13[this.hiddenButton]));
     w16.Position = 3;
     w16.Expand   = false;
     w16.Fill     = false;
     // Container child vbox13.Gtk.Box+BoxChild
     this.documentSwitcherButton               = new global::Gtk.CheckButton();
     this.documentSwitcherButton.CanFocus      = true;
     this.documentSwitcherButton.Name          = "documentSwitcherButton";
     this.documentSwitcherButton.Label         = global::MonoDevelop.Core.GettextCatalog.GetString("_Enable document switch dialog");
     this.documentSwitcherButton.DrawIndicator = true;
     this.documentSwitcherButton.UseUnderline  = true;
     this.vbox13.Add(this.documentSwitcherButton);
     global::Gtk.Box.BoxChild w17 = ((global::Gtk.Box.BoxChild)(this.vbox13[this.documentSwitcherButton]));
     w17.Position = 4;
     w17.Expand   = false;
     w17.Fill     = false;
     this.Add(this.vbox13);
     if ((this.Child != null))
     {
         this.Child.ShowAll();
     }
     this.label1.MnemonicWidget = this.toolbarCombobox;
     this.Show();
 }
 protected virtual void Build()
 {
     global::Stetic.Gui.Initialize (this);
     // Widget Moscrif.IDE.Option.TextEditorWidget
     global::Stetic.BinContainer.Attach (this);
     this.Name = "Moscrif.IDE.Option.TextEditorWidget";
     // Container child Moscrif.IDE.Option.TextEditorWidget.Gtk.Container+ContainerChild
     this.table1 = new global::Gtk.Table (((uint)(9)), ((uint)(3)), false);
     this.table1.Name = "table1";
     this.table1.RowSpacing = ((uint)(6));
     this.table1.ColumnSpacing = ((uint)(6));
     // Container child table1.Gtk.Table+TableChild
     this.chbAgressivelyTriggerCL = new global::Gtk.CheckButton ();
     this.chbAgressivelyTriggerCL.CanFocus = true;
     this.chbAgressivelyTriggerCL.Name = "chbAgressivelyTriggerCL";
     this.chbAgressivelyTriggerCL.Label = global::Mono.Unix.Catalog.GetString ("Aggressively trigger code completion list");
     this.chbAgressivelyTriggerCL.DrawIndicator = true;
     this.chbAgressivelyTriggerCL.UseUnderline = true;
     this.table1.Add (this.chbAgressivelyTriggerCL);
     global::Gtk.Table.TableChild w1 = ((global::Gtk.Table.TableChild)(this.table1 [this.chbAgressivelyTriggerCL]));
     w1.LeftAttach = ((uint)(1));
     w1.RightAttach = ((uint)(2));
     w1.XOptions = ((global::Gtk.AttachOptions)(4));
     w1.YOptions = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     this.chbEnableAnimations = new global::Gtk.CheckButton ();
     this.chbEnableAnimations.CanFocus = true;
     this.chbEnableAnimations.Name = "chbEnableAnimations";
     this.chbEnableAnimations.Label = global::Mono.Unix.Catalog.GetString ("Enable Animations");
     this.chbEnableAnimations.DrawIndicator = true;
     this.chbEnableAnimations.UseUnderline = true;
     this.table1.Add (this.chbEnableAnimations);
     global::Gtk.Table.TableChild w2 = ((global::Gtk.Table.TableChild)(this.table1 [this.chbEnableAnimations]));
     w2.TopAttach = ((uint)(5));
     w2.BottomAttach = ((uint)(6));
     w2.LeftAttach = ((uint)(1));
     w2.RightAttach = ((uint)(2));
     w2.XOptions = ((global::Gtk.AttachOptions)(4));
     w2.YOptions = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     this.chbShowEolMarker = new global::Gtk.CheckButton ();
     this.chbShowEolMarker.CanFocus = true;
     this.chbShowEolMarker.Name = "chbShowEolMarker";
     this.chbShowEolMarker.Label = global::Mono.Unix.Catalog.GetString ("Show EOL Marker");
     this.chbShowEolMarker.DrawIndicator = true;
     this.chbShowEolMarker.UseUnderline = true;
     this.table1.Add (this.chbShowEolMarker);
     global::Gtk.Table.TableChild w3 = ((global::Gtk.Table.TableChild)(this.table1 [this.chbShowEolMarker]));
     w3.TopAttach = ((uint)(3));
     w3.BottomAttach = ((uint)(4));
     w3.LeftAttach = ((uint)(2));
     w3.RightAttach = ((uint)(3));
     w3.YOptions = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     this.chbShowLineNumber = new global::Gtk.CheckButton ();
     this.chbShowLineNumber.CanFocus = true;
     this.chbShowLineNumber.Name = "chbShowLineNumber";
     this.chbShowLineNumber.Label = global::Mono.Unix.Catalog.GetString ("Show Line Number");
     this.chbShowLineNumber.DrawIndicator = true;
     this.chbShowLineNumber.UseUnderline = true;
     this.table1.Add (this.chbShowLineNumber);
     global::Gtk.Table.TableChild w4 = ((global::Gtk.Table.TableChild)(this.table1 [this.chbShowLineNumber]));
     w4.TopAttach = ((uint)(4));
     w4.BottomAttach = ((uint)(5));
     w4.LeftAttach = ((uint)(1));
     w4.RightAttach = ((uint)(2));
     w4.XOptions = ((global::Gtk.AttachOptions)(4));
     w4.YOptions = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     this.chbShowRuler = new global::Gtk.CheckButton ();
     this.chbShowRuler.CanFocus = true;
     this.chbShowRuler.Name = "chbShowRuler";
     this.chbShowRuler.Label = global::Mono.Unix.Catalog.GetString ("Show Ruler");
     this.chbShowRuler.DrawIndicator = true;
     this.chbShowRuler.UseUnderline = true;
     this.table1.Add (this.chbShowRuler);
     global::Gtk.Table.TableChild w5 = ((global::Gtk.Table.TableChild)(this.table1 [this.chbShowRuler]));
     w5.TopAttach = ((uint)(6));
     w5.BottomAttach = ((uint)(7));
     w5.LeftAttach = ((uint)(1));
     w5.RightAttach = ((uint)(2));
     w5.XOptions = ((global::Gtk.AttachOptions)(4));
     w5.YOptions = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     this.chbShowSpaces = new global::Gtk.CheckButton ();
     this.chbShowSpaces.CanFocus = true;
     this.chbShowSpaces.Name = "chbShowSpaces";
     this.chbShowSpaces.Label = global::Mono.Unix.Catalog.GetString ("Show Spaces");
     this.chbShowSpaces.DrawIndicator = true;
     this.chbShowSpaces.UseUnderline = true;
     this.table1.Add (this.chbShowSpaces);
     global::Gtk.Table.TableChild w6 = ((global::Gtk.Table.TableChild)(this.table1 [this.chbShowSpaces]));
     w6.TopAttach = ((uint)(5));
     w6.BottomAttach = ((uint)(6));
     w6.LeftAttach = ((uint)(2));
     w6.RightAttach = ((uint)(3));
     w6.YOptions = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     this.chbShowTabs = new global::Gtk.CheckButton ();
     this.chbShowTabs.CanFocus = true;
     this.chbShowTabs.Name = "chbShowTabs";
     this.chbShowTabs.Label = global::Mono.Unix.Catalog.GetString ("Show Tabs");
     this.chbShowTabs.DrawIndicator = true;
     this.chbShowTabs.UseUnderline = true;
     this.table1.Add (this.chbShowTabs);
     global::Gtk.Table.TableChild w7 = ((global::Gtk.Table.TableChild)(this.table1 [this.chbShowTabs]));
     w7.TopAttach = ((uint)(4));
     w7.BottomAttach = ((uint)(5));
     w7.LeftAttach = ((uint)(2));
     w7.RightAttach = ((uint)(3));
     w7.YOptions = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     this.chbTabsToSpace = new global::Gtk.CheckButton ();
     this.chbTabsToSpace.CanFocus = true;
     this.chbTabsToSpace.Name = "chbTabsToSpace";
     this.chbTabsToSpace.Label = global::Mono.Unix.Catalog.GetString ("Convert tabs to spaces");
     this.chbTabsToSpace.DrawIndicator = true;
     this.chbTabsToSpace.UseUnderline = true;
     this.table1.Add (this.chbTabsToSpace);
     global::Gtk.Table.TableChild w8 = ((global::Gtk.Table.TableChild)(this.table1 [this.chbTabsToSpace]));
     w8.TopAttach = ((uint)(3));
     w8.BottomAttach = ((uint)(4));
     w8.LeftAttach = ((uint)(1));
     w8.RightAttach = ((uint)(2));
     w8.XOptions = ((global::Gtk.AttachOptions)(4));
     w8.YOptions = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     this.fontbutton1 = new global::Gtk.FontButton ();
     this.fontbutton1.CanFocus = true;
     this.fontbutton1.Name = "fontbutton1";
     this.fontbutton1.FontName = "Monospace 10";
     this.fontbutton1.ShowStyle = false;
     this.fontbutton1.UseFont = true;
     this.fontbutton1.UseSize = true;
     this.table1.Add (this.fontbutton1);
     global::Gtk.Table.TableChild w9 = ((global::Gtk.Table.TableChild)(this.table1 [this.fontbutton1]));
     w9.TopAttach = ((uint)(1));
     w9.BottomAttach = ((uint)(2));
     w9.LeftAttach = ((uint)(1));
     w9.RightAttach = ((uint)(2));
     w9.XOptions = ((global::Gtk.AttachOptions)(4));
     w9.YOptions = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     this.label1 = new global::Gtk.Label ();
     this.label1.Name = "label1";
     this.label1.Xalign = 1F;
     this.label1.LabelProp = global::Mono.Unix.Catalog.GetString ("Font :");
     this.table1.Add (this.label1);
     global::Gtk.Table.TableChild w10 = ((global::Gtk.Table.TableChild)(this.table1 [this.label1]));
     w10.TopAttach = ((uint)(1));
     w10.BottomAttach = ((uint)(2));
     w10.XOptions = ((global::Gtk.AttachOptions)(4));
     w10.YOptions = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     this.label2 = new global::Gtk.Label ();
     this.label2.Name = "label2";
     this.label2.Xalign = 1F;
     this.label2.LabelProp = global::Mono.Unix.Catalog.GetString ("Tab Size :");
     this.table1.Add (this.label2);
     global::Gtk.Table.TableChild w11 = ((global::Gtk.Table.TableChild)(this.table1 [this.label2]));
     w11.TopAttach = ((uint)(2));
     w11.BottomAttach = ((uint)(3));
     w11.XOptions = ((global::Gtk.AttachOptions)(4));
     w11.YOptions = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     this.label3 = new global::Gtk.Label ();
     this.label3.Name = "label3";
     this.label3.Xalign = 1F;
     this.label3.LabelProp = global::Mono.Unix.Catalog.GetString ("Ruler column");
     this.table1.Add (this.label3);
     global::Gtk.Table.TableChild w12 = ((global::Gtk.Table.TableChild)(this.table1 [this.label3]));
     w12.TopAttach = ((uint)(7));
     w12.BottomAttach = ((uint)(8));
     w12.XOptions = ((global::Gtk.AttachOptions)(4));
     w12.YOptions = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     this.spRulerColumn = new global::Gtk.SpinButton (0, 100, 1);
     this.spRulerColumn.CanFocus = true;
     this.spRulerColumn.Name = "spRulerColumn";
     this.spRulerColumn.Adjustment.PageIncrement = 1;
     this.spRulerColumn.ClimbRate = 1;
     this.spRulerColumn.Numeric = true;
     this.table1.Add (this.spRulerColumn);
     global::Gtk.Table.TableChild w13 = ((global::Gtk.Table.TableChild)(this.table1 [this.spRulerColumn]));
     w13.TopAttach = ((uint)(7));
     w13.BottomAttach = ((uint)(8));
     w13.LeftAttach = ((uint)(1));
     w13.RightAttach = ((uint)(2));
     w13.XOptions = ((global::Gtk.AttachOptions)(4));
     w13.YOptions = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     this.spTabSpace = new global::Gtk.SpinButton (0, 20, 1);
     this.spTabSpace.CanFocus = true;
     this.spTabSpace.Name = "spTabSpace";
     this.spTabSpace.Adjustment.PageIncrement = 1;
     this.spTabSpace.ClimbRate = 1;
     this.spTabSpace.Numeric = true;
     this.table1.Add (this.spTabSpace);
     global::Gtk.Table.TableChild w14 = ((global::Gtk.Table.TableChild)(this.table1 [this.spTabSpace]));
     w14.TopAttach = ((uint)(2));
     w14.BottomAttach = ((uint)(3));
     w14.LeftAttach = ((uint)(1));
     w14.RightAttach = ((uint)(2));
     w14.XOptions = ((global::Gtk.AttachOptions)(4));
     w14.YOptions = ((global::Gtk.AttachOptions)(4));
     this.Add (this.table1);
     if ((this.Child != null)) {
         this.Child.ShowAll ();
     }
     this.Hide ();
 }
 protected virtual void Build()
 {
     global::Stetic.Gui.Initialize (this);
     // Widget FSharp.MonoDevelop.Gui.FSharpSettingsWidget
     global::Stetic.BinContainer.Attach (this);
     this.Name = "FSharp.MonoDevelop.Gui.FSharpSettingsWidget";
     // Container child FSharp.MonoDevelop.Gui.FSharpSettingsWidget.Gtk.Container+ContainerChild
     this.vbox1 = new global::Gtk.VBox ();
     this.vbox1.Name = "vbox1";
     this.vbox1.Spacing = 6;
     // Container child vbox1.Gtk.Box+BoxChild
     this.frame3 = new global::Gtk.Frame ();
     this.frame3.Name = "frame3";
     this.frame3.ShadowType = ((global::Gtk.ShadowType)(0));
     // Container child frame3.Gtk.Container+ContainerChild
     this.GtkAlignment = new global::Gtk.Alignment (0F, 0F, 1F, 1F);
     this.GtkAlignment.Name = "GtkAlignment";
     this.GtkAlignment.LeftPadding = ((uint)(12));
     this.GtkAlignment.TopPadding = ((uint)(6));
     // Container child GtkAlignment.Gtk.Container+ContainerChild
     this.table1 = new global::Gtk.Table (((uint)(3)), ((uint)(3)), false);
     this.table1.Name = "table1";
     this.table1.RowSpacing = ((uint)(6));
     this.table1.ColumnSpacing = ((uint)(6));
     // Container child table1.Gtk.Table+TableChild
     this.buttonBrowse = new global::Gtk.Button ();
     this.buttonBrowse.CanFocus = true;
     this.buttonBrowse.Name = "buttonBrowse";
     this.buttonBrowse.UseUnderline = true;
     this.buttonBrowse.Label = global::Mono.Unix.Catalog.GetString ("_Browse...");
     this.table1.Add (this.buttonBrowse);
     global::Gtk.Table.TableChild w1 = ((global::Gtk.Table.TableChild)(this.table1 [this.buttonBrowse]));
     w1.LeftAttach = ((uint)(2));
     w1.RightAttach = ((uint)(3));
     w1.XOptions = ((global::Gtk.AttachOptions)(4));
     w1.YOptions = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     this.entryArguments = new global::Gtk.Entry ();
     this.entryArguments.CanFocus = true;
     this.entryArguments.Name = "entryArguments";
     this.entryArguments.IsEditable = true;
     this.entryArguments.InvisibleChar = '●';
     this.table1.Add (this.entryArguments);
     global::Gtk.Table.TableChild w2 = ((global::Gtk.Table.TableChild)(this.table1 [this.entryArguments]));
     w2.TopAttach = ((uint)(1));
     w2.BottomAttach = ((uint)(2));
     w2.LeftAttach = ((uint)(1));
     w2.RightAttach = ((uint)(3));
     w2.YOptions = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     this.entryPath = new global::Gtk.Entry ();
     this.entryPath.CanFocus = true;
     this.entryPath.Name = "entryPath";
     this.entryPath.IsEditable = true;
     this.entryPath.InvisibleChar = '●';
     this.table1.Add (this.entryPath);
     global::Gtk.Table.TableChild w3 = ((global::Gtk.Table.TableChild)(this.table1 [this.entryPath]));
     w3.LeftAttach = ((uint)(1));
     w3.RightAttach = ((uint)(2));
     w3.YOptions = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     this.GtkLabel1 = new global::Gtk.Label ();
     this.GtkLabel1.Name = "GtkLabel1";
     this.GtkLabel1.Xalign = 0F;
     this.GtkLabel1.LabelProp = global::Mono.Unix.Catalog.GetString ("Path");
     this.GtkLabel1.UseMarkup = true;
     this.table1.Add (this.GtkLabel1);
     global::Gtk.Table.TableChild w4 = ((global::Gtk.Table.TableChild)(this.table1 [this.GtkLabel1]));
     w4.XOptions = ((global::Gtk.AttachOptions)(4));
     w4.YOptions = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     this.GtkLabel6 = new global::Gtk.Label ();
     this.GtkLabel6.Name = "GtkLabel6";
     this.GtkLabel6.Xalign = 0F;
     this.GtkLabel6.LabelProp = global::Mono.Unix.Catalog.GetString ("Options");
     this.GtkLabel6.UseMarkup = true;
     this.table1.Add (this.GtkLabel6);
     global::Gtk.Table.TableChild w5 = ((global::Gtk.Table.TableChild)(this.table1 [this.GtkLabel6]));
     w5.TopAttach = ((uint)(1));
     w5.BottomAttach = ((uint)(2));
     w5.XOptions = ((global::Gtk.AttachOptions)(4));
     w5.YOptions = ((global::Gtk.AttachOptions)(4));
     this.GtkAlignment.Add (this.table1);
     this.frame3.Add (this.GtkAlignment);
     this.GtkLabel2 = new global::Gtk.Label ();
     this.GtkLabel2.Name = "GtkLabel2";
     this.GtkLabel2.LabelProp = global::Mono.Unix.Catalog.GetString ("<b>F# Interactive</b>");
     this.GtkLabel2.UseMarkup = true;
     this.frame3.LabelWidget = this.GtkLabel2;
     this.vbox1.Add (this.frame3);
     global::Gtk.Box.BoxChild w8 = ((global::Gtk.Box.BoxChild)(this.vbox1 [this.frame3]));
     w8.Position = 0;
     // Container child vbox1.Gtk.Box+BoxChild
     this.frame4 = new global::Gtk.Frame ();
     this.frame4.Name = "frame4";
     this.frame4.ShadowType = ((global::Gtk.ShadowType)(0));
     // Container child frame4.Gtk.Container+ContainerChild
     this.GtkAlignment1 = new global::Gtk.Alignment (0F, 0F, 1F, 1F);
     this.GtkAlignment1.Name = "GtkAlignment1";
     this.GtkAlignment1.LeftPadding = ((uint)(12));
     this.GtkAlignment1.TopPadding = ((uint)(6));
     // Container child GtkAlignment1.Gtk.Container+ContainerChild
     this.fontbutton1 = new global::Gtk.FontButton ();
     this.fontbutton1.CanFocus = true;
     this.fontbutton1.Name = "fontbutton1";
     this.GtkAlignment1.Add (this.fontbutton1);
     this.frame4.Add (this.GtkAlignment1);
     this.GtkLabel13 = new global::Gtk.Label ();
     this.GtkLabel13.Name = "GtkLabel13";
     this.GtkLabel13.LabelProp = global::Mono.Unix.Catalog.GetString ("<b>Interactive Pad Font</b>");
     this.GtkLabel13.UseMarkup = true;
     this.frame4.LabelWidget = this.GtkLabel13;
     this.vbox1.Add (this.frame4);
     global::Gtk.Box.BoxChild w11 = ((global::Gtk.Box.BoxChild)(this.vbox1 [this.frame4]));
     w11.Position = 1;
     w11.Expand = false;
     w11.Fill = false;
     this.Add (this.vbox1);
     if ((this.Child != null)) {
         this.Child.ShowAll ();
     }
     this.Hide ();
 }
		protected virtual void Build ()
		{
			global::Stetic.Gui.Initialize (this);
			// Widget MonoDevelop.SourceEditor.OptionPanels.GeneralOptionsPanel
			global::Stetic.BinContainer.Attach (this);
			this.Name = "MonoDevelop.SourceEditor.OptionPanels.GeneralOptionsPanel";
			// Container child MonoDevelop.SourceEditor.OptionPanels.GeneralOptionsPanel.Gtk.Container+ContainerChild
			this.vbox1 = new global::Gtk.VBox ();
			this.vbox1.Name = "vbox1";
			this.vbox1.Spacing = 6;
			// Container child vbox1.Gtk.Box+BoxChild
			this.GtkLabel13 = new global::Gtk.Label ();
			this.GtkLabel13.Name = "GtkLabel13";
			this.GtkLabel13.Xalign = 0f;
			this.GtkLabel13.LabelProp = global::Mono.Unix.Catalog.GetString ("<b>Coding</b>");
			this.GtkLabel13.UseMarkup = true;
			this.vbox1.Add (this.GtkLabel13);
			global::Gtk.Box.BoxChild w1 = ((global::Gtk.Box.BoxChild)(this.vbox1[this.GtkLabel13]));
			w1.Position = 0;
			w1.Expand = false;
			w1.Fill = false;
			// Container child vbox1.Gtk.Box+BoxChild
			this.alignment2 = new global::Gtk.Alignment (0.5f, 0.5f, 1f, 1f);
			this.alignment2.Name = "alignment2";
			this.alignment2.LeftPadding = ((uint)(12));
			// Container child alignment2.Gtk.Container+ContainerChild
			this.vbox4 = new global::Gtk.VBox ();
			this.vbox4.Name = "vbox4";
			this.vbox4.Spacing = 6;
			// Container child vbox4.Gtk.Box+BoxChild
			this.codeCompletioncheckbutton = new global::Gtk.CheckButton ();
			this.codeCompletioncheckbutton.CanFocus = true;
			this.codeCompletioncheckbutton.Name = "codeCompletioncheckbutton";
			this.codeCompletioncheckbutton.Label = global::Mono.Unix.Catalog.GetString ("Enable _code completion");
			this.codeCompletioncheckbutton.DrawIndicator = true;
			this.codeCompletioncheckbutton.UseUnderline = true;
			this.vbox4.Add (this.codeCompletioncheckbutton);
			global::Gtk.Box.BoxChild w2 = ((global::Gtk.Box.BoxChild)(this.vbox4[this.codeCompletioncheckbutton]));
			w2.Position = 0;
			w2.Expand = false;
			w2.Fill = false;
			// Container child vbox4.Gtk.Box+BoxChild
			this.hbox2 = new global::Gtk.HBox ();
			this.hbox2.Name = "hbox2";
			this.hbox2.Spacing = 6;
			// Container child hbox2.Gtk.Box+BoxChild
			this.fixed1 = new global::Gtk.Fixed ();
			this.fixed1.Name = "fixed1";
			this.fixed1.HasWindow = false;
			this.hbox2.Add (this.fixed1);
			global::Gtk.Box.BoxChild w3 = ((global::Gtk.Box.BoxChild)(this.hbox2[this.fixed1]));
			w3.Position = 0;
			w3.Expand = false;
			w3.Padding = ((uint)(6));
			// Container child hbox2.Gtk.Box+BoxChild
			this.autoCodeCompletionCheckbutton = new global::Gtk.CheckButton ();
			this.autoCodeCompletionCheckbutton.CanFocus = true;
			this.autoCodeCompletionCheckbutton.Name = "autoCodeCompletionCheckbutton";
			this.autoCodeCompletionCheckbutton.Label = global::Mono.Unix.Catalog.GetString ("_Aggressively trigger code completion list");
			this.autoCodeCompletionCheckbutton.DrawIndicator = true;
			this.autoCodeCompletionCheckbutton.UseUnderline = true;
			this.hbox2.Add (this.autoCodeCompletionCheckbutton);
			global::Gtk.Box.BoxChild w4 = ((global::Gtk.Box.BoxChild)(this.hbox2[this.autoCodeCompletionCheckbutton]));
			w4.Position = 1;
			this.vbox4.Add (this.hbox2);
			global::Gtk.Box.BoxChild w5 = ((global::Gtk.Box.BoxChild)(this.vbox4[this.hbox2]));
			w5.Position = 1;
			w5.Expand = false;
			w5.Fill = false;
			// Container child vbox4.Gtk.Box+BoxChild
			this.hbox3 = new global::Gtk.HBox ();
			this.hbox3.Name = "hbox3";
			this.hbox3.Spacing = 6;
			// Container child hbox3.Gtk.Box+BoxChild
			this.fixed2 = new global::Gtk.Fixed ();
			this.fixed2.Name = "fixed2";
			this.fixed2.HasWindow = false;
			this.hbox3.Add (this.fixed2);
			global::Gtk.Box.BoxChild w6 = ((global::Gtk.Box.BoxChild)(this.hbox3[this.fixed2]));
			w6.Position = 0;
			w6.Expand = false;
			w6.Padding = ((uint)(6));
			// Container child hbox3.Gtk.Box+BoxChild
			this.spaceOrPunctiuationCheckbutton = new global::Gtk.CheckButton ();
			this.spaceOrPunctiuationCheckbutton.CanFocus = true;
			this.spaceOrPunctiuationCheckbutton.Name = "spaceOrPunctiuationCheckbutton";
			this.spaceOrPunctiuationCheckbutton.Label = global::Mono.Unix.Catalog.GetString ("_Commit completion list selection with space or punctuation.");
			this.spaceOrPunctiuationCheckbutton.DrawIndicator = true;
			this.spaceOrPunctiuationCheckbutton.UseUnderline = true;
			this.hbox3.Add (this.spaceOrPunctiuationCheckbutton);
			global::Gtk.Box.BoxChild w7 = ((global::Gtk.Box.BoxChild)(this.hbox3[this.spaceOrPunctiuationCheckbutton]));
			w7.Position = 1;
			this.vbox4.Add (this.hbox3);
			global::Gtk.Box.BoxChild w8 = ((global::Gtk.Box.BoxChild)(this.vbox4[this.hbox3]));
			w8.Position = 2;
			w8.Expand = false;
			w8.Fill = false;
			// Container child vbox4.Gtk.Box+BoxChild
			this.hbox4 = new global::Gtk.HBox ();
			this.hbox4.Name = "hbox4";
			this.hbox4.Spacing = 6;
			// Container child hbox4.Gtk.Box+BoxChild
			this.fixed3 = new global::Gtk.Fixed ();
			this.fixed3.Name = "fixed3";
			this.fixed3.HasWindow = false;
			this.hbox4.Add (this.fixed3);
			global::Gtk.Box.BoxChild w9 = ((global::Gtk.Box.BoxChild)(this.hbox4[this.fixed3]));
			w9.Position = 0;
			w9.Expand = false;
			w9.Padding = ((uint)(6));
			// Container child hbox4.Gtk.Box+BoxChild
			this.enableParameterInsightCheckbutton = new global::Gtk.CheckButton ();
			this.enableParameterInsightCheckbutton.CanFocus = true;
			this.enableParameterInsightCheckbutton.Name = "enableParameterInsightCheckbutton";
			this.enableParameterInsightCheckbutton.Label = global::Mono.Unix.Catalog.GetString ("Enable _parameter insight");
			this.enableParameterInsightCheckbutton.DrawIndicator = true;
			this.enableParameterInsightCheckbutton.UseUnderline = true;
			this.hbox4.Add (this.enableParameterInsightCheckbutton);
			global::Gtk.Box.BoxChild w10 = ((global::Gtk.Box.BoxChild)(this.hbox4[this.enableParameterInsightCheckbutton]));
			w10.Position = 1;
			this.vbox4.Add (this.hbox4);
			global::Gtk.Box.BoxChild w11 = ((global::Gtk.Box.BoxChild)(this.vbox4[this.hbox4]));
			w11.Position = 3;
			w11.Expand = false;
			w11.Fill = false;
			this.alignment2.Add (this.vbox4);
			this.vbox1.Add (this.alignment2);
			global::Gtk.Box.BoxChild w13 = ((global::Gtk.Box.BoxChild)(this.vbox1[this.alignment2]));
			w13.Position = 1;
			w13.Expand = false;
			w13.Fill = false;
			// Container child vbox1.Gtk.Box+BoxChild
			this.GtkLabel14 = new global::Gtk.Label ();
			this.GtkLabel14.Name = "GtkLabel14";
			this.GtkLabel14.Xalign = 0f;
			this.GtkLabel14.LabelProp = global::Mono.Unix.Catalog.GetString ("<b>Code Folding</b>");
			this.GtkLabel14.UseMarkup = true;
			this.vbox1.Add (this.GtkLabel14);
			global::Gtk.Box.BoxChild w14 = ((global::Gtk.Box.BoxChild)(this.vbox1[this.GtkLabel14]));
			w14.Position = 2;
			w14.Expand = false;
			w14.Fill = false;
			// Container child vbox1.Gtk.Box+BoxChild
			this.alignment3 = new global::Gtk.Alignment (0.5f, 0.5f, 1f, 1f);
			this.alignment3.Name = "alignment3";
			this.alignment3.LeftPadding = ((uint)(12));
			// Container child alignment3.Gtk.Container+ContainerChild
			this.vbox5 = new global::Gtk.VBox ();
			this.vbox5.Name = "vbox5";
			this.vbox5.Spacing = 6;
			// Container child vbox5.Gtk.Box+BoxChild
			this.foldingCheckbutton = new global::Gtk.CheckButton ();
			this.foldingCheckbutton.CanFocus = true;
			this.foldingCheckbutton.Name = "foldingCheckbutton";
			this.foldingCheckbutton.Label = global::Mono.Unix.Catalog.GetString ("Enable code _folding");
			this.foldingCheckbutton.DrawIndicator = true;
			this.foldingCheckbutton.UseUnderline = true;
			this.vbox5.Add (this.foldingCheckbutton);
			global::Gtk.Box.BoxChild w15 = ((global::Gtk.Box.BoxChild)(this.vbox5[this.foldingCheckbutton]));
			w15.Position = 0;
			w15.Expand = false;
			w15.Fill = false;
			// Container child vbox5.Gtk.Box+BoxChild
			this.foldregionsCheckbutton = new global::Gtk.CheckButton ();
			this.foldregionsCheckbutton.CanFocus = true;
			this.foldregionsCheckbutton.Name = "foldregionsCheckbutton";
			this.foldregionsCheckbutton.Label = global::Mono.Unix.Catalog.GetString ("Fold #_regions by default");
			this.foldregionsCheckbutton.DrawIndicator = true;
			this.foldregionsCheckbutton.UseUnderline = true;
			this.vbox5.Add (this.foldregionsCheckbutton);
			global::Gtk.Box.BoxChild w16 = ((global::Gtk.Box.BoxChild)(this.vbox5[this.foldregionsCheckbutton]));
			w16.Position = 1;
			w16.Expand = false;
			w16.Fill = false;
			// Container child vbox5.Gtk.Box+BoxChild
			this.foldCommentsCheckbutton = new global::Gtk.CheckButton ();
			this.foldCommentsCheckbutton.CanFocus = true;
			this.foldCommentsCheckbutton.Name = "foldCommentsCheckbutton";
			this.foldCommentsCheckbutton.Label = global::Mono.Unix.Catalog.GetString ("Fold _comments by default");
			this.foldCommentsCheckbutton.DrawIndicator = true;
			this.foldCommentsCheckbutton.UseUnderline = true;
			this.vbox5.Add (this.foldCommentsCheckbutton);
			global::Gtk.Box.BoxChild w17 = ((global::Gtk.Box.BoxChild)(this.vbox5[this.foldCommentsCheckbutton]));
			w17.Position = 2;
			w17.Expand = false;
			w17.Fill = false;
			this.alignment3.Add (this.vbox5);
			this.vbox1.Add (this.alignment3);
			global::Gtk.Box.BoxChild w19 = ((global::Gtk.Box.BoxChild)(this.vbox1[this.alignment3]));
			w19.Position = 3;
			w19.Expand = false;
			w19.Fill = false;
			// Container child vbox1.Gtk.Box+BoxChild
			this.GtkLabel15 = new global::Gtk.Label ();
			this.GtkLabel15.Name = "GtkLabel15";
			this.GtkLabel15.Xalign = 0f;
			this.GtkLabel15.LabelProp = global::Mono.Unix.Catalog.GetString ("<b>Font</b>");
			this.GtkLabel15.UseMarkup = true;
			this.vbox1.Add (this.GtkLabel15);
			global::Gtk.Box.BoxChild w20 = ((global::Gtk.Box.BoxChild)(this.vbox1[this.GtkLabel15]));
			w20.Position = 4;
			w20.Expand = false;
			w20.Fill = false;
			// Container child vbox1.Gtk.Box+BoxChild
			this.GtkAlignment1 = new global::Gtk.Alignment (0f, 0f, 1f, 1f);
			this.GtkAlignment1.Name = "GtkAlignment1";
			this.GtkAlignment1.LeftPadding = ((uint)(12));
			// Container child GtkAlignment1.Gtk.Container+ContainerChild
			this.vbox3 = new global::Gtk.VBox ();
			this.vbox3.Name = "vbox3";
			this.vbox3.Spacing = 6;
			// Container child vbox3.Gtk.Box+BoxChild
			this.radiobutton1 = new global::Gtk.RadioButton (global::Mono.Unix.Catalog.GetString ("_Default monospace"));
			this.radiobutton1.CanFocus = true;
			this.radiobutton1.Name = "radiobutton1";
			this.radiobutton1.Active = true;
			this.radiobutton1.DrawIndicator = true;
			this.radiobutton1.UseUnderline = true;
			this.radiobutton1.Group = new global::GLib.SList (global::System.IntPtr.Zero);
			this.vbox3.Add (this.radiobutton1);
			global::Gtk.Box.BoxChild w21 = ((global::Gtk.Box.BoxChild)(this.vbox3[this.radiobutton1]));
			w21.Position = 0;
			w21.Expand = false;
			w21.Fill = false;
			// Container child vbox3.Gtk.Box+BoxChild
			this.hbox1 = new global::Gtk.HBox ();
			this.hbox1.Name = "hbox1";
			this.hbox1.Spacing = 12;
			// Container child hbox1.Gtk.Box+BoxChild
			this.radiobutton2 = new global::Gtk.RadioButton (global::Mono.Unix.Catalog.GetString ("_Custom"));
			this.radiobutton2.CanFocus = true;
			this.radiobutton2.Name = "radiobutton2";
			this.radiobutton2.DrawIndicator = true;
			this.radiobutton2.UseUnderline = true;
			this.radiobutton2.Group = this.radiobutton1.Group;
			this.hbox1.Add (this.radiobutton2);
			global::Gtk.Box.BoxChild w22 = ((global::Gtk.Box.BoxChild)(this.hbox1[this.radiobutton2]));
			w22.Position = 0;
			w22.Expand = false;
			w22.Fill = false;
			// Container child hbox1.Gtk.Box+BoxChild
			this.fontselection = new global::Gtk.FontButton ();
			this.fontselection.CanFocus = true;
			this.fontselection.Name = "fontselection";
			this.hbox1.Add (this.fontselection);
			global::Gtk.Box.BoxChild w23 = ((global::Gtk.Box.BoxChild)(this.hbox1[this.fontselection]));
			w23.Position = 1;
			this.vbox3.Add (this.hbox1);
			global::Gtk.Box.BoxChild w24 = ((global::Gtk.Box.BoxChild)(this.vbox3[this.hbox1]));
			w24.Position = 1;
			w24.Expand = false;
			w24.Fill = false;
			this.GtkAlignment1.Add (this.vbox3);
			this.vbox1.Add (this.GtkAlignment1);
			global::Gtk.Box.BoxChild w26 = ((global::Gtk.Box.BoxChild)(this.vbox1[this.GtkAlignment1]));
			w26.Position = 5;
			w26.Expand = false;
			w26.Fill = false;
			this.Add (this.vbox1);
			if ((this.Child != null)) {
				this.Child.ShowAll ();
			}
			this.Show ();
		}
 protected virtual void Build()
 {
     global::Stetic.Gui.Initialize(this);
     // Widget FSharp.MonoDevelop.Gui.FSharpSettingsWidget
     global::Stetic.BinContainer.Attach(this);
     this.Name = "FSharp.MonoDevelop.Gui.FSharpSettingsWidget";
     // Container child FSharp.MonoDevelop.Gui.FSharpSettingsWidget.Gtk.Container+ContainerChild
     this.vbox1         = new global::Gtk.VBox();
     this.vbox1.Name    = "vbox1";
     this.vbox1.Spacing = 6;
     // Container child vbox1.Gtk.Box+BoxChild
     this.frame3            = new global::Gtk.Frame();
     this.frame3.Name       = "frame3";
     this.frame3.ShadowType = ((global::Gtk.ShadowType)(0));
     // Container child frame3.Gtk.Container+ContainerChild
     this.GtkAlignment             = new global::Gtk.Alignment(0f, 0f, 1f, 1f);
     this.GtkAlignment.Name        = "GtkAlignment";
     this.GtkAlignment.LeftPadding = ((uint)(12));
     this.GtkAlignment.TopPadding  = ((uint)(6));
     // Container child GtkAlignment.Gtk.Container+ContainerChild
     this.table1               = new global::Gtk.Table(((uint)(3)), ((uint)(3)), false);
     this.table1.Name          = "table1";
     this.table1.RowSpacing    = ((uint)(6));
     this.table1.ColumnSpacing = ((uint)(6));
     // Container child table1.Gtk.Table+TableChild
     this.buttonBrowse              = new global::Gtk.Button();
     this.buttonBrowse.CanFocus     = true;
     this.buttonBrowse.Name         = "buttonBrowse";
     this.buttonBrowse.UseUnderline = true;
     this.buttonBrowse.Label        = "_Browse...";
     this.table1.Add(this.buttonBrowse);
     global::Gtk.Table.TableChild w1 = ((global::Gtk.Table.TableChild)(this.table1[this.buttonBrowse]));
     w1.LeftAttach  = ((uint)(2));
     w1.RightAttach = ((uint)(3));
     w1.XOptions    = ((global::Gtk.AttachOptions)(4));
     w1.YOptions    = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     this.entryArguments               = new global::Gtk.Entry();
     this.entryArguments.CanFocus      = true;
     this.entryArguments.Name          = "entryArguments";
     this.entryArguments.IsEditable    = true;
     this.entryArguments.InvisibleChar = '●';
     this.table1.Add(this.entryArguments);
     global::Gtk.Table.TableChild w2 = ((global::Gtk.Table.TableChild)(this.table1[this.entryArguments]));
     w2.TopAttach    = ((uint)(1));
     w2.BottomAttach = ((uint)(2));
     w2.LeftAttach   = ((uint)(1));
     w2.RightAttach  = ((uint)(3));
     w2.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     this.entryPath               = new global::Gtk.Entry();
     this.entryPath.CanFocus      = true;
     this.entryPath.Name          = "entryPath";
     this.entryPath.IsEditable    = true;
     this.entryPath.InvisibleChar = '●';
     this.table1.Add(this.entryPath);
     global::Gtk.Table.TableChild w3 = ((global::Gtk.Table.TableChild)(this.table1[this.entryPath]));
     w3.LeftAttach  = ((uint)(1));
     w3.RightAttach = ((uint)(2));
     w3.YOptions    = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     this.GtkLabel1           = new global::Gtk.Label();
     this.GtkLabel1.Name      = "GtkLabel1";
     this.GtkLabel1.Xalign    = 0f;
     this.GtkLabel1.LabelProp = "Path";
     this.GtkLabel1.UseMarkup = true;
     this.table1.Add(this.GtkLabel1);
     global::Gtk.Table.TableChild w4 = ((global::Gtk.Table.TableChild)(this.table1[this.GtkLabel1]));
     w4.XOptions = ((global::Gtk.AttachOptions)(4));
     w4.YOptions = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     this.GtkLabel6           = new global::Gtk.Label();
     this.GtkLabel6.Name      = "GtkLabel6";
     this.GtkLabel6.Xalign    = 0f;
     this.GtkLabel6.LabelProp = "Options";
     this.GtkLabel6.UseMarkup = true;
     this.table1.Add(this.GtkLabel6);
     global::Gtk.Table.TableChild w5 = ((global::Gtk.Table.TableChild)(this.table1[this.GtkLabel6]));
     w5.TopAttach    = ((uint)(1));
     w5.BottomAttach = ((uint)(2));
     w5.XOptions     = ((global::Gtk.AttachOptions)(4));
     w5.YOptions     = ((global::Gtk.AttachOptions)(4));
     this.GtkAlignment.Add(this.table1);
     this.frame3.Add(this.GtkAlignment);
     this.GtkLabel2           = new global::Gtk.Label();
     this.GtkLabel2.Name      = "GtkLabel2";
     this.GtkLabel2.LabelProp = "<b>F# Interactive</b>";
     this.GtkLabel2.UseMarkup = true;
     this.frame3.LabelWidget  = this.GtkLabel2;
     this.vbox1.Add(this.frame3);
     global::Gtk.Box.BoxChild w8 = ((global::Gtk.Box.BoxChild)(this.vbox1[this.frame3]));
     w8.Position = 0;
     // Container child vbox1.Gtk.Box+BoxChild
     this.frame4            = new global::Gtk.Frame();
     this.frame4.Name       = "frame4";
     this.frame4.ShadowType = ((global::Gtk.ShadowType)(0));
     // Container child frame4.Gtk.Container+ContainerChild
     this.GtkAlignment1             = new global::Gtk.Alignment(0f, 0f, 1f, 1f);
     this.GtkAlignment1.Name        = "GtkAlignment1";
     this.GtkAlignment1.LeftPadding = ((uint)(12));
     this.GtkAlignment1.TopPadding  = ((uint)(6));
     // Container child GtkAlignment1.Gtk.Container+ContainerChild
     this.fontbutton1          = new global::Gtk.FontButton();
     this.fontbutton1.CanFocus = true;
     this.fontbutton1.Name     = "fontbutton1";
     this.GtkAlignment1.Add(this.fontbutton1);
     this.frame4.Add(this.GtkAlignment1);
     this.GtkLabel13           = new global::Gtk.Label();
     this.GtkLabel13.Name      = "GtkLabel13";
     this.GtkLabel13.LabelProp = "<b>Interactive Pad Font</b>";
     this.GtkLabel13.UseMarkup = true;
     this.frame4.LabelWidget   = this.GtkLabel13;
     this.vbox1.Add(this.frame4);
     global::Gtk.Box.BoxChild w11 = ((global::Gtk.Box.BoxChild)(this.vbox1[this.frame4]));
     w11.Position = 1;
     w11.Expand   = false;
     w11.Fill     = false;
     this.Add(this.vbox1);
     if ((this.Child != null))
     {
         this.Child.ShowAll();
     }
     this.Hide();
 }
Example #9
0
 protected virtual void Build()
 {
     global::Stetic.Gui.Initialize(this);
     // Widget MonoDevelop.SourceEditor.OptionPanels.GeneralOptionsPanel
     global::Stetic.BinContainer.Attach(this);
     this.Name = "MonoDevelop.SourceEditor.OptionPanels.GeneralOptionsPanel";
     // Container child MonoDevelop.SourceEditor.OptionPanels.GeneralOptionsPanel.Gtk.Container+ContainerChild
     this.vbox1         = new global::Gtk.VBox();
     this.vbox1.Name    = "vbox1";
     this.vbox1.Spacing = 6;
     // Container child vbox1.Gtk.Box+BoxChild
     this.GtkLabel13           = new global::Gtk.Label();
     this.GtkLabel13.Name      = "GtkLabel13";
     this.GtkLabel13.Xalign    = 0f;
     this.GtkLabel13.LabelProp = global::Mono.Unix.Catalog.GetString("<b>Coding</b>");
     this.GtkLabel13.UseMarkup = true;
     this.vbox1.Add(this.GtkLabel13);
     global::Gtk.Box.BoxChild w1 = ((global::Gtk.Box.BoxChild)(this.vbox1[this.GtkLabel13]));
     w1.Position = 0;
     w1.Expand   = false;
     w1.Fill     = false;
     // Container child vbox1.Gtk.Box+BoxChild
     this.alignment2             = new global::Gtk.Alignment(0.5f, 0.5f, 1f, 1f);
     this.alignment2.Name        = "alignment2";
     this.alignment2.LeftPadding = ((uint)(12));
     // Container child alignment2.Gtk.Container+ContainerChild
     this.vbox4         = new global::Gtk.VBox();
     this.vbox4.Name    = "vbox4";
     this.vbox4.Spacing = 6;
     // Container child vbox4.Gtk.Box+BoxChild
     this.codeCompletioncheckbutton               = new global::Gtk.CheckButton();
     this.codeCompletioncheckbutton.CanFocus      = true;
     this.codeCompletioncheckbutton.Name          = "codeCompletioncheckbutton";
     this.codeCompletioncheckbutton.Label         = global::Mono.Unix.Catalog.GetString("Enable _code completion");
     this.codeCompletioncheckbutton.DrawIndicator = true;
     this.codeCompletioncheckbutton.UseUnderline  = true;
     this.vbox4.Add(this.codeCompletioncheckbutton);
     global::Gtk.Box.BoxChild w2 = ((global::Gtk.Box.BoxChild)(this.vbox4[this.codeCompletioncheckbutton]));
     w2.Position = 0;
     w2.Expand   = false;
     w2.Fill     = false;
     // Container child vbox4.Gtk.Box+BoxChild
     this.hbox2         = new global::Gtk.HBox();
     this.hbox2.Name    = "hbox2";
     this.hbox2.Spacing = 6;
     // Container child hbox2.Gtk.Box+BoxChild
     this.fixed1           = new global::Gtk.Fixed();
     this.fixed1.Name      = "fixed1";
     this.fixed1.HasWindow = false;
     this.hbox2.Add(this.fixed1);
     global::Gtk.Box.BoxChild w3 = ((global::Gtk.Box.BoxChild)(this.hbox2[this.fixed1]));
     w3.Position = 0;
     w3.Expand   = false;
     w3.Padding  = ((uint)(6));
     // Container child hbox2.Gtk.Box+BoxChild
     this.autoCodeCompletionCheckbutton               = new global::Gtk.CheckButton();
     this.autoCodeCompletionCheckbutton.CanFocus      = true;
     this.autoCodeCompletionCheckbutton.Name          = "autoCodeCompletionCheckbutton";
     this.autoCodeCompletionCheckbutton.Label         = global::Mono.Unix.Catalog.GetString("_Aggressively trigger code completion list");
     this.autoCodeCompletionCheckbutton.DrawIndicator = true;
     this.autoCodeCompletionCheckbutton.UseUnderline  = true;
     this.hbox2.Add(this.autoCodeCompletionCheckbutton);
     global::Gtk.Box.BoxChild w4 = ((global::Gtk.Box.BoxChild)(this.hbox2[this.autoCodeCompletionCheckbutton]));
     w4.Position = 1;
     this.vbox4.Add(this.hbox2);
     global::Gtk.Box.BoxChild w5 = ((global::Gtk.Box.BoxChild)(this.vbox4[this.hbox2]));
     w5.Position = 1;
     w5.Expand   = false;
     w5.Fill     = false;
     // Container child vbox4.Gtk.Box+BoxChild
     this.hbox3         = new global::Gtk.HBox();
     this.hbox3.Name    = "hbox3";
     this.hbox3.Spacing = 6;
     // Container child hbox3.Gtk.Box+BoxChild
     this.fixed2           = new global::Gtk.Fixed();
     this.fixed2.Name      = "fixed2";
     this.fixed2.HasWindow = false;
     this.hbox3.Add(this.fixed2);
     global::Gtk.Box.BoxChild w6 = ((global::Gtk.Box.BoxChild)(this.hbox3[this.fixed2]));
     w6.Position = 0;
     w6.Expand   = false;
     w6.Padding  = ((uint)(6));
     // Container child hbox3.Gtk.Box+BoxChild
     this.spaceOrPunctiuationCheckbutton               = new global::Gtk.CheckButton();
     this.spaceOrPunctiuationCheckbutton.CanFocus      = true;
     this.spaceOrPunctiuationCheckbutton.Name          = "spaceOrPunctiuationCheckbutton";
     this.spaceOrPunctiuationCheckbutton.Label         = global::Mono.Unix.Catalog.GetString("_Commit completion list selection with space or punctuation.");
     this.spaceOrPunctiuationCheckbutton.DrawIndicator = true;
     this.spaceOrPunctiuationCheckbutton.UseUnderline  = true;
     this.hbox3.Add(this.spaceOrPunctiuationCheckbutton);
     global::Gtk.Box.BoxChild w7 = ((global::Gtk.Box.BoxChild)(this.hbox3[this.spaceOrPunctiuationCheckbutton]));
     w7.Position = 1;
     this.vbox4.Add(this.hbox3);
     global::Gtk.Box.BoxChild w8 = ((global::Gtk.Box.BoxChild)(this.vbox4[this.hbox3]));
     w8.Position = 2;
     w8.Expand   = false;
     w8.Fill     = false;
     // Container child vbox4.Gtk.Box+BoxChild
     this.hbox4         = new global::Gtk.HBox();
     this.hbox4.Name    = "hbox4";
     this.hbox4.Spacing = 6;
     // Container child hbox4.Gtk.Box+BoxChild
     this.fixed3           = new global::Gtk.Fixed();
     this.fixed3.Name      = "fixed3";
     this.fixed3.HasWindow = false;
     this.hbox4.Add(this.fixed3);
     global::Gtk.Box.BoxChild w9 = ((global::Gtk.Box.BoxChild)(this.hbox4[this.fixed3]));
     w9.Position = 0;
     w9.Expand   = false;
     w9.Padding  = ((uint)(6));
     // Container child hbox4.Gtk.Box+BoxChild
     this.enableParameterInsightCheckbutton               = new global::Gtk.CheckButton();
     this.enableParameterInsightCheckbutton.CanFocus      = true;
     this.enableParameterInsightCheckbutton.Name          = "enableParameterInsightCheckbutton";
     this.enableParameterInsightCheckbutton.Label         = global::Mono.Unix.Catalog.GetString("Enable _parameter insight");
     this.enableParameterInsightCheckbutton.DrawIndicator = true;
     this.enableParameterInsightCheckbutton.UseUnderline  = true;
     this.hbox4.Add(this.enableParameterInsightCheckbutton);
     global::Gtk.Box.BoxChild w10 = ((global::Gtk.Box.BoxChild)(this.hbox4[this.enableParameterInsightCheckbutton]));
     w10.Position = 1;
     this.vbox4.Add(this.hbox4);
     global::Gtk.Box.BoxChild w11 = ((global::Gtk.Box.BoxChild)(this.vbox4[this.hbox4]));
     w11.Position = 3;
     w11.Expand   = false;
     w11.Fill     = false;
     // Container child vbox4.Gtk.Box+BoxChild
     this.quickFinderCheckbutton               = new global::Gtk.CheckButton();
     this.quickFinderCheckbutton.CanFocus      = true;
     this.quickFinderCheckbutton.Name          = "quickFinderCheckbutton";
     this.quickFinderCheckbutton.Label         = global::Mono.Unix.Catalog.GetString("Show c_lass and method navigation bar");
     this.quickFinderCheckbutton.DrawIndicator = true;
     this.quickFinderCheckbutton.UseUnderline  = true;
     this.vbox4.Add(this.quickFinderCheckbutton);
     global::Gtk.Box.BoxChild w12 = ((global::Gtk.Box.BoxChild)(this.vbox4[this.quickFinderCheckbutton]));
     w12.Position = 4;
     w12.Expand   = false;
     w12.Fill     = false;
     this.alignment2.Add(this.vbox4);
     this.vbox1.Add(this.alignment2);
     global::Gtk.Box.BoxChild w14 = ((global::Gtk.Box.BoxChild)(this.vbox1[this.alignment2]));
     w14.Position = 1;
     w14.Expand   = false;
     w14.Fill     = false;
     // Container child vbox1.Gtk.Box+BoxChild
     this.GtkLabel14           = new global::Gtk.Label();
     this.GtkLabel14.Name      = "GtkLabel14";
     this.GtkLabel14.Xalign    = 0f;
     this.GtkLabel14.LabelProp = global::Mono.Unix.Catalog.GetString("<b>Code Folding</b>");
     this.GtkLabel14.UseMarkup = true;
     this.vbox1.Add(this.GtkLabel14);
     global::Gtk.Box.BoxChild w15 = ((global::Gtk.Box.BoxChild)(this.vbox1[this.GtkLabel14]));
     w15.Position = 2;
     w15.Expand   = false;
     w15.Fill     = false;
     // Container child vbox1.Gtk.Box+BoxChild
     this.alignment3             = new global::Gtk.Alignment(0.5f, 0.5f, 1f, 1f);
     this.alignment3.Name        = "alignment3";
     this.alignment3.LeftPadding = ((uint)(12));
     // Container child alignment3.Gtk.Container+ContainerChild
     this.vbox5         = new global::Gtk.VBox();
     this.vbox5.Name    = "vbox5";
     this.vbox5.Spacing = 6;
     // Container child vbox5.Gtk.Box+BoxChild
     this.foldingCheckbutton               = new global::Gtk.CheckButton();
     this.foldingCheckbutton.CanFocus      = true;
     this.foldingCheckbutton.Name          = "foldingCheckbutton";
     this.foldingCheckbutton.Label         = global::Mono.Unix.Catalog.GetString("Enable code _folding");
     this.foldingCheckbutton.DrawIndicator = true;
     this.foldingCheckbutton.UseUnderline  = true;
     this.vbox5.Add(this.foldingCheckbutton);
     global::Gtk.Box.BoxChild w16 = ((global::Gtk.Box.BoxChild)(this.vbox5[this.foldingCheckbutton]));
     w16.Position = 0;
     w16.Expand   = false;
     w16.Fill     = false;
     // Container child vbox5.Gtk.Box+BoxChild
     this.foldregionsCheckbutton               = new global::Gtk.CheckButton();
     this.foldregionsCheckbutton.CanFocus      = true;
     this.foldregionsCheckbutton.Name          = "foldregionsCheckbutton";
     this.foldregionsCheckbutton.Label         = global::Mono.Unix.Catalog.GetString("Fold #_regions by default");
     this.foldregionsCheckbutton.DrawIndicator = true;
     this.foldregionsCheckbutton.UseUnderline  = true;
     this.vbox5.Add(this.foldregionsCheckbutton);
     global::Gtk.Box.BoxChild w17 = ((global::Gtk.Box.BoxChild)(this.vbox5[this.foldregionsCheckbutton]));
     w17.Position = 1;
     w17.Expand   = false;
     w17.Fill     = false;
     // Container child vbox5.Gtk.Box+BoxChild
     this.foldCommentsCheckbutton               = new global::Gtk.CheckButton();
     this.foldCommentsCheckbutton.CanFocus      = true;
     this.foldCommentsCheckbutton.Name          = "foldCommentsCheckbutton";
     this.foldCommentsCheckbutton.Label         = global::Mono.Unix.Catalog.GetString("Fold _comments by default");
     this.foldCommentsCheckbutton.DrawIndicator = true;
     this.foldCommentsCheckbutton.UseUnderline  = true;
     this.vbox5.Add(this.foldCommentsCheckbutton);
     global::Gtk.Box.BoxChild w18 = ((global::Gtk.Box.BoxChild)(this.vbox5[this.foldCommentsCheckbutton]));
     w18.Position = 2;
     w18.Expand   = false;
     w18.Fill     = false;
     this.alignment3.Add(this.vbox5);
     this.vbox1.Add(this.alignment3);
     global::Gtk.Box.BoxChild w20 = ((global::Gtk.Box.BoxChild)(this.vbox1[this.alignment3]));
     w20.Position = 3;
     w20.Expand   = false;
     w20.Fill     = false;
     // Container child vbox1.Gtk.Box+BoxChild
     this.GtkLabel15           = new global::Gtk.Label();
     this.GtkLabel15.Name      = "GtkLabel15";
     this.GtkLabel15.Xalign    = 0f;
     this.GtkLabel15.LabelProp = global::Mono.Unix.Catalog.GetString("<b>Font</b>");
     this.GtkLabel15.UseMarkup = true;
     this.vbox1.Add(this.GtkLabel15);
     global::Gtk.Box.BoxChild w21 = ((global::Gtk.Box.BoxChild)(this.vbox1[this.GtkLabel15]));
     w21.Position = 4;
     w21.Expand   = false;
     w21.Fill     = false;
     // Container child vbox1.Gtk.Box+BoxChild
     this.GtkAlignment1             = new global::Gtk.Alignment(0f, 0f, 1f, 1f);
     this.GtkAlignment1.Name        = "GtkAlignment1";
     this.GtkAlignment1.LeftPadding = ((uint)(12));
     // Container child GtkAlignment1.Gtk.Container+ContainerChild
     this.vbox3         = new global::Gtk.VBox();
     this.vbox3.Name    = "vbox3";
     this.vbox3.Spacing = 6;
     // Container child vbox3.Gtk.Box+BoxChild
     this.radiobutton1               = new global::Gtk.RadioButton(global::Mono.Unix.Catalog.GetString("_Default monospace"));
     this.radiobutton1.CanFocus      = true;
     this.radiobutton1.Name          = "radiobutton1";
     this.radiobutton1.Active        = true;
     this.radiobutton1.DrawIndicator = true;
     this.radiobutton1.UseUnderline  = true;
     this.radiobutton1.Group         = new global::GLib.SList(global::System.IntPtr.Zero);
     this.vbox3.Add(this.radiobutton1);
     global::Gtk.Box.BoxChild w22 = ((global::Gtk.Box.BoxChild)(this.vbox3[this.radiobutton1]));
     w22.Position = 0;
     w22.Expand   = false;
     w22.Fill     = false;
     // Container child vbox3.Gtk.Box+BoxChild
     this.hbox1         = new global::Gtk.HBox();
     this.hbox1.Name    = "hbox1";
     this.hbox1.Spacing = 12;
     // Container child hbox1.Gtk.Box+BoxChild
     this.radiobutton2               = new global::Gtk.RadioButton(global::Mono.Unix.Catalog.GetString("_Custom"));
     this.radiobutton2.CanFocus      = true;
     this.radiobutton2.Name          = "radiobutton2";
     this.radiobutton2.DrawIndicator = true;
     this.radiobutton2.UseUnderline  = true;
     this.radiobutton2.Group         = this.radiobutton1.Group;
     this.hbox1.Add(this.radiobutton2);
     global::Gtk.Box.BoxChild w23 = ((global::Gtk.Box.BoxChild)(this.hbox1[this.radiobutton2]));
     w23.Position = 0;
     w23.Expand   = false;
     w23.Fill     = false;
     // Container child hbox1.Gtk.Box+BoxChild
     this.fontselection          = new global::Gtk.FontButton();
     this.fontselection.CanFocus = true;
     this.fontselection.Name     = "fontselection";
     this.hbox1.Add(this.fontselection);
     global::Gtk.Box.BoxChild w24 = ((global::Gtk.Box.BoxChild)(this.hbox1[this.fontselection]));
     w24.Position = 1;
     this.vbox3.Add(this.hbox1);
     global::Gtk.Box.BoxChild w25 = ((global::Gtk.Box.BoxChild)(this.vbox3[this.hbox1]));
     w25.Position = 1;
     w25.Expand   = false;
     w25.Fill     = false;
     this.GtkAlignment1.Add(this.vbox3);
     this.vbox1.Add(this.GtkAlignment1);
     global::Gtk.Box.BoxChild w27 = ((global::Gtk.Box.BoxChild)(this.vbox1[this.GtkAlignment1]));
     w27.Position = 5;
     w27.Expand   = false;
     w27.Fill     = false;
     this.Add(this.vbox1);
     if ((this.Child != null))
     {
         this.Child.ShowAll();
     }
     this.Show();
 }
Example #10
0
 protected virtual void Build()
 {
     global::Stetic.Gui.Initialize (this);
     // Widget MainWindow
     this.UIManager = new global::Gtk.UIManager ();
     global::Gtk.ActionGroup w1 = new global::Gtk.ActionGroup ("Default");
     this.newAction = new global::Gtk.Action ("newAction", null, null, "gtk-new");
     w1.Add (this.newAction, null);
     this.openAction = new global::Gtk.Action ("openAction", null, null, "gtk-open");
     w1.Add (this.openAction, null);
     this.saveAction = new global::Gtk.Action ("saveAction", null, null, "gtk-save");
     w1.Add (this.saveAction, null);
     this.saveAsAction = new global::Gtk.Action ("saveAsAction", null, null, "gtk-save-as");
     w1.Add (this.saveAsAction, null);
     this.FileAction = new global::Gtk.Action ("FileAction", global::Mono.Unix.Catalog.GetString ("File"), null, null);
     this.FileAction.ShortLabel = global::Mono.Unix.Catalog.GetString ("File");
     w1.Add (this.FileAction, null);
     this.EditAction = new global::Gtk.Action ("EditAction", global::Mono.Unix.Catalog.GetString ("Edit"), null, null);
     this.EditAction.ShortLabel = global::Mono.Unix.Catalog.GetString ("Edit");
     w1.Add (this.EditAction, null);
     this.InsertAction = new global::Gtk.Action ("InsertAction", global::Mono.Unix.Catalog.GetString ("Insert"), null, null);
     this.InsertAction.ShortLabel = global::Mono.Unix.Catalog.GetString ("Insert");
     w1.Add (this.InsertAction, null);
     this.PanelAction = new global::Gtk.Action ("PanelAction", global::Mono.Unix.Catalog.GetString ("Panel"), null, null);
     this.PanelAction.ShortLabel = global::Mono.Unix.Catalog.GetString ("Panel");
     w1.Add (this.PanelAction, null);
     this.ViewAction = new global::Gtk.Action ("ViewAction", global::Mono.Unix.Catalog.GetString ("View"), null, null);
     this.ViewAction.ShortLabel = global::Mono.Unix.Catalog.GetString ("View");
     w1.Add (this.ViewAction, null);
     this.HelpAction = new global::Gtk.Action ("HelpAction", global::Mono.Unix.Catalog.GetString ("Help"), null, null);
     this.HelpAction.ShortLabel = global::Mono.Unix.Catalog.GetString ("Help");
     w1.Add (this.HelpAction, null);
     this.AboutAction = new global::Gtk.Action ("AboutAction", global::Mono.Unix.Catalog.GetString ("About"), null, null);
     this.AboutAction.ShortLabel = global::Mono.Unix.Catalog.GetString ("About");
     w1.Add (this.AboutAction, null);
     this.NewAction = new global::Gtk.Action ("NewAction", global::Mono.Unix.Catalog.GetString ("New"), null, null);
     this.NewAction.ShortLabel = global::Mono.Unix.Catalog.GetString ("New");
     w1.Add (this.NewAction, null);
     this.OpenAction = new global::Gtk.Action ("OpenAction", global::Mono.Unix.Catalog.GetString ("Open"), null, null);
     this.OpenAction.ShortLabel = global::Mono.Unix.Catalog.GetString ("Open");
     w1.Add (this.OpenAction, null);
     this.SaveAsAction = new global::Gtk.Action ("SaveAsAction", global::Mono.Unix.Catalog.GetString ("Save As"), null, null);
     this.SaveAsAction.ShortLabel = global::Mono.Unix.Catalog.GetString ("Save As");
     w1.Add (this.SaveAsAction, null);
     this.SaveAction = new global::Gtk.Action ("SaveAction", global::Mono.Unix.Catalog.GetString ("Save"), null, null);
     this.SaveAction.ShortLabel = global::Mono.Unix.Catalog.GetString ("Save");
     w1.Add (this.SaveAction, null);
     this.ReplaceAction = new global::Gtk.Action ("ReplaceAction", global::Mono.Unix.Catalog.GetString ("Replace"), null, null);
     this.ReplaceAction.ShortLabel = global::Mono.Unix.Catalog.GetString ("Replace");
     w1.Add (this.ReplaceAction, null);
     this.CommandGuideAction = new global::Gtk.Action ("CommandGuideAction", global::Mono.Unix.Catalog.GetString ("Command Guide"), null, null);
     this.CommandGuideAction.ShortLabel = global::Mono.Unix.Catalog.GetString ("Command Guide");
     w1.Add (this.CommandGuideAction, null);
     this.NewWindowAction = new global::Gtk.Action ("NewWindowAction", global::Mono.Unix.Catalog.GetString ("New Window"), null, null);
     this.NewWindowAction.ShortLabel = global::Mono.Unix.Catalog.GetString ("New Window");
     w1.Add (this.NewWindowAction, null);
     this.FontAction = new global::Gtk.Action ("FontAction", global::Mono.Unix.Catalog.GetString ("Font"), null, null);
     this.FontAction.ShortLabel = global::Mono.Unix.Catalog.GetString ("Font");
     w1.Add (this.FontAction, null);
     this.mediaPlayAction = new global::Gtk.Action ("mediaPlayAction", null, null, "gtk-media-play");
     w1.Add (this.mediaPlayAction, null);
     this.mediaPlayAction1 = new global::Gtk.Action ("mediaPlayAction1", null, null, "gtk-media-play");
     w1.Add (this.mediaPlayAction1, null);
     this.propertiesAction = new global::Gtk.Action ("propertiesAction", null, null, "gtk-properties");
     w1.Add (this.propertiesAction, null);
     this.goUpAction = new global::Gtk.Action ("goUpAction", null, null, "gtk-go-up");
     w1.Add (this.goUpAction, null);
     this.mediaPauseAction = new global::Gtk.Action ("mediaPauseAction", null, null, "gtk-media-pause");
     w1.Add (this.mediaPauseAction, null);
     this.goDownAction = new global::Gtk.Action ("goDownAction", null, null, "gtk-go-down");
     w1.Add (this.goDownAction, null);
     this.mediaPlayAction2 = new global::Gtk.Action ("mediaPlayAction2", null, null, "gtk-media-play");
     w1.Add (this.mediaPlayAction2, null);
     this.propertiesAction1 = new global::Gtk.Action ("propertiesAction1", null, null, "gtk-properties");
     w1.Add (this.propertiesAction1, null);
     this.goUpAction1 = new global::Gtk.Action ("goUpAction1", null, null, "gtk-go-up");
     w1.Add (this.goUpAction1, null);
     this.mediaPauseAction1 = new global::Gtk.Action ("mediaPauseAction1", null, null, "gtk-media-pause");
     w1.Add (this.mediaPauseAction1, null);
     this.goDownAction1 = new global::Gtk.Action ("goDownAction1", null, null, "gtk-go-down");
     w1.Add (this.goDownAction1, null);
     this.newAction1 = new global::Gtk.Action ("newAction1", null, global::Mono.Unix.Catalog.GetString ("Make new file"), "gtk-new");
     w1.Add (this.newAction1, null);
     this.openAction1 = new global::Gtk.Action ("openAction1", null, global::Mono.Unix.Catalog.GetString ("Open file"), "gtk-open");
     w1.Add (this.openAction1, null);
     this.saveAction1 = new global::Gtk.Action ("saveAction1", null, global::Mono.Unix.Catalog.GetString ("Save"), "gtk-save");
     w1.Add (this.saveAction1, null);
     this.saveAsAction1 = new global::Gtk.Action ("saveAsAction1", null, global::Mono.Unix.Catalog.GetString ("Save as"), "gtk-save-as");
     w1.Add (this.saveAsAction1, null);
     this.goDownAction2 = new global::Gtk.Action ("goDownAction2", null, global::Mono.Unix.Catalog.GetString ("Make Panel 2 like Panel 1"), "gtk-go-down");
     w1.Add (this.goDownAction2, null);
     this.goUpAction2 = new global::Gtk.Action ("goUpAction2", null, global::Mono.Unix.Catalog.GetString ("Make Panel 1 like Panel 2"), "gtk-go-up");
     w1.Add (this.goUpAction2, null);
     this.networkAction = new global::Gtk.Action ("networkAction", null, global::Mono.Unix.Catalog.GetString ("Change Panel's contents"), "gtk-network");
     w1.Add (this.networkAction, null);
     this.findAction = new global::Gtk.Action ("findAction", null, global::Mono.Unix.Catalog.GetString ("Find a text"), "gtk-find");
     w1.Add (this.findAction, null);
     this.findAndReplaceAction = new global::Gtk.Action ("findAndReplaceAction", null, global::Mono.Unix.Catalog.GetString ("Replace a text"), "gtk-find-and-replace");
     w1.Add (this.findAndReplaceAction, null);
     this.Action = new global::Gtk.Action ("Action", null, null, null);
     w1.Add (this.Action, null);
     this.Panel1Action = new global::Gtk.Action ("Panel1Action", global::Mono.Unix.Catalog.GetString ("Panel 1"), null, null);
     this.Panel1Action.ShortLabel = global::Mono.Unix.Catalog.GetString ("Panel 1");
     w1.Add (this.Panel1Action, null);
     this.Panel2Action = new global::Gtk.Action ("Panel2Action", global::Mono.Unix.Catalog.GetString ("Panel 2"), null, null);
     this.Panel2Action.ShortLabel = global::Mono.Unix.Catalog.GetString ("Panel 2");
     w1.Add (this.Panel2Action, null);
     this.OnlineWikiAction = new global::Gtk.Action ("OnlineWikiAction", global::Mono.Unix.Catalog.GetString ("Online Wiki"), null, null);
     this.OnlineWikiAction.ShortLabel = global::Mono.Unix.Catalog.GetString ("Online Wiki");
     w1.Add (this.OnlineWikiAction, null);
     this.BugReporterAction = new global::Gtk.Action ("BugReporterAction", global::Mono.Unix.Catalog.GetString ("Bug Reporter"), null, null);
     this.BugReporterAction.ShortLabel = global::Mono.Unix.Catalog.GetString ("Bug Reporter");
     w1.Add (this.BugReporterAction, null);
     this.CommandHistoryAction = new global::Gtk.Action ("CommandHistoryAction", global::Mono.Unix.Catalog.GetString ("Command History"), null, null);
     this.CommandHistoryAction.ShortLabel = global::Mono.Unix.Catalog.GetString ("Command History");
     w1.Add (this.CommandHistoryAction, null);
     this.mediaPlayAction3 = new global::Gtk.Action ("mediaPlayAction3", null, null, "gtk-media-play");
     w1.Add (this.mediaPlayAction3, null);
     this.ExitAction = new global::Gtk.Action ("ExitAction", global::Mono.Unix.Catalog.GetString ("Exit"), null, null);
     this.ExitAction.ShortLabel = global::Mono.Unix.Catalog.GetString ("Exit");
     w1.Add (this.ExitAction, null);
     this.ExportToNexearFileAction = new global::Gtk.Action ("ExportToNexearFileAction", global::Mono.Unix.Catalog.GetString ("Export to .nexear file"), null, null);
     this.ExportToNexearFileAction.ShortLabel = global::Mono.Unix.Catalog.GetString ("Export to .nexear file");
     w1.Add (this.ExportToNexearFileAction, null);
     this.ImportFromNexearFileAction = new global::Gtk.Action ("ImportFromNexearFileAction", global::Mono.Unix.Catalog.GetString ("Import from .nexear file"), null, null);
     this.ImportFromNexearFileAction.ShortLabel = global::Mono.Unix.Catalog.GetString ("Import from .nexear file");
     w1.Add (this.ImportFromNexearFileAction, null);
     this.convertAction = new global::Gtk.Action ("convertAction", null, global::Mono.Unix.Catalog.GetString ("Open .nexear maker"), "gtk-convert");
     w1.Add (this.convertAction, null);
     this.openAction2 = new global::Gtk.Action ("openAction2", null, global::Mono.Unix.Catalog.GetString ("Open .nexear Importer"), "gtk-open");
     w1.Add (this.openAction2, null);
     this.ClearAction = new global::Gtk.Action ("ClearAction", global::Mono.Unix.Catalog.GetString ("Clear"), null, null);
     this.ClearAction.ShortLabel = global::Mono.Unix.Catalog.GetString ("Clear");
     w1.Add (this.ClearAction, null);
     this.ChangeContentAction = new global::Gtk.Action ("ChangeContentAction", global::Mono.Unix.Catalog.GetString ("Change content"), null, null);
     this.ChangeContentAction.ShortLabel = global::Mono.Unix.Catalog.GetString ("Change content");
     w1.Add (this.ChangeContentAction, null);
     this.PanelToPanelAction = new global::Gtk.Action ("PanelToPanelAction", global::Mono.Unix.Catalog.GetString ("Panel to Panel"), null, null);
     this.PanelToPanelAction.ShortLabel = global::Mono.Unix.Catalog.GetString ("Panel to Panel");
     w1.Add (this.PanelToPanelAction, null);
     this.Panel1Action1 = new global::Gtk.Action ("Panel1Action1", global::Mono.Unix.Catalog.GetString ("Panel 1"), null, null);
     this.Panel1Action1.ShortLabel = global::Mono.Unix.Catalog.GetString ("Panel 1");
     w1.Add (this.Panel1Action1, null);
     this.Panel2Action1 = new global::Gtk.Action ("Panel2Action1", global::Mono.Unix.Catalog.GetString ("Panel 2"), null, null);
     this.Panel2Action1.ShortLabel = global::Mono.Unix.Catalog.GetString ("Panel 2");
     w1.Add (this.Panel2Action1, null);
     this.FromPanel1To2Action = new global::Gtk.Action ("FromPanel1To2Action", global::Mono.Unix.Catalog.GetString ("From Panel 1 to 2"), null, null);
     this.FromPanel1To2Action.ShortLabel = global::Mono.Unix.Catalog.GetString ("From Panel 1 to 2");
     w1.Add (this.FromPanel1To2Action, null);
     this.FromPanel2To1Action = new global::Gtk.Action ("FromPanel2To1Action", global::Mono.Unix.Catalog.GetString ("From Panel 2 to 1"), null, null);
     this.FromPanel2To1Action.ShortLabel = global::Mono.Unix.Catalog.GetString ("From Panel 2 to 1");
     w1.Add (this.FromPanel2To1Action, null);
     this.ManualAction = new global::Gtk.Action ("ManualAction", global::Mono.Unix.Catalog.GetString ("Manual"), null, null);
     this.ManualAction.ShortLabel = global::Mono.Unix.Catalog.GetString ("Manual");
     w1.Add (this.ManualAction, null);
     this.logsAction = new global::Gtk.Action ("logsAction", global::Mono.Unix.Catalog.GetString ("logs"), null, null);
     this.logsAction.ShortLabel = global::Mono.Unix.Catalog.GetString ("logs");
     w1.Add (this.logsAction, null);
     this.HideCommandBarAction = new global::Gtk.Action ("HideCommandBarAction", global::Mono.Unix.Catalog.GetString ("Hide Command Bar"), null, null);
     this.HideCommandBarAction.ShortLabel = global::Mono.Unix.Catalog.GetString ("Hide Command Bar");
     w1.Add (this.HideCommandBarAction, null);
     this.mediaStopAction = new global::Gtk.RadioAction ("mediaStopAction", null, null, "gtk-media-stop", 0);
     this.mediaStopAction.Group = new global::GLib.SList (global::System.IntPtr.Zero);
     w1.Add (this.mediaStopAction, null);
     this.mediaPlayAction4 = new global::Gtk.Action ("mediaPlayAction4", null, null, "gtk-media-play");
     w1.Add (this.mediaPlayAction4, null);
     this.FindAction = new global::Gtk.Action ("FindAction", global::Mono.Unix.Catalog.GetString ("Find"), null, null);
     this.FindAction.ShortLabel = global::Mono.Unix.Catalog.GetString ("Find");
     w1.Add (this.FindAction, null);
     this.PanelReadmodAction = new global::Gtk.Action ("PanelReadmodAction", global::Mono.Unix.Catalog.GetString ("Panel Readmod"), null, null);
     this.PanelReadmodAction.ShortLabel = global::Mono.Unix.Catalog.GetString ("Panel Readmod");
     w1.Add (this.PanelReadmodAction, null);
     this.p1read = new global::Gtk.Action ("p1read", global::Mono.Unix.Catalog.GetString ("Readmod panel1"), null, null);
     this.p1read.ShortLabel = global::Mono.Unix.Catalog.GetString ("Readmod panel1");
     w1.Add (this.p1read, null);
     this.p2read = new global::Gtk.Action ("p2read", global::Mono.Unix.Catalog.GetString ("Readmod panel2"), null, null);
     this.p2read.ShortLabel = global::Mono.Unix.Catalog.GetString ("Readmod panel2");
     w1.Add (this.p2read, null);
     this.ReadmodAction = new global::Gtk.Action ("ReadmodAction", global::Mono.Unix.Catalog.GetString ("Readmod"), null, null);
     this.ReadmodAction.ShortLabel = global::Mono.Unix.Catalog.GetString ("Readmod");
     w1.Add (this.ReadmodAction, null);
     this.dndAction = new global::Gtk.RadioAction ("dndAction", null, null, "gtk-dnd", 0);
     this.dndAction.Group = this.mediaStopAction.Group;
     w1.Add (this.dndAction, null);
     this.dndAction1 = new global::Gtk.Action ("dndAction1", null, null, "gtk-dnd");
     w1.Add (this.dndAction1, null);
     this.readmodt = new global::Gtk.ToggleAction ("readmodt", null, null, "gtk-dnd");
     w1.Add (this.readmodt, null);
     this.editmoderadio = new global::Gtk.RadioAction ("editmoderadio", null, null, "gtk-edit", 0);
     this.editmoderadio.Group = new global::GLib.SList (global::System.IntPtr.Zero);
     w1.Add (this.editmoderadio, null);
     this.UIManager.InsertActionGroup (w1, 0);
     this.AddAccelGroup (this.UIManager.AccelGroup);
     this.Name = "MainWindow";
     this.Title = global::Mono.Unix.Catalog.GetString (" Nexear");
     this.Icon = global::Stetic.IconLoader.LoadIcon (this, "gtk-edit", global::Gtk.IconSize.Menu);
     this.WindowPosition = ((global::Gtk.WindowPosition)(1));
     // Container child MainWindow.Gtk.Container+ContainerChild
     this.hbox1 = new global::Gtk.HBox ();
     this.hbox1.Name = "hbox1";
     // Container child hbox1.Gtk.Box+BoxChild
     this.hbox2 = new global::Gtk.HBox ();
     this.hbox2.Name = "hbox2";
     this.hbox2.Spacing = 6;
     // Container child hbox2.Gtk.Box+BoxChild
     this.vs = new global::Gtk.Label ();
     this.vs.Name = "vs";
     this.vs.LabelProp = global::Mono.Unix.Catalog.GetString (" ");
     this.hbox2.Add (this.vs);
     global::Gtk.Box.BoxChild w2 = ((global::Gtk.Box.BoxChild)(this.hbox2 [this.vs]));
     w2.Position = 0;
     w2.Expand = false;
     w2.Fill = false;
     // Container child hbox2.Gtk.Box+BoxChild
     this.vHelpCommand = new global::Gtk.VBox ();
     this.vHelpCommand.Name = "vHelpCommand";
     this.vHelpCommand.Spacing = 6;
     // Container child vHelpCommand.Gtk.Box+BoxChild
     this.label18 = new global::Gtk.Label ();
     this.label18.Name = "label18";
     this.vHelpCommand.Add (this.label18);
     global::Gtk.Box.BoxChild w3 = ((global::Gtk.Box.BoxChild)(this.vHelpCommand [this.label18]));
     w3.Position = 0;
     w3.Expand = false;
     w3.Fill = false;
     // Container child vHelpCommand.Gtk.Box+BoxChild
     this.hbox11 = new global::Gtk.HBox ();
     this.hbox11.Name = "hbox11";
     this.hbox11.Spacing = 3;
     // Container child hbox11.Gtk.Box+BoxChild
     this.label17 = new global::Gtk.Label ();
     this.label17.Name = "label17";
     this.label17.LabelProp = global::Mono.Unix.Catalog.GetString ("Command Line User Manual");
     this.hbox11.Add (this.label17);
     global::Gtk.Box.BoxChild w4 = ((global::Gtk.Box.BoxChild)(this.hbox11 [this.label17]));
     w4.Position = 0;
     w4.Expand = false;
     w4.Fill = false;
     this.vHelpCommand.Add (this.hbox11);
     global::Gtk.Box.BoxChild w5 = ((global::Gtk.Box.BoxChild)(this.vHelpCommand [this.hbox11]));
     w5.Position = 1;
     w5.Expand = false;
     w5.Fill = false;
     // Container child vHelpCommand.Gtk.Box+BoxChild
     this.hseparator1 = new global::Gtk.HSeparator ();
     this.hseparator1.Name = "hseparator1";
     this.vHelpCommand.Add (this.hseparator1);
     global::Gtk.Box.BoxChild w6 = ((global::Gtk.Box.BoxChild)(this.vHelpCommand [this.hseparator1]));
     w6.Position = 2;
     w6.Expand = false;
     w6.Fill = false;
     // Container child vHelpCommand.Gtk.Box+BoxChild
     this.scrolledwindow4 = new global::Gtk.ScrolledWindow ();
     this.scrolledwindow4.CanFocus = true;
     this.scrolledwindow4.Name = "scrolledwindow4";
     // Container child scrolledwindow4.Gtk.Container+ContainerChild
     global::Gtk.Viewport w7 = new global::Gtk.Viewport ();
     w7.ShadowType = ((global::Gtk.ShadowType)(0));
     // Container child GtkViewport1.Gtk.Container+ContainerChild
     this.vbox2 = new global::Gtk.VBox ();
     this.vbox2.Name = "vbox2";
     this.vbox2.Spacing = 6;
     // Container child vbox2.Gtk.Box+BoxChild
     this.label11 = new global::Gtk.Label ();
     this.label11.Name = "label11";
     this.label11.Yalign = 0F;
     this.label11.LabelProp = global::Mono.Unix.Catalog.GetString (" [ ⌂ help]: To open this Help windows\n \t> [ ⌂ help -e] to close it,\n\n [ ⌂ 1c]: To clear panel 1\n\n [ ⌂ 2c]: To clear panel 2\n\n [ ⌂ p1]: To make panel1 full screen\n\n [ ⌂ p2]: To make panel2 full screen\n\n [ ⌂ ps]: To make screens half size\n\n [ ⌂ e1 {text}]: To write {text} in panel1\n\n [ ⌂ e2 {text}]: To write {text} in panel2\n\n [ ⌂ wma]: To maximaize the screen\n\n [ ⌂ e] or  [ ⌂ exit]: to exit from \n Nexear\n\n [ ⌂ replace {text}]: to make {text} \n what you want to replace\n\t>[ ⌂ replace -e] to close it\n\n [ ⌂ m21]: To make panel1's text like\n panel2\n\n [ ⌂ m21]: To make panel2's text  like\n panel1\n\n [ ⌂ m21]: To make panel1's text  like\n panel2\n\n [ ⌂ mm]: To change panels content\n\n [ ⌂ history]: To view your  command\n history\n\n\t>[ ⌂ history -e]: to close it\n\t>[ ⌂ history -c]: to clear your\n\t   commanding history\n\n [ ⌂ rn1 {text}]: To change panel1  file's\n name to {text}\n\n [ ⌂ rn2 {text}]: To change panel2 file's\n name to {text}\n\n [ ⌂ open1 {file}]: to open {file} into\n panel1\n \n [ ⌂ open2 {file}]: to open {file} into\n panel2\n");
     this.vbox2.Add (this.label11);
     global::Gtk.Box.BoxChild w8 = ((global::Gtk.Box.BoxChild)(this.vbox2 [this.label11]));
     w8.Position = 0;
     w8.Expand = false;
     w8.Fill = false;
     w7.Add (this.vbox2);
     this.scrolledwindow4.Add (w7);
     this.vHelpCommand.Add (this.scrolledwindow4);
     global::Gtk.Box.BoxChild w11 = ((global::Gtk.Box.BoxChild)(this.vHelpCommand [this.scrolledwindow4]));
     w11.Position = 3;
     // Container child vHelpCommand.Gtk.Box+BoxChild
     this.OnHelpCommClose = new global::Gtk.Button ();
     this.OnHelpCommClose.CanFocus = true;
     this.OnHelpCommClose.Name = "OnHelpCommClose";
     this.OnHelpCommClose.UseUnderline = true;
     this.OnHelpCommClose.Label = global::Mono.Unix.Catalog.GetString ("                                    Close                                    ");
     this.vHelpCommand.Add (this.OnHelpCommClose);
     global::Gtk.Box.BoxChild w12 = ((global::Gtk.Box.BoxChild)(this.vHelpCommand [this.OnHelpCommClose]));
     w12.Position = 4;
     w12.Expand = false;
     w12.Fill = false;
     this.hbox2.Add (this.vHelpCommand);
     global::Gtk.Box.BoxChild w13 = ((global::Gtk.Box.BoxChild)(this.hbox2 [this.vHelpCommand]));
     w13.Position = 1;
     w13.Expand = false;
     w13.Fill = false;
     // Container child hbox2.Gtk.Box+BoxChild
     this.verror = new global::Gtk.VBox ();
     this.verror.Name = "verror";
     this.verror.Spacing = 6;
     // Container child verror.Gtk.Box+BoxChild
     this.label27 = new global::Gtk.Label ();
     this.label27.Name = "label27";
     this.label27.Xalign = 0F;
     this.label27.LabelProp = global::Mono.Unix.Catalog.GetString ("\n Error");
     this.verror.Add (this.label27);
     global::Gtk.Box.BoxChild w14 = ((global::Gtk.Box.BoxChild)(this.verror [this.label27]));
     w14.Position = 0;
     w14.Expand = false;
     w14.Fill = false;
     // Container child verror.Gtk.Box+BoxChild
     this.hseparator2 = new global::Gtk.HSeparator ();
     this.hseparator2.Name = "hseparator2";
     this.verror.Add (this.hseparator2);
     global::Gtk.Box.BoxChild w15 = ((global::Gtk.Box.BoxChild)(this.verror [this.hseparator2]));
     w15.Position = 1;
     w15.Expand = false;
     w15.Fill = false;
     // Container child verror.Gtk.Box+BoxChild
     this.label12 = new global::Gtk.Label ();
     this.label12.Name = "label12";
     this.label12.Xalign = 0F;
     this.label12.LabelProp = global::Mono.Unix.Catalog.GetString (" Error No:");
     this.verror.Add (this.label12);
     global::Gtk.Box.BoxChild w16 = ((global::Gtk.Box.BoxChild)(this.verror [this.label12]));
     w16.Position = 2;
     w16.Expand = false;
     w16.Fill = false;
     // Container child verror.Gtk.Box+BoxChild
     this.errornu = new global::Gtk.Label ();
     this.errornu.Name = "errornu";
     this.errornu.Xalign = 0F;
     this.verror.Add (this.errornu);
     global::Gtk.Box.BoxChild w17 = ((global::Gtk.Box.BoxChild)(this.verror [this.errornu]));
     w17.Position = 3;
     w17.Expand = false;
     w17.Fill = false;
     // Container child verror.Gtk.Box+BoxChild
     this.label14 = new global::Gtk.Label ();
     this.label14.Name = "label14";
     this.label14.Xalign = 0F;
     this.label14.LabelProp = global::Mono.Unix.Catalog.GetString (" Error:");
     this.verror.Add (this.label14);
     global::Gtk.Box.BoxChild w18 = ((global::Gtk.Box.BoxChild)(this.verror [this.label14]));
     w18.Position = 4;
     w18.Expand = false;
     w18.Fill = false;
     // Container child verror.Gtk.Box+BoxChild
     this.errorex = new global::Gtk.Label ();
     this.errorex.Name = "errorex";
     this.errorex.Xalign = 0F;
     this.verror.Add (this.errorex);
     global::Gtk.Box.BoxChild w19 = ((global::Gtk.Box.BoxChild)(this.verror [this.errorex]));
     w19.Position = 5;
     w19.Expand = false;
     w19.Fill = false;
     // Container child verror.Gtk.Box+BoxChild
     this.OpenBR = new global::Gtk.Button ();
     this.OpenBR.CanFocus = true;
     this.OpenBR.Name = "OpenBR";
     this.OpenBR.UseUnderline = true;
     // Container child OpenBR.Gtk.Container+ContainerChild
     global::Gtk.Alignment w20 = new global::Gtk.Alignment (0.5F, 0.5F, 0F, 0F);
     // Container child GtkAlignment.Gtk.Container+ContainerChild
     global::Gtk.HBox w21 = new global::Gtk.HBox ();
     w21.Spacing = 2;
     // Container child GtkHBox.Gtk.Container+ContainerChild
     global::Gtk.Image w22 = new global::Gtk.Image ();
     w22.Pixbuf = global::Stetic.IconLoader.LoadIcon (this, "stock_internet", global::Gtk.IconSize.Menu);
     w21.Add (w22);
     // Container child GtkHBox.Gtk.Container+ContainerChild
     global::Gtk.Label w24 = new global::Gtk.Label ();
     w24.LabelProp = global::Mono.Unix.Catalog.GetString ("Report it");
     w24.UseUnderline = true;
     w21.Add (w24);
     w20.Add (w21);
     this.OpenBR.Add (w20);
     this.verror.Add (this.OpenBR);
     global::Gtk.Box.BoxChild w28 = ((global::Gtk.Box.BoxChild)(this.verror [this.OpenBR]));
     w28.Position = 6;
     w28.Expand = false;
     w28.Fill = false;
     // Container child verror.Gtk.Box+BoxChild
     this.button2 = new global::Gtk.Button ();
     this.button2.CanFocus = true;
     this.button2.Name = "button2";
     this.button2.UseUnderline = true;
     // Container child button2.Gtk.Container+ContainerChild
     global::Gtk.Alignment w29 = new global::Gtk.Alignment (0.5F, 0.5F, 0F, 0F);
     // Container child GtkAlignment.Gtk.Container+ContainerChild
     global::Gtk.HBox w30 = new global::Gtk.HBox ();
     w30.Spacing = 2;
     // Container child GtkHBox.Gtk.Container+ContainerChild
     global::Gtk.Image w31 = new global::Gtk.Image ();
     w31.Pixbuf = global::Stetic.IconLoader.LoadIcon (this, "gtk-dialog-question", global::Gtk.IconSize.Menu);
     w30.Add (w31);
     // Container child GtkHBox.Gtk.Container+ContainerChild
     global::Gtk.Label w33 = new global::Gtk.Label ();
     w33.LabelProp = global::Mono.Unix.Catalog.GetString ("Read our help");
     w33.UseUnderline = true;
     w30.Add (w33);
     w29.Add (w30);
     this.button2.Add (w29);
     this.verror.Add (this.button2);
     global::Gtk.Box.BoxChild w37 = ((global::Gtk.Box.BoxChild)(this.verror [this.button2]));
     w37.Position = 7;
     w37.Expand = false;
     w37.Fill = false;
     // Container child verror.Gtk.Box+BoxChild
     this.hbox6 = new global::Gtk.HBox ();
     this.hbox6.Name = "hbox6";
     this.hbox6.Spacing = 6;
     this.verror.Add (this.hbox6);
     global::Gtk.Box.BoxChild w38 = ((global::Gtk.Box.BoxChild)(this.verror [this.hbox6]));
     w38.Position = 8;
     // Container child verror.Gtk.Box+BoxChild
     this.OnCloseError12 = new global::Gtk.Button ();
     this.OnCloseError12.CanFocus = true;
     this.OnCloseError12.Name = "OnCloseError12";
     this.OnCloseError12.UseUnderline = true;
     this.OnCloseError12.Label = global::Mono.Unix.Catalog.GetString ("Close");
     this.verror.Add (this.OnCloseError12);
     global::Gtk.Box.BoxChild w39 = ((global::Gtk.Box.BoxChild)(this.verror [this.OnCloseError12]));
     w39.Position = 9;
     w39.Expand = false;
     w39.Fill = false;
     this.hbox2.Add (this.verror);
     global::Gtk.Box.BoxChild w40 = ((global::Gtk.Box.BoxChild)(this.hbox2 [this.verror]));
     w40.Position = 2;
     w40.Expand = false;
     w40.Fill = false;
     // Container child hbox2.Gtk.Box+BoxChild
     this.vsettings = new global::Gtk.VBox ();
     this.vsettings.Name = "vsettings";
     this.vsettings.Spacing = 6;
     // Container child vsettings.Gtk.Box+BoxChild
     this.label8 = new global::Gtk.Label ();
     this.label8.Name = "label8";
     this.label8.LabelProp = global::Mono.Unix.Catalog.GetString ("\n Settings\n ―—–―――――――—–――――—―");
     this.vsettings.Add (this.label8);
     global::Gtk.Box.BoxChild w41 = ((global::Gtk.Box.BoxChild)(this.vsettings [this.label8]));
     w41.Position = 0;
     w41.Expand = false;
     w41.Fill = false;
     // Container child vsettings.Gtk.Box+BoxChild
     this.hbox7 = new global::Gtk.HBox ();
     this.hbox7.Name = "hbox7";
     this.hbox7.Spacing = 6;
     // Container child hbox7.Gtk.Box+BoxChild
     this.label10 = new global::Gtk.Label ();
     this.label10.Name = "label10";
     this.label10.LabelProp = global::Mono.Unix.Catalog.GetString ("Font:");
     this.hbox7.Add (this.label10);
     global::Gtk.Box.BoxChild w42 = ((global::Gtk.Box.BoxChild)(this.hbox7 [this.label10]));
     w42.Position = 0;
     w42.Expand = false;
     w42.Fill = false;
     // Container child hbox7.Gtk.Box+BoxChild
     this.fontbutton2 = new global::Gtk.FontButton ();
     this.fontbutton2.CanFocus = true;
     this.fontbutton2.Name = "fontbutton2";
     this.hbox7.Add (this.fontbutton2);
     global::Gtk.Box.BoxChild w43 = ((global::Gtk.Box.BoxChild)(this.hbox7 [this.fontbutton2]));
     w43.Position = 1;
     this.vsettings.Add (this.hbox7);
     global::Gtk.Box.BoxChild w44 = ((global::Gtk.Box.BoxChild)(this.vsettings [this.hbox7]));
     w44.Position = 1;
     w44.Expand = false;
     w44.Fill = false;
     // Container child vsettings.Gtk.Box+BoxChild
     this.hbox8 = new global::Gtk.HBox ();
     this.hbox8.Name = "hbox8";
     this.hbox8.Spacing = 6;
     // Container child hbox8.Gtk.Box+BoxChild
     this.label13 = new global::Gtk.Label ();
     this.label13.Name = "label13";
     this.label13.LabelProp = global::Mono.Unix.Catalog.GetString ("Your name:");
     this.hbox8.Add (this.label13);
     global::Gtk.Box.BoxChild w45 = ((global::Gtk.Box.BoxChild)(this.hbox8 [this.label13]));
     w45.Position = 0;
     w45.Expand = false;
     w45.Fill = false;
     // Container child hbox8.Gtk.Box+BoxChild
     this.entry5 = new global::Gtk.Entry ();
     this.entry5.CanFocus = true;
     this.entry5.Name = "entry5";
     this.entry5.IsEditable = true;
     this.entry5.InvisibleChar = '•';
     this.hbox8.Add (this.entry5);
     global::Gtk.Box.BoxChild w46 = ((global::Gtk.Box.BoxChild)(this.hbox8 [this.entry5]));
     w46.Position = 1;
     this.vsettings.Add (this.hbox8);
     global::Gtk.Box.BoxChild w47 = ((global::Gtk.Box.BoxChild)(this.vsettings [this.hbox8]));
     w47.Position = 2;
     w47.Expand = false;
     w47.Fill = false;
     // Container child vsettings.Gtk.Box+BoxChild
     this.hbox9 = new global::Gtk.HBox ();
     this.hbox9.Name = "hbox9";
     this.hbox9.Spacing = 6;
     // Container child hbox9.Gtk.Box+BoxChild
     this.label15 = new global::Gtk.Label ();
     this.label15.Name = "label15";
     this.label15.LabelProp = global::Mono.Unix.Catalog.GetString ("label7");
     this.hbox9.Add (this.label15);
     global::Gtk.Box.BoxChild w48 = ((global::Gtk.Box.BoxChild)(this.hbox9 [this.label15]));
     w48.Position = 0;
     w48.Expand = false;
     w48.Fill = false;
     // Container child hbox9.Gtk.Box+BoxChild
     this.entry6 = new global::Gtk.Entry ();
     this.entry6.CanFocus = true;
     this.entry6.Name = "entry6";
     this.entry6.IsEditable = true;
     this.entry6.InvisibleChar = '•';
     this.hbox9.Add (this.entry6);
     global::Gtk.Box.BoxChild w49 = ((global::Gtk.Box.BoxChild)(this.hbox9 [this.entry6]));
     w49.Position = 1;
     this.vsettings.Add (this.hbox9);
     global::Gtk.Box.BoxChild w50 = ((global::Gtk.Box.BoxChild)(this.vsettings [this.hbox9]));
     w50.Position = 3;
     w50.Expand = false;
     w50.Fill = false;
     // Container child vsettings.Gtk.Box+BoxChild
     this.button5 = new global::Gtk.Button ();
     this.button5.CanFocus = true;
     this.button5.Name = "button5";
     this.button5.UseUnderline = true;
     this.button5.Label = global::Mono.Unix.Catalog.GetString ("GtkButton");
     this.vsettings.Add (this.button5);
     global::Gtk.Box.BoxChild w51 = ((global::Gtk.Box.BoxChild)(this.vsettings [this.button5]));
     w51.Position = 5;
     w51.Expand = false;
     w51.Fill = false;
     this.hbox2.Add (this.vsettings);
     global::Gtk.Box.BoxChild w52 = ((global::Gtk.Box.BoxChild)(this.hbox2 [this.vsettings]));
     w52.Position = 3;
     w52.Expand = false;
     w52.Fill = false;
     // Container child hbox2.Gtk.Box+BoxChild
     this.vkary = new global::Gtk.VBox ();
     this.vkary.Name = "vkary";
     this.vkary.Spacing = 6;
     // Container child vkary.Gtk.Box+BoxChild
     this.scrolledwindow3 = new global::Gtk.ScrolledWindow ();
     this.scrolledwindow3.CanFocus = true;
     this.scrolledwindow3.Name = "scrolledwindow3";
     // Container child scrolledwindow3.Gtk.Container+ContainerChild
     global::Gtk.Viewport w53 = new global::Gtk.Viewport ();
     w53.ShadowType = ((global::Gtk.ShadowType)(0));
     // Container child GtkViewport.Gtk.Container+ContainerChild
     this.label9 = new global::Gtk.Label ();
     this.label9.Name = "label9";
     this.label9.Xalign = 0F;
     this.label9.Yalign = 0F;
     this.label9.LabelProp = global::Mono.Unix.Catalog.GetString ("\n Pouya Kary\n ―—–――――――――――――――\n Hi! this is Pouya Kary, main writer of\n this tiny text editor!\n\n You may used  [⌂ kary] or [⌂ pouya]\n to find this page!\n\n However! this is my page in Nexear\n I'm a GNU, Free Software, LEGO fan\n and a Hacker , BaseKiteer, LEGO Pro\n Pianist and CEO of a tiny foundation\n called \"Pouya Animation\" as a non-\n profit workspace for everyone who\n love software!\n\n I'm also a part of GNU Project, (I'm\n main maintainer of GNU Gleem) &\n a translator in Sugar on a Strick &\n head of devs in Pouya Animation\n\n If you want to contact me this is my \n contact:\n Email:\n [email protected] or [email protected]\n Website:\n www.thepa.mx/~kary\n\n Regards!");
     w53.Add (this.label9);
     this.scrolledwindow3.Add (w53);
     this.vkary.Add (this.scrolledwindow3);
     global::Gtk.Box.BoxChild w56 = ((global::Gtk.Box.BoxChild)(this.vkary [this.scrolledwindow3]));
     w56.Position = 0;
     // Container child vkary.Gtk.Box+BoxChild
     this.KaryClose = new global::Gtk.Button ();
     this.KaryClose.CanFocus = true;
     this.KaryClose.Name = "KaryClose";
     this.KaryClose.UseUnderline = true;
     this.KaryClose.Label = global::Mono.Unix.Catalog.GetString ("                                    Close                                    ");
     this.vkary.Add (this.KaryClose);
     global::Gtk.Box.BoxChild w57 = ((global::Gtk.Box.BoxChild)(this.vkary [this.KaryClose]));
     w57.Position = 1;
     w57.Expand = false;
     w57.Fill = false;
     this.hbox2.Add (this.vkary);
     global::Gtk.Box.BoxChild w58 = ((global::Gtk.Box.BoxChild)(this.hbox2 [this.vkary]));
     w58.Position = 4;
     w58.Expand = false;
     w58.Fill = false;
     // Container child hbox2.Gtk.Box+BoxChild
     this.vreplace = new global::Gtk.VBox ();
     this.vreplace.Name = "vreplace";
     this.vreplace.Spacing = 4;
     // Container child vreplace.Gtk.Box+BoxChild
     this.label28 = new global::Gtk.Label ();
     this.label28.Name = "label28";
     this.label28.Xalign = 0F;
     this.label28.LabelProp = global::Mono.Unix.Catalog.GetString ("\n Replace");
     this.vreplace.Add (this.label28);
     global::Gtk.Box.BoxChild w59 = ((global::Gtk.Box.BoxChild)(this.vreplace [this.label28]));
     w59.Position = 0;
     w59.Expand = false;
     w59.Fill = false;
     // Container child vreplace.Gtk.Box+BoxChild
     this.hseparator3 = new global::Gtk.HSeparator ();
     this.hseparator3.Name = "hseparator3";
     this.vreplace.Add (this.hseparator3);
     global::Gtk.Box.BoxChild w60 = ((global::Gtk.Box.BoxChild)(this.vreplace [this.hseparator3]));
     w60.Position = 1;
     w60.Expand = false;
     w60.Fill = false;
     // Container child vreplace.Gtk.Box+BoxChild
     this.label6 = new global::Gtk.Label ();
     this.label6.Name = "label6";
     this.label6.Xalign = 0F;
     this.label6.LabelProp = global::Mono.Unix.Catalog.GetString (" replace:");
     this.vreplace.Add (this.label6);
     global::Gtk.Box.BoxChild w61 = ((global::Gtk.Box.BoxChild)(this.vreplace [this.label6]));
     w61.Position = 2;
     w61.Expand = false;
     w61.Fill = false;
     // Container child vreplace.Gtk.Box+BoxChild
     this.hbox14 = new global::Gtk.HBox ();
     this.hbox14.Name = "hbox14";
     this.hbox14.Spacing = 6;
     // Container child hbox14.Gtk.Box+BoxChild
     this.ReplaceName = new global::Gtk.Entry ();
     this.ReplaceName.CanFocus = true;
     this.ReplaceName.Name = "ReplaceName";
     this.ReplaceName.IsEditable = true;
     this.ReplaceName.InvisibleChar = '•';
     this.hbox14.Add (this.ReplaceName);
     global::Gtk.Box.BoxChild w62 = ((global::Gtk.Box.BoxChild)(this.hbox14 [this.ReplaceName]));
     w62.Position = 0;
     // Container child hbox14.Gtk.Box+BoxChild
     this.button11 = new global::Gtk.Button ();
     this.button11.CanFocus = true;
     this.button11.Name = "button11";
     this.button11.UseUnderline = true;
     this.button11.Label = global::Mono.Unix.Catalog.GetString ("↵");
     this.hbox14.Add (this.button11);
     global::Gtk.Box.BoxChild w63 = ((global::Gtk.Box.BoxChild)(this.hbox14 [this.button11]));
     w63.Position = 1;
     w63.Expand = false;
     w63.Fill = false;
     // Container child hbox14.Gtk.Box+BoxChild
     this.button13 = new global::Gtk.Button ();
     this.button13.CanFocus = true;
     this.button13.Name = "button13";
     this.button13.UseUnderline = true;
     this.button13.Label = global::Mono.Unix.Catalog.GetString ("✖");
     this.hbox14.Add (this.button13);
     global::Gtk.Box.BoxChild w64 = ((global::Gtk.Box.BoxChild)(this.hbox14 [this.button13]));
     w64.Position = 2;
     w64.Expand = false;
     w64.Fill = false;
     this.vreplace.Add (this.hbox14);
     global::Gtk.Box.BoxChild w65 = ((global::Gtk.Box.BoxChild)(this.vreplace [this.hbox14]));
     w65.Position = 3;
     w65.Expand = false;
     w65.Fill = false;
     // Container child vreplace.Gtk.Box+BoxChild
     this.label7 = new global::Gtk.Label ();
     this.label7.Name = "label7";
     this.label7.Xalign = 0F;
     this.label7.LabelProp = global::Mono.Unix.Catalog.GetString (" with:");
     this.vreplace.Add (this.label7);
     global::Gtk.Box.BoxChild w66 = ((global::Gtk.Box.BoxChild)(this.vreplace [this.label7]));
     w66.Position = 4;
     w66.Expand = false;
     w66.Fill = false;
     // Container child vreplace.Gtk.Box+BoxChild
     this.hbox15 = new global::Gtk.HBox ();
     this.hbox15.Name = "hbox15";
     this.hbox15.Spacing = 6;
     // Container child hbox15.Gtk.Box+BoxChild
     this.ReplaceWith = new global::Gtk.Entry ();
     this.ReplaceWith.CanFocus = true;
     this.ReplaceWith.Name = "ReplaceWith";
     this.ReplaceWith.IsEditable = true;
     this.ReplaceWith.InvisibleChar = '•';
     this.hbox15.Add (this.ReplaceWith);
     global::Gtk.Box.BoxChild w67 = ((global::Gtk.Box.BoxChild)(this.hbox15 [this.ReplaceWith]));
     w67.Position = 0;
     // Container child hbox15.Gtk.Box+BoxChild
     this.button15 = new global::Gtk.Button ();
     this.button15.CanFocus = true;
     this.button15.Name = "button15";
     this.button15.UseUnderline = true;
     this.button15.Label = global::Mono.Unix.Catalog.GetString ("↵");
     this.hbox15.Add (this.button15);
     global::Gtk.Box.BoxChild w68 = ((global::Gtk.Box.BoxChild)(this.hbox15 [this.button15]));
     w68.Position = 1;
     w68.Expand = false;
     w68.Fill = false;
     // Container child hbox15.Gtk.Box+BoxChild
     this.button14 = new global::Gtk.Button ();
     this.button14.CanFocus = true;
     this.button14.Name = "button14";
     this.button14.UseUnderline = true;
     this.button14.Label = global::Mono.Unix.Catalog.GetString ("✖");
     this.hbox15.Add (this.button14);
     global::Gtk.Box.BoxChild w69 = ((global::Gtk.Box.BoxChild)(this.hbox15 [this.button14]));
     w69.Position = 2;
     w69.Expand = false;
     w69.Fill = false;
     this.vreplace.Add (this.hbox15);
     global::Gtk.Box.BoxChild w70 = ((global::Gtk.Box.BoxChild)(this.vreplace [this.hbox15]));
     w70.Position = 5;
     w70.Expand = false;
     w70.Fill = false;
     // Container child vreplace.Gtk.Box+BoxChild
     this.label8976 = new global::Gtk.Label ();
     this.label8976.Name = "label8976";
     this.label8976.Xalign = 0F;
     this.label8976.LabelProp = global::Mono.Unix.Catalog.GetString (" Replace into panel:");
     this.vreplace.Add (this.label8976);
     global::Gtk.Box.BoxChild w71 = ((global::Gtk.Box.BoxChild)(this.vreplace [this.label8976]));
     w71.Position = 6;
     w71.Expand = false;
     w71.Fill = false;
     // Container child vreplace.Gtk.Box+BoxChild
     this.ReplacePanelNo = global::Gtk.ComboBox.NewText ();
     this.ReplacePanelNo.AppendText (global::Mono.Unix.Catalog.GetString ("Panel 1"));
     this.ReplacePanelNo.AppendText (global::Mono.Unix.Catalog.GetString ("Panel 2"));
     this.ReplacePanelNo.Name = "ReplacePanelNo";
     this.ReplacePanelNo.Active = 0;
     this.vreplace.Add (this.ReplacePanelNo);
     global::Gtk.Box.BoxChild w72 = ((global::Gtk.Box.BoxChild)(this.vreplace [this.ReplacePanelNo]));
     w72.Position = 7;
     w72.Expand = false;
     w72.Fill = false;
     // Container child vreplace.Gtk.Box+BoxChild
     this.ReplaceGo = new global::Gtk.Button ();
     this.ReplaceGo.CanFocus = true;
     this.ReplaceGo.Name = "ReplaceGo";
     this.ReplaceGo.UseUnderline = true;
     // Container child ReplaceGo.Gtk.Container+ContainerChild
     global::Gtk.Alignment w73 = new global::Gtk.Alignment (0.5F, 0.5F, 0F, 0F);
     // Container child GtkAlignment.Gtk.Container+ContainerChild
     global::Gtk.HBox w74 = new global::Gtk.HBox ();
     w74.Spacing = 2;
     // Container child GtkHBox.Gtk.Container+ContainerChild
     global::Gtk.Image w75 = new global::Gtk.Image ();
     w75.Pixbuf = global::Stetic.IconLoader.LoadIcon (this, "stock_repeat", global::Gtk.IconSize.Menu);
     w74.Add (w75);
     // Container child GtkHBox.Gtk.Container+ContainerChild
     global::Gtk.Label w77 = new global::Gtk.Label ();
     w77.LabelProp = global::Mono.Unix.Catalog.GetString ("Replace!");
     w77.UseUnderline = true;
     w74.Add (w77);
     w73.Add (w74);
     this.ReplaceGo.Add (w73);
     this.vreplace.Add (this.ReplaceGo);
     global::Gtk.Box.BoxChild w81 = ((global::Gtk.Box.BoxChild)(this.vreplace [this.ReplaceGo]));
     w81.Position = 8;
     w81.Expand = false;
     w81.Fill = false;
     // Container child vreplace.Gtk.Box+BoxChild
     this.hbox12 = new global::Gtk.HBox ();
     this.hbox12.Name = "hbox12";
     this.hbox12.Spacing = 6;
     this.vreplace.Add (this.hbox12);
     global::Gtk.Box.BoxChild w82 = ((global::Gtk.Box.BoxChild)(this.vreplace [this.hbox12]));
     w82.Position = 9;
     // Container child vreplace.Gtk.Box+BoxChild
     this.ReplaceCancel = new global::Gtk.Button ();
     this.ReplaceCancel.CanFocus = true;
     this.ReplaceCancel.Name = "ReplaceCancel";
     this.ReplaceCancel.UseUnderline = true;
     this.ReplaceCancel.Label = global::Mono.Unix.Catalog.GetString ("Cancel");
     this.vreplace.Add (this.ReplaceCancel);
     global::Gtk.Box.BoxChild w83 = ((global::Gtk.Box.BoxChild)(this.vreplace [this.ReplaceCancel]));
     w83.Position = 10;
     w83.Expand = false;
     w83.Fill = false;
     this.hbox2.Add (this.vreplace);
     global::Gtk.Box.BoxChild w84 = ((global::Gtk.Box.BoxChild)(this.hbox2 [this.vreplace]));
     w84.Position = 5;
     w84.Expand = false;
     w84.Fill = false;
     // Container child hbox2.Gtk.Box+BoxChild
     this.vsave = new global::Gtk.VBox ();
     this.vsave.Name = "vsave";
     this.vsave.Spacing = 4;
     // Container child vsave.Gtk.Box+BoxChild
     this.label29 = new global::Gtk.Label ();
     this.label29.Name = "label29";
     this.label29.Xalign = 0F;
     this.label29.LabelProp = global::Mono.Unix.Catalog.GetString ("\n Save File");
     this.vsave.Add (this.label29);
     global::Gtk.Box.BoxChild w85 = ((global::Gtk.Box.BoxChild)(this.vsave [this.label29]));
     w85.Position = 0;
     w85.Expand = false;
     w85.Fill = false;
     // Container child vsave.Gtk.Box+BoxChild
     this.hseparator4 = new global::Gtk.HSeparator ();
     this.hseparator4.Name = "hseparator4";
     this.vsave.Add (this.hseparator4);
     global::Gtk.Box.BoxChild w86 = ((global::Gtk.Box.BoxChild)(this.vsave [this.hseparator4]));
     w86.Position = 1;
     w86.Expand = false;
     w86.Fill = false;
     // Container child vsave.Gtk.Box+BoxChild
     this.label4 = new global::Gtk.Label ();
     this.label4.Name = "label4";
     this.label4.Xalign = 0F;
     this.label4.LabelProp = global::Mono.Unix.Catalog.GetString (" Your file's name:");
     this.vsave.Add (this.label4);
     global::Gtk.Box.BoxChild w87 = ((global::Gtk.Box.BoxChild)(this.vsave [this.label4]));
     w87.Position = 2;
     w87.Expand = false;
     w87.Fill = false;
     // Container child vsave.Gtk.Box+BoxChild
     this.SaveFileName = new global::Gtk.Entry ();
     this.SaveFileName.CanFocus = true;
     this.SaveFileName.Name = "SaveFileName";
     this.SaveFileName.IsEditable = true;
     this.SaveFileName.InvisibleChar = '•';
     this.vsave.Add (this.SaveFileName);
     global::Gtk.Box.BoxChild w88 = ((global::Gtk.Box.BoxChild)(this.vsave [this.SaveFileName]));
     w88.Position = 3;
     w88.Expand = false;
     w88.Fill = false;
     // Container child vsave.Gtk.Box+BoxChild
     this.label19 = new global::Gtk.Label ();
     this.label19.Name = "label19";
     this.label19.Xalign = 0F;
     this.label19.LabelProp = global::Mono.Unix.Catalog.GetString (" Select where you want to save");
     this.vsave.Add (this.label19);
     global::Gtk.Box.BoxChild w89 = ((global::Gtk.Box.BoxChild)(this.vsave [this.label19]));
     w89.Position = 4;
     w89.Expand = false;
     w89.Fill = false;
     // Container child vsave.Gtk.Box+BoxChild
     this.wheretosave = new global::Gtk.FileChooserButton (global::Mono.Unix.Catalog.GetString ("Select a File"), ((global::Gtk.FileChooserAction)(2)));
     this.wheretosave.Name = "wheretosave";
     this.vsave.Add (this.wheretosave);
     global::Gtk.Box.BoxChild w90 = ((global::Gtk.Box.BoxChild)(this.vsave [this.wheretosave]));
     w90.Position = 5;
     w90.Expand = false;
     w90.Fill = false;
     // Container child vsave.Gtk.Box+BoxChild
     this.label5 = new global::Gtk.Label ();
     this.label5.Name = "label5";
     this.label5.Xalign = 0F;
     this.label5.LabelProp = global::Mono.Unix.Catalog.GetString (" Your file's panel:");
     this.vsave.Add (this.label5);
     global::Gtk.Box.BoxChild w91 = ((global::Gtk.Box.BoxChild)(this.vsave [this.label5]));
     w91.Position = 6;
     w91.Expand = false;
     w91.Fill = false;
     // Container child vsave.Gtk.Box+BoxChild
     this.SavePanelNo = global::Gtk.ComboBox.NewText ();
     this.SavePanelNo.AppendText (global::Mono.Unix.Catalog.GetString ("Panel 1"));
     this.SavePanelNo.AppendText (global::Mono.Unix.Catalog.GetString ("Panel 2"));
     this.SavePanelNo.TooltipMarkup = "Use this button to select with panel's content have to save in your file";
     this.SavePanelNo.Name = "SavePanelNo";
     this.SavePanelNo.Active = 0;
     this.vsave.Add (this.SavePanelNo);
     global::Gtk.Box.BoxChild w92 = ((global::Gtk.Box.BoxChild)(this.vsave [this.SavePanelNo]));
     w92.Position = 7;
     w92.Expand = false;
     w92.Fill = false;
     // Container child vsave.Gtk.Box+BoxChild
     this.SaveButton = new global::Gtk.Button ();
     this.SaveButton.CanFocus = true;
     this.SaveButton.Name = "SaveButton";
     this.SaveButton.UseUnderline = true;
     // Container child SaveButton.Gtk.Container+ContainerChild
     global::Gtk.Alignment w93 = new global::Gtk.Alignment (0.5F, 0.5F, 0F, 0F);
     // Container child GtkAlignment.Gtk.Container+ContainerChild
     global::Gtk.HBox w94 = new global::Gtk.HBox ();
     w94.Spacing = 2;
     // Container child GtkHBox.Gtk.Container+ContainerChild
     global::Gtk.Image w95 = new global::Gtk.Image ();
     w95.Pixbuf = global::Stetic.IconLoader.LoadIcon (this, "gtk-save", global::Gtk.IconSize.Menu);
     w94.Add (w95);
     // Container child GtkHBox.Gtk.Container+ContainerChild
     global::Gtk.Label w97 = new global::Gtk.Label ();
     w97.LabelProp = global::Mono.Unix.Catalog.GetString ("Save!");
     w97.UseUnderline = true;
     w94.Add (w97);
     w93.Add (w94);
     this.SaveButton.Add (w93);
     this.vsave.Add (this.SaveButton);
     global::Gtk.Box.BoxChild w101 = ((global::Gtk.Box.BoxChild)(this.vsave [this.SaveButton]));
     w101.Position = 8;
     w101.Expand = false;
     w101.Fill = false;
     // Container child vsave.Gtk.Box+BoxChild
     this.button3 = new global::Gtk.Button ();
     this.button3.CanFocus = true;
     this.button3.Name = "button3";
     this.button3.UseUnderline = true;
     this.button3.Label = global::Mono.Unix.Catalog.GetString ("                          Cancel                          ");
     this.vsave.Add (this.button3);
     global::Gtk.Box.BoxChild w102 = ((global::Gtk.Box.BoxChild)(this.vsave [this.button3]));
     w102.PackType = ((global::Gtk.PackType)(1));
     w102.Position = 9;
     w102.Expand = false;
     w102.Fill = false;
     // Container child vsave.Gtk.Box+BoxChild
     this.hbox5 = new global::Gtk.HBox ();
     this.hbox5.Name = "hbox5";
     this.hbox5.Spacing = 6;
     this.vsave.Add (this.hbox5);
     global::Gtk.Box.BoxChild w103 = ((global::Gtk.Box.BoxChild)(this.vsave [this.hbox5]));
     w103.PackType = ((global::Gtk.PackType)(1));
     w103.Position = 10;
     // Container child vsave.Gtk.Box+BoxChild
     this.oexists = new global::Gtk.Frame ();
     this.oexists.Name = "oexists";
     this.oexists.ShadowType = ((global::Gtk.ShadowType)(4));
     this.oexists.LabelXalign = 0.5F;
     // Container child oexists.Gtk.Container+ContainerChild
     this.GtkAlignment6 = new global::Gtk.Alignment (0F, 0F, 1F, 1F);
     this.GtkAlignment6.Name = "GtkAlignment6";
     this.GtkAlignment6.LeftPadding = ((uint)(12));
     // Container child GtkAlignment6.Gtk.Container+ContainerChild
     this.vbox1 = new global::Gtk.VBox ();
     this.vbox1.Name = "vbox1";
     this.vbox1.Spacing = 6;
     // Container child vbox1.Gtk.Box+BoxChild
     this.label3 = new global::Gtk.Label ();
     this.label3.Name = "label3";
     this.label3.LabelProp = global::Mono.Unix.Catalog.GetString ("This file is really exists");
     this.vbox1.Add (this.label3);
     global::Gtk.Box.BoxChild w104 = ((global::Gtk.Box.BoxChild)(this.vbox1 [this.label3]));
     w104.Position = 0;
     w104.Expand = false;
     w104.Fill = false;
     // Container child vbox1.Gtk.Box+BoxChild
     this.button1 = new global::Gtk.Button ();
     this.button1.CanFocus = true;
     this.button1.Name = "button1";
     this.button1.UseUnderline = true;
     this.button1.Label = global::Mono.Unix.Catalog.GetString ("Replace it");
     this.vbox1.Add (this.button1);
     global::Gtk.Box.BoxChild w105 = ((global::Gtk.Box.BoxChild)(this.vbox1 [this.button1]));
     w105.Position = 1;
     w105.Expand = false;
     w105.Fill = false;
     // Container child vbox1.Gtk.Box+BoxChild
     this.button6 = new global::Gtk.Button ();
     this.button6.CanFocus = true;
     this.button6.Name = "button6";
     this.button6.UseUnderline = true;
     this.button6.Label = global::Mono.Unix.Catalog.GetString ("No cancel it!");
     this.vbox1.Add (this.button6);
     global::Gtk.Box.BoxChild w106 = ((global::Gtk.Box.BoxChild)(this.vbox1 [this.button6]));
     w106.Position = 2;
     w106.Expand = false;
     w106.Fill = false;
     this.GtkAlignment6.Add (this.vbox1);
     this.oexists.Add (this.GtkAlignment6);
     this.GtkLabel26 = new global::Gtk.Label ();
     this.GtkLabel26.Name = "GtkLabel26";
     this.GtkLabel26.LabelProp = global::Mono.Unix.Catalog.GetString ("Opps!");
     this.GtkLabel26.UseMarkup = true;
     this.oexists.LabelWidget = this.GtkLabel26;
     this.vsave.Add (this.oexists);
     global::Gtk.Box.BoxChild w109 = ((global::Gtk.Box.BoxChild)(this.vsave [this.oexists]));
     w109.PackType = ((global::Gtk.PackType)(1));
     w109.Position = 11;
     w109.Expand = false;
     w109.Fill = false;
     this.hbox2.Add (this.vsave);
     global::Gtk.Box.BoxChild w110 = ((global::Gtk.Box.BoxChild)(this.hbox2 [this.vsave]));
     w110.Position = 6;
     w110.Expand = false;
     w110.Fill = false;
     // Container child hbox2.Gtk.Box+BoxChild
     this.vopen = new global::Gtk.VBox ();
     this.vopen.Name = "vopen";
     this.vopen.Spacing = 3;
     // Container child vopen.Gtk.Box+BoxChild
     this.label30 = new global::Gtk.Label ();
     this.label30.Name = "label30";
     this.label30.Xalign = 0F;
     this.label30.LabelProp = global::Mono.Unix.Catalog.GetString ("\n Open File");
     this.vopen.Add (this.label30);
     global::Gtk.Box.BoxChild w111 = ((global::Gtk.Box.BoxChild)(this.vopen [this.label30]));
     w111.Position = 0;
     w111.Expand = false;
     w111.Fill = false;
     // Container child vopen.Gtk.Box+BoxChild
     this.hseparator5 = new global::Gtk.HSeparator ();
     this.hseparator5.Name = "hseparator5";
     this.vopen.Add (this.hseparator5);
     global::Gtk.Box.BoxChild w112 = ((global::Gtk.Box.BoxChild)(this.vopen [this.hseparator5]));
     w112.Position = 1;
     w112.Expand = false;
     w112.Fill = false;
     // Container child vopen.Gtk.Box+BoxChild
     this.vbox3 = new global::Gtk.VBox ();
     this.vbox3.Name = "vbox3";
     // Container child vbox3.Gtk.Box+BoxChild
     this.label1 = new global::Gtk.Label ();
     this.label1.Name = "label1";
     this.label1.Xalign = 0F;
     this.label1.LabelProp = global::Mono.Unix.Catalog.GetString (" Select your file");
     this.vbox3.Add (this.label1);
     global::Gtk.Box.BoxChild w113 = ((global::Gtk.Box.BoxChild)(this.vbox3 [this.label1]));
     w113.Position = 0;
     w113.Expand = false;
     w113.Fill = false;
     // Container child vbox3.Gtk.Box+BoxChild
     this.openwhere = new global::Gtk.FileChooserButton (global::Mono.Unix.Catalog.GetString ("Select a File"), ((global::Gtk.FileChooserAction)(0)));
     this.openwhere.TooltipMarkup = "Use this button to select your file";
     this.openwhere.Name = "openwhere";
     this.vbox3.Add (this.openwhere);
     global::Gtk.Box.BoxChild w114 = ((global::Gtk.Box.BoxChild)(this.vbox3 [this.openwhere]));
     w114.Position = 1;
     w114.Expand = false;
     w114.Fill = false;
     // Container child vbox3.Gtk.Box+BoxChild
     this.label2 = new global::Gtk.Label ();
     this.label2.Name = "label2";
     this.label2.Xalign = 0F;
     this.label2.LabelProp = global::Mono.Unix.Catalog.GetString (" Open Into:");
     this.vbox3.Add (this.label2);
     global::Gtk.Box.BoxChild w115 = ((global::Gtk.Box.BoxChild)(this.vbox3 [this.label2]));
     w115.Position = 2;
     w115.Expand = false;
     w115.Fill = false;
     this.vopen.Add (this.vbox3);
     global::Gtk.Box.BoxChild w116 = ((global::Gtk.Box.BoxChild)(this.vopen [this.vbox3]));
     w116.Position = 2;
     w116.Expand = false;
     w116.Fill = false;
     // Container child vopen.Gtk.Box+BoxChild
     this.OpenPanelNo = global::Gtk.ComboBox.NewText ();
     this.OpenPanelNo.AppendText (global::Mono.Unix.Catalog.GetString ("Panel 1"));
     this.OpenPanelNo.AppendText (global::Mono.Unix.Catalog.GetString ("Panel 2"));
     this.OpenPanelNo.TooltipMarkup = "Select what Panel you want to use to open your file into";
     this.OpenPanelNo.Name = "OpenPanelNo";
     this.OpenPanelNo.Active = 0;
     this.vopen.Add (this.OpenPanelNo);
     global::Gtk.Box.BoxChild w117 = ((global::Gtk.Box.BoxChild)(this.vopen [this.OpenPanelNo]));
     w117.Position = 3;
     w117.Expand = false;
     w117.Fill = false;
     // Container child vopen.Gtk.Box+BoxChild
     this.OpenButton = new global::Gtk.Button ();
     this.OpenButton.CanFocus = true;
     this.OpenButton.Name = "OpenButton";
     this.OpenButton.UseUnderline = true;
     // Container child OpenButton.Gtk.Container+ContainerChild
     global::Gtk.Alignment w118 = new global::Gtk.Alignment (0.5F, 0.5F, 0F, 0F);
     // Container child GtkAlignment.Gtk.Container+ContainerChild
     global::Gtk.HBox w119 = new global::Gtk.HBox ();
     w119.Spacing = 2;
     // Container child GtkHBox.Gtk.Container+ContainerChild
     global::Gtk.Image w120 = new global::Gtk.Image ();
     w120.Pixbuf = global::Stetic.IconLoader.LoadIcon (this, "gtk-directory", global::Gtk.IconSize.Menu);
     w119.Add (w120);
     // Container child GtkHBox.Gtk.Container+ContainerChild
     global::Gtk.Label w122 = new global::Gtk.Label ();
     w122.LabelProp = global::Mono.Unix.Catalog.GetString ("Open!");
     w122.UseUnderline = true;
     w119.Add (w122);
     w118.Add (w119);
     this.OpenButton.Add (w118);
     this.vopen.Add (this.OpenButton);
     global::Gtk.Box.BoxChild w126 = ((global::Gtk.Box.BoxChild)(this.vopen [this.OpenButton]));
     w126.Position = 4;
     w126.Expand = false;
     w126.Fill = false;
     // Container child vopen.Gtk.Box+BoxChild
     this.odsave = new global::Gtk.Frame ();
     this.odsave.Name = "odsave";
     this.odsave.LabelXalign = 0.5F;
     // Container child odsave.Gtk.Container+ContainerChild
     this.GtkAlignment7 = new global::Gtk.Alignment (0F, 0F, 1F, 1F);
     this.GtkAlignment7.Name = "GtkAlignment7";
     this.GtkAlignment7.LeftPadding = ((uint)(12));
     // Container child GtkAlignment7.Gtk.Container+ContainerChild
     this.vbox4 = new global::Gtk.VBox ();
     this.vbox4.Name = "vbox4";
     this.vbox4.Spacing = 6;
     // Container child vbox4.Gtk.Box+BoxChild
     this.label20 = new global::Gtk.Label ();
     this.label20.Name = "label20";
     this.label20.LabelProp = global::Mono.Unix.Catalog.GetString ("You didn't saved the content\nof this panel are you sure you\nwant to open a new file?");
     this.vbox4.Add (this.label20);
     global::Gtk.Box.BoxChild w127 = ((global::Gtk.Box.BoxChild)(this.vbox4 [this.label20]));
     w127.Position = 0;
     w127.Expand = false;
     w127.Fill = false;
     // Container child vbox4.Gtk.Box+BoxChild
     this.button7 = new global::Gtk.Button ();
     this.button7.CanFocus = true;
     this.button7.Name = "button7";
     this.button7.UseUnderline = true;
     this.button7.Label = global::Mono.Unix.Catalog.GetString ("Open The New File");
     this.vbox4.Add (this.button7);
     global::Gtk.Box.BoxChild w128 = ((global::Gtk.Box.BoxChild)(this.vbox4 [this.button7]));
     w128.Position = 1;
     w128.Expand = false;
     w128.Fill = false;
     // Container child vbox4.Gtk.Box+BoxChild
     this.button8 = new global::Gtk.Button ();
     this.button8.CanFocus = true;
     this.button8.Name = "button8";
     this.button8.UseUnderline = true;
     this.button8.Label = global::Mono.Unix.Catalog.GetString ("Save that text");
     this.vbox4.Add (this.button8);
     global::Gtk.Box.BoxChild w129 = ((global::Gtk.Box.BoxChild)(this.vbox4 [this.button8]));
     w129.Position = 2;
     w129.Expand = false;
     w129.Fill = false;
     this.GtkAlignment7.Add (this.vbox4);
     this.odsave.Add (this.GtkAlignment7);
     this.GtkLabel29 = new global::Gtk.Label ();
     this.GtkLabel29.Name = "GtkLabel29";
     this.GtkLabel29.LabelProp = global::Mono.Unix.Catalog.GetString ("Oops!");
     this.GtkLabel29.UseMarkup = true;
     this.odsave.LabelWidget = this.GtkLabel29;
     this.vopen.Add (this.odsave);
     global::Gtk.Box.BoxChild w132 = ((global::Gtk.Box.BoxChild)(this.vopen [this.odsave]));
     w132.Position = 5;
     w132.Expand = false;
     w132.Fill = false;
     // Container child vopen.Gtk.Box+BoxChild
     this.odotnexear = new global::Gtk.Frame ();
     this.odotnexear.Name = "odotnexear";
     this.odotnexear.LabelXalign = 0.5F;
     // Container child odotnexear.Gtk.Container+ContainerChild
     this.GtkAlignment12 = new global::Gtk.Alignment (0F, 0F, 1F, 1F);
     this.GtkAlignment12.Name = "GtkAlignment12";
     this.GtkAlignment12.LeftPadding = ((uint)(12));
     // Container child GtkAlignment12.Gtk.Container+ContainerChild
     this.vbox6 = new global::Gtk.VBox ();
     this.vbox6.Name = "vbox6";
     this.vbox6.Spacing = 6;
     // Container child vbox6.Gtk.Box+BoxChild
     this.label25 = new global::Gtk.Label ();
     this.label25.Name = "label25";
     this.label25.LabelProp = global::Mono.Unix.Catalog.GetString ("This is a \".nexear\" file do you \nwant to open it with \" .nexear\" \nimporter?");
     this.vbox6.Add (this.label25);
     global::Gtk.Box.BoxChild w133 = ((global::Gtk.Box.BoxChild)(this.vbox6 [this.label25]));
     w133.Position = 0;
     w133.Expand = false;
     w133.Fill = false;
     // Container child vbox6.Gtk.Box+BoxChild
     this.button21 = new global::Gtk.Button ();
     this.button21.CanFocus = true;
     this.button21.Name = "button21";
     this.button21.UseUnderline = true;
     this.button21.Label = global::Mono.Unix.Catalog.GetString ("Open it with Importer");
     this.vbox6.Add (this.button21);
     global::Gtk.Box.BoxChild w134 = ((global::Gtk.Box.BoxChild)(this.vbox6 [this.button21]));
     w134.Position = 1;
     w134.Expand = false;
     w134.Fill = false;
     // Container child vbox6.Gtk.Box+BoxChild
     this.button22 = new global::Gtk.Button ();
     this.button22.CanFocus = true;
     this.button22.Name = "button22";
     this.button22.UseUnderline = true;
     this.button22.Label = global::Mono.Unix.Catalog.GetString ("Continue with normal opener");
     this.vbox6.Add (this.button22);
     global::Gtk.Box.BoxChild w135 = ((global::Gtk.Box.BoxChild)(this.vbox6 [this.button22]));
     w135.Position = 2;
     w135.Expand = false;
     w135.Fill = false;
     this.GtkAlignment12.Add (this.vbox6);
     this.odotnexear.Add (this.GtkAlignment12);
     this.GtkLabel46 = new global::Gtk.Label ();
     this.GtkLabel46.Name = "GtkLabel46";
     this.GtkLabel46.LabelProp = global::Mono.Unix.Catalog.GetString ("Oops!");
     this.GtkLabel46.UseMarkup = true;
     this.odotnexear.LabelWidget = this.GtkLabel46;
     this.vopen.Add (this.odotnexear);
     global::Gtk.Box.BoxChild w138 = ((global::Gtk.Box.BoxChild)(this.vopen [this.odotnexear]));
     w138.Position = 6;
     w138.Expand = false;
     w138.Fill = false;
     // Container child vopen.Gtk.Box+BoxChild
     this.hbox4 = new global::Gtk.HBox ();
     this.hbox4.Name = "hbox4";
     this.hbox4.Spacing = 6;
     this.vopen.Add (this.hbox4);
     global::Gtk.Box.BoxChild w139 = ((global::Gtk.Box.BoxChild)(this.vopen [this.hbox4]));
     w139.Position = 7;
     // Container child vopen.Gtk.Box+BoxChild
     this.button4 = new global::Gtk.Button ();
     this.button4.CanFocus = true;
     this.button4.Name = "button4";
     this.button4.UseUnderline = true;
     this.button4.Label = global::Mono.Unix.Catalog.GetString ("                          Cancel                          ");
     this.vopen.Add (this.button4);
     global::Gtk.Box.BoxChild w140 = ((global::Gtk.Box.BoxChild)(this.vopen [this.button4]));
     w140.PackType = ((global::Gtk.PackType)(1));
     w140.Position = 8;
     w140.Expand = false;
     w140.Fill = false;
     this.hbox2.Add (this.vopen);
     global::Gtk.Box.BoxChild w141 = ((global::Gtk.Box.BoxChild)(this.hbox2 [this.vopen]));
     w141.Position = 7;
     w141.Expand = false;
     w141.Fill = false;
     // Container child hbox2.Gtk.Box+BoxChild
     this.vhistory = new global::Gtk.VBox ();
     this.vhistory.Name = "vhistory";
     this.vhistory.Spacing = 6;
     // Container child vhistory.Gtk.Box+BoxChild
     this.label16 = new global::Gtk.Label ();
     this.label16.Name = "label16";
     this.label16.Xalign = 0F;
     this.label16.LabelProp = global::Mono.Unix.Catalog.GetString ("\n Command History");
     this.vhistory.Add (this.label16);
     global::Gtk.Box.BoxChild w142 = ((global::Gtk.Box.BoxChild)(this.vhistory [this.label16]));
     w142.Position = 0;
     w142.Expand = false;
     w142.Fill = false;
     // Container child vhistory.Gtk.Box+BoxChild
     this.hseparator6 = new global::Gtk.HSeparator ();
     this.hseparator6.Name = "hseparator6";
     this.vhistory.Add (this.hseparator6);
     global::Gtk.Box.BoxChild w143 = ((global::Gtk.Box.BoxChild)(this.vhistory [this.hseparator6]));
     w143.Position = 1;
     w143.Expand = false;
     w143.Fill = false;
     // Container child vhistory.Gtk.Box+BoxChild
     this.scrolledwindow5 = new global::Gtk.ScrolledWindow ();
     this.scrolledwindow5.CanFocus = true;
     this.scrolledwindow5.Name = "scrolledwindow5";
     // Container child scrolledwindow5.Gtk.Container+ContainerChild
     global::Gtk.Viewport w144 = new global::Gtk.Viewport ();
     w144.ShadowType = ((global::Gtk.ShadowType)(0));
     // Container child GtkViewport2.Gtk.Container+ContainerChild
     this.lhistory = new global::Gtk.Label ();
     this.lhistory.Name = "lhistory";
     this.lhistory.Xalign = 0F;
     this.lhistory.Yalign = 0F;
     w144.Add (this.lhistory);
     this.scrolledwindow5.Add (w144);
     this.vhistory.Add (this.scrolledwindow5);
     global::Gtk.Box.BoxChild w147 = ((global::Gtk.Box.BoxChild)(this.vhistory [this.scrolledwindow5]));
     w147.Position = 2;
     // Container child vhistory.Gtk.Box+BoxChild
     this.OnHistoryCloseB = new global::Gtk.Button ();
     this.OnHistoryCloseB.CanFocus = true;
     this.OnHistoryCloseB.Name = "OnHistoryCloseB";
     this.OnHistoryCloseB.UseUnderline = true;
     this.OnHistoryCloseB.Label = global::Mono.Unix.Catalog.GetString ("                                    Close                                    ");
     this.vhistory.Add (this.OnHistoryCloseB);
     global::Gtk.Box.BoxChild w148 = ((global::Gtk.Box.BoxChild)(this.vhistory [this.OnHistoryCloseB]));
     w148.Position = 3;
     w148.Expand = false;
     w148.Fill = false;
     this.hbox2.Add (this.vhistory);
     global::Gtk.Box.BoxChild w149 = ((global::Gtk.Box.BoxChild)(this.hbox2 [this.vhistory]));
     w149.Position = 8;
     w149.Expand = false;
     w149.Fill = false;
     // Container child hbox2.Gtk.Box+BoxChild
     this.vNexMaker = new global::Gtk.VBox ();
     this.vNexMaker.Name = "vNexMaker";
     this.vNexMaker.Spacing = 6;
     // Container child vNexMaker.Gtk.Box+BoxChild
     this.label31 = new global::Gtk.Label ();
     this.label31.Name = "label31";
     this.label31.Xalign = 0F;
     this.label31.LabelProp = global::Mono.Unix.Catalog.GetString ("\n Nexear Maker");
     this.vNexMaker.Add (this.label31);
     global::Gtk.Box.BoxChild w150 = ((global::Gtk.Box.BoxChild)(this.vNexMaker [this.label31]));
     w150.Position = 0;
     w150.Expand = false;
     w150.Fill = false;
     // Container child vNexMaker.Gtk.Box+BoxChild
     this.hseparator7 = new global::Gtk.HSeparator ();
     this.hseparator7.Name = "hseparator7";
     this.vNexMaker.Add (this.hseparator7);
     global::Gtk.Box.BoxChild w151 = ((global::Gtk.Box.BoxChild)(this.vNexMaker [this.hseparator7]));
     w151.Position = 1;
     w151.Expand = false;
     w151.Fill = false;
     // Container child vNexMaker.Gtk.Box+BoxChild
     this.label22 = new global::Gtk.Label ();
     this.label22.Name = "label22";
     this.label22.Xalign = 0F;
     this.label22.LabelProp = global::Mono.Unix.Catalog.GetString (" Writer a name for your file:");
     this.vNexMaker.Add (this.label22);
     global::Gtk.Box.BoxChild w152 = ((global::Gtk.Box.BoxChild)(this.vNexMaker [this.label22]));
     w152.Position = 2;
     w152.Expand = false;
     w152.Fill = false;
     // Container child vNexMaker.Gtk.Box+BoxChild
     this.SaveNexearName = new global::Gtk.Entry ();
     this.SaveNexearName.CanFocus = true;
     this.SaveNexearName.Name = "SaveNexearName";
     this.SaveNexearName.IsEditable = true;
     this.SaveNexearName.InvisibleChar = '•';
     this.vNexMaker.Add (this.SaveNexearName);
     global::Gtk.Box.BoxChild w153 = ((global::Gtk.Box.BoxChild)(this.vNexMaker [this.SaveNexearName]));
     w153.Position = 3;
     w153.Expand = false;
     w153.Fill = false;
     // Container child vNexMaker.Gtk.Box+BoxChild
     this.label23 = new global::Gtk.Label ();
     this.label23.Name = "label23";
     this.label23.Xalign = 0F;
     this.label23.LabelProp = global::Mono.Unix.Catalog.GetString (" Select where you want to save\n your file");
     this.vNexMaker.Add (this.label23);
     global::Gtk.Box.BoxChild w154 = ((global::Gtk.Box.BoxChild)(this.vNexMaker [this.label23]));
     w154.Position = 4;
     w154.Expand = false;
     w154.Fill = false;
     // Container child vNexMaker.Gtk.Box+BoxChild
     this.SaveNexearWhere = new global::Gtk.FileChooserButton (global::Mono.Unix.Catalog.GetString ("Select a File"), ((global::Gtk.FileChooserAction)(2)));
     this.SaveNexearWhere.Name = "SaveNexearWhere";
     this.vNexMaker.Add (this.SaveNexearWhere);
     global::Gtk.Box.BoxChild w155 = ((global::Gtk.Box.BoxChild)(this.vNexMaker [this.SaveNexearWhere]));
     w155.Position = 5;
     w155.Expand = false;
     w155.Fill = false;
     // Container child vNexMaker.Gtk.Box+BoxChild
     this.button17 = new global::Gtk.Button ();
     this.button17.CanFocus = true;
     this.button17.Name = "button17";
     this.button17.UseUnderline = true;
     // Container child button17.Gtk.Container+ContainerChild
     global::Gtk.Alignment w156 = new global::Gtk.Alignment (0.5F, 0.5F, 0F, 0F);
     // Container child GtkAlignment.Gtk.Container+ContainerChild
     global::Gtk.HBox w157 = new global::Gtk.HBox ();
     w157.Spacing = 2;
     // Container child GtkHBox.Gtk.Container+ContainerChild
     global::Gtk.Image w158 = new global::Gtk.Image ();
     w158.Pixbuf = global::Stetic.IconLoader.LoadIcon (this, "gtk-convert", global::Gtk.IconSize.Menu);
     w157.Add (w158);
     // Container child GtkHBox.Gtk.Container+ContainerChild
     global::Gtk.Label w160 = new global::Gtk.Label ();
     w160.LabelProp = global::Mono.Unix.Catalog.GetString ("Make the file");
     w160.UseUnderline = true;
     w157.Add (w160);
     w156.Add (w157);
     this.button17.Add (w156);
     this.vNexMaker.Add (this.button17);
     global::Gtk.Box.BoxChild w164 = ((global::Gtk.Box.BoxChild)(this.vNexMaker [this.button17]));
     w164.Position = 6;
     w164.Expand = false;
     w164.Fill = false;
     // Container child vNexMaker.Gtk.Box+BoxChild
     this.onexearexists = new global::Gtk.Frame ();
     this.onexearexists.Name = "onexearexists";
     this.onexearexists.LabelXalign = 0.5F;
     // Container child onexearexists.Gtk.Container+ContainerChild
     this.GtkAlignment13 = new global::Gtk.Alignment (0F, 0F, 1F, 1F);
     this.GtkAlignment13.Name = "GtkAlignment13";
     this.GtkAlignment13.LeftPadding = ((uint)(12));
     // Container child GtkAlignment13.Gtk.Container+ContainerChild
     this.vbox7 = new global::Gtk.VBox ();
     this.vbox7.Name = "vbox7";
     this.vbox7.Spacing = 6;
     // Container child vbox7.Gtk.Box+BoxChild
     this.label26 = new global::Gtk.Label ();
     this.label26.Name = "label26";
     this.label26.LabelProp = global::Mono.Unix.Catalog.GetString ("The file exists");
     this.vbox7.Add (this.label26);
     global::Gtk.Box.BoxChild w165 = ((global::Gtk.Box.BoxChild)(this.vbox7 [this.label26]));
     w165.Position = 0;
     w165.Expand = false;
     w165.Fill = false;
     // Container child vbox7.Gtk.Box+BoxChild
     this.button23 = new global::Gtk.Button ();
     this.button23.CanFocus = true;
     this.button23.Name = "button23";
     this.button23.UseUnderline = true;
     this.button23.Label = global::Mono.Unix.Catalog.GetString ("Replace It");
     this.vbox7.Add (this.button23);
     global::Gtk.Box.BoxChild w166 = ((global::Gtk.Box.BoxChild)(this.vbox7 [this.button23]));
     w166.Position = 1;
     w166.Expand = false;
     w166.Fill = false;
     // Container child vbox7.Gtk.Box+BoxChild
     this.button24 = new global::Gtk.Button ();
     this.button24.CanFocus = true;
     this.button24.Name = "button24";
     this.button24.UseUnderline = true;
     this.button24.Label = global::Mono.Unix.Catalog.GetString ("No Cancel It!");
     this.vbox7.Add (this.button24);
     global::Gtk.Box.BoxChild w167 = ((global::Gtk.Box.BoxChild)(this.vbox7 [this.button24]));
     w167.Position = 2;
     w167.Expand = false;
     w167.Fill = false;
     this.GtkAlignment13.Add (this.vbox7);
     this.onexearexists.Add (this.GtkAlignment13);
     this.GtkLabel49 = new global::Gtk.Label ();
     this.GtkLabel49.Name = "GtkLabel49";
     this.GtkLabel49.LabelProp = global::Mono.Unix.Catalog.GetString ("Oops!");
     this.GtkLabel49.UseMarkup = true;
     this.onexearexists.LabelWidget = this.GtkLabel49;
     this.vNexMaker.Add (this.onexearexists);
     global::Gtk.Box.BoxChild w170 = ((global::Gtk.Box.BoxChild)(this.vNexMaker [this.onexearexists]));
     w170.Position = 7;
     w170.Expand = false;
     w170.Fill = false;
     // Container child vNexMaker.Gtk.Box+BoxChild
     this.hbox17 = new global::Gtk.HBox ();
     this.hbox17.Name = "hbox17";
     this.hbox17.Spacing = 6;
     this.vNexMaker.Add (this.hbox17);
     global::Gtk.Box.BoxChild w171 = ((global::Gtk.Box.BoxChild)(this.vNexMaker [this.hbox17]));
     w171.Position = 8;
     // Container child vNexMaker.Gtk.Box+BoxChild
     this.button18 = new global::Gtk.Button ();
     this.button18.CanFocus = true;
     this.button18.Name = "button18";
     this.button18.UseUnderline = true;
     this.button18.Label = global::Mono.Unix.Catalog.GetString ("                             Cancel                             ");
     this.vNexMaker.Add (this.button18);
     global::Gtk.Box.BoxChild w172 = ((global::Gtk.Box.BoxChild)(this.vNexMaker [this.button18]));
     w172.Position = 9;
     w172.Expand = false;
     w172.Fill = false;
     this.hbox2.Add (this.vNexMaker);
     global::Gtk.Box.BoxChild w173 = ((global::Gtk.Box.BoxChild)(this.hbox2 [this.vNexMaker]));
     w173.Position = 9;
     w173.Expand = false;
     w173.Fill = false;
     // Container child hbox2.Gtk.Box+BoxChild
     this.vNexImporter = new global::Gtk.VBox ();
     this.vNexImporter.Name = "vNexImporter";
     this.vNexImporter.Spacing = 6;
     // Container child vNexImporter.Gtk.Box+BoxChild
     this.label32 = new global::Gtk.Label ();
     this.label32.Name = "label32";
     this.label32.Xalign = 0F;
     this.label32.LabelProp = global::Mono.Unix.Catalog.GetString ("\n Nexear Importer");
     this.vNexImporter.Add (this.label32);
     global::Gtk.Box.BoxChild w174 = ((global::Gtk.Box.BoxChild)(this.vNexImporter [this.label32]));
     w174.Position = 0;
     w174.Expand = false;
     w174.Fill = false;
     // Container child vNexImporter.Gtk.Box+BoxChild
     this.hseparator8 = new global::Gtk.HSeparator ();
     this.hseparator8.Name = "hseparator8";
     this.vNexImporter.Add (this.hseparator8);
     global::Gtk.Box.BoxChild w175 = ((global::Gtk.Box.BoxChild)(this.vNexImporter [this.hseparator8]));
     w175.Position = 1;
     w175.Expand = false;
     w175.Fill = false;
     // Container child vNexImporter.Gtk.Box+BoxChild
     this.label24 = new global::Gtk.Label ();
     this.label24.Name = "label24";
     this.label24.Xalign = 0F;
     this.label24.LabelProp = global::Mono.Unix.Catalog.GetString (" Select the file you want to open");
     this.vNexImporter.Add (this.label24);
     global::Gtk.Box.BoxChild w176 = ((global::Gtk.Box.BoxChild)(this.vNexImporter [this.label24]));
     w176.Position = 2;
     w176.Expand = false;
     w176.Fill = false;
     // Container child vNexImporter.Gtk.Box+BoxChild
     this.OpenNexearWhere = new global::Gtk.FileChooserButton (global::Mono.Unix.Catalog.GetString ("Select a File"), ((global::Gtk.FileChooserAction)(0)));
     this.OpenNexearWhere.Name = "OpenNexearWhere";
     this.vNexImporter.Add (this.OpenNexearWhere);
     global::Gtk.Box.BoxChild w177 = ((global::Gtk.Box.BoxChild)(this.vNexImporter [this.OpenNexearWhere]));
     w177.Position = 3;
     w177.Expand = false;
     w177.Fill = false;
     // Container child vNexImporter.Gtk.Box+BoxChild
     this.button19 = new global::Gtk.Button ();
     this.button19.CanFocus = true;
     this.button19.Name = "button19";
     this.button19.UseUnderline = true;
     // Container child button19.Gtk.Container+ContainerChild
     global::Gtk.Alignment w178 = new global::Gtk.Alignment (0.5F, 0.5F, 0F, 0F);
     // Container child GtkAlignment.Gtk.Container+ContainerChild
     global::Gtk.HBox w179 = new global::Gtk.HBox ();
     w179.Spacing = 2;
     // Container child GtkHBox.Gtk.Container+ContainerChild
     global::Gtk.Image w180 = new global::Gtk.Image ();
     w180.Pixbuf = global::Stetic.IconLoader.LoadIcon (this, "stock_folder", global::Gtk.IconSize.Menu);
     w179.Add (w180);
     // Container child GtkHBox.Gtk.Container+ContainerChild
     global::Gtk.Label w182 = new global::Gtk.Label ();
     w182.LabelProp = global::Mono.Unix.Catalog.GetString ("Import the file");
     w182.UseUnderline = true;
     w179.Add (w182);
     w178.Add (w179);
     this.button19.Add (w178);
     this.vNexImporter.Add (this.button19);
     global::Gtk.Box.BoxChild w186 = ((global::Gtk.Box.BoxChild)(this.vNexImporter [this.button19]));
     w186.Position = 4;
     w186.Expand = false;
     w186.Fill = false;
     // Container child vNexImporter.Gtk.Box+BoxChild
     this.hbox18 = new global::Gtk.HBox ();
     this.hbox18.Name = "hbox18";
     this.hbox18.Spacing = 6;
     this.vNexImporter.Add (this.hbox18);
     global::Gtk.Box.BoxChild w187 = ((global::Gtk.Box.BoxChild)(this.vNexImporter [this.hbox18]));
     w187.Position = 5;
     // Container child vNexImporter.Gtk.Box+BoxChild
     this.button20 = new global::Gtk.Button ();
     this.button20.CanFocus = true;
     this.button20.Name = "button20";
     this.button20.UseUnderline = true;
     this.button20.Label = global::Mono.Unix.Catalog.GetString ("                             Cancel                             ");
     this.vNexImporter.Add (this.button20);
     global::Gtk.Box.BoxChild w188 = ((global::Gtk.Box.BoxChild)(this.vNexImporter [this.button20]));
     w188.Position = 6;
     w188.Expand = false;
     w188.Fill = false;
     this.hbox2.Add (this.vNexImporter);
     global::Gtk.Box.BoxChild w189 = ((global::Gtk.Box.BoxChild)(this.hbox2 [this.vNexImporter]));
     w189.Position = 10;
     w189.Expand = false;
     w189.Fill = false;
     // Container child hbox2.Gtk.Box+BoxChild
     this.vhome = new global::Gtk.VBox ();
     this.vhome.Name = "vhome";
     // Container child vhome.Gtk.Box+BoxChild
     this.UIManager.AddUiFromString ("<ui><menubar name='menubar1'><menu name='FileAction' action='FileAction'><menu name='NewAction' action='NewAction'><menuitem name='Panel1Action' action='Panel1Action'/><menuitem name='Panel2Action' action='Panel2Action'/></menu><menuitem name='OpenAction' action='OpenAction'/><menuitem name='SaveAsAction' action='SaveAsAction'/><menuitem name='SaveAction' action='SaveAction'/><separator/><menuitem name='ExportToNexearFileAction' action='ExportToNexearFileAction'/><menuitem name='ImportFromNexearFileAction' action='ImportFromNexearFileAction'/><separator/><menuitem name='ExitAction' action='ExitAction'/></menu><menu name='EditAction' action='EditAction'><menuitem name='ReplaceAction' action='ReplaceAction'/><menuitem name='FindAction' action='FindAction'/></menu><menu name='PanelAction' action='PanelAction'><menu name='ClearAction' action='ClearAction'><menuitem name='Panel1Action1' action='Panel1Action1'/><menuitem name='Panel2Action1' action='Panel2Action1'/></menu><menuitem name='ChangeContentAction' action='ChangeContentAction'/><menu name='PanelToPanelAction' action='PanelToPanelAction'><menuitem name='FromPanel1To2Action' action='FromPanel1To2Action'/><menuitem name='FromPanel2To1Action' action='FromPanel2To1Action'/></menu><menu name='PanelReadmodAction' action='PanelReadmodAction'><menuitem name='p1read' action='p1read'/><menuitem name='p2read' action='p2read'/></menu></menu><menu name='ViewAction' action='ViewAction'><menuitem name='CommandHistoryAction' action='CommandHistoryAction'/><menuitem name='HideCommandBarAction' action='HideCommandBarAction'/><menuitem name='ReadmodAction' action='ReadmodAction'/></menu><menu name='HelpAction' action='HelpAction'><menuitem name='AboutAction' action='AboutAction'/><separator/><menuitem name='ManualAction' action='ManualAction'/><menuitem name='CommandGuideAction' action='CommandGuideAction'/><menuitem name='OnlineWikiAction' action='OnlineWikiAction'/><separator/><menuitem name='BugReporterAction' action='BugReporterAction'/><menuitem name='logsAction' action='logsAction'/></menu></menubar></ui>");
     this.menubar1 = ((global::Gtk.MenuBar)(this.UIManager.GetWidget ("/menubar1")));
     this.menubar1.Name = "menubar1";
     this.vhome.Add (this.menubar1);
     global::Gtk.Box.BoxChild w190 = ((global::Gtk.Box.BoxChild)(this.vhome [this.menubar1]));
     w190.Position = 0;
     w190.Expand = false;
     w190.Fill = false;
     // Container child vhome.Gtk.Box+BoxChild
     this.hbox10 = new global::Gtk.HBox ();
     this.hbox10.Name = "hbox10";
     this.hbox10.Spacing = 6;
     // Container child hbox10.Gtk.Box+BoxChild
     this.UIManager.AddUiFromString ("<ui><toolbar name='toolbar5'><toolitem name='openAction2' action='openAction2'/><toolitem name='convertAction' action='convertAction'/><separator/><toolitem name='newAction1' action='newAction1'/><toolitem name='openAction1' action='openAction1'/><toolitem name='saveAction1' action='saveAction1'/><toolitem name='saveAsAction1' action='saveAsAction1'/><separator/><toolitem name='goDownAction2' action='goDownAction2'/><toolitem name='networkAction' action='networkAction'/><toolitem name='goUpAction2' action='goUpAction2'/><separator/><toolitem name='readmodt' action='readmodt'/><separator/><toolitem name='findAction' action='findAction'/><toolitem name='findAndReplaceAction' action='findAndReplaceAction'/><separator/><toolitem/></toolbar></ui>");
     this.toolbar5 = ((global::Gtk.Toolbar)(this.UIManager.GetWidget ("/toolbar5")));
     this.toolbar5.Name = "toolbar5";
     this.toolbar5.ShowArrow = false;
     this.toolbar5.ToolbarStyle = ((global::Gtk.ToolbarStyle)(0));
     this.toolbar5.IconSize = ((global::Gtk.IconSize)(2));
     this.hbox10.Add (this.toolbar5);
     global::Gtk.Box.BoxChild w191 = ((global::Gtk.Box.BoxChild)(this.hbox10 [this.toolbar5]));
     w191.Position = 0;
     this.vhome.Add (this.hbox10);
     global::Gtk.Box.BoxChild w192 = ((global::Gtk.Box.BoxChild)(this.vhome [this.hbox10]));
     w192.Position = 1;
     w192.Expand = false;
     w192.Fill = false;
     // Container child vhome.Gtk.Box+BoxChild
     this.hs = new global::Gtk.HSeparator ();
     this.hs.Name = "hs";
     this.vhome.Add (this.hs);
     global::Gtk.Box.BoxChild w193 = ((global::Gtk.Box.BoxChild)(this.vhome [this.hs]));
     w193.Position = 2;
     w193.Expand = false;
     w193.Fill = false;
     // Container child vhome.Gtk.Box+BoxChild
     this.hexit = new global::Gtk.HBox ();
     this.hexit.Name = "hexit";
     this.hexit.Spacing = 6;
     // Container child hexit.Gtk.Box+BoxChild
     this.image113 = new global::Gtk.Image ();
     this.image113.Name = "image113";
     this.image113.Xpad = 4;
     this.image113.Pixbuf = global::Stetic.IconLoader.LoadIcon (this, "gtk-dialog-warning", global::Gtk.IconSize.Menu);
     this.hexit.Add (this.image113);
     global::Gtk.Box.BoxChild w194 = ((global::Gtk.Box.BoxChild)(this.hexit [this.image113]));
     w194.Position = 0;
     w194.Expand = false;
     w194.Fill = false;
     // Container child hexit.Gtk.Box+BoxChild
     this.label21 = new global::Gtk.Label ();
     this.label21.Name = "label21";
     this.label21.LabelProp = global::Mono.Unix.Catalog.GetString ("Are you sure you want to exit?");
     this.hexit.Add (this.label21);
     global::Gtk.Box.BoxChild w195 = ((global::Gtk.Box.BoxChild)(this.hexit [this.label21]));
     w195.Position = 1;
     w195.Expand = false;
     w195.Fill = false;
     // Container child hexit.Gtk.Box+BoxChild
     this.vbox5 = new global::Gtk.VBox ();
     this.vbox5.Name = "vbox5";
     this.vbox5.Spacing = 6;
     this.hexit.Add (this.vbox5);
     global::Gtk.Box.BoxChild w196 = ((global::Gtk.Box.BoxChild)(this.hexit [this.vbox5]));
     w196.Position = 2;
     // Container child hexit.Gtk.Box+BoxChild
     this.button10 = new global::Gtk.Button ();
     this.button10.CanFocus = true;
     this.button10.Name = "button10";
     this.button10.UseUnderline = true;
     // Container child button10.Gtk.Container+ContainerChild
     global::Gtk.Alignment w197 = new global::Gtk.Alignment (0.5F, 0.5F, 0F, 0F);
     // Container child GtkAlignment.Gtk.Container+ContainerChild
     global::Gtk.HBox w198 = new global::Gtk.HBox ();
     w198.Spacing = 2;
     // Container child GtkHBox.Gtk.Container+ContainerChild
     global::Gtk.Image w199 = new global::Gtk.Image ();
     w199.Pixbuf = global::Stetic.IconLoader.LoadIcon (this, "gtk-cancel", global::Gtk.IconSize.Menu);
     w198.Add (w199);
     // Container child GtkHBox.Gtk.Container+ContainerChild
     global::Gtk.Label w201 = new global::Gtk.Label ();
     w201.LabelProp = global::Mono.Unix.Catalog.GetString ("No!");
     w201.UseUnderline = true;
     w198.Add (w201);
     w197.Add (w198);
     this.button10.Add (w197);
     this.hexit.Add (this.button10);
     global::Gtk.Box.BoxChild w205 = ((global::Gtk.Box.BoxChild)(this.hexit [this.button10]));
     w205.Position = 3;
     w205.Expand = false;
     w205.Fill = false;
     // Container child hexit.Gtk.Box+BoxChild
     this.button9 = new global::Gtk.Button ();
     this.button9.CanFocus = true;
     this.button9.Name = "button9";
     this.button9.UseUnderline = true;
     // Container child button9.Gtk.Container+ContainerChild
     global::Gtk.Alignment w206 = new global::Gtk.Alignment (0.5F, 0.5F, 0F, 0F);
     // Container child GtkAlignment.Gtk.Container+ContainerChild
     global::Gtk.HBox w207 = new global::Gtk.HBox ();
     w207.Spacing = 2;
     // Container child GtkHBox.Gtk.Container+ContainerChild
     global::Gtk.Image w208 = new global::Gtk.Image ();
     w208.Pixbuf = global::Stetic.IconLoader.LoadIcon (this, "gtk-apply", global::Gtk.IconSize.Menu);
     w207.Add (w208);
     // Container child GtkHBox.Gtk.Container+ContainerChild
     global::Gtk.Label w210 = new global::Gtk.Label ();
     w210.LabelProp = global::Mono.Unix.Catalog.GetString ("Yes!");
     w210.UseUnderline = true;
     w207.Add (w210);
     w206.Add (w207);
     this.button9.Add (w206);
     this.hexit.Add (this.button9);
     global::Gtk.Box.BoxChild w214 = ((global::Gtk.Box.BoxChild)(this.hexit [this.button9]));
     w214.Position = 4;
     w214.Expand = false;
     w214.Fill = false;
     this.vhome.Add (this.hexit);
     global::Gtk.Box.BoxChild w215 = ((global::Gtk.Box.BoxChild)(this.vhome [this.hexit]));
     w215.Position = 3;
     w215.Expand = false;
     w215.Fill = false;
     // Container child vhome.Gtk.Box+BoxChild
     this.herrorbox = new global::Gtk.HBox ();
     this.herrorbox.Name = "herrorbox";
     this.herrorbox.Spacing = 6;
     // Container child herrorbox.Gtk.Box+BoxChild
     this.image101 = new global::Gtk.Image ();
     this.image101.Name = "image101";
     this.image101.Xpad = 4;
     this.image101.Pixbuf = global::Stetic.IconLoader.LoadIcon (this, "gtk-dialog-warning", global::Gtk.IconSize.Menu);
     this.herrorbox.Add (this.image101);
     global::Gtk.Box.BoxChild w216 = ((global::Gtk.Box.BoxChild)(this.herrorbox [this.image101]));
     w216.Position = 0;
     w216.Expand = false;
     w216.Fill = false;
     // Container child herrorbox.Gtk.Box+BoxChild
     this.errormname = new global::Gtk.Label ();
     this.errormname.Name = "errormname";
     this.herrorbox.Add (this.errormname);
     global::Gtk.Box.BoxChild w217 = ((global::Gtk.Box.BoxChild)(this.herrorbox [this.errormname]));
     w217.Position = 1;
     w217.Expand = false;
     w217.Fill = false;
     // Container child herrorbox.Gtk.Box+BoxChild
     this.vbox8 = new global::Gtk.VBox ();
     this.vbox8.Name = "vbox8";
     this.vbox8.Spacing = 6;
     this.herrorbox.Add (this.vbox8);
     global::Gtk.Box.BoxChild w218 = ((global::Gtk.Box.BoxChild)(this.herrorbox [this.vbox8]));
     w218.Position = 2;
     // Container child herrorbox.Gtk.Box+BoxChild
     this.button25 = new global::Gtk.Button ();
     this.button25.CanFocus = true;
     this.button25.Name = "button25";
     this.button25.UseUnderline = true;
     // Container child button25.Gtk.Container+ContainerChild
     global::Gtk.Alignment w219 = new global::Gtk.Alignment (0.5F, 0.5F, 0F, 0F);
     // Container child GtkAlignment.Gtk.Container+ContainerChild
     global::Gtk.HBox w220 = new global::Gtk.HBox ();
     w220.Spacing = 2;
     // Container child GtkHBox.Gtk.Container+ContainerChild
     global::Gtk.Image w221 = new global::Gtk.Image ();
     w221.Pixbuf = global::Stetic.IconLoader.LoadIcon (this, "gtk-cancel", global::Gtk.IconSize.Menu);
     w220.Add (w221);
     // Container child GtkHBox.Gtk.Container+ContainerChild
     global::Gtk.Label w223 = new global::Gtk.Label ();
     w223.LabelProp = global::Mono.Unix.Catalog.GetString ("Close");
     w223.UseUnderline = true;
     w220.Add (w223);
     w219.Add (w220);
     this.button25.Add (w219);
     this.herrorbox.Add (this.button25);
     global::Gtk.Box.BoxChild w227 = ((global::Gtk.Box.BoxChild)(this.herrorbox [this.button25]));
     w227.Position = 3;
     w227.Expand = false;
     w227.Fill = false;
     this.vhome.Add (this.herrorbox);
     global::Gtk.Box.BoxChild w228 = ((global::Gtk.Box.BoxChild)(this.vhome [this.herrorbox]));
     w228.Position = 4;
     w228.Expand = false;
     w228.Fill = false;
     // Container child vhome.Gtk.Box+BoxChild
     this.vpaned2 = new global::Gtk.VPaned ();
     this.vpaned2.CanFocus = true;
     this.vpaned2.Name = "vpaned2";
     this.vpaned2.Position = 202;
     // Container child vpaned2.Gtk.Paned+PanedChild
     this.GtkScrolledWindow = new global::Gtk.ScrolledWindow ();
     this.GtkScrolledWindow.Name = "GtkScrolledWindow";
     this.GtkScrolledWindow.ShadowType = ((global::Gtk.ShadowType)(1));
     // Container child GtkScrolledWindow.Gtk.Container+ContainerChild
     this.panel1 = new global::Gtk.TextView ();
     this.panel1.CanFocus = true;
     this.panel1.Name = "panel1";
     this.GtkScrolledWindow.Add (this.panel1);
     this.vpaned2.Add (this.GtkScrolledWindow);
     global::Gtk.Paned.PanedChild w230 = ((global::Gtk.Paned.PanedChild)(this.vpaned2 [this.GtkScrolledWindow]));
     w230.Resize = false;
     // Container child vpaned2.Gtk.Paned+PanedChild
     this.GtkScrolledWindow1 = new global::Gtk.ScrolledWindow ();
     this.GtkScrolledWindow1.Name = "GtkScrolledWindow1";
     this.GtkScrolledWindow1.ShadowType = ((global::Gtk.ShadowType)(1));
     // Container child GtkScrolledWindow1.Gtk.Container+ContainerChild
     this.panel2 = new global::Gtk.TextView ();
     this.panel2.CanFocus = true;
     this.panel2.Name = "panel2";
     this.GtkScrolledWindow1.Add (this.panel2);
     this.vpaned2.Add (this.GtkScrolledWindow1);
     this.vhome.Add (this.vpaned2);
     global::Gtk.Box.BoxChild w233 = ((global::Gtk.Box.BoxChild)(this.vhome [this.vpaned2]));
     w233.Position = 5;
     // Container child vhome.Gtk.Box+BoxChild
     this.hbox3 = new global::Gtk.HBox ();
     this.hbox3.Name = "hbox3";
     // Container child hbox3.Gtk.Box+BoxChild
     this.Command = new global::Gtk.Entry ();
     this.Command.TooltipMarkup = "This is Command Line Frame you can use it to use Nexear with Command";
     this.Command.Name = "Command";
     this.Command.IsEditable = true;
     this.Command.InvisibleChar = '•';
     this.hbox3.Add (this.Command);
     global::Gtk.Box.BoxChild w234 = ((global::Gtk.Box.BoxChild)(this.hbox3 [this.Command]));
     w234.Position = 0;
     // Container child hbox3.Gtk.Box+BoxChild
     this.CommandClear = new global::Gtk.Button ();
     this.CommandClear.TooltipMarkup = "Clear commnad button";
     this.CommandClear.CanFocus = true;
     this.CommandClear.Name = "CommandClear";
     this.CommandClear.UseUnderline = true;
     // Container child CommandClear.Gtk.Container+ContainerChild
     global::Gtk.Alignment w235 = new global::Gtk.Alignment (0.5F, 0.5F, 0F, 0F);
     // Container child GtkAlignment.Gtk.Container+ContainerChild
     global::Gtk.HBox w236 = new global::Gtk.HBox ();
     w236.Spacing = 2;
     // Container child GtkHBox.Gtk.Container+ContainerChild
     global::Gtk.Image w237 = new global::Gtk.Image ();
     w237.Pixbuf = global::Stetic.IconLoader.LoadIcon (this, "gtk-clear", global::Gtk.IconSize.Menu);
     w236.Add (w237);
     // Container child GtkHBox.Gtk.Container+ContainerChild
     global::Gtk.Label w239 = new global::Gtk.Label ();
     w236.Add (w239);
     w235.Add (w236);
     this.CommandClear.Add (w235);
     this.hbox3.Add (this.CommandClear);
     global::Gtk.Box.BoxChild w243 = ((global::Gtk.Box.BoxChild)(this.hbox3 [this.CommandClear]));
     w243.Position = 1;
     w243.Expand = false;
     w243.Fill = false;
     // Container child hbox3.Gtk.Box+BoxChild
     this.CommandPlay = new global::Gtk.Button ();
     this.CommandPlay.TooltipMarkup = "Run Commnad";
     this.CommandPlay.CanFocus = true;
     this.CommandPlay.Name = "CommandPlay";
     this.CommandPlay.UseUnderline = true;
     this.CommandPlay.Label = global::Mono.Unix.Catalog.GetString ("Run");
     this.hbox3.Add (this.CommandPlay);
     global::Gtk.Box.BoxChild w244 = ((global::Gtk.Box.BoxChild)(this.hbox3 [this.CommandPlay]));
     w244.PackType = ((global::Gtk.PackType)(1));
     w244.Position = 2;
     w244.Expand = false;
     w244.Fill = false;
     this.vhome.Add (this.hbox3);
     global::Gtk.Box.BoxChild w245 = ((global::Gtk.Box.BoxChild)(this.vhome [this.hbox3]));
     w245.Position = 6;
     w245.Expand = false;
     w245.Fill = false;
     this.hbox2.Add (this.vhome);
     global::Gtk.Box.BoxChild w246 = ((global::Gtk.Box.BoxChild)(this.hbox2 [this.vhome]));
     w246.Position = 11;
     this.hbox1.Add (this.hbox2);
     global::Gtk.Box.BoxChild w247 = ((global::Gtk.Box.BoxChild)(this.hbox1 [this.hbox2]));
     w247.Position = 0;
     this.Add (this.hbox1);
     if ((this.Child != null)) {
         this.Child.ShowAll ();
     }
     this.DefaultWidth = 3095;
     this.DefaultHeight = 582;
     this.vs.Hide ();
     this.vHelpCommand.Hide ();
     this.verror.Hide ();
     this.vsettings.Hide ();
     this.vkary.Hide ();
     this.vreplace.Hide ();
     this.oexists.Hide ();
     this.vsave.Hide ();
     this.odsave.Hide ();
     this.odotnexear.Hide ();
     this.vopen.Hide ();
     this.vhistory.Hide ();
     this.onexearexists.Hide ();
     this.vNexMaker.Hide ();
     this.vNexImporter.Hide ();
     this.hs.Hide ();
     this.hexit.Hide ();
     this.herrorbox.Hide ();
     this.Show ();
     this.DeleteEvent += new global::Gtk.DeleteEventHandler (this.OnDeleteEvent);
     this.AboutAction.Activated += new global::System.EventHandler (this.OnAbout);
     this.OpenAction.Activated += new global::System.EventHandler (this.OnOpenShow);
     this.SaveAsAction.Activated += new global::System.EventHandler (this.OnSaveShow);
     this.ReplaceAction.Activated += new global::System.EventHandler (this.OnReplaceShow);
     this.CommandGuideAction.Activated += new global::System.EventHandler (this.OnCommHelpShow);
     this.NewWindowAction.Activated += new global::System.EventHandler (this.OnNewWindow);
     this.mediaPlayAction2.Activated += new global::System.EventHandler (this.OnComkmSH);
     this.propertiesAction1.Activated += new global::System.EventHandler (this.OnSettingShow);
     this.goUpAction1.Activated += new global::System.EventHandler (this.OnPUP);
     this.mediaPauseAction1.Activated += new global::System.EventHandler (this.OnPS);
     this.goDownAction1.Activated += new global::System.EventHandler (this.OnPDOWB);
     this.newAction1.Activated += new global::System.EventHandler (this.OnP1N);
     this.openAction1.Activated += new global::System.EventHandler (this.OnOpenShow);
     this.saveAsAction1.Activated += new global::System.EventHandler (this.OnSaveShow);
     this.goDownAction2.Activated += new global::System.EventHandler (this.OnM12);
     this.goUpAction2.Activated += new global::System.EventHandler (this.OnM21);
     this.networkAction.Activated += new global::System.EventHandler (this.OnMM);
     this.findAndReplaceAction.Activated += new global::System.EventHandler (this.OnReplaceShow);
     this.Panel1Action.Activated += new global::System.EventHandler (this.OnP1N);
     this.Panel2Action.Activated += new global::System.EventHandler (this.OnP2N);
     this.OnlineWikiAction.Activated += new global::System.EventHandler (this.OnWiki);
     this.BugReporterAction.Activated += new global::System.EventHandler (this.OnReport);
     this.CommandHistoryAction.Activated += new global::System.EventHandler (this.OnHistoryShow);
     this.ExitAction.Activated += new global::System.EventHandler (this.OnExit);
     this.ExportToNexearFileAction.Activated += new global::System.EventHandler (this.OnNMShoe);
     this.ImportFromNexearFileAction.Activated += new global::System.EventHandler (this.OnNexIMShow);
     this.convertAction.Activated += new global::System.EventHandler (this.OnNMShoe);
     this.openAction2.Activated += new global::System.EventHandler (this.OnNexIMShow);
     this.ChangeContentAction.Activated += new global::System.EventHandler (this.OnMM);
     this.HideCommandBarAction.Activated += new global::System.EventHandler (this.OnComkmSH);
     this.p1read.Activated += new global::System.EventHandler (this.OnReadmod1);
     this.p2read.Activated += new global::System.EventHandler (this.OnReadmod2);
     this.ReadmodAction.Activated += new global::System.EventHandler (this.OnFullReadMode);
     this.readmodt.Activated += new global::System.EventHandler (this.OnFullReadMode);
     this.OnHelpCommClose.Clicked += new global::System.EventHandler (this.OnVClose);
     this.OpenBR.Clicked += new global::System.EventHandler (this.OnReport);
     this.button2.Clicked += new global::System.EventHandler (this.OnWiki);
     this.OnCloseError12.Clicked += new global::System.EventHandler (this.OnVClose);
     this.button5.Clicked += new global::System.EventHandler (this.OnVClose);
     this.KaryClose.Clicked += new global::System.EventHandler (this.OnVClose);
     this.button11.Clicked += new global::System.EventHandler (this.OnReplaceIncertEnter);
     this.button13.Clicked += new global::System.EventHandler (this.OnReplaceClear);
     this.button15.Entered += new global::System.EventHandler (this.OnReplaceWithIncertEnter);
     this.button14.Clicked += new global::System.EventHandler (this.OnReplaceWithNameClear);
     this.ReplaceGo.Clicked += new global::System.EventHandler (this.OnReplace);
     this.ReplaceCancel.Clicked += new global::System.EventHandler (this.OnVClose);
     this.SaveButton.Clicked += new global::System.EventHandler (this.OnSaveAs);
     this.button1.Clicked += new global::System.EventHandler (this.OnSaveReplace);
     this.button6.Clicked += new global::System.EventHandler (this.OnSaveNeverMind);
     this.button3.Clicked += new global::System.EventHandler (this.OnVClose);
     this.OpenButton.Clicked += new global::System.EventHandler (this.OnOpen);
     this.button7.Clicked += new global::System.EventHandler (this.OnOpenAnyway);
     this.button8.Clicked += new global::System.EventHandler (this.OnSaveShow);
     this.button21.Clicked += new global::System.EventHandler (this.OnOpenWithImporter);
     this.button22.Clicked += new global::System.EventHandler (this.OnNormalOpen);
     this.button4.Clicked += new global::System.EventHandler (this.OnVClose);
     this.OnHistoryCloseB.Clicked += new global::System.EventHandler (this.OnVClose);
     this.button17.Clicked += new global::System.EventHandler (this.OnMakeNex);
     this.button23.Clicked += new global::System.EventHandler (this.OnReplaceMaker);
     this.button24.Clicked += new global::System.EventHandler (this.OnNoCancelMaker);
     this.button18.Clicked += new global::System.EventHandler (this.OnVClose);
     this.button19.Clicked += new global::System.EventHandler (this.OnNexImport);
     this.button20.Clicked += new global::System.EventHandler (this.OnVClose);
     this.button10.Clicked += new global::System.EventHandler (this.OnExitNo);
     this.button9.Clicked += new global::System.EventHandler (this.OnExitSure);
     this.button25.Clicked += new global::System.EventHandler (this.OnHerrorClose);
     this.Command.EditingDone += new global::System.EventHandler (this.OnRun);
     this.Command.Activated += new global::System.EventHandler (this.OnRun);
 }
Example #11
0
 protected virtual void Build()
 {
     global::Stetic.Gui.Initialize(this);
     // Widget MainWindow
     this.Name           = "MainWindow";
     this.Title          = global::Mono.Unix.Catalog.GetString("Exemplo");
     this.Icon           = global::Stetic.IconLoader.LoadIcon(this, "gtk-network", global::Gtk.IconSize.Menu);
     this.WindowPosition = ((global::Gtk.WindowPosition)(1));
     // Container child MainWindow.Gtk.Container+ContainerChild
     this.vbox1         = new global::Gtk.VBox();
     this.vbox1.Name    = "vbox1";
     this.vbox1.Spacing = 6;
     // Container child vbox1.Gtk.Box+BoxChild
     this.button1              = new global::Gtk.Button();
     this.button1.CanFocus     = true;
     this.button1.Name         = "button1";
     this.button1.UseUnderline = true;
     this.button1.Label        = global::Mono.Unix.Catalog.GetString("Clique aqui!");
     global::Gtk.Image w1 = new global::Gtk.Image();
     w1.Pixbuf          = global::Stetic.IconLoader.LoadIcon(this, "gtk-about", global::Gtk.IconSize.Menu);
     this.button1.Image = w1;
     this.vbox1.Add(this.button1);
     global::Gtk.Box.BoxChild w2 = ((global::Gtk.Box.BoxChild)(this.vbox1[this.button1]));
     w2.Position = 0;
     w2.Expand   = false;
     w2.Fill     = false;
     // Container child vbox1.Gtk.Box+BoxChild
     this.colorbutton1          = new global::Gtk.ColorButton();
     this.colorbutton1.CanFocus = true;
     this.colorbutton1.Events   = ((global::Gdk.EventMask)(784));
     this.colorbutton1.Name     = "colorbutton1";
     this.vbox1.Add(this.colorbutton1);
     global::Gtk.Box.BoxChild w3 = ((global::Gtk.Box.BoxChild)(this.vbox1[this.colorbutton1]));
     w3.Position = 1;
     w3.Expand   = false;
     w3.Fill     = false;
     // Container child vbox1.Gtk.Box+BoxChild
     this.fontbutton1          = new global::Gtk.FontButton();
     this.fontbutton1.CanFocus = true;
     this.fontbutton1.Name     = "fontbutton1";
     this.vbox1.Add(this.fontbutton1);
     global::Gtk.Box.BoxChild w4 = ((global::Gtk.Box.BoxChild)(this.vbox1[this.fontbutton1]));
     w4.Position = 2;
     w4.Expand   = false;
     w4.Fill     = false;
     // Container child vbox1.Gtk.Box+BoxChild
     this.button2              = new global::Gtk.Button();
     this.button2.CanFocus     = true;
     this.button2.Name         = "button2";
     this.button2.UseUnderline = true;
     this.button2.Label        = global::Mono.Unix.Catalog.GetString("Chamar janela 2");
     global::Gtk.Image w5 = new global::Gtk.Image();
     w5.Pixbuf          = global::Stetic.IconLoader.LoadIcon(this, "gtk-execute", global::Gtk.IconSize.Menu);
     this.button2.Image = w5;
     this.vbox1.Add(this.button2);
     global::Gtk.Box.BoxChild w6 = ((global::Gtk.Box.BoxChild)(this.vbox1[this.button2]));
     w6.PackType = ((global::Gtk.PackType)(1));
     w6.Position = 3;
     w6.Expand   = false;
     w6.Fill     = false;
     this.Add(this.vbox1);
     if ((this.Child != null))
     {
         this.Child.ShowAll();
     }
     this.DefaultWidth  = 798;
     this.DefaultHeight = 216;
     this.Show();
     this.DeleteEvent     += new global::Gtk.DeleteEventHandler(this.OnDeleteEvent);
     this.button1.Clicked += new global::System.EventHandler(this.OnCliqueAqui);
     this.button2.Clicked += new global::System.EventHandler(this.OnCliqueNovaJanela);
 }
 protected virtual void Build()
 {
     global::Stetic.Gui.Initialize (this);
     // Widget MonoDevelop.FSharp.Gui.FSharpSettingsWidget
     global::Stetic.BinContainer.Attach (this);
     this.Name = "MonoDevelop.FSharp.Gui.FSharpSettingsWidget";
     // Container child MonoDevelop.FSharp.Gui.FSharpSettingsWidget.Gtk.Container+ContainerChild
     this.vbox1 = new global::Gtk.VBox ();
     this.vbox1.Name = "vbox1";
     this.vbox1.Spacing = 6;
     // Container child vbox1.Gtk.Box+BoxChild
     this.hbox2 = new global::Gtk.HBox ();
     this.hbox2.Name = "hbox2";
     this.hbox2.Spacing = 6;
     // Container child hbox2.Gtk.Box+BoxChild
     this.label4 = new global::Gtk.Label ();
     this.label4.Name = "label4";
     this.label4.LabelProp = global::Mono.Unix.Catalog.GetString ("<b>F# Interactive</b>");
     this.label4.UseMarkup = true;
     this.hbox2.Add (this.label4);
     global::Gtk.Box.BoxChild w1 = ((global::Gtk.Box.BoxChild)(this.hbox2 [this.label4]));
     w1.Position = 0;
     w1.Expand = false;
     w1.Fill = false;
     // Container child hbox2.Gtk.Box+BoxChild
     this.checkInteractiveUseDefault = new global::Gtk.CheckButton ();
     this.checkInteractiveUseDefault.CanFocus = true;
     this.checkInteractiveUseDefault.Name = "checkInteractiveUseDefault";
     this.checkInteractiveUseDefault.Label = global::Mono.Unix.Catalog.GetString ("Use Default");
     this.checkInteractiveUseDefault.Active = true;
     this.checkInteractiveUseDefault.DrawIndicator = true;
     this.checkInteractiveUseDefault.UseUnderline = true;
     this.hbox2.Add (this.checkInteractiveUseDefault);
     global::Gtk.Box.BoxChild w2 = ((global::Gtk.Box.BoxChild)(this.hbox2 [this.checkInteractiveUseDefault]));
     w2.Position = 1;
     this.vbox1.Add (this.hbox2);
     global::Gtk.Box.BoxChild w3 = ((global::Gtk.Box.BoxChild)(this.vbox1 [this.hbox2]));
     w3.Position = 0;
     w3.Expand = false;
     w3.Fill = false;
     // Container child vbox1.Gtk.Box+BoxChild
     this.table1 = new global::Gtk.Table (((uint)(2)), ((uint)(3)), false);
     this.table1.Name = "table1";
     this.table1.RowSpacing = ((uint)(6));
     this.table1.ColumnSpacing = ((uint)(6));
     // Container child table1.Gtk.Table+TableChild
     this.buttonBrowse = new global::Gtk.Button ();
     this.buttonBrowse.CanFocus = true;
     this.buttonBrowse.Name = "buttonBrowse";
     this.buttonBrowse.UseUnderline = true;
     this.buttonBrowse.Label = global::Mono.Unix.Catalog.GetString ("_Browse...");
     this.table1.Add (this.buttonBrowse);
     global::Gtk.Table.TableChild w4 = ((global::Gtk.Table.TableChild)(this.table1 [this.buttonBrowse]));
     w4.LeftAttach = ((uint)(2));
     w4.RightAttach = ((uint)(3));
     w4.XOptions = ((global::Gtk.AttachOptions)(4));
     w4.YOptions = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     this.entryArguments = new global::Gtk.Entry ();
     this.entryArguments.CanFocus = true;
     this.entryArguments.Name = "entryArguments";
     this.entryArguments.IsEditable = true;
     this.entryArguments.InvisibleChar = '●';
     this.table1.Add (this.entryArguments);
     global::Gtk.Table.TableChild w5 = ((global::Gtk.Table.TableChild)(this.table1 [this.entryArguments]));
     w5.TopAttach = ((uint)(1));
     w5.BottomAttach = ((uint)(2));
     w5.LeftAttach = ((uint)(1));
     w5.RightAttach = ((uint)(3));
     w5.YOptions = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     this.entryPath = new global::Gtk.Entry ();
     this.entryPath.CanFocus = true;
     this.entryPath.Name = "entryPath";
     this.entryPath.IsEditable = true;
     this.entryPath.InvisibleChar = '●';
     this.table1.Add (this.entryPath);
     global::Gtk.Table.TableChild w6 = ((global::Gtk.Table.TableChild)(this.table1 [this.entryPath]));
     w6.LeftAttach = ((uint)(1));
     w6.RightAttach = ((uint)(2));
     w6.YOptions = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     this.GtkLabel1 = new global::Gtk.Label ();
     this.GtkLabel1.Name = "GtkLabel1";
     this.GtkLabel1.Xalign = 0F;
     this.GtkLabel1.LabelProp = global::Mono.Unix.Catalog.GetString ("Path");
     this.GtkLabel1.UseMarkup = true;
     this.table1.Add (this.GtkLabel1);
     global::Gtk.Table.TableChild w7 = ((global::Gtk.Table.TableChild)(this.table1 [this.GtkLabel1]));
     w7.XOptions = ((global::Gtk.AttachOptions)(4));
     w7.YOptions = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     this.GtkLabel6 = new global::Gtk.Label ();
     this.GtkLabel6.Name = "GtkLabel6";
     this.GtkLabel6.Xalign = 0F;
     this.GtkLabel6.LabelProp = global::Mono.Unix.Catalog.GetString ("Options");
     this.GtkLabel6.UseMarkup = true;
     this.table1.Add (this.GtkLabel6);
     global::Gtk.Table.TableChild w8 = ((global::Gtk.Table.TableChild)(this.table1 [this.GtkLabel6]));
     w8.TopAttach = ((uint)(1));
     w8.BottomAttach = ((uint)(2));
     w8.XOptions = ((global::Gtk.AttachOptions)(4));
     w8.YOptions = ((global::Gtk.AttachOptions)(4));
     this.vbox1.Add (this.table1);
     global::Gtk.Box.BoxChild w9 = ((global::Gtk.Box.BoxChild)(this.vbox1 [this.table1]));
     w9.Position = 1;
     w9.Expand = false;
     w9.Fill = false;
     // Container child vbox1.Gtk.Box+BoxChild
     this.hbox1 = new global::Gtk.HBox ();
     this.hbox1.Name = "hbox1";
     this.hbox1.Spacing = 6;
     // Container child hbox1.Gtk.Box+BoxChild
     this.label2 = new global::Gtk.Label ();
     this.label2.Name = "label2";
     this.label2.LabelProp = global::Mono.Unix.Catalog.GetString ("<b>F# Default Compiler</b>");
     this.label2.UseMarkup = true;
     this.hbox1.Add (this.label2);
     global::Gtk.Box.BoxChild w10 = ((global::Gtk.Box.BoxChild)(this.hbox1 [this.label2]));
     w10.Position = 0;
     w10.Expand = false;
     w10.Fill = false;
     // Container child hbox1.Gtk.Box+BoxChild
     this.checkCompilerUseDefault = new global::Gtk.CheckButton ();
     this.checkCompilerUseDefault.CanFocus = true;
     this.checkCompilerUseDefault.Name = "checkCompilerUseDefault";
     this.checkCompilerUseDefault.Label = global::Mono.Unix.Catalog.GetString ("Use Default");
     this.checkCompilerUseDefault.Active = true;
     this.checkCompilerUseDefault.DrawIndicator = true;
     this.checkCompilerUseDefault.UseUnderline = true;
     this.hbox1.Add (this.checkCompilerUseDefault);
     global::Gtk.Box.BoxChild w11 = ((global::Gtk.Box.BoxChild)(this.hbox1 [this.checkCompilerUseDefault]));
     w11.Position = 1;
     this.vbox1.Add (this.hbox1);
     global::Gtk.Box.BoxChild w12 = ((global::Gtk.Box.BoxChild)(this.vbox1 [this.hbox1]));
     w12.Position = 2;
     w12.Expand = false;
     w12.Fill = false;
     // Container child vbox1.Gtk.Box+BoxChild
     this.frame1 = new global::Gtk.Frame ();
     this.frame1.Name = "frame1";
     this.frame1.ShadowType = ((global::Gtk.ShadowType)(0));
     // Container child frame1.Gtk.Container+ContainerChild
     this.GtkAlignment2 = new global::Gtk.Alignment (0F, 0F, 1F, 1F);
     this.GtkAlignment2.Name = "GtkAlignment2";
     this.GtkAlignment2.LeftPadding = ((uint)(12));
     // Container child GtkAlignment2.Gtk.Container+ContainerChild
     this.table2 = new global::Gtk.Table (((uint)(1)), ((uint)(3)), false);
     this.table2.Name = "table2";
     this.table2.RowSpacing = ((uint)(6));
     this.table2.ColumnSpacing = ((uint)(6));
     // Container child table2.Gtk.Table+TableChild
     this.buttonCompilerBrowse = new global::Gtk.Button ();
     this.buttonCompilerBrowse.CanFocus = true;
     this.buttonCompilerBrowse.Name = "buttonCompilerBrowse";
     this.buttonCompilerBrowse.UseUnderline = true;
     this.buttonCompilerBrowse.Label = global::Mono.Unix.Catalog.GetString ("_Browse...");
     this.table2.Add (this.buttonCompilerBrowse);
     global::Gtk.Table.TableChild w13 = ((global::Gtk.Table.TableChild)(this.table2 [this.buttonCompilerBrowse]));
     w13.LeftAttach = ((uint)(2));
     w13.RightAttach = ((uint)(3));
     w13.XOptions = ((global::Gtk.AttachOptions)(4));
     w13.YOptions = ((global::Gtk.AttachOptions)(4));
     // Container child table2.Gtk.Table+TableChild
     this.entryCompilerPath = new global::Gtk.Entry ();
     this.entryCompilerPath.CanFocus = true;
     this.entryCompilerPath.Name = "entryCompilerPath";
     this.entryCompilerPath.IsEditable = true;
     this.entryCompilerPath.InvisibleChar = '●';
     this.table2.Add (this.entryCompilerPath);
     global::Gtk.Table.TableChild w14 = ((global::Gtk.Table.TableChild)(this.table2 [this.entryCompilerPath]));
     w14.LeftAttach = ((uint)(1));
     w14.RightAttach = ((uint)(2));
     w14.YOptions = ((global::Gtk.AttachOptions)(4));
     // Container child table2.Gtk.Table+TableChild
     this.label3 = new global::Gtk.Label ();
     this.label3.Name = "label3";
     this.label3.LabelProp = global::Mono.Unix.Catalog.GetString ("Path");
     this.table2.Add (this.label3);
     global::Gtk.Table.TableChild w15 = ((global::Gtk.Table.TableChild)(this.table2 [this.label3]));
     w15.XOptions = ((global::Gtk.AttachOptions)(4));
     w15.YOptions = ((global::Gtk.AttachOptions)(4));
     this.GtkAlignment2.Add (this.table2);
     this.frame1.Add (this.GtkAlignment2);
     this.GtkLabel5 = new global::Gtk.Label ();
     this.GtkLabel5.Name = "GtkLabel5";
     this.GtkLabel5.UseMarkup = true;
     this.frame1.LabelWidget = this.GtkLabel5;
     this.vbox1.Add (this.frame1);
     global::Gtk.Box.BoxChild w18 = ((global::Gtk.Box.BoxChild)(this.vbox1 [this.frame1]));
     w18.Position = 3;
     w18.Expand = false;
     w18.Fill = false;
     // Container child vbox1.Gtk.Box+BoxChild
     this.frame4 = new global::Gtk.Frame ();
     this.frame4.Name = "frame4";
     this.frame4.ShadowType = ((global::Gtk.ShadowType)(0));
     // Container child frame4.Gtk.Container+ContainerChild
     this.GtkAlignment1 = new global::Gtk.Alignment (0F, 0F, 1F, 1F);
     this.GtkAlignment1.Name = "GtkAlignment1";
     this.GtkAlignment1.LeftPadding = ((uint)(12));
     this.GtkAlignment1.TopPadding = ((uint)(6));
     // Container child GtkAlignment1.Gtk.Container+ContainerChild
     this.fontbutton1 = new global::Gtk.FontButton ();
     this.fontbutton1.CanFocus = true;
     this.fontbutton1.Name = "fontbutton1";
     this.GtkAlignment1.Add (this.fontbutton1);
     this.frame4.Add (this.GtkAlignment1);
     this.GtkLabel13 = new global::Gtk.Label ();
     this.GtkLabel13.Name = "GtkLabel13";
     this.GtkLabel13.LabelProp = global::Mono.Unix.Catalog.GetString ("<b>Interactive Pad Font</b>");
     this.GtkLabel13.UseMarkup = true;
     this.frame4.LabelWidget = this.GtkLabel13;
     this.vbox1.Add (this.frame4);
     global::Gtk.Box.BoxChild w21 = ((global::Gtk.Box.BoxChild)(this.vbox1 [this.frame4]));
     w21.Position = 4;
     w21.Expand = false;
     w21.Fill = false;
     this.Add (this.vbox1);
     if ((this.Child != null)) {
         this.Child.ShowAll ();
     }
     this.Hide ();
 }
Example #13
0
 protected virtual void Build()
 {
     global::Stetic.Gui.Initialize(this);
     // Widget CSGen.Controls.FontSelectionGroup
     global::Stetic.BinContainer.Attach(this);
     this.Name = "CSGen.Controls.FontSelectionGroup";
     // Container child CSGen.Controls.FontSelectionGroup.Gtk.Container+ContainerChild
     this.hbox1         = new global::Gtk.HBox();
     this.hbox1.Name    = "hbox1";
     this.hbox1.Spacing = 6;
     // Container child hbox1.Gtk.Box+BoxChild
     this.titleLabel = new global::Gtk.Label();
     this.titleLabel.WidthRequest = 150;
     this.titleLabel.Name         = "titleLabel";
     this.titleLabel.Xalign       = 0F;
     this.titleLabel.LabelProp    = global::Mono.Unix.Catalog.GetString("Song Title:");
     this.hbox1.Add(this.titleLabel);
     global::Gtk.Box.BoxChild w1 = ((global::Gtk.Box.BoxChild)(this.hbox1[this.titleLabel]));
     w1.Position = 0;
     w1.Expand   = false;
     w1.Fill     = false;
     // Container child hbox1.Gtk.Box+BoxChild
     this.fontButton = new global::Gtk.FontButton();
     this.fontButton.WidthRequest = 200;
     this.fontButton.CanFocus     = true;
     this.fontButton.Name         = "fontButton";
     this.hbox1.Add(this.fontButton);
     global::Gtk.Box.BoxChild w2 = ((global::Gtk.Box.BoxChild)(this.hbox1[this.fontButton]));
     w2.Position = 1;
     w2.Expand   = false;
     w2.Fill     = false;
     // Container child hbox1.Gtk.Box+BoxChild
     this.label3           = new global::Gtk.Label();
     this.label3.Name      = "label3";
     this.label3.LabelProp = global::Mono.Unix.Catalog.GetString("Spacing:");
     this.hbox1.Add(this.label3);
     global::Gtk.Box.BoxChild w3 = ((global::Gtk.Box.BoxChild)(this.hbox1[this.label3]));
     w3.Position = 2;
     w3.Expand   = false;
     w3.Fill     = false;
     // Container child hbox1.Gtk.Box+BoxChild
     this.spacingSpin          = new global::Gtk.SpinButton(1, 2.5, 0.1);
     this.spacingSpin.CanFocus = true;
     this.spacingSpin.Name     = "spacingSpin";
     this.spacingSpin.Adjustment.PageIncrement = 10;
     this.spacingSpin.ClimbRate = 0.1;
     this.spacingSpin.Digits    = ((uint)(1));
     this.spacingSpin.Numeric   = true;
     this.spacingSpin.Value     = 1;
     this.hbox1.Add(this.spacingSpin);
     global::Gtk.Box.BoxChild w4 = ((global::Gtk.Box.BoxChild)(this.hbox1[this.spacingSpin]));
     w4.Position = 3;
     w4.Expand   = false;
     w4.Fill     = false;
     // Container child hbox1.Gtk.Box+BoxChild
     this.colorButton          = new global::Gtk.ColorButton();
     this.colorButton.CanFocus = true;
     this.colorButton.Events   = ((global::Gdk.EventMask)(784));
     this.colorButton.Name     = "colorButton";
     this.hbox1.Add(this.colorButton);
     global::Gtk.Box.BoxChild w5 = ((global::Gtk.Box.BoxChild)(this.hbox1[this.colorButton]));
     w5.Position = 4;
     w5.Expand   = false;
     w5.Fill     = false;
     // Container child hbox1.Gtk.Box+BoxChild
     this.cb_Underline               = new global::Gtk.CheckButton();
     this.cb_Underline.CanFocus      = true;
     this.cb_Underline.Name          = "cb_Underline";
     this.cb_Underline.Label         = global::Mono.Unix.Catalog.GetString("Underline");
     this.cb_Underline.DrawIndicator = true;
     this.cb_Underline.UseUnderline  = true;
     this.hbox1.Add(this.cb_Underline);
     global::Gtk.Box.BoxChild w6 = ((global::Gtk.Box.BoxChild)(this.hbox1[this.cb_Underline]));
     w6.Position = 5;
     this.Add(this.hbox1);
     if ((this.Child != null))
     {
         this.Child.ShowAll();
     }
     this.Hide();
     this.fontButton.FontSet       += new global::System.EventHandler(this.on_Change);
     this.spacingSpin.ValueChanged += new global::System.EventHandler(this.on_Change);
     this.colorButton.ColorSet     += new global::System.EventHandler(this.on_Change);
     this.cb_Underline.Toggled     += new global::System.EventHandler(this.on_Change);
 }
 protected virtual void Build()
 {
     global::Stetic.Gui.Initialize(this);
     // Widget MonoDevelop.FSharp.Gui.FSharpSettingsWidget
     global::Stetic.BinContainer.Attach(this);
     this.Name = "MonoDevelop.FSharp.Gui.FSharpSettingsWidget";
     // Container child MonoDevelop.FSharp.Gui.FSharpSettingsWidget.Gtk.Container+ContainerChild
     this.vbox1         = new global::Gtk.VBox();
     this.vbox1.Name    = "vbox1";
     this.vbox1.Spacing = 6;
     // Container child vbox1.Gtk.Box+BoxChild
     this.hbox2         = new global::Gtk.HBox();
     this.hbox2.Name    = "hbox2";
     this.hbox2.Spacing = 6;
     // Container child hbox2.Gtk.Box+BoxChild
     this.label4           = new global::Gtk.Label();
     this.label4.Name      = "label4";
     this.label4.LabelProp = global::Mono.Unix.Catalog.GetString("<b>F# Interactive</b>");
     this.label4.UseMarkup = true;
     this.hbox2.Add(this.label4);
     global::Gtk.Box.BoxChild w1 = ((global::Gtk.Box.BoxChild)(this.hbox2 [this.label4]));
     w1.Position = 0;
     w1.Expand   = false;
     w1.Fill     = false;
     // Container child hbox2.Gtk.Box+BoxChild
     this.checkInteractiveUseDefault               = new global::Gtk.CheckButton();
     this.checkInteractiveUseDefault.CanFocus      = true;
     this.checkInteractiveUseDefault.Name          = "checkInteractiveUseDefault";
     this.checkInteractiveUseDefault.Label         = global::Mono.Unix.Catalog.GetString("Use Default");
     this.checkInteractiveUseDefault.Active        = true;
     this.checkInteractiveUseDefault.DrawIndicator = true;
     this.checkInteractiveUseDefault.UseUnderline  = true;
     this.hbox2.Add(this.checkInteractiveUseDefault);
     global::Gtk.Box.BoxChild w2 = ((global::Gtk.Box.BoxChild)(this.hbox2 [this.checkInteractiveUseDefault]));
     w2.Position = 1;
     this.vbox1.Add(this.hbox2);
     global::Gtk.Box.BoxChild w3 = ((global::Gtk.Box.BoxChild)(this.vbox1 [this.hbox2]));
     w3.Position = 0;
     w3.Expand   = false;
     w3.Fill     = false;
     // Container child vbox1.Gtk.Box+BoxChild
     this.table5               = new global::Gtk.Table(((uint)(2)), ((uint)(3)), false);
     this.table5.Name          = "table5";
     this.table5.RowSpacing    = ((uint)(6));
     this.table5.ColumnSpacing = ((uint)(6));
     // Container child table5.Gtk.Table+TableChild
     this.buttonBrowse              = new global::Gtk.Button();
     this.buttonBrowse.CanFocus     = true;
     this.buttonBrowse.Name         = "buttonBrowse";
     this.buttonBrowse.UseUnderline = true;
     this.buttonBrowse.Label        = global::Mono.Unix.Catalog.GetString("_Browse...");
     this.table5.Add(this.buttonBrowse);
     global::Gtk.Table.TableChild w4 = ((global::Gtk.Table.TableChild)(this.table5 [this.buttonBrowse]));
     w4.LeftAttach  = ((uint)(2));
     w4.RightAttach = ((uint)(3));
     w4.XPadding    = ((uint)(8));
     w4.XOptions    = ((global::Gtk.AttachOptions)(4));
     w4.YOptions    = ((global::Gtk.AttachOptions)(0));
     // Container child table5.Gtk.Table+TableChild
     this.entryArguments               = new global::Gtk.Entry();
     this.entryArguments.CanFocus      = true;
     this.entryArguments.Name          = "entryArguments";
     this.entryArguments.IsEditable    = true;
     this.entryArguments.InvisibleChar = '●';
     this.table5.Add(this.entryArguments);
     global::Gtk.Table.TableChild w5 = ((global::Gtk.Table.TableChild)(this.table5 [this.entryArguments]));
     w5.TopAttach    = ((uint)(1));
     w5.BottomAttach = ((uint)(2));
     w5.LeftAttach   = ((uint)(1));
     w5.RightAttach  = ((uint)(2));
     w5.YOptions     = ((global::Gtk.AttachOptions)(0));
     // Container child table5.Gtk.Table+TableChild
     this.entryPath               = new global::Gtk.Entry();
     this.entryPath.CanFocus      = true;
     this.entryPath.Name          = "entryPath";
     this.entryPath.IsEditable    = true;
     this.entryPath.InvisibleChar = '●';
     this.table5.Add(this.entryPath);
     global::Gtk.Table.TableChild w6 = ((global::Gtk.Table.TableChild)(this.table5 [this.entryPath]));
     w6.LeftAttach  = ((uint)(1));
     w6.RightAttach = ((uint)(2));
     w6.XOptions    = ((global::Gtk.AttachOptions)(4));
     w6.YOptions    = ((global::Gtk.AttachOptions)(0));
     // Container child table5.Gtk.Table+TableChild
     this.GtkLabel4           = new global::Gtk.Label();
     this.GtkLabel4.Name      = "GtkLabel4";
     this.GtkLabel4.Xalign    = 0F;
     this.GtkLabel4.LabelProp = global::Mono.Unix.Catalog.GetString("Path");
     this.GtkLabel4.UseMarkup = true;
     this.table5.Add(this.GtkLabel4);
     global::Gtk.Table.TableChild w7 = ((global::Gtk.Table.TableChild)(this.table5 [this.GtkLabel4]));
     w7.XPadding = ((uint)(8));
     w7.XOptions = ((global::Gtk.AttachOptions)(4));
     w7.YOptions = ((global::Gtk.AttachOptions)(4));
     // Container child table5.Gtk.Table+TableChild
     this.GtkLabel6           = new global::Gtk.Label();
     this.GtkLabel6.Name      = "GtkLabel6";
     this.GtkLabel6.Xalign    = 0F;
     this.GtkLabel6.LabelProp = global::Mono.Unix.Catalog.GetString("Options");
     this.GtkLabel6.UseMarkup = true;
     this.table5.Add(this.GtkLabel6);
     global::Gtk.Table.TableChild w8 = ((global::Gtk.Table.TableChild)(this.table5 [this.GtkLabel6]));
     w8.TopAttach    = ((uint)(1));
     w8.BottomAttach = ((uint)(2));
     w8.XPadding     = ((uint)(8));
     w8.XOptions     = ((global::Gtk.AttachOptions)(4));
     w8.YOptions     = ((global::Gtk.AttachOptions)(0));
     this.vbox1.Add(this.table5);
     global::Gtk.Box.BoxChild w9 = ((global::Gtk.Box.BoxChild)(this.vbox1 [this.table5]));
     w9.Position = 1;
     w9.Expand   = false;
     w9.Fill     = false;
     // Container child vbox1.Gtk.Box+BoxChild
     this.advanceToNextLineCheckbox = new global::Gtk.CheckButton();
     this.advanceToNextLineCheckbox.TooltipMarkup = "When sending a line or an empty selection to F# interactive this property automatically advances to the next line.";
     this.advanceToNextLineCheckbox.CanFocus      = true;
     this.advanceToNextLineCheckbox.Name          = "advanceToNextLineCheckbox";
     this.advanceToNextLineCheckbox.Label         = global::Mono.Unix.Catalog.GetString("Advance to next line");
     this.advanceToNextLineCheckbox.Active        = true;
     this.advanceToNextLineCheckbox.DrawIndicator = true;
     this.advanceToNextLineCheckbox.UseUnderline  = true;
     this.vbox1.Add(this.advanceToNextLineCheckbox);
     global::Gtk.Box.BoxChild w10 = ((global::Gtk.Box.BoxChild)(this.vbox1 [this.advanceToNextLineCheckbox]));
     w10.Position = 2;
     w10.Expand   = false;
     w10.Fill     = false;
     // Container child vbox1.Gtk.Box+BoxChild
     this.hseparator4      = new global::Gtk.HSeparator();
     this.hseparator4.Name = "hseparator4";
     this.vbox1.Add(this.hseparator4);
     global::Gtk.Box.BoxChild w11 = ((global::Gtk.Box.BoxChild)(this.vbox1 [this.hseparator4]));
     w11.Position = 3;
     w11.Expand   = false;
     w11.Fill     = false;
     // Container child vbox1.Gtk.Box+BoxChild
     this.vbox4         = new global::Gtk.VBox();
     this.vbox4.Name    = "vbox4";
     this.vbox4.Spacing = 6;
     // Container child vbox4.Gtk.Box+BoxChild
     this.label1           = new global::Gtk.Label();
     this.label1.Name      = "label1";
     this.label1.Xalign    = 0F;
     this.label1.LabelProp = global::Mono.Unix.Catalog.GetString("<b>FSI Appearance</b>");
     this.label1.UseMarkup = true;
     this.vbox4.Add(this.label1);
     global::Gtk.Box.BoxChild w12 = ((global::Gtk.Box.BoxChild)(this.vbox4 [this.label1]));
     w12.Position = 0;
     w12.Expand   = false;
     w12.Fill     = false;
     // Container child vbox4.Gtk.Box+BoxChild
     this.matchThemeCheckbox               = new global::Gtk.CheckButton();
     this.matchThemeCheckbox.CanFocus      = true;
     this.matchThemeCheckbox.Name          = "matchThemeCheckbox";
     this.matchThemeCheckbox.Label         = global::Mono.Unix.Catalog.GetString("Match with Theme");
     this.matchThemeCheckbox.Active        = true;
     this.matchThemeCheckbox.DrawIndicator = true;
     this.matchThemeCheckbox.UseUnderline  = true;
     this.vbox4.Add(this.matchThemeCheckbox);
     global::Gtk.Box.BoxChild w13 = ((global::Gtk.Box.BoxChild)(this.vbox4 [this.matchThemeCheckbox]));
     w13.Position = 1;
     w13.Expand   = false;
     w13.Fill     = false;
     // Container child vbox4.Gtk.Box+BoxChild
     this.hbox7      = new global::Gtk.HBox();
     this.hbox7.Name = "hbox7";
     // Container child hbox7.Gtk.Box+BoxChild
     this.label5           = new global::Gtk.Label();
     this.label5.Name      = "label5";
     this.label5.Xalign    = 0F;
     this.label5.LabelProp = global::Mono.Unix.Catalog.GetString("Base Color");
     this.hbox7.Add(this.label5);
     global::Gtk.Box.BoxChild w14 = ((global::Gtk.Box.BoxChild)(this.hbox7 [this.label5]));
     w14.Position = 0;
     w14.Expand   = false;
     w14.Fill     = false;
     w14.Padding  = ((uint)(8));
     // Container child hbox7.Gtk.Box+BoxChild
     this.baseColorButton          = new global::Gtk.ColorButton();
     this.baseColorButton.CanFocus = true;
     this.baseColorButton.Events   = ((global::Gdk.EventMask)(784));
     this.baseColorButton.Name     = "baseColorButton";
     this.hbox7.Add(this.baseColorButton);
     global::Gtk.Box.BoxChild w15 = ((global::Gtk.Box.BoxChild)(this.hbox7 [this.baseColorButton]));
     w15.Position = 1;
     w15.Expand   = false;
     w15.Fill     = false;
     w15.Padding  = ((uint)(8));
     // Container child hbox7.Gtk.Box+BoxChild
     this.label6           = new global::Gtk.Label();
     this.label6.Name      = "label6";
     this.label6.Xalign    = 0F;
     this.label6.LabelProp = global::Mono.Unix.Catalog.GetString("Text Color");
     this.hbox7.Add(this.label6);
     global::Gtk.Box.BoxChild w16 = ((global::Gtk.Box.BoxChild)(this.hbox7 [this.label6]));
     w16.Position = 2;
     w16.Expand   = false;
     w16.Fill     = false;
     w16.Padding  = ((uint)(8));
     // Container child hbox7.Gtk.Box+BoxChild
     this.textColorButton          = new global::Gtk.ColorButton();
     this.textColorButton.CanFocus = true;
     this.textColorButton.Events   = ((global::Gdk.EventMask)(784));
     this.textColorButton.Name     = "textColorButton";
     this.hbox7.Add(this.textColorButton);
     global::Gtk.Box.BoxChild w17 = ((global::Gtk.Box.BoxChild)(this.hbox7 [this.textColorButton]));
     w17.Position = 3;
     w17.Expand   = false;
     w17.Fill     = false;
     w17.Padding  = ((uint)(8));
     this.vbox4.Add(this.hbox7);
     global::Gtk.Box.BoxChild w18 = ((global::Gtk.Box.BoxChild)(this.vbox4 [this.hbox7]));
     w18.Position = 2;
     w18.Expand   = false;
     w18.Fill     = false;
     // Container child vbox4.Gtk.Box+BoxChild
     this.hbox9         = new global::Gtk.HBox();
     this.hbox9.Name    = "hbox9";
     this.hbox9.Spacing = 6;
     // Container child hbox9.Gtk.Box+BoxChild
     this.GtkLabel13           = new global::Gtk.Label();
     this.GtkLabel13.Name      = "GtkLabel13";
     this.GtkLabel13.LabelProp = global::Mono.Unix.Catalog.GetString("Interactive Pad Font");
     this.GtkLabel13.UseMarkup = true;
     this.hbox9.Add(this.GtkLabel13);
     global::Gtk.Box.BoxChild w19 = ((global::Gtk.Box.BoxChild)(this.hbox9 [this.GtkLabel13]));
     w19.Position = 0;
     w19.Expand   = false;
     w19.Fill     = false;
     w19.Padding  = ((uint)(8));
     // Container child hbox9.Gtk.Box+BoxChild
     this.fontbutton1          = new global::Gtk.FontButton();
     this.fontbutton1.CanFocus = true;
     this.fontbutton1.Name     = "fontbutton1";
     this.hbox9.Add(this.fontbutton1);
     global::Gtk.Box.BoxChild w20 = ((global::Gtk.Box.BoxChild)(this.hbox9 [this.fontbutton1]));
     w20.Position = 1;
     w20.Padding  = ((uint)(8));
     this.vbox4.Add(this.hbox9);
     global::Gtk.Box.BoxChild w21 = ((global::Gtk.Box.BoxChild)(this.vbox4 [this.hbox9]));
     w21.Position = 3;
     w21.Expand   = false;
     w21.Fill     = false;
     this.vbox1.Add(this.vbox4);
     global::Gtk.Box.BoxChild w22 = ((global::Gtk.Box.BoxChild)(this.vbox1 [this.vbox4]));
     w22.Position = 4;
     w22.Expand   = false;
     w22.Fill     = false;
     // Container child vbox1.Gtk.Box+BoxChild
     this.hseparator3      = new global::Gtk.HSeparator();
     this.hseparator3.Name = "hseparator3";
     this.vbox1.Add(this.hseparator3);
     global::Gtk.Box.BoxChild w23 = ((global::Gtk.Box.BoxChild)(this.vbox1 [this.hseparator3]));
     w23.Position = 5;
     w23.Expand   = false;
     w23.Fill     = false;
     // Container child vbox1.Gtk.Box+BoxChild
     this.hbox1         = new global::Gtk.HBox();
     this.hbox1.Name    = "hbox1";
     this.hbox1.Spacing = 6;
     // Container child hbox1.Gtk.Box+BoxChild
     this.label2 = new global::Gtk.Label();
     this.label2.TooltipMarkup = "This is only used when xbuild is not being used.";
     this.label2.Name          = "label2";
     this.label2.LabelProp     = global::Mono.Unix.Catalog.GetString("<b>F# Default Compiler</b>");
     this.label2.UseMarkup     = true;
     this.hbox1.Add(this.label2);
     global::Gtk.Box.BoxChild w24 = ((global::Gtk.Box.BoxChild)(this.hbox1 [this.label2]));
     w24.Position = 0;
     w24.Expand   = false;
     w24.Fill     = false;
     // Container child hbox1.Gtk.Box+BoxChild
     this.checkCompilerUseDefault               = new global::Gtk.CheckButton();
     this.checkCompilerUseDefault.CanFocus      = true;
     this.checkCompilerUseDefault.Name          = "checkCompilerUseDefault";
     this.checkCompilerUseDefault.Label         = global::Mono.Unix.Catalog.GetString("Use Default");
     this.checkCompilerUseDefault.Active        = true;
     this.checkCompilerUseDefault.DrawIndicator = true;
     this.checkCompilerUseDefault.UseUnderline  = true;
     this.hbox1.Add(this.checkCompilerUseDefault);
     global::Gtk.Box.BoxChild w25 = ((global::Gtk.Box.BoxChild)(this.hbox1 [this.checkCompilerUseDefault]));
     w25.Position = 1;
     this.vbox1.Add(this.hbox1);
     global::Gtk.Box.BoxChild w26 = ((global::Gtk.Box.BoxChild)(this.vbox1 [this.hbox1]));
     w26.Position = 6;
     w26.Expand   = false;
     w26.Fill     = false;
     // Container child vbox1.Gtk.Box+BoxChild
     this.frame1            = new global::Gtk.Frame();
     this.frame1.Name       = "frame1";
     this.frame1.ShadowType = ((global::Gtk.ShadowType)(0));
     // Container child frame1.Gtk.Container+ContainerChild
     this.table2               = new global::Gtk.Table(((uint)(1)), ((uint)(3)), false);
     this.table2.Name          = "table2";
     this.table2.RowSpacing    = ((uint)(6));
     this.table2.ColumnSpacing = ((uint)(6));
     // Container child table2.Gtk.Table+TableChild
     this.buttonCompilerBrowse              = new global::Gtk.Button();
     this.buttonCompilerBrowse.CanFocus     = true;
     this.buttonCompilerBrowse.Name         = "buttonCompilerBrowse";
     this.buttonCompilerBrowse.UseUnderline = true;
     this.buttonCompilerBrowse.Label        = global::Mono.Unix.Catalog.GetString("_Browse...");
     this.table2.Add(this.buttonCompilerBrowse);
     global::Gtk.Table.TableChild w27 = ((global::Gtk.Table.TableChild)(this.table2 [this.buttonCompilerBrowse]));
     w27.LeftAttach  = ((uint)(2));
     w27.RightAttach = ((uint)(3));
     w27.XPadding    = ((uint)(8));
     w27.XOptions    = ((global::Gtk.AttachOptions)(4));
     w27.YOptions    = ((global::Gtk.AttachOptions)(4));
     // Container child table2.Gtk.Table+TableChild
     this.entryCompilerPath               = new global::Gtk.Entry();
     this.entryCompilerPath.CanFocus      = true;
     this.entryCompilerPath.Name          = "entryCompilerPath";
     this.entryCompilerPath.IsEditable    = true;
     this.entryCompilerPath.InvisibleChar = '●';
     this.table2.Add(this.entryCompilerPath);
     global::Gtk.Table.TableChild w28 = ((global::Gtk.Table.TableChild)(this.table2 [this.entryCompilerPath]));
     w28.LeftAttach  = ((uint)(1));
     w28.RightAttach = ((uint)(2));
     w28.XPadding    = ((uint)(8));
     w28.YOptions    = ((global::Gtk.AttachOptions)(4));
     // Container child table2.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("Path");
     this.table2.Add(this.label3);
     global::Gtk.Table.TableChild w29 = ((global::Gtk.Table.TableChild)(this.table2 [this.label3]));
     w29.XPadding = ((uint)(8));
     w29.XOptions = ((global::Gtk.AttachOptions)(4));
     w29.YOptions = ((global::Gtk.AttachOptions)(4));
     this.frame1.Add(this.table2);
     this.vbox1.Add(this.frame1);
     global::Gtk.Box.BoxChild w31 = ((global::Gtk.Box.BoxChild)(this.vbox1 [this.frame1]));
     w31.Position = 7;
     w31.Expand   = false;
     w31.Fill     = false;
     this.Add(this.vbox1);
     if ((this.Child != null))
     {
         this.Child.ShowAll();
     }
     this.Hide();
 }
 protected virtual void Build()
 {
     global::Stetic.Gui.Initialize(this);
     // Widget Moscrif.IDE.Option.TextEditorWidget
     global::Stetic.BinContainer.Attach(this);
     this.Name = "Moscrif.IDE.Option.TextEditorWidget";
     // Container child Moscrif.IDE.Option.TextEditorWidget.Gtk.Container+ContainerChild
     this.table1               = new global::Gtk.Table(((uint)(9)), ((uint)(3)), false);
     this.table1.Name          = "table1";
     this.table1.RowSpacing    = ((uint)(6));
     this.table1.ColumnSpacing = ((uint)(6));
     // Container child table1.Gtk.Table+TableChild
     this.chbAgressivelyTriggerCL               = new global::Gtk.CheckButton();
     this.chbAgressivelyTriggerCL.CanFocus      = true;
     this.chbAgressivelyTriggerCL.Name          = "chbAgressivelyTriggerCL";
     this.chbAgressivelyTriggerCL.Label         = global::Mono.Unix.Catalog.GetString("Aggressively trigger code completion list");
     this.chbAgressivelyTriggerCL.DrawIndicator = true;
     this.chbAgressivelyTriggerCL.UseUnderline  = true;
     this.table1.Add(this.chbAgressivelyTriggerCL);
     global::Gtk.Table.TableChild w1 = ((global::Gtk.Table.TableChild)(this.table1 [this.chbAgressivelyTriggerCL]));
     w1.LeftAttach  = ((uint)(1));
     w1.RightAttach = ((uint)(2));
     w1.XOptions    = ((global::Gtk.AttachOptions)(4));
     w1.YOptions    = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     this.chbEnableAnimations               = new global::Gtk.CheckButton();
     this.chbEnableAnimations.CanFocus      = true;
     this.chbEnableAnimations.Name          = "chbEnableAnimations";
     this.chbEnableAnimations.Label         = global::Mono.Unix.Catalog.GetString("Enable Animations");
     this.chbEnableAnimations.DrawIndicator = true;
     this.chbEnableAnimations.UseUnderline  = true;
     this.table1.Add(this.chbEnableAnimations);
     global::Gtk.Table.TableChild w2 = ((global::Gtk.Table.TableChild)(this.table1 [this.chbEnableAnimations]));
     w2.TopAttach    = ((uint)(5));
     w2.BottomAttach = ((uint)(6));
     w2.LeftAttach   = ((uint)(1));
     w2.RightAttach  = ((uint)(2));
     w2.XOptions     = ((global::Gtk.AttachOptions)(4));
     w2.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     this.chbShowEolMarker               = new global::Gtk.CheckButton();
     this.chbShowEolMarker.CanFocus      = true;
     this.chbShowEolMarker.Name          = "chbShowEolMarker";
     this.chbShowEolMarker.Label         = global::Mono.Unix.Catalog.GetString("Show EOL Marker");
     this.chbShowEolMarker.DrawIndicator = true;
     this.chbShowEolMarker.UseUnderline  = true;
     this.table1.Add(this.chbShowEolMarker);
     global::Gtk.Table.TableChild w3 = ((global::Gtk.Table.TableChild)(this.table1 [this.chbShowEolMarker]));
     w3.TopAttach    = ((uint)(3));
     w3.BottomAttach = ((uint)(4));
     w3.LeftAttach   = ((uint)(2));
     w3.RightAttach  = ((uint)(3));
     w3.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     this.chbShowLineNumber               = new global::Gtk.CheckButton();
     this.chbShowLineNumber.CanFocus      = true;
     this.chbShowLineNumber.Name          = "chbShowLineNumber";
     this.chbShowLineNumber.Label         = global::Mono.Unix.Catalog.GetString("Show Line Number");
     this.chbShowLineNumber.DrawIndicator = true;
     this.chbShowLineNumber.UseUnderline  = true;
     this.table1.Add(this.chbShowLineNumber);
     global::Gtk.Table.TableChild w4 = ((global::Gtk.Table.TableChild)(this.table1 [this.chbShowLineNumber]));
     w4.TopAttach    = ((uint)(4));
     w4.BottomAttach = ((uint)(5));
     w4.LeftAttach   = ((uint)(1));
     w4.RightAttach  = ((uint)(2));
     w4.XOptions     = ((global::Gtk.AttachOptions)(4));
     w4.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     this.chbShowRuler               = new global::Gtk.CheckButton();
     this.chbShowRuler.CanFocus      = true;
     this.chbShowRuler.Name          = "chbShowRuler";
     this.chbShowRuler.Label         = global::Mono.Unix.Catalog.GetString("Show Ruler");
     this.chbShowRuler.DrawIndicator = true;
     this.chbShowRuler.UseUnderline  = true;
     this.table1.Add(this.chbShowRuler);
     global::Gtk.Table.TableChild w5 = ((global::Gtk.Table.TableChild)(this.table1 [this.chbShowRuler]));
     w5.TopAttach    = ((uint)(6));
     w5.BottomAttach = ((uint)(7));
     w5.LeftAttach   = ((uint)(1));
     w5.RightAttach  = ((uint)(2));
     w5.XOptions     = ((global::Gtk.AttachOptions)(4));
     w5.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     this.chbShowSpaces               = new global::Gtk.CheckButton();
     this.chbShowSpaces.CanFocus      = true;
     this.chbShowSpaces.Name          = "chbShowSpaces";
     this.chbShowSpaces.Label         = global::Mono.Unix.Catalog.GetString("Show Spaces");
     this.chbShowSpaces.DrawIndicator = true;
     this.chbShowSpaces.UseUnderline  = true;
     this.table1.Add(this.chbShowSpaces);
     global::Gtk.Table.TableChild w6 = ((global::Gtk.Table.TableChild)(this.table1 [this.chbShowSpaces]));
     w6.TopAttach    = ((uint)(5));
     w6.BottomAttach = ((uint)(6));
     w6.LeftAttach   = ((uint)(2));
     w6.RightAttach  = ((uint)(3));
     w6.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     this.chbShowTabs               = new global::Gtk.CheckButton();
     this.chbShowTabs.CanFocus      = true;
     this.chbShowTabs.Name          = "chbShowTabs";
     this.chbShowTabs.Label         = global::Mono.Unix.Catalog.GetString("Show Tabs");
     this.chbShowTabs.DrawIndicator = true;
     this.chbShowTabs.UseUnderline  = true;
     this.table1.Add(this.chbShowTabs);
     global::Gtk.Table.TableChild w7 = ((global::Gtk.Table.TableChild)(this.table1 [this.chbShowTabs]));
     w7.TopAttach    = ((uint)(4));
     w7.BottomAttach = ((uint)(5));
     w7.LeftAttach   = ((uint)(2));
     w7.RightAttach  = ((uint)(3));
     w7.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     this.chbTabsToSpace               = new global::Gtk.CheckButton();
     this.chbTabsToSpace.CanFocus      = true;
     this.chbTabsToSpace.Name          = "chbTabsToSpace";
     this.chbTabsToSpace.Label         = global::Mono.Unix.Catalog.GetString("Convert tabs to spaces");
     this.chbTabsToSpace.DrawIndicator = true;
     this.chbTabsToSpace.UseUnderline  = true;
     this.table1.Add(this.chbTabsToSpace);
     global::Gtk.Table.TableChild w8 = ((global::Gtk.Table.TableChild)(this.table1 [this.chbTabsToSpace]));
     w8.TopAttach    = ((uint)(3));
     w8.BottomAttach = ((uint)(4));
     w8.LeftAttach   = ((uint)(1));
     w8.RightAttach  = ((uint)(2));
     w8.XOptions     = ((global::Gtk.AttachOptions)(4));
     w8.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     this.fontbutton1           = new global::Gtk.FontButton();
     this.fontbutton1.CanFocus  = true;
     this.fontbutton1.Name      = "fontbutton1";
     this.fontbutton1.FontName  = "Monospace 10";
     this.fontbutton1.ShowStyle = false;
     this.fontbutton1.UseFont   = true;
     this.fontbutton1.UseSize   = true;
     this.table1.Add(this.fontbutton1);
     global::Gtk.Table.TableChild w9 = ((global::Gtk.Table.TableChild)(this.table1 [this.fontbutton1]));
     w9.TopAttach    = ((uint)(1));
     w9.BottomAttach = ((uint)(2));
     w9.LeftAttach   = ((uint)(1));
     w9.RightAttach  = ((uint)(2));
     w9.XOptions     = ((global::Gtk.AttachOptions)(4));
     w9.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     this.label1           = new global::Gtk.Label();
     this.label1.Name      = "label1";
     this.label1.Xalign    = 1F;
     this.label1.LabelProp = global::Mono.Unix.Catalog.GetString("Font :");
     this.table1.Add(this.label1);
     global::Gtk.Table.TableChild w10 = ((global::Gtk.Table.TableChild)(this.table1 [this.label1]));
     w10.TopAttach    = ((uint)(1));
     w10.BottomAttach = ((uint)(2));
     w10.XOptions     = ((global::Gtk.AttachOptions)(4));
     w10.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     this.label2           = new global::Gtk.Label();
     this.label2.Name      = "label2";
     this.label2.Xalign    = 1F;
     this.label2.LabelProp = global::Mono.Unix.Catalog.GetString("Tab Size :");
     this.table1.Add(this.label2);
     global::Gtk.Table.TableChild w11 = ((global::Gtk.Table.TableChild)(this.table1 [this.label2]));
     w11.TopAttach    = ((uint)(2));
     w11.BottomAttach = ((uint)(3));
     w11.XOptions     = ((global::Gtk.AttachOptions)(4));
     w11.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     this.label3           = new global::Gtk.Label();
     this.label3.Name      = "label3";
     this.label3.Xalign    = 1F;
     this.label3.LabelProp = global::Mono.Unix.Catalog.GetString("Ruler column");
     this.table1.Add(this.label3);
     global::Gtk.Table.TableChild w12 = ((global::Gtk.Table.TableChild)(this.table1 [this.label3]));
     w12.TopAttach    = ((uint)(7));
     w12.BottomAttach = ((uint)(8));
     w12.XOptions     = ((global::Gtk.AttachOptions)(4));
     w12.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     this.spRulerColumn          = new global::Gtk.SpinButton(0, 100, 1);
     this.spRulerColumn.CanFocus = true;
     this.spRulerColumn.Name     = "spRulerColumn";
     this.spRulerColumn.Adjustment.PageIncrement = 1;
     this.spRulerColumn.ClimbRate = 1;
     this.spRulerColumn.Numeric   = true;
     this.table1.Add(this.spRulerColumn);
     global::Gtk.Table.TableChild w13 = ((global::Gtk.Table.TableChild)(this.table1 [this.spRulerColumn]));
     w13.TopAttach    = ((uint)(7));
     w13.BottomAttach = ((uint)(8));
     w13.LeftAttach   = ((uint)(1));
     w13.RightAttach  = ((uint)(2));
     w13.XOptions     = ((global::Gtk.AttachOptions)(4));
     w13.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     this.spTabSpace          = new global::Gtk.SpinButton(0, 20, 1);
     this.spTabSpace.CanFocus = true;
     this.spTabSpace.Name     = "spTabSpace";
     this.spTabSpace.Adjustment.PageIncrement = 1;
     this.spTabSpace.ClimbRate = 1;
     this.spTabSpace.Numeric   = true;
     this.table1.Add(this.spTabSpace);
     global::Gtk.Table.TableChild w14 = ((global::Gtk.Table.TableChild)(this.table1 [this.spTabSpace]));
     w14.TopAttach    = ((uint)(2));
     w14.BottomAttach = ((uint)(3));
     w14.LeftAttach   = ((uint)(1));
     w14.RightAttach  = ((uint)(2));
     w14.XOptions     = ((global::Gtk.AttachOptions)(4));
     w14.YOptions     = ((global::Gtk.AttachOptions)(4));
     this.Add(this.table1);
     if ((this.Child != null))
     {
         this.Child.ShowAll();
     }
     this.Hide();
 }
Example #16
0
 protected virtual void Build()
 {
     global::Stetic.Gui.Initialize(this);
     // Widget Moscrif.IDE.Option.GlobalOptionsWidget
     global::Stetic.BinContainer.Attach(this);
     this.Name = "Moscrif.IDE.Option.GlobalOptionsWidget";
     // Container child Moscrif.IDE.Option.GlobalOptionsWidget.Gtk.Container+ContainerChild
     this.vbox3         = new global::Gtk.VBox();
     this.vbox3.Name    = "vbox3";
     this.vbox3.Spacing = 6;
     // Container child vbox3.Gtk.Box+BoxChild
     this.table1               = new global::Gtk.Table(((uint)(10)), ((uint)(3)), false);
     this.table1.Name          = "table1";
     this.table1.RowSpacing    = ((uint)(6));
     this.table1.ColumnSpacing = ((uint)(6));
     // Container child table1.Gtk.Table+TableChild
     this.cbBackground          = new global::Gtk.ColorButton();
     this.cbBackground.CanFocus = true;
     this.cbBackground.Events   = ((global::Gdk.EventMask)(784));
     this.cbBackground.Name     = "cbBackground";
     this.table1.Add(this.cbBackground);
     global::Gtk.Table.TableChild w1 = ((global::Gtk.Table.TableChild)(this.table1 [this.cbBackground]));
     w1.TopAttach    = ((uint)(3));
     w1.BottomAttach = ((uint)(4));
     w1.LeftAttach   = ((uint)(1));
     w1.RightAttach  = ((uint)(2));
     w1.XOptions     = ((global::Gtk.AttachOptions)(4));
     w1.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     this.chbAutoselectProject               = new global::Gtk.CheckButton();
     this.chbAutoselectProject.CanFocus      = true;
     this.chbAutoselectProject.Name          = "chbAutoselectProject";
     this.chbAutoselectProject.Label         = global::Mono.Unix.Catalog.GetString("Auto select project");
     this.chbAutoselectProject.DrawIndicator = true;
     this.chbAutoselectProject.UseUnderline  = true;
     this.table1.Add(this.chbAutoselectProject);
     global::Gtk.Table.TableChild w2 = ((global::Gtk.Table.TableChild)(this.table1 [this.chbAutoselectProject]));
     w2.TopAttach    = ((uint)(4));
     w2.BottomAttach = ((uint)(5));
     w2.LeftAttach   = ((uint)(1));
     w2.RightAttach  = ((uint)(2));
     w2.XOptions     = ((global::Gtk.AttachOptions)(4));
     w2.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     this.chbOpenLastOpenedW               = new global::Gtk.CheckButton();
     this.chbOpenLastOpenedW.CanFocus      = true;
     this.chbOpenLastOpenedW.Name          = "chbOpenLastOpenedW";
     this.chbOpenLastOpenedW.Label         = global::Mono.Unix.Catalog.GetString("Open last opened workspace.");
     this.chbOpenLastOpenedW.DrawIndicator = true;
     this.chbOpenLastOpenedW.UseUnderline  = true;
     this.table1.Add(this.chbOpenLastOpenedW);
     global::Gtk.Table.TableChild w3 = ((global::Gtk.Table.TableChild)(this.table1 [this.chbOpenLastOpenedW]));
     w3.TopAttach    = ((uint)(5));
     w3.BottomAttach = ((uint)(6));
     w3.LeftAttach   = ((uint)(1));
     w3.RightAttach  = ((uint)(2));
     w3.XOptions     = ((global::Gtk.AttachOptions)(4));
     w3.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     this.chbShowDebugDevic               = new global::Gtk.CheckButton();
     this.chbShowDebugDevic.CanFocus      = true;
     this.chbShowDebugDevic.Name          = "chbShowDebugDevic";
     this.chbShowDebugDevic.Label         = global::Mono.Unix.Catalog.GetString("Show beta platforms.");
     this.chbShowDebugDevic.DrawIndicator = true;
     this.chbShowDebugDevic.UseUnderline  = true;
     this.table1.Add(this.chbShowDebugDevic);
     global::Gtk.Table.TableChild w4 = ((global::Gtk.Table.TableChild)(this.table1 [this.chbShowDebugDevic]));
     w4.TopAttach    = ((uint)(7));
     w4.BottomAttach = ((uint)(8));
     w4.LeftAttach   = ((uint)(1));
     w4.RightAttach  = ((uint)(2));
     w4.XOptions     = ((global::Gtk.AttachOptions)(4));
     w4.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     this.chbShowUnsupportDevic               = new global::Gtk.CheckButton();
     this.chbShowUnsupportDevic.CanFocus      = true;
     this.chbShowUnsupportDevic.Name          = "chbShowUnsupportDevic";
     this.chbShowUnsupportDevic.Label         = global::Mono.Unix.Catalog.GetString("Show obsolete platforms.");
     this.chbShowUnsupportDevic.DrawIndicator = true;
     this.chbShowUnsupportDevic.UseUnderline  = true;
     this.table1.Add(this.chbShowUnsupportDevic);
     global::Gtk.Table.TableChild w5 = ((global::Gtk.Table.TableChild)(this.table1 [this.chbShowUnsupportDevic]));
     w5.TopAttach    = ((uint)(6));
     w5.BottomAttach = ((uint)(7));
     w5.LeftAttach   = ((uint)(1));
     w5.RightAttach  = ((uint)(2));
     w5.XOptions     = ((global::Gtk.AttachOptions)(4));
     w5.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     this.fontbutton1           = new global::Gtk.FontButton();
     this.fontbutton1.CanFocus  = true;
     this.fontbutton1.Name      = "fontbutton1";
     this.fontbutton1.FontName  = "Monospace 10";
     this.fontbutton1.ShowStyle = false;
     this.fontbutton1.UseFont   = true;
     this.fontbutton1.UseSize   = true;
     this.table1.Add(this.fontbutton1);
     global::Gtk.Table.TableChild w6 = ((global::Gtk.Table.TableChild)(this.table1 [this.fontbutton1]));
     w6.TopAttach    = ((uint)(8));
     w6.BottomAttach = ((uint)(9));
     w6.LeftAttach   = ((uint)(1));
     w6.RightAttach  = ((uint)(2));
     w6.XOptions     = ((global::Gtk.AttachOptions)(4));
     w6.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     this.label1           = new global::Gtk.Label();
     this.label1.Name      = "label1";
     this.label1.Xalign    = 1F;
     this.label1.LabelProp = global::Mono.Unix.Catalog.GetString("Color :");
     this.table1.Add(this.label1);
     global::Gtk.Table.TableChild w7 = ((global::Gtk.Table.TableChild)(this.table1 [this.label1]));
     w7.TopAttach    = ((uint)(3));
     w7.BottomAttach = ((uint)(4));
     w7.XOptions     = ((global::Gtk.AttachOptions)(4));
     w7.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     this.label2 = new global::Gtk.Label();
     this.label2.TooltipMarkup = "Path to Publish Tools";
     this.label2.Name          = "label2";
     this.label2.Xalign        = 1F;
     this.label2.LabelProp     = global::Mono.Unix.Catalog.GetString("Publish Tools :");
     this.table1.Add(this.label2);
     global::Gtk.Table.TableChild w8 = ((global::Gtk.Table.TableChild)(this.table1 [this.label2]));
     w8.XOptions = ((global::Gtk.AttachOptions)(4));
     w8.YOptions = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     this.label3 = new global::Gtk.Label();
     this.label3.TooltipMarkup = "Path to Framework";
     this.label3.Name          = "label3";
     this.label3.Xalign        = 1F;
     this.label3.LabelProp     = global::Mono.Unix.Catalog.GetString("Libs Directory :");
     this.table1.Add(this.label3);
     global::Gtk.Table.TableChild w9 = ((global::Gtk.Table.TableChild)(this.table1 [this.label3]));
     w9.TopAttach    = ((uint)(1));
     w9.BottomAttach = ((uint)(2));
     w9.XOptions     = ((global::Gtk.AttachOptions)(4));
     w9.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     this.label4 = new global::Gtk.Label();
     this.label4.TooltipMarkup = "Path to Emulator and Compiler";
     this.label4.Name          = "label4";
     this.label4.Xalign        = 1F;
     this.label4.LabelProp     = global::Mono.Unix.Catalog.GetString("Emulator :");
     this.table1.Add(this.label4);
     global::Gtk.Table.TableChild w10 = ((global::Gtk.Table.TableChild)(this.table1 [this.label4]));
     w10.TopAttach    = ((uint)(2));
     w10.BottomAttach = ((uint)(3));
     w10.XOptions     = ((global::Gtk.AttachOptions)(4));
     w10.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     this.label6           = new global::Gtk.Label();
     this.label6.Name      = "label6";
     this.label6.Xalign    = 1F;
     this.label6.LabelProp = global::Mono.Unix.Catalog.GetString("Console and task font :");
     this.table1.Add(this.label6);
     global::Gtk.Table.TableChild w11 = ((global::Gtk.Table.TableChild)(this.table1 [this.label6]));
     w11.TopAttach    = ((uint)(8));
     w11.BottomAttach = ((uint)(9));
     w11.XOptions     = ((global::Gtk.AttachOptions)(4));
     w11.YOptions     = ((global::Gtk.AttachOptions)(4));
     this.vbox3.Add(this.table1);
     global::Gtk.Box.BoxChild w12 = ((global::Gtk.Box.BoxChild)(this.vbox3 [this.table1]));
     w12.Position = 0;
     // Container child vbox3.Gtk.Box+BoxChild
     this.notebook1             = new global::Gtk.Notebook();
     this.notebook1.CanFocus    = true;
     this.notebook1.Name        = "notebook1";
     this.notebook1.CurrentPage = 0;
     // Container child notebook1.Gtk.Notebook+NotebookChild
     this.frame1             = new global::Gtk.Frame();
     this.frame1.Name        = "frame1";
     this.frame1.BorderWidth = ((uint)(1));
     // Container child frame1.Gtk.Container+ContainerChild
     this.GtkAlignment2             = new global::Gtk.Alignment(0F, 0F, 1F, 1F);
     this.GtkAlignment2.Name        = "GtkAlignment2";
     this.GtkAlignment2.LeftPadding = ((uint)(12));
     // Container child GtkAlignment2.Gtk.Container+ContainerChild
     this.hbox1 = new global::Gtk.HBox();
     this.hbox1.HeightRequest = 102;
     this.hbox1.Name          = "hbox1";
     this.hbox1.Spacing       = 6;
     // Container child hbox1.Gtk.Box+BoxChild
     this.label5           = new global::Gtk.Label();
     this.label5.Name      = "label5";
     this.label5.Xalign    = 1F;
     this.label5.LabelProp = global::Mono.Unix.Catalog.GetString("Ignored :");
     this.hbox1.Add(this.label5);
     global::Gtk.Box.BoxChild w13 = ((global::Gtk.Box.BoxChild)(this.hbox1 [this.label5]));
     w13.Position = 0;
     w13.Expand   = false;
     w13.Fill     = false;
     // Container child hbox1.Gtk.Box+BoxChild
     this.GtkScrolledWindow1            = new global::Gtk.ScrolledWindow();
     this.GtkScrolledWindow1.Name       = "GtkScrolledWindow1";
     this.GtkScrolledWindow1.ShadowType = ((global::Gtk.ShadowType)(1));
     // Container child GtkScrolledWindow1.Gtk.Container+ContainerChild
     this.tvIgnoreFolder          = new global::Gtk.TreeView();
     this.tvIgnoreFolder.CanFocus = true;
     this.tvIgnoreFolder.Name     = "tvIgnoreFolder";
     this.GtkScrolledWindow1.Add(this.tvIgnoreFolder);
     this.hbox1.Add(this.GtkScrolledWindow1);
     global::Gtk.Box.BoxChild w15 = ((global::Gtk.Box.BoxChild)(this.hbox1 [this.GtkScrolledWindow1]));
     w15.Position = 1;
     // Container child hbox1.Gtk.Box+BoxChild
     this.vbuttonbox1             = new global::Gtk.VButtonBox();
     this.vbuttonbox1.Name        = "vbuttonbox1";
     this.vbuttonbox1.Spacing     = -1;
     this.vbuttonbox1.LayoutStyle = ((global::Gtk.ButtonBoxStyle)(3));
     // Container child vbuttonbox1.Gtk.ButtonBox+ButtonBoxChild
     this.btnAddIF              = new global::Gtk.Button();
     this.btnAddIF.CanFocus     = true;
     this.btnAddIF.Name         = "btnAddIF";
     this.btnAddIF.UseUnderline = true;
     this.btnAddIF.Label        = global::Mono.Unix.Catalog.GetString("Add");
     this.vbuttonbox1.Add(this.btnAddIF);
     global::Gtk.ButtonBox.ButtonBoxChild w16 = ((global::Gtk.ButtonBox.ButtonBoxChild)(this.vbuttonbox1 [this.btnAddIF]));
     w16.Expand = false;
     w16.Fill   = false;
     // Container child vbuttonbox1.Gtk.ButtonBox+ButtonBoxChild
     this.btnEditIF              = new global::Gtk.Button();
     this.btnEditIF.CanFocus     = true;
     this.btnEditIF.Name         = "btnEditIF";
     this.btnEditIF.UseUnderline = true;
     this.btnEditIF.Label        = global::Mono.Unix.Catalog.GetString("Edit");
     this.vbuttonbox1.Add(this.btnEditIF);
     global::Gtk.ButtonBox.ButtonBoxChild w17 = ((global::Gtk.ButtonBox.ButtonBoxChild)(this.vbuttonbox1 [this.btnEditIF]));
     w17.Position = 1;
     w17.Expand   = false;
     w17.Fill     = false;
     // Container child vbuttonbox1.Gtk.ButtonBox+ButtonBoxChild
     this.btnDeleteIF              = new global::Gtk.Button();
     this.btnDeleteIF.CanFocus     = true;
     this.btnDeleteIF.Name         = "btnDeleteIF";
     this.btnDeleteIF.UseUnderline = true;
     this.btnDeleteIF.Label        = global::Mono.Unix.Catalog.GetString("Delete");
     this.vbuttonbox1.Add(this.btnDeleteIF);
     global::Gtk.ButtonBox.ButtonBoxChild w18 = ((global::Gtk.ButtonBox.ButtonBoxChild)(this.vbuttonbox1 [this.btnDeleteIF]));
     w18.Position = 2;
     w18.Expand   = false;
     w18.Fill     = false;
     // Container child vbuttonbox1.Gtk.ButtonBox+ButtonBoxChild
     this.button8              = new global::Gtk.Button();
     this.button8.CanFocus     = true;
     this.button8.Name         = "button8";
     this.button8.UseUnderline = true;
     this.button8.Label        = global::Mono.Unix.Catalog.GetString("Reset");
     this.vbuttonbox1.Add(this.button8);
     global::Gtk.ButtonBox.ButtonBoxChild w19 = ((global::Gtk.ButtonBox.ButtonBoxChild)(this.vbuttonbox1 [this.button8]));
     w19.Position = 3;
     w19.Expand   = false;
     w19.Fill     = false;
     this.hbox1.Add(this.vbuttonbox1);
     global::Gtk.Box.BoxChild w20 = ((global::Gtk.Box.BoxChild)(this.hbox1 [this.vbuttonbox1]));
     w20.Position = 2;
     w20.Expand   = false;
     w20.Fill     = false;
     this.GtkAlignment2.Add(this.hbox1);
     this.frame1.Add(this.GtkAlignment2);
     this.GtkLabel11           = new global::Gtk.Label();
     this.GtkLabel11.Name      = "GtkLabel11";
     this.GtkLabel11.LabelProp = global::Mono.Unix.Catalog.GetString("<b>Ignore Folder</b>");
     this.GtkLabel11.UseMarkup = true;
     this.frame1.LabelWidget   = this.GtkLabel11;
     this.notebook1.Add(this.frame1);
     // Notebook tab
     this.label7           = new global::Gtk.Label();
     this.label7.Name      = "label7";
     this.label7.LabelProp = global::Mono.Unix.Catalog.GetString("Ignore Folder");
     this.notebook1.SetTabLabel(this.frame1, this.label7);
     this.label7.ShowAll();
     // Container child notebook1.Gtk.Notebook+NotebookChild
     this.frame2             = new global::Gtk.Frame();
     this.frame2.Name        = "frame2";
     this.frame2.BorderWidth = ((uint)(1));
     // Container child frame2.Gtk.Container+ContainerChild
     this.GtkAlignment3             = new global::Gtk.Alignment(0F, 0F, 1F, 1F);
     this.GtkAlignment3.Name        = "GtkAlignment3";
     this.GtkAlignment3.LeftPadding = ((uint)(12));
     // Container child GtkAlignment3.Gtk.Container+ContainerChild
     this.hbox2 = new global::Gtk.HBox();
     this.hbox2.HeightRequest = 102;
     this.hbox2.Name          = "hbox2";
     this.hbox2.Spacing       = 6;
     // Container child hbox2.Gtk.Box+BoxChild
     this.labelFi           = new global::Gtk.Label();
     this.labelFi.Name      = "labelFi";
     this.labelFi.Xalign    = 1F;
     this.labelFi.LabelProp = global::Mono.Unix.Catalog.GetString("Ignored :");
     this.hbox2.Add(this.labelFi);
     global::Gtk.Box.BoxChild w24 = ((global::Gtk.Box.BoxChild)(this.hbox2 [this.labelFi]));
     w24.Position = 0;
     w24.Expand   = false;
     w24.Fill     = false;
     // Container child hbox2.Gtk.Box+BoxChild
     this.GtkScrolledWindow2            = new global::Gtk.ScrolledWindow();
     this.GtkScrolledWindow2.Name       = "GtkScrolledWindow2";
     this.GtkScrolledWindow2.ShadowType = ((global::Gtk.ShadowType)(1));
     // Container child GtkScrolledWindow2.Gtk.Container+ContainerChild
     this.tvIgnoreFiles          = new global::Gtk.TreeView();
     this.tvIgnoreFiles.CanFocus = true;
     this.tvIgnoreFiles.Name     = "tvIgnoreFiles";
     this.GtkScrolledWindow2.Add(this.tvIgnoreFiles);
     this.hbox2.Add(this.GtkScrolledWindow2);
     global::Gtk.Box.BoxChild w26 = ((global::Gtk.Box.BoxChild)(this.hbox2 [this.GtkScrolledWindow2]));
     w26.Position = 1;
     // Container child hbox2.Gtk.Box+BoxChild
     this.vbuttonbox2             = new global::Gtk.VButtonBox();
     this.vbuttonbox2.Name        = "vbuttonbox2";
     this.vbuttonbox2.Spacing     = -1;
     this.vbuttonbox2.LayoutStyle = ((global::Gtk.ButtonBoxStyle)(3));
     // Container child vbuttonbox2.Gtk.ButtonBox+ButtonBoxChild
     this.btnAddIFi              = new global::Gtk.Button();
     this.btnAddIFi.CanFocus     = true;
     this.btnAddIFi.Name         = "btnAddIFi";
     this.btnAddIFi.UseUnderline = true;
     this.btnAddIFi.Label        = global::Mono.Unix.Catalog.GetString("Add");
     this.vbuttonbox2.Add(this.btnAddIFi);
     global::Gtk.ButtonBox.ButtonBoxChild w27 = ((global::Gtk.ButtonBox.ButtonBoxChild)(this.vbuttonbox2 [this.btnAddIFi]));
     w27.Expand = false;
     w27.Fill   = false;
     // Container child vbuttonbox2.Gtk.ButtonBox+ButtonBoxChild
     this.btnEditIFi              = new global::Gtk.Button();
     this.btnEditIFi.CanFocus     = true;
     this.btnEditIFi.Name         = "btnEditIFi";
     this.btnEditIFi.UseUnderline = true;
     this.btnEditIFi.Label        = global::Mono.Unix.Catalog.GetString("Edit");
     this.vbuttonbox2.Add(this.btnEditIFi);
     global::Gtk.ButtonBox.ButtonBoxChild w28 = ((global::Gtk.ButtonBox.ButtonBoxChild)(this.vbuttonbox2 [this.btnEditIFi]));
     w28.Position = 1;
     w28.Expand   = false;
     w28.Fill     = false;
     // Container child vbuttonbox2.Gtk.ButtonBox+ButtonBoxChild
     this.btnDeleteIFi              = new global::Gtk.Button();
     this.btnDeleteIFi.CanFocus     = true;
     this.btnDeleteIFi.Name         = "btnDeleteIFi";
     this.btnDeleteIFi.UseUnderline = true;
     this.btnDeleteIFi.Label        = global::Mono.Unix.Catalog.GetString("Delete");
     this.vbuttonbox2.Add(this.btnDeleteIFi);
     global::Gtk.ButtonBox.ButtonBoxChild w29 = ((global::Gtk.ButtonBox.ButtonBoxChild)(this.vbuttonbox2 [this.btnDeleteIFi]));
     w29.Position = 2;
     w29.Expand   = false;
     w29.Fill     = false;
     // Container child vbuttonbox2.Gtk.ButtonBox+ButtonBoxChild
     this.btnResetIFi              = new global::Gtk.Button();
     this.btnResetIFi.CanFocus     = true;
     this.btnResetIFi.Name         = "btnResetIFi";
     this.btnResetIFi.UseUnderline = true;
     this.btnResetIFi.Label        = global::Mono.Unix.Catalog.GetString("Reset");
     this.vbuttonbox2.Add(this.btnResetIFi);
     global::Gtk.ButtonBox.ButtonBoxChild w30 = ((global::Gtk.ButtonBox.ButtonBoxChild)(this.vbuttonbox2 [this.btnResetIFi]));
     w30.Position = 3;
     w30.Expand   = false;
     w30.Fill     = false;
     this.hbox2.Add(this.vbuttonbox2);
     global::Gtk.Box.BoxChild w31 = ((global::Gtk.Box.BoxChild)(this.hbox2 [this.vbuttonbox2]));
     w31.Position = 2;
     w31.Expand   = false;
     w31.Fill     = false;
     this.GtkAlignment3.Add(this.hbox2);
     this.frame2.Add(this.GtkAlignment3);
     this.GtkLabel16           = new global::Gtk.Label();
     this.GtkLabel16.Name      = "GtkLabel16";
     this.GtkLabel16.LabelProp = global::Mono.Unix.Catalog.GetString("<b>Ignore Files</b>");
     this.GtkLabel16.UseMarkup = true;
     this.frame2.LabelWidget   = this.GtkLabel16;
     this.notebook1.Add(this.frame2);
     global::Gtk.Notebook.NotebookChild w34 = ((global::Gtk.Notebook.NotebookChild)(this.notebook1 [this.frame2]));
     w34.Position = 1;
     // Notebook tab
     this.label8           = new global::Gtk.Label();
     this.label8.Name      = "label8";
     this.label8.LabelProp = global::Mono.Unix.Catalog.GetString("Ignore Files");
     this.notebook1.SetTabLabel(this.frame2, this.label8);
     this.label8.ShowAll();
     this.vbox3.Add(this.notebook1);
     global::Gtk.Box.BoxChild w35 = ((global::Gtk.Box.BoxChild)(this.vbox3 [this.notebook1]));
     w35.Position = 1;
     w35.Expand   = false;
     w35.Fill     = false;
     this.Add(this.vbox3);
     if ((this.Child != null))
     {
         this.Child.ShowAll();
     }
     this.Hide();
     this.btnAddIF.Clicked     += new global::System.EventHandler(this.OnBtnAddIFClicked);
     this.btnEditIF.Clicked    += new global::System.EventHandler(this.OnBtnEditIFClicked);
     this.btnDeleteIF.Clicked  += new global::System.EventHandler(this.OnBtnDeleteIFClicked);
     this.button8.Clicked      += new global::System.EventHandler(this.OnButton8Clicked);
     this.btnAddIFi.Clicked    += new global::System.EventHandler(this.OnBtnAddIFiClicked);
     this.btnEditIFi.Clicked   += new global::System.EventHandler(this.OnBtnEditIFiClicked);
     this.btnDeleteIFi.Clicked += new global::System.EventHandler(this.OnBtnDeleteIFiClicked);
     this.btnResetIFi.Clicked  += new global::System.EventHandler(this.OnBtnResetIFiClicked);
 }
Example #17
0
 protected virtual void Build()
 {
     global::Stetic.Gui.Initialize(this);
     // Widget MonoDevelop.FSharp.Gui.FSharpSettingsWidget
     global::Stetic.BinContainer.Attach(this);
     this.Name = "MonoDevelop.FSharp.Gui.FSharpSettingsWidget";
     // Container child MonoDevelop.FSharp.Gui.FSharpSettingsWidget.Gtk.Container+ContainerChild
     this.vbox1         = new global::Gtk.VBox();
     this.vbox1.Name    = "vbox1";
     this.vbox1.Spacing = 6;
     // Container child vbox1.Gtk.Box+BoxChild
     this.hbox2         = new global::Gtk.HBox();
     this.hbox2.Name    = "hbox2";
     this.hbox2.Spacing = 6;
     // Container child hbox2.Gtk.Box+BoxChild
     this.label4           = new global::Gtk.Label();
     this.label4.Name      = "label4";
     this.label4.LabelProp = global::Mono.Unix.Catalog.GetString("<b>F# Interactive</b>");
     this.label4.UseMarkup = true;
     this.hbox2.Add(this.label4);
     global::Gtk.Box.BoxChild w1 = ((global::Gtk.Box.BoxChild)(this.hbox2 [this.label4]));
     w1.Position = 0;
     w1.Expand   = false;
     w1.Fill     = false;
     // Container child hbox2.Gtk.Box+BoxChild
     this.checkInteractiveUseDefault               = new global::Gtk.CheckButton();
     this.checkInteractiveUseDefault.CanFocus      = true;
     this.checkInteractiveUseDefault.Name          = "checkInteractiveUseDefault";
     this.checkInteractiveUseDefault.Label         = global::Mono.Unix.Catalog.GetString("Use Default");
     this.checkInteractiveUseDefault.Active        = true;
     this.checkInteractiveUseDefault.DrawIndicator = true;
     this.checkInteractiveUseDefault.UseUnderline  = true;
     this.hbox2.Add(this.checkInteractiveUseDefault);
     global::Gtk.Box.BoxChild w2 = ((global::Gtk.Box.BoxChild)(this.hbox2 [this.checkInteractiveUseDefault]));
     w2.Position = 1;
     this.vbox1.Add(this.hbox2);
     global::Gtk.Box.BoxChild w3 = ((global::Gtk.Box.BoxChild)(this.vbox1 [this.hbox2]));
     w3.Position = 0;
     w3.Expand   = false;
     w3.Fill     = false;
     // Container child vbox1.Gtk.Box+BoxChild
     this.table1               = new global::Gtk.Table(((uint)(2)), ((uint)(3)), false);
     this.table1.Name          = "table1";
     this.table1.RowSpacing    = ((uint)(6));
     this.table1.ColumnSpacing = ((uint)(6));
     // Container child table1.Gtk.Table+TableChild
     this.buttonBrowse              = new global::Gtk.Button();
     this.buttonBrowse.CanFocus     = true;
     this.buttonBrowse.Name         = "buttonBrowse";
     this.buttonBrowse.UseUnderline = true;
     this.buttonBrowse.Label        = global::Mono.Unix.Catalog.GetString("_Browse...");
     this.table1.Add(this.buttonBrowse);
     global::Gtk.Table.TableChild w4 = ((global::Gtk.Table.TableChild)(this.table1 [this.buttonBrowse]));
     w4.LeftAttach  = ((uint)(2));
     w4.RightAttach = ((uint)(3));
     w4.XOptions    = ((global::Gtk.AttachOptions)(4));
     w4.YOptions    = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     this.entryArguments               = new global::Gtk.Entry();
     this.entryArguments.CanFocus      = true;
     this.entryArguments.Name          = "entryArguments";
     this.entryArguments.IsEditable    = true;
     this.entryArguments.InvisibleChar = '●';
     this.table1.Add(this.entryArguments);
     global::Gtk.Table.TableChild w5 = ((global::Gtk.Table.TableChild)(this.table1 [this.entryArguments]));
     w5.TopAttach    = ((uint)(1));
     w5.BottomAttach = ((uint)(2));
     w5.LeftAttach   = ((uint)(1));
     w5.RightAttach  = ((uint)(3));
     w5.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     this.entryPath               = new global::Gtk.Entry();
     this.entryPath.CanFocus      = true;
     this.entryPath.Name          = "entryPath";
     this.entryPath.IsEditable    = true;
     this.entryPath.InvisibleChar = '●';
     this.table1.Add(this.entryPath);
     global::Gtk.Table.TableChild w6 = ((global::Gtk.Table.TableChild)(this.table1 [this.entryPath]));
     w6.LeftAttach  = ((uint)(1));
     w6.RightAttach = ((uint)(2));
     w6.YOptions    = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     this.GtkLabel1           = new global::Gtk.Label();
     this.GtkLabel1.Name      = "GtkLabel1";
     this.GtkLabel1.Xalign    = 0F;
     this.GtkLabel1.LabelProp = global::Mono.Unix.Catalog.GetString("Path");
     this.GtkLabel1.UseMarkup = true;
     this.table1.Add(this.GtkLabel1);
     global::Gtk.Table.TableChild w7 = ((global::Gtk.Table.TableChild)(this.table1 [this.GtkLabel1]));
     w7.XOptions = ((global::Gtk.AttachOptions)(4));
     w7.YOptions = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     this.GtkLabel6           = new global::Gtk.Label();
     this.GtkLabel6.Name      = "GtkLabel6";
     this.GtkLabel6.Xalign    = 0F;
     this.GtkLabel6.LabelProp = global::Mono.Unix.Catalog.GetString("Options");
     this.GtkLabel6.UseMarkup = true;
     this.table1.Add(this.GtkLabel6);
     global::Gtk.Table.TableChild w8 = ((global::Gtk.Table.TableChild)(this.table1 [this.GtkLabel6]));
     w8.TopAttach    = ((uint)(1));
     w8.BottomAttach = ((uint)(2));
     w8.XOptions     = ((global::Gtk.AttachOptions)(4));
     w8.YOptions     = ((global::Gtk.AttachOptions)(4));
     this.vbox1.Add(this.table1);
     global::Gtk.Box.BoxChild w9 = ((global::Gtk.Box.BoxChild)(this.vbox1 [this.table1]));
     w9.Position = 1;
     w9.Expand   = false;
     w9.Fill     = false;
     // Container child vbox1.Gtk.Box+BoxChild
     this.hbox1         = new global::Gtk.HBox();
     this.hbox1.Name    = "hbox1";
     this.hbox1.Spacing = 6;
     // Container child hbox1.Gtk.Box+BoxChild
     this.label2           = new global::Gtk.Label();
     this.label2.Name      = "label2";
     this.label2.LabelProp = global::Mono.Unix.Catalog.GetString("<b>F# Default Compiler</b>");
     this.label2.UseMarkup = true;
     this.hbox1.Add(this.label2);
     global::Gtk.Box.BoxChild w10 = ((global::Gtk.Box.BoxChild)(this.hbox1 [this.label2]));
     w10.Position = 0;
     w10.Expand   = false;
     w10.Fill     = false;
     // Container child hbox1.Gtk.Box+BoxChild
     this.checkCompilerUseDefault               = new global::Gtk.CheckButton();
     this.checkCompilerUseDefault.CanFocus      = true;
     this.checkCompilerUseDefault.Name          = "checkCompilerUseDefault";
     this.checkCompilerUseDefault.Label         = global::Mono.Unix.Catalog.GetString("Use Default");
     this.checkCompilerUseDefault.Active        = true;
     this.checkCompilerUseDefault.DrawIndicator = true;
     this.checkCompilerUseDefault.UseUnderline  = true;
     this.hbox1.Add(this.checkCompilerUseDefault);
     global::Gtk.Box.BoxChild w11 = ((global::Gtk.Box.BoxChild)(this.hbox1 [this.checkCompilerUseDefault]));
     w11.Position = 1;
     this.vbox1.Add(this.hbox1);
     global::Gtk.Box.BoxChild w12 = ((global::Gtk.Box.BoxChild)(this.vbox1 [this.hbox1]));
     w12.Position = 2;
     w12.Expand   = false;
     w12.Fill     = false;
     // Container child vbox1.Gtk.Box+BoxChild
     this.frame1            = new global::Gtk.Frame();
     this.frame1.Name       = "frame1";
     this.frame1.ShadowType = ((global::Gtk.ShadowType)(0));
     // Container child frame1.Gtk.Container+ContainerChild
     this.GtkAlignment2             = new global::Gtk.Alignment(0F, 0F, 1F, 1F);
     this.GtkAlignment2.Name        = "GtkAlignment2";
     this.GtkAlignment2.LeftPadding = ((uint)(12));
     // Container child GtkAlignment2.Gtk.Container+ContainerChild
     this.table2               = new global::Gtk.Table(((uint)(1)), ((uint)(3)), false);
     this.table2.Name          = "table2";
     this.table2.RowSpacing    = ((uint)(6));
     this.table2.ColumnSpacing = ((uint)(6));
     // Container child table2.Gtk.Table+TableChild
     this.buttonCompilerBrowse              = new global::Gtk.Button();
     this.buttonCompilerBrowse.CanFocus     = true;
     this.buttonCompilerBrowse.Name         = "buttonCompilerBrowse";
     this.buttonCompilerBrowse.UseUnderline = true;
     this.buttonCompilerBrowse.Label        = global::Mono.Unix.Catalog.GetString("_Browse...");
     this.table2.Add(this.buttonCompilerBrowse);
     global::Gtk.Table.TableChild w13 = ((global::Gtk.Table.TableChild)(this.table2 [this.buttonCompilerBrowse]));
     w13.LeftAttach  = ((uint)(2));
     w13.RightAttach = ((uint)(3));
     w13.XOptions    = ((global::Gtk.AttachOptions)(4));
     w13.YOptions    = ((global::Gtk.AttachOptions)(4));
     // Container child table2.Gtk.Table+TableChild
     this.entryCompilerPath               = new global::Gtk.Entry();
     this.entryCompilerPath.CanFocus      = true;
     this.entryCompilerPath.Name          = "entryCompilerPath";
     this.entryCompilerPath.IsEditable    = true;
     this.entryCompilerPath.InvisibleChar = '●';
     this.table2.Add(this.entryCompilerPath);
     global::Gtk.Table.TableChild w14 = ((global::Gtk.Table.TableChild)(this.table2 [this.entryCompilerPath]));
     w14.LeftAttach  = ((uint)(1));
     w14.RightAttach = ((uint)(2));
     w14.YOptions    = ((global::Gtk.AttachOptions)(4));
     // Container child table2.Gtk.Table+TableChild
     this.label3           = new global::Gtk.Label();
     this.label3.Name      = "label3";
     this.label3.LabelProp = global::Mono.Unix.Catalog.GetString("Path");
     this.table2.Add(this.label3);
     global::Gtk.Table.TableChild w15 = ((global::Gtk.Table.TableChild)(this.table2 [this.label3]));
     w15.XOptions = ((global::Gtk.AttachOptions)(4));
     w15.YOptions = ((global::Gtk.AttachOptions)(4));
     this.GtkAlignment2.Add(this.table2);
     this.frame1.Add(this.GtkAlignment2);
     this.GtkLabel5           = new global::Gtk.Label();
     this.GtkLabel5.Name      = "GtkLabel5";
     this.GtkLabel5.UseMarkup = true;
     this.frame1.LabelWidget  = this.GtkLabel5;
     this.vbox1.Add(this.frame1);
     global::Gtk.Box.BoxChild w18 = ((global::Gtk.Box.BoxChild)(this.vbox1 [this.frame1]));
     w18.Position = 3;
     w18.Expand   = false;
     w18.Fill     = false;
     // Container child vbox1.Gtk.Box+BoxChild
     this.frame4            = new global::Gtk.Frame();
     this.frame4.Name       = "frame4";
     this.frame4.ShadowType = ((global::Gtk.ShadowType)(0));
     // Container child frame4.Gtk.Container+ContainerChild
     this.GtkAlignment1             = new global::Gtk.Alignment(0F, 0F, 1F, 1F);
     this.GtkAlignment1.Name        = "GtkAlignment1";
     this.GtkAlignment1.LeftPadding = ((uint)(12));
     this.GtkAlignment1.TopPadding  = ((uint)(6));
     // Container child GtkAlignment1.Gtk.Container+ContainerChild
     this.fontbutton1          = new global::Gtk.FontButton();
     this.fontbutton1.CanFocus = true;
     this.fontbutton1.Name     = "fontbutton1";
     this.GtkAlignment1.Add(this.fontbutton1);
     this.frame4.Add(this.GtkAlignment1);
     this.GtkLabel13           = new global::Gtk.Label();
     this.GtkLabel13.Name      = "GtkLabel13";
     this.GtkLabel13.LabelProp = global::Mono.Unix.Catalog.GetString("<b>Interactive Pad Font</b>");
     this.GtkLabel13.UseMarkup = true;
     this.frame4.LabelWidget   = this.GtkLabel13;
     this.vbox1.Add(this.frame4);
     global::Gtk.Box.BoxChild w21 = ((global::Gtk.Box.BoxChild)(this.vbox1 [this.frame4]));
     w21.Position = 4;
     w21.Expand   = false;
     w21.Fill     = false;
     // Container child vbox1.Gtk.Box+BoxChild
     this.label1           = new global::Gtk.Label();
     this.label1.Name      = "label1";
     this.label1.Xalign    = 0F;
     this.label1.LabelProp = global::Mono.Unix.Catalog.GetString("<b>FSI Colors</b>");
     this.label1.UseMarkup = true;
     this.vbox1.Add(this.label1);
     global::Gtk.Box.BoxChild w22 = ((global::Gtk.Box.BoxChild)(this.vbox1 [this.label1]));
     w22.Position = 5;
     w22.Expand   = false;
     w22.Fill     = false;
     // Container child vbox1.Gtk.Box+BoxChild
     this.matchThemeCheckbox               = new global::Gtk.CheckButton();
     this.matchThemeCheckbox.CanFocus      = true;
     this.matchThemeCheckbox.Name          = "matchThemeCheckbox";
     this.matchThemeCheckbox.Label         = global::Mono.Unix.Catalog.GetString("Match with Theme");
     this.matchThemeCheckbox.DrawIndicator = true;
     this.matchThemeCheckbox.UseUnderline  = true;
     this.vbox1.Add(this.matchThemeCheckbox);
     global::Gtk.Box.BoxChild w23 = ((global::Gtk.Box.BoxChild)(this.vbox1 [this.matchThemeCheckbox]));
     w23.Position = 6;
     w23.Expand   = false;
     w23.Fill     = false;
     // Container child vbox1.Gtk.Box+BoxChild
     this.colorsHBox         = new global::Gtk.HBox();
     this.colorsHBox.Name    = "colorsHBox";
     this.colorsHBox.Spacing = 6;
     // Container child colorsHBox.Gtk.Box+BoxChild
     this.vbox2         = new global::Gtk.VBox();
     this.vbox2.Name    = "vbox2";
     this.vbox2.Spacing = 6;
     // Container child vbox2.Gtk.Box+BoxChild
     this.label5           = new global::Gtk.Label();
     this.label5.Name      = "label5";
     this.label5.LabelProp = global::Mono.Unix.Catalog.GetString("Base Color");
     this.vbox2.Add(this.label5);
     global::Gtk.Box.BoxChild w24 = ((global::Gtk.Box.BoxChild)(this.vbox2 [this.label5]));
     w24.Position = 0;
     w24.Expand   = false;
     w24.Fill     = false;
     // Container child vbox2.Gtk.Box+BoxChild
     this.baseColorButton          = new global::Gtk.ColorButton();
     this.baseColorButton.CanFocus = true;
     this.baseColorButton.Events   = ((global::Gdk.EventMask)(784));
     this.baseColorButton.Name     = "baseColorButton";
     this.vbox2.Add(this.baseColorButton);
     global::Gtk.Box.BoxChild w25 = ((global::Gtk.Box.BoxChild)(this.vbox2 [this.baseColorButton]));
     w25.Position = 1;
     w25.Expand   = false;
     w25.Fill     = false;
     this.colorsHBox.Add(this.vbox2);
     global::Gtk.Box.BoxChild w26 = ((global::Gtk.Box.BoxChild)(this.colorsHBox [this.vbox2]));
     w26.Position = 0;
     w26.Expand   = false;
     w26.Fill     = false;
     // Container child colorsHBox.Gtk.Box+BoxChild
     this.vbox3         = new global::Gtk.VBox();
     this.vbox3.Name    = "vbox3";
     this.vbox3.Spacing = 6;
     // Container child vbox3.Gtk.Box+BoxChild
     this.label6           = new global::Gtk.Label();
     this.label6.Name      = "label6";
     this.label6.LabelProp = global::Mono.Unix.Catalog.GetString("Text Color");
     this.vbox3.Add(this.label6);
     global::Gtk.Box.BoxChild w27 = ((global::Gtk.Box.BoxChild)(this.vbox3 [this.label6]));
     w27.Position = 0;
     w27.Expand   = false;
     w27.Fill     = false;
     // Container child vbox3.Gtk.Box+BoxChild
     this.textColorButton          = new global::Gtk.ColorButton();
     this.textColorButton.CanFocus = true;
     this.textColorButton.Events   = ((global::Gdk.EventMask)(784));
     this.textColorButton.Name     = "textColorButton";
     this.vbox3.Add(this.textColorButton);
     global::Gtk.Box.BoxChild w28 = ((global::Gtk.Box.BoxChild)(this.vbox3 [this.textColorButton]));
     w28.Position = 1;
     w28.Expand   = false;
     w28.Fill     = false;
     this.colorsHBox.Add(this.vbox3);
     global::Gtk.Box.BoxChild w29 = ((global::Gtk.Box.BoxChild)(this.colorsHBox [this.vbox3]));
     w29.Position = 1;
     w29.Expand   = false;
     w29.Fill     = false;
     this.vbox1.Add(this.colorsHBox);
     global::Gtk.Box.BoxChild w30 = ((global::Gtk.Box.BoxChild)(this.vbox1 [this.colorsHBox]));
     w30.PackType = ((global::Gtk.PackType)(1));
     w30.Position = 7;
     w30.Expand   = false;
     w30.Fill     = false;
     this.Add(this.vbox1);
     if ((this.Child != null))
     {
         this.Child.ShowAll();
     }
     this.Hide();
 }