protected virtual void Build ()
		{
			global::Stetic.Gui.Initialize (this);
			// Widget MonoDevelop.GtkCore.Dialogs.GtkDesignerOptionsPanelWidget
			global::Stetic.BinContainer.Attach (this);
			this.Name = "MonoDevelop.GtkCore.Dialogs.GtkDesignerOptionsPanelWidget";
			// Container child MonoDevelop.GtkCore.Dialogs.GtkDesignerOptionsPanelWidget.Gtk.Container+ContainerChild
			this.vbox2 = new global::Gtk.VBox ();
			this.vbox2.Name = "vbox2";
			this.vbox2.Spacing = 6;
			// Container child vbox2.Gtk.Box+BoxChild
			this.checkSwitchLayout = new global::Gtk.CheckButton ();
			this.checkSwitchLayout.CanFocus = true;
			this.checkSwitchLayout.Name = "checkSwitchLayout";
			this.checkSwitchLayout.Label = global::Mono.Unix.Catalog.GetString ("Automatically switch to the \"GUI Builder\" layout when opening the designer");
			this.checkSwitchLayout.DrawIndicator = true;
			this.checkSwitchLayout.UseUnderline = true;
			this.vbox2.Add (this.checkSwitchLayout);
			global::Gtk.Box.BoxChild w1 = ((global::Gtk.Box.BoxChild)(this.vbox2 [this.checkSwitchLayout]));
			w1.Position = 0;
			w1.Expand = false;
			w1.Fill = false;
			this.Add (this.vbox2);
			if ((this.Child != null)) {
				this.Child.ShowAll ();
			}
			this.Hide ();
		}
 protected virtual void Build()
 {
     global::Stetic.Gui.Initialize (this);
     // Widget Nova4X.UI.SettingsWindow
     this.Name = "Nova4X.UI.SettingsWindow";
     this.Title = global::Mono.Unix.Catalog.GetString ("Settings");
     this.WindowPosition = ((global::Gtk.WindowPosition)(4));
     // Container child Nova4X.UI.SettingsWindow.Gtk.Container+ContainerChild
     this.vbox_SettingsRoot = new global::Gtk.VBox ();
     this.vbox_SettingsRoot.Name = "vbox_SettingsRoot";
     this.vbox_SettingsRoot.Spacing = 6;
     // Container child vbox_SettingsRoot.Gtk.Box+BoxChild
     this.table_SettingsMain = new global::Gtk.Table (((uint)(5)), ((uint)(2)), false);
     this.table_SettingsMain.Name = "table_SettingsMain";
     this.table_SettingsMain.RowSpacing = ((uint)(6));
     this.table_SettingsMain.ColumnSpacing = ((uint)(6));
     this.table_SettingsMain.BorderWidth = ((uint)(5));
     // Container child table_SettingsMain.Gtk.Table+TableChild
     this.chkbtn_Debug = new global::Gtk.CheckButton ();
     this.chkbtn_Debug.CanFocus = true;
     this.chkbtn_Debug.Name = "chkbtn_Debug";
     this.chkbtn_Debug.Label = global::Mono.Unix.Catalog.GetString ("Debug Mode");
     this.chkbtn_Debug.DrawIndicator = true;
     this.chkbtn_Debug.UseUnderline = true;
     this.chkbtn_Debug.BorderWidth = ((uint)(16));
     this.table_SettingsMain.Add (this.chkbtn_Debug);
     global::Gtk.Table.TableChild w1 = ((global::Gtk.Table.TableChild)(this.table_SettingsMain [this.chkbtn_Debug]));
     w1.YOptions = ((global::Gtk.AttachOptions)(4));
     // Container child table_SettingsMain.Gtk.Table+TableChild
     this.label_DebugMode = new global::Gtk.Label ();
     this.label_DebugMode.Name = "label_DebugMode";
     this.label_DebugMode.LabelProp = global::Mono.Unix.Catalog.GetString ("Debug Mode causes the game to put out a large amount of data that will make it rather hard to play. Such data, however, gives gurus of the religion of the Mono Runtime a great deal of insight into the workings of the universe.");
     this.label_DebugMode.Wrap = true;
     this.table_SettingsMain.Add (this.label_DebugMode);
     global::Gtk.Table.TableChild w2 = ((global::Gtk.Table.TableChild)(this.table_SettingsMain [this.label_DebugMode]));
     w2.LeftAttach = ((uint)(1));
     w2.RightAttach = ((uint)(2));
     w2.XOptions = ((global::Gtk.AttachOptions)(4));
     w2.YOptions = ((global::Gtk.AttachOptions)(4));
     this.vbox_SettingsRoot.Add (this.table_SettingsMain);
     global::Gtk.Box.BoxChild w3 = ((global::Gtk.Box.BoxChild)(this.vbox_SettingsRoot [this.table_SettingsMain]));
     w3.Position = 0;
     // Container child vbox_SettingsRoot.Gtk.Box+BoxChild
     this.statusbar_Settings = new global::Gtk.Statusbar ();
     this.statusbar_Settings.Name = "statusbar_Settings";
     this.statusbar_Settings.Spacing = 6;
     this.vbox_SettingsRoot.Add (this.statusbar_Settings);
     global::Gtk.Box.BoxChild w4 = ((global::Gtk.Box.BoxChild)(this.vbox_SettingsRoot [this.statusbar_Settings]));
     w4.Position = 1;
     w4.Expand = false;
     w4.Fill = false;
     this.Add (this.vbox_SettingsRoot);
     if ((this.Child != null)) {
         this.Child.ShowAll ();
     }
     this.DefaultWidth = 742;
     this.DefaultHeight = 302;
     this.Show ();
     this.chkbtn_Debug.Clicked += new global::System.EventHandler (this.OnChkbtnDebugClicked);
 }
 protected virtual void Build()
 {
     global::Stetic.Gui.Initialize (this);
     // Widget BugzillaInterface.SensitiveTextBox
     global::Stetic.BinContainer.Attach (this);
     this.Name = "BugzillaInterface.SensitiveTextBox";
     // Container child BugzillaInterface.SensitiveTextBox.Gtk.Container+ContainerChild
     this.vbox2 = new global::Gtk.VBox ();
     this.vbox2.Name = "vbox2";
     this.vbox2.Spacing = 6;
     // Container child vbox2.Gtk.Box+BoxChild
     this.enabledButton = new global::Gtk.CheckButton ();
     this.enabledButton.CanFocus = true;
     this.enabledButton.Name = "enabledButton";
     this.enabledButton.Label = global::Mono.Unix.Catalog.GetString ("Enabled");
     this.enabledButton.DrawIndicator = true;
     this.enabledButton.UseUnderline = true;
     this.vbox2.Add (this.enabledButton);
     global::Gtk.Box.BoxChild w1 = ((global::Gtk.Box.BoxChild)(this.vbox2 [this.enabledButton]));
     w1.Position = 0;
     w1.Expand = false;
     w1.Fill = false;
     // Container child vbox2.Gtk.Box+BoxChild
     this.hbox1 = new global::Gtk.HBox ();
     this.hbox1.Name = "hbox1";
     this.hbox1.Spacing = 6;
     // Container child hbox1.Gtk.Box+BoxChild
     this.textLabel = new global::Gtk.Label ();
     this.textLabel.WidthRequest = 100;
     this.textLabel.Name = "textLabel";
     this.textLabel.Xpad = 13;
     this.textLabel.Xalign = 0F;
     this.textLabel.LabelProp = global::Mono.Unix.Catalog.GetString ("label1");
     this.hbox1.Add (this.textLabel);
     global::Gtk.Box.BoxChild w2 = ((global::Gtk.Box.BoxChild)(this.hbox1 [this.textLabel]));
     w2.Position = 0;
     w2.Expand = false;
     w2.Fill = false;
     // Container child hbox1.Gtk.Box+BoxChild
     this.textEntry = new global::Gtk.Entry ();
     this.textEntry.Sensitive = false;
     this.textEntry.CanFocus = true;
     this.textEntry.Name = "textEntry";
     this.textEntry.IsEditable = true;
     this.textEntry.InvisibleChar = '●';
     this.hbox1.Add (this.textEntry);
     global::Gtk.Box.BoxChild w3 = ((global::Gtk.Box.BoxChild)(this.hbox1 [this.textEntry]));
     w3.Position = 1;
     this.vbox2.Add (this.hbox1);
     global::Gtk.Box.BoxChild w4 = ((global::Gtk.Box.BoxChild)(this.vbox2 [this.hbox1]));
     w4.Position = 1;
     w4.Expand = false;
     w4.Fill = false;
     this.Add (this.vbox2);
     if ((this.Child != null)) {
         this.Child.ShowAll ();
     }
     this.Hide ();
     this.enabledButton.Toggled += new global::System.EventHandler (this.ToggleSensitivity);
 }
 protected virtual void Build()
 {
     global::Stetic.Gui.Initialize (this);
     // Widget QSBanks.BankFilter
     global::Stetic.BinContainer.Attach (this);
     this.Name = "QSBanks.BankFilter";
     // Container child QSBanks.BankFilter.Gtk.Container+ContainerChild
     this.hbox1 = new global::Gtk.HBox ();
     this.hbox1.Name = "hbox1";
     this.hbox1.Spacing = 6;
     // Container child hbox1.Gtk.Box+BoxChild
     this.checkShowDeleted = new global::Gtk.CheckButton ();
     this.checkShowDeleted.CanFocus = true;
     this.checkShowDeleted.Name = "checkShowDeleted";
     this.checkShowDeleted.Label = global::Mono.Unix.Catalog.GetString ("Показывать удаленные");
     this.checkShowDeleted.DrawIndicator = true;
     this.checkShowDeleted.UseUnderline = true;
     this.hbox1.Add (this.checkShowDeleted);
     global::Gtk.Box.BoxChild w1 = ((global::Gtk.Box.BoxChild)(this.hbox1 [this.checkShowDeleted]));
     w1.Position = 0;
     this.Add (this.hbox1);
     if ((this.Child != null)) {
         this.Child.ShowAll ();
     }
     this.Hide ();
     this.checkShowDeleted.Toggled += new global::System.EventHandler (this.OnCheckShowDeletedToggled);
 }
 protected virtual void Build()
 {
     global::Stetic.Gui.Initialize (this);
     // Widget MonoDevelop.D.Formatting.FormattingPanelWidget
     global::Stetic.BinContainer.Attach (this);
     this.Name = "MonoDevelop.D.Formatting.FormattingPanelWidget";
     // Container child MonoDevelop.D.Formatting.FormattingPanelWidget.Gtk.Container+ContainerChild
     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.check_KeepAlignmentSpaces = new global::Gtk.CheckButton ();
     this.check_KeepAlignmentSpaces.TooltipMarkup = "If unchecked, spaces that are not used for indentation but for final code alignme" +
         "nt will be converted to tabs, too.";
     this.check_KeepAlignmentSpaces.CanFocus = true;
     this.check_KeepAlignmentSpaces.Name = "check_KeepAlignmentSpaces";
     this.check_KeepAlignmentSpaces.Label = global::Mono.Unix.Catalog.GetString ("Keep spaces for code aligment");
     this.check_KeepAlignmentSpaces.DrawIndicator = true;
     this.check_KeepAlignmentSpaces.UseUnderline = true;
     this.table1.Add (this.check_KeepAlignmentSpaces);
     global::Gtk.Table.TableChild w1 = ((global::Gtk.Table.TableChild)(this.table1 [this.check_KeepAlignmentSpaces]));
     w1.TopAttach = ((uint)(2));
     w1.BottomAttach = ((uint)(3));
     w1.LeftAttach = ((uint)(1));
     w1.RightAttach = ((uint)(2));
     w1.YOptions = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     this.chk_CommentOutStdHeaders = new global::Gtk.CheckButton ();
     this.chk_CommentOutStdHeaders.CanFocus = true;
     this.chk_CommentOutStdHeaders.Name = "chk_CommentOutStdHeaders";
     this.chk_CommentOutStdHeaders.Label = global::Mono.Unix.Catalog.GetString ("Comment out standard header");
     this.chk_CommentOutStdHeaders.DrawIndicator = true;
     this.chk_CommentOutStdHeaders.UseUnderline = true;
     this.table1.Add (this.chk_CommentOutStdHeaders);
     global::Gtk.Table.TableChild w2 = ((global::Gtk.Table.TableChild)(this.table1 [this.chk_CommentOutStdHeaders]));
     w2.LeftAttach = ((uint)(1));
     w2.RightAttach = ((uint)(2));
     w2.YOptions = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     this.chk_InsertStarAtCommentNewLine = new global::Gtk.CheckButton ();
     this.chk_InsertStarAtCommentNewLine.CanFocus = true;
     this.chk_InsertStarAtCommentNewLine.Name = "chk_InsertStarAtCommentNewLine";
     this.chk_InsertStarAtCommentNewLine.Label = global::Mono.Unix.Catalog.GetString ("Insert * or + at comment new line");
     this.chk_InsertStarAtCommentNewLine.DrawIndicator = true;
     this.chk_InsertStarAtCommentNewLine.UseUnderline = true;
     this.table1.Add (this.chk_InsertStarAtCommentNewLine);
     global::Gtk.Table.TableChild w3 = ((global::Gtk.Table.TableChild)(this.table1 [this.chk_InsertStarAtCommentNewLine]));
     w3.TopAttach = ((uint)(1));
     w3.BottomAttach = ((uint)(2));
     w3.LeftAttach = ((uint)(1));
     w3.RightAttach = ((uint)(2));
     w3.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 MonoDevelop.Ide.StandardHeader.StandardHeaderPolicyPanelWidget
			global::Stetic.BinContainer.Attach (this);
			this.Name = "MonoDevelop.Ide.StandardHeader.StandardHeaderPolicyPanelWidget";
			// Container child MonoDevelop.Ide.StandardHeader.StandardHeaderPolicyPanelWidget.Gtk.Container+ContainerChild
			this.vbox2 = new global::Gtk.VBox ();
			this.vbox2.Name = "vbox2";
			this.vbox2.Spacing = 6;
			// Container child vbox2.Gtk.Box+BoxChild
			this.hbox2 = new global::Gtk.HBox ();
			this.hbox2.Name = "hbox2";
			this.hbox2.Spacing = 6;
			// Container child hbox2.Gtk.Box+BoxChild
			this.GtkScrolledWindow = new global::Gtk.ScrolledWindow ();
			this.GtkScrolledWindow.Name = "GtkScrolledWindow";
			this.GtkScrolledWindow.ShadowType = ((global::Gtk.ShadowType)(1));
			// Container child GtkScrolledWindow.Gtk.Container+ContainerChild
			this.headerText = new global::Gtk.TextView ();
			this.headerText.CanFocus = true;
			this.headerText.Name = "headerText";
			this.GtkScrolledWindow.Add (this.headerText);
			this.hbox2.Add (this.GtkScrolledWindow);
			global::Gtk.Box.BoxChild w2 = ((global::Gtk.Box.BoxChild)(this.hbox2 [this.GtkScrolledWindow]));
			w2.Position = 0;
			// Container child hbox2.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.treeviewTemplates = new global::Gtk.TreeView ();
			this.treeviewTemplates.CanFocus = true;
			this.treeviewTemplates.Name = "treeviewTemplates";
			this.GtkScrolledWindow1.Add (this.treeviewTemplates);
			this.hbox2.Add (this.GtkScrolledWindow1);
			global::Gtk.Box.BoxChild w4 = ((global::Gtk.Box.BoxChild)(this.hbox2 [this.GtkScrolledWindow1]));
			w4.Position = 1;
			this.vbox2.Add (this.hbox2);
			global::Gtk.Box.BoxChild w5 = ((global::Gtk.Box.BoxChild)(this.vbox2 [this.hbox2]));
			w5.Position = 0;
			// Container child vbox2.Gtk.Box+BoxChild
			this.includeAutoCheck = new global::Gtk.CheckButton ();
			this.includeAutoCheck.CanFocus = true;
			this.includeAutoCheck.Name = "includeAutoCheck";
			this.includeAutoCheck.Label = global::Mono.Unix.Catalog.GetString ("_Include standard header in new files");
			this.includeAutoCheck.DrawIndicator = true;
			this.includeAutoCheck.UseUnderline = true;
			this.vbox2.Add (this.includeAutoCheck);
			global::Gtk.Box.BoxChild w6 = ((global::Gtk.Box.BoxChild)(this.vbox2 [this.includeAutoCheck]));
			w6.Position = 1;
			w6.Expand = false;
			w6.Fill = false;
			this.Add (this.vbox2);
			if ((this.Child != null)) {
				this.Child.ShowAll ();
			}
			this.Hide ();
		}
		protected virtual void Build ()
		{
			global::Stetic.Gui.Initialize (this);
			// Widget MonoDevelop.XmlEditor.Gui.XmlEditorOptionsPanelWidget
			global::Stetic.BinContainer.Attach (this);
			this.Name = "MonoDevelop.XmlEditor.Gui.XmlEditorOptionsPanelWidget";
			// Container child MonoDevelop.XmlEditor.Gui.XmlEditorOptionsPanelWidget.Gtk.Container+ContainerChild
			this.vbox1 = new global::Gtk.VBox ();
			this.vbox1.Name = "vbox1";
			this.vbox1.Spacing = 6;
			// Container child vbox1.Gtk.Box+BoxChild
			this.autoCompleteElementsCheck = new global::Gtk.CheckButton ();
			this.autoCompleteElementsCheck.CanFocus = true;
			this.autoCompleteElementsCheck.Name = "autoCompleteElementsCheck";
			this.autoCompleteElementsCheck.Label = global::Mono.Unix.Catalog.GetString ("Automatically insert closing tags");
			this.autoCompleteElementsCheck.DrawIndicator = true;
			this.autoCompleteElementsCheck.UseUnderline = true;
			this.vbox1.Add (this.autoCompleteElementsCheck);
			global::Gtk.Box.BoxChild w1 = ((global::Gtk.Box.BoxChild)(this.vbox1[this.autoCompleteElementsCheck]));
			w1.Position = 0;
			w1.Expand = false;
			w1.Fill = false;
			// Container child vbox1.Gtk.Box+BoxChild
			this.autoAddPunctuationCheck = new global::Gtk.CheckButton ();
			this.autoAddPunctuationCheck.CanFocus = true;
			this.autoAddPunctuationCheck.Name = "autoAddPunctuationCheck";
			this.autoAddPunctuationCheck.Label = global::Mono.Unix.Catalog.GetString ("Automatically insert punctuation (=\"\", />, etc.)");
			this.autoAddPunctuationCheck.Active = true;
			this.autoAddPunctuationCheck.DrawIndicator = true;
			this.autoAddPunctuationCheck.UseUnderline = true;
			this.vbox1.Add (this.autoAddPunctuationCheck);
			global::Gtk.Box.BoxChild w2 = ((global::Gtk.Box.BoxChild)(this.vbox1[this.autoAddPunctuationCheck]));
			w2.Position = 1;
			w2.Expand = false;
			w2.Fill = false;
			// Container child vbox1.Gtk.Box+BoxChild
			this.showSchemaAnnotationCheck = new global::Gtk.CheckButton ();
			this.showSchemaAnnotationCheck.Sensitive = false;
			this.showSchemaAnnotationCheck.CanFocus = true;
			this.showSchemaAnnotationCheck.Name = "showSchemaAnnotationCheck";
			this.showSchemaAnnotationCheck.Label = global::Mono.Unix.Catalog.GetString ("Show schema annotation");
			this.showSchemaAnnotationCheck.DrawIndicator = true;
			this.showSchemaAnnotationCheck.UseUnderline = true;
			this.vbox1.Add (this.showSchemaAnnotationCheck);
			global::Gtk.Box.BoxChild w3 = ((global::Gtk.Box.BoxChild)(this.vbox1[this.showSchemaAnnotationCheck]));
			w3.Position = 2;
			w3.Expand = false;
			w3.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 MonoDevelop.Ide.Projects.OptionPanels.CommonAssemblySigningPreferences
			global::Stetic.BinContainer.Attach (this);
			this.Name = "MonoDevelop.Ide.Projects.OptionPanels.CommonAssemblySigningPreferences";
			// Container child MonoDevelop.Ide.Projects.OptionPanels.CommonAssemblySigningPreferences.Gtk.Container+ContainerChild
			this.vbox1 = new global::Gtk.VBox ();
			this.vbox1.Name = "vbox1";
			this.vbox1.Spacing = 6;
			// Container child vbox1.Gtk.Box+BoxChild
			this.signAssemblyCheckbutton = new global::Gtk.CheckButton ();
			this.signAssemblyCheckbutton.CanFocus = true;
			this.signAssemblyCheckbutton.Name = "signAssemblyCheckbutton";
			this.signAssemblyCheckbutton.Label = global::MonoDevelop.Core.GettextCatalog.GetString ("_Sign this assembly");
			this.signAssemblyCheckbutton.DrawIndicator = true;
			this.signAssemblyCheckbutton.UseUnderline = true;
			this.vbox1.Add (this.signAssemblyCheckbutton);
			global::Gtk.Box.BoxChild w1 = ((global::Gtk.Box.BoxChild)(this.vbox1 [this.signAssemblyCheckbutton]));
			w1.Position = 0;
			w1.Expand = false;
			w1.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.strongNameFileLabel = new global::Gtk.Label ();
			this.strongNameFileLabel.Name = "strongNameFileLabel";
			this.strongNameFileLabel.LabelProp = global::MonoDevelop.Core.GettextCatalog.GetString ("S_trong Name File:");
			this.strongNameFileLabel.UseUnderline = true;
			this.hbox1.Add (this.strongNameFileLabel);
			global::Gtk.Box.BoxChild w2 = ((global::Gtk.Box.BoxChild)(this.hbox1 [this.strongNameFileLabel]));
			w2.Position = 0;
			w2.Expand = false;
			w2.Fill = false;
			// Container child hbox1.Gtk.Box+BoxChild
			this.strongNameFileEntry = new global::MonoDevelop.Components.FileEntry ();
			this.strongNameFileEntry.Name = "strongNameFileEntry";
			this.hbox1.Add (this.strongNameFileEntry);
			global::Gtk.Box.BoxChild w3 = ((global::Gtk.Box.BoxChild)(this.hbox1 [this.strongNameFileEntry]));
			w3.Position = 1;
			this.vbox1.Add (this.hbox1);
			global::Gtk.Box.BoxChild w4 = ((global::Gtk.Box.BoxChild)(this.vbox1 [this.hbox1]));
			w4.Position = 1;
			w4.Expand = false;
			w4.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 Vodovoz.EmployeeFilter
     global::Stetic.BinContainer.Attach (this);
     this.Name = "Vodovoz.EmployeeFilter";
     // Container child Vodovoz.EmployeeFilter.Gtk.Container+ContainerChild
     this.table1 = new global::Gtk.Table (((uint)(1)), ((uint)(3)), false);
     this.table1.Name = "table1";
     this.table1.RowSpacing = ((uint)(6));
     this.table1.ColumnSpacing = ((uint)(6));
     // Container child table1.Gtk.Table+TableChild
     this.checkFired = new global::Gtk.CheckButton ();
     this.checkFired.CanFocus = true;
     this.checkFired.Name = "checkFired";
     this.checkFired.Label = global::Mono.Unix.Catalog.GetString ("Показывать уволенных");
     this.checkFired.Active = true;
     this.checkFired.DrawIndicator = true;
     this.checkFired.UseUnderline = true;
     this.table1.Add (this.checkFired);
     global::Gtk.Table.TableChild w1 = ((global::Gtk.Table.TableChild)(this.table1 [this.checkFired]));
     w1.LeftAttach = ((uint)(2));
     w1.RightAttach = ((uint)(3));
     w1.YOptions = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     this.enumcomboCategory = new global::Gamma.Widgets.yEnumComboBox ();
     this.enumcomboCategory.Name = "enumcomboCategory";
     this.enumcomboCategory.ShowSpecialStateAll = true;
     this.enumcomboCategory.ShowSpecialStateNot = false;
     this.enumcomboCategory.UseShortTitle = false;
     this.enumcomboCategory.DefaultFirst = false;
     this.table1.Add (this.enumcomboCategory);
     global::Gtk.Table.TableChild w2 = ((global::Gtk.Table.TableChild)(this.table1 [this.enumcomboCategory]));
     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.label1 = new global::Gtk.Label ();
     this.label1.Name = "label1";
     this.label1.LabelProp = global::Mono.Unix.Catalog.GetString ("Тип:");
     this.table1.Add (this.label1);
     global::Gtk.Table.TableChild w3 = ((global::Gtk.Table.TableChild)(this.table1 [this.label1]));
     w3.XOptions = ((global::Gtk.AttachOptions)(4));
     w3.YOptions = ((global::Gtk.AttachOptions)(4));
     this.Add (this.table1);
     if ((this.Child != null)) {
         this.Child.ShowAll ();
     }
     this.Hide ();
     this.enumcomboCategory.Changed += new global::System.EventHandler (this.OnEnumcomboCategoryChanged);
     this.checkFired.Toggled += new global::System.EventHandler (this.OnCheckFiredToggled);
 }
		protected virtual void Build ()
		{
			global::Stetic.Gui.Initialize (this);
			// Widget MonoDevelop.MonoGameContent.MonoGameOptions
			global::Stetic.BinContainer.Attach (this);
			this.Name = "MonoDevelop.MonoGameContent.MonoGameOptions";
			// Container child MonoDevelop.MonoGameContent.MonoGameOptions.Gtk.Container+ContainerChild
			this.fixed1 = new global::Gtk.Fixed ();
			this.fixed1.Name = "fixed1";
			this.fixed1.HasWindow = false;
			// Container child fixed1.Gtk.Fixed+FixedChild
			this.label1 = new global::Gtk.Label ();
			this.label1.Name = "label1";
			this.label1.LabelProp = global::Mono.Unix.Catalog.GetString ("Platform");
			this.fixed1.Add (this.label1);
			global::Gtk.Fixed.FixedChild w1 = ((global::Gtk.Fixed.FixedChild)(this.fixed1 [this.label1]));
			w1.X = 6;
			w1.Y = 24;
			// Container child fixed1.Gtk.Fixed+FixedChild
			this.label2 = new global::Gtk.Label ();
			this.label2.Name = "label2";
			this.label2.LabelProp = global::Mono.Unix.Catalog.GetString ("Compress Content");
			this.fixed1.Add (this.label2);
			global::Gtk.Fixed.FixedChild w2 = ((global::Gtk.Fixed.FixedChild)(this.fixed1 [this.label2]));
			w2.X = 5;
			w2.Y = 59;
			// Container child fixed1.Gtk.Fixed+FixedChild
			this.chkCompress = new global::Gtk.CheckButton ();
			this.chkCompress.CanFocus = true;
			this.chkCompress.Name = "chkCompress";
			this.chkCompress.Label = "";
			this.chkCompress.Active = true;
			this.chkCompress.DrawIndicator = true;
			this.chkCompress.UseUnderline = true;
			this.fixed1.Add (this.chkCompress);
			global::Gtk.Fixed.FixedChild w3 = ((global::Gtk.Fixed.FixedChild)(this.fixed1 [this.chkCompress]));
			w3.X = 134;
			w3.Y = 58;
			// Container child fixed1.Gtk.Fixed+FixedChild
			this.cmbPlatforms = global::Gtk.ComboBox.NewText ();
			this.cmbPlatforms.WidthRequest = 200;
			this.cmbPlatforms.Name = "cmbPlatforms";
			this.fixed1.Add (this.cmbPlatforms);
			global::Gtk.Fixed.FixedChild w4 = ((global::Gtk.Fixed.FixedChild)(this.fixed1 [this.cmbPlatforms]));
			w4.X = 133;
			w4.Y = 21;
			this.Add (this.fixed1);
			if ((this.Child != null)) {
				this.Child.ShowAll ();
			}
			this.Hide ();
		}
Example #11
0
 protected virtual void Build()
 {
     global::Stetic.Gui.Initialize (this);
     // Widget MainWindow
     this.Name = "MainWindow";
     this.Title = global::Mono.Unix.Catalog.GetString ("MainWindow");
     this.WindowPosition = ((global::Gtk.WindowPosition)(4));
     // 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.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 ("GtkButton");
     this.vbox1.Add (this.button2);
     global::Gtk.Box.BoxChild w1 = ((global::Gtk.Box.BoxChild)(this.vbox1 [this.button2]));
     w1.Position = 0;
     w1.Expand = false;
     w1.Fill = false;
     // Container child vbox1.Gtk.Box+BoxChild
     this.combobox1 = global::Gtk.ComboBox.NewText ();
     this.combobox1.Name = "combobox1";
     this.vbox1.Add (this.combobox1);
     global::Gtk.Box.BoxChild w2 = ((global::Gtk.Box.BoxChild)(this.vbox1 [this.combobox1]));
     w2.Position = 1;
     w2.Expand = false;
     w2.Fill = false;
     // Container child vbox1.Gtk.Box+BoxChild
     this.checkbutton1 = new global::Gtk.CheckButton ();
     this.checkbutton1.CanFocus = true;
     this.checkbutton1.Name = "checkbutton1";
     this.checkbutton1.Label = global::Mono.Unix.Catalog.GetString ("checkbutton1");
     this.checkbutton1.DrawIndicator = true;
     this.checkbutton1.UseUnderline = true;
     this.vbox1.Add (this.checkbutton1);
     global::Gtk.Box.BoxChild w3 = ((global::Gtk.Box.BoxChild)(this.vbox1 [this.checkbutton1]));
     w3.Position = 2;
     w3.Expand = false;
     w3.Fill = false;
     this.Add (this.vbox1);
     if ((this.Child != null)) {
         this.Child.ShowAll ();
     }
     this.DefaultWidth = 597;
     this.DefaultHeight = 424;
     this.Show ();
     this.DeleteEvent += new global::Gtk.DeleteEventHandler (this.OnDeleteEvent);
 }
 protected virtual void Build()
 {
     global::Stetic.Gui.Initialize (this);
     // Widget Trilogic.CompareWindow
     this.UIManager = new global::Gtk.UIManager ();
     global::Gtk.ActionGroup w1 = new global::Gtk.ActionGroup ("Default");
     this.UIManager.InsertActionGroup (w1, 0);
     this.AddAccelGroup (this.UIManager.AccelGroup);
     this.Name = "Trilogic.CompareWindow";
     this.Title = global::Mono.Unix.Catalog.GetString ("Compare Schema");
     this.WindowPosition = ((global::Gtk.WindowPosition)(4));
     this.BorderWidth = ((uint)(5));
     this.DefaultWidth = 800;
     this.DefaultHeight = 600;
     // Container child Trilogic.CompareWindow.Gtk.Container+ContainerChild
     this.vbox2 = new global::Gtk.VBox ();
     this.vbox2.Name = "vbox2";
     this.vbox2.Spacing = 6;
     // Container child vbox2.Gtk.Box+BoxChild
     this.hbox2 = new global::Gtk.HBox ();
     this.hbox2.Name = "hbox2";
     this.hbox2.Spacing = 6;
     // Container child hbox2.Gtk.Box+BoxChild
     this.checkBoxDiff = new global::Gtk.CheckButton ();
     this.checkBoxDiff.CanFocus = true;
     this.checkBoxDiff.Name = "checkBoxDiff";
     this.checkBoxDiff.Label = global::Mono.Unix.Catalog.GetString ("Show Diff");
     this.checkBoxDiff.DrawIndicator = true;
     this.checkBoxDiff.UseUnderline = true;
     this.hbox2.Add (this.checkBoxDiff);
     global::Gtk.Box.BoxChild w2 = ((global::Gtk.Box.BoxChild)(this.hbox2 [this.checkBoxDiff]));
     w2.Position = 2;
     this.vbox2.Add (this.hbox2);
     global::Gtk.Box.BoxChild w3 = ((global::Gtk.Box.BoxChild)(this.vbox2 [this.hbox2]));
     w3.Position = 0;
     w3.Expand = false;
     w3.Fill = false;
     // Container child vbox2.Gtk.Box+BoxChild
     this.hbox1 = new global::Gtk.HBox ();
     this.hbox1.Name = "hbox1";
     this.hbox1.Spacing = 6;
     this.vbox2.Add (this.hbox1);
     global::Gtk.Box.BoxChild w4 = ((global::Gtk.Box.BoxChild)(this.vbox2 [this.hbox1]));
     w4.Position = 1;
     this.Add (this.vbox2);
     if ((this.Child != null)) {
         this.Child.ShowAll ();
     }
     this.Show ();
     this.checkBoxDiff.Toggled += new global::System.EventHandler (this.OnCheckBoxDiffToggled);
 }
 protected virtual void Build()
 {
     global::Stetic.Gui.Initialize(this);
     // Widget Vodovoz.ReadyForReceptionFilter
     global::Stetic.BinContainer.Attach(this);
     this.Name = "Vodovoz.ReadyForReceptionFilter";
     // Container child Vodovoz.ReadyForReceptionFilter.Gtk.Container+ContainerChild
     this.hbox3 = new global::Gtk.HBox();
     this.hbox3.Name = "hbox3";
     this.hbox3.Spacing = 6;
     // Container child hbox3.Gtk.Box+BoxChild
     this.label2 = new global::Gtk.Label();
     this.label2.Name = "label2";
     this.label2.LabelProp = global::Mono.Unix.Catalog.GetString("Склад:");
     this.hbox3.Add(this.label2);
     global::Gtk.Box.BoxChild w1 = ((global::Gtk.Box.BoxChild)(this.hbox3[this.label2]));
     w1.Position = 0;
     w1.Expand = false;
     w1.Fill = false;
     // Container child hbox3.Gtk.Box+BoxChild
     this.yspeccomboWarehouse = new global::Gamma.Widgets.ySpecComboBox();
     this.yspeccomboWarehouse.Name = "yspeccomboWarehouse";
     this.yspeccomboWarehouse.AddIfNotExist = false;
     this.yspeccomboWarehouse.DefaultFirst = false;
     this.yspeccomboWarehouse.ShowSpecialStateAll = true;
     this.yspeccomboWarehouse.ShowSpecialStateNot = false;
     this.hbox3.Add(this.yspeccomboWarehouse);
     global::Gtk.Box.BoxChild w2 = ((global::Gtk.Box.BoxChild)(this.hbox3[this.yspeccomboWarehouse]));
     w2.Position = 1;
     w2.Expand = false;
     w2.Fill = false;
     // Container child hbox3.Gtk.Box+BoxChild
     this.checkWithoutUnload = new global::Gtk.CheckButton();
     this.checkWithoutUnload.CanFocus = true;
     this.checkWithoutUnload.Name = "checkWithoutUnload";
     this.checkWithoutUnload.Label = global::Mono.Unix.Catalog.GetString("Только без разгрузок");
     this.checkWithoutUnload.DrawIndicator = true;
     this.checkWithoutUnload.UseUnderline = true;
     this.hbox3.Add(this.checkWithoutUnload);
     global::Gtk.Box.BoxChild w3 = ((global::Gtk.Box.BoxChild)(this.hbox3[this.checkWithoutUnload]));
     w3.Position = 2;
     this.Add(this.hbox3);
     if ((this.Child != null)) {
         this.Child.ShowAll();
     }
     this.Hide();
     this.yspeccomboWarehouse.ItemSelected += new global::System.EventHandler<Gamma.Widgets.ItemSelectedEventArgs>(this.OnYspeccomboWarehouseItemSelected);
     this.checkWithoutUnload.Toggled += new global::System.EventHandler(this.OnCheckWithoutUnloadToggled);
 }
Example #14
0
 protected virtual void Build()
 {
     global::Stetic.Gui.Initialize (this);
     // Widget TEST.MyWidget
     global::Stetic.BinContainer.Attach (this);
     this.Name = "TEST.MyWidget";
     // Container child TEST.MyWidget.Gtk.Container+ContainerChild
     this.hbox3 = new global::Gtk.HBox ();
     this.hbox3.Name = "hbox3";
     this.hbox3.Spacing = 6;
     // Container child hbox3.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 ("GtkButton");
     this.hbox3.Add (this.button3);
     global::Gtk.Box.BoxChild w1 = ((global::Gtk.Box.BoxChild)(this.hbox3 [this.button3]));
     w1.Position = 0;
     w1.Expand = false;
     w1.Fill = false;
     // Container child hbox3.Gtk.Box+BoxChild
     this.checkbutton3 = new global::Gtk.CheckButton ();
     this.checkbutton3.CanFocus = true;
     this.checkbutton3.Name = "checkbutton3";
     this.checkbutton3.Label = global::Mono.Unix.Catalog.GetString ("checkbutton3");
     this.checkbutton3.DrawIndicator = true;
     this.checkbutton3.UseUnderline = true;
     this.hbox3.Add (this.checkbutton3);
     global::Gtk.Box.BoxChild w2 = ((global::Gtk.Box.BoxChild)(this.hbox3 [this.checkbutton3]));
     w2.Position = 1;
     // Container child hbox3.Gtk.Box+BoxChild
     this.entry3 = new global::Gtk.Entry ();
     this.entry3.CanFocus = true;
     this.entry3.Name = "entry3";
     this.entry3.IsEditable = true;
     this.entry3.InvisibleChar = '•';
     this.hbox3.Add (this.entry3);
     global::Gtk.Box.BoxChild w3 = ((global::Gtk.Box.BoxChild)(this.hbox3 [this.entry3]));
     w3.Position = 2;
     this.Add (this.hbox3);
     if ((this.Child != null)) {
         this.Child.ShowAll ();
     }
     this.Hide ();
 }
		protected virtual void Build ()
		{
			global::Stetic.Gui.Initialize (this);
			// Widget MonoDevelop.AddinAuthoring.AddinOptionPanelWidget
			global::Stetic.BinContainer.Attach (this);
			this.Name = "MonoDevelop.AddinAuthoring.AddinOptionPanelWidget";
			// Container child MonoDevelop.AddinAuthoring.AddinOptionPanelWidget.Gtk.Container+ContainerChild
			this.vbox2 = new global::Gtk.VBox ();
			this.vbox2.Name = "vbox2";
			this.vbox2.Spacing = 6;
			// Container child vbox2.Gtk.Box+BoxChild
			this.checkEnable = new global::Gtk.CheckButton ();
			this.checkEnable.CanFocus = true;
			this.checkEnable.Name = "checkEnable";
			this.checkEnable.Label = global::Mono.Addins.AddinManager.CurrentLocalizer.GetString ("Enable extensibility features");
			this.checkEnable.DrawIndicator = true;
			this.checkEnable.UseUnderline = true;
			this.vbox2.Add (this.checkEnable);
			global::Gtk.Box.BoxChild w1 = ((global::Gtk.Box.BoxChild)(this.vbox2 [this.checkEnable]));
			w1.Position = 0;
			w1.Expand = false;
			w1.Fill = false;
			// Container child vbox2.Gtk.Box+BoxChild
			this.hseparator1 = new global::Gtk.HSeparator ();
			this.hseparator1.Name = "hseparator1";
			this.vbox2.Add (this.hseparator1);
			global::Gtk.Box.BoxChild w2 = ((global::Gtk.Box.BoxChild)(this.vbox2 [this.hseparator1]));
			w2.Position = 1;
			w2.Expand = false;
			w2.Fill = false;
			// Container child vbox2.Gtk.Box+BoxChild
			this.optionsWidget = new global::MonoDevelop.AddinAuthoring.AddinFeatureWidget ();
			this.optionsWidget.Events = ((global::Gdk.EventMask)(256));
			this.optionsWidget.Name = "optionsWidget";
			this.vbox2.Add (this.optionsWidget);
			global::Gtk.Box.BoxChild w3 = ((global::Gtk.Box.BoxChild)(this.vbox2 [this.optionsWidget]));
			w3.Position = 2;
			w3.Expand = false;
			w3.Fill = false;
			this.Add (this.vbox2);
			if ((this.Child != null)) {
				this.Child.ShowAll ();
			}
			this.Show ();
			this.checkEnable.Clicked += new global::System.EventHandler (this.OnCheckEnableClicked);
		}
		protected virtual void Build ()
		{
			global::Stetic.Gui.Initialize (this);
			// Widget CBinding.CompilerPanel
			global::Stetic.BinContainer.Attach (this);
			this.Name = "CBinding.CompilerPanel";
			// Container child CBinding.CompilerPanel.Gtk.Container+ContainerChild
			this.table2 = new global::Gtk.Table (((uint)(3)), ((uint)(3)), false);
			this.table2.Name = "table2";
			this.table2.RowSpacing = ((uint)(6));
			this.table2.ColumnSpacing = ((uint)(6));
			// Container child table2.Gtk.Table+TableChild
			this.compilerComboBox = global::Gtk.ComboBox.NewText ();
			this.compilerComboBox.Name = "compilerComboBox";
			this.table2.Add (this.compilerComboBox);
			global::Gtk.Table.TableChild w1 = ((global::Gtk.Table.TableChild)(this.table2 [this.compilerComboBox]));
			w1.TopAttach = ((uint)(1));
			w1.BottomAttach = ((uint)(2));
			w1.LeftAttach = ((uint)(1));
			w1.RightAttach = ((uint)(2));
			w1.XOptions = ((global::Gtk.AttachOptions)(4));
			w1.YOptions = ((global::Gtk.AttachOptions)(4));
			// Container child table2.Gtk.Table+TableChild
			this.useCcacheCheckBox = new global::Gtk.CheckButton ();
			this.useCcacheCheckBox.CanFocus = true;
			this.useCcacheCheckBox.Name = "useCcacheCheckBox";
			this.useCcacheCheckBox.Label = global::Mono.Unix.Catalog.GetString ("Use ccache");
			this.useCcacheCheckBox.DrawIndicator = true;
			this.useCcacheCheckBox.UseUnderline = true;
			this.table2.Add (this.useCcacheCheckBox);
			global::Gtk.Table.TableChild w2 = ((global::Gtk.Table.TableChild)(this.table2 [this.useCcacheCheckBox]));
			w2.TopAttach = ((uint)(2));
			w2.BottomAttach = ((uint)(3));
			w2.LeftAttach = ((uint)(1));
			w2.RightAttach = ((uint)(2));
			w2.XOptions = ((global::Gtk.AttachOptions)(4));
			w2.YOptions = ((global::Gtk.AttachOptions)(4));
			this.Add (this.table2);
			if ((this.Child != null)) {
				this.Child.ShowAll ();
			}
			this.Show ();
			this.compilerComboBox.Changed += new global::System.EventHandler (this.OnCompilerComboBoxChanged);
		}
Example #17
0
 protected virtual void Build()
 {
     global::Stetic.Gui.Initialize (this);
     // Widget MainWindow
     this.Name = "MainWindow";
     this.Title = global::Mono.Unix.Catalog.GetString ("MainWindow");
     this.WindowPosition = ((global::Gtk.WindowPosition)(4));
     // Container child MainWindow.Gtk.Container+ContainerChild
     this.fixed1 = new global::Gtk.Fixed ();
     this.fixed1.Name = "fixed1";
     this.fixed1.HasWindow = false;
     // Container child fixed1.Gtk.Fixed+FixedChild
     this.checkbutton2 = new global::Gtk.CheckButton ();
     this.checkbutton2.CanFocus = true;
     this.checkbutton2.Name = "checkbutton2";
     this.checkbutton2.Label = global::Mono.Unix.Catalog.GetString ("Run HTTP server on port:");
     this.checkbutton2.Active = true;
     this.checkbutton2.DrawIndicator = true;
     this.checkbutton2.UseUnderline = true;
     this.fixed1.Add (this.checkbutton2);
     global::Gtk.Fixed.FixedChild w1 = ((global::Gtk.Fixed.FixedChild)(this.fixed1 [this.checkbutton2]));
     w1.X = 32;
     w1.Y = 25;
     // Container child fixed1.Gtk.Fixed+FixedChild
     this.spinbutton1 = new global::Gtk.SpinButton (1024, 99999, 1);
     this.spinbutton1.CanFocus = true;
     this.spinbutton1.Name = "spinbutton1";
     this.spinbutton1.Adjustment.PageIncrement = 10;
     this.spinbutton1.ClimbRate = 1;
     this.spinbutton1.Numeric = true;
     this.spinbutton1.Value = 1024;
     this.fixed1.Add (this.spinbutton1);
     global::Gtk.Fixed.FixedChild w2 = ((global::Gtk.Fixed.FixedChild)(this.fixed1 [this.spinbutton1]));
     w2.X = 205;
     w2.Y = 24;
     this.Add (this.fixed1);
     if ((this.Child != null)) {
         this.Child.ShowAll ();
     }
     this.DefaultWidth = 516;
     this.DefaultHeight = 371;
     this.Show ();
     this.DeleteEvent += new global::Gtk.DeleteEventHandler (this.OnDeleteEvent);
 }
 protected virtual void Build()
 {
     global::Stetic.Gui.Initialize (this);
     // Widget MonoDevelop.D.Formatting.FormattingPanelWidget
     global::Stetic.BinContainer.Attach (this);
     this.Name = "MonoDevelop.D.Formatting.FormattingPanelWidget";
     // Container child MonoDevelop.D.Formatting.FormattingPanelWidget.Gtk.Container+ContainerChild
     this.table1 = new global::Gtk.Table (((uint)(3)), ((uint)(2)), false);
     this.table1.Name = "table1";
     this.table1.RowSpacing = ((uint)(6));
     this.table1.ColumnSpacing = ((uint)(6));
     // Container child table1.Gtk.Table+TableChild
     this.chk_CommentOutStdHeaders = new global::Gtk.CheckButton ();
     this.chk_CommentOutStdHeaders.CanFocus = true;
     this.chk_CommentOutStdHeaders.Name = "chk_CommentOutStdHeaders";
     this.chk_CommentOutStdHeaders.Label = global::Mono.Unix.Catalog.GetString ("Comment out standard header");
     this.chk_CommentOutStdHeaders.DrawIndicator = true;
     this.chk_CommentOutStdHeaders.UseUnderline = true;
     this.table1.Add (this.chk_CommentOutStdHeaders);
     global::Gtk.Table.TableChild w1 = ((global::Gtk.Table.TableChild)(this.table1 [this.chk_CommentOutStdHeaders]));
     w1.LeftAttach = ((uint)(1));
     w1.RightAttach = ((uint)(2));
     w1.YOptions = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     this.chk_InsertStarAtCommentNewLine = new global::Gtk.CheckButton ();
     this.chk_InsertStarAtCommentNewLine.CanFocus = true;
     this.chk_InsertStarAtCommentNewLine.Name = "chk_InsertStarAtCommentNewLine";
     this.chk_InsertStarAtCommentNewLine.Label = global::Mono.Unix.Catalog.GetString ("Insert * or + at comment new line");
     this.chk_InsertStarAtCommentNewLine.DrawIndicator = true;
     this.chk_InsertStarAtCommentNewLine.UseUnderline = true;
     this.table1.Add (this.chk_InsertStarAtCommentNewLine);
     global::Gtk.Table.TableChild w2 = ((global::Gtk.Table.TableChild)(this.table1 [this.chk_InsertStarAtCommentNewLine]));
     w2.TopAttach = ((uint)(1));
     w2.BottomAttach = ((uint)(2));
     w2.LeftAttach = ((uint)(1));
     w2.RightAttach = ((uint)(2));
     w2.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 BugzillaInterface.StringArrayWidget
     global::Stetic.BinContainer.Attach (this);
     this.Name = "BugzillaInterface.StringArrayWidget";
     // Container child BugzillaInterface.StringArrayWidget.Gtk.Container+ContainerChild
     this.vbox7 = new global::Gtk.VBox ();
     this.vbox7.Name = "vbox7";
     this.vbox7.Spacing = 6;
     // Container child vbox7.Gtk.Box+BoxChild
     this.enabledCheckbox = new global::Gtk.CheckButton ();
     this.enabledCheckbox.CanFocus = true;
     this.enabledCheckbox.Name = "enabledCheckbox";
     this.enabledCheckbox.Label = global::Mono.Unix.Catalog.GetString ("Enabled");
     this.enabledCheckbox.DrawIndicator = true;
     this.enabledCheckbox.UseUnderline = true;
     this.vbox7.Add (this.enabledCheckbox);
     global::Gtk.Box.BoxChild w1 = ((global::Gtk.Box.BoxChild)(this.vbox7 [this.enabledCheckbox]));
     w1.Position = 0;
     w1.Expand = false;
     w1.Fill = false;
     // Container child vbox7.Gtk.Box+BoxChild
     this.GtkScrolledWindow = new global::Gtk.ScrolledWindow ();
     this.GtkScrolledWindow.Name = "GtkScrolledWindow";
     this.GtkScrolledWindow.ShadowType = ((global::Gtk.ShadowType)(1));
     // Container child GtkScrolledWindow.Gtk.Container+ContainerChild
     this.optionTreeView = new global::Gtk.TreeView ();
     this.optionTreeView.HeightRequest = 120;
     this.optionTreeView.Sensitive = false;
     this.optionTreeView.CanFocus = true;
     this.optionTreeView.Name = "optionTreeView";
     this.GtkScrolledWindow.Add (this.optionTreeView);
     this.vbox7.Add (this.GtkScrolledWindow);
     global::Gtk.Box.BoxChild w3 = ((global::Gtk.Box.BoxChild)(this.vbox7 [this.GtkScrolledWindow]));
     w3.Position = 1;
     this.Add (this.vbox7);
     if ((this.Child != null)) {
         this.Child.ShowAll ();
     }
     this.Hide ();
     this.enabledCheckbox.Toggled += new global::System.EventHandler (this.CheckboxToggled);
 }
 protected virtual void Build()
 {
     global::Stetic.Gui.Initialize (this);
     // Widget QSOrmProject.DisableSpinButton
     global::Stetic.BinContainer.Attach (this);
     this.Name = "QSOrmProject.DisableSpinButton";
     // Container child QSOrmProject.DisableSpinButton.Gtk.Container+ContainerChild
     this.hbox1 = new global::Gtk.HBox ();
     this.hbox1.Name = "hbox1";
     this.hbox1.Spacing = 6;
     // Container child hbox1.Gtk.Box+BoxChild
     this.check = new global::Gtk.CheckButton ();
     this.check.CanFocus = true;
     this.check.Name = "check";
     this.check.Label = "";
     this.check.DrawIndicator = true;
     this.check.UseUnderline = true;
     this.hbox1.Add (this.check);
     global::Gtk.Box.BoxChild w1 = ((global::Gtk.Box.BoxChild)(this.hbox1 [this.check]));
     w1.Position = 0;
     w1.Expand = false;
     // Container child hbox1.Gtk.Box+BoxChild
     this.spinbutton = new global::Gtk.SpinButton (0, 100, 1);
     this.spinbutton.Sensitive = false;
     this.spinbutton.CanFocus = true;
     this.spinbutton.Name = "spinbutton";
     this.spinbutton.Adjustment.PageIncrement = 10;
     this.spinbutton.ClimbRate = 1;
     this.spinbutton.Numeric = true;
     this.hbox1.Add (this.spinbutton);
     global::Gtk.Box.BoxChild w2 = ((global::Gtk.Box.BoxChild)(this.hbox1 [this.spinbutton]));
     w2.Position = 1;
     this.Add (this.hbox1);
     if ((this.Child != null)) {
         this.Child.ShowAll ();
     }
     this.Hide ();
     this.check.Toggled += new global::System.EventHandler (this.OnCheckToggled);
     this.spinbutton.ValueChanged += new global::System.EventHandler (this.OnSpinbuttonValueChanged);
 }
		protected virtual void Build ()
		{
			global::Stetic.Gui.Initialize (this);
			// Widget MonoDevelop.Ide.Gui.OptionPanels.MaintenanceOptionsPanelWidget
			global::Stetic.BinContainer.Attach (this);
			this.Name = "MonoDevelop.Ide.Gui.OptionPanels.MaintenanceOptionsPanelWidget";
			// Container child MonoDevelop.Ide.Gui.OptionPanels.MaintenanceOptionsPanelWidget.Gtk.Container+ContainerChild
			this.vbox2 = new global::Gtk.VBox ();
			this.vbox2.Name = "vbox2";
			this.vbox2.Spacing = 6;
			// Container child vbox2.Gtk.Box+BoxChild
			this.checkInstr = new global::Gtk.CheckButton ();
			this.checkInstr.CanFocus = true;
			this.checkInstr.Name = "checkInstr";
			this.checkInstr.Label = global::Mono.Unix.Catalog.GetString ("Enable MonoDevelop Instrumentation");
			this.checkInstr.DrawIndicator = true;
			this.checkInstr.UseUnderline = true;
			this.vbox2.Add (this.checkInstr);
			global::Gtk.Box.BoxChild w1 = ((global::Gtk.Box.BoxChild)(this.vbox2 [this.checkInstr]));
			w1.Position = 0;
			w1.Expand = false;
			w1.Fill = false;
			// Container child vbox2.Gtk.Box+BoxChild
			this.checkAutoTest = new global::Gtk.CheckButton ();
			this.checkAutoTest.CanFocus = true;
			this.checkAutoTest.Name = "checkAutoTest";
			this.checkAutoTest.Label = global::Mono.Unix.Catalog.GetString ("Enable automated test support");
			this.checkAutoTest.DrawIndicator = true;
			this.checkAutoTest.UseUnderline = true;
			this.vbox2.Add (this.checkAutoTest);
			global::Gtk.Box.BoxChild w2 = ((global::Gtk.Box.BoxChild)(this.vbox2 [this.checkAutoTest]));
			w2.Position = 1;
			w2.Expand = false;
			w2.Fill = false;
			this.Add (this.vbox2);
			if ((this.Child != null)) {
				this.Child.ShowAll ();
			}
			this.Hide ();
		}
Example #22
0
 protected virtual void Build()
 {
     global::Stetic.Gui.Initialize (this);
     // Widget MainWindow
     this.Name = "MainWindow";
     this.Title = global::Mono.Unix.Catalog.GetString ("MainWindow");
     this.WindowPosition = ((global::Gtk.WindowPosition)(4));
     // Container child MainWindow.Gtk.Container+ContainerChild
     this.checkbutton1 = new global::Gtk.CheckButton ();
     this.checkbutton1.CanFocus = true;
     this.checkbutton1.Name = "checkbutton1";
     this.checkbutton1.Label = global::Mono.Unix.Catalog.GetString ("checkbutton1");
     this.checkbutton1.DrawIndicator = true;
     this.checkbutton1.UseUnderline = true;
     this.Add (this.checkbutton1);
     if ((this.Child != null)) {
         this.Child.ShowAll ();
     }
     this.DefaultWidth = 400;
     this.DefaultHeight = 300;
     this.Show ();
     this.DeleteEvent += new global::Gtk.DeleteEventHandler (this.OnDeleteEvent);
 }
 protected virtual void Build()
 {
     global::Stetic.Gui.Initialize (this);
     // Widget VimAddin.VimAddinOptionsPanelWidget
     global::Stetic.BinContainer.Attach (this);
     this.Name = "VimAddin.VimAddinOptionsPanelWidget";
     // Container child VimAddin.VimAddinOptionsPanelWidget.Gtk.Container+ContainerChild
     this.fixed1 = new global::Gtk.Fixed ();
     this.fixed1.Name = "fixed1";
     this.fixed1.HasWindow = false;
     // Container child fixed1.Gtk.Fixed+FixedChild
     this.checkbutton1 = new global::Gtk.CheckButton ();
     this.checkbutton1.CanFocus = true;
     this.checkbutton1.Name = "checkbutton1";
     this.checkbutton1.Label = global::Mono.Unix.Catalog.GetString ("Use vi modes");
     this.checkbutton1.Active = true;
     this.checkbutton1.DrawIndicator = true;
     this.checkbutton1.UseUnderline = true;
     this.fixed1.Add (this.checkbutton1);
     global::Gtk.Fixed.FixedChild w1 = ((global::Gtk.Fixed.FixedChild)(this.fixed1 [this.checkbutton1]));
     w1.X = 14;
     w1.Y = 41;
     // Container child fixed1.Gtk.Fixed+FixedChild
     this.label1 = new global::Gtk.Label ();
     this.label1.Name = "label1";
     this.label1.LabelProp = global::Mono.Unix.Catalog.GetString ("label1");
     this.fixed1.Add (this.label1);
     global::Gtk.Fixed.FixedChild w2 = ((global::Gtk.Fixed.FixedChild)(this.fixed1 [this.label1]));
     w2.X = 13;
     w2.Y = 10;
     this.Add (this.fixed1);
     if ((this.Child != null)) {
         this.Child.ShowAll ();
     }
     this.Hide ();
 }
		protected virtual void Build ()
		{
			global::Stetic.Gui.Initialize (this);
			// Widget meticulus.controls.gtk.boolean_setting_viewer
			global::Stetic.BinContainer.Attach (this);
			this.Name = "meticulus.controls.gtk.boolean_setting_viewer";
			// Container child meticulus.controls.gtk.boolean_setting_viewer.Gtk.Container+ContainerChild
			this.vbox4 = new global::Gtk.VBox ();
			this.vbox4.Name = "vbox4";
			this.vbox4.Spacing = 6;
			// Container child vbox4.Gtk.Box+BoxChild
			this.checkbutton1 = new global::Gtk.CheckButton ();
			this.checkbutton1.CanFocus = true;
			this.checkbutton1.Name = "checkbutton1";
			this.checkbutton1.Label = "";
			this.checkbutton1.DrawIndicator = true;
			this.checkbutton1.UseUnderline = true;
			this.vbox4.Add (this.checkbutton1);
			global::Gtk.Box.BoxChild w1 = ((global::Gtk.Box.BoxChild)(this.vbox4 [this.checkbutton1]));
			w1.Position = 0;
			w1.Expand = false;
			w1.Fill = false;
			// Container child vbox4.Gtk.Box+BoxChild
			this.desc_label = new global::Gtk.Label ();
			this.desc_label.Name = "desc_label";
			this.vbox4.Add (this.desc_label);
			global::Gtk.Box.BoxChild w2 = ((global::Gtk.Box.BoxChild)(this.vbox4 [this.desc_label]));
			w2.Position = 1;
			w2.Expand = false;
			w2.Fill = false;
			this.Add (this.vbox4);
			if ((this.Child != null)) {
				this.Child.ShowAll ();
			}
			this.Hide ();
		}
Example #25
0
 protected virtual void Build()
 {
     MonoDevelop.Components.Gui.Initialize(this);
     // Widget MonoDevelop.Packaging.Gui.GtkNuGetPackageMetadataOptionsPanelWidget
     MonoDevelop.Components.BinContainer.Attach(this);
     this.Name = "MonoDevelop.Packaging.Gui.GtkNuGetPackageMetadataOptionsPanelWidget";
     // Container child MonoDevelop.Packaging.Gui.GtkNuGetPackageMetadataOptionsPanelWidget.Gtk.Container+ContainerChild
     this.notebook             = new global::Gtk.Notebook();
     this.notebook.CanFocus    = true;
     this.notebook.Name        = "notebook";
     this.notebook.CurrentPage = 0;
     // Container child notebook.Gtk.Notebook+NotebookChild
     this.generalTable               = new global::Gtk.Table(((uint)(5)), ((uint)(3)), false);
     this.generalTable.Name          = "generalTable";
     this.generalTable.RowSpacing    = ((uint)(6));
     this.generalTable.ColumnSpacing = ((uint)(6));
     this.generalTable.BorderWidth   = ((uint)(10));
     // Container child generalTable.Gtk.Table+TableChild
     this.packageAuthorsLabel           = new global::Gtk.Label();
     this.packageAuthorsLabel.Name      = "packageAuthorsLabel";
     this.packageAuthorsLabel.Xalign    = 0F;
     this.packageAuthorsLabel.LabelProp = global::Mono.Unix.Catalog.GetString("Authors:");
     this.generalTable.Add(this.packageAuthorsLabel);
     global::Gtk.Table.TableChild w1 = ((global::Gtk.Table.TableChild)(this.generalTable[this.packageAuthorsLabel]));
     w1.TopAttach    = ((uint)(2));
     w1.BottomAttach = ((uint)(3));
     w1.XOptions     = ((global::Gtk.AttachOptions)(4));
     w1.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child generalTable.Gtk.Table+TableChild
     this.packageAuthorsTextBox               = new global::Gtk.Entry();
     this.packageAuthorsTextBox.CanFocus      = true;
     this.packageAuthorsTextBox.Name          = "packageAuthorsTextBox";
     this.packageAuthorsTextBox.IsEditable    = true;
     this.packageAuthorsTextBox.InvisibleChar = '●';
     this.generalTable.Add(this.packageAuthorsTextBox);
     global::Gtk.Table.TableChild w2 = ((global::Gtk.Table.TableChild)(this.generalTable[this.packageAuthorsTextBox]));
     w2.TopAttach    = ((uint)(2));
     w2.BottomAttach = ((uint)(3));
     w2.LeftAttach   = ((uint)(1));
     w2.RightAttach  = ((uint)(2));
     w2.XOptions     = ((global::Gtk.AttachOptions)(4));
     w2.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child generalTable.Gtk.Table+TableChild
     this.packageDescriptionLabelVBox         = new global::Gtk.VBox();
     this.packageDescriptionLabelVBox.Name    = "packageDescriptionLabelVBox";
     this.packageDescriptionLabelVBox.Spacing = 6;
     // Container child packageDescriptionLabelVBox.Gtk.Box+BoxChild
     this.packageDescriptionLabel = new global::Gtk.Label();
     this.packageDescriptionLabel.WidthRequest = 164;
     this.packageDescriptionLabel.Name         = "packageDescriptionLabel";
     this.packageDescriptionLabel.Xalign       = 0F;
     this.packageDescriptionLabel.LabelProp    = global::Mono.Unix.Catalog.GetString("Description:");
     this.packageDescriptionLabelVBox.Add(this.packageDescriptionLabel);
     global::Gtk.Box.BoxChild w3 = ((global::Gtk.Box.BoxChild)(this.packageDescriptionLabelVBox[this.packageDescriptionLabel]));
     w3.Position = 0;
     w3.Expand   = false;
     w3.Fill     = false;
     w3.Padding  = ((uint)(6));
     // Container child packageDescriptionLabelVBox.Gtk.Box+BoxChild
     this.packageDescriptionPaddingLabel        = new global::Gtk.Label();
     this.packageDescriptionPaddingLabel.Name   = "packageDescriptionPaddingLabel";
     this.packageDescriptionPaddingLabel.Xalign = 0F;
     this.packageDescriptionLabelVBox.Add(this.packageDescriptionPaddingLabel);
     global::Gtk.Box.BoxChild w4 = ((global::Gtk.Box.BoxChild)(this.packageDescriptionLabelVBox[this.packageDescriptionPaddingLabel]));
     w4.Position = 1;
     w4.Expand   = false;
     w4.Fill     = false;
     this.generalTable.Add(this.packageDescriptionLabelVBox);
     global::Gtk.Table.TableChild w5 = ((global::Gtk.Table.TableChild)(this.generalTable[this.packageDescriptionLabelVBox]));
     w5.TopAttach    = ((uint)(3));
     w5.BottomAttach = ((uint)(4));
     w5.XOptions     = ((global::Gtk.AttachOptions)(4));
     w5.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child generalTable.Gtk.Table+TableChild
     this.packageDescriptionScrolledWindow            = new global::Gtk.ScrolledWindow();
     this.packageDescriptionScrolledWindow.Name       = "packageDescriptionScrolledWindow";
     this.packageDescriptionScrolledWindow.ShadowType = ((global::Gtk.ShadowType)(1));
     // Container child packageDescriptionScrolledWindow.Gtk.Container+ContainerChild
     this.packageDescriptionTextView            = new global::Gtk.TextView();
     this.packageDescriptionTextView.CanFocus   = true;
     this.packageDescriptionTextView.Name       = "packageDescriptionTextView";
     this.packageDescriptionTextView.AcceptsTab = false;
     this.packageDescriptionTextView.WrapMode   = ((global::Gtk.WrapMode)(2));
     this.packageDescriptionScrolledWindow.Add(this.packageDescriptionTextView);
     this.generalTable.Add(this.packageDescriptionScrolledWindow);
     global::Gtk.Table.TableChild w7 = ((global::Gtk.Table.TableChild)(this.generalTable[this.packageDescriptionScrolledWindow]));
     w7.TopAttach    = ((uint)(3));
     w7.BottomAttach = ((uint)(4));
     w7.LeftAttach   = ((uint)(1));
     w7.RightAttach  = ((uint)(2));
     w7.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child generalTable.Gtk.Table+TableChild
     this.packageIdLabel           = new global::Gtk.Label();
     this.packageIdLabel.Name      = "packageIdLabel";
     this.packageIdLabel.Xalign    = 0F;
     this.packageIdLabel.LabelProp = global::Mono.Unix.Catalog.GetString("ID:");
     this.generalTable.Add(this.packageIdLabel);
     global::Gtk.Table.TableChild w8 = ((global::Gtk.Table.TableChild)(this.generalTable[this.packageIdLabel]));
     w8.XOptions = ((global::Gtk.AttachOptions)(4));
     w8.YOptions = ((global::Gtk.AttachOptions)(4));
     // Container child generalTable.Gtk.Table+TableChild
     this.packageIdTextBox               = new global::Gtk.Entry();
     this.packageIdTextBox.CanFocus      = true;
     this.packageIdTextBox.Name          = "packageIdTextBox";
     this.packageIdTextBox.IsEditable    = true;
     this.packageIdTextBox.InvisibleChar = '●';
     this.generalTable.Add(this.packageIdTextBox);
     global::Gtk.Table.TableChild w9 = ((global::Gtk.Table.TableChild)(this.generalTable[this.packageIdTextBox]));
     w9.LeftAttach  = ((uint)(1));
     w9.RightAttach = ((uint)(2));
     w9.XOptions    = ((global::Gtk.AttachOptions)(4));
     w9.YOptions    = ((global::Gtk.AttachOptions)(4));
     // Container child generalTable.Gtk.Table+TableChild
     this.packageVersionLabel           = new global::Gtk.Label();
     this.packageVersionLabel.Name      = "packageVersionLabel";
     this.packageVersionLabel.Xalign    = 0F;
     this.packageVersionLabel.LabelProp = global::Mono.Unix.Catalog.GetString("Version:");
     this.generalTable.Add(this.packageVersionLabel);
     global::Gtk.Table.TableChild w10 = ((global::Gtk.Table.TableChild)(this.generalTable[this.packageVersionLabel]));
     w10.TopAttach    = ((uint)(1));
     w10.BottomAttach = ((uint)(2));
     w10.XOptions     = ((global::Gtk.AttachOptions)(4));
     w10.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child generalTable.Gtk.Table+TableChild
     this.packageVersionTextBox               = new global::Gtk.Entry();
     this.packageVersionTextBox.CanFocus      = true;
     this.packageVersionTextBox.Name          = "packageVersionTextBox";
     this.packageVersionTextBox.IsEditable    = true;
     this.packageVersionTextBox.InvisibleChar = '●';
     this.generalTable.Add(this.packageVersionTextBox);
     global::Gtk.Table.TableChild w11 = ((global::Gtk.Table.TableChild)(this.generalTable[this.packageVersionTextBox]));
     w11.TopAttach    = ((uint)(1));
     w11.BottomAttach = ((uint)(2));
     w11.LeftAttach   = ((uint)(1));
     w11.RightAttach  = ((uint)(2));
     w11.XOptions     = ((global::Gtk.AttachOptions)(4));
     w11.YOptions     = ((global::Gtk.AttachOptions)(4));
     this.notebook.Add(this.generalTable);
     // Notebook tab
     this.generalTabPageLabel           = new global::Gtk.Label();
     this.generalTabPageLabel.Name      = "generalTabPageLabel";
     this.generalTabPageLabel.LabelProp = global::Mono.Unix.Catalog.GetString("General");
     this.notebook.SetTabLabel(this.generalTable, this.generalTabPageLabel);
     this.generalTabPageLabel.ShowAll();
     // Container child notebook.Gtk.Notebook+NotebookChild
     this.detailsTable               = new global::Gtk.Table(((uint)(13)), ((uint)(3)), false);
     this.detailsTable.Name          = "detailsTable";
     this.detailsTable.RowSpacing    = ((uint)(6));
     this.detailsTable.ColumnSpacing = ((uint)(6));
     this.detailsTable.BorderWidth   = ((uint)(10));
     // Container child detailsTable.Gtk.Table+TableChild
     this.packageCopyrightLabel           = new global::Gtk.Label();
     this.packageCopyrightLabel.Name      = "packageCopyrightLabel";
     this.packageCopyrightLabel.Xalign    = 0F;
     this.packageCopyrightLabel.LabelProp = global::Mono.Unix.Catalog.GetString("Copyright:");
     this.detailsTable.Add(this.packageCopyrightLabel);
     global::Gtk.Table.TableChild w13 = ((global::Gtk.Table.TableChild)(this.detailsTable[this.packageCopyrightLabel]));
     w13.TopAttach    = ((uint)(1));
     w13.BottomAttach = ((uint)(2));
     w13.XOptions     = ((global::Gtk.AttachOptions)(4));
     w13.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child detailsTable.Gtk.Table+TableChild
     this.packageCopyrightTextBox               = new global::Gtk.Entry();
     this.packageCopyrightTextBox.CanFocus      = true;
     this.packageCopyrightTextBox.Name          = "packageCopyrightTextBox";
     this.packageCopyrightTextBox.IsEditable    = true;
     this.packageCopyrightTextBox.InvisibleChar = '●';
     this.detailsTable.Add(this.packageCopyrightTextBox);
     global::Gtk.Table.TableChild w14 = ((global::Gtk.Table.TableChild)(this.detailsTable[this.packageCopyrightTextBox]));
     w14.TopAttach    = ((uint)(1));
     w14.BottomAttach = ((uint)(2));
     w14.LeftAttach   = ((uint)(1));
     w14.RightAttach  = ((uint)(2));
     w14.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child detailsTable.Gtk.Table+TableChild
     this.packageDevelopmentDependencyCheckBox               = new global::Gtk.CheckButton();
     this.packageDevelopmentDependencyCheckBox.CanFocus      = true;
     this.packageDevelopmentDependencyCheckBox.Name          = "packageDevelopmentDependencyCheckBox";
     this.packageDevelopmentDependencyCheckBox.Label         = "";
     this.packageDevelopmentDependencyCheckBox.DrawIndicator = true;
     this.packageDevelopmentDependencyCheckBox.UseUnderline  = true;
     this.packageDevelopmentDependencyCheckBox.Xalign        = 0F;
     this.detailsTable.Add(this.packageDevelopmentDependencyCheckBox);
     global::Gtk.Table.TableChild w15 = ((global::Gtk.Table.TableChild)(this.detailsTable[this.packageDevelopmentDependencyCheckBox]));
     w15.TopAttach    = ((uint)(8));
     w15.BottomAttach = ((uint)(9));
     w15.LeftAttach   = ((uint)(1));
     w15.RightAttach  = ((uint)(2));
     w15.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child detailsTable.Gtk.Table+TableChild
     this.packageDevelopmentDependencyLabel           = new global::Gtk.Label();
     this.packageDevelopmentDependencyLabel.Name      = "packageDevelopmentDependencyLabel";
     this.packageDevelopmentDependencyLabel.Xalign    = 0F;
     this.packageDevelopmentDependencyLabel.LabelProp = global::Mono.Unix.Catalog.GetString("Development Dependency:");
     this.detailsTable.Add(this.packageDevelopmentDependencyLabel);
     global::Gtk.Table.TableChild w16 = ((global::Gtk.Table.TableChild)(this.detailsTable[this.packageDevelopmentDependencyLabel]));
     w16.TopAttach    = ((uint)(8));
     w16.BottomAttach = ((uint)(9));
     w16.XOptions     = ((global::Gtk.AttachOptions)(4));
     w16.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child detailsTable.Gtk.Table+TableChild
     this.packageIconUrlLabel           = new global::Gtk.Label();
     this.packageIconUrlLabel.Name      = "packageIconUrlLabel";
     this.packageIconUrlLabel.Xalign    = 0F;
     this.packageIconUrlLabel.LabelProp = global::Mono.Unix.Catalog.GetString("Icon URL:");
     this.detailsTable.Add(this.packageIconUrlLabel);
     global::Gtk.Table.TableChild w17 = ((global::Gtk.Table.TableChild)(this.detailsTable[this.packageIconUrlLabel]));
     w17.TopAttach    = ((uint)(5));
     w17.BottomAttach = ((uint)(6));
     w17.XOptions     = ((global::Gtk.AttachOptions)(4));
     w17.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child detailsTable.Gtk.Table+TableChild
     this.packageIconUrlTextBox               = new global::Gtk.Entry();
     this.packageIconUrlTextBox.CanFocus      = true;
     this.packageIconUrlTextBox.Name          = "packageIconUrlTextBox";
     this.packageIconUrlTextBox.IsEditable    = true;
     this.packageIconUrlTextBox.InvisibleChar = '●';
     this.detailsTable.Add(this.packageIconUrlTextBox);
     global::Gtk.Table.TableChild w18 = ((global::Gtk.Table.TableChild)(this.detailsTable[this.packageIconUrlTextBox]));
     w18.TopAttach    = ((uint)(5));
     w18.BottomAttach = ((uint)(6));
     w18.LeftAttach   = ((uint)(1));
     w18.RightAttach  = ((uint)(2));
     w18.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child detailsTable.Gtk.Table+TableChild
     this.packageLanguageHBox         = new global::Gtk.HBox();
     this.packageLanguageHBox.Name    = "packageLanguageHBox";
     this.packageLanguageHBox.Spacing = 6;
     // Container child packageLanguageHBox.Gtk.Box+BoxChild
     this.packageLanguageComboBox      = global::Gtk.ComboBoxEntry.NewText();
     this.packageLanguageComboBox.Name = "packageLanguageComboBox";
     this.packageLanguageHBox.Add(this.packageLanguageComboBox);
     global::Gtk.Box.BoxChild w19 = ((global::Gtk.Box.BoxChild)(this.packageLanguageHBox[this.packageLanguageComboBox]));
     w19.Position = 0;
     w19.Expand   = false;
     w19.Fill     = false;
     this.detailsTable.Add(this.packageLanguageHBox);
     global::Gtk.Table.TableChild w20 = ((global::Gtk.Table.TableChild)(this.detailsTable[this.packageLanguageHBox]));
     w20.TopAttach    = ((uint)(10));
     w20.BottomAttach = ((uint)(11));
     w20.LeftAttach   = ((uint)(1));
     w20.RightAttach  = ((uint)(2));
     w20.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child detailsTable.Gtk.Table+TableChild
     this.packageLanguageLabel           = new global::Gtk.Label();
     this.packageLanguageLabel.Name      = "packageLanguageLabel";
     this.packageLanguageLabel.Xalign    = 0F;
     this.packageLanguageLabel.LabelProp = global::Mono.Unix.Catalog.GetString("Language:");
     this.detailsTable.Add(this.packageLanguageLabel);
     global::Gtk.Table.TableChild w21 = ((global::Gtk.Table.TableChild)(this.detailsTable[this.packageLanguageLabel]));
     w21.TopAttach    = ((uint)(10));
     w21.BottomAttach = ((uint)(11));
     w21.XOptions     = ((global::Gtk.AttachOptions)(4));
     w21.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child detailsTable.Gtk.Table+TableChild
     this.packageLicenseUrlLabel           = new global::Gtk.Label();
     this.packageLicenseUrlLabel.Name      = "packageLicenseUrlLabel";
     this.packageLicenseUrlLabel.Xalign    = 0F;
     this.packageLicenseUrlLabel.LabelProp = global::Mono.Unix.Catalog.GetString("License URL:");
     this.detailsTable.Add(this.packageLicenseUrlLabel);
     global::Gtk.Table.TableChild w22 = ((global::Gtk.Table.TableChild)(this.detailsTable[this.packageLicenseUrlLabel]));
     w22.TopAttach    = ((uint)(6));
     w22.BottomAttach = ((uint)(7));
     w22.XOptions     = ((global::Gtk.AttachOptions)(4));
     w22.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child detailsTable.Gtk.Table+TableChild
     this.packageLicenseUrlTextBox               = new global::Gtk.Entry();
     this.packageLicenseUrlTextBox.CanFocus      = true;
     this.packageLicenseUrlTextBox.Name          = "packageLicenseUrlTextBox";
     this.packageLicenseUrlTextBox.IsEditable    = true;
     this.packageLicenseUrlTextBox.InvisibleChar = '●';
     this.detailsTable.Add(this.packageLicenseUrlTextBox);
     global::Gtk.Table.TableChild w23 = ((global::Gtk.Table.TableChild)(this.detailsTable[this.packageLicenseUrlTextBox]));
     w23.TopAttach    = ((uint)(6));
     w23.BottomAttach = ((uint)(7));
     w23.LeftAttach   = ((uint)(1));
     w23.RightAttach  = ((uint)(2));
     w23.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child detailsTable.Gtk.Table+TableChild
     this.packageOwnersLabel           = new global::Gtk.Label();
     this.packageOwnersLabel.Name      = "packageOwnersLabel";
     this.packageOwnersLabel.Xalign    = 0F;
     this.packageOwnersLabel.LabelProp = global::Mono.Unix.Catalog.GetString("Owners:");
     this.detailsTable.Add(this.packageOwnersLabel);
     global::Gtk.Table.TableChild w24 = ((global::Gtk.Table.TableChild)(this.detailsTable[this.packageOwnersLabel]));
     w24.XOptions = ((global::Gtk.AttachOptions)(4));
     w24.YOptions = ((global::Gtk.AttachOptions)(4));
     // Container child detailsTable.Gtk.Table+TableChild
     this.packageOwnersTextBox               = new global::Gtk.Entry();
     this.packageOwnersTextBox.CanFocus      = true;
     this.packageOwnersTextBox.Name          = "packageOwnersTextBox";
     this.packageOwnersTextBox.IsEditable    = true;
     this.packageOwnersTextBox.InvisibleChar = '●';
     this.detailsTable.Add(this.packageOwnersTextBox);
     global::Gtk.Table.TableChild w25 = ((global::Gtk.Table.TableChild)(this.detailsTable[this.packageOwnersTextBox]));
     w25.LeftAttach  = ((uint)(1));
     w25.RightAttach = ((uint)(2));
     w25.YOptions    = ((global::Gtk.AttachOptions)(4));
     // Container child detailsTable.Gtk.Table+TableChild
     this.packageProjectUrlLabel           = new global::Gtk.Label();
     this.packageProjectUrlLabel.Name      = "packageProjectUrlLabel";
     this.packageProjectUrlLabel.Xalign    = 0F;
     this.packageProjectUrlLabel.LabelProp = global::Mono.Unix.Catalog.GetString("Project URL:");
     this.detailsTable.Add(this.packageProjectUrlLabel);
     global::Gtk.Table.TableChild w26 = ((global::Gtk.Table.TableChild)(this.detailsTable[this.packageProjectUrlLabel]));
     w26.TopAttach    = ((uint)(4));
     w26.BottomAttach = ((uint)(5));
     w26.XOptions     = ((global::Gtk.AttachOptions)(4));
     w26.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child detailsTable.Gtk.Table+TableChild
     this.packageProjectUrlTextBox               = new global::Gtk.Entry();
     this.packageProjectUrlTextBox.CanFocus      = true;
     this.packageProjectUrlTextBox.Name          = "packageProjectUrlTextBox";
     this.packageProjectUrlTextBox.IsEditable    = true;
     this.packageProjectUrlTextBox.InvisibleChar = '●';
     this.detailsTable.Add(this.packageProjectUrlTextBox);
     global::Gtk.Table.TableChild w27 = ((global::Gtk.Table.TableChild)(this.detailsTable[this.packageProjectUrlTextBox]));
     w27.TopAttach    = ((uint)(4));
     w27.BottomAttach = ((uint)(5));
     w27.LeftAttach   = ((uint)(1));
     w27.RightAttach  = ((uint)(2));
     w27.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child detailsTable.Gtk.Table+TableChild
     this.packageReleaseNotesLabelVBox         = new global::Gtk.VBox();
     this.packageReleaseNotesLabelVBox.Name    = "packageReleaseNotesLabelVBox";
     this.packageReleaseNotesLabelVBox.Spacing = 6;
     // Container child packageReleaseNotesLabelVBox.Gtk.Box+BoxChild
     this.packageReleaseNotesLabel           = new global::Gtk.Label();
     this.packageReleaseNotesLabel.Name      = "packageReleaseNotesLabel";
     this.packageReleaseNotesLabel.Xalign    = 0F;
     this.packageReleaseNotesLabel.LabelProp = global::Mono.Unix.Catalog.GetString("Release Notes:");
     this.packageReleaseNotesLabelVBox.Add(this.packageReleaseNotesLabel);
     global::Gtk.Box.BoxChild w28 = ((global::Gtk.Box.BoxChild)(this.packageReleaseNotesLabelVBox[this.packageReleaseNotesLabel]));
     w28.Position = 0;
     w28.Expand   = false;
     w28.Fill     = false;
     w28.Padding  = ((uint)(6));
     // Container child packageReleaseNotesLabelVBox.Gtk.Box+BoxChild
     this.packageReleaseNotesPaddingLabel        = new global::Gtk.Label();
     this.packageReleaseNotesPaddingLabel.Name   = "packageReleaseNotesPaddingLabel";
     this.packageReleaseNotesPaddingLabel.Xalign = 0F;
     this.packageReleaseNotesLabelVBox.Add(this.packageReleaseNotesPaddingLabel);
     global::Gtk.Box.BoxChild w29 = ((global::Gtk.Box.BoxChild)(this.packageReleaseNotesLabelVBox[this.packageReleaseNotesPaddingLabel]));
     w29.Position = 1;
     w29.Expand   = false;
     w29.Fill     = false;
     this.detailsTable.Add(this.packageReleaseNotesLabelVBox);
     global::Gtk.Table.TableChild w30 = ((global::Gtk.Table.TableChild)(this.detailsTable[this.packageReleaseNotesLabelVBox]));
     w30.TopAttach    = ((uint)(11));
     w30.BottomAttach = ((uint)(12));
     w30.XOptions     = ((global::Gtk.AttachOptions)(4));
     w30.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child detailsTable.Gtk.Table+TableChild
     this.packageReleaseNotesScrolledWindow            = new global::Gtk.ScrolledWindow();
     this.packageReleaseNotesScrolledWindow.Name       = "packageReleaseNotesScrolledWindow";
     this.packageReleaseNotesScrolledWindow.ShadowType = ((global::Gtk.ShadowType)(1));
     // Container child packageReleaseNotesScrolledWindow.Gtk.Container+ContainerChild
     this.packageReleaseNotesTextView            = new global::Gtk.TextView();
     this.packageReleaseNotesTextView.CanFocus   = true;
     this.packageReleaseNotesTextView.Name       = "packageReleaseNotesTextView";
     this.packageReleaseNotesTextView.AcceptsTab = false;
     this.packageReleaseNotesTextView.WrapMode   = ((global::Gtk.WrapMode)(2));
     this.packageReleaseNotesScrolledWindow.Add(this.packageReleaseNotesTextView);
     this.detailsTable.Add(this.packageReleaseNotesScrolledWindow);
     global::Gtk.Table.TableChild w32 = ((global::Gtk.Table.TableChild)(this.detailsTable[this.packageReleaseNotesScrolledWindow]));
     w32.TopAttach    = ((uint)(11));
     w32.BottomAttach = ((uint)(12));
     w32.LeftAttach   = ((uint)(1));
     w32.RightAttach  = ((uint)(2));
     w32.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child detailsTable.Gtk.Table+TableChild
     this.packageRequireLicenseAcceptanceCheckBox               = new global::Gtk.CheckButton();
     this.packageRequireLicenseAcceptanceCheckBox.CanFocus      = true;
     this.packageRequireLicenseAcceptanceCheckBox.Name          = "packageRequireLicenseAcceptanceCheckBox";
     this.packageRequireLicenseAcceptanceCheckBox.Label         = "";
     this.packageRequireLicenseAcceptanceCheckBox.DrawIndicator = true;
     this.packageRequireLicenseAcceptanceCheckBox.UseUnderline  = true;
     this.packageRequireLicenseAcceptanceCheckBox.Xalign        = 0F;
     this.detailsTable.Add(this.packageRequireLicenseAcceptanceCheckBox);
     global::Gtk.Table.TableChild w33 = ((global::Gtk.Table.TableChild)(this.detailsTable[this.packageRequireLicenseAcceptanceCheckBox]));
     w33.TopAttach    = ((uint)(7));
     w33.BottomAttach = ((uint)(8));
     w33.LeftAttach   = ((uint)(1));
     w33.RightAttach  = ((uint)(2));
     w33.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child detailsTable.Gtk.Table+TableChild
     this.packageRequireLicenseAcceptanceLabel           = new global::Gtk.Label();
     this.packageRequireLicenseAcceptanceLabel.Name      = "packageRequireLicenseAcceptanceLabel";
     this.packageRequireLicenseAcceptanceLabel.Xalign    = 0F;
     this.packageRequireLicenseAcceptanceLabel.LabelProp = global::Mono.Unix.Catalog.GetString("Require License Acceptance:");
     this.detailsTable.Add(this.packageRequireLicenseAcceptanceLabel);
     global::Gtk.Table.TableChild w34 = ((global::Gtk.Table.TableChild)(this.detailsTable[this.packageRequireLicenseAcceptanceLabel]));
     w34.TopAttach    = ((uint)(7));
     w34.BottomAttach = ((uint)(8));
     w34.XOptions     = ((global::Gtk.AttachOptions)(4));
     w34.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child detailsTable.Gtk.Table+TableChild
     this.packageSummaryLabel           = new global::Gtk.Label();
     this.packageSummaryLabel.Name      = "packageSummaryLabel";
     this.packageSummaryLabel.Xalign    = 0F;
     this.packageSummaryLabel.LabelProp = global::Mono.Unix.Catalog.GetString("Summary:");
     this.detailsTable.Add(this.packageSummaryLabel);
     global::Gtk.Table.TableChild w35 = ((global::Gtk.Table.TableChild)(this.detailsTable[this.packageSummaryLabel]));
     w35.TopAttach    = ((uint)(3));
     w35.BottomAttach = ((uint)(4));
     w35.XOptions     = ((global::Gtk.AttachOptions)(4));
     w35.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child detailsTable.Gtk.Table+TableChild
     this.packageSummaryTextBox               = new global::Gtk.Entry();
     this.packageSummaryTextBox.CanFocus      = true;
     this.packageSummaryTextBox.Name          = "packageSummaryTextBox";
     this.packageSummaryTextBox.IsEditable    = true;
     this.packageSummaryTextBox.InvisibleChar = '●';
     this.detailsTable.Add(this.packageSummaryTextBox);
     global::Gtk.Table.TableChild w36 = ((global::Gtk.Table.TableChild)(this.detailsTable[this.packageSummaryTextBox]));
     w36.TopAttach    = ((uint)(3));
     w36.BottomAttach = ((uint)(4));
     w36.LeftAttach   = ((uint)(1));
     w36.RightAttach  = ((uint)(2));
     w36.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child detailsTable.Gtk.Table+TableChild
     this.packageTagsLabel           = new global::Gtk.Label();
     this.packageTagsLabel.Name      = "packageTagsLabel";
     this.packageTagsLabel.Xalign    = 0F;
     this.packageTagsLabel.LabelProp = global::Mono.Unix.Catalog.GetString("Tags:");
     this.detailsTable.Add(this.packageTagsLabel);
     global::Gtk.Table.TableChild w37 = ((global::Gtk.Table.TableChild)(this.detailsTable[this.packageTagsLabel]));
     w37.TopAttach    = ((uint)(9));
     w37.BottomAttach = ((uint)(10));
     w37.XOptions     = ((global::Gtk.AttachOptions)(4));
     w37.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child detailsTable.Gtk.Table+TableChild
     this.packageTagsTextBox               = new global::Gtk.Entry();
     this.packageTagsTextBox.CanFocus      = true;
     this.packageTagsTextBox.Name          = "packageTagsTextBox";
     this.packageTagsTextBox.IsEditable    = true;
     this.packageTagsTextBox.InvisibleChar = '●';
     this.detailsTable.Add(this.packageTagsTextBox);
     global::Gtk.Table.TableChild w38 = ((global::Gtk.Table.TableChild)(this.detailsTable[this.packageTagsTextBox]));
     w38.TopAttach    = ((uint)(9));
     w38.BottomAttach = ((uint)(10));
     w38.LeftAttach   = ((uint)(1));
     w38.RightAttach  = ((uint)(2));
     w38.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child detailsTable.Gtk.Table+TableChild
     this.packageTitleLabel           = new global::Gtk.Label();
     this.packageTitleLabel.Name      = "packageTitleLabel";
     this.packageTitleLabel.Xalign    = 0F;
     this.packageTitleLabel.LabelProp = global::Mono.Unix.Catalog.GetString("Title:");
     this.detailsTable.Add(this.packageTitleLabel);
     global::Gtk.Table.TableChild w39 = ((global::Gtk.Table.TableChild)(this.detailsTable[this.packageTitleLabel]));
     w39.TopAttach    = ((uint)(2));
     w39.BottomAttach = ((uint)(3));
     w39.XOptions     = ((global::Gtk.AttachOptions)(4));
     w39.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child detailsTable.Gtk.Table+TableChild
     this.packageTitleTextBox               = new global::Gtk.Entry();
     this.packageTitleTextBox.CanFocus      = true;
     this.packageTitleTextBox.Name          = "packageTitleTextBox";
     this.packageTitleTextBox.IsEditable    = true;
     this.packageTitleTextBox.InvisibleChar = '●';
     this.detailsTable.Add(this.packageTitleTextBox);
     global::Gtk.Table.TableChild w40 = ((global::Gtk.Table.TableChild)(this.detailsTable[this.packageTitleTextBox]));
     w40.TopAttach    = ((uint)(2));
     w40.BottomAttach = ((uint)(3));
     w40.LeftAttach   = ((uint)(1));
     w40.RightAttach  = ((uint)(2));
     w40.YOptions     = ((global::Gtk.AttachOptions)(4));
     this.notebook.Add(this.detailsTable);
     global::Gtk.Notebook.NotebookChild w41 = ((global::Gtk.Notebook.NotebookChild)(this.notebook[this.detailsTable]));
     w41.Position = 1;
     // Notebook tab
     this.detailsTabPageLabel           = new global::Gtk.Label();
     this.detailsTabPageLabel.Name      = "detailsTabPageLabel";
     this.detailsTabPageLabel.LabelProp = global::Mono.Unix.Catalog.GetString("Details");
     this.notebook.SetTabLabel(this.detailsTable, this.detailsTabPageLabel);
     this.detailsTabPageLabel.ShowAll();
     this.Add(this.notebook);
     if ((this.Child != null))
     {
         this.Child.ShowAll();
     }
     this.generalTabPageLabel.Hide();
     this.Hide();
 }
 protected virtual void Build()
 {
     global::Stetic.Gui.Initialize(this);
     // Widget MonoDevelop.MonoDroid.Gui.MonoDroidBuildOptionsWidget
     global::Stetic.BinContainer.Attach(this);
     this.Name = "MonoDevelop.MonoDroid.Gui.MonoDroidBuildOptionsWidget";
     // Container child MonoDevelop.MonoDroid.Gui.MonoDroidBuildOptionsWidget.Gtk.Container+ContainerChild
     this.notebook1             = new global::Gtk.Notebook();
     this.notebook1.CanFocus    = true;
     this.notebook1.Name        = "notebook1";
     this.notebook1.CurrentPage = 1;
     // Container child notebook1.Gtk.Notebook+NotebookChild
     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.extraMonoDroidArgsEntry               = new global::Gtk.Entry();
     this.extraMonoDroidArgsEntry.CanFocus      = true;
     this.extraMonoDroidArgsEntry.Name          = "extraMonoDroidArgsEntry";
     this.extraMonoDroidArgsEntry.IsEditable    = true;
     this.extraMonoDroidArgsEntry.InvisibleChar = '●';
     this.table1.Add(this.extraMonoDroidArgsEntry);
     global::Gtk.Table.TableChild w1 = ((global::Gtk.Table.TableChild)(this.table1 [this.extraMonoDroidArgsEntry]));
     w1.TopAttach    = ((uint)(2));
     w1.BottomAttach = ((uint)(3));
     w1.LeftAttach   = ((uint)(1));
     w1.RightAttach  = ((uint)(2));
     w1.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     this.hbox1      = new global::Gtk.HBox();
     this.hbox1.Name = "hbox1";
     // Container child hbox1.Gtk.Box+BoxChild
     this.linkerCombo      = global::Gtk.ComboBox.NewText();
     this.linkerCombo.Name = "linkerCombo";
     this.hbox1.Add(this.linkerCombo);
     global::Gtk.Box.BoxChild w2 = ((global::Gtk.Box.BoxChild)(this.hbox1 [this.linkerCombo]));
     w2.Position = 0;
     w2.Expand   = false;
     w2.Fill     = false;
     this.table1.Add(this.hbox1);
     global::Gtk.Table.TableChild w3 = ((global::Gtk.Table.TableChild)(this.table1 [this.hbox1]));
     w3.TopAttach    = ((uint)(1));
     w3.BottomAttach = ((uint)(2));
     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::Mono.Unix.Catalog.GetString("_Extra arguments:");
     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)(2));
     w4.BottomAttach = ((uint)(3));
     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::Mono.Unix.Catalog.GetString("_Linker behavior:");
     this.label2.UseUnderline = true;
     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.sharedRuntimeCheck               = new global::Gtk.CheckButton();
     this.sharedRuntimeCheck.CanFocus      = true;
     this.sharedRuntimeCheck.Name          = "sharedRuntimeCheck";
     this.sharedRuntimeCheck.Label         = global::Mono.Unix.Catalog.GetString("Use shared Mono runtime");
     this.sharedRuntimeCheck.DrawIndicator = true;
     this.sharedRuntimeCheck.UseUnderline  = true;
     this.table1.Add(this.sharedRuntimeCheck);
     global::Gtk.Table.TableChild w6 = ((global::Gtk.Table.TableChild)(this.table1 [this.sharedRuntimeCheck]));
     w6.RightAttach = ((uint)(2));
     w6.YOptions    = ((global::Gtk.AttachOptions)(4));
     this.notebook1.Add(this.table1);
     // Notebook tab
     this.label3           = new global::Gtk.Label();
     this.label3.Name      = "label3";
     this.label3.LabelProp = global::Mono.Unix.Catalog.GetString("General");
     this.notebook1.SetTabLabel(this.table1, this.label3);
     this.label3.ShowAll();
     // Container child notebook1.Gtk.Notebook+NotebookChild
     this.vbox2             = new global::Gtk.VBox();
     this.vbox2.Name        = "vbox2";
     this.vbox2.Spacing     = 6;
     this.vbox2.BorderWidth = ((uint)(6));
     // Container child vbox2.Gtk.Box+BoxChild
     this.label5           = new global::Gtk.Label();
     this.label5.Name      = "label5";
     this.label5.Xalign    = 0F;
     this.label5.LabelProp = global::Mono.Unix.Catalog.GetString("<b>Internationalization</b>");
     this.label5.UseMarkup = true;
     this.vbox2.Add(this.label5);
     global::Gtk.Box.BoxChild w8 = ((global::Gtk.Box.BoxChild)(this.vbox2 [this.label5]));
     w8.Position = 0;
     w8.Expand   = false;
     w8.Fill     = false;
     // Container child vbox2.Gtk.Box+BoxChild
     this.alignment1             = new global::Gtk.Alignment(0F, 0.5F, 1F, 1F);
     this.alignment1.Name        = "alignment1";
     this.alignment1.LeftPadding = ((uint)(24));
     // Container child alignment1.Gtk.Container+ContainerChild
     this.vbox3         = new global::Gtk.VBox();
     this.vbox3.Name    = "vbox3";
     this.vbox3.Spacing = 6;
     // Container child vbox3.Gtk.Box+BoxChild
     this.label6           = new global::Gtk.Label();
     this.label6.Name      = "label6";
     this.label6.Xalign    = 0F;
     this.label6.LabelProp = global::Mono.Unix.Catalog.GetString("<small>If the application uses certain international codesets, they must be\nspecified explicitly so that the linker can include supporting resources.</small>");
     this.label6.UseMarkup = true;
     this.vbox3.Add(this.label6);
     global::Gtk.Box.BoxChild w9 = ((global::Gtk.Box.BoxChild)(this.vbox3 [this.label6]));
     w9.Position = 0;
     w9.Expand   = false;
     w9.Fill     = false;
     // Container child vbox3.Gtk.Box+BoxChild
     this.GtkScrolledWindow            = new global::Gtk.ScrolledWindow();
     this.GtkScrolledWindow.Name       = "GtkScrolledWindow";
     this.GtkScrolledWindow.ShadowType = ((global::Gtk.ShadowType)(1));
     // Container child GtkScrolledWindow.Gtk.Container+ContainerChild
     this.i18NTreeView          = new global::Gtk.TreeView();
     this.i18NTreeView.CanFocus = true;
     this.i18NTreeView.Name     = "i18NTreeView";
     this.GtkScrolledWindow.Add(this.i18NTreeView);
     this.vbox3.Add(this.GtkScrolledWindow);
     global::Gtk.Box.BoxChild w11 = ((global::Gtk.Box.BoxChild)(this.vbox3 [this.GtkScrolledWindow]));
     w11.Position = 1;
     this.alignment1.Add(this.vbox3);
     this.vbox2.Add(this.alignment1);
     global::Gtk.Box.BoxChild w13 = ((global::Gtk.Box.BoxChild)(this.vbox2 [this.alignment1]));
     w13.Position = 1;
     this.notebook1.Add(this.vbox2);
     global::Gtk.Notebook.NotebookChild w14 = ((global::Gtk.Notebook.NotebookChild)(this.notebook1 [this.vbox2]));
     w14.Position = 1;
     // Notebook tab
     this.label4           = new global::Gtk.Label();
     this.label4.Name      = "label4";
     this.label4.LabelProp = global::Mono.Unix.Catalog.GetString("Advanced");
     this.notebook1.SetTabLabel(this.vbox2, this.label4);
     this.label4.ShowAll();
     this.Add(this.notebook1);
     if ((this.Child != null))
     {
         this.Child.ShowAll();
     }
     this.label1.MnemonicWidget = this.extraMonoDroidArgsEntry;
     this.label2.MnemonicWidget = this.linkerCombo;
     this.Hide();
 }
 protected virtual void Build()
 {
     global::Stetic.Gui.Initialize(this);
     // Widget MonoDevelop.Ide.CodeTemplates.CodeTemplatePanelWidget
     global::Stetic.BinContainer.Attach(this);
     this.Name = "MonoDevelop.Ide.CodeTemplates.CodeTemplatePanelWidget";
     // Container child MonoDevelop.Ide.CodeTemplates.CodeTemplatePanelWidget.Gtk.Container+ContainerChild
     this.vpaned1          = new global::Gtk.VPaned();
     this.vpaned1.CanFocus = true;
     this.vpaned1.Name     = "vpaned1";
     this.vpaned1.Position = 127;
     // Container child vpaned1.Gtk.Paned+PanedChild
     this.hbox1         = new global::Gtk.HBox();
     this.hbox1.Name    = "hbox1";
     this.hbox1.Spacing = 6;
     // Container child hbox1.Gtk.Box+BoxChild
     this.GtkScrolledWindow            = new global::Gtk.ScrolledWindow();
     this.GtkScrolledWindow.Name       = "GtkScrolledWindow";
     this.GtkScrolledWindow.ShadowType = ((global::Gtk.ShadowType)(1));
     // Container child GtkScrolledWindow.Gtk.Container+ContainerChild
     this.treeviewCodeTemplates                = new global::Gtk.TreeView();
     this.treeviewCodeTemplates.CanFocus       = true;
     this.treeviewCodeTemplates.Name           = "treeviewCodeTemplates";
     this.treeviewCodeTemplates.HeadersVisible = false;
     this.GtkScrolledWindow.Add(this.treeviewCodeTemplates);
     this.hbox1.Add(this.GtkScrolledWindow);
     global::Gtk.Box.BoxChild w2 = ((global::Gtk.Box.BoxChild)(this.hbox1 [this.GtkScrolledWindow]));
     w2.Position = 0;
     // Container child hbox1.Gtk.Box+BoxChild
     this.vbox2         = new global::Gtk.VBox();
     this.vbox2.Name    = "vbox2";
     this.vbox2.Spacing = 6;
     // Container child vbox2.Gtk.Box+BoxChild
     this.buttonAdd              = new global::Gtk.Button();
     this.buttonAdd.CanFocus     = true;
     this.buttonAdd.Name         = "buttonAdd";
     this.buttonAdd.UseStock     = true;
     this.buttonAdd.UseUnderline = true;
     this.buttonAdd.Label        = "gtk-add";
     this.vbox2.Add(this.buttonAdd);
     global::Gtk.Box.BoxChild w3 = ((global::Gtk.Box.BoxChild)(this.vbox2 [this.buttonAdd]));
     w3.Position = 0;
     w3.Expand   = false;
     w3.Fill     = false;
     // Container child vbox2.Gtk.Box+BoxChild
     this.buttonEdit              = new global::Gtk.Button();
     this.buttonEdit.CanFocus     = true;
     this.buttonEdit.Name         = "buttonEdit";
     this.buttonEdit.UseStock     = true;
     this.buttonEdit.UseUnderline = true;
     this.buttonEdit.Label        = "gtk-edit";
     this.vbox2.Add(this.buttonEdit);
     global::Gtk.Box.BoxChild w4 = ((global::Gtk.Box.BoxChild)(this.vbox2 [this.buttonEdit]));
     w4.Position = 1;
     w4.Expand   = false;
     w4.Fill     = false;
     // Container child vbox2.Gtk.Box+BoxChild
     this.buttonRemove              = new global::Gtk.Button();
     this.buttonRemove.CanFocus     = true;
     this.buttonRemove.Name         = "buttonRemove";
     this.buttonRemove.UseStock     = true;
     this.buttonRemove.UseUnderline = true;
     this.buttonRemove.Label        = "gtk-remove";
     this.vbox2.Add(this.buttonRemove);
     global::Gtk.Box.BoxChild w5 = ((global::Gtk.Box.BoxChild)(this.vbox2 [this.buttonRemove]));
     w5.Position = 2;
     w5.Expand   = false;
     w5.Fill     = false;
     this.hbox1.Add(this.vbox2);
     global::Gtk.Box.BoxChild w6 = ((global::Gtk.Box.BoxChild)(this.hbox1 [this.vbox2]));
     w6.Position = 1;
     w6.Expand   = false;
     w6.Fill     = false;
     this.vpaned1.Add(this.hbox1);
     global::Gtk.Paned.PanedChild w7 = ((global::Gtk.Paned.PanedChild)(this.vpaned1 [this.hbox1]));
     w7.Resize = false;
     // Container child vpaned1.Gtk.Paned+PanedChild
     this.vbox1         = new global::Gtk.VBox();
     this.vbox1.Name    = "vbox1";
     this.vbox1.Spacing = 6;
     // Container child vbox1.Gtk.Box+BoxChild
     this.hbox2         = new global::Gtk.HBox();
     this.hbox2.Name    = "hbox2";
     this.hbox2.Spacing = 6;
     // Container child hbox2.Gtk.Box+BoxChild
     this.label3           = new global::Gtk.Label();
     this.label3.Name      = "label3";
     this.label3.LabelProp = global::MonoDevelop.Core.GettextCatalog.GetString("Preview:");
     this.hbox2.Add(this.label3);
     global::Gtk.Box.BoxChild w8 = ((global::Gtk.Box.BoxChild)(this.hbox2 [this.label3]));
     w8.Position = 0;
     w8.Expand   = false;
     w8.Fill     = false;
     // 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 w9 = ((global::Gtk.Box.BoxChild)(this.hbox2 [this.fixed1]));
     w9.Position = 1;
     // Container child hbox2.Gtk.Box+BoxChild
     this.checkbuttonWhiteSpaces               = new global::Gtk.CheckButton();
     this.checkbuttonWhiteSpaces.CanFocus      = true;
     this.checkbuttonWhiteSpaces.Name          = "checkbuttonWhiteSpaces";
     this.checkbuttonWhiteSpaces.Label         = global::MonoDevelop.Core.GettextCatalog.GetString("S_how whitespaces");
     this.checkbuttonWhiteSpaces.DrawIndicator = true;
     this.checkbuttonWhiteSpaces.UseUnderline  = true;
     this.hbox2.Add(this.checkbuttonWhiteSpaces);
     global::Gtk.Box.BoxChild w10 = ((global::Gtk.Box.BoxChild)(this.hbox2 [this.checkbuttonWhiteSpaces]));
     w10.Position = 2;
     w10.Expand   = false;
     this.vbox1.Add(this.hbox2);
     global::Gtk.Box.BoxChild w11 = ((global::Gtk.Box.BoxChild)(this.vbox1 [this.hbox2]));
     w11.Position = 0;
     w11.Expand   = false;
     w11.Fill     = false;
     // Container child vbox1.Gtk.Box+BoxChild
     this.scrolledwindow1            = new global::Gtk.ScrolledWindow();
     this.scrolledwindow1.CanFocus   = true;
     this.scrolledwindow1.Name       = "scrolledwindow1";
     this.scrolledwindow1.ShadowType = ((global::Gtk.ShadowType)(1));
     this.vbox1.Add(this.scrolledwindow1);
     global::Gtk.Box.BoxChild w12 = ((global::Gtk.Box.BoxChild)(this.vbox1 [this.scrolledwindow1]));
     w12.Position = 1;
     this.vpaned1.Add(this.vbox1);
     this.Add(this.vpaned1);
     if ((this.Child != null))
     {
         this.Child.ShowAll();
     }
     this.Hide();
 }
Example #28
0
 protected virtual void Build()
 {
     global::Stetic.Gui.Initialize(this);
     // Widget Vodovoz.ReportsParameters.Logistic.FuelConsumptionReport
     global::Stetic.BinContainer.Attach(this);
     this.Name = "Vodovoz.ReportsParameters.Logistic.FuelConsumptionReport";
     // Container child Vodovoz.ReportsParameters.Logistic.FuelConsumptionReport.Gtk.Container+ContainerChild
     this.vbox1         = new global::Gtk.VBox();
     this.vbox1.Name    = "vbox1";
     this.vbox1.Spacing = 6;
     // Container child vbox1.Gtk.Box+BoxChild
     this.hbox1         = new global::Gtk.HBox();
     this.hbox1.Name    = "hbox1";
     this.hbox1.Spacing = 6;
     // Container child hbox1.Gtk.Box+BoxChild
     this.label1           = new global::Gtk.Label();
     this.label1.Name      = "label1";
     this.label1.LabelProp = global::Mono.Unix.Catalog.GetString("Дата:");
     this.hbox1.Add(this.label1);
     global::Gtk.Box.BoxChild w1 = ((global::Gtk.Box.BoxChild)(this.hbox1[this.label1]));
     w1.Position = 0;
     w1.Expand   = false;
     w1.Fill     = false;
     // Container child hbox1.Gtk.Box+BoxChild
     this.dateperiodpicker           = new global::QS.Widgets.GtkUI.DateRangePicker();
     this.dateperiodpicker.Events    = ((global::Gdk.EventMask)(256));
     this.dateperiodpicker.Name      = "dateperiodpicker";
     this.dateperiodpicker.StartDate = new global::System.DateTime(0);
     this.dateperiodpicker.EndDate   = new global::System.DateTime(0);
     this.hbox1.Add(this.dateperiodpicker);
     global::Gtk.Box.BoxChild w2 = ((global::Gtk.Box.BoxChild)(this.hbox1[this.dateperiodpicker]));
     w2.Position = 1;
     this.vbox1.Add(this.hbox1);
     global::Gtk.Box.BoxChild w3 = ((global::Gtk.Box.BoxChild)(this.vbox1[this.hbox1]));
     w3.Position = 0;
     w3.Expand   = false;
     w3.Fill     = false;
     // Container child vbox1.Gtk.Box+BoxChild
     this.geographicGroup        = new global::Vodovoz.ViewWidgets.GeographicGroupsToStringWidget();
     this.geographicGroup.Events = ((global::Gdk.EventMask)(256));
     this.geographicGroup.Name   = "geographicGroup";
     this.geographicGroup.Label  = "";
     this.vbox1.Add(this.geographicGroup);
     global::Gtk.Box.BoxChild w4 = ((global::Gtk.Box.BoxChild)(this.vbox1[this.geographicGroup]));
     w4.Position = 1;
     w4.Expand   = false;
     w4.Fill     = false;
     // Container child vbox1.Gtk.Box+BoxChild
     this.chkDetailed               = new global::Gtk.CheckButton();
     this.chkDetailed.CanFocus      = true;
     this.chkDetailed.Name          = "chkDetailed";
     this.chkDetailed.Label         = global::Mono.Unix.Catalog.GetString("Подробный отчёт");
     this.chkDetailed.DrawIndicator = true;
     this.chkDetailed.UseUnderline  = true;
     this.vbox1.Add(this.chkDetailed);
     global::Gtk.Box.BoxChild w5 = ((global::Gtk.Box.BoxChild)(this.vbox1[this.chkDetailed]));
     w5.Position = 2;
     w5.Expand   = false;
     w5.Fill     = false;
     // Container child vbox1.Gtk.Box+BoxChild
     this.buttonCreateReport              = new global::Gtk.Button();
     this.buttonCreateReport.CanFocus     = true;
     this.buttonCreateReport.Name         = "buttonCreateReport";
     this.buttonCreateReport.UseUnderline = true;
     this.buttonCreateReport.Label        = global::Mono.Unix.Catalog.GetString("Сформировать отчет");
     this.vbox1.Add(this.buttonCreateReport);
     global::Gtk.Box.BoxChild w6 = ((global::Gtk.Box.BoxChild)(this.vbox1[this.buttonCreateReport]));
     w6.Position = 4;
     w6.Expand   = false;
     w6.Fill     = false;
     this.Add(this.vbox1);
     if ((this.Child != null))
     {
         this.Child.ShowAll();
     }
     this.Hide();
     this.buttonCreateReport.Clicked += new global::System.EventHandler(this.OnButtonCreateReportClicked);
 }
Example #29
0
 protected virtual void Build()
 {
     MonoDevelop.Components.Gui.Initialize(this);
     // Widget MonoDevelop.PackageManagement.PackageManagementOptionsWidget
     MonoDevelop.Components.BinContainer.Attach(this);
     this.Name = "MonoDevelop.PackageManagement.PackageManagementOptionsWidget";
     // Container child MonoDevelop.PackageManagement.PackageManagementOptionsWidget.Gtk.Container+ContainerChild
     this.mainVBox         = new global::Gtk.VBox();
     this.mainVBox.Name    = "mainVBox";
     this.mainVBox.Spacing = 6;
     // Container child mainVBox.Gtk.Box+BoxChild
     this.restorePackagesLabelHBox         = new global::Gtk.HBox();
     this.restorePackagesLabelHBox.Name    = "restorePackagesLabelHBox";
     this.restorePackagesLabelHBox.Spacing = 6;
     // Container child restorePackagesLabelHBox.Gtk.Box+BoxChild
     this.restorePackagesLabel           = new global::Gtk.Label();
     this.restorePackagesLabel.Name      = "restorePackagesLabel";
     this.restorePackagesLabel.LabelProp = global::Mono.Unix.Catalog.GetString("<b>Package Restore</b>");
     this.restorePackagesLabel.UseMarkup = true;
     this.restorePackagesLabelHBox.Add(this.restorePackagesLabel);
     global::Gtk.Box.BoxChild w1 = ((global::Gtk.Box.BoxChild)(this.restorePackagesLabelHBox [this.restorePackagesLabel]));
     w1.Position = 0;
     w1.Expand   = false;
     w1.Fill     = false;
     // Container child restorePackagesLabelHBox.Gtk.Box+BoxChild
     this.restorePackagesPaddingLabel      = new global::Gtk.Label();
     this.restorePackagesPaddingLabel.Name = "restorePackagesPaddingLabel";
     this.restorePackagesLabelHBox.Add(this.restorePackagesPaddingLabel);
     global::Gtk.Box.BoxChild w2 = ((global::Gtk.Box.BoxChild)(this.restorePackagesLabelHBox [this.restorePackagesPaddingLabel]));
     w2.Position = 1;
     this.mainVBox.Add(this.restorePackagesLabelHBox);
     global::Gtk.Box.BoxChild w3 = ((global::Gtk.Box.BoxChild)(this.mainVBox [this.restorePackagesLabelHBox]));
     w3.Position = 0;
     w3.Expand   = false;
     w3.Fill     = false;
     // Container child mainVBox.Gtk.Box+BoxChild
     this.automaticPackageRestoreOnOpeningSolutionCheckBox               = new global::Gtk.CheckButton();
     this.automaticPackageRestoreOnOpeningSolutionCheckBox.CanFocus      = true;
     this.automaticPackageRestoreOnOpeningSolutionCheckBox.Name          = "automaticPackageRestoreOnOpeningSolutionCheckBox";
     this.automaticPackageRestoreOnOpeningSolutionCheckBox.Label         = global::Mono.Unix.Catalog.GetString("_Automatically restore packages when opening a solution.");
     this.automaticPackageRestoreOnOpeningSolutionCheckBox.DrawIndicator = true;
     this.automaticPackageRestoreOnOpeningSolutionCheckBox.UseUnderline  = true;
     this.automaticPackageRestoreOnOpeningSolutionCheckBox.BorderWidth   = ((uint)(10));
     this.mainVBox.Add(this.automaticPackageRestoreOnOpeningSolutionCheckBox);
     global::Gtk.Box.BoxChild w4 = ((global::Gtk.Box.BoxChild)(this.mainVBox [this.automaticPackageRestoreOnOpeningSolutionCheckBox]));
     w4.Position = 1;
     w4.Expand   = false;
     w4.Fill     = false;
     // Container child mainVBox.Gtk.Box+BoxChild
     this.packageUpdatesLabelHBox         = new global::Gtk.HBox();
     this.packageUpdatesLabelHBox.Name    = "packageUpdatesLabelHBox";
     this.packageUpdatesLabelHBox.Spacing = 6;
     // Container child packageUpdatesLabelHBox.Gtk.Box+BoxChild
     this.packageUpdatesLabel           = new global::Gtk.Label();
     this.packageUpdatesLabel.Name      = "packageUpdatesLabel";
     this.packageUpdatesLabel.LabelProp = global::Mono.Unix.Catalog.GetString("<b>Package Updates</b>");
     this.packageUpdatesLabel.UseMarkup = true;
     this.packageUpdatesLabelHBox.Add(this.packageUpdatesLabel);
     global::Gtk.Box.BoxChild w5 = ((global::Gtk.Box.BoxChild)(this.packageUpdatesLabelHBox [this.packageUpdatesLabel]));
     w5.Position = 0;
     w5.Expand   = false;
     w5.Fill     = false;
     // Container child packageUpdatesLabelHBox.Gtk.Box+BoxChild
     this.packageUpdatesPaddingLabel      = new global::Gtk.Label();
     this.packageUpdatesPaddingLabel.Name = "packageUpdatesPaddingLabel";
     this.packageUpdatesLabelHBox.Add(this.packageUpdatesPaddingLabel);
     global::Gtk.Box.BoxChild w6 = ((global::Gtk.Box.BoxChild)(this.packageUpdatesLabelHBox [this.packageUpdatesPaddingLabel]));
     w6.Position = 1;
     this.mainVBox.Add(this.packageUpdatesLabelHBox);
     global::Gtk.Box.BoxChild w7 = ((global::Gtk.Box.BoxChild)(this.mainVBox [this.packageUpdatesLabelHBox]));
     w7.Position = 2;
     w7.Expand   = false;
     w7.Fill     = false;
     // Container child mainVBox.Gtk.Box+BoxChild
     this.checkForPackageUpdatesOnOpeningSolutionCheckBox               = new global::Gtk.CheckButton();
     this.checkForPackageUpdatesOnOpeningSolutionCheckBox.CanFocus      = true;
     this.checkForPackageUpdatesOnOpeningSolutionCheckBox.Name          = "checkForPackageUpdatesOnOpeningSolutionCheckBox";
     this.checkForPackageUpdatesOnOpeningSolutionCheckBox.Label         = global::Mono.Unix.Catalog.GetString("Check for package _updates when opening a solution.");
     this.checkForPackageUpdatesOnOpeningSolutionCheckBox.DrawIndicator = true;
     this.checkForPackageUpdatesOnOpeningSolutionCheckBox.UseUnderline  = true;
     this.checkForPackageUpdatesOnOpeningSolutionCheckBox.BorderWidth   = ((uint)(10));
     this.mainVBox.Add(this.checkForPackageUpdatesOnOpeningSolutionCheckBox);
     global::Gtk.Box.BoxChild w8 = ((global::Gtk.Box.BoxChild)(this.mainVBox [this.checkForPackageUpdatesOnOpeningSolutionCheckBox]));
     w8.Position = 3;
     w8.Expand   = false;
     w8.Fill     = false;
     // Container child mainVBox.Gtk.Box+BoxChild
     this.bottomLabel      = new global::Gtk.Label();
     this.bottomLabel.Name = "bottomLabel";
     this.mainVBox.Add(this.bottomLabel);
     global::Gtk.Box.BoxChild w9 = ((global::Gtk.Box.BoxChild)(this.mainVBox [this.bottomLabel]));
     w9.Position = 4;
     this.Add(this.mainVBox);
     if ((this.Child != null))
     {
         this.Child.ShowAll();
     }
     this.Hide();
 }
Example #30
0
 protected virtual void Build()
 {
     global::Stetic.Gui.Initialize(this);
     // Widget MonoDevelop.D.OptionPanels.DGlobalOptions
     global::Stetic.BinContainer.Attach(this);
     this.Name = "MonoDevelop.D.OptionPanels.DGlobalOptions";
     // Container child MonoDevelop.D.OptionPanels.DGlobalOptions.Gtk.Container+ContainerChild
     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.table1               = new global::Gtk.Table(((uint)(9)), ((uint)(1)), false);
     this.table1.Name          = "table1";
     this.table1.RowSpacing    = ((uint)(6));
     this.table1.ColumnSpacing = ((uint)(6));
     // Container child table1.Gtk.Table+TableChild
     this.check_EnableDiffbasedColoring = new global::Gtk.CheckButton();
     global::Gtk.Tooltips w1 = new Gtk.Tooltips();
     w1.SetTip(this.check_EnableDiffbasedColoring, "If enabled, deadlocks might occur if mixins are used too often", "If enabled, deadlocks might occur if mixins are used too often");
     this.check_EnableDiffbasedColoring.CanFocus      = true;
     this.check_EnableDiffbasedColoring.Name          = "check_EnableDiffbasedColoring";
     this.check_EnableDiffbasedColoring.Label         = global::MonoDevelop.Core.GettextCatalog.GetString("Enable diff-based syntax highlighting (shortcut: Ctrl+Alt+K)");
     this.check_EnableDiffbasedColoring.DrawIndicator = true;
     this.check_EnableDiffbasedColoring.UseUnderline  = true;
     this.table1.Add(this.check_EnableDiffbasedColoring);
     global::Gtk.Table.TableChild w2 = ((global::Gtk.Table.TableChild)(this.table1 [this.check_EnableDiffbasedColoring]));
     w2.TopAttach    = ((uint)(5));
     w2.BottomAttach = ((uint)(6));
     w2.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     this.check_EnableMixinAnalysis = new global::Gtk.CheckButton();
     w1.SetTip(this.check_EnableMixinAnalysis, "If enabled, deadlocks might occur if mixins are used too often", "If enabled, deadlocks might occur if mixins are used too often");
     this.check_EnableMixinAnalysis.CanFocus      = true;
     this.check_EnableMixinAnalysis.Name          = "check_EnableMixinAnalysis";
     this.check_EnableMixinAnalysis.Label         = global::MonoDevelop.Core.GettextCatalog.GetString("Enable Mixin & Template Mixin Analysis");
     this.check_EnableMixinAnalysis.DrawIndicator = true;
     this.check_EnableMixinAnalysis.UseUnderline  = true;
     this.table1.Add(this.check_EnableMixinAnalysis);
     global::Gtk.Table.TableChild w3 = ((global::Gtk.Table.TableChild)(this.table1 [this.check_EnableMixinAnalysis]));
     w3.TopAttach    = ((uint)(2));
     w3.BottomAttach = ((uint)(3));
     w3.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     this.check_EnableSuggestionMode = new global::Gtk.CheckButton();
     w1.SetTip(this.check_EnableSuggestionMode, "If true, the selected text in the completion box will not be inserted into the co" +
               "de unless the <Return> key has been pressed.", "If true, the selected text in the completion box will not be inserted into the co" +
               "de unless the <Return> key has been pressed.");
     this.check_EnableSuggestionMode.CanFocus      = true;
     this.check_EnableSuggestionMode.Name          = "check_EnableSuggestionMode";
     this.check_EnableSuggestionMode.Label         = global::MonoDevelop.Core.GettextCatalog.GetString("Enable suggestive completion mode");
     this.check_EnableSuggestionMode.DrawIndicator = true;
     this.check_EnableSuggestionMode.UseUnderline  = true;
     this.table1.Add(this.check_EnableSuggestionMode);
     global::Gtk.Table.TableChild w4 = ((global::Gtk.Table.TableChild)(this.table1 [this.check_EnableSuggestionMode]));
     w4.YOptions = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     this.check_EnableUFCSCompletion               = new global::Gtk.CheckButton();
     this.check_EnableUFCSCompletion.CanFocus      = true;
     this.check_EnableUFCSCompletion.Name          = "check_EnableUFCSCompletion";
     this.check_EnableUFCSCompletion.Label         = global::MonoDevelop.Core.GettextCatalog.GetString("Enable UFCS Completion");
     this.check_EnableUFCSCompletion.DrawIndicator = true;
     this.check_EnableUFCSCompletion.UseUnderline  = true;
     this.table1.Add(this.check_EnableUFCSCompletion);
     global::Gtk.Table.TableChild w5 = ((global::Gtk.Table.TableChild)(this.table1 [this.check_EnableUFCSCompletion]));
     w5.TopAttach    = ((uint)(1));
     w5.BottomAttach = ((uint)(2));
     w5.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     this.check_HideDeprecatedItems = new global::Gtk.CheckButton();
     w1.SetTip(this.check_HideDeprecatedItems, "If enabled, deadlocks might occur if mixins are used too often", "If enabled, deadlocks might occur if mixins are used too often");
     this.check_HideDeprecatedItems.CanFocus      = true;
     this.check_HideDeprecatedItems.Name          = "check_HideDeprecatedItems";
     this.check_HideDeprecatedItems.Label         = global::MonoDevelop.Core.GettextCatalog.GetString("Hide deprecated items in the completion list");
     this.check_HideDeprecatedItems.Active        = true;
     this.check_HideDeprecatedItems.DrawIndicator = true;
     this.check_HideDeprecatedItems.UseUnderline  = true;
     this.table1.Add(this.check_HideDeprecatedItems);
     global::Gtk.Table.TableChild w6 = ((global::Gtk.Table.TableChild)(this.table1 [this.check_HideDeprecatedItems]));
     w6.TopAttach    = ((uint)(3));
     w6.BottomAttach = ((uint)(4));
     w6.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     this.check_HideDisabledItems = new global::Gtk.CheckButton();
     w1.SetTip(this.check_HideDisabledItems, "If enabled, deadlocks might occur if mixins are used too often", "If enabled, deadlocks might occur if mixins are used too often");
     this.check_HideDisabledItems.CanFocus      = true;
     this.check_HideDisabledItems.Name          = "check_HideDisabledItems";
     this.check_HideDisabledItems.Label         = global::MonoDevelop.Core.GettextCatalog.GetString("Hide disabled items in the completion list");
     this.check_HideDisabledItems.Active        = true;
     this.check_HideDisabledItems.DrawIndicator = true;
     this.check_HideDisabledItems.UseUnderline  = true;
     this.table1.Add(this.check_HideDisabledItems);
     global::Gtk.Table.TableChild w7 = ((global::Gtk.Table.TableChild)(this.table1 [this.check_HideDisabledItems]));
     w7.TopAttach    = ((uint)(4));
     w7.BottomAttach = ((uint)(5));
     w7.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     this.check_ShowStructMembersInStructInitOnly               = new global::Gtk.CheckButton();
     this.check_ShowStructMembersInStructInitOnly.CanFocus      = true;
     this.check_ShowStructMembersInStructInitOnly.Name          = "check_ShowStructMembersInStructInitOnly";
     this.check_ShowStructMembersInStructInitOnly.Label         = global::MonoDevelop.Core.GettextCatalog.GetString("Only show struct\'s items in struct initializer competion");
     this.check_ShowStructMembersInStructInitOnly.DrawIndicator = true;
     this.check_ShowStructMembersInStructInitOnly.UseUnderline  = true;
     this.table1.Add(this.check_ShowStructMembersInStructInitOnly);
     global::Gtk.Table.TableChild w8 = ((global::Gtk.Table.TableChild)(this.table1 [this.check_ShowStructMembersInStructInitOnly]));
     w8.TopAttach    = ((uint)(6));
     w8.BottomAttach = ((uint)(7));
     w8.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     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::MonoDevelop.Core.GettextCatalog.GetString("Completion timeout (Milliseconds; -1 = Infinite)");
     this.hbox1.Add(this.label2);
     global::Gtk.Box.BoxChild w9 = ((global::Gtk.Box.BoxChild)(this.hbox1 [this.label2]));
     w9.Position = 0;
     w9.Expand   = false;
     w9.Fill     = false;
     // Container child hbox1.Gtk.Box+BoxChild
     this.text_CompletionTimeout               = new global::Gtk.Entry();
     this.text_CompletionTimeout.CanFocus      = true;
     this.text_CompletionTimeout.Name          = "text_CompletionTimeout";
     this.text_CompletionTimeout.IsEditable    = true;
     this.text_CompletionTimeout.InvisibleChar = '●';
     this.hbox1.Add(this.text_CompletionTimeout);
     global::Gtk.Box.BoxChild w10 = ((global::Gtk.Box.BoxChild)(this.hbox1 [this.text_CompletionTimeout]));
     w10.Position = 1;
     w10.Expand   = false;
     this.table1.Add(this.hbox1);
     global::Gtk.Table.TableChild w11 = ((global::Gtk.Table.TableChild)(this.table1 [this.hbox1]));
     w11.TopAttach    = ((uint)(7));
     w11.BottomAttach = ((uint)(8));
     w11.YOptions     = ((global::Gtk.AttachOptions)(4));
     this.notebook1.Add(this.table1);
     // Notebook tab
     this.label1           = new global::Gtk.Label();
     this.label1.Name      = "label1";
     this.label1.LabelProp = global::MonoDevelop.Core.GettextCatalog.GetString("Editing & Completion");
     this.notebook1.SetTabLabel(this.table1, this.label1);
     this.label1.ShowAll();
     // Container child notebook1.Gtk.Notebook+NotebookChild
     this.vbox1         = new global::Gtk.VBox();
     this.vbox1.Name    = "vbox1";
     this.vbox1.Spacing = 6;
     // Container child vbox1.Gtk.Box+BoxChild
     this.check_ShowFunctionParams               = new global::Gtk.CheckButton();
     this.check_ShowFunctionParams.CanFocus      = true;
     this.check_ShowFunctionParams.Name          = "check_ShowFunctionParams";
     this.check_ShowFunctionParams.Label         = global::MonoDevelop.Core.GettextCatalog.GetString("Show function parameters");
     this.check_ShowFunctionParams.Active        = true;
     this.check_ShowFunctionParams.DrawIndicator = true;
     this.check_ShowFunctionParams.UseUnderline  = true;
     this.vbox1.Add(this.check_ShowFunctionParams);
     global::Gtk.Box.BoxChild w13 = ((global::Gtk.Box.BoxChild)(this.vbox1 [this.check_ShowFunctionParams]));
     w13.Position = 0;
     w13.Expand   = false;
     w13.Fill     = false;
     // Container child vbox1.Gtk.Box+BoxChild
     this.check_ShowFunctionVariables               = new global::Gtk.CheckButton();
     this.check_ShowFunctionVariables.CanFocus      = true;
     this.check_ShowFunctionVariables.Name          = "check_ShowFunctionVariables";
     this.check_ShowFunctionVariables.Label         = global::MonoDevelop.Core.GettextCatalog.GetString("Show function variables");
     this.check_ShowFunctionVariables.DrawIndicator = true;
     this.check_ShowFunctionVariables.UseUnderline  = true;
     this.vbox1.Add(this.check_ShowFunctionVariables);
     global::Gtk.Box.BoxChild w14 = ((global::Gtk.Box.BoxChild)(this.vbox1 [this.check_ShowFunctionVariables]));
     w14.Position = 1;
     w14.Expand   = false;
     w14.Fill     = false;
     // Container child vbox1.Gtk.Box+BoxChild
     this.check_ShowTypes               = new global::Gtk.CheckButton();
     this.check_ShowTypes.CanFocus      = true;
     this.check_ShowTypes.Name          = "check_ShowTypes";
     this.check_ShowTypes.Label         = global::MonoDevelop.Core.GettextCatalog.GetString("Display node base types");
     this.check_ShowTypes.Active        = true;
     this.check_ShowTypes.DrawIndicator = true;
     this.check_ShowTypes.UseUnderline  = true;
     this.vbox1.Add(this.check_ShowTypes);
     global::Gtk.Box.BoxChild w15 = ((global::Gtk.Box.BoxChild)(this.vbox1 [this.check_ShowTypes]));
     w15.Position = 2;
     w15.Expand   = false;
     w15.Fill     = false;
     // Container child vbox1.Gtk.Box+BoxChild
     this.check_GrayOutNonPublic               = new global::Gtk.CheckButton();
     this.check_GrayOutNonPublic.CanFocus      = true;
     this.check_GrayOutNonPublic.Name          = "check_GrayOutNonPublic";
     this.check_GrayOutNonPublic.Label         = global::MonoDevelop.Core.GettextCatalog.GetString("Gray-out non public members");
     this.check_GrayOutNonPublic.Active        = true;
     this.check_GrayOutNonPublic.DrawIndicator = true;
     this.check_GrayOutNonPublic.UseUnderline  = true;
     this.vbox1.Add(this.check_GrayOutNonPublic);
     global::Gtk.Box.BoxChild w16 = ((global::Gtk.Box.BoxChild)(this.vbox1 [this.check_GrayOutNonPublic]));
     w16.Position = 3;
     w16.Expand   = false;
     w16.Fill     = false;
     // 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.label5           = new global::Gtk.Label();
     this.label5.Name      = "label5";
     this.label5.LabelProp = global::MonoDevelop.Core.GettextCatalog.GetString("Expansion behaviour on tree rebuild");
     this.hbox2.Add(this.label5);
     global::Gtk.Box.BoxChild w17 = ((global::Gtk.Box.BoxChild)(this.hbox2 [this.label5]));
     w17.Position = 0;
     w17.Expand   = false;
     w17.Fill     = false;
     // Container child hbox2.Gtk.Box+BoxChild
     this.combo_ExpansionBehaviour = global::Gtk.ComboBox.NewText();
     this.combo_ExpansionBehaviour.AppendText(global::MonoDevelop.Core.GettextCatalog.GetString("Collapse All\r"));
     this.combo_ExpansionBehaviour.AppendText(global::MonoDevelop.Core.GettextCatalog.GetString("Leave expanded nodes expanded\r"));
     this.combo_ExpansionBehaviour.AppendText(global::MonoDevelop.Core.GettextCatalog.GetString("Expand All"));
     this.combo_ExpansionBehaviour.Name   = "combo_ExpansionBehaviour";
     this.combo_ExpansionBehaviour.Active = 0;
     this.hbox2.Add(this.combo_ExpansionBehaviour);
     global::Gtk.Box.BoxChild w18 = ((global::Gtk.Box.BoxChild)(this.hbox2 [this.combo_ExpansionBehaviour]));
     w18.Position = 1;
     this.vbox1.Add(this.hbox2);
     global::Gtk.Box.BoxChild w19 = ((global::Gtk.Box.BoxChild)(this.vbox1 [this.hbox2]));
     w19.Position = 4;
     w19.Expand   = false;
     w19.Fill     = false;
     this.notebook1.Add(this.vbox1);
     global::Gtk.Notebook.NotebookChild w20 = ((global::Gtk.Notebook.NotebookChild)(this.notebook1 [this.vbox1]));
     w20.Position = 1;
     // Notebook tab
     this.label6           = new global::Gtk.Label();
     this.label6.Name      = "label6";
     this.label6.LabelProp = global::MonoDevelop.Core.GettextCatalog.GetString("Document Outline");
     this.notebook1.SetTabLabel(this.vbox1, this.label6);
     this.label6.ShowAll();
     // Container child notebook1.Gtk.Notebook+NotebookChild
     this.vbox2         = new global::Gtk.VBox();
     this.vbox2.Name    = "vbox2";
     this.vbox2.Spacing = 6;
     // Container child vbox2.Gtk.Box+BoxChild
     this.check_IndentInsteadFormatCode          = new global::Gtk.CheckButton();
     this.check_IndentInsteadFormatCode.CanFocus = true;
     this.check_IndentInsteadFormatCode.Name     = "check_IndentInsteadFormatCode";
     this.check_IndentInsteadFormatCode.Label    = global::MonoDevelop.Core.GettextCatalog.GetString("Only indent code lines instead of rearrange code parts\r\n(because the actual forma" +
                                                                                                     "tter isn\'t finished currently)");
     this.check_IndentInsteadFormatCode.Active        = true;
     this.check_IndentInsteadFormatCode.DrawIndicator = true;
     this.check_IndentInsteadFormatCode.UseUnderline  = true;
     this.vbox2.Add(this.check_IndentInsteadFormatCode);
     global::Gtk.Box.BoxChild w21 = ((global::Gtk.Box.BoxChild)(this.vbox2 [this.check_IndentInsteadFormatCode]));
     w21.Position = 0;
     w21.Expand   = false;
     w21.Fill     = false;
     this.notebook1.Add(this.vbox2);
     global::Gtk.Notebook.NotebookChild w22 = ((global::Gtk.Notebook.NotebookChild)(this.notebook1 [this.vbox2]));
     w22.Position = 2;
     // Notebook tab
     this.label7           = new global::Gtk.Label();
     this.label7.Name      = "label7";
     this.label7.LabelProp = global::MonoDevelop.Core.GettextCatalog.GetString("Formatting");
     this.notebook1.SetTabLabel(this.vbox2, this.label7);
     this.label7.ShowAll();
     this.Add(this.notebook1);
     if ((this.Child != null))
     {
         this.Child.ShowAll();
     }
     this.Show();
 }
Example #31
0
 protected virtual void Build()
 {
     global::Stetic.Gui.Initialize(this);
     // Widget NIRSrecorder.ConnectDevices
     this.Name              = "NIRSrecorder.ConnectDevices";
     this.Title             = global::Mono.Unix.Catalog.GetString("Connect Devices");
     this.WindowPosition    = ((global::Gtk.WindowPosition)(2));
     this.BorderWidth       = ((uint)(13));
     this.Resizable         = false;
     this.AllowGrow         = false;
     this.DestroyWithParent = true;
     // Internal child NIRSrecorder.ConnectDevices.VBox
     global::Gtk.VBox w1 = this.VBox;
     w1.Name        = "dialog1_VBox";
     w1.BorderWidth = ((uint)(2));
     // Container child dialog1_VBox.Gtk.Box+BoxChild
     this.vbox2         = new global::Gtk.VBox();
     this.vbox2.Name    = "vbox2";
     this.vbox2.Spacing = 6;
     // Container child vbox2.Gtk.Box+BoxChild
     this.frame3      = new global::Gtk.Frame();
     this.frame3.Name = "frame3";
     // Container child frame3.Gtk.Container+ContainerChild
     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.hbox1         = new global::Gtk.HBox();
     this.hbox1.Name    = "hbox1";
     this.hbox1.Spacing = 6;
     // Container child hbox1.Gtk.Box+BoxChild
     this.checkbutton_simMode               = new global::Gtk.CheckButton();
     this.checkbutton_simMode.CanFocus      = true;
     this.checkbutton_simMode.Name          = "checkbutton_simMode";
     this.checkbutton_simMode.Label         = global::Mono.Unix.Catalog.GetString("Use Data Simulator");
     this.checkbutton_simMode.Active        = true;
     this.checkbutton_simMode.DrawIndicator = true;
     this.checkbutton_simMode.UseUnderline  = true;
     this.hbox1.Add(this.checkbutton_simMode);
     global::Gtk.Box.BoxChild w2 = ((global::Gtk.Box.BoxChild)(this.hbox1[this.checkbutton_simMode]));
     w2.Position = 0;
     // Container child hbox1.Gtk.Box+BoxChild
     this.label1           = new global::Gtk.Label();
     this.label1.Name      = "label1";
     this.label1.LabelProp = global::Mono.Unix.Catalog.GetString("# devices");
     this.hbox1.Add(this.label1);
     global::Gtk.Box.BoxChild w3 = ((global::Gtk.Box.BoxChild)(this.hbox1[this.label1]));
     w3.Position = 1;
     w3.Expand   = false;
     w3.Fill     = false;
     // Container child hbox1.Gtk.Box+BoxChild
     this.spinbutton_numSimDevices          = new global::Gtk.SpinButton(1D, 5D, 1D);
     this.spinbutton_numSimDevices.CanFocus = true;
     this.spinbutton_numSimDevices.Name     = "spinbutton_numSimDevices";
     this.spinbutton_numSimDevices.Adjustment.PageIncrement = 10D;
     this.spinbutton_numSimDevices.ClimbRate = 1D;
     this.spinbutton_numSimDevices.Numeric   = true;
     this.spinbutton_numSimDevices.Value     = 1D;
     this.hbox1.Add(this.spinbutton_numSimDevices);
     global::Gtk.Box.BoxChild w4 = ((global::Gtk.Box.BoxChild)(this.hbox1[this.spinbutton_numSimDevices]));
     w4.Position = 2;
     w4.Expand   = false;
     w4.Fill     = false;
     this.GtkAlignment1.Add(this.hbox1);
     this.frame3.Add(this.GtkAlignment1);
     this.GtkLabel9           = new global::Gtk.Label();
     this.GtkLabel9.Name      = "GtkLabel9";
     this.GtkLabel9.LabelProp = global::Mono.Unix.Catalog.GetString("<b>Simulator Mode</b>");
     this.GtkLabel9.UseMarkup = true;
     this.frame3.LabelWidget  = this.GtkLabel9;
     this.vbox2.Add(this.frame3);
     global::Gtk.Box.BoxChild w7 = ((global::Gtk.Box.BoxChild)(this.vbox2[this.frame3]));
     w7.Position = 0;
     w7.Expand   = false;
     w7.Fill     = false;
     // Container child vbox2.Gtk.Box+BoxChild
     this.frame1      = new global::Gtk.Frame();
     this.frame1.Name = "frame1";
     // Container child frame1.Gtk.Container+ContainerChild
     this.GtkAlignment             = new global::Gtk.Alignment(0F, 0F, 1F, 1F);
     this.GtkAlignment.Name        = "GtkAlignment";
     this.GtkAlignment.LeftPadding = ((uint)(12));
     // Container child GtkAlignment.Gtk.Container+ContainerChild
     this.vbox_devices             = new global::Gtk.VBox();
     this.vbox_devices.Name        = "vbox_devices";
     this.vbox_devices.Spacing     = 6;
     this.vbox_devices.BorderWidth = ((uint)(5));
     // Container child vbox_devices.Gtk.Box+BoxChild
     this.frame6            = new global::Gtk.Frame();
     this.frame6.Name       = "frame6";
     this.frame6.ShadowType = ((global::Gtk.ShadowType)(0));
     // Container child frame6.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.hbox14         = new global::Gtk.HBox();
     this.hbox14.Name    = "hbox14";
     this.hbox14.Spacing = 6;
     // Container child hbox14.Gtk.Box+BoxChild
     this.combobox_avail = global::Gtk.ComboBox.NewText();
     this.combobox_avail.AppendText(global::Mono.Unix.Catalog.GetString("---------------------"));
     this.combobox_avail.Name   = "combobox_avail";
     this.combobox_avail.Active = 0;
     this.hbox14.Add(this.combobox_avail);
     global::Gtk.Box.BoxChild w8 = ((global::Gtk.Box.BoxChild)(this.hbox14[this.combobox_avail]));
     w8.Position = 0;
     w8.Expand   = false;
     w8.Fill     = false;
     // Container child hbox14.Gtk.Box+BoxChild
     this.button_connect              = new global::Gtk.Button();
     this.button_connect.CanFocus     = true;
     this.button_connect.Name         = "button_connect";
     this.button_connect.UseUnderline = true;
     this.button_connect.Label        = global::Mono.Unix.Catalog.GetString("Connect");
     this.hbox14.Add(this.button_connect);
     global::Gtk.Box.BoxChild w9 = ((global::Gtk.Box.BoxChild)(this.hbox14[this.button_connect]));
     w9.Position = 1;
     w9.Expand   = false;
     w9.Fill     = false;
     // Container child hbox14.Gtk.Box+BoxChild
     this.button_ident              = new global::Gtk.Button();
     this.button_ident.CanFocus     = true;
     this.button_ident.Name         = "button_ident";
     this.button_ident.UseUnderline = true;
     this.button_ident.Label        = global::Mono.Unix.Catalog.GetString("Identify");
     this.hbox14.Add(this.button_ident);
     global::Gtk.Box.BoxChild w10 = ((global::Gtk.Box.BoxChild)(this.hbox14[this.button_ident]));
     w10.Position = 2;
     w10.Expand   = false;
     w10.Fill     = false;
     this.GtkAlignment2.Add(this.hbox14);
     this.frame6.Add(this.GtkAlignment2);
     this.GtkLabel4           = new global::Gtk.Label();
     this.GtkLabel4.Name      = "GtkLabel4";
     this.GtkLabel4.LabelProp = global::Mono.Unix.Catalog.GetString("<b>Avaliable Devices</b>");
     this.GtkLabel4.UseMarkup = true;
     this.frame6.LabelWidget  = this.GtkLabel4;
     this.vbox_devices.Add(this.frame6);
     global::Gtk.Box.BoxChild w13 = ((global::Gtk.Box.BoxChild)(this.vbox_devices[this.frame6]));
     w13.Position = 0;
     w13.Expand   = false;
     w13.Fill     = false;
     // Container child vbox_devices.Gtk.Box+BoxChild
     this.frame8            = new global::Gtk.Frame();
     this.frame8.Name       = "frame8";
     this.frame8.ShadowType = ((global::Gtk.ShadowType)(0));
     // Container child frame8.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.hbox13         = new global::Gtk.HBox();
     this.hbox13.Name    = "hbox13";
     this.hbox13.Spacing = 6;
     // Container child hbox13.Gtk.Box+BoxChild
     this.combobox_connected = global::Gtk.ComboBox.NewText();
     this.combobox_connected.AppendText(global::Mono.Unix.Catalog.GetString("---------------------"));
     this.combobox_connected.Name   = "combobox_connected";
     this.combobox_connected.Active = 0;
     this.hbox13.Add(this.combobox_connected);
     global::Gtk.Box.BoxChild w14 = ((global::Gtk.Box.BoxChild)(this.hbox13[this.combobox_connected]));
     w14.Position = 0;
     w14.Expand   = false;
     w14.Fill     = false;
     // Container child hbox13.Gtk.Box+BoxChild
     this.button_discont              = new global::Gtk.Button();
     this.button_discont.CanFocus     = true;
     this.button_discont.Name         = "button_discont";
     this.button_discont.UseUnderline = true;
     this.button_discont.Label        = global::Mono.Unix.Catalog.GetString("Disconnect");
     this.hbox13.Add(this.button_discont);
     global::Gtk.Box.BoxChild w15 = ((global::Gtk.Box.BoxChild)(this.hbox13[this.button_discont]));
     w15.Position = 1;
     w15.Expand   = false;
     w15.Fill     = false;
     // Container child hbox13.Gtk.Box+BoxChild
     this.button234              = new global::Gtk.Button();
     this.button234.CanFocus     = true;
     this.button234.Name         = "button234";
     this.button234.UseUnderline = true;
     this.button234.Label        = global::Mono.Unix.Catalog.GetString("Identify");
     this.hbox13.Add(this.button234);
     global::Gtk.Box.BoxChild w16 = ((global::Gtk.Box.BoxChild)(this.hbox13[this.button234]));
     w16.Position = 2;
     w16.Expand   = false;
     w16.Fill     = false;
     this.GtkAlignment3.Add(this.hbox13);
     this.frame8.Add(this.GtkAlignment3);
     this.GtkLabel7           = new global::Gtk.Label();
     this.GtkLabel7.Name      = "GtkLabel7";
     this.GtkLabel7.LabelProp = global::Mono.Unix.Catalog.GetString("<b>Connected Devices</b>");
     this.GtkLabel7.UseMarkup = true;
     this.frame8.LabelWidget  = this.GtkLabel7;
     this.vbox_devices.Add(this.frame8);
     global::Gtk.Box.BoxChild w19 = ((global::Gtk.Box.BoxChild)(this.vbox_devices[this.frame8]));
     w19.Position = 1;
     w19.Expand   = false;
     w19.Fill     = false;
     // Container child vbox_devices.Gtk.Box+BoxChild
     this.frame10            = new global::Gtk.Frame();
     this.frame10.Name       = "frame10";
     this.frame10.ShadowType = ((global::Gtk.ShadowType)(0));
     // Container child frame10.Gtk.Container+ContainerChild
     this.GtkAlignment4             = new global::Gtk.Alignment(0F, 0F, 1F, 1F);
     this.GtkAlignment4.Name        = "GtkAlignment4";
     this.GtkAlignment4.LeftPadding = ((uint)(12));
     // Container child GtkAlignment4.Gtk.Container+ContainerChild
     this.GtkScrolledWindow            = new global::Gtk.ScrolledWindow();
     this.GtkScrolledWindow.Name       = "GtkScrolledWindow";
     this.GtkScrolledWindow.ShadowType = ((global::Gtk.ShadowType)(1));
     // Container child GtkScrolledWindow.Gtk.Container+ContainerChild
     this.textview_info          = new global::Gtk.TextView();
     this.textview_info.CanFocus = true;
     this.textview_info.Name     = "textview_info";
     this.textview_info.Editable = false;
     this.GtkScrolledWindow.Add(this.textview_info);
     this.GtkAlignment4.Add(this.GtkScrolledWindow);
     this.frame10.Add(this.GtkAlignment4);
     this.GtkLabel8           = new global::Gtk.Label();
     this.GtkLabel8.Name      = "GtkLabel8";
     this.GtkLabel8.LabelProp = global::Mono.Unix.Catalog.GetString("<b>System</b>");
     this.GtkLabel8.UseMarkup = true;
     this.frame10.LabelWidget = this.GtkLabel8;
     this.vbox_devices.Add(this.frame10);
     global::Gtk.Box.BoxChild w23 = ((global::Gtk.Box.BoxChild)(this.vbox_devices[this.frame10]));
     w23.Position = 2;
     this.GtkAlignment.Add(this.vbox_devices);
     this.frame1.Add(this.GtkAlignment);
     this.GtkLabel1           = new global::Gtk.Label();
     this.GtkLabel1.Name      = "GtkLabel1";
     this.GtkLabel1.LabelProp = global::Mono.Unix.Catalog.GetString("<b>Collection Devices</b>");
     this.GtkLabel1.UseMarkup = true;
     this.frame1.LabelWidget  = this.GtkLabel1;
     this.vbox2.Add(this.frame1);
     global::Gtk.Box.BoxChild w26 = ((global::Gtk.Box.BoxChild)(this.vbox2[this.frame1]));
     w26.Position = 1;
     w1.Add(this.vbox2);
     global::Gtk.Box.BoxChild w27 = ((global::Gtk.Box.BoxChild)(w1[this.vbox2]));
     w27.Position = 0;
     // Internal child NIRSrecorder.ConnectDevices.ActionArea
     global::Gtk.HButtonBox w28 = this.ActionArea;
     w28.Name        = "dialog1_ActionArea";
     w28.Spacing     = 10;
     w28.BorderWidth = ((uint)(5));
     w28.LayoutStyle = ((global::Gtk.ButtonBoxStyle)(4));
     // Container child dialog1_ActionArea.Gtk.ButtonBox+ButtonBoxChild
     this.buttonCancel              = new global::Gtk.Button();
     this.buttonCancel.CanDefault   = true;
     this.buttonCancel.CanFocus     = true;
     this.buttonCancel.Name         = "buttonCancel";
     this.buttonCancel.UseUnderline = true;
     this.buttonCancel.Label        = global::Mono.Unix.Catalog.GetString("Accept");
     this.AddActionWidget(this.buttonCancel, -6);
     global::Gtk.ButtonBox.ButtonBoxChild w29 = ((global::Gtk.ButtonBox.ButtonBoxChild)(w28[this.buttonCancel]));
     w29.Expand = false;
     w29.Fill   = false;
     if ((this.Child != null))
     {
         this.Child.ShowAll();
     }
     this.DefaultWidth  = 400;
     this.DefaultHeight = 352;
     this.Show();
     this.checkbutton_simMode.Toggled += new global::System.EventHandler(this.ToggleUseSim);
     this.button_connect.Clicked      += new global::System.EventHandler(this.Cont);
     this.button_ident.Clicked        += new global::System.EventHandler(this.IDdiscont);
     this.button_discont.Clicked      += new global::System.EventHandler(this.Discont);
     this.button234.Clicked           += new global::System.EventHandler(this.IDcont);
     this.buttonCancel.Clicked        += new global::System.EventHandler(this.ClickedOK);
 }
Example #32
0
 protected virtual void Build()
 {
     global::Stetic.Gui.Initialize(this);
     // Widget MonoDevelop.VersionControl.Git.MergeDialog
     this.Name           = "MonoDevelop.VersionControl.Git.MergeDialog";
     this.WindowPosition = ((global::Gtk.WindowPosition)(4));
     // Internal child MonoDevelop.VersionControl.Git.MergeDialog.VBox
     global::Gtk.VBox w1 = this.VBox;
     w1.Name        = "dialog1_VBox";
     w1.BorderWidth = ((uint)(2));
     // Container child dialog1_VBox.Gtk.Box+BoxChild
     this.vbox2             = new global::Gtk.VBox();
     this.vbox2.Name        = "vbox2";
     this.vbox2.Spacing     = 6;
     this.vbox2.BorderWidth = ((uint)(9));
     // Container child vbox2.Gtk.Box+BoxChild
     this.labelHeader           = new global::Gtk.Label();
     this.labelHeader.Name      = "labelHeader";
     this.labelHeader.Xalign    = 0F;
     this.labelHeader.LabelProp = global::Mono.Unix.Catalog.GetString("Select the branch to be merged with the current branch:");
     this.vbox2.Add(this.labelHeader);
     global::Gtk.Box.BoxChild w2 = ((global::Gtk.Box.BoxChild)(this.vbox2 [this.labelHeader]));
     w2.Position = 0;
     w2.Expand   = false;
     w2.Fill     = false;
     // Container child vbox2.Gtk.Box+BoxChild
     this.GtkScrolledWindow            = new global::Gtk.ScrolledWindow();
     this.GtkScrolledWindow.Name       = "GtkScrolledWindow";
     this.GtkScrolledWindow.ShadowType = ((global::Gtk.ShadowType)(1));
     // Container child GtkScrolledWindow.Gtk.Container+ContainerChild
     this.tree                = new global::Gtk.TreeView();
     this.tree.CanFocus       = true;
     this.tree.Name           = "tree";
     this.tree.HeadersVisible = false;
     this.GtkScrolledWindow.Add(this.tree);
     this.vbox2.Add(this.GtkScrolledWindow);
     global::Gtk.Box.BoxChild w4 = ((global::Gtk.Box.BoxChild)(this.vbox2 [this.GtkScrolledWindow]));
     w4.Position = 1;
     // Container child vbox2.Gtk.Box+BoxChild
     this.labelOper = new global::Gtk.Label();
     this.labelOper.WidthRequest = 443;
     this.labelOper.Name         = "labelOper";
     this.labelOper.Xalign       = 0F;
     this.labelOper.LabelProp    = "The remote branch <b>origin/blablabla</b> will be merged into the branch <b>master</b>.";
     this.labelOper.UseMarkup    = true;
     this.labelOper.Wrap         = true;
     this.vbox2.Add(this.labelOper);
     global::Gtk.Box.BoxChild w5 = ((global::Gtk.Box.BoxChild)(this.vbox2 [this.labelOper]));
     w5.Position = 2;
     w5.Expand   = false;
     w5.Fill     = false;
     // Container child vbox2.Gtk.Box+BoxChild
     this.checkStage               = new global::Gtk.CheckButton();
     this.checkStage.CanFocus      = true;
     this.checkStage.Name          = "checkStage";
     this.checkStage.Label         = global::Mono.Unix.Catalog.GetString("Stash/unstash local changes before/after the merge");
     this.checkStage.DrawIndicator = true;
     this.checkStage.UseUnderline  = true;
     this.vbox2.Add(this.checkStage);
     global::Gtk.Box.BoxChild w6 = ((global::Gtk.Box.BoxChild)(this.vbox2 [this.checkStage]));
     w6.Position = 3;
     w6.Expand   = false;
     w6.Fill     = false;
     w1.Add(this.vbox2);
     global::Gtk.Box.BoxChild w7 = ((global::Gtk.Box.BoxChild)(w1 [this.vbox2]));
     w7.Position = 0;
     // Internal child MonoDevelop.VersionControl.Git.MergeDialog.ActionArea
     global::Gtk.HButtonBox w8 = this.ActionArea;
     w8.Name        = "dialog1_ActionArea";
     w8.Spacing     = 10;
     w8.BorderWidth = ((uint)(5));
     w8.LayoutStyle = ((global::Gtk.ButtonBoxStyle)(4));
     // Container child dialog1_ActionArea.Gtk.ButtonBox+ButtonBoxChild
     this.buttonCancel              = new global::Gtk.Button();
     this.buttonCancel.CanDefault   = true;
     this.buttonCancel.CanFocus     = true;
     this.buttonCancel.Name         = "buttonCancel";
     this.buttonCancel.UseStock     = true;
     this.buttonCancel.UseUnderline = true;
     this.buttonCancel.Label        = "gtk-cancel";
     this.AddActionWidget(this.buttonCancel, -6);
     global::Gtk.ButtonBox.ButtonBoxChild w9 = ((global::Gtk.ButtonBox.ButtonBoxChild)(w8 [this.buttonCancel]));
     w9.Expand = false;
     w9.Fill   = false;
     // Container child dialog1_ActionArea.Gtk.ButtonBox+ButtonBoxChild
     this.buttonOk              = new global::Gtk.Button();
     this.buttonOk.CanDefault   = true;
     this.buttonOk.CanFocus     = true;
     this.buttonOk.Name         = "buttonOk";
     this.buttonOk.UseUnderline = true;
     this.buttonOk.Label        = global::Mono.Unix.Catalog.GetString("Merge");
     this.AddActionWidget(this.buttonOk, -5);
     global::Gtk.ButtonBox.ButtonBoxChild w10 = ((global::Gtk.ButtonBox.ButtonBoxChild)(w8 [this.buttonOk]));
     w10.Position = 1;
     w10.Expand   = false;
     w10.Fill     = false;
     if ((this.Child != null))
     {
         this.Child.ShowAll();
     }
     this.DefaultWidth  = 469;
     this.DefaultHeight = 487;
     this.Hide();
 }
 protected virtual void Build()
 {
     global::Stetic.Gui.Initialize(this);
     // Widget MonoDevelop.Deployment.Gui.DeployDialog
     this.Events         = ((global::Gdk.EventMask)(256));
     this.Name           = "MonoDevelop.Deployment.Gui.DeployDialog";
     this.Title          = global::Mono.Unix.Catalog.GetString("Create Package");
     this.WindowPosition = ((global::Gtk.WindowPosition)(4));
     // Internal child MonoDevelop.Deployment.Gui.DeployDialog.VBox
     global::Gtk.VBox w1 = this.VBox;
     w1.Events      = ((global::Gdk.EventMask)(256));
     w1.Name        = "dialog_VBox";
     w1.BorderWidth = ((uint)(2));
     // Container child dialog_VBox.Gtk.Box+BoxChild
     this.hbox1             = new global::Gtk.HBox();
     this.hbox1.Name        = "hbox1";
     this.hbox1.Spacing     = 6;
     this.hbox1.BorderWidth = ((uint)(6));
     // Container child hbox1.Gtk.Box+BoxChild
     this.vbox2      = new global::Gtk.VBox();
     this.vbox2.Name = "vbox2";
     // Container child vbox2.Gtk.Box+BoxChild
     this.image2          = new global::MonoDevelop.Components.ImageView();
     this.image2.Name     = "image2";
     this.image2.IconId   = "md-package";
     this.image2.IconSize = ((global::Gtk.IconSize)(6));
     this.vbox2.Add(this.image2);
     global::Gtk.Box.BoxChild w2 = ((global::Gtk.Box.BoxChild)(this.vbox2 [this.image2]));
     w2.Position = 0;
     w2.Expand   = false;
     w2.Fill     = false;
     this.hbox1.Add(this.vbox2);
     global::Gtk.Box.BoxChild w3 = ((global::Gtk.Box.BoxChild)(this.hbox1 [this.vbox2]));
     w3.Position = 0;
     w3.Expand   = false;
     w3.Fill     = false;
     // Container child hbox1.Gtk.Box+BoxChild
     this.notebook             = new global::Gtk.Notebook();
     this.notebook.CanFocus    = true;
     this.notebook.Name        = "notebook";
     this.notebook.CurrentPage = 3;
     this.notebook.ShowBorder  = false;
     this.notebook.BorderWidth = ((uint)(6));
     // Container child notebook.Gtk.Notebook+NotebookChild
     this.vbox3         = new global::Gtk.VBox();
     this.vbox3.Name    = "vbox3";
     this.vbox3.Spacing = 6;
     // Container child vbox3.Gtk.Box+BoxChild
     this.labelTitle           = new global::Gtk.Label();
     this.labelTitle.Name      = "labelTitle";
     this.labelTitle.Xalign    = 0F;
     this.labelTitle.LabelProp = global::Mono.Unix.Catalog.GetString("<big><b>Package Type</b></big>");
     this.labelTitle.UseMarkup = true;
     this.vbox3.Add(this.labelTitle);
     global::Gtk.Box.BoxChild w4 = ((global::Gtk.Box.BoxChild)(this.vbox3 [this.labelTitle]));
     w4.Position = 0;
     w4.Expand   = false;
     w4.Fill     = false;
     // Container child vbox3.Gtk.Box+BoxChild
     this.hseparator2      = new global::Gtk.HSeparator();
     this.hseparator2.Name = "hseparator2";
     this.vbox3.Add(this.hseparator2);
     global::Gtk.Box.BoxChild w5 = ((global::Gtk.Box.BoxChild)(this.vbox3 [this.hseparator2]));
     w5.Position = 1;
     w5.Expand   = false;
     w5.Fill     = false;
     // Container child vbox3.Gtk.Box+BoxChild
     this.label1           = new global::Gtk.Label();
     this.label1.Name      = "label1";
     this.label1.Xalign    = 0F;
     this.label1.LabelProp = global::Mono.Unix.Catalog.GetString("Select the type of package to create:");
     this.vbox3.Add(this.label1);
     global::Gtk.Box.BoxChild w6 = ((global::Gtk.Box.BoxChild)(this.vbox3 [this.label1]));
     w6.Position = 2;
     w6.Expand   = false;
     w6.Fill     = false;
     // Container child vbox3.Gtk.Box+BoxChild
     this.scrolledwindow2            = new global::Gtk.ScrolledWindow();
     this.scrolledwindow2.CanFocus   = true;
     this.scrolledwindow2.Name       = "scrolledwindow2";
     this.scrolledwindow2.ShadowType = ((global::Gtk.ShadowType)(1));
     // Container child scrolledwindow2.Gtk.Container+ContainerChild
     this.targetsTree          = new global::Gtk.TreeView();
     this.targetsTree.CanFocus = true;
     this.targetsTree.Name     = "targetsTree";
     this.scrolledwindow2.Add(this.targetsTree);
     this.vbox3.Add(this.scrolledwindow2);
     global::Gtk.Box.BoxChild w8 = ((global::Gtk.Box.BoxChild)(this.vbox3 [this.scrolledwindow2]));
     w8.Position = 3;
     this.notebook.Add(this.vbox3);
     // Notebook tab
     this.label2           = new global::Gtk.Label();
     this.label2.Name      = "label2";
     this.label2.LabelProp = "page5";
     this.notebook.SetTabLabel(this.vbox3, this.label2);
     this.label2.ShowAll();
     // Container child notebook.Gtk.Notebook+NotebookChild
     this.pageSelectProject         = new global::Gtk.VBox();
     this.pageSelectProject.Name    = "pageSelectProject";
     this.pageSelectProject.Spacing = 6;
     // Container child pageSelectProject.Gtk.Box+BoxChild
     this.labelTitle1           = new global::Gtk.Label();
     this.labelTitle1.Name      = "labelTitle1";
     this.labelTitle1.Xalign    = 0F;
     this.labelTitle1.LabelProp = global::Mono.Unix.Catalog.GetString("<big><b>Select Project</b></big>");
     this.labelTitle1.UseMarkup = true;
     this.pageSelectProject.Add(this.labelTitle1);
     global::Gtk.Box.BoxChild w10 = ((global::Gtk.Box.BoxChild)(this.pageSelectProject [this.labelTitle1]));
     w10.Position = 0;
     w10.Expand   = false;
     w10.Fill     = false;
     // Container child pageSelectProject.Gtk.Box+BoxChild
     this.hseparator4      = new global::Gtk.HSeparator();
     this.hseparator4.Name = "hseparator4";
     this.pageSelectProject.Add(this.hseparator4);
     global::Gtk.Box.BoxChild w11 = ((global::Gtk.Box.BoxChild)(this.pageSelectProject [this.hseparator4]));
     w11.Position = 1;
     w11.Expand   = false;
     w11.Fill     = false;
     // Container child pageSelectProject.Gtk.Box+BoxChild
     this.label4           = new global::Gtk.Label();
     this.label4.Name      = "label4";
     this.label4.Xalign    = 0F;
     this.label4.LabelProp = global::Mono.Unix.Catalog.GetString("Select the project or solution for which you want to create a package:");
     this.pageSelectProject.Add(this.label4);
     global::Gtk.Box.BoxChild w12 = ((global::Gtk.Box.BoxChild)(this.pageSelectProject [this.label4]));
     w12.Position = 2;
     w12.Expand   = false;
     w12.Fill     = false;
     // Container child pageSelectProject.Gtk.Box+BoxChild
     this.entryTree        = new global::MonoDevelop.Deployment.Gui.EntrySelectionTree();
     this.entryTree.Events = ((global::Gdk.EventMask)(256));
     this.entryTree.Name   = "entryTree";
     this.pageSelectProject.Add(this.entryTree);
     global::Gtk.Box.BoxChild w13 = ((global::Gtk.Box.BoxChild)(this.pageSelectProject [this.entryTree]));
     w13.Position = 3;
     this.notebook.Add(this.pageSelectProject);
     global::Gtk.Notebook.NotebookChild w14 = ((global::Gtk.Notebook.NotebookChild)(this.notebook [this.pageSelectProject]));
     w14.Position = 1;
     // Notebook tab
     this.label3           = new global::Gtk.Label();
     this.label3.Name      = "label3";
     this.label3.LabelProp = "page3";
     this.notebook.SetTabLabel(this.pageSelectProject, this.label3);
     this.label3.ShowAll();
     // Container child notebook.Gtk.Notebook+NotebookChild
     this.vbox4         = new global::Gtk.VBox();
     this.vbox4.Name    = "vbox4";
     this.vbox4.Spacing = 6;
     // Container child vbox4.Gtk.Box+BoxChild
     this.label5           = new global::Gtk.Label();
     this.label5.Name      = "label5";
     this.label5.Xalign    = 0F;
     this.label5.LabelProp = global::Mono.Unix.Catalog.GetString("<big><b>Package Settings</b></big>");
     this.label5.UseMarkup = true;
     this.vbox4.Add(this.label5);
     global::Gtk.Box.BoxChild w15 = ((global::Gtk.Box.BoxChild)(this.vbox4 [this.label5]));
     w15.Position = 0;
     w15.Expand   = false;
     w15.Fill     = false;
     // Container child vbox4.Gtk.Box+BoxChild
     this.hseparator3      = new global::Gtk.HSeparator();
     this.hseparator3.Name = "hseparator3";
     this.vbox4.Add(this.hseparator3);
     global::Gtk.Box.BoxChild w16 = ((global::Gtk.Box.BoxChild)(this.vbox4 [this.hseparator3]));
     w16.Position = 1;
     w16.Expand   = false;
     w16.Fill     = false;
     // Container child vbox4.Gtk.Box+BoxChild
     this.editorBox      = new global::Gtk.EventBox();
     this.editorBox.Name = "editorBox";
     this.vbox4.Add(this.editorBox);
     global::Gtk.Box.BoxChild w17 = ((global::Gtk.Box.BoxChild)(this.vbox4 [this.editorBox]));
     w17.Position = 2;
     // Container child vbox4.Gtk.Box+BoxChild
     this.saveSeparator      = new global::Gtk.HSeparator();
     this.saveSeparator.Name = "saveSeparator";
     this.vbox4.Add(this.saveSeparator);
     global::Gtk.Box.BoxChild w18 = ((global::Gtk.Box.BoxChild)(this.vbox4 [this.saveSeparator]));
     w18.Position = 3;
     w18.Expand   = false;
     w18.Fill     = false;
     // Container child vbox4.Gtk.Box+BoxChild
     this.hbox2         = new global::Gtk.HBox();
     this.hbox2.Name    = "hbox2";
     this.hbox2.Spacing = 6;
     // Container child hbox2.Gtk.Box+BoxChild
     this.checkSave               = new global::Gtk.CheckButton();
     this.checkSave.CanFocus      = true;
     this.checkSave.Name          = "checkSave";
     this.checkSave.Label         = global::Mono.Unix.Catalog.GetString("Save this package configuration in the solution");
     this.checkSave.DrawIndicator = true;
     this.checkSave.UseUnderline  = true;
     this.hbox2.Add(this.checkSave);
     global::Gtk.Box.BoxChild w19 = ((global::Gtk.Box.BoxChild)(this.hbox2 [this.checkSave]));
     w19.Position = 0;
     w19.Expand   = false;
     w19.Fill     = false;
     this.vbox4.Add(this.hbox2);
     global::Gtk.Box.BoxChild w20 = ((global::Gtk.Box.BoxChild)(this.vbox4 [this.hbox2]));
     w20.Position = 4;
     w20.Expand   = false;
     w20.Fill     = false;
     this.notebook.Add(this.vbox4);
     global::Gtk.Notebook.NotebookChild w21 = ((global::Gtk.Notebook.NotebookChild)(this.notebook [this.vbox4]));
     w21.Position = 2;
     // Notebook tab
     this.label6           = new global::Gtk.Label();
     this.label6.Name      = "label6";
     this.label6.LabelProp = "page2";
     this.notebook.SetTabLabel(this.vbox4, this.label6);
     this.label6.ShowAll();
     // Container child notebook.Gtk.Notebook+NotebookChild
     this.pageSave         = new global::Gtk.VBox();
     this.pageSave.Name    = "pageSave";
     this.pageSave.Spacing = 6;
     // Container child pageSave.Gtk.Box+BoxChild
     this.label7           = new global::Gtk.Label();
     this.label7.Name      = "label7";
     this.label7.Xalign    = 0F;
     this.label7.LabelProp = global::Mono.Unix.Catalog.GetString("<big><b>Save Package Configuration</b></big>");
     this.label7.UseMarkup = true;
     this.pageSave.Add(this.label7);
     global::Gtk.Box.BoxChild w22 = ((global::Gtk.Box.BoxChild)(this.pageSave [this.label7]));
     w22.Position = 0;
     w22.Expand   = false;
     w22.Fill     = false;
     // Container child pageSave.Gtk.Box+BoxChild
     this.hseparator5      = new global::Gtk.HSeparator();
     this.hseparator5.Name = "hseparator5";
     this.pageSave.Add(this.hseparator5);
     global::Gtk.Box.BoxChild w23 = ((global::Gtk.Box.BoxChild)(this.pageSave [this.hseparator5]));
     w23.Position = 1;
     w23.Expand   = false;
     w23.Fill     = false;
     // Container child pageSave.Gtk.Box+BoxChild
     this.vbox7         = new global::Gtk.VBox();
     this.vbox7.Name    = "vbox7";
     this.vbox7.Spacing = 6;
     // Container child vbox7.Gtk.Box+BoxChild
     this.label14           = new global::Gtk.Label();
     this.label14.Name      = "label14";
     this.label14.Xalign    = 0F;
     this.label14.LabelProp = global::Mono.Unix.Catalog.GetString("Enter the name you want to give to this package configuration:");
     this.vbox7.Add(this.label14);
     global::Gtk.Box.BoxChild w24 = ((global::Gtk.Box.BoxChild)(this.vbox7 [this.label14]));
     w24.Position = 0;
     w24.Expand   = false;
     w24.Fill     = false;
     // Container child vbox7.Gtk.Box+BoxChild
     this.hbox4         = new global::Gtk.HBox();
     this.hbox4.Name    = "hbox4";
     this.hbox4.Spacing = 6;
     // Container child hbox4.Gtk.Box+BoxChild
     this.label13           = new global::Gtk.Label();
     this.label13.Name      = "label13";
     this.label13.LabelProp = global::Mono.Unix.Catalog.GetString("Name:");
     this.hbox4.Add(this.label13);
     global::Gtk.Box.BoxChild w25 = ((global::Gtk.Box.BoxChild)(this.hbox4 [this.label13]));
     w25.Position = 0;
     w25.Expand   = false;
     w25.Fill     = false;
     // Container child hbox4.Gtk.Box+BoxChild
     this.entrySaveName               = new global::Gtk.Entry();
     this.entrySaveName.CanFocus      = true;
     this.entrySaveName.Name          = "entrySaveName";
     this.entrySaveName.IsEditable    = true;
     this.entrySaveName.InvisibleChar = '●';
     this.hbox4.Add(this.entrySaveName);
     global::Gtk.Box.BoxChild w26 = ((global::Gtk.Box.BoxChild)(this.hbox4 [this.entrySaveName]));
     w26.Position = 1;
     this.vbox7.Add(this.hbox4);
     global::Gtk.Box.BoxChild w27 = ((global::Gtk.Box.BoxChild)(this.vbox7 [this.hbox4]));
     w27.Position = 1;
     w27.Expand   = false;
     w27.Fill     = false;
     w27.Padding  = ((uint)(6));
     // Container child vbox7.Gtk.Box+BoxChild
     this.vboxSaveProject         = new global::Gtk.VBox();
     this.vboxSaveProject.Name    = "vboxSaveProject";
     this.vboxSaveProject.Spacing = 6;
     // Container child vboxSaveProject.Gtk.Box+BoxChild
     this.hseparator6      = new global::Gtk.HSeparator();
     this.hseparator6.Name = "hseparator6";
     this.vboxSaveProject.Add(this.hseparator6);
     global::Gtk.Box.BoxChild w28 = ((global::Gtk.Box.BoxChild)(this.vboxSaveProject [this.hseparator6]));
     w28.Position = 0;
     w28.Expand   = false;
     w28.Fill     = false;
     // Container child vboxSaveProject.Gtk.Box+BoxChild
     this.label15           = new global::Gtk.Label();
     this.label15.Name      = "label15";
     this.label15.Xalign    = 0F;
     this.label15.LabelProp = global::Mono.Unix.Catalog.GetString("Where do you want to save this configuration?");
     this.vboxSaveProject.Add(this.label15);
     global::Gtk.Box.BoxChild w29 = ((global::Gtk.Box.BoxChild)(this.vboxSaveProject [this.label15]));
     w29.Position = 1;
     w29.Expand   = false;
     w29.Fill     = false;
     // Container child vboxSaveProject.Gtk.Box+BoxChild
     this.radioCreateProject               = new global::Gtk.RadioButton(global::Mono.Unix.Catalog.GetString("Save in a new Packaging Project"));
     this.radioCreateProject.CanFocus      = true;
     this.radioCreateProject.Name          = "radioCreateProject";
     this.radioCreateProject.Active        = true;
     this.radioCreateProject.DrawIndicator = true;
     this.radioCreateProject.UseUnderline  = true;
     this.radioCreateProject.Group         = new global::GLib.SList(global::System.IntPtr.Zero);
     this.vboxSaveProject.Add(this.radioCreateProject);
     global::Gtk.Box.BoxChild w30 = ((global::Gtk.Box.BoxChild)(this.vboxSaveProject [this.radioCreateProject]));
     w30.Position = 2;
     w30.Expand   = false;
     w30.Fill     = false;
     // Container child vboxSaveProject.Gtk.Box+BoxChild
     this.hbox5         = new global::Gtk.HBox();
     this.hbox5.Name    = "hbox5";
     this.hbox5.Spacing = 6;
     // Container child hbox5.Gtk.Box+BoxChild
     this.label9 = new global::Gtk.Label();
     this.label9.WidthRequest = 24;
     this.label9.Name         = "label9";
     this.hbox5.Add(this.label9);
     global::Gtk.Box.BoxChild w31 = ((global::Gtk.Box.BoxChild)(this.hbox5 [this.label9]));
     w31.Position = 0;
     w31.Expand   = false;
     w31.Fill     = false;
     // Container child hbox5.Gtk.Box+BoxChild
     this.tableNewProject               = new global::Gtk.Table(((uint)(2)), ((uint)(2)), false);
     this.tableNewProject.Name          = "tableNewProject";
     this.tableNewProject.RowSpacing    = ((uint)(6));
     this.tableNewProject.ColumnSpacing = ((uint)(6));
     // Container child tableNewProject.Gtk.Table+TableChild
     this.comboCreateProject      = global::Gtk.ComboBox.NewText();
     this.comboCreateProject.Name = "comboCreateProject";
     this.tableNewProject.Add(this.comboCreateProject);
     global::Gtk.Table.TableChild w32 = ((global::Gtk.Table.TableChild)(this.tableNewProject [this.comboCreateProject]));
     w32.LeftAttach  = ((uint)(1));
     w32.RightAttach = ((uint)(2));
     w32.XOptions    = ((global::Gtk.AttachOptions)(4));
     w32.YOptions    = ((global::Gtk.AttachOptions)(4));
     // Container child tableNewProject.Gtk.Table+TableChild
     this.entryProjectName               = new global::Gtk.Entry();
     this.entryProjectName.CanFocus      = true;
     this.entryProjectName.Name          = "entryProjectName";
     this.entryProjectName.Text          = global::Mono.Unix.Catalog.GetString("Packages");
     this.entryProjectName.IsEditable    = true;
     this.entryProjectName.InvisibleChar = '●';
     this.tableNewProject.Add(this.entryProjectName);
     global::Gtk.Table.TableChild w33 = ((global::Gtk.Table.TableChild)(this.tableNewProject [this.entryProjectName]));
     w33.TopAttach    = ((uint)(1));
     w33.BottomAttach = ((uint)(2));
     w33.LeftAttach   = ((uint)(1));
     w33.RightAttach  = ((uint)(2));
     w33.XOptions     = ((global::Gtk.AttachOptions)(4));
     w33.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child tableNewProject.Gtk.Table+TableChild
     this.label11           = new global::Gtk.Label();
     this.label11.Name      = "label11";
     this.label11.Xalign    = 0F;
     this.label11.LabelProp = global::Mono.Unix.Catalog.GetString("Project name:");
     this.tableNewProject.Add(this.label11);
     global::Gtk.Table.TableChild w34 = ((global::Gtk.Table.TableChild)(this.tableNewProject [this.label11]));
     w34.TopAttach    = ((uint)(1));
     w34.BottomAttach = ((uint)(2));
     w34.XOptions     = ((global::Gtk.AttachOptions)(4));
     w34.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child tableNewProject.Gtk.Table+TableChild
     this.label16           = new global::Gtk.Label();
     this.label16.Name      = "label16";
     this.label16.LabelProp = global::Mono.Unix.Catalog.GetString("Create in solution:");
     this.tableNewProject.Add(this.label16);
     global::Gtk.Table.TableChild w35 = ((global::Gtk.Table.TableChild)(this.tableNewProject [this.label16]));
     w35.XOptions = ((global::Gtk.AttachOptions)(4));
     w35.YOptions = ((global::Gtk.AttachOptions)(4));
     this.hbox5.Add(this.tableNewProject);
     global::Gtk.Box.BoxChild w36 = ((global::Gtk.Box.BoxChild)(this.hbox5 [this.tableNewProject]));
     w36.Position = 1;
     w36.Expand   = false;
     w36.Fill     = false;
     this.vboxSaveProject.Add(this.hbox5);
     global::Gtk.Box.BoxChild w37 = ((global::Gtk.Box.BoxChild)(this.vboxSaveProject [this.hbox5]));
     w37.Position = 3;
     w37.Expand   = false;
     w37.Fill     = false;
     // Container child vboxSaveProject.Gtk.Box+BoxChild
     this.radioAddProject               = new global::Gtk.RadioButton(global::Mono.Unix.Catalog.GetString("Add to existing Packaging Project"));
     this.radioAddProject.CanFocus      = true;
     this.radioAddProject.Name          = "radioAddProject";
     this.radioAddProject.DrawIndicator = true;
     this.radioAddProject.UseUnderline  = true;
     this.radioAddProject.Group         = this.radioCreateProject.Group;
     this.vboxSaveProject.Add(this.radioAddProject);
     global::Gtk.Box.BoxChild w38 = ((global::Gtk.Box.BoxChild)(this.vboxSaveProject [this.radioAddProject]));
     w38.Position = 4;
     w38.Expand   = false;
     w38.Fill     = false;
     // Container child vboxSaveProject.Gtk.Box+BoxChild
     this.boxAddProject         = new global::Gtk.HBox();
     this.boxAddProject.Name    = "boxAddProject";
     this.boxAddProject.Spacing = 6;
     // Container child boxAddProject.Gtk.Box+BoxChild
     this.label10 = new global::Gtk.Label();
     this.label10.WidthRequest = 24;
     this.label10.Name         = "label10";
     this.boxAddProject.Add(this.label10);
     global::Gtk.Box.BoxChild w39 = ((global::Gtk.Box.BoxChild)(this.boxAddProject [this.label10]));
     w39.Position = 0;
     w39.Expand   = false;
     w39.Fill     = false;
     // Container child boxAddProject.Gtk.Box+BoxChild
     this.label12           = new global::Gtk.Label();
     this.label12.Name      = "label12";
     this.label12.LabelProp = global::Mono.Unix.Catalog.GetString("Project:");
     this.boxAddProject.Add(this.label12);
     global::Gtk.Box.BoxChild w40 = ((global::Gtk.Box.BoxChild)(this.boxAddProject [this.label12]));
     w40.Position = 1;
     w40.Expand   = false;
     w40.Fill     = false;
     // Container child boxAddProject.Gtk.Box+BoxChild
     this.comboSelProject      = global::Gtk.ComboBox.NewText();
     this.comboSelProject.Name = "comboSelProject";
     this.boxAddProject.Add(this.comboSelProject);
     global::Gtk.Box.BoxChild w41 = ((global::Gtk.Box.BoxChild)(this.boxAddProject [this.comboSelProject]));
     w41.Position = 2;
     w41.Expand   = false;
     w41.Fill     = false;
     this.vboxSaveProject.Add(this.boxAddProject);
     global::Gtk.Box.BoxChild w42 = ((global::Gtk.Box.BoxChild)(this.vboxSaveProject [this.boxAddProject]));
     w42.Position = 5;
     w42.Expand   = false;
     w42.Fill     = false;
     this.vbox7.Add(this.vboxSaveProject);
     global::Gtk.Box.BoxChild w43 = ((global::Gtk.Box.BoxChild)(this.vbox7 [this.vboxSaveProject]));
     w43.Position = 2;
     w43.Expand   = false;
     w43.Fill     = false;
     this.pageSave.Add(this.vbox7);
     global::Gtk.Box.BoxChild w44 = ((global::Gtk.Box.BoxChild)(this.pageSave [this.vbox7]));
     w44.Position = 2;
     w44.Expand   = false;
     w44.Fill     = false;
     this.notebook.Add(this.pageSave);
     global::Gtk.Notebook.NotebookChild w45 = ((global::Gtk.Notebook.NotebookChild)(this.notebook [this.pageSave]));
     w45.Position = 3;
     // Notebook tab
     this.label8           = new global::Gtk.Label();
     this.label8.Name      = "label8";
     this.label8.LabelProp = "page4";
     this.notebook.SetTabLabel(this.pageSave, this.label8);
     this.label8.ShowAll();
     this.hbox1.Add(this.notebook);
     global::Gtk.Box.BoxChild w46 = ((global::Gtk.Box.BoxChild)(this.hbox1 [this.notebook]));
     w46.Position = 1;
     w1.Add(this.hbox1);
     global::Gtk.Box.BoxChild w47 = ((global::Gtk.Box.BoxChild)(w1 [this.hbox1]));
     w47.Position = 0;
     // Internal child MonoDevelop.Deployment.Gui.DeployDialog.ActionArea
     global::Gtk.HButtonBox w48 = this.ActionArea;
     w48.Name        = "MonoDevelop.Deployment.DeployDialog_ActionArea";
     w48.Spacing     = 6;
     w48.BorderWidth = ((uint)(5));
     w48.LayoutStyle = ((global::Gtk.ButtonBoxStyle)(4));
     // Container child MonoDevelop.Deployment.DeployDialog_ActionArea.Gtk.ButtonBox+ButtonBoxChild
     this.buttonCancel              = new global::Gtk.Button();
     this.buttonCancel.CanDefault   = true;
     this.buttonCancel.CanFocus     = true;
     this.buttonCancel.Name         = "buttonCancel";
     this.buttonCancel.UseStock     = true;
     this.buttonCancel.UseUnderline = true;
     this.buttonCancel.Label        = "gtk-cancel";
     this.AddActionWidget(this.buttonCancel, -6);
     global::Gtk.ButtonBox.ButtonBoxChild w49 = ((global::Gtk.ButtonBox.ButtonBoxChild)(w48 [this.buttonCancel]));
     w49.Expand = false;
     w49.Fill   = false;
     // Container child MonoDevelop.Deployment.DeployDialog_ActionArea.Gtk.ButtonBox+ButtonBoxChild
     this.buttonBack              = new global::Gtk.Button();
     this.buttonBack.CanDefault   = true;
     this.buttonBack.CanFocus     = true;
     this.buttonBack.Name         = "buttonBack";
     this.buttonBack.UseStock     = true;
     this.buttonBack.UseUnderline = true;
     this.buttonBack.Label        = "gtk-go-back";
     w48.Add(this.buttonBack);
     global::Gtk.ButtonBox.ButtonBoxChild w50 = ((global::Gtk.ButtonBox.ButtonBoxChild)(w48 [this.buttonBack]));
     w50.Position = 1;
     w50.Expand   = false;
     w50.Fill     = false;
     // Container child MonoDevelop.Deployment.DeployDialog_ActionArea.Gtk.ButtonBox+ButtonBoxChild
     this.buttonNext              = new global::Gtk.Button();
     this.buttonNext.CanDefault   = true;
     this.buttonNext.CanFocus     = true;
     this.buttonNext.Name         = "buttonNext";
     this.buttonNext.UseStock     = true;
     this.buttonNext.UseUnderline = true;
     this.buttonNext.Label        = "gtk-go-forward";
     w48.Add(this.buttonNext);
     global::Gtk.ButtonBox.ButtonBoxChild w51 = ((global::Gtk.ButtonBox.ButtonBoxChild)(w48 [this.buttonNext]));
     w51.Position = 2;
     w51.Expand   = false;
     w51.Fill     = false;
     if ((this.Child != null))
     {
         this.Child.ShowAll();
     }
     this.DefaultWidth  = 573;
     this.DefaultHeight = 433;
     this.Hide();
     this.notebook.SelectPage        += new global::Gtk.SelectPageHandler(this.OnNotebookSelectPage);
     this.checkSave.Clicked          += new global::System.EventHandler(this.OnCheckSaveClicked);
     this.radioCreateProject.Clicked += new global::System.EventHandler(this.OnRadioCreateProjectClicked);
     this.radioAddProject.Clicked    += new global::System.EventHandler(this.OnRadioAddProjectClicked);
     this.buttonBack.Clicked         += new global::System.EventHandler(this.OnButtonBackClicked);
     this.buttonNext.Clicked         += new global::System.EventHandler(this.OnButtonNextClicked);
 }
 protected virtual void Build()
 {
     global::Stetic.Gui.Initialize(this);
     // Widget MonoDevelop.Ide.Projects.DeleteConfigDialog
     this.Name     = "MonoDevelop.Ide.Projects.DeleteConfigDialog";
     this.Title    = global::Mono.Unix.Catalog.GetString("Delete Configuration");
     this.TypeHint = ((global::Gdk.WindowTypeHint)(1));
     // Internal child MonoDevelop.Ide.Projects.DeleteConfigDialog.VBox
     global::Gtk.VBox w1 = this.VBox;
     w1.Name = "dialog-vbox7";
     // Container child dialog-vbox7.Gtk.Box+BoxChild
     this.hbox64             = new global::Gtk.HBox();
     this.hbox64.Name        = "hbox64";
     this.hbox64.Spacing     = 12;
     this.hbox64.BorderWidth = ((uint)(12));
     // Container child hbox64.Gtk.Box+BoxChild
     this.imageQuestion          = new global::MonoDevelop.Components.ImageView();
     this.imageQuestion.Name     = "imageQuestion";
     this.imageQuestion.Yalign   = 0F;
     this.imageQuestion.IconSize = ((global::Gtk.IconSize)(6));
     this.imageQuestion.IconId   = "gtk-dialog-question";
     this.hbox64.Add(this.imageQuestion);
     global::Gtk.Box.BoxChild w2 = ((global::Gtk.Box.BoxChild)(this.hbox64 [this.imageQuestion]));
     w2.Position = 0;
     w2.Expand   = false;
     w2.Fill     = false;
     // Container child hbox64.Gtk.Box+BoxChild
     this.vbox80         = new global::Gtk.VBox();
     this.vbox80.Name    = "vbox80";
     this.vbox80.Spacing = 6;
     // Container child vbox80.Gtk.Box+BoxChild
     this.label107           = new global::Gtk.Label();
     this.label107.Name      = "label107";
     this.label107.Xalign    = 0F;
     this.label107.LabelProp = global::Mono.Unix.Catalog.GetString("Are you sure you want to delete this configuration?");
     this.vbox80.Add(this.label107);
     global::Gtk.Box.BoxChild w3 = ((global::Gtk.Box.BoxChild)(this.vbox80 [this.label107]));
     w3.Position = 0;
     w3.Expand   = false;
     w3.Fill     = false;
     // Container child vbox80.Gtk.Box+BoxChild
     this.deleteChildrenCheck               = new global::Gtk.CheckButton();
     this.deleteChildrenCheck.Name          = "deleteChildrenCheck";
     this.deleteChildrenCheck.Label         = global::Mono.Unix.Catalog.GetString("Delete also configurations in solution items");
     this.deleteChildrenCheck.Active        = true;
     this.deleteChildrenCheck.DrawIndicator = true;
     this.deleteChildrenCheck.UseUnderline  = true;
     this.vbox80.Add(this.deleteChildrenCheck);
     global::Gtk.Box.BoxChild w4 = ((global::Gtk.Box.BoxChild)(this.vbox80 [this.deleteChildrenCheck]));
     w4.Position = 1;
     w4.Expand   = false;
     w4.Fill     = false;
     this.hbox64.Add(this.vbox80);
     global::Gtk.Box.BoxChild w5 = ((global::Gtk.Box.BoxChild)(this.hbox64 [this.vbox80]));
     w5.Position = 1;
     w1.Add(this.hbox64);
     global::Gtk.Box.BoxChild w6 = ((global::Gtk.Box.BoxChild)(w1 [this.hbox64]));
     w6.Position = 0;
     // Internal child MonoDevelop.Ide.Projects.DeleteConfigDialog.ActionArea
     global::Gtk.HButtonBox w7 = this.ActionArea;
     w7.Name        = "dialog-action_area7";
     w7.LayoutStyle = ((global::Gtk.ButtonBoxStyle)(4));
     // Container child dialog-action_area7.Gtk.ButtonBox+ButtonBoxChild
     this.button11              = new global::Gtk.Button();
     this.button11.Name         = "button11";
     this.button11.UseStock     = true;
     this.button11.UseUnderline = true;
     this.button11.Label        = "gtk-no";
     this.AddActionWidget(this.button11, -9);
     global::Gtk.ButtonBox.ButtonBoxChild w8 = ((global::Gtk.ButtonBox.ButtonBoxChild)(w7 [this.button11]));
     w8.Expand = false;
     w8.Fill   = false;
     // Container child dialog-action_area7.Gtk.ButtonBox+ButtonBoxChild
     this.button12              = new global::Gtk.Button();
     this.button12.CanDefault   = true;
     this.button12.Name         = "button12";
     this.button12.UseStock     = true;
     this.button12.UseUnderline = true;
     this.button12.Label        = "gtk-yes";
     this.AddActionWidget(this.button12, -8);
     global::Gtk.ButtonBox.ButtonBoxChild w9 = ((global::Gtk.ButtonBox.ButtonBoxChild)(w7 [this.button12]));
     w9.Position = 1;
     w9.Expand   = false;
     w9.Fill     = false;
     if ((this.Child != null))
     {
         this.Child.ShowAll();
     }
     this.DefaultWidth  = 381;
     this.DefaultHeight = 128;
     this.Hide();
 }
 protected virtual void Build()
 {
     global::Stetic.Gui.Initialize(this);
     // Widget MonoDevelop.Ide.Gui.OptionPanels.AuthorInformationPanelWidget
     global::Stetic.BinContainer.Attach(this);
     this.Name = "MonoDevelop.Ide.Gui.OptionPanels.AuthorInformationPanelWidget";
     // Container child MonoDevelop.Ide.Gui.OptionPanels.AuthorInformationPanelWidget.Gtk.Container+ContainerChild
     this.vbox1         = new global::Gtk.VBox();
     this.vbox1.Name    = "vbox1";
     this.vbox1.Spacing = 6;
     // Container child vbox1.Gtk.Box+BoxChild
     this.checkCustom               = new global::Gtk.CheckButton();
     this.checkCustom.CanFocus      = true;
     this.checkCustom.Name          = "checkCustom";
     this.checkCustom.Label         = global::MonoDevelop.Core.GettextCatalog.GetString("_Use custom author information for this solution");
     this.checkCustom.DrawIndicator = true;
     this.checkCustom.UseUnderline  = true;
     this.vbox1.Add(this.checkCustom);
     global::Gtk.Box.BoxChild w1 = ((global::Gtk.Box.BoxChild)(this.vbox1 [this.checkCustom]));
     w1.Position = 1;
     w1.Expand   = false;
     w1.Fill     = false;
     // Container child vbox1.Gtk.Box+BoxChild
     this.alignment1             = new global::Gtk.Alignment(0F, 0F, 1F, 1F);
     this.alignment1.Name        = "alignment1";
     this.alignment1.LeftPadding = ((uint)(24));
     // Container child alignment1.Gtk.Container+ContainerChild
     this.infoTable               = new global::Gtk.Table(((uint)(5)), ((uint)(2)), false);
     this.infoTable.Name          = "infoTable";
     this.infoTable.RowSpacing    = ((uint)(6));
     this.infoTable.ColumnSpacing = ((uint)(6));
     // Container child infoTable.Gtk.Table+TableChild
     this.companyEntry               = new global::Gtk.Entry();
     this.companyEntry.CanFocus      = true;
     this.companyEntry.Name          = "companyEntry";
     this.companyEntry.IsEditable    = true;
     this.companyEntry.InvisibleChar = '●';
     this.infoTable.Add(this.companyEntry);
     global::Gtk.Table.TableChild w2 = ((global::Gtk.Table.TableChild)(this.infoTable [this.companyEntry]));
     w2.TopAttach    = ((uint)(3));
     w2.BottomAttach = ((uint)(4));
     w2.LeftAttach   = ((uint)(1));
     w2.RightAttach  = ((uint)(2));
     w2.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child infoTable.Gtk.Table+TableChild
     this.copyrightEntry               = new global::Gtk.Entry();
     this.copyrightEntry.CanFocus      = true;
     this.copyrightEntry.Name          = "copyrightEntry";
     this.copyrightEntry.IsEditable    = true;
     this.copyrightEntry.InvisibleChar = '●';
     this.infoTable.Add(this.copyrightEntry);
     global::Gtk.Table.TableChild w3 = ((global::Gtk.Table.TableChild)(this.infoTable [this.copyrightEntry]));
     w3.TopAttach    = ((uint)(2));
     w3.BottomAttach = ((uint)(3));
     w3.LeftAttach   = ((uint)(1));
     w3.RightAttach  = ((uint)(2));
     w3.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child infoTable.Gtk.Table+TableChild
     this.emailEntry               = new global::Gtk.Entry();
     this.emailEntry.CanFocus      = true;
     this.emailEntry.Name          = "emailEntry";
     this.emailEntry.IsEditable    = true;
     this.emailEntry.InvisibleChar = '●';
     this.infoTable.Add(this.emailEntry);
     global::Gtk.Table.TableChild w4 = ((global::Gtk.Table.TableChild)(this.infoTable [this.emailEntry]));
     w4.TopAttach    = ((uint)(1));
     w4.BottomAttach = ((uint)(2));
     w4.LeftAttach   = ((uint)(1));
     w4.RightAttach  = ((uint)(2));
     w4.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child infoTable.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("_Name:");
     this.label2.UseUnderline = true;
     this.infoTable.Add(this.label2);
     global::Gtk.Table.TableChild w5 = ((global::Gtk.Table.TableChild)(this.infoTable [this.label2]));
     w5.XOptions = ((global::Gtk.AttachOptions)(4));
     w5.YOptions = ((global::Gtk.AttachOptions)(4));
     // Container child infoTable.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("_Copyright:");
     this.label3.UseUnderline = true;
     this.infoTable.Add(this.label3);
     global::Gtk.Table.TableChild w6 = ((global::Gtk.Table.TableChild)(this.infoTable [this.label3]));
     w6.TopAttach    = ((uint)(2));
     w6.BottomAttach = ((uint)(3));
     w6.XOptions     = ((global::Gtk.AttachOptions)(4));
     w6.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child infoTable.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("_Email:");
     this.label4.UseUnderline = true;
     this.infoTable.Add(this.label4);
     global::Gtk.Table.TableChild w7 = ((global::Gtk.Table.TableChild)(this.infoTable [this.label4]));
     w7.TopAttach    = ((uint)(1));
     w7.BottomAttach = ((uint)(2));
     w7.XOptions     = ((global::Gtk.AttachOptions)(4));
     w7.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child infoTable.Gtk.Table+TableChild
     this.label5              = new global::Gtk.Label();
     this.label5.Name         = "label5";
     this.label5.Xalign       = 0F;
     this.label5.LabelProp    = global::MonoDevelop.Core.GettextCatalog.GetString("C_ompany:");
     this.label5.UseUnderline = true;
     this.infoTable.Add(this.label5);
     global::Gtk.Table.TableChild w8 = ((global::Gtk.Table.TableChild)(this.infoTable [this.label5]));
     w8.TopAttach    = ((uint)(3));
     w8.BottomAttach = ((uint)(4));
     w8.XOptions     = ((global::Gtk.AttachOptions)(4));
     w8.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child infoTable.Gtk.Table+TableChild
     this.label6              = new global::Gtk.Label();
     this.label6.Name         = "label6";
     this.label6.Xalign       = 0F;
     this.label6.LabelProp    = global::MonoDevelop.Core.GettextCatalog.GetString("_Trademark:");
     this.label6.UseUnderline = true;
     this.infoTable.Add(this.label6);
     global::Gtk.Table.TableChild w9 = ((global::Gtk.Table.TableChild)(this.infoTable [this.label6]));
     w9.TopAttach    = ((uint)(4));
     w9.BottomAttach = ((uint)(5));
     w9.XOptions     = ((global::Gtk.AttachOptions)(4));
     w9.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child infoTable.Gtk.Table+TableChild
     this.nameEntry               = new global::Gtk.Entry();
     this.nameEntry.CanFocus      = true;
     this.nameEntry.Name          = "nameEntry";
     this.nameEntry.IsEditable    = true;
     this.nameEntry.InvisibleChar = '●';
     this.infoTable.Add(this.nameEntry);
     global::Gtk.Table.TableChild w10 = ((global::Gtk.Table.TableChild)(this.infoTable [this.nameEntry]));
     w10.LeftAttach  = ((uint)(1));
     w10.RightAttach = ((uint)(2));
     w10.YOptions    = ((global::Gtk.AttachOptions)(4));
     // Container child infoTable.Gtk.Table+TableChild
     this.trademarkEntry               = new global::Gtk.Entry();
     this.trademarkEntry.CanFocus      = true;
     this.trademarkEntry.Name          = "trademarkEntry";
     this.trademarkEntry.IsEditable    = true;
     this.trademarkEntry.InvisibleChar = '●';
     this.infoTable.Add(this.trademarkEntry);
     global::Gtk.Table.TableChild w11 = ((global::Gtk.Table.TableChild)(this.infoTable [this.trademarkEntry]));
     w11.TopAttach    = ((uint)(4));
     w11.BottomAttach = ((uint)(5));
     w11.LeftAttach   = ((uint)(1));
     w11.RightAttach  = ((uint)(2));
     w11.YOptions     = ((global::Gtk.AttachOptions)(4));
     this.alignment1.Add(this.infoTable);
     this.vbox1.Add(this.alignment1);
     global::Gtk.Box.BoxChild w13 = ((global::Gtk.Box.BoxChild)(this.vbox1 [this.alignment1]));
     w13.Position = 2;
     w13.Expand   = false;
     w13.Fill     = false;
     this.Add(this.vbox1);
     if ((this.Child != null))
     {
         this.Child.ShowAll();
     }
     this.label2.MnemonicWidget = this.nameEntry;
     this.Hide();
     this.checkCustom.Toggled += new global::System.EventHandler(this.UseDefaultToggled);
 }
Example #36
0
 protected virtual void Build()
 {
     global::Stetic.Gui.Initialize(this);
     // Widget MainWindow
     this.Name           = "MainWindow";
     this.Title          = global::Mono.Unix.Catalog.GetString("MainWindow");
     this.WindowPosition = ((global::Gtk.WindowPosition)(4));
     this.Resizable      = false;
     this.AllowGrow      = false;
     // Container child MainWindow.Gtk.Container+ContainerChild
     this.fixed1 = new global::Gtk.Fixed();
     this.fixed1.WidthRequest  = 540;
     this.fixed1.HeightRequest = 320;
     this.fixed1.HasWindow     = false;
     // Container child fixed1.Gtk.Fixed+FixedChild
     this.groupOptions = new global::Gtk.Frame();
     this.groupOptions.WidthRequest = 530;
     this.groupOptions.Name         = "groupOptions";
     this.groupOptions.ShadowType   = ((global::Gtk.ShadowType)(1));
     // Container child groupOptions.Gtk.Container+ContainerChild
     this.GtkAlignment             = new global::Gtk.Alignment(0F, 0F, 1F, 1F);
     this.GtkAlignment.Name        = "GtkAlignment";
     this.GtkAlignment.LeftPadding = ((uint)(12));
     // Container child GtkAlignment.Gtk.Container+ContainerChild
     this.fixed2           = new global::Gtk.Fixed();
     this.fixed2.Name      = "fixed2";
     this.fixed2.HasWindow = false;
     // Container child fixed2.Gtk.Fixed+FixedChild
     this.lblArchive = new global::Gtk.Label();
     this.lblArchive.HeightRequest = 20;
     this.lblArchive.Name          = "lblArchive";
     this.lblArchive.LabelProp     = global::Mono.Unix.Catalog.GetString("Backup archive");
     this.lblArchive.UseUnderline  = true;
     this.fixed2.Add(this.lblArchive);
     global::Gtk.Fixed.FixedChild w1 = ((global::Gtk.Fixed.FixedChild)(this.fixed2[this.lblArchive]));
     w1.X = 8;
     w1.Y = 10;
     // Container child fixed2.Gtk.Fixed+FixedChild
     this.editArchive = new global::Gtk.Entry();
     this.editArchive.WidthRequest  = 200;
     this.editArchive.CanFocus      = true;
     this.editArchive.Name          = "editArchive";
     this.editArchive.IsEditable    = true;
     this.editArchive.InvisibleChar = '●';
     this.fixed2.Add(this.editArchive);
     global::Gtk.Fixed.FixedChild w2 = ((global::Gtk.Fixed.FixedChild)(this.fixed2[this.editArchive]));
     w2.X = 220;
     w2.Y = 8;
     // Container child fixed2.Gtk.Fixed+FixedChild
     this.btnArchive = new global::Gtk.Button();
     this.btnArchive.WidthRequest = 80;
     this.btnArchive.CanFocus     = true;
     this.btnArchive.Name         = "btnArchive";
     this.btnArchive.UseUnderline = true;
     this.btnArchive.Label        = global::Mono.Unix.Catalog.GetString("Browse");
     this.fixed2.Add(this.btnArchive);
     global::Gtk.Fixed.FixedChild w3 = ((global::Gtk.Fixed.FixedChild)(this.fixed2[this.btnArchive]));
     w3.X = 425;
     w3.Y = 8;
     // Container child fixed2.Gtk.Fixed+FixedChild
     this.lblOutputFolder              = new global::Gtk.Label();
     this.lblOutputFolder.Name         = "lblOutputFolder";
     this.lblOutputFolder.LabelProp    = global::Mono.Unix.Catalog.GetString("Output folder");
     this.lblOutputFolder.UseUnderline = true;
     this.fixed2.Add(this.lblOutputFolder);
     global::Gtk.Fixed.FixedChild w4 = ((global::Gtk.Fixed.FixedChild)(this.fixed2[this.lblOutputFolder]));
     w4.X = 8;
     w4.Y = 44;
     // Container child fixed2.Gtk.Fixed+FixedChild
     this.editOutputFolder = new global::Gtk.Entry();
     this.editOutputFolder.WidthRequest  = 200;
     this.editOutputFolder.CanFocus      = true;
     this.editOutputFolder.Name          = "editOutputFolder";
     this.editOutputFolder.IsEditable    = true;
     this.editOutputFolder.InvisibleChar = '●';
     this.fixed2.Add(this.editOutputFolder);
     global::Gtk.Fixed.FixedChild w5 = ((global::Gtk.Fixed.FixedChild)(this.fixed2[this.editOutputFolder]));
     w5.X = 220;
     w5.Y = 40;
     // Container child fixed2.Gtk.Fixed+FixedChild
     this.btnFolder = new global::Gtk.Button();
     this.btnFolder.WidthRequest = 80;
     this.btnFolder.CanFocus     = true;
     this.btnFolder.Name         = "btnFolder";
     this.btnFolder.UseUnderline = true;
     this.btnFolder.Label        = global::Mono.Unix.Catalog.GetString("Browse");
     this.fixed2.Add(this.btnFolder);
     global::Gtk.Fixed.FixedChild w6 = ((global::Gtk.Fixed.FixedChild)(this.fixed2[this.btnFolder]));
     w6.X = 425;
     w6.Y = 40;
     // Container child fixed2.Gtk.Fixed+FixedChild
     this.lblPassword              = new global::Gtk.Label();
     this.lblPassword.Name         = "lblPassword";
     this.lblPassword.LabelProp    = global::Mono.Unix.Catalog.GetString("Password");
     this.lblPassword.UseUnderline = true;
     this.fixed2.Add(this.lblPassword);
     global::Gtk.Fixed.FixedChild w7 = ((global::Gtk.Fixed.FixedChild)(this.fixed2[this.lblPassword]));
     w7.X = 8;
     w7.Y = 76;
     // Container child fixed2.Gtk.Fixed+FixedChild
     this.editPassword = new global::Gtk.Entry();
     this.editPassword.WidthRequest  = 200;
     this.editPassword.CanFocus      = true;
     this.editPassword.Name          = "editPassword";
     this.editPassword.IsEditable    = true;
     this.editPassword.Visibility    = false;
     this.editPassword.InvisibleChar = '●';
     this.fixed2.Add(this.editPassword);
     global::Gtk.Fixed.FixedChild w8 = ((global::Gtk.Fixed.FixedChild)(this.fixed2[this.editPassword]));
     w8.X = 220;
     w8.Y = 72;
     // Container child fixed2.Gtk.Fixed+FixedChild
     this.chkIgnoreErrors               = new global::Gtk.CheckButton();
     this.chkIgnoreErrors.CanFocus      = true;
     this.chkIgnoreErrors.Name          = "chkIgnoreErrors";
     this.chkIgnoreErrors.Label         = global::Mono.Unix.Catalog.GetString("Ignore write errors");
     this.chkIgnoreErrors.Active        = true;
     this.chkIgnoreErrors.DrawIndicator = true;
     this.chkIgnoreErrors.UseUnderline  = true;
     this.fixed2.Add(this.chkIgnoreErrors);
     global::Gtk.Fixed.FixedChild w9 = ((global::Gtk.Fixed.FixedChild)(this.fixed2[this.chkIgnoreErrors]));
     w9.X = 220;
     w9.Y = 104;
     // Container child fixed2.Gtk.Fixed+FixedChild
     this.chkDryRun               = new global::Gtk.CheckButton();
     this.chkDryRun.CanFocus      = true;
     this.chkDryRun.Name          = "chkDryRun";
     this.chkDryRun.Label         = global::Mono.Unix.Catalog.GetString("Dry run");
     this.chkDryRun.DrawIndicator = true;
     this.chkDryRun.UseUnderline  = true;
     this.fixed2.Add(this.chkDryRun);
     global::Gtk.Fixed.FixedChild w10 = ((global::Gtk.Fixed.FixedChild)(this.fixed2[this.chkDryRun]));
     w10.X = 220;
     w10.Y = 136;
     // Container child fixed2.Gtk.Fixed+FixedChild
     this.btnStartStop = new global::Gtk.Button();
     this.btnStartStop.WidthRequest = 200;
     this.btnStartStop.CanFocus     = true;
     this.btnStartStop.Name         = "btnStartStop";
     this.btnStartStop.UseUnderline = true;
     this.btnStartStop.Label        = global::Mono.Unix.Catalog.GetString("_Start");
     this.fixed2.Add(this.btnStartStop);
     global::Gtk.Fixed.FixedChild w11 = ((global::Gtk.Fixed.FixedChild)(this.fixed2[this.btnStartStop]));
     w11.X = 220;
     w11.Y = 170;
     // Container child fixed2.Gtk.Fixed+FixedChild
     this.btnHelp = new global::Gtk.Button();
     this.btnHelp.WidthRequest = 80;
     this.btnHelp.CanFocus     = true;
     this.btnHelp.Name         = "btnHelp";
     this.btnHelp.UseUnderline = true;
     this.btnHelp.Label        = global::Mono.Unix.Catalog.GetString("_Help");
     this.fixed2.Add(this.btnHelp);
     global::Gtk.Fixed.FixedChild w12 = ((global::Gtk.Fixed.FixedChild)(this.fixed2[this.btnHelp]));
     w12.X = 425;
     w12.Y = 170;
     // Container child fixed2.Gtk.Fixed+FixedChild
     this.btnDonate              = new global::Gtk.Button();
     this.btnDonate.CanFocus     = true;
     this.btnDonate.Name         = "btnDonate";
     this.btnDonate.UseUnderline = true;
     this.btnDonate.Relief       = ((global::Gtk.ReliefStyle)(2));
     global::Gtk.Image w13 = new global::Gtk.Image();
     w13.Pixbuf           = global::Gdk.Pixbuf.LoadFromResource("ExtractWizardGtk.blue-rect-paypal-26px.png");
     this.btnDonate.Image = w13;
     this.fixed2.Add(this.btnDonate);
     global::Gtk.Fixed.FixedChild w14 = ((global::Gtk.Fixed.FixedChild)(this.fixed2[this.btnDonate]));
     w14.X = 8;
     w14.Y = 104;
     this.GtkAlignment.Add(this.fixed2);
     this.groupOptions.Add(this.GtkAlignment);
     this.lblGroupOptions              = new global::Gtk.Label();
     this.lblGroupOptions.Name         = "lblGroupOptions";
     this.lblGroupOptions.LabelProp    = global::Mono.Unix.Catalog.GetString("Extraction Options");
     this.lblGroupOptions.UseUnderline = true;
     this.groupOptions.LabelWidget     = this.lblGroupOptions;
     this.fixed1.Add(this.groupOptions);
     global::Gtk.Fixed.FixedChild w17 = ((global::Gtk.Fixed.FixedChild)(this.fixed1[this.groupOptions]));
     w17.X = 4;
     w17.Y = 4;
     // Container child fixed1.Gtk.Fixed+FixedChild
     this.groupProgress = new global::Gtk.Frame();
     this.groupProgress.WidthRequest  = 530;
     this.groupProgress.HeightRequest = 80;
     this.groupProgress.Name          = "groupProgress";
     this.groupProgress.ShadowType    = ((global::Gtk.ShadowType)(1));
     // Container child groupProgress.Gtk.Container+ContainerChild
     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.fixed3           = new global::Gtk.Fixed();
     this.fixed3.Name      = "fixed3";
     this.fixed3.HasWindow = false;
     // Container child fixed3.Gtk.Fixed+FixedChild
     this.progressbarExtraction = new global::Gtk.ProgressBar();
     this.progressbarExtraction.WidthRequest = 500;
     this.progressbarExtraction.Name         = "progressbarExtraction";
     this.progressbarExtraction.Text         = "";
     this.progressbarExtraction.Fraction     = 0.5;
     this.fixed3.Add(this.progressbarExtraction);
     global::Gtk.Fixed.FixedChild w18 = ((global::Gtk.Fixed.FixedChild)(this.fixed3[this.progressbarExtraction]));
     w18.X = 4;
     w18.Y = 4;
     // Container child fixed3.Gtk.Fixed+FixedChild
     this.lblExtractedFile = new global::Gtk.Label();
     this.lblExtractedFile.WidthRequest  = 500;
     this.lblExtractedFile.HeightRequest = 25;
     this.lblExtractedFile.Name          = "lblExtractedFile";
     this.lblExtractedFile.LabelProp     = global::Mono.Unix.Catalog.GetString("This is some very long text that should wrap around if there is not enough space in this otherwise really big label I have put on the form");
     this.fixed3.Add(this.lblExtractedFile);
     global::Gtk.Fixed.FixedChild w19 = ((global::Gtk.Fixed.FixedChild)(this.fixed3[this.lblExtractedFile]));
     w19.X = 4;
     w19.Y = 32;
     this.GtkAlignment1.Add(this.fixed3);
     this.groupProgress.Add(this.GtkAlignment1);
     this.lblGroupProgress              = new global::Gtk.Label();
     this.lblGroupProgress.Name         = "lblGroupProgress";
     this.lblGroupProgress.LabelProp    = global::Mono.Unix.Catalog.GetString("Extraction Progress");
     this.lblGroupProgress.UseUnderline = true;
     this.groupProgress.LabelWidget     = this.lblGroupProgress;
     this.fixed1.Add(this.groupProgress);
     global::Gtk.Fixed.FixedChild w22 = ((global::Gtk.Fixed.FixedChild)(this.fixed1[this.groupProgress]));
     w22.X = 4;
     w22.Y = 230;
     this.Add(this.fixed1);
     if ((this.Child != null))
     {
         this.Child.ShowAll();
     }
     this.DefaultWidth                   = 618;
     this.DefaultHeight                  = 500;
     this.lblArchive.MnemonicWidget      = this.editArchive;
     this.lblOutputFolder.MnemonicWidget = this.editOutputFolder;
     this.lblPassword.MnemonicWidget     = this.editPassword;
     this.Show();
     this.DeleteEvent          += new global::Gtk.DeleteEventHandler(this.OnDeleteEvent);
     this.btnArchive.Clicked   += new global::System.EventHandler(this.OnBtnArchiveClicked);
     this.btnFolder.Clicked    += new global::System.EventHandler(this.OnBtnFolderClicked);
     this.btnStartStop.Clicked += new global::System.EventHandler(this.OnBtnStartStopClicked);
     this.btnHelp.Clicked      += new global::System.EventHandler(this.OnBtnHelpClicked);
     this.btnDonate.Clicked    += new global::System.EventHandler(this.OnBtnDonateClicked);
 }
Example #37
0
 protected virtual void Build()
 {
     global::Stetic.Gui.Initialize(this);
     // Widget MainWindow
     this.Name           = "MainWindow";
     this.Title          = global::Mono.Unix.Catalog.GetString("Shader Compiler");
     this.TypeHint       = ((global::Gdk.WindowTypeHint)(1));
     this.WindowPosition = ((global::Gtk.WindowPosition)(4));
     // Container child MainWindow.Gtk.Container+ContainerChild
     this.fixed1           = new global::Gtk.Fixed();
     this.fixed1.Name      = "fixed1";
     this.fixed1.HasWindow = false;
     // Container child fixed1.Gtk.Fixed+FixedChild
     this.label1           = new global::Gtk.Label();
     this.label1.Name      = "label1";
     this.label1.LabelProp = global::Mono.Unix.Catalog.GetString("CS Proj:");
     this.fixed1.Add(this.label1);
     global::Gtk.Fixed.FixedChild w1 = ((global::Gtk.Fixed.FixedChild)(this.fixed1 [this.label1]));
     w1.X = 10;
     w1.Y = 48;
     // Container child fixed1.Gtk.Fixed+FixedChild
     this.csProjTextBox = new global::Gtk.Entry();
     this.csProjTextBox.WidthRequest  = 500;
     this.csProjTextBox.CanFocus      = true;
     this.csProjTextBox.Name          = "csProjTextBox";
     this.csProjTextBox.Text          = global::Mono.Unix.Catalog.GetString("Enter CS Proj file name here...");
     this.csProjTextBox.IsEditable    = true;
     this.csProjTextBox.InvisibleChar = '●';
     this.fixed1.Add(this.csProjTextBox);
     global::Gtk.Fixed.FixedChild w2 = ((global::Gtk.Fixed.FixedChild)(this.fixed1 [this.csProjTextBox]));
     w2.X = 60;
     w2.Y = 44;
     // Container child fixed1.Gtk.Fixed+FixedChild
     this.compileButton              = new global::Gtk.Button();
     this.compileButton.CanFocus     = true;
     this.compileButton.Name         = "compileButton";
     this.compileButton.UseUnderline = true;
     this.compileButton.Label        = global::Mono.Unix.Catalog.GetString("Compile");
     this.fixed1.Add(this.compileButton);
     global::Gtk.Fixed.FixedChild w3 = ((global::Gtk.Fixed.FixedChild)(this.fixed1 [this.compileButton]));
     w3.X = 575;
     w3.Y = 226;
     // Container child fixed1.Gtk.Fixed+FixedChild
     this.recentCSProjs      = global::Gtk.ComboBox.NewText();
     this.recentCSProjs.Name = "recentCSProjs";
     this.fixed1.Add(this.recentCSProjs);
     global::Gtk.Fixed.FixedChild w4 = ((global::Gtk.Fixed.FixedChild)(this.fixed1 [this.recentCSProjs]));
     w4.X = 529;
     w4.Y = 16;
     // Container child fixed1.Gtk.Fixed+FixedChild
     this.label3           = new global::Gtk.Label();
     this.label3.Name      = "label3";
     this.label3.LabelProp = global::Mono.Unix.Catalog.GetString("Compile Types:");
     this.fixed1.Add(this.label3);
     global::Gtk.Fixed.FixedChild w5 = ((global::Gtk.Fixed.FixedChild)(this.fixed1 [this.label3]));
     w5.X = 20;
     w5.Y = 225;
     // Container child fixed1.Gtk.Fixed+FixedChild
     this.compileTypesComboBox = global::Gtk.ComboBox.NewText();
     this.compileTypesComboBox.AppendText(global::Mono.Unix.Catalog.GetString("All"));
     this.compileTypesComboBox.AppendText(global::Mono.Unix.Catalog.GetString("D3D11"));
     this.compileTypesComboBox.AppendText(global::Mono.Unix.Catalog.GetString("D3D9"));
     this.compileTypesComboBox.AppendText(global::Mono.Unix.Catalog.GetString("XNA"));
     this.compileTypesComboBox.AppendText(global::Mono.Unix.Catalog.GetString("Silverlight"));
     this.compileTypesComboBox.AppendText(global::Mono.Unix.Catalog.GetString("GL2"));
     this.compileTypesComboBox.AppendText(global::Mono.Unix.Catalog.GetString("GL3"));
     this.compileTypesComboBox.AppendText(global::Mono.Unix.Catalog.GetString("GLES2"));
     this.compileTypesComboBox.AppendText(global::Mono.Unix.Catalog.GetString("Vita"));
     this.compileTypesComboBox.Name   = "compileTypesComboBox";
     this.compileTypesComboBox.Active = 0;
     this.fixed1.Add(this.compileTypesComboBox);
     global::Gtk.Fixed.FixedChild w6 = ((global::Gtk.Fixed.FixedChild)(this.fixed1 [this.compileTypesComboBox]));
     w6.X = 114;
     w6.Y = 223;
     // Container child fixed1.Gtk.Fixed+FixedChild
     this.compileMetroShadersCheckBox               = new global::Gtk.CheckButton();
     this.compileMetroShadersCheckBox.CanFocus      = true;
     this.compileMetroShadersCheckBox.Name          = "compileMetroShadersCheckBox";
     this.compileMetroShadersCheckBox.Label         = global::Mono.Unix.Catalog.GetString("Compile Metro Shaders");
     this.compileMetroShadersCheckBox.Active        = true;
     this.compileMetroShadersCheckBox.DrawIndicator = true;
     this.compileMetroShadersCheckBox.UseUnderline  = true;
     this.fixed1.Add(this.compileMetroShadersCheckBox);
     global::Gtk.Fixed.FixedChild w7 = ((global::Gtk.Fixed.FixedChild)(this.fixed1 [this.compileMetroShadersCheckBox]));
     w7.X = 223;
     w7.Y = 223;
     // Container child fixed1.Gtk.Fixed+FixedChild
     this.recentShaderOutputs      = global::Gtk.ComboBox.NewText();
     this.recentShaderOutputs.Name = "recentShaderOutputs";
     this.fixed1.Add(this.recentShaderOutputs);
     global::Gtk.Fixed.FixedChild w8 = ((global::Gtk.Fixed.FixedChild)(this.fixed1 [this.recentShaderOutputs]));
     w8.X = 535;
     w8.Y = 93;
     // Container child fixed1.Gtk.Fixed+FixedChild
     this.shaderDirTextBox = new global::Gtk.Entry();
     this.shaderDirTextBox.WidthRequest  = 500;
     this.shaderDirTextBox.CanFocus      = true;
     this.shaderDirTextBox.Name          = "shaderDirTextBox";
     this.shaderDirTextBox.Text          = global::Mono.Unix.Catalog.GetString("Enter Shader Compiled output dir here...");
     this.shaderDirTextBox.IsEditable    = true;
     this.shaderDirTextBox.InvisibleChar = '●';
     this.fixed1.Add(this.shaderDirTextBox);
     global::Gtk.Fixed.FixedChild w9 = ((global::Gtk.Fixed.FixedChild)(this.fixed1 [this.shaderDirTextBox]));
     w9.X = 74;
     w9.Y = 124;
     // Container child fixed1.Gtk.Fixed+FixedChild
     this.label2           = new global::Gtk.Label();
     this.label2.Name      = "label2";
     this.label2.LabelProp = global::Mono.Unix.Catalog.GetString("Shader Dir:");
     this.fixed1.Add(this.label2);
     global::Gtk.Fixed.FixedChild w10 = ((global::Gtk.Fixed.FixedChild)(this.fixed1 [this.label2]));
     w10.X = 10;
     w10.Y = 126;
     // Container child fixed1.Gtk.Fixed+FixedChild
     this.compileSilverlightShaders               = new global::Gtk.CheckButton();
     this.compileSilverlightShaders.CanFocus      = true;
     this.compileSilverlightShaders.Name          = "compileSilverlightShaders";
     this.compileSilverlightShaders.Label         = global::Mono.Unix.Catalog.GetString("Compile Silverlight Shaders");
     this.compileSilverlightShaders.Active        = true;
     this.compileSilverlightShaders.DrawIndicator = true;
     this.compileSilverlightShaders.UseUnderline  = true;
     this.fixed1.Add(this.compileSilverlightShaders);
     global::Gtk.Fixed.FixedChild w11 = ((global::Gtk.Fixed.FixedChild)(this.fixed1 [this.compileSilverlightShaders]));
     w11.X = 223;
     w11.Y = 182;
     this.Add(this.fixed1);
     if ((this.Child != null))
     {
         this.Child.ShowAll();
     }
     this.DefaultWidth  = 660;
     this.DefaultHeight = 300;
     this.Show();
     this.DeleteEvent += new global::Gtk.DeleteEventHandler(this.OnDeleteEvent);
 }
 protected virtual void Build()
 {
     global::Stetic.Gui.Initialize(this);
     // Widget INTV.LtoFlash.View.DeviceSettingsPage
     global::Stetic.BinContainer.Attach(this);
     this.Name = "INTV.LtoFlash.View.DeviceSettingsPage";
     // Container child INTV.LtoFlash.View.DeviceSettingsPage.Gtk.Container+ContainerChild
     this.vbox2             = new global::Gtk.VBox();
     this.vbox2.Name        = "vbox2";
     this.vbox2.Spacing     = 6;
     this.vbox2.BorderWidth = ((uint)(6));
     // Container child vbox2.Gtk.Box+BoxChild
     this.hbox1         = new global::Gtk.HBox();
     this.hbox1.Name    = "hbox1";
     this.hbox1.Spacing = 6;
     // Container child hbox1.Gtk.Box+BoxChild
     this.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._ecsCompatibility      = new global::Gtk.ComboBox();
     this._ecsCompatibility.Name = "_ecsCompatibility";
     this.table1.Add(this._ecsCompatibility);
     global::Gtk.Table.TableChild w1 = ((global::Gtk.Table.TableChild)(this.table1[this._ecsCompatibility]));
     w1.TopAttach    = ((uint)(2));
     w1.BottomAttach = ((uint)(3));
     w1.LeftAttach   = ((uint)(1));
     w1.RightAttach  = ((uint)(2));
     w1.XOptions     = ((global::Gtk.AttachOptions)(4));
     w1.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     this._ecsCompatibilityLabel           = new global::Gtk.Label();
     this._ecsCompatibilityLabel.Name      = "_ecsCompatibilityLabel";
     this._ecsCompatibilityLabel.Xalign    = 0F;
     this._ecsCompatibilityLabel.LabelProp = global::Mono.Unix.Catalog.GetString("ECS ROM Enabled:");
     this.table1.Add(this._ecsCompatibilityLabel);
     global::Gtk.Table.TableChild w2 = ((global::Gtk.Table.TableChild)(this.table1[this._ecsCompatibilityLabel]));
     w2.TopAttach    = ((uint)(2));
     w2.BottomAttach = ((uint)(3));
     w2.XOptions     = ((global::Gtk.AttachOptions)(4));
     w2.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     this._intellivisionIICompatibility      = new global::Gtk.ComboBox();
     this._intellivisionIICompatibility.Name = "_intellivisionIICompatibility";
     this.table1.Add(this._intellivisionIICompatibility);
     global::Gtk.Table.TableChild w3 = ((global::Gtk.Table.TableChild)(this.table1[this._intellivisionIICompatibility]));
     w3.TopAttach    = ((uint)(1));
     w3.BottomAttach = ((uint)(2));
     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._intellivisionIICompatibilityLabel           = new global::Gtk.Label();
     this._intellivisionIICompatibilityLabel.Name      = "_intellivisionIICompatibilityLabel";
     this._intellivisionIICompatibilityLabel.Xalign    = 0F;
     this._intellivisionIICompatibilityLabel.LabelProp = global::Mono.Unix.Catalog.GetString("Intellivision II Compatibility:");
     this.table1.Add(this._intellivisionIICompatibilityLabel);
     global::Gtk.Table.TableChild w4 = ((global::Gtk.Table.TableChild)(this.table1[this._intellivisionIICompatibilityLabel]));
     w4.TopAttach    = ((uint)(1));
     w4.BottomAttach = ((uint)(2));
     w4.XOptions     = ((global::Gtk.AttachOptions)(4));
     w4.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     this._saveMenuPositionSetting      = new global::Gtk.ComboBox();
     this._saveMenuPositionSetting.Name = "_saveMenuPositionSetting";
     this.table1.Add(this._saveMenuPositionSetting);
     global::Gtk.Table.TableChild w5 = ((global::Gtk.Table.TableChild)(this.table1[this._saveMenuPositionSetting]));
     w5.TopAttach    = ((uint)(3));
     w5.BottomAttach = ((uint)(4));
     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._saveMenuPositionSettingLabel           = new global::Gtk.Label();
     this._saveMenuPositionSettingLabel.Name      = "_saveMenuPositionSettingLabel";
     this._saveMenuPositionSettingLabel.Xalign    = 0F;
     this._saveMenuPositionSettingLabel.LabelProp = global::Mono.Unix.Catalog.GetString("Save Menu Position:");
     this.table1.Add(this._saveMenuPositionSettingLabel);
     global::Gtk.Table.TableChild w6 = ((global::Gtk.Table.TableChild)(this.table1[this._saveMenuPositionSettingLabel]));
     w6.TopAttach    = ((uint)(3));
     w6.BottomAttach = ((uint)(4));
     w6.XOptions     = ((global::Gtk.AttachOptions)(4));
     w6.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     this._titleScreenSetting      = new global::Gtk.ComboBox();
     this._titleScreenSetting.Name = "_titleScreenSetting";
     this.table1.Add(this._titleScreenSetting);
     global::Gtk.Table.TableChild w7 = ((global::Gtk.Table.TableChild)(this.table1[this._titleScreenSetting]));
     w7.LeftAttach  = ((uint)(1));
     w7.RightAttach = ((uint)(2));
     w7.XOptions    = ((global::Gtk.AttachOptions)(4));
     w7.YOptions    = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     this._titleScreenSettingLabel           = new global::Gtk.Label();
     this._titleScreenSettingLabel.Name      = "_titleScreenSettingLabel";
     this._titleScreenSettingLabel.Xalign    = 0F;
     this._titleScreenSettingLabel.LabelProp = global::Mono.Unix.Catalog.GetString("Show Title Screen:");
     this.table1.Add(this._titleScreenSettingLabel);
     global::Gtk.Table.TableChild w8 = ((global::Gtk.Table.TableChild)(this.table1[this._titleScreenSettingLabel]));
     w8.XOptions = ((global::Gtk.AttachOptions)(4));
     w8.YOptions = ((global::Gtk.AttachOptions)(4));
     this.hbox1.Add(this.table1);
     global::Gtk.Box.BoxChild w9 = ((global::Gtk.Box.BoxChild)(this.hbox1[this.table1]));
     w9.Position = 0;
     w9.Expand   = false;
     w9.Fill     = false;
     this.vbox2.Add(this.hbox1);
     global::Gtk.Box.BoxChild w10 = ((global::Gtk.Box.BoxChild)(this.vbox2[this.hbox1]));
     w10.Position = 0;
     w10.Expand   = false;
     w10.Fill     = false;
     // Container child vbox2.Gtk.Box+BoxChild
     this._keyClicks               = new global::Gtk.CheckButton();
     this._keyClicks.CanFocus      = true;
     this._keyClicks.Name          = "_keyClicks";
     this._keyClicks.Label         = global::Mono.Unix.Catalog.GetString("Keyclicks");
     this._keyClicks.DrawIndicator = true;
     this._keyClicks.UseUnderline  = true;
     this.vbox2.Add(this._keyClicks);
     global::Gtk.Box.BoxChild w11 = ((global::Gtk.Box.BoxChild)(this.vbox2[this._keyClicks]));
     w11.Position = 1;
     w11.Expand   = false;
     w11.Fill     = false;
     // Container child vbox2.Gtk.Box+BoxChild
     this._backgroundGC               = new global::Gtk.CheckButton();
     this._backgroundGC.CanFocus      = true;
     this._backgroundGC.Name          = "_backgroundGC";
     this._backgroundGC.Label         = global::Mono.Unix.Catalog.GetString("Perform file system maintenance in background");
     this._backgroundGC.DrawIndicator = true;
     this._backgroundGC.UseUnderline  = true;
     this.vbox2.Add(this._backgroundGC);
     global::Gtk.Box.BoxChild w12 = ((global::Gtk.Box.BoxChild)(this.vbox2[this._backgroundGC]));
     w12.Position = 2;
     w12.Expand   = false;
     w12.Fill     = false;
     // Container child vbox2.Gtk.Box+BoxChild
     this._enableCartConfigMenu               = new global::Gtk.CheckButton();
     this._enableCartConfigMenu.CanFocus      = true;
     this._enableCartConfigMenu.Name          = "_enableCartConfigMenu";
     this._enableCartConfigMenu.Label         = global::Mono.Unix.Catalog.GetString("Enable configuration menu");
     this._enableCartConfigMenu.DrawIndicator = true;
     this._enableCartConfigMenu.UseUnderline  = true;
     this.vbox2.Add(this._enableCartConfigMenu);
     global::Gtk.Box.BoxChild w13 = ((global::Gtk.Box.BoxChild)(this.vbox2[this._enableCartConfigMenu]));
     w13.Position = 3;
     w13.Expand   = false;
     w13.Fill     = false;
     // Container child vbox2.Gtk.Box+BoxChild
     this._randomizeLtoFlashRam               = new global::Gtk.CheckButton();
     this._randomizeLtoFlashRam.CanFocus      = true;
     this._randomizeLtoFlashRam.Name          = "_randomizeLtoFlashRam";
     this._randomizeLtoFlashRam.Label         = global::Mono.Unix.Catalog.GetString("Randomize LTO Flash! RAM before loading ROM");
     this._randomizeLtoFlashRam.DrawIndicator = true;
     this._randomizeLtoFlashRam.UseUnderline  = true;
     this.vbox2.Add(this._randomizeLtoFlashRam);
     global::Gtk.Box.BoxChild w14 = ((global::Gtk.Box.BoxChild)(this.vbox2[this._randomizeLtoFlashRam]));
     w14.Position = 4;
     w14.Expand   = false;
     w14.Fill     = false;
     this.Add(this.vbox2);
     if ((this.Child != null))
     {
         this.Child.ShowAll();
     }
     this.Hide();
     this._titleScreenSetting.Changed           += new global::System.EventHandler(this.HandleShowTitleScreenChanged);
     this._saveMenuPositionSetting.Changed      += new global::System.EventHandler(this.HandleSaveMenuPositionChanged);
     this._intellivisionIICompatibility.Changed += new global::System.EventHandler(this.HandleIntellivisionIICompatibilityChanged);
     this._ecsCompatibility.Changed             += new global::System.EventHandler(this.HandleEcsCompatibilityChanged);
     this._keyClicks.Toggled            += new global::System.EventHandler(this.HandleKeyclicksChanged);
     this._backgroundGC.Toggled         += new global::System.EventHandler(this.HandleBackgroundGCChanged);
     this._enableCartConfigMenu.Toggled += new global::System.EventHandler(this.HandleEnableConfigMenuChanged);
     this._randomizeLtoFlashRam.Toggled += new global::System.EventHandler(this.HandleRandomizeLtoFlashRamChanged);
 }
Example #39
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.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.openAction            = new global::Gtk.Action("openAction", global::Mono.Unix.Catalog.GetString("_Open"), global::Mono.Unix.Catalog.GetString("Open nes rom"), "gtk-open");
     this.openAction.ShortLabel = global::Mono.Unix.Catalog.GetString("_Open");
     w1.Add(this.openAction, null);
     this.quitAction            = new global::Gtk.Action("quitAction", global::Mono.Unix.Catalog.GetString("_Quit"), null, "gtk-quit");
     this.quitAction.ShortLabel = global::Mono.Unix.Catalog.GetString("_Quit");
     w1.Add(this.quitAction, 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.helpAction            = new global::Gtk.Action("helpAction", global::Mono.Unix.Catalog.GetString("_Help"), null, "gtk-help");
     this.helpAction.ShortLabel = global::Mono.Unix.Catalog.GetString("_Help");
     w1.Add(this.helpAction, "F1");
     this.AboutMyNesGTKAction            = new global::Gtk.Action("AboutMyNesGTKAction", global::Mono.Unix.Catalog.GetString("_About My Nes GTK"), null, "MyNesIcon");
     this.AboutMyNesGTKAction.ShortLabel = global::Mono.Unix.Catalog.GetString("_About My Nes GTK");
     w1.Add(this.AboutMyNesGTKAction, null);
     this.SettingsAction            = new global::Gtk.Action("SettingsAction", global::Mono.Unix.Catalog.GetString("_Settings"), null, null);
     this.SettingsAction.ShortLabel = global::Mono.Unix.Catalog.GetString("_Settings");
     w1.Add(this.SettingsAction, null);
     this.VideoAction            = new global::Gtk.Action("VideoAction", global::Mono.Unix.Catalog.GetString("_Video"), global::Mono.Unix.Catalog.GetString("Configure emulation video settings"), "VideoSettings");
     this.VideoAction.ShortLabel = global::Mono.Unix.Catalog.GetString("_Video");
     w1.Add(this.VideoAction, "<Primary><Alt>v");
     this.AudioAction            = new global::Gtk.Action("AudioAction", global::Mono.Unix.Catalog.GetString("Audio"), global::Mono.Unix.Catalog.GetString("Configure emulation audio settings"), "Audio");
     this.AudioAction.ShortLabel = global::Mono.Unix.Catalog.GetString("Audio");
     w1.Add(this.AudioAction, "<Primary><Alt>a");
     this.PathsAction            = new global::Gtk.Action("PathsAction", global::Mono.Unix.Catalog.GetString("_Paths"), global::Mono.Unix.Catalog.GetString("Configure emulation paths settings"), "Paths");
     this.PathsAction.ShortLabel = global::Mono.Unix.Catalog.GetString("_Paths");
     w1.Add(this.PathsAction, "<Primary><Alt>p");
     this.PreferencesAction            = new global::Gtk.Action("PreferencesAction", global::Mono.Unix.Catalog.GetString("_Preferences"), global::Mono.Unix.Catalog.GetString("Configure emulation preferences ..."), "Preferences");
     this.PreferencesAction.ShortLabel = global::Mono.Unix.Catalog.GetString("_Preferences");
     w1.Add(this.PreferencesAction, "<Primary><Alt>q");
     this.openAction1            = new global::Gtk.Action("openAction1", global::Mono.Unix.Catalog.GetString("Open rom"), global::Mono.Unix.Catalog.GetString("Open rom"), "gtk-open");
     this.openAction1.ShortLabel = global::Mono.Unix.Catalog.GetString("Open rom");
     w1.Add(this.openAction1, null);
     this.VideoSettingsAction            = new global::Gtk.Action("VideoSettingsAction", global::Mono.Unix.Catalog.GetString("Video Settings"), global::Mono.Unix.Catalog.GetString("Configure emulation video"), "VideoSettings");
     this.VideoSettingsAction.ShortLabel = global::Mono.Unix.Catalog.GetString("Video Settings");
     w1.Add(this.VideoSettingsAction, null);
     this.AudioSettingsAction            = new global::Gtk.Action("AudioSettingsAction", global::Mono.Unix.Catalog.GetString("Audio Settings"), global::Mono.Unix.Catalog.GetString("Configure emulation audio"), "Audio");
     this.AudioSettingsAction.ShortLabel = global::Mono.Unix.Catalog.GetString("Audio Settings");
     w1.Add(this.AudioSettingsAction, null);
     this.PathsSettingsAction            = new global::Gtk.Action("PathsSettingsAction", global::Mono.Unix.Catalog.GetString("Paths Settings"), global::Mono.Unix.Catalog.GetString("Configure emulation paths settings"), "Paths");
     this.PathsSettingsAction.ShortLabel = global::Mono.Unix.Catalog.GetString("Paths Settings");
     w1.Add(this.PathsSettingsAction, null);
     this.PreferencesAction1            = new global::Gtk.Action("PreferencesAction1", global::Mono.Unix.Catalog.GetString("Preferences"), global::Mono.Unix.Catalog.GetString("Emulation preferences"), "Preferences");
     this.PreferencesAction1.ShortLabel = global::Mono.Unix.Catalog.GetString("Preferences");
     w1.Add(this.PreferencesAction1, null);
     this.helpAction1            = new global::Gtk.Action("helpAction1", global::Mono.Unix.Catalog.GetString("Help"), null, "gtk-help");
     this.helpAction1.ShortLabel = global::Mono.Unix.Catalog.GetString("Help");
     w1.Add(this.helpAction1, null);
     this.AboutAction            = new global::Gtk.Action("AboutAction", global::Mono.Unix.Catalog.GetString("About"), global::Mono.Unix.Catalog.GetString("About My Nes GTK"), "MyNesIcon");
     this.AboutAction.ShortLabel = global::Mono.Unix.Catalog.GetString("About");
     w1.Add(this.AboutAction, null);
     this.PaletteAction            = new global::Gtk.Action("PaletteAction", global::Mono.Unix.Catalog.GetString("_Palette"), global::Mono.Unix.Catalog.GetString("Configure emu color palettes"), "Palette");
     this.PaletteAction.ShortLabel = global::Mono.Unix.Catalog.GetString("_Palette");
     w1.Add(this.PaletteAction, "<Primary><Alt>w");
     this.PaletteAction1            = new global::Gtk.Action("PaletteAction1", global::Mono.Unix.Catalog.GetString("Palette"), global::Mono.Unix.Catalog.GetString("Configure emu color palettes"), "Palette");
     this.PaletteAction1.ShortLabel = global::Mono.Unix.Catalog.GetString("Palette");
     w1.Add(this.PaletteAction1, null);
     this.InputAction            = new global::Gtk.Action("InputAction", global::Mono.Unix.Catalog.GetString("_Input"), null, "Input");
     this.InputAction.ShortLabel = global::Mono.Unix.Catalog.GetString("_Input");
     w1.Add(this.InputAction, "<Primary><Alt>e");
     this.InputAction1            = new global::Gtk.Action("InputAction1", global::Mono.Unix.Catalog.GetString("Input"), global::Mono.Unix.Catalog.GetString("Configure input"), "Input");
     this.InputAction1.ShortLabel = global::Mono.Unix.Catalog.GetString("Input");
     w1.Add(this.InputAction1, null);
     this.copyAction            = new global::Gtk.Action("copyAction", global::Mono.Unix.Catalog.GetString("Copy"), global::Mono.Unix.Catalog.GetString("Copy info to clipboard"), "gtk-copy");
     this.copyAction.ShortLabel = global::Mono.Unix.Catalog.GetString("Copy");
     w1.Add(this.copyAction, null);
     this.saveAction            = new global::Gtk.Action("saveAction", global::Mono.Unix.Catalog.GetString("Save"), global::Mono.Unix.Catalog.GetString("Save info to text file"), "gtk-save");
     this.saveAction.ShortLabel = global::Mono.Unix.Catalog.GetString("Save");
     w1.Add(this.saveAction, null);
     this.refreshAction            = new global::Gtk.Action("refreshAction", global::Mono.Unix.Catalog.GetString("Refresh"), global::Mono.Unix.Catalog.GetString("Refresh selected file info"), "gtk-refresh");
     this.refreshAction.ShortLabel = global::Mono.Unix.Catalog.GetString("Refresh");
     w1.Add(this.refreshAction, null);
     this.goBackAction            = new global::Gtk.Action("goBackAction", global::Mono.Unix.Catalog.GetString("Previous"), global::Mono.Unix.Catalog.GetString("Show the previous image"), "gtk-go-back");
     this.goBackAction.ShortLabel = global::Mono.Unix.Catalog.GetString("Previous");
     w1.Add(this.goBackAction, null);
     this.goForwardAction            = new global::Gtk.Action("goForwardAction", global::Mono.Unix.Catalog.GetString("Next"), global::Mono.Unix.Catalog.GetString("Show the next snap"), "gtk-go-forward");
     this.goForwardAction.ShortLabel = global::Mono.Unix.Catalog.GetString("Next");
     w1.Add(this.goForwardAction, null);
     this.openAction2            = new global::Gtk.Action("openAction2", global::Mono.Unix.Catalog.GetString("Open location"), global::Mono.Unix.Catalog.GetString("Open image folder"), "gtk-open");
     this.openAction2.ShortLabel = global::Mono.Unix.Catalog.GetString("Open location");
     w1.Add(this.openAction2, null);
     this.PlayAction            = new global::Gtk.Action("PlayAction", global::Mono.Unix.Catalog.GetString("Play"), global::Mono.Unix.Catalog.GetString("Play selected game"), "Play");
     this.PlayAction.ShortLabel = global::Mono.Unix.Catalog.GetString("Play");
     w1.Add(this.PlayAction, null);
     this.StopAction            = new global::Gtk.Action("StopAction", global::Mono.Unix.Catalog.GetString("Stop"), global::Mono.Unix.Catalog.GetString("Stop current game"), "Stop");
     this.StopAction.ShortLabel = global::Mono.Unix.Catalog.GetString("Stop");
     w1.Add(this.StopAction, null);
     this.EmulationAction            = new global::Gtk.Action("EmulationAction", global::Mono.Unix.Catalog.GetString("_Emulation"), null, null);
     this.EmulationAction.ShortLabel = global::Mono.Unix.Catalog.GetString("_Emulation");
     w1.Add(this.EmulationAction, null);
     this.PlaySelectedAction            = new global::Gtk.Action("PlaySelectedAction", global::Mono.Unix.Catalog.GetString("_Play selected"), null, "Play");
     this.PlaySelectedAction.ShortLabel = global::Mono.Unix.Catalog.GetString("_Play selected");
     w1.Add(this.PlaySelectedAction, "<Primary>space");
     this.StopSelectedAction            = new global::Gtk.Action("StopSelectedAction", global::Mono.Unix.Catalog.GetString("_Stop selected"), null, "Stop");
     this.StopSelectedAction.ShortLabel = global::Mono.Unix.Catalog.GetString("_Stop selected");
     w1.Add(this.StopSelectedAction, "<Primary>x");
     this.deleteAction            = new global::Gtk.Action("deleteAction", global::Mono.Unix.Catalog.GetString("Delete"), global::Mono.Unix.Catalog.GetString("Delete this snapshot file"), "gtk-delete");
     this.deleteAction.ShortLabel = global::Mono.Unix.Catalog.GetString("Delete");
     w1.Add(this.deleteAction, null);
     this.RecentAction            = new global::Gtk.Action("RecentAction", global::Mono.Unix.Catalog.GetString("Recent"), null, null);
     this.RecentAction.ShortLabel = global::Mono.Unix.Catalog.GetString("Recent");
     w1.Add(this.RecentAction, null);
     this.UIManager.InsertActionGroup(w1, 0);
     this.AddAccelGroup(this.UIManager.AccelGroup);
     this.Name           = "MainWindow";
     this.Title          = global::Mono.Unix.Catalog.GetString("My Nes GTK");
     this.Icon           = global::Gdk.Pixbuf.LoadFromResource("MyNesGTK.resources.MyNes.ico");
     this.WindowPosition = ((global::Gtk.WindowPosition)(4));
     // 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.UIManager.AddUiFromString(@"<ui><menubar name='menubar1'><menu name='FileAction' action='FileAction'><menuitem name='openAction' action='openAction'/><separator/><menuitem name='quitAction' action='quitAction'/></menu><menu name='EmulationAction' action='EmulationAction'><menuitem name='PlaySelectedAction' action='PlaySelectedAction'/><menuitem name='StopSelectedAction' action='StopSelectedAction'/></menu><menu name='SettingsAction' action='SettingsAction'><menuitem name='VideoAction' action='VideoAction'/><menuitem name='PaletteAction' action='PaletteAction'/><menuitem name='AudioAction' action='AudioAction'/><menuitem name='InputAction' action='InputAction'/><menuitem name='PathsAction' action='PathsAction'/><menuitem name='PreferencesAction' action='PreferencesAction'/></menu><menu name='HelpAction' action='HelpAction'><menuitem name='helpAction' action='helpAction'/><separator/><menuitem name='AboutMyNesGTKAction' action='AboutMyNesGTKAction'/></menu></menubar></ui>");
     this.menubar1      = ((global::Gtk.MenuBar)(this.UIManager.GetWidget("/menubar1")));
     this.menubar1.Name = "menubar1";
     this.vbox1.Add(this.menubar1);
     global::Gtk.Box.BoxChild w2 = ((global::Gtk.Box.BoxChild)(this.vbox1 [this.menubar1]));
     w2.Position = 0;
     w2.Expand   = false;
     w2.Fill     = false;
     // Container child vbox1.Gtk.Box+BoxChild
     this.UIManager.AddUiFromString(@"<ui><toolbar name='toolbar1'><toolitem name='openAction1' action='openAction1'/><separator/><toolitem name='VideoSettingsAction' action='VideoSettingsAction'/><toolitem name='PaletteAction1' action='PaletteAction1'/><toolitem name='AudioSettingsAction' action='AudioSettingsAction'/><toolitem name='InputAction1' action='InputAction1'/><toolitem name='PathsSettingsAction' action='PathsSettingsAction'/><toolitem name='PreferencesAction1' action='PreferencesAction1'/><separator/><toolitem name='PlayAction' action='PlayAction'/><toolitem name='StopAction' action='StopAction'/><separator/><toolitem name='AboutAction' action='AboutAction'/><toolitem name='helpAction1' action='helpAction1'/></toolbar></ui>");
     this.toolbar1              = ((global::Gtk.Toolbar)(this.UIManager.GetWidget("/toolbar1")));
     this.toolbar1.Name         = "toolbar1";
     this.toolbar1.ShowArrow    = false;
     this.toolbar1.ToolbarStyle = ((global::Gtk.ToolbarStyle)(2));
     this.toolbar1.IconSize     = ((global::Gtk.IconSize)(2));
     this.vbox1.Add(this.toolbar1);
     global::Gtk.Box.BoxChild w3 = ((global::Gtk.Box.BoxChild)(this.vbox1 [this.toolbar1]));
     w3.Position = 1;
     w3.Expand   = false;
     w3.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.hpaned1hpaned1          = new global::Gtk.HPaned();
     this.hpaned1hpaned1.CanFocus = true;
     this.hpaned1hpaned1.Name     = "hpaned1hpaned1";
     this.hpaned1hpaned1.Position = 431;
     // Container child hpaned1hpaned1.Gtk.Paned+PanedChild
     this.filechooserwidget2      = new global::Gtk.FileChooserWidget(((global::Gtk.FileChooserAction)(0)));
     this.filechooserwidget2.Name = "filechooserwidget2";
     this.hpaned1hpaned1.Add(this.filechooserwidget2);
     global::Gtk.Paned.PanedChild w4 = ((global::Gtk.Paned.PanedChild)(this.hpaned1hpaned1 [this.filechooserwidget2]));
     w4.Resize = false;
     // Container child hpaned1hpaned1.Gtk.Paned+PanedChild
     this.vpaned1          = new global::Gtk.VPaned();
     this.vpaned1.CanFocus = true;
     this.vpaned1.Name     = "vpaned1";
     this.vpaned1.Position = 207;
     // Container child vpaned1.Gtk.Paned+PanedChild
     this.notebook2             = new global::Gtk.Notebook();
     this.notebook2.CanFocus    = true;
     this.notebook2.Name        = "notebook2";
     this.notebook2.CurrentPage = 0;
     // Container child notebook2.Gtk.Notebook+NotebookChild
     this.vbox2         = new global::Gtk.VBox();
     this.vbox2.Name    = "vbox2";
     this.vbox2.Spacing = 6;
     // Container child vbox2.Gtk.Box+BoxChild
     this.UIManager.AddUiFromString("<ui><toolbar name=\'toolbar2\'><toolitem name=\'refreshAction\' action=\'refreshAction" +
                                    "\'/><toolitem name=\'saveAction\' action=\'saveAction\'/></toolbar></ui>");
     this.toolbar2              = ((global::Gtk.Toolbar)(this.UIManager.GetWidget("/toolbar2")));
     this.toolbar2.Name         = "toolbar2";
     this.toolbar2.ShowArrow    = false;
     this.toolbar2.ToolbarStyle = ((global::Gtk.ToolbarStyle)(0));
     this.toolbar2.IconSize     = ((global::Gtk.IconSize)(2));
     this.vbox2.Add(this.toolbar2);
     global::Gtk.Box.BoxChild w5 = ((global::Gtk.Box.BoxChild)(this.vbox2 [this.toolbar2]));
     w5.Position = 0;
     w5.Expand   = false;
     w5.Fill     = false;
     // Container child vbox2.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.treeview2          = new global::Gtk.TreeView();
     this.treeview2.CanFocus = true;
     this.treeview2.Name     = "treeview2";
     this.GtkScrolledWindow2.Add(this.treeview2);
     this.vbox2.Add(this.GtkScrolledWindow2);
     global::Gtk.Box.BoxChild w7 = ((global::Gtk.Box.BoxChild)(this.vbox2 [this.GtkScrolledWindow2]));
     w7.Position = 1;
     this.notebook2.Add(this.vbox2);
     // Notebook tab
     this.label2           = new global::Gtk.Label();
     this.label2.Name      = "label2";
     this.label2.LabelProp = global::Mono.Unix.Catalog.GetString("Game Info");
     this.notebook2.SetTabLabel(this.vbox2, this.label2);
     this.label2.ShowAll();
     // Container child notebook2.Gtk.Notebook+NotebookChild
     this.table1               = new global::Gtk.Table(((uint)(5)), ((uint)(3)), false);
     this.table1.Name          = "table1";
     this.table1.RowSpacing    = ((uint)(6));
     this.table1.ColumnSpacing = ((uint)(6));
     // Container child table1.Gtk.Table+TableChild
     this.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("Add");
     this.table1.Add(this.button1);
     global::Gtk.Table.TableChild w9 = ((global::Gtk.Table.TableChild)(this.table1 [this.button1]));
     w9.TopAttach    = ((uint)(2));
     w9.BottomAttach = ((uint)(3));
     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.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("Remove");
     this.table1.Add(this.button2);
     global::Gtk.Table.TableChild w10 = ((global::Gtk.Table.TableChild)(this.table1 [this.button2]));
     w10.TopAttach    = ((uint)(2));
     w10.BottomAttach = ((uint)(3));
     w10.LeftAttach   = ((uint)(2));
     w10.RightAttach  = ((uint)(3));
     w10.XOptions     = ((global::Gtk.AttachOptions)(4));
     w10.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     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("Reload");
     this.table1.Add(this.button3);
     global::Gtk.Table.TableChild w11 = ((global::Gtk.Table.TableChild)(this.table1 [this.button3]));
     w11.TopAttach    = ((uint)(1));
     w11.BottomAttach = ((uint)(2));
     w11.LeftAttach   = ((uint)(1));
     w11.RightAttach  = ((uint)(2));
     w11.XOptions     = ((global::Gtk.AttachOptions)(4));
     w11.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     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("Save");
     this.table1.Add(this.button4);
     global::Gtk.Table.TableChild w12 = ((global::Gtk.Table.TableChild)(this.table1 [this.button4]));
     w12.TopAttach    = ((uint)(1));
     w12.BottomAttach = ((uint)(2));
     w12.LeftAttach   = ((uint)(2));
     w12.RightAttach  = ((uint)(3));
     w12.XOptions     = ((global::Gtk.AttachOptions)(4));
     w12.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     this.checkbutton_enable_gg               = new global::Gtk.CheckButton();
     this.checkbutton_enable_gg.CanFocus      = true;
     this.checkbutton_enable_gg.Name          = "checkbutton_enable_gg";
     this.checkbutton_enable_gg.Label         = global::Mono.Unix.Catalog.GetString("Enable game genie for this game");
     this.checkbutton_enable_gg.DrawIndicator = true;
     this.checkbutton_enable_gg.UseUnderline  = true;
     this.table1.Add(this.checkbutton_enable_gg);
     global::Gtk.Table.TableChild w13 = ((global::Gtk.Table.TableChild)(this.table1 [this.checkbutton_enable_gg]));
     w13.XOptions = ((global::Gtk.AttachOptions)(4));
     w13.YOptions = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     this.combobox_gg_codes      = global::Gtk.ComboBox.NewText();
     this.combobox_gg_codes.Name = "combobox_gg_codes";
     this.table1.Add(this.combobox_gg_codes);
     global::Gtk.Table.TableChild w14 = ((global::Gtk.Table.TableChild)(this.table1 [this.combobox_gg_codes]));
     w14.TopAttach    = ((uint)(2));
     w14.BottomAttach = ((uint)(3));
     w14.XOptions     = ((global::Gtk.AttachOptions)(4));
     w14.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     this.label4           = new global::Gtk.Label();
     this.label4.Name      = "label4";
     this.label4.LabelProp = global::Mono.Unix.Catalog.GetString("Codes:");
     this.table1.Add(this.label4);
     global::Gtk.Table.TableChild w15 = ((global::Gtk.Table.TableChild)(this.table1 [this.label4]));
     w15.TopAttach    = ((uint)(1));
     w15.BottomAttach = ((uint)(2));
     w15.XOptions     = ((global::Gtk.AttachOptions)(4));
     w15.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     this.label5           = new global::Gtk.Label();
     this.label5.Name      = "label5";
     this.label5.LabelProp = global::Mono.Unix.Catalog.GetString("Notes: \n. Check the \"Enable game genie for this game\" to start selected game with" +
                                                                 " game genie.\n. Press Reload to load the game genie codes for this game from the " +
                                                                 "saved file.\n. After editing the Game Genie codes you must save via Save button t" +
                                                                 "o apply them.");
     this.label5.Wrap = true;
     this.table1.Add(this.label5);
     global::Gtk.Table.TableChild w16 = ((global::Gtk.Table.TableChild)(this.table1 [this.label5]));
     w16.TopAttach    = ((uint)(3));
     w16.BottomAttach = ((uint)(4));
     w16.XOptions     = ((global::Gtk.AttachOptions)(4));
     this.notebook2.Add(this.table1);
     global::Gtk.Notebook.NotebookChild w17 = ((global::Gtk.Notebook.NotebookChild)(this.notebook2 [this.table1]));
     w17.Position = 1;
     // Notebook tab
     this.label3           = new global::Gtk.Label();
     this.label3.Name      = "label3";
     this.label3.LabelProp = global::Mono.Unix.Catalog.GetString("Game Genie");
     this.notebook2.SetTabLabel(this.table1, this.label3);
     this.label3.ShowAll();
     // Container child notebook2.Gtk.Notebook+NotebookChild
     this.table2               = new global::Gtk.Table(((uint)(3)), ((uint)(3)), false);
     this.table2.Name          = "table2";
     this.table2.RowSpacing    = ((uint)(6));
     this.table2.ColumnSpacing = ((uint)(6));
     // Container child table2.Gtk.Table+TableChild
     this.checkbutton_loadstate               = new global::Gtk.CheckButton();
     this.checkbutton_loadstate.CanFocus      = true;
     this.checkbutton_loadstate.Name          = "checkbutton_loadstate";
     this.checkbutton_loadstate.Label         = global::Mono.Unix.Catalog.GetString("Load state at game start");
     this.checkbutton_loadstate.DrawIndicator = true;
     this.checkbutton_loadstate.UseUnderline  = true;
     this.table2.Add(this.checkbutton_loadstate);
     global::Gtk.Table.TableChild w18 = ((global::Gtk.Table.TableChild)(this.table2 [this.checkbutton_loadstate]));
     w18.RightAttach = ((uint)(2));
     w18.XOptions    = ((global::Gtk.AttachOptions)(4));
     w18.YOptions    = ((global::Gtk.AttachOptions)(4));
     // Container child table2.Gtk.Table+TableChild
     this.combobox_state = global::Gtk.ComboBox.NewText();
     this.combobox_state.AppendText(global::Mono.Unix.Catalog.GetString("Slot 0"));
     this.combobox_state.AppendText(global::Mono.Unix.Catalog.GetString("Slot 1"));
     this.combobox_state.AppendText(global::Mono.Unix.Catalog.GetString("Slot 2"));
     this.combobox_state.AppendText(global::Mono.Unix.Catalog.GetString("Slot 3"));
     this.combobox_state.AppendText(global::Mono.Unix.Catalog.GetString("Slot 4"));
     this.combobox_state.AppendText(global::Mono.Unix.Catalog.GetString("Slot 5"));
     this.combobox_state.AppendText(global::Mono.Unix.Catalog.GetString("Slot 6"));
     this.combobox_state.AppendText(global::Mono.Unix.Catalog.GetString("Slot 7"));
     this.combobox_state.AppendText(global::Mono.Unix.Catalog.GetString("Slot 8"));
     this.combobox_state.AppendText(global::Mono.Unix.Catalog.GetString("Slot 9"));
     this.combobox_state.Name   = "combobox_state";
     this.combobox_state.Active = 0;
     this.table2.Add(this.combobox_state);
     global::Gtk.Table.TableChild w19 = ((global::Gtk.Table.TableChild)(this.table2 [this.combobox_state]));
     w19.TopAttach    = ((uint)(1));
     w19.BottomAttach = ((uint)(2));
     w19.LeftAttach   = ((uint)(1));
     w19.RightAttach  = ((uint)(2));
     w19.XOptions     = ((global::Gtk.AttachOptions)(4));
     w19.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child table2.Gtk.Table+TableChild
     this.image_state        = new global::Gtk.Image();
     this.image_state.Name   = "image_state";
     this.image_state.Pixbuf = global::Gdk.Pixbuf.LoadFromResource("MyNesGTK.resources.MyNesImage.png");
     this.table2.Add(this.image_state);
     global::Gtk.Table.TableChild w20 = ((global::Gtk.Table.TableChild)(this.table2 [this.image_state]));
     w20.TopAttach    = ((uint)(2));
     w20.BottomAttach = ((uint)(3));
     w20.LeftAttach   = ((uint)(1));
     w20.RightAttach  = ((uint)(2));
     w20.XOptions     = ((global::Gtk.AttachOptions)(4));
     w20.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child table2.Gtk.Table+TableChild
     this.label6           = new global::Gtk.Label();
     this.label6.Name      = "label6";
     this.label6.LabelProp = global::Mono.Unix.Catalog.GetString("State slot:");
     this.table2.Add(this.label6);
     global::Gtk.Table.TableChild w21 = ((global::Gtk.Table.TableChild)(this.table2 [this.label6]));
     w21.TopAttach    = ((uint)(1));
     w21.BottomAttach = ((uint)(2));
     w21.XOptions     = ((global::Gtk.AttachOptions)(4));
     w21.YOptions     = ((global::Gtk.AttachOptions)(4));
     this.notebook2.Add(this.table2);
     global::Gtk.Notebook.NotebookChild w22 = ((global::Gtk.Notebook.NotebookChild)(this.notebook2 [this.table2]));
     w22.Position = 2;
     // Notebook tab
     this.label1           = new global::Gtk.Label();
     this.label1.Name      = "label1";
     this.label1.LabelProp = global::Mono.Unix.Catalog.GetString("State");
     this.notebook2.SetTabLabel(this.table2, this.label1);
     this.label1.ShowAll();
     this.vpaned1.Add(this.notebook2);
     global::Gtk.Paned.PanedChild w23 = ((global::Gtk.Paned.PanedChild)(this.vpaned1 [this.notebook2]));
     w23.Resize = false;
     // Container child vpaned1.Gtk.Paned+PanedChild
     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.vbox3         = new global::Gtk.VBox();
     this.vbox3.Name    = "vbox3";
     this.vbox3.Spacing = 6;
     // Container child vbox3.Gtk.Box+BoxChild
     this.UIManager.AddUiFromString(@"<ui><toolbar name='toolbar3'><toolitem name='goBackAction' action='goBackAction'/><toolitem name='goForwardAction' action='goForwardAction'/><separator/><toolitem name='deleteAction' action='deleteAction'/><toolitem name='openAction2' action='openAction2'/></toolbar></ui>");
     this.toolbar3              = ((global::Gtk.Toolbar)(this.UIManager.GetWidget("/toolbar3")));
     this.toolbar3.Name         = "toolbar3";
     this.toolbar3.ShowArrow    = false;
     this.toolbar3.ToolbarStyle = ((global::Gtk.ToolbarStyle)(0));
     this.toolbar3.IconSize     = ((global::Gtk.IconSize)(2));
     this.vbox3.Add(this.toolbar3);
     global::Gtk.Box.BoxChild w24 = ((global::Gtk.Box.BoxChild)(this.vbox3 [this.toolbar3]));
     w24.Position = 0;
     w24.Expand   = false;
     w24.Fill     = false;
     // Container child vbox3.Gtk.Box+BoxChild
     this.image_snap      = new global::Gtk.Image();
     this.image_snap.Name = "image_snap";
     this.vbox3.Add(this.image_snap);
     global::Gtk.Box.BoxChild w25 = ((global::Gtk.Box.BoxChild)(this.vbox3 [this.image_snap]));
     w25.Position = 1;
     w25.Expand   = false;
     w25.Fill     = false;
     // Container child vbox3.Gtk.Box+BoxChild
     this.statusbar1         = new global::Gtk.Statusbar();
     this.statusbar1.Name    = "statusbar1";
     this.statusbar1.Spacing = 6;
     this.vbox3.Add(this.statusbar1);
     global::Gtk.Box.BoxChild w26 = ((global::Gtk.Box.BoxChild)(this.vbox3 [this.statusbar1]));
     w26.Position = 2;
     w26.Expand   = false;
     w26.Fill     = false;
     this.notebook1.Add(this.vbox3);
     // Notebook tab
     this.label7           = new global::Gtk.Label();
     this.label7.Name      = "label7";
     this.label7.LabelProp = global::Mono.Unix.Catalog.GetString("Snapshots");
     this.notebook1.SetTabLabel(this.vbox3, this.label7);
     this.label7.ShowAll();
     this.vpaned1.Add(this.notebook1);
     this.hpaned1hpaned1.Add(this.vpaned1);
     this.hbox1.Add(this.hpaned1hpaned1);
     global::Gtk.Box.BoxChild w30 = ((global::Gtk.Box.BoxChild)(this.hbox1 [this.hpaned1hpaned1]));
     w30.Position = 0;
     this.vbox1.Add(this.hbox1);
     global::Gtk.Box.BoxChild w31 = ((global::Gtk.Box.BoxChild)(this.vbox1 [this.hbox1]));
     w31.Position = 2;
     this.Add(this.vbox1);
     if ((this.Child != null))
     {
         this.Child.ShowAll();
     }
     this.DefaultWidth  = 916;
     this.DefaultHeight = 594;
     this.Show();
     this.DeleteEvent                         += new global::Gtk.DeleteEventHandler(this.OnDeleteEvent);
     this.openAction.Activated                += new global::System.EventHandler(this.OnOpenActionActivated);
     this.quitAction.Activated                += new global::System.EventHandler(this.OnQuitActionActivated);
     this.helpAction.Activated                += new global::System.EventHandler(this.OnHelpActionActivated);
     this.AboutMyNesGTKAction.Activated       += new global::System.EventHandler(this.OnAboutMyNesGTKActionActivated);
     this.VideoAction.Activated               += new global::System.EventHandler(this.OnVideoActionActivated);
     this.AudioAction.Activated               += new global::System.EventHandler(this.OnAudioActionActivated);
     this.PathsAction.Activated               += new global::System.EventHandler(this.OnPathsActionActivated);
     this.PreferencesAction.Activated         += new global::System.EventHandler(this.OnPreferencesActionActivated);
     this.openAction1.Activated               += new global::System.EventHandler(this.OnOpenActionActivated);
     this.VideoSettingsAction.Activated       += new global::System.EventHandler(this.OnVideoActionActivated);
     this.AudioSettingsAction.Activated       += new global::System.EventHandler(this.OnAudioActionActivated);
     this.PathsSettingsAction.Activated       += new global::System.EventHandler(this.OnPathsActionActivated);
     this.PreferencesAction1.Activated        += new global::System.EventHandler(this.OnPreferencesActionActivated);
     this.helpAction1.Activated               += new global::System.EventHandler(this.OnHelpActionActivated);
     this.AboutAction.Activated               += new global::System.EventHandler(this.OnAboutMyNesGTKActionActivated);
     this.PaletteAction.Activated             += new global::System.EventHandler(this.OnPaletteActionActivated);
     this.PaletteAction1.Activated            += new global::System.EventHandler(this.OnPaletteActionActivated);
     this.InputAction.Activated               += new global::System.EventHandler(this.OnInputActionActivated);
     this.InputAction1.Activated              += new global::System.EventHandler(this.OnInputActionActivated);
     this.copyAction.Activated                += new global::System.EventHandler(this.OnCopyActionActivated);
     this.saveAction.Activated                += new global::System.EventHandler(this.OnSaveActionActivated);
     this.refreshAction.Activated             += new global::System.EventHandler(this.OnRefreshActionActivated);
     this.goBackAction.Activated              += new global::System.EventHandler(this.OnGoBackActionActivated);
     this.goForwardAction.Activated           += new global::System.EventHandler(this.OnGoForwardActionActivated);
     this.openAction2.Activated               += new global::System.EventHandler(this.OnOpenAction2Activated);
     this.PlayAction.Activated                += new global::System.EventHandler(this.PlaySelected);
     this.StopAction.Activated                += new global::System.EventHandler(this.StopSelected);
     this.StopSelectedAction.Activated        += new global::System.EventHandler(this.StopSelected);
     this.deleteAction.Activated              += new global::System.EventHandler(this.OnDeleteActionActivated);
     this.filechooserwidget2.FileActivated    += new global::System.EventHandler(this.OnFilechooserwidget2FileActivated);
     this.filechooserwidget2.SelectionChanged += new global::System.EventHandler(this.OnFilechooserwidget2SelectionChanged);
     this.button4.Pressed                     += new global::System.EventHandler(this.OnButton4Pressed);
     this.button3.Pressed                     += new global::System.EventHandler(this.OnButton3Pressed);
     this.button2.Pressed                     += new global::System.EventHandler(this.OnButton2Pressed);
     this.button1.Pressed                     += new global::System.EventHandler(this.OnButton1Pressed);
     this.combobox_state.Changed              += new global::System.EventHandler(this.OnComboboxStateChanged);
 }
Example #40
0
 protected virtual void Build()
 {
     global::Stetic.Gui.Initialize(this);
     // Widget ocmgtk.OCMQueryPage1
     global::Stetic.BinContainer.Attach(this);
     this.Name = "ocmgtk.OCMQueryPage1";
     // Container child ocmgtk.OCMQueryPage1.Gtk.Container+ContainerChild
     this.vbox1             = new global::Gtk.VBox();
     this.vbox1.Name        = "vbox1";
     this.vbox1.Spacing     = 6;
     this.vbox1.BorderWidth = ((uint)(6));
     // Container child vbox1.Gtk.Box+BoxChild
     this.frame1            = new global::Gtk.Frame();
     this.frame1.Name       = "frame1";
     this.frame1.ShadowType = ((global::Gtk.ShadowType)(0));
     // Container child frame1.Gtk.Container+ContainerChild
     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.table1               = new global::Gtk.Table(((uint)(2)), ((uint)(3)), false);
     this.table1.Name          = "table1";
     this.table1.RowSpacing    = ((uint)(6));
     this.table1.ColumnSpacing = ((uint)(6));
     this.table1.BorderWidth   = ((uint)(6));
     // Container child table1.Gtk.Table+TableChild
     this.diffCheck               = new global::Gtk.CheckButton();
     this.diffCheck.CanFocus      = true;
     this.diffCheck.Name          = "diffCheck";
     this.diffCheck.Label         = global::Mono.Unix.Catalog.GetString("Difficulty");
     this.diffCheck.DrawIndicator = true;
     this.diffCheck.UseUnderline  = true;
     this.table1.Add(this.diffCheck);
     global::Gtk.Table.TableChild w1 = ((global::Gtk.Table.TableChild)(this.table1 [this.diffCheck]));
     w1.XOptions = ((global::Gtk.AttachOptions)(4));
     w1.YOptions = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     this.diffRange = global::Gtk.ComboBox.NewText();
     this.diffRange.AppendText(global::Mono.Unix.Catalog.GetString("Greater Than"));
     this.diffRange.AppendText(global::Mono.Unix.Catalog.GetString("Greater Than or Equal To"));
     this.diffRange.AppendText(global::Mono.Unix.Catalog.GetString("Equal To"));
     this.diffRange.AppendText(global::Mono.Unix.Catalog.GetString("Less Than or Equal To"));
     this.diffRange.AppendText(global::Mono.Unix.Catalog.GetString("Less Than"));
     this.diffRange.Sensitive = false;
     this.diffRange.Name      = "diffRange";
     this.diffRange.Active    = 0;
     this.table1.Add(this.diffRange);
     global::Gtk.Table.TableChild w2 = ((global::Gtk.Table.TableChild)(this.table1 [this.diffRange]));
     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.diffValue = global::Gtk.ComboBox.NewText();
     this.diffValue.AppendText(global::Mono.Unix.Catalog.GetString("1"));
     this.diffValue.AppendText(global::Mono.Unix.Catalog.GetString("1.5"));
     this.diffValue.AppendText(global::Mono.Unix.Catalog.GetString("2"));
     this.diffValue.AppendText(global::Mono.Unix.Catalog.GetString("2.5"));
     this.diffValue.AppendText(global::Mono.Unix.Catalog.GetString("3"));
     this.diffValue.AppendText(global::Mono.Unix.Catalog.GetString("3.5"));
     this.diffValue.AppendText(global::Mono.Unix.Catalog.GetString("4"));
     this.diffValue.AppendText(global::Mono.Unix.Catalog.GetString("4.5"));
     this.diffValue.AppendText(global::Mono.Unix.Catalog.GetString("5"));
     this.diffValue.Sensitive = false;
     this.diffValue.Name      = "diffValue";
     this.diffValue.Active    = 0;
     this.table1.Add(this.diffValue);
     global::Gtk.Table.TableChild w3 = ((global::Gtk.Table.TableChild)(this.table1 [this.diffValue]));
     w3.LeftAttach  = ((uint)(2));
     w3.RightAttach = ((uint)(3));
     w3.XOptions    = ((global::Gtk.AttachOptions)(4));
     w3.YOptions    = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     this.terrainCheck               = new global::Gtk.CheckButton();
     this.terrainCheck.CanFocus      = true;
     this.terrainCheck.Name          = "terrainCheck";
     this.terrainCheck.Label         = global::Mono.Unix.Catalog.GetString("Terrain");
     this.terrainCheck.DrawIndicator = true;
     this.terrainCheck.UseUnderline  = true;
     this.table1.Add(this.terrainCheck);
     global::Gtk.Table.TableChild w4 = ((global::Gtk.Table.TableChild)(this.table1 [this.terrainCheck]));
     w4.TopAttach    = ((uint)(1));
     w4.BottomAttach = ((uint)(2));
     w4.XOptions     = ((global::Gtk.AttachOptions)(4));
     w4.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     this.terrRange = global::Gtk.ComboBox.NewText();
     this.terrRange.AppendText(global::Mono.Unix.Catalog.GetString("Greater Than"));
     this.terrRange.AppendText(global::Mono.Unix.Catalog.GetString("Greater Than or Equal To"));
     this.terrRange.AppendText(global::Mono.Unix.Catalog.GetString("Equal To"));
     this.terrRange.AppendText(global::Mono.Unix.Catalog.GetString("Less Than or Equal To"));
     this.terrRange.AppendText(global::Mono.Unix.Catalog.GetString("Less Than"));
     this.terrRange.Sensitive = false;
     this.terrRange.Name      = "terrRange";
     this.terrRange.Active    = 0;
     this.table1.Add(this.terrRange);
     global::Gtk.Table.TableChild w5 = ((global::Gtk.Table.TableChild)(this.table1 [this.terrRange]));
     w5.TopAttach    = ((uint)(1));
     w5.BottomAttach = ((uint)(2));
     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.terrValue = global::Gtk.ComboBox.NewText();
     this.terrValue.AppendText(global::Mono.Unix.Catalog.GetString("1"));
     this.terrValue.AppendText(global::Mono.Unix.Catalog.GetString("1.5"));
     this.terrValue.AppendText(global::Mono.Unix.Catalog.GetString("2"));
     this.terrValue.AppendText(global::Mono.Unix.Catalog.GetString("2.5"));
     this.terrValue.AppendText(global::Mono.Unix.Catalog.GetString("3"));
     this.terrValue.AppendText(global::Mono.Unix.Catalog.GetString("3.5"));
     this.terrValue.AppendText(global::Mono.Unix.Catalog.GetString("4"));
     this.terrValue.AppendText(global::Mono.Unix.Catalog.GetString("4.5"));
     this.terrValue.AppendText(global::Mono.Unix.Catalog.GetString("5"));
     this.terrValue.Sensitive = false;
     this.terrValue.Name      = "terrValue";
     this.terrValue.Active    = 0;
     this.table1.Add(this.terrValue);
     global::Gtk.Table.TableChild w6 = ((global::Gtk.Table.TableChild)(this.table1 [this.terrValue]));
     w6.TopAttach    = ((uint)(1));
     w6.BottomAttach = ((uint)(2));
     w6.LeftAttach   = ((uint)(2));
     w6.RightAttach  = ((uint)(3));
     w6.XOptions     = ((global::Gtk.AttachOptions)(4));
     w6.YOptions     = ((global::Gtk.AttachOptions)(4));
     this.GtkAlignment1.Add(this.table1);
     this.frame1.Add(this.GtkAlignment1);
     this.GtkLabel19           = new global::Gtk.Label();
     this.GtkLabel19.Name      = "GtkLabel19";
     this.GtkLabel19.LabelProp = global::Mono.Unix.Catalog.GetString("<b>Difficulty &amp; Terrain</b>");
     this.GtkLabel19.UseMarkup = true;
     this.frame1.LabelWidget   = this.GtkLabel19;
     this.vbox1.Add(this.frame1);
     global::Gtk.Box.BoxChild w9 = ((global::Gtk.Box.BoxChild)(this.vbox1 [this.frame1]));
     w9.Position = 0;
     w9.Expand   = false;
     w9.Fill     = false;
     // Container child vbox1.Gtk.Box+BoxChild
     this.frame2            = new global::Gtk.Frame();
     this.frame2.Name       = "frame2";
     this.frame2.ShadowType = ((global::Gtk.ShadowType)(0));
     // Container child frame2.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.vbox2         = new global::Gtk.VBox();
     this.vbox2.Name    = "vbox2";
     this.vbox2.Spacing = 6;
     // Container child vbox2.Gtk.Box+BoxChild
     this.allCacheRadio               = new global::Gtk.RadioButton(global::Mono.Unix.Catalog.GetString("Any cache type"));
     this.allCacheRadio.CanFocus      = true;
     this.allCacheRadio.Name          = "allCacheRadio";
     this.allCacheRadio.Active        = true;
     this.allCacheRadio.DrawIndicator = true;
     this.allCacheRadio.UseUnderline  = true;
     this.allCacheRadio.Group         = new global::GLib.SList(global::System.IntPtr.Zero);
     this.vbox2.Add(this.allCacheRadio);
     global::Gtk.Box.BoxChild w10 = ((global::Gtk.Box.BoxChild)(this.vbox2 [this.allCacheRadio]));
     w10.Position = 0;
     w10.Expand   = false;
     w10.Fill     = false;
     // Container child vbox2.Gtk.Box+BoxChild
     this.selCacheRadio               = new global::Gtk.RadioButton(global::Mono.Unix.Catalog.GetString("Any of the following types:"));
     this.selCacheRadio.CanFocus      = true;
     this.selCacheRadio.Name          = "selCacheRadio";
     this.selCacheRadio.DrawIndicator = true;
     this.selCacheRadio.UseUnderline  = true;
     this.selCacheRadio.Group         = this.allCacheRadio.Group;
     this.vbox2.Add(this.selCacheRadio);
     global::Gtk.Box.BoxChild w11 = ((global::Gtk.Box.BoxChild)(this.vbox2 [this.selCacheRadio]));
     w11.Position = 1;
     w11.Expand   = false;
     w11.Fill     = false;
     // Container child vbox2.Gtk.Box+BoxChild
     this.selCacheFrame            = new global::Gtk.Frame();
     this.selCacheFrame.Sensitive  = false;
     this.selCacheFrame.Name       = "selCacheFrame";
     this.selCacheFrame.ShadowType = ((global::Gtk.ShadowType)(1));
     // Container child selCacheFrame.Gtk.Container+ContainerChild
     this.GtkAlignment             = new global::Gtk.Alignment(0F, 0F, 1F, 1F);
     this.GtkAlignment.Name        = "GtkAlignment";
     this.GtkAlignment.LeftPadding = ((uint)(12));
     // Container child GtkAlignment.Gtk.Container+ContainerChild
     this.table2               = new global::Gtk.Table(((uint)(5)), ((uint)(3)), false);
     this.table2.Name          = "table2";
     this.table2.RowSpacing    = ((uint)(6));
     this.table2.ColumnSpacing = ((uint)(6));
     this.table2.BorderWidth   = ((uint)(6));
     // Container child table2.Gtk.Table+TableChild
     this.advCheck               = new global::Gtk.CheckButton();
     this.advCheck.CanFocus      = true;
     this.advCheck.Name          = "advCheck";
     this.advCheck.Label         = global::Mono.Unix.Catalog.GetString("Adventure Maze");
     this.advCheck.DrawIndicator = true;
     this.advCheck.UseUnderline  = true;
     this.table2.Add(this.advCheck);
     global::Gtk.Table.TableChild w12 = ((global::Gtk.Table.TableChild)(this.table2 [this.advCheck]));
     w12.TopAttach    = ((uint)(3));
     w12.BottomAttach = ((uint)(4));
     w12.LeftAttach   = ((uint)(1));
     w12.RightAttach  = ((uint)(2));
     w12.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child table2.Gtk.Table+TableChild
     this.apeCheck               = new global::Gtk.CheckButton();
     this.apeCheck.CanFocus      = true;
     this.apeCheck.Name          = "apeCheck";
     this.apeCheck.Label         = global::Mono.Unix.Catalog.GetString("A.P.E.");
     this.apeCheck.DrawIndicator = true;
     this.apeCheck.UseUnderline  = true;
     this.table2.Add(this.apeCheck);
     global::Gtk.Table.TableChild w13 = ((global::Gtk.Table.TableChild)(this.table2 [this.apeCheck]));
     w13.TopAttach    = ((uint)(4));
     w13.BottomAttach = ((uint)(5));
     w13.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child table2.Gtk.Table+TableChild
     this.citoCheck               = new global::Gtk.CheckButton();
     this.citoCheck.CanFocus      = true;
     this.citoCheck.Name          = "citoCheck";
     this.citoCheck.Label         = global::Mono.Unix.Catalog.GetString("CITO");
     this.citoCheck.DrawIndicator = true;
     this.citoCheck.UseUnderline  = true;
     this.table2.Add(this.citoCheck);
     global::Gtk.Table.TableChild w14 = ((global::Gtk.Table.TableChild)(this.table2 [this.citoCheck]));
     w14.TopAttach    = ((uint)(2));
     w14.BottomAttach = ((uint)(3));
     w14.LeftAttach   = ((uint)(2));
     w14.RightAttach  = ((uint)(3));
     w14.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child table2.Gtk.Table+TableChild
     this.earCheck               = new global::Gtk.CheckButton();
     this.earCheck.CanFocus      = true;
     this.earCheck.Name          = "earCheck";
     this.earCheck.Label         = global::Mono.Unix.Catalog.GetString("Earth Cache");
     this.earCheck.DrawIndicator = true;
     this.earCheck.UseUnderline  = true;
     this.table2.Add(this.earCheck);
     global::Gtk.Table.TableChild w15 = ((global::Gtk.Table.TableChild)(this.table2 [this.earCheck]));
     w15.TopAttach    = ((uint)(2));
     w15.BottomAttach = ((uint)(3));
     w15.LeftAttach   = ((uint)(1));
     w15.RightAttach  = ((uint)(2));
     w15.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child table2.Gtk.Table+TableChild
     this.evntCheck               = new global::Gtk.CheckButton();
     this.evntCheck.CanFocus      = true;
     this.evntCheck.Name          = "evntCheck";
     this.evntCheck.Label         = global::Mono.Unix.Catalog.GetString("Event Cache");
     this.evntCheck.DrawIndicator = true;
     this.evntCheck.UseUnderline  = true;
     this.table2.Add(this.evntCheck);
     global::Gtk.Table.TableChild w16 = ((global::Gtk.Table.TableChild)(this.table2 [this.evntCheck]));
     w16.LeftAttach  = ((uint)(2));
     w16.RightAttach = ((uint)(3));
     w16.YOptions    = ((global::Gtk.AttachOptions)(4));
     // Container child table2.Gtk.Table+TableChild
     this.lettCheck               = new global::Gtk.CheckButton();
     this.lettCheck.CanFocus      = true;
     this.lettCheck.Name          = "lettCheck";
     this.lettCheck.Label         = global::Mono.Unix.Catalog.GetString("Letterbox Hybrid");
     this.lettCheck.DrawIndicator = true;
     this.lettCheck.UseUnderline  = true;
     this.table2.Add(this.lettCheck);
     global::Gtk.Table.TableChild w17 = ((global::Gtk.Table.TableChild)(this.table2 [this.lettCheck]));
     w17.LeftAttach  = ((uint)(1));
     w17.RightAttach = ((uint)(2));
     w17.YOptions    = ((global::Gtk.AttachOptions)(4));
     // Container child table2.Gtk.Table+TableChild
     this.locCheck               = new global::Gtk.CheckButton();
     this.locCheck.CanFocus      = true;
     this.locCheck.Name          = "locCheck";
     this.locCheck.Label         = global::Mono.Unix.Catalog.GetString("Locationless");
     this.locCheck.DrawIndicator = true;
     this.locCheck.UseUnderline  = true;
     this.table2.Add(this.locCheck);
     global::Gtk.Table.TableChild w18 = ((global::Gtk.Table.TableChild)(this.table2 [this.locCheck]));
     w18.TopAttach    = ((uint)(4));
     w18.BottomAttach = ((uint)(5));
     w18.LeftAttach   = ((uint)(1));
     w18.RightAttach  = ((uint)(2));
     w18.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child table2.Gtk.Table+TableChild
     this.megaCheck               = new global::Gtk.CheckButton();
     this.megaCheck.CanFocus      = true;
     this.megaCheck.Name          = "megaCheck";
     this.megaCheck.Label         = global::Mono.Unix.Catalog.GetString("Mega Event");
     this.megaCheck.DrawIndicator = true;
     this.megaCheck.UseUnderline  = true;
     this.table2.Add(this.megaCheck);
     global::Gtk.Table.TableChild w19 = ((global::Gtk.Table.TableChild)(this.table2 [this.megaCheck]));
     w19.TopAttach    = ((uint)(1));
     w19.BottomAttach = ((uint)(2));
     w19.LeftAttach   = ((uint)(2));
     w19.RightAttach  = ((uint)(3));
     w19.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child table2.Gtk.Table+TableChild
     this.multiCheck               = new global::Gtk.CheckButton();
     this.multiCheck.CanFocus      = true;
     this.multiCheck.Name          = "multiCheck";
     this.multiCheck.Label         = global::Mono.Unix.Catalog.GetString("Multi-Cache");
     this.multiCheck.DrawIndicator = true;
     this.multiCheck.UseUnderline  = true;
     this.table2.Add(this.multiCheck);
     global::Gtk.Table.TableChild w20 = ((global::Gtk.Table.TableChild)(this.table2 [this.multiCheck]));
     w20.TopAttach    = ((uint)(1));
     w20.BottomAttach = ((uint)(2));
     w20.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child table2.Gtk.Table+TableChild
     this.tradCheck               = new global::Gtk.CheckButton();
     this.tradCheck.CanFocus      = true;
     this.tradCheck.Name          = "tradCheck";
     this.tradCheck.Label         = global::Mono.Unix.Catalog.GetString("Traditional");
     this.tradCheck.DrawIndicator = true;
     this.tradCheck.UseUnderline  = true;
     this.table2.Add(this.tradCheck);
     global::Gtk.Table.TableChild w21 = ((global::Gtk.Table.TableChild)(this.table2 [this.tradCheck]));
     w21.YOptions = ((global::Gtk.AttachOptions)(4));
     // Container child table2.Gtk.Table+TableChild
     this.unkCheck               = new global::Gtk.CheckButton();
     this.unkCheck.CanFocus      = true;
     this.unkCheck.Name          = "unkCheck";
     this.unkCheck.Label         = global::Mono.Unix.Catalog.GetString("Unknown");
     this.unkCheck.DrawIndicator = true;
     this.unkCheck.UseUnderline  = true;
     this.table2.Add(this.unkCheck);
     global::Gtk.Table.TableChild w22 = ((global::Gtk.Table.TableChild)(this.table2 [this.unkCheck]));
     w22.TopAttach    = ((uint)(2));
     w22.BottomAttach = ((uint)(3));
     w22.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child table2.Gtk.Table+TableChild
     this.virtCheck               = new global::Gtk.CheckButton();
     this.virtCheck.CanFocus      = true;
     this.virtCheck.Name          = "virtCheck";
     this.virtCheck.Label         = global::Mono.Unix.Catalog.GetString("Virtual");
     this.virtCheck.DrawIndicator = true;
     this.virtCheck.UseUnderline  = true;
     this.table2.Add(this.virtCheck);
     global::Gtk.Table.TableChild w23 = ((global::Gtk.Table.TableChild)(this.table2 [this.virtCheck]));
     w23.TopAttach    = ((uint)(3));
     w23.BottomAttach = ((uint)(4));
     w23.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child table2.Gtk.Table+TableChild
     this.webCheck               = new global::Gtk.CheckButton();
     this.webCheck.CanFocus      = true;
     this.webCheck.Name          = "webCheck";
     this.webCheck.Label         = global::Mono.Unix.Catalog.GetString("Webcam");
     this.webCheck.DrawIndicator = true;
     this.webCheck.UseUnderline  = true;
     this.table2.Add(this.webCheck);
     global::Gtk.Table.TableChild w24 = ((global::Gtk.Table.TableChild)(this.table2 [this.webCheck]));
     w24.TopAttach    = ((uint)(3));
     w24.BottomAttach = ((uint)(4));
     w24.LeftAttach   = ((uint)(2));
     w24.RightAttach  = ((uint)(3));
     w24.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child table2.Gtk.Table+TableChild
     this.wherigoCheck               = new global::Gtk.CheckButton();
     this.wherigoCheck.CanFocus      = true;
     this.wherigoCheck.Name          = "wherigoCheck";
     this.wherigoCheck.Label         = global::Mono.Unix.Catalog.GetString("Wherigo");
     this.wherigoCheck.DrawIndicator = true;
     this.wherigoCheck.UseUnderline  = true;
     this.table2.Add(this.wherigoCheck);
     global::Gtk.Table.TableChild w25 = ((global::Gtk.Table.TableChild)(this.table2 [this.wherigoCheck]));
     w25.TopAttach    = ((uint)(1));
     w25.BottomAttach = ((uint)(2));
     w25.LeftAttach   = ((uint)(1));
     w25.RightAttach  = ((uint)(2));
     w25.YOptions     = ((global::Gtk.AttachOptions)(4));
     this.GtkAlignment.Add(this.table2);
     this.selCacheFrame.Add(this.GtkAlignment);
     this.vbox2.Add(this.selCacheFrame);
     global::Gtk.Box.BoxChild w28 = ((global::Gtk.Box.BoxChild)(this.vbox2 [this.selCacheFrame]));
     w28.Position = 2;
     w28.Expand   = false;
     w28.Fill     = false;
     // Container child vbox2.Gtk.Box+BoxChild
     this.providerCheck               = new global::Gtk.CheckButton();
     this.providerCheck.CanFocus      = true;
     this.providerCheck.Name          = "providerCheck";
     this.providerCheck.Label         = global::Mono.Unix.Catalog.GetString("Cache Source:");
     this.providerCheck.DrawIndicator = true;
     this.providerCheck.UseUnderline  = true;
     this.vbox2.Add(this.providerCheck);
     global::Gtk.Box.BoxChild w29 = ((global::Gtk.Box.BoxChild)(this.vbox2 [this.providerCheck]));
     w29.Position = 3;
     w29.Expand   = false;
     w29.Fill     = false;
     // Container child vbox2.Gtk.Box+BoxChild
     this.sourceFrame            = new global::Gtk.Frame();
     this.sourceFrame.Sensitive  = false;
     this.sourceFrame.Name       = "sourceFrame";
     this.sourceFrame.ShadowType = ((global::Gtk.ShadowType)(1));
     // Container child sourceFrame.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.table3               = new global::Gtk.Table(((uint)(2)), ((uint)(3)), false);
     this.table3.Name          = "table3";
     this.table3.RowSpacing    = ((uint)(6));
     this.table3.ColumnSpacing = ((uint)(6));
     // Container child table3.Gtk.Table+TableChild
     this.gcComCheck               = new global::Gtk.CheckButton();
     this.gcComCheck.CanFocus      = true;
     this.gcComCheck.Name          = "gcComCheck";
     this.gcComCheck.Label         = global::Mono.Unix.Catalog.GetString("Geocaching.com");
     this.gcComCheck.DrawIndicator = true;
     this.gcComCheck.UseUnderline  = true;
     this.table3.Add(this.gcComCheck);
     global::Gtk.Table.TableChild w30 = ((global::Gtk.Table.TableChild)(this.table3 [this.gcComCheck]));
     w30.YOptions = ((global::Gtk.AttachOptions)(4));
     // Container child table3.Gtk.Table+TableChild
     this.NaviCacheCheck               = new global::Gtk.CheckButton();
     this.NaviCacheCheck.CanFocus      = true;
     this.NaviCacheCheck.Name          = "NaviCacheCheck";
     this.NaviCacheCheck.Label         = global::Mono.Unix.Catalog.GetString("NaviCache");
     this.NaviCacheCheck.DrawIndicator = true;
     this.NaviCacheCheck.UseUnderline  = true;
     this.table3.Add(this.NaviCacheCheck);
     global::Gtk.Table.TableChild w31 = ((global::Gtk.Table.TableChild)(this.table3 [this.NaviCacheCheck]));
     w31.LeftAttach  = ((uint)(2));
     w31.RightAttach = ((uint)(3));
     w31.YOptions    = ((global::Gtk.AttachOptions)(4));
     // Container child table3.Gtk.Table+TableChild
     this.openCacheCheck               = new global::Gtk.CheckButton();
     this.openCacheCheck.CanFocus      = true;
     this.openCacheCheck.Name          = "openCacheCheck";
     this.openCacheCheck.Label         = global::Mono.Unix.Catalog.GetString("OpenCaching (.eu/.us/.jp)");
     this.openCacheCheck.DrawIndicator = true;
     this.openCacheCheck.UseUnderline  = true;
     this.table3.Add(this.openCacheCheck);
     global::Gtk.Table.TableChild w32 = ((global::Gtk.Table.TableChild)(this.table3 [this.openCacheCheck]));
     w32.LeftAttach  = ((uint)(1));
     w32.RightAttach = ((uint)(2));
     w32.YOptions    = ((global::Gtk.AttachOptions)(4));
     // Container child table3.Gtk.Table+TableChild
     this.terraCachingCheck               = new global::Gtk.CheckButton();
     this.terraCachingCheck.CanFocus      = true;
     this.terraCachingCheck.Name          = "terraCachingCheck";
     this.terraCachingCheck.Label         = global::Mono.Unix.Catalog.GetString("Terracaching.com");
     this.terraCachingCheck.DrawIndicator = true;
     this.terraCachingCheck.UseUnderline  = true;
     this.table3.Add(this.terraCachingCheck);
     global::Gtk.Table.TableChild w33 = ((global::Gtk.Table.TableChild)(this.table3 [this.terraCachingCheck]));
     w33.TopAttach    = ((uint)(1));
     w33.BottomAttach = ((uint)(2));
     w33.LeftAttach   = ((uint)(1));
     w33.RightAttach  = ((uint)(2));
     w33.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child table3.Gtk.Table+TableChild
     this.wayMarkingCheck               = new global::Gtk.CheckButton();
     this.wayMarkingCheck.CanFocus      = true;
     this.wayMarkingCheck.Name          = "wayMarkingCheck";
     this.wayMarkingCheck.Label         = global::Mono.Unix.Catalog.GetString("Waymarking.com");
     this.wayMarkingCheck.DrawIndicator = true;
     this.wayMarkingCheck.UseUnderline  = true;
     this.table3.Add(this.wayMarkingCheck);
     global::Gtk.Table.TableChild w34 = ((global::Gtk.Table.TableChild)(this.table3 [this.wayMarkingCheck]));
     w34.TopAttach    = ((uint)(1));
     w34.BottomAttach = ((uint)(2));
     w34.YOptions     = ((global::Gtk.AttachOptions)(4));
     this.GtkAlignment3.Add(this.table3);
     this.sourceFrame.Add(this.GtkAlignment3);
     this.vbox2.Add(this.sourceFrame);
     global::Gtk.Box.BoxChild w37 = ((global::Gtk.Box.BoxChild)(this.vbox2 [this.sourceFrame]));
     w37.Position = 4;
     w37.Expand   = false;
     this.GtkAlignment2.Add(this.vbox2);
     this.frame2.Add(this.GtkAlignment2);
     this.GtkLabel25           = new global::Gtk.Label();
     this.GtkLabel25.Name      = "GtkLabel25";
     this.GtkLabel25.LabelProp = global::Mono.Unix.Catalog.GetString("<b>Cache Types</b>");
     this.GtkLabel25.UseMarkup = true;
     this.frame2.LabelWidget   = this.GtkLabel25;
     this.vbox1.Add(this.frame2);
     global::Gtk.Box.BoxChild w40 = ((global::Gtk.Box.BoxChild)(this.vbox1 [this.frame2]));
     w40.Position = 1;
     w40.Expand   = false;
     w40.Fill     = false;
     this.Add(this.vbox1);
     if ((this.Child != null))
     {
         this.Child.ShowAll();
     }
     this.Hide();
     this.terrainCheck.Toggled  += new global::System.EventHandler(this.OnTerrToggle);
     this.diffCheck.Toggled     += new global::System.EventHandler(this.OnDiffToggle);
     this.allCacheRadio.Toggled += new global::System.EventHandler(this.OnCacheToggle);
     this.providerCheck.Toggled += new global::System.EventHandler(this.OnSourceToggle);
 }
Example #41
0
 protected virtual void Build()
 {
     global::Stetic.Gui.Initialize(this);
     // Widget MonoBrickAddin.EV3OptionsPanel
     global::Stetic.BinContainer.Attach(this);
     this.Name = "MonoBrickAddin.EV3OptionsPanel";
     // Container child MonoBrickAddin.EV3OptionsPanel.Gtk.Container+ContainerChild
     this.vbox1         = new global::Gtk.VBox();
     this.vbox1.Name    = "vbox1";
     this.vbox1.Spacing = 6;
     // 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.GtkAlignment             = new global::Gtk.Alignment(0F, 0F, 1F, 1F);
     this.GtkAlignment.Name        = "GtkAlignment";
     this.GtkAlignment.LeftPadding = ((uint)(12));
     this.GtkAlignment.TopPadding  = ((uint)(12));
     // Container child GtkAlignment.Gtk.Container+ContainerChild
     this.table1               = new global::Gtk.Table(((uint)(4)), ((uint)(2)), false);
     this.table1.Name          = "table1";
     this.table1.RowSpacing    = ((uint)(6));
     this.table1.ColumnSpacing = ((uint)(12));
     // Container child table1.Gtk.Table+TableChild
     this.hbox2         = new global::Gtk.HBox();
     this.hbox2.Name    = "hbox2";
     this.hbox2.Spacing = 6;
     // Container child hbox2.Gtk.Box+BoxChild
     this.wEV3Verbose               = new global::Gtk.CheckButton();
     this.wEV3Verbose.CanFocus      = true;
     this.wEV3Verbose.Name          = "wEV3Verbose";
     this.wEV3Verbose.Label         = global::MonoDevelop.Core.GettextCatalog.GetString("Log remote shell output");
     this.wEV3Verbose.DrawIndicator = true;
     this.wEV3Verbose.UseUnderline  = true;
     this.hbox2.Add(this.wEV3Verbose);
     global::Gtk.Box.BoxChild w1 = ((global::Gtk.Box.BoxChild)(this.hbox2 [this.wEV3Verbose]));
     w1.Position = 0;
     this.table1.Add(this.hbox2);
     global::Gtk.Table.TableChild w2 = ((global::Gtk.Table.TableChild)(this.table1 [this.hbox2]));
     w2.TopAttach    = ((uint)(3));
     w2.BottomAttach = ((uint)(4));
     w2.LeftAttach   = ((uint)(1));
     w2.RightAttach  = ((uint)(2));
     w2.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     this.hseparator1      = new global::Gtk.HSeparator();
     this.hseparator1.Name = "hseparator1";
     this.table1.Add(this.hseparator1);
     global::Gtk.Table.TableChild w3 = ((global::Gtk.Table.TableChild)(this.table1 [this.hseparator1]));
     w3.TopAttach    = ((uint)(2));
     w3.BottomAttach = ((uint)(3));
     w3.LeftAttach   = ((uint)(1));
     w3.RightAttach  = ((uint)(2));
     w3.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::MonoDevelop.Core.GettextCatalog.GetString("Debug Port");
     this.table1.Add(this.label2);
     global::Gtk.Table.TableChild w4 = ((global::Gtk.Table.TableChild)(this.table1 [this.label2]));
     w4.TopAttach    = ((uint)(1));
     w4.BottomAttach = ((uint)(2));
     w4.XOptions     = ((global::Gtk.AttachOptions)(4));
     w4.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::MonoDevelop.Core.GettextCatalog.GetString("IP Address");
     this.table1.Add(this.label3);
     global::Gtk.Table.TableChild w5 = ((global::Gtk.Table.TableChild)(this.table1 [this.label3]));
     w5.XOptions = ((global::Gtk.AttachOptions)(4));
     w5.YOptions = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     this.wEV3DebugPort               = new global::Gtk.Entry();
     this.wEV3DebugPort.CanFocus      = true;
     this.wEV3DebugPort.Name          = "wEV3DebugPort";
     this.wEV3DebugPort.IsEditable    = true;
     this.wEV3DebugPort.InvisibleChar = '•';
     this.table1.Add(this.wEV3DebugPort);
     global::Gtk.Table.TableChild w6 = ((global::Gtk.Table.TableChild)(this.table1 [this.wEV3DebugPort]));
     w6.TopAttach    = ((uint)(1));
     w6.BottomAttach = ((uint)(2));
     w6.LeftAttach   = ((uint)(1));
     w6.RightAttach  = ((uint)(2));
     w6.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     this.wEV3IPAddress               = new global::Gtk.Entry();
     this.wEV3IPAddress.CanFocus      = true;
     this.wEV3IPAddress.Name          = "wEV3IPAddress";
     this.wEV3IPAddress.IsEditable    = true;
     this.wEV3IPAddress.InvisibleChar = '•';
     this.table1.Add(this.wEV3IPAddress);
     global::Gtk.Table.TableChild w7 = ((global::Gtk.Table.TableChild)(this.table1 [this.wEV3IPAddress]));
     w7.LeftAttach  = ((uint)(1));
     w7.RightAttach = ((uint)(2));
     w7.YOptions    = ((global::Gtk.AttachOptions)(4));
     this.GtkAlignment.Add(this.table1);
     this.frame1.Add(this.GtkAlignment);
     this.GtkLabel2           = new global::Gtk.Label();
     this.GtkLabel2.Name      = "GtkLabel2";
     this.GtkLabel2.LabelProp = global::MonoDevelop.Core.GettextCatalog.GetString("<b>EV3</b>");
     this.GtkLabel2.UseMarkup = true;
     this.frame1.LabelWidget  = this.GtkLabel2;
     this.vbox1.Add(this.frame1);
     global::Gtk.Box.BoxChild w10 = ((global::Gtk.Box.BoxChild)(this.vbox1 [this.frame1]));
     w10.Position = 0;
     w10.Expand   = false;
     w10.Fill     = false;
     this.Add(this.vbox1);
     if ((this.Child != null))
     {
         this.Child.ShowAll();
     }
     this.Hide();
 }
Example #42
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.FileAction             = new global::Gtk.Action("FileAction", global::Mono.Unix.Catalog.GetString("File"), null, null);
     this.FileAction.IsImportant = true;
     this.FileAction.ShortLabel  = global::Mono.Unix.Catalog.GetString("File");
     w1.Add(this.FileAction, null);
     this.QuitAction             = new global::Gtk.Action("QuitAction", global::Mono.Unix.Catalog.GetString("Quit..."), null, null);
     this.QuitAction.IsImportant = true;
     this.QuitAction.ShortLabel  = global::Mono.Unix.Catalog.GetString("Quit");
     w1.Add(this.QuitAction, "<Primary><Mod2>q");
     this.LogAction            = new global::Gtk.Action("LogAction", global::Mono.Unix.Catalog.GetString("Log"), null, null);
     this.LogAction.ShortLabel = global::Mono.Unix.Catalog.GetString("Log");
     w1.Add(this.LogAction, null);
     this.ShowLogWindowAction            = new global::Gtk.Action("ShowLogWindowAction", global::Mono.Unix.Catalog.GetString("Show log window"), null, null);
     this.ShowLogWindowAction.ShortLabel = global::Mono.Unix.Catalog.GetString("Show log window");
     w1.Add(this.ShowLogWindowAction, "<Primary><Mod2>s");
     this.UIManager.InsertActionGroup(w1, 0);
     this.AddAccelGroup(this.UIManager.AccelGroup);
     this.Name           = "MainWindow";
     this.Title          = global::Mono.Unix.Catalog.GetString("Monitor UI");
     this.Icon           = global::Gdk.Pixbuf.LoadFromResource("monitor.ressources.robot-icon.resized.png");
     this.WindowPosition = ((global::Gtk.WindowPosition)(4));
     this.BorderWidth    = ((uint)(5));
     // 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.UIManager.AddUiFromString("<ui><menubar name='menuBar'><menu name='FileAction' action='FileAction'><menuitem name='QuitAction' action='QuitAction'/></menu><menu name='LogAction' action='LogAction'><menuitem name='ShowLogWindowAction' action='ShowLogWindowAction'/></menu></menubar></ui>");
     this.menuBar      = ((global::Gtk.MenuBar)(this.UIManager.GetWidget("/menuBar")));
     this.menuBar.Name = "menuBar";
     this.vbox1.Add(this.menuBar);
     global::Gtk.Box.BoxChild w2 = ((global::Gtk.Box.BoxChild)(this.vbox1 [this.menuBar]));
     w2.Position = 0;
     w2.Expand   = false;
     w2.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.boxCamera         = new global::Gtk.VBox();
     this.boxCamera.Name    = "boxCamera";
     this.boxCamera.Spacing = 6;
     // Container child boxCamera.Gtk.Box+BoxChild
     this.hbox2         = new global::Gtk.HBox();
     this.hbox2.Name    = "hbox2";
     this.hbox2.Spacing = 6;
     // Container child hbox2.Gtk.Box+BoxChild
     this.alignment1             = new global::Gtk.Alignment(0F, 0.5F, 0F, 1F);
     this.alignment1.Name        = "alignment1";
     this.alignment1.BorderWidth = ((uint)(6));
     // Container child alignment1.Gtk.Container+ContainerChild
     this.hbox5         = new global::Gtk.HBox();
     this.hbox5.Name    = "hbox5";
     this.hbox5.Spacing = 6;
     // Container child hbox5.Gtk.Box+BoxChild
     this.checkButtonCameraOn               = new global::Gtk.CheckButton();
     this.checkButtonCameraOn.CanFocus      = true;
     this.checkButtonCameraOn.Name          = "checkButtonCameraOn";
     this.checkButtonCameraOn.Label         = global::Mono.Unix.Catalog.GetString("Camera On");
     this.checkButtonCameraOn.DrawIndicator = true;
     this.checkButtonCameraOn.UseUnderline  = true;
     this.hbox5.Add(this.checkButtonCameraOn);
     global::Gtk.Box.BoxChild w3 = ((global::Gtk.Box.BoxChild)(this.hbox5 [this.checkButtonCameraOn]));
     w3.Position = 0;
     // Container child hbox5.Gtk.Box+BoxChild
     this.checkButtonRobotPosition               = new global::Gtk.CheckButton();
     this.checkButtonRobotPosition.CanFocus      = true;
     this.checkButtonRobotPosition.Name          = "checkButtonRobotPosition";
     this.checkButtonRobotPosition.Label         = global::Mono.Unix.Catalog.GetString("Show Position");
     this.checkButtonRobotPosition.DrawIndicator = true;
     this.checkButtonRobotPosition.UseUnderline  = true;
     this.hbox5.Add(this.checkButtonRobotPosition);
     global::Gtk.Box.BoxChild w4 = ((global::Gtk.Box.BoxChild)(this.hbox5 [this.checkButtonRobotPosition]));
     w4.Position = 1;
     // Container child hbox5.Gtk.Box+BoxChild
     this.checkButtonFPS               = new global::Gtk.CheckButton();
     this.checkButtonFPS.CanFocus      = true;
     this.checkButtonFPS.Name          = "checkButtonFPS";
     this.checkButtonFPS.Label         = global::Mono.Unix.Catalog.GetString("Show FPS");
     this.checkButtonFPS.DrawIndicator = true;
     this.checkButtonFPS.UseUnderline  = true;
     this.hbox5.Add(this.checkButtonFPS);
     global::Gtk.Box.BoxChild w5 = ((global::Gtk.Box.BoxChild)(this.hbox5 [this.checkButtonFPS]));
     w5.Position = 2;
     this.alignment1.Add(this.hbox5);
     this.hbox2.Add(this.alignment1);
     global::Gtk.Box.BoxChild w7 = ((global::Gtk.Box.BoxChild)(this.hbox2 [this.alignment1]));
     w7.Position = 0;
     // Container child hbox2.Gtk.Box+BoxChild
     this.buttonAskArena              = new global::Gtk.Button();
     this.buttonAskArena.CanFocus     = true;
     this.buttonAskArena.Name         = "buttonAskArena";
     this.buttonAskArena.UseUnderline = true;
     this.buttonAskArena.Label        = global::Mono.Unix.Catalog.GetString("Ask Arena...");
     this.hbox2.Add(this.buttonAskArena);
     global::Gtk.Box.BoxChild w8 = ((global::Gtk.Box.BoxChild)(this.hbox2 [this.buttonAskArena]));
     w8.Position = 2;
     w8.Expand   = false;
     w8.Fill     = false;
     this.boxCamera.Add(this.hbox2);
     global::Gtk.Box.BoxChild w9 = ((global::Gtk.Box.BoxChild)(this.boxCamera [this.hbox2]));
     w9.Position = 0;
     w9.Expand   = false;
     w9.Fill     = false;
     // Container child boxCamera.Gtk.Box+BoxChild
     this.drawingAreaCamera      = new global::Gtk.DrawingArea();
     this.drawingAreaCamera.Name = "drawingAreaCamera";
     this.boxCamera.Add(this.drawingAreaCamera);
     global::Gtk.Box.BoxChild w10 = ((global::Gtk.Box.BoxChild)(this.boxCamera [this.drawingAreaCamera]));
     w10.Position = 1;
     this.hbox1.Add(this.boxCamera);
     global::Gtk.Box.BoxChild w11 = ((global::Gtk.Box.BoxChild)(this.hbox1 [this.boxCamera]));
     w11.Position = 0;
     // Container child hbox1.Gtk.Box+BoxChild
     this.hbox3         = new global::Gtk.HBox();
     this.hbox3.Name    = "hbox3";
     this.hbox3.Spacing = 6;
     // Container child hbox3.Gtk.Box+BoxChild
     this.vseparator1      = new global::Gtk.VSeparator();
     this.vseparator1.Name = "vseparator1";
     this.hbox3.Add(this.vseparator1);
     global::Gtk.Box.BoxChild w12 = ((global::Gtk.Box.BoxChild)(this.hbox3 [this.vseparator1]));
     w12.Position = 0;
     w12.Expand   = false;
     w12.Fill     = false;
     // Container child hbox3.Gtk.Box+BoxChild
     this.alignment3             = new global::Gtk.Alignment(1F, 0F, 0F, 0F);
     this.alignment3.Name        = "alignment3";
     this.alignment3.BorderWidth = ((uint)(4));
     // 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.vbox10         = new global::Gtk.VBox();
     this.vbox10.Name    = "vbox10";
     this.vbox10.Spacing = 6;
     // Container child vbox10.Gtk.Box+BoxChild
     this.labelServer = new global::Gtk.Label();
     this.labelServer.HeightRequest = 36;
     this.labelServer.Name          = "labelServer";
     this.labelServer.LabelProp     = global::Mono.Unix.Catalog.GetString("<b><u>Server connection</u></b>");
     this.labelServer.UseMarkup     = true;
     this.vbox10.Add(this.labelServer);
     global::Gtk.Box.BoxChild w13 = ((global::Gtk.Box.BoxChild)(this.vbox10 [this.labelServer]));
     w13.Position = 0;
     w13.Expand   = false;
     w13.Fill     = false;
     // Container child vbox10.Gtk.Box+BoxChild
     this.gtkAlignmentServer             = new global::Gtk.Alignment(0F, 0F, 1F, 1F);
     this.gtkAlignmentServer.Name        = "gtkAlignmentServer";
     this.gtkAlignmentServer.LeftPadding = ((uint)(12));
     // Container child gtkAlignmentServer.Gtk.Container+ContainerChild
     this.vbox6         = new global::Gtk.VBox();
     this.vbox6.Name    = "vbox6";
     this.vbox6.Spacing = 6;
     // Container child vbox6.Gtk.Box+BoxChild
     this.table1               = new global::Gtk.Table(((uint)(3)), ((uint)(2)), false);
     this.table1.Name          = "table1";
     this.table1.RowSpacing    = ((uint)(6));
     this.table1.ColumnSpacing = ((uint)(6));
     // Container child table1.Gtk.Table+TableChild
     this.entryServerName               = new global::Gtk.Entry();
     this.entryServerName.CanFocus      = true;
     this.entryServerName.Name          = "entryServerName";
     this.entryServerName.IsEditable    = true;
     this.entryServerName.InvisibleChar = '●';
     this.table1.Add(this.entryServerName);
     global::Gtk.Table.TableChild w14 = ((global::Gtk.Table.TableChild)(this.table1 [this.entryServerName]));
     w14.LeftAttach  = ((uint)(1));
     w14.RightAttach = ((uint)(2));
     w14.YOptions    = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     this.entryServerPort               = new global::Gtk.Entry();
     this.entryServerPort.CanFocus      = true;
     this.entryServerPort.Name          = "entryServerPort";
     this.entryServerPort.IsEditable    = true;
     this.entryServerPort.InvisibleChar = '●';
     this.table1.Add(this.entryServerPort);
     global::Gtk.Table.TableChild w15 = ((global::Gtk.Table.TableChild)(this.table1 [this.entryServerPort]));
     w15.TopAttach    = ((uint)(1));
     w15.BottomAttach = ((uint)(2));
     w15.LeftAttach   = ((uint)(1));
     w15.RightAttach  = ((uint)(2));
     w15.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     this.entryTimeout               = new global::Gtk.Entry();
     this.entryTimeout.CanFocus      = true;
     this.entryTimeout.Name          = "entryTimeout";
     this.entryTimeout.IsEditable    = true;
     this.entryTimeout.InvisibleChar = '●';
     this.table1.Add(this.entryTimeout);
     global::Gtk.Table.TableChild w16 = ((global::Gtk.Table.TableChild)(this.table1 [this.entryTimeout]));
     w16.TopAttach    = ((uint)(2));
     w16.BottomAttach = ((uint)(3));
     w16.LeftAttach   = ((uint)(1));
     w16.RightAttach  = ((uint)(2));
     w16.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("Server name:");
     this.label1.Justify   = ((global::Gtk.Justification)(1));
     this.table1.Add(this.label1);
     global::Gtk.Table.TableChild w17 = ((global::Gtk.Table.TableChild)(this.table1 [this.label1]));
     w17.XOptions = ((global::Gtk.AttachOptions)(4));
     w17.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("Server port:");
     this.label2.Justify   = ((global::Gtk.Justification)(1));
     this.table1.Add(this.label2);
     global::Gtk.Table.TableChild w18 = ((global::Gtk.Table.TableChild)(this.table1 [this.label2]));
     w18.TopAttach    = ((uint)(1));
     w18.BottomAttach = ((uint)(2));
     w18.XOptions     = ((global::Gtk.AttachOptions)(4));
     w18.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     this.label5           = new global::Gtk.Label();
     this.label5.Name      = "label5";
     this.label5.LabelProp = global::Mono.Unix.Catalog.GetString("Timeout (ms):");
     this.table1.Add(this.label5);
     global::Gtk.Table.TableChild w19 = ((global::Gtk.Table.TableChild)(this.table1 [this.label5]));
     w19.TopAttach    = ((uint)(2));
     w19.BottomAttach = ((uint)(3));
     w19.XOptions     = ((global::Gtk.AttachOptions)(4));
     w19.YOptions     = ((global::Gtk.AttachOptions)(4));
     this.vbox6.Add(this.table1);
     global::Gtk.Box.BoxChild w20 = ((global::Gtk.Box.BoxChild)(this.vbox6 [this.table1]));
     w20.Position = 0;
     w20.Expand   = false;
     w20.Fill     = false;
     // Container child vbox6.Gtk.Box+BoxChild
     this.buttonServerConnection              = new global::Gtk.Button();
     this.buttonServerConnection.CanFocus     = true;
     this.buttonServerConnection.Name         = "buttonServerConnection";
     this.buttonServerConnection.UseUnderline = true;
     this.buttonServerConnection.Label        = global::Mono.Unix.Catalog.GetString("Connect");
     this.vbox6.Add(this.buttonServerConnection);
     global::Gtk.Box.BoxChild w21 = ((global::Gtk.Box.BoxChild)(this.vbox6 [this.buttonServerConnection]));
     w21.PackType = ((global::Gtk.PackType)(1));
     w21.Position = 1;
     w21.Expand   = false;
     w21.Fill     = false;
     this.gtkAlignmentServer.Add(this.vbox6);
     this.vbox10.Add(this.gtkAlignmentServer);
     global::Gtk.Box.BoxChild w23 = ((global::Gtk.Box.BoxChild)(this.vbox10 [this.gtkAlignmentServer]));
     w23.Position = 1;
     w23.Expand   = false;
     w23.Fill     = false;
     this.vbox5.Add(this.vbox10);
     global::Gtk.Box.BoxChild w24 = ((global::Gtk.Box.BoxChild)(this.vbox5 [this.vbox10]));
     w24.Position = 0;
     w24.Expand   = false;
     w24.Fill     = false;
     // Container child vbox5.Gtk.Box+BoxChild
     this.hseparator1      = new global::Gtk.HSeparator();
     this.hseparator1.Name = "hseparator1";
     this.vbox5.Add(this.hseparator1);
     global::Gtk.Box.BoxChild w25 = ((global::Gtk.Box.BoxChild)(this.vbox5 [this.hseparator1]));
     w25.Position = 1;
     w25.Expand   = false;
     w25.Fill     = false;
     // Container child vbox5.Gtk.Box+BoxChild
     this.vbox11         = new global::Gtk.VBox();
     this.vbox11.Name    = "vbox11";
     this.vbox11.Spacing = 6;
     // Container child vbox11.Gtk.Box+BoxChild
     this.labelRobot = new global::Gtk.Label();
     this.labelRobot.HeightRequest = 36;
     this.labelRobot.Name          = "labelRobot";
     this.labelRobot.LabelProp     = global::Mono.Unix.Catalog.GetString("<b><u>Robot Activation</u></b>");
     this.labelRobot.UseMarkup     = true;
     this.vbox11.Add(this.labelRobot);
     global::Gtk.Box.BoxChild w26 = ((global::Gtk.Box.BoxChild)(this.vbox11 [this.labelRobot]));
     w26.Position = 0;
     w26.Expand   = false;
     w26.Fill     = false;
     // Container child vbox11.Gtk.Box+BoxChild
     this.alignment9      = new global::Gtk.Alignment(0.5F, 0.5F, 1F, 1F);
     this.alignment9.Name = "alignment9";
     // Container child alignment9.Gtk.Container+ContainerChild
     this.gtkAlignmentRobot             = new global::Gtk.Alignment(0F, 0F, 1F, 1F);
     this.gtkAlignmentRobot.Name        = "gtkAlignmentRobot";
     this.gtkAlignmentRobot.LeftPadding = ((uint)(12));
     // Container child gtkAlignmentRobot.Gtk.Container+ContainerChild
     this.vbox8         = new global::Gtk.VBox();
     this.vbox8.Name    = "vbox8";
     this.vbox8.Spacing = 6;
     // Container child vbox8.Gtk.Box+BoxChild
     this.alignment6      = new global::Gtk.Alignment(0.5F, 0.5F, 1F, 1F);
     this.alignment6.Name = "alignment6";
     // Container child alignment6.Gtk.Container+ContainerChild
     this.hbox4         = new global::Gtk.HBox();
     this.hbox4.Name    = "hbox4";
     this.hbox4.Spacing = 6;
     // Container child hbox4.Gtk.Box+BoxChild
     this.radioButtonWithWatchdog               = new global::Gtk.RadioButton(global::Mono.Unix.Catalog.GetString("with watchdog"));
     this.radioButtonWithWatchdog.CanFocus      = true;
     this.radioButtonWithWatchdog.Name          = "radioButtonWithWatchdog";
     this.radioButtonWithWatchdog.DrawIndicator = true;
     this.radioButtonWithWatchdog.UseUnderline  = true;
     this.radioButtonWithWatchdog.Group         = new global::GLib.SList(global::System.IntPtr.Zero);
     this.hbox4.Add(this.radioButtonWithWatchdog);
     global::Gtk.Box.BoxChild w27 = ((global::Gtk.Box.BoxChild)(this.hbox4 [this.radioButtonWithWatchdog]));
     w27.Position = 0;
     // Container child hbox4.Gtk.Box+BoxChild
     this.radioButtonWithoutWatchdog               = new global::Gtk.RadioButton(global::Mono.Unix.Catalog.GetString("without watchdog"));
     this.radioButtonWithoutWatchdog.CanFocus      = true;
     this.radioButtonWithoutWatchdog.Name          = "radioButtonWithoutWatchdog";
     this.radioButtonWithoutWatchdog.DrawIndicator = true;
     this.radioButtonWithoutWatchdog.UseUnderline  = true;
     this.radioButtonWithoutWatchdog.Group         = this.radioButtonWithWatchdog.Group;
     this.hbox4.Add(this.radioButtonWithoutWatchdog);
     global::Gtk.Box.BoxChild w28 = ((global::Gtk.Box.BoxChild)(this.hbox4 [this.radioButtonWithoutWatchdog]));
     w28.Position = 1;
     this.alignment6.Add(this.hbox4);
     this.vbox8.Add(this.alignment6);
     global::Gtk.Box.BoxChild w30 = ((global::Gtk.Box.BoxChild)(this.vbox8 [this.alignment6]));
     w30.Position = 0;
     w30.Expand   = false;
     w30.Fill     = false;
     // Container child vbox8.Gtk.Box+BoxChild
     this.alignment5      = new global::Gtk.Alignment(0.5F, 0.5F, 1F, 1F);
     this.alignment5.Name = "alignment5";
     // Container child alignment5.Gtk.Container+ContainerChild
     this.alignment7      = new global::Gtk.Alignment(0.5F, 0.5F, 1F, 1F);
     this.alignment7.Name = "alignment7";
     // Container child alignment7.Gtk.Container+ContainerChild
     this.buttonRobotActivation              = new global::Gtk.Button();
     this.buttonRobotActivation.CanFocus     = true;
     this.buttonRobotActivation.Name         = "buttonRobotActivation";
     this.buttonRobotActivation.UseUnderline = true;
     this.buttonRobotActivation.Label        = global::Mono.Unix.Catalog.GetString("Activation");
     this.alignment7.Add(this.buttonRobotActivation);
     this.alignment5.Add(this.alignment7);
     this.vbox8.Add(this.alignment5);
     global::Gtk.Box.BoxChild w33 = ((global::Gtk.Box.BoxChild)(this.vbox8 [this.alignment5]));
     w33.Position = 1;
     w33.Expand   = false;
     w33.Fill     = false;
     this.gtkAlignmentRobot.Add(this.vbox8);
     this.alignment9.Add(this.gtkAlignmentRobot);
     this.vbox11.Add(this.alignment9);
     global::Gtk.Box.BoxChild w36 = ((global::Gtk.Box.BoxChild)(this.vbox11 [this.alignment9]));
     w36.Position = 1;
     w36.Expand   = false;
     w36.Fill     = false;
     this.vbox5.Add(this.vbox11);
     global::Gtk.Box.BoxChild w37 = ((global::Gtk.Box.BoxChild)(this.vbox5 [this.vbox11]));
     w37.Position = 2;
     w37.Expand   = false;
     w37.Fill     = false;
     // Container child vbox5.Gtk.Box+BoxChild
     this.hseparator2      = new global::Gtk.HSeparator();
     this.hseparator2.Name = "hseparator2";
     this.vbox5.Add(this.hseparator2);
     global::Gtk.Box.BoxChild w38 = ((global::Gtk.Box.BoxChild)(this.vbox5 [this.hseparator2]));
     w38.Position = 3;
     w38.Expand   = false;
     w38.Fill     = false;
     // Container child vbox5.Gtk.Box+BoxChild
     this.vbox12         = new global::Gtk.VBox();
     this.vbox12.Name    = "vbox12";
     this.vbox12.Spacing = 6;
     // Container child vbox12.Gtk.Box+BoxChild
     this.labelRobotControl = new global::Gtk.Label();
     this.labelRobotControl.HeightRequest = 36;
     this.labelRobotControl.Name          = "labelRobotControl";
     this.labelRobotControl.LabelProp     = global::Mono.Unix.Catalog.GetString("<b><u>Robot Controls and Status</u></b>");
     this.labelRobotControl.UseMarkup     = true;
     this.vbox12.Add(this.labelRobotControl);
     global::Gtk.Box.BoxChild w39 = ((global::Gtk.Box.BoxChild)(this.vbox12 [this.labelRobotControl]));
     w39.Position = 0;
     w39.Expand   = false;
     w39.Fill     = false;
     // Container child vbox12.Gtk.Box+BoxChild
     this.gtkAlignmentRobotControl             = new global::Gtk.Alignment(0F, 0F, 1F, 1F);
     this.gtkAlignmentRobotControl.Name        = "gtkAlignmentRobotControl";
     this.gtkAlignmentRobotControl.LeftPadding = ((uint)(12));
     // Container child gtkAlignmentRobotControl.Gtk.Container+ContainerChild
     this.vbox9         = new global::Gtk.VBox();
     this.vbox9.Name    = "vbox9";
     this.vbox9.Spacing = 6;
     // Container child vbox9.Gtk.Box+BoxChild
     this.alignment8      = new global::Gtk.Alignment(0.5F, 0.5F, 0F, 0F);
     this.alignment8.Name = "alignment8";
     // Container child alignment8.Gtk.Container+ContainerChild
     this.table4               = new global::Gtk.Table(((uint)(3)), ((uint)(3)), false);
     this.table4.Name          = "table4";
     this.table4.RowSpacing    = ((uint)(6));
     this.table4.ColumnSpacing = ((uint)(6));
     // Container child table4.Gtk.Table+TableChild
     this.buttonDown = new global::Gtk.Button();
     this.buttonDown.TooltipMarkup = "Move robot backward";
     this.buttonDown.CanFocus      = true;
     this.buttonDown.Name          = "buttonDown";
     this.buttonDown.UseUnderline  = true;
     global::Gtk.Image w40 = new global::Gtk.Image();
     w40.Pixbuf            = global::Gdk.Pixbuf.LoadFromResource("monitor.ressources.pan-down-symbolic.symbolic.png");
     this.buttonDown.Image = w40;
     this.table4.Add(this.buttonDown);
     global::Gtk.Table.TableChild w41 = ((global::Gtk.Table.TableChild)(this.table4 [this.buttonDown]));
     w41.TopAttach    = ((uint)(2));
     w41.BottomAttach = ((uint)(3));
     w41.LeftAttach   = ((uint)(1));
     w41.RightAttach  = ((uint)(2));
     w41.XOptions     = ((global::Gtk.AttachOptions)(4));
     w41.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child table4.Gtk.Table+TableChild
     this.buttonForward = new global::Gtk.Button();
     this.buttonForward.TooltipMarkup = "Move robot forward";
     this.buttonForward.CanFocus      = true;
     this.buttonForward.Name          = "buttonForward";
     this.buttonForward.UseUnderline  = true;
     global::Gtk.Image w42 = new global::Gtk.Image();
     w42.Pixbuf = global::Gdk.Pixbuf.LoadFromResource("monitor.ressources.pan-up-symbolic.symbolic.png");
     this.buttonForward.Image = w42;
     this.table4.Add(this.buttonForward);
     global::Gtk.Table.TableChild w43 = ((global::Gtk.Table.TableChild)(this.table4 [this.buttonForward]));
     w43.LeftAttach  = ((uint)(1));
     w43.RightAttach = ((uint)(2));
     w43.XOptions    = ((global::Gtk.AttachOptions)(4));
     w43.YOptions    = ((global::Gtk.AttachOptions)(4));
     // Container child table4.Gtk.Table+TableChild
     this.buttonLeft = new global::Gtk.Button();
     this.buttonLeft.TooltipMarkup = "Turn robot to the left";
     this.buttonLeft.CanFocus      = true;
     this.buttonLeft.Name          = "buttonLeft";
     this.buttonLeft.UseUnderline  = true;
     global::Gtk.Image w44 = new global::Gtk.Image();
     w44.Pixbuf            = global::Gdk.Pixbuf.LoadFromResource("monitor.ressources.pan-start-symbolic.symbolic.png");
     this.buttonLeft.Image = w44;
     this.table4.Add(this.buttonLeft);
     global::Gtk.Table.TableChild w45 = ((global::Gtk.Table.TableChild)(this.table4 [this.buttonLeft]));
     w45.TopAttach    = ((uint)(1));
     w45.BottomAttach = ((uint)(2));
     w45.XOptions     = ((global::Gtk.AttachOptions)(4));
     w45.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child table4.Gtk.Table+TableChild
     this.buttonRight = new global::Gtk.Button();
     this.buttonRight.TooltipMarkup = "Turn robot to the right";
     this.buttonRight.CanFocus      = true;
     this.buttonRight.Name          = "buttonRight";
     this.buttonRight.UseUnderline  = true;
     global::Gtk.Image w46 = new global::Gtk.Image();
     w46.Pixbuf             = global::Gdk.Pixbuf.LoadFromResource("monitor.ressources.pan-end-symbolic.symbolic.png");
     this.buttonRight.Image = w46;
     this.table4.Add(this.buttonRight);
     global::Gtk.Table.TableChild w47 = ((global::Gtk.Table.TableChild)(this.table4 [this.buttonRight]));
     w47.TopAttach    = ((uint)(1));
     w47.BottomAttach = ((uint)(2));
     w47.LeftAttach   = ((uint)(2));
     w47.RightAttach  = ((uint)(3));
     w47.XOptions     = ((global::Gtk.AttachOptions)(4));
     w47.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child table4.Gtk.Table+TableChild
     this.buttonStop = new global::Gtk.Button();
     this.buttonStop.TooltipMarkup = "Stop robot movements";
     this.buttonStop.CanFocus      = true;
     this.buttonStop.Name          = "buttonStop";
     this.buttonStop.UseUnderline  = true;
     global::Gtk.Image w48 = new global::Gtk.Image();
     w48.Pixbuf            = global::Gdk.Pixbuf.LoadFromResource("monitor.ressources.hand-filled-32.png");
     this.buttonStop.Image = w48;
     this.table4.Add(this.buttonStop);
     global::Gtk.Table.TableChild w49 = ((global::Gtk.Table.TableChild)(this.table4 [this.buttonStop]));
     w49.TopAttach    = ((uint)(1));
     w49.BottomAttach = ((uint)(2));
     w49.LeftAttach   = ((uint)(1));
     w49.RightAttach  = ((uint)(2));
     w49.XOptions     = ((global::Gtk.AttachOptions)(4));
     w49.YOptions     = ((global::Gtk.AttachOptions)(4));
     this.alignment8.Add(this.table4);
     this.vbox9.Add(this.alignment8);
     global::Gtk.Box.BoxChild w51 = ((global::Gtk.Box.BoxChild)(this.vbox9 [this.alignment8]));
     w51.Position = 0;
     w51.Expand   = false;
     w51.Fill     = false;
     // Container child vbox9.Gtk.Box+BoxChild
     this.table3               = new global::Gtk.Table(((uint)(1)), ((uint)(2)), false);
     this.table3.Name          = "table3";
     this.table3.RowSpacing    = ((uint)(6));
     this.table3.ColumnSpacing = ((uint)(6));
     // Container child table3.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("Battery level:");
     this.label3.Justify   = ((global::Gtk.Justification)(1));
     this.table3.Add(this.label3);
     global::Gtk.Table.TableChild w52 = ((global::Gtk.Table.TableChild)(this.table3 [this.label3]));
     w52.YPadding = ((uint)(10));
     w52.XOptions = ((global::Gtk.AttachOptions)(4));
     w52.YOptions = ((global::Gtk.AttachOptions)(4));
     // Container child table3.Gtk.Table+TableChild
     this.labelBatteryLevel           = new global::Gtk.Label();
     this.labelBatteryLevel.Name      = "labelBatteryLevel";
     this.labelBatteryLevel.Xpad      = 1;
     this.labelBatteryLevel.Xalign    = 0F;
     this.labelBatteryLevel.LabelProp = global::Mono.Unix.Catalog.GetString("Unknown");
     this.table3.Add(this.labelBatteryLevel);
     global::Gtk.Table.TableChild w53 = ((global::Gtk.Table.TableChild)(this.table3 [this.labelBatteryLevel]));
     w53.LeftAttach  = ((uint)(1));
     w53.RightAttach = ((uint)(2));
     w53.YOptions    = ((global::Gtk.AttachOptions)(4));
     this.vbox9.Add(this.table3);
     global::Gtk.Box.BoxChild w54 = ((global::Gtk.Box.BoxChild)(this.vbox9 [this.table3]));
     w54.Position = 2;
     w54.Expand   = false;
     w54.Fill     = false;
     this.gtkAlignmentRobotControl.Add(this.vbox9);
     this.vbox12.Add(this.gtkAlignmentRobotControl);
     global::Gtk.Box.BoxChild w56 = ((global::Gtk.Box.BoxChild)(this.vbox12 [this.gtkAlignmentRobotControl]));
     w56.Position = 1;
     this.vbox5.Add(this.vbox12);
     global::Gtk.Box.BoxChild w57 = ((global::Gtk.Box.BoxChild)(this.vbox5 [this.vbox12]));
     w57.Position = 4;
     this.alignment3.Add(this.vbox5);
     this.hbox3.Add(this.alignment3);
     global::Gtk.Box.BoxChild w59 = ((global::Gtk.Box.BoxChild)(this.hbox3 [this.alignment3]));
     w59.Position = 1;
     w59.Expand   = false;
     w59.Fill     = false;
     this.hbox1.Add(this.hbox3);
     global::Gtk.Box.BoxChild w60 = ((global::Gtk.Box.BoxChild)(this.hbox1 [this.hbox3]));
     w60.Position = 1;
     w60.Expand   = false;
     w60.Fill     = false;
     this.vbox1.Add(this.hbox1);
     global::Gtk.Box.BoxChild w61 = ((global::Gtk.Box.BoxChild)(this.vbox1 [this.hbox1]));
     w61.Position = 1;
     this.Add(this.vbox1);
     if ((this.Child != null))
     {
         this.Child.ShowAll();
     }
     this.DefaultWidth  = 1025;
     this.DefaultHeight = 686;
     this.Show();
     this.DeleteEvent                      += new global::Gtk.DeleteEventHandler(this.OnDeleteEvent);
     this.QuitAction.Activated             += new global::System.EventHandler(this.OnQuitActionActivated);
     this.ShowLogWindowAction.Activated    += new global::System.EventHandler(this.OnShowLogWindowActionActivated);
     this.checkButtonCameraOn.Clicked      += new global::System.EventHandler(this.OnCheckButtonCameraOnClicked);
     this.checkButtonRobotPosition.Clicked += new global::System.EventHandler(this.OnCheckButtonRobotPositionClicked);
     this.checkButtonFPS.Toggled           += new global::System.EventHandler(this.OnCheckButtonFPSToggled);
     this.buttonAskArena.Clicked           += new global::System.EventHandler(this.OnButtonAskArenaClicked);
     this.buttonServerConnection.Clicked   += new global::System.EventHandler(this.OnButtonServerConnectionClicked);
     this.buttonRobotActivation.Clicked    += new global::System.EventHandler(this.OnButtonRobotActivationClicked);
     this.buttonStop.Clicked               += new global::System.EventHandler(this.OnButtonMouvClicked);
     this.buttonRight.Clicked              += new global::System.EventHandler(this.OnButtonMouvClicked);
     this.buttonLeft.Clicked               += new global::System.EventHandler(this.OnButtonMouvClicked);
     this.buttonForward.Clicked            += new global::System.EventHandler(this.OnButtonMouvClicked);
     this.buttonDown.Clicked               += new global::System.EventHandler(this.OnButtonMouvClicked);
 }
 protected virtual void Build()
 {
     global::Stetic.Gui.Initialize(this);
     // Widget MonoDevelop.DocFood.Options.OptionsPanelWidget
     global::Stetic.BinContainer.Attach(this);
     this.Name = "MonoDevelop.DocFood.Options.OptionsPanelWidget";
     // Container child MonoDevelop.DocFood.Options.OptionsPanelWidget.Gtk.Container+ContainerChild
     this.vbox1         = new global::Gtk.VBox();
     this.vbox1.Name    = "vbox1";
     this.vbox1.Spacing = 6;
     // Container child vbox1.Gtk.Box+BoxChild
     this.checkbutton1               = new global::Gtk.CheckButton();
     this.checkbutton1.CanFocus      = true;
     this.checkbutton1.Name          = "checkbutton1";
     this.checkbutton1.Label         = global::Mono.Unix.Catalog.GetString("Enable automatic documentation");
     this.checkbutton1.DrawIndicator = true;
     this.checkbutton1.UseUnderline  = true;
     this.vbox1.Add(this.checkbutton1);
     global::Gtk.Box.BoxChild w1 = ((global::Gtk.Box.BoxChild)(this.vbox1 [this.checkbutton1]));
     w1.Position = 0;
     w1.Expand   = false;
     w1.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.GtkAlignment             = new global::Gtk.Alignment(0F, 0F, 1F, 1F);
     this.GtkAlignment.Name        = "GtkAlignment";
     this.GtkAlignment.LeftPadding = ((uint)(12));
     // Container child GtkAlignment.Gtk.Container+ContainerChild
     this.vbox3         = new global::Gtk.VBox();
     this.vbox3.Name    = "vbox3";
     this.vbox3.Spacing = 6;
     // Container child vbox3.Gtk.Box+BoxChild
     this.GtkScrolledWindow            = new global::Gtk.ScrolledWindow();
     this.GtkScrolledWindow.Name       = "GtkScrolledWindow";
     this.GtkScrolledWindow.ShadowType = ((global::Gtk.ShadowType)(1));
     // Container child GtkScrolledWindow.Gtk.Container+ContainerChild
     this.treeview1          = new global::Gtk.TreeView();
     this.treeview1.CanFocus = true;
     this.treeview1.Name     = "treeview1";
     this.GtkScrolledWindow.Add(this.treeview1);
     this.vbox3.Add(this.GtkScrolledWindow);
     global::Gtk.Box.BoxChild w3 = ((global::Gtk.Box.BoxChild)(this.vbox3 [this.GtkScrolledWindow]));
     w3.Position = 0;
     // Container child vbox3.Gtk.Box+BoxChild
     this.hbox1         = new global::Gtk.HBox();
     this.hbox1.Name    = "hbox1";
     this.hbox1.Spacing = 6;
     // Container child hbox1.Gtk.Box+BoxChild
     this.button1              = new global::Gtk.Button();
     this.button1.CanFocus     = true;
     this.button1.Name         = "button1";
     this.button1.UseStock     = true;
     this.button1.UseUnderline = true;
     this.button1.Label        = "gtk-add";
     this.hbox1.Add(this.button1);
     global::Gtk.Box.BoxChild w4 = ((global::Gtk.Box.BoxChild)(this.hbox1 [this.button1]));
     w4.Position = 0;
     w4.Expand   = false;
     w4.Fill     = false;
     // Container child hbox1.Gtk.Box+BoxChild
     this.button2              = new global::Gtk.Button();
     this.button2.CanFocus     = true;
     this.button2.Name         = "button2";
     this.button2.UseStock     = true;
     this.button2.UseUnderline = true;
     this.button2.Label        = "gtk-remove";
     this.hbox1.Add(this.button2);
     global::Gtk.Box.BoxChild w5 = ((global::Gtk.Box.BoxChild)(this.hbox1 [this.button2]));
     w5.Position = 1;
     w5.Expand   = false;
     w5.Fill     = false;
     this.vbox3.Add(this.hbox1);
     global::Gtk.Box.BoxChild w6 = ((global::Gtk.Box.BoxChild)(this.vbox3 [this.hbox1]));
     w6.Position = 1;
     w6.Expand   = false;
     w6.Fill     = false;
     this.GtkAlignment.Add(this.vbox3);
     this.frame1.Add(this.GtkAlignment);
     this.GtkLabel2           = new global::Gtk.Label();
     this.GtkLabel2.Name      = "GtkLabel2";
     this.GtkLabel2.LabelProp = global::Mono.Unix.Catalog.GetString("<b>Macros</b>");
     this.GtkLabel2.UseMarkup = true;
     this.frame1.LabelWidget  = this.GtkLabel2;
     this.vbox1.Add(this.frame1);
     global::Gtk.Box.BoxChild w9 = ((global::Gtk.Box.BoxChild)(this.vbox1 [this.frame1]));
     w9.Position = 1;
     this.Add(this.vbox1);
     if ((this.Child != null))
     {
         this.Child.ShowAll();
     }
     this.Hide();
 }
Example #44
0
 protected virtual void Build()
 {
     global::Stetic.Gui.Initialize(this);
     // Widget ConnectFourGUI.NewGameWindow
     this.Name           = "ConnectFourGUI.NewGameWindow";
     this.Title          = global::Mono.Unix.Catalog.GetString("New Game");
     this.WindowPosition = ((global::Gtk.WindowPosition)(1));
     // Container child ConnectFourGUI.NewGameWindow.Gtk.Container+ContainerChild
     this.vbox10         = new global::Gtk.VBox();
     this.vbox10.Name    = "vbox10";
     this.vbox10.Spacing = 6;
     // Container child vbox10.Gtk.Box+BoxChild
     this.vbox13         = new global::Gtk.VBox();
     this.vbox13.Name    = "vbox13";
     this.vbox13.Spacing = 6;
     // Container child vbox13.Gtk.Box+BoxChild
     this.alignment5      = new global::Gtk.Alignment(0.5F, 0.5F, 1F, 1F);
     this.alignment5.Name = "alignment5";
     this.vbox13.Add(this.alignment5);
     global::Gtk.Box.BoxChild w1 = ((global::Gtk.Box.BoxChild)(this.vbox13[this.alignment5]));
     w1.Position = 0;
     // 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.numRowsLbl = new global::Gtk.Label();
     this.numRowsLbl.WidthRequest = 160;
     this.numRowsLbl.Name         = "numRowsLbl";
     this.numRowsLbl.LabelProp    = global::Mono.Unix.Catalog.GetString("Number of rows :");
     this.hbox2.Add(this.numRowsLbl);
     global::Gtk.Box.BoxChild w2 = ((global::Gtk.Box.BoxChild)(this.hbox2[this.numRowsLbl]));
     w2.Position = 0;
     w2.Expand   = false;
     w2.Fill     = false;
     // Container child hbox2.Gtk.Box+BoxChild
     this.numRowsSpinBtn          = new global::Gtk.SpinButton(6D, 20D, 1D);
     this.numRowsSpinBtn.CanFocus = true;
     this.numRowsSpinBtn.Name     = "numRowsSpinBtn";
     this.numRowsSpinBtn.Adjustment.PageIncrement = 10D;
     this.numRowsSpinBtn.ClimbRate = 1D;
     this.numRowsSpinBtn.Numeric   = true;
     this.numRowsSpinBtn.Value     = 6D;
     this.hbox2.Add(this.numRowsSpinBtn);
     global::Gtk.Box.BoxChild w3 = ((global::Gtk.Box.BoxChild)(this.hbox2[this.numRowsSpinBtn]));
     w3.Position = 1;
     w3.Expand   = false;
     w3.Fill     = false;
     this.vbox13.Add(this.hbox2);
     global::Gtk.Box.BoxChild w4 = ((global::Gtk.Box.BoxChild)(this.vbox13[this.hbox2]));
     w4.Position = 1;
     w4.Expand   = false;
     w4.Fill     = false;
     // Container child vbox13.Gtk.Box+BoxChild
     this.hbox4         = new global::Gtk.HBox();
     this.hbox4.Name    = "hbox4";
     this.hbox4.Spacing = 6;
     // Container child hbox4.Gtk.Box+BoxChild
     this.numColumnsLbl = new global::Gtk.Label();
     this.numColumnsLbl.WidthRequest = 160;
     this.numColumnsLbl.Name         = "numColumnsLbl";
     this.numColumnsLbl.LabelProp    = global::Mono.Unix.Catalog.GetString("Number of colums :");
     this.hbox4.Add(this.numColumnsLbl);
     global::Gtk.Box.BoxChild w5 = ((global::Gtk.Box.BoxChild)(this.hbox4[this.numColumnsLbl]));
     w5.Position = 0;
     w5.Expand   = false;
     w5.Fill     = false;
     // Container child hbox4.Gtk.Box+BoxChild
     this.numColumnsSpinBtn          = new global::Gtk.SpinButton(7D, 20D, 1D);
     this.numColumnsSpinBtn.CanFocus = true;
     this.numColumnsSpinBtn.Name     = "numColumnsSpinBtn";
     this.numColumnsSpinBtn.Adjustment.PageIncrement = 10D;
     this.numColumnsSpinBtn.ClimbRate = 1D;
     this.numColumnsSpinBtn.Numeric   = true;
     this.numColumnsSpinBtn.Value     = 7D;
     this.hbox4.Add(this.numColumnsSpinBtn);
     global::Gtk.Box.BoxChild w6 = ((global::Gtk.Box.BoxChild)(this.hbox4[this.numColumnsSpinBtn]));
     w6.Position = 1;
     w6.Expand   = false;
     w6.Fill     = false;
     this.vbox13.Add(this.hbox4);
     global::Gtk.Box.BoxChild w7 = ((global::Gtk.Box.BoxChild)(this.vbox13[this.hbox4]));
     w7.Position = 2;
     w7.Expand   = false;
     w7.Fill     = false;
     this.vbox10.Add(this.vbox13);
     global::Gtk.Box.BoxChild w8 = ((global::Gtk.Box.BoxChild)(this.vbox10[this.vbox13]));
     w8.Position = 0;
     // Container child vbox10.Gtk.Box+BoxChild
     this.vbox11         = new global::Gtk.VBox();
     this.vbox11.Name    = "vbox11";
     this.vbox11.Spacing = 6;
     // Container child vbox11.Gtk.Box+BoxChild
     this.hbox6         = new global::Gtk.HBox();
     this.hbox6.Name    = "hbox6";
     this.hbox6.Spacing = 6;
     // Container child hbox6.Gtk.Box+BoxChild
     this.numCountersWinLbl = new global::Gtk.Label();
     this.numCountersWinLbl.WidthRequest = 160;
     this.numCountersWinLbl.Name         = "numCountersWinLbl";
     this.numCountersWinLbl.LabelProp    = global::Mono.Unix.Catalog.GetString("Number counters to win :");
     this.hbox6.Add(this.numCountersWinLbl);
     global::Gtk.Box.BoxChild w9 = ((global::Gtk.Box.BoxChild)(this.hbox6[this.numCountersWinLbl]));
     w9.Position = 0;
     w9.Expand   = false;
     w9.Fill     = false;
     // Container child hbox6.Gtk.Box+BoxChild
     this.numCountersWinSpinBtn          = new global::Gtk.SpinButton(4D, 100D, 1D);
     this.numCountersWinSpinBtn.CanFocus = true;
     this.numCountersWinSpinBtn.Name     = "numCountersWinSpinBtn";
     this.numCountersWinSpinBtn.Adjustment.PageIncrement = 10D;
     this.numCountersWinSpinBtn.ClimbRate = 1D;
     this.numCountersWinSpinBtn.Numeric   = true;
     this.numCountersWinSpinBtn.Value     = 4D;
     this.hbox6.Add(this.numCountersWinSpinBtn);
     global::Gtk.Box.BoxChild w10 = ((global::Gtk.Box.BoxChild)(this.hbox6[this.numCountersWinSpinBtn]));
     w10.Position = 1;
     w10.Expand   = false;
     w10.Fill     = false;
     this.vbox11.Add(this.hbox6);
     global::Gtk.Box.BoxChild w11 = ((global::Gtk.Box.BoxChild)(this.vbox11[this.hbox6]));
     w11.Position = 0;
     w11.Expand   = false;
     w11.Fill     = false;
     // Container child vbox11.Gtk.Box+BoxChild
     this.alignment7      = new global::Gtk.Alignment(0.5F, 0.5F, 1F, 1F);
     this.alignment7.Name = "alignment7";
     this.vbox11.Add(this.alignment7);
     global::Gtk.Box.BoxChild w12 = ((global::Gtk.Box.BoxChild)(this.vbox11[this.alignment7]));
     w12.Position = 1;
     // Container child vbox11.Gtk.Box+BoxChild
     this.hbox8         = new global::Gtk.HBox();
     this.hbox8.Name    = "hbox8";
     this.hbox8.Spacing = 6;
     // Container child hbox8.Gtk.Box+BoxChild
     this.numHumanPlayersLbl = new global::Gtk.Label();
     this.numHumanPlayersLbl.WidthRequest = 160;
     this.numHumanPlayersLbl.Name         = "numHumanPlayersLbl";
     this.numHumanPlayersLbl.LabelProp    = global::Mono.Unix.Catalog.GetString("Number of human players :");
     this.hbox8.Add(this.numHumanPlayersLbl);
     global::Gtk.Box.BoxChild w13 = ((global::Gtk.Box.BoxChild)(this.hbox8[this.numHumanPlayersLbl]));
     w13.Position = 0;
     w13.Expand   = false;
     w13.Fill     = false;
     // Container child hbox8.Gtk.Box+BoxChild
     this.numHumanPlayersSpinBtn          = new global::Gtk.SpinButton(0D, 10D, 1D);
     this.numHumanPlayersSpinBtn.CanFocus = true;
     this.numHumanPlayersSpinBtn.Name     = "numHumanPlayersSpinBtn";
     this.numHumanPlayersSpinBtn.Adjustment.PageIncrement = 10D;
     this.numHumanPlayersSpinBtn.ClimbRate = 1D;
     this.numHumanPlayersSpinBtn.Numeric   = true;
     this.numHumanPlayersSpinBtn.Value     = 1D;
     this.hbox8.Add(this.numHumanPlayersSpinBtn);
     global::Gtk.Box.BoxChild w14 = ((global::Gtk.Box.BoxChild)(this.hbox8[this.numHumanPlayersSpinBtn]));
     w14.Position = 1;
     w14.Expand   = false;
     w14.Fill     = false;
     this.vbox11.Add(this.hbox8);
     global::Gtk.Box.BoxChild w15 = ((global::Gtk.Box.BoxChild)(this.vbox11[this.hbox8]));
     w15.Position = 2;
     w15.Expand   = false;
     w15.Fill     = false;
     this.vbox10.Add(this.vbox11);
     global::Gtk.Box.BoxChild w16 = ((global::Gtk.Box.BoxChild)(this.vbox10[this.vbox11]));
     w16.Position = 1;
     // Container child vbox10.Gtk.Box+BoxChild
     this.vbox15         = new global::Gtk.VBox();
     this.vbox15.Name    = "vbox15";
     this.vbox15.Spacing = 6;
     // Container child vbox15.Gtk.Box+BoxChild
     this.hbox10         = new global::Gtk.HBox();
     this.hbox10.Name    = "hbox10";
     this.hbox10.Spacing = 6;
     // Container child hbox10.Gtk.Box+BoxChild
     this.numAILbl = new global::Gtk.Label();
     this.numAILbl.WidthRequest = 160;
     this.numAILbl.Name         = "numAILbl";
     this.numAILbl.LabelProp    = global::Mono.Unix.Catalog.GetString("Number of AI players :");
     this.hbox10.Add(this.numAILbl);
     global::Gtk.Box.BoxChild w17 = ((global::Gtk.Box.BoxChild)(this.hbox10[this.numAILbl]));
     w17.Position = 0;
     w17.Expand   = false;
     w17.Fill     = false;
     // Container child hbox10.Gtk.Box+BoxChild
     this.numAIPlayersSpinBtn          = new global::Gtk.SpinButton(0D, 10D, 1D);
     this.numAIPlayersSpinBtn.CanFocus = true;
     this.numAIPlayersSpinBtn.Name     = "numAIPlayersSpinBtn";
     this.numAIPlayersSpinBtn.Adjustment.PageIncrement = 10D;
     this.numAIPlayersSpinBtn.ClimbRate = 1D;
     this.numAIPlayersSpinBtn.Numeric   = true;
     this.numAIPlayersSpinBtn.Value     = 1D;
     this.hbox10.Add(this.numAIPlayersSpinBtn);
     global::Gtk.Box.BoxChild w18 = ((global::Gtk.Box.BoxChild)(this.hbox10[this.numAIPlayersSpinBtn]));
     w18.Position = 1;
     w18.Expand   = false;
     w18.Fill     = false;
     this.vbox15.Add(this.hbox10);
     global::Gtk.Box.BoxChild w19 = ((global::Gtk.Box.BoxChild)(this.vbox15[this.hbox10]));
     w19.Position = 0;
     w19.Expand   = false;
     w19.Fill     = false;
     // Container child vbox15.Gtk.Box+BoxChild
     this.hbox12         = new global::Gtk.HBox();
     this.hbox12.Name    = "hbox12";
     this.hbox12.Spacing = 6;
     // Container child hbox12.Gtk.Box+BoxChild
     this.boolAIMoveWaitLbl = new global::Gtk.Label();
     this.boolAIMoveWaitLbl.WidthRequest = 160;
     this.boolAIMoveWaitLbl.Name         = "boolAIMoveWaitLbl";
     this.boolAIMoveWaitLbl.LabelProp    = global::Mono.Unix.Catalog.GetString("Wait after AI moves :");
     this.hbox12.Add(this.boolAIMoveWaitLbl);
     global::Gtk.Box.BoxChild w20 = ((global::Gtk.Box.BoxChild)(this.hbox12[this.boolAIMoveWaitLbl]));
     w20.Position = 0;
     w20.Expand   = false;
     w20.Fill     = false;
     // Container child hbox12.Gtk.Box+BoxChild
     this.AIMoveWaitButton = new global::Gtk.CheckButton();
     this.AIMoveWaitButton.WidthRequest  = 0;
     this.AIMoveWaitButton.CanFocus      = true;
     this.AIMoveWaitButton.Name          = "AIMoveWaitButton";
     this.AIMoveWaitButton.Label         = global::Mono.Unix.Catalog.GetString("Tick for yes");
     this.AIMoveWaitButton.Active        = true;
     this.AIMoveWaitButton.DrawIndicator = true;
     this.AIMoveWaitButton.UseUnderline  = true;
     this.hbox12.Add(this.AIMoveWaitButton);
     global::Gtk.Box.BoxChild w21 = ((global::Gtk.Box.BoxChild)(this.hbox12[this.AIMoveWaitButton]));
     w21.Position = 1;
     this.vbox15.Add(this.hbox12);
     global::Gtk.Box.BoxChild w22 = ((global::Gtk.Box.BoxChild)(this.vbox15[this.hbox12]));
     w22.Position = 1;
     w22.Expand   = false;
     w22.Fill     = false;
     // Container child vbox15.Gtk.Box+BoxChild
     this.hbox14         = new global::Gtk.HBox();
     this.hbox14.Name    = "hbox14";
     this.hbox14.Spacing = 6;
     // Container child hbox14.Gtk.Box+BoxChild
     this.alignment10      = new global::Gtk.Alignment(0.5F, 0.5F, 1F, 1F);
     this.alignment10.Name = "alignment10";
     this.hbox14.Add(this.alignment10);
     global::Gtk.Box.BoxChild w23 = ((global::Gtk.Box.BoxChild)(this.hbox14[this.alignment10]));
     w23.Position = 0;
     // Container child hbox14.Gtk.Box+BoxChild
     this.cancelGameSettingsBtn = new global::Gtk.Button();
     this.cancelGameSettingsBtn.WidthRequest  = 60;
     this.cancelGameSettingsBtn.HeightRequest = 35;
     this.cancelGameSettingsBtn.CanFocus      = true;
     this.cancelGameSettingsBtn.Name          = "cancelGameSettingsBtn";
     this.cancelGameSettingsBtn.UseUnderline  = true;
     this.cancelGameSettingsBtn.Label         = global::Mono.Unix.Catalog.GetString("Cancel");
     this.hbox14.Add(this.cancelGameSettingsBtn);
     global::Gtk.Box.BoxChild w24 = ((global::Gtk.Box.BoxChild)(this.hbox14[this.cancelGameSettingsBtn]));
     w24.Position = 1;
     w24.Expand   = false;
     w24.Fill     = false;
     // Container child hbox14.Gtk.Box+BoxChild
     this.startGameBtn = new global::Gtk.Button();
     this.startGameBtn.WidthRequest  = 60;
     this.startGameBtn.HeightRequest = 35;
     this.startGameBtn.CanFocus      = true;
     this.startGameBtn.Name          = "startGameBtn";
     this.startGameBtn.UseUnderline  = true;
     this.startGameBtn.Label         = global::Mono.Unix.Catalog.GetString("Start");
     this.hbox14.Add(this.startGameBtn);
     global::Gtk.Box.BoxChild w25 = ((global::Gtk.Box.BoxChild)(this.hbox14[this.startGameBtn]));
     w25.Position = 2;
     w25.Expand   = false;
     w25.Fill     = false;
     this.vbox15.Add(this.hbox14);
     global::Gtk.Box.BoxChild w26 = ((global::Gtk.Box.BoxChild)(this.vbox15[this.hbox14]));
     w26.Position = 2;
     w26.Expand   = false;
     w26.Fill     = false;
     this.vbox10.Add(this.vbox15);
     global::Gtk.Box.BoxChild w27 = ((global::Gtk.Box.BoxChild)(this.vbox10[this.vbox15]));
     w27.Position = 2;
     w27.Expand   = false;
     w27.Fill     = false;
     this.Add(this.vbox10);
     if ((this.Child != null))
     {
         this.Child.ShowAll();
     }
     this.DefaultWidth  = 400;
     this.DefaultHeight = 300;
     this.Show();
     this.cancelGameSettingsBtn.Clicked += new global::System.EventHandler(this.OnCancelGameSettingsBtnClicked);
     this.startGameBtn.Clicked          += new global::System.EventHandler(this.OnStartGameBtnClicked);
 }
Example #45
0
 protected virtual void Build()
 {
     global::Stetic.Gui.Initialize(this);
     // Widget TextureMerger.PreferenceDialog
     this.Name           = "TextureMerger.PreferenceDialog";
     this.Title          = global::Mono.Unix.Catalog.GetString("Preferences");
     this.WindowPosition = ((global::Gtk.WindowPosition)(4));
     // Internal child TextureMerger.PreferenceDialog.VBox
     global::Gtk.VBox w1 = this.VBox;
     w1.Name        = "dialog1_VBox";
     w1.BorderWidth = ((uint)(2));
     // Container child dialog1_VBox.Gtk.Box+BoxChild
     this.vbox2         = new global::Gtk.VBox();
     this.vbox2.Name    = "vbox2";
     this.vbox2.Spacing = 6;
     // Container child vbox2.Gtk.Box+BoxChild
     this.LabelDefaults           = new global::Gtk.Label();
     this.LabelDefaults.Name      = "LabelDefaults";
     this.LabelDefaults.LabelProp = global::Mono.Unix.Catalog.GetString("Defaults");
     this.vbox2.Add(this.LabelDefaults);
     global::Gtk.Box.BoxChild w2 = ((global::Gtk.Box.BoxChild)(this.vbox2 [this.LabelDefaults]));
     w2.Position = 0;
     w2.Expand   = false;
     w2.Fill     = false;
     // Container child vbox2.Gtk.Box+BoxChild
     this.hseparator1      = new global::Gtk.HSeparator();
     this.hseparator1.Name = "hseparator1";
     this.vbox2.Add(this.hseparator1);
     global::Gtk.Box.BoxChild w3 = ((global::Gtk.Box.BoxChild)(this.vbox2 [this.hseparator1]));
     w3.Position = 1;
     w3.Expand   = false;
     w3.Fill     = false;
     w3.Padding  = ((uint)(2));
     // Container child vbox2.Gtk.Box+BoxChild
     this.hbox1             = new global::Gtk.HBox();
     this.hbox1.Name        = "hbox1";
     this.hbox1.Homogeneous = true;
     this.hbox1.Spacing     = 6;
     // Container child hbox1.Gtk.Box+BoxChild
     this.lblFormat           = new global::Gtk.Label();
     this.lblFormat.Name      = "lblFormat";
     this.lblFormat.Xalign    = 0F;
     this.lblFormat.LabelProp = global::Mono.Unix.Catalog.GetString("Format: ");
     this.hbox1.Add(this.lblFormat);
     global::Gtk.Box.BoxChild w4 = ((global::Gtk.Box.BoxChild)(this.hbox1 [this.lblFormat]));
     w4.Position = 0;
     w4.Expand   = false;
     w4.Padding  = ((uint)(15));
     // Container child hbox1.Gtk.Box+BoxChild
     this.comboFormat = global::Gtk.ComboBox.NewText();
     this.comboFormat.AppendText(global::Mono.Unix.Catalog.GetString("Bmp"));
     this.comboFormat.AppendText(global::Mono.Unix.Catalog.GetString("Png"));
     this.comboFormat.AppendText(global::Mono.Unix.Catalog.GetString("Jpg"));
     this.comboFormat.Name   = "comboFormat";
     this.comboFormat.Active = 0;
     this.hbox1.Add(this.comboFormat);
     global::Gtk.Box.BoxChild w5 = ((global::Gtk.Box.BoxChild)(this.hbox1 [this.comboFormat]));
     w5.Position = 1;
     w5.Expand   = false;
     this.vbox2.Add(this.hbox1);
     global::Gtk.Box.BoxChild w6 = ((global::Gtk.Box.BoxChild)(this.vbox2 [this.hbox1]));
     w6.Position = 2;
     w6.Expand   = false;
     w6.Fill     = false;
     // Container child vbox2.Gtk.Box+BoxChild
     this.hbox2             = new global::Gtk.HBox();
     this.hbox2.Name        = "hbox2";
     this.hbox2.Homogeneous = true;
     this.hbox2.Spacing     = 6;
     this.hbox2.BorderWidth = ((uint)(3));
     // Container child hbox2.Gtk.Box+BoxChild
     this.lblSize           = new global::Gtk.Label();
     this.lblSize.Name      = "lblSize";
     this.lblSize.Xalign    = 0F;
     this.lblSize.LabelProp = global::Mono.Unix.Catalog.GetString("Size: ");
     this.hbox2.Add(this.lblSize);
     global::Gtk.Box.BoxChild w7 = ((global::Gtk.Box.BoxChild)(this.hbox2 [this.lblSize]));
     w7.Position = 0;
     w7.Expand   = false;
     w7.Padding  = ((uint)(15));
     // Container child hbox2.Gtk.Box+BoxChild
     this.hbox3         = new global::Gtk.HBox();
     this.hbox3.Name    = "hbox3";
     this.hbox3.Spacing = 6;
     // Container child hbox3.Gtk.Box+BoxChild
     this.txtWidth               = new global::Gtk.Entry();
     this.txtWidth.CanFocus      = true;
     this.txtWidth.Name          = "txtWidth";
     this.txtWidth.IsEditable    = true;
     this.txtWidth.InvisibleChar = '•';
     this.hbox3.Add(this.txtWidth);
     global::Gtk.Box.BoxChild w8 = ((global::Gtk.Box.BoxChild)(this.hbox3 [this.txtWidth]));
     w8.Position = 0;
     w8.Expand   = false;
     // Container child hbox3.Gtk.Box+BoxChild
     this.label1           = new global::Gtk.Label();
     this.label1.Name      = "label1";
     this.label1.LabelProp = global::Mono.Unix.Catalog.GetString("x");
     this.hbox3.Add(this.label1);
     global::Gtk.Box.BoxChild w9 = ((global::Gtk.Box.BoxChild)(this.hbox3 [this.label1]));
     w9.Position = 1;
     w9.Expand   = false;
     w9.Fill     = false;
     // Container child hbox3.Gtk.Box+BoxChild
     this.txtHeight               = new global::Gtk.Entry();
     this.txtHeight.CanFocus      = true;
     this.txtHeight.Name          = "txtHeight";
     this.txtHeight.IsEditable    = true;
     this.txtHeight.InvisibleChar = '•';
     this.hbox3.Add(this.txtHeight);
     global::Gtk.Box.BoxChild w10 = ((global::Gtk.Box.BoxChild)(this.hbox3 [this.txtHeight]));
     w10.Position = 2;
     w10.Expand   = false;
     this.hbox2.Add(this.hbox3);
     global::Gtk.Box.BoxChild w11 = ((global::Gtk.Box.BoxChild)(this.hbox2 [this.hbox3]));
     w11.Position = 1;
     this.vbox2.Add(this.hbox2);
     global::Gtk.Box.BoxChild w12 = ((global::Gtk.Box.BoxChild)(this.vbox2 [this.hbox2]));
     w12.Position = 3;
     w12.Expand   = false;
     w12.Fill     = false;
     // Container child vbox2.Gtk.Box+BoxChild
     this.hbox5             = new global::Gtk.HBox();
     this.hbox5.Name        = "hbox5";
     this.hbox5.Homogeneous = true;
     this.hbox5.Spacing     = 6;
     // Container child hbox5.Gtk.Box+BoxChild
     this.lblPreviewSize           = new global::Gtk.Label();
     this.lblPreviewSize.Name      = "lblPreviewSize";
     this.lblPreviewSize.Xalign    = 0F;
     this.lblPreviewSize.LabelProp = global::Mono.Unix.Catalog.GetString("Preview Size:");
     this.hbox5.Add(this.lblPreviewSize);
     global::Gtk.Box.BoxChild w13 = ((global::Gtk.Box.BoxChild)(this.hbox5 [this.lblPreviewSize]));
     w13.Position = 0;
     w13.Expand   = false;
     w13.Padding  = ((uint)(15));
     // Container child hbox5.Gtk.Box+BoxChild
     this.comboPreviewSize = global::Gtk.ComboBox.NewText();
     this.comboPreviewSize.AppendText(global::Mono.Unix.Catalog.GetString("16"));
     this.comboPreviewSize.AppendText(global::Mono.Unix.Catalog.GetString("32"));
     this.comboPreviewSize.AppendText(global::Mono.Unix.Catalog.GetString("64"));
     this.comboPreviewSize.AppendText(global::Mono.Unix.Catalog.GetString("128"));
     this.comboPreviewSize.Name   = "comboPreviewSize";
     this.comboPreviewSize.Active = 2;
     this.hbox5.Add(this.comboPreviewSize);
     global::Gtk.Box.BoxChild w14 = ((global::Gtk.Box.BoxChild)(this.hbox5 [this.comboPreviewSize]));
     w14.Position = 1;
     w14.Expand   = false;
     this.vbox2.Add(this.hbox5);
     global::Gtk.Box.BoxChild w15 = ((global::Gtk.Box.BoxChild)(this.vbox2 [this.hbox5]));
     w15.PackType = ((global::Gtk.PackType)(1));
     w15.Position = 4;
     w15.Expand   = false;
     w15.Fill     = false;
     // Container child vbox2.Gtk.Box+BoxChild
     this.LabelPref           = new global::Gtk.Label();
     this.LabelPref.Name      = "LabelPref";
     this.LabelPref.LabelProp = global::Mono.Unix.Catalog.GetString("Preferences");
     this.vbox2.Add(this.LabelPref);
     global::Gtk.Box.BoxChild w16 = ((global::Gtk.Box.BoxChild)(this.vbox2 [this.LabelPref]));
     w16.PackType = ((global::Gtk.PackType)(1));
     w16.Position = 5;
     w16.Expand   = false;
     w16.Fill     = false;
     // Container child vbox2.Gtk.Box+BoxChild
     this.hseparator2      = new global::Gtk.HSeparator();
     this.hseparator2.Name = "hseparator2";
     this.vbox2.Add(this.hseparator2);
     global::Gtk.Box.BoxChild w17 = ((global::Gtk.Box.BoxChild)(this.vbox2 [this.hseparator2]));
     w17.PackType = ((global::Gtk.PackType)(1));
     w17.Position = 6;
     w17.Expand   = false;
     w17.Fill     = false;
     // Container child vbox2.Gtk.Box+BoxChild
     this.hbox4             = new global::Gtk.HBox();
     this.hbox4.Name        = "hbox4";
     this.hbox4.Homogeneous = true;
     this.hbox4.Spacing     = 6;
     this.hbox4.BorderWidth = ((uint)(3));
     // Container child hbox4.Gtk.Box+BoxChild
     this.lblProportion           = new global::Gtk.Label();
     this.lblProportion.Name      = "lblProportion";
     this.lblProportion.Xalign    = 0F;
     this.lblProportion.LabelProp = global::Mono.Unix.Catalog.GetString("Keep Proportions:");
     this.hbox4.Add(this.lblProportion);
     global::Gtk.Box.BoxChild w18 = ((global::Gtk.Box.BoxChild)(this.hbox4 [this.lblProportion]));
     w18.Position = 0;
     w18.Expand   = false;
     w18.Padding  = ((uint)(15));
     // Container child hbox4.Gtk.Box+BoxChild
     this.chkProportion               = new global::Gtk.CheckButton();
     this.chkProportion.CanFocus      = true;
     this.chkProportion.Name          = "chkProportion";
     this.chkProportion.Label         = global::Mono.Unix.Catalog.GetString("Keep");
     this.chkProportion.DrawIndicator = true;
     this.chkProportion.UseUnderline  = true;
     this.hbox4.Add(this.chkProportion);
     global::Gtk.Box.BoxChild w19 = ((global::Gtk.Box.BoxChild)(this.hbox4 [this.chkProportion]));
     w19.Position = 1;
     this.vbox2.Add(this.hbox4);
     global::Gtk.Box.BoxChild w20 = ((global::Gtk.Box.BoxChild)(this.vbox2 [this.hbox4]));
     w20.PackType = ((global::Gtk.PackType)(1));
     w20.Position = 7;
     w20.Expand   = false;
     w20.Fill     = false;
     w1.Add(this.vbox2);
     global::Gtk.Box.BoxChild w21 = ((global::Gtk.Box.BoxChild)(w1 [this.vbox2]));
     w21.Position = 0;
     w21.Expand   = false;
     w21.Fill     = false;
     // Internal child TextureMerger.PreferenceDialog.ActionArea
     global::Gtk.HButtonBox w22 = this.ActionArea;
     w22.Name        = "dialog1_ActionArea";
     w22.Spacing     = 10;
     w22.BorderWidth = ((uint)(5));
     w22.LayoutStyle = ((global::Gtk.ButtonBoxStyle)(4));
     // Container child dialog1_ActionArea.Gtk.ButtonBox+ButtonBoxChild
     this.buttonCancel              = new global::Gtk.Button();
     this.buttonCancel.CanDefault   = true;
     this.buttonCancel.CanFocus     = true;
     this.buttonCancel.Name         = "buttonCancel";
     this.buttonCancel.UseStock     = true;
     this.buttonCancel.UseUnderline = true;
     this.buttonCancel.Label        = "gtk-cancel";
     this.AddActionWidget(this.buttonCancel, -6);
     global::Gtk.ButtonBox.ButtonBoxChild w23 = ((global::Gtk.ButtonBox.ButtonBoxChild)(w22 [this.buttonCancel]));
     w23.Expand = false;
     w23.Fill   = false;
     // Container child dialog1_ActionArea.Gtk.ButtonBox+ButtonBoxChild
     this.buttonOk              = new global::Gtk.Button();
     this.buttonOk.CanDefault   = true;
     this.buttonOk.CanFocus     = true;
     this.buttonOk.Name         = "buttonOk";
     this.buttonOk.UseStock     = true;
     this.buttonOk.UseUnderline = true;
     this.buttonOk.Label        = "gtk-ok";
     this.AddActionWidget(this.buttonOk, -5);
     global::Gtk.ButtonBox.ButtonBoxChild w24 = ((global::Gtk.ButtonBox.ButtonBoxChild)(w22 [this.buttonOk]));
     w24.Position = 1;
     w24.Expand   = false;
     w24.Fill     = false;
     if ((this.Child != null))
     {
         this.Child.ShowAll();
     }
     this.DefaultWidth  = 750;
     this.DefaultHeight = 262;
     this.Show();
     this.DeleteEvent          += new global::Gtk.DeleteEventHandler(this.OnDeleteEvent);
     this.buttonCancel.Clicked += new global::System.EventHandler(this.OnButtonCancelClicked);
     this.buttonOk.Clicked     += new global::System.EventHandler(this.OnButtonOkClicked);
 }
 protected virtual void Build()
 {
     global::Stetic.Gui.Initialize(this);
     // Widget Vodovoz.ClientBalanceFilter
     global::Stetic.BinContainer.Attach(this);
     this.Name = "Vodovoz.ClientBalanceFilter";
     // Container child Vodovoz.ClientBalanceFilter.Gtk.Container+ContainerChild
     this.table1               = new global::Gtk.Table(((uint)(2)), ((uint)(4)), false);
     this.table1.Name          = "table1";
     this.table1.RowSpacing    = ((uint)(6));
     this.table1.ColumnSpacing = ((uint)(6));
     // Container child table1.Gtk.Table+TableChild
     this.checkIncludeSold               = new global::Gtk.CheckButton();
     this.checkIncludeSold.CanFocus      = true;
     this.checkIncludeSold.Name          = "checkIncludeSold";
     this.checkIncludeSold.Label         = global::Mono.Unix.Catalog.GetString("Включая проданное");
     this.checkIncludeSold.DrawIndicator = true;
     this.checkIncludeSold.UseUnderline  = true;
     this.table1.Add(this.checkIncludeSold);
     global::Gtk.Table.TableChild w1 = ((global::Gtk.Table.TableChild)(this.table1[this.checkIncludeSold]));
     w1.TopAttach    = ((uint)(1));
     w1.BottomAttach = ((uint)(2));
     w1.LeftAttach   = ((uint)(1));
     w1.RightAttach  = ((uint)(2));
     w1.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     this.entryClient                  = new global::QS.Widgets.GtkUI.EntityViewModelEntry();
     this.entryClient.Events           = ((global::Gdk.EventMask)(256));
     this.entryClient.Name             = "entryClient";
     this.entryClient.CanEditReference = false;
     this.table1.Add(this.entryClient);
     global::Gtk.Table.TableChild w2 = ((global::Gtk.Table.TableChild)(this.table1[this.entryClient]));
     w2.LeftAttach  = ((uint)(1));
     w2.RightAttach = ((uint)(2));
     w2.YOptions    = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     this.entryreferenceNomenclature        = new global::QSOrmProject.EntryReference();
     this.entryreferenceNomenclature.Events = ((global::Gdk.EventMask)(256));
     this.entryreferenceNomenclature.Name   = "entryreferenceNomenclature";
     this.table1.Add(this.entryreferenceNomenclature);
     global::Gtk.Table.TableChild w3 = ((global::Gtk.Table.TableChild)(this.table1[this.entryreferenceNomenclature]));
     w3.TopAttach    = ((uint)(1));
     w3.BottomAttach = ((uint)(2));
     w3.LeftAttach   = ((uint)(3));
     w3.RightAttach  = ((uint)(4));
     w3.XOptions     = ((global::Gtk.AttachOptions)(4));
     w3.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     this.entryreferencePoint           = new global::QS.Widgets.GtkUI.RepresentationEntry();
     this.entryreferencePoint.Sensitive = false;
     this.entryreferencePoint.Events    = ((global::Gdk.EventMask)(256));
     this.entryreferencePoint.Name      = "entryreferencePoint";
     this.table1.Add(this.entryreferencePoint);
     global::Gtk.Table.TableChild w4 = ((global::Gtk.Table.TableChild)(this.table1[this.entryreferencePoint]));
     w4.LeftAttach  = ((uint)(3));
     w4.RightAttach = ((uint)(4));
     w4.XOptions    = ((global::Gtk.AttachOptions)(4));
     w4.YOptions    = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     this.label1           = new global::Gtk.Label();
     this.label1.Name      = "label1";
     this.label1.LabelProp = global::Mono.Unix.Catalog.GetString("Контрагент:");
     this.table1.Add(this.label1);
     global::Gtk.Table.TableChild w5 = ((global::Gtk.Table.TableChild)(this.table1[this.label1]));
     w5.XOptions = ((global::Gtk.AttachOptions)(4));
     w5.YOptions = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     this.label2           = new global::Gtk.Label();
     this.label2.Name      = "label2";
     this.label2.LabelProp = global::Mono.Unix.Catalog.GetString("Точка доставки:");
     this.table1.Add(this.label2);
     global::Gtk.Table.TableChild w6 = ((global::Gtk.Table.TableChild)(this.table1[this.label2]));
     w6.LeftAttach  = ((uint)(2));
     w6.RightAttach = ((uint)(3));
     w6.XOptions    = ((global::Gtk.AttachOptions)(4));
     w6.YOptions    = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     this.label3           = new global::Gtk.Label();
     this.label3.Name      = "label3";
     this.label3.Xalign    = 1F;
     this.label3.LabelProp = global::Mono.Unix.Catalog.GetString("Номенклатура:");
     this.table1.Add(this.label3);
     global::Gtk.Table.TableChild w7 = ((global::Gtk.Table.TableChild)(this.table1[this.label3]));
     w7.TopAttach    = ((uint)(1));
     w7.BottomAttach = ((uint)(2));
     w7.LeftAttach   = ((uint)(2));
     w7.RightAttach  = ((uint)(3));
     w7.XOptions     = ((global::Gtk.AttachOptions)(4));
     w7.YOptions     = ((global::Gtk.AttachOptions)(4));
     this.Add(this.table1);
     if ((this.Child != null))
     {
         this.Child.ShowAll();
     }
     this.Hide();
     this.entryreferencePoint.Changed += new global::System.EventHandler(this.OnEntryreferencePointChanged);
     this.entryreferenceNomenclature.ChangedByUser += new global::System.EventHandler(this.OnEntryreferenceNomenclatureChangedByUser);
     this.entryClient.Changed      += new global::System.EventHandler(this.OnEntryClientChanged);
     this.checkIncludeSold.Toggled += new global::System.EventHandler(this.OnCheckIncludeSoldToggled);
 }
 protected virtual void Build()
 {
     global::Stetic.Gui.Initialize(this);
     // Widget MonoDevelop.RegexToolkit.RegexToolkitWidget
     global::Stetic.BinContainer.Attach(this);
     this.Name = "MonoDevelop.RegexToolkit.RegexToolkitWidget";
     // Container child MonoDevelop.RegexToolkit.RegexToolkitWidget.Gtk.Container+ContainerChild
     this.vbox2         = new global::Gtk.VBox();
     this.vbox2.Name    = "vbox2";
     this.vbox2.Spacing = 6;
     // Container child vbox2.Gtk.Box+BoxChild
     this.vpaned1             = new global::Gtk.VPaned();
     this.vpaned1.CanFocus    = true;
     this.vpaned1.Name        = "vpaned1";
     this.vpaned1.Position    = 359;
     this.vpaned1.BorderWidth = ((uint)(6));
     // Container child vpaned1.Gtk.Paned+PanedChild
     this.vbox1         = new global::Gtk.VBox();
     this.vbox1.Name    = "vbox1";
     this.vbox1.Spacing = 6;
     // Container child vbox1.Gtk.Box+BoxChild
     this.hbox1         = new global::Gtk.HBox();
     this.hbox1.Name    = "hbox1";
     this.hbox1.Spacing = 6;
     // Container child hbox1.Gtk.Box+BoxChild
     this.vbox6             = new global::Gtk.VBox();
     this.vbox6.Name        = "vbox6";
     this.vbox6.Spacing     = 6;
     this.vbox6.BorderWidth = ((uint)(6));
     // Container child vbox6.Gtk.Box+BoxChild
     this.label8              = new global::Gtk.Label();
     this.label8.Name         = "label8";
     this.label8.Xalign       = 0F;
     this.label8.LabelProp    = global::Mono.Unix.Catalog.GetString("Regular Expression");
     this.label8.UseUnderline = true;
     this.vbox6.Add(this.label8);
     global::Gtk.Box.BoxChild w1 = ((global::Gtk.Box.BoxChild)(this.vbox6 [this.label8]));
     w1.Position = 0;
     w1.Expand   = false;
     w1.Fill     = false;
     // Container child vbox6.Gtk.Box+BoxChild
     this.entryRegEx               = new global::Gtk.Entry();
     this.entryRegEx.CanFocus      = true;
     this.entryRegEx.Name          = "entryRegEx";
     this.entryRegEx.IsEditable    = true;
     this.entryRegEx.InvisibleChar = '●';
     this.vbox6.Add(this.entryRegEx);
     global::Gtk.Box.BoxChild w2 = ((global::Gtk.Box.BoxChild)(this.vbox6 [this.entryRegEx]));
     w2.Position = 1;
     w2.Expand   = false;
     w2.Fill     = false;
     // Container child vbox6.Gtk.Box+BoxChild
     this.vbox3         = new global::Gtk.VBox();
     this.vbox3.Name    = "vbox3";
     this.vbox3.Spacing = 6;
     // Container child vbox3.Gtk.Box+BoxChild
     this.checkbuttonReplace               = new global::Gtk.CheckButton();
     this.checkbuttonReplace.CanFocus      = true;
     this.checkbuttonReplace.Name          = "checkbuttonReplace";
     this.checkbuttonReplace.Label         = global::Mono.Unix.Catalog.GetString("Replace");
     this.checkbuttonReplace.Active        = true;
     this.checkbuttonReplace.DrawIndicator = true;
     this.checkbuttonReplace.UseUnderline  = true;
     this.vbox3.Add(this.checkbuttonReplace);
     global::Gtk.Box.BoxChild w3 = ((global::Gtk.Box.BoxChild)(this.vbox3 [this.checkbuttonReplace]));
     w3.Position = 0;
     w3.Expand   = false;
     w3.Fill     = false;
     // Container child vbox3.Gtk.Box+BoxChild
     this.entryReplace               = new global::Gtk.Entry();
     this.entryReplace.CanFocus      = true;
     this.entryReplace.Name          = "entryReplace";
     this.entryReplace.IsEditable    = true;
     this.entryReplace.InvisibleChar = '●';
     this.vbox3.Add(this.entryReplace);
     global::Gtk.Box.BoxChild w4 = ((global::Gtk.Box.BoxChild)(this.vbox3 [this.entryReplace]));
     w4.Position = 1;
     w4.Expand   = false;
     w4.Fill     = false;
     // Container child vbox3.Gtk.Box+BoxChild
     this.hbox7         = new global::Gtk.HBox();
     this.hbox7.Name    = "hbox7";
     this.hbox7.Spacing = 6;
     // Container child hbox7.Gtk.Box+BoxChild
     this.expandMatches = new global::Gtk.CheckButton();
     this.expandMatches.TooltipMarkup = "Expands the tree representation of the matchign groups in the matches treeview further down.";
     this.expandMatches.CanFocus      = true;
     this.expandMatches.Name          = "expandMatches";
     this.expandMatches.Label         = global::Mono.Unix.Catalog.GetString("Expand matches");
     this.expandMatches.Active        = true;
     this.expandMatches.DrawIndicator = true;
     this.expandMatches.UseUnderline  = true;
     this.expandMatches.BorderWidth   = ((uint)(3));
     this.hbox7.Add(this.expandMatches);
     global::Gtk.Box.BoxChild w5 = ((global::Gtk.Box.BoxChild)(this.hbox7 [this.expandMatches]));
     w5.Position = 0;
     w5.Expand   = false;
     // Container child hbox7.Gtk.Box+BoxChild
     this.buttonStart              = new global::Gtk.Button();
     this.buttonStart.CanDefault   = true;
     this.buttonStart.CanFocus     = true;
     this.buttonStart.Name         = "buttonStart";
     this.buttonStart.UseUnderline = true;
     // Container child buttonStart.Gtk.Container+ContainerChild
     global::Gtk.Alignment w6 = new global::Gtk.Alignment(0.5F, 0.5F, 0F, 0F);
     // Container child GtkAlignment.Gtk.Container+ContainerChild
     global::Gtk.HBox w7 = new global::Gtk.HBox();
     w7.Spacing = 2;
     // Container child GtkHBox.Gtk.Container+ContainerChild
     global::Gtk.Image w8 = new global::Gtk.Image();
     w8.Pixbuf = global::Stetic.IconLoader.LoadIcon(this, "gtk-media-play", global::Gtk.IconSize.Menu);
     w7.Add(w8);
     // Container child GtkHBox.Gtk.Container+ContainerChild
     global::Gtk.Label w10 = new global::Gtk.Label();
     w10.LabelProp    = global::Mono.Unix.Catalog.GetString("Start Regular E_xpression");
     w10.UseUnderline = true;
     w7.Add(w10);
     w6.Add(w7);
     this.buttonStart.Add(w6);
     this.hbox7.Add(this.buttonStart);
     global::Gtk.Box.BoxChild w14 = ((global::Gtk.Box.BoxChild)(this.hbox7 [this.buttonStart]));
     w14.PackType = ((global::Gtk.PackType)(1));
     w14.Position = 1;
     w14.Expand   = false;
     w14.Fill     = false;
     this.vbox3.Add(this.hbox7);
     global::Gtk.Box.BoxChild w15 = ((global::Gtk.Box.BoxChild)(this.vbox3 [this.hbox7]));
     w15.PackType = ((global::Gtk.PackType)(1));
     w15.Position = 2;
     w15.Expand   = false;
     w15.Fill     = false;
     this.vbox6.Add(this.vbox3);
     global::Gtk.Box.BoxChild w16 = ((global::Gtk.Box.BoxChild)(this.vbox6 [this.vbox3]));
     w16.Position = 2;
     w16.Expand   = false;
     w16.Fill     = false;
     this.hbox1.Add(this.vbox6);
     global::Gtk.Box.BoxChild w17 = ((global::Gtk.Box.BoxChild)(this.hbox1 [this.vbox6]));
     w17.Position = 0;
     // Container child hbox1.Gtk.Box+BoxChild
     this.vbox4         = new global::Gtk.VBox();
     this.vbox4.Name    = "vbox4";
     this.vbox4.Spacing = 6;
     // Container child vbox4.Gtk.Box+BoxChild
     this.label10              = new global::Gtk.Label();
     this.label10.Name         = "label10";
     this.label10.Xalign       = 0F;
     this.label10.LabelProp    = global::Mono.Unix.Catalog.GetString("Options:");
     this.label10.UseMarkup    = true;
     this.label10.UseUnderline = true;
     this.vbox4.Add(this.label10);
     global::Gtk.Box.BoxChild w18 = ((global::Gtk.Box.BoxChild)(this.vbox4 [this.label10]));
     w18.Position = 0;
     w18.Expand   = false;
     w18.Fill     = false;
     // Container child vbox4.Gtk.Box+BoxChild
     this.scrolledwindow5            = new global::Gtk.ScrolledWindow();
     this.scrolledwindow5.CanFocus   = true;
     this.scrolledwindow5.Name       = "scrolledwindow5";
     this.scrolledwindow5.ShadowType = ((global::Gtk.ShadowType)(1));
     // Container child scrolledwindow5.Gtk.Container+ContainerChild
     this.optionsTreeview          = new global::Gtk.TreeView();
     this.optionsTreeview.CanFocus = true;
     this.optionsTreeview.Name     = "optionsTreeview";
     this.scrolledwindow5.Add(this.optionsTreeview);
     this.vbox4.Add(this.scrolledwindow5);
     global::Gtk.Box.BoxChild w20 = ((global::Gtk.Box.BoxChild)(this.vbox4 [this.scrolledwindow5]));
     w20.Position = 1;
     this.hbox1.Add(this.vbox4);
     global::Gtk.Box.BoxChild w21 = ((global::Gtk.Box.BoxChild)(this.hbox1 [this.vbox4]));
     w21.Position = 1;
     w21.Expand   = false;
     w21.Fill     = false;
     this.vbox1.Add(this.hbox1);
     global::Gtk.Box.BoxChild w22 = ((global::Gtk.Box.BoxChild)(this.vbox1 [this.hbox1]));
     w22.Position = 0;
     w22.Expand   = false;
     w22.Fill     = false;
     // Container child vbox1.Gtk.Box+BoxChild
     this.HelpWidget             = new global::Gtk.VBox();
     this.HelpWidget.Name        = "HelpWidget";
     this.HelpWidget.Spacing     = 6;
     this.HelpWidget.BorderWidth = ((uint)(6));
     // Container child HelpWidget.Gtk.Box+BoxChild
     this.label9              = new global::Gtk.Label();
     this.label9.Name         = "label9";
     this.label9.Xalign       = 0F;
     this.label9.LabelProp    = global::Mono.Unix.Catalog.GetString("Input:");
     this.label9.UseMarkup    = true;
     this.label9.UseUnderline = true;
     this.HelpWidget.Add(this.label9);
     global::Gtk.Box.BoxChild w23 = ((global::Gtk.Box.BoxChild)(this.HelpWidget [this.label9]));
     w23.Position = 0;
     w23.Expand   = false;
     w23.Fill     = false;
     // Container child HelpWidget.Gtk.Box+BoxChild
     this.hbox5         = new global::Gtk.HBox();
     this.hbox5.Name    = "hbox5";
     this.hbox5.Spacing = 6;
     // Container child hbox5.Gtk.Box+BoxChild
     this.scrolledwindow1            = new global::Gtk.ScrolledWindow();
     this.scrolledwindow1.CanFocus   = true;
     this.scrolledwindow1.Name       = "scrolledwindow1";
     this.scrolledwindow1.ShadowType = ((global::Gtk.ShadowType)(1));
     // Container child scrolledwindow1.Gtk.Container+ContainerChild
     this.inputTextview          = new global::Gtk.TextView();
     this.inputTextview.CanFocus = true;
     this.inputTextview.Name     = "inputTextview";
     this.scrolledwindow1.Add(this.inputTextview);
     this.hbox5.Add(this.scrolledwindow1);
     global::Gtk.Box.BoxChild w25 = ((global::Gtk.Box.BoxChild)(this.hbox5 [this.scrolledwindow1]));
     w25.Position = 0;
     this.HelpWidget.Add(this.hbox5);
     global::Gtk.Box.BoxChild w26 = ((global::Gtk.Box.BoxChild)(this.HelpWidget [this.hbox5]));
     w26.Position = 1;
     this.vbox1.Add(this.HelpWidget);
     global::Gtk.Box.BoxChild w27 = ((global::Gtk.Box.BoxChild)(this.vbox1 [this.HelpWidget]));
     w27.Position = 1;
     this.vpaned1.Add(this.vbox1);
     global::Gtk.Paned.PanedChild w28 = ((global::Gtk.Paned.PanedChild)(this.vpaned1 [this.vbox1]));
     w28.Resize = false;
     // Container child vpaned1.Gtk.Paned+PanedChild
     this.hbox4         = new global::Gtk.HBox();
     this.hbox4.Name    = "hbox4";
     this.hbox4.Spacing = 6;
     // Container child hbox4.Gtk.Box+BoxChild
     this.notebook2             = new global::Gtk.Notebook();
     this.notebook2.CanFocus    = true;
     this.notebook2.Name        = "notebook2";
     this.notebook2.CurrentPage = 0;
     // Container child notebook2.Gtk.Notebook+NotebookChild
     this.scrolledwindow2            = new global::Gtk.ScrolledWindow();
     this.scrolledwindow2.CanFocus   = true;
     this.scrolledwindow2.Name       = "scrolledwindow2";
     this.scrolledwindow2.ShadowType = ((global::Gtk.ShadowType)(1));
     // Container child scrolledwindow2.Gtk.Container+ContainerChild
     this.resultsTreeview          = new global::Gtk.TreeView();
     this.resultsTreeview.CanFocus = true;
     this.resultsTreeview.Name     = "resultsTreeview";
     this.scrolledwindow2.Add(this.resultsTreeview);
     this.notebook2.Add(this.scrolledwindow2);
     // Notebook tab
     this.label3           = new global::Gtk.Label();
     this.label3.Name      = "label3";
     this.label3.LabelProp = global::Mono.Unix.Catalog.GetString("Matches");
     this.notebook2.SetTabLabel(this.scrolledwindow2, this.label3);
     this.label3.ShowAll();
     // Container child notebook2.Gtk.Notebook+NotebookChild
     this.scrolledwindow4            = new global::Gtk.ScrolledWindow();
     this.scrolledwindow4.CanFocus   = true;
     this.scrolledwindow4.Name       = "scrolledwindow4";
     this.scrolledwindow4.ShadowType = ((global::Gtk.ShadowType)(1));
     // Container child scrolledwindow4.Gtk.Container+ContainerChild
     this.replaceResultTextview               = new global::Gtk.TextView();
     this.replaceResultTextview.CanFocus      = true;
     this.replaceResultTextview.Name          = "replaceResultTextview";
     this.replaceResultTextview.Editable      = false;
     this.replaceResultTextview.CursorVisible = false;
     this.scrolledwindow4.Add(this.replaceResultTextview);
     this.notebook2.Add(this.scrolledwindow4);
     global::Gtk.Notebook.NotebookChild w32 = ((global::Gtk.Notebook.NotebookChild)(this.notebook2 [this.scrolledwindow4]));
     w32.Position = 1;
     // Notebook tab
     this.label4           = new global::Gtk.Label();
     this.label4.Name      = "label4";
     this.label4.LabelProp = global::Mono.Unix.Catalog.GetString("Replace");
     this.notebook2.SetTabLabel(this.scrolledwindow4, this.label4);
     this.label4.ShowAll();
     this.hbox4.Add(this.notebook2);
     global::Gtk.Box.BoxChild w33 = ((global::Gtk.Box.BoxChild)(this.hbox4 [this.notebook2]));
     w33.Position = 0;
     this.vpaned1.Add(this.hbox4);
     this.vbox2.Add(this.vpaned1);
     global::Gtk.Box.BoxChild w35 = ((global::Gtk.Box.BoxChild)(this.vbox2 [this.vpaned1]));
     w35.Position = 0;
     this.Add(this.vbox2);
     if ((this.Child != null))
     {
         this.Child.ShowAll();
     }
     this.label8.MnemonicWidget  = this.inputTextview;
     this.label10.MnemonicWidget = this.optionsTreeview;
     this.label9.MnemonicWidget  = this.inputTextview;
     this.Hide();
 }
Example #48
0
 protected virtual void Build()
 {
     global::Stetic.Gui.Initialize(this);
     // Widget MonoDevelop.FSharp.Gui.FSharpCompilerOptionsWidget
     global::Stetic.BinContainer.Attach(this);
     this.Name = "MonoDevelop.FSharp.Gui.FSharpCompilerOptionsWidget";
     // Container child MonoDevelop.FSharp.Gui.FSharpCompilerOptionsWidget.Gtk.Container+ContainerChild
     this.vbox4         = new global::Gtk.VBox();
     this.vbox4.Name    = "vbox4";
     this.vbox4.Spacing = 6;
     // Container child vbox4.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));
     // Container child GtkAlignment.Gtk.Container+ContainerChild
     this.vbox3         = new global::Gtk.VBox();
     this.vbox3.Name    = "vbox3";
     this.vbox3.Spacing = 6;
     // Container child vbox3.Gtk.Box+BoxChild
     this.checkDebugInfo               = new global::Gtk.CheckButton();
     this.checkDebugInfo.CanFocus      = true;
     this.checkDebugInfo.Name          = "checkDebugInfo";
     this.checkDebugInfo.Label         = global::Mono.Unix.Catalog.GetString("Generate debug information");
     this.checkDebugInfo.DrawIndicator = true;
     this.checkDebugInfo.UseUnderline  = true;
     this.vbox3.Add(this.checkDebugInfo);
     global::Gtk.Box.BoxChild w1 = ((global::Gtk.Box.BoxChild)(this.vbox3 [this.checkDebugInfo]));
     w1.Position = 0;
     w1.Expand   = false;
     w1.Fill     = false;
     // Container child vbox3.Gtk.Box+BoxChild
     this.checkOptimize               = new global::Gtk.CheckButton();
     this.checkOptimize.CanFocus      = true;
     this.checkOptimize.Name          = "checkOptimize";
     this.checkOptimize.Label         = global::Mono.Unix.Catalog.GetString("Optimize code");
     this.checkOptimize.DrawIndicator = true;
     this.checkOptimize.UseUnderline  = true;
     this.vbox3.Add(this.checkOptimize);
     global::Gtk.Box.BoxChild w2 = ((global::Gtk.Box.BoxChild)(this.vbox3 [this.checkOptimize]));
     w2.Position = 1;
     w2.Expand   = false;
     w2.Fill     = false;
     // Container child vbox3.Gtk.Box+BoxChild
     this.checkTailCalls               = new global::Gtk.CheckButton();
     this.checkTailCalls.CanFocus      = true;
     this.checkTailCalls.Name          = "checkTailCalls";
     this.checkTailCalls.Label         = global::Mono.Unix.Catalog.GetString("Enable tail calls");
     this.checkTailCalls.DrawIndicator = true;
     this.checkTailCalls.UseUnderline  = true;
     this.vbox3.Add(this.checkTailCalls);
     global::Gtk.Box.BoxChild w3 = ((global::Gtk.Box.BoxChild)(this.vbox3 [this.checkTailCalls]));
     w3.Position = 2;
     w3.Expand   = false;
     w3.Fill     = false;
     // Container child vbox3.Gtk.Box+BoxChild
     this.checkXmlDocumentation               = new global::Gtk.CheckButton();
     this.checkXmlDocumentation.CanFocus      = true;
     this.checkXmlDocumentation.Name          = "checkXmlDocumentation";
     this.checkXmlDocumentation.Label         = global::Mono.Unix.Catalog.GetString("Generate XML documentation");
     this.checkXmlDocumentation.DrawIndicator = true;
     this.checkXmlDocumentation.UseUnderline  = true;
     this.vbox3.Add(this.checkXmlDocumentation);
     global::Gtk.Box.BoxChild w4 = ((global::Gtk.Box.BoxChild)(this.vbox3 [this.checkXmlDocumentation]));
     w4.Position = 3;
     w4.Expand   = false;
     w4.Fill     = false;
     this.GtkAlignment.Add(this.vbox3);
     this.frame3.Add(this.GtkAlignment);
     this.GtkLabel4           = new global::Gtk.Label();
     this.GtkLabel4.Name      = "GtkLabel4";
     this.GtkLabel4.LabelProp = global::Mono.Unix.Catalog.GetString("<b>Compiler options</b>");
     this.GtkLabel4.UseMarkup = true;
     this.frame3.LabelWidget  = this.GtkLabel4;
     this.vbox4.Add(this.frame3);
     global::Gtk.Box.BoxChild w7 = ((global::Gtk.Box.BoxChild)(this.vbox4 [this.frame3]));
     w7.Position = 0;
     w7.Expand   = false;
     w7.Fill     = false;
     // Container child vbox4.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));
     // Container child GtkAlignment1.Gtk.Container+ContainerChild
     this.entryDefines               = new global::Gtk.Entry();
     this.entryDefines.CanFocus      = true;
     this.entryDefines.Name          = "entryDefines";
     this.entryDefines.IsEditable    = true;
     this.entryDefines.InvisibleChar = '●';
     this.GtkAlignment1.Add(this.entryDefines);
     this.frame4.Add(this.GtkAlignment1);
     this.GtkLabel5           = new global::Gtk.Label();
     this.GtkLabel5.Name      = "GtkLabel5";
     this.GtkLabel5.LabelProp = global::Mono.Unix.Catalog.GetString("<b>Defined symbols</b>");
     this.GtkLabel5.UseMarkup = true;
     this.frame4.LabelWidget  = this.GtkLabel5;
     this.vbox4.Add(this.frame4);
     global::Gtk.Box.BoxChild w10 = ((global::Gtk.Box.BoxChild)(this.vbox4 [this.frame4]));
     w10.Position = 1;
     w10.Expand   = false;
     w10.Fill     = false;
     // Container child vbox4.Gtk.Box+BoxChild
     this.frame5            = new global::Gtk.Frame();
     this.frame5.Name       = "frame5";
     this.frame5.ShadowType = ((global::Gtk.ShadowType)(0));
     // Container child frame5.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.entryCustomParameters               = new global::Gtk.Entry();
     this.entryCustomParameters.CanFocus      = true;
     this.entryCustomParameters.Name          = "entryCustomParameters";
     this.entryCustomParameters.IsEditable    = true;
     this.entryCustomParameters.InvisibleChar = '●';
     this.GtkAlignment2.Add(this.entryCustomParameters);
     this.frame5.Add(this.GtkAlignment2);
     this.GtkLabel6           = new global::Gtk.Label();
     this.GtkLabel6.Name      = "GtkLabel6";
     this.GtkLabel6.LabelProp = global::Mono.Unix.Catalog.GetString("<b>Command line parameters</b>");
     this.GtkLabel6.UseMarkup = true;
     this.frame5.LabelWidget  = this.GtkLabel6;
     this.vbox4.Add(this.frame5);
     global::Gtk.Box.BoxChild w13 = ((global::Gtk.Box.BoxChild)(this.vbox4 [this.frame5]));
     w13.Position = 2;
     w13.Expand   = false;
     w13.Fill     = false;
     this.Add(this.vbox4);
     if ((this.Child != null))
     {
         this.Child.ShowAll();
     }
     this.Hide();
 }
		protected virtual void Build ()
		{
			global::Stetic.Gui.Initialize (this);
			// Widget MonoDevelop.AspNet.Projects.GtkAspNetProjectTemplateWizardPageWidget
			global::Stetic.BinContainer.Attach (this);
			this.Name = "MonoDevelop.AspNet.Projects.GtkAspNetProjectTemplateWizardPageWidget";
			// Container child MonoDevelop.AspNet.Projects.GtkAspNetProjectTemplateWizardPageWidget.Gtk.Container+ContainerChild
			this.mainHBox = new global::Gtk.HBox ();
			this.mainHBox.Name = "mainHBox";
			// Container child mainHBox.Gtk.Box+BoxChild
			this.leftBorderEventBox = new global::Gtk.EventBox ();
			this.leftBorderEventBox.WidthRequest = 30;
			this.leftBorderEventBox.Name = "leftBorderEventBox";
			this.mainHBox.Add (this.leftBorderEventBox);
			global::Gtk.Box.BoxChild w1 = ((global::Gtk.Box.BoxChild)(this.mainHBox [this.leftBorderEventBox]));
			w1.Position = 0;
			w1.Expand = false;
			// Container child mainHBox.Gtk.Box+BoxChild
			this.configurationVBox = new global::Gtk.VBox ();
			this.configurationVBox.WidthRequest = 440;
			this.configurationVBox.Name = "configurationVBox";
			// Container child configurationVBox.Gtk.Box+BoxChild
			this.configurationTopEventBox = new global::Gtk.EventBox ();
			this.configurationTopEventBox.Name = "configurationTopEventBox";
			this.configurationVBox.Add (this.configurationTopEventBox);
			global::Gtk.Box.BoxChild w2 = ((global::Gtk.Box.BoxChild)(this.configurationVBox [this.configurationTopEventBox]));
			w2.Position = 0;
			// Container child configurationVBox.Gtk.Box+BoxChild
			this.configurationTableEventBox = new global::Gtk.EventBox ();
			this.configurationTableEventBox.Name = "configurationTableEventBox";
			// Container child configurationTableEventBox.Gtk.Container+ContainerChild
			this.configurationTable = new global::Gtk.Table (((uint)(6)), ((uint)(3)), false);
			this.configurationTable.Name = "configurationTable";
			this.configurationTable.RowSpacing = ((uint)(7));
			this.configurationTable.ColumnSpacing = ((uint)(6));
			// Container child configurationTable.Gtk.Table+TableChild
			this.includeLabelVBox = new global::Gtk.VBox ();
			this.includeLabelVBox.Name = "includeLabelVBox";
			// Container child includeLabelVBox.Gtk.Box+BoxChild
			this.includeLabelPadding = new global::Gtk.Label ();
			this.includeLabelPadding.WidthRequest = 0;
			this.includeLabelPadding.HeightRequest = 3;
			this.includeLabelPadding.Name = "includeLabelPadding";
			this.includeLabelVBox.Add (this.includeLabelPadding);
			global::Gtk.Box.BoxChild w3 = ((global::Gtk.Box.BoxChild)(this.includeLabelVBox [this.includeLabelPadding]));
			w3.Position = 0;
			w3.Expand = false;
			w3.Fill = false;
			// Container child includeLabelVBox.Gtk.Box+BoxChild
			this.includeLabel = new global::Gtk.Label ();
			this.includeLabel.Name = "includeLabel";
			this.includeLabel.Xpad = 5;
			this.includeLabel.Xalign = 1F;
			this.includeLabel.Yalign = 0F;
			this.includeLabel.LabelProp = global::Mono.Unix.Catalog.GetString ("Include:");
			this.includeLabel.Justify = ((global::Gtk.Justification)(1));
			this.includeLabelVBox.Add (this.includeLabel);
			global::Gtk.Box.BoxChild w4 = ((global::Gtk.Box.BoxChild)(this.includeLabelVBox [this.includeLabel]));
			w4.Position = 1;
			w4.Expand = false;
			w4.Fill = false;
			this.configurationTable.Add (this.includeLabelVBox);
			global::Gtk.Table.TableChild w5 = ((global::Gtk.Table.TableChild)(this.configurationTable [this.includeLabelVBox]));
			w5.XOptions = ((global::Gtk.AttachOptions)(4));
			w5.YOptions = ((global::Gtk.AttachOptions)(4));
			// Container child configurationTable.Gtk.Table+TableChild
			this.includeUnitTestProjectVBox = new global::Gtk.VBox ();
			this.includeUnitTestProjectVBox.Name = "includeUnitTestProjectVBox";
			// Container child includeUnitTestProjectVBox.Gtk.Box+BoxChild
			this.includeTestProjectCheck = new global::Gtk.CheckButton ();
			this.includeTestProjectCheck.CanFocus = true;
			this.includeTestProjectCheck.Name = "includeTestProjectCheck";
			this.includeTestProjectCheck.Label = global::Mono.Unix.Catalog.GetString ("Include Unit Test Project");
			this.includeTestProjectCheck.Active = true;
			this.includeTestProjectCheck.DrawIndicator = true;
			this.includeTestProjectCheck.UseUnderline = true;
			this.includeUnitTestProjectVBox.Add (this.includeTestProjectCheck);
			global::Gtk.Box.BoxChild w6 = ((global::Gtk.Box.BoxChild)(this.includeUnitTestProjectVBox [this.includeTestProjectCheck]));
			w6.Position = 0;
			w6.Expand = false;
			w6.Fill = false;
			// Container child includeUnitTestProjectVBox.Gtk.Box+BoxChild
			this.includeUnitTestProjectDescriptionHBox = new global::Gtk.HBox ();
			this.includeUnitTestProjectDescriptionHBox.Name = "includeUnitTestProjectDescriptionHBox";
			// Container child includeUnitTestProjectDescriptionHBox.Gtk.Box+BoxChild
			this.includeUnitTestProjectDescriptionLeftHandPadding = new global::Gtk.Label ();
			this.includeUnitTestProjectDescriptionLeftHandPadding.WidthRequest = 21;
			this.includeUnitTestProjectDescriptionLeftHandPadding.Name = "includeUnitTestProjectDescriptionLeftHandPadding";
			this.includeUnitTestProjectDescriptionHBox.Add (this.includeUnitTestProjectDescriptionLeftHandPadding);
			global::Gtk.Box.BoxChild w7 = ((global::Gtk.Box.BoxChild)(this.includeUnitTestProjectDescriptionHBox [this.includeUnitTestProjectDescriptionLeftHandPadding]));
			w7.Position = 0;
			w7.Expand = false;
			w7.Fill = false;
			// Container child includeUnitTestProjectDescriptionHBox.Gtk.Box+BoxChild
			this.includeUnitTestProjectDescriptionLabel = new global::Gtk.Label ();
			this.includeUnitTestProjectDescriptionLabel.WidthRequest = 255;
			this.includeUnitTestProjectDescriptionLabel.Name = "includeUnitTestProjectDescriptionLabel";
			this.includeUnitTestProjectDescriptionLabel.Xalign = 0F;
			this.includeUnitTestProjectDescriptionLabel.LabelProp = global::Mono.Unix.Catalog.GetString ("<span size=\'smaller\' color=\'grey\'>Add a Unit Test Project for testing the Web Pro" +
			"ject using NUnit</span>");
			this.includeUnitTestProjectDescriptionLabel.UseMarkup = true;
			this.includeUnitTestProjectDescriptionLabel.Wrap = true;
			this.includeUnitTestProjectDescriptionHBox.Add (this.includeUnitTestProjectDescriptionLabel);
			global::Gtk.Box.BoxChild w8 = ((global::Gtk.Box.BoxChild)(this.includeUnitTestProjectDescriptionHBox [this.includeUnitTestProjectDescriptionLabel]));
			w8.Position = 1;
			w8.Expand = false;
			w8.Fill = false;
			this.includeUnitTestProjectVBox.Add (this.includeUnitTestProjectDescriptionHBox);
			global::Gtk.Box.BoxChild w9 = ((global::Gtk.Box.BoxChild)(this.includeUnitTestProjectVBox [this.includeUnitTestProjectDescriptionHBox]));
			w9.Position = 1;
			w9.Expand = false;
			w9.Fill = false;
			this.configurationTable.Add (this.includeUnitTestProjectVBox);
			global::Gtk.Table.TableChild w10 = ((global::Gtk.Table.TableChild)(this.configurationTable [this.includeUnitTestProjectVBox]));
			w10.TopAttach = ((uint)(4));
			w10.BottomAttach = ((uint)(5));
			w10.LeftAttach = ((uint)(1));
			w10.RightAttach = ((uint)(2));
			w10.XOptions = ((global::Gtk.AttachOptions)(4));
			w10.YOptions = ((global::Gtk.AttachOptions)(4));
			// Container child configurationTable.Gtk.Table+TableChild
			this.mvcVBox = new global::Gtk.VBox ();
			this.mvcVBox.Name = "mvcVBox";
			// Container child mvcVBox.Gtk.Box+BoxChild
			this.includeMvcCheck = new global::Gtk.CheckButton ();
			this.includeMvcCheck.CanFocus = true;
			this.includeMvcCheck.Name = "includeMvcCheck";
			this.includeMvcCheck.Label = global::Mono.Unix.Catalog.GetString ("MVC");
			this.includeMvcCheck.Active = true;
			this.includeMvcCheck.DrawIndicator = true;
			this.includeMvcCheck.UseUnderline = true;
			this.mvcVBox.Add (this.includeMvcCheck);
			global::Gtk.Box.BoxChild w11 = ((global::Gtk.Box.BoxChild)(this.mvcVBox [this.includeMvcCheck]));
			w11.Position = 0;
			w11.Expand = false;
			w11.Fill = false;
			// Container child mvcVBox.Gtk.Box+BoxChild
			this.mvcDescriptionHBox = new global::Gtk.HBox ();
			this.mvcDescriptionHBox.Name = "mvcDescriptionHBox";
			// Container child mvcDescriptionHBox.Gtk.Box+BoxChild
			this.mvcDescriptionLeftHandPadding = new global::Gtk.Label ();
			this.mvcDescriptionLeftHandPadding.WidthRequest = 21;
			this.mvcDescriptionLeftHandPadding.Name = "mvcDescriptionLeftHandPadding";
			this.mvcDescriptionHBox.Add (this.mvcDescriptionLeftHandPadding);
			global::Gtk.Box.BoxChild w12 = ((global::Gtk.Box.BoxChild)(this.mvcDescriptionHBox [this.mvcDescriptionLeftHandPadding]));
			w12.Position = 0;
			w12.Expand = false;
			w12.Fill = false;
			// Container child mvcDescriptionHBox.Gtk.Box+BoxChild
			this.mvcDescriptionLabel = new global::Gtk.Label ();
			this.mvcDescriptionLabel.WidthRequest = 255;
			this.mvcDescriptionLabel.Name = "mvcDescriptionLabel";
			this.mvcDescriptionLabel.Xalign = 0F;
			this.mvcDescriptionLabel.LabelProp = global::Mono.Unix.Catalog.GetString ("<span size=\'smaller\' color=\'grey\'>Modern programming model. Unit testable, choice" +
			" of templating languages</span>");
			this.mvcDescriptionLabel.UseMarkup = true;
			this.mvcDescriptionLabel.Wrap = true;
			this.mvcDescriptionHBox.Add (this.mvcDescriptionLabel);
			global::Gtk.Box.BoxChild w13 = ((global::Gtk.Box.BoxChild)(this.mvcDescriptionHBox [this.mvcDescriptionLabel]));
			w13.Position = 1;
			w13.Expand = false;
			w13.Fill = false;
			this.mvcVBox.Add (this.mvcDescriptionHBox);
			global::Gtk.Box.BoxChild w14 = ((global::Gtk.Box.BoxChild)(this.mvcVBox [this.mvcDescriptionHBox]));
			w14.Position = 1;
			w14.Expand = false;
			w14.Fill = false;
			this.configurationTable.Add (this.mvcVBox);
			global::Gtk.Table.TableChild w15 = ((global::Gtk.Table.TableChild)(this.configurationTable [this.mvcVBox]));
			w15.LeftAttach = ((uint)(1));
			w15.RightAttach = ((uint)(2));
			w15.XOptions = ((global::Gtk.AttachOptions)(4));
			w15.YOptions = ((global::Gtk.AttachOptions)(4));
			// Container child configurationTable.Gtk.Table+TableChild
			this.paddingLabel = new global::Gtk.Label ();
			this.paddingLabel.WidthRequest = 132;
			this.paddingLabel.Name = "paddingLabel";
			this.paddingLabel.Justify = ((global::Gtk.Justification)(1));
			this.configurationTable.Add (this.paddingLabel);
			global::Gtk.Table.TableChild w16 = ((global::Gtk.Table.TableChild)(this.configurationTable [this.paddingLabel]));
			w16.TopAttach = ((uint)(5));
			w16.BottomAttach = ((uint)(6));
			w16.XOptions = ((global::Gtk.AttachOptions)(4));
			w16.YOptions = ((global::Gtk.AttachOptions)(4));
			// Container child configurationTable.Gtk.Table+TableChild
			this.testingLabelVBox = new global::Gtk.VBox ();
			this.testingLabelVBox.Name = "testingLabelVBox";
			// Container child testingLabelVBox.Gtk.Box+BoxChild
			this.testingLabelPadding = new global::Gtk.Label ();
			this.testingLabelPadding.WidthRequest = 0;
			this.testingLabelPadding.HeightRequest = 3;
			this.testingLabelPadding.Name = "testingLabelPadding";
			this.testingLabelVBox.Add (this.testingLabelPadding);
			global::Gtk.Box.BoxChild w17 = ((global::Gtk.Box.BoxChild)(this.testingLabelVBox [this.testingLabelPadding]));
			w17.Position = 0;
			w17.Expand = false;
			w17.Fill = false;
			// Container child testingLabelVBox.Gtk.Box+BoxChild
			this.testingLabel = new global::Gtk.Label ();
			this.testingLabel.Name = "testingLabel";
			this.testingLabel.Xpad = 5;
			this.testingLabel.Xalign = 1F;
			this.testingLabel.Yalign = 0F;
			this.testingLabel.LabelProp = global::Mono.Unix.Catalog.GetString ("Testing:");
			this.testingLabel.Justify = ((global::Gtk.Justification)(1));
			this.testingLabelVBox.Add (this.testingLabel);
			global::Gtk.Box.BoxChild w18 = ((global::Gtk.Box.BoxChild)(this.testingLabelVBox [this.testingLabel]));
			w18.Position = 1;
			w18.Expand = false;
			w18.Fill = false;
			this.configurationTable.Add (this.testingLabelVBox);
			global::Gtk.Table.TableChild w19 = ((global::Gtk.Table.TableChild)(this.configurationTable [this.testingLabelVBox]));
			w19.TopAttach = ((uint)(4));
			w19.BottomAttach = ((uint)(5));
			w19.XOptions = ((global::Gtk.AttachOptions)(4));
			w19.YOptions = ((global::Gtk.AttachOptions)(4));
			// Container child configurationTable.Gtk.Table+TableChild
			this.testingSeparator = new global::Gtk.DrawingArea ();
			this.testingSeparator.WidthRequest = 440;
			this.testingSeparator.HeightRequest = 1;
			this.testingSeparator.Name = "testingSeparator";
			this.configurationTable.Add (this.testingSeparator);
			global::Gtk.Table.TableChild w20 = ((global::Gtk.Table.TableChild)(this.configurationTable [this.testingSeparator]));
			w20.TopAttach = ((uint)(3));
			w20.BottomAttach = ((uint)(4));
			w20.RightAttach = ((uint)(3));
			w20.YPadding = ((uint)(10));
			w20.XOptions = ((global::Gtk.AttachOptions)(4));
			w20.YOptions = ((global::Gtk.AttachOptions)(0));
			// Container child configurationTable.Gtk.Table+TableChild
			this.webApiVBox = new global::Gtk.VBox ();
			this.webApiVBox.Name = "webApiVBox";
			// Container child webApiVBox.Gtk.Box+BoxChild
			this.includeWebApiCheck = new global::Gtk.CheckButton ();
			this.includeWebApiCheck.CanFocus = true;
			this.includeWebApiCheck.Name = "includeWebApiCheck";
			this.includeWebApiCheck.Label = global::Mono.Unix.Catalog.GetString ("Web API");
			this.includeWebApiCheck.Active = true;
			this.includeWebApiCheck.DrawIndicator = true;
			this.includeWebApiCheck.UseUnderline = true;
			this.webApiVBox.Add (this.includeWebApiCheck);
			global::Gtk.Box.BoxChild w21 = ((global::Gtk.Box.BoxChild)(this.webApiVBox [this.includeWebApiCheck]));
			w21.Position = 0;
			w21.Expand = false;
			w21.Fill = false;
			// Container child webApiVBox.Gtk.Box+BoxChild
			this.webApiDescriptionHBox = new global::Gtk.HBox ();
			this.webApiDescriptionHBox.Name = "webApiDescriptionHBox";
			// Container child webApiDescriptionHBox.Gtk.Box+BoxChild
			this.webApiDescriptionLeftHandPadding = new global::Gtk.Label ();
			this.webApiDescriptionLeftHandPadding.WidthRequest = 21;
			this.webApiDescriptionLeftHandPadding.Name = "webApiDescriptionLeftHandPadding";
			this.webApiDescriptionHBox.Add (this.webApiDescriptionLeftHandPadding);
			global::Gtk.Box.BoxChild w22 = ((global::Gtk.Box.BoxChild)(this.webApiDescriptionHBox [this.webApiDescriptionLeftHandPadding]));
			w22.Position = 0;
			w22.Expand = false;
			w22.Fill = false;
			// Container child webApiDescriptionHBox.Gtk.Box+BoxChild
			this.webApiDescriptionLabel = new global::Gtk.Label ();
			this.webApiDescriptionLabel.WidthRequest = 255;
			this.webApiDescriptionLabel.Name = "webApiDescriptionLabel";
			this.webApiDescriptionLabel.Xalign = 0F;
			this.webApiDescriptionLabel.LabelProp = global::Mono.Unix.Catalog.GetString ("<span size=\'smaller\' color=\'grey\'>Framework for creating HTTP web services</span>" +
			"");
			this.webApiDescriptionLabel.UseMarkup = true;
			this.webApiDescriptionLabel.Wrap = true;
			this.webApiDescriptionHBox.Add (this.webApiDescriptionLabel);
			global::Gtk.Box.BoxChild w23 = ((global::Gtk.Box.BoxChild)(this.webApiDescriptionHBox [this.webApiDescriptionLabel]));
			w23.Position = 1;
			w23.Expand = false;
			w23.Fill = false;
			this.webApiVBox.Add (this.webApiDescriptionHBox);
			global::Gtk.Box.BoxChild w24 = ((global::Gtk.Box.BoxChild)(this.webApiVBox [this.webApiDescriptionHBox]));
			w24.Position = 1;
			w24.Expand = false;
			w24.Fill = false;
			this.configurationTable.Add (this.webApiVBox);
			global::Gtk.Table.TableChild w25 = ((global::Gtk.Table.TableChild)(this.configurationTable [this.webApiVBox]));
			w25.TopAttach = ((uint)(2));
			w25.BottomAttach = ((uint)(3));
			w25.LeftAttach = ((uint)(1));
			w25.RightAttach = ((uint)(2));
			w25.XOptions = ((global::Gtk.AttachOptions)(4));
			w25.YOptions = ((global::Gtk.AttachOptions)(4));
			// Container child configurationTable.Gtk.Table+TableChild
			this.webFormsVBox = new global::Gtk.VBox ();
			this.webFormsVBox.Name = "webFormsVBox";
			// Container child webFormsVBox.Gtk.Box+BoxChild
			this.includeWebFormsCheck = new global::Gtk.CheckButton ();
			this.includeWebFormsCheck.CanFocus = true;
			this.includeWebFormsCheck.Name = "includeWebFormsCheck";
			this.includeWebFormsCheck.Label = global::Mono.Unix.Catalog.GetString ("Web Forms");
			this.includeWebFormsCheck.Active = true;
			this.includeWebFormsCheck.DrawIndicator = true;
			this.includeWebFormsCheck.UseUnderline = true;
			this.webFormsVBox.Add (this.includeWebFormsCheck);
			global::Gtk.Box.BoxChild w26 = ((global::Gtk.Box.BoxChild)(this.webFormsVBox [this.includeWebFormsCheck]));
			w26.Position = 0;
			w26.Expand = false;
			w26.Fill = false;
			// Container child webFormsVBox.Gtk.Box+BoxChild
			this.webFormsDescriptionHBox = new global::Gtk.HBox ();
			this.webFormsDescriptionHBox.Name = "webFormsDescriptionHBox";
			// Container child webFormsDescriptionHBox.Gtk.Box+BoxChild
			this.webFormsDescriptionLeftHandPadding = new global::Gtk.Label ();
			this.webFormsDescriptionLeftHandPadding.WidthRequest = 21;
			this.webFormsDescriptionLeftHandPadding.Name = "webFormsDescriptionLeftHandPadding";
			this.webFormsDescriptionHBox.Add (this.webFormsDescriptionLeftHandPadding);
			global::Gtk.Box.BoxChild w27 = ((global::Gtk.Box.BoxChild)(this.webFormsDescriptionHBox [this.webFormsDescriptionLeftHandPadding]));
			w27.Position = 0;
			w27.Expand = false;
			w27.Fill = false;
			// Container child webFormsDescriptionHBox.Gtk.Box+BoxChild
			this.webFormsDescriptionLabel = new global::Gtk.Label ();
			this.webFormsDescriptionLabel.WidthRequest = 255;
			this.webFormsDescriptionLabel.Name = "webFormsDescriptionLabel";
			this.webFormsDescriptionLabel.Xalign = 0F;
			this.webFormsDescriptionLabel.LabelProp = global::Mono.Unix.Catalog.GetString ("<span size=\'smaller\' color=\'grey\'>Stateful programming model similar to desktop a" +
			"pplications</span>");
			this.webFormsDescriptionLabel.UseMarkup = true;
			this.webFormsDescriptionLabel.Wrap = true;
			this.webFormsDescriptionHBox.Add (this.webFormsDescriptionLabel);
			global::Gtk.Box.BoxChild w28 = ((global::Gtk.Box.BoxChild)(this.webFormsDescriptionHBox [this.webFormsDescriptionLabel]));
			w28.Position = 1;
			w28.Expand = false;
			w28.Fill = false;
			this.webFormsVBox.Add (this.webFormsDescriptionHBox);
			global::Gtk.Box.BoxChild w29 = ((global::Gtk.Box.BoxChild)(this.webFormsVBox [this.webFormsDescriptionHBox]));
			w29.Position = 1;
			w29.Expand = false;
			w29.Fill = false;
			this.configurationTable.Add (this.webFormsVBox);
			global::Gtk.Table.TableChild w30 = ((global::Gtk.Table.TableChild)(this.configurationTable [this.webFormsVBox]));
			w30.TopAttach = ((uint)(1));
			w30.BottomAttach = ((uint)(2));
			w30.LeftAttach = ((uint)(1));
			w30.RightAttach = ((uint)(2));
			w30.XOptions = ((global::Gtk.AttachOptions)(4));
			w30.YOptions = ((global::Gtk.AttachOptions)(4));
			this.configurationTableEventBox.Add (this.configurationTable);
			this.configurationVBox.Add (this.configurationTableEventBox);
			global::Gtk.Box.BoxChild w32 = ((global::Gtk.Box.BoxChild)(this.configurationVBox [this.configurationTableEventBox]));
			w32.Position = 1;
			w32.Expand = false;
			w32.Fill = false;
			// Container child configurationVBox.Gtk.Box+BoxChild
			this.configurationBottomEventBox = new global::Gtk.EventBox ();
			this.configurationBottomEventBox.Name = "configurationBottomEventBox";
			this.configurationVBox.Add (this.configurationBottomEventBox);
			global::Gtk.Box.BoxChild w33 = ((global::Gtk.Box.BoxChild)(this.configurationVBox [this.configurationBottomEventBox]));
			w33.Position = 2;
			this.mainHBox.Add (this.configurationVBox);
			global::Gtk.Box.BoxChild w34 = ((global::Gtk.Box.BoxChild)(this.mainHBox [this.configurationVBox]));
			w34.Position = 1;
			w34.Expand = false;
			w34.Fill = false;
			// Container child mainHBox.Gtk.Box+BoxChild
			this.backgroundLargeImageEventBox = new global::Gtk.EventBox ();
			this.backgroundLargeImageEventBox.Name = "backgroundLargeImageEventBox";
			// Container child backgroundLargeImageEventBox.Gtk.Container+ContainerChild
			this.backgroundLargeImageVBox = new global::Gtk.VBox ();
			this.backgroundLargeImageVBox.Name = "backgroundLargeImageVBox";
			this.backgroundLargeImageEventBox.Add (this.backgroundLargeImageVBox);
			this.mainHBox.Add (this.backgroundLargeImageEventBox);
			global::Gtk.Box.BoxChild w36 = ((global::Gtk.Box.BoxChild)(this.mainHBox [this.backgroundLargeImageEventBox]));
			w36.Position = 2;
			this.Add (this.mainHBox);
			if ((this.Child != null)) {
				this.Child.ShowAll ();
			}
			this.Hide ();
		}
Example #50
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();
 }
		protected virtual void Build()
		{
			global::Stetic.Gui.Initialize(this);
			// Widget MonoDevelop.SourceEditor.OptionPanels.MarkerPanel
			global::Stetic.BinContainer.Attach(this);
			this.Name = "MonoDevelop.SourceEditor.OptionPanels.MarkerPanel";
			// Container child MonoDevelop.SourceEditor.OptionPanels.MarkerPanel.Gtk.Container+ContainerChild
			this.vbox1 = new global::Gtk.VBox();
			this.vbox1.Name = "vbox1";
			this.vbox1.Spacing = 6;
			// Container child vbox1.Gtk.Box+BoxChild
			this.GtkLabel9 = new global::Gtk.Label();
			this.GtkLabel9.Name = "GtkLabel9";
			this.GtkLabel9.Xalign = 0F;
			this.GtkLabel9.LabelProp = global::Mono.Unix.Catalog.GetString("<b>General</b>");
			this.GtkLabel9.UseMarkup = true;
			this.vbox1.Add(this.GtkLabel9);
			global::Gtk.Box.BoxChild w1 = ((global::Gtk.Box.BoxChild)(this.vbox1[this.GtkLabel9]));
			w1.Position = 0;
			w1.Expand = false;
			w1.Fill = false;
			// Container child vbox1.Gtk.Box+BoxChild
			this.alignment1 = new global::Gtk.Alignment(0.5F, 0.5F, 1F, 1F);
			this.alignment1.Name = "alignment1";
			this.alignment1.LeftPadding = ((uint)(12));
			// Container child alignment1.Gtk.Container+ContainerChild
			this.vbox3 = new global::Gtk.VBox();
			this.vbox3.Name = "vbox3";
			this.vbox3.Spacing = 6;
			// Container child vbox3.Gtk.Box+BoxChild
			this.showLineNumbersCheckbutton = new global::Gtk.CheckButton();
			this.showLineNumbersCheckbutton.CanFocus = true;
			this.showLineNumbersCheckbutton.Name = "showLineNumbersCheckbutton";
			this.showLineNumbersCheckbutton.Label = global::Mono.Unix.Catalog.GetString("_Show line numbers");
			this.showLineNumbersCheckbutton.DrawIndicator = true;
			this.showLineNumbersCheckbutton.UseUnderline = true;
			this.vbox3.Add(this.showLineNumbersCheckbutton);
			global::Gtk.Box.BoxChild w2 = ((global::Gtk.Box.BoxChild)(this.vbox3[this.showLineNumbersCheckbutton]));
			w2.Position = 0;
			w2.Expand = false;
			w2.Fill = false;
			// Container child vbox3.Gtk.Box+BoxChild
			this.underlineErrorsCheckbutton = new global::Gtk.CheckButton();
			this.underlineErrorsCheckbutton.CanFocus = true;
			this.underlineErrorsCheckbutton.Name = "underlineErrorsCheckbutton";
			this.underlineErrorsCheckbutton.Label = global::Mono.Unix.Catalog.GetString("_Underline errors");
			this.underlineErrorsCheckbutton.DrawIndicator = true;
			this.underlineErrorsCheckbutton.UseUnderline = true;
			this.vbox3.Add(this.underlineErrorsCheckbutton);
			global::Gtk.Box.BoxChild w3 = ((global::Gtk.Box.BoxChild)(this.vbox3[this.underlineErrorsCheckbutton]));
			w3.Position = 1;
			w3.Expand = false;
			w3.Fill = false;
			// Container child vbox3.Gtk.Box+BoxChild
			this.highlightMatchingBracketCheckbutton = new global::Gtk.CheckButton();
			this.highlightMatchingBracketCheckbutton.CanFocus = true;
			this.highlightMatchingBracketCheckbutton.Name = "highlightMatchingBracketCheckbutton";
			this.highlightMatchingBracketCheckbutton.Label = global::Mono.Unix.Catalog.GetString("_Highlight matching braces");
			this.highlightMatchingBracketCheckbutton.DrawIndicator = true;
			this.highlightMatchingBracketCheckbutton.UseUnderline = true;
			this.vbox3.Add(this.highlightMatchingBracketCheckbutton);
			global::Gtk.Box.BoxChild w4 = ((global::Gtk.Box.BoxChild)(this.vbox3[this.highlightMatchingBracketCheckbutton]));
			w4.Position = 2;
			w4.Expand = false;
			w4.Fill = false;
			// Container child vbox3.Gtk.Box+BoxChild
			this.highlightCurrentLineCheckbutton = new global::Gtk.CheckButton();
			this.highlightCurrentLineCheckbutton.CanFocus = true;
			this.highlightCurrentLineCheckbutton.Name = "highlightCurrentLineCheckbutton";
			this.highlightCurrentLineCheckbutton.Label = global::Mono.Unix.Catalog.GetString("Highlight _current line");
			this.highlightCurrentLineCheckbutton.DrawIndicator = true;
			this.highlightCurrentLineCheckbutton.UseUnderline = true;
			this.vbox3.Add(this.highlightCurrentLineCheckbutton);
			global::Gtk.Box.BoxChild w5 = ((global::Gtk.Box.BoxChild)(this.vbox3[this.highlightCurrentLineCheckbutton]));
			w5.Position = 3;
			w5.Expand = false;
			w5.Fill = false;
			// Container child vbox3.Gtk.Box+BoxChild
			this.showRulerCheckbutton = new global::Gtk.CheckButton();
			this.showRulerCheckbutton.CanFocus = true;
			this.showRulerCheckbutton.Name = "showRulerCheckbutton";
			this.showRulerCheckbutton.Label = global::Mono.Unix.Catalog.GetString("Show _column ruler");
			this.showRulerCheckbutton.DrawIndicator = true;
			this.showRulerCheckbutton.UseUnderline = true;
			this.vbox3.Add(this.showRulerCheckbutton);
			global::Gtk.Box.BoxChild w6 = ((global::Gtk.Box.BoxChild)(this.vbox3[this.showRulerCheckbutton]));
			w6.Position = 4;
			w6.Expand = false;
			w6.Fill = false;
			// Container child vbox3.Gtk.Box+BoxChild
			this.enableAnimationCheckbutton1 = new global::Gtk.CheckButton();
			this.enableAnimationCheckbutton1.CanFocus = true;
			this.enableAnimationCheckbutton1.Name = "enableAnimationCheckbutton1";
			this.enableAnimationCheckbutton1.Label = global::Mono.Unix.Catalog.GetString("_Enable animations");
			this.enableAnimationCheckbutton1.DrawIndicator = true;
			this.enableAnimationCheckbutton1.UseUnderline = true;
			this.vbox3.Add(this.enableAnimationCheckbutton1);
			global::Gtk.Box.BoxChild w7 = ((global::Gtk.Box.BoxChild)(this.vbox3[this.enableAnimationCheckbutton1]));
			w7.Position = 5;
			w7.Expand = false;
			w7.Fill = false;
			// Container child vbox3.Gtk.Box+BoxChild
			this.enableHighlightUsagesCheckbutton = new global::Gtk.CheckButton();
			this.enableHighlightUsagesCheckbutton.CanFocus = true;
			this.enableHighlightUsagesCheckbutton.Name = "enableHighlightUsagesCheckbutton";
			this.enableHighlightUsagesCheckbutton.Label = global::Mono.Unix.Catalog.GetString("Highlight _identifier references");
			this.enableHighlightUsagesCheckbutton.DrawIndicator = true;
			this.enableHighlightUsagesCheckbutton.UseUnderline = true;
			this.vbox3.Add(this.enableHighlightUsagesCheckbutton);
			global::Gtk.Box.BoxChild w8 = ((global::Gtk.Box.BoxChild)(this.vbox3[this.enableHighlightUsagesCheckbutton]));
			w8.Position = 6;
			w8.Expand = false;
			w8.Fill = false;
			// Container child vbox3.Gtk.Box+BoxChild
			this.drawIndentMarkersCheckbutton = new global::Gtk.CheckButton();
			this.drawIndentMarkersCheckbutton.CanFocus = true;
			this.drawIndentMarkersCheckbutton.Name = "drawIndentMarkersCheckbutton";
			this.drawIndentMarkersCheckbutton.Label = global::Mono.Unix.Catalog.GetString("_Show indentation guides");
			this.drawIndentMarkersCheckbutton.DrawIndicator = true;
			this.drawIndentMarkersCheckbutton.UseUnderline = true;
			this.vbox3.Add(this.drawIndentMarkersCheckbutton);
			global::Gtk.Box.BoxChild w9 = ((global::Gtk.Box.BoxChild)(this.vbox3[this.drawIndentMarkersCheckbutton]));
			w9.Position = 7;
			w9.Expand = false;
			w9.Fill = false;
			// Container child vbox3.Gtk.Box+BoxChild
			this.enableQuickDiffCheckbutton = new global::Gtk.CheckButton();
			this.enableQuickDiffCheckbutton.CanFocus = true;
			this.enableQuickDiffCheckbutton.Name = "enableQuickDiffCheckbutton";
			this.enableQuickDiffCheckbutton.Label = global::Mono.Unix.Catalog.GetString("_Visualize changed lines");
			this.enableQuickDiffCheckbutton.DrawIndicator = true;
			this.enableQuickDiffCheckbutton.UseUnderline = true;
			this.vbox3.Add(this.enableQuickDiffCheckbutton);
			global::Gtk.Box.BoxChild w10 = ((global::Gtk.Box.BoxChild)(this.vbox3[this.enableQuickDiffCheckbutton]));
			w10.Position = 8;
			w10.Expand = false;
			w10.Fill = false;
			// Container child vbox3.Gtk.Box+BoxChild
			this.table1 = new global::Gtk.Table(((uint)(4)), ((uint)(4)), false);
			this.table1.Name = "table1";
			this.table1.RowSpacing = ((uint)(6));
			this.table1.ColumnSpacing = ((uint)(6));
			// Container child table1.Gtk.Table+TableChild
			this.checkbuttonLineEndings = new global::Gtk.CheckButton();
			this.checkbuttonLineEndings.CanFocus = true;
			this.checkbuttonLineEndings.Name = "checkbuttonLineEndings";
			this.checkbuttonLineEndings.Label = global::Mono.Unix.Catalog.GetString("Include Line Endings");
			this.checkbuttonLineEndings.DrawIndicator = true;
			this.checkbuttonLineEndings.UseUnderline = true;
			this.table1.Add(this.checkbuttonLineEndings);
			global::Gtk.Table.TableChild w11 = ((global::Gtk.Table.TableChild)(this.table1[this.checkbuttonLineEndings]));
			w11.TopAttach = ((uint)(3));
			w11.BottomAttach = ((uint)(4));
			w11.LeftAttach = ((uint)(1));
			w11.RightAttach = ((uint)(4));
			w11.XOptions = ((global::Gtk.AttachOptions)(4));
			w11.YOptions = ((global::Gtk.AttachOptions)(4));
			// Container child table1.Gtk.Table+TableChild
			this.checkbuttonSpaces = new global::Gtk.CheckButton();
			this.checkbuttonSpaces.CanFocus = true;
			this.checkbuttonSpaces.Name = "checkbuttonSpaces";
			this.checkbuttonSpaces.Label = global::Mono.Unix.Catalog.GetString("Include _Spaces");
			this.checkbuttonSpaces.DrawIndicator = true;
			this.checkbuttonSpaces.UseUnderline = true;
			this.table1.Add(this.checkbuttonSpaces);
			global::Gtk.Table.TableChild w12 = ((global::Gtk.Table.TableChild)(this.table1[this.checkbuttonSpaces]));
			w12.TopAttach = ((uint)(1));
			w12.BottomAttach = ((uint)(2));
			w12.LeftAttach = ((uint)(1));
			w12.RightAttach = ((uint)(4));
			w12.XOptions = ((global::Gtk.AttachOptions)(4));
			w12.YOptions = ((global::Gtk.AttachOptions)(4));
			// Container child table1.Gtk.Table+TableChild
			this.checkbuttonTabs = new global::Gtk.CheckButton();
			this.checkbuttonTabs.CanFocus = true;
			this.checkbuttonTabs.Name = "checkbuttonTabs";
			this.checkbuttonTabs.Label = global::Mono.Unix.Catalog.GetString("Include Tabs");
			this.checkbuttonTabs.DrawIndicator = true;
			this.checkbuttonTabs.UseUnderline = true;
			this.table1.Add(this.checkbuttonTabs);
			global::Gtk.Table.TableChild w13 = ((global::Gtk.Table.TableChild)(this.table1[this.checkbuttonTabs]));
			w13.TopAttach = ((uint)(2));
			w13.BottomAttach = ((uint)(3));
			w13.LeftAttach = ((uint)(1));
			w13.RightAttach = ((uint)(4));
			w13.XOptions = ((global::Gtk.AttachOptions)(4));
			w13.YOptions = ((global::Gtk.AttachOptions)(4));
			// Container child table1.Gtk.Table+TableChild
			this.label1 = new global::Gtk.Label();
			this.label1.Name = "label1";
			this.label1.LabelProp = global::Mono.Unix.Catalog.GetString("_Show invisible characters:");
			this.label1.UseUnderline = true;
			this.table1.Add(this.label1);
			global::Gtk.Table.TableChild w14 = ((global::Gtk.Table.TableChild)(this.table1[this.label1]));
			w14.XOptions = ((global::Gtk.AttachOptions)(4));
			w14.YOptions = ((global::Gtk.AttachOptions)(4));
			// Container child table1.Gtk.Table+TableChild
			this.showWhitespacesCombobox = global::Gtk.ComboBox.NewText();
			this.showWhitespacesCombobox.Name = "showWhitespacesCombobox";
			this.table1.Add(this.showWhitespacesCombobox);
			global::Gtk.Table.TableChild w15 = ((global::Gtk.Table.TableChild)(this.table1[this.showWhitespacesCombobox]));
			w15.LeftAttach = ((uint)(1));
			w15.RightAttach = ((uint)(4));
			w15.XOptions = ((global::Gtk.AttachOptions)(4));
			w15.YOptions = ((global::Gtk.AttachOptions)(4));
			this.vbox3.Add(this.table1);
			global::Gtk.Box.BoxChild w16 = ((global::Gtk.Box.BoxChild)(this.vbox3[this.table1]));
			w16.Position = 9;
			w16.Fill = false;
			this.alignment1.Add(this.vbox3);
			this.vbox1.Add(this.alignment1);
			global::Gtk.Box.BoxChild w18 = ((global::Gtk.Box.BoxChild)(this.vbox1[this.alignment1]));
			w18.Position = 1;
			w18.Expand = false;
			w18.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 MonoDevelop.Deployment.FileReplaceDialog
			this.Name = "MonoDevelop.Deployment.FileReplaceDialog";
			this.Title = global::Mono.Unix.Catalog.GetString ("Replace existing file?");
			this.WindowPosition = ((global::Gtk.WindowPosition)(4));
			this.Modal = true;
			this.BorderWidth = ((uint)(6));
			this.Resizable = false;
			this.AllowGrow = false;
			// Internal child MonoDevelop.Deployment.FileReplaceDialog.VBox
			global::Gtk.VBox w1 = this.VBox;
			w1.Name = "dialog1_VBox";
			w1.Spacing = 4;
			w1.BorderWidth = ((uint)(2));
			// Container child dialog1_VBox.Gtk.Box+BoxChild
			this.hbox1 = new global::Gtk.HBox ();
			this.hbox1.Name = "hbox1";
			this.hbox1.Spacing = 6;
			// Container child hbox1.Gtk.Box+BoxChild
			this.label7 = new global::Gtk.Label ();
			this.label7.Name = "label7";
			this.hbox1.Add (this.label7);
			global::Gtk.Box.BoxChild w2 = ((global::Gtk.Box.BoxChild)(this.hbox1 [this.label7]));
			w2.Position = 0;
			// Container child hbox1.Gtk.Box+BoxChild
			this.image1 = new global::Gtk.Image ();
			this.image1.Name = "image1";
			this.image1.Pixbuf = global::Stetic.IconLoader.LoadIcon (this, "gtk-dialog-warning", global::Gtk.IconSize.Dialog);
			this.hbox1.Add (this.image1);
			global::Gtk.Box.BoxChild w3 = ((global::Gtk.Box.BoxChild)(this.hbox1 [this.image1]));
			w3.Position = 1;
			w3.Expand = false;
			w3.Fill = false;
			w3.Padding = ((uint)(8));
			// Container child hbox1.Gtk.Box+BoxChild
			this.label5 = new global::Gtk.Label ();
			this.label5.Name = "label5";
			this.label5.LabelProp = global::Mono.Unix.Catalog.GetString ("<b><big>Deploy file already exists. Do you want to replace it?</big></b>");
			this.label5.UseMarkup = true;
			this.label5.Wrap = true;
			this.label5.Justify = ((global::Gtk.Justification)(3));
			this.hbox1.Add (this.label5);
			global::Gtk.Box.BoxChild w4 = ((global::Gtk.Box.BoxChild)(this.hbox1 [this.label5]));
			w4.Position = 2;
			// Container child hbox1.Gtk.Box+BoxChild
			this.label6 = new global::Gtk.Label ();
			this.label6.Name = "label6";
			this.hbox1.Add (this.label6);
			global::Gtk.Box.BoxChild w5 = ((global::Gtk.Box.BoxChild)(this.hbox1 [this.label6]));
			w5.Position = 3;
			w1.Add (this.hbox1);
			global::Gtk.Box.BoxChild w6 = ((global::Gtk.Box.BoxChild)(w1 [this.hbox1]));
			w6.Position = 0;
			w6.Expand = false;
			w6.Fill = false;
			// Container child dialog1_VBox.Gtk.Box+BoxChild
			this.label2 = new global::Gtk.Label ();
			this.label2.Name = "label2";
			this.label2.LabelProp = global::Mono.Unix.Catalog.GetString ("There is already a file in the target directory that has the same name as the source file. You can keep the existing target file, or overwrite it with the source file.");
			this.label2.Wrap = true;
			this.label2.Justify = ((global::Gtk.Justification)(3));
			w1.Add (this.label2);
			global::Gtk.Box.BoxChild w7 = ((global::Gtk.Box.BoxChild)(w1 [this.label2]));
			w7.Position = 1;
			w7.Expand = false;
			w7.Fill = false;
			// Container child dialog1_VBox.Gtk.Box+BoxChild
			this.hbox2 = new global::Gtk.HBox ();
			this.hbox2.Name = "hbox2";
			this.hbox2.Spacing = 6;
			this.hbox2.BorderWidth = ((uint)(6));
			// Container child hbox2.Gtk.Box+BoxChild
			this.label8 = new global::Gtk.Label ();
			this.label8.WidthRequest = 18;
			this.label8.Name = "label8";
			this.hbox2.Add (this.label8);
			global::Gtk.Box.BoxChild w8 = ((global::Gtk.Box.BoxChild)(this.hbox2 [this.label8]));
			w8.Position = 0;
			// Container child hbox2.Gtk.Box+BoxChild
			this.vbox4 = new global::Gtk.VBox ();
			this.vbox4.Name = "vbox4";
			this.vbox4.Spacing = 6;
			// Container child vbox4.Gtk.Box+BoxChild
			this.hbox3 = new global::Gtk.HBox ();
			this.hbox3.Name = "hbox3";
			this.hbox3.Spacing = 6;
			// Container child hbox3.Gtk.Box+BoxChild
			this.radioReplace = new global::Gtk.RadioButton ("");
			this.radioReplace.CanFocus = true;
			this.radioReplace.Name = "radioReplace";
			this.radioReplace.DrawIndicator = true;
			this.radioReplace.UseUnderline = true;
			this.radioReplace.Group = new global::GLib.SList (global::System.IntPtr.Zero);
			this.radioReplace.Remove (this.radioReplace.Child);
			// Container child radioReplace.Gtk.Container+ContainerChild
			this.vbox5 = new global::Gtk.VBox ();
			this.vbox5.Name = "vbox5";
			this.vbox5.Spacing = 6;
			this.vbox5.BorderWidth = ((uint)(2));
			// Container child vbox5.Gtk.Box+BoxChild
			this.replaceLabel = new global::Gtk.Label ();
			this.replaceLabel.Name = "replaceLabel";
			this.replaceLabel.Xalign = 0F;
			this.replaceLabel.UseMarkup = true;
			this.vbox5.Add (this.replaceLabel);
			global::Gtk.Box.BoxChild w9 = ((global::Gtk.Box.BoxChild)(this.vbox5 [this.replaceLabel]));
			w9.Position = 0;
			w9.Expand = false;
			// Container child vbox5.Gtk.Box+BoxChild
			this.hbox6 = new global::Gtk.HBox ();
			this.hbox6.Name = "hbox6";
			this.hbox6.Spacing = 6;
			// Container child hbox6.Gtk.Box+BoxChild
			this.label25 = new global::Gtk.Label ();
			this.label25.Name = "label25";
			this.label25.Xalign = 0F;
			this.label25.LabelProp = global::Mono.Unix.Catalog.GetString ("Name:");
			this.label25.Justify = ((global::Gtk.Justification)(1));
			this.hbox6.Add (this.label25);
			global::Gtk.Box.BoxChild w10 = ((global::Gtk.Box.BoxChild)(this.hbox6 [this.label25]));
			w10.Position = 0;
			w10.Expand = false;
			w10.Fill = false;
			// Container child hbox6.Gtk.Box+BoxChild
			this.sourceName = new global::Gtk.Label ();
			this.sourceName.Name = "sourceName";
			this.sourceName.Xalign = 0F;
			this.sourceName.Selectable = true;
			this.sourceName.Ellipsize = ((global::Pango.EllipsizeMode)(2));
			this.sourceName.MaxWidthChars = 35;
			this.hbox6.Add (this.sourceName);
			global::Gtk.Box.BoxChild w11 = ((global::Gtk.Box.BoxChild)(this.hbox6 [this.sourceName]));
			w11.Position = 1;
			this.vbox5.Add (this.hbox6);
			global::Gtk.Box.BoxChild w12 = ((global::Gtk.Box.BoxChild)(this.vbox5 [this.hbox6]));
			w12.Position = 1;
			w12.Expand = false;
			w12.Fill = false;
			// Container child vbox5.Gtk.Box+BoxChild
			this.hbox7 = new global::Gtk.HBox ();
			this.hbox7.Name = "hbox7";
			this.hbox7.Spacing = 6;
			// Container child hbox7.Gtk.Box+BoxChild
			this.label26 = new global::Gtk.Label ();
			this.label26.Name = "label26";
			this.label26.Xalign = 0F;
			this.label26.LabelProp = global::Mono.Unix.Catalog.GetString ("Modified:");
			this.label26.Justify = ((global::Gtk.Justification)(1));
			this.hbox7.Add (this.label26);
			global::Gtk.Box.BoxChild w13 = ((global::Gtk.Box.BoxChild)(this.hbox7 [this.label26]));
			w13.Position = 0;
			w13.Expand = false;
			w13.Fill = false;
			// Container child hbox7.Gtk.Box+BoxChild
			this.sourceModified = new global::Gtk.Label ();
			this.sourceModified.Name = "sourceModified";
			this.sourceModified.Xalign = 0F;
			this.hbox7.Add (this.sourceModified);
			global::Gtk.Box.BoxChild w14 = ((global::Gtk.Box.BoxChild)(this.hbox7 [this.sourceModified]));
			w14.Position = 1;
			this.vbox5.Add (this.hbox7);
			global::Gtk.Box.BoxChild w15 = ((global::Gtk.Box.BoxChild)(this.vbox5 [this.hbox7]));
			w15.Position = 2;
			w15.Expand = false;
			w15.Fill = false;
			this.radioReplace.Add (this.vbox5);
			this.hbox3.Add (this.radioReplace);
			global::Gtk.Box.BoxChild w17 = ((global::Gtk.Box.BoxChild)(this.hbox3 [this.radioReplace]));
			w17.Position = 0;
			this.vbox4.Add (this.hbox3);
			global::Gtk.Box.BoxChild w18 = ((global::Gtk.Box.BoxChild)(this.vbox4 [this.hbox3]));
			w18.Position = 0;
			w18.Expand = false;
			w18.Fill = false;
			// Container child vbox4.Gtk.Box+BoxChild
			this.hbox4 = new global::Gtk.HBox ();
			this.hbox4.Name = "hbox4";
			this.hbox4.Spacing = 6;
			// Container child hbox4.Gtk.Box+BoxChild
			this.radioKeep = new global::Gtk.RadioButton ("");
			this.radioKeep.CanFocus = true;
			this.radioKeep.Name = "radioKeep";
			this.radioKeep.DrawIndicator = true;
			this.radioKeep.UseUnderline = true;
			this.radioKeep.Group = this.radioReplace.Group;
			this.radioKeep.Remove (this.radioKeep.Child);
			// Container child radioKeep.Gtk.Container+ContainerChild
			this.vbox6 = new global::Gtk.VBox ();
			this.vbox6.Name = "vbox6";
			this.vbox6.Spacing = 6;
			this.vbox6.BorderWidth = ((uint)(2));
			// Container child vbox6.Gtk.Box+BoxChild
			this.keepLabel = new global::Gtk.Label ();
			this.keepLabel.Name = "keepLabel";
			this.keepLabel.Xalign = 0F;
			this.keepLabel.UseMarkup = true;
			this.vbox6.Add (this.keepLabel);
			global::Gtk.Box.BoxChild w19 = ((global::Gtk.Box.BoxChild)(this.vbox6 [this.keepLabel]));
			w19.Position = 0;
			// Container child vbox6.Gtk.Box+BoxChild
			this.hbox8 = new global::Gtk.HBox ();
			this.hbox8.Name = "hbox8";
			this.hbox8.Spacing = 6;
			// Container child hbox8.Gtk.Box+BoxChild
			this.label27 = new global::Gtk.Label ();
			this.label27.Name = "label27";
			this.label27.Xalign = 0F;
			this.label27.LabelProp = global::Mono.Unix.Catalog.GetString ("Name:");
			this.label27.Justify = ((global::Gtk.Justification)(1));
			this.hbox8.Add (this.label27);
			global::Gtk.Box.BoxChild w20 = ((global::Gtk.Box.BoxChild)(this.hbox8 [this.label27]));
			w20.Position = 0;
			w20.Expand = false;
			w20.Fill = false;
			// Container child hbox8.Gtk.Box+BoxChild
			this.targetName = new global::Gtk.Label ();
			this.targetName.Name = "targetName";
			this.targetName.Xalign = 0F;
			this.targetName.Selectable = true;
			this.targetName.Ellipsize = ((global::Pango.EllipsizeMode)(2));
			this.targetName.MaxWidthChars = 35;
			this.hbox8.Add (this.targetName);
			global::Gtk.Box.BoxChild w21 = ((global::Gtk.Box.BoxChild)(this.hbox8 [this.targetName]));
			w21.Position = 1;
			this.vbox6.Add (this.hbox8);
			global::Gtk.Box.BoxChild w22 = ((global::Gtk.Box.BoxChild)(this.vbox6 [this.hbox8]));
			w22.Position = 1;
			w22.Expand = false;
			w22.Fill = false;
			// Container child vbox6.Gtk.Box+BoxChild
			this.hbox9 = new global::Gtk.HBox ();
			this.hbox9.Name = "hbox9";
			this.hbox9.Spacing = 6;
			// Container child hbox9.Gtk.Box+BoxChild
			this.label28 = new global::Gtk.Label ();
			this.label28.Name = "label28";
			this.label28.Xalign = 0F;
			this.label28.LabelProp = global::Mono.Unix.Catalog.GetString ("Modified:");
			this.label28.Justify = ((global::Gtk.Justification)(1));
			this.hbox9.Add (this.label28);
			global::Gtk.Box.BoxChild w23 = ((global::Gtk.Box.BoxChild)(this.hbox9 [this.label28]));
			w23.Position = 0;
			w23.Expand = false;
			w23.Fill = false;
			// Container child hbox9.Gtk.Box+BoxChild
			this.targetModified = new global::Gtk.Label ();
			this.targetModified.Name = "targetModified";
			this.targetModified.Xalign = 0F;
			this.hbox9.Add (this.targetModified);
			global::Gtk.Box.BoxChild w24 = ((global::Gtk.Box.BoxChild)(this.hbox9 [this.targetModified]));
			w24.Position = 1;
			this.vbox6.Add (this.hbox9);
			global::Gtk.Box.BoxChild w25 = ((global::Gtk.Box.BoxChild)(this.vbox6 [this.hbox9]));
			w25.Position = 2;
			w25.Expand = false;
			w25.Fill = false;
			this.radioKeep.Add (this.vbox6);
			this.hbox4.Add (this.radioKeep);
			global::Gtk.Box.BoxChild w27 = ((global::Gtk.Box.BoxChild)(this.hbox4 [this.radioKeep]));
			w27.Position = 0;
			this.vbox4.Add (this.hbox4);
			global::Gtk.Box.BoxChild w28 = ((global::Gtk.Box.BoxChild)(this.vbox4 [this.hbox4]));
			w28.Position = 1;
			w28.Expand = false;
			w28.Fill = false;
			// Container child vbox4.Gtk.Box+BoxChild
			this.hbox5 = new global::Gtk.HBox ();
			this.hbox5.Name = "hbox5";
			this.hbox5.Spacing = 6;
			// Container child hbox5.Gtk.Box+BoxChild
			this.radioNewest = new global::Gtk.RadioButton ("");
			this.radioNewest.CanFocus = true;
			this.radioNewest.Name = "radioNewest";
			this.radioNewest.DrawIndicator = true;
			this.radioNewest.UseUnderline = true;
			this.radioNewest.Group = this.radioReplace.Group;
			this.radioNewest.Remove (this.radioNewest.Child);
			// Container child radioNewest.Gtk.Container+ContainerChild
			this.vbox7 = new global::Gtk.VBox ();
			this.vbox7.Name = "vbox7";
			this.vbox7.Spacing = 6;
			this.vbox7.BorderWidth = ((uint)(2));
			// Container child vbox7.Gtk.Box+BoxChild
			this.newestLabel = new global::Gtk.Label ();
			this.newestLabel.Name = "newestLabel";
			this.newestLabel.Xalign = 0F;
			this.newestLabel.UseMarkup = true;
			this.vbox7.Add (this.newestLabel);
			global::Gtk.Box.BoxChild w29 = ((global::Gtk.Box.BoxChild)(this.vbox7 [this.newestLabel]));
			w29.Position = 0;
			// Container child vbox7.Gtk.Box+BoxChild
			this.label20 = new global::Gtk.Label ();
			this.label20.Name = "label20";
			this.label20.Xpad = 2;
			this.label20.LabelProp = global::Mono.Unix.Catalog.GetString ("The source file will replace the existing target file if it has been modified more recently.");
			this.label20.Wrap = true;
			this.vbox7.Add (this.label20);
			global::Gtk.Box.BoxChild w30 = ((global::Gtk.Box.BoxChild)(this.vbox7 [this.label20]));
			w30.Position = 1;
			this.radioNewest.Add (this.vbox7);
			this.hbox5.Add (this.radioNewest);
			global::Gtk.Box.BoxChild w32 = ((global::Gtk.Box.BoxChild)(this.hbox5 [this.radioNewest]));
			w32.Position = 0;
			this.vbox4.Add (this.hbox5);
			global::Gtk.Box.BoxChild w33 = ((global::Gtk.Box.BoxChild)(this.vbox4 [this.hbox5]));
			w33.Position = 2;
			w33.Expand = false;
			w33.Fill = false;
			// Container child vbox4.Gtk.Box+BoxChild
			this.applyAll = new global::Gtk.CheckButton ();
			this.applyAll.CanFocus = true;
			this.applyAll.Name = "applyAll";
			this.applyAll.Label = global::Mono.Unix.Catalog.GetString ("Apply this decision to _all files in this operation");
			this.applyAll.DrawIndicator = true;
			this.applyAll.UseUnderline = true;
			this.vbox4.Add (this.applyAll);
			global::Gtk.Box.BoxChild w34 = ((global::Gtk.Box.BoxChild)(this.vbox4 [this.applyAll]));
			w34.Position = 3;
			w34.Expand = false;
			w34.Fill = false;
			this.hbox2.Add (this.vbox4);
			global::Gtk.Box.BoxChild w35 = ((global::Gtk.Box.BoxChild)(this.hbox2 [this.vbox4]));
			w35.Position = 1;
			// Container child hbox2.Gtk.Box+BoxChild
			this.label11 = new global::Gtk.Label ();
			this.label11.WidthRequest = 18;
			this.label11.Name = "label11";
			this.hbox2.Add (this.label11);
			global::Gtk.Box.BoxChild w36 = ((global::Gtk.Box.BoxChild)(this.hbox2 [this.label11]));
			w36.PackType = ((global::Gtk.PackType)(1));
			w36.Position = 2;
			w1.Add (this.hbox2);
			global::Gtk.Box.BoxChild w37 = ((global::Gtk.Box.BoxChild)(w1 [this.hbox2]));
			w37.Position = 2;
			// Internal child MonoDevelop.Deployment.FileReplaceDialog.ActionArea
			global::Gtk.HButtonBox w38 = this.ActionArea;
			w38.Name = "dialog1_ActionArea";
			w38.Spacing = 6;
			w38.BorderWidth = ((uint)(5));
			w38.LayoutStyle = ((global::Gtk.ButtonBoxStyle)(4));
			// Container child dialog1_ActionArea.Gtk.ButtonBox+ButtonBoxChild
			this.cancelButton = new global::Gtk.Button ();
			this.cancelButton.CanFocus = true;
			this.cancelButton.Name = "cancelButton";
			this.cancelButton.UseUnderline = true;
			// Container child cancelButton.Gtk.Container+ContainerChild
			global::Gtk.Alignment w39 = new global::Gtk.Alignment (0.5F, 0.5F, 0F, 0F);
			// Container child GtkAlignment.Gtk.Container+ContainerChild
			global::Gtk.HBox w40 = new global::Gtk.HBox ();
			w40.Spacing = 2;
			// Container child GtkHBox.Gtk.Container+ContainerChild
			global::Gtk.Image w41 = new global::Gtk.Image ();
			w41.Pixbuf = global::Stetic.IconLoader.LoadIcon (this, "gtk-cancel", global::Gtk.IconSize.Button);
			w40.Add (w41);
			// Container child GtkHBox.Gtk.Container+ContainerChild
			global::Gtk.Label w43 = new global::Gtk.Label ();
			w43.LabelProp = global::Mono.Unix.Catalog.GetString ("_Cancel deployment");
			w43.UseUnderline = true;
			w40.Add (w43);
			w39.Add (w40);
			this.cancelButton.Add (w39);
			this.AddActionWidget (this.cancelButton, -6);
			global::Gtk.ButtonBox.ButtonBoxChild w47 = ((global::Gtk.ButtonBox.ButtonBoxChild)(w38 [this.cancelButton]));
			w47.Expand = false;
			w47.Fill = false;
			// Container child dialog1_ActionArea.Gtk.ButtonBox+ButtonBoxChild
			this.okButton = new global::Gtk.Button ();
			this.okButton.CanDefault = true;
			this.okButton.CanFocus = true;
			this.okButton.Name = "okButton";
			this.okButton.UseStock = true;
			this.okButton.UseUnderline = true;
			this.okButton.Label = "gtk-ok";
			this.AddActionWidget (this.okButton, -5);
			global::Gtk.ButtonBox.ButtonBoxChild w48 = ((global::Gtk.ButtonBox.ButtonBoxChild)(w38 [this.okButton]));
			w48.Position = 1;
			w48.Expand = false;
			w48.Fill = false;
			if ((this.Child != null)) {
				this.Child.ShowAll ();
			}
			this.DefaultWidth = 425;
			this.DefaultHeight = 420;
			this.Hide ();
			this.DeleteEvent += new global::Gtk.DeleteEventHandler (this.DeleteActivated);
			this.cancelButton.Clicked += new global::System.EventHandler (this.CancelClicked);
			this.okButton.Clicked += new global::System.EventHandler (this.OkClicked);
		}
 protected virtual void Build()
 {
     global::Stetic.Gui.Initialize(this);
     // Widget MonoDevelop.CSharp.Project.CompilerOptionsPanelWidget
     global::Stetic.BinContainer.Attach(this);
     this.Name = "MonoDevelop.CSharp.Project.CompilerOptionsPanelWidget";
     // Container child MonoDevelop.CSharp.Project.CompilerOptionsPanelWidget.Gtk.Container+ContainerChild
     this.vbox1         = new global::Gtk.VBox();
     this.vbox1.Name    = "vbox1";
     this.vbox1.Spacing = 6;
     // Container child vbox1.Gtk.Box+BoxChild
     this.label82           = new global::Gtk.Label();
     this.label82.Name      = "label82";
     this.label82.Xalign    = 0f;
     this.label82.LabelProp = global::Mono.Unix.Catalog.GetString("<b>Code Generation</b>");
     this.label82.UseMarkup = true;
     this.vbox1.Add(this.label82);
     global::Gtk.Box.BoxChild w1 = ((global::Gtk.Box.BoxChild)(this.vbox1[this.label82]));
     w1.Position = 0;
     w1.Expand   = false;
     w1.Fill     = false;
     // Container child vbox1.Gtk.Box+BoxChild
     this.hbox5         = new global::Gtk.HBox();
     this.hbox5.Name    = "hbox5";
     this.hbox5.Spacing = 6;
     // Container child hbox5.Gtk.Box+BoxChild
     this.label76 = new global::Gtk.Label();
     this.label76.WidthRequest = 18;
     this.label76.Name         = "label76";
     this.hbox5.Add(this.label76);
     global::Gtk.Box.BoxChild w2 = ((global::Gtk.Box.BoxChild)(this.hbox5[this.label76]));
     w2.Position = 0;
     w2.Expand   = false;
     w2.Fill     = false;
     // Container child hbox5.Gtk.Box+BoxChild
     this.vbox2         = new global::Gtk.VBox();
     this.vbox2.Name    = "vbox2";
     this.vbox2.Spacing = 6;
     // Container child vbox2.Gtk.Box+BoxChild
     this.table7               = new global::Gtk.Table(((uint)(5)), ((uint)(2)), false);
     this.table7.Name          = "table7";
     this.table7.RowSpacing    = ((uint)(6));
     this.table7.ColumnSpacing = ((uint)(6));
     // Container child table7.Gtk.Table+TableChild
     this.codepageEntry      = global::Gtk.ComboBoxEntry.NewText();
     this.codepageEntry.Name = "codepageEntry";
     this.table7.Add(this.codepageEntry);
     global::Gtk.Table.TableChild w3 = ((global::Gtk.Table.TableChild)(this.table7[this.codepageEntry]));
     w3.TopAttach    = ((uint)(3));
     w3.BottomAttach = ((uint)(4));
     w3.LeftAttach   = ((uint)(1));
     w3.RightAttach  = ((uint)(2));
     w3.XOptions     = ((global::Gtk.AttachOptions)(4));
     w3.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child table7.Gtk.Table+TableChild
     this.hbox57      = new global::Gtk.HBox();
     this.hbox57.Name = "hbox57";
     // Container child hbox57.Gtk.Box+BoxChild
     this.compileTargetCombo      = new global::Gtk.ComboBox();
     this.compileTargetCombo.Name = "compileTargetCombo";
     this.hbox57.Add(this.compileTargetCombo);
     global::Gtk.Box.BoxChild w4 = ((global::Gtk.Box.BoxChild)(this.hbox57[this.compileTargetCombo]));
     w4.Position = 0;
     w4.Expand   = false;
     w4.Fill     = false;
     this.table7.Add(this.hbox57);
     global::Gtk.Table.TableChild w5 = ((global::Gtk.Table.TableChild)(this.table7[this.hbox57]));
     w5.LeftAttach  = ((uint)(1));
     w5.RightAttach = ((uint)(2));
     w5.XOptions    = ((global::Gtk.AttachOptions)(4));
     w5.YOptions    = ((global::Gtk.AttachOptions)(4));
     // Container child table7.Gtk.Table+TableChild
     this.iconEntry      = new global::MonoDevelop.Components.FileEntry();
     this.iconEntry.Name = "iconEntry";
     this.table7.Add(this.iconEntry);
     global::Gtk.Table.TableChild w6 = ((global::Gtk.Table.TableChild)(this.table7[this.iconEntry]));
     w6.TopAttach    = ((uint)(2));
     w6.BottomAttach = ((uint)(3));
     w6.LeftAttach   = ((uint)(1));
     w6.RightAttach  = ((uint)(2));
     w6.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child table7.Gtk.Table+TableChild
     this.label1           = new global::Gtk.Label();
     this.label1.Name      = "label1";
     this.label1.Xalign    = 0f;
     this.label1.LabelProp = global::Mono.Unix.Catalog.GetString("Compiler Code Page:");
     this.table7.Add(this.label1);
     global::Gtk.Table.TableChild w7 = ((global::Gtk.Table.TableChild)(this.table7[this.label1]));
     w7.TopAttach    = ((uint)(3));
     w7.BottomAttach = ((uint)(4));
     w7.XOptions     = ((global::Gtk.AttachOptions)(4));
     w7.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child table7.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("Win32 Icon:");
     this.table7.Add(this.label3);
     global::Gtk.Table.TableChild w8 = ((global::Gtk.Table.TableChild)(this.table7[this.label3]));
     w8.TopAttach    = ((uint)(2));
     w8.BottomAttach = ((uint)(3));
     w8.XOptions     = ((global::Gtk.AttachOptions)(4));
     w8.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child table7.Gtk.Table+TableChild
     this.label86              = new global::Gtk.Label();
     this.label86.Name         = "label86";
     this.label86.Xalign       = 0f;
     this.label86.LabelProp    = global::Mono.Unix.Catalog.GetString("Compile _Target:");
     this.label86.UseUnderline = true;
     this.table7.Add(this.label86);
     global::Gtk.Table.TableChild w9 = ((global::Gtk.Table.TableChild)(this.table7[this.label86]));
     w9.XOptions = ((global::Gtk.AttachOptions)(4));
     w9.YOptions = ((global::Gtk.AttachOptions)(0));
     // Container child table7.Gtk.Table+TableChild
     this.label88              = new global::Gtk.Label();
     this.label88.Name         = "label88";
     this.label88.Xalign       = 0f;
     this.label88.LabelProp    = global::Mono.Unix.Catalog.GetString("_Main Class:");
     this.label88.UseUnderline = true;
     this.table7.Add(this.label88);
     global::Gtk.Table.TableChild w10 = ((global::Gtk.Table.TableChild)(this.table7[this.label88]));
     w10.TopAttach    = ((uint)(1));
     w10.BottomAttach = ((uint)(2));
     w10.XOptions     = ((global::Gtk.AttachOptions)(4));
     w10.YOptions     = ((global::Gtk.AttachOptions)(0));
     // Container child table7.Gtk.Table+TableChild
     this.mainClassEntry      = new global::Gtk.ComboBoxEntry();
     this.mainClassEntry.Name = "mainClassEntry";
     this.table7.Add(this.mainClassEntry);
     global::Gtk.Table.TableChild w11 = ((global::Gtk.Table.TableChild)(this.table7[this.mainClassEntry]));
     w11.TopAttach    = ((uint)(1));
     w11.BottomAttach = ((uint)(2));
     w11.LeftAttach   = ((uint)(1));
     w11.RightAttach  = ((uint)(2));
     w11.YOptions     = ((global::Gtk.AttachOptions)(4));
     this.vbox2.Add(this.table7);
     global::Gtk.Box.BoxChild w12 = ((global::Gtk.Box.BoxChild)(this.vbox2[this.table7]));
     w12.Position = 0;
     this.hbox5.Add(this.vbox2);
     global::Gtk.Box.BoxChild w13 = ((global::Gtk.Box.BoxChild)(this.hbox5[this.vbox2]));
     w13.Position = 1;
     this.vbox1.Add(this.hbox5);
     global::Gtk.Box.BoxChild w14 = ((global::Gtk.Box.BoxChild)(this.vbox1[this.hbox5]));
     w14.Position = 1;
     w14.Expand   = false;
     // Container child vbox1.Gtk.Box+BoxChild
     this.label83           = new global::Gtk.Label();
     this.label83.Name      = "label83";
     this.label83.Xalign    = 0f;
     this.label83.LabelProp = global::Mono.Unix.Catalog.GetString("<b>Language Options</b>");
     this.label83.UseMarkup = true;
     this.vbox1.Add(this.label83);
     global::Gtk.Box.BoxChild w15 = ((global::Gtk.Box.BoxChild)(this.vbox1[this.label83]));
     w15.Position = 2;
     w15.Expand   = false;
     w15.Fill     = false;
     // Container child vbox1.Gtk.Box+BoxChild
     this.label75 = new global::Gtk.Label();
     this.label75.WidthRequest = 18;
     this.label75.Name         = "label75";
     this.vbox1.Add(this.label75);
     global::Gtk.Box.BoxChild w16 = ((global::Gtk.Box.BoxChild)(this.vbox1[this.label75]));
     w16.PackType = ((global::Gtk.PackType)(1));
     w16.Position = 3;
     // Container child vbox1.Gtk.Box+BoxChild
     this.hbox7         = new global::Gtk.HBox();
     this.hbox7.Name    = "hbox7";
     this.hbox7.Spacing = 6;
     // Container child hbox7.Gtk.Box+BoxChild
     this.label74 = new global::Gtk.Label();
     this.label74.WidthRequest = 18;
     this.label74.Name         = "label74";
     this.hbox7.Add(this.label74);
     global::Gtk.Box.BoxChild w17 = ((global::Gtk.Box.BoxChild)(this.hbox7[this.label74]));
     w17.Position = 0;
     w17.Expand   = false;
     w17.Fill     = false;
     // Container child hbox7.Gtk.Box+BoxChild
     this.vbox3         = new global::Gtk.VBox();
     this.vbox3.Name    = "vbox3";
     this.vbox3.Spacing = 6;
     // Container child vbox3.Gtk.Box+BoxChild
     this.table2               = new global::Gtk.Table(((uint)(1)), ((uint)(2)), false);
     this.table2.Name          = "table2";
     this.table2.RowSpacing    = ((uint)(6));
     this.table2.ColumnSpacing = ((uint)(6));
     // Container child table2.Gtk.Table+TableChild
     this.label2           = new global::Gtk.Label();
     this.label2.Name      = "label2";
     this.label2.Xalign    = 0f;
     this.label2.LabelProp = global::Mono.Unix.Catalog.GetString("C# Language Version:");
     this.table2.Add(this.label2);
     global::Gtk.Table.TableChild w18 = ((global::Gtk.Table.TableChild)(this.table2[this.label2]));
     w18.XOptions = ((global::Gtk.AttachOptions)(4));
     w18.YOptions = ((global::Gtk.AttachOptions)(4));
     // Container child table2.Gtk.Table+TableChild
     this.langVerCombo      = global::Gtk.ComboBox.NewText();
     this.langVerCombo.Name = "langVerCombo";
     this.table2.Add(this.langVerCombo);
     global::Gtk.Table.TableChild w19 = ((global::Gtk.Table.TableChild)(this.table2[this.langVerCombo]));
     w19.LeftAttach  = ((uint)(1));
     w19.RightAttach = ((uint)(2));
     w19.XOptions    = ((global::Gtk.AttachOptions)(4));
     w19.YOptions    = ((global::Gtk.AttachOptions)(4));
     this.vbox3.Add(this.table2);
     global::Gtk.Box.BoxChild w20 = ((global::Gtk.Box.BoxChild)(this.vbox3[this.table2]));
     w20.Position = 0;
     w20.Fill     = false;
     // Container child vbox3.Gtk.Box+BoxChild
     this.allowUnsafeCodeCheckButton               = new global::Gtk.CheckButton();
     this.allowUnsafeCodeCheckButton.CanFocus      = true;
     this.allowUnsafeCodeCheckButton.Name          = "allowUnsafeCodeCheckButton";
     this.allowUnsafeCodeCheckButton.Label         = global::Mono.Unix.Catalog.GetString("Allow '_unsafe' code");
     this.allowUnsafeCodeCheckButton.DrawIndicator = true;
     this.allowUnsafeCodeCheckButton.UseUnderline  = true;
     this.vbox3.Add(this.allowUnsafeCodeCheckButton);
     global::Gtk.Box.BoxChild w21 = ((global::Gtk.Box.BoxChild)(this.vbox3[this.allowUnsafeCodeCheckButton]));
     w21.Position = 1;
     w21.Expand   = false;
     w21.Fill     = false;
     this.hbox7.Add(this.vbox3);
     global::Gtk.Box.BoxChild w22 = ((global::Gtk.Box.BoxChild)(this.hbox7[this.vbox3]));
     w22.Position = 1;
     this.vbox1.Add(this.hbox7);
     global::Gtk.Box.BoxChild w23 = ((global::Gtk.Box.BoxChild)(this.vbox1[this.hbox7]));
     w23.PackType = ((global::Gtk.PackType)(1));
     w23.Position = 4;
     w23.Expand   = false;
     w23.Fill     = false;
     this.Add(this.vbox1);
     if ((this.Child != null))
     {
         this.Child.ShowAll();
     }
     this.label88.MnemonicWidget = this.mainClassEntry;
     this.Show();
 }
 protected virtual void Build()
 {
     global::Stetic.Gui.Initialize(this);
     // Widget ocmgtk.DelormeGPXWidget
     global::Stetic.BinContainer.Attach(this);
     this.Name = "ocmgtk.DelormeGPXWidget";
     // Container child ocmgtk.DelormeGPXWidget.Gtk.Container+ContainerChild
     this.vbox1         = new global::Gtk.VBox();
     this.vbox1.Name    = "vbox1";
     this.vbox1.Spacing = 6;
     // Container child vbox1.Gtk.Box+BoxChild
     this.table1               = new global::Gtk.Table(((uint)(2)), ((uint)(2)), false);
     this.table1.Name          = "table1";
     this.table1.RowSpacing    = ((uint)(6));
     this.table1.ColumnSpacing = ((uint)(6));
     // Container child table1.Gtk.Table+TableChild
     this.limitCheck               = new global::Gtk.CheckButton();
     this.limitCheck.CanFocus      = true;
     this.limitCheck.Name          = "limitCheck";
     this.limitCheck.Label         = global::Mono.Unix.Catalog.GetString("Limit Number of Caches");
     this.limitCheck.Active        = true;
     this.limitCheck.DrawIndicator = true;
     this.limitCheck.UseUnderline  = true;
     this.table1.Add(this.limitCheck);
     global::Gtk.Table.TableChild w1 = ((global::Gtk.Table.TableChild)(this.table1 [this.limitCheck]));
     w1.YOptions = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     this.limitEntry               = new global::Gtk.Entry();
     this.limitEntry.CanFocus      = true;
     this.limitEntry.Name          = "limitEntry";
     this.limitEntry.Text          = "1000";
     this.limitEntry.IsEditable    = true;
     this.limitEntry.InvisibleChar = '•';
     this.table1.Add(this.limitEntry);
     global::Gtk.Table.TableChild w2 = ((global::Gtk.Table.TableChild)(this.table1 [this.limitEntry]));
     w2.LeftAttach  = ((uint)(1));
     w2.RightAttach = ((uint)(2));
     w2.YOptions    = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     this.logLimitCheck               = new global::Gtk.CheckButton();
     this.logLimitCheck.CanFocus      = true;
     this.logLimitCheck.Name          = "logLimitCheck";
     this.logLimitCheck.Label         = global::Mono.Unix.Catalog.GetString("Limit Number of Logs");
     this.logLimitCheck.DrawIndicator = true;
     this.logLimitCheck.UseUnderline  = true;
     this.table1.Add(this.logLimitCheck);
     global::Gtk.Table.TableChild w3 = ((global::Gtk.Table.TableChild)(this.table1 [this.logLimitCheck]));
     w3.TopAttach    = ((uint)(1));
     w3.BottomAttach = ((uint)(2));
     w3.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     this.logLimitEntry               = new global::Gtk.Entry();
     this.logLimitEntry.Sensitive     = false;
     this.logLimitEntry.CanFocus      = true;
     this.logLimitEntry.Name          = "logLimitEntry";
     this.logLimitEntry.Text          = global::Mono.Unix.Catalog.GetString("5");
     this.logLimitEntry.IsEditable    = true;
     this.logLimitEntry.InvisibleChar = '•';
     this.table1.Add(this.logLimitEntry);
     global::Gtk.Table.TableChild w4 = ((global::Gtk.Table.TableChild)(this.table1 [this.logLimitEntry]));
     w4.TopAttach    = ((uint)(1));
     w4.BottomAttach = ((uint)(2));
     w4.LeftAttach   = ((uint)(1));
     w4.RightAttach  = ((uint)(2));
     w4.YOptions     = ((global::Gtk.AttachOptions)(4));
     this.vbox1.Add(this.table1);
     global::Gtk.Box.BoxChild w5 = ((global::Gtk.Box.BoxChild)(this.vbox1 [this.table1]));
     w5.Position = 0;
     w5.Expand   = false;
     w5.Fill     = false;
     // Container child vbox1.Gtk.Box+BoxChild
     this.table2               = new global::Gtk.Table(((uint)(4)), ((uint)(3)), false);
     this.table2.Name          = "table2";
     this.table2.RowSpacing    = ((uint)(6));
     this.table2.ColumnSpacing = ((uint)(6));
     // Container child table2.Gtk.Table+TableChild
     this.attrCheck               = new global::Gtk.CheckButton();
     this.attrCheck.CanFocus      = true;
     this.attrCheck.Name          = "attrCheck";
     this.attrCheck.Label         = global::Mono.Unix.Catalog.GetString("Include Attributes in Description");
     this.attrCheck.Active        = true;
     this.attrCheck.DrawIndicator = true;
     this.attrCheck.UseUnderline  = true;
     this.table2.Add(this.attrCheck);
     global::Gtk.Table.TableChild w6 = ((global::Gtk.Table.TableChild)(this.table2 [this.attrCheck]));
     w6.RightAttach = ((uint)(2));
     w6.XOptions    = ((global::Gtk.AttachOptions)(4));
     w6.YOptions    = ((global::Gtk.AttachOptions)(4));
     // Container child table2.Gtk.Table+TableChild
     this.autoNameRado               = new global::Gtk.RadioButton(global::Mono.Unix.Catalog.GetString("Auto name on internal drive"));
     this.autoNameRado.CanFocus      = true;
     this.autoNameRado.Name          = "autoNameRado";
     this.autoNameRado.DrawIndicator = true;
     this.autoNameRado.UseUnderline  = true;
     this.autoNameRado.Group         = new global::GLib.SList(global::System.IntPtr.Zero);
     this.table2.Add(this.autoNameRado);
     global::Gtk.Table.TableChild w7 = ((global::Gtk.Table.TableChild)(this.table2 [this.autoNameRado]));
     w7.TopAttach    = ((uint)(1));
     w7.BottomAttach = ((uint)(2));
     w7.XOptions     = ((global::Gtk.AttachOptions)(4));
     w7.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child table2.Gtk.Table+TableChild
     this.fieldBrowseButton          = new global::Gtk.Button();
     this.fieldBrowseButton.CanFocus = true;
     this.fieldBrowseButton.Name     = "fieldBrowseButton";
     // Container child fieldBrowseButton.Gtk.Container+ContainerChild
     this.image21        = new global::Gtk.Image();
     this.image21.Name   = "image21";
     this.image21.Pixbuf = global::Stetic.IconLoader.LoadIcon(this, "gtk-open", global::Gtk.IconSize.Button);
     this.fieldBrowseButton.Add(this.image21);
     this.table2.Add(this.fieldBrowseButton);
     global::Gtk.Table.TableChild w9 = ((global::Gtk.Table.TableChild)(this.table2 [this.fieldBrowseButton]));
     w9.TopAttach    = ((uint)(3));
     w9.BottomAttach = ((uint)(4));
     w9.LeftAttach   = ((uint)(2));
     w9.RightAttach  = ((uint)(3));
     w9.XOptions     = ((global::Gtk.AttachOptions)(4));
     w9.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child table2.Gtk.Table+TableChild
     this.fieldNotesEntry               = new global::Gtk.Entry();
     this.fieldNotesEntry.CanFocus      = true;
     this.fieldNotesEntry.Name          = "fieldNotesEntry";
     this.fieldNotesEntry.Text          = "/media/EM_USERMAPS/FieldNotes.txt";
     this.fieldNotesEntry.IsEditable    = true;
     this.fieldNotesEntry.InvisibleChar = '•';
     this.table2.Add(this.fieldNotesEntry);
     global::Gtk.Table.TableChild w10 = ((global::Gtk.Table.TableChild)(this.table2 [this.fieldNotesEntry]));
     w10.TopAttach    = ((uint)(3));
     w10.BottomAttach = ((uint)(4));
     w10.LeftAttach   = ((uint)(1));
     w10.RightAttach  = ((uint)(2));
     w10.XOptions     = ((global::Gtk.AttachOptions)(4));
     w10.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child table2.Gtk.Table+TableChild
     this.fileButton          = new global::Gtk.Button();
     this.fileButton.CanFocus = true;
     this.fileButton.Name     = "fileButton";
     // Container child fileButton.Gtk.Container+ContainerChild
     this.image3        = new global::Gtk.Image();
     this.image3.Name   = "image3";
     this.image3.Pixbuf = global::Stetic.IconLoader.LoadIcon(this, "gtk-open", global::Gtk.IconSize.Menu);
     this.fileButton.Add(this.image3);
     this.table2.Add(this.fileButton);
     global::Gtk.Table.TableChild w12 = ((global::Gtk.Table.TableChild)(this.table2 [this.fileButton]));
     w12.TopAttach    = ((uint)(2));
     w12.BottomAttach = ((uint)(3));
     w12.LeftAttach   = ((uint)(2));
     w12.RightAttach  = ((uint)(3));
     w12.XOptions     = ((global::Gtk.AttachOptions)(4));
     w12.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child table2.Gtk.Table+TableChild
     this.fileEntry               = new global::Gtk.Entry();
     this.fileEntry.Sensitive     = false;
     this.fileEntry.CanFocus      = true;
     this.fileEntry.Name          = "fileEntry";
     this.fileEntry.Text          = "/media/EM_USERMAPS/waypoints/geocaches.gpx";
     this.fileEntry.IsEditable    = true;
     this.fileEntry.InvisibleChar = '•';
     this.table2.Add(this.fileEntry);
     global::Gtk.Table.TableChild w13 = ((global::Gtk.Table.TableChild)(this.table2 [this.fileEntry]));
     w13.TopAttach    = ((uint)(2));
     w13.BottomAttach = ((uint)(3));
     w13.LeftAttach   = ((uint)(1));
     w13.RightAttach  = ((uint)(2));
     w13.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child table2.Gtk.Table+TableChild
     this.label1           = new global::Gtk.Label();
     this.label1.Name      = "label1";
     this.label1.Xalign    = 0F;
     this.label1.LabelProp = global::Mono.Unix.Catalog.GetString("Field Notes File:");
     this.table2.Add(this.label1);
     global::Gtk.Table.TableChild w14 = ((global::Gtk.Table.TableChild)(this.table2 [this.label1]));
     w14.TopAttach    = ((uint)(3));
     w14.BottomAttach = ((uint)(4));
     w14.XOptions     = ((global::Gtk.AttachOptions)(4));
     w14.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child table2.Gtk.Table+TableChild
     this.useFileRadio               = new global::Gtk.RadioButton(global::Mono.Unix.Catalog.GetString("Use specified file:"));
     this.useFileRadio.CanFocus      = true;
     this.useFileRadio.Name          = "useFileRadio";
     this.useFileRadio.DrawIndicator = true;
     this.useFileRadio.UseUnderline  = true;
     this.useFileRadio.Group         = this.autoNameRado.Group;
     this.table2.Add(this.useFileRadio);
     global::Gtk.Table.TableChild w15 = ((global::Gtk.Table.TableChild)(this.table2 [this.useFileRadio]));
     w15.TopAttach    = ((uint)(2));
     w15.BottomAttach = ((uint)(3));
     w15.XOptions     = ((global::Gtk.AttachOptions)(4));
     w15.YOptions     = ((global::Gtk.AttachOptions)(4));
     this.vbox1.Add(this.table2);
     global::Gtk.Box.BoxChild w16 = ((global::Gtk.Box.BoxChild)(this.vbox1 [this.table2]));
     w16.Position = 1;
     w16.Expand   = false;
     w16.Fill     = false;
     this.Add(this.vbox1);
     if ((this.Child != null))
     {
         this.Child.ShowAll();
     }
     this.Hide();
     this.logLimitCheck.Toggled     += new global::System.EventHandler(this.OnLogLimitToggle);
     this.limitCheck.Toggled        += new global::System.EventHandler(this.OnLimitToggle);
     this.useFileRadio.Toggled      += new global::System.EventHandler(this.OnFileToggle);
     this.fileButton.Clicked        += new global::System.EventHandler(this.OnFileClick);
     this.fieldBrowseButton.Clicked += new global::System.EventHandler(this.OnFieldBrowse);
 }
 protected virtual void Build()
 {
     global::Stetic.Gui.Initialize (this);
     // Widget Moscrif.IDE.Option.CompileWidget
     global::Stetic.BinContainer.Attach (this);
     this.Name = "Moscrif.IDE.Option.CompileWidget";
     // Container child Moscrif.IDE.Option.CompileWidget.Gtk.Container+ContainerChild
     this.table2 = new global::Gtk.Table (((uint)(7)), ((uint)(3)), false);
     this.table2.Name = "table2";
     this.table2.RowSpacing = ((uint)(6));
     this.table2.ColumnSpacing = ((uint)(6));
     // Container child table2.Gtk.Table+TableChild
     this.chbClearConsole = new global::Gtk.CheckButton ();
     this.chbClearConsole.CanFocus = true;
     this.chbClearConsole.Name = "chbClearConsole";
     this.chbClearConsole.Label = global::Mono.Unix.Catalog.GetString ("Clear Console before Run");
     this.chbClearConsole.Active = true;
     this.chbClearConsole.DrawIndicator = true;
     this.chbClearConsole.UseUnderline = true;
     this.table2.Add (this.chbClearConsole);
     global::Gtk.Table.TableChild w1 = ((global::Gtk.Table.TableChild)(this.table2 [this.chbClearConsole]));
     w1.TopAttach = ((uint)(2));
     w1.BottomAttach = ((uint)(3));
     w1.XPadding = ((uint)(5));
     w1.YOptions = ((global::Gtk.AttachOptions)(4));
     // Container child table2.Gtk.Table+TableChild
     this.chbFirstError = new global::Gtk.CheckButton ();
     this.chbFirstError.CanFocus = true;
     this.chbFirstError.Name = "chbFirstError";
     this.chbFirstError.Label = global::Mono.Unix.Catalog.GetString ("Stop Compilation on First Error");
     this.chbFirstError.Active = true;
     this.chbFirstError.DrawIndicator = true;
     this.chbFirstError.UseUnderline = true;
     this.table2.Add (this.chbFirstError);
     global::Gtk.Table.TableChild w2 = ((global::Gtk.Table.TableChild)(this.table2 [this.chbFirstError]));
     w2.TopAttach = ((uint)(1));
     w2.BottomAttach = ((uint)(2));
     w2.XPadding = ((uint)(5));
     w2.YOptions = ((global::Gtk.AttachOptions)(4));
     // Container child table2.Gtk.Table+TableChild
     this.chbOpenOutput = new global::Gtk.CheckButton ();
     this.chbOpenOutput.CanFocus = true;
     this.chbOpenOutput.Name = "chbOpenOutput";
     this.chbOpenOutput.Label = global::Mono.Unix.Catalog.GetString ("Open output directory after publish");
     this.chbOpenOutput.Active = true;
     this.chbOpenOutput.DrawIndicator = true;
     this.chbOpenOutput.UseUnderline = true;
     this.table2.Add (this.chbOpenOutput);
     global::Gtk.Table.TableChild w3 = ((global::Gtk.Table.TableChild)(this.table2 [this.chbOpenOutput]));
     w3.TopAttach = ((uint)(5));
     w3.BottomAttach = ((uint)(6));
     w3.XPadding = ((uint)(5));
     w3.YOptions = ((global::Gtk.AttachOptions)(4));
     // Container child table2.Gtk.Table+TableChild
     this.chbPrecompile = new global::Gtk.CheckButton ();
     this.chbPrecompile.CanFocus = true;
     this.chbPrecompile.Name = "chbPrecompile";
     this.chbPrecompile.Label = global::Mono.Unix.Catalog.GetString ("Allow Background Compilation");
     this.chbPrecompile.DrawIndicator = true;
     this.chbPrecompile.UseUnderline = true;
     this.table2.Add (this.chbPrecompile);
     global::Gtk.Table.TableChild w4 = ((global::Gtk.Table.TableChild)(this.table2 [this.chbPrecompile]));
     w4.XPadding = ((uint)(5));
     w4.YOptions = ((global::Gtk.AttachOptions)(4));
     // Container child table2.Gtk.Table+TableChild
     this.chbSaveAfterRun = new global::Gtk.CheckButton ();
     this.chbSaveAfterRun.CanFocus = true;
     this.chbSaveAfterRun.Name = "chbSaveAfterRun";
     this.chbSaveAfterRun.Label = global::Mono.Unix.Catalog.GetString ("Save changes before run / compile");
     this.chbSaveAfterRun.Active = true;
     this.chbSaveAfterRun.DrawIndicator = true;
     this.chbSaveAfterRun.UseUnderline = true;
     this.table2.Add (this.chbSaveAfterRun);
     global::Gtk.Table.TableChild w5 = ((global::Gtk.Table.TableChild)(this.table2 [this.chbSaveAfterRun]));
     w5.TopAttach = ((uint)(4));
     w5.BottomAttach = ((uint)(5));
     w5.XPadding = ((uint)(5));
     w5.YOptions = ((global::Gtk.AttachOptions)(4));
     // Container child table2.Gtk.Table+TableChild
     this.chbShowError = new global::Gtk.CheckButton ();
     this.chbShowError.CanFocus = true;
     this.chbShowError.Name = "chbShowError";
     this.chbShowError.Label = global::Mono.Unix.Catalog.GetString ("Show Error Pane when Error Occured");
     this.chbShowError.DrawIndicator = true;
     this.chbShowError.UseUnderline = true;
     this.table2.Add (this.chbShowError);
     global::Gtk.Table.TableChild w6 = ((global::Gtk.Table.TableChild)(this.table2 [this.chbShowError]));
     w6.TopAttach = ((uint)(3));
     w6.BottomAttach = ((uint)(4));
     w6.XPadding = ((uint)(5));
     w6.YOptions = ((global::Gtk.AttachOptions)(4));
     this.Add (this.table2);
     if ((this.Child != null)) {
         this.Child.ShowAll ();
     }
     this.Hide ();
 }
 protected virtual void Build()
 {
     global::Stetic.Gui.Initialize(this);
     // Widget MonoDevelop.Ide.Gui.OptionPanels.LoadSavePanelWidget
     global::Stetic.BinContainer.Attach(this);
     this.Name = "MonoDevelop.Ide.Gui.OptionPanels.LoadSavePanelWidget";
     // Container child MonoDevelop.Ide.Gui.OptionPanels.LoadSavePanelWidget.Gtk.Container+ContainerChild
     this.vbox17         = new global::Gtk.VBox();
     this.vbox17.Name    = "vbox17";
     this.vbox17.Spacing = 6;
     // Container child vbox17.Gtk.Box+BoxChild
     this.vbox26         = new global::Gtk.VBox();
     this.vbox26.Name    = "vbox26";
     this.vbox26.Spacing = 6;
     // Container child vbox26.Gtk.Box+BoxChild
     this.locationLabel              = new global::Gtk.Label();
     this.locationLabel.Name         = "locationLabel";
     this.locationLabel.Xalign       = 0F;
     this.locationLabel.Yalign       = 0F;
     this.locationLabel.LabelProp    = global::Mono.Unix.Catalog.GetString("Default _Solution location");
     this.locationLabel.UseUnderline = true;
     this.vbox26.Add(this.locationLabel);
     global::Gtk.Box.BoxChild w1 = ((global::Gtk.Box.BoxChild)(this.vbox26 [this.locationLabel]));
     w1.Position = 0;
     w1.Expand   = false;
     w1.Fill     = false;
     // Container child vbox26.Gtk.Box+BoxChild
     this.folderEntry      = new global::MonoDevelop.Components.FolderEntry();
     this.folderEntry.Name = "folderEntry";
     this.folderEntry.DisplayAsRelativePath = false;
     this.vbox26.Add(this.folderEntry);
     global::Gtk.Box.BoxChild w2 = ((global::Gtk.Box.BoxChild)(this.vbox26 [this.folderEntry]));
     w2.Position = 1;
     w2.Expand   = false;
     w2.Fill     = false;
     this.vbox17.Add(this.vbox26);
     global::Gtk.Box.BoxChild w3 = ((global::Gtk.Box.BoxChild)(this.vbox17 [this.vbox26]));
     w3.Position = 0;
     w3.Expand   = false;
     // Container child vbox17.Gtk.Box+BoxChild
     this.vbox18         = new global::Gtk.VBox();
     this.vbox18.Name    = "vbox18";
     this.vbox18.Spacing = 6;
     // Container child vbox18.Gtk.Box+BoxChild
     this.loadLabel           = new global::Gtk.Label();
     this.loadLabel.Name      = "loadLabel";
     this.loadLabel.Xalign    = 0F;
     this.loadLabel.Yalign    = 0F;
     this.loadLabel.LabelProp = global::Mono.Unix.Catalog.GetString("<b>Load</b>");
     this.loadLabel.UseMarkup = true;
     this.vbox18.Add(this.loadLabel);
     global::Gtk.Box.BoxChild w4 = ((global::Gtk.Box.BoxChild)(this.vbox18 [this.loadLabel]));
     w4.Position = 0;
     w4.Expand   = false;
     w4.Fill     = false;
     // Container child vbox18.Gtk.Box+BoxChild
     this.hbox14         = new global::Gtk.HBox();
     this.hbox14.Name    = "hbox14";
     this.hbox14.Spacing = 6;
     // Container child hbox14.Gtk.Box+BoxChild
     this.label25           = new global::Gtk.Label();
     this.label25.Name      = "label25";
     this.label25.Xalign    = 0F;
     this.label25.Yalign    = 0F;
     this.label25.LabelProp = "    ";
     this.hbox14.Add(this.label25);
     global::Gtk.Box.BoxChild w5 = ((global::Gtk.Box.BoxChild)(this.hbox14 [this.label25]));
     w5.Position = 0;
     w5.Expand   = false;
     w5.Fill     = false;
     // Container child hbox14.Gtk.Box+BoxChild
     this.hbox10         = new global::Gtk.HBox();
     this.hbox10.Name    = "hbox10";
     this.hbox10.Spacing = 6;
     // Container child hbox10.Gtk.Box+BoxChild
     this.vbox65         = new global::Gtk.VBox();
     this.vbox65.Name    = "vbox65";
     this.vbox65.Spacing = 6;
     // Container child vbox65.Gtk.Box+BoxChild
     this.loadUserDataCheckButton               = new global::Gtk.CheckButton();
     this.loadUserDataCheckButton.Name          = "loadUserDataCheckButton";
     this.loadUserDataCheckButton.Label         = global::Mono.Unix.Catalog.GetString("Load user-specific settings with the document");
     this.loadUserDataCheckButton.DrawIndicator = true;
     this.loadUserDataCheckButton.UseUnderline  = true;
     this.vbox65.Add(this.loadUserDataCheckButton);
     global::Gtk.Box.BoxChild w6 = ((global::Gtk.Box.BoxChild)(this.vbox65 [this.loadUserDataCheckButton]));
     w6.Position = 0;
     w6.Expand   = false;
     w6.Fill     = false;
     // Container child vbox65.Gtk.Box+BoxChild
     this.loadPrevProjectCheckButton               = new global::Gtk.CheckButton();
     this.loadPrevProjectCheckButton.Name          = "loadPrevProjectCheckButton";
     this.loadPrevProjectCheckButton.Label         = global::Mono.Unix.Catalog.GetString("_Load previous solution on startup");
     this.loadPrevProjectCheckButton.DrawIndicator = true;
     this.loadPrevProjectCheckButton.UseUnderline  = true;
     this.vbox65.Add(this.loadPrevProjectCheckButton);
     global::Gtk.Box.BoxChild w7 = ((global::Gtk.Box.BoxChild)(this.vbox65 [this.loadPrevProjectCheckButton]));
     w7.Position = 1;
     w7.Expand   = false;
     w7.Fill     = false;
     this.hbox10.Add(this.vbox65);
     global::Gtk.Box.BoxChild w8 = ((global::Gtk.Box.BoxChild)(this.hbox10 [this.vbox65]));
     w8.Position = 0;
     w8.Expand   = false;
     w8.Fill     = false;
     this.hbox14.Add(this.hbox10);
     global::Gtk.Box.BoxChild w9 = ((global::Gtk.Box.BoxChild)(this.hbox14 [this.hbox10]));
     w9.Position = 1;
     this.vbox18.Add(this.hbox14);
     global::Gtk.Box.BoxChild w10 = ((global::Gtk.Box.BoxChild)(this.vbox18 [this.hbox14]));
     w10.Position = 1;
     this.vbox17.Add(this.vbox18);
     global::Gtk.Box.BoxChild w11 = ((global::Gtk.Box.BoxChild)(this.vbox17 [this.vbox18]));
     w11.Position = 1;
     w11.Expand   = false;
     // Container child vbox17.Gtk.Box+BoxChild
     this.vbox19         = new global::Gtk.VBox();
     this.vbox19.Name    = "vbox19";
     this.vbox19.Spacing = 6;
     // Container child vbox19.Gtk.Box+BoxChild
     this.saveLabel           = new global::Gtk.Label();
     this.saveLabel.Name      = "saveLabel";
     this.saveLabel.Xalign    = 0F;
     this.saveLabel.Yalign    = 0F;
     this.saveLabel.LabelProp = global::Mono.Unix.Catalog.GetString("<b>Save</b>");
     this.saveLabel.UseMarkup = true;
     this.vbox19.Add(this.saveLabel);
     global::Gtk.Box.BoxChild w12 = ((global::Gtk.Box.BoxChild)(this.vbox19 [this.saveLabel]));
     w12.Position = 0;
     w12.Expand   = false;
     w12.Fill     = false;
     // Container child vbox19.Gtk.Box+BoxChild
     this.hbox11         = new global::Gtk.HBox();
     this.hbox11.Name    = "hbox11";
     this.hbox11.Spacing = 6;
     // Container child hbox11.Gtk.Box+BoxChild
     this.label21           = new global::Gtk.Label();
     this.label21.Name      = "label21";
     this.label21.Xalign    = 0F;
     this.label21.Yalign    = 0F;
     this.label21.LabelProp = "    ";
     this.hbox11.Add(this.label21);
     global::Gtk.Box.BoxChild w13 = ((global::Gtk.Box.BoxChild)(this.hbox11 [this.label21]));
     w13.Position = 0;
     w13.Expand   = false;
     w13.Fill     = false;
     // Container child hbox11.Gtk.Box+BoxChild
     this.vbox20         = new global::Gtk.VBox();
     this.vbox20.Name    = "vbox20";
     this.vbox20.Spacing = 6;
     // Container child vbox20.Gtk.Box+BoxChild
     this.createBackupCopyCheckButton               = new global::Gtk.CheckButton();
     this.createBackupCopyCheckButton.Name          = "createBackupCopyCheckButton";
     this.createBackupCopyCheckButton.Label         = global::Mono.Unix.Catalog.GetString("Always create backup copy");
     this.createBackupCopyCheckButton.DrawIndicator = true;
     this.createBackupCopyCheckButton.UseUnderline  = true;
     this.vbox20.Add(this.createBackupCopyCheckButton);
     global::Gtk.Box.BoxChild w14 = ((global::Gtk.Box.BoxChild)(this.vbox20 [this.createBackupCopyCheckButton]));
     w14.Position = 0;
     w14.Expand   = false;
     w14.Fill     = false;
     this.hbox11.Add(this.vbox20);
     global::Gtk.Box.BoxChild w15 = ((global::Gtk.Box.BoxChild)(this.hbox11 [this.vbox20]));
     w15.Position = 1;
     this.vbox19.Add(this.hbox11);
     global::Gtk.Box.BoxChild w16 = ((global::Gtk.Box.BoxChild)(this.vbox19 [this.hbox11]));
     w16.Position = 1;
     this.vbox17.Add(this.vbox19);
     global::Gtk.Box.BoxChild w17 = ((global::Gtk.Box.BoxChild)(this.vbox17 [this.vbox19]));
     w17.Position = 2;
     this.Add(this.vbox17);
     if ((this.Child != null))
     {
         this.Child.ShowAll();
     }
     this.Show();
 }
		protected virtual void Build ()
		{
			global::Stetic.Gui.Initialize (this);
			// Widget MonoDevelop.SourceEditor.OptionPanels.HighlightingPanel
			global::Stetic.BinContainer.Attach (this);
			this.Name = "MonoDevelop.SourceEditor.OptionPanels.HighlightingPanel";
			// Container child MonoDevelop.SourceEditor.OptionPanels.HighlightingPanel.Gtk.Container+ContainerChild
			this.vbox4 = new global::Gtk.VBox ();
			this.vbox4.Name = "vbox4";
			this.vbox4.Spacing = 6;
			// Container child vbox4.Gtk.Box+BoxChild
			this.GtkLabel4 = new global::Gtk.Label ();
			this.GtkLabel4.Name = "GtkLabel4";
			this.GtkLabel4.Xalign = 0F;
			this.GtkLabel4.LabelProp = global::Mono.Unix.Catalog.GetString ("<b>Syntax highlighting</b>");
			this.GtkLabel4.UseMarkup = true;
			this.vbox4.Add (this.GtkLabel4);
			global::Gtk.Box.BoxChild w1 = ((global::Gtk.Box.BoxChild)(this.vbox4 [this.GtkLabel4]));
			w1.Position = 0;
			w1.Expand = false;
			w1.Fill = false;
			// Container child vbox4.Gtk.Box+BoxChild
			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.vbox6 = new global::Gtk.VBox ();
			this.vbox6.Name = "vbox6";
			this.vbox6.Spacing = 6;
			// Container child vbox6.Gtk.Box+BoxChild
			this.enableHighlightingCheckbutton = new global::Gtk.CheckButton ();
			this.enableHighlightingCheckbutton.CanFocus = true;
			this.enableHighlightingCheckbutton.Name = "enableHighlightingCheckbutton";
			this.enableHighlightingCheckbutton.Label = global::Mono.Unix.Catalog.GetString ("_Enable highlighting");
			this.enableHighlightingCheckbutton.DrawIndicator = true;
			this.enableHighlightingCheckbutton.UseUnderline = true;
			this.vbox6.Add (this.enableHighlightingCheckbutton);
			global::Gtk.Box.BoxChild w2 = ((global::Gtk.Box.BoxChild)(this.vbox6 [this.enableHighlightingCheckbutton]));
			w2.Position = 0;
			w2.Expand = false;
			w2.Fill = false;
			// Container child vbox6.Gtk.Box+BoxChild
			this.enableSemanticHighlightingCheckbutton = new global::Gtk.CheckButton ();
			this.enableSemanticHighlightingCheckbutton.CanFocus = true;
			this.enableSemanticHighlightingCheckbutton.Name = "enableSemanticHighlightingCheckbutton";
			this.enableSemanticHighlightingCheckbutton.Label = global::Mono.Unix.Catalog.GetString ("E_nable semantic highlighting");
			this.enableSemanticHighlightingCheckbutton.DrawIndicator = true;
			this.enableSemanticHighlightingCheckbutton.UseUnderline = true;
			this.vbox6.Add (this.enableSemanticHighlightingCheckbutton);
			global::Gtk.Box.BoxChild w3 = ((global::Gtk.Box.BoxChild)(this.vbox6 [this.enableSemanticHighlightingCheckbutton]));
			w3.Position = 1;
			w3.Expand = false;
			w3.Fill = false;
			this.GtkAlignment3.Add (this.vbox6);
			this.vbox4.Add (this.GtkAlignment3);
			global::Gtk.Box.BoxChild w5 = ((global::Gtk.Box.BoxChild)(this.vbox4 [this.GtkAlignment3]));
			w5.Position = 1;
			w5.Expand = false;
			w5.Fill = false;
			// Container child vbox4.Gtk.Box+BoxChild
			this.GtkLabel5 = new global::Gtk.Label ();
			this.GtkLabel5.Name = "GtkLabel5";
			this.GtkLabel5.Xalign = 0F;
			this.GtkLabel5.LabelProp = global::Mono.Unix.Catalog.GetString ("<b>Color scheme</b>");
			this.GtkLabel5.UseMarkup = true;
			this.vbox4.Add (this.GtkLabel5);
			global::Gtk.Box.BoxChild w6 = ((global::Gtk.Box.BoxChild)(this.vbox4 [this.GtkLabel5]));
			w6.Position = 2;
			w6.Expand = false;
			w6.Fill = false;
			// Container child vbox4.Gtk.Box+BoxChild
			this.GtkAlignment = new global::Gtk.Alignment (0F, 0F, 1F, 1F);
			this.GtkAlignment.Name = "GtkAlignment";
			this.GtkAlignment.LeftPadding = ((uint)(12));
			// Container child GtkAlignment.Gtk.Container+ContainerChild
			this.vbox5 = new global::Gtk.VBox ();
			this.vbox5.Name = "vbox5";
			this.vbox5.Spacing = 6;
			// Container child vbox5.Gtk.Box+BoxChild
			this.hbox1 = new global::Gtk.HBox ();
			this.hbox1.Name = "hbox1";
			this.hbox1.Spacing = 6;
			// Container child hbox1.Gtk.Box+BoxChild
			this.scrolledwindow1 = new global::Gtk.ScrolledWindow ();
			this.scrolledwindow1.CanFocus = true;
			this.scrolledwindow1.Name = "scrolledwindow1";
			this.scrolledwindow1.ShadowType = ((global::Gtk.ShadowType)(1));
			// Container child scrolledwindow1.Gtk.Container+ContainerChild
			global::Gtk.Viewport w7 = new global::Gtk.Viewport ();
			w7.ShadowType = ((global::Gtk.ShadowType)(0));
			// Container child GtkViewport.Gtk.Container+ContainerChild
			this.styleTreeview = new global::Gtk.TreeView ();
			this.styleTreeview.CanFocus = true;
			this.styleTreeview.Name = "styleTreeview";
			this.styleTreeview.HeadersVisible = false;
			w7.Add (this.styleTreeview);
			this.scrolledwindow1.Add (w7);
			this.hbox1.Add (this.scrolledwindow1);
			global::Gtk.Box.BoxChild w10 = ((global::Gtk.Box.BoxChild)(this.hbox1 [this.scrolledwindow1]));
			w10.Position = 0;
			// Container child hbox1.Gtk.Box+BoxChild
			this.vbox1 = new global::Gtk.VBox ();
			this.vbox1.Name = "vbox1";
			this.vbox1.Spacing = 6;
			// Container child vbox1.Gtk.Box+BoxChild
			this.buttonNew = new global::Gtk.Button ();
			this.buttonNew.CanFocus = true;
			this.buttonNew.Name = "buttonNew";
			this.buttonNew.UseStock = true;
			this.buttonNew.UseUnderline = true;
			this.buttonNew.Label = "gtk-new";
			this.vbox1.Add (this.buttonNew);
			global::Gtk.Box.BoxChild w11 = ((global::Gtk.Box.BoxChild)(this.vbox1 [this.buttonNew]));
			w11.Position = 0;
			w11.Expand = false;
			w11.Fill = false;
			// Container child vbox1.Gtk.Box+BoxChild
			this.buttonEdit = new global::Gtk.Button ();
			this.buttonEdit.CanFocus = true;
			this.buttonEdit.Name = "buttonEdit";
			this.buttonEdit.UseUnderline = true;
			this.buttonEdit.Label = global::Mono.Unix.Catalog.GetString ("_Edit");
			this.vbox1.Add (this.buttonEdit);
			global::Gtk.Box.BoxChild w12 = ((global::Gtk.Box.BoxChild)(this.vbox1 [this.buttonEdit]));
			w12.Position = 1;
			w12.Expand = false;
			w12.Fill = false;
			this.hbox1.Add (this.vbox1);
			global::Gtk.Box.BoxChild w13 = ((global::Gtk.Box.BoxChild)(this.hbox1 [this.vbox1]));
			w13.Position = 1;
			w13.Expand = false;
			w13.Fill = false;
			this.vbox5.Add (this.hbox1);
			global::Gtk.Box.BoxChild w14 = ((global::Gtk.Box.BoxChild)(this.vbox5 [this.hbox1]));
			w14.Position = 0;
			// Container child vbox5.Gtk.Box+BoxChild
			this.hbox2 = new global::Gtk.HBox ();
			this.hbox2.Name = "hbox2";
			this.hbox2.Spacing = 6;
			// Container child hbox2.Gtk.Box+BoxChild
			this.addButton = new global::Gtk.Button ();
			this.addButton.CanFocus = true;
			this.addButton.Name = "addButton";
			this.addButton.UseStock = true;
			this.addButton.UseUnderline = true;
			this.addButton.Label = "gtk-add";
			this.hbox2.Add (this.addButton);
			global::Gtk.Box.BoxChild w15 = ((global::Gtk.Box.BoxChild)(this.hbox2 [this.addButton]));
			w15.PackType = ((global::Gtk.PackType)(1));
			w15.Position = 0;
			w15.Expand = false;
			w15.Fill = false;
			// Container child hbox2.Gtk.Box+BoxChild
			this.removeButton = new global::Gtk.Button ();
			this.removeButton.CanFocus = true;
			this.removeButton.Name = "removeButton";
			this.removeButton.UseStock = true;
			this.removeButton.UseUnderline = true;
			this.removeButton.Label = "gtk-remove";
			this.hbox2.Add (this.removeButton);
			global::Gtk.Box.BoxChild w16 = ((global::Gtk.Box.BoxChild)(this.hbox2 [this.removeButton]));
			w16.PackType = ((global::Gtk.PackType)(1));
			w16.Position = 1;
			w16.Expand = false;
			w16.Fill = false;
			// Container child hbox2.Gtk.Box+BoxChild
			this.buttonExport = new global::Gtk.Button ();
			this.buttonExport.CanFocus = true;
			this.buttonExport.Name = "buttonExport";
			this.buttonExport.UseUnderline = true;
			this.buttonExport.Label = global::Mono.Unix.Catalog.GetString ("Export");
			this.hbox2.Add (this.buttonExport);
			global::Gtk.Box.BoxChild w17 = ((global::Gtk.Box.BoxChild)(this.hbox2 [this.buttonExport]));
			w17.PackType = ((global::Gtk.PackType)(1));
			w17.Position = 2;
			w17.Expand = false;
			w17.Fill = false;
			this.vbox5.Add (this.hbox2);
			global::Gtk.Box.BoxChild w18 = ((global::Gtk.Box.BoxChild)(this.vbox5 [this.hbox2]));
			w18.PackType = ((global::Gtk.PackType)(1));
			w18.Position = 1;
			w18.Expand = false;
			w18.Fill = false;
			this.GtkAlignment.Add (this.vbox5);
			this.vbox4.Add (this.GtkAlignment);
			global::Gtk.Box.BoxChild w20 = ((global::Gtk.Box.BoxChild)(this.vbox4 [this.GtkAlignment]));
			w20.Position = 3;
			this.Add (this.vbox4);
			if ((this.Child != null)) {
				this.Child.ShowAll ();
			}
			this.Show ();
		}
 protected virtual void Build()
 {
     global::Stetic.Gui.Initialize(this);
     // Widget Vodovoz.ReportsParameters.OrdersByDistrictReport
     global::Stetic.BinContainer.Attach(this);
     this.Name = "Vodovoz.ReportsParameters.OrdersByDistrictReport";
     // Container child Vodovoz.ReportsParameters.OrdersByDistrictReport.Gtk.Container+ContainerChild
     this.vbox1         = new global::Gtk.VBox();
     this.vbox1.Name    = "vbox1";
     this.vbox1.Spacing = 6;
     // Container child vbox1.Gtk.Box+BoxChild
     this.table1               = new global::Gtk.Table(((uint)(2)), ((uint)(2)), false);
     this.table1.Name          = "table1";
     this.table1.RowSpacing    = ((uint)(6));
     this.table1.ColumnSpacing = ((uint)(6));
     // Container child table1.Gtk.Table+TableChild
     this.dateperiodpicker           = new global::QS.Widgets.GtkUI.DateRangePicker();
     this.dateperiodpicker.Events    = ((global::Gdk.EventMask)(256));
     this.dateperiodpicker.Name      = "dateperiodpicker";
     this.dateperiodpicker.StartDate = new global::System.DateTime(0);
     this.dateperiodpicker.EndDate   = new global::System.DateTime(0);
     this.table1.Add(this.dateperiodpicker);
     global::Gtk.Table.TableChild w1 = ((global::Gtk.Table.TableChild)(this.table1[this.dateperiodpicker]));
     w1.LeftAttach  = ((uint)(1));
     w1.RightAttach = ((uint)(2));
     w1.YOptions    = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     this.entryDistrict                  = new global::QS.Widgets.GtkUI.EntityViewModelEntry();
     this.entryDistrict.Events           = ((global::Gdk.EventMask)(256));
     this.entryDistrict.Name             = "entryDistrict";
     this.entryDistrict.CanEditReference = false;
     this.table1.Add(this.entryDistrict);
     global::Gtk.Table.TableChild w2 = ((global::Gtk.Table.TableChild)(this.table1[this.entryDistrict]));
     w2.TopAttach    = ((uint)(1));
     w2.BottomAttach = ((uint)(2));
     w2.LeftAttach   = ((uint)(1));
     w2.RightAttach  = ((uint)(2));
     w2.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     this.ylabel1           = new global::Gamma.GtkWidgets.yLabel();
     this.ylabel1.Name      = "ylabel1";
     this.ylabel1.Xalign    = 1F;
     this.ylabel1.LabelProp = global::Mono.Unix.Catalog.GetString("Дата:");
     this.table1.Add(this.ylabel1);
     global::Gtk.Table.TableChild w3 = ((global::Gtk.Table.TableChild)(this.table1[this.ylabel1]));
     w3.XOptions = ((global::Gtk.AttachOptions)(4));
     w3.YOptions = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     this.ylabel2           = new global::Gamma.GtkWidgets.yLabel();
     this.ylabel2.Name      = "ylabel2";
     this.ylabel2.Xalign    = 1F;
     this.ylabel2.LabelProp = global::Mono.Unix.Catalog.GetString("Район:");
     this.table1.Add(this.ylabel2);
     global::Gtk.Table.TableChild w4 = ((global::Gtk.Table.TableChild)(this.table1[this.ylabel2]));
     w4.TopAttach    = ((uint)(1));
     w4.BottomAttach = ((uint)(2));
     w4.XOptions     = ((global::Gtk.AttachOptions)(4));
     w4.YOptions     = ((global::Gtk.AttachOptions)(4));
     this.vbox1.Add(this.table1);
     global::Gtk.Box.BoxChild w5 = ((global::Gtk.Box.BoxChild)(this.vbox1[this.table1]));
     w5.Position = 0;
     w5.Expand   = false;
     w5.Fill     = false;
     // Container child vbox1.Gtk.Box+BoxChild
     this.checkAllDistrict               = new global::Gtk.CheckButton();
     this.checkAllDistrict.CanFocus      = true;
     this.checkAllDistrict.Name          = "checkAllDistrict";
     this.checkAllDistrict.Label         = global::Mono.Unix.Catalog.GetString("По всем районам");
     this.checkAllDistrict.DrawIndicator = true;
     this.checkAllDistrict.UseUnderline  = true;
     this.vbox1.Add(this.checkAllDistrict);
     global::Gtk.Box.BoxChild w6 = ((global::Gtk.Box.BoxChild)(this.vbox1[this.checkAllDistrict]));
     w6.Position = 1;
     w6.Expand   = false;
     w6.Fill     = false;
     // Container child vbox1.Gtk.Box+BoxChild
     this.buttonCreateReport              = new global::Gtk.Button();
     this.buttonCreateReport.CanFocus     = true;
     this.buttonCreateReport.Name         = "buttonCreateReport";
     this.buttonCreateReport.UseUnderline = true;
     this.buttonCreateReport.Label        = global::Mono.Unix.Catalog.GetString("Сформировать отчет");
     this.vbox1.Add(this.buttonCreateReport);
     global::Gtk.Box.BoxChild w7 = ((global::Gtk.Box.BoxChild)(this.vbox1[this.buttonCreateReport]));
     w7.PackType = ((global::Gtk.PackType)(1));
     w7.Position = 2;
     w7.Expand   = false;
     w7.Fill     = false;
     this.Add(this.vbox1);
     if ((this.Child != null))
     {
         this.Child.ShowAll();
     }
     this.Hide();
     this.buttonCreateReport.Clicked += new global::System.EventHandler(this.OnButtonCreateReportClicked);
 }
		protected virtual void Build ()
		{
			global::Stetic.Gui.Initialize (this);
			// Widget MonoDevelop.SourceEditor.OptionPanels.ColorShemeEditor
			this.Name = "MonoDevelop.SourceEditor.OptionPanels.ColorShemeEditor";
			this.Title = global::Mono.Unix.Catalog.GetString ("Edit color sheme");
			this.WindowPosition = ((global::Gtk.WindowPosition)(4));
			this.BorderWidth = ((uint)(6));
			// Internal child MonoDevelop.SourceEditor.OptionPanels.ColorShemeEditor.VBox
			global::Gtk.VBox w1 = this.VBox;
			w1.Name = "dialog1_VBox";
			w1.BorderWidth = ((uint)(2));
			// Container child dialog1_VBox.Gtk.Box+BoxChild
			this.hbox1 = new global::Gtk.HBox ();
			this.hbox1.Name = "hbox1";
			this.hbox1.Spacing = 6;
			this.hbox1.BorderWidth = ((uint)(6));
			// Container child hbox1.Gtk.Box+BoxChild
			this.label2 = new global::Gtk.Label ();
			this.label2.Name = "label2";
			this.label2.Xalign = 0F;
			this.label2.LabelProp = global::Mono.Unix.Catalog.GetString ("_Name:");
			this.label2.UseUnderline = true;
			this.hbox1.Add (this.label2);
			global::Gtk.Box.BoxChild w2 = ((global::Gtk.Box.BoxChild)(this.hbox1 [this.label2]));
			w2.Position = 0;
			w2.Expand = false;
			w2.Fill = false;
			// Container child hbox1.Gtk.Box+BoxChild
			this.entryName = new global::Gtk.Entry ();
			this.entryName.CanFocus = true;
			this.entryName.Name = "entryName";
			this.entryName.IsEditable = true;
			this.entryName.InvisibleChar = '●';
			this.hbox1.Add (this.entryName);
			global::Gtk.Box.BoxChild w3 = ((global::Gtk.Box.BoxChild)(this.hbox1 [this.entryName]));
			w3.Position = 1;
			// Container child hbox1.Gtk.Box+BoxChild
			this.label3 = new global::Gtk.Label ();
			this.label3.Name = "label3";
			this.label3.LabelProp = global::Mono.Unix.Catalog.GetString ("_Description:");
			this.label3.UseUnderline = true;
			this.hbox1.Add (this.label3);
			global::Gtk.Box.BoxChild w4 = ((global::Gtk.Box.BoxChild)(this.hbox1 [this.label3]));
			w4.Position = 2;
			w4.Expand = false;
			w4.Fill = false;
			// Container child hbox1.Gtk.Box+BoxChild
			this.entryDescription = new global::Gtk.Entry ();
			this.entryDescription.CanFocus = true;
			this.entryDescription.Name = "entryDescription";
			this.entryDescription.IsEditable = true;
			this.entryDescription.InvisibleChar = '●';
			this.hbox1.Add (this.entryDescription);
			global::Gtk.Box.BoxChild w5 = ((global::Gtk.Box.BoxChild)(this.hbox1 [this.entryDescription]));
			w5.Position = 3;
			w1.Add (this.hbox1);
			global::Gtk.Box.BoxChild w6 = ((global::Gtk.Box.BoxChild)(w1 [this.hbox1]));
			w6.Position = 0;
			w6.Expand = false;
			w6.Fill = false;
			// Container child dialog1_VBox.Gtk.Box+BoxChild
			this.hpaned1 = new global::Gtk.HPaned ();
			this.hpaned1.CanFocus = true;
			this.hpaned1.Name = "hpaned1";
			this.hpaned1.Position = 415;
			// Container child hpaned1.Gtk.Paned+PanedChild
			this.vbox2 = new global::Gtk.VBox ();
			this.vbox2.Name = "vbox2";
			this.vbox2.Spacing = 6;
			// Container child vbox2.Gtk.Box+BoxChild
			this.label1 = new global::Gtk.Label ();
			this.label1.Name = "label1";
			this.label1.Xalign = 0F;
			this.label1.LabelProp = global::Mono.Unix.Catalog.GetString ("_Colors");
			this.label1.UseUnderline = true;
			this.vbox2.Add (this.label1);
			global::Gtk.Box.BoxChild w7 = ((global::Gtk.Box.BoxChild)(this.vbox2 [this.label1]));
			w7.Position = 0;
			w7.Expand = false;
			w7.Fill = false;
			// Container child vbox2.Gtk.Box+BoxChild
			this.GtkScrolledWindow = new global::Gtk.ScrolledWindow ();
			this.GtkScrolledWindow.Name = "GtkScrolledWindow";
			this.GtkScrolledWindow.ShadowType = ((global::Gtk.ShadowType)(1));
			// Container child GtkScrolledWindow.Gtk.Container+ContainerChild
			this.treeviewColors = new global::Gtk.TreeView ();
			this.treeviewColors.CanFocus = true;
			this.treeviewColors.Name = "treeviewColors";
			this.GtkScrolledWindow.Add (this.treeviewColors);
			this.vbox2.Add (this.GtkScrolledWindow);
			global::Gtk.Box.BoxChild w9 = ((global::Gtk.Box.BoxChild)(this.vbox2 [this.GtkScrolledWindow]));
			w9.Position = 1;
			this.hpaned1.Add (this.vbox2);
			global::Gtk.Paned.PanedChild w10 = ((global::Gtk.Paned.PanedChild)(this.hpaned1 [this.vbox2]));
			w10.Resize = false;
			// Container child hpaned1.Gtk.Paned+PanedChild
			this.vbox3 = new global::Gtk.VBox ();
			this.vbox3.Name = "vbox3";
			this.vbox3.Spacing = 6;
			// Container child vbox3.Gtk.Box+BoxChild
			this.table1 = new global::Gtk.Table (((uint)(2)), ((uint)(2)), false);
			this.table1.Name = "table1";
			this.table1.RowSpacing = ((uint)(6));
			this.table1.ColumnSpacing = ((uint)(6));
			// Container child table1.Gtk.Table+TableChild
			this.colorbuttonBg = new global::Gtk.ColorButton ();
			this.colorbuttonBg.CanFocus = true;
			this.colorbuttonBg.Events = ((global::Gdk.EventMask)(784));
			this.colorbuttonBg.Name = "colorbuttonBg";
			this.table1.Add (this.colorbuttonBg);
			global::Gtk.Table.TableChild w11 = ((global::Gtk.Table.TableChild)(this.table1 [this.colorbuttonBg]));
			w11.TopAttach = ((uint)(1));
			w11.BottomAttach = ((uint)(2));
			w11.LeftAttach = ((uint)(1));
			w11.RightAttach = ((uint)(2));
			w11.XOptions = ((global::Gtk.AttachOptions)(4));
			w11.YOptions = ((global::Gtk.AttachOptions)(4));
			// Container child table1.Gtk.Table+TableChild
			this.colorbuttonFg = new global::Gtk.ColorButton ();
			this.colorbuttonFg.CanFocus = true;
			this.colorbuttonFg.Events = ((global::Gdk.EventMask)(784));
			this.colorbuttonFg.Name = "colorbuttonFg";
			this.table1.Add (this.colorbuttonFg);
			global::Gtk.Table.TableChild w12 = ((global::Gtk.Table.TableChild)(this.table1 [this.colorbuttonFg]));
			w12.LeftAttach = ((uint)(1));
			w12.RightAttach = ((uint)(2));
			w12.XOptions = ((global::Gtk.AttachOptions)(4));
			w12.YOptions = ((global::Gtk.AttachOptions)(4));
			// Container child table1.Gtk.Table+TableChild
			this.label4 = new global::Gtk.Label ();
			this.label4.Name = "label4";
			this.label4.LabelProp = global::Mono.Unix.Catalog.GetString ("_Foreground:");
			this.label4.UseUnderline = true;
			this.table1.Add (this.label4);
			global::Gtk.Table.TableChild w13 = ((global::Gtk.Table.TableChild)(this.table1 [this.label4]));
			w13.XOptions = ((global::Gtk.AttachOptions)(4));
			w13.YOptions = ((global::Gtk.AttachOptions)(4));
			// Container child table1.Gtk.Table+TableChild
			this.label5 = new global::Gtk.Label ();
			this.label5.Name = "label5";
			this.label5.LabelProp = global::Mono.Unix.Catalog.GetString ("_Background:");
			this.label5.UseUnderline = true;
			this.table1.Add (this.label5);
			global::Gtk.Table.TableChild w14 = ((global::Gtk.Table.TableChild)(this.table1 [this.label5]));
			w14.TopAttach = ((uint)(1));
			w14.BottomAttach = ((uint)(2));
			w14.XOptions = ((global::Gtk.AttachOptions)(4));
			w14.YOptions = ((global::Gtk.AttachOptions)(4));
			this.vbox3.Add (this.table1);
			global::Gtk.Box.BoxChild w15 = ((global::Gtk.Box.BoxChild)(this.vbox3 [this.table1]));
			w15.Position = 0;
			w15.Expand = false;
			w15.Fill = false;
			// Container child vbox3.Gtk.Box+BoxChild
			this.checkbuttonBold = new global::Gtk.CheckButton ();
			this.checkbuttonBold.CanFocus = true;
			this.checkbuttonBold.Name = "checkbuttonBold";
			this.checkbuttonBold.Label = global::Mono.Unix.Catalog.GetString ("B_old");
			this.checkbuttonBold.DrawIndicator = true;
			this.checkbuttonBold.UseUnderline = true;
			this.vbox3.Add (this.checkbuttonBold);
			global::Gtk.Box.BoxChild w16 = ((global::Gtk.Box.BoxChild)(this.vbox3 [this.checkbuttonBold]));
			w16.Position = 1;
			w16.Expand = false;
			w16.Fill = false;
			// Container child vbox3.Gtk.Box+BoxChild
			this.checkbuttonItalic = new global::Gtk.CheckButton ();
			this.checkbuttonItalic.CanFocus = true;
			this.checkbuttonItalic.Name = "checkbuttonItalic";
			this.checkbuttonItalic.Label = global::Mono.Unix.Catalog.GetString ("Italic");
			this.checkbuttonItalic.DrawIndicator = true;
			this.checkbuttonItalic.UseUnderline = true;
			this.vbox3.Add (this.checkbuttonItalic);
			global::Gtk.Box.BoxChild w17 = ((global::Gtk.Box.BoxChild)(this.vbox3 [this.checkbuttonItalic]));
			w17.Position = 2;
			w17.Expand = false;
			w17.Fill = false;
			// Container child vbox3.Gtk.Box+BoxChild
			this.label6 = new global::Gtk.Label ();
			this.label6.Name = "label6";
			this.label6.Xalign = 0F;
			this.label6.LabelProp = global::Mono.Unix.Catalog.GetString ("_Preview:");
			this.label6.UseUnderline = true;
			this.vbox3.Add (this.label6);
			global::Gtk.Box.BoxChild w18 = ((global::Gtk.Box.BoxChild)(this.vbox3 [this.label6]));
			w18.Position = 3;
			w18.Expand = false;
			w18.Fill = false;
			// Container child vbox3.Gtk.Box+BoxChild
			this.scrolledwindowTextEditor = new global::Gtk.ScrolledWindow ();
			this.scrolledwindowTextEditor.CanFocus = true;
			this.scrolledwindowTextEditor.Name = "scrolledwindowTextEditor";
			this.scrolledwindowTextEditor.ShadowType = ((global::Gtk.ShadowType)(1));
			this.vbox3.Add (this.scrolledwindowTextEditor);
			global::Gtk.Box.BoxChild w19 = ((global::Gtk.Box.BoxChild)(this.vbox3 [this.scrolledwindowTextEditor]));
			w19.Position = 4;
			this.hpaned1.Add (this.vbox3);
			w1.Add (this.hpaned1);
			global::Gtk.Box.BoxChild w21 = ((global::Gtk.Box.BoxChild)(w1 [this.hpaned1]));
			w21.Position = 1;
			// Internal child MonoDevelop.SourceEditor.OptionPanels.ColorShemeEditor.ActionArea
			global::Gtk.HButtonBox w22 = this.ActionArea;
			w22.Name = "dialog1_ActionArea";
			w22.Spacing = 10;
			w22.BorderWidth = ((uint)(5));
			w22.LayoutStyle = ((global::Gtk.ButtonBoxStyle)(4));
			// Container child dialog1_ActionArea.Gtk.ButtonBox+ButtonBoxChild
			this.buttonCancel = new global::Gtk.Button ();
			this.buttonCancel.CanDefault = true;
			this.buttonCancel.CanFocus = true;
			this.buttonCancel.Name = "buttonCancel";
			this.buttonCancel.UseStock = true;
			this.buttonCancel.UseUnderline = true;
			this.buttonCancel.Label = "gtk-cancel";
			this.AddActionWidget (this.buttonCancel, -6);
			global::Gtk.ButtonBox.ButtonBoxChild w23 = ((global::Gtk.ButtonBox.ButtonBoxChild)(w22 [this.buttonCancel]));
			w23.Expand = false;
			w23.Fill = false;
			// Container child dialog1_ActionArea.Gtk.ButtonBox+ButtonBoxChild
			this.buttonOk = new global::Gtk.Button ();
			this.buttonOk.CanDefault = true;
			this.buttonOk.CanFocus = true;
			this.buttonOk.Name = "buttonOk";
			this.buttonOk.UseStock = true;
			this.buttonOk.UseUnderline = true;
			this.buttonOk.Label = "gtk-ok";
			this.AddActionWidget (this.buttonOk, -5);
			global::Gtk.ButtonBox.ButtonBoxChild w24 = ((global::Gtk.ButtonBox.ButtonBoxChild)(w22 [this.buttonOk]));
			w24.Position = 1;
			w24.Expand = false;
			w24.Fill = false;
			if ((this.Child != null)) {
				this.Child.ShowAll ();
			}
			this.DefaultWidth = 760;
			this.DefaultHeight = 458;
			this.label2.MnemonicWidget = this.entryName;
			this.label3.MnemonicWidget = this.entryDescription;
			this.Show ();
		}
 protected virtual void Build()
 {
     global::Stetic.Gui.Initialize(this);
     // Widget LongoMatch.Gui.Dialog.VideoEditionProperties
     this.Name            = "LongoMatch.Gui.Dialog.VideoEditionProperties";
     this.Title           = global::Mono.Unix.Catalog.GetString("Video Properties");
     this.Icon            = global::Stetic.IconLoader.LoadIcon(this, "longomatch", global::Gtk.IconSize.Dialog);
     this.WindowPosition  = ((global::Gtk.WindowPosition)(4));
     this.Modal           = true;
     this.Gravity         = ((global::Gdk.Gravity)(5));
     this.SkipPagerHint   = true;
     this.SkipTaskbarHint = true;
     // Internal child LongoMatch.Gui.Dialog.VideoEditionProperties.VBox
     global::Gtk.VBox w1 = this.VBox;
     w1.Name        = "dialog1_VBox";
     w1.BorderWidth = ((uint)(2));
     // Container child dialog1_VBox.Gtk.Box+BoxChild
     this.vbox2         = new global::Gtk.VBox();
     this.vbox2.Name    = "vbox2";
     this.vbox2.Spacing = 6;
     // Container child vbox2.Gtk.Box+BoxChild
     this.hbox2             = new global::Gtk.HBox();
     this.hbox2.Name        = "hbox2";
     this.hbox2.Homogeneous = true;
     this.hbox2.Spacing     = 6;
     // Container child hbox2.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("Quality:");
     this.hbox2.Add(this.label1);
     global::Gtk.Box.BoxChild w2 = ((global::Gtk.Box.BoxChild)(this.hbox2 [this.label1]));
     w2.Position = 0;
     // Container child hbox2.Gtk.Box+BoxChild
     this.qualitycombobox      = global::Gtk.ComboBox.NewText();
     this.qualitycombobox.Name = "qualitycombobox";
     this.hbox2.Add(this.qualitycombobox);
     global::Gtk.Box.BoxChild w3 = ((global::Gtk.Box.BoxChild)(this.hbox2 [this.qualitycombobox]));
     w3.Position = 1;
     this.vbox2.Add(this.hbox2);
     global::Gtk.Box.BoxChild w4 = ((global::Gtk.Box.BoxChild)(this.vbox2 [this.hbox2]));
     w4.Position = 0;
     w4.Expand   = false;
     w4.Fill     = false;
     // Container child vbox2.Gtk.Box+BoxChild
     this.hbox4             = new global::Gtk.HBox();
     this.hbox4.Name        = "hbox4";
     this.hbox4.Homogeneous = true;
     this.hbox4.Spacing     = 6;
     // Container child hbox4.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("Image format: ");
     this.hbox4.Add(this.label2);
     global::Gtk.Box.BoxChild w5 = ((global::Gtk.Box.BoxChild)(this.hbox4 [this.label2]));
     w5.Position = 0;
     // Container child hbox4.Gtk.Box+BoxChild
     this.sizecombobox      = global::Gtk.ComboBox.NewText();
     this.sizecombobox.Name = "sizecombobox";
     this.hbox4.Add(this.sizecombobox);
     global::Gtk.Box.BoxChild w6 = ((global::Gtk.Box.BoxChild)(this.hbox4 [this.sizecombobox]));
     w6.Position = 1;
     this.vbox2.Add(this.hbox4);
     global::Gtk.Box.BoxChild w7 = ((global::Gtk.Box.BoxChild)(this.vbox2 [this.hbox4]));
     w7.Position = 1;
     w7.Expand   = false;
     w7.Fill     = false;
     // Container child vbox2.Gtk.Box+BoxChild
     this.hbox5             = new global::Gtk.HBox();
     this.hbox5.Name        = "hbox5";
     this.hbox5.Homogeneous = true;
     this.hbox5.Spacing     = 6;
     // Container child hbox5.Gtk.Box+BoxChild
     this.label3           = new global::Gtk.Label();
     this.label3.Name      = "label3";
     this.label3.Xalign    = 0F;
     this.label3.LabelProp = global::Mono.Unix.Catalog.GetString("Encoding Format:");
     this.hbox5.Add(this.label3);
     global::Gtk.Box.BoxChild w8 = ((global::Gtk.Box.BoxChild)(this.hbox5 [this.label3]));
     w8.Position = 0;
     // Container child hbox5.Gtk.Box+BoxChild
     this.formatcombobox      = global::Gtk.ComboBox.NewText();
     this.formatcombobox.Name = "formatcombobox";
     this.hbox5.Add(this.formatcombobox);
     global::Gtk.Box.BoxChild w9 = ((global::Gtk.Box.BoxChild)(this.hbox5 [this.formatcombobox]));
     w9.Position = 1;
     this.vbox2.Add(this.hbox5);
     global::Gtk.Box.BoxChild w10 = ((global::Gtk.Box.BoxChild)(this.vbox2 [this.hbox5]));
     w10.Position = 2;
     w10.Expand   = false;
     w10.Fill     = false;
     // Container child vbox2.Gtk.Box+BoxChild
     this.hbox6         = new global::Gtk.HBox();
     this.hbox6.Name    = "hbox6";
     this.hbox6.Spacing = 6;
     // Container child hbox6.Gtk.Box+BoxChild
     this.descriptioncheckbutton               = new global::Gtk.CheckButton();
     this.descriptioncheckbutton.CanFocus      = true;
     this.descriptioncheckbutton.Name          = "descriptioncheckbutton";
     this.descriptioncheckbutton.Label         = global::Mono.Unix.Catalog.GetString("Enable title overlay");
     this.descriptioncheckbutton.DrawIndicator = true;
     this.descriptioncheckbutton.UseUnderline  = true;
     this.hbox6.Add(this.descriptioncheckbutton);
     global::Gtk.Box.BoxChild w11 = ((global::Gtk.Box.BoxChild)(this.hbox6 [this.descriptioncheckbutton]));
     w11.Position = 0;
     // Container child hbox6.Gtk.Box+BoxChild
     this.audiocheckbutton               = new global::Gtk.CheckButton();
     this.audiocheckbutton.CanFocus      = true;
     this.audiocheckbutton.Name          = "audiocheckbutton";
     this.audiocheckbutton.Label         = global::Mono.Unix.Catalog.GetString("Enable audio");
     this.audiocheckbutton.DrawIndicator = true;
     this.audiocheckbutton.UseUnderline  = true;
     this.hbox6.Add(this.audiocheckbutton);
     global::Gtk.Box.BoxChild w12 = ((global::Gtk.Box.BoxChild)(this.hbox6 [this.audiocheckbutton]));
     w12.Position = 1;
     this.vbox2.Add(this.hbox6);
     global::Gtk.Box.BoxChild w13 = ((global::Gtk.Box.BoxChild)(this.vbox2 [this.hbox6]));
     w13.Position = 3;
     w13.Expand   = false;
     w13.Fill     = false;
     // Container child vbox2.Gtk.Box+BoxChild
     this.splitfilesbutton               = new global::Gtk.CheckButton();
     this.splitfilesbutton.CanFocus      = true;
     this.splitfilesbutton.Name          = "splitfilesbutton";
     this.splitfilesbutton.Label         = global::Mono.Unix.Catalog.GetString("Split output in one file per playlist element");
     this.splitfilesbutton.DrawIndicator = true;
     this.splitfilesbutton.UseUnderline  = true;
     this.vbox2.Add(this.splitfilesbutton);
     global::Gtk.Box.BoxChild w14 = ((global::Gtk.Box.BoxChild)(this.vbox2 [this.splitfilesbutton]));
     w14.Position = 4;
     w14.Expand   = false;
     w14.Fill     = false;
     // Container child vbox2.Gtk.Box+BoxChild
     this.filebox         = new global::Gtk.HBox();
     this.filebox.Name    = "filebox";
     this.filebox.Spacing = 6;
     // Container child filebox.Gtk.Box+BoxChild
     this.filenamelabel           = new global::Gtk.Label();
     this.filenamelabel.Name      = "filenamelabel";
     this.filenamelabel.Xalign    = 1F;
     this.filenamelabel.LabelProp = global::Mono.Unix.Catalog.GetString("File name: ");
     this.filebox.Add(this.filenamelabel);
     global::Gtk.Box.BoxChild w15 = ((global::Gtk.Box.BoxChild)(this.filebox [this.filenamelabel]));
     w15.Position = 0;
     w15.Expand   = false;
     // Container child filebox.Gtk.Box+BoxChild
     this.mediafilechooser1        = new global::LongoMatch.Gui.Component.MediaFileChooser();
     this.mediafilechooser1.Events = ((global::Gdk.EventMask)(256));
     this.mediafilechooser1.Name   = "mediafilechooser1";
     this.filebox.Add(this.mediafilechooser1);
     global::Gtk.Box.BoxChild w16 = ((global::Gtk.Box.BoxChild)(this.filebox [this.mediafilechooser1]));
     w16.Position = 1;
     this.vbox2.Add(this.filebox);
     global::Gtk.Box.BoxChild w17 = ((global::Gtk.Box.BoxChild)(this.vbox2 [this.filebox]));
     w17.Position = 5;
     w17.Expand   = false;
     w17.Fill     = false;
     // Container child vbox2.Gtk.Box+BoxChild
     this.dirbox         = new global::Gtk.HBox();
     this.dirbox.Name    = "dirbox";
     this.dirbox.Spacing = 6;
     // Container child dirbox.Gtk.Box+BoxChild
     this.directorynamelabel1           = new global::Gtk.Label();
     this.directorynamelabel1.Name      = "directorynamelabel1";
     this.directorynamelabel1.Xalign    = 1F;
     this.directorynamelabel1.LabelProp = global::Mono.Unix.Catalog.GetString("Directory name: ");
     this.dirbox.Add(this.directorynamelabel1);
     global::Gtk.Box.BoxChild w18 = ((global::Gtk.Box.BoxChild)(this.dirbox [this.directorynamelabel1]));
     w18.Position = 0;
     w18.Expand   = false;
     // Container child dirbox.Gtk.Box+BoxChild
     this.mediafilechooser2        = new global::LongoMatch.Gui.Component.MediaFileChooser();
     this.mediafilechooser2.Events = ((global::Gdk.EventMask)(256));
     this.mediafilechooser2.Name   = "mediafilechooser2";
     this.dirbox.Add(this.mediafilechooser2);
     global::Gtk.Box.BoxChild w19 = ((global::Gtk.Box.BoxChild)(this.dirbox [this.mediafilechooser2]));
     w19.Position = 1;
     this.vbox2.Add(this.dirbox);
     global::Gtk.Box.BoxChild w20 = ((global::Gtk.Box.BoxChild)(this.vbox2 [this.dirbox]));
     w20.Position = 6;
     w20.Expand   = false;
     w20.Fill     = false;
     w1.Add(this.vbox2);
     global::Gtk.Box.BoxChild w21 = ((global::Gtk.Box.BoxChild)(w1 [this.vbox2]));
     w21.Position = 0;
     w21.Expand   = false;
     w21.Fill     = false;
     // Internal child LongoMatch.Gui.Dialog.VideoEditionProperties.ActionArea
     global::Gtk.HButtonBox w22 = this.ActionArea;
     w22.Name        = "dialog1_ActionArea";
     w22.Spacing     = 6;
     w22.BorderWidth = ((uint)(5));
     w22.LayoutStyle = ((global::Gtk.ButtonBoxStyle)(4));
     // Container child dialog1_ActionArea.Gtk.ButtonBox+ButtonBoxChild
     this.buttonCancel              = new global::Gtk.Button();
     this.buttonCancel.CanDefault   = true;
     this.buttonCancel.CanFocus     = true;
     this.buttonCancel.Name         = "buttonCancel";
     this.buttonCancel.UseStock     = true;
     this.buttonCancel.UseUnderline = true;
     this.buttonCancel.Label        = "gtk-cancel";
     this.AddActionWidget(this.buttonCancel, -6);
     global::Gtk.ButtonBox.ButtonBoxChild w23 = ((global::Gtk.ButtonBox.ButtonBoxChild)(w22 [this.buttonCancel]));
     w23.Expand = false;
     w23.Fill   = false;
     // Container child dialog1_ActionArea.Gtk.ButtonBox+ButtonBoxChild
     this.buttonOk              = new global::Gtk.Button();
     this.buttonOk.CanDefault   = true;
     this.buttonOk.CanFocus     = true;
     this.buttonOk.Name         = "buttonOk";
     this.buttonOk.UseStock     = true;
     this.buttonOk.UseUnderline = true;
     this.buttonOk.Label        = "gtk-ok";
     w22.Add(this.buttonOk);
     global::Gtk.ButtonBox.ButtonBoxChild w24 = ((global::Gtk.ButtonBox.ButtonBoxChild)(w22 [this.buttonOk]));
     w24.Position = 1;
     w24.Expand   = false;
     w24.Fill     = false;
     if ((this.Child != null))
     {
         this.Child.ShowAll();
     }
     this.DefaultWidth  = 633;
     this.DefaultHeight = 379;
     this.dirbox.Hide();
     this.Show();
     this.splitfilesbutton.Clicked += new global::System.EventHandler(this.OnSplitfilesbuttonClicked);
     this.buttonOk.Clicked         += new global::System.EventHandler(this.OnButtonOkClicked);
 }