protected virtual void Build ()
		{
			global::Stetic.Gui.Initialize (this);
			// Widget MonoDevelop.Deployment.Gui.FileCopyConfigurationSelector
			global::Stetic.BinContainer.Attach (this);
			this.Events = ((global::Gdk.EventMask)(256));
			this.Name = "MonoDevelop.Deployment.Gui.FileCopyConfigurationSelector";
			// Container child MonoDevelop.Deployment.Gui.FileCopyConfigurationSelector.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.Xalign = 0f;
			this.label1.LabelProp = global::Mono.Unix.Catalog.GetString ("Target:");
			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.comboHandlers = global::Gtk.ComboBox.NewText ();
			this.comboHandlers.Name = "comboHandlers";
			this.hbox1.Add (this.comboHandlers);
			global::Gtk.Box.BoxChild w2 = ((global::Gtk.Box.BoxChild)(this.hbox1[this.comboHandlers]));
			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.hseparator1 = new global::Gtk.HSeparator ();
			this.hseparator1.Name = "hseparator1";
			this.vbox1.Add (this.hseparator1);
			global::Gtk.Box.BoxChild w4 = ((global::Gtk.Box.BoxChild)(this.vbox1[this.hseparator1]));
			w4.Position = 1;
			w4.Expand = false;
			w4.Fill = false;
			// Container child vbox1.Gtk.Box+BoxChild
			this.editorBox = new global::Gtk.EventBox ();
			this.editorBox.Name = "editorBox";
			this.vbox1.Add (this.editorBox);
			global::Gtk.Box.BoxChild w5 = ((global::Gtk.Box.BoxChild)(this.vbox1[this.editorBox]));
			w5.Position = 2;
			this.Add (this.vbox1);
			if ((this.Child != null)) {
				this.Child.ShowAll ();
			}
			this.Show ();
			this.comboHandlers.Changed += new global::System.EventHandler (this.OnComboHandlersChanged);
		}
コード例 #2
0
 protected virtual void Build()
 {
     global::Stetic.Gui.Initialize (this);
     // Widget DynamicConsole.ConsoleWindow
     this.Name = "DynamicConsole.ConsoleWindow";
     this.Title = global::Mono.Unix.Catalog.GetString ("ConsoleWindow");
     this.WindowPosition = ((global::Gtk.WindowPosition)(4));
     // Container child DynamicConsole.ConsoleWindow.Gtk.Container+ContainerChild
     this.vbox3 = new global::Gtk.VBox ();
     this.vbox3.Name = "vbox3";
     this.vbox3.Spacing = 6;
     // Container child vbox3.Gtk.Box+BoxChild
     this.OutputBox = new global::Gtk.TextView ();
     this.OutputBox.CanFocus = true;
     this.OutputBox.Name = "OutputBox";
     this.OutputBox.Editable = false;
     this.OutputBox.CursorVisible = false;
     this.OutputBox.WrapMode = ((global::Gtk.WrapMode)(2));
     this.vbox3.Add (this.OutputBox);
     global::Gtk.Box.BoxChild w1 = ((global::Gtk.Box.BoxChild)(this.vbox3 [this.OutputBox]));
     w1.Position = 0;
     // 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 w2 = ((global::Gtk.Box.BoxChild)(this.vbox3 [this.hseparator2]));
     w2.Position = 1;
     w2.Expand = false;
     w2.Fill = false;
     // Container child vbox3.Gtk.Box+BoxChild
     this.InputBox = new global::Gtk.Entry ();
     this.InputBox.CanFocus = true;
     this.InputBox.Name = "InputBox";
     this.InputBox.IsEditable = true;
     this.InputBox.ActivatesDefault = true;
     this.InputBox.InvisibleChar = '●';
     this.vbox3.Add (this.InputBox);
     global::Gtk.Box.BoxChild w3 = ((global::Gtk.Box.BoxChild)(this.vbox3 [this.InputBox]));
     w3.Position = 2;
     w3.Expand = false;
     w3.Fill = false;
     w3.Padding = ((uint)(8));
     this.Add (this.vbox3);
     if ((this.Child != null)) {
         this.Child.ShowAll ();
     }
     this.DefaultWidth = 483;
     this.DefaultHeight = 300;
     this.Show ();
     this.KeyPressEvent += new global::Gtk.KeyPressEventHandler (this.OnWindowKeyPress);
     this.InputBox.Activated += new global::System.EventHandler (this.OnTextInput);
 }
コード例 #3
0
 protected virtual void Build()
 {
     global::Stetic.Gui.Initialize(this);
     // Widget Pinta.Gui.Widgets.ComboBoxWidget
     global::Stetic.BinContainer.Attach(this);
     this.Name = "Pinta.Gui.Widgets.ComboBoxWidget";
     // Container child Pinta.Gui.Widgets.ComboBoxWidget.Gtk.Container+ContainerChild
     this.vbox2 = new global::Gtk.VBox();
     this.vbox2.Name = "vbox2";
     this.vbox2.Spacing = 6;
     // Container child vbox2.Gtk.Box+BoxChild
     this.hbox1 = new global::Gtk.HBox();
     this.hbox1.Name = "hbox1";
     this.hbox1.Spacing = 6;
     // Container child hbox1.Gtk.Box+BoxChild
     this.label = new global::Gtk.Label();
     this.label.Name = "label";
     this.label.LabelProp = global::Mono.Unix.Catalog.GetString("label");
     this.hbox1.Add(this.label);
     global::Gtk.Box.BoxChild w1 = ((global::Gtk.Box.BoxChild)(this.hbox1[this.label]));
     w1.Position = 0;
     w1.Expand = false;
     w1.Fill = false;
     // Container child hbox1.Gtk.Box+BoxChild
     this.hseparator1 = new global::Gtk.HSeparator();
     this.hseparator1.Name = "hseparator1";
     this.hbox1.Add(this.hseparator1);
     global::Gtk.Box.BoxChild w2 = ((global::Gtk.Box.BoxChild)(this.hbox1[this.hseparator1]));
     w2.Position = 1;
     this.vbox2.Add(this.hbox1);
     global::Gtk.Box.BoxChild w3 = ((global::Gtk.Box.BoxChild)(this.vbox2[this.hbox1]));
     w3.Position = 0;
     w3.Expand = false;
     w3.Fill = false;
     // Container child vbox2.Gtk.Box+BoxChild
     this.combobox = global::Gtk.ComboBox.NewText();
     this.combobox.Name = "combobox";
     this.vbox2.Add(this.combobox);
     global::Gtk.Box.BoxChild w4 = ((global::Gtk.Box.BoxChild)(this.vbox2[this.combobox]));
     w4.Position = 1;
     w4.Expand = false;
     w4.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.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);
		}
コード例 #5
0
 protected virtual void Build()
 {
     global::Stetic.Gui.Initialize (this);
     // Widget Moscrif.IDE.Option.ApplicationWidget
     global::Stetic.BinContainer.Attach (this);
     this.Name = "Moscrif.IDE.Option.ApplicationWidget";
     // Container child Moscrif.IDE.Option.ApplicationWidget.Gtk.Container+ContainerChild
     this.vbox2 = new global::Gtk.VBox ();
     this.vbox2.Name = "vbox2";
     this.vbox2.Spacing = 6;
     // Container child vbox2.Gtk.Box+BoxChild
     this.tblGlobal = new global::Gtk.Table (((uint)(1)), ((uint)(3)), false);
     this.tblGlobal.Name = "tblGlobal";
     this.tblGlobal.RowSpacing = ((uint)(6));
     this.tblGlobal.ColumnSpacing = ((uint)(6));
     // Container child tblGlobal.Gtk.Table+TableChild
     this.label7 = new global::Gtk.Label ();
     this.label7.TooltipMarkup = "Pattern to be Used for Output Artefacts (Installation Files)";
     this.label7.WidthRequest = 75;
     this.label7.Name = "label7";
     this.label7.Xalign = 1F;
     this.label7.LabelProp = global::Mono.Unix.Catalog.GetString ("Type :");
     this.tblGlobal.Add (this.label7);
     global::Gtk.Table.TableChild w1 = ((global::Gtk.Table.TableChild)(this.tblGlobal [this.label7]));
     w1.XOptions = ((global::Gtk.AttachOptions)(4));
     w1.YOptions = ((global::Gtk.AttachOptions)(4));
     this.vbox2.Add (this.tblGlobal);
     global::Gtk.Box.BoxChild w2 = ((global::Gtk.Box.BoxChild)(this.vbox2 [this.tblGlobal]));
     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;
     this.Add (this.vbox2);
     if ((this.Child != null)) {
         this.Child.ShowAll ();
     }
     this.Hide ();
 }
 protected virtual void Build()
 {
     global::Stetic.Gui.Initialize (this);
     // Widget LongoMatch.Gui.Component.FakeAnalysisComponent
     global::Stetic.BinContainer.Attach (this);
     this.Name = "LongoMatch.Gui.Component.FakeAnalysisComponent";
     // Container child LongoMatch.Gui.Component.FakeAnalysisComponent.Gtk.Container+ContainerChild
     this.lightbackgroundeventbox = new global::Gtk.EventBox ();
     this.lightbackgroundeventbox.Name = "lightbackgroundeventbox";
     // Container child lightbackgroundeventbox.Gtk.Container+ContainerChild
     this.vbox3 = new global::Gtk.VBox ();
     this.vbox3.Name = "vbox3";
     this.vbox3.Spacing = 6;
     // Container child vbox3.Gtk.Box+BoxChild
     this.capturerbin = new global::VAS.UI.CapturerBin ();
     this.capturerbin.Events = ((global::Gdk.EventMask)(256));
     this.capturerbin.Name = "capturerbin";
     this.capturerbin.Capturing = false;
     this.vbox3.Add (this.capturerbin);
     global::Gtk.Box.BoxChild w1 = ((global::Gtk.Box.BoxChild)(this.vbox3 [this.capturerbin]));
     w1.Position = 0;
     w1.Expand = false;
     // Container child vbox3.Gtk.Box+BoxChild
     this.hseparator1 = new global::Gtk.HSeparator ();
     this.hseparator1.Name = "hseparator1";
     this.vbox3.Add (this.hseparator1);
     global::Gtk.Box.BoxChild w2 = ((global::Gtk.Box.BoxChild)(this.vbox3 [this.hseparator1]));
     w2.Position = 1;
     w2.Expand = false;
     w2.Fill = false;
     // Container child vbox3.Gtk.Box+BoxChild
     this.codingwidget1 = new global::LongoMatch.Gui.Component.CodingWidget ();
     this.codingwidget1.Events = ((global::Gdk.EventMask)(256));
     this.codingwidget1.Name = "codingwidget1";
     this.codingwidget1.TagPositions = false;
     this.vbox3.Add (this.codingwidget1);
     global::Gtk.Box.BoxChild w3 = ((global::Gtk.Box.BoxChild)(this.vbox3 [this.codingwidget1]));
     w3.Position = 2;
     this.lightbackgroundeventbox.Add (this.vbox3);
     this.Add (this.lightbackgroundeventbox);
     if ((this.Child != null)) {
         this.Child.ShowAll ();
     }
     this.Hide ();
 }
 protected virtual void Build()
 {
     global::Stetic.Gui.Initialize (this);
     // Widget LongoMatch.Gui.Component.PlayersTagger
     global::Stetic.BinContainer.Attach (this);
     this.Name = "LongoMatch.Gui.Component.PlayersTagger";
     // Container child LongoMatch.Gui.Component.PlayersTagger.Gtk.Container+ContainerChild
     this.vbox4 = new global::Gtk.VBox ();
     this.vbox4.Name = "vbox4";
     this.vbox4.Spacing = 6;
     // Container child vbox4.Gtk.Box+BoxChild
     this.localtable = new global::Gtk.Table (((uint)(3)), ((uint)(3)), false);
     this.localtable.Name = "localtable";
     this.localtable.RowSpacing = ((uint)(6));
     this.localtable.ColumnSpacing = ((uint)(6));
     this.vbox4.Add (this.localtable);
     global::Gtk.Box.BoxChild w1 = ((global::Gtk.Box.BoxChild)(this.vbox4 [this.localtable]));
     w1.Position = 0;
     // Container child vbox4.Gtk.Box+BoxChild
     this.hseparator1 = new global::Gtk.HSeparator ();
     this.hseparator1.Name = "hseparator1";
     this.vbox4.Add (this.hseparator1);
     global::Gtk.Box.BoxChild w2 = ((global::Gtk.Box.BoxChild)(this.vbox4 [this.hseparator1]));
     w2.Position = 1;
     w2.Expand = false;
     w2.Fill = false;
     // Container child vbox4.Gtk.Box+BoxChild
     this.visitortable = new global::Gtk.Table (((uint)(3)), ((uint)(3)), false);
     this.visitortable.Name = "visitortable";
     this.visitortable.RowSpacing = ((uint)(6));
     this.visitortable.ColumnSpacing = ((uint)(6));
     this.vbox4.Add (this.visitortable);
     global::Gtk.Box.BoxChild w3 = ((global::Gtk.Box.BoxChild)(this.vbox4 [this.visitortable]));
     w3.Position = 2;
     this.Add (this.vbox4);
     if ((this.Child != null)) {
         this.Child.ShowAll ();
     }
     this.Hide ();
 }
コード例 #8
0
 protected virtual void Build()
 {
     global::Stetic.Gui.Initialize(this);
     // Widget Vodovoz.Views.Complaints.CreateComplaintView
     global::Stetic.BinContainer.Attach(this);
     this.Name = "Vodovoz.Views.Complaints.CreateComplaintView";
     // Container child Vodovoz.Views.Complaints.CreateComplaintView.Gtk.Container+ContainerChild
     this.vboxDialog         = new global::Gtk.VBox();
     this.vboxDialog.Name    = "vboxDialog";
     this.vboxDialog.Spacing = 6;
     // Container child vboxDialog.Gtk.Box+BoxChild
     this.hboxDialogButtons         = new global::Gtk.HBox();
     this.hboxDialogButtons.Name    = "hboxDialogButtons";
     this.hboxDialogButtons.Spacing = 6;
     // Container child hboxDialogButtons.Gtk.Box+BoxChild
     this.buttonSave              = new global::Gamma.GtkWidgets.yButton();
     this.buttonSave.CanFocus     = true;
     this.buttonSave.Name         = "buttonSave";
     this.buttonSave.UseUnderline = true;
     this.buttonSave.Label        = global::Mono.Unix.Catalog.GetString("Сохранить");
     global::Gtk.Image w1 = new global::Gtk.Image();
     w1.Pixbuf             = global::Stetic.IconLoader.LoadIcon(this, "gtk-save", global::Gtk.IconSize.Menu);
     this.buttonSave.Image = w1;
     this.hboxDialogButtons.Add(this.buttonSave);
     global::Gtk.Box.BoxChild w2 = ((global::Gtk.Box.BoxChild)(this.hboxDialogButtons[this.buttonSave]));
     w2.Position = 0;
     w2.Expand   = false;
     w2.Fill     = false;
     // Container child hboxDialogButtons.Gtk.Box+BoxChild
     this.buttonCancel              = new global::Gamma.GtkWidgets.yButton();
     this.buttonCancel.CanFocus     = true;
     this.buttonCancel.Name         = "buttonCancel";
     this.buttonCancel.UseUnderline = true;
     this.buttonCancel.Label        = global::Mono.Unix.Catalog.GetString("Отменить");
     global::Gtk.Image w3 = new global::Gtk.Image();
     w3.Pixbuf = global::Stetic.IconLoader.LoadIcon(this, "gtk-revert-to-saved", global::Gtk.IconSize.Menu);
     this.buttonCancel.Image = w3;
     this.hboxDialogButtons.Add(this.buttonCancel);
     global::Gtk.Box.BoxChild w4 = ((global::Gtk.Box.BoxChild)(this.hboxDialogButtons[this.buttonCancel]));
     w4.Position = 1;
     w4.Expand   = false;
     w4.Fill     = false;
     this.vboxDialog.Add(this.hboxDialogButtons);
     global::Gtk.Box.BoxChild w5 = ((global::Gtk.Box.BoxChild)(this.vboxDialog[this.hboxDialogButtons]));
     w5.Position = 0;
     w5.Expand   = false;
     w5.Fill     = false;
     // Container child vboxDialog.Gtk.Box+BoxChild
     this.tableFields               = new global::Gtk.Table(((uint)(14)), ((uint)(2)), false);
     this.tableFields.Name          = "tableFields";
     this.tableFields.RowSpacing    = ((uint)(6));
     this.tableFields.ColumnSpacing = ((uint)(6));
     // Container child tableFields.Gtk.Table+TableChild
     this.comboboxComplaintSource                     = new global::Gamma.Widgets.ySpecComboBox();
     this.comboboxComplaintSource.Name                = "comboboxComplaintSource";
     this.comboboxComplaintSource.AddIfNotExist       = false;
     this.comboboxComplaintSource.DefaultFirst        = false;
     this.comboboxComplaintSource.ShowSpecialStateAll = false;
     this.comboboxComplaintSource.ShowSpecialStateNot = false;
     this.tableFields.Add(this.comboboxComplaintSource);
     global::Gtk.Table.TableChild w6 = ((global::Gtk.Table.TableChild)(this.tableFields[this.comboboxComplaintSource]));
     w6.TopAttach    = ((uint)(11));
     w6.BottomAttach = ((uint)(12));
     w6.LeftAttach   = ((uint)(1));
     w6.RightAttach  = ((uint)(2));
     w6.XOptions     = ((global::Gtk.AttachOptions)(4));
     w6.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child tableFields.Gtk.Table+TableChild
     this.complaintfilesview        = new global::Vodovoz.Views.Complaints.ComplaintFilesView();
     this.complaintfilesview.Events = ((global::Gdk.EventMask)(256));
     this.complaintfilesview.Name   = "complaintfilesview";
     this.tableFields.Add(this.complaintfilesview);
     global::Gtk.Table.TableChild w7 = ((global::Gtk.Table.TableChild)(this.tableFields[this.complaintfilesview]));
     w7.TopAttach    = ((uint)(12));
     w7.BottomAttach = ((uint)(13));
     w7.LeftAttach   = ((uint)(1));
     w7.RightAttach  = ((uint)(2));
     w7.XOptions     = ((global::Gtk.AttachOptions)(4));
     w7.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child tableFields.Gtk.Table+TableChild
     this.entryCounterparty                  = new global::QS.Widgets.GtkUI.EntityViewModelEntry();
     this.entryCounterparty.Events           = ((global::Gdk.EventMask)(256));
     this.entryCounterparty.Name             = "entryCounterparty";
     this.entryCounterparty.CanEditReference = true;
     this.tableFields.Add(this.entryCounterparty);
     global::Gtk.Table.TableChild w8 = ((global::Gtk.Table.TableChild)(this.tableFields[this.entryCounterparty]));
     w8.TopAttach    = ((uint)(2));
     w8.BottomAttach = ((uint)(3));
     w8.LeftAttach   = ((uint)(1));
     w8.RightAttach  = ((uint)(2));
     w8.XOptions     = ((global::Gtk.AttachOptions)(4));
     w8.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child tableFields.Gtk.Table+TableChild
     this.entryOrder                  = new global::QS.Widgets.GtkUI.EntityViewModelEntry();
     this.entryOrder.Events           = ((global::Gdk.EventMask)(256));
     this.entryOrder.Name             = "entryOrder";
     this.entryOrder.CanEditReference = true;
     this.tableFields.Add(this.entryOrder);
     global::Gtk.Table.TableChild w9 = ((global::Gtk.Table.TableChild)(this.tableFields[this.entryOrder]));
     w9.TopAttach    = ((uint)(6));
     w9.BottomAttach = ((uint)(7));
     w9.LeftAttach   = ((uint)(1));
     w9.RightAttach  = ((uint)(2));
     w9.XOptions     = ((global::Gtk.AttachOptions)(4));
     w9.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child tableFields.Gtk.Table+TableChild
     this.GtkScrolledWindow1            = new global::Gtk.ScrolledWindow();
     this.GtkScrolledWindow1.Name       = "GtkScrolledWindow1";
     this.GtkScrolledWindow1.ShadowType = ((global::Gtk.ShadowType)(1));
     // Container child GtkScrolledWindow1.Gtk.Container+ContainerChild
     this.ytextviewComplaintText          = new global::Gamma.GtkWidgets.yTextView();
     this.ytextviewComplaintText.CanFocus = true;
     this.ytextviewComplaintText.Name     = "ytextviewComplaintText";
     this.GtkScrolledWindow1.Add(this.ytextviewComplaintText);
     this.tableFields.Add(this.GtkScrolledWindow1);
     global::Gtk.Table.TableChild w11 = ((global::Gtk.Table.TableChild)(this.tableFields[this.GtkScrolledWindow1]));
     w11.TopAttach    = ((uint)(9));
     w11.BottomAttach = ((uint)(10));
     w11.LeftAttach   = ((uint)(1));
     w11.RightAttach  = ((uint)(2));
     w11.XOptions     = ((global::Gtk.AttachOptions)(4));
     w11.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child tableFields.Gtk.Table+TableChild
     this.guiltyitemsview = new global::Vodovoz.Views.Complaints.GuiltyItemsView();
     this.guiltyitemsview.HeightRequest = 125;
     this.guiltyitemsview.Events        = ((global::Gdk.EventMask)(256));
     this.guiltyitemsview.Name          = "guiltyitemsview";
     this.tableFields.Add(this.guiltyitemsview);
     global::Gtk.Table.TableChild w12 = ((global::Gtk.Table.TableChild)(this.tableFields[this.guiltyitemsview]));
     w12.TopAttach    = ((uint)(13));
     w12.BottomAttach = ((uint)(14));
     w12.LeftAttach   = ((uint)(1));
     w12.RightAttach  = ((uint)(2));
     w12.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child tableFields.Gtk.Table+TableChild
     this.hboxObjectAndKind         = new global::Gtk.HBox();
     this.hboxObjectAndKind.Name    = "hboxObjectAndKind";
     this.hboxObjectAndKind.Spacing = 6;
     // Container child hboxObjectAndKind.Gtk.Box+BoxChild
     this.yspeccomboboxComplaintObject                     = new global::Gamma.Widgets.ySpecComboBox();
     this.yspeccomboboxComplaintObject.Name                = "yspeccomboboxComplaintObject";
     this.yspeccomboboxComplaintObject.AddIfNotExist       = false;
     this.yspeccomboboxComplaintObject.DefaultFirst        = false;
     this.yspeccomboboxComplaintObject.ShowSpecialStateAll = false;
     this.yspeccomboboxComplaintObject.ShowSpecialStateNot = false;
     this.hboxObjectAndKind.Add(this.yspeccomboboxComplaintObject);
     global::Gtk.Box.BoxChild w13 = ((global::Gtk.Box.BoxChild)(this.hboxObjectAndKind[this.yspeccomboboxComplaintObject]));
     w13.Position = 0;
     w13.Expand   = false;
     w13.Fill     = false;
     // Container child hboxObjectAndKind.Gtk.Box+BoxChild
     this.labelComplaintKind           = new global::Gtk.Label();
     this.labelComplaintKind.Name      = "labelComplaintKind";
     this.labelComplaintKind.Xalign    = 1F;
     this.labelComplaintKind.LabelProp = global::Mono.Unix.Catalog.GetString("Вид рекламации:");
     this.hboxObjectAndKind.Add(this.labelComplaintKind);
     global::Gtk.Box.BoxChild w14 = ((global::Gtk.Box.BoxChild)(this.hboxObjectAndKind[this.labelComplaintKind]));
     w14.Position = 1;
     w14.Expand   = false;
     w14.Fill     = false;
     // Container child hboxObjectAndKind.Gtk.Box+BoxChild
     this.spLstComplaintKind                     = new global::QS.Widgets.GtkUI.SpecialListComboBox();
     this.spLstComplaintKind.Name                = "spLstComplaintKind";
     this.spLstComplaintKind.AddIfNotExist       = false;
     this.spLstComplaintKind.DefaultFirst        = false;
     this.spLstComplaintKind.ShowSpecialStateAll = false;
     this.spLstComplaintKind.ShowSpecialStateNot = false;
     this.hboxObjectAndKind.Add(this.spLstComplaintKind);
     global::Gtk.Box.BoxChild w15 = ((global::Gtk.Box.BoxChild)(this.hboxObjectAndKind[this.spLstComplaintKind]));
     w15.Position = 2;
     w15.Expand   = false;
     w15.Fill     = false;
     this.tableFields.Add(this.hboxObjectAndKind);
     global::Gtk.Table.TableChild w16 = ((global::Gtk.Table.TableChild)(this.tableFields[this.hboxObjectAndKind]));
     w16.TopAttach    = ((uint)(8));
     w16.BottomAttach = ((uint)(9));
     w16.LeftAttach   = ((uint)(1));
     w16.RightAttach  = ((uint)(2));
     w16.XOptions     = ((global::Gtk.AttachOptions)(4));
     w16.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child tableFields.Gtk.Table+TableChild
     this.labelComplaintText           = new global::Gtk.Label();
     this.labelComplaintText.Name      = "labelComplaintText";
     this.labelComplaintText.Xalign    = 1F;
     this.labelComplaintText.LabelProp = global::Mono.Unix.Catalog.GetString("Проблема:");
     this.tableFields.Add(this.labelComplaintText);
     global::Gtk.Table.TableChild w17 = ((global::Gtk.Table.TableChild)(this.tableFields[this.labelComplaintText]));
     w17.TopAttach    = ((uint)(9));
     w17.BottomAttach = ((uint)(10));
     w17.XOptions     = ((global::Gtk.AttachOptions)(4));
     w17.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child tableFields.Gtk.Table+TableChild
     this.labelCounterparty           = new global::Gtk.Label();
     this.labelCounterparty.Name      = "labelCounterparty";
     this.labelCounterparty.Xalign    = 1F;
     this.labelCounterparty.LabelProp = global::Mono.Unix.Catalog.GetString("Клиент:");
     this.tableFields.Add(this.labelCounterparty);
     global::Gtk.Table.TableChild w18 = ((global::Gtk.Table.TableChild)(this.tableFields[this.labelCounterparty]));
     w18.TopAttach    = ((uint)(2));
     w18.BottomAttach = ((uint)(3));
     w18.XOptions     = ((global::Gtk.AttachOptions)(4));
     w18.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child tableFields.Gtk.Table+TableChild
     this.labelGuilty           = new global::Gtk.Label();
     this.labelGuilty.Name      = "labelGuilty";
     this.labelGuilty.Xalign    = 1F;
     this.labelGuilty.LabelProp = global::Mono.Unix.Catalog.GetString("Виновники:");
     this.tableFields.Add(this.labelGuilty);
     global::Gtk.Table.TableChild w19 = ((global::Gtk.Table.TableChild)(this.tableFields[this.labelGuilty]));
     w19.TopAttach    = ((uint)(13));
     w19.BottomAttach = ((uint)(14));
     w19.XOptions     = ((global::Gtk.AttachOptions)(4));
     w19.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child tableFields.Gtk.Table+TableChild
     this.labelName           = new global::Gtk.Label();
     this.labelName.Name      = "labelName";
     this.labelName.Xalign    = 1F;
     this.labelName.LabelProp = global::Mono.Unix.Catalog.GetString("Имя:");
     this.tableFields.Add(this.labelName);
     global::Gtk.Table.TableChild w20 = ((global::Gtk.Table.TableChild)(this.tableFields[this.labelName]));
     w20.TopAttach    = ((uint)(4));
     w20.BottomAttach = ((uint)(5));
     w20.XOptions     = ((global::Gtk.AttachOptions)(4));
     w20.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child tableFields.Gtk.Table+TableChild
     this.labelName2           = new global::Gtk.Label();
     this.labelName2.Name      = "labelName2";
     this.labelName2.Xalign    = 1F;
     this.labelName2.LabelProp = global::Mono.Unix.Catalog.GetString("Телефон:");
     this.tableFields.Add(this.labelName2);
     global::Gtk.Table.TableChild w21 = ((global::Gtk.Table.TableChild)(this.tableFields[this.labelName2]));
     w21.TopAttach    = ((uint)(10));
     w21.BottomAttach = ((uint)(11));
     w21.XOptions     = ((global::Gtk.AttachOptions)(4));
     w21.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child tableFields.Gtk.Table+TableChild
     this.labelOrder           = new global::Gtk.Label();
     this.labelOrder.Name      = "labelOrder";
     this.labelOrder.Xalign    = 1F;
     this.labelOrder.LabelProp = global::Mono.Unix.Catalog.GetString("Заказ:");
     this.tableFields.Add(this.labelOrder);
     global::Gtk.Table.TableChild w22 = ((global::Gtk.Table.TableChild)(this.tableFields[this.labelOrder]));
     w22.TopAttach    = ((uint)(6));
     w22.BottomAttach = ((uint)(7));
     w22.XOptions     = ((global::Gtk.AttachOptions)(4));
     w22.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child tableFields.Gtk.Table+TableChild
     this.labelSource           = new global::Gtk.Label();
     this.labelSource.Name      = "labelSource";
     this.labelSource.Xalign    = 1F;
     this.labelSource.LabelProp = global::Mono.Unix.Catalog.GetString("Источник:");
     this.tableFields.Add(this.labelSource);
     global::Gtk.Table.TableChild w23 = ((global::Gtk.Table.TableChild)(this.tableFields[this.labelSource]));
     w23.TopAttach    = ((uint)(11));
     w23.BottomAttach = ((uint)(12));
     w23.XOptions     = ((global::Gtk.AttachOptions)(4));
     w23.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child tableFields.Gtk.Table+TableChild
     this.lblAddress           = new global::Gtk.Label();
     this.lblAddress.Name      = "lblAddress";
     this.lblAddress.Xalign    = 1F;
     this.lblAddress.LabelProp = global::Mono.Unix.Catalog.GetString("Адрес:");
     this.tableFields.Add(this.lblAddress);
     global::Gtk.Table.TableChild w24 = ((global::Gtk.Table.TableChild)(this.tableFields[this.lblAddress]));
     w24.TopAttach    = ((uint)(7));
     w24.BottomAttach = ((uint)(8));
     w24.XOptions     = ((global::Gtk.AttachOptions)(4));
     w24.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child tableFields.Gtk.Table+TableChild
     this.lblComplaintObject           = new global::Gtk.Label();
     this.lblComplaintObject.Name      = "lblComplaintObject";
     this.lblComplaintObject.Xalign    = 1F;
     this.lblComplaintObject.LabelProp = global::Mono.Unix.Catalog.GetString("Объект рекламаций:");
     this.tableFields.Add(this.lblComplaintObject);
     global::Gtk.Table.TableChild w25 = ((global::Gtk.Table.TableChild)(this.tableFields[this.lblComplaintObject]));
     w25.TopAttach    = ((uint)(8));
     w25.BottomAttach = ((uint)(9));
     w25.XOptions     = ((global::Gtk.AttachOptions)(4));
     w25.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child tableFields.Gtk.Table+TableChild
     this.spLstAddress                     = new global::QS.Widgets.GtkUI.SpecialListComboBox();
     this.spLstAddress.Name                = "spLstAddress";
     this.spLstAddress.AddIfNotExist       = false;
     this.spLstAddress.DefaultFirst        = false;
     this.spLstAddress.ShowSpecialStateAll = false;
     this.spLstAddress.ShowSpecialStateNot = true;
     this.tableFields.Add(this.spLstAddress);
     global::Gtk.Table.TableChild w26 = ((global::Gtk.Table.TableChild)(this.tableFields[this.spLstAddress]));
     w26.TopAttach    = ((uint)(7));
     w26.BottomAttach = ((uint)(8));
     w26.LeftAttach   = ((uint)(1));
     w26.RightAttach  = ((uint)(2));
     w26.XOptions     = ((global::Gtk.AttachOptions)(4));
     w26.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child tableFields.Gtk.Table+TableChild
     this.yentryName               = new global::Gamma.GtkWidgets.yEntry();
     this.yentryName.CanFocus      = true;
     this.yentryName.Name          = "yentryName";
     this.yentryName.IsEditable    = true;
     this.yentryName.InvisibleChar = '●';
     this.tableFields.Add(this.yentryName);
     global::Gtk.Table.TableChild w27 = ((global::Gtk.Table.TableChild)(this.tableFields[this.yentryName]));
     w27.TopAttach    = ((uint)(4));
     w27.BottomAttach = ((uint)(5));
     w27.LeftAttach   = ((uint)(1));
     w27.RightAttach  = ((uint)(2));
     w27.XOptions     = ((global::Gtk.AttachOptions)(4));
     w27.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child tableFields.Gtk.Table+TableChild
     this.yentryPhone               = new global::Gamma.GtkWidgets.yEntry();
     this.yentryPhone.CanFocus      = true;
     this.yentryPhone.Name          = "yentryPhone";
     this.yentryPhone.IsEditable    = true;
     this.yentryPhone.InvisibleChar = '●';
     this.tableFields.Add(this.yentryPhone);
     global::Gtk.Table.TableChild w28 = ((global::Gtk.Table.TableChild)(this.tableFields[this.yentryPhone]));
     w28.TopAttach    = ((uint)(10));
     w28.BottomAttach = ((uint)(11));
     w28.LeftAttach   = ((uint)(1));
     w28.RightAttach  = ((uint)(2));
     w28.XOptions     = ((global::Gtk.AttachOptions)(4));
     w28.YOptions     = ((global::Gtk.AttachOptions)(4));
     this.vboxDialog.Add(this.tableFields);
     global::Gtk.Box.BoxChild w29 = ((global::Gtk.Box.BoxChild)(this.vboxDialog[this.tableFields]));
     w29.Position = 1;
     // Container child vboxDialog.Gtk.Box+BoxChild
     this.hseparator1      = new global::Gtk.HSeparator();
     this.hseparator1.Name = "hseparator1";
     this.vboxDialog.Add(this.hseparator1);
     global::Gtk.Box.BoxChild w30 = ((global::Gtk.Box.BoxChild)(this.vboxDialog[this.hseparator1]));
     w30.Position = 2;
     w30.Expand   = false;
     w30.Fill     = false;
     this.Add(this.vboxDialog);
     if ((this.Child != null))
     {
         this.Child.ShowAll();
     }
     this.Hide();
 }
コード例 #9
0
 protected virtual void Build()
 {
     global::Stetic.Gui.Initialize(this);
     // Widget MonoDevelop.Ide.Gui.OptionPanels.AddInsPanelWidget
     global::Stetic.BinContainer.Attach(this);
     this.Name = "MonoDevelop.Ide.Gui.OptionPanels.AddInsPanelWidget";
     // Container child MonoDevelop.Ide.Gui.OptionPanels.AddInsPanelWidget.Gtk.Container+ContainerChild
     this.vbox72         = new global::Gtk.VBox();
     this.vbox72.Name    = "vbox72";
     this.vbox72.Spacing = 6;
     // Container child vbox72.Gtk.Box+BoxChild
     this.lookCheck               = new global::Gtk.CheckButton();
     this.lookCheck.Name          = "lookCheck";
     this.lookCheck.Label         = global::MonoDevelop.Core.GettextCatalog.GetString("Look for add-in updates at startup, with the following periodicity:");
     this.lookCheck.DrawIndicator = true;
     this.lookCheck.UseUnderline  = true;
     this.vbox72.Add(this.lookCheck);
     global::Gtk.Box.BoxChild w1 = ((global::Gtk.Box.BoxChild)(this.vbox72 [this.lookCheck]));
     w1.Position = 0;
     w1.Expand   = false;
     w1.Fill     = false;
     // Container child vbox72.Gtk.Box+BoxChild
     this.hbox46         = new global::Gtk.HBox();
     this.hbox46.Name    = "hbox46";
     this.hbox46.Spacing = 6;
     // Container child hbox46.Gtk.Box+BoxChild
     this.label104 = new global::Gtk.Label();
     this.label104.WidthRequest = 24;
     this.label104.Name         = "label104";
     this.label104.Xalign       = 0F;
     this.label104.Yalign       = 0F;
     this.hbox46.Add(this.label104);
     global::Gtk.Box.BoxChild w2 = ((global::Gtk.Box.BoxChild)(this.hbox46 [this.label104]));
     w2.Position = 0;
     w2.Expand   = false;
     w2.Fill     = false;
     // Container child hbox46.Gtk.Box+BoxChild
     this.label105           = new global::Gtk.Label();
     this.label105.Name      = "label105";
     this.label105.Xalign    = 0F;
     this.label105.LabelProp = global::MonoDevelop.Core.GettextCatalog.GetString("Every");
     this.hbox46.Add(this.label105);
     global::Gtk.Box.BoxChild w3 = ((global::Gtk.Box.BoxChild)(this.hbox46 [this.label105]));
     w3.Position = 1;
     w3.Expand   = false;
     w3.Fill     = false;
     // Container child hbox46.Gtk.Box+BoxChild
     this.valueSpin      = new global::Gtk.SpinButton(0, 100, 1);
     this.valueSpin.Name = "valueSpin";
     this.valueSpin.Adjustment.PageIncrement = 10;
     this.valueSpin.ClimbRate = 1;
     this.valueSpin.Numeric   = true;
     this.valueSpin.Value     = 1;
     this.hbox46.Add(this.valueSpin);
     global::Gtk.Box.BoxChild w4 = ((global::Gtk.Box.BoxChild)(this.hbox46 [this.valueSpin]));
     w4.Position = 2;
     w4.Expand   = false;
     w4.Fill     = false;
     // Container child hbox46.Gtk.Box+BoxChild
     this.periodCombo = global::Gtk.ComboBox.NewText();
     this.periodCombo.AppendText(global::MonoDevelop.Core.GettextCatalog.GetString("Days"));
     this.periodCombo.AppendText(global::MonoDevelop.Core.GettextCatalog.GetString("Months"));
     this.periodCombo.Name   = "periodCombo";
     this.periodCombo.Active = 0;
     this.hbox46.Add(this.periodCombo);
     global::Gtk.Box.BoxChild w5 = ((global::Gtk.Box.BoxChild)(this.hbox46 [this.periodCombo]));
     w5.Position = 3;
     w5.Expand   = false;
     w5.Fill     = false;
     this.vbox72.Add(this.hbox46);
     global::Gtk.Box.BoxChild w6 = ((global::Gtk.Box.BoxChild)(this.vbox72 [this.hbox46]));
     w6.Position = 1;
     w6.Expand   = false;
     w6.Fill     = false;
     // Container child vbox72.Gtk.Box+BoxChild
     this.hseparator1      = new global::Gtk.HSeparator();
     this.hseparator1.Name = "hseparator1";
     this.vbox72.Add(this.hseparator1);
     global::Gtk.Box.BoxChild w7 = ((global::Gtk.Box.BoxChild)(this.vbox72 [this.hseparator1]));
     w7.Position = 2;
     w7.Expand   = false;
     w7.Fill     = false;
     // Container child vbox72.Gtk.Box+BoxChild
     this.hbox47      = new global::Gtk.HBox();
     this.hbox47.Name = "hbox47";
     // Container child hbox47.Gtk.Box+BoxChild
     this.managerButton              = new global::Gtk.Button();
     this.managerButton.Name         = "managerButton";
     this.managerButton.UseUnderline = true;
     this.managerButton.Label        = global::MonoDevelop.Core.GettextCatalog.GetString("Add-in Manager...");
     this.hbox47.Add(this.managerButton);
     global::Gtk.Box.BoxChild w8 = ((global::Gtk.Box.BoxChild)(this.hbox47 [this.managerButton]));
     w8.Position = 0;
     w8.Expand   = false;
     w8.Fill     = false;
     this.vbox72.Add(this.hbox47);
     global::Gtk.Box.BoxChild w9 = ((global::Gtk.Box.BoxChild)(this.vbox72 [this.hbox47]));
     w9.Position = 3;
     w9.Expand   = false;
     w9.Fill     = false;
     this.Add(this.vbox72);
     if ((this.Child != null))
     {
         this.Child.ShowAll();
     }
     this.Show();
     this.lookCheck.Clicked     += new global::System.EventHandler(this.OnCheckToggled);
     this.managerButton.Clicked += new global::System.EventHandler(this.OnManageClicked);
 }
		protected virtual void Build ()
		{
			global::Stetic.Gui.Initialize (this);
			// Widget MonoDevelop.Autotools.MakefileOptionPanelWidget
			global::Stetic.BinContainer.Attach (this);
			this.Events = ((global::Gdk.EventMask)(256));
			this.Name = "MonoDevelop.Autotools.MakefileOptionPanelWidget";
			// Container child MonoDevelop.Autotools.MakefileOptionPanelWidget.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.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.cbEnableMakefileIntegration = new global::Gtk.CheckButton ();
			this.cbEnableMakefileIntegration.CanFocus = true;
			this.cbEnableMakefileIntegration.Name = "cbEnableMakefileIntegration";
			this.cbEnableMakefileIntegration.Label = global::Mono.Unix.Catalog.GetString ("Enable makefile Integration in this project");
			this.cbEnableMakefileIntegration.DrawIndicator = true;
			this.vbox1.Add (this.cbEnableMakefileIntegration);
			global::Gtk.Box.BoxChild w1 = ((global::Gtk.Box.BoxChild)(this.vbox1 [this.cbEnableMakefileIntegration]));
			w1.Position = 0;
			w1.Expand = false;
			w1.Fill = false;
			// Container child vbox1.Gtk.Box+BoxChild
			this.headerSep1 = new global::Gtk.HSeparator ();
			this.headerSep1.Name = "headerSep1";
			this.vbox1.Add (this.headerSep1);
			global::Gtk.Box.BoxChild w2 = ((global::Gtk.Box.BoxChild)(this.vbox1 [this.headerSep1]));
			w2.Position = 1;
			w2.Expand = false;
			w2.Fill = false;
			// Container child vbox1.Gtk.Box+BoxChild
			this.table1 = new global::Gtk.Table (((uint)(10)), ((uint)(2)), false);
			this.table1.Name = "table1";
			this.table1.RowSpacing = ((uint)(6));
			this.table1.ColumnSpacing = ((uint)(6));
			// Container child table1.Gtk.Table+TableChild
			this.cbBuildTarget = new global::Gtk.CheckButton ();
			this.cbBuildTarget.CanFocus = true;
			this.cbBuildTarget.Name = "cbBuildTarget";
			this.cbBuildTarget.Label = global::Mono.Unix.Catalog.GetString ("Build target name:");
			this.cbBuildTarget.DrawIndicator = true;
			this.cbBuildTarget.UseUnderline = true;
			this.table1.Add (this.cbBuildTarget);
			global::Gtk.Table.TableChild w3 = ((global::Gtk.Table.TableChild)(this.table1 [this.cbBuildTarget]));
			w3.TopAttach = ((uint)(4));
			w3.BottomAttach = ((uint)(5));
			w3.XOptions = ((global::Gtk.AttachOptions)(4));
			w3.YOptions = ((global::Gtk.AttachOptions)(4));
			// Container child table1.Gtk.Table+TableChild
			this.cbCleanTarget = new global::Gtk.CheckButton ();
			this.cbCleanTarget.CanFocus = true;
			this.cbCleanTarget.Name = "cbCleanTarget";
			this.cbCleanTarget.Label = global::Mono.Unix.Catalog.GetString ("Clean target name:");
			this.cbCleanTarget.DrawIndicator = true;
			this.cbCleanTarget.UseUnderline = true;
			this.table1.Add (this.cbCleanTarget);
			global::Gtk.Table.TableChild w4 = ((global::Gtk.Table.TableChild)(this.table1 [this.cbCleanTarget]));
			w4.TopAttach = ((uint)(5));
			w4.BottomAttach = ((uint)(6));
			w4.XOptions = ((global::Gtk.AttachOptions)(4));
			w4.YOptions = ((global::Gtk.AttachOptions)(4));
			// Container child table1.Gtk.Table+TableChild
			this.cbRunTarget = new global::Gtk.CheckButton ();
			this.cbRunTarget.CanFocus = true;
			this.cbRunTarget.Name = "cbRunTarget";
			this.cbRunTarget.Label = global::Mono.Unix.Catalog.GetString ("Execute target name:");
			this.cbRunTarget.DrawIndicator = true;
			this.cbRunTarget.UseUnderline = true;
			this.table1.Add (this.cbRunTarget);
			global::Gtk.Table.TableChild w5 = ((global::Gtk.Table.TableChild)(this.table1 [this.cbRunTarget]));
			w5.TopAttach = ((uint)(6));
			w5.BottomAttach = ((uint)(7));
			w5.XOptions = ((global::Gtk.AttachOptions)(4));
			w5.YOptions = ((global::Gtk.AttachOptions)(4));
			// Container child table1.Gtk.Table+TableChild
			this.fileEntryMakefilePath = new global::MonoDevelop.Components.FileEntry ();
			this.fileEntryMakefilePath.CanFocus = true;
			this.fileEntryMakefilePath.Name = "fileEntryMakefilePath";
			this.fileEntryMakefilePath.BrowserTitle = "";
			this.table1.Add (this.fileEntryMakefilePath);
			global::Gtk.Table.TableChild w6 = ((global::Gtk.Table.TableChild)(this.table1 [this.fileEntryMakefilePath]));
			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.hbox1 = new global::Gtk.HBox ();
			this.hbox1.Name = "hbox1";
			// Container child hbox1.Gtk.Box+BoxChild
			this.comboAssemblyName = global::Gtk.ComboBox.NewText ();
			this.comboAssemblyName.WidthRequest = 300;
			this.comboAssemblyName.Name = "comboAssemblyName";
			this.hbox1.Add (this.comboAssemblyName);
			global::Gtk.Box.BoxChild w7 = ((global::Gtk.Box.BoxChild)(this.hbox1 [this.comboAssemblyName]));
			w7.Position = 0;
			w7.Expand = false;
			w7.Fill = false;
			this.table1.Add (this.hbox1);
			global::Gtk.Table.TableChild w8 = ((global::Gtk.Table.TableChild)(this.table1 [this.hbox1]));
			w8.TopAttach = ((uint)(7));
			w8.BottomAttach = ((uint)(8));
			w8.LeftAttach = ((uint)(1));
			w8.RightAttach = ((uint)(2));
			w8.XOptions = ((global::Gtk.AttachOptions)(4));
			w8.YOptions = ((global::Gtk.AttachOptions)(4));
			// Container child table1.Gtk.Table+TableChild
			this.hbox2 = new global::Gtk.HBox ();
			this.hbox2.Name = "hbox2";
			// Container child hbox2.Gtk.Box+BoxChild
			this.comboOutputDir = global::Gtk.ComboBox.NewText ();
			this.comboOutputDir.WidthRequest = 300;
			this.comboOutputDir.Name = "comboOutputDir";
			this.hbox2.Add (this.comboOutputDir);
			global::Gtk.Box.BoxChild w9 = ((global::Gtk.Box.BoxChild)(this.hbox2 [this.comboOutputDir]));
			w9.Position = 0;
			w9.Expand = false;
			w9.Fill = false;
			this.table1.Add (this.hbox2);
			global::Gtk.Table.TableChild w10 = ((global::Gtk.Table.TableChild)(this.table1 [this.hbox2]));
			w10.TopAttach = ((uint)(8));
			w10.BottomAttach = ((uint)(9));
			w10.LeftAttach = ((uint)(1));
			w10.RightAttach = ((uint)(2));
			w10.XOptions = ((global::Gtk.AttachOptions)(4));
			w10.YOptions = ((global::Gtk.AttachOptions)(4));
			// Container child table1.Gtk.Table+TableChild
			this.hbox3 = new global::Gtk.HBox ();
			this.hbox3.Name = "hbox3";
			// Container child hbox3.Gtk.Box+BoxChild
			this.BuildTargetName = new global::Gtk.Entry ();
			this.BuildTargetName.WidthRequest = 200;
			this.BuildTargetName.CanFocus = true;
			this.BuildTargetName.Name = "BuildTargetName";
			this.BuildTargetName.IsEditable = true;
			this.BuildTargetName.InvisibleChar = '●';
			this.hbox3.Add (this.BuildTargetName);
			global::Gtk.Box.BoxChild w11 = ((global::Gtk.Box.BoxChild)(this.hbox3 [this.BuildTargetName]));
			w11.Position = 0;
			w11.Expand = false;
			w11.Fill = false;
			this.table1.Add (this.hbox3);
			global::Gtk.Table.TableChild w12 = ((global::Gtk.Table.TableChild)(this.table1 [this.hbox3]));
			w12.TopAttach = ((uint)(4));
			w12.BottomAttach = ((uint)(5));
			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.hbox4 = new global::Gtk.HBox ();
			this.hbox4.Name = "hbox4";
			// Container child hbox4.Gtk.Box+BoxChild
			this.ExecuteTargetName = new global::Gtk.Entry ();
			this.ExecuteTargetName.WidthRequest = 200;
			this.ExecuteTargetName.CanFocus = true;
			this.ExecuteTargetName.Name = "ExecuteTargetName";
			this.ExecuteTargetName.IsEditable = true;
			this.ExecuteTargetName.InvisibleChar = '●';
			this.hbox4.Add (this.ExecuteTargetName);
			global::Gtk.Box.BoxChild w13 = ((global::Gtk.Box.BoxChild)(this.hbox4 [this.ExecuteTargetName]));
			w13.Position = 0;
			w13.Expand = false;
			w13.Fill = false;
			this.table1.Add (this.hbox4);
			global::Gtk.Table.TableChild w14 = ((global::Gtk.Table.TableChild)(this.table1 [this.hbox4]));
			w14.TopAttach = ((uint)(6));
			w14.BottomAttach = ((uint)(7));
			w14.LeftAttach = ((uint)(1));
			w14.RightAttach = ((uint)(2));
			w14.XOptions = ((global::Gtk.AttachOptions)(4));
			w14.YOptions = ((global::Gtk.AttachOptions)(4));
			// Container child table1.Gtk.Table+TableChild
			this.hbox5 = new global::Gtk.HBox ();
			this.hbox5.Name = "hbox5";
			// Container child hbox5.Gtk.Box+BoxChild
			this.CleanTargetName = new global::Gtk.Entry ();
			this.CleanTargetName.WidthRequest = 200;
			this.CleanTargetName.CanFocus = true;
			this.CleanTargetName.Name = "CleanTargetName";
			this.CleanTargetName.IsEditable = true;
			this.CleanTargetName.InvisibleChar = '●';
			this.hbox5.Add (this.CleanTargetName);
			global::Gtk.Box.BoxChild w15 = ((global::Gtk.Box.BoxChild)(this.hbox5 [this.CleanTargetName]));
			w15.Position = 0;
			w15.Expand = false;
			w15.Fill = false;
			this.table1.Add (this.hbox5);
			global::Gtk.Table.TableChild w16 = ((global::Gtk.Table.TableChild)(this.table1 [this.hbox5]));
			w16.TopAttach = ((uint)(5));
			w16.BottomAttach = ((uint)(6));
			w16.LeftAttach = ((uint)(1));
			w16.RightAttach = ((uint)(2));
			w16.XOptions = ((global::Gtk.AttachOptions)(4));
			w16.YOptions = ((global::Gtk.AttachOptions)(4));
			// Container child table1.Gtk.Table+TableChild
			this.headerSep2 = new global::Gtk.HSeparator ();
			this.headerSep2.Name = "headerSep2";
			this.table1.Add (this.headerSep2);
			global::Gtk.Table.TableChild w17 = ((global::Gtk.Table.TableChild)(this.table1 [this.headerSep2]));
			w17.TopAttach = ((uint)(2));
			w17.BottomAttach = ((uint)(3));
			w17.RightAttach = ((uint)(2));
			w17.XOptions = ((global::Gtk.AttachOptions)(4));
			w17.YOptions = ((global::Gtk.AttachOptions)(4));
			// Container child table1.Gtk.Table+TableChild
			this.label8 = new global::Gtk.Label ();
			this.label8.WidthRequest = 500;
			this.label8.Name = "label8";
			this.label8.Xalign = 0F;
			this.label8.LabelProp = global::Mono.Unix.Catalog.GetString ("Select the makefile targets that should be executed for the build and clean operations:");
			this.label8.Wrap = true;
			this.table1.Add (this.label8);
			global::Gtk.Table.TableChild w18 = ((global::Gtk.Table.TableChild)(this.table1 [this.label8]));
			w18.TopAttach = ((uint)(3));
			w18.BottomAttach = ((uint)(4));
			w18.RightAttach = ((uint)(2));
			w18.XOptions = ((global::Gtk.AttachOptions)(4));
			w18.YOptions = ((global::Gtk.AttachOptions)(4));
			// Container child table1.Gtk.Table+TableChild
			this.label9 = new global::Gtk.Label ();
			this.label9.Name = "label9";
			this.label9.Xalign = 1F;
			this.label9.LabelProp = global::Mono.Unix.Catalog.GetString ("Build processes:");
			this.table1.Add (this.label9);
			global::Gtk.Table.TableChild w19 = ((global::Gtk.Table.TableChild)(this.table1 [this.label9]));
			w19.TopAttach = ((uint)(9));
			w19.BottomAttach = ((uint)(10));
			w19.XOptions = ((global::Gtk.AttachOptions)(4));
			w19.YOptions = ((global::Gtk.AttachOptions)(4));
			// Container child table1.Gtk.Table+TableChild
			this.lblAssemblyNameVar = new global::Gtk.Label ();
			this.lblAssemblyNameVar.Name = "lblAssemblyNameVar";
			this.lblAssemblyNameVar.Xalign = 0F;
			this.lblAssemblyNameVar.LabelProp = global::Mono.Unix.Catalog.GetString ("Assembly Name variable:");
			this.table1.Add (this.lblAssemblyNameVar);
			global::Gtk.Table.TableChild w20 = ((global::Gtk.Table.TableChild)(this.table1 [this.lblAssemblyNameVar]));
			w20.TopAttach = ((uint)(7));
			w20.BottomAttach = ((uint)(8));
			w20.XOptions = ((global::Gtk.AttachOptions)(4));
			w20.YOptions = ((global::Gtk.AttachOptions)(4));
			// Container child table1.Gtk.Table+TableChild
			this.lblMakeCommand = new global::Gtk.Label ();
			this.lblMakeCommand.Name = "lblMakeCommand";
			this.lblMakeCommand.Xalign = 0F;
			this.lblMakeCommand.LabelProp = global::Mono.Unix.Catalog.GetString ("Make command:");
			this.table1.Add (this.lblMakeCommand);
			global::Gtk.Table.TableChild w21 = ((global::Gtk.Table.TableChild)(this.table1 [this.lblMakeCommand]));
			w21.XOptions = ((global::Gtk.AttachOptions)(4));
			w21.YOptions = ((global::Gtk.AttachOptions)(4));
			// Container child table1.Gtk.Table+TableChild
			this.lblMakefileName = new global::Gtk.Label ();
			this.lblMakefileName.Name = "lblMakefileName";
			this.lblMakefileName.Xalign = 0F;
			this.lblMakefileName.LabelProp = global::Mono.Unix.Catalog.GetString ("Makefile path:");
			this.table1.Add (this.lblMakefileName);
			global::Gtk.Table.TableChild w22 = ((global::Gtk.Table.TableChild)(this.table1 [this.lblMakefileName]));
			w22.TopAttach = ((uint)(1));
			w22.BottomAttach = ((uint)(2));
			w22.XOptions = ((global::Gtk.AttachOptions)(4));
			w22.YOptions = ((global::Gtk.AttachOptions)(4));
			// Container child table1.Gtk.Table+TableChild
			this.lblOutputDirVar = new global::Gtk.Label ();
			this.lblOutputDirVar.Name = "lblOutputDirVar";
			this.lblOutputDirVar.Xalign = 0F;
			this.lblOutputDirVar.LabelProp = global::Mono.Unix.Catalog.GetString ("Output directory variable:");
			this.table1.Add (this.lblOutputDirVar);
			global::Gtk.Table.TableChild w23 = ((global::Gtk.Table.TableChild)(this.table1 [this.lblOutputDirVar]));
			w23.TopAttach = ((uint)(8));
			w23.BottomAttach = ((uint)(9));
			w23.XOptions = ((global::Gtk.AttachOptions)(4));
			w23.YOptions = ((global::Gtk.AttachOptions)(4));
			// Container child table1.Gtk.Table+TableChild
			this.MakeCommand = new global::Gtk.Entry ();
			this.MakeCommand.WidthRequest = 200;
			this.MakeCommand.CanFocus = true;
			this.MakeCommand.Name = "MakeCommand";
			this.MakeCommand.Text = global::Mono.Unix.Catalog.GetString ("make");
			this.MakeCommand.IsEditable = true;
			this.MakeCommand.InvisibleChar = '●';
			this.table1.Add (this.MakeCommand);
			global::Gtk.Table.TableChild w24 = ((global::Gtk.Table.TableChild)(this.table1 [this.MakeCommand]));
			w24.LeftAttach = ((uint)(1));
			w24.RightAttach = ((uint)(2));
			w24.XOptions = ((global::Gtk.AttachOptions)(4));
			w24.YOptions = ((global::Gtk.AttachOptions)(4));
			// Container child table1.Gtk.Table+TableChild
			this.spinProcesses = new global::Gtk.SpinButton (1, 64, 1);
			this.spinProcesses.CanFocus = true;
			this.spinProcesses.Name = "spinProcesses";
			this.spinProcesses.Adjustment.PageIncrement = 1;
			this.spinProcesses.ClimbRate = 1;
			this.spinProcesses.Numeric = true;
			this.spinProcesses.Value = 1;
			this.table1.Add (this.spinProcesses);
			global::Gtk.Table.TableChild w25 = ((global::Gtk.Table.TableChild)(this.table1 [this.spinProcesses]));
			w25.TopAttach = ((uint)(9));
			w25.BottomAttach = ((uint)(10));
			w25.LeftAttach = ((uint)(1));
			w25.RightAttach = ((uint)(2));
			w25.XOptions = ((global::Gtk.AttachOptions)(4));
			w25.YOptions = ((global::Gtk.AttachOptions)(4));
			this.vbox1.Add (this.table1);
			global::Gtk.Box.BoxChild w26 = ((global::Gtk.Box.BoxChild)(this.vbox1 [this.table1]));
			w26.Position = 2;
			w26.Expand = false;
			w26.Fill = false;
			this.notebook1.Add (this.vbox1);
			// Notebook tab
			this.label1 = new global::Gtk.Label ();
			this.label1.Name = "label1";
			this.label1.LabelProp = global::Mono.Unix.Catalog.GetString ("Makefile");
			this.notebook1.SetTabLabel (this.vbox1, this.label1);
			this.label1.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.cbFileSync = new global::Gtk.CheckButton ();
			this.cbFileSync.CanFocus = true;
			this.cbFileSync.Name = "cbFileSync";
			this.cbFileSync.Label = global::Mono.Unix.Catalog.GetString ("Enable project file synchronization");
			this.cbFileSync.DrawIndicator = true;
			this.cbFileSync.UseUnderline = true;
			this.vbox2.Add (this.cbFileSync);
			global::Gtk.Box.BoxChild w28 = ((global::Gtk.Box.BoxChild)(this.vbox2 [this.cbFileSync]));
			w28.Position = 0;
			w28.Expand = false;
			w28.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 w29 = ((global::Gtk.Box.BoxChild)(this.vbox2 [this.hseparator2]));
			w29.Position = 1;
			w29.Expand = false;
			w29.Fill = false;
			// Container child vbox2.Gtk.Box+BoxChild
			this.table3 = new global::Gtk.Table (((uint)(6)), ((uint)(3)), false);
			this.table3.Name = "table3";
			this.table3.RowSpacing = ((uint)(6));
			this.table3.ColumnSpacing = ((uint)(6));
			// Container child table3.Gtk.Table+TableChild
			this.cbKeepDeployFilesSync = new global::Gtk.CheckButton ();
			this.cbKeepDeployFilesSync.CanFocus = true;
			this.cbKeepDeployFilesSync.Name = "cbKeepDeployFilesSync";
			this.cbKeepDeployFilesSync.Label = global::Mono.Unix.Catalog.GetString ("Deployment files");
			this.cbKeepDeployFilesSync.DrawIndicator = true;
			this.table3.Add (this.cbKeepDeployFilesSync);
			global::Gtk.Table.TableChild w30 = ((global::Gtk.Table.TableChild)(this.table3 [this.cbKeepDeployFilesSync]));
			w30.TopAttach = ((uint)(4));
			w30.BottomAttach = ((uint)(5));
			w30.XOptions = ((global::Gtk.AttachOptions)(4));
			w30.YOptions = ((global::Gtk.AttachOptions)(4));
			// Container child table3.Gtk.Table+TableChild
			this.cbKeepFilesSync = new global::Gtk.CheckButton ();
			this.cbKeepFilesSync.CanFocus = true;
			this.cbKeepFilesSync.Name = "cbKeepFilesSync";
			this.cbKeepFilesSync.Label = global::Mono.Unix.Catalog.GetString ("Source code files");
			this.cbKeepFilesSync.DrawIndicator = true;
			this.table3.Add (this.cbKeepFilesSync);
			global::Gtk.Table.TableChild w31 = ((global::Gtk.Table.TableChild)(this.table3 [this.cbKeepFilesSync]));
			w31.TopAttach = ((uint)(2));
			w31.BottomAttach = ((uint)(3));
			w31.XOptions = ((global::Gtk.AttachOptions)(4));
			w31.YOptions = ((global::Gtk.AttachOptions)(4));
			// Container child table3.Gtk.Table+TableChild
			this.cbKeepOthersSync = new global::Gtk.CheckButton ();
			this.cbKeepOthersSync.CanFocus = true;
			this.cbKeepOthersSync.Name = "cbKeepOthersSync";
			this.cbKeepOthersSync.Label = global::Mono.Unix.Catalog.GetString ("Other Files");
			this.cbKeepOthersSync.DrawIndicator = true;
			this.table3.Add (this.cbKeepOthersSync);
			global::Gtk.Table.TableChild w32 = ((global::Gtk.Table.TableChild)(this.table3 [this.cbKeepOthersSync]));
			w32.TopAttach = ((uint)(5));
			w32.BottomAttach = ((uint)(6));
			w32.XOptions = ((global::Gtk.AttachOptions)(4));
			w32.YOptions = ((global::Gtk.AttachOptions)(4));
			// Container child table3.Gtk.Table+TableChild
			this.cbKeepResourcesSync = new global::Gtk.CheckButton ();
			this.cbKeepResourcesSync.CanFocus = true;
			this.cbKeepResourcesSync.Name = "cbKeepResourcesSync";
			this.cbKeepResourcesSync.Label = global::Mono.Unix.Catalog.GetString ("Resources");
			this.cbKeepResourcesSync.DrawIndicator = true;
			this.table3.Add (this.cbKeepResourcesSync);
			global::Gtk.Table.TableChild w33 = ((global::Gtk.Table.TableChild)(this.table3 [this.cbKeepResourcesSync]));
			w33.TopAttach = ((uint)(3));
			w33.BottomAttach = ((uint)(4));
			w33.XOptions = ((global::Gtk.AttachOptions)(4));
			w33.YOptions = ((global::Gtk.AttachOptions)(4));
			// Container child table3.Gtk.Table+TableChild
			this.comboDeployFilesVar = global::Gtk.ComboBox.NewText ();
			this.comboDeployFilesVar.WidthRequest = 200;
			this.comboDeployFilesVar.Name = "comboDeployFilesVar";
			this.table3.Add (this.comboDeployFilesVar);
			global::Gtk.Table.TableChild w34 = ((global::Gtk.Table.TableChild)(this.table3 [this.comboDeployFilesVar]));
			w34.TopAttach = ((uint)(4));
			w34.BottomAttach = ((uint)(5));
			w34.LeftAttach = ((uint)(1));
			w34.RightAttach = ((uint)(2));
			w34.YOptions = ((global::Gtk.AttachOptions)(4));
			// Container child table3.Gtk.Table+TableChild
			this.comboFilesVar = global::Gtk.ComboBox.NewText ();
			this.comboFilesVar.WidthRequest = 200;
			this.comboFilesVar.Name = "comboFilesVar";
			this.table3.Add (this.comboFilesVar);
			global::Gtk.Table.TableChild w35 = ((global::Gtk.Table.TableChild)(this.table3 [this.comboFilesVar]));
			w35.TopAttach = ((uint)(2));
			w35.BottomAttach = ((uint)(3));
			w35.LeftAttach = ((uint)(1));
			w35.RightAttach = ((uint)(2));
			w35.YOptions = ((global::Gtk.AttachOptions)(4));
			// Container child table3.Gtk.Table+TableChild
			this.comboOthersVar = global::Gtk.ComboBox.NewText ();
			this.comboOthersVar.WidthRequest = 200;
			this.comboOthersVar.Name = "comboOthersVar";
			this.table3.Add (this.comboOthersVar);
			global::Gtk.Table.TableChild w36 = ((global::Gtk.Table.TableChild)(this.table3 [this.comboOthersVar]));
			w36.TopAttach = ((uint)(5));
			w36.BottomAttach = ((uint)(6));
			w36.LeftAttach = ((uint)(1));
			w36.RightAttach = ((uint)(2));
			w36.YOptions = ((global::Gtk.AttachOptions)(4));
			// Container child table3.Gtk.Table+TableChild
			this.comboResourcesVar = global::Gtk.ComboBox.NewText ();
			this.comboResourcesVar.WidthRequest = 200;
			this.comboResourcesVar.Name = "comboResourcesVar";
			this.table3.Add (this.comboResourcesVar);
			global::Gtk.Table.TableChild w37 = ((global::Gtk.Table.TableChild)(this.table3 [this.comboResourcesVar]));
			w37.TopAttach = ((uint)(3));
			w37.BottomAttach = ((uint)(4));
			w37.LeftAttach = ((uint)(1));
			w37.RightAttach = ((uint)(2));
			w37.YOptions = ((global::Gtk.AttachOptions)(4));
			// Container child table3.Gtk.Table+TableChild
			this.entryDeployFilesPattern = new global::Gtk.Entry ();
			this.entryDeployFilesPattern.CanFocus = true;
			this.entryDeployFilesPattern.Name = "entryDeployFilesPattern";
			this.entryDeployFilesPattern.IsEditable = true;
			this.entryDeployFilesPattern.InvisibleChar = '●';
			this.table3.Add (this.entryDeployFilesPattern);
			global::Gtk.Table.TableChild w38 = ((global::Gtk.Table.TableChild)(this.table3 [this.entryDeployFilesPattern]));
			w38.TopAttach = ((uint)(4));
			w38.BottomAttach = ((uint)(5));
			w38.LeftAttach = ((uint)(2));
			w38.RightAttach = ((uint)(3));
			w38.XOptions = ((global::Gtk.AttachOptions)(4));
			w38.YOptions = ((global::Gtk.AttachOptions)(4));
			// Container child table3.Gtk.Table+TableChild
			this.entryFilesPattern = new global::Gtk.Entry ();
			this.entryFilesPattern.CanFocus = true;
			this.entryFilesPattern.Name = "entryFilesPattern";
			this.entryFilesPattern.IsEditable = true;
			this.entryFilesPattern.InvisibleChar = '●';
			this.table3.Add (this.entryFilesPattern);
			global::Gtk.Table.TableChild w39 = ((global::Gtk.Table.TableChild)(this.table3 [this.entryFilesPattern]));
			w39.TopAttach = ((uint)(2));
			w39.BottomAttach = ((uint)(3));
			w39.LeftAttach = ((uint)(2));
			w39.RightAttach = ((uint)(3));
			w39.XOptions = ((global::Gtk.AttachOptions)(4));
			w39.YOptions = ((global::Gtk.AttachOptions)(4));
			// Container child table3.Gtk.Table+TableChild
			this.entryResourcesPattern = new global::Gtk.Entry ();
			this.entryResourcesPattern.CanFocus = true;
			this.entryResourcesPattern.Name = "entryResourcesPattern";
			this.entryResourcesPattern.IsEditable = true;
			this.entryResourcesPattern.InvisibleChar = '●';
			this.table3.Add (this.entryResourcesPattern);
			global::Gtk.Table.TableChild w40 = ((global::Gtk.Table.TableChild)(this.table3 [this.entryResourcesPattern]));
			w40.TopAttach = ((uint)(3));
			w40.BottomAttach = ((uint)(4));
			w40.LeftAttach = ((uint)(2));
			w40.RightAttach = ((uint)(3));
			w40.XOptions = ((global::Gtk.AttachOptions)(4));
			w40.YOptions = ((global::Gtk.AttachOptions)(4));
			// Container child table3.Gtk.Table+TableChild
			this.eventbox1 = new global::Gtk.EventBox ();
			this.eventbox1.Name = "eventbox1";
			// Container child eventbox1.Gtk.Container+ContainerChild
			this.entryOthersPattern = new global::Gtk.Entry ();
			this.entryOthersPattern.CanFocus = true;
			this.entryOthersPattern.Name = "entryOthersPattern";
			this.entryOthersPattern.IsEditable = true;
			this.entryOthersPattern.InvisibleChar = '●';
			this.eventbox1.Add (this.entryOthersPattern);
			this.table3.Add (this.eventbox1);
			global::Gtk.Table.TableChild w42 = ((global::Gtk.Table.TableChild)(this.table3 [this.eventbox1]));
			w42.TopAttach = ((uint)(5));
			w42.BottomAttach = ((uint)(6));
			w42.LeftAttach = ((uint)(2));
			w42.RightAttach = ((uint)(3));
			w42.XOptions = ((global::Gtk.AttachOptions)(4));
			w42.YOptions = ((global::Gtk.AttachOptions)(4));
			// Container child table3.Gtk.Table+TableChild
			this.label5 = new global::Gtk.Label ();
			this.label5.WidthRequest = 500;
			this.label5.Name = "label5";
			this.label5.Xalign = 0F;
			this.label5.LabelProp = global::Mono.Unix.Catalog.GetString ("Select the kind of files you want to synchronize with the makefile. For each file kind please specify the makefile variable that holds the list and optionally a prefix to be prepended to each file name.");
			this.label5.Wrap = true;
			this.table3.Add (this.label5);
			global::Gtk.Table.TableChild w43 = ((global::Gtk.Table.TableChild)(this.table3 [this.label5]));
			w43.RightAttach = ((uint)(3));
			w43.YPadding = ((uint)(9));
			w43.XOptions = ((global::Gtk.AttachOptions)(4));
			w43.YOptions = ((global::Gtk.AttachOptions)(4));
			// Container child table3.Gtk.Table+TableChild
			this.lblCol2 = new global::Gtk.Label ();
			this.lblCol2.Name = "lblCol2";
			this.lblCol2.Xalign = 0F;
			this.lblCol2.LabelProp = global::Mono.Unix.Catalog.GetString ("Makefile variable name:");
			this.table3.Add (this.lblCol2);
			global::Gtk.Table.TableChild w44 = ((global::Gtk.Table.TableChild)(this.table3 [this.lblCol2]));
			w44.TopAttach = ((uint)(1));
			w44.BottomAttach = ((uint)(2));
			w44.LeftAttach = ((uint)(1));
			w44.RightAttach = ((uint)(2));
			w44.XOptions = ((global::Gtk.AttachOptions)(4));
			w44.YOptions = ((global::Gtk.AttachOptions)(4));
			// Container child table3.Gtk.Table+TableChild
			this.lblCol3 = new global::Gtk.Label ();
			this.lblCol3.Name = "lblCol3";
			this.lblCol3.Xalign = 0F;
			this.lblCol3.LabelProp = global::Mono.Unix.Catalog.GetString ("Prefix:");
			this.table3.Add (this.lblCol3);
			global::Gtk.Table.TableChild w45 = ((global::Gtk.Table.TableChild)(this.table3 [this.lblCol3]));
			w45.TopAttach = ((uint)(1));
			w45.BottomAttach = ((uint)(2));
			w45.LeftAttach = ((uint)(2));
			w45.RightAttach = ((uint)(3));
			w45.XOptions = ((global::Gtk.AttachOptions)(4));
			w45.YOptions = ((global::Gtk.AttachOptions)(4));
			this.vbox2.Add (this.table3);
			global::Gtk.Box.BoxChild w46 = ((global::Gtk.Box.BoxChild)(this.vbox2 [this.table3]));
			w46.Position = 2;
			w46.Expand = false;
			w46.Fill = false;
			this.notebook1.Add (this.vbox2);
			global::Gtk.Notebook.NotebookChild w47 = ((global::Gtk.Notebook.NotebookChild)(this.notebook1 [this.vbox2]));
			w47.Position = 1;
			// Notebook tab
			this.label2 = new global::Gtk.Label ();
			this.label2.Name = "label2";
			this.label2.LabelProp = global::Mono.Unix.Catalog.GetString ("Files");
			this.notebook1.SetTabLabel (this.vbox2, this.label2);
			this.label2.ShowAll ();
			// Container child notebook1.Gtk.Notebook+NotebookChild
			this.vbox4 = new global::Gtk.VBox ();
			this.vbox4.Name = "vbox4";
			this.vbox4.Spacing = 6;
			this.vbox4.BorderWidth = ((uint)(6));
			// Container child vbox4.Gtk.Box+BoxChild
			this.cbKeepRefSync = new global::Gtk.CheckButton ();
			this.cbKeepRefSync.CanFocus = true;
			this.cbKeepRefSync.Name = "cbKeepRefSync";
			this.cbKeepRefSync.Label = global::Mono.Unix.Catalog.GetString ("Enable references synchronization");
			this.cbKeepRefSync.DrawIndicator = true;
			this.vbox4.Add (this.cbKeepRefSync);
			global::Gtk.Box.BoxChild w48 = ((global::Gtk.Box.BoxChild)(this.vbox4 [this.cbKeepRefSync]));
			w48.Position = 0;
			w48.Expand = false;
			w48.Fill = false;
			// Container child vbox4.Gtk.Box+BoxChild
			this.hseparator5 = new global::Gtk.HSeparator ();
			this.hseparator5.Name = "hseparator5";
			this.vbox4.Add (this.hseparator5);
			global::Gtk.Box.BoxChild w49 = ((global::Gtk.Box.BoxChild)(this.vbox4 [this.hseparator5]));
			w49.Position = 1;
			w49.Expand = false;
			w49.Fill = false;
			// Container child vbox4.Gtk.Box+BoxChild
			this.table4 = new global::Gtk.Table (((uint)(8)), ((uint)(3)), false);
			this.table4.Name = "table4";
			this.table4.RowSpacing = ((uint)(6));
			this.table4.ColumnSpacing = ((uint)(6));
			// Container child table4.Gtk.Table+TableChild
			this.cbAutotoolsProject = new global::Gtk.CheckButton ();
			this.cbAutotoolsProject.CanFocus = true;
			this.cbAutotoolsProject.Name = "cbAutotoolsProject";
			this.cbAutotoolsProject.Label = global::Mono.Unix.Catalog.GetString ("Look for packages in configure.in");
			this.cbAutotoolsProject.DrawIndicator = true;
			this.table4.Add (this.cbAutotoolsProject);
			global::Gtk.Table.TableChild w150 = ((global::Gtk.Table.TableChild)(this.table4 [this.cbAutotoolsProject]));
			w150.TopAttach = ((uint)(6));
			w150.BottomAttach = ((uint)(7));
			w150.RightAttach = ((uint)(3));
			w150.YOptions = ((global::Gtk.AttachOptions)(4));
			// Container child table4.Gtk.Table+TableChild
			this.comboAsmRefVar = global::Gtk.ComboBox.NewText ();
			this.comboAsmRefVar.WidthRequest = 200;
			this.comboAsmRefVar.Name = "comboAsmRefVar";
			this.table4.Add (this.comboAsmRefVar);
			global::Gtk.Table.TableChild w51 = ((global::Gtk.Table.TableChild)(this.table4 [this.comboAsmRefVar]));
			w51.TopAttach = ((uint)(3));
			w51.BottomAttach = ((uint)(4));
			w51.LeftAttach = ((uint)(1));
			w51.RightAttach = ((uint)(2));
			w51.YOptions = ((global::Gtk.AttachOptions)(4));
			// Container child table4.Gtk.Table+TableChild
			this.comboPackageRefVar = global::Gtk.ComboBox.NewText ();
			this.comboPackageRefVar.WidthRequest = 200;
			this.comboPackageRefVar.Name = "comboPackageRefVar";
			this.table4.Add (this.comboPackageRefVar);
			global::Gtk.Table.TableChild w50 = ((global::Gtk.Table.TableChild)(this.table4 [this.comboPackageRefVar]));
			w50.TopAttach = ((uint)(2));
			w50.BottomAttach = ((uint)(3));
			w50.LeftAttach = ((uint)(1));
			w50.RightAttach = ((uint)(2));
			w50.YOptions = ((global::Gtk.AttachOptions)(4));
			// Container child table4.Gtk.Table+TableChild
			this.comboProjectRefVar = global::Gtk.ComboBox.NewText ();
			this.comboProjectRefVar.WidthRequest = 200;
			this.comboProjectRefVar.Name = "comboProjectRefVar";
			this.table4.Add (this.comboProjectRefVar);
			global::Gtk.Table.TableChild w153 = ((global::Gtk.Table.TableChild)(this.table4 [this.comboProjectRefVar]));
			w153.TopAttach = ((uint)(4));
			w153.BottomAttach = ((uint)(5));
			w153.LeftAttach = ((uint)(1));
			w153.RightAttach = ((uint)(2));
			w153.YOptions = ((global::Gtk.AttachOptions)(4));
			// Container child table4.Gtk.Table+TableChild
			this.entryAsmRefPattern = new global::Gtk.Entry ();
			this.entryAsmRefPattern.CanFocus = true;
			this.entryAsmRefPattern.Name = "entryAsmRefPattern";
			this.entryAsmRefPattern.IsEditable = true;
			this.entryAsmRefPattern.InvisibleChar = '●';
			this.table4.Add (this.entryAsmRefPattern);
			global::Gtk.Table.TableChild w54 = ((global::Gtk.Table.TableChild)(this.table4 [this.entryAsmRefPattern]));
			w54.TopAttach = ((uint)(3));
			w54.BottomAttach = ((uint)(4));
			w54.LeftAttach = ((uint)(2));
			w54.RightAttach = ((uint)(3));
			w54.XOptions = ((global::Gtk.AttachOptions)(4));
			w54.YOptions = ((global::Gtk.AttachOptions)(4));
			// Container child table4.Gtk.Table+TableChild
			this.entryPackageRefPattern = new global::Gtk.Entry ();
			this.entryPackageRefPattern.CanFocus = true;
			this.entryPackageRefPattern.Name = "entryPackageRefPattern";
			this.entryPackageRefPattern.IsEditable = true;
			this.entryPackageRefPattern.InvisibleChar = '●';
			this.table4.Add (this.entryPackageRefPattern);
			global::Gtk.Table.TableChild w53 = ((global::Gtk.Table.TableChild)(this.table4 [this.entryPackageRefPattern]));
			w53.TopAttach = ((uint)(2));
			w53.BottomAttach = ((uint)(3));
			w53.LeftAttach = ((uint)(2));
			w53.RightAttach = ((uint)(3));
			w53.XOptions = ((global::Gtk.AttachOptions)(4));
			w53.YOptions = ((global::Gtk.AttachOptions)(4));
			// Container child table4.Gtk.Table+TableChild
			this.entryProjectRefPattern = new global::Gtk.Entry ();
			this.entryProjectRefPattern.CanFocus = true;
			this.entryProjectRefPattern.Name = "entryProjectRefPattern";
			this.entryProjectRefPattern.IsEditable = true;
			this.entryProjectRefPattern.InvisibleChar = '●';
			this.table4.Add (this.entryProjectRefPattern);
			global::Gtk.Table.TableChild w56 = ((global::Gtk.Table.TableChild)(this.table4 [this.entryProjectRefPattern]));
			w56.TopAttach = ((uint)(4));
			w56.BottomAttach = ((uint)(5));
			w56.LeftAttach = ((uint)(2));
			w56.RightAttach = ((uint)(3));
			w56.XOptions = ((global::Gtk.AttachOptions)(4));
			w56.YOptions = ((global::Gtk.AttachOptions)(4));
			// Container child table4.Gtk.Table+TableChild
			this.fileEntryConfigureInPath = new global::MonoDevelop.Components.FolderEntry ();
			this.fileEntryConfigureInPath.Name = "fileEntryConfigureInPath";
			this.table4.Add (this.fileEntryConfigureInPath);
			global::Gtk.Table.TableChild w57 = ((global::Gtk.Table.TableChild)(this.table4 [this.fileEntryConfigureInPath]));
			w57.TopAttach = ((uint)(7));
			w57.BottomAttach = ((uint)(8));
			w57.LeftAttach = ((uint)(1));
			w57.RightAttach = ((uint)(3));
			w57.XOptions = ((global::Gtk.AttachOptions)(4));
			w57.YOptions = ((global::Gtk.AttachOptions)(4));
			// Container child table4.Gtk.Table+TableChild
			this.hseparator1 = new global::Gtk.HSeparator ();
			this.hseparator1.Name = "hseparator1";
			this.table4.Add (this.hseparator1);
			global::Gtk.Table.TableChild w58 = ((global::Gtk.Table.TableChild)(this.table4 [this.hseparator1]));
			w58.TopAttach = ((uint)(5));
			w58.BottomAttach = ((uint)(6));
			w58.RightAttach = ((uint)(3));
			w58.XOptions = ((global::Gtk.AttachOptions)(4));
			w58.YOptions = ((global::Gtk.AttachOptions)(4));
			// Container child table4.Gtk.Table+TableChild
			this.label6 = new global::Gtk.Label ();
			this.label6.WidthRequest = 500;
			this.label6.Name = "label6";
			this.label6.Xalign = 0F;
			this.label6.LabelProp = global::Mono.Unix.Catalog.GetString ("Select the kind of references you want to synchronize with the makefile. For each reference type please specify the makefile variable that holds the list, and optionally a prefix to be prepended to each reference name. You can specify the same variable name for several types of references.");
			this.label6.Wrap = true;
			this.table4.Add (this.label6);
			global::Gtk.Table.TableChild w59 = ((global::Gtk.Table.TableChild)(this.table4 [this.label6]));
			w59.RightAttach = ((uint)(3));
			w59.YPadding = ((uint)(9));
			w59.XOptions = ((global::Gtk.AttachOptions)(4));
			w59.YOptions = ((global::Gtk.AttachOptions)(4));
			// Container child table4.Gtk.Table+TableChild
			this.lblAsmRef = new global::Gtk.Label ();
			this.lblAsmRef.Name = "lblAsmRef";
			this.lblAsmRef.Xalign = 0F;
			this.lblAsmRef.LabelProp = global::Mono.Unix.Catalog.GetString ("Assembly References");
			this.table4.Add (this.lblAsmRef);
			global::Gtk.Table.TableChild w60 = ((global::Gtk.Table.TableChild)(this.table4 [this.lblAsmRef]));
			w60.TopAttach = ((uint)(3));
			w60.BottomAttach = ((uint)(4));
			w60.XOptions = ((global::Gtk.AttachOptions)(4));
			w60.YOptions = ((global::Gtk.AttachOptions)(4));
			// Container child table4.Gtk.Table+TableChild
			this.lblCol5 = new global::Gtk.Label ();
			this.lblCol5.Name = "lblCol5";
			this.lblCol5.Xalign = 0F;
			this.lblCol5.LabelProp = global::Mono.Unix.Catalog.GetString ("Makefile variable name:");
			this.table4.Add (this.lblCol5);
			global::Gtk.Table.TableChild w61 = ((global::Gtk.Table.TableChild)(this.table4 [this.lblCol5]));
			w61.TopAttach = ((uint)(1));
			w61.BottomAttach = ((uint)(2));
			w61.LeftAttach = ((uint)(1));
			w61.RightAttach = ((uint)(2));
			w61.XOptions = ((global::Gtk.AttachOptions)(4));
			w61.YOptions = ((global::Gtk.AttachOptions)(4));
			// Container child table4.Gtk.Table+TableChild
			this.lblCol6 = new global::Gtk.Label ();
			this.lblCol6.Name = "lblCol6";
			this.lblCol6.Xalign = 0F;
			this.lblCol6.LabelProp = global::Mono.Unix.Catalog.GetString ("Prefix:");
			this.table4.Add (this.lblCol6);
			global::Gtk.Table.TableChild w162 = ((global::Gtk.Table.TableChild)(this.table4 [this.lblCol6]));
			w162.TopAttach = ((uint)(1));
			w162.BottomAttach = ((uint)(2));
			w162.LeftAttach = ((uint)(2));
			w162.RightAttach = ((uint)(3));
			w162.XOptions = ((global::Gtk.AttachOptions)(4));
			w162.YOptions = ((global::Gtk.AttachOptions)(4));
			// Container child table4.Gtk.Table+TableChild
			this.lblConfigureInPath = new global::Gtk.Label ();
			this.lblConfigureInPath.Name = "lblConfigureInPath";
			this.lblConfigureInPath.Xalign = 0F;
			this.lblConfigureInPath.LabelProp = global::Mono.Unix.Catalog.GetString ("Path for configure.in");
			this.table4.Add (this.lblConfigureInPath);
			global::Gtk.Table.TableChild w63 = ((global::Gtk.Table.TableChild)(this.table4 [this.lblConfigureInPath]));
			w63.TopAttach = ((uint)(7));
			w63.BottomAttach = ((uint)(8));
			w63.XOptions = ((global::Gtk.AttachOptions)(4));
			w63.YOptions = ((global::Gtk.AttachOptions)(4));
			// Container child table4.Gtk.Table+TableChild
			this.lblPackageRef = new global::Gtk.Label ();
			this.lblPackageRef.Name = "lblPackageRef";
			this.lblPackageRef.Xalign = 0F;
			this.lblPackageRef.LabelProp = global::Mono.Unix.Catalog.GetString ("Package References");
			this.table4.Add (this.lblPackageRef);
			global::Gtk.Table.TableChild w62 = ((global::Gtk.Table.TableChild)(this.table4 [this.lblPackageRef]));
			w62.TopAttach = ((uint)(2));
			w62.BottomAttach = ((uint)(3));
			w62.XOptions = ((global::Gtk.AttachOptions)(4));
			w62.YOptions = ((global::Gtk.AttachOptions)(4));
			// Container child table4.Gtk.Table+TableChild
			this.lblProjectRef = new global::Gtk.Label ();
			this.lblProjectRef.Name = "lblProjectRef";
			this.lblProjectRef.Xalign = 0F;
			this.lblProjectRef.LabelProp = global::Mono.Unix.Catalog.GetString ("Project References");
			this.table4.Add (this.lblProjectRef);
			global::Gtk.Table.TableChild w65 = ((global::Gtk.Table.TableChild)(this.table4 [this.lblProjectRef]));
			w65.TopAttach = ((uint)(4));
			w65.BottomAttach = ((uint)(5));
			w65.XOptions = ((global::Gtk.AttachOptions)(4));
			w65.YOptions = ((global::Gtk.AttachOptions)(4));
			this.vbox4.Add (this.table4);
			global::Gtk.Box.BoxChild w66 = ((global::Gtk.Box.BoxChild)(this.vbox4 [this.table4]));
			w66.Position = 2;
			w66.Expand = false;
			w66.Fill = false;
			this.notebook1.Add (this.vbox4);
			global::Gtk.Notebook.NotebookChild w67 = ((global::Gtk.Notebook.NotebookChild)(this.notebook1 [this.vbox4]));
			w67.Position = 2;
			// Notebook tab
			this.label3 = new global::Gtk.Label ();
			this.label3.Name = "label3";
			this.label3.LabelProp = global::Mono.Unix.Catalog.GetString ("References");
			this.notebook1.SetTabLabel (this.vbox4, this.label3);
			this.label3.ShowAll ();
			// Container child notebook1.Gtk.Notebook+NotebookChild
			this.vbox3 = new global::Gtk.VBox ();
			this.vbox3.Name = "vbox3";
			this.vbox3.BorderWidth = ((uint)(6));
			// Container child vbox3.Gtk.Box+BoxChild
			this.label7 = new global::Gtk.Label ();
			this.label7.WidthRequest = 500;
			this.label7.Name = "label7";
			this.label7.Xalign = 0F;
			this.label7.LabelProp = global::Mono.Unix.Catalog.GetString ("Select the Compiler message format for parsing the compiler errors and warnings. You can either select one of the built-in options, or specify custom regular expressions for errors and warnings. The regex must be the .net style regex. The following named groups are relevant : file, line, column, number (error number) and message.");
			this.label7.Wrap = true;
			this.label7.Justify = ((global::Gtk.Justification)(3));
			this.vbox3.Add (this.label7);
			global::Gtk.Box.BoxChild w68 = ((global::Gtk.Box.BoxChild)(this.vbox3 [this.label7]));
			w68.Position = 0;
			w68.Expand = false;
			w68.Fill = false;
			w68.Padding = ((uint)(6));
			// Container child vbox3.Gtk.Box+BoxChild
			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.entryErrorRegex = new global::Gtk.Entry ();
			this.entryErrorRegex.WidthRequest = 350;
			this.entryErrorRegex.CanFocus = true;
			this.entryErrorRegex.Name = "entryErrorRegex";
			this.entryErrorRegex.IsEditable = true;
			this.entryErrorRegex.InvisibleChar = '●';
			this.table2.Add (this.entryErrorRegex);
			global::Gtk.Table.TableChild w69 = ((global::Gtk.Table.TableChild)(this.table2 [this.entryErrorRegex]));
			w69.TopAttach = ((uint)(1));
			w69.BottomAttach = ((uint)(2));
			w69.LeftAttach = ((uint)(1));
			w69.RightAttach = ((uint)(3));
			w69.XOptions = ((global::Gtk.AttachOptions)(4));
			w69.YOptions = ((global::Gtk.AttachOptions)(4));
			// Container child table2.Gtk.Table+TableChild
			this.entryWarningRegex = new global::Gtk.Entry ();
			this.entryWarningRegex.WidthRequest = 350;
			this.entryWarningRegex.CanFocus = true;
			this.entryWarningRegex.Name = "entryWarningRegex";
			this.entryWarningRegex.IsEditable = true;
			this.entryWarningRegex.InvisibleChar = '●';
			this.table2.Add (this.entryWarningRegex);
			global::Gtk.Table.TableChild w70 = ((global::Gtk.Table.TableChild)(this.table2 [this.entryWarningRegex]));
			w70.TopAttach = ((uint)(2));
			w70.BottomAttach = ((uint)(3));
			w70.LeftAttach = ((uint)(1));
			w70.RightAttach = ((uint)(3));
			w70.XOptions = ((global::Gtk.AttachOptions)(4));
			w70.YOptions = ((global::Gtk.AttachOptions)(4));
			// Container child table2.Gtk.Table+TableChild
			this.hbox6 = new global::Gtk.HBox ();
			this.hbox6.Name = "hbox6";
			// Container child hbox6.Gtk.Box+BoxChild
			this.comboMessageType = global::Gtk.ComboBox.NewText ();
			this.comboMessageType.WidthRequest = 150;
			this.comboMessageType.Name = "comboMessageType";
			this.hbox6.Add (this.comboMessageType);
			global::Gtk.Box.BoxChild w71 = ((global::Gtk.Box.BoxChild)(this.hbox6 [this.comboMessageType]));
			w71.Position = 0;
			w71.Expand = false;
			w71.Fill = false;
			this.table2.Add (this.hbox6);
			global::Gtk.Table.TableChild w72 = ((global::Gtk.Table.TableChild)(this.table2 [this.hbox6]));
			w72.LeftAttach = ((uint)(1));
			w72.RightAttach = ((uint)(2));
			w72.XOptions = ((global::Gtk.AttachOptions)(4));
			w72.YOptions = ((global::Gtk.AttachOptions)(4));
			// Container child table2.Gtk.Table+TableChild
			this.lblErrorRegex = new global::Gtk.Label ();
			this.lblErrorRegex.Name = "lblErrorRegex";
			this.lblErrorRegex.Xalign = 0F;
			this.lblErrorRegex.LabelProp = global::Mono.Unix.Catalog.GetString ("Error regex :");
			this.table2.Add (this.lblErrorRegex);
			global::Gtk.Table.TableChild w73 = ((global::Gtk.Table.TableChild)(this.table2 [this.lblErrorRegex]));
			w73.TopAttach = ((uint)(1));
			w73.BottomAttach = ((uint)(2));
			w73.XOptions = ((global::Gtk.AttachOptions)(4));
			w73.YOptions = ((global::Gtk.AttachOptions)(4));
			// Container child table2.Gtk.Table+TableChild
			this.lblMessageType = new global::Gtk.Label ();
			this.lblMessageType.Name = "lblMessageType";
			this.lblMessageType.Xalign = 0F;
			this.lblMessageType.LabelProp = global::Mono.Unix.Catalog.GetString ("Compiler :");
			this.table2.Add (this.lblMessageType);
			global::Gtk.Table.TableChild w74 = ((global::Gtk.Table.TableChild)(this.table2 [this.lblMessageType]));
			w74.XOptions = ((global::Gtk.AttachOptions)(4));
			w74.YOptions = ((global::Gtk.AttachOptions)(4));
			// Container child table2.Gtk.Table+TableChild
			this.lblWarningRegex = new global::Gtk.Label ();
			this.lblWarningRegex.Name = "lblWarningRegex";
			this.lblWarningRegex.Xalign = 0F;
			this.lblWarningRegex.LabelProp = global::Mono.Unix.Catalog.GetString ("Warnings regex :");
			this.table2.Add (this.lblWarningRegex);
			global::Gtk.Table.TableChild w75 = ((global::Gtk.Table.TableChild)(this.table2 [this.lblWarningRegex]));
			w75.TopAttach = ((uint)(2));
			w75.BottomAttach = ((uint)(3));
			w75.XOptions = ((global::Gtk.AttachOptions)(4));
			w75.YOptions = ((global::Gtk.AttachOptions)(4));
			this.vbox3.Add (this.table2);
			global::Gtk.Box.BoxChild w76 = ((global::Gtk.Box.BoxChild)(this.vbox3 [this.table2]));
			w76.Position = 1;
			this.notebook1.Add (this.vbox3);
			global::Gtk.Notebook.NotebookChild w77 = ((global::Gtk.Notebook.NotebookChild)(this.notebook1 [this.vbox3]));
			w77.Position = 3;
			// Notebook tab
			this.label4 = new global::Gtk.Label ();
			this.label4.Name = "label4";
			this.label4.LabelProp = global::Mono.Unix.Catalog.GetString ("Messages Regex");
			this.notebook1.SetTabLabel (this.vbox3, this.label4);
			this.label4.ShowAll ();
			this.Add (this.notebook1);
			if ((this.Child != null)) {
				this.Child.ShowAll ();
			}
			this.comboAssemblyName.Hide ();
			this.comboOutputDir.Hide ();
			this.lblAssemblyNameVar.Hide ();
			this.lblOutputDirVar.Hide ();
			this.Show ();
			this.cbEnableMakefileIntegration.Clicked += new global::System.EventHandler (this.OnEnableMakefileIntegrationClicked);
			this.fileEntryMakefilePath.FocusOutEvent += new global::Gtk.FocusOutEventHandler (this.OnFileEntryMakefilePathFocusOutEvent);
			this.cbRunTarget.Clicked += new global::System.EventHandler (this.OnCbRunTargetClicked);
			this.cbCleanTarget.Clicked += new global::System.EventHandler (this.OnCbCleanTargetClicked);
			this.cbBuildTarget.Clicked += new global::System.EventHandler (this.OnCbBuildTargetClicked);
			this.cbFileSync.Clicked += new global::System.EventHandler (this.OnCbFileSyncClicked);
			this.comboResourcesVar.Changed += new global::System.EventHandler (this.OnComboResourcesVarChanged);
			this.cbKeepResourcesSync.Clicked += new global::System.EventHandler (this.OnCbKeepResourcesSyncClicked);
			this.cbKeepOthersSync.Clicked += new global::System.EventHandler (this.OnCbKeepOthersSyncClicked);
			this.cbKeepFilesSync.Clicked += new global::System.EventHandler (this.OnCbKeepFilesSyncClicked);
			this.cbKeepDeployFilesSync.Clicked += new global::System.EventHandler (this.OnCbKeepDeployFilesSyncClicked);
			this.cbKeepRefSync.Clicked += new global::System.EventHandler (this.OnCbKeepRefSyncClicked);
			this.comboProjectRefVar.Changed += new global::System.EventHandler (this.OnComboProjectRefVarChanged);
			this.comboPackageRefVar.Changed += new global::System.EventHandler (this.OnComboPackageRefVarChanged);
			this.comboAsmRefVar.Changed += new global::System.EventHandler (this.OnComboAsmRefVarChanged);
			this.cbAutotoolsProject.Clicked += new global::System.EventHandler (this.OnCbAutotoolsProjectClicked);
			this.comboMessageType.Changed += new global::System.EventHandler (this.OnComboMessageTypeChanged);
		}
 protected virtual void Build()
 {
     global::Stetic.Gui.Initialize(this);
     // Widget MonoDevelop.VersionControl.Dialogs.EditRepositoryDialog
     this.Name           = "MonoDevelop.VersionControl.Dialogs.EditRepositoryDialog";
     this.Title          = global::Mono.Unix.Catalog.GetString("Repository Configuration");
     this.WindowPosition = ((global::Gtk.WindowPosition)(4));
     this.BorderWidth    = ((uint)(6));
     this.DefaultWidth   = 500;
     // Internal child MonoDevelop.VersionControl.Dialogs.EditRepositoryDialog.VBox
     global::Gtk.VBox w1 = this.VBox;
     w1.Events  = ((global::Gdk.EventMask)(256));
     w1.Name    = "dialog-vbox3";
     w1.Spacing = 6;
     // Container child dialog-vbox3.Gtk.Box+BoxChild
     this.vbox1             = new global::Gtk.VBox();
     this.vbox1.Name        = "vbox1";
     this.vbox1.Spacing     = 6;
     this.vbox1.BorderWidth = ((uint)(6));
     // Container child vbox1.Gtk.Box+BoxChild
     this.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.entryName               = new global::Gtk.Entry();
     this.entryName.CanFocus      = true;
     this.entryName.Name          = "entryName";
     this.entryName.IsEditable    = true;
     this.entryName.InvisibleChar = '●';
     this.table1.Add(this.entryName);
     global::Gtk.Table.TableChild w2 = ((global::Gtk.Table.TableChild)(this.table1 [this.entryName]));
     w2.TopAttach    = ((uint)(1));
     w2.BottomAttach = ((uint)(2));
     w2.LeftAttach   = ((uint)(1));
     w2.RightAttach  = ((uint)(2));
     w2.YOptions     = ((global::Gtk.AttachOptions)(0));
     // Container child table1.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("Type:");
     this.table1.Add(this.label11);
     global::Gtk.Table.TableChild w3 = ((global::Gtk.Table.TableChild)(this.table1 [this.label11]));
     w3.XOptions = ((global::Gtk.AttachOptions)(4));
     w3.YOptions = ((global::Gtk.AttachOptions)(0));
     // Container child table1.Gtk.Table+TableChild
     this.label8           = new global::Gtk.Label();
     this.label8.Name      = "label8";
     this.label8.Xalign    = 0F;
     this.label8.LabelProp = global::Mono.Unix.Catalog.GetString("Name:");
     this.table1.Add(this.label8);
     global::Gtk.Table.TableChild w4 = ((global::Gtk.Table.TableChild)(this.table1 [this.label8]));
     w4.TopAttach    = ((uint)(1));
     w4.BottomAttach = ((uint)(2));
     w4.XOptions     = ((global::Gtk.AttachOptions)(4));
     w4.YOptions     = ((global::Gtk.AttachOptions)(0));
     // Container child table1.Gtk.Table+TableChild
     this.versionControlType      = global::Gtk.ComboBox.NewText();
     this.versionControlType.Name = "versionControlType";
     this.table1.Add(this.versionControlType);
     global::Gtk.Table.TableChild w5 = ((global::Gtk.Table.TableChild)(this.table1 [this.versionControlType]));
     w5.LeftAttach  = ((uint)(1));
     w5.RightAttach = ((uint)(2));
     w5.XOptions    = ((global::Gtk.AttachOptions)(4));
     w5.YOptions    = ((global::Gtk.AttachOptions)(4));
     this.vbox1.Add(this.table1);
     global::Gtk.Box.BoxChild w6 = ((global::Gtk.Box.BoxChild)(this.vbox1 [this.table1]));
     w6.Position = 0;
     w6.Expand   = false;
     w6.Fill     = false;
     // Container child vbox1.Gtk.Box+BoxChild
     this.hseparator2      = new global::Gtk.HSeparator();
     this.hseparator2.Name = "hseparator2";
     this.vbox1.Add(this.hseparator2);
     global::Gtk.Box.BoxChild w7 = ((global::Gtk.Box.BoxChild)(this.vbox1 [this.hseparator2]));
     w7.Position = 1;
     w7.Expand   = false;
     w7.Fill     = false;
     // Container child vbox1.Gtk.Box+BoxChild
     this.repoEditorContainer      = new global::Gtk.EventBox();
     this.repoEditorContainer.Name = "repoEditorContainer";
     this.vbox1.Add(this.repoEditorContainer);
     global::Gtk.Box.BoxChild w8 = ((global::Gtk.Box.BoxChild)(this.vbox1 [this.repoEditorContainer]));
     w8.Position = 2;
     w1.Add(this.vbox1);
     global::Gtk.Box.BoxChild w9 = ((global::Gtk.Box.BoxChild)(w1 [this.vbox1]));
     w9.Position = 0;
     // Internal child MonoDevelop.VersionControl.Dialogs.EditRepositoryDialog.ActionArea
     global::Gtk.HButtonBox w10 = this.ActionArea;
     w10.Events      = ((global::Gdk.EventMask)(256));
     w10.Name        = "GtkDialog_ActionArea";
     w10.Spacing     = 10;
     w10.BorderWidth = ((uint)(5));
     w10.LayoutStyle = ((global::Gtk.ButtonBoxStyle)(4));
     // Container child GtkDialog_ActionArea.Gtk.ButtonBox+ButtonBoxChild
     this.button10              = new global::Gtk.Button();
     this.button10.CanDefault   = true;
     this.button10.CanFocus     = true;
     this.button10.Name         = "button10";
     this.button10.UseStock     = true;
     this.button10.UseUnderline = true;
     this.button10.Label        = "gtk-cancel";
     this.AddActionWidget(this.button10, -6);
     global::Gtk.ButtonBox.ButtonBoxChild w11 = ((global::Gtk.ButtonBox.ButtonBoxChild)(w10 [this.button10]));
     w11.Expand = false;
     w11.Fill   = false;
     // Container child GtkDialog_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";
     w10.Add(this.buttonOk);
     global::Gtk.ButtonBox.ButtonBoxChild w12 = ((global::Gtk.ButtonBox.ButtonBoxChild)(w10 [this.buttonOk]));
     w12.Position = 1;
     w12.Expand   = false;
     w12.Fill     = false;
     if ((this.Child != null))
     {
         this.Child.ShowAll();
     }
     this.DefaultHeight = 414;
     this.Hide();
     this.versionControlType.Changed += new global::System.EventHandler(this.OnVersionControlTypeChanged);
     this.entryName.Changed          += new global::System.EventHandler(this.OnEntryNameChanged);
     this.buttonOk.Clicked           += new global::System.EventHandler(this.OnButtonOkClicked);
 }
コード例 #12
0
 protected virtual void Build()
 {
     global::Stetic.Gui.Initialize (this);
     // Widget RippleClientGtk.ServerInfo
     global::Stetic.BinContainer.Attach (this);
     this.Name = "RippleClientGtk.ServerInfo";
     // Container child RippleClientGtk.ServerInfo.Gtk.Container+ContainerChild
     this.vbox1 = new global::Gtk.VBox ();
     this.vbox1.Name = "vbox1";
     this.vbox1.Spacing = 6;
     // Container child vbox1.Gtk.Box+BoxChild
     this.label26 = new global::Gtk.Label ();
     this.label26.Name = "label26";
     this.label26.LabelProp = global::Mono.Unix.Catalog.GetString ("<b>Server Info</b>");
     this.label26.UseMarkup = true;
     this.label26.Justify = ((global::Gtk.Justification)(2));
     this.vbox1.Add (this.label26);
     global::Gtk.Box.BoxChild w1 = ((global::Gtk.Box.BoxChild)(this.vbox1 [this.label26]));
     w1.Position = 0;
     w1.Expand = false;
     w1.Fill = false;
     // Container child vbox1.Gtk.Box+BoxChild
     this.hseparator1 = new global::Gtk.HSeparator ();
     this.hseparator1.Name = "hseparator1";
     this.vbox1.Add (this.hseparator1);
     global::Gtk.Box.BoxChild w2 = ((global::Gtk.Box.BoxChild)(this.vbox1 [this.hseparator1]));
     w2.Position = 1;
     w2.Expand = false;
     w2.Fill = false;
     // Container child vbox1.Gtk.Box+BoxChild
     this.table1 = new global::Gtk.Table (((uint)(6)), ((uint)(2)), false);
     this.table1.Name = "table1";
     this.table1.RowSpacing = ((uint)(6));
     this.table1.ColumnSpacing = ((uint)(6));
     // Container child table1.Gtk.Table+TableChild
     this.base_fee_label = new global::Gtk.Label ();
     this.base_fee_label.Name = "base_fee_label";
     this.base_fee_label.Xalign = 0F;
     this.base_fee_label.LabelProp = global::Mono.Unix.Catalog.GetString ("Base Fee Drops");
     this.table1.Add (this.base_fee_label);
     global::Gtk.Table.TableChild w3 = ((global::Gtk.Table.TableChild)(this.table1 [this.base_fee_label]));
     w3.TopAttach = ((uint)(4));
     w3.BottomAttach = ((uint)(5));
     w3.XOptions = ((global::Gtk.AttachOptions)(4));
     w3.YOptions = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     this.base_fee_label_var = new global::Gtk.Label ();
     this.base_fee_label_var.Name = "base_fee_label_var";
     this.table1.Add (this.base_fee_label_var);
     global::Gtk.Table.TableChild w4 = ((global::Gtk.Table.TableChild)(this.table1 [this.base_fee_label_var]));
     w4.TopAttach = ((uint)(4));
     w4.BottomAttach = ((uint)(5));
     w4.LeftAttach = ((uint)(1));
     w4.RightAttach = ((uint)(2));
     w4.XOptions = ((global::Gtk.AttachOptions)(4));
     w4.YOptions = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     this.build_version_label = new global::Gtk.Label ();
     this.build_version_label.Name = "build_version_label";
     this.build_version_label.Xalign = 0F;
     this.build_version_label.LabelProp = global::Mono.Unix.Catalog.GetString ("Build Version ");
     this.table1.Add (this.build_version_label);
     global::Gtk.Table.TableChild w5 = ((global::Gtk.Table.TableChild)(this.table1 [this.build_version_label]));
     w5.XOptions = ((global::Gtk.AttachOptions)(4));
     w5.YOptions = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     this.build_version_label_var = new global::Gtk.Label ();
     this.build_version_label_var.Name = "build_version_label_var";
     this.table1.Add (this.build_version_label_var);
     global::Gtk.Table.TableChild w6 = ((global::Gtk.Table.TableChild)(this.table1 [this.build_version_label_var]));
     w6.LeftAttach = ((uint)(1));
     w6.RightAttach = ((uint)(2));
     w6.YOptions = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     this.complete_ledgers_label_var = new global::Gtk.Label ();
     this.complete_ledgers_label_var.Name = "complete_ledgers_label_var";
     this.table1.Add (this.complete_ledgers_label_var);
     global::Gtk.Table.TableChild w7 = ((global::Gtk.Table.TableChild)(this.table1 [this.complete_ledgers_label_var]));
     w7.TopAttach = ((uint)(2));
     w7.BottomAttach = ((uint)(3));
     w7.LeftAttach = ((uint)(1));
     w7.RightAttach = ((uint)(2));
     w7.XOptions = ((global::Gtk.AttachOptions)(4));
     w7.YOptions = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     this.host_id_label = new global::Gtk.Label ();
     this.host_id_label.Name = "host_id_label";
     this.host_id_label.Xalign = 0F;
     this.host_id_label.LabelProp = global::Mono.Unix.Catalog.GetString ("Host I.D");
     this.table1.Add (this.host_id_label);
     global::Gtk.Table.TableChild w8 = ((global::Gtk.Table.TableChild)(this.table1 [this.host_id_label]));
     w8.TopAttach = ((uint)(1));
     w8.BottomAttach = ((uint)(2));
     w8.XOptions = ((global::Gtk.AttachOptions)(4));
     w8.YOptions = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     this.host_id_label_var = new global::Gtk.Label ();
     this.host_id_label_var.Name = "host_id_label_var";
     this.table1.Add (this.host_id_label_var);
     global::Gtk.Table.TableChild w9 = ((global::Gtk.Table.TableChild)(this.table1 [this.host_id_label_var]));
     w9.TopAttach = ((uint)(1));
     w9.BottomAttach = ((uint)(2));
     w9.LeftAttach = ((uint)(1));
     w9.RightAttach = ((uint)(2));
     w9.XOptions = ((global::Gtk.AttachOptions)(4));
     w9.YOptions = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     this.label3 = new global::Gtk.Label ();
     this.label3.Name = "label3";
     this.label3.Xalign = 0F;
     this.label3.LabelProp = global::Mono.Unix.Catalog.GetString ("Complete Ledgers");
     this.table1.Add (this.label3);
     global::Gtk.Table.TableChild w10 = ((global::Gtk.Table.TableChild)(this.table1 [this.label3]));
     w10.TopAttach = ((uint)(2));
     w10.BottomAttach = ((uint)(3));
     w10.XOptions = ((global::Gtk.AttachOptions)(4));
     w10.YOptions = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     this.load_factor_label = new global::Gtk.Label ();
     this.load_factor_label.Name = "load_factor_label";
     this.load_factor_label.Xalign = 0F;
     this.load_factor_label.LabelProp = global::Mono.Unix.Catalog.GetString ("Load Factor");
     this.table1.Add (this.load_factor_label);
     global::Gtk.Table.TableChild w11 = ((global::Gtk.Table.TableChild)(this.table1 [this.load_factor_label]));
     w11.TopAttach = ((uint)(3));
     w11.BottomAttach = ((uint)(4));
     w11.XOptions = ((global::Gtk.AttachOptions)(4));
     w11.YOptions = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     this.load_factor_label_var = new global::Gtk.Label ();
     this.load_factor_label_var.Name = "load_factor_label_var";
     this.table1.Add (this.load_factor_label_var);
     global::Gtk.Table.TableChild w12 = ((global::Gtk.Table.TableChild)(this.table1 [this.load_factor_label_var]));
     w12.TopAttach = ((uint)(3));
     w12.BottomAttach = ((uint)(4));
     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.transaction_fee_label = new global::Gtk.Label ();
     this.transaction_fee_label.Name = "transaction_fee_label";
     this.transaction_fee_label.Xalign = 0F;
     this.transaction_fee_label.LabelProp = global::Mono.Unix.Catalog.GetString ("Transaction Fee");
     this.table1.Add (this.transaction_fee_label);
     global::Gtk.Table.TableChild w13 = ((global::Gtk.Table.TableChild)(this.table1 [this.transaction_fee_label]));
     w13.TopAttach = ((uint)(5));
     w13.BottomAttach = ((uint)(6));
     w13.XOptions = ((global::Gtk.AttachOptions)(4));
     w13.YOptions = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     this.transaction_fee_label_var = new global::Gtk.Label ();
     this.transaction_fee_label_var.Name = "transaction_fee_label_var";
     this.table1.Add (this.transaction_fee_label_var);
     global::Gtk.Table.TableChild w14 = ((global::Gtk.Table.TableChild)(this.table1 [this.transaction_fee_label_var]));
     w14.TopAttach = ((uint)(5));
     w14.BottomAttach = ((uint)(6));
     w14.LeftAttach = ((uint)(1));
     w14.RightAttach = ((uint)(2));
     w14.XOptions = ((global::Gtk.AttachOptions)(4));
     w14.YOptions = ((global::Gtk.AttachOptions)(4));
     this.vbox1.Add (this.table1);
     global::Gtk.Box.BoxChild w15 = ((global::Gtk.Box.BoxChild)(this.vbox1 [this.table1]));
     w15.Position = 2;
     w15.Expand = false;
     w15.Fill = false;
     this.Add (this.vbox1);
     if ((this.Child != null)) {
         this.Child.ShowAll ();
     }
     this.Hide ();
 }
コード例 #13
0
		protected virtual void Build ()
		{
			global::Stetic.Gui.Initialize (this);
			// Widget MonoDevelop.Ide.Gui.Dialogs.OptionsDialog
			this.Name = "MonoDevelop.Ide.Gui.Dialogs.OptionsDialog";
			this.Title = global::MonoDevelop.Core.GettextCatalog.GetString ("Options");
			this.WindowPosition = ((global::Gtk.WindowPosition)(4));
			this.Modal = true;
			// Internal child MonoDevelop.Ide.Gui.Dialogs.OptionsDialog.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)(12));
			// Container child hbox1.Gtk.Box+BoxChild
			this.GtkScrolledWindow = new global::Gtk.ScrolledWindow ();
			this.GtkScrolledWindow.Name = "GtkScrolledWindow";
			this.GtkScrolledWindow.HscrollbarPolicy = ((global::Gtk.PolicyType)(2));
			this.GtkScrolledWindow.ShadowType = ((global::Gtk.ShadowType)(1));
			// Container child GtkScrolledWindow.Gtk.Container+ContainerChild
			this.tree = new global::Gtk.TreeView ();
			this.tree.CanFocus = true;
			this.tree.Name = "tree";
			this.GtkScrolledWindow.Add (this.tree);
			this.hbox1.Add (this.GtkScrolledWindow);
			global::Gtk.Box.BoxChild w3 = ((global::Gtk.Box.BoxChild)(this.hbox1 [this.GtkScrolledWindow]));
			w3.Position = 0;
			w3.Expand = false;
			// Container child hbox1.Gtk.Box+BoxChild
			this.vbox3 = new global::Gtk.VBox ();
			this.vbox3.Name = "vbox3";
			this.vbox3.Spacing = 9;
			// Container child vbox3.Gtk.Box+BoxChild
			this.hbox2 = new global::Gtk.HBox ();
			this.hbox2.Name = "hbox2";
			this.hbox2.Spacing = 6;
			// Container child hbox2.Gtk.Box+BoxChild
			this.image = new global::Gtk.Image ();
			this.image.Name = "image";
			this.image.Pixbuf = global::Stetic.IconLoader.LoadIcon (this, "gtk-preferences", global::Gtk.IconSize.LargeToolbar);
			this.hbox2.Add (this.image);
			global::Gtk.Box.BoxChild w4 = ((global::Gtk.Box.BoxChild)(this.hbox2 [this.image]));
			w4.Position = 0;
			w4.Expand = false;
			w4.Fill = false;
			// Container child hbox2.Gtk.Box+BoxChild
			this.labelTitle = new global::Gtk.Label ();
			this.labelTitle.Name = "labelTitle";
			this.labelTitle.Xalign = 0F;
			this.labelTitle.LabelProp = global::MonoDevelop.Core.GettextCatalog.GetString ("<span weight=\"bold\" size=\"x-large\">Title</span>");
			this.labelTitle.UseMarkup = true;
			this.hbox2.Add (this.labelTitle);
			global::Gtk.Box.BoxChild w5 = ((global::Gtk.Box.BoxChild)(this.hbox2 [this.labelTitle]));
			w5.Position = 1;
			this.vbox3.Add (this.hbox2);
			global::Gtk.Box.BoxChild w6 = ((global::Gtk.Box.BoxChild)(this.vbox3 [this.hbox2]));
			w6.Position = 0;
			w6.Expand = false;
			w6.Fill = false;
			// Container child vbox3.Gtk.Box+BoxChild
			this.hseparator1 = new global::Gtk.HSeparator ();
			this.hseparator1.Name = "hseparator1";
			this.vbox3.Add (this.hseparator1);
			global::Gtk.Box.BoxChild w7 = ((global::Gtk.Box.BoxChild)(this.vbox3 [this.hseparator1]));
			w7.Position = 1;
			w7.Expand = false;
			w7.Fill = false;
			// Container child vbox3.Gtk.Box+BoxChild
			this.pageFrame = new global::Gtk.HBox ();
			this.pageFrame.Name = "pageFrame";
			this.pageFrame.Spacing = 6;
			this.vbox3.Add (this.pageFrame);
			global::Gtk.Box.BoxChild w8 = ((global::Gtk.Box.BoxChild)(this.vbox3 [this.pageFrame]));
			w8.Position = 2;
			this.hbox1.Add (this.vbox3);
			global::Gtk.Box.BoxChild w9 = ((global::Gtk.Box.BoxChild)(this.hbox1 [this.vbox3]));
			w9.Position = 1;
			w9.Padding = ((uint)(6));
			w1.Add (this.hbox1);
			global::Gtk.Box.BoxChild w10 = ((global::Gtk.Box.BoxChild)(w1 [this.hbox1]));
			w10.Position = 0;
			// Internal child MonoDevelop.Ide.Gui.Dialogs.OptionsDialog.ActionArea
			global::Gtk.HButtonBox w11 = this.ActionArea;
			w11.Name = "dialog1_ActionArea";
			w11.Spacing = 6;
			w11.BorderWidth = ((uint)(5));
			w11.LayoutStyle = ((global::Gtk.ButtonBoxStyle)(4));
			// Container child dialog1_ActionArea.Gtk.ButtonBox+ButtonBoxChild
			this.buttonCancel = new global::Gtk.Button ();
			this.buttonCancel.CanDefault = true;
			this.buttonCancel.CanFocus = true;
			this.buttonCancel.Name = "buttonCancel";
			this.buttonCancel.UseStock = true;
			this.buttonCancel.UseUnderline = true;
			this.buttonCancel.Label = "gtk-cancel";
			this.AddActionWidget (this.buttonCancel, -6);
			global::Gtk.ButtonBox.ButtonBoxChild w12 = ((global::Gtk.ButtonBox.ButtonBoxChild)(w11 [this.buttonCancel]));
			w12.Expand = false;
			w12.Fill = false;
			// Container child dialog1_ActionArea.Gtk.ButtonBox+ButtonBoxChild
			this.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";
			w11.Add (this.buttonOk);
			global::Gtk.ButtonBox.ButtonBoxChild w13 = ((global::Gtk.ButtonBox.ButtonBoxChild)(w11 [this.buttonOk]));
			w13.Position = 1;
			w13.Expand = false;
			w13.Fill = false;
			if ((this.Child != null)) {
				this.Child.ShowAll ();
			}
			this.DefaultWidth = 722;
			this.DefaultHeight = 502;
			this.Show ();
			this.buttonOk.Clicked += new global::System.EventHandler (this.OnButtonOkClicked);
		}
 protected virtual void Build()
 {
     global::Stetic.Gui.Initialize(this);
     // Widget MonoDevelop.Deployment.Linux.DotDesktopViewWidget
     global::Stetic.BinContainer.Attach(this);
     this.CanFocus = true;
     this.Name     = "MonoDevelop.Deployment.Linux.DotDesktopViewWidget";
     // Container child MonoDevelop.Deployment.Linux.DotDesktopViewWidget.Gtk.Container+ContainerChild
     this.notebook             = new global::Gtk.Notebook();
     this.notebook.CanFocus    = true;
     this.notebook.Name        = "notebook";
     this.notebook.CurrentPage = 0;
     this.notebook.TabPos      = ((global::Gtk.PositionType)(0));
     // Container child notebook.Gtk.Notebook+NotebookChild
     this.scrolledwindow1          = new global::Gtk.ScrolledWindow();
     this.scrolledwindow1.CanFocus = true;
     this.scrolledwindow1.Name     = "scrolledwindow1";
     // Container child scrolledwindow1.Gtk.Container+ContainerChild
     global::Gtk.Viewport w1 = new global::Gtk.Viewport();
     w1.CanFocus   = true;
     w1.ShadowType = ((global::Gtk.ShadowType)(0));
     // Container child GtkViewport.Gtk.Container+ContainerChild
     this.vbox4             = new global::Gtk.VBox();
     this.vbox4.Name        = "vbox4";
     this.vbox4.Spacing     = 12;
     this.vbox4.BorderWidth = ((uint)(12));
     // 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.label9           = new global::Gtk.Label();
     this.label9.Name      = "label9";
     this.label9.Xalign    = 0F;
     this.label9.LabelProp = global::Mono.Unix.Catalog.GetString("Desktop Entry Type:");
     this.hbox2.Add(this.label9);
     global::Gtk.Box.BoxChild w2 = ((global::Gtk.Box.BoxChild)(this.hbox2 [this.label9]));
     w2.Position = 0;
     w2.Expand   = false;
     w2.Fill     = false;
     // Container child hbox2.Gtk.Box+BoxChild
     this.comboType = global::Gtk.ComboBox.NewText();
     this.comboType.AppendText(global::Mono.Unix.Catalog.GetString("Application"));
     this.comboType.AppendText(global::Mono.Unix.Catalog.GetString("Link"));
     this.comboType.AppendText(global::Mono.Unix.Catalog.GetString("Directory"));
     this.comboType.Name   = "comboType";
     this.comboType.Active = 0;
     this.hbox2.Add(this.comboType);
     global::Gtk.Box.BoxChild w3 = ((global::Gtk.Box.BoxChild)(this.hbox2 [this.comboType]));
     w3.Position = 1;
     w3.Expand   = false;
     w3.Fill     = false;
     this.vbox4.Add(this.hbox2);
     global::Gtk.Box.BoxChild w4 = ((global::Gtk.Box.BoxChild)(this.vbox4 [this.hbox2]));
     w4.Position = 0;
     w4.Expand   = false;
     w4.Fill     = false;
     // Container child vbox4.Gtk.Box+BoxChild
     this.hseparator4          = new global::Gtk.HSeparator();
     this.hseparator4.CanFocus = true;
     this.hseparator4.Name     = "hseparator4";
     this.vbox4.Add(this.hseparator4);
     global::Gtk.Box.BoxChild w5 = ((global::Gtk.Box.BoxChild)(this.vbox4 [this.hseparator4]));
     w5.Position = 1;
     w5.Expand   = false;
     w5.Fill     = false;
     // Container child vbox4.Gtk.Box+BoxChild
     this.hbox3         = new global::Gtk.HBox();
     this.hbox3.Name    = "hbox3";
     this.hbox3.Spacing = 6;
     // Container child hbox3.Gtk.Box+BoxChild
     this.label1           = new global::Gtk.Label();
     this.label1.Name      = "label1";
     this.label1.LabelProp = global::Mono.Unix.Catalog.GetString("Show strings for locale:");
     this.hbox3.Add(this.label1);
     global::Gtk.Box.BoxChild w6 = ((global::Gtk.Box.BoxChild)(this.hbox3 [this.label1]));
     w6.Position = 0;
     w6.Expand   = false;
     w6.Fill     = false;
     // Container child hbox3.Gtk.Box+BoxChild
     this.comboLocales      = global::Gtk.ComboBox.NewText();
     this.comboLocales.Name = "comboLocales";
     this.hbox3.Add(this.comboLocales);
     global::Gtk.Box.BoxChild w7 = ((global::Gtk.Box.BoxChild)(this.hbox3 [this.comboLocales]));
     w7.Position = 1;
     w7.Expand   = false;
     w7.Fill     = false;
     // Container child hbox3.Gtk.Box+BoxChild
     this.buttonNewLocale          = new global::Gtk.Button();
     this.buttonNewLocale.CanFocus = true;
     this.buttonNewLocale.Name     = "buttonNewLocale";
     this.buttonNewLocale.Label    = global::Mono.Unix.Catalog.GetString("New locale...");
     this.hbox3.Add(this.buttonNewLocale);
     global::Gtk.Box.BoxChild w8 = ((global::Gtk.Box.BoxChild)(this.hbox3 [this.buttonNewLocale]));
     w8.Position = 2;
     w8.Expand   = false;
     w8.Fill     = false;
     this.vbox4.Add(this.hbox3);
     global::Gtk.Box.BoxChild w9 = ((global::Gtk.Box.BoxChild)(this.vbox4 [this.hbox3]));
     w9.Position = 2;
     w9.Expand   = false;
     w9.Fill     = false;
     // Container child vbox4.Gtk.Box+BoxChild
     this.table6               = new global::Gtk.Table(((uint)(4)), ((uint)(2)), false);
     this.table6.CanFocus      = true;
     this.table6.Name          = "table6";
     this.table6.RowSpacing    = ((uint)(6));
     this.table6.ColumnSpacing = ((uint)(6));
     // Container child table6.Gtk.Table+TableChild
     this.entryComment               = new global::Gtk.Entry();
     this.entryComment.CanFocus      = true;
     this.entryComment.Name          = "entryComment";
     this.entryComment.IsEditable    = true;
     this.entryComment.InvisibleChar = '●';
     this.table6.Add(this.entryComment);
     global::Gtk.Table.TableChild w10 = ((global::Gtk.Table.TableChild)(this.table6 [this.entryComment]));
     w10.TopAttach    = ((uint)(2));
     w10.BottomAttach = ((uint)(3));
     w10.LeftAttach   = ((uint)(1));
     w10.RightAttach  = ((uint)(2));
     w10.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child table6.Gtk.Table+TableChild
     this.entryGenericName               = new global::Gtk.Entry();
     this.entryGenericName.CanFocus      = true;
     this.entryGenericName.Name          = "entryGenericName";
     this.entryGenericName.IsEditable    = true;
     this.entryGenericName.InvisibleChar = '●';
     this.table6.Add(this.entryGenericName);
     global::Gtk.Table.TableChild w11 = ((global::Gtk.Table.TableChild)(this.table6 [this.entryGenericName]));
     w11.TopAttach    = ((uint)(1));
     w11.BottomAttach = ((uint)(2));
     w11.LeftAttach   = ((uint)(1));
     w11.RightAttach  = ((uint)(2));
     w11.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child table6.Gtk.Table+TableChild
     this.entryIcon               = new global::Gtk.Entry();
     this.entryIcon.CanFocus      = true;
     this.entryIcon.Name          = "entryIcon";
     this.entryIcon.IsEditable    = true;
     this.entryIcon.InvisibleChar = '●';
     this.table6.Add(this.entryIcon);
     global::Gtk.Table.TableChild w12 = ((global::Gtk.Table.TableChild)(this.table6 [this.entryIcon]));
     w12.TopAttach    = ((uint)(3));
     w12.BottomAttach = ((uint)(4));
     w12.LeftAttach   = ((uint)(1));
     w12.RightAttach  = ((uint)(2));
     w12.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child table6.Gtk.Table+TableChild
     this.entryName               = new global::Gtk.Entry();
     this.entryName.CanFocus      = true;
     this.entryName.Name          = "entryName";
     this.entryName.IsEditable    = true;
     this.entryName.WidthChars    = 50;
     this.entryName.InvisibleChar = '●';
     this.table6.Add(this.entryName);
     global::Gtk.Table.TableChild w13 = ((global::Gtk.Table.TableChild)(this.table6 [this.entryName]));
     w13.LeftAttach  = ((uint)(1));
     w13.RightAttach = ((uint)(2));
     w13.YOptions    = ((global::Gtk.AttachOptions)(4));
     // Container child table6.Gtk.Table+TableChild
     this.label10           = new global::Gtk.Label();
     this.label10.Name      = "label10";
     this.label10.Xalign    = 0F;
     this.label10.LabelProp = global::Mono.Unix.Catalog.GetString("Icon:");
     this.table6.Add(this.label10);
     global::Gtk.Table.TableChild w14 = ((global::Gtk.Table.TableChild)(this.table6 [this.label10]));
     w14.TopAttach    = ((uint)(3));
     w14.BottomAttach = ((uint)(4));
     w14.XOptions     = ((global::Gtk.AttachOptions)(4));
     w14.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child table6.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("Generic name:");
     this.table6.Add(this.label11);
     global::Gtk.Table.TableChild w15 = ((global::Gtk.Table.TableChild)(this.table6 [this.label11]));
     w15.TopAttach    = ((uint)(1));
     w15.BottomAttach = ((uint)(2));
     w15.XOptions     = ((global::Gtk.AttachOptions)(4));
     w15.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child table6.Gtk.Table+TableChild
     this.label13           = new global::Gtk.Label();
     this.label13.Name      = "label13";
     this.label13.Xalign    = 0F;
     this.label13.LabelProp = global::Mono.Unix.Catalog.GetString("Comment:");
     this.table6.Add(this.label13);
     global::Gtk.Table.TableChild w16 = ((global::Gtk.Table.TableChild)(this.table6 [this.label13]));
     w16.TopAttach    = ((uint)(2));
     w16.BottomAttach = ((uint)(3));
     w16.XOptions     = ((global::Gtk.AttachOptions)(4));
     w16.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child table6.Gtk.Table+TableChild
     this.label20           = new global::Gtk.Label();
     this.label20.Name      = "label20";
     this.label20.Xalign    = 0F;
     this.label20.LabelProp = global::Mono.Unix.Catalog.GetString("Name:");
     this.table6.Add(this.label20);
     global::Gtk.Table.TableChild w17 = ((global::Gtk.Table.TableChild)(this.table6 [this.label20]));
     w17.XOptions = ((global::Gtk.AttachOptions)(4));
     w17.YOptions = ((global::Gtk.AttachOptions)(4));
     this.vbox4.Add(this.table6);
     global::Gtk.Box.BoxChild w18 = ((global::Gtk.Box.BoxChild)(this.vbox4 [this.table6]));
     w18.Position = 3;
     w18.Expand   = false;
     w18.Fill     = false;
     // Container child vbox4.Gtk.Box+BoxChild
     this.hseparator2      = new global::Gtk.HSeparator();
     this.hseparator2.Name = "hseparator2";
     this.vbox4.Add(this.hseparator2);
     global::Gtk.Box.BoxChild w19 = ((global::Gtk.Box.BoxChild)(this.vbox4 [this.hseparator2]));
     w19.Position = 4;
     w19.Expand   = false;
     w19.Fill     = false;
     // Container child vbox4.Gtk.Box+BoxChild
     this.tableCommand               = new global::Gtk.Table(((uint)(4)), ((uint)(2)), false);
     this.tableCommand.Name          = "tableCommand";
     this.tableCommand.RowSpacing    = ((uint)(6));
     this.tableCommand.ColumnSpacing = ((uint)(6));
     // Container child tableCommand.Gtk.Table+TableChild
     this.checkTerminal               = new global::Gtk.CheckButton();
     this.checkTerminal.CanFocus      = true;
     this.checkTerminal.Name          = "checkTerminal";
     this.checkTerminal.Label         = global::Mono.Unix.Catalog.GetString("Run in terminal");
     this.checkTerminal.DrawIndicator = true;
     this.tableCommand.Add(this.checkTerminal);
     global::Gtk.Table.TableChild w20 = ((global::Gtk.Table.TableChild)(this.tableCommand [this.checkTerminal]));
     w20.TopAttach    = ((uint)(3));
     w20.BottomAttach = ((uint)(4));
     w20.RightAttach  = ((uint)(2));
     w20.XOptions     = ((global::Gtk.AttachOptions)(4));
     w20.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child tableCommand.Gtk.Table+TableChild
     this.entryExec               = new global::Gtk.Entry();
     this.entryExec.CanFocus      = true;
     this.entryExec.Name          = "entryExec";
     this.entryExec.IsEditable    = true;
     this.entryExec.InvisibleChar = '●';
     this.tableCommand.Add(this.entryExec);
     global::Gtk.Table.TableChild w21 = ((global::Gtk.Table.TableChild)(this.tableCommand [this.entryExec]));
     w21.LeftAttach  = ((uint)(1));
     w21.RightAttach = ((uint)(2));
     w21.YOptions    = ((global::Gtk.AttachOptions)(4));
     // Container child tableCommand.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.tableCommand.Add(this.entryPath);
     global::Gtk.Table.TableChild w22 = ((global::Gtk.Table.TableChild)(this.tableCommand [this.entryPath]));
     w22.TopAttach    = ((uint)(2));
     w22.BottomAttach = ((uint)(3));
     w22.LeftAttach   = ((uint)(1));
     w22.RightAttach  = ((uint)(2));
     w22.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child tableCommand.Gtk.Table+TableChild
     this.entryTryExec               = new global::Gtk.Entry();
     this.entryTryExec.CanFocus      = true;
     this.entryTryExec.Name          = "entryTryExec";
     this.entryTryExec.IsEditable    = true;
     this.entryTryExec.InvisibleChar = '●';
     this.tableCommand.Add(this.entryTryExec);
     global::Gtk.Table.TableChild w23 = ((global::Gtk.Table.TableChild)(this.tableCommand [this.entryTryExec]));
     w23.TopAttach    = ((uint)(1));
     w23.BottomAttach = ((uint)(2));
     w23.LeftAttach   = ((uint)(1));
     w23.RightAttach  = ((uint)(2));
     w23.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child tableCommand.Gtk.Table+TableChild
     this.label14           = new global::Gtk.Label();
     this.label14.Name      = "label14";
     this.label14.Xalign    = 0F;
     this.label14.LabelProp = global::Mono.Unix.Catalog.GetString("Command:");
     this.tableCommand.Add(this.label14);
     global::Gtk.Table.TableChild w24 = ((global::Gtk.Table.TableChild)(this.tableCommand [this.label14]));
     w24.XOptions = ((global::Gtk.AttachOptions)(4));
     w24.YOptions = ((global::Gtk.AttachOptions)(4));
     // Container child tableCommand.Gtk.Table+TableChild
     this.label15           = new global::Gtk.Label();
     this.label15.Name      = "label15";
     this.label15.Xalign    = 0F;
     this.label15.LabelProp = global::Mono.Unix.Catalog.GetString("Test exe:");
     this.tableCommand.Add(this.label15);
     global::Gtk.Table.TableChild w25 = ((global::Gtk.Table.TableChild)(this.tableCommand [this.label15]));
     w25.TopAttach    = ((uint)(1));
     w25.BottomAttach = ((uint)(2));
     w25.XOptions     = ((global::Gtk.AttachOptions)(4));
     w25.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child tableCommand.Gtk.Table+TableChild
     this.label16           = new global::Gtk.Label();
     this.label16.Name      = "label16";
     this.label16.Xalign    = 0F;
     this.label16.LabelProp = global::Mono.Unix.Catalog.GetString("Working path:");
     this.tableCommand.Add(this.label16);
     global::Gtk.Table.TableChild w26 = ((global::Gtk.Table.TableChild)(this.tableCommand [this.label16]));
     w26.TopAttach    = ((uint)(2));
     w26.BottomAttach = ((uint)(3));
     w26.XOptions     = ((global::Gtk.AttachOptions)(4));
     w26.YOptions     = ((global::Gtk.AttachOptions)(4));
     this.vbox4.Add(this.tableCommand);
     global::Gtk.Box.BoxChild w27 = ((global::Gtk.Box.BoxChild)(this.vbox4 [this.tableCommand]));
     w27.Position = 5;
     w27.Expand   = false;
     w27.Fill     = false;
     // Container child vbox4.Gtk.Box+BoxChild
     this.boxUrl         = new global::Gtk.HBox();
     this.boxUrl.Name    = "boxUrl";
     this.boxUrl.Spacing = 6;
     // Container child boxUrl.Gtk.Box+BoxChild
     this.label18           = new global::Gtk.Label();
     this.label18.Name      = "label18";
     this.label18.Xalign    = 0F;
     this.label18.LabelProp = global::Mono.Unix.Catalog.GetString("Url:");
     this.boxUrl.Add(this.label18);
     global::Gtk.Box.BoxChild w28 = ((global::Gtk.Box.BoxChild)(this.boxUrl [this.label18]));
     w28.Position = 0;
     w28.Expand   = false;
     w28.Fill     = false;
     // Container child boxUrl.Gtk.Box+BoxChild
     this.entryUrl               = new global::Gtk.Entry();
     this.entryUrl.CanFocus      = true;
     this.entryUrl.Name          = "entryUrl";
     this.entryUrl.IsEditable    = true;
     this.entryUrl.InvisibleChar = '●';
     this.boxUrl.Add(this.entryUrl);
     global::Gtk.Box.BoxChild w29 = ((global::Gtk.Box.BoxChild)(this.boxUrl [this.entryUrl]));
     w29.Position = 1;
     this.vbox4.Add(this.boxUrl);
     global::Gtk.Box.BoxChild w30 = ((global::Gtk.Box.BoxChild)(this.vbox4 [this.boxUrl]));
     w30.Position = 6;
     w30.Expand   = false;
     w30.Fill     = false;
     w1.Add(this.vbox4);
     this.scrolledwindow1.Add(w1);
     this.notebook.Add(this.scrolledwindow1);
     // Notebook tab
     this.label7           = new global::Gtk.Label();
     this.label7.Name      = "label7";
     this.label7.LabelProp = global::Mono.Unix.Catalog.GetString("Header");
     this.notebook.SetTabLabel(this.scrolledwindow1, this.label7);
     this.label7.ShowAll();
     // Container child notebook.Gtk.Notebook+NotebookChild
     this.boxMenu             = new global::Gtk.VBox();
     this.boxMenu.Name        = "boxMenu";
     this.boxMenu.Spacing     = 6;
     this.boxMenu.BorderWidth = ((uint)(12));
     // Container child boxMenu.Gtk.Box+BoxChild
     this.checkShowInMenu               = new global::Gtk.CheckButton();
     this.checkShowInMenu.CanFocus      = true;
     this.checkShowInMenu.Name          = "checkShowInMenu";
     this.checkShowInMenu.Label         = global::Mono.Unix.Catalog.GetString("Show in desktop menu");
     this.checkShowInMenu.DrawIndicator = true;
     this.boxMenu.Add(this.checkShowInMenu);
     global::Gtk.Box.BoxChild w34 = ((global::Gtk.Box.BoxChild)(this.boxMenu [this.checkShowInMenu]));
     w34.Position = 0;
     w34.Expand   = false;
     w34.Fill     = false;
     // Container child boxMenu.Gtk.Box+BoxChild
     this.hseparator5      = new global::Gtk.HSeparator();
     this.hseparator5.Name = "hseparator5";
     this.boxMenu.Add(this.hseparator5);
     global::Gtk.Box.BoxChild w35 = ((global::Gtk.Box.BoxChild)(this.boxMenu [this.hseparator5]));
     w35.Position = 1;
     w35.Expand   = false;
     w35.Fill     = false;
     // Container child boxMenu.Gtk.Box+BoxChild
     this.boxCategories         = new global::Gtk.VBox();
     this.boxCategories.Name    = "boxCategories";
     this.boxCategories.Spacing = 6;
     // Container child boxCategories.Gtk.Box+BoxChild
     this.label17           = new global::Gtk.Label();
     this.label17.Name      = "label17";
     this.label17.Xalign    = 0F;
     this.label17.LabelProp = global::Mono.Unix.Catalog.GetString("Menu categories:");
     this.boxCategories.Add(this.label17);
     global::Gtk.Box.BoxChild w36 = ((global::Gtk.Box.BoxChild)(this.boxCategories [this.label17]));
     w36.Position = 0;
     w36.Expand   = false;
     w36.Fill     = false;
     // Container child boxCategories.Gtk.Box+BoxChild
     this.hbox6         = new global::Gtk.HBox();
     this.hbox6.Name    = "hbox6";
     this.hbox6.Spacing = 6;
     // Container child hbox6.Gtk.Box+BoxChild
     this.scrolledwindow2 = new global::Gtk.ScrolledWindow();
     this.scrolledwindow2.HeightRequest = 150;
     this.scrolledwindow2.CanFocus      = true;
     this.scrolledwindow2.Name          = "scrolledwindow2";
     this.scrolledwindow2.ShadowType    = ((global::Gtk.ShadowType)(1));
     // Container child scrolledwindow2.Gtk.Container+ContainerChild
     this.treeCategories          = new global::Gtk.TreeView();
     this.treeCategories.CanFocus = true;
     this.treeCategories.Name     = "treeCategories";
     this.scrolledwindow2.Add(this.treeCategories);
     this.hbox6.Add(this.scrolledwindow2);
     global::Gtk.Box.BoxChild w38 = ((global::Gtk.Box.BoxChild)(this.hbox6 [this.scrolledwindow2]));
     w38.Position = 0;
     // Container child hbox6.Gtk.Box+BoxChild
     this.vbox3          = new global::Gtk.VBox();
     this.vbox3.CanFocus = true;
     this.vbox3.Name     = "vbox3";
     this.vbox3.Spacing  = 6;
     // Container child vbox3.Gtk.Box+BoxChild
     this.buttonAddCategories              = new global::Gtk.Button();
     this.buttonAddCategories.CanFocus     = true;
     this.buttonAddCategories.Name         = "buttonAddCategories";
     this.buttonAddCategories.UseStock     = true;
     this.buttonAddCategories.UseUnderline = true;
     this.buttonAddCategories.Label        = "gtk-add";
     this.vbox3.Add(this.buttonAddCategories);
     global::Gtk.Box.BoxChild w39 = ((global::Gtk.Box.BoxChild)(this.vbox3 [this.buttonAddCategories]));
     w39.Position = 0;
     w39.Expand   = false;
     w39.Fill     = false;
     // Container child vbox3.Gtk.Box+BoxChild
     this.buttonRemoveCategory              = new global::Gtk.Button();
     this.buttonRemoveCategory.CanFocus     = true;
     this.buttonRemoveCategory.Name         = "buttonRemoveCategory";
     this.buttonRemoveCategory.UseStock     = true;
     this.buttonRemoveCategory.UseUnderline = true;
     this.buttonRemoveCategory.Label        = "gtk-remove";
     this.vbox3.Add(this.buttonRemoveCategory);
     global::Gtk.Box.BoxChild w40 = ((global::Gtk.Box.BoxChild)(this.vbox3 [this.buttonRemoveCategory]));
     w40.Position = 1;
     w40.Expand   = false;
     w40.Fill     = false;
     this.hbox6.Add(this.vbox3);
     global::Gtk.Box.BoxChild w41 = ((global::Gtk.Box.BoxChild)(this.hbox6 [this.vbox3]));
     w41.Position = 1;
     w41.Expand   = false;
     w41.Fill     = false;
     this.boxCategories.Add(this.hbox6);
     global::Gtk.Box.BoxChild w42 = ((global::Gtk.Box.BoxChild)(this.boxCategories [this.hbox6]));
     w42.Position = 1;
     // Container child boxCategories.Gtk.Box+BoxChild
     this.hseparator6          = new global::Gtk.HSeparator();
     this.hseparator6.CanFocus = true;
     this.hseparator6.Name     = "hseparator6";
     this.boxCategories.Add(this.hseparator6);
     global::Gtk.Box.BoxChild w43 = ((global::Gtk.Box.BoxChild)(this.boxCategories [this.hseparator6]));
     w43.Position = 2;
     w43.Expand   = false;
     w43.Fill     = false;
     this.boxMenu.Add(this.boxCategories);
     global::Gtk.Box.BoxChild w44 = ((global::Gtk.Box.BoxChild)(this.boxMenu [this.boxCategories]));
     w44.Position = 2;
     // Container child boxMenu.Gtk.Box+BoxChild
     this.label3           = new global::Gtk.Label();
     this.label3.CanFocus  = true;
     this.label3.Name      = "label3";
     this.label3.Xalign    = 0F;
     this.label3.LabelProp = global::Mono.Unix.Catalog.GetString("Select the environments that should display this desktop entry:");
     this.boxMenu.Add(this.label3);
     global::Gtk.Box.BoxChild w45 = ((global::Gtk.Box.BoxChild)(this.boxMenu [this.label3]));
     w45.Position = 3;
     w45.Expand   = false;
     w45.Fill     = false;
     // Container child boxMenu.Gtk.Box+BoxChild
     this.radioAlwaysShow               = new global::Gtk.RadioButton(global::Mono.Unix.Catalog.GetString("Always show"));
     this.radioAlwaysShow.CanFocus      = true;
     this.radioAlwaysShow.Name          = "radioAlwaysShow";
     this.radioAlwaysShow.Active        = true;
     this.radioAlwaysShow.DrawIndicator = true;
     this.radioAlwaysShow.Group         = new global::GLib.SList(global::System.IntPtr.Zero);
     this.boxMenu.Add(this.radioAlwaysShow);
     global::Gtk.Box.BoxChild w46 = ((global::Gtk.Box.BoxChild)(this.boxMenu [this.radioAlwaysShow]));
     w46.Position = 4;
     w46.Expand   = false;
     w46.Fill     = false;
     // Container child boxMenu.Gtk.Box+BoxChild
     this.radioOnlyShowIn               = new global::Gtk.RadioButton(global::Mono.Unix.Catalog.GetString("Only show in the following environments:"));
     this.radioOnlyShowIn.CanFocus      = true;
     this.radioOnlyShowIn.Name          = "radioOnlyShowIn";
     this.radioOnlyShowIn.DrawIndicator = true;
     this.radioOnlyShowIn.Group         = this.radioAlwaysShow.Group;
     this.boxMenu.Add(this.radioOnlyShowIn);
     global::Gtk.Box.BoxChild w47 = ((global::Gtk.Box.BoxChild)(this.boxMenu [this.radioOnlyShowIn]));
     w47.Position = 5;
     w47.Expand   = false;
     w47.Fill     = false;
     // Container child boxMenu.Gtk.Box+BoxChild
     this.radioNotShowIn               = new global::Gtk.RadioButton(global::Mono.Unix.Catalog.GetString("Not show in the following environments:"));
     this.radioNotShowIn.CanFocus      = true;
     this.radioNotShowIn.Name          = "radioNotShowIn";
     this.radioNotShowIn.DrawIndicator = true;
     this.radioNotShowIn.Group         = this.radioAlwaysShow.Group;
     this.boxMenu.Add(this.radioNotShowIn);
     global::Gtk.Box.BoxChild w48 = ((global::Gtk.Box.BoxChild)(this.boxMenu [this.radioNotShowIn]));
     w48.Position = 6;
     w48.Expand   = false;
     w48.Fill     = false;
     // Container child boxMenu.Gtk.Box+BoxChild
     this.frame1            = new global::Gtk.Frame();
     this.frame1.Name       = "frame1";
     this.frame1.ShadowType = ((global::Gtk.ShadowType)(1));
     // Container child frame1.Gtk.Container+ContainerChild
     this.GtkAlignment4      = new global::Gtk.Alignment(0F, 0F, 1F, 1F);
     this.GtkAlignment4.Name = "GtkAlignment4";
     // Container child GtkAlignment4.Gtk.Container+ContainerChild
     this.treeEnvs          = new global::Gtk.TreeView();
     this.treeEnvs.CanFocus = true;
     this.treeEnvs.Name     = "treeEnvs";
     this.GtkAlignment4.Add(this.treeEnvs);
     this.frame1.Add(this.GtkAlignment4);
     this.boxMenu.Add(this.frame1);
     global::Gtk.Box.BoxChild w51 = ((global::Gtk.Box.BoxChild)(this.boxMenu [this.frame1]));
     w51.Position = 7;
     w51.Expand   = false;
     w51.Fill     = false;
     this.notebook.Add(this.boxMenu);
     global::Gtk.Notebook.NotebookChild w52 = ((global::Gtk.Notebook.NotebookChild)(this.notebook [this.boxMenu]));
     w52.Position = 1;
     // Notebook tab
     this.label2           = new global::Gtk.Label();
     this.label2.CanFocus  = true;
     this.label2.Name      = "label2";
     this.label2.LabelProp = global::Mono.Unix.Catalog.GetString("Menu entry");
     this.notebook.SetTabLabel(this.boxMenu, this.label2);
     this.label2.ShowAll();
     // Container child notebook.Gtk.Notebook+NotebookChild
     this.tableMimeTypes               = new global::Gtk.Table(((uint)(2)), ((uint)(2)), false);
     this.tableMimeTypes.Name          = "tableMimeTypes";
     this.tableMimeTypes.RowSpacing    = ((uint)(6));
     this.tableMimeTypes.ColumnSpacing = ((uint)(6));
     this.tableMimeTypes.BorderWidth   = ((uint)(12));
     // Container child tableMimeTypes.Gtk.Table+TableChild
     this.hbox1         = new global::Gtk.HBox();
     this.hbox1.Name    = "hbox1";
     this.hbox1.Spacing = 6;
     // Container child hbox1.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("MIME types supported by this application:");
     this.hbox1.Add(this.label4);
     global::Gtk.Box.BoxChild w53 = ((global::Gtk.Box.BoxChild)(this.hbox1 [this.label4]));
     w53.Position = 0;
     w53.Expand   = false;
     w53.Fill     = false;
     this.tableMimeTypes.Add(this.hbox1);
     global::Gtk.Table.TableChild w54 = ((global::Gtk.Table.TableChild)(this.tableMimeTypes [this.hbox1]));
     w54.YOptions = ((global::Gtk.AttachOptions)(4));
     // Container child tableMimeTypes.Gtk.Table+TableChild
     this.scrolledwindow3            = new global::Gtk.ScrolledWindow();
     this.scrolledwindow3.CanFocus   = true;
     this.scrolledwindow3.Name       = "scrolledwindow3";
     this.scrolledwindow3.ShadowType = ((global::Gtk.ShadowType)(1));
     // Container child scrolledwindow3.Gtk.Container+ContainerChild
     this.treeMimeTypes          = new global::Gtk.TreeView();
     this.treeMimeTypes.CanFocus = true;
     this.treeMimeTypes.Name     = "treeMimeTypes";
     this.scrolledwindow3.Add(this.treeMimeTypes);
     this.tableMimeTypes.Add(this.scrolledwindow3);
     global::Gtk.Table.TableChild w56 = ((global::Gtk.Table.TableChild)(this.tableMimeTypes [this.scrolledwindow3]));
     w56.TopAttach    = ((uint)(1));
     w56.BottomAttach = ((uint)(2));
     // Container child tableMimeTypes.Gtk.Table+TableChild
     this.vbox5         = new global::Gtk.VBox();
     this.vbox5.Name    = "vbox5";
     this.vbox5.Spacing = 6;
     // Container child vbox5.Gtk.Box+BoxChild
     this.buttonAddMimeType              = new global::Gtk.Button();
     this.buttonAddMimeType.CanFocus     = true;
     this.buttonAddMimeType.Name         = "buttonAddMimeType";
     this.buttonAddMimeType.UseStock     = true;
     this.buttonAddMimeType.UseUnderline = true;
     this.buttonAddMimeType.Label        = "gtk-add";
     this.vbox5.Add(this.buttonAddMimeType);
     global::Gtk.Box.BoxChild w57 = ((global::Gtk.Box.BoxChild)(this.vbox5 [this.buttonAddMimeType]));
     w57.Position = 0;
     w57.Expand   = false;
     w57.Fill     = false;
     // Container child vbox5.Gtk.Box+BoxChild
     this.buttonRemoveMimeType              = new global::Gtk.Button();
     this.buttonRemoveMimeType.CanFocus     = true;
     this.buttonRemoveMimeType.Name         = "buttonRemoveMimeType";
     this.buttonRemoveMimeType.UseStock     = true;
     this.buttonRemoveMimeType.UseUnderline = true;
     this.buttonRemoveMimeType.Label        = "gtk-remove";
     this.vbox5.Add(this.buttonRemoveMimeType);
     global::Gtk.Box.BoxChild w58 = ((global::Gtk.Box.BoxChild)(this.vbox5 [this.buttonRemoveMimeType]));
     w58.Position = 1;
     w58.Expand   = false;
     w58.Fill     = false;
     this.tableMimeTypes.Add(this.vbox5);
     global::Gtk.Table.TableChild w59 = ((global::Gtk.Table.TableChild)(this.tableMimeTypes [this.vbox5]));
     w59.TopAttach    = ((uint)(1));
     w59.BottomAttach = ((uint)(2));
     w59.LeftAttach   = ((uint)(1));
     w59.RightAttach  = ((uint)(2));
     w59.XOptions     = ((global::Gtk.AttachOptions)(4));
     this.notebook.Add(this.tableMimeTypes);
     global::Gtk.Notebook.NotebookChild w60 = ((global::Gtk.Notebook.NotebookChild)(this.notebook [this.tableMimeTypes]));
     w60.Position = 2;
     // Notebook tab
     this.label8           = new global::Gtk.Label();
     this.label8.CanFocus  = true;
     this.label8.Name      = "label8";
     this.label8.LabelProp = global::Mono.Unix.Catalog.GetString("Mime types");
     this.notebook.SetTabLabel(this.tableMimeTypes, this.label8);
     this.label8.ShowAll();
     // Container child notebook.Gtk.Notebook+NotebookChild
     this.hbox4             = new global::Gtk.HBox();
     this.hbox4.Name        = "hbox4";
     this.hbox4.Spacing     = 6;
     this.hbox4.BorderWidth = ((uint)(12));
     // Container child hbox4.Gtk.Box+BoxChild
     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.treeEntries          = new global::Gtk.TreeView();
     this.treeEntries.CanFocus = true;
     this.treeEntries.Name     = "treeEntries";
     this.scrolledwindow4.Add(this.treeEntries);
     this.hbox4.Add(this.scrolledwindow4);
     global::Gtk.Box.BoxChild w62 = ((global::Gtk.Box.BoxChild)(this.hbox4 [this.scrolledwindow4]));
     w62.Position = 0;
     // Container child hbox4.Gtk.Box+BoxChild
     this.vbox7         = new global::Gtk.VBox();
     this.vbox7.Name    = "vbox7";
     this.vbox7.Spacing = 6;
     // Container child vbox7.Gtk.Box+BoxChild
     this.buttonAddEntry              = new global::Gtk.Button();
     this.buttonAddEntry.CanFocus     = true;
     this.buttonAddEntry.Name         = "buttonAddEntry";
     this.buttonAddEntry.UseStock     = true;
     this.buttonAddEntry.UseUnderline = true;
     this.buttonAddEntry.Label        = "gtk-add";
     this.vbox7.Add(this.buttonAddEntry);
     global::Gtk.Box.BoxChild w63 = ((global::Gtk.Box.BoxChild)(this.vbox7 [this.buttonAddEntry]));
     w63.Position = 0;
     w63.Expand   = false;
     w63.Fill     = false;
     // Container child vbox7.Gtk.Box+BoxChild
     this.buttonRemoveEntry              = new global::Gtk.Button();
     this.buttonRemoveEntry.CanFocus     = true;
     this.buttonRemoveEntry.Name         = "buttonRemoveEntry";
     this.buttonRemoveEntry.UseStock     = true;
     this.buttonRemoveEntry.UseUnderline = true;
     this.buttonRemoveEntry.Label        = "gtk-remove";
     this.vbox7.Add(this.buttonRemoveEntry);
     global::Gtk.Box.BoxChild w64 = ((global::Gtk.Box.BoxChild)(this.vbox7 [this.buttonRemoveEntry]));
     w64.Position = 1;
     w64.Expand   = false;
     w64.Fill     = false;
     this.hbox4.Add(this.vbox7);
     global::Gtk.Box.BoxChild w65 = ((global::Gtk.Box.BoxChild)(this.hbox4 [this.vbox7]));
     w65.Position = 1;
     w65.Expand   = false;
     w65.Fill     = false;
     this.notebook.Add(this.hbox4);
     global::Gtk.Notebook.NotebookChild w66 = ((global::Gtk.Notebook.NotebookChild)(this.notebook [this.hbox4]));
     w66.Position = 3;
     // Notebook tab
     this.label5           = new global::Gtk.Label();
     this.label5.Name      = "label5";
     this.label5.LabelProp = global::Mono.Unix.Catalog.GetString("Other entries");
     this.notebook.SetTabLabel(this.hbox4, this.label5);
     this.label5.ShowAll();
     this.Add(this.notebook);
     if ((this.Child != null))
     {
         this.Child.ShowAll();
     }
     this.Show();
     this.comboType.Changed            += new global::System.EventHandler(this.OnComboTypeChanged);
     this.comboLocales.Changed         += new global::System.EventHandler(this.OnComboLocalesChanged);
     this.entryName.Changed            += new global::System.EventHandler(this.OnEntryNameChanged);
     this.entryIcon.Changed            += new global::System.EventHandler(this.OnEntryIconChanged);
     this.entryGenericName.Changed     += new global::System.EventHandler(this.OnEntryGenericNameChanged);
     this.entryComment.Changed         += new global::System.EventHandler(this.OnEntryCommentChanged);
     this.entryTryExec.Changed         += new global::System.EventHandler(this.OnEntryTryExecChanged);
     this.entryPath.Changed            += new global::System.EventHandler(this.OnEntryPathChanged);
     this.entryExec.Changed            += new global::System.EventHandler(this.OnEntryExecChanged);
     this.checkTerminal.Clicked        += new global::System.EventHandler(this.OnCheckTerminalClicked);
     this.entryUrl.Changed             += new global::System.EventHandler(this.OnEntryUrlChanged);
     this.checkShowInMenu.Clicked      += new global::System.EventHandler(this.OnCheckShowInMenuClicked);
     this.buttonAddCategories.Clicked  += new global::System.EventHandler(this.OnButtonAddCategoriesClicked);
     this.buttonRemoveCategory.Clicked += new global::System.EventHandler(this.OnButtonRemoveCategoryClicked);
     this.radioAlwaysShow.Clicked      += new global::System.EventHandler(this.OnRadioAlwaysShowClicked);
     this.radioOnlyShowIn.Clicked      += new global::System.EventHandler(this.OnRadioOnlyShowInClicked);
     this.radioNotShowIn.Clicked       += new global::System.EventHandler(this.OnRadioNotShowInClicked);
     this.buttonAddMimeType.Clicked    += new global::System.EventHandler(this.OnButtonAddMimeTypeClicked);
     this.buttonRemoveMimeType.Clicked += new global::System.EventHandler(this.OnButtonRemoveMimeTypeClicked);
     this.buttonAddEntry.Clicked       += new global::System.EventHandler(this.OnButtonAddEntryClicked);
     this.buttonRemoveEntry.Clicked    += new global::System.EventHandler(this.OnButtonRemoveEntryClicked);
 }
コード例 #15
0
ファイル: MainWindow.cs プロジェクト: mryoho/Sidimsp
 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.EditAction = new global::Gtk.Action ("EditAction", global::Mono.Unix.Catalog.GetString ("Edit"), null, null);
     this.EditAction.ShortLabel = global::Mono.Unix.Catalog.GetString ("Edit");
     w1.Add (this.EditAction, null);
     this.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.UIManager.InsertActionGroup (w1, 0);
     this.AddAccelGroup (this.UIManager.AccelGroup);
     this.WidthRequest = 650;
     this.HeightRequest = 530;
     this.Name = "MainWindow";
     this.Title = global::Mono.Unix.Catalog.GetString ("MainWindow");
     this.WindowPosition = ((global::Gtk.WindowPosition)(4));
     this.Resizable = false;
     // Container child MainWindow.Gtk.Container+ContainerChild
     this.vbox3 = new global::Gtk.VBox ();
     this.vbox3.Name = "vbox3";
     this.vbox3.Spacing = 6;
     // Container child vbox3.Gtk.Box+BoxChild
     this.UIManager.AddUiFromString ("<ui><menubar name=\'menubar2\'><menu name=\'FileAction\' action=\'FileAction\'/><menu n" +
             "ame=\'EditAction\' action=\'EditAction\'/><menu name=\'HelpAction\' action=\'HelpAction" +
             "\'/></menubar></ui>");
     this.menubar2 = ((global::Gtk.MenuBar)(this.UIManager.GetWidget ("/menubar2")));
     this.menubar2.Name = "menubar2";
     this.vbox3.Add (this.menubar2);
     global::Gtk.Box.BoxChild w2 = ((global::Gtk.Box.BoxChild)(this.vbox3 [this.menubar2]));
     w2.Position = 0;
     w2.Expand = false;
     w2.Fill = false;
     // Container child vbox3.Gtk.Box+BoxChild
     this.hbox5 = new global::Gtk.HBox ();
     this.hbox5.Name = "hbox5";
     this.hbox5.Spacing = 6;
     // Container child hbox5.Gtk.Box+BoxChild
     this.image = new global::Gtk.Image ();
     this.image.WidthRequest = 0;
     this.image.Name = "image";
     this.image.Pixbuf = new global::Gdk.Pixbuf (global::System.IO.Path.Combine (global::System.AppDomain.CurrentDomain.BaseDirectory, "./kitten.png"));
     this.hbox5.Add (this.image);
     global::Gtk.Box.BoxChild w3 = ((global::Gtk.Box.BoxChild)(this.hbox5 [this.image]));
     w3.Position = 0;
     w3.Expand = false;
     w3.Fill = false;
     // Container child hbox5.Gtk.Box+BoxChild
     this.label3 = new global::Gtk.Label ();
     this.label3.Name = "label3";
     this.label3.LabelProp = global::Mono.Unix.Catalog.GetString ("Sidimsp");
     this.hbox5.Add (this.label3);
     global::Gtk.Box.BoxChild w4 = ((global::Gtk.Box.BoxChild)(this.hbox5 [this.label3]));
     w4.Position = 1;
     w4.Expand = false;
     w4.Fill = false;
     this.vbox3.Add (this.hbox5);
     global::Gtk.Box.BoxChild w5 = ((global::Gtk.Box.BoxChild)(this.vbox3 [this.hbox5]));
     w5.Position = 1;
     w5.Expand = false;
     w5.Fill = false;
     // Container child vbox3.Gtk.Box+BoxChild
     this.hseparator2 = new global::Gtk.HSeparator ();
     this.hseparator2.Name = "hseparator2";
     this.vbox3.Add (this.hseparator2);
     global::Gtk.Box.BoxChild w6 = ((global::Gtk.Box.BoxChild)(this.vbox3 [this.hseparator2]));
     w6.Position = 2;
     w6.Expand = false;
     w6.Fill = false;
     // Container child vbox3.Gtk.Box+BoxChild
     this.hbox6 = new global::Gtk.HBox ();
     this.hbox6.Name = "hbox6";
     this.hbox6.Spacing = 6;
     // Container child hbox6.Gtk.Box+BoxChild
     this.vbox9 = new global::Gtk.VBox ();
     this.vbox9.Name = "vbox9";
     this.vbox9.Spacing = 6;
     // Container child vbox9.Gtk.Box+BoxChild
     this.label4 = new global::Gtk.Label ();
     this.label4.Name = "label4";
     this.label4.LabelProp = global::Mono.Unix.Catalog.GetString ("Processor Log");
     this.vbox9.Add (this.label4);
     global::Gtk.Box.BoxChild w7 = ((global::Gtk.Box.BoxChild)(this.vbox9 [this.label4]));
     w7.Position = 0;
     w7.Expand = false;
     w7.Fill = false;
     // Container child vbox9.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.console = new global::Gtk.TextView ();
     this.console.WidthRequest = 300;
     this.console.CanFocus = true;
     this.console.Name = "console";
     this.GtkScrolledWindow.Add (this.console);
     this.vbox9.Add (this.GtkScrolledWindow);
     global::Gtk.Box.BoxChild w9 = ((global::Gtk.Box.BoxChild)(this.vbox9 [this.GtkScrolledWindow]));
     w9.Position = 1;
     this.hbox6.Add (this.vbox9);
     global::Gtk.Box.BoxChild w10 = ((global::Gtk.Box.BoxChild)(this.hbox6 [this.vbox9]));
     w10.Position = 0;
     w10.Expand = false;
     w10.Fill = false;
     // Container child hbox6.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 w11 = new global::Gtk.Viewport ();
     w11.ShadowType = ((global::Gtk.ShadowType)(0));
     // Container child GtkViewport.Gtk.Container+ContainerChild
     this.vbox10 = new global::Gtk.VBox ();
     this.vbox10.Name = "vbox10";
     this.vbox10.Spacing = 6;
     // Container child vbox10.Gtk.Box+BoxChild
     this.coreLabel = new global::Gtk.Label ();
     this.coreLabel.Name = "coreLabel";
     this.coreLabel.LabelProp = global::Mono.Unix.Catalog.GetString ("# of Cores");
     this.vbox10.Add (this.coreLabel);
     global::Gtk.Box.BoxChild w12 = ((global::Gtk.Box.BoxChild)(this.vbox10 [this.coreLabel]));
     w12.Position = 0;
     w12.Expand = false;
     w12.Fill = false;
     // Container child vbox10.Gtk.Box+BoxChild
     this.numCores = global::Gtk.ComboBox.NewText ();
     this.numCores.Name = "numCores";
     this.vbox10.Add (this.numCores);
     global::Gtk.Box.BoxChild w13 = ((global::Gtk.Box.BoxChild)(this.vbox10 [this.numCores]));
     w13.Position = 1;
     w13.Expand = false;
     w13.Fill = false;
     // Container child vbox10.Gtk.Box+BoxChild
     this.processesLabel = new global::Gtk.Label ();
     this.processesLabel.Name = "processesLabel";
     this.processesLabel.LabelProp = global::Mono.Unix.Catalog.GetString ("# of Processes");
     this.vbox10.Add (this.processesLabel);
     global::Gtk.Box.BoxChild w14 = ((global::Gtk.Box.BoxChild)(this.vbox10 [this.processesLabel]));
     w14.Position = 2;
     w14.Expand = false;
     w14.Fill = false;
     // Container child vbox10.Gtk.Box+BoxChild
     this.numProcesses = new global::Gtk.Entry ();
     this.numProcesses.CanFocus = true;
     this.numProcesses.Name = "numProcesses";
     this.numProcesses.IsEditable = true;
     this.numProcesses.InvisibleChar = '•';
     this.vbox10.Add (this.numProcesses);
     global::Gtk.Box.BoxChild w15 = ((global::Gtk.Box.BoxChild)(this.vbox10 [this.numProcesses]));
     w15.Position = 3;
     w15.Expand = false;
     w15.Fill = false;
     // Container child vbox10.Gtk.Box+BoxChild
     this.hseparator1 = new global::Gtk.HSeparator ();
     this.hseparator1.Name = "hseparator1";
     this.vbox10.Add (this.hseparator1);
     global::Gtk.Box.BoxChild w16 = ((global::Gtk.Box.BoxChild)(this.vbox10 [this.hseparator1]));
     w16.Position = 4;
     w16.Expand = false;
     w16.Fill = false;
     // Container child vbox10.Gtk.Box+BoxChild
     this.mlfqLabel = new global::Gtk.Label ();
     this.mlfqLabel.Name = "mlfqLabel";
     this.mlfqLabel.LabelProp = global::Mono.Unix.Catalog.GetString ("Multi-Level Feedback Queue Setup");
     this.vbox10.Add (this.mlfqLabel);
     global::Gtk.Box.BoxChild w17 = ((global::Gtk.Box.BoxChild)(this.vbox10 [this.mlfqLabel]));
     w17.Position = 5;
     w17.Expand = false;
     w17.Fill = false;
     // Container child vbox10.Gtk.Box+BoxChild
     this.table8 = new global::Gtk.Table (((uint)(8)), ((uint)(3)), false);
     this.table8.Name = "table8";
     this.table8.RowSpacing = ((uint)(6));
     this.table8.ColumnSpacing = ((uint)(6));
     // Container child table8.Gtk.Table+TableChild
     this.label10 = new global::Gtk.Label ();
     this.label10.Name = "label10";
     this.label10.LabelProp = global::Mono.Unix.Catalog.GetString ("Queue 2 Type");
     this.table8.Add (this.label10);
     global::Gtk.Table.TableChild w18 = ((global::Gtk.Table.TableChild)(this.table8 [this.label10]));
     w18.TopAttach = ((uint)(2));
     w18.BottomAttach = ((uint)(3));
     w18.XOptions = ((global::Gtk.AttachOptions)(4));
     w18.YOptions = ((global::Gtk.AttachOptions)(4));
     // Container child table8.Gtk.Table+TableChild
     this.label11 = new global::Gtk.Label ();
     this.label11.Name = "label11";
     this.label11.LabelProp = global::Mono.Unix.Catalog.GetString ("Quantum");
     this.table8.Add (this.label11);
     global::Gtk.Table.TableChild w19 = ((global::Gtk.Table.TableChild)(this.table8 [this.label11]));
     w19.TopAttach = ((uint)(2));
     w19.BottomAttach = ((uint)(3));
     w19.LeftAttach = ((uint)(1));
     w19.RightAttach = ((uint)(2));
     w19.XOptions = ((global::Gtk.AttachOptions)(4));
     w19.YOptions = ((global::Gtk.AttachOptions)(4));
     // Container child table8.Gtk.Table+TableChild
     this.label12 = new global::Gtk.Label ();
     this.label12.Name = "label12";
     this.label12.LabelProp = global::Mono.Unix.Catalog.GetString ("Queue 3 Type");
     this.table8.Add (this.label12);
     global::Gtk.Table.TableChild w20 = ((global::Gtk.Table.TableChild)(this.table8 [this.label12]));
     w20.TopAttach = ((uint)(4));
     w20.BottomAttach = ((uint)(5));
     w20.XOptions = ((global::Gtk.AttachOptions)(4));
     w20.YOptions = ((global::Gtk.AttachOptions)(4));
     // Container child table8.Gtk.Table+TableChild
     this.label13 = new global::Gtk.Label ();
     this.label13.Name = "label13";
     this.label13.LabelProp = global::Mono.Unix.Catalog.GetString ("Quantum");
     this.table8.Add (this.label13);
     global::Gtk.Table.TableChild w21 = ((global::Gtk.Table.TableChild)(this.table8 [this.label13]));
     w21.TopAttach = ((uint)(4));
     w21.BottomAttach = ((uint)(5));
     w21.LeftAttach = ((uint)(1));
     w21.RightAttach = ((uint)(2));
     w21.XOptions = ((global::Gtk.AttachOptions)(4));
     w21.YOptions = ((global::Gtk.AttachOptions)(4));
     // Container child table8.Gtk.Table+TableChild
     this.label14 = new global::Gtk.Label ();
     this.label14.Name = "label14";
     this.label14.LabelProp = global::Mono.Unix.Catalog.GetString ("Queue 4 Type");
     this.table8.Add (this.label14);
     global::Gtk.Table.TableChild w22 = ((global::Gtk.Table.TableChild)(this.table8 [this.label14]));
     w22.TopAttach = ((uint)(6));
     w22.BottomAttach = ((uint)(7));
     w22.XOptions = ((global::Gtk.AttachOptions)(4));
     w22.YOptions = ((global::Gtk.AttachOptions)(4));
     // Container child table8.Gtk.Table+TableChild
     this.label15 = new global::Gtk.Label ();
     this.label15.Name = "label15";
     this.label15.LabelProp = global::Mono.Unix.Catalog.GetString ("Quantum");
     this.table8.Add (this.label15);
     global::Gtk.Table.TableChild w23 = ((global::Gtk.Table.TableChild)(this.table8 [this.label15]));
     w23.TopAttach = ((uint)(6));
     w23.BottomAttach = ((uint)(7));
     w23.LeftAttach = ((uint)(1));
     w23.RightAttach = ((uint)(2));
     w23.XOptions = ((global::Gtk.AttachOptions)(4));
     w23.YOptions = ((global::Gtk.AttachOptions)(4));
     // Container child table8.Gtk.Table+TableChild
     this.label16 = new global::Gtk.Label ();
     this.label16.Name = "label16";
     this.label16.LabelProp = global::Mono.Unix.Catalog.GetString ("RR");
     this.table8.Add (this.label16);
     global::Gtk.Table.TableChild w24 = ((global::Gtk.Table.TableChild)(this.table8 [this.label16]));
     w24.LeftAttach = ((uint)(2));
     w24.RightAttach = ((uint)(3));
     w24.XOptions = ((global::Gtk.AttachOptions)(4));
     w24.YOptions = ((global::Gtk.AttachOptions)(4));
     // Container child table8.Gtk.Table+TableChild
     this.label17 = new global::Gtk.Label ();
     this.label17.Name = "label17";
     this.label17.LabelProp = global::Mono.Unix.Catalog.GetString ("RR");
     this.table8.Add (this.label17);
     global::Gtk.Table.TableChild w25 = ((global::Gtk.Table.TableChild)(this.table8 [this.label17]));
     w25.TopAttach = ((uint)(2));
     w25.BottomAttach = ((uint)(3));
     w25.LeftAttach = ((uint)(2));
     w25.RightAttach = ((uint)(3));
     w25.XOptions = ((global::Gtk.AttachOptions)(4));
     w25.YOptions = ((global::Gtk.AttachOptions)(4));
     // Container child table8.Gtk.Table+TableChild
     this.label18 = new global::Gtk.Label ();
     this.label18.Name = "label18";
     this.label18.LabelProp = global::Mono.Unix.Catalog.GetString ("RR");
     this.table8.Add (this.label18);
     global::Gtk.Table.TableChild w26 = ((global::Gtk.Table.TableChild)(this.table8 [this.label18]));
     w26.TopAttach = ((uint)(4));
     w26.BottomAttach = ((uint)(5));
     w26.LeftAttach = ((uint)(2));
     w26.RightAttach = ((uint)(3));
     w26.XOptions = ((global::Gtk.AttachOptions)(4));
     w26.YOptions = ((global::Gtk.AttachOptions)(4));
     // Container child table8.Gtk.Table+TableChild
     this.label19 = new global::Gtk.Label ();
     this.label19.Name = "label19";
     this.label19.LabelProp = global::Mono.Unix.Catalog.GetString ("RR");
     this.table8.Add (this.label19);
     global::Gtk.Table.TableChild w27 = ((global::Gtk.Table.TableChild)(this.table8 [this.label19]));
     w27.TopAttach = ((uint)(6));
     w27.BottomAttach = ((uint)(7));
     w27.LeftAttach = ((uint)(2));
     w27.RightAttach = ((uint)(3));
     w27.XOptions = ((global::Gtk.AttachOptions)(4));
     w27.YOptions = ((global::Gtk.AttachOptions)(4));
     // Container child table8.Gtk.Table+TableChild
     this.Quantum = new global::Gtk.Label ();
     this.Quantum.Name = "Quantum";
     this.Quantum.LabelProp = global::Mono.Unix.Catalog.GetString ("Quantum");
     this.table8.Add (this.Quantum);
     global::Gtk.Table.TableChild w28 = ((global::Gtk.Table.TableChild)(this.table8 [this.Quantum]));
     w28.LeftAttach = ((uint)(1));
     w28.RightAttach = ((uint)(2));
     w28.XOptions = ((global::Gtk.AttachOptions)(4));
     w28.YOptions = ((global::Gtk.AttachOptions)(4));
     // Container child table8.Gtk.Table+TableChild
     this.quantum1 = new global::Gtk.Entry ();
     this.quantum1.WidthRequest = 5;
     this.quantum1.CanFocus = true;
     this.quantum1.Name = "quantum1";
     this.quantum1.IsEditable = true;
     this.quantum1.InvisibleChar = '•';
     this.table8.Add (this.quantum1);
     global::Gtk.Table.TableChild w29 = ((global::Gtk.Table.TableChild)(this.table8 [this.quantum1]));
     w29.TopAttach = ((uint)(1));
     w29.BottomAttach = ((uint)(2));
     w29.LeftAttach = ((uint)(1));
     w29.RightAttach = ((uint)(2));
     w29.XOptions = ((global::Gtk.AttachOptions)(4));
     w29.YOptions = ((global::Gtk.AttachOptions)(4));
     // Container child table8.Gtk.Table+TableChild
     this.quantum2 = new global::Gtk.Entry ();
     this.quantum2.WidthRequest = 5;
     this.quantum2.CanFocus = true;
     this.quantum2.Name = "quantum2";
     this.quantum2.IsEditable = true;
     this.quantum2.InvisibleChar = '•';
     this.table8.Add (this.quantum2);
     global::Gtk.Table.TableChild w30 = ((global::Gtk.Table.TableChild)(this.table8 [this.quantum2]));
     w30.TopAttach = ((uint)(3));
     w30.BottomAttach = ((uint)(4));
     w30.LeftAttach = ((uint)(1));
     w30.RightAttach = ((uint)(2));
     w30.XOptions = ((global::Gtk.AttachOptions)(4));
     w30.YOptions = ((global::Gtk.AttachOptions)(4));
     // Container child table8.Gtk.Table+TableChild
     this.quantum3 = new global::Gtk.Entry ();
     this.quantum3.WidthRequest = 5;
     this.quantum3.CanFocus = true;
     this.quantum3.Name = "quantum3";
     this.quantum3.IsEditable = true;
     this.quantum3.InvisibleChar = '•';
     this.table8.Add (this.quantum3);
     global::Gtk.Table.TableChild w31 = ((global::Gtk.Table.TableChild)(this.table8 [this.quantum3]));
     w31.TopAttach = ((uint)(5));
     w31.BottomAttach = ((uint)(6));
     w31.LeftAttach = ((uint)(1));
     w31.RightAttach = ((uint)(2));
     w31.XOptions = ((global::Gtk.AttachOptions)(4));
     w31.YOptions = ((global::Gtk.AttachOptions)(4));
     // Container child table8.Gtk.Table+TableChild
     this.quantum4 = new global::Gtk.Entry ();
     this.quantum4.WidthRequest = 5;
     this.quantum4.CanFocus = true;
     this.quantum4.Name = "quantum4";
     this.quantum4.IsEditable = true;
     this.quantum4.InvisibleChar = '•';
     this.table8.Add (this.quantum4);
     global::Gtk.Table.TableChild w32 = ((global::Gtk.Table.TableChild)(this.table8 [this.quantum4]));
     w32.TopAttach = ((uint)(7));
     w32.BottomAttach = ((uint)(8));
     w32.LeftAttach = ((uint)(1));
     w32.RightAttach = ((uint)(2));
     w32.XOptions = ((global::Gtk.AttachOptions)(4));
     w32.YOptions = ((global::Gtk.AttachOptions)(4));
     // Container child table8.Gtk.Table+TableChild
     this.queue1Type = global::Gtk.ComboBox.NewText ();
     this.queue1Type.WidthRequest = 210;
     this.queue1Type.Name = "queue1Type";
     this.table8.Add (this.queue1Type);
     global::Gtk.Table.TableChild w33 = ((global::Gtk.Table.TableChild)(this.table8 [this.queue1Type]));
     w33.TopAttach = ((uint)(1));
     w33.BottomAttach = ((uint)(2));
     w33.XOptions = ((global::Gtk.AttachOptions)(4));
     w33.YOptions = ((global::Gtk.AttachOptions)(4));
     // Container child table8.Gtk.Table+TableChild
     this.queue2Type = global::Gtk.ComboBox.NewText ();
     this.queue2Type.Name = "queue2Type";
     this.table8.Add (this.queue2Type);
     global::Gtk.Table.TableChild w34 = ((global::Gtk.Table.TableChild)(this.table8 [this.queue2Type]));
     w34.TopAttach = ((uint)(3));
     w34.BottomAttach = ((uint)(4));
     w34.XOptions = ((global::Gtk.AttachOptions)(4));
     w34.YOptions = ((global::Gtk.AttachOptions)(4));
     // Container child table8.Gtk.Table+TableChild
     this.queue3Type = global::Gtk.ComboBox.NewText ();
     this.queue3Type.Name = "queue3Type";
     this.table8.Add (this.queue3Type);
     global::Gtk.Table.TableChild w35 = ((global::Gtk.Table.TableChild)(this.table8 [this.queue3Type]));
     w35.TopAttach = ((uint)(5));
     w35.BottomAttach = ((uint)(6));
     w35.XOptions = ((global::Gtk.AttachOptions)(4));
     w35.YOptions = ((global::Gtk.AttachOptions)(4));
     // Container child table8.Gtk.Table+TableChild
     this.queue4Type = global::Gtk.ComboBox.NewText ();
     this.queue4Type.Name = "queue4Type";
     this.table8.Add (this.queue4Type);
     global::Gtk.Table.TableChild w36 = ((global::Gtk.Table.TableChild)(this.table8 [this.queue4Type]));
     w36.TopAttach = ((uint)(7));
     w36.BottomAttach = ((uint)(8));
     w36.XOptions = ((global::Gtk.AttachOptions)(4));
     w36.YOptions = ((global::Gtk.AttachOptions)(4));
     // Container child table8.Gtk.Table+TableChild
     this.queueTypeLabel = new global::Gtk.Label ();
     this.queueTypeLabel.Name = "queueTypeLabel";
     this.queueTypeLabel.LabelProp = global::Mono.Unix.Catalog.GetString ("Queue 1 Type");
     this.table8.Add (this.queueTypeLabel);
     global::Gtk.Table.TableChild w37 = ((global::Gtk.Table.TableChild)(this.table8 [this.queueTypeLabel]));
     w37.XOptions = ((global::Gtk.AttachOptions)(4));
     w37.YOptions = ((global::Gtk.AttachOptions)(4));
     // Container child table8.Gtk.Table+TableChild
     this.rrQuantum1 = new global::Gtk.Entry ();
     this.rrQuantum1.WidthRequest = 55;
     this.rrQuantum1.CanFocus = true;
     this.rrQuantum1.Name = "rrQuantum1";
     this.rrQuantum1.IsEditable = true;
     this.rrQuantum1.InvisibleChar = '•';
     this.table8.Add (this.rrQuantum1);
     global::Gtk.Table.TableChild w38 = ((global::Gtk.Table.TableChild)(this.table8 [this.rrQuantum1]));
     w38.TopAttach = ((uint)(1));
     w38.BottomAttach = ((uint)(2));
     w38.LeftAttach = ((uint)(2));
     w38.RightAttach = ((uint)(3));
     w38.XOptions = ((global::Gtk.AttachOptions)(4));
     w38.YOptions = ((global::Gtk.AttachOptions)(4));
     // Container child table8.Gtk.Table+TableChild
     this.rrQuantum2 = new global::Gtk.Entry ();
     this.rrQuantum2.WidthRequest = 5;
     this.rrQuantum2.CanFocus = true;
     this.rrQuantum2.Name = "rrQuantum2";
     this.rrQuantum2.IsEditable = true;
     this.rrQuantum2.InvisibleChar = '•';
     this.table8.Add (this.rrQuantum2);
     global::Gtk.Table.TableChild w39 = ((global::Gtk.Table.TableChild)(this.table8 [this.rrQuantum2]));
     w39.TopAttach = ((uint)(3));
     w39.BottomAttach = ((uint)(4));
     w39.LeftAttach = ((uint)(2));
     w39.RightAttach = ((uint)(3));
     w39.XOptions = ((global::Gtk.AttachOptions)(4));
     w39.YOptions = ((global::Gtk.AttachOptions)(4));
     // Container child table8.Gtk.Table+TableChild
     this.rrQuantum3 = new global::Gtk.Entry ();
     this.rrQuantum3.WidthRequest = 5;
     this.rrQuantum3.CanFocus = true;
     this.rrQuantum3.Name = "rrQuantum3";
     this.rrQuantum3.IsEditable = true;
     this.rrQuantum3.InvisibleChar = '•';
     this.table8.Add (this.rrQuantum3);
     global::Gtk.Table.TableChild w40 = ((global::Gtk.Table.TableChild)(this.table8 [this.rrQuantum3]));
     w40.TopAttach = ((uint)(5));
     w40.BottomAttach = ((uint)(6));
     w40.LeftAttach = ((uint)(2));
     w40.RightAttach = ((uint)(3));
     w40.XOptions = ((global::Gtk.AttachOptions)(4));
     w40.YOptions = ((global::Gtk.AttachOptions)(4));
     // Container child table8.Gtk.Table+TableChild
     this.rrQuantum4 = new global::Gtk.Entry ();
     this.rrQuantum4.WidthRequest = 5;
     this.rrQuantum4.CanFocus = true;
     this.rrQuantum4.Name = "rrQuantum4";
     this.rrQuantum4.IsEditable = true;
     this.rrQuantum4.InvisibleChar = '•';
     this.table8.Add (this.rrQuantum4);
     global::Gtk.Table.TableChild w41 = ((global::Gtk.Table.TableChild)(this.table8 [this.rrQuantum4]));
     w41.TopAttach = ((uint)(7));
     w41.BottomAttach = ((uint)(8));
     w41.LeftAttach = ((uint)(2));
     w41.RightAttach = ((uint)(3));
     w41.XOptions = ((global::Gtk.AttachOptions)(4));
     w41.YOptions = ((global::Gtk.AttachOptions)(4));
     this.vbox10.Add (this.table8);
     global::Gtk.Box.BoxChild w42 = ((global::Gtk.Box.BoxChild)(this.vbox10 [this.table8]));
     w42.Position = 6;
     w42.Expand = false;
     w42.Fill = false;
     w11.Add (this.vbox10);
     this.scrolledwindow1.Add (w11);
     this.hbox6.Add (this.scrolledwindow1);
     global::Gtk.Box.BoxChild w45 = ((global::Gtk.Box.BoxChild)(this.hbox6 [this.scrolledwindow1]));
     w45.Position = 1;
     this.vbox3.Add (this.hbox6);
     global::Gtk.Box.BoxChild w46 = ((global::Gtk.Box.BoxChild)(this.vbox3 [this.hbox6]));
     w46.Position = 3;
     // Container child vbox3.Gtk.Box+BoxChild
     this.StartButton = new global::Gtk.Button ();
     this.StartButton.CanFocus = true;
     this.StartButton.Name = "StartButton";
     this.StartButton.UseUnderline = true;
     this.StartButton.Label = global::Mono.Unix.Catalog.GetString ("Start Simulation");
     this.vbox3.Add (this.StartButton);
     global::Gtk.Box.BoxChild w47 = ((global::Gtk.Box.BoxChild)(this.vbox3 [this.StartButton]));
     w47.Position = 4;
     w47.Expand = false;
     w47.Fill = false;
     this.Add (this.vbox3);
     if ((this.Child != null)) {
         this.Child.ShowAll ();
     }
     this.DefaultWidth = 652;
     this.DefaultHeight = 580;
     this.Show ();
     this.DeleteEvent += new global::Gtk.DeleteEventHandler (this.OnDeleteEvent);
     this.StartButton.Clicked += new global::System.EventHandler (this.OnStartButtonClicked);
 }
コード例 #16
0
 protected virtual void Build()
 {
     global::Stetic.Gui.Initialize(this);
     // Widget jzeferino.XSAddin.Wizard.GtkSolutionTemplateWizardWidget
     global::Stetic.BinContainer.Attach(this);
     this.Name = "jzeferino.XSAddin.Wizard.GtkSolutionTemplateWizardWidget";
     // Container child jzeferino.XSAddin.Wizard.GtkSolutionTemplateWizardWidget.Gtk.Container+ContainerChild
     this.vbox19             = new global::Gtk.VBox();
     this.vbox19.Name        = "vbox19";
     this.vbox19.Spacing     = 10;
     this.vbox19.BorderWidth = ((uint)(30));
     // Container child vbox19.Gtk.Box+BoxChild
     this.vbox22         = new global::Gtk.VBox();
     this.vbox22.Name    = "vbox22";
     this.vbox22.Spacing = 6;
     // Container child vbox22.Gtk.Box+BoxChild
     this.vbox23         = new global::Gtk.VBox();
     this.vbox23.Name    = "vbox23";
     this.vbox23.Spacing = 6;
     // Container child vbox23.Gtk.Box+BoxChild
     this.label7           = new global::Gtk.Label();
     this.label7.Name      = "label7";
     this.label7.LabelProp = global::Mono.Unix.Catalog.GetString("Customize");
     this.vbox23.Add(this.label7);
     global::Gtk.Box.BoxChild w1 = ((global::Gtk.Box.BoxChild)(this.vbox23[this.label7]));
     w1.Position = 0;
     w1.Expand   = false;
     // Container child vbox23.Gtk.Box+BoxChild
     this.hseparator21      = new global::Gtk.HSeparator();
     this.hseparator21.Name = "hseparator21";
     this.vbox23.Add(this.hseparator21);
     global::Gtk.Box.BoxChild w2 = ((global::Gtk.Box.BoxChild)(this.vbox23[this.hseparator21]));
     w2.Position = 1;
     w2.Expand   = false;
     w2.Fill     = false;
     // Container child vbox23.Gtk.Box+BoxChild
     this.label8           = new global::Gtk.Label();
     this.label8.Name      = "label8";
     this.label8.LabelProp = global::Mono.Unix.Catalog.GetString("Solution type:");
     this.vbox23.Add(this.label8);
     global::Gtk.Box.BoxChild w3 = ((global::Gtk.Box.BoxChild)(this.vbox23[this.label8]));
     w3.Position = 2;
     w3.Expand   = false;
     w3.Fill     = false;
     w3.Padding  = ((uint)(5));
     this.vbox22.Add(this.vbox23);
     global::Gtk.Box.BoxChild w4 = ((global::Gtk.Box.BoxChild)(this.vbox22[this.vbox23]));
     w4.Position = 0;
     w4.Expand   = false;
     w4.Fill     = false;
     // Container child vbox22.Gtk.Box+BoxChild
     this.vbox24         = new global::Gtk.VBox();
     this.vbox24.Name    = "vbox24";
     this.vbox24.Spacing = 6;
     // Container child vbox24.Gtk.Box+BoxChild
     this.hbox4         = new global::Gtk.HBox();
     this.hbox4.Name    = "hbox4";
     this.hbox4.Spacing = 6;
     // Container child hbox4.Gtk.Box+BoxChild
     this.radioNative               = new global::Gtk.RadioButton(global::Mono.Unix.Catalog.GetString("Xamarin.Native"));
     this.radioNative.CanFocus      = true;
     this.radioNative.Name          = "radioNative";
     this.radioNative.DrawIndicator = true;
     this.radioNative.UseUnderline  = true;
     this.radioNative.Group         = new global::GLib.SList(global::System.IntPtr.Zero);
     this.hbox4.Add(this.radioNative);
     global::Gtk.Box.BoxChild w5 = ((global::Gtk.Box.BoxChild)(this.hbox4[this.radioNative]));
     w5.Position = 0;
     // Container child hbox4.Gtk.Box+BoxChild
     this.radioForms               = new global::Gtk.RadioButton(global::Mono.Unix.Catalog.GetString("Xamarin.Forms"));
     this.radioForms.CanFocus      = true;
     this.radioForms.Name          = "radioForms";
     this.radioForms.DrawIndicator = true;
     this.radioForms.UseUnderline  = true;
     this.radioForms.Group         = this.radioNative.Group;
     this.hbox4.Add(this.radioForms);
     global::Gtk.Box.BoxChild w6 = ((global::Gtk.Box.BoxChild)(this.hbox4[this.radioForms]));
     w6.Position = 1;
     this.vbox24.Add(this.hbox4);
     global::Gtk.Box.BoxChild w7 = ((global::Gtk.Box.BoxChild)(this.vbox24[this.hbox4]));
     w7.Position = 0;
     w7.Expand   = false;
     w7.Fill     = false;
     // Container child vbox24.Gtk.Box+BoxChild
     this.vbox27         = new global::Gtk.VBox();
     this.vbox27.Name    = "vbox27";
     this.vbox27.Spacing = 6;
     // Container child vbox27.Gtk.Box+BoxChild
     this.vbox28         = new global::Gtk.VBox();
     this.vbox28.Name    = "vbox28";
     this.vbox28.Spacing = 6;
     // Container child vbox28.Gtk.Box+BoxChild
     this.hseparator22      = new global::Gtk.HSeparator();
     this.hseparator22.Name = "hseparator22";
     this.vbox28.Add(this.hseparator22);
     global::Gtk.Box.BoxChild w8 = ((global::Gtk.Box.BoxChild)(this.vbox28[this.hseparator22]));
     w8.Position = 0;
     w8.Expand   = false;
     w8.Fill     = false;
     // Container child vbox28.Gtk.Box+BoxChild
     this.hbox11         = new global::Gtk.HBox();
     this.hbox11.Name    = "hbox11";
     this.hbox11.Spacing = 6;
     // Container child hbox11.Gtk.Box+BoxChild
     this.label11           = new global::Gtk.Label();
     this.label11.Name      = "label11";
     this.label11.LabelProp = global::Mono.Unix.Catalog.GetString("Application identifier:");
     this.hbox11.Add(this.label11);
     global::Gtk.Box.BoxChild w9 = ((global::Gtk.Box.BoxChild)(this.hbox11[this.label11]));
     w9.Position = 0;
     w9.Expand   = false;
     w9.Fill     = false;
     // Container child hbox11.Gtk.Box+BoxChild
     this.entryApplicationIdentifier = new global::Gtk.Entry();
     this.entryApplicationIdentifier.TooltipMarkup = "The package name / bundle indentifier.";
     this.entryApplicationIdentifier.CanFocus      = true;
     this.entryApplicationIdentifier.Name          = "entryApplicationIdentifier";
     this.entryApplicationIdentifier.Text          = global::Mono.Unix.Catalog.GetString("com.example.yourapplication");
     this.entryApplicationIdentifier.IsEditable    = true;
     this.entryApplicationIdentifier.MaxLength     = 30;
     this.entryApplicationIdentifier.InvisibleChar = '●';
     this.hbox11.Add(this.entryApplicationIdentifier);
     global::Gtk.Box.BoxChild w10 = ((global::Gtk.Box.BoxChild)(this.hbox11[this.entryApplicationIdentifier]));
     w10.Position = 1;
     this.vbox28.Add(this.hbox11);
     global::Gtk.Box.BoxChild w11 = ((global::Gtk.Box.BoxChild)(this.vbox28[this.hbox11]));
     w11.Position = 1;
     w11.Expand   = false;
     w11.Fill     = false;
     // Container child vbox28.Gtk.Box+BoxChild
     this.hseparator28      = new global::Gtk.HSeparator();
     this.hseparator28.Name = "hseparator28";
     this.vbox28.Add(this.hseparator28);
     global::Gtk.Box.BoxChild w12 = ((global::Gtk.Box.BoxChild)(this.vbox28[this.hseparator28]));
     w12.Position = 2;
     w12.Expand   = false;
     w12.Fill     = false;
     // Container child vbox28.Gtk.Box+BoxChild
     this.hbox12         = new global::Gtk.HBox();
     this.hbox12.Name    = "hbox12";
     this.hbox12.Spacing = 6;
     // Container child hbox12.Gtk.Box+BoxChild
     this.label13           = new global::Gtk.Label();
     this.label13.Name      = "label13";
     this.label13.LabelProp = global::Mono.Unix.Catalog.GetString("Application name:      ");
     this.hbox12.Add(this.label13);
     global::Gtk.Box.BoxChild w13 = ((global::Gtk.Box.BoxChild)(this.hbox12[this.label13]));
     w13.Position = 0;
     w13.Expand   = false;
     w13.Fill     = false;
     // Container child hbox12.Gtk.Box+BoxChild
     this.entryApplicationName = new global::Gtk.Entry();
     this.entryApplicationName.TooltipMarkup = "The application name.";
     this.entryApplicationName.CanFocus      = true;
     this.entryApplicationName.Name          = "entryApplicationName";
     this.entryApplicationName.Text          = global::Mono.Unix.Catalog.GetString("YourApplication");
     this.entryApplicationName.IsEditable    = true;
     this.entryApplicationName.MaxLength     = 30;
     this.entryApplicationName.InvisibleChar = '●';
     this.hbox12.Add(this.entryApplicationName);
     global::Gtk.Box.BoxChild w14 = ((global::Gtk.Box.BoxChild)(this.hbox12[this.entryApplicationName]));
     w14.Position = 1;
     this.vbox28.Add(this.hbox12);
     global::Gtk.Box.BoxChild w15 = ((global::Gtk.Box.BoxChild)(this.vbox28[this.hbox12]));
     w15.Position = 3;
     w15.Expand   = false;
     w15.Fill     = false;
     // Container child vbox28.Gtk.Box+BoxChild
     this.hseparator29      = new global::Gtk.HSeparator();
     this.hseparator29.Name = "hseparator29";
     this.vbox28.Add(this.hseparator29);
     global::Gtk.Box.BoxChild w16 = ((global::Gtk.Box.BoxChild)(this.vbox28[this.hseparator29]));
     w16.Position = 4;
     w16.Expand   = false;
     w16.Fill     = false;
     // Container child vbox28.Gtk.Box+BoxChild
     this.label12           = new global::Gtk.Label();
     this.label12.Name      = "label12";
     this.label12.LabelProp = global::Mono.Unix.Catalog.GetString("Projects to include:");
     this.vbox28.Add(this.label12);
     global::Gtk.Box.BoxChild w17 = ((global::Gtk.Box.BoxChild)(this.vbox28[this.label12]));
     w17.Position = 5;
     w17.Expand   = false;
     w17.Fill     = false;
     w17.Padding  = ((uint)(5));
     // Container child vbox28.Gtk.Box+BoxChild
     this.vbox29         = new global::Gtk.VBox();
     this.vbox29.Name    = "vbox29";
     this.vbox29.Spacing = 6;
     // Container child vbox29.Gtk.Box+BoxChild
     this.hbox9         = new global::Gtk.HBox();
     this.hbox9.Name    = "hbox9";
     this.hbox9.Spacing = 6;
     // Container child hbox9.Gtk.Box+BoxChild
     this.checkboxAndroidProject               = new global::Gtk.CheckButton();
     this.checkboxAndroidProject.CanFocus      = true;
     this.checkboxAndroidProject.Name          = "checkboxAndroidProject";
     this.checkboxAndroidProject.Label         = global::Mono.Unix.Catalog.GetString("Xamarin.Android");
     this.checkboxAndroidProject.DrawIndicator = true;
     this.checkboxAndroidProject.UseUnderline  = true;
     this.hbox9.Add(this.checkboxAndroidProject);
     global::Gtk.Box.BoxChild w18 = ((global::Gtk.Box.BoxChild)(this.hbox9[this.checkboxAndroidProject]));
     w18.Position = 0;
     // Container child hbox9.Gtk.Box+BoxChild
     this.checkboxiOSProject               = new global::Gtk.CheckButton();
     this.checkboxiOSProject.CanFocus      = true;
     this.checkboxiOSProject.Name          = "checkboxiOSProject";
     this.checkboxiOSProject.Label         = global::Mono.Unix.Catalog.GetString("Xamarin.iOS");
     this.checkboxiOSProject.DrawIndicator = true;
     this.checkboxiOSProject.UseUnderline  = true;
     this.hbox9.Add(this.checkboxiOSProject);
     global::Gtk.Box.BoxChild w19 = ((global::Gtk.Box.BoxChild)(this.hbox9[this.checkboxiOSProject]));
     w19.Position = 1;
     this.vbox29.Add(this.hbox9);
     global::Gtk.Box.BoxChild w20 = ((global::Gtk.Box.BoxChild)(this.vbox29[this.hbox9]));
     w20.Position = 0;
     w20.Expand   = false;
     w20.Fill     = false;
     // Container child vbox29.Gtk.Box+BoxChild
     this.hbox10         = new global::Gtk.HBox();
     this.hbox10.Name    = "hbox10";
     this.hbox10.Spacing = 6;
     // Container child hbox10.Gtk.Box+BoxChild
     this.checkboxUnitTestsProject               = new global::Gtk.CheckButton();
     this.checkboxUnitTestsProject.CanFocus      = true;
     this.checkboxUnitTestsProject.Name          = "checkboxUnitTestsProject";
     this.checkboxUnitTestsProject.Label         = global::Mono.Unix.Catalog.GetString("Unit.Test");
     this.checkboxUnitTestsProject.DrawIndicator = true;
     this.checkboxUnitTestsProject.UseUnderline  = true;
     this.hbox10.Add(this.checkboxUnitTestsProject);
     global::Gtk.Box.BoxChild w21 = ((global::Gtk.Box.BoxChild)(this.hbox10[this.checkboxUnitTestsProject]));
     w21.Position = 0;
     this.vbox29.Add(this.hbox10);
     global::Gtk.Box.BoxChild w22 = ((global::Gtk.Box.BoxChild)(this.vbox29[this.hbox10]));
     w22.Position = 1;
     w22.Expand   = false;
     w22.Fill     = false;
     this.vbox28.Add(this.vbox29);
     global::Gtk.Box.BoxChild w23 = ((global::Gtk.Box.BoxChild)(this.vbox28[this.vbox29]));
     w23.Position = 6;
     w23.Expand   = false;
     w23.Fill     = false;
     this.vbox27.Add(this.vbox28);
     global::Gtk.Box.BoxChild w24 = ((global::Gtk.Box.BoxChild)(this.vbox27[this.vbox28]));
     w24.Position = 0;
     w24.Expand   = false;
     w24.Fill     = false;
     this.vbox24.Add(this.vbox27);
     global::Gtk.Box.BoxChild w25 = ((global::Gtk.Box.BoxChild)(this.vbox24[this.vbox27]));
     w25.Position = 1;
     w25.Expand   = false;
     w25.Fill     = false;
     this.vbox22.Add(this.vbox24);
     global::Gtk.Box.BoxChild w26 = ((global::Gtk.Box.BoxChild)(this.vbox22[this.vbox24]));
     w26.Position = 1;
     w26.Expand   = false;
     w26.Fill     = false;
     // Container child vbox22.Gtk.Box+BoxChild
     this.hseparator23      = new global::Gtk.HSeparator();
     this.hseparator23.Name = "hseparator23";
     this.vbox22.Add(this.hseparator23);
     global::Gtk.Box.BoxChild w27 = ((global::Gtk.Box.BoxChild)(this.vbox22[this.hseparator23]));
     w27.Position = 2;
     w27.Expand   = false;
     w27.Fill     = false;
     // Container child vbox22.Gtk.Box+BoxChild
     this.vbox25         = new global::Gtk.VBox();
     this.vbox25.Name    = "vbox25";
     this.vbox25.Spacing = 6;
     // Container child vbox25.Gtk.Box+BoxChild
     this.label9           = new global::Gtk.Label();
     this.label9.Name      = "label9";
     this.label9.LabelProp = global::Mono.Unix.Catalog.GetString("Portable Class Library Shared Code:");
     this.vbox25.Add(this.label9);
     global::Gtk.Box.BoxChild w28 = ((global::Gtk.Box.BoxChild)(this.vbox25[this.label9]));
     w28.Position = 0;
     w28.Expand   = false;
     w28.Fill     = false;
     w28.Padding  = ((uint)(5));
     // Container child vbox25.Gtk.Box+BoxChild
     this.vbox26         = new global::Gtk.VBox();
     this.vbox26.Name    = "vbox26";
     this.vbox26.Spacing = 6;
     // Container child vbox26.Gtk.Box+BoxChild
     this.hbox5         = new global::Gtk.HBox();
     this.hbox5.Name    = "hbox5";
     this.hbox5.Spacing = 6;
     // Container child hbox5.Gtk.Box+BoxChild
     this.checkboxSharedCode               = new global::Gtk.CheckButton();
     this.checkboxSharedCode.Name          = "checkboxSharedCode";
     this.checkboxSharedCode.Label         = global::Mono.Unix.Catalog.GetString("Add shared code");
     this.checkboxSharedCode.Active        = true;
     this.checkboxSharedCode.DrawIndicator = true;
     this.checkboxSharedCode.UseUnderline  = true;
     this.hbox5.Add(this.checkboxSharedCode);
     global::Gtk.Box.BoxChild w29 = ((global::Gtk.Box.BoxChild)(this.hbox5[this.checkboxSharedCode]));
     w29.Position = 0;
     this.vbox26.Add(this.hbox5);
     global::Gtk.Box.BoxChild w30 = ((global::Gtk.Box.BoxChild)(this.vbox26[this.hbox5]));
     w30.Position = 0;
     w30.Expand   = false;
     w30.Fill     = false;
     this.vbox25.Add(this.vbox26);
     global::Gtk.Box.BoxChild w31 = ((global::Gtk.Box.BoxChild)(this.vbox25[this.vbox26]));
     w31.Position = 1;
     w31.Expand   = false;
     w31.Fill     = false;
     this.vbox22.Add(this.vbox25);
     global::Gtk.Box.BoxChild w32 = ((global::Gtk.Box.BoxChild)(this.vbox22[this.vbox25]));
     w32.Position = 3;
     w32.Expand   = false;
     w32.Fill     = false;
     this.vbox19.Add(this.vbox22);
     global::Gtk.Box.BoxChild w33 = ((global::Gtk.Box.BoxChild)(this.vbox19[this.vbox22]));
     w33.Position = 0;
     w33.Expand   = false;
     w33.Fill     = false;
     // Container child vbox19.Gtk.Box+BoxChild
     this.vbox21         = new global::Gtk.VBox();
     this.vbox21.Name    = "vbox21";
     this.vbox21.Spacing = 6;
     // Container child vbox21.Gtk.Box+BoxChild
     this.hseparator24      = new global::Gtk.HSeparator();
     this.hseparator24.Name = "hseparator24";
     this.vbox21.Add(this.hseparator24);
     global::Gtk.Box.BoxChild w34 = ((global::Gtk.Box.BoxChild)(this.vbox21[this.hseparator24]));
     w34.Position = 0;
     w34.Expand   = false;
     w34.Fill     = false;
     // Container child vbox21.Gtk.Box+BoxChild
     this.label10           = new global::Gtk.Label();
     this.label10.Name      = "label10";
     this.label10.LabelProp = global::Mono.Unix.Catalog.GetString("Other:");
     this.vbox21.Add(this.label10);
     global::Gtk.Box.BoxChild w35 = ((global::Gtk.Box.BoxChild)(this.vbox21[this.label10]));
     w35.Position = 1;
     w35.Expand   = false;
     w35.Fill     = false;
     w35.Padding  = ((uint)(5));
     this.vbox19.Add(this.vbox21);
     global::Gtk.Box.BoxChild w36 = ((global::Gtk.Box.BoxChild)(this.vbox19[this.vbox21]));
     w36.Position = 1;
     w36.Expand   = false;
     w36.Fill     = false;
     // Container child vbox19.Gtk.Box+BoxChild
     this.vbox20         = new global::Gtk.VBox();
     this.vbox20.Name    = "vbox20";
     this.vbox20.Spacing = 6;
     // Container child vbox20.Gtk.Box+BoxChild
     this.hbox8         = new global::Gtk.HBox();
     this.hbox8.Name    = "hbox8";
     this.hbox8.Spacing = 6;
     // Container child hbox8.Gtk.Box+BoxChild
     this.checkboxGit               = new global::Gtk.CheckButton();
     this.checkboxGit.CanFocus      = true;
     this.checkboxGit.Name          = "checkboxGit";
     this.checkboxGit.Label         = global::Mono.Unix.Catalog.GetString(".gitignore (override default)");
     this.checkboxGit.DrawIndicator = true;
     this.checkboxGit.UseUnderline  = true;
     this.hbox8.Add(this.checkboxGit);
     global::Gtk.Box.BoxChild w37 = ((global::Gtk.Box.BoxChild)(this.hbox8[this.checkboxGit]));
     w37.Position = 0;
     // Container child hbox8.Gtk.Box+BoxChild
     this.checkboxReadme               = new global::Gtk.CheckButton();
     this.checkboxReadme.CanFocus      = true;
     this.checkboxReadme.Name          = "checkboxReadme";
     this.checkboxReadme.Label         = global::Mono.Unix.Catalog.GetString("README.md");
     this.checkboxReadme.DrawIndicator = true;
     this.checkboxReadme.UseUnderline  = true;
     this.hbox8.Add(this.checkboxReadme);
     global::Gtk.Box.BoxChild w38 = ((global::Gtk.Box.BoxChild)(this.hbox8[this.checkboxReadme]));
     w38.Position = 1;
     // Container child hbox8.Gtk.Box+BoxChild
     this.checkboxCake               = new global::Gtk.CheckButton();
     this.checkboxCake.CanFocus      = true;
     this.checkboxCake.Name          = "checkboxCake";
     this.checkboxCake.Label         = global::Mono.Unix.Catalog.GetString("Cake");
     this.checkboxCake.DrawIndicator = true;
     this.checkboxCake.UseUnderline  = true;
     this.hbox8.Add(this.checkboxCake);
     global::Gtk.Box.BoxChild w39 = ((global::Gtk.Box.BoxChild)(this.hbox8[this.checkboxCake]));
     w39.Position = 2;
     // Container child hbox8.Gtk.Box+BoxChild
     this.checkboxFolderStructure = new global::Gtk.CheckButton();
     this.checkboxFolderStructure.TooltipMarkup = "Map project folder structure in solution with solution folders.";
     this.checkboxFolderStructure.CanFocus      = true;
     this.checkboxFolderStructure.Name          = "checkboxFolderStructure";
     this.checkboxFolderStructure.Label         = global::Mono.Unix.Catalog.GetString("Map solution folders");
     this.checkboxFolderStructure.DrawIndicator = true;
     this.checkboxFolderStructure.UseUnderline  = true;
     this.hbox8.Add(this.checkboxFolderStructure);
     global::Gtk.Box.BoxChild w40 = ((global::Gtk.Box.BoxChild)(this.hbox8[this.checkboxFolderStructure]));
     w40.Position = 3;
     this.vbox20.Add(this.hbox8);
     global::Gtk.Box.BoxChild w41 = ((global::Gtk.Box.BoxChild)(this.vbox20[this.hbox8]));
     w41.Position = 0;
     w41.Expand   = false;
     w41.Fill     = false;
     // Container child vbox20.Gtk.Box+BoxChild
     this.hseparator16      = new global::Gtk.HSeparator();
     this.hseparator16.Name = "hseparator16";
     this.vbox20.Add(this.hseparator16);
     global::Gtk.Box.BoxChild w42 = ((global::Gtk.Box.BoxChild)(this.vbox20[this.hseparator16]));
     w42.Position = 1;
     w42.Expand   = false;
     w42.Fill     = false;
     this.vbox19.Add(this.vbox20);
     global::Gtk.Box.BoxChild w43 = ((global::Gtk.Box.BoxChild)(this.vbox19[this.vbox20]));
     w43.Position = 2;
     w43.Expand   = false;
     w43.Fill     = false;
     // Container child vbox19.Gtk.Box+BoxChild
     this.vpaned2          = new global::Gtk.VPaned();
     this.vpaned2.CanFocus = true;
     this.vpaned2.Name     = "vpaned2";
     this.vpaned2.Position = 10;
     this.vbox19.Add(this.vpaned2);
     global::Gtk.Box.BoxChild w44 = ((global::Gtk.Box.BoxChild)(this.vbox19[this.vpaned2]));
     w44.Position = 3;
     // Container child vbox19.Gtk.Box+BoxChild
     this.label14           = new global::Gtk.Label();
     this.label14.Name      = "label14";
     this.label14.Yalign    = 1F;
     this.label14.LabelProp = global::Mono.Unix.Catalog.GetString("jzeferino");
     this.label14.Justify   = ((global::Gtk.Justification)(3));
     this.vbox19.Add(this.label14);
     global::Gtk.Box.BoxChild w45 = ((global::Gtk.Box.BoxChild)(this.vbox19[this.label14]));
     w45.Position = 4;
     w45.Expand   = false;
     w45.Fill     = false;
     this.Add(this.vbox19);
     if ((this.Child != null))
     {
         this.Child.ShowAll();
     }
     this.Hide();
 }
コード例 #17
0
 protected virtual void Build()
 {
     global::Stetic.Gui.Initialize(this);
     // Widget Vodovoz.Views.WageCalculation.SalesPlanView
     global::Stetic.BinContainer.Attach(this);
     this.Name = "Vodovoz.Views.WageCalculation.SalesPlanView";
     // Container child Vodovoz.Views.WageCalculation.SalesPlanView.Gtk.Container+ContainerChild
     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 w1 = new global::Gtk.Viewport();
     w1.ShadowType = ((global::Gtk.ShadowType)(0));
     // Container child GtkViewport.Gtk.Container+ContainerChild
     this.vbox2         = new global::Gtk.VBox();
     this.vbox2.Name    = "vbox2";
     this.vbox2.Spacing = 6;
     // Container child vbox2.Gtk.Box+BoxChild
     this.hboxDialogButtons         = new global::Gtk.HBox();
     this.hboxDialogButtons.Name    = "hboxDialogButtons";
     this.hboxDialogButtons.Spacing = 6;
     // Container child hboxDialogButtons.Gtk.Box+BoxChild
     this.btnSave              = new global::Gamma.GtkWidgets.yButton();
     this.btnSave.CanFocus     = true;
     this.btnSave.Name         = "btnSave";
     this.btnSave.UseUnderline = true;
     this.btnSave.Label        = global::Mono.Unix.Catalog.GetString("Сохранить");
     global::Gtk.Image w2 = new global::Gtk.Image();
     w2.Pixbuf          = global::Stetic.IconLoader.LoadIcon(this, "gtk-save", global::Gtk.IconSize.Menu);
     this.btnSave.Image = w2;
     this.hboxDialogButtons.Add(this.btnSave);
     global::Gtk.Box.BoxChild w3 = ((global::Gtk.Box.BoxChild)(this.hboxDialogButtons[this.btnSave]));
     w3.Position = 0;
     w3.Expand   = false;
     // Container child hboxDialogButtons.Gtk.Box+BoxChild
     this.btnCancel              = new global::Gamma.GtkWidgets.yButton();
     this.btnCancel.CanFocus     = true;
     this.btnCancel.Name         = "btnCancel";
     this.btnCancel.UseUnderline = true;
     this.btnCancel.Label        = global::Mono.Unix.Catalog.GetString("Отменить");
     global::Gtk.Image w4 = new global::Gtk.Image();
     w4.Pixbuf            = global::Stetic.IconLoader.LoadIcon(this, "gtk-revert-to-saved", global::Gtk.IconSize.Menu);
     this.btnCancel.Image = w4;
     this.hboxDialogButtons.Add(this.btnCancel);
     global::Gtk.Box.BoxChild w5 = ((global::Gtk.Box.BoxChild)(this.hboxDialogButtons[this.btnCancel]));
     w5.Position = 1;
     w5.Expand   = false;
     this.vbox2.Add(this.hboxDialogButtons);
     global::Gtk.Box.BoxChild w6 = ((global::Gtk.Box.BoxChild)(this.vbox2[this.hboxDialogButtons]));
     w6.Position = 0;
     w6.Expand   = false;
     w6.Fill     = false;
     // Container child vbox2.Gtk.Box+BoxChild
     this.tableWidget               = new global::Gtk.Table(((uint)(16)), ((uint)(5)), false);
     this.tableWidget.Name          = "tableWidget";
     this.tableWidget.RowSpacing    = ((uint)(6));
     this.tableWidget.ColumnSpacing = ((uint)(6));
     // Container child tableWidget.Gtk.Table+TableChild
     this.chkIsArchive               = new global::Gamma.GtkWidgets.yCheckButton();
     this.chkIsArchive.CanFocus      = true;
     this.chkIsArchive.Name          = "chkIsArchive";
     this.chkIsArchive.Label         = global::Mono.Unix.Catalog.GetString("Архивный");
     this.chkIsArchive.DrawIndicator = true;
     this.chkIsArchive.UseUnderline  = true;
     this.tableWidget.Add(this.chkIsArchive);
     global::Gtk.Table.TableChild w7 = ((global::Gtk.Table.TableChild)(this.tableWidget[this.chkIsArchive]));
     w7.TopAttach    = ((uint)(5));
     w7.BottomAttach = ((uint)(6));
     w7.LeftAttach   = ((uint)(1));
     w7.RightAttach  = ((uint)(4));
     w7.XOptions     = ((global::Gtk.AttachOptions)(4));
     w7.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child tableWidget.Gtk.Table+TableChild
     this.entryEmptyBottlesToTake          = new global::Gamma.GtkWidgets.ySpinButton(0D, 99999999D, 1D);
     this.entryEmptyBottlesToTake.CanFocus = true;
     this.entryEmptyBottlesToTake.Name     = "entryEmptyBottlesToTake";
     this.entryEmptyBottlesToTake.Adjustment.PageIncrement = 10D;
     this.entryEmptyBottlesToTake.ClimbRate      = 1D;
     this.entryEmptyBottlesToTake.Numeric        = true;
     this.entryEmptyBottlesToTake.ValueAsDecimal = 0m;
     this.entryEmptyBottlesToTake.ValueAsInt     = 0;
     this.tableWidget.Add(this.entryEmptyBottlesToTake);
     global::Gtk.Table.TableChild w8 = ((global::Gtk.Table.TableChild)(this.tableWidget[this.entryEmptyBottlesToTake]));
     w8.TopAttach    = ((uint)(2));
     w8.BottomAttach = ((uint)(3));
     w8.LeftAttach   = ((uint)(1));
     w8.RightAttach  = ((uint)(3));
     w8.XOptions     = ((global::Gtk.AttachOptions)(4));
     w8.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child tableWidget.Gtk.Table+TableChild
     this.entryFullBottlesToSell          = new global::Gamma.GtkWidgets.ySpinButton(0D, 99999999D, 1D);
     this.entryFullBottlesToSell.CanFocus = true;
     this.entryFullBottlesToSell.Name     = "entryFullBottlesToSell";
     this.entryFullBottlesToSell.Adjustment.PageIncrement = 10D;
     this.entryFullBottlesToSell.ClimbRate      = 1D;
     this.entryFullBottlesToSell.Numeric        = true;
     this.entryFullBottlesToSell.ValueAsDecimal = 0m;
     this.entryFullBottlesToSell.ValueAsInt     = 0;
     this.tableWidget.Add(this.entryFullBottlesToSell);
     global::Gtk.Table.TableChild w9 = ((global::Gtk.Table.TableChild)(this.tableWidget[this.entryFullBottlesToSell]));
     w9.TopAttach    = ((uint)(1));
     w9.BottomAttach = ((uint)(2));
     w9.LeftAttach   = ((uint)(1));
     w9.RightAttach  = ((uint)(3));
     w9.XOptions     = ((global::Gtk.AttachOptions)(4));
     w9.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child tableWidget.Gtk.Table+TableChild
     this.entryProceedsDay          = new global::Gamma.GtkWidgets.ySpinButton(0D, 99999999D, 1D);
     this.entryProceedsDay.CanFocus = true;
     this.entryProceedsDay.Name     = "entryProceedsDay";
     this.entryProceedsDay.Adjustment.PageIncrement = 10D;
     this.entryProceedsDay.ClimbRate      = 1D;
     this.entryProceedsDay.Digits         = ((uint)(2));
     this.entryProceedsDay.Numeric        = true;
     this.entryProceedsDay.ValueAsDecimal = 0m;
     this.entryProceedsDay.ValueAsInt     = 0;
     this.tableWidget.Add(this.entryProceedsDay);
     global::Gtk.Table.TableChild w10 = ((global::Gtk.Table.TableChild)(this.tableWidget[this.entryProceedsDay]));
     w10.TopAttach    = ((uint)(3));
     w10.BottomAttach = ((uint)(4));
     w10.LeftAttach   = ((uint)(1));
     w10.RightAttach  = ((uint)(3));
     w10.XOptions     = ((global::Gtk.AttachOptions)(4));
     w10.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child tableWidget.Gtk.Table+TableChild
     this.entryProceedsMonth          = new global::Gamma.GtkWidgets.ySpinButton(0D, 99999999D, 1D);
     this.entryProceedsMonth.CanFocus = true;
     this.entryProceedsMonth.Name     = "entryProceedsMonth";
     this.entryProceedsMonth.Adjustment.PageIncrement = 10D;
     this.entryProceedsMonth.ClimbRate      = 1D;
     this.entryProceedsMonth.Digits         = ((uint)(2));
     this.entryProceedsMonth.Numeric        = true;
     this.entryProceedsMonth.ValueAsDecimal = 0m;
     this.entryProceedsMonth.ValueAsInt     = 0;
     this.tableWidget.Add(this.entryProceedsMonth);
     global::Gtk.Table.TableChild w11 = ((global::Gtk.Table.TableChild)(this.tableWidget[this.entryProceedsMonth]));
     w11.TopAttach    = ((uint)(4));
     w11.BottomAttach = ((uint)(5));
     w11.LeftAttach   = ((uint)(1));
     w11.RightAttach  = ((uint)(3));
     w11.XOptions     = ((global::Gtk.AttachOptions)(4));
     w11.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child tableWidget.Gtk.Table+TableChild
     this.GtkScrolledWindow            = new global::Gtk.ScrolledWindow();
     this.GtkScrolledWindow.Name       = "GtkScrolledWindow";
     this.GtkScrolledWindow.ShadowType = ((global::Gtk.ShadowType)(1));
     // Container child GtkScrolledWindow.Gtk.Container+ContainerChild
     this.ytreeviewEquipmentKindSalesPlan              = new global::Gamma.GtkWidgets.yTreeView();
     this.ytreeviewEquipmentKindSalesPlan.CanFocus     = true;
     this.ytreeviewEquipmentKindSalesPlan.Name         = "ytreeviewEquipmentKindSalesPlan";
     this.ytreeviewEquipmentKindSalesPlan.EnableSearch = false;
     this.ytreeviewEquipmentKindSalesPlan.SearchColumn = 0;
     this.GtkScrolledWindow.Add(this.ytreeviewEquipmentKindSalesPlan);
     this.tableWidget.Add(this.GtkScrolledWindow);
     global::Gtk.Table.TableChild w13 = ((global::Gtk.Table.TableChild)(this.tableWidget[this.GtkScrolledWindow]));
     w13.TopAttach    = ((uint)(10));
     w13.BottomAttach = ((uint)(11));
     w13.LeftAttach   = ((uint)(1));
     w13.RightAttach  = ((uint)(3));
     // Container child tableWidget.Gtk.Table+TableChild
     this.GtkScrolledWindow5            = new global::Gtk.ScrolledWindow();
     this.GtkScrolledWindow5.Name       = "GtkScrolledWindow5";
     this.GtkScrolledWindow5.ShadowType = ((global::Gtk.ShadowType)(1));
     // Container child GtkScrolledWindow5.Gtk.Container+ContainerChild
     this.ytreeviewNomenclatureSalesPlan          = new global::Gamma.GtkWidgets.yTreeView();
     this.ytreeviewNomenclatureSalesPlan.CanFocus = true;
     this.ytreeviewNomenclatureSalesPlan.Name     = "ytreeviewNomenclatureSalesPlan";
     this.GtkScrolledWindow5.Add(this.ytreeviewNomenclatureSalesPlan);
     this.tableWidget.Add(this.GtkScrolledWindow5);
     global::Gtk.Table.TableChild w15 = ((global::Gtk.Table.TableChild)(this.tableWidget[this.GtkScrolledWindow5]));
     w15.TopAttach    = ((uint)(7));
     w15.BottomAttach = ((uint)(8));
     w15.LeftAttach   = ((uint)(1));
     w15.RightAttach  = ((uint)(3));
     // Container child tableWidget.Gtk.Table+TableChild
     this.GtkScrolledWindow7            = new global::Gtk.ScrolledWindow();
     this.GtkScrolledWindow7.Name       = "GtkScrolledWindow7";
     this.GtkScrolledWindow7.ShadowType = ((global::Gtk.ShadowType)(1));
     // Container child GtkScrolledWindow7.Gtk.Container+ContainerChild
     this.ytreeviewEquipmentTypeSalesPlan          = new global::Gamma.GtkWidgets.yTreeView();
     this.ytreeviewEquipmentTypeSalesPlan.CanFocus = true;
     this.ytreeviewEquipmentTypeSalesPlan.Name     = "ytreeviewEquipmentTypeSalesPlan";
     this.GtkScrolledWindow7.Add(this.ytreeviewEquipmentTypeSalesPlan);
     this.tableWidget.Add(this.GtkScrolledWindow7);
     global::Gtk.Table.TableChild w17 = ((global::Gtk.Table.TableChild)(this.tableWidget[this.GtkScrolledWindow7]));
     w17.TopAttach    = ((uint)(13));
     w17.BottomAttach = ((uint)(14));
     w17.LeftAttach   = ((uint)(1));
     w17.RightAttach  = ((uint)(3));
     // Container child tableWidget.Gtk.Table+TableChild
     this.hseparator1      = new global::Gtk.HSeparator();
     this.hseparator1.Name = "hseparator1";
     this.tableWidget.Add(this.hseparator1);
     global::Gtk.Table.TableChild w18 = ((global::Gtk.Table.TableChild)(this.tableWidget[this.hseparator1]));
     w18.TopAttach    = ((uint)(6));
     w18.BottomAttach = ((uint)(7));
     w18.RightAttach  = ((uint)(5));
     w18.XOptions     = ((global::Gtk.AttachOptions)(4));
     w18.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child tableWidget.Gtk.Table+TableChild
     this.hseparator2      = new global::Gtk.HSeparator();
     this.hseparator2.Name = "hseparator2";
     this.tableWidget.Add(this.hseparator2);
     global::Gtk.Table.TableChild w19 = ((global::Gtk.Table.TableChild)(this.tableWidget[this.hseparator2]));
     w19.TopAttach    = ((uint)(9));
     w19.BottomAttach = ((uint)(10));
     w19.RightAttach  = ((uint)(5));
     w19.XOptions     = ((global::Gtk.AttachOptions)(4));
     w19.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child tableWidget.Gtk.Table+TableChild
     this.hseparator3      = new global::Gtk.HSeparator();
     this.hseparator3.Name = "hseparator3";
     this.tableWidget.Add(this.hseparator3);
     global::Gtk.Table.TableChild w20 = ((global::Gtk.Table.TableChild)(this.tableWidget[this.hseparator3]));
     w20.TopAttach    = ((uint)(12));
     w20.BottomAttach = ((uint)(13));
     w20.RightAttach  = ((uint)(5));
     w20.XOptions     = ((global::Gtk.AttachOptions)(4));
     w20.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child tableWidget.Gtk.Table+TableChild
     this.labelName           = new global::Gtk.Label();
     this.labelName.Name      = "labelName";
     this.labelName.Xalign    = 1F;
     this.labelName.LabelProp = global::Mono.Unix.Catalog.GetString("Название:");
     this.tableWidget.Add(this.labelName);
     global::Gtk.Table.TableChild w21 = ((global::Gtk.Table.TableChild)(this.tableWidget[this.labelName]));
     w21.XOptions = ((global::Gtk.AttachOptions)(4));
     w21.YOptions = ((global::Gtk.AttachOptions)(4));
     // Container child tableWidget.Gtk.Table+TableChild
     this.ybuttonAddEquipmentKind              = new global::Gamma.GtkWidgets.yButton();
     this.ybuttonAddEquipmentKind.CanFocus     = true;
     this.ybuttonAddEquipmentKind.Name         = "ybuttonAddEquipmentKind";
     this.ybuttonAddEquipmentKind.UseUnderline = true;
     this.ybuttonAddEquipmentKind.Label        = global::Mono.Unix.Catalog.GetString("Добавить виды оборудования");
     this.tableWidget.Add(this.ybuttonAddEquipmentKind);
     global::Gtk.Table.TableChild w22 = ((global::Gtk.Table.TableChild)(this.tableWidget[this.ybuttonAddEquipmentKind]));
     w22.TopAttach    = ((uint)(11));
     w22.BottomAttach = ((uint)(12));
     w22.LeftAttach   = ((uint)(1));
     w22.RightAttach  = ((uint)(2));
     w22.XOptions     = ((global::Gtk.AttachOptions)(4));
     w22.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child tableWidget.Gtk.Table+TableChild
     this.ybuttonAddEquipmentType              = new global::Gamma.GtkWidgets.yButton();
     this.ybuttonAddEquipmentType.CanFocus     = true;
     this.ybuttonAddEquipmentType.Name         = "ybuttonAddEquipmentType";
     this.ybuttonAddEquipmentType.UseUnderline = true;
     this.ybuttonAddEquipmentType.Label        = global::Mono.Unix.Catalog.GetString("Добавить типы оборудования");
     this.tableWidget.Add(this.ybuttonAddEquipmentType);
     global::Gtk.Table.TableChild w23 = ((global::Gtk.Table.TableChild)(this.tableWidget[this.ybuttonAddEquipmentType]));
     w23.TopAttach    = ((uint)(14));
     w23.BottomAttach = ((uint)(15));
     w23.LeftAttach   = ((uint)(1));
     w23.RightAttach  = ((uint)(2));
     w23.XOptions     = ((global::Gtk.AttachOptions)(4));
     w23.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child tableWidget.Gtk.Table+TableChild
     this.ybuttonAddNomenclature              = new global::Gamma.GtkWidgets.yButton();
     this.ybuttonAddNomenclature.CanFocus     = true;
     this.ybuttonAddNomenclature.Name         = "ybuttonAddNomenclature";
     this.ybuttonAddNomenclature.UseUnderline = true;
     this.ybuttonAddNomenclature.Label        = global::Mono.Unix.Catalog.GetString("Добавить номенклатуры");
     this.tableWidget.Add(this.ybuttonAddNomenclature);
     global::Gtk.Table.TableChild w24 = ((global::Gtk.Table.TableChild)(this.tableWidget[this.ybuttonAddNomenclature]));
     w24.TopAttach    = ((uint)(8));
     w24.BottomAttach = ((uint)(9));
     w24.LeftAttach   = ((uint)(1));
     w24.RightAttach  = ((uint)(2));
     w24.XOptions     = ((global::Gtk.AttachOptions)(4));
     w24.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child tableWidget.Gtk.Table+TableChild
     this.ybuttonCancelEquipmentType              = new global::Gamma.GtkWidgets.yButton();
     this.ybuttonCancelEquipmentType.CanFocus     = true;
     this.ybuttonCancelEquipmentType.Name         = "ybuttonCancelEquipmentType";
     this.ybuttonCancelEquipmentType.UseUnderline = true;
     this.ybuttonCancelEquipmentType.Label        = global::Mono.Unix.Catalog.GetString("Отмена");
     this.tableWidget.Add(this.ybuttonCancelEquipmentType);
     global::Gtk.Table.TableChild w25 = ((global::Gtk.Table.TableChild)(this.tableWidget[this.ybuttonCancelEquipmentType]));
     w25.TopAttach    = ((uint)(14));
     w25.BottomAttach = ((uint)(15));
     w25.LeftAttach   = ((uint)(4));
     w25.RightAttach  = ((uint)(5));
     w25.XOptions     = ((global::Gtk.AttachOptions)(4));
     w25.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child tableWidget.Gtk.Table+TableChild
     this.ybuttonDeleteEquipmentKind              = new global::Gamma.GtkWidgets.yButton();
     this.ybuttonDeleteEquipmentKind.CanFocus     = true;
     this.ybuttonDeleteEquipmentKind.Name         = "ybuttonDeleteEquipmentKind";
     this.ybuttonDeleteEquipmentKind.UseUnderline = true;
     this.ybuttonDeleteEquipmentKind.Label        = global::Mono.Unix.Catalog.GetString("Удалить");
     this.tableWidget.Add(this.ybuttonDeleteEquipmentKind);
     global::Gtk.Table.TableChild w26 = ((global::Gtk.Table.TableChild)(this.tableWidget[this.ybuttonDeleteEquipmentKind]));
     w26.TopAttach    = ((uint)(11));
     w26.BottomAttach = ((uint)(12));
     w26.LeftAttach   = ((uint)(2));
     w26.RightAttach  = ((uint)(3));
     w26.XOptions     = ((global::Gtk.AttachOptions)(4));
     w26.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child tableWidget.Gtk.Table+TableChild
     this.ybuttonDeleteEquipmentType              = new global::Gamma.GtkWidgets.yButton();
     this.ybuttonDeleteEquipmentType.CanFocus     = true;
     this.ybuttonDeleteEquipmentType.Name         = "ybuttonDeleteEquipmentType";
     this.ybuttonDeleteEquipmentType.UseUnderline = true;
     this.ybuttonDeleteEquipmentType.Label        = global::Mono.Unix.Catalog.GetString("Удалить");
     this.tableWidget.Add(this.ybuttonDeleteEquipmentType);
     global::Gtk.Table.TableChild w27 = ((global::Gtk.Table.TableChild)(this.tableWidget[this.ybuttonDeleteEquipmentType]));
     w27.TopAttach    = ((uint)(14));
     w27.BottomAttach = ((uint)(15));
     w27.LeftAttach   = ((uint)(2));
     w27.RightAttach  = ((uint)(3));
     w27.XOptions     = ((global::Gtk.AttachOptions)(4));
     w27.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child tableWidget.Gtk.Table+TableChild
     this.ybuttonDeleteNomenclature              = new global::Gamma.GtkWidgets.yButton();
     this.ybuttonDeleteNomenclature.CanFocus     = true;
     this.ybuttonDeleteNomenclature.Name         = "ybuttonDeleteNomenclature";
     this.ybuttonDeleteNomenclature.UseUnderline = true;
     this.ybuttonDeleteNomenclature.Label        = global::Mono.Unix.Catalog.GetString("Удалить");
     this.tableWidget.Add(this.ybuttonDeleteNomenclature);
     global::Gtk.Table.TableChild w28 = ((global::Gtk.Table.TableChild)(this.tableWidget[this.ybuttonDeleteNomenclature]));
     w28.TopAttach    = ((uint)(8));
     w28.BottomAttach = ((uint)(9));
     w28.LeftAttach   = ((uint)(2));
     w28.RightAttach  = ((uint)(3));
     w28.XOptions     = ((global::Gtk.AttachOptions)(4));
     w28.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child tableWidget.Gtk.Table+TableChild
     this.ybuttonSaveEquipmentType              = new global::Gamma.GtkWidgets.yButton();
     this.ybuttonSaveEquipmentType.CanFocus     = true;
     this.ybuttonSaveEquipmentType.Name         = "ybuttonSaveEquipmentType";
     this.ybuttonSaveEquipmentType.UseUnderline = true;
     this.ybuttonSaveEquipmentType.Label        = global::Mono.Unix.Catalog.GetString("Сохранить");
     this.tableWidget.Add(this.ybuttonSaveEquipmentType);
     global::Gtk.Table.TableChild w29 = ((global::Gtk.Table.TableChild)(this.tableWidget[this.ybuttonSaveEquipmentType]));
     w29.TopAttach    = ((uint)(14));
     w29.BottomAttach = ((uint)(15));
     w29.LeftAttach   = ((uint)(3));
     w29.RightAttach  = ((uint)(4));
     w29.XOptions     = ((global::Gtk.AttachOptions)(4));
     w29.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child tableWidget.Gtk.Table+TableChild
     this.yentryName               = new global::Gamma.GtkWidgets.yEntry();
     this.yentryName.CanFocus      = true;
     this.yentryName.Name          = "yentryName";
     this.yentryName.IsEditable    = true;
     this.yentryName.InvisibleChar = '•';
     this.tableWidget.Add(this.yentryName);
     global::Gtk.Table.TableChild w30 = ((global::Gtk.Table.TableChild)(this.tableWidget[this.yentryName]));
     w30.LeftAttach  = ((uint)(1));
     w30.RightAttach = ((uint)(3));
     w30.XOptions    = ((global::Gtk.AttachOptions)(4));
     w30.YOptions    = ((global::Gtk.AttachOptions)(4));
     // Container child tableWidget.Gtk.Table+TableChild
     this.ylabelEquipmentKindSalesPlan           = new global::Gamma.GtkWidgets.yLabel();
     this.ylabelEquipmentKindSalesPlan.Name      = "ylabelEquipmentKindSalesPlan";
     this.ylabelEquipmentKindSalesPlan.Xalign    = 1F;
     this.ylabelEquipmentKindSalesPlan.LabelProp = global::Mono.Unix.Catalog.GetString("Типы оборудования:");
     this.ylabelEquipmentKindSalesPlan.Justify   = ((global::Gtk.Justification)(1));
     this.ylabelEquipmentKindSalesPlan.Ellipsize = ((global::Pango.EllipsizeMode)(3));
     this.tableWidget.Add(this.ylabelEquipmentKindSalesPlan);
     global::Gtk.Table.TableChild w31 = ((global::Gtk.Table.TableChild)(this.tableWidget[this.ylabelEquipmentKindSalesPlan]));
     w31.TopAttach    = ((uint)(13));
     w31.BottomAttach = ((uint)(14));
     w31.XOptions     = ((global::Gtk.AttachOptions)(4));
     w31.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child tableWidget.Gtk.Table+TableChild
     this.ylabelEquipmentKindSalesPlan1           = new global::Gamma.GtkWidgets.yLabel();
     this.ylabelEquipmentKindSalesPlan1.Name      = "ylabelEquipmentKindSalesPlan1";
     this.ylabelEquipmentKindSalesPlan1.Xalign    = 1F;
     this.ylabelEquipmentKindSalesPlan1.LabelProp = global::Mono.Unix.Catalog.GetString("Виды оборудования:");
     this.ylabelEquipmentKindSalesPlan1.Justify   = ((global::Gtk.Justification)(1));
     this.ylabelEquipmentKindSalesPlan1.Ellipsize = ((global::Pango.EllipsizeMode)(3));
     this.tableWidget.Add(this.ylabelEquipmentKindSalesPlan1);
     global::Gtk.Table.TableChild w32 = ((global::Gtk.Table.TableChild)(this.tableWidget[this.ylabelEquipmentKindSalesPlan1]));
     w32.TopAttach    = ((uint)(10));
     w32.BottomAttach = ((uint)(11));
     w32.XOptions     = ((global::Gtk.AttachOptions)(4));
     w32.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child tableWidget.Gtk.Table+TableChild
     this.ylabelFullBottlesToSell           = new global::Gamma.GtkWidgets.yLabel();
     this.ylabelFullBottlesToSell.Name      = "ylabelFullBottlesToSell";
     this.ylabelFullBottlesToSell.Xalign    = 1F;
     this.ylabelFullBottlesToSell.LabelProp = global::Mono.Unix.Catalog.GetString("Бутылей на продажу:");
     this.tableWidget.Add(this.ylabelFullBottlesToSell);
     global::Gtk.Table.TableChild w33 = ((global::Gtk.Table.TableChild)(this.tableWidget[this.ylabelFullBottlesToSell]));
     w33.TopAttach    = ((uint)(1));
     w33.BottomAttach = ((uint)(2));
     w33.XOptions     = ((global::Gtk.AttachOptions)(4));
     w33.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child tableWidget.Gtk.Table+TableChild
     this.ylabelFullBottlesToTake           = new global::Gamma.GtkWidgets.yLabel();
     this.ylabelFullBottlesToTake.Name      = "ylabelFullBottlesToTake";
     this.ylabelFullBottlesToTake.Xalign    = 1F;
     this.ylabelFullBottlesToTake.LabelProp = global::Mono.Unix.Catalog.GetString("Бутылей на забор:");
     this.tableWidget.Add(this.ylabelFullBottlesToTake);
     global::Gtk.Table.TableChild w34 = ((global::Gtk.Table.TableChild)(this.tableWidget[this.ylabelFullBottlesToTake]));
     w34.TopAttach    = ((uint)(2));
     w34.BottomAttach = ((uint)(3));
     w34.XOptions     = ((global::Gtk.AttachOptions)(4));
     w34.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child tableWidget.Gtk.Table+TableChild
     this.ylabelNomenclatureSalesPlan           = new global::Gamma.GtkWidgets.yLabel();
     this.ylabelNomenclatureSalesPlan.Name      = "ylabelNomenclatureSalesPlan";
     this.ylabelNomenclatureSalesPlan.Xalign    = 1F;
     this.ylabelNomenclatureSalesPlan.LabelProp = global::Mono.Unix.Catalog.GetString("Номенклатуры:");
     this.ylabelNomenclatureSalesPlan.Justify   = ((global::Gtk.Justification)(1));
     this.ylabelNomenclatureSalesPlan.Ellipsize = ((global::Pango.EllipsizeMode)(3));
     this.tableWidget.Add(this.ylabelNomenclatureSalesPlan);
     global::Gtk.Table.TableChild w35 = ((global::Gtk.Table.TableChild)(this.tableWidget[this.ylabelNomenclatureSalesPlan]));
     w35.TopAttach    = ((uint)(7));
     w35.BottomAttach = ((uint)(8));
     w35.XOptions     = ((global::Gtk.AttachOptions)(4));
     w35.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child tableWidget.Gtk.Table+TableChild
     this.ylabelProceedsDay           = new global::Gamma.GtkWidgets.yLabel();
     this.ylabelProceedsDay.Name      = "ylabelProceedsDay";
     this.ylabelProceedsDay.Xalign    = 1F;
     this.ylabelProceedsDay.LabelProp = global::Mono.Unix.Catalog.GetString("Выручка за день:");
     this.tableWidget.Add(this.ylabelProceedsDay);
     global::Gtk.Table.TableChild w36 = ((global::Gtk.Table.TableChild)(this.tableWidget[this.ylabelProceedsDay]));
     w36.TopAttach    = ((uint)(3));
     w36.BottomAttach = ((uint)(4));
     w36.XOptions     = ((global::Gtk.AttachOptions)(4));
     w36.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child tableWidget.Gtk.Table+TableChild
     this.ylabelProceedsMonth           = new global::Gamma.GtkWidgets.yLabel();
     this.ylabelProceedsMonth.Name      = "ylabelProceedsMonth";
     this.ylabelProceedsMonth.Xalign    = 1F;
     this.ylabelProceedsMonth.LabelProp = global::Mono.Unix.Catalog.GetString("Выручка за месяц:");
     this.tableWidget.Add(this.ylabelProceedsMonth);
     global::Gtk.Table.TableChild w37 = ((global::Gtk.Table.TableChild)(this.tableWidget[this.ylabelProceedsMonth]));
     w37.TopAttach    = ((uint)(4));
     w37.BottomAttach = ((uint)(5));
     w37.XOptions     = ((global::Gtk.AttachOptions)(4));
     w37.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child tableWidget.Gtk.Table+TableChild
     this.yspeccomboboxEquipmentType                     = new global::Gamma.Widgets.ySpecComboBox();
     this.yspeccomboboxEquipmentType.Name                = "yspeccomboboxEquipmentType";
     this.yspeccomboboxEquipmentType.AddIfNotExist       = false;
     this.yspeccomboboxEquipmentType.DefaultFirst        = false;
     this.yspeccomboboxEquipmentType.ShowSpecialStateAll = false;
     this.yspeccomboboxEquipmentType.ShowSpecialStateNot = false;
     this.tableWidget.Add(this.yspeccomboboxEquipmentType);
     global::Gtk.Table.TableChild w38 = ((global::Gtk.Table.TableChild)(this.tableWidget[this.yspeccomboboxEquipmentType]));
     w38.TopAttach    = ((uint)(13));
     w38.BottomAttach = ((uint)(14));
     w38.LeftAttach   = ((uint)(3));
     w38.RightAttach  = ((uint)(5));
     w38.XOptions     = ((global::Gtk.AttachOptions)(4));
     w38.YOptions     = ((global::Gtk.AttachOptions)(0));
     this.vbox2.Add(this.tableWidget);
     global::Gtk.Box.BoxChild w39 = ((global::Gtk.Box.BoxChild)(this.vbox2[this.tableWidget]));
     w39.Position = 1;
     w1.Add(this.vbox2);
     this.scrolledwindow1.Add(w1);
     this.Add(this.scrolledwindow1);
     if ((this.Child != null))
     {
         this.Child.ShowAll();
     }
     this.ybuttonCancelEquipmentType.Hide();
     this.ybuttonSaveEquipmentType.Hide();
     this.yspeccomboboxEquipmentType.Hide();
     this.Hide();
 }
コード例 #18
0
 protected virtual void Build()
 {
     global::Stetic.Gui.Initialize(this);
     // Widget XR.Baboon.AssemblyItem
     global::Stetic.BinContainer.Attach(this);
     this.Name = "XR.Baboon.AssemblyItem";
     // Container child XR.Baboon.AssemblyItem.Gtk.Container+ContainerChild
     this.vbox3         = new global::Gtk.VBox();
     this.vbox3.Name    = "vbox3";
     this.vbox3.Spacing = 6;
     // Container child vbox3.Gtk.Box+BoxChild
     this.assemblyName           = new global::Gtk.Label();
     this.assemblyName.Name      = "assemblyName";
     this.assemblyName.Xpad      = 3;
     this.assemblyName.Ypad      = 3;
     this.assemblyName.Xalign    = 0F;
     this.assemblyName.LabelProp = global::Mono.Unix.Catalog.GetString("Foo.Bar.Baz.AssemblyName");
     this.assemblyName.UseMarkup = true;
     this.assemblyName.Ellipsize = ((global::Pango.EllipsizeMode)(3));
     this.vbox3.Add(this.assemblyName);
     global::Gtk.Box.BoxChild w1 = ((global::Gtk.Box.BoxChild)(this.vbox3 [this.assemblyName]));
     w1.Position = 0;
     w1.Expand   = false;
     w1.Fill     = false;
     // Container child vbox3.Gtk.Box+BoxChild
     this.sourceFolderPath           = new global::Gtk.Label();
     this.sourceFolderPath.Name      = "sourceFolderPath";
     this.sourceFolderPath.Xpad      = 5;
     this.sourceFolderPath.Ypad      = 2;
     this.sourceFolderPath.Xalign    = 0F;
     this.sourceFolderPath.LabelProp = global::Mono.Unix.Catalog.GetString("/home/foo/bar/baz/path/to/my/assembly/source/folder/blaa/basfdasdasdfasd/sdfsdfsdf/sdf/sdf/fsdfsd");
     this.sourceFolderPath.UseMarkup = true;
     this.sourceFolderPath.Ellipsize = ((global::Pango.EllipsizeMode)(1));
     this.vbox3.Add(this.sourceFolderPath);
     global::Gtk.Box.BoxChild w2 = ((global::Gtk.Box.BoxChild)(this.vbox3 [this.sourceFolderPath]));
     w2.Position = 1;
     w2.Expand   = false;
     w2.Fill     = false;
     // Container child vbox3.Gtk.Box+BoxChild
     this.newFolderPath      = new global::Gtk.FileChooserButton(global::Mono.Unix.Catalog.GetString("Select a Folder"), ((global::Gtk.FileChooserAction)(2)));
     this.newFolderPath.Name = "newFolderPath";
     this.vbox3.Add(this.newFolderPath);
     global::Gtk.Box.BoxChild w3 = ((global::Gtk.Box.BoxChild)(this.vbox3 [this.newFolderPath]));
     w3.Position = 2;
     w3.Expand   = false;
     w3.Fill     = false;
     // Container child vbox3.Gtk.Box+BoxChild
     this.hseparator1      = new global::Gtk.HSeparator();
     this.hseparator1.Name = "hseparator1";
     this.vbox3.Add(this.hseparator1);
     global::Gtk.Box.BoxChild w4 = ((global::Gtk.Box.BoxChild)(this.vbox3 [this.hseparator1]));
     w4.PackType = ((global::Gtk.PackType)(1));
     w4.Position = 3;
     w4.Expand   = false;
     w4.Fill     = false;
     this.Add(this.vbox3);
     if ((this.Child != null))
     {
         this.Child.ShowAll();
     }
     this.Hide();
 }
 protected virtual void Build()
 {
     global::Stetic.Gui.Initialize(this);
     // Widget MonoDevelop.Ide.Gui.Dialogs.OptionsDialog
     this.Name           = "MonoDevelop.Ide.Gui.Dialogs.OptionsDialog";
     this.Title          = global::MonoDevelop.Core.GettextCatalog.GetString("Options");
     this.WindowPosition = ((global::Gtk.WindowPosition)(4));
     this.Modal          = true;
     // Internal child MonoDevelop.Ide.Gui.Dialogs.OptionsDialog.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)(12));
     // Container child hbox1.Gtk.Box+BoxChild
     this.GtkScrolledWindow                  = new global::Gtk.ScrolledWindow();
     this.GtkScrolledWindow.Name             = "GtkScrolledWindow";
     this.GtkScrolledWindow.HscrollbarPolicy = ((global::Gtk.PolicyType)(2));
     this.GtkScrolledWindow.ShadowType       = ((global::Gtk.ShadowType)(1));
     // Container child GtkScrolledWindow.Gtk.Container+ContainerChild
     this.tree          = new global::Gtk.TreeView();
     this.tree.CanFocus = true;
     this.tree.Name     = "tree";
     this.GtkScrolledWindow.Add(this.tree);
     this.hbox1.Add(this.GtkScrolledWindow);
     global::Gtk.Box.BoxChild w3 = ((global::Gtk.Box.BoxChild)(this.hbox1[this.GtkScrolledWindow]));
     w3.Position = 0;
     w3.Expand   = false;
     // Container child hbox1.Gtk.Box+BoxChild
     this.vbox3         = new global::Gtk.VBox();
     this.vbox3.Name    = "vbox3";
     this.vbox3.Spacing = 9;
     // Container child vbox3.Gtk.Box+BoxChild
     this.hbox2         = new global::Gtk.HBox();
     this.hbox2.Name    = "hbox2";
     this.hbox2.Spacing = 6;
     // Container child hbox2.Gtk.Box+BoxChild
     this.image        = new global::Gtk.Image();
     this.image.Name   = "image";
     this.image.Pixbuf = global::Stetic.IconLoader.LoadIcon(this, "gtk-preferences", global::Gtk.IconSize.LargeToolbar);
     this.hbox2.Add(this.image);
     global::Gtk.Box.BoxChild w4 = ((global::Gtk.Box.BoxChild)(this.hbox2[this.image]));
     w4.Position = 0;
     w4.Expand   = false;
     w4.Fill     = false;
     // Container child hbox2.Gtk.Box+BoxChild
     this.labelTitle           = new global::Gtk.Label();
     this.labelTitle.Name      = "labelTitle";
     this.labelTitle.Xalign    = 0f;
     this.labelTitle.LabelProp = global::MonoDevelop.Core.GettextCatalog.GetString("<span weight=\"bold\" size=\"x-large\">Title</span>");
     this.labelTitle.UseMarkup = true;
     this.hbox2.Add(this.labelTitle);
     global::Gtk.Box.BoxChild w5 = ((global::Gtk.Box.BoxChild)(this.hbox2[this.labelTitle]));
     w5.Position = 1;
     this.vbox3.Add(this.hbox2);
     global::Gtk.Box.BoxChild w6 = ((global::Gtk.Box.BoxChild)(this.vbox3[this.hbox2]));
     w6.Position = 0;
     w6.Expand   = false;
     w6.Fill     = false;
     // Container child vbox3.Gtk.Box+BoxChild
     this.hseparator1      = new global::Gtk.HSeparator();
     this.hseparator1.Name = "hseparator1";
     this.vbox3.Add(this.hseparator1);
     global::Gtk.Box.BoxChild w7 = ((global::Gtk.Box.BoxChild)(this.vbox3[this.hseparator1]));
     w7.Position = 1;
     w7.Expand   = false;
     w7.Fill     = false;
     // Container child vbox3.Gtk.Box+BoxChild
     this.pageFrame         = new global::Gtk.HBox();
     this.pageFrame.Name    = "pageFrame";
     this.pageFrame.Spacing = 6;
     this.vbox3.Add(this.pageFrame);
     global::Gtk.Box.BoxChild w8 = ((global::Gtk.Box.BoxChild)(this.vbox3[this.pageFrame]));
     w8.Position = 2;
     this.hbox1.Add(this.vbox3);
     global::Gtk.Box.BoxChild w9 = ((global::Gtk.Box.BoxChild)(this.hbox1[this.vbox3]));
     w9.Position = 1;
     w9.Padding  = ((uint)(6));
     w1.Add(this.hbox1);
     global::Gtk.Box.BoxChild w10 = ((global::Gtk.Box.BoxChild)(w1[this.hbox1]));
     w10.Position = 0;
     // Internal child MonoDevelop.Ide.Gui.Dialogs.OptionsDialog.ActionArea
     global::Gtk.HButtonBox w11 = this.ActionArea;
     w11.Name        = "dialog1_ActionArea";
     w11.Spacing     = 6;
     w11.BorderWidth = ((uint)(5));
     w11.LayoutStyle = ((global::Gtk.ButtonBoxStyle)(4));
     // Container child dialog1_ActionArea.Gtk.ButtonBox+ButtonBoxChild
     this.buttonCancel              = new global::Gtk.Button();
     this.buttonCancel.CanDefault   = true;
     this.buttonCancel.CanFocus     = true;
     this.buttonCancel.Name         = "buttonCancel";
     this.buttonCancel.UseStock     = true;
     this.buttonCancel.UseUnderline = true;
     this.buttonCancel.Label        = "gtk-cancel";
     this.AddActionWidget(this.buttonCancel, -6);
     global::Gtk.ButtonBox.ButtonBoxChild w12 = ((global::Gtk.ButtonBox.ButtonBoxChild)(w11[this.buttonCancel]));
     w12.Expand = false;
     w12.Fill   = false;
     // Container child dialog1_ActionArea.Gtk.ButtonBox+ButtonBoxChild
     this.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";
     w11.Add(this.buttonOk);
     global::Gtk.ButtonBox.ButtonBoxChild w13 = ((global::Gtk.ButtonBox.ButtonBoxChild)(w11[this.buttonOk]));
     w13.Position = 1;
     w13.Expand   = false;
     w13.Fill     = false;
     if ((this.Child != null))
     {
         this.Child.ShowAll();
     }
     this.DefaultWidth  = 722;
     this.DefaultHeight = 502;
     this.Show();
     this.buttonOk.Clicked += new global::System.EventHandler(this.OnButtonOkClicked);
 }
コード例 #20
0
 protected virtual void Build()
 {
     global::Stetic.Gui.Initialize(this);
     // Widget ProyectoAeonFlux.Clientes
     this.Name           = "ProyectoAeonFlux.Clientes";
     this.Title          = global::Mono.Unix.Catalog.GetString("Clientes");
     this.WindowPosition = ((global::Gtk.WindowPosition)(4));
     // Container child ProyectoAeonFlux.Clientes.Gtk.Container+ContainerChild
     this.vbox14         = new global::Gtk.VBox();
     this.vbox14.Name    = "vbox14";
     this.vbox14.Spacing = 6;
     // Container child vbox14.Gtk.Box+BoxChild
     this.vbox15         = new global::Gtk.VBox();
     this.vbox15.Name    = "vbox15";
     this.vbox15.Spacing = 6;
     // Container child vbox15.Gtk.Box+BoxChild
     this.hbox21         = new global::Gtk.HBox();
     this.hbox21.Name    = "hbox21";
     this.hbox21.Spacing = 6;
     // Container child hbox21.Gtk.Box+BoxChild
     this.hseparator15      = new global::Gtk.HSeparator();
     this.hseparator15.Name = "hseparator15";
     this.hbox21.Add(this.hseparator15);
     global::Gtk.Box.BoxChild w1 = ((global::Gtk.Box.BoxChild)(this.hbox21 [this.hseparator15]));
     w1.Position = 0;
     // Container child hbox21.Gtk.Box+BoxChild
     this.lblclientes           = new global::Gtk.Label();
     this.lblclientes.Name      = "lblclientes";
     this.lblclientes.LabelProp = global::Mono.Unix.Catalog.GetString("<span color='blue'>Clientes</span>");
     this.lblclientes.UseMarkup = true;
     this.hbox21.Add(this.lblclientes);
     global::Gtk.Box.BoxChild w2 = ((global::Gtk.Box.BoxChild)(this.hbox21 [this.lblclientes]));
     w2.Position = 1;
     w2.Expand   = false;
     w2.Fill     = false;
     // Container child hbox21.Gtk.Box+BoxChild
     this.hseparator14      = new global::Gtk.HSeparator();
     this.hseparator14.Name = "hseparator14";
     this.hbox21.Add(this.hseparator14);
     global::Gtk.Box.BoxChild w3 = ((global::Gtk.Box.BoxChild)(this.hbox21 [this.hseparator14]));
     w3.Position = 2;
     this.vbox15.Add(this.hbox21);
     global::Gtk.Box.BoxChild w4 = ((global::Gtk.Box.BoxChild)(this.vbox15 [this.hbox21]));
     w4.Position = 0;
     w4.Expand   = false;
     w4.Fill     = false;
     // Container child vbox15.Gtk.Box+BoxChild
     this.hbox22         = new global::Gtk.HBox();
     this.hbox22.Name    = "hbox22";
     this.hbox22.Spacing = 6;
     // Container child hbox22.Gtk.Box+BoxChild
     this.lblrif           = new global::Gtk.Label();
     this.lblrif.Name      = "lblrif";
     this.lblrif.LabelProp = global::Mono.Unix.Catalog.GetString("RIF");
     this.hbox22.Add(this.lblrif);
     global::Gtk.Box.BoxChild w5 = ((global::Gtk.Box.BoxChild)(this.hbox22 [this.lblrif]));
     w5.Position = 0;
     w5.Expand   = false;
     w5.Fill     = false;
     // Container child hbox22.Gtk.Box+BoxChild
     this.entrif               = new global::Gtk.Entry();
     this.entrif.CanFocus      = true;
     this.entrif.Name          = "entrif";
     this.entrif.IsEditable    = true;
     this.entrif.InvisibleChar = '•';
     this.hbox22.Add(this.entrif);
     global::Gtk.Box.BoxChild w6 = ((global::Gtk.Box.BoxChild)(this.hbox22 [this.entrif]));
     w6.Position = 1;
     // Container child hbox22.Gtk.Box+BoxChild
     this.lblnombre           = new global::Gtk.Label();
     this.lblnombre.Name      = "lblnombre";
     this.lblnombre.LabelProp = global::Mono.Unix.Catalog.GetString("Nombre");
     this.hbox22.Add(this.lblnombre);
     global::Gtk.Box.BoxChild w7 = ((global::Gtk.Box.BoxChild)(this.hbox22 [this.lblnombre]));
     w7.Position = 2;
     w7.Expand   = false;
     w7.Fill     = false;
     // Container child hbox22.Gtk.Box+BoxChild
     this.entnombre               = new global::Gtk.Entry();
     this.entnombre.CanFocus      = true;
     this.entnombre.Name          = "entnombre";
     this.entnombre.IsEditable    = true;
     this.entnombre.InvisibleChar = '•';
     this.hbox22.Add(this.entnombre);
     global::Gtk.Box.BoxChild w8 = ((global::Gtk.Box.BoxChild)(this.hbox22 [this.entnombre]));
     w8.Position = 3;
     this.vbox15.Add(this.hbox22);
     global::Gtk.Box.BoxChild w9 = ((global::Gtk.Box.BoxChild)(this.vbox15 [this.hbox22]));
     w9.Position = 1;
     w9.Expand   = false;
     w9.Fill     = false;
     // Container child vbox15.Gtk.Box+BoxChild
     this.hbox23         = new global::Gtk.HBox();
     this.hbox23.Name    = "hbox23";
     this.hbox23.Spacing = 6;
     // Container child hbox23.Gtk.Box+BoxChild
     this.lbldir           = new global::Gtk.Label();
     this.lbldir.Name      = "lbldir";
     this.lbldir.LabelProp = global::Mono.Unix.Catalog.GetString("Direccion");
     this.hbox23.Add(this.lbldir);
     global::Gtk.Box.BoxChild w10 = ((global::Gtk.Box.BoxChild)(this.hbox23 [this.lbldir]));
     w10.Position = 0;
     w10.Expand   = false;
     w10.Fill     = false;
     // Container child hbox23.Gtk.Box+BoxChild
     this.entdir               = new global::Gtk.Entry();
     this.entdir.CanFocus      = true;
     this.entdir.Name          = "entdir";
     this.entdir.IsEditable    = true;
     this.entdir.InvisibleChar = '•';
     this.hbox23.Add(this.entdir);
     global::Gtk.Box.BoxChild w11 = ((global::Gtk.Box.BoxChild)(this.hbox23 [this.entdir]));
     w11.Position = 1;
     this.vbox15.Add(this.hbox23);
     global::Gtk.Box.BoxChild w12 = ((global::Gtk.Box.BoxChild)(this.vbox15 [this.hbox23]));
     w12.Position = 2;
     w12.Expand   = false;
     w12.Fill     = false;
     this.vbox14.Add(this.vbox15);
     global::Gtk.Box.BoxChild w13 = ((global::Gtk.Box.BoxChild)(this.vbox14 [this.vbox15]));
     w13.Position = 0;
     w13.Expand   = false;
     w13.Fill     = false;
     // Container child vbox14.Gtk.Box+BoxChild
     this.vbox16         = new global::Gtk.VBox();
     this.vbox16.Name    = "vbox16";
     this.vbox16.Spacing = 6;
     // Container child vbox16.Gtk.Box+BoxChild
     this.hbox24         = new global::Gtk.HBox();
     this.hbox24.Name    = "hbox24";
     this.hbox24.Spacing = 6;
     // Container child hbox24.Gtk.Box+BoxChild
     this.lbltlfno           = new global::Gtk.Label();
     this.lbltlfno.Name      = "lbltlfno";
     this.lbltlfno.LabelProp = global::Mono.Unix.Catalog.GetString("Telefono");
     this.hbox24.Add(this.lbltlfno);
     global::Gtk.Box.BoxChild w14 = ((global::Gtk.Box.BoxChild)(this.hbox24 [this.lbltlfno]));
     w14.Position = 0;
     w14.Expand   = false;
     w14.Fill     = false;
     // Container child hbox24.Gtk.Box+BoxChild
     this.enttlfno               = new global::Gtk.Entry();
     this.enttlfno.CanFocus      = true;
     this.enttlfno.Name          = "enttlfno";
     this.enttlfno.IsEditable    = true;
     this.enttlfno.InvisibleChar = '•';
     this.hbox24.Add(this.enttlfno);
     global::Gtk.Box.BoxChild w15 = ((global::Gtk.Box.BoxChild)(this.hbox24 [this.enttlfno]));
     w15.Position = 1;
     w15.Expand   = false;
     this.vbox16.Add(this.hbox24);
     global::Gtk.Box.BoxChild w16 = ((global::Gtk.Box.BoxChild)(this.vbox16 [this.hbox24]));
     w16.Position = 0;
     w16.Expand   = false;
     w16.Fill     = false;
     // Container child vbox16.Gtk.Box+BoxChild
     this.hbox25         = new global::Gtk.HBox();
     this.hbox25.Name    = "hbox25";
     this.hbox25.Spacing = 6;
     // Container child hbox25.Gtk.Box+BoxChild
     this.btnbuscar              = new global::Gtk.Button();
     this.btnbuscar.Sensitive    = false;
     this.btnbuscar.CanFocus     = true;
     this.btnbuscar.Name         = "btnbuscar";
     this.btnbuscar.UseUnderline = true;
     this.btnbuscar.Label        = global::Mono.Unix.Catalog.GetString("Buscar");
     this.hbox25.Add(this.btnbuscar);
     global::Gtk.Box.BoxChild w17 = ((global::Gtk.Box.BoxChild)(this.hbox25 [this.btnbuscar]));
     w17.Position = 0;
     w17.Fill     = false;
     // Container child hbox25.Gtk.Box+BoxChild
     this.btnincluir              = new global::Gtk.Button();
     this.btnincluir.Sensitive    = false;
     this.btnincluir.CanFocus     = true;
     this.btnincluir.Name         = "btnincluir";
     this.btnincluir.UseUnderline = true;
     this.btnincluir.Label        = global::Mono.Unix.Catalog.GetString("Incluir");
     this.hbox25.Add(this.btnincluir);
     global::Gtk.Box.BoxChild w18 = ((global::Gtk.Box.BoxChild)(this.hbox25 [this.btnincluir]));
     w18.Position = 1;
     w18.Fill     = false;
     // Container child hbox25.Gtk.Box+BoxChild
     this.btnmodificar              = new global::Gtk.Button();
     this.btnmodificar.Sensitive    = false;
     this.btnmodificar.CanFocus     = true;
     this.btnmodificar.Name         = "btnmodificar";
     this.btnmodificar.UseUnderline = true;
     this.btnmodificar.Label        = global::Mono.Unix.Catalog.GetString("Modificar");
     this.hbox25.Add(this.btnmodificar);
     global::Gtk.Box.BoxChild w19 = ((global::Gtk.Box.BoxChild)(this.hbox25 [this.btnmodificar]));
     w19.Position = 2;
     w19.Fill     = false;
     this.vbox16.Add(this.hbox25);
     global::Gtk.Box.BoxChild w20 = ((global::Gtk.Box.BoxChild)(this.vbox16 [this.hbox25]));
     w20.Position = 1;
     w20.Expand   = false;
     w20.Fill     = false;
     // Container child vbox16.Gtk.Box+BoxChild
     this.hseparator13      = new global::Gtk.HSeparator();
     this.hseparator13.Name = "hseparator13";
     this.vbox16.Add(this.hseparator13);
     global::Gtk.Box.BoxChild w21 = ((global::Gtk.Box.BoxChild)(this.vbox16 [this.hseparator13]));
     w21.Position = 2;
     w21.Expand   = false;
     w21.Fill     = false;
     this.vbox14.Add(this.vbox16);
     global::Gtk.Box.BoxChild w22 = ((global::Gtk.Box.BoxChild)(this.vbox14 [this.vbox16]));
     w22.Position = 1;
     w22.Expand   = false;
     w22.Fill     = false;
     // Container child vbox14.Gtk.Box+BoxChild
     this.hbox26         = new global::Gtk.HBox();
     this.hbox26.Name    = "hbox26";
     this.hbox26.Spacing = 6;
     // Container child hbox26.Gtk.Box+BoxChild
     this.btnreactivar              = new global::Gtk.Button();
     this.btnreactivar.Sensitive    = false;
     this.btnreactivar.CanFocus     = true;
     this.btnreactivar.Name         = "btnreactivar";
     this.btnreactivar.UseUnderline = true;
     this.btnreactivar.Label        = global::Mono.Unix.Catalog.GetString("Reactivar");
     this.hbox26.Add(this.btnreactivar);
     global::Gtk.Box.BoxChild w23 = ((global::Gtk.Box.BoxChild)(this.hbox26 [this.btnreactivar]));
     w23.Position = 0;
     w23.Expand   = false;
     w23.Fill     = false;
     // Container child hbox26.Gtk.Box+BoxChild
     this.btneliminar              = new global::Gtk.Button();
     this.btneliminar.Sensitive    = false;
     this.btneliminar.CanFocus     = true;
     this.btneliminar.Name         = "btneliminar";
     this.btneliminar.UseUnderline = true;
     this.btneliminar.Label        = global::Mono.Unix.Catalog.GetString("Eliminar");
     this.hbox26.Add(this.btneliminar);
     global::Gtk.Box.BoxChild w24 = ((global::Gtk.Box.BoxChild)(this.hbox26 [this.btneliminar]));
     w24.Position = 1;
     w24.Fill     = false;
     // Container child hbox26.Gtk.Box+BoxChild
     this.btncancelar              = new global::Gtk.Button();
     this.btncancelar.Sensitive    = false;
     this.btncancelar.CanFocus     = true;
     this.btncancelar.Name         = "btncancelar";
     this.btncancelar.UseUnderline = true;
     this.btncancelar.Label        = global::Mono.Unix.Catalog.GetString("Cancelar");
     this.hbox26.Add(this.btncancelar);
     global::Gtk.Box.BoxChild w25 = ((global::Gtk.Box.BoxChild)(this.hbox26 [this.btncancelar]));
     w25.Position = 2;
     w25.Expand   = false;
     w25.Fill     = false;
     this.vbox14.Add(this.hbox26);
     global::Gtk.Box.BoxChild w26 = ((global::Gtk.Box.BoxChild)(this.vbox14 [this.hbox26]));
     w26.Position = 2;
     w26.Expand   = false;
     w26.Fill     = false;
     // Container child vbox14.Gtk.Box+BoxChild
     this.hbox27         = new global::Gtk.HBox();
     this.hbox27.Name    = "hbox27";
     this.hbox27.Spacing = 6;
     // Container child hbox27.Gtk.Box+BoxChild
     this.vbox17         = new global::Gtk.VBox();
     this.vbox17.Name    = "vbox17";
     this.vbox17.Spacing = 6;
     // Container child vbox17.Gtk.Box+BoxChild
     this.lblfecha      = new global::Gtk.Label();
     this.lblfecha.Name = "lblfecha";
     this.vbox17.Add(this.lblfecha);
     global::Gtk.Box.BoxChild w27 = ((global::Gtk.Box.BoxChild)(this.vbox17 [this.lblfecha]));
     w27.Position = 0;
     w27.Expand   = false;
     w27.Fill     = false;
     // Container child vbox17.Gtk.Box+BoxChild
     this.lblhora      = new global::Gtk.Label();
     this.lblhora.Name = "lblhora";
     this.vbox17.Add(this.lblhora);
     global::Gtk.Box.BoxChild w28 = ((global::Gtk.Box.BoxChild)(this.vbox17 [this.lblhora]));
     w28.Position = 1;
     w28.Expand   = false;
     w28.Fill     = false;
     this.hbox27.Add(this.vbox17);
     global::Gtk.Box.BoxChild w29 = ((global::Gtk.Box.BoxChild)(this.hbox27 [this.vbox17]));
     w29.Position = 0;
     w29.Expand   = false;
     w29.Fill     = false;
     // Container child hbox27.Gtk.Box+BoxChild
     this.vseparator4      = new global::Gtk.VSeparator();
     this.vseparator4.Name = "vseparator4";
     this.hbox27.Add(this.vseparator4);
     global::Gtk.Box.BoxChild w30 = ((global::Gtk.Box.BoxChild)(this.hbox27 [this.vseparator4]));
     w30.Position = 1;
     w30.Fill     = false;
     // Container child hbox27.Gtk.Box+BoxChild
     this.btnvolver              = new global::Gtk.Button();
     this.btnvolver.CanFocus     = true;
     this.btnvolver.Name         = "btnvolver";
     this.btnvolver.UseUnderline = true;
     this.btnvolver.Label        = global::Mono.Unix.Catalog.GetString("Volver");
     this.hbox27.Add(this.btnvolver);
     global::Gtk.Box.BoxChild w31 = ((global::Gtk.Box.BoxChild)(this.hbox27 [this.btnvolver]));
     w31.Position = 2;
     w31.Expand   = false;
     w31.Fill     = false;
     // Container child hbox27.Gtk.Box+BoxChild
     this.btnsalir              = new global::Gtk.Button();
     this.btnsalir.CanFocus     = true;
     this.btnsalir.Name         = "btnsalir";
     this.btnsalir.UseUnderline = true;
     this.btnsalir.Label        = global::Mono.Unix.Catalog.GetString("Salir");
     this.hbox27.Add(this.btnsalir);
     global::Gtk.Box.BoxChild w32 = ((global::Gtk.Box.BoxChild)(this.hbox27 [this.btnsalir]));
     w32.Position = 3;
     w32.Expand   = false;
     w32.Fill     = false;
     this.vbox14.Add(this.hbox27);
     global::Gtk.Box.BoxChild w33 = ((global::Gtk.Box.BoxChild)(this.vbox14 [this.hbox27]));
     w33.Position = 3;
     w33.Expand   = false;
     w33.Fill     = false;
     this.Add(this.vbox14);
     if ((this.Child != null))
     {
         this.Child.ShowAll();
     }
     this.DefaultWidth  = 505;
     this.DefaultHeight = 256;
     this.Show();
     this.entrif.Changed       += new global::System.EventHandler(this.OnEntrifChanged);
     this.entnombre.Changed    += new global::System.EventHandler(this.OnEntnombreChanged);
     this.entdir.Changed       += new global::System.EventHandler(this.OnEntdirChanged);
     this.enttlfno.Changed     += new global::System.EventHandler(this.OnEnttlfnoChanged);
     this.btnbuscar.Clicked    += new global::System.EventHandler(this.OnBtnbuscarClicked);
     this.btnincluir.Clicked   += new global::System.EventHandler(this.OnBtnincluirClicked);
     this.btnmodificar.Clicked += new global::System.EventHandler(this.OnBtnmodificarClicked);
     this.btnreactivar.Clicked += new global::System.EventHandler(this.OnBtnreactivarClicked);
     this.btneliminar.Clicked  += new global::System.EventHandler(this.OnBtneliminarClicked);
     this.btncancelar.Clicked  += new global::System.EventHandler(this.OnBtncancelarClicked);
     this.btnvolver.Clicked    += new global::System.EventHandler(this.OnBtnvolverClicked);
     this.btnsalir.Clicked     += new global::System.EventHandler(this.OnBtnsalirClicked);
 }
		protected virtual void Build ()
		{
			global::Stetic.Gui.Initialize (this);
			// Widget MonoDevelop.Ide.Gui.OptionPanels.AddInsPanelWidget
			global::Stetic.BinContainer.Attach (this);
			this.Name = "MonoDevelop.Ide.Gui.OptionPanels.AddInsPanelWidget";
			// Container child MonoDevelop.Ide.Gui.OptionPanels.AddInsPanelWidget.Gtk.Container+ContainerChild
			this.vbox72 = new global::Gtk.VBox ();
			this.vbox72.Name = "vbox72";
			this.vbox72.Spacing = 6;
			// Container child vbox72.Gtk.Box+BoxChild
			this.lookCheck = new global::Gtk.CheckButton ();
			this.lookCheck.Name = "lookCheck";
			this.lookCheck.Label = global::MonoDevelop.Core.GettextCatalog.GetString ("Look for add-in updates at startup, with the following periodicity:");
			this.lookCheck.DrawIndicator = true;
			this.lookCheck.UseUnderline = true;
			this.vbox72.Add (this.lookCheck);
			global::Gtk.Box.BoxChild w1 = ((global::Gtk.Box.BoxChild)(this.vbox72 [this.lookCheck]));
			w1.Position = 0;
			w1.Expand = false;
			w1.Fill = false;
			// Container child vbox72.Gtk.Box+BoxChild
			this.hbox46 = new global::Gtk.HBox ();
			this.hbox46.Name = "hbox46";
			this.hbox46.Spacing = 6;
			// Container child hbox46.Gtk.Box+BoxChild
			this.label104 = new global::Gtk.Label ();
			this.label104.WidthRequest = 24;
			this.label104.Name = "label104";
			this.label104.Xalign = 0F;
			this.label104.Yalign = 0F;
			this.hbox46.Add (this.label104);
			global::Gtk.Box.BoxChild w2 = ((global::Gtk.Box.BoxChild)(this.hbox46 [this.label104]));
			w2.Position = 0;
			w2.Expand = false;
			w2.Fill = false;
			// Container child hbox46.Gtk.Box+BoxChild
			this.label105 = new global::Gtk.Label ();
			this.label105.Name = "label105";
			this.label105.Xalign = 0F;
			this.label105.LabelProp = global::MonoDevelop.Core.GettextCatalog.GetString ("Every");
			this.hbox46.Add (this.label105);
			global::Gtk.Box.BoxChild w3 = ((global::Gtk.Box.BoxChild)(this.hbox46 [this.label105]));
			w3.Position = 1;
			w3.Expand = false;
			w3.Fill = false;
			// Container child hbox46.Gtk.Box+BoxChild
			this.valueSpin = new global::Gtk.SpinButton (0, 100, 1);
			this.valueSpin.Name = "valueSpin";
			this.valueSpin.Adjustment.PageIncrement = 10;
			this.valueSpin.ClimbRate = 1;
			this.valueSpin.Numeric = true;
			this.valueSpin.Value = 1;
			this.hbox46.Add (this.valueSpin);
			global::Gtk.Box.BoxChild w4 = ((global::Gtk.Box.BoxChild)(this.hbox46 [this.valueSpin]));
			w4.Position = 2;
			w4.Expand = false;
			w4.Fill = false;
			// Container child hbox46.Gtk.Box+BoxChild
			this.periodCombo = global::Gtk.ComboBox.NewText ();
			this.periodCombo.AppendText (global::MonoDevelop.Core.GettextCatalog.GetString ("Days"));
			this.periodCombo.AppendText (global::MonoDevelop.Core.GettextCatalog.GetString ("Months"));
			this.periodCombo.Name = "periodCombo";
			this.periodCombo.Active = 0;
			this.hbox46.Add (this.periodCombo);
			global::Gtk.Box.BoxChild w5 = ((global::Gtk.Box.BoxChild)(this.hbox46 [this.periodCombo]));
			w5.Position = 3;
			w5.Expand = false;
			w5.Fill = false;
			this.vbox72.Add (this.hbox46);
			global::Gtk.Box.BoxChild w6 = ((global::Gtk.Box.BoxChild)(this.vbox72 [this.hbox46]));
			w6.Position = 1;
			w6.Expand = false;
			w6.Fill = false;
			// Container child vbox72.Gtk.Box+BoxChild
			this.hseparator1 = new global::Gtk.HSeparator ();
			this.hseparator1.Name = "hseparator1";
			this.vbox72.Add (this.hseparator1);
			global::Gtk.Box.BoxChild w7 = ((global::Gtk.Box.BoxChild)(this.vbox72 [this.hseparator1]));
			w7.Position = 2;
			w7.Expand = false;
			w7.Fill = false;
			// Container child vbox72.Gtk.Box+BoxChild
			this.hbox47 = new global::Gtk.HBox ();
			this.hbox47.Name = "hbox47";
			// Container child hbox47.Gtk.Box+BoxChild
			this.managerButton = new global::Gtk.Button ();
			this.managerButton.Name = "managerButton";
			this.managerButton.UseUnderline = true;
			this.managerButton.Label = global::MonoDevelop.Core.GettextCatalog.GetString ("Add-in Manager...");
			this.hbox47.Add (this.managerButton);
			global::Gtk.Box.BoxChild w8 = ((global::Gtk.Box.BoxChild)(this.hbox47 [this.managerButton]));
			w8.Position = 0;
			w8.Expand = false;
			w8.Fill = false;
			this.vbox72.Add (this.hbox47);
			global::Gtk.Box.BoxChild w9 = ((global::Gtk.Box.BoxChild)(this.vbox72 [this.hbox47]));
			w9.Position = 3;
			w9.Expand = false;
			w9.Fill = false;
			this.Add (this.vbox72);
			if ((this.Child != null)) {
				this.Child.ShowAll ();
			}
			this.Show ();
			this.lookCheck.Clicked += new global::System.EventHandler (this.OnCheckToggled);
			this.managerButton.Clicked += new global::System.EventHandler (this.OnManageClicked);
		}
コード例 #22
0
 protected virtual void Build()
 {
     global::Stetic.Gui.Initialize(this);
     // Widget TraceLab.UI.GTK.ExperimentCanvasWidget
     global::Stetic.BinContainer.Attach(this);
     this.Name = "TraceLab.UI.GTK.ExperimentCanvasWidget";
     // Container child TraceLab.UI.GTK.ExperimentCanvasWidget.Gtk.Container+ContainerChild
     this.hbox2         = new global::Gtk.HBox();
     this.hbox2.Name    = "hbox2";
     this.hbox2.Spacing = 6;
     // Container child hbox2.Gtk.Box+BoxChild
     this.vbox2         = new global::Gtk.VBox();
     this.vbox2.Name    = "vbox2";
     this.vbox2.Spacing = 6;
     // Container child vbox2.Gtk.Box+BoxChild
     this.experimentCrumbs         = new global::TraceLab.UI.GTK.Crumbs();
     this.experimentCrumbs.Events  = ((global::Gdk.EventMask)(256));
     this.experimentCrumbs.Name    = "experimentCrumbs";
     this.experimentCrumbs.Radius  = 5;
     this.experimentCrumbs.Spacing = 11;
     this.experimentCrumbs.Xoffset = 12;
     this.experimentCrumbs.Yoffset = 6;
     this.vbox2.Add(this.experimentCrumbs);
     global::Gtk.Box.BoxChild w1 = ((global::Gtk.Box.BoxChild)(this.vbox2 [this.experimentCrumbs]));
     w1.Position = 0;
     w1.Expand   = false;
     w1.Fill     = false;
     // Container child vbox2.Gtk.Box+BoxChild
     this.experimentCanvas        = new global::MonoHotDraw.SteticComponent();
     this.experimentCanvas.Events = ((global::Gdk.EventMask)(256));
     this.experimentCanvas.Name   = "experimentCanvas";
     this.vbox2.Add(this.experimentCanvas);
     global::Gtk.Box.BoxChild w2 = ((global::Gtk.Box.BoxChild)(this.vbox2 [this.experimentCanvas]));
     w2.Position = 1;
     this.hbox2.Add(this.vbox2);
     global::Gtk.Box.BoxChild w3 = ((global::Gtk.Box.BoxChild)(this.hbox2 [this.vbox2]));
     w3.Position = 0;
     // Container child hbox2.Gtk.Box+BoxChild
     this.vbox1         = new global::Gtk.VBox();
     this.vbox1.Name    = "vbox1";
     this.vbox1.Spacing = 6;
     // Container child vbox1.Gtk.Box+BoxChild
     this.zoomScale                          = new global::Gtk.VScale(null);
     this.zoomScale.CanFocus                 = true;
     this.zoomScale.Name                     = "zoomScale";
     this.zoomScale.Inverted                 = true;
     this.zoomScale.Adjustment.Lower         = 0.1;
     this.zoomScale.Adjustment.Upper         = 3;
     this.zoomScale.Adjustment.PageIncrement = 0.1;
     this.zoomScale.Adjustment.StepIncrement = 0.01;
     this.zoomScale.Adjustment.Value         = 1;
     this.zoomScale.DrawValue                = true;
     this.zoomScale.Digits                   = 2;
     this.zoomScale.ValuePos                 = ((global::Gtk.PositionType)(3));
     this.vbox1.Add(this.zoomScale);
     global::Gtk.Box.BoxChild w4 = ((global::Gtk.Box.BoxChild)(this.vbox1 [this.zoomScale]));
     w4.Position = 0;
     // Container child vbox1.Gtk.Box+BoxChild
     this.scaleToOriginalSizeButton = new global::Gtk.Button();
     this.scaleToOriginalSizeButton.TooltipMarkup = "Zoom to orginal 1:1 scale";
     this.scaleToOriginalSizeButton.CanFocus      = true;
     this.scaleToOriginalSizeButton.Name          = "scaleToOriginalSizeButton";
     // Container child scaleToOriginalSizeButton.Gtk.Container+ContainerChild
     global::Gtk.Alignment w5 = new global::Gtk.Alignment(0.5F, 0.5F, 0F, 0F);
     // Container child GtkAlignment.Gtk.Container+ContainerChild
     global::Gtk.HBox w6 = new global::Gtk.HBox();
     w6.Spacing = 2;
     // Container child GtkHBox.Gtk.Container+ContainerChild
     global::Gtk.Image w7 = new global::Gtk.Image();
     w7.Pixbuf = global::Stetic.IconLoader.LoadIcon(this, "gtk-zoom-100", global::Gtk.IconSize.Menu);
     w6.Add(w7);
     // Container child GtkHBox.Gtk.Container+ContainerChild
     global::Gtk.Label w9 = new global::Gtk.Label();
     w6.Add(w9);
     w5.Add(w6);
     this.scaleToOriginalSizeButton.Add(w5);
     this.vbox1.Add(this.scaleToOriginalSizeButton);
     global::Gtk.Box.BoxChild w13 = ((global::Gtk.Box.BoxChild)(this.vbox1 [this.scaleToOriginalSizeButton]));
     w13.Position = 1;
     w13.Expand   = false;
     w13.Fill     = false;
     // Container child vbox1.Gtk.Box+BoxChild
     this.zoomToFitButton = new global::Gtk.Button();
     this.zoomToFitButton.TooltipMarkup = "Zoom to fit";
     this.zoomToFitButton.CanFocus      = true;
     this.zoomToFitButton.Name          = "zoomToFitButton";
     // Container child zoomToFitButton.Gtk.Container+ContainerChild
     global::Gtk.Alignment w14 = new global::Gtk.Alignment(0.5F, 0.5F, 0F, 0F);
     // Container child GtkAlignment.Gtk.Container+ContainerChild
     global::Gtk.HBox w15 = new global::Gtk.HBox();
     w15.Spacing = 2;
     // Container child GtkHBox.Gtk.Container+ContainerChild
     global::Gtk.Image w16 = new global::Gtk.Image();
     w16.Pixbuf = global::Stetic.IconLoader.LoadIcon(this, "gtk-zoom-fit", global::Gtk.IconSize.Menu);
     w15.Add(w16);
     // Container child GtkHBox.Gtk.Container+ContainerChild
     global::Gtk.Label w18 = new global::Gtk.Label();
     w15.Add(w18);
     w14.Add(w15);
     this.zoomToFitButton.Add(w14);
     this.vbox1.Add(this.zoomToFitButton);
     global::Gtk.Box.BoxChild w22 = ((global::Gtk.Box.BoxChild)(this.vbox1 [this.zoomToFitButton]));
     w22.Position = 2;
     w22.Expand   = false;
     w22.Fill     = false;
     // Container child vbox1.Gtk.Box+BoxChild
     this.hseparator1      = new global::Gtk.HSeparator();
     this.hseparator1.Name = "hseparator1";
     this.vbox1.Add(this.hseparator1);
     global::Gtk.Box.BoxChild w23 = ((global::Gtk.Box.BoxChild)(this.vbox1 [this.hseparator1]));
     w23.Position = 3;
     w23.Expand   = false;
     w23.Fill     = false;
     // Container child vbox1.Gtk.Box+BoxChild
     this.selectionToolButton              = new global::Gtk.ToggleButton();
     this.selectionToolButton.CanFocus     = true;
     this.selectionToolButton.Name         = "selectionToolButton";
     this.selectionToolButton.UseUnderline = true;
     this.selectionToolButton.Active       = true;
     // Container child selectionToolButton.Gtk.Container+ContainerChild
     global::Gtk.Alignment w24 = new global::Gtk.Alignment(0.5F, 0.5F, 0F, 0F);
     // Container child GtkAlignment.Gtk.Container+ContainerChild
     global::Gtk.HBox w25 = new global::Gtk.HBox();
     w25.Spacing = 2;
     // Container child GtkHBox.Gtk.Container+ContainerChild
     global::Gtk.Image w26 = new global::Gtk.Image();
     w26.Pixbuf = global::Gdk.Pixbuf.LoadFromResource("TraceLab.UI.GTK.Resources.arrowcursor_icon.png");
     w25.Add(w26);
     // Container child GtkHBox.Gtk.Container+ContainerChild
     global::Gtk.Label w28 = new global::Gtk.Label();
     w25.Add(w28);
     w24.Add(w25);
     this.selectionToolButton.Add(w24);
     this.vbox1.Add(this.selectionToolButton);
     global::Gtk.Box.BoxChild w32 = ((global::Gtk.Box.BoxChild)(this.vbox1 [this.selectionToolButton]));
     w32.Position = 4;
     w32.Expand   = false;
     w32.Fill     = false;
     // Container child vbox1.Gtk.Box+BoxChild
     this.panToolButton              = new global::Gtk.ToggleButton();
     this.panToolButton.CanFocus     = true;
     this.panToolButton.Name         = "panToolButton";
     this.panToolButton.UseUnderline = true;
     // Container child panToolButton.Gtk.Container+ContainerChild
     global::Gtk.Alignment w33 = new global::Gtk.Alignment(0.5F, 0.5F, 0F, 0F);
     // Container child GtkAlignment.Gtk.Container+ContainerChild
     global::Gtk.HBox w34 = new global::Gtk.HBox();
     w34.Spacing = 2;
     // Container child GtkHBox.Gtk.Container+ContainerChild
     global::Gtk.Image w35 = new global::Gtk.Image();
     w35.Pixbuf = global::Gdk.Pixbuf.LoadFromResource("TraceLab.UI.GTK.Resources.cursor-grab-open.png");
     w34.Add(w35);
     // Container child GtkHBox.Gtk.Container+ContainerChild
     global::Gtk.Label w37 = new global::Gtk.Label();
     w34.Add(w37);
     w33.Add(w34);
     this.panToolButton.Add(w33);
     this.vbox1.Add(this.panToolButton);
     global::Gtk.Box.BoxChild w41 = ((global::Gtk.Box.BoxChild)(this.vbox1 [this.panToolButton]));
     w41.Position = 5;
     w41.Expand   = false;
     w41.Fill     = false;
     this.hbox2.Add(this.vbox1);
     global::Gtk.Box.BoxChild w42 = ((global::Gtk.Box.BoxChild)(this.hbox2 [this.vbox1]));
     w42.Position = 1;
     w42.Expand   = false;
     w42.Fill     = false;
     this.Add(this.hbox2);
     if ((this.Child != null))
     {
         this.Child.ShowAll();
     }
     this.Hide();
     this.zoomScale.ValueChanged            += new global::System.EventHandler(this.ZoomValueChanged);
     this.scaleToOriginalSizeButton.Clicked += new global::System.EventHandler(this.ZoomToOriginal);
     this.zoomToFitButton.Clicked           += new global::System.EventHandler(this.ZoomToFit);
     this.selectionToolButton.Toggled       += new global::System.EventHandler(this.SelectionToolButtonToggled);
     this.panToolButton.Toggled             += new global::System.EventHandler(this.PanToolButtonToggled);
 }
 protected virtual void Build()
 {
     global::Stetic.Gui.Initialize (this);
     // Widget ProjectLinker.SettingsDialog
     this.Name = "ProjectLinker.SettingsDialog";
     this.Title = "Project linker options";
     this.WindowPosition = ((global::Gtk.WindowPosition)(4));
     this.Modal = true;
     this.AllowShrink = true;
     this.DestroyWithParent = true;
     this.Gravity = ((global::Gdk.Gravity)(5));
     // Internal child ProjectLinker.SettingsDialog.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.label1 = new global::Gtk.Label ();
     this.label1.Name = "label1";
     this.label1.Xalign = 0F;
     this.label1.Yalign = 0F;
     this.label1.LabelProp = "<b>Source project</b>";
     this.label1.UseMarkup = true;
     this.label1.SingleLineMode = true;
     this.vbox2.Add (this.label1);
     global::Gtk.Box.BoxChild w2 = ((global::Gtk.Box.BoxChild)(this.vbox2 [this.label1]));
     w2.Position = 0;
     w2.Expand = false;
     w2.Fill = false;
     // Container child vbox2.Gtk.Box+BoxChild
     this.alignment1 = new global::Gtk.Alignment (0.5F, 0.5F, 1F, 1F);
     this.alignment1.Name = "alignment1";
     this.alignment1.LeftPadding = ((uint)(20));
     // Container child alignment1.Gtk.Container+ContainerChild
     this.projectsCombo = global::Gtk.ComboBox.NewText ();
     this.projectsCombo.Name = "projectsCombo";
     this.alignment1.Add (this.projectsCombo);
     this.vbox2.Add (this.alignment1);
     global::Gtk.Box.BoxChild w4 = ((global::Gtk.Box.BoxChild)(this.vbox2 [this.alignment1]));
     w4.Position = 1;
     w4.Expand = false;
     w4.Fill = false;
     // Container child vbox2.Gtk.Box+BoxChild
     this.label2 = new global::Gtk.Label ();
     this.label2.Name = "label2";
     this.label2.Xalign = 0F;
     this.label2.Yalign = 0F;
     this.label2.LabelProp = "<b>Target projects</b>";
     this.label2.UseMarkup = true;
     this.vbox2.Add (this.label2);
     global::Gtk.Box.BoxChild w5 = ((global::Gtk.Box.BoxChild)(this.vbox2 [this.label2]));
     w5.Position = 2;
     w5.Expand = false;
     w5.Fill = false;
     // Container child vbox2.Gtk.Box+BoxChild
     this.alignment2 = new global::Gtk.Alignment (0.5F, 0F, 1F, 1F);
     this.alignment2.Name = "alignment2";
     this.alignment2.LeftPadding = ((uint)(20));
     // Container child alignment2.Gtk.Container+ContainerChild
     this.GtkScrolledWindow = new global::Gtk.ScrolledWindow ();
     this.GtkScrolledWindow.Name = "GtkScrolledWindow";
     // Container child GtkScrolledWindow.Gtk.Container+ContainerChild
     global::Gtk.Viewport w6 = new global::Gtk.Viewport ();
     w6.ShadowType = ((global::Gtk.ShadowType)(0));
     // Container child GtkViewport.Gtk.Container+ContainerChild
     this.targetProjectsBox = new global::Gtk.VBox ();
     this.targetProjectsBox.Name = "targetProjectsBox";
     this.targetProjectsBox.Spacing = 6;
     w6.Add (this.targetProjectsBox);
     this.GtkScrolledWindow.Add (w6);
     this.alignment2.Add (this.GtkScrolledWindow);
     this.vbox2.Add (this.alignment2);
     global::Gtk.Box.BoxChild w10 = ((global::Gtk.Box.BoxChild)(this.vbox2 [this.alignment2]));
     w10.Position = 3;
     w1.Add (this.vbox2);
     global::Gtk.Box.BoxChild w11 = ((global::Gtk.Box.BoxChild)(w1 [this.vbox2]));
     w11.Position = 0;
     // Container child dialog1_VBox.Gtk.Box+BoxChild
     this.hseparator2 = new global::Gtk.HSeparator ();
     this.hseparator2.Name = "hseparator2";
     w1.Add (this.hseparator2);
     global::Gtk.Box.BoxChild w12 = ((global::Gtk.Box.BoxChild)(w1 [this.hseparator2]));
     w12.Position = 1;
     w12.Expand = false;
     w12.Fill = false;
     // Internal child ProjectLinker.SettingsDialog.ActionArea
     global::Gtk.HButtonBox w13 = this.ActionArea;
     w13.Name = "dialog1_ActionArea";
     w13.Spacing = 10;
     w13.BorderWidth = ((uint)(5));
     w13.LayoutStyle = ((global::Gtk.ButtonBoxStyle)(4));
     // Container child dialog1_ActionArea.Gtk.ButtonBox+ButtonBoxChild
     this.buttonSync = new global::Gtk.Button ();
     this.buttonSync.TooltipMarkup = "Synchronize all changes from the source to the target projects";
     this.buttonSync.CanFocus = true;
     this.buttonSync.Name = "buttonSync";
     // Container child buttonSync.Gtk.Container+ContainerChild
     global::Gtk.Alignment w14 = new global::Gtk.Alignment (0.5F, 0.5F, 0F, 0F);
     // Container child GtkAlignment.Gtk.Container+ContainerChild
     global::Gtk.HBox w15 = new global::Gtk.HBox ();
     w15.Spacing = 2;
     // Container child GtkHBox.Gtk.Container+ContainerChild
     global::Gtk.Image w16 = new global::Gtk.Image ();
     w16.Pixbuf = global::Stetic.IconLoader.LoadIcon (this, "gtk-refresh", global::Gtk.IconSize.Menu);
     w15.Add (w16);
     // Container child GtkHBox.Gtk.Container+ContainerChild
     global::Gtk.Label w18 = new global::Gtk.Label ();
     w18.LabelProp = "Sync";
     w15.Add (w18);
     w14.Add (w15);
     this.buttonSync.Add (w14);
     this.AddActionWidget (this.buttonSync, 0);
     global::Gtk.ButtonBox.ButtonBoxChild w22 = ((global::Gtk.ButtonBox.ButtonBoxChild)(w13 [this.buttonSync]));
     w22.Expand = false;
     w22.Fill = false;
     // 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;
     // Container child buttonCancel.Gtk.Container+ContainerChild
     global::Gtk.Alignment w23 = new global::Gtk.Alignment (0.5F, 0.5F, 0F, 0F);
     // Container child GtkAlignment.Gtk.Container+ContainerChild
     global::Gtk.HBox w24 = new global::Gtk.HBox ();
     w24.Spacing = 2;
     // Container child GtkHBox.Gtk.Container+ContainerChild
     global::Gtk.Image w25 = new global::Gtk.Image ();
     w25.Pixbuf = global::Stetic.IconLoader.LoadIcon (this, "gtk-cancel", global::Gtk.IconSize.Menu);
     w24.Add (w25);
     // Container child GtkHBox.Gtk.Container+ContainerChild
     global::Gtk.Label w27 = new global::Gtk.Label ();
     w27.LabelProp = "_Cancel";
     w27.UseUnderline = true;
     w24.Add (w27);
     w23.Add (w24);
     this.buttonCancel.Add (w23);
     this.AddActionWidget (this.buttonCancel, -6);
     global::Gtk.ButtonBox.ButtonBoxChild w31 = ((global::Gtk.ButtonBox.ButtonBoxChild)(w13 [this.buttonCancel]));
     w31.Position = 1;
     w31.Expand = false;
     w31.Fill = false;
     // Container child dialog1_ActionArea.Gtk.ButtonBox+ButtonBoxChild
     this.buttonSave = new global::Gtk.Button ();
     this.buttonSave.CanFocus = true;
     this.buttonSave.Name = "buttonSave";
     this.buttonSave.UseUnderline = true;
     // Container child buttonSave.Gtk.Container+ContainerChild
     global::Gtk.Alignment w32 = new global::Gtk.Alignment (0.5F, 0.5F, 0F, 0F);
     // Container child GtkAlignment.Gtk.Container+ContainerChild
     global::Gtk.HBox w33 = new global::Gtk.HBox ();
     w33.Spacing = 2;
     // Container child GtkHBox.Gtk.Container+ContainerChild
     global::Gtk.Image w34 = new global::Gtk.Image ();
     w34.Pixbuf = global::Stetic.IconLoader.LoadIcon (this, "gtk-apply", global::Gtk.IconSize.Menu);
     w33.Add (w34);
     // Container child GtkHBox.Gtk.Container+ContainerChild
     global::Gtk.Label w36 = new global::Gtk.Label ();
     w36.LabelProp = "Save";
     w36.UseUnderline = true;
     w33.Add (w36);
     w32.Add (w33);
     this.buttonSave.Add (w32);
     this.AddActionWidget (this.buttonSave, 0);
     global::Gtk.ButtonBox.ButtonBoxChild w40 = ((global::Gtk.ButtonBox.ButtonBoxChild)(w13 [this.buttonSave]));
     w40.Position = 2;
     w40.Expand = false;
     w40.Fill = false;
     if ((this.Child != null)) {
         this.Child.ShowAll ();
     }
     this.DefaultWidth = 400;
     this.DefaultHeight = 266;
     this.Show ();
     this.projectsCombo.Changed += new global::System.EventHandler (this.sourceProjectChanged);
     this.buttonSync.Clicked += new global::System.EventHandler (this.syncButtonClicked);
     this.buttonCancel.Clicked += new global::System.EventHandler (this.cancelButtonClicked);
     this.buttonSave.Clicked += new global::System.EventHandler (this.saveButtonClicked);
 }
コード例 #24
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.EditAction            = new global::Gtk.Action("EditAction", global::Mono.Unix.Catalog.GetString("Edit"), null, null);
     this.EditAction.ShortLabel = global::Mono.Unix.Catalog.GetString("Edit");
     w1.Add(this.EditAction, null);
     this.openAction             = new global::Gtk.Action("openAction", global::Mono.Unix.Catalog.GetString("_Open"), null, "gtk-open");
     this.openAction.IsImportant = true;
     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.dialogInfoAction            = new global::Gtk.Action("dialogInfoAction", global::Mono.Unix.Catalog.GetString("about"), null, "gtk-dialog-info");
     this.dialogInfoAction.ShortLabel = global::Mono.Unix.Catalog.GetString("about");
     w1.Add(this.dialogInfoAction, null);
     this.UIManager.InsertActionGroup(w1, 0);
     this.AddAccelGroup(this.UIManager.AccelGroup);
     this.Name           = "MainWindow";
     this.Title          = global::Mono.Unix.Catalog.GetString("MainWindow");
     this.WindowPosition = ((global::Gtk.WindowPosition)(4));
     // Container child MainWindow.Gtk.Container+ContainerChild
     this.mainVbox         = new global::Gtk.VBox();
     this.mainVbox.Name    = "mainVbox";
     this.mainVbox.Spacing = 6;
     // Container child mainVbox.Gtk.Box+BoxChild
     this.UIManager.AddUiFromString("<ui><menubar name='menubar1'><menu name='FileAction' action='FileAction'><menuitem name='openAction' action='openAction'/><menuitem name='quitAction' action='quitAction'/></menu><menu name='HelpAction' action='HelpAction'><menuitem name='dialogInfoAction' action='dialogInfoAction'/></menu></menubar></ui>");
     this.menubar1      = ((global::Gtk.MenuBar)(this.UIManager.GetWidget("/menubar1")));
     this.menubar1.Name = "menubar1";
     this.mainVbox.Add(this.menubar1);
     global::Gtk.Box.BoxChild w2 = ((global::Gtk.Box.BoxChild)(this.mainVbox [this.menubar1]));
     w2.Position = 0;
     w2.Expand   = false;
     w2.Fill     = false;
     // Container child mainVbox.Gtk.Box+BoxChild
     this.hbox3         = new global::Gtk.HBox();
     this.hbox3.Name    = "hbox3";
     this.hbox3.Spacing = 6;
     // Container child hbox3.Gtk.Box+BoxChild
     this.vbox3         = new global::Gtk.VBox();
     this.vbox3.Name    = "vbox3";
     this.vbox3.Spacing = 6;
     // Container child vbox3.Gtk.Box+BoxChild
     this.label1           = new global::Gtk.Label();
     this.label1.Name      = "label1";
     this.label1.LabelProp = global::Mono.Unix.Catalog.GetString("Graph");
     this.label1.Justify   = ((global::Gtk.Justification)(1));
     this.vbox3.Add(this.label1);
     global::Gtk.Box.BoxChild w3 = ((global::Gtk.Box.BoxChild)(this.vbox3 [this.label1]));
     w3.Position = 0;
     w3.Expand   = false;
     w3.Fill     = false;
     // Container child vbox3.Gtk.Box+BoxChild
     this.modelsCombobox      = global::Gtk.ComboBox.NewText();
     this.modelsCombobox.Name = "modelsCombobox";
     this.vbox3.Add(this.modelsCombobox);
     global::Gtk.Box.BoxChild w4 = ((global::Gtk.Box.BoxChild)(this.vbox3 [this.modelsCombobox]));
     w4.Position = 1;
     w4.Expand   = false;
     w4.Fill     = false;
     // Container child vbox3.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.clearBtn              = new global::Gtk.Button();
     this.clearBtn.Sensitive    = false;
     this.clearBtn.CanFocus     = true;
     this.clearBtn.Name         = "clearBtn";
     this.clearBtn.UseUnderline = true;
     this.clearBtn.Label        = global::Mono.Unix.Catalog.GetString("Wy_czyść");
     global::Gtk.Image w5 = new global::Gtk.Image();
     w5.Pixbuf           = global::Stetic.IconLoader.LoadIcon(this, "gtk-clear", global::Gtk.IconSize.Menu);
     this.clearBtn.Image = w5;
     this.hbox4.Add(this.clearBtn);
     global::Gtk.Box.BoxChild w6 = ((global::Gtk.Box.BoxChild)(this.hbox4 [this.clearBtn]));
     w6.Position = 0;
     // Container child hbox4.Gtk.Box+BoxChild
     this.drawBtn              = new global::Gtk.Button();
     this.drawBtn.Sensitive    = false;
     this.drawBtn.CanFocus     = true;
     this.drawBtn.Name         = "drawBtn";
     this.drawBtn.UseUnderline = true;
     this.drawBtn.Label        = global::Mono.Unix.Catalog.GetString("Rysuj");
     global::Gtk.Image w7 = new global::Gtk.Image();
     w7.Pixbuf          = global::Stetic.IconLoader.LoadIcon(this, "gtk-apply", global::Gtk.IconSize.Menu);
     this.drawBtn.Image = w7;
     this.hbox4.Add(this.drawBtn);
     global::Gtk.Box.BoxChild w8 = ((global::Gtk.Box.BoxChild)(this.hbox4 [this.drawBtn]));
     w8.Position = 1;
     this.vbox3.Add(this.hbox4);
     global::Gtk.Box.BoxChild w9 = ((global::Gtk.Box.BoxChild)(this.vbox3 [this.hbox4]));
     w9.Position = 2;
     w9.Expand   = false;
     w9.Fill     = false;
     // 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.addBtn              = new global::Gtk.Button();
     this.addBtn.Sensitive    = false;
     this.addBtn.CanFocus     = true;
     this.addBtn.Name         = "addBtn";
     this.addBtn.UseStock     = true;
     this.addBtn.UseUnderline = true;
     this.addBtn.Label        = "gtk-add";
     this.hbox1.Add(this.addBtn);
     global::Gtk.Box.BoxChild w10 = ((global::Gtk.Box.BoxChild)(this.hbox1 [this.addBtn]));
     w10.Position = 0;
     this.vbox3.Add(this.hbox1);
     global::Gtk.Box.BoxChild w11 = ((global::Gtk.Box.BoxChild)(this.vbox3 [this.hbox1]));
     w11.Position = 3;
     w11.Expand   = false;
     w11.Fill     = false;
     // Container child vbox3.Gtk.Box+BoxChild
     this.hseparator1      = new global::Gtk.HSeparator();
     this.hseparator1.Name = "hseparator1";
     this.vbox3.Add(this.hseparator1);
     global::Gtk.Box.BoxChild w12 = ((global::Gtk.Box.BoxChild)(this.vbox3 [this.hseparator1]));
     w12.Position = 4;
     w12.Expand   = false;
     w12.Fill     = false;
     // Container child vbox3.Gtk.Box+BoxChild
     this.label2           = new global::Gtk.Label();
     this.label2.Name      = "label2";
     this.label2.LabelProp = global::Mono.Unix.Catalog.GetString("Algorithms");
     this.vbox3.Add(this.label2);
     global::Gtk.Box.BoxChild w13 = ((global::Gtk.Box.BoxChild)(this.vbox3 [this.label2]));
     w13.Position = 5;
     w13.Expand   = false;
     w13.Fill     = false;
     // Container child vbox3.Gtk.Box+BoxChild
     this.algorithmCombobox           = global::Gtk.ComboBox.NewText();
     this.algorithmCombobox.Sensitive = false;
     this.algorithmCombobox.Name      = "algorithmCombobox";
     this.vbox3.Add(this.algorithmCombobox);
     global::Gtk.Box.BoxChild w14 = ((global::Gtk.Box.BoxChild)(this.vbox3 [this.algorithmCombobox]));
     w14.Position = 6;
     w14.Expand   = false;
     w14.Fill     = false;
     // Container child vbox3.Gtk.Box+BoxChild
     this.executeButton              = new global::Gtk.Button();
     this.executeButton.Sensitive    = false;
     this.executeButton.CanFocus     = true;
     this.executeButton.Name         = "executeButton";
     this.executeButton.UseStock     = true;
     this.executeButton.UseUnderline = true;
     this.executeButton.Label        = "gtk-execute";
     this.vbox3.Add(this.executeButton);
     global::Gtk.Box.BoxChild w15 = ((global::Gtk.Box.BoxChild)(this.vbox3 [this.executeButton]));
     w15.Position = 7;
     w15.Expand   = false;
     w15.Fill     = false;
     // Container child vbox3.Gtk.Box+BoxChild
     this.hbox2         = new global::Gtk.HBox();
     this.hbox2.Name    = "hbox2";
     this.hbox2.Spacing = 6;
     // Container child hbox2.Gtk.Box+BoxChild
     this.prevStepBtn              = new global::Gtk.Button();
     this.prevStepBtn.Sensitive    = false;
     this.prevStepBtn.CanFocus     = true;
     this.prevStepBtn.Name         = "prevStepBtn";
     this.prevStepBtn.UseUnderline = true;
     this.prevStepBtn.Label        = global::Mono.Unix.Catalog.GetString("_Wstecz");
     global::Gtk.Image w16 = new global::Gtk.Image();
     this.prevStepBtn.Image = w16;
     this.hbox2.Add(this.prevStepBtn);
     global::Gtk.Box.BoxChild w17 = ((global::Gtk.Box.BoxChild)(this.hbox2 [this.prevStepBtn]));
     w17.Position = 0;
     // Container child hbox2.Gtk.Box+BoxChild
     this.nextStepBtn              = new global::Gtk.Button();
     this.nextStepBtn.Sensitive    = false;
     this.nextStepBtn.CanFocus     = true;
     this.nextStepBtn.Name         = "nextStepBtn";
     this.nextStepBtn.UseUnderline = true;
     this.nextStepBtn.Label        = global::Mono.Unix.Catalog.GetString("_Dalej");
     global::Gtk.Image w18 = new global::Gtk.Image();
     this.nextStepBtn.Image = w18;
     this.hbox2.Add(this.nextStepBtn);
     global::Gtk.Box.BoxChild w19 = ((global::Gtk.Box.BoxChild)(this.hbox2 [this.nextStepBtn]));
     w19.Position = 1;
     this.vbox3.Add(this.hbox2);
     global::Gtk.Box.BoxChild w20 = ((global::Gtk.Box.BoxChild)(this.vbox3 [this.hbox2]));
     w20.Position = 8;
     w20.Expand   = false;
     w20.Fill     = false;
     // Container child vbox3.Gtk.Box+BoxChild
     this.clearAlgsBtn              = new global::Gtk.Button();
     this.clearAlgsBtn.Sensitive    = false;
     this.clearAlgsBtn.CanFocus     = true;
     this.clearAlgsBtn.Name         = "clearAlgsBtn";
     this.clearAlgsBtn.UseStock     = true;
     this.clearAlgsBtn.UseUnderline = true;
     this.clearAlgsBtn.Label        = "gtk-clear";
     this.vbox3.Add(this.clearAlgsBtn);
     global::Gtk.Box.BoxChild w21 = ((global::Gtk.Box.BoxChild)(this.vbox3 [this.clearAlgsBtn]));
     w21.Position = 9;
     w21.Expand   = false;
     w21.Fill     = false;
     this.hbox3.Add(this.vbox3);
     global::Gtk.Box.BoxChild w22 = ((global::Gtk.Box.BoxChild)(this.hbox3 [this.vbox3]));
     w22.Position = 0;
     w22.Expand   = false;
     w22.Fill     = false;
     this.mainVbox.Add(this.hbox3);
     global::Gtk.Box.BoxChild w23 = ((global::Gtk.Box.BoxChild)(this.mainVbox [this.hbox3]));
     w23.Position = 1;
     this.Add(this.mainVbox);
     if ((this.Child != null))
     {
         this.Child.ShowAll();
     }
     this.DefaultWidth  = 1035;
     this.DefaultHeight = 560;
     this.Show();
     this.DeleteEvent                += new global::Gtk.DeleteEventHandler(this.OnDeleteEvent);
     this.openAction.Activated       += new global::System.EventHandler(this.OnOpen);
     this.quitAction.Activated       += new global::System.EventHandler(this.OnQuit);
     this.dialogInfoAction.Activated += new global::System.EventHandler(this.OnAbout);
     this.modelsCombobox.Changed     += new global::System.EventHandler(this.OnSelect);
     this.clearBtn.Clicked           += new global::System.EventHandler(this.OnClear);
     this.drawBtn.Clicked            += new global::System.EventHandler(this.OnDraw);
     this.addBtn.Clicked             += new global::System.EventHandler(this.OnAddBtnClicked);
     this.executeButton.Clicked      += new global::System.EventHandler(this.OnExecuteButtonClicked);
     this.prevStepBtn.Clicked        += new global::System.EventHandler(this.OnPrevStepBtnClicked);
     this.nextStepBtn.Clicked        += new global::System.EventHandler(this.OnNextStepBtnClicked);
     this.clearAlgsBtn.Clicked       += new global::System.EventHandler(this.OnClearAlgsBtnClicked);
 }
		protected virtual void Build ()
		{
			global::Stetic.Gui.Initialize (this);
			// Widget MonoDevelop.VersionControl.Subversion.Gui.SslServerTrustDialog
			this.Events = ((global::Gdk.EventMask)(256));
			this.Name = "MonoDevelop.VersionControl.Subversion.Gui.SslServerTrustDialog";
			this.Title = global::Mono.Unix.Catalog.GetString ("Repository Certified by an Unknown Authority");
			this.Modal = true;
			// Internal child MonoDevelop.VersionControl.Subversion.Gui.SslServerTrustDialog.VBox
			global::Gtk.VBox w1 = this.VBox;
			w1.Events = ((global::Gdk.EventMask)(256));
			w1.Name = "dialog_VBox";
			w1.BorderWidth = ((uint)(2));
			// Container child dialog_VBox.Gtk.Box+BoxChild
			this.hbox1 = new global::Gtk.HBox ();
			this.hbox1.Name = "hbox1";
			this.hbox1.Spacing = 6;
			this.hbox1.BorderWidth = ((uint)(6));
			// Container child hbox1.Gtk.Box+BoxChild
			this.vbox2 = new global::Gtk.VBox ();
			this.vbox2.Name = "vbox2";
			// Container child vbox2.Gtk.Box+BoxChild
			this.image1 = new global::Gtk.Image ();
			this.image1.Name = "image1";
			this.image1.Pixbuf = global::Stetic.IconLoader.LoadIcon (this, "gtk-dialog-warning", global::Gtk.IconSize.Dialog);
			this.vbox2.Add (this.image1);
			global::Gtk.Box.BoxChild w2 = ((global::Gtk.Box.BoxChild)(this.vbox2 [this.image1]));
			w2.Position = 0;
			w2.Expand = false;
			w2.Fill = false;
			this.hbox1.Add (this.vbox2);
			global::Gtk.Box.BoxChild w3 = ((global::Gtk.Box.BoxChild)(this.hbox1 [this.vbox2]));
			w3.Position = 0;
			w3.Expand = false;
			w3.Fill = false;
			// Container child hbox1.Gtk.Box+BoxChild
			this.vbox3 = new global::Gtk.VBox ();
			this.vbox3.Name = "vbox3";
			this.vbox3.Spacing = 6;
			this.vbox3.BorderWidth = ((uint)(12));
			// Container child vbox3.Gtk.Box+BoxChild
			this.label2 = new global::Gtk.Label ();
			this.label2.Name = "label2";
			this.label2.Xalign = 0F;
			this.label2.LabelProp = global::Mono.Unix.Catalog.GetString ("Unable to verify the identity of host as a trusted site.");
			this.vbox3.Add (this.label2);
			global::Gtk.Box.BoxChild w4 = ((global::Gtk.Box.BoxChild)(this.vbox3 [this.label2]));
			w4.Position = 0;
			w4.Expand = false;
			w4.Fill = false;
			// Container child vbox3.Gtk.Box+BoxChild
			this.labelReason = new global::Gtk.Label ();
			this.labelReason.Name = "labelReason";
			this.labelReason.Xalign = 0F;
			this.labelReason.LabelProp = "<b>Reason</b>";
			this.labelReason.UseMarkup = true;
			this.vbox3.Add (this.labelReason);
			global::Gtk.Box.BoxChild w5 = ((global::Gtk.Box.BoxChild)(this.vbox3 [this.labelReason]));
			w5.Position = 1;
			w5.Expand = false;
			w5.Fill = false;
			// Container child vbox3.Gtk.Box+BoxChild
			this.hseparator2 = new global::Gtk.HSeparator ();
			this.hseparator2.Name = "hseparator2";
			this.vbox3.Add (this.hseparator2);
			global::Gtk.Box.BoxChild w6 = ((global::Gtk.Box.BoxChild)(this.vbox3 [this.hseparator2]));
			w6.Position = 2;
			w6.Expand = false;
			w6.Fill = false;
			// Container child vbox3.Gtk.Box+BoxChild
			this.table1 = new global::Gtk.Table (((uint)(6)), ((uint)(2)), false);
			this.table1.Name = "table1";
			this.table1.RowSpacing = ((uint)(6));
			this.table1.ColumnSpacing = ((uint)(6));
			// Container child table1.Gtk.Table+TableChild
			this.label3 = new global::Gtk.Label ();
			this.label3.Name = "label3";
			this.label3.Xalign = 0F;
			this.label3.LabelProp = global::Mono.Unix.Catalog.GetString ("<b>Host name</b>:");
			this.label3.UseMarkup = true;
			this.table1.Add (this.label3);
			global::Gtk.Table.TableChild w7 = ((global::Gtk.Table.TableChild)(this.table1 [this.label3]));
			w7.TopAttach = ((uint)(1));
			w7.BottomAttach = ((uint)(2));
			w7.XOptions = ((global::Gtk.AttachOptions)(4));
			w7.YOptions = ((global::Gtk.AttachOptions)(4));
			// Container child table1.Gtk.Table+TableChild
			this.label4 = new global::Gtk.Label ();
			this.label4.Name = "label4";
			this.label4.Xalign = 0F;
			this.label4.LabelProp = global::Mono.Unix.Catalog.GetString ("<b>Issued by:</b>");
			this.label4.UseMarkup = true;
			this.table1.Add (this.label4);
			global::Gtk.Table.TableChild w8 = ((global::Gtk.Table.TableChild)(this.table1 [this.label4]));
			w8.TopAttach = ((uint)(2));
			w8.BottomAttach = ((uint)(3));
			w8.XOptions = ((global::Gtk.AttachOptions)(4));
			w8.YOptions = ((global::Gtk.AttachOptions)(4));
			// Container child table1.Gtk.Table+TableChild
			this.label5 = new global::Gtk.Label ();
			this.label5.Name = "label5";
			this.label5.Xalign = 0F;
			this.label5.LabelProp = global::Mono.Unix.Catalog.GetString ("<b>Issued on:</b>");
			this.label5.UseMarkup = true;
			this.table1.Add (this.label5);
			global::Gtk.Table.TableChild w9 = ((global::Gtk.Table.TableChild)(this.table1 [this.label5]));
			w9.TopAttach = ((uint)(3));
			w9.BottomAttach = ((uint)(4));
			w9.XOptions = ((global::Gtk.AttachOptions)(4));
			w9.YOptions = ((global::Gtk.AttachOptions)(4));
			// Container child table1.Gtk.Table+TableChild
			this.label6 = new global::Gtk.Label ();
			this.label6.Name = "label6";
			this.label6.Xalign = 0F;
			this.label6.LabelProp = global::Mono.Unix.Catalog.GetString ("<b>Expires on:</b>");
			this.label6.UseMarkup = true;
			this.table1.Add (this.label6);
			global::Gtk.Table.TableChild w10 = ((global::Gtk.Table.TableChild)(this.table1 [this.label6]));
			w10.TopAttach = ((uint)(4));
			w10.BottomAttach = ((uint)(5));
			w10.XOptions = ((global::Gtk.AttachOptions)(4));
			w10.YOptions = ((global::Gtk.AttachOptions)(4));
			// Container child table1.Gtk.Table+TableChild
			this.label7 = new global::Gtk.Label ();
			this.label7.Name = "label7";
			this.label7.Xalign = 0F;
			this.label7.LabelProp = global::Mono.Unix.Catalog.GetString ("<b>Fingerprint:</b>");
			this.label7.UseMarkup = true;
			this.table1.Add (this.label7);
			global::Gtk.Table.TableChild w11 = ((global::Gtk.Table.TableChild)(this.table1 [this.label7]));
			w11.TopAttach = ((uint)(5));
			w11.BottomAttach = ((uint)(6));
			w11.XOptions = ((global::Gtk.AttachOptions)(4));
			w11.YOptions = ((global::Gtk.AttachOptions)(4));
			// Container child table1.Gtk.Table+TableChild
			this.label8 = new global::Gtk.Label ();
			this.label8.Name = "label8";
			this.label8.Xalign = 0F;
			this.label8.LabelProp = global::Mono.Unix.Catalog.GetString ("<b>Auth. Realm:</b>");
			this.label8.UseMarkup = true;
			this.table1.Add (this.label8);
			global::Gtk.Table.TableChild w12 = ((global::Gtk.Table.TableChild)(this.table1 [this.label8]));
			w12.XOptions = ((global::Gtk.AttachOptions)(4));
			w12.YOptions = ((global::Gtk.AttachOptions)(4));
			// Container child table1.Gtk.Table+TableChild
			this.labelFprint = new global::Gtk.Label ();
			this.labelFprint.Name = "labelFprint";
			this.labelFprint.Xalign = 0F;
			this.labelFprint.LabelProp = "label14";
			this.table1.Add (this.labelFprint);
			global::Gtk.Table.TableChild w13 = ((global::Gtk.Table.TableChild)(this.table1 [this.labelFprint]));
			w13.TopAttach = ((uint)(5));
			w13.BottomAttach = ((uint)(6));
			w13.LeftAttach = ((uint)(1));
			w13.RightAttach = ((uint)(2));
			w13.XOptions = ((global::Gtk.AttachOptions)(4));
			w13.YOptions = ((global::Gtk.AttachOptions)(4));
			// Container child table1.Gtk.Table+TableChild
			this.labelFrom = new global::Gtk.Label ();
			this.labelFrom.Name = "labelFrom";
			this.labelFrom.Xalign = 0F;
			this.labelFrom.LabelProp = "label12";
			this.table1.Add (this.labelFrom);
			global::Gtk.Table.TableChild w14 = ((global::Gtk.Table.TableChild)(this.table1 [this.labelFrom]));
			w14.TopAttach = ((uint)(3));
			w14.BottomAttach = ((uint)(4));
			w14.LeftAttach = ((uint)(1));
			w14.RightAttach = ((uint)(2));
			w14.XOptions = ((global::Gtk.AttachOptions)(4));
			w14.YOptions = ((global::Gtk.AttachOptions)(4));
			// Container child table1.Gtk.Table+TableChild
			this.labelHost = new global::Gtk.Label ();
			this.labelHost.Name = "labelHost";
			this.labelHost.Xalign = 0F;
			this.labelHost.LabelProp = "label10";
			this.table1.Add (this.labelHost);
			global::Gtk.Table.TableChild w15 = ((global::Gtk.Table.TableChild)(this.table1 [this.labelHost]));
			w15.TopAttach = ((uint)(1));
			w15.BottomAttach = ((uint)(2));
			w15.LeftAttach = ((uint)(1));
			w15.RightAttach = ((uint)(2));
			w15.XOptions = ((global::Gtk.AttachOptions)(4));
			w15.YOptions = ((global::Gtk.AttachOptions)(4));
			// Container child table1.Gtk.Table+TableChild
			this.labelIssuer = new global::Gtk.Label ();
			this.labelIssuer.Name = "labelIssuer";
			this.labelIssuer.Xalign = 0F;
			this.labelIssuer.LabelProp = "label11";
			this.table1.Add (this.labelIssuer);
			global::Gtk.Table.TableChild w16 = ((global::Gtk.Table.TableChild)(this.table1 [this.labelIssuer]));
			w16.TopAttach = ((uint)(2));
			w16.BottomAttach = ((uint)(3));
			w16.LeftAttach = ((uint)(1));
			w16.RightAttach = ((uint)(2));
			w16.XOptions = ((global::Gtk.AttachOptions)(4));
			w16.YOptions = ((global::Gtk.AttachOptions)(4));
			// Container child table1.Gtk.Table+TableChild
			this.labelRealm = new global::Gtk.Label ();
			this.labelRealm.Name = "labelRealm";
			this.labelRealm.Xalign = 0F;
			this.labelRealm.LabelProp = "label9";
			this.table1.Add (this.labelRealm);
			global::Gtk.Table.TableChild w17 = ((global::Gtk.Table.TableChild)(this.table1 [this.labelRealm]));
			w17.LeftAttach = ((uint)(1));
			w17.RightAttach = ((uint)(2));
			w17.YOptions = ((global::Gtk.AttachOptions)(4));
			// Container child table1.Gtk.Table+TableChild
			this.labelUntil = new global::Gtk.Label ();
			this.labelUntil.Name = "labelUntil";
			this.labelUntil.Xalign = 0F;
			this.labelUntil.LabelProp = "label13";
			this.table1.Add (this.labelUntil);
			global::Gtk.Table.TableChild w18 = ((global::Gtk.Table.TableChild)(this.table1 [this.labelUntil]));
			w18.TopAttach = ((uint)(4));
			w18.BottomAttach = ((uint)(5));
			w18.LeftAttach = ((uint)(1));
			w18.RightAttach = ((uint)(2));
			w18.XOptions = ((global::Gtk.AttachOptions)(4));
			w18.YOptions = ((global::Gtk.AttachOptions)(4));
			this.vbox3.Add (this.table1);
			global::Gtk.Box.BoxChild w19 = ((global::Gtk.Box.BoxChild)(this.vbox3 [this.table1]));
			w19.Position = 3;
			w19.Expand = false;
			w19.Fill = false;
			w19.Padding = ((uint)(6));
			// Container child vbox3.Gtk.Box+BoxChild
			this.hseparator1 = new global::Gtk.HSeparator ();
			this.hseparator1.Name = "hseparator1";
			this.vbox3.Add (this.hseparator1);
			global::Gtk.Box.BoxChild w20 = ((global::Gtk.Box.BoxChild)(this.vbox3 [this.hseparator1]));
			w20.Position = 4;
			w20.Expand = false;
			w20.Fill = false;
			// Container child vbox3.Gtk.Box+BoxChild
			this.label15 = new global::Gtk.Label ();
			this.label15.Name = "label15";
			this.label15.Xalign = 0F;
			this.label15.LabelProp = global::Mono.Unix.Catalog.GetString ("Do you want to accept the certificate and connect to the repository?");
			this.vbox3.Add (this.label15);
			global::Gtk.Box.BoxChild w21 = ((global::Gtk.Box.BoxChild)(this.vbox3 [this.label15]));
			w21.Position = 5;
			w21.Expand = false;
			w21.Fill = false;
			// Container child vbox3.Gtk.Box+BoxChild
			this.radioAccept = new global::Gtk.RadioButton (global::Mono.Unix.Catalog.GetString ("Accept this certificate permanently"));
			this.radioAccept.CanFocus = true;
			this.radioAccept.Name = "radioAccept";
			this.radioAccept.Active = true;
			this.radioAccept.DrawIndicator = true;
			this.radioAccept.UseUnderline = true;
			this.radioAccept.Group = new global::GLib.SList (global::System.IntPtr.Zero);
			this.vbox3.Add (this.radioAccept);
			global::Gtk.Box.BoxChild w22 = ((global::Gtk.Box.BoxChild)(this.vbox3 [this.radioAccept]));
			w22.Position = 6;
			w22.Expand = false;
			w22.Fill = false;
			// Container child vbox3.Gtk.Box+BoxChild
			this.radioAcceptSession = new global::Gtk.RadioButton (global::Mono.Unix.Catalog.GetString ("Accept this certificate temporarily for this session"));
			this.radioAcceptSession.CanFocus = true;
			this.radioAcceptSession.Name = "radioAcceptSession";
			this.radioAcceptSession.DrawIndicator = true;
			this.radioAcceptSession.UseUnderline = true;
			this.radioAcceptSession.Group = this.radioAccept.Group;
			this.vbox3.Add (this.radioAcceptSession);
			global::Gtk.Box.BoxChild w23 = ((global::Gtk.Box.BoxChild)(this.vbox3 [this.radioAcceptSession]));
			w23.Position = 7;
			w23.Expand = false;
			w23.Fill = false;
			// Container child vbox3.Gtk.Box+BoxChild
			this.radioNotAccept = new global::Gtk.RadioButton (global::Mono.Unix.Catalog.GetString ("Do not accept this certificate and do not connect to this repository"));
			this.radioNotAccept.CanFocus = true;
			this.radioNotAccept.Name = "radioNotAccept";
			this.radioNotAccept.DrawIndicator = true;
			this.radioNotAccept.UseUnderline = true;
			this.radioNotAccept.Group = this.radioAccept.Group;
			this.vbox3.Add (this.radioNotAccept);
			global::Gtk.Box.BoxChild w24 = ((global::Gtk.Box.BoxChild)(this.vbox3 [this.radioNotAccept]));
			w24.Position = 8;
			w24.Expand = false;
			w24.Fill = false;
			this.hbox1.Add (this.vbox3);
			global::Gtk.Box.BoxChild w25 = ((global::Gtk.Box.BoxChild)(this.hbox1 [this.vbox3]));
			w25.Position = 1;
			w1.Add (this.hbox1);
			global::Gtk.Box.BoxChild w26 = ((global::Gtk.Box.BoxChild)(w1 [this.hbox1]));
			w26.Position = 0;
			// Internal child MonoDevelop.VersionControl.Subversion.Gui.SslServerTrustDialog.ActionArea
			global::Gtk.HButtonBox w27 = this.ActionArea;
			w27.Events = ((global::Gdk.EventMask)(256));
			w27.Name = "MonoDevelop.VersionControl.Subversion.SslServerTrustDialog_ActionArea";
			w27.Spacing = 10;
			w27.BorderWidth = ((uint)(5));
			w27.LayoutStyle = ((global::Gtk.ButtonBoxStyle)(4));
			// Container child MonoDevelop.VersionControl.Subversion.SslServerTrustDialog_ActionArea.Gtk.ButtonBox+ButtonBoxChild
			this.button98 = new global::Gtk.Button ();
			this.button98.CanDefault = true;
			this.button98.CanFocus = true;
			this.button98.Name = "button98";
			this.button98.UseStock = true;
			this.button98.UseUnderline = true;
			this.button98.Label = "gtk-cancel";
			this.AddActionWidget (this.button98, -6);
			global::Gtk.ButtonBox.ButtonBoxChild w28 = ((global::Gtk.ButtonBox.ButtonBoxChild)(w27 [this.button98]));
			w28.Expand = false;
			w28.Fill = false;
			// Container child MonoDevelop.VersionControl.Subversion.SslServerTrustDialog_ActionArea.Gtk.ButtonBox+ButtonBoxChild
			this.button104 = new global::Gtk.Button ();
			this.button104.CanDefault = true;
			this.button104.CanFocus = true;
			this.button104.Name = "button104";
			this.button104.UseStock = true;
			this.button104.UseUnderline = true;
			this.button104.Label = "gtk-ok";
			this.AddActionWidget (this.button104, -5);
			global::Gtk.ButtonBox.ButtonBoxChild w29 = ((global::Gtk.ButtonBox.ButtonBoxChild)(w27 [this.button104]));
			w29.Position = 1;
			w29.Expand = false;
			w29.Fill = false;
			if ((this.Child != null)) {
				this.Child.ShowAll ();
			}
			this.DefaultWidth = 508;
			this.DefaultHeight = 415;
			this.Hide ();
		}
コード例 #26
0
ファイル: llum.AddUser.cs プロジェクト: lliurex/llum
 protected virtual void Build()
 {
     global::Stetic.Gui.Initialize(this);
     // Widget llum.AddUser
     global::Stetic.BinContainer.Attach(this);
     this.Name = "llum.AddUser";
     // Container child llum.AddUser.Gtk.Container+ContainerChild
     this.frame1            = new global::Gtk.Frame();
     this.frame1.Name       = "frame1";
     this.frame1.ShadowType = ((global::Gtk.ShadowType)(2));
     // Container child frame1.Gtk.Container+ContainerChild
     this.GtkAlignment               = new global::Gtk.Alignment(0F, 0F, 1F, 1F);
     this.GtkAlignment.Name          = "GtkAlignment";
     this.GtkAlignment.LeftPadding   = ((uint)(6));
     this.GtkAlignment.TopPadding    = ((uint)(6));
     this.GtkAlignment.RightPadding  = ((uint)(6));
     this.GtkAlignment.BottomPadding = ((uint)(6));
     this.GtkAlignment.BorderWidth   = ((uint)(6));
     // Container child GtkAlignment.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.image11        = new global::Gtk.Image();
     this.image11.Name   = "image11";
     this.image11.Pixbuf = global::Stetic.IconLoader.LoadIcon(this, "actor", global::Gtk.IconSize.Dialog);
     this.hbox1.Add(this.image11);
     global::Gtk.Box.BoxChild w1 = ((global::Gtk.Box.BoxChild)(this.hbox1 [this.image11]));
     w1.Position = 0;
     w1.Expand   = false;
     w1.Fill     = false;
     // Container child hbox1.Gtk.Box+BoxChild
     this.image12        = new global::Gtk.Image();
     this.image12.Name   = "image12";
     this.image12.Pixbuf = global::Stetic.IconLoader.LoadIcon(this, "gtk-add", global::Gtk.IconSize.Menu);
     this.hbox1.Add(this.image12);
     global::Gtk.Box.BoxChild w2 = ((global::Gtk.Box.BoxChild)(this.hbox1 [this.image12]));
     w2.Position = 1;
     w2.Expand   = false;
     w2.Fill     = false;
     // Container child hbox1.Gtk.Box+BoxChild
     this.label1           = new global::Gtk.Label();
     this.label1.Name      = "label1";
     this.label1.LabelProp = global::Mono.Unix.Catalog.GetString("Add user");
     this.hbox1.Add(this.label1);
     global::Gtk.Box.BoxChild w3 = ((global::Gtk.Box.BoxChild)(this.hbox1 [this.label1]));
     w3.Position = 2;
     w3.Expand   = false;
     w3.Fill     = false;
     this.vbox1.Add(this.hbox1);
     global::Gtk.Box.BoxChild w4 = ((global::Gtk.Box.BoxChild)(this.vbox1 [this.hbox1]));
     w4.Position = 0;
     w4.Expand   = false;
     w4.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.label2 = new global::Gtk.Label();
     this.label2.WidthRequest = 100;
     this.label2.Name         = "label2";
     this.label2.Xalign       = 0F;
     this.label2.LabelProp    = global::Mono.Unix.Catalog.GetString("Name");
     this.hbox2.Add(this.label2);
     global::Gtk.Box.BoxChild w5 = ((global::Gtk.Box.BoxChild)(this.hbox2 [this.label2]));
     w5.Position = 0;
     w5.Expand   = false;
     w5.Fill     = false;
     // Container child hbox2.Gtk.Box+BoxChild
     this.nameEntry               = new global::Gtk.Entry();
     this.nameEntry.CanFocus      = true;
     this.nameEntry.Name          = "nameEntry";
     this.nameEntry.IsEditable    = true;
     this.nameEntry.InvisibleChar = '●';
     this.hbox2.Add(this.nameEntry);
     global::Gtk.Box.BoxChild w6 = ((global::Gtk.Box.BoxChild)(this.hbox2 [this.nameEntry]));
     w6.Position = 1;
     w6.Expand   = false;
     w6.Fill     = false;
     this.vbox1.Add(this.hbox2);
     global::Gtk.Box.BoxChild w7 = ((global::Gtk.Box.BoxChild)(this.vbox1 [this.hbox2]));
     w7.Position = 1;
     w7.Expand   = false;
     w7.Fill     = false;
     // Container child vbox1.Gtk.Box+BoxChild
     this.hbox3         = new global::Gtk.HBox();
     this.hbox3.Name    = "hbox3";
     this.hbox3.Spacing = 6;
     // Container child hbox3.Gtk.Box+BoxChild
     this.label3 = new global::Gtk.Label();
     this.label3.WidthRequest = 100;
     this.label3.Name         = "label3";
     this.label3.Xalign       = 0F;
     this.label3.LabelProp    = global::Mono.Unix.Catalog.GetString("Surname");
     this.hbox3.Add(this.label3);
     global::Gtk.Box.BoxChild w8 = ((global::Gtk.Box.BoxChild)(this.hbox3 [this.label3]));
     w8.Position = 0;
     w8.Expand   = false;
     w8.Fill     = false;
     // Container child hbox3.Gtk.Box+BoxChild
     this.surnameEntry               = new global::Gtk.Entry();
     this.surnameEntry.CanFocus      = true;
     this.surnameEntry.Name          = "surnameEntry";
     this.surnameEntry.IsEditable    = true;
     this.surnameEntry.InvisibleChar = '●';
     this.hbox3.Add(this.surnameEntry);
     global::Gtk.Box.BoxChild w9 = ((global::Gtk.Box.BoxChild)(this.hbox3 [this.surnameEntry]));
     w9.Position = 1;
     w9.Expand   = false;
     w9.Fill     = false;
     this.vbox1.Add(this.hbox3);
     global::Gtk.Box.BoxChild w10 = ((global::Gtk.Box.BoxChild)(this.vbox1 [this.hbox3]));
     w10.Position = 2;
     w10.Expand   = false;
     w10.Fill     = false;
     // Container child vbox1.Gtk.Box+BoxChild
     this.hbox4         = new global::Gtk.HBox();
     this.hbox4.Name    = "hbox4";
     this.hbox4.Spacing = 6;
     // Container child hbox4.Gtk.Box+BoxChild
     this.label4 = new global::Gtk.Label();
     this.label4.WidthRequest = 100;
     this.label4.Name         = "label4";
     this.label4.Xalign       = 0F;
     this.label4.LabelProp    = global::Mono.Unix.Catalog.GetString("User ID");
     this.hbox4.Add(this.label4);
     global::Gtk.Box.BoxChild w11 = ((global::Gtk.Box.BoxChild)(this.hbox4 [this.label4]));
     w11.Position = 0;
     w11.Expand   = false;
     w11.Fill     = false;
     // Container child hbox4.Gtk.Box+BoxChild
     this.uidEntry               = new global::Gtk.Entry();
     this.uidEntry.CanFocus      = true;
     this.uidEntry.Name          = "uidEntry";
     this.uidEntry.IsEditable    = true;
     this.uidEntry.InvisibleChar = '●';
     this.hbox4.Add(this.uidEntry);
     global::Gtk.Box.BoxChild w12 = ((global::Gtk.Box.BoxChild)(this.hbox4 [this.uidEntry]));
     w12.Position = 1;
     w12.Expand   = false;
     w12.Fill     = false;
     this.vbox1.Add(this.hbox4);
     global::Gtk.Box.BoxChild w13 = ((global::Gtk.Box.BoxChild)(this.vbox1 [this.hbox4]));
     w13.Position = 3;
     w13.Expand   = false;
     w13.Fill     = false;
     // 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.label6 = new global::Gtk.Label();
     this.label6.WidthRequest = 100;
     this.label6.Name         = "label6";
     this.label6.Xalign       = 0F;
     this.label6.LabelProp    = global::Mono.Unix.Catalog.GetString("Template");
     this.hbox7.Add(this.label6);
     global::Gtk.Box.BoxChild w14 = ((global::Gtk.Box.BoxChild)(this.hbox7 [this.label6]));
     w14.Position = 0;
     w14.Expand   = false;
     w14.Fill     = false;
     // Container child hbox7.Gtk.Box+BoxChild
     this.templateCombobox      = global::Gtk.ComboBox.NewText();
     this.templateCombobox.Name = "templateCombobox";
     this.hbox7.Add(this.templateCombobox);
     global::Gtk.Box.BoxChild w15 = ((global::Gtk.Box.BoxChild)(this.hbox7 [this.templateCombobox]));
     w15.Position = 1;
     w15.Expand   = false;
     w15.Fill     = false;
     this.vbox1.Add(this.hbox7);
     global::Gtk.Box.BoxChild w16 = ((global::Gtk.Box.BoxChild)(this.vbox1 [this.hbox7]));
     w16.Position = 4;
     w16.Expand   = false;
     w16.Fill     = false;
     // Container child vbox1.Gtk.Box+BoxChild
     this.hbox8         = new global::Gtk.HBox();
     this.hbox8.Name    = "hbox8";
     this.hbox8.Spacing = 6;
     // Container child hbox8.Gtk.Box+BoxChild
     this.label10 = new global::Gtk.Label();
     this.label10.WidthRequest = 100;
     this.label10.Name         = "label10";
     this.label10.Xalign       = 0F;
     this.label10.LabelProp    = global::Mono.Unix.Catalog.GetString("Group");
     this.hbox8.Add(this.label10);
     global::Gtk.Box.BoxChild w17 = ((global::Gtk.Box.BoxChild)(this.hbox8 [this.label10]));
     w17.Position = 0;
     w17.Expand   = false;
     w17.Fill     = false;
     // Container child hbox8.Gtk.Box+BoxChild
     this.groupCombobox      = global::Gtk.ComboBox.NewText();
     this.groupCombobox.Name = "groupCombobox";
     this.hbox8.Add(this.groupCombobox);
     global::Gtk.Box.BoxChild w18 = ((global::Gtk.Box.BoxChild)(this.hbox8 [this.groupCombobox]));
     w18.Position = 1;
     w18.Expand   = false;
     w18.Fill     = false;
     this.vbox1.Add(this.hbox8);
     global::Gtk.Box.BoxChild w19 = ((global::Gtk.Box.BoxChild)(this.vbox1 [this.hbox8]));
     w19.Position = 5;
     w19.Expand   = false;
     w19.Fill     = false;
     // Container child vbox1.Gtk.Box+BoxChild
     this.hbox6         = new global::Gtk.HBox();
     this.hbox6.Name    = "hbox6";
     this.hbox6.Spacing = 6;
     // Container child hbox6.Gtk.Box+BoxChild
     this.label5 = new global::Gtk.Label();
     this.label5.WidthRequest = 100;
     this.label5.Name         = "label5";
     this.label5.Xalign       = 0F;
     this.label5.LabelProp    = global::Mono.Unix.Catalog.GetString("Password");
     this.hbox6.Add(this.label5);
     global::Gtk.Box.BoxChild w20 = ((global::Gtk.Box.BoxChild)(this.hbox6 [this.label5]));
     w20.Position = 0;
     w20.Expand   = false;
     w20.Fill     = false;
     // Container child hbox6.Gtk.Box+BoxChild
     this.passwordEntry               = new global::Gtk.Entry();
     this.passwordEntry.CanFocus      = true;
     this.passwordEntry.Name          = "passwordEntry";
     this.passwordEntry.IsEditable    = true;
     this.passwordEntry.InvisibleChar = '●';
     this.hbox6.Add(this.passwordEntry);
     global::Gtk.Box.BoxChild w21 = ((global::Gtk.Box.BoxChild)(this.hbox6 [this.passwordEntry]));
     w21.Position = 1;
     w21.Expand   = false;
     w21.Fill     = false;
     this.vbox1.Add(this.hbox6);
     global::Gtk.Box.BoxChild w22 = ((global::Gtk.Box.BoxChild)(this.vbox1 [this.hbox6]));
     w22.Position = 6;
     w22.Expand   = false;
     w22.Fill     = false;
     // Container child vbox1.Gtk.Box+BoxChild
     this.niaHbox         = new global::Gtk.HBox();
     this.niaHbox.Name    = "niaHbox";
     this.niaHbox.Spacing = 6;
     // Container child niaHbox.Gtk.Box+BoxChild
     this.label7 = new global::Gtk.Label();
     this.label7.WidthRequest = 100;
     this.label7.Name         = "label7";
     this.label7.Xalign       = 0F;
     this.label7.LabelProp    = global::Mono.Unix.Catalog.GetString("NIA");
     this.niaHbox.Add(this.label7);
     global::Gtk.Box.BoxChild w23 = ((global::Gtk.Box.BoxChild)(this.niaHbox [this.label7]));
     w23.Position = 0;
     w23.Expand   = false;
     w23.Fill     = false;
     // Container child niaHbox.Gtk.Box+BoxChild
     this.niaEntry               = new global::Gtk.Entry();
     this.niaEntry.CanFocus      = true;
     this.niaEntry.Name          = "niaEntry";
     this.niaEntry.IsEditable    = true;
     this.niaEntry.InvisibleChar = '●';
     this.niaHbox.Add(this.niaEntry);
     global::Gtk.Box.BoxChild w24 = ((global::Gtk.Box.BoxChild)(this.niaHbox [this.niaEntry]));
     w24.Position = 1;
     w24.Expand   = false;
     w24.Fill     = false;
     this.vbox1.Add(this.niaHbox);
     global::Gtk.Box.BoxChild w25 = ((global::Gtk.Box.BoxChild)(this.vbox1 [this.niaHbox]));
     w25.Position = 7;
     w25.Expand   = false;
     w25.Fill     = false;
     // Container child vbox1.Gtk.Box+BoxChild
     this.dniHbox         = new global::Gtk.HBox();
     this.dniHbox.Name    = "dniHbox";
     this.dniHbox.Spacing = 6;
     // Container child dniHbox.Gtk.Box+BoxChild
     this.label9 = new global::Gtk.Label();
     this.label9.WidthRequest = 100;
     this.label9.Name         = "label9";
     this.label9.Xalign       = 0F;
     this.label9.LabelProp    = global::Mono.Unix.Catalog.GetString("DNI");
     this.dniHbox.Add(this.label9);
     global::Gtk.Box.BoxChild w26 = ((global::Gtk.Box.BoxChild)(this.dniHbox [this.label9]));
     w26.Position = 0;
     w26.Expand   = false;
     w26.Fill     = false;
     // Container child dniHbox.Gtk.Box+BoxChild
     this.dniEntry               = new global::Gtk.Entry();
     this.dniEntry.CanFocus      = true;
     this.dniEntry.Name          = "dniEntry";
     this.dniEntry.IsEditable    = true;
     this.dniEntry.InvisibleChar = '●';
     this.dniHbox.Add(this.dniEntry);
     global::Gtk.Box.BoxChild w27 = ((global::Gtk.Box.BoxChild)(this.dniHbox [this.dniEntry]));
     w27.Position = 1;
     w27.Expand   = false;
     w27.Fill     = false;
     this.vbox1.Add(this.dniHbox);
     global::Gtk.Box.BoxChild w28 = ((global::Gtk.Box.BoxChild)(this.vbox1 [this.dniHbox]));
     w28.Position = 8;
     w28.Expand   = false;
     w28.Fill     = false;
     // Container child vbox1.Gtk.Box+BoxChild
     this.hseparator2      = new global::Gtk.HSeparator();
     this.hseparator2.Name = "hseparator2";
     this.vbox1.Add(this.hseparator2);
     global::Gtk.Box.BoxChild w29 = ((global::Gtk.Box.BoxChild)(this.vbox1 [this.hseparator2]));
     w29.Position = 9;
     w29.Expand   = false;
     w29.Fill     = false;
     // Container child vbox1.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("* NIA/DNI fields are optional, but if present, they will help the re-importation process");
     this.label8.Wrap      = true;
     this.vbox1.Add(this.label8);
     global::Gtk.Box.BoxChild w30 = ((global::Gtk.Box.BoxChild)(this.vbox1 [this.label8]));
     w30.Position = 10;
     w30.Expand   = false;
     w30.Fill     = false;
     // Container child vbox1.Gtk.Box+BoxChild
     this.hseparator1      = new global::Gtk.HSeparator();
     this.hseparator1.Name = "hseparator1";
     this.vbox1.Add(this.hseparator1);
     global::Gtk.Box.BoxChild w31 = ((global::Gtk.Box.BoxChild)(this.vbox1 [this.hseparator1]));
     w31.Position = 11;
     w31.Expand   = false;
     w31.Fill     = false;
     // Container child vbox1.Gtk.Box+BoxChild
     this.hbox5             = new global::Gtk.HBox();
     this.hbox5.Name        = "hbox5";
     this.hbox5.Spacing     = 60;
     this.hbox5.BorderWidth = ((uint)(6));
     // Container child hbox5.Gtk.Box+BoxChild
     this.acceptButton              = new global::Gtk.Button();
     this.acceptButton.CanFocus     = true;
     this.acceptButton.Name         = "acceptButton";
     this.acceptButton.UseStock     = true;
     this.acceptButton.UseUnderline = true;
     this.acceptButton.Label        = "gtk-ok";
     this.hbox5.Add(this.acceptButton);
     global::Gtk.Box.BoxChild w32 = ((global::Gtk.Box.BoxChild)(this.hbox5 [this.acceptButton]));
     w32.Position = 0;
     w32.Expand   = false;
     w32.Fill     = false;
     // Container child hbox5.Gtk.Box+BoxChild
     this.undoButton              = new global::Gtk.Button();
     this.undoButton.CanFocus     = true;
     this.undoButton.Name         = "undoButton";
     this.undoButton.UseStock     = true;
     this.undoButton.UseUnderline = true;
     this.undoButton.Label        = "gtk-undo";
     this.hbox5.Add(this.undoButton);
     global::Gtk.Box.BoxChild w33 = ((global::Gtk.Box.BoxChild)(this.hbox5 [this.undoButton]));
     w33.Position = 1;
     w33.Expand   = false;
     w33.Fill     = false;
     this.vbox1.Add(this.hbox5);
     global::Gtk.Box.BoxChild w34 = ((global::Gtk.Box.BoxChild)(this.vbox1 [this.hbox5]));
     w34.Position = 12;
     w34.Expand   = false;
     // Container child vbox1.Gtk.Box+BoxChild
     this.msgLabel      = new global::Gtk.Label();
     this.msgLabel.Name = "msgLabel";
     this.vbox1.Add(this.msgLabel);
     global::Gtk.Box.BoxChild w35 = ((global::Gtk.Box.BoxChild)(this.vbox1 [this.msgLabel]));
     w35.PackType = ((global::Gtk.PackType)(1));
     w35.Position = 13;
     w35.Expand   = false;
     w35.Fill     = false;
     this.GtkAlignment.Add(this.vbox1);
     this.frame1.Add(this.GtkAlignment);
     this.Add(this.frame1);
     if ((this.Child != null))
     {
         this.Child.ShowAll();
     }
     this.Hide();
     this.nameEntry.Changed        += new global::System.EventHandler(this.OnNameEntryChanged);
     this.surnameEntry.Changed     += new global::System.EventHandler(this.OnSurnameEntryChanged);
     this.uidEntry.Changed         += new global::System.EventHandler(this.OnUidEntryChanged);
     this.templateCombobox.Changed += new global::System.EventHandler(this.OnTemplateComboboxChanged);
     this.passwordEntry.Changed    += new global::System.EventHandler(this.OnPasswordEntryChanged);
     this.niaEntry.Changed         += new global::System.EventHandler(this.OnPasswordEntryChanged);
     this.dniEntry.Changed         += new global::System.EventHandler(this.OnPasswordEntryChanged);
     this.acceptButton.Clicked     += new global::System.EventHandler(this.OnAcceptButtonClicked);
     this.undoButton.Clicked       += new global::System.EventHandler(this.OnUndoButtonClicked);
 }
コード例 #27
0
 protected virtual void Build()
 {
     global::Stetic.Gui.Initialize (this);
     // Widget Pinta.Effects.LevelsDialog
     this.Events = ((global::Gdk.EventMask)(260));
     this.Name = "Pinta.Effects.LevelsDialog";
     this.Title = global::Mono.Unix.Catalog.GetString ("Levels Adjustment");
     this.TypeHint = ((global::Gdk.WindowTypeHint)(1));
     this.WindowPosition = ((global::Gtk.WindowPosition)(4));
     this.Resizable = false;
     this.AllowGrow = false;
     this.SkipTaskbarHint = true;
     // Internal child Pinta.Effects.LevelsDialog.VBox
     global::Gtk.VBox w1 = this.VBox;
     w1.Events = ((global::Gdk.EventMask)(1534));
     w1.Name = "dialog1_VBox";
     w1.BorderWidth = ((uint)(2));
     // Container child dialog1_VBox.Gtk.Box+BoxChild
     this.hbox1 = new global::Gtk.HBox ();
     this.hbox1.Events = ((global::Gdk.EventMask)(260));
     this.hbox1.Name = "hbox1";
     this.hbox1.Spacing = 6;
     // 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.hbox2 = new global::Gtk.HBox ();
     this.hbox2.Name = "hbox2";
     this.hbox2.Spacing = 6;
     // Container child hbox2.Gtk.Box+BoxChild
     this.labelInputHist = new global::Gtk.Label ();
     this.labelInputHist.Name = "labelInputHist";
     this.labelInputHist.LabelProp = global::Mono.Unix.Catalog.GetString ("Input Histogram");
     this.hbox2.Add (this.labelInputHist);
     global::Gtk.Box.BoxChild w2 = ((global::Gtk.Box.BoxChild)(this.hbox2[this.labelInputHist]));
     w2.Position = 0;
     w2.Expand = false;
     w2.Fill = false;
     // Container child hbox2.Gtk.Box+BoxChild
     this.hseparator1 = new global::Gtk.HSeparator ();
     this.hseparator1.Name = "hseparator1";
     this.hbox2.Add (this.hseparator1);
     global::Gtk.Box.BoxChild w3 = ((global::Gtk.Box.BoxChild)(this.hbox2[this.hseparator1]));
     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.histogramInput = null;
     this.vbox2.Add (this.histogramInput);
     global::Gtk.Box.BoxChild w5 = ((global::Gtk.Box.BoxChild)(this.vbox2[this.histogramInput]));
     w5.Position = 1;
     this.hbox1.Add (this.vbox2);
     global::Gtk.Box.BoxChild w6 = ((global::Gtk.Box.BoxChild)(this.hbox1[this.vbox2]));
     w6.Position = 0;
     // Container child hbox1.Gtk.Box+BoxChild
     this.vbox3 = new global::Gtk.VBox ();
     this.vbox3.Events = ((global::Gdk.EventMask)(36));
     this.vbox3.Name = "vbox3";
     this.vbox3.Spacing = 6;
     // Container child vbox3.Gtk.Box+BoxChild
     this.hbox3 = new global::Gtk.HBox ();
     this.hbox3.Name = "hbox3";
     this.hbox3.Spacing = 6;
     // Container child hbox3.Gtk.Box+BoxChild
     this.labelInput = new global::Gtk.Label ();
     this.labelInput.Name = "labelInput";
     this.labelInput.LabelProp = global::Mono.Unix.Catalog.GetString ("Input");
     this.hbox3.Add (this.labelInput);
     global::Gtk.Box.BoxChild w7 = ((global::Gtk.Box.BoxChild)(this.hbox3[this.labelInput]));
     w7.Position = 0;
     w7.Expand = false;
     w7.Fill = false;
     // Container child hbox3.Gtk.Box+BoxChild
     this.hseparator2 = new global::Gtk.HSeparator ();
     this.hseparator2.Name = "hseparator2";
     this.hbox3.Add (this.hseparator2);
     global::Gtk.Box.BoxChild w8 = ((global::Gtk.Box.BoxChild)(this.hbox3[this.hseparator2]));
     w8.Position = 1;
     this.vbox3.Add (this.hbox3);
     global::Gtk.Box.BoxChild w9 = ((global::Gtk.Box.BoxChild)(this.vbox3[this.hbox3]));
     w9.Position = 0;
     w9.Expand = false;
     w9.Fill = false;
     // Container child vbox3.Gtk.Box+BoxChild
     this.hbox8 = new global::Gtk.HBox ();
     this.hbox8.Events = ((global::Gdk.EventMask)(260));
     this.hbox8.Name = "hbox8";
     this.hbox8.Spacing = 6;
     // Container child hbox8.Gtk.Box+BoxChild
     this.vboxInputSpin = new global::Gtk.VBox ();
     this.vboxInputSpin.Name = "vboxInputSpin";
     this.vboxInputSpin.Spacing = 6;
     // Container child vboxInputSpin.Gtk.Box+BoxChild
     this.spinInHigh = new global::Gtk.SpinButton (1, 255, 1);
     this.spinInHigh.CanFocus = true;
     this.spinInHigh.Name = "spinInHigh";
     this.spinInHigh.Adjustment.PageIncrement = 10;
     this.spinInHigh.ClimbRate = 1;
     this.spinInHigh.Numeric = true;
     this.spinInHigh.Value = 255;
     this.vboxInputSpin.Add (this.spinInHigh);
     global::Gtk.Box.BoxChild w10 = ((global::Gtk.Box.BoxChild)(this.vboxInputSpin[this.spinInHigh]));
     w10.Position = 0;
     w10.Expand = false;
     w10.Fill = false;
     // Container child vboxInputSpin.Gtk.Box+BoxChild
     this.colorpanelInHigh = null;
     this.vboxInputSpin.Add (this.colorpanelInHigh);
     global::Gtk.Box.BoxChild w11 = ((global::Gtk.Box.BoxChild)(this.vboxInputSpin[this.colorpanelInHigh]));
     w11.Position = 1;
     w11.Expand = false;
     w11.Fill = false;
     // Container child vboxInputSpin.Gtk.Box+BoxChild
     this.alignment1 = new global::Gtk.Alignment (0.5f, 0.5f, 1f, 1f);
     this.alignment1.Name = "alignment1";
     this.vboxInputSpin.Add (this.alignment1);
     global::Gtk.Box.BoxChild w12 = ((global::Gtk.Box.BoxChild)(this.vboxInputSpin[this.alignment1]));
     w12.Position = 2;
     // Container child vboxInputSpin.Gtk.Box+BoxChild
     this.colorpanelInLow = null;
     this.vboxInputSpin.Add (this.colorpanelInLow);
     global::Gtk.Box.BoxChild w13 = ((global::Gtk.Box.BoxChild)(this.vboxInputSpin[this.colorpanelInLow]));
     w13.Position = 3;
     w13.Expand = false;
     w13.Fill = false;
     // Container child vboxInputSpin.Gtk.Box+BoxChild
     this.spinInLow = new global::Gtk.SpinButton (0, 254, 1);
     this.spinInLow.CanFocus = true;
     this.spinInLow.Name = "spinInLow";
     this.spinInLow.Adjustment.PageIncrement = 10;
     this.spinInLow.ClimbRate = 1;
     this.spinInLow.Numeric = true;
     this.vboxInputSpin.Add (this.spinInLow);
     global::Gtk.Box.BoxChild w14 = ((global::Gtk.Box.BoxChild)(this.vboxInputSpin[this.spinInLow]));
     w14.Position = 4;
     w14.Expand = false;
     w14.Fill = false;
     this.hbox8.Add (this.vboxInputSpin);
     global::Gtk.Box.BoxChild w15 = ((global::Gtk.Box.BoxChild)(this.hbox8[this.vboxInputSpin]));
     w15.Position = 0;
     w15.Expand = false;
     w15.Fill = false;
     // Container child hbox8.Gtk.Box+BoxChild
     this.gradientInput = null;
     this.hbox8.Add (this.gradientInput);
     global::Gtk.Box.BoxChild w16 = ((global::Gtk.Box.BoxChild)(this.hbox8[this.gradientInput]));
     w16.Position = 1;
     w16.Expand = false;
     w16.Fill = false;
     this.vbox3.Add (this.hbox8);
     global::Gtk.Box.BoxChild w17 = ((global::Gtk.Box.BoxChild)(this.vbox3[this.hbox8]));
     w17.Position = 1;
     this.hbox1.Add (this.vbox3);
     global::Gtk.Box.BoxChild w18 = ((global::Gtk.Box.BoxChild)(this.hbox1[this.vbox3]));
     w18.Position = 1;
     w18.Expand = false;
     // Container child hbox1.Gtk.Box+BoxChild
     this.vbox4 = new global::Gtk.VBox ();
     this.vbox4.Name = "vbox4";
     this.vbox4.Spacing = 6;
     // Container child vbox4.Gtk.Box+BoxChild
     this.hbox4 = new global::Gtk.HBox ();
     this.hbox4.Name = "hbox4";
     this.hbox4.Spacing = 6;
     // Container child hbox4.Gtk.Box+BoxChild
     this.labelOutput = new global::Gtk.Label ();
     this.labelOutput.Name = "labelOutput";
     this.labelOutput.LabelProp = global::Mono.Unix.Catalog.GetString ("Output");
     this.hbox4.Add (this.labelOutput);
     global::Gtk.Box.BoxChild w19 = ((global::Gtk.Box.BoxChild)(this.hbox4[this.labelOutput]));
     w19.Position = 0;
     w19.Expand = false;
     w19.Fill = false;
     // Container child hbox4.Gtk.Box+BoxChild
     this.hseparator3 = new global::Gtk.HSeparator ();
     this.hseparator3.Name = "hseparator3";
     this.hbox4.Add (this.hseparator3);
     global::Gtk.Box.BoxChild w20 = ((global::Gtk.Box.BoxChild)(this.hbox4[this.hseparator3]));
     w20.Position = 1;
     this.vbox4.Add (this.hbox4);
     global::Gtk.Box.BoxChild w21 = ((global::Gtk.Box.BoxChild)(this.vbox4[this.hbox4]));
     w21.Position = 0;
     w21.Expand = false;
     w21.Fill = false;
     // Container child vbox4.Gtk.Box+BoxChild
     this.hbox9 = new global::Gtk.HBox ();
     this.hbox9.Name = "hbox9";
     this.hbox9.Spacing = 6;
     // Container child hbox9.Gtk.Box+BoxChild
     this.gradientOutput = null;
     this.hbox9.Add (this.gradientOutput);
     global::Gtk.Box.BoxChild w22 = ((global::Gtk.Box.BoxChild)(this.hbox9[this.gradientOutput]));
     w22.Position = 1;
     w22.Expand = false;
     w22.Fill = false;
     // Container child hbox9.Gtk.Box+BoxChild
     this.vboxOutputSpin = new global::Gtk.VBox ();
     this.vboxOutputSpin.Name = "vboxOutputSpin";
     this.vboxOutputSpin.Spacing = 6;
     // Container child vboxOutputSpin.Gtk.Box+BoxChild
     this.spinOutHigh = new global::Gtk.SpinButton (2, 255, 1);
     this.spinOutHigh.CanFocus = true;
     this.spinOutHigh.Name = "spinOutHigh";
     this.spinOutHigh.Adjustment.PageIncrement = 10;
     this.spinOutHigh.ClimbRate = 1;
     this.spinOutHigh.Numeric = true;
     this.spinOutHigh.Value = 255;
     this.vboxOutputSpin.Add (this.spinOutHigh);
     global::Gtk.Box.BoxChild w23 = ((global::Gtk.Box.BoxChild)(this.vboxOutputSpin[this.spinOutHigh]));
     w23.Position = 0;
     w23.Expand = false;
     w23.Fill = false;
     // Container child vboxOutputSpin.Gtk.Box+BoxChild
     this.colorpanelOutHigh = null;
     this.vboxOutputSpin.Add (this.colorpanelOutHigh);
     global::Gtk.Box.BoxChild w24 = ((global::Gtk.Box.BoxChild)(this.vboxOutputSpin[this.colorpanelOutHigh]));
     w24.Position = 1;
     w24.Expand = false;
     w24.Fill = false;
     // Container child vboxOutputSpin.Gtk.Box+BoxChild
     this.spinOutGamma = new global::Gtk.SpinButton (0, 100, 0.1);
     this.spinOutGamma.CanFocus = true;
     this.spinOutGamma.Name = "spinOutGamma";
     this.spinOutGamma.Adjustment.PageIncrement = 10;
     this.spinOutGamma.ClimbRate = 1;
     this.spinOutGamma.Numeric = true;
     this.spinOutGamma.Value = 1;
     this.vboxOutputSpin.Add (this.spinOutGamma);
     global::Gtk.Box.BoxChild w25 = ((global::Gtk.Box.BoxChild)(this.vboxOutputSpin[this.spinOutGamma]));
     w25.Position = 2;
     w25.Expand = false;
     w25.Fill = false;
     // Container child vboxOutputSpin.Gtk.Box+BoxChild
     this.colorpanelOutMid = null;
     this.vboxOutputSpin.Add (this.colorpanelOutMid);
     global::Gtk.Box.BoxChild w26 = ((global::Gtk.Box.BoxChild)(this.vboxOutputSpin[this.colorpanelOutMid]));
     w26.Position = 3;
     w26.Expand = false;
     w26.Fill = false;
     // Container child vboxOutputSpin.Gtk.Box+BoxChild
     this.colorpanelOutLow = null;
     this.vboxOutputSpin.Add (this.colorpanelOutLow);
     global::Gtk.Box.BoxChild w27 = ((global::Gtk.Box.BoxChild)(this.vboxOutputSpin[this.colorpanelOutLow]));
     w27.Position = 4;
     w27.Expand = false;
     w27.Fill = false;
     // Container child vboxOutputSpin.Gtk.Box+BoxChild
     this.spinOutLow = new global::Gtk.SpinButton (0, 252, 1);
     this.spinOutLow.CanFocus = true;
     this.spinOutLow.Name = "spinOutLow";
     this.spinOutLow.Adjustment.PageIncrement = 10;
     this.spinOutLow.ClimbRate = 1;
     this.spinOutLow.Numeric = true;
     this.vboxOutputSpin.Add (this.spinOutLow);
     global::Gtk.Box.BoxChild w28 = ((global::Gtk.Box.BoxChild)(this.vboxOutputSpin[this.spinOutLow]));
     w28.Position = 5;
     w28.Expand = false;
     w28.Fill = false;
     this.hbox9.Add (this.vboxOutputSpin);
     global::Gtk.Box.BoxChild w29 = ((global::Gtk.Box.BoxChild)(this.hbox9[this.vboxOutputSpin]));
     w29.Position = 2;
     w29.Expand = false;
     w29.Fill = false;
     this.vbox4.Add (this.hbox9);
     global::Gtk.Box.BoxChild w30 = ((global::Gtk.Box.BoxChild)(this.vbox4[this.hbox9]));
     w30.Position = 1;
     this.hbox1.Add (this.vbox4);
     global::Gtk.Box.BoxChild w31 = ((global::Gtk.Box.BoxChild)(this.hbox1[this.vbox4]));
     w31.Position = 2;
     w31.Expand = false;
     w31.Fill = false;
     // Container child hbox1.Gtk.Box+BoxChild
     this.vbox5 = new global::Gtk.VBox ();
     this.vbox5.Name = "vbox5";
     this.vbox5.Spacing = 6;
     // Container child vbox5.Gtk.Box+BoxChild
     this.hbox5 = new global::Gtk.HBox ();
     this.hbox5.Name = "hbox5";
     this.hbox5.Spacing = 6;
     // Container child hbox5.Gtk.Box+BoxChild
     this.labelOutputHist = new global::Gtk.Label ();
     this.labelOutputHist.Name = "labelOutputHist";
     this.labelOutputHist.LabelProp = global::Mono.Unix.Catalog.GetString ("Output Histogram");
     this.hbox5.Add (this.labelOutputHist);
     global::Gtk.Box.BoxChild w32 = ((global::Gtk.Box.BoxChild)(this.hbox5[this.labelOutputHist]));
     w32.Position = 0;
     w32.Expand = false;
     w32.Fill = false;
     // Container child hbox5.Gtk.Box+BoxChild
     this.hseparator4 = new global::Gtk.HSeparator ();
     this.hseparator4.Name = "hseparator4";
     this.hbox5.Add (this.hseparator4);
     global::Gtk.Box.BoxChild w33 = ((global::Gtk.Box.BoxChild)(this.hbox5[this.hseparator4]));
     w33.Position = 1;
     this.vbox5.Add (this.hbox5);
     global::Gtk.Box.BoxChild w34 = ((global::Gtk.Box.BoxChild)(this.vbox5[this.hbox5]));
     w34.Position = 0;
     w34.Expand = false;
     w34.Fill = false;
     // Container child vbox5.Gtk.Box+BoxChild
     this.histogramOutput = null;
     this.vbox5.Add (this.histogramOutput);
     global::Gtk.Box.BoxChild w35 = ((global::Gtk.Box.BoxChild)(this.vbox5[this.histogramOutput]));
     w35.Position = 1;
     this.hbox1.Add (this.vbox5);
     global::Gtk.Box.BoxChild w36 = ((global::Gtk.Box.BoxChild)(this.hbox1[this.vbox5]));
     w36.Position = 3;
     w1.Add (this.hbox1);
     global::Gtk.Box.BoxChild w37 = ((global::Gtk.Box.BoxChild)(w1[this.hbox1]));
     w37.Position = 0;
     // Container child dialog1_VBox.Gtk.Box+BoxChild
     this.hboxBottom = new global::Gtk.HBox ();
     this.hboxBottom.Name = "hboxBottom";
     this.hboxBottom.Spacing = 6;
     // Container child hboxBottom.Gtk.Box+BoxChild
     this.buttonAuto = new global::Gtk.Button ();
     this.buttonAuto.WidthRequest = 80;
     this.buttonAuto.CanFocus = true;
     this.buttonAuto.Name = "buttonAuto";
     this.buttonAuto.UseUnderline = true;
     this.buttonAuto.Label = global::Mono.Unix.Catalog.GetString ("Auto");
     this.hboxBottom.Add (this.buttonAuto);
     global::Gtk.Box.BoxChild w38 = ((global::Gtk.Box.BoxChild)(this.hboxBottom[this.buttonAuto]));
     w38.Position = 0;
     w38.Expand = false;
     w38.Fill = false;
     // Container child hboxBottom.Gtk.Box+BoxChild
     this.buttonReset = new global::Gtk.Button ();
     this.buttonReset.WidthRequest = 80;
     this.buttonReset.CanFocus = true;
     this.buttonReset.Name = "buttonReset";
     this.buttonReset.UseUnderline = true;
     this.buttonReset.Label = global::Mono.Unix.Catalog.GetString ("Reset");
     this.hboxBottom.Add (this.buttonReset);
     global::Gtk.Box.BoxChild w39 = ((global::Gtk.Box.BoxChild)(this.hboxBottom[this.buttonReset]));
     w39.Position = 1;
     w39.Expand = false;
     w39.Fill = false;
     // Container child hboxBottom.Gtk.Box+BoxChild
     this.checkRed = new global::Gtk.CheckButton ();
     this.checkRed.CanFocus = true;
     this.checkRed.Name = "checkRed";
     this.checkRed.Label = global::Mono.Unix.Catalog.GetString ("Red");
     this.checkRed.Active = true;
     this.checkRed.DrawIndicator = true;
     this.checkRed.UseUnderline = true;
     this.hboxBottom.Add (this.checkRed);
     global::Gtk.Box.BoxChild w40 = ((global::Gtk.Box.BoxChild)(this.hboxBottom[this.checkRed]));
     w40.Position = 2;
     // Container child hboxBottom.Gtk.Box+BoxChild
     this.checkGreen = new global::Gtk.CheckButton ();
     this.checkGreen.CanFocus = true;
     this.checkGreen.Name = "checkGreen";
     this.checkGreen.Label = global::Mono.Unix.Catalog.GetString ("Green");
     this.checkGreen.Active = true;
     this.checkGreen.DrawIndicator = true;
     this.checkGreen.UseUnderline = true;
     this.hboxBottom.Add (this.checkGreen);
     global::Gtk.Box.BoxChild w41 = ((global::Gtk.Box.BoxChild)(this.hboxBottom[this.checkGreen]));
     w41.Position = 3;
     // Container child hboxBottom.Gtk.Box+BoxChild
     this.buttonOk = new global::Gtk.Button ();
     this.buttonOk.WidthRequest = 80;
     this.buttonOk.CanFocus = true;
     this.buttonOk.Name = "buttonOk";
     this.buttonOk.UseStock = true;
     this.buttonOk.UseUnderline = true;
     this.buttonOk.Label = "gtk-ok";
     this.hboxBottom.Add (this.buttonOk);
     global::Gtk.Box.BoxChild w42 = ((global::Gtk.Box.BoxChild)(this.hboxBottom[this.buttonOk]));
     w42.PackType = ((global::Gtk.PackType)(1));
     w42.Position = 4;
     w42.Expand = false;
     w42.Fill = false;
     // Container child hboxBottom.Gtk.Box+BoxChild
     this.buttonCancel = new global::Gtk.Button ();
     this.buttonCancel.WidthRequest = 80;
     this.buttonCancel.CanFocus = true;
     this.buttonCancel.Name = "buttonCancel";
     this.buttonCancel.UseStock = true;
     this.buttonCancel.UseUnderline = true;
     this.buttonCancel.Label = "gtk-cancel";
     this.hboxBottom.Add (this.buttonCancel);
     global::Gtk.Box.BoxChild w43 = ((global::Gtk.Box.BoxChild)(this.hboxBottom[this.buttonCancel]));
     w43.PackType = ((global::Gtk.PackType)(1));
     w43.Position = 5;
     w43.Expand = false;
     w43.Fill = false;
     // Container child hboxBottom.Gtk.Box+BoxChild
     this.checkBlue = new global::Gtk.CheckButton ();
     this.checkBlue.CanFocus = true;
     this.checkBlue.Name = "checkBlue";
     this.checkBlue.Label = global::Mono.Unix.Catalog.GetString ("Blue");
     this.checkBlue.Active = true;
     this.checkBlue.DrawIndicator = true;
     this.checkBlue.UseUnderline = true;
     this.hboxBottom.Add (this.checkBlue);
     global::Gtk.Box.BoxChild w44 = ((global::Gtk.Box.BoxChild)(this.hboxBottom[this.checkBlue]));
     w44.PackType = ((global::Gtk.PackType)(1));
     w44.Position = 6;
     w1.Add (this.hboxBottom);
     global::Gtk.Box.BoxChild w45 = ((global::Gtk.Box.BoxChild)(w1[this.hboxBottom]));
     w45.PackType = ((global::Gtk.PackType)(1));
     w45.Position = 4;
     w45.Expand = false;
     w45.Fill = false;
     // Internal child Pinta.Effects.LevelsDialog.ActionArea
     global::Gtk.HButtonBox w46 = this.ActionArea;
     w46.Name = "__gtksharp_58_Stetic_TopLevelDialog_ActionArea";
     w46.LayoutStyle = ((global::Gtk.ButtonBoxStyle)(4));
     // Container child __gtksharp_58_Stetic_TopLevelDialog_ActionArea.Gtk.ButtonBox+ButtonBoxChild
     this.buttonDummy = new global::Gtk.Button ();
     this.buttonDummy.Sensitive = false;
     this.buttonDummy.CanFocus = true;
     this.buttonDummy.Name = "buttonDummy";
     this.buttonDummy.UseUnderline = true;
     this.buttonDummy.Label = global::Mono.Unix.Catalog.GetString ("In stetic action button box cannot be empty");
     this.AddActionWidget (this.buttonDummy, -5);
     global::Gtk.ButtonBox.ButtonBoxChild w47 = ((global::Gtk.ButtonBox.ButtonBoxChild)(w46[this.buttonDummy]));
     w47.Expand = false;
     w47.Fill = false;
     if ((this.Child != null)) {
         this.Child.ShowAll ();
     }
     this.DefaultWidth = 1754;
     this.DefaultHeight = 326;
     this.buttonDummy.Hide ();
     this.Show ();
 }
コード例 #28
0
ファイル: SSLMaker.About.cs プロジェクト: deltac2008/SSLMaker
 protected virtual void Build()
 {
     global::Stetic.Gui.Initialize(this);
     // Widget SSLMaker.About
     this.Name           = "SSLMaker.About";
     this.Title          = "";
     this.Icon           = global::Gdk.Pixbuf.LoadFromResource("SSLMaker.images.padlockandkeys16x16.png");
     this.WindowPosition = ((global::Gtk.WindowPosition)(4));
     this.Modal          = true;
     this.Resizable      = false;
     this.AllowGrow      = false;
     // Internal child SSLMaker.About.VBox
     global::Gtk.VBox w1 = this.VBox;
     w1.Name        = "dialog1_VBox";
     w1.BorderWidth = ((uint)(2));
     // Container child dialog1_VBox.Gtk.Box+BoxChild
     this.vbox8         = new global::Gtk.VBox();
     this.vbox8.Name    = "vbox8";
     this.vbox8.Spacing = 6;
     // Container child vbox8.Gtk.Box+BoxChild
     this.hbox3         = new global::Gtk.HBox();
     this.hbox3.Name    = "hbox3";
     this.hbox3.Spacing = 6;
     // Container child hbox3.Gtk.Box+BoxChild
     this.image10        = new global::Gtk.Image();
     this.image10.Name   = "image10";
     this.image10.Pixbuf = global::Gdk.Pixbuf.LoadFromResource("SSLMaker.images.ssl_cert55x68.png");
     this.hbox3.Add(this.image10);
     global::Gtk.Box.BoxChild w2 = ((global::Gtk.Box.BoxChild)(this.hbox3 [this.image10]));
     w2.Position = 0;
     w2.Expand   = false;
     w2.Fill     = false;
     // Container child hbox3.Gtk.Box+BoxChild
     this.label8           = new global::Gtk.Label();
     this.label8.Name      = "label8";
     this.label8.LabelProp = global::Mono.Unix.Catalog.GetString("<b>SSLMaker</b>\n\nAn application that will create simple self-signed certificates including the corresponding key files.");
     this.label8.UseMarkup = true;
     this.label8.Wrap      = true;
     this.label8.Justify   = ((global::Gtk.Justification)(2));
     this.hbox3.Add(this.label8);
     global::Gtk.Box.BoxChild w3 = ((global::Gtk.Box.BoxChild)(this.hbox3 [this.label8]));
     w3.Position = 1;
     w3.Padding  = ((uint)(12));
     this.vbox8.Add(this.hbox3);
     global::Gtk.Box.BoxChild w4 = ((global::Gtk.Box.BoxChild)(this.vbox8 [this.hbox3]));
     w4.Position = 0;
     w4.Expand   = false;
     w4.Fill     = false;
     // Container child vbox8.Gtk.Box+BoxChild
     this.hseparator1      = new global::Gtk.HSeparator();
     this.hseparator1.Name = "hseparator1";
     this.vbox8.Add(this.hseparator1);
     global::Gtk.Box.BoxChild w5 = ((global::Gtk.Box.BoxChild)(this.vbox8 [this.hseparator1]));
     w5.Position = 1;
     w5.Expand   = false;
     w5.Fill     = false;
     // Container child vbox8.Gtk.Box+BoxChild
     this.label1           = new global::Gtk.Label();
     this.label1.Name      = "label1";
     this.label1.LabelProp = global::Mono.Unix.Catalog.GetString("Edit the user details and the preferences to store the information required when creating the key/certificate files. These details will include your name and company details, cipher strength, etc.");
     this.label1.Wrap      = true;
     this.label1.Justify   = ((global::Gtk.Justification)(2));
     this.vbox8.Add(this.label1);
     global::Gtk.Box.BoxChild w6 = ((global::Gtk.Box.BoxChild)(this.vbox8 [this.label1]));
     w6.Position = 2;
     w6.Expand   = false;
     w6.Fill     = false;
     // Container child vbox8.Gtk.Box+BoxChild
     this.hseparator6      = new global::Gtk.HSeparator();
     this.hseparator6.Name = "hseparator6";
     this.vbox8.Add(this.hseparator6);
     global::Gtk.Box.BoxChild w7 = ((global::Gtk.Box.BoxChild)(this.vbox8 [this.hseparator6]));
     w7.Position = 3;
     w7.Expand   = false;
     w7.Fill     = false;
     // Container child vbox8.Gtk.Box+BoxChild
     this.label10           = new global::Gtk.Label();
     this.label10.Name      = "label10";
     this.label10.LabelProp = global::Mono.Unix.Catalog.GetString("Created by David Clayton\nVersion 0.9\ncopyright claymarda");
     this.label10.UseMarkup = true;
     this.label10.Wrap      = true;
     this.label10.Justify   = ((global::Gtk.Justification)(2));
     this.vbox8.Add(this.label10);
     global::Gtk.Box.BoxChild w8 = ((global::Gtk.Box.BoxChild)(this.vbox8 [this.label10]));
     w8.Position = 4;
     w8.Expand   = false;
     w8.Fill     = false;
     w8.Padding  = ((uint)(12));
     w1.Add(this.vbox8);
     global::Gtk.Box.BoxChild w9 = ((global::Gtk.Box.BoxChild)(w1 [this.vbox8]));
     w9.Position = 0;
     w9.Expand   = false;
     w9.Fill     = false;
     // Internal child SSLMaker.About.ActionArea
     global::Gtk.HButtonBox w10 = this.ActionArea;
     w10.Name        = "dialog1_ActionArea";
     w10.Spacing     = 10;
     w10.BorderWidth = ((uint)(5));
     w10.LayoutStyle = ((global::Gtk.ButtonBoxStyle)(4));
     // 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 w11 = ((global::Gtk.ButtonBox.ButtonBoxChild)(w10 [this.buttonOk]));
     w11.Expand = false;
     w11.Fill   = false;
     if ((this.Child != null))
     {
         this.Child.ShowAll();
     }
     this.DefaultWidth  = 413;
     this.DefaultHeight = 312;
     this.Show();
     this.buttonOk.Clicked += new global::System.EventHandler(this.OnButtonOkClicked);
 }
コード例 #29
0
 protected virtual void Build()
 {
     global::Stetic.Gui.Initialize (this);
     // Widget RippleClientGtk.SendIce
     global::Stetic.BinContainer.Attach (this);
     this.Name = "RippleClientGtk.SendIce";
     // Container child RippleClientGtk.SendIce.Gtk.Container+ContainerChild
     this.vbox3 = new global::Gtk.VBox ();
     this.vbox3.Name = "vbox3";
     this.vbox3.Spacing = 6;
     this.vbox3.BorderWidth = ((uint)(5));
     // Container child vbox3.Gtk.Box+BoxChild
     this.label11 = new global::Gtk.Label ();
     this.label11.Name = "label11";
     this.label11.LabelProp = global::Mono.Unix.Catalog.GetString ("<big><b><u>Send ICE</u></b></big>");
     this.label11.UseMarkup = true;
     this.vbox3.Add (this.label11);
     global::Gtk.Box.BoxChild w1 = ((global::Gtk.Box.BoxChild)(this.vbox3 [this.label11]));
     w1.Position = 0;
     w1.Expand = false;
     w1.Fill = false;
     // Container child vbox3.Gtk.Box+BoxChild
     this.hseparator6 = new global::Gtk.HSeparator ();
     this.hseparator6.Name = "hseparator6";
     this.vbox3.Add (this.hseparator6);
     global::Gtk.Box.BoxChild w2 = ((global::Gtk.Box.BoxChild)(this.vbox3 [this.hseparator6]));
     w2.Position = 1;
     w2.Expand = false;
     w2.Fill = false;
     // Container child vbox3.Gtk.Box+BoxChild
     this.table3 = new global::Gtk.Table (((uint)(4)), ((uint)(2)), false);
     this.table3.Name = "table3";
     this.table3.RowSpacing = ((uint)(6));
     this.table3.ColumnSpacing = ((uint)(6));
     // Container child table3.Gtk.Table+TableChild
     this.amountentry = new global::Gtk.Entry ();
     this.amountentry.CanFocus = true;
     this.amountentry.Name = "amountentry";
     this.amountentry.IsEditable = true;
     this.amountentry.InvisibleChar = '●';
     this.table3.Add (this.amountentry);
     global::Gtk.Table.TableChild w3 = ((global::Gtk.Table.TableChild)(this.table3 [this.amountentry]));
     w3.TopAttach = ((uint)(2));
     w3.BottomAttach = ((uint)(3));
     w3.LeftAttach = ((uint)(1));
     w3.RightAttach = ((uint)(2));
     w3.YOptions = ((global::Gtk.AttachOptions)(4));
     // Container child table3.Gtk.Table+TableChild
     this.destinationentry = new global::Gtk.Entry ();
     this.destinationentry.CanFocus = true;
     this.destinationentry.Name = "destinationentry";
     this.destinationentry.IsEditable = true;
     this.destinationentry.InvisibleChar = '●';
     this.table3.Add (this.destinationentry);
     global::Gtk.Table.TableChild w4 = ((global::Gtk.Table.TableChild)(this.table3 [this.destinationentry]));
     w4.TopAttach = ((uint)(3));
     w4.BottomAttach = ((uint)(4));
     w4.LeftAttach = ((uint)(1));
     w4.RightAttach = ((uint)(2));
     w4.XOptions = ((global::Gtk.AttachOptions)(4));
     w4.YOptions = ((global::Gtk.AttachOptions)(4));
     // Container child table3.Gtk.Table+TableChild
     this.hbox5 = new global::Gtk.HBox ();
     this.hbox5.Name = "hbox5";
     this.hbox5.Spacing = 6;
     // Container child hbox5.Gtk.Box+BoxChild
     this.label1 = new global::Gtk.Label ();
     this.label1.Name = "label1";
     this.label1.LabelProp = global::Mono.Unix.Catalog.GetString ("    ");
     this.label1.UseMarkup = true;
     this.hbox5.Add (this.label1);
     global::Gtk.Box.BoxChild w5 = ((global::Gtk.Box.BoxChild)(this.hbox5 [this.label1]));
     w5.Position = 0;
     w5.Expand = false;
     w5.Fill = false;
     // Container child hbox5.Gtk.Box+BoxChild
     this.balancelabel = new global::Gtk.Label ();
     this.balancelabel.Name = "balancelabel";
     this.balancelabel.LabelProp = global::Mono.Unix.Catalog.GetString ("   --   unsynced   --   ");
     this.balancelabel.Selectable = true;
     this.hbox5.Add (this.balancelabel);
     global::Gtk.Box.BoxChild w6 = ((global::Gtk.Box.BoxChild)(this.hbox5 [this.balancelabel]));
     w6.PackType = ((global::Gtk.PackType)(1));
     w6.Position = 1;
     w6.Expand = false;
     w6.Fill = false;
     // Container child hbox5.Gtk.Box+BoxChild
     this.label14 = new global::Gtk.Label ();
     this.label14.Name = "label14";
     this.label14.LabelProp = global::Mono.Unix.Catalog.GetString ("<b>Balance</b>");
     this.label14.UseMarkup = true;
     this.hbox5.Add (this.label14);
     global::Gtk.Box.BoxChild w7 = ((global::Gtk.Box.BoxChild)(this.hbox5 [this.label14]));
     w7.PackType = ((global::Gtk.PackType)(1));
     w7.Position = 2;
     w7.Expand = false;
     w7.Fill = false;
     this.table3.Add (this.hbox5);
     global::Gtk.Table.TableChild w8 = ((global::Gtk.Table.TableChild)(this.table3 [this.hbox5]));
     w8.LeftAttach = ((uint)(1));
     w8.RightAttach = ((uint)(2));
     w8.XOptions = ((global::Gtk.AttachOptions)(4));
     w8.YOptions = ((global::Gtk.AttachOptions)(4));
     // Container child table3.Gtk.Table+TableChild
     this.label12 = new global::Gtk.Label ();
     this.label12.Name = "label12";
     this.label12.Xalign = 0F;
     this.label12.LabelProp = global::Mono.Unix.Catalog.GetString ("<b>_Amount</b>");
     this.label12.UseMarkup = true;
     this.label12.UseUnderline = true;
     this.table3.Add (this.label12);
     global::Gtk.Table.TableChild w9 = ((global::Gtk.Table.TableChild)(this.table3 [this.label12]));
     w9.TopAttach = ((uint)(2));
     w9.BottomAttach = ((uint)(3));
     w9.XOptions = ((global::Gtk.AttachOptions)(4));
     w9.YOptions = ((global::Gtk.AttachOptions)(4));
     // Container child table3.Gtk.Table+TableChild
     this.label13 = new global::Gtk.Label ();
     this.label13.Name = "label13";
     this.label13.Xalign = 0F;
     this.label13.LabelProp = global::Mono.Unix.Catalog.GetString ("<b>Currency</b>");
     this.label13.UseMarkup = true;
     this.table3.Add (this.label13);
     global::Gtk.Table.TableChild w10 = ((global::Gtk.Table.TableChild)(this.table3 [this.label13]));
     w10.XOptions = ((global::Gtk.AttachOptions)(4));
     w10.YOptions = ((global::Gtk.AttachOptions)(4));
     // Container child table3.Gtk.Table+TableChild
     this.label16 = new global::Gtk.Label ();
     this.label16.Name = "label16";
     this.label16.LabelProp = global::Mono.Unix.Catalog.GetString ("<b>Destination</b>");
     this.label16.UseMarkup = true;
     this.table3.Add (this.label16);
     global::Gtk.Table.TableChild w11 = ((global::Gtk.Table.TableChild)(this.table3 [this.label16]));
     w11.TopAttach = ((uint)(3));
     w11.BottomAttach = ((uint)(4));
     w11.XOptions = ((global::Gtk.AttachOptions)(4));
     w11.YOptions = ((global::Gtk.AttachOptions)(4));
     // Container child table3.Gtk.Table+TableChild
     this.label17 = new global::Gtk.Label ();
     this.label17.Name = "label17";
     this.label17.Xalign = 0F;
     this.label17.LabelProp = global::Mono.Unix.Catalog.GetString ("<b>_Issuer</b>");
     this.label17.UseMarkup = true;
     this.label17.UseUnderline = true;
     this.table3.Add (this.label17);
     global::Gtk.Table.TableChild w12 = ((global::Gtk.Table.TableChild)(this.table3 [this.label17]));
     w12.TopAttach = ((uint)(1));
     w12.BottomAttach = ((uint)(2));
     w12.XOptions = ((global::Gtk.AttachOptions)(4));
     w12.YOptions = ((global::Gtk.AttachOptions)(4));
     // Container child table3.Gtk.Table+TableChild
     this.label2 = new global::Gtk.Label ();
     this.label2.Name = "label2";
     this.table3.Add (this.label2);
     global::Gtk.Table.TableChild w13 = ((global::Gtk.Table.TableChild)(this.table3 [this.label2]));
     w13.TopAttach = ((uint)(1));
     w13.BottomAttach = ((uint)(2));
     w13.LeftAttach = ((uint)(1));
     w13.RightAttach = ((uint)(2));
     w13.XOptions = ((global::Gtk.AttachOptions)(4));
     w13.YOptions = ((global::Gtk.AttachOptions)(4));
     this.vbox3.Add (this.table3);
     global::Gtk.Box.BoxChild w14 = ((global::Gtk.Box.BoxChild)(this.vbox3 [this.table3]));
     w14.Position = 2;
     // Container child vbox3.Gtk.Box+BoxChild
     this.sendIOUButton = new global::Gtk.Button ();
     this.sendIOUButton.CanFocus = true;
     this.sendIOUButton.Name = "sendIOUButton";
     this.sendIOUButton.UseUnderline = true;
     this.sendIOUButton.Label = global::Mono.Unix.Catalog.GetString ("_Send");
     this.vbox3.Add (this.sendIOUButton);
     global::Gtk.Box.BoxChild w15 = ((global::Gtk.Box.BoxChild)(this.vbox3 [this.sendIOUButton]));
     w15.PackType = ((global::Gtk.PackType)(1));
     w15.Position = 3;
     w15.Expand = false;
     w15.Fill = false;
     // Container child vbox3.Gtk.Box+BoxChild
     this.hseparator7 = new global::Gtk.HSeparator ();
     this.hseparator7.Name = "hseparator7";
     this.vbox3.Add (this.hseparator7);
     global::Gtk.Box.BoxChild w16 = ((global::Gtk.Box.BoxChild)(this.vbox3 [this.hseparator7]));
     w16.PackType = ((global::Gtk.PackType)(1));
     w16.Position = 4;
     w16.Expand = false;
     w16.Fill = false;
     this.Add (this.vbox3);
     if ((this.Child != null)) {
         this.Child.ShowAll ();
     }
     this.Hide ();
     this.sendIOUButton.Clicked += new global::System.EventHandler (this.OnSendIOUButtonClicked);
 }
コード例 #30
0
 protected virtual void Build()
 {
     global::Stetic.Gui.Initialize(this);
     // Widget MonoDevelop.VersionControl.Git.StashManagerDialog
     this.Name           = "MonoDevelop.VersionControl.Git.StashManagerDialog";
     this.Title          = global::Mono.Unix.Catalog.GetString("Stash Manager");
     this.WindowPosition = ((global::Gtk.WindowPosition)(4));
     // Internal child MonoDevelop.VersionControl.Git.StashManagerDialog.VBox
     global::Gtk.VBox w1 = this.VBox;
     w1.Name        = "dialog1_VBox";
     w1.BorderWidth = ((uint)(2));
     // 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)(9));
     // 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.list          = new global::Gtk.TreeView();
     this.list.CanFocus = true;
     this.list.Name     = "list";
     this.GtkScrolledWindow.Add(this.list);
     this.hbox2.Add(this.GtkScrolledWindow);
     global::Gtk.Box.BoxChild w3 = ((global::Gtk.Box.BoxChild)(this.hbox2 [this.GtkScrolledWindow]));
     w3.Position = 0;
     // Container child hbox2.Gtk.Box+BoxChild
     this.vboxButtons         = new global::Gtk.VBox();
     this.vboxButtons.Name    = "vboxButtons";
     this.vboxButtons.Spacing = 6;
     // Container child vboxButtons.Gtk.Box+BoxChild
     this.buttonApplyRemove              = new global::Gtk.Button();
     this.buttonApplyRemove.CanFocus     = true;
     this.buttonApplyRemove.Name         = "buttonApplyRemove";
     this.buttonApplyRemove.UseUnderline = true;
     this.buttonApplyRemove.Label        = global::Mono.Unix.Catalog.GetString("Apply and Remove");
     this.vboxButtons.Add(this.buttonApplyRemove);
     global::Gtk.Box.BoxChild w4 = ((global::Gtk.Box.BoxChild)(this.vboxButtons [this.buttonApplyRemove]));
     w4.Position = 0;
     w4.Expand   = false;
     w4.Fill     = false;
     // Container child vboxButtons.Gtk.Box+BoxChild
     this.buttonApply              = new global::Gtk.Button();
     this.buttonApply.CanFocus     = true;
     this.buttonApply.Name         = "buttonApply";
     this.buttonApply.UseUnderline = true;
     this.buttonApply.Label        = global::Mono.Unix.Catalog.GetString("Apply");
     this.vboxButtons.Add(this.buttonApply);
     global::Gtk.Box.BoxChild w5 = ((global::Gtk.Box.BoxChild)(this.vboxButtons [this.buttonApply]));
     w5.Position = 1;
     w5.Expand   = false;
     w5.Fill     = false;
     // Container child vboxButtons.Gtk.Box+BoxChild
     this.buttonBranch              = new global::Gtk.Button();
     this.buttonBranch.CanFocus     = true;
     this.buttonBranch.Name         = "buttonBranch";
     this.buttonBranch.UseUnderline = true;
     this.buttonBranch.Label        = global::Mono.Unix.Catalog.GetString("Convert to Branch");
     this.vboxButtons.Add(this.buttonBranch);
     global::Gtk.Box.BoxChild w6 = ((global::Gtk.Box.BoxChild)(this.vboxButtons [this.buttonBranch]));
     w6.Position = 2;
     w6.Expand   = false;
     w6.Fill     = false;
     // Container child vboxButtons.Gtk.Box+BoxChild
     this.hseparator1      = new global::Gtk.HSeparator();
     this.hseparator1.Name = "hseparator1";
     this.vboxButtons.Add(this.hseparator1);
     global::Gtk.Box.BoxChild w7 = ((global::Gtk.Box.BoxChild)(this.vboxButtons [this.hseparator1]));
     w7.Position = 3;
     w7.Expand   = false;
     w7.Fill     = false;
     // Container child vboxButtons.Gtk.Box+BoxChild
     this.buttonDelete              = new global::Gtk.Button();
     this.buttonDelete.CanFocus     = true;
     this.buttonDelete.Name         = "buttonDelete";
     this.buttonDelete.UseStock     = true;
     this.buttonDelete.UseUnderline = true;
     this.buttonDelete.Label        = "gtk-remove";
     this.vboxButtons.Add(this.buttonDelete);
     global::Gtk.Box.BoxChild w8 = ((global::Gtk.Box.BoxChild)(this.vboxButtons [this.buttonDelete]));
     w8.Position = 4;
     w8.Expand   = false;
     w8.Fill     = false;
     this.hbox2.Add(this.vboxButtons);
     global::Gtk.Box.BoxChild w9 = ((global::Gtk.Box.BoxChild)(this.hbox2 [this.vboxButtons]));
     w9.Position = 1;
     w9.Expand   = false;
     w9.Fill     = false;
     w1.Add(this.hbox2);
     global::Gtk.Box.BoxChild w10 = ((global::Gtk.Box.BoxChild)(w1 [this.hbox2]));
     w10.Position = 0;
     // Internal child MonoDevelop.VersionControl.Git.StashManagerDialog.ActionArea
     global::Gtk.HButtonBox w11 = this.ActionArea;
     w11.Name        = "dialog1_ActionArea";
     w11.Spacing     = 10;
     w11.BorderWidth = ((uint)(5));
     w11.LayoutStyle = ((global::Gtk.ButtonBoxStyle)(4));
     // Container child dialog1_ActionArea.Gtk.ButtonBox+ButtonBoxChild
     this.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-close";
     this.AddActionWidget(this.buttonOk, -7);
     global::Gtk.ButtonBox.ButtonBoxChild w12 = ((global::Gtk.ButtonBox.ButtonBoxChild)(w11 [this.buttonOk]));
     w12.Expand = false;
     w12.Fill   = false;
     if ((this.Child != null))
     {
         this.Child.ShowAll();
     }
     this.DefaultWidth  = 575;
     this.DefaultHeight = 367;
     this.Show();
     this.buttonApplyRemove.Clicked += new global::System.EventHandler(this.OnButtonApplyRemoveClicked);
     this.buttonApply.Clicked       += new global::System.EventHandler(this.OnButtonApplyClicked);
     this.buttonBranch.Clicked      += new global::System.EventHandler(this.OnButtonBranchClicked);
     this.buttonDelete.Clicked      += new global::System.EventHandler(this.OnButtonDeleteClicked);
 }
コード例 #31
0
 protected virtual void Build()
 {
     global::Stetic.Gui.Initialize(this);
     // Widget RLToolkit.WidgetsTests.MainWindow
     this.UIManager = new global::Gtk.UIManager();
     global::Gtk.ActionGroup w1 = new global::Gtk.ActionGroup("Default");
     this.mnuFile            = new global::Gtk.Action("mnuFile", global::Mono.Unix.Catalog.GetString("File"), null, null);
     this.mnuFile.ShortLabel = global::Mono.Unix.Catalog.GetString("File");
     w1.Add(this.mnuFile, null);
     this.mnuLoadConfig            = new global::Gtk.Action("mnuLoadConfig", global::Mono.Unix.Catalog.GetString("Load Configuration..."), null, null);
     this.mnuLoadConfig.ShortLabel = global::Mono.Unix.Catalog.GetString("Load Configuration...");
     w1.Add(this.mnuLoadConfig, null);
     this.mnuQuit            = new global::Gtk.Action("mnuQuit", global::Mono.Unix.Catalog.GetString("Quit"), null, null);
     this.mnuQuit.ShortLabel = global::Mono.Unix.Catalog.GetString("Quit");
     w1.Add(this.mnuQuit, null);
     this.SelectTestAction            = new global::Gtk.Action("SelectTestAction", global::Mono.Unix.Catalog.GetString("Select Test..."), null, null);
     this.SelectTestAction.ShortLabel = global::Mono.Unix.Catalog.GetString("Select Test...");
     w1.Add(this.SelectTestAction, null);
     this.UIManager.InsertActionGroup(w1, 0);
     this.AddAccelGroup(this.UIManager.AccelGroup);
     this.Name           = "RLToolkit.WidgetsTests.MainWindow";
     this.Title          = global::Mono.Unix.Catalog.GetString("MainWindow");
     this.WindowPosition = ((global::Gtk.WindowPosition)(4));
     // Container child RLToolkit.WidgetsTests.MainWindow.Gtk.Container+ContainerChild
     this.vboxMain             = new global::Gtk.VBox();
     this.vboxMain.Name        = "vboxMain";
     this.vboxMain.Spacing     = 6;
     this.vboxMain.BorderWidth = ((uint)(10));
     // Container child vboxMain.Gtk.Box+BoxChild
     this.UIManager.AddUiFromString("<ui><menubar name='mnu'><menu name='mnuFile' action='mnuFile'><menuitem name='SelectTestAction' action='SelectTestAction'/><menuitem name='mnuQuit' action='mnuQuit'/></menu></menubar></ui>");
     this.mnu      = ((global::Gtk.MenuBar)(this.UIManager.GetWidget("/mnu")));
     this.mnu.Name = "mnu";
     this.vboxMain.Add(this.mnu);
     global::Gtk.Box.BoxChild w2 = ((global::Gtk.Box.BoxChild)(this.vboxMain [this.mnu]));
     w2.Position = 0;
     w2.Expand   = false;
     w2.Fill     = false;
     // Container child vboxMain.Gtk.Box+BoxChild
     this.voxInfo         = new global::Gtk.VBox();
     this.voxInfo.Name    = "voxInfo";
     this.voxInfo.Spacing = 6;
     // Container child voxInfo.Gtk.Box+BoxChild
     this.lblInfo           = new global::Gtk.Label();
     this.lblInfo.Name      = "lblInfo";
     this.lblInfo.LabelProp = global::Mono.Unix.Catalog.GetString("Information:");
     this.voxInfo.Add(this.lblInfo);
     global::Gtk.Box.BoxChild w3 = ((global::Gtk.Box.BoxChild)(this.voxInfo [this.lblInfo]));
     w3.Position = 0;
     w3.Fill     = false;
     // Container child voxInfo.Gtk.Box+BoxChild
     this.hBoxTestCount         = new global::Gtk.HBox();
     this.hBoxTestCount.Name    = "hBoxTestCount";
     this.hBoxTestCount.Spacing = 6;
     // Container child hBoxTestCount.Gtk.Box+BoxChild
     this.lblInfo_TestCount           = new global::Gtk.Label();
     this.lblInfo_TestCount.Name      = "lblInfo_TestCount";
     this.lblInfo_TestCount.LabelProp = global::Mono.Unix.Catalog.GetString("Test Count:");
     this.hBoxTestCount.Add(this.lblInfo_TestCount);
     global::Gtk.Box.BoxChild w4 = ((global::Gtk.Box.BoxChild)(this.hBoxTestCount [this.lblInfo_TestCount]));
     w4.Position = 0;
     w4.Expand   = false;
     w4.Fill     = false;
     // Container child hBoxTestCount.Gtk.Box+BoxChild
     this.lblTestCount      = new global::Gtk.Label();
     this.lblTestCount.Name = "lblTestCount";
     this.hBoxTestCount.Add(this.lblTestCount);
     global::Gtk.Box.BoxChild w5 = ((global::Gtk.Box.BoxChild)(this.hBoxTestCount [this.lblTestCount]));
     w5.Position = 1;
     this.voxInfo.Add(this.hBoxTestCount);
     global::Gtk.Box.BoxChild w6 = ((global::Gtk.Box.BoxChild)(this.voxInfo [this.hBoxTestCount]));
     w6.Position = 1;
     w6.Expand   = false;
     w6.Fill     = false;
     this.vboxMain.Add(this.voxInfo);
     global::Gtk.Box.BoxChild w7 = ((global::Gtk.Box.BoxChild)(this.vboxMain [this.voxInfo]));
     w7.Position = 1;
     w7.Expand   = false;
     w7.Fill     = false;
     // Container child vboxMain.Gtk.Box+BoxChild
     this.hseparator1      = new global::Gtk.HSeparator();
     this.hseparator1.Name = "hseparator1";
     this.vboxMain.Add(this.hseparator1);
     global::Gtk.Box.BoxChild w8 = ((global::Gtk.Box.BoxChild)(this.vboxMain [this.hseparator1]));
     w8.Position = 2;
     w8.Expand   = false;
     w8.Fill     = false;
     // Container child vboxMain.Gtk.Box+BoxChild
     this.vboxWidget             = new global::Gtk.VBox();
     this.vboxWidget.Name        = "vboxWidget";
     this.vboxWidget.Spacing     = 6;
     this.vboxWidget.BorderWidth = ((uint)(6));
     this.vboxMain.Add(this.vboxWidget);
     global::Gtk.Box.BoxChild w9 = ((global::Gtk.Box.BoxChild)(this.vboxMain [this.vboxWidget]));
     w9.Position = 3;
     w9.Padding  = ((uint)(5));
     // Container child vboxMain.Gtk.Box+BoxChild
     this.hboxButton             = new global::Gtk.HBox();
     this.hboxButton.Name        = "hboxButton";
     this.hboxButton.Homogeneous = true;
     this.hboxButton.Spacing     = 6;
     // Container child hboxButton.Gtk.Box+BoxChild
     this.btnClick1              = new global::Gtk.Button();
     this.btnClick1.CanFocus     = true;
     this.btnClick1.Name         = "btnClick1";
     this.btnClick1.UseUnderline = true;
     this.btnClick1.Label        = global::Mono.Unix.Catalog.GetString("Control 1");
     this.hboxButton.Add(this.btnClick1);
     global::Gtk.Box.BoxChild w10 = ((global::Gtk.Box.BoxChild)(this.hboxButton [this.btnClick1]));
     w10.Position = 0;
     w10.Expand   = false;
     w10.Fill     = false;
     // Container child hboxButton.Gtk.Box+BoxChild
     this.btnClick2              = new global::Gtk.Button();
     this.btnClick2.CanFocus     = true;
     this.btnClick2.Name         = "btnClick2";
     this.btnClick2.UseUnderline = true;
     this.btnClick2.Label        = global::Mono.Unix.Catalog.GetString("Control 2");
     this.hboxButton.Add(this.btnClick2);
     global::Gtk.Box.BoxChild w11 = ((global::Gtk.Box.BoxChild)(this.hboxButton [this.btnClick2]));
     w11.Position = 1;
     w11.Expand   = false;
     w11.Fill     = false;
     // Container child hboxButton.Gtk.Box+BoxChild
     this.btnClick3              = new global::Gtk.Button();
     this.btnClick3.CanFocus     = true;
     this.btnClick3.Name         = "btnClick3";
     this.btnClick3.UseUnderline = true;
     this.btnClick3.Label        = global::Mono.Unix.Catalog.GetString("Control 3");
     this.hboxButton.Add(this.btnClick3);
     global::Gtk.Box.BoxChild w12 = ((global::Gtk.Box.BoxChild)(this.hboxButton [this.btnClick3]));
     w12.Position = 2;
     w12.Expand   = false;
     w12.Fill     = false;
     this.vboxMain.Add(this.hboxButton);
     global::Gtk.Box.BoxChild w13 = ((global::Gtk.Box.BoxChild)(this.vboxMain [this.hboxButton]));
     w13.Position = 4;
     w13.Expand   = false;
     w13.Fill     = false;
     // Container child vboxMain.Gtk.Box+BoxChild
     this.hseparator2      = new global::Gtk.HSeparator();
     this.hseparator2.Name = "hseparator2";
     this.vboxMain.Add(this.hseparator2);
     global::Gtk.Box.BoxChild w14 = ((global::Gtk.Box.BoxChild)(this.vboxMain [this.hseparator2]));
     w14.Position = 5;
     w14.Expand   = false;
     w14.Fill     = false;
     // Container child vboxMain.Gtk.Box+BoxChild
     this.vboxInfo2         = new global::Gtk.VBox();
     this.vboxInfo2.Name    = "vboxInfo2";
     this.vboxInfo2.Spacing = 6;
     // Container child vboxInfo2.Gtk.Box+BoxChild
     this.hBoxTestName         = new global::Gtk.HBox();
     this.hBoxTestName.Name    = "hBoxTestName";
     this.hBoxTestName.Spacing = 6;
     // Container child hBoxTestName.Gtk.Box+BoxChild
     this.lblInfo_TestName           = new global::Gtk.Label();
     this.lblInfo_TestName.Name      = "lblInfo_TestName";
     this.lblInfo_TestName.LabelProp = global::Mono.Unix.Catalog.GetString("Test Name:");
     this.hBoxTestName.Add(this.lblInfo_TestName);
     global::Gtk.Box.BoxChild w15 = ((global::Gtk.Box.BoxChild)(this.hBoxTestName [this.lblInfo_TestName]));
     w15.Position = 0;
     w15.Expand   = false;
     w15.Fill     = false;
     // Container child hBoxTestName.Gtk.Box+BoxChild
     this.lblTestName      = new global::Gtk.Label();
     this.lblTestName.Name = "lblTestName";
     this.hBoxTestName.Add(this.lblTestName);
     global::Gtk.Box.BoxChild w16 = ((global::Gtk.Box.BoxChild)(this.hBoxTestName [this.lblTestName]));
     w16.Position = 1;
     this.vboxInfo2.Add(this.hBoxTestName);
     global::Gtk.Box.BoxChild w17 = ((global::Gtk.Box.BoxChild)(this.vboxInfo2 [this.hBoxTestName]));
     w17.Position = 0;
     w17.Expand   = false;
     w17.Fill     = false;
     // Container child vboxInfo2.Gtk.Box+BoxChild
     this.hBoxTestDesc         = new global::Gtk.HBox();
     this.hBoxTestDesc.Name    = "hBoxTestDesc";
     this.hBoxTestDesc.Spacing = 6;
     // Container child hBoxTestDesc.Gtk.Box+BoxChild
     this.lblInfo_TestDesc           = new global::Gtk.Label();
     this.lblInfo_TestDesc.Name      = "lblInfo_TestDesc";
     this.lblInfo_TestDesc.LabelProp = global::Mono.Unix.Catalog.GetString("Test Description:");
     this.hBoxTestDesc.Add(this.lblInfo_TestDesc);
     global::Gtk.Box.BoxChild w18 = ((global::Gtk.Box.BoxChild)(this.hBoxTestDesc [this.lblInfo_TestDesc]));
     w18.Position = 0;
     w18.Expand   = false;
     w18.Fill     = false;
     // Container child hBoxTestDesc.Gtk.Box+BoxChild
     this.lblTestDesc = new global::Gtk.Label();
     this.lblTestDesc.HeightRequest = 40;
     this.lblTestDesc.Name          = "lblTestDesc";
     this.lblTestDesc.Wrap          = true;
     this.hBoxTestDesc.Add(this.lblTestDesc);
     global::Gtk.Box.BoxChild w19 = ((global::Gtk.Box.BoxChild)(this.hBoxTestDesc [this.lblTestDesc]));
     w19.PackType = ((global::Gtk.PackType)(1));
     w19.Position = 1;
     this.vboxInfo2.Add(this.hBoxTestDesc);
     global::Gtk.Box.BoxChild w20 = ((global::Gtk.Box.BoxChild)(this.vboxInfo2 [this.hBoxTestDesc]));
     w20.Position = 1;
     w20.Expand   = false;
     w20.Fill     = false;
     this.vboxMain.Add(this.vboxInfo2);
     global::Gtk.Box.BoxChild w21 = ((global::Gtk.Box.BoxChild)(this.vboxMain [this.vboxInfo2]));
     w21.Position = 6;
     w21.Expand   = false;
     w21.Fill     = false;
     this.Add(this.vboxMain);
     if ((this.Child != null))
     {
         this.Child.ShowAll();
     }
     this.DefaultWidth  = 589;
     this.DefaultHeight = 555;
     this.Show();
     this.DeleteEvent                += new global::Gtk.DeleteEventHandler(this.OnDeleteEvent);
     this.mnuQuit.Activated          += new global::System.EventHandler(this.OnMnuQuitActivated);
     this.SelectTestAction.Activated += new global::System.EventHandler(this.OnSelectTestActionActivated);
 }
コード例 #32
0
 protected virtual void Build()
 {
     global::Stetic.Gui.Initialize(this);
     // Widget EliAssaltoAnfibio.MainWindow
     this.UIManager = new global::Gtk.UIManager();
     global::Gtk.ActionGroup w1 = new global::Gtk.ActionGroup("Default");
     this.SImulazioneAction            = new global::Gtk.Action("SImulazioneAction", "SImulazione", null, null);
     this.SImulazioneAction.ShortLabel = "SImulazione";
     w1.Add(this.SImulazioneAction, null);
     this.StartAction            = new global::Gtk.Action("StartAction", "Start", null, null);
     this.StartAction.ShortLabel = "Start";
     w1.Add(this.StartAction, null);
     this.ResetAction            = new global::Gtk.Action("ResetAction", "Reset", null, null);
     this.ResetAction.ShortLabel = "Reset";
     w1.Add(this.ResetAction, null);
     this.QuitAction            = new global::Gtk.Action("QuitAction", "Quit", null, null);
     this.QuitAction.ShortLabel = "Quit";
     w1.Add(this.QuitAction, null);
     this.MenuSimulazioneAction            = new global::Gtk.Action("MenuSimulazioneAction", "Menu Simulazione", null, null);
     this.MenuSimulazioneAction.ShortLabel = "Simulazione";
     w1.Add(this.MenuSimulazioneAction, null);
     this.StartAction1            = new global::Gtk.Action("StartAction1", "Start", null, null);
     this.StartAction1.ShortLabel = "Start";
     w1.Add(this.StartAction1, null);
     this.ResetAction1            = new global::Gtk.Action("ResetAction1", "Reset", null, null);
     this.ResetAction1.ShortLabel = "Reset";
     w1.Add(this.ResetAction1, null);
     this.QuitAction1            = new global::Gtk.Action("QuitAction1", "Quit", null, null);
     this.QuitAction1.ShortLabel = "Quit";
     w1.Add(this.QuitAction1, null);
     this.VisualizzaAction            = new global::Gtk.Action("VisualizzaAction", "Visualizza", null, null);
     this.VisualizzaAction.ShortLabel = "Visualizza";
     w1.Add(this.VisualizzaAction, null);
     this.informationWindowAction            = new global::Gtk.Action("informationWindowAction", "information window ", null, null);
     this.informationWindowAction.ShortLabel = "information window ";
     w1.Add(this.informationWindowAction, null);
     this.onAction            = new global::Gtk.RadioAction("onAction", "on", null, null, 0);
     this.onAction.Group      = new global::GLib.SList(global::System.IntPtr.Zero);
     this.onAction.ShortLabel = "on";
     w1.Add(this.onAction, null);
     this.offAction            = new global::Gtk.RadioAction("offAction", "off", null, null, 0);
     this.offAction.Group      = this.onAction.Group;
     this.offAction.ShortLabel = "off";
     w1.Add(this.offAction, null);
     this.OpzioniSimulazioneAction            = new global::Gtk.Action("OpzioniSimulazioneAction", "Opzioni simulazione", null, null);
     this.OpzioniSimulazioneAction.ShortLabel = "Opzioni simulazione";
     w1.Add(this.OpzioniSimulazioneAction, null);
     this.giornoNotteAction            = new global::Gtk.Action("giornoNotteAction", "giorno/notte", null, null);
     this.giornoNotteAction.ShortLabel = "giorno/notte";
     w1.Add(this.giornoNotteAction, null);
     this.giornoAction            = new global::Gtk.RadioAction("giornoAction", "giorno", null, null, 0);
     this.giornoAction.Group      = this.offAction.Group;
     this.giornoAction.ShortLabel = "giorno";
     w1.Add(this.giornoAction, null);
     this.giornoAction2            = new global::Gtk.RadioAction("giornoAction2", "giorno", null, null, 0);
     this.giornoAction2.Group      = this.offAction.Group;
     this.giornoAction2.ShortLabel = "notte";
     w1.Add(this.giornoAction2, null);
     this.notteAction            = new global::Gtk.RadioAction("notteAction", "notte", null, null, 0);
     this.notteAction.Group      = this.giornoAction2.Group;
     this.notteAction.ShortLabel = "notte";
     w1.Add(this.notteAction, null);
     this.giornoNotteAction1            = new global::Gtk.Action("giornoNotteAction1", "giorno/notte", null, null);
     this.giornoNotteAction1.ShortLabel = "giorno/notte";
     w1.Add(this.giornoNotteAction1, null);
     this.giornoAction3            = new global::Gtk.RadioAction("giornoAction3", "giorno", null, null, 0);
     this.giornoAction3.Group      = this.giornoAction2.Group;
     this.giornoAction3.ShortLabel = "giorno";
     w1.Add(this.giornoAction3, null);
     this.notteAction1            = new global::Gtk.RadioAction("notteAction1", "notte", null, null, 0);
     this.notteAction1.Group      = this.giornoAction2.Group;
     this.notteAction1.ShortLabel = "notte";
     w1.Add(this.notteAction1, null);
     this.KKAction            = new global::Gtk.RadioAction("KKAction", "KK", null, null, 0);
     this.KKAction.Group      = this.giornoAction2.Group;
     this.KKAction.ShortLabel = "KK";
     w1.Add(this.KKAction, null);
     this.giornoNotteAction2            = new global::Gtk.Action("giornoNotteAction2", "giorno/notte", null, null);
     this.giornoNotteAction2.ShortLabel = "GIORNO/NOTTE";
     w1.Add(this.giornoNotteAction2, null);
     this.giornoAction4            = new global::Gtk.RadioAction("giornoAction4", "giorno", null, null, 0);
     this.giornoAction4.Group      = this.giornoAction2.Group;
     this.giornoAction4.ShortLabel = "giorno";
     w1.Add(this.giornoAction4, null);
     this.notteAction2            = new global::Gtk.RadioAction("notteAction2", "notte", null, null, 0);
     this.notteAction2.Group      = this.giornoAction2.Group;
     this.notteAction2.ShortLabel = "notte";
     w1.Add(this.notteAction2, null);
     this.UIManager.InsertActionGroup(w1, 0);
     this.AddAccelGroup(this.UIManager.AccelGroup);
     this.Name           = "EliAssaltoAnfibio.MainWindow";
     this.Title          = "INITIAL SETUP";
     this.WindowPosition = ((global::Gtk.WindowPosition)(4));
     this.Resizable      = false;
     this.AllowGrow      = false;
     // Container child EliAssaltoAnfibio.MainWindow.Gtk.Container+ContainerChild
     this.vbox1             = new global::Gtk.VBox();
     this.vbox1.Name        = "vbox1";
     this.vbox1.Spacing     = 6;
     this.vbox1.BorderWidth = ((uint)(3));
     // Container child vbox1.Gtk.Box+BoxChild
     this.hseparator11      = new global::Gtk.HSeparator();
     this.hseparator11.Name = "hseparator11";
     this.vbox1.Add(this.hseparator11);
     global::Gtk.Box.BoxChild w2 = ((global::Gtk.Box.BoxChild)(this.vbox1 [this.hseparator11]));
     w2.Position = 0;
     w2.Expand   = false;
     w2.Fill     = false;
     // Container child vbox1.Gtk.Box+BoxChild
     this.vbox3         = new global::Gtk.VBox();
     this.vbox3.Name    = "vbox3";
     this.vbox3.Spacing = 6;
     // Container child vbox3.Gtk.Box+BoxChild
     this.UIManager.AddUiFromString(@"<ui><menubar name='menubar3'><menu name='MenuSimulazioneAction' action='MenuSimulazioneAction'><menuitem name='StartAction1' action='StartAction1'/><menuitem name='ResetAction1' action='ResetAction1'/><menuitem name='QuitAction1' action='QuitAction1'/></menu><menu name='VisualizzaAction' action='VisualizzaAction'><menu name='informationWindowAction' action='informationWindowAction'><menuitem name='onAction' action='onAction'/><menuitem name='offAction' action='offAction'/></menu></menu><menu name='OpzioniSimulazioneAction' action='OpzioniSimulazioneAction'><menu name='giornoNotteAction2' action='giornoNotteAction2'><menuitem name='giornoAction4' action='giornoAction4'/><menuitem name='notteAction2' action='notteAction2'/></menu></menu></menubar></ui>");
     this.menubar3      = ((global::Gtk.MenuBar)(this.UIManager.GetWidget("/menubar3")));
     this.menubar3.Name = "menubar3";
     this.vbox3.Add(this.menubar3);
     global::Gtk.Box.BoxChild w3 = ((global::Gtk.Box.BoxChild)(this.vbox3 [this.menubar3]));
     w3.Position = 0;
     w3.Expand   = false;
     w3.Fill     = false;
     // Container child vbox3.Gtk.Box+BoxChild
     this.hseparator12      = new global::Gtk.HSeparator();
     this.hseparator12.Name = "hseparator12";
     this.vbox3.Add(this.hseparator12);
     global::Gtk.Box.BoxChild w4 = ((global::Gtk.Box.BoxChild)(this.vbox3 [this.hseparator12]));
     w4.Position = 1;
     w4.Expand   = false;
     w4.Fill     = false;
     // Container child vbox3.Gtk.Box+BoxChild
     this.vbox5         = new global::Gtk.VBox();
     this.vbox5.Name    = "vbox5";
     this.vbox5.Spacing = 6;
     // Container child vbox5.Gtk.Box+BoxChild
     this.vbox6         = new global::Gtk.VBox();
     this.vbox6.Name    = "vbox6";
     this.vbox6.Spacing = 6;
     // Container child vbox6.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.WidthRequest = 100;
     this.label1.Name         = "label1";
     this.label1.LabelProp    = "ELICOTTERI";
     this.label1.Wrap         = true;
     this.hbox2.Add(this.label1);
     global::Gtk.Box.BoxChild w5 = ((global::Gtk.Box.BoxChild)(this.hbox2 [this.label1]));
     w5.Position = 0;
     // Container child hbox2.Gtk.Box+BoxChild
     this.hscale1 = new global::Gtk.HScale(null);
     this.hscale1.TooltipMarkup = "INSERISCI IL NUMERO DI ELICOTTERI CHE PARTECIPANO ALL\'OPERAZIONE, UNA VOLTA CCETT" +
                                  "ATO IL NUMERO NON PUO\' ESSERE CAMBIATO";
     this.hscale1.CanFocus                 = true;
     this.hscale1.Name                     = "hscale1";
     this.hscale1.Adjustment.Lower         = 1D;
     this.hscale1.Adjustment.Upper         = 10D;
     this.hscale1.Adjustment.PageIncrement = 10D;
     this.hscale1.Adjustment.PageSize      = 1D;
     this.hscale1.Adjustment.StepIncrement = 1D;
     this.hscale1.Adjustment.Value         = 1D;
     this.hscale1.DrawValue                = true;
     this.hscale1.Digits                   = 0;
     this.hscale1.ValuePos                 = ((global::Gtk.PositionType)(2));
     this.hbox2.Add(this.hscale1);
     global::Gtk.Box.BoxChild w6 = ((global::Gtk.Box.BoxChild)(this.hbox2 [this.hscale1]));
     w6.Position = 1;
     // Container child hbox2.Gtk.Box+BoxChild
     this.hbox6         = new global::Gtk.HBox();
     this.hbox6.Name    = "hbox6";
     this.hbox6.Spacing = 6;
     // Container child hbox6.Gtk.Box+BoxChild
     this.button1 = new global::Gtk.Button();
     this.button1.WidthRequest = 100;
     this.button1.CanFocus     = true;
     this.button1.Name         = "button1";
     this.button1.UseUnderline = true;
     this.button1.Label        = "CONFERMA";
     this.hbox6.Add(this.button1);
     global::Gtk.Box.BoxChild w7 = ((global::Gtk.Box.BoxChild)(this.hbox6 [this.button1]));
     w7.Position = 0;
     w7.Expand   = false;
     w7.Fill     = false;
     // Container child hbox6.Gtk.Box+BoxChild
     this.button5 = new global::Gtk.Button();
     this.button5.WidthRequest = 90;
     this.button5.CanFocus     = true;
     this.button5.Name         = "button5";
     this.button5.UseUnderline = true;
     this.button5.Label        = "OPZIONI";
     this.hbox6.Add(this.button5);
     global::Gtk.Box.BoxChild w8 = ((global::Gtk.Box.BoxChild)(this.hbox6 [this.button5]));
     w8.Position = 1;
     w8.Expand   = false;
     w8.Fill     = false;
     // Container child hbox6.Gtk.Box+BoxChild
     this.button10              = new global::Gtk.Button();
     this.button10.CanFocus     = true;
     this.button10.Name         = "button10";
     this.button10.UseUnderline = true;
     this.button10.Label        = "VISUALIZZA ELENCO";
     this.hbox6.Add(this.button10);
     global::Gtk.Box.BoxChild w9 = ((global::Gtk.Box.BoxChild)(this.hbox6 [this.button10]));
     w9.Position = 2;
     w9.Expand   = false;
     w9.Fill     = false;
     this.hbox2.Add(this.hbox6);
     global::Gtk.Box.BoxChild w10 = ((global::Gtk.Box.BoxChild)(this.hbox2 [this.hbox6]));
     w10.Position = 2;
     w10.Expand   = false;
     w10.Fill     = false;
     this.vbox6.Add(this.hbox2);
     global::Gtk.Box.BoxChild w11 = ((global::Gtk.Box.BoxChild)(this.vbox6 [this.hbox2]));
     w11.Position = 0;
     w11.Expand   = false;
     w11.Fill     = false;
     // Container child vbox6.Gtk.Box+BoxChild
     this.hseparator6      = new global::Gtk.HSeparator();
     this.hseparator6.Name = "hseparator6";
     this.vbox6.Add(this.hseparator6);
     global::Gtk.Box.BoxChild w12 = ((global::Gtk.Box.BoxChild)(this.vbox6 [this.hseparator6]));
     w12.Position = 1;
     w12.Expand   = false;
     w12.Fill     = false;
     // Container child vbox6.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.label2 = new global::Gtk.Label();
     this.label2.WidthRequest = 100;
     this.label2.Name         = "label2";
     this.label2.LabelProp    = "TRUPPE";
     this.label2.Wrap         = true;
     this.hbox1.Add(this.label2);
     global::Gtk.Box.BoxChild w13 = ((global::Gtk.Box.BoxChild)(this.hbox1 [this.label2]));
     w13.Position = 0;
     // Container child hbox1.Gtk.Box+BoxChild
     this.hscale2 = new global::Gtk.HScale(null);
     this.hscale2.TooltipMarkup = "INSERISCI IL NUMERO DI TRUPPE CHE PARTECIPANO ALL\'OPERAZIONE, UNA VOLTA CCETTATO " +
                                  "IL NUMERO NON PUO\' ESSERE CAMBIATO";
     this.hscale2.CanFocus                 = true;
     this.hscale2.Name                     = "hscale2";
     this.hscale2.Adjustment.Lower         = 1D;
     this.hscale2.Adjustment.Upper         = 500D;
     this.hscale2.Adjustment.PageIncrement = 10D;
     this.hscale2.Adjustment.StepIncrement = 1D;
     this.hscale2.Adjustment.Value         = 1D;
     this.hscale2.DrawValue                = true;
     this.hscale2.Digits                   = 0;
     this.hscale2.ValuePos                 = ((global::Gtk.PositionType)(2));
     this.hbox1.Add(this.hscale2);
     global::Gtk.Box.BoxChild w14 = ((global::Gtk.Box.BoxChild)(this.hbox1 [this.hscale2]));
     w14.Position = 1;
     // Container child hbox1.Gtk.Box+BoxChild
     this.hbox7         = new global::Gtk.HBox();
     this.hbox7.Name    = "hbox7";
     this.hbox7.Spacing = 6;
     // Container child hbox7.Gtk.Box+BoxChild
     this.button2 = new global::Gtk.Button();
     this.button2.WidthRequest = 100;
     this.button2.CanFocus     = true;
     this.button2.Name         = "button2";
     this.button2.UseUnderline = true;
     this.button2.Label        = "CONFERMA";
     this.hbox7.Add(this.button2);
     global::Gtk.Box.BoxChild w15 = ((global::Gtk.Box.BoxChild)(this.hbox7 [this.button2]));
     w15.Position = 0;
     w15.Expand   = false;
     w15.Fill     = false;
     // Container child hbox7.Gtk.Box+BoxChild
     this.button6 = new global::Gtk.Button();
     this.button6.WidthRequest = 90;
     this.button6.CanFocus     = true;
     this.button6.Name         = "button6";
     this.button6.UseUnderline = true;
     this.button6.Label        = "OPZIONI";
     this.hbox7.Add(this.button6);
     global::Gtk.Box.BoxChild w16 = ((global::Gtk.Box.BoxChild)(this.hbox7 [this.button6]));
     w16.Position = 1;
     w16.Expand   = false;
     w16.Fill     = false;
     this.hbox1.Add(this.hbox7);
     global::Gtk.Box.BoxChild w17 = ((global::Gtk.Box.BoxChild)(this.hbox1 [this.hbox7]));
     w17.Position = 2;
     w17.Expand   = false;
     w17.Fill     = false;
     this.vbox6.Add(this.hbox1);
     global::Gtk.Box.BoxChild w18 = ((global::Gtk.Box.BoxChild)(this.vbox6 [this.hbox1]));
     w18.Position = 2;
     w18.Expand   = false;
     w18.Fill     = false;
     this.vbox5.Add(this.vbox6);
     global::Gtk.Box.BoxChild w19 = ((global::Gtk.Box.BoxChild)(this.vbox5 [this.vbox6]));
     w19.Position = 0;
     w19.Expand   = false;
     w19.Fill     = false;
     // Container child vbox5.Gtk.Box+BoxChild
     this.hseparator5      = new global::Gtk.HSeparator();
     this.hseparator5.Name = "hseparator5";
     this.vbox5.Add(this.hseparator5);
     global::Gtk.Box.BoxChild w20 = ((global::Gtk.Box.BoxChild)(this.vbox5 [this.hseparator5]));
     w20.Position = 1;
     w20.Expand   = false;
     w20.Fill     = false;
     // Container child vbox5.Gtk.Box+BoxChild
     this.hbox3             = new global::Gtk.HBox();
     this.hbox3.Name        = "hbox3";
     this.hbox3.Homogeneous = true;
     this.hbox3.Spacing     = 6;
     // Container child hbox3.Gtk.Box+BoxChild
     this.label3 = new global::Gtk.Label();
     this.label3.WidthRequest = 100;
     this.label3.Name         = "label3";
     this.label3.LabelProp    = "ALTRO CARGO";
     this.label3.Wrap         = true;
     this.hbox3.Add(this.label3);
     global::Gtk.Box.BoxChild w21 = ((global::Gtk.Box.BoxChild)(this.hbox3 [this.label3]));
     w21.Position = 0;
     // Container child hbox3.Gtk.Box+BoxChild
     this.hscale3 = new global::Gtk.HScale(null);
     this.hscale3.TooltipMarkup = "INSERISCI IL NUMERO DI ELEMENTI CARGO CHE PARTECIPANO ALL\'OPERAZIONE, UNA VOLTA C" +
                                  "CETTATO IL NUMERO NON PUO\' ESSERE CAMBIATO";
     this.hscale3.CanFocus                 = true;
     this.hscale3.Name                     = "hscale3";
     this.hscale3.Adjustment.Upper         = 10D;
     this.hscale3.Adjustment.PageIncrement = 10D;
     this.hscale3.Adjustment.StepIncrement = 1D;
     this.hscale3.DrawValue                = true;
     this.hscale3.Digits                   = 0;
     this.hscale3.ValuePos                 = ((global::Gtk.PositionType)(2));
     this.hbox3.Add(this.hscale3);
     global::Gtk.Box.BoxChild w22 = ((global::Gtk.Box.BoxChild)(this.hbox3 [this.hscale3]));
     w22.Position = 1;
     // Container child hbox3.Gtk.Box+BoxChild
     this.hbox8         = new global::Gtk.HBox();
     this.hbox8.Name    = "hbox8";
     this.hbox8.Spacing = 6;
     // Container child hbox8.Gtk.Box+BoxChild
     this.button3 = new global::Gtk.Button();
     this.button3.WidthRequest = 100;
     this.button3.CanFocus     = true;
     this.button3.Name         = "button3";
     this.button3.UseUnderline = true;
     this.button3.Label        = "CONFERMA";
     this.hbox8.Add(this.button3);
     global::Gtk.Box.BoxChild w23 = ((global::Gtk.Box.BoxChild)(this.hbox8 [this.button3]));
     w23.Position = 0;
     w23.Expand   = false;
     w23.Fill     = false;
     // Container child hbox8.Gtk.Box+BoxChild
     this.button7 = new global::Gtk.Button();
     this.button7.WidthRequest = 90;
     this.button7.CanFocus     = true;
     this.button7.Name         = "button7";
     this.button7.UseUnderline = true;
     this.button7.Label        = "OPZIONI";
     this.hbox8.Add(this.button7);
     global::Gtk.Box.BoxChild w24 = ((global::Gtk.Box.BoxChild)(this.hbox8 [this.button7]));
     w24.Position = 1;
     // Container child hbox8.Gtk.Box+BoxChild
     this.button14              = new global::Gtk.Button();
     this.button14.CanFocus     = true;
     this.button14.Name         = "button14";
     this.button14.UseUnderline = true;
     this.button14.Label        = "VISUALIZZA ELENCO";
     this.hbox8.Add(this.button14);
     global::Gtk.Box.BoxChild w25 = ((global::Gtk.Box.BoxChild)(this.hbox8 [this.button14]));
     w25.Position = 2;
     w25.Expand   = false;
     w25.Fill     = false;
     this.hbox3.Add(this.hbox8);
     global::Gtk.Box.BoxChild w26 = ((global::Gtk.Box.BoxChild)(this.hbox3 [this.hbox8]));
     w26.Position = 2;
     w26.Expand   = false;
     w26.Fill     = false;
     this.vbox5.Add(this.hbox3);
     global::Gtk.Box.BoxChild w27 = ((global::Gtk.Box.BoxChild)(this.vbox5 [this.hbox3]));
     w27.Position = 2;
     w27.Expand   = false;
     w27.Fill     = false;
     this.vbox3.Add(this.vbox5);
     global::Gtk.Box.BoxChild w28 = ((global::Gtk.Box.BoxChild)(this.vbox3 [this.vbox5]));
     w28.Position = 2;
     w28.Expand   = false;
     w28.Fill     = false;
     // Container child vbox3.Gtk.Box+BoxChild
     this.hseparator3      = new global::Gtk.HSeparator();
     this.hseparator3.Name = "hseparator3";
     this.vbox3.Add(this.hseparator3);
     global::Gtk.Box.BoxChild w29 = ((global::Gtk.Box.BoxChild)(this.vbox3 [this.hseparator3]));
     w29.Position = 3;
     w29.Expand   = false;
     w29.Fill     = false;
     this.vbox1.Add(this.vbox3);
     global::Gtk.Box.BoxChild w30 = ((global::Gtk.Box.BoxChild)(this.vbox1 [this.vbox3]));
     w30.Position = 1;
     w30.Expand   = false;
     w30.Fill     = false;
     // Container child vbox1.Gtk.Box+BoxChild
     this.vbox4         = new global::Gtk.VBox();
     this.vbox4.Name    = "vbox4";
     this.vbox4.Spacing = 6;
     // Container child vbox4.Gtk.Box+BoxChild
     this.hbox4             = new global::Gtk.HBox();
     this.hbox4.Name        = "hbox4";
     this.hbox4.Homogeneous = true;
     this.hbox4.Spacing     = 6;
     // Container child hbox4.Gtk.Box+BoxChild
     this.label4 = new global::Gtk.Label();
     this.label4.WidthRequest  = 100;
     this.label4.HeightRequest = 0;
     this.label4.Name          = "label4";
     this.label4.LabelProp     = "DISTANZA LANDING ZONE";
     this.label4.Wrap          = true;
     this.hbox4.Add(this.label4);
     global::Gtk.Box.BoxChild w31 = ((global::Gtk.Box.BoxChild)(this.hbox4 [this.label4]));
     w31.Position = 0;
     // Container child hbox4.Gtk.Box+BoxChild
     this.hscale4 = new global::Gtk.HScale(null);
     this.hscale4.TooltipMarkup            = "INSERIRE LA DISTANZA DALLA LZ IN LINEA D\'ARIA";
     this.hscale4.CanFocus                 = true;
     this.hscale4.Name                     = "hscale4";
     this.hscale4.Adjustment.Lower         = 15D;
     this.hscale4.Adjustment.Upper         = 100D;
     this.hscale4.Adjustment.PageIncrement = 10D;
     this.hscale4.Adjustment.StepIncrement = 1D;
     this.hscale4.Adjustment.Value         = 50D;
     this.hscale4.DrawValue                = true;
     this.hscale4.Digits                   = 0;
     this.hscale4.ValuePos                 = ((global::Gtk.PositionType)(2));
     this.hbox4.Add(this.hscale4);
     global::Gtk.Box.BoxChild w32 = ((global::Gtk.Box.BoxChild)(this.hbox4 [this.hscale4]));
     w32.Position = 1;
     // Container child hbox4.Gtk.Box+BoxChild
     this.hbox9         = new global::Gtk.HBox();
     this.hbox9.Name    = "hbox9";
     this.hbox9.Spacing = 6;
     // Container child hbox9.Gtk.Box+BoxChild
     this.button4 = new global::Gtk.Button();
     this.button4.WidthRequest = 100;
     this.button4.CanFocus     = true;
     this.button4.Name         = "button4";
     this.button4.UseUnderline = true;
     this.button4.Label        = "CONFERMA";
     this.hbox9.Add(this.button4);
     global::Gtk.Box.BoxChild w33 = ((global::Gtk.Box.BoxChild)(this.hbox9 [this.button4]));
     w33.Position = 0;
     w33.Expand   = false;
     w33.Fill     = false;
     this.hbox4.Add(this.hbox9);
     global::Gtk.Box.BoxChild w34 = ((global::Gtk.Box.BoxChild)(this.hbox4 [this.hbox9]));
     w34.Position = 2;
     w34.Expand   = false;
     w34.Fill     = false;
     this.vbox4.Add(this.hbox4);
     global::Gtk.Box.BoxChild w35 = ((global::Gtk.Box.BoxChild)(this.vbox4 [this.hbox4]));
     w35.Position = 0;
     w35.Expand   = false;
     w35.Fill     = false;
     // Container child vbox4.Gtk.Box+BoxChild
     this.hseparator10      = new global::Gtk.HSeparator();
     this.hseparator10.Name = "hseparator10";
     this.vbox4.Add(this.hseparator10);
     global::Gtk.Box.BoxChild w36 = ((global::Gtk.Box.BoxChild)(this.vbox4 [this.hseparator10]));
     w36.Position = 1;
     w36.Expand   = false;
     w36.Fill     = false;
     // Container child vbox4.Gtk.Box+BoxChild
     this.hbox10             = new global::Gtk.HBox();
     this.hbox10.Name        = "hbox10";
     this.hbox10.Homogeneous = true;
     this.hbox10.Spacing     = 6;
     // Container child hbox10.Gtk.Box+BoxChild
     this.label11 = new global::Gtk.Label();
     this.label11.WidthRequest = 100;
     this.label11.Name         = "label11";
     this.label11.LabelProp    = "SPOT DISPONIBILI";
     this.label11.Wrap         = true;
     this.label11.Justify      = ((global::Gtk.Justification)(2));
     this.label11.Ellipsize    = ((global::Pango.EllipsizeMode)(2));
     this.hbox10.Add(this.label11);
     global::Gtk.Box.BoxChild w37 = ((global::Gtk.Box.BoxChild)(this.hbox10 [this.label11]));
     w37.Position = 0;
     // Container child hbox10.Gtk.Box+BoxChild
     this.hscale5 = new global::Gtk.HScale(null);
     this.hscale5.TooltipMarkup = "INSERISCI GLI SPOT CHE PARTECIPANO ALL\'OPERAZIONE, UNA VOLTA CCETTATO IL NUMERO N" +
                                  "ON PUO\' ESSERE CAMBIATO";
     this.hscale5.CanFocus                 = true;
     this.hscale5.Name                     = "hscale5";
     this.hscale5.Adjustment.Lower         = 1D;
     this.hscale5.Adjustment.Upper         = 8D;
     this.hscale5.Adjustment.PageIncrement = 10D;
     this.hscale5.Adjustment.StepIncrement = 1D;
     this.hscale5.Adjustment.Value         = 1D;
     this.hscale5.DrawValue                = true;
     this.hscale5.Digits                   = 0;
     this.hscale5.ValuePos                 = ((global::Gtk.PositionType)(2));
     this.hbox10.Add(this.hscale5);
     global::Gtk.Box.BoxChild w38 = ((global::Gtk.Box.BoxChild)(this.hbox10 [this.hscale5]));
     w38.Position = 1;
     // Container child hbox10.Gtk.Box+BoxChild
     this.hbox11         = new global::Gtk.HBox();
     this.hbox11.Name    = "hbox11";
     this.hbox11.Spacing = 6;
     // Container child hbox11.Gtk.Box+BoxChild
     this.button12 = new global::Gtk.Button();
     this.button12.WidthRequest = 100;
     this.button12.CanFocus     = true;
     this.button12.Name         = "button12";
     this.button12.UseUnderline = true;
     this.button12.Label        = "CONFERMA";
     this.hbox11.Add(this.button12);
     global::Gtk.Box.BoxChild w39 = ((global::Gtk.Box.BoxChild)(this.hbox11 [this.button12]));
     w39.Position = 0;
     w39.Expand   = false;
     w39.Fill     = false;
     // Container child hbox11.Gtk.Box+BoxChild
     this.button11 = new global::Gtk.Button();
     this.button11.WidthRequest = 90;
     this.button11.CanFocus     = true;
     this.button11.Name         = "button11";
     this.button11.UseUnderline = true;
     this.button11.Label        = "OPZIONI";
     this.hbox11.Add(this.button11);
     global::Gtk.Box.BoxChild w40 = ((global::Gtk.Box.BoxChild)(this.hbox11 [this.button11]));
     w40.Position = 1;
     // Container child hbox11.Gtk.Box+BoxChild
     this.button16              = new global::Gtk.Button();
     this.button16.CanFocus     = true;
     this.button16.Name         = "button16";
     this.button16.UseUnderline = true;
     this.button16.Label        = "VISUALIZZA ELENCO";
     this.hbox11.Add(this.button16);
     global::Gtk.Box.BoxChild w41 = ((global::Gtk.Box.BoxChild)(this.hbox11 [this.button16]));
     w41.Position = 2;
     w41.Expand   = false;
     w41.Fill     = false;
     this.hbox10.Add(this.hbox11);
     global::Gtk.Box.BoxChild w42 = ((global::Gtk.Box.BoxChild)(this.hbox10 [this.hbox11]));
     w42.Position = 2;
     w42.Expand   = false;
     w42.Fill     = false;
     this.vbox4.Add(this.hbox10);
     global::Gtk.Box.BoxChild w43 = ((global::Gtk.Box.BoxChild)(this.vbox4 [this.hbox10]));
     w43.Position = 2;
     w43.Expand   = false;
     w43.Fill     = false;
     // Container child vbox4.Gtk.Box+BoxChild
     this.hseparator4      = new global::Gtk.HSeparator();
     this.hseparator4.Name = "hseparator4";
     this.vbox4.Add(this.hseparator4);
     global::Gtk.Box.BoxChild w44 = ((global::Gtk.Box.BoxChild)(this.vbox4 [this.hseparator4]));
     w44.Position = 3;
     w44.Expand   = false;
     w44.Fill     = false;
     // Container child vbox4.Gtk.Box+BoxChild
     this.vbox7 = new global::Gtk.VBox();
     this.vbox7.HeightRequest = 60;
     this.vbox7.Name          = "vbox7";
     this.vbox7.Spacing       = 6;
     // Container child vbox7.Gtk.Box+BoxChild
     this.hbox13 = new global::Gtk.HBox();
     this.hbox13.HeightRequest = 50;
     this.hbox13.Name          = "hbox13";
     // Container child hbox13.Gtk.Box+BoxChild
     this.button9 = new global::Gtk.Button();
     this.button9.TooltipMarkup = "INIZIA LA SIMULAZIONE";
     this.button9.WidthRequest  = 150;
     this.button9.CanFocus      = true;
     this.button9.Name          = "button9";
     this.button9.UseUnderline  = true;
     this.button9.Label         = "START";
     this.hbox13.Add(this.button9);
     global::Gtk.Box.BoxChild w45 = ((global::Gtk.Box.BoxChild)(this.hbox13 [this.button9]));
     w45.Position = 0;
     w45.Expand   = false;
     w45.Fill     = false;
     // Container child hbox13.Gtk.Box+BoxChild
     this.hbox14      = new global::Gtk.HBox();
     this.hbox14.Name = "hbox14";
     // Container child hbox14.Gtk.Box+BoxChild
     this.label5 = new global::Gtk.Label();
     this.label5.WidthRequest = 170;
     this.label5.Name         = "label5";
     this.label5.LabelProp    = "ELI";
     this.label5.Wrap         = true;
     this.label5.Justify      = ((global::Gtk.Justification)(2));
     this.label5.Ellipsize    = ((global::Pango.EllipsizeMode)(2));
     this.hbox14.Add(this.label5);
     global::Gtk.Box.BoxChild w46 = ((global::Gtk.Box.BoxChild)(this.hbox14 [this.label5]));
     w46.Position = 0;
     // Container child hbox14.Gtk.Box+BoxChild
     this.label6 = new global::Gtk.Label();
     this.label6.WidthRequest = 170;
     this.label6.Name         = "label6";
     this.label6.LabelProp    = "TRUPPE";
     this.label6.Wrap         = true;
     this.label6.Justify      = ((global::Gtk.Justification)(3));
     this.label6.Ellipsize    = ((global::Pango.EllipsizeMode)(3));
     this.hbox14.Add(this.label6);
     global::Gtk.Box.BoxChild w47 = ((global::Gtk.Box.BoxChild)(this.hbox14 [this.label6]));
     w47.Position = 1;
     w47.Expand   = false;
     w47.Fill     = false;
     // Container child hbox14.Gtk.Box+BoxChild
     this.label7 = new global::Gtk.Label();
     this.label7.WidthRequest = 170;
     this.label7.Name         = "label7";
     this.label7.LabelProp    = "ALTRO CARGO";
     this.label7.Wrap         = true;
     this.label7.Ellipsize    = ((global::Pango.EllipsizeMode)(2));
     this.hbox14.Add(this.label7);
     global::Gtk.Box.BoxChild w48 = ((global::Gtk.Box.BoxChild)(this.hbox14 [this.label7]));
     w48.Position = 2;
     w48.Expand   = false;
     w48.Fill     = false;
     // Container child hbox14.Gtk.Box+BoxChild
     this.label8 = new global::Gtk.Label();
     this.label8.WidthRequest = 170;
     this.label8.Name         = "label8";
     this.label8.LabelProp    = "DISTANZA";
     this.label8.Wrap         = true;
     this.label8.Justify      = ((global::Gtk.Justification)(2));
     this.label8.Ellipsize    = ((global::Pango.EllipsizeMode)(2));
     this.hbox14.Add(this.label8);
     global::Gtk.Box.BoxChild w49 = ((global::Gtk.Box.BoxChild)(this.hbox14 [this.label8]));
     w49.Position = 3;
     w49.Expand   = false;
     w49.Fill     = false;
     // Container child hbox14.Gtk.Box+BoxChild
     this.label12 = new global::Gtk.Label();
     this.label12.WidthRequest = 170;
     this.label12.Name         = "label12";
     this.label12.LabelProp    = "SPOT";
     this.label12.Wrap         = true;
     this.label12.Justify      = ((global::Gtk.Justification)(2));
     this.label12.Ellipsize    = ((global::Pango.EllipsizeMode)(2));
     this.hbox14.Add(this.label12);
     global::Gtk.Box.BoxChild w50 = ((global::Gtk.Box.BoxChild)(this.hbox14 [this.label12]));
     w50.Position = 4;
     w50.Expand   = false;
     w50.Fill     = false;
     this.hbox13.Add(this.hbox14);
     global::Gtk.Box.BoxChild w51 = ((global::Gtk.Box.BoxChild)(this.hbox13 [this.hbox14]));
     w51.Position = 1;
     w51.Fill     = false;
     this.vbox7.Add(this.hbox13);
     global::Gtk.Box.BoxChild w52 = ((global::Gtk.Box.BoxChild)(this.vbox7 [this.hbox13]));
     w52.Position = 0;
     w52.Expand   = false;
     w52.Fill     = false;
     // Container child vbox7.Gtk.Box+BoxChild
     this.hseparator7      = new global::Gtk.HSeparator();
     this.hseparator7.Name = "hseparator7";
     this.vbox7.Add(this.hseparator7);
     global::Gtk.Box.BoxChild w53 = ((global::Gtk.Box.BoxChild)(this.vbox7 [this.hseparator7]));
     w53.Position = 1;
     w53.Expand   = false;
     w53.Fill     = false;
     this.vbox4.Add(this.vbox7);
     global::Gtk.Box.BoxChild w54 = ((global::Gtk.Box.BoxChild)(this.vbox4 [this.vbox7]));
     w54.PackType = ((global::Gtk.PackType)(1));
     w54.Position = 4;
     w54.Expand   = false;
     w54.Fill     = false;
     this.vbox1.Add(this.vbox4);
     global::Gtk.Box.BoxChild w55 = ((global::Gtk.Box.BoxChild)(this.vbox1 [this.vbox4]));
     w55.Position = 2;
     w55.Expand   = false;
     w55.Fill     = false;
     this.Add(this.vbox1);
     if ((this.Child != null))
     {
         this.Child.ShowAll();
     }
     this.DefaultWidth           = 1203;
     this.DefaultHeight          = 418;
     this.label11.MnemonicWidget = this.button10;
     this.Show();
     this.DeleteEvent             += new global::Gtk.DeleteEventHandler(this.OnDeleteEvent);
     this.StartAction1.Activated  += new global::System.EventHandler(this.OnStartAction1Activated);
     this.ResetAction1.Activated  += new global::System.EventHandler(this.OnResetAction1Activated);
     this.QuitAction1.Activated   += new global::System.EventHandler(this.OnQuitAction1Activated);
     this.onAction.Toggled        += new global::System.EventHandler(this.OnOnActionToggled);
     this.offAction.Toggled       += new global::System.EventHandler(this.OnOffActionToggled);
     this.giornoAction2.Activated += new global::System.EventHandler(this.OnGiornoAction2Activated);
     this.notteAction.Activated   += new global::System.EventHandler(this.OnNotteActionActivated);
     this.giornoAction4.Activated += new global::System.EventHandler(this.OnGiornoAction2Activated);
     this.notteAction2.Activated  += new global::System.EventHandler(this.OnNotteActionActivated);
     this.button1.Released        += new global::System.EventHandler(this.OnButton1Released);
     this.button5.Released        += new global::System.EventHandler(this.OnButton5Released);
     this.button10.Released       += new global::System.EventHandler(this.OnButton10Released);
     this.button2.Released        += new global::System.EventHandler(this.OnButton2Released);
     this.button6.Released        += new global::System.EventHandler(this.OnButton6Released);
     this.button3.Released        += new global::System.EventHandler(this.OnButton3Released);
     this.button7.Released        += new global::System.EventHandler(this.OnButton7Released);
     this.button14.Released       += new global::System.EventHandler(this.OnButton14Released);
     this.button4.Released        += new global::System.EventHandler(this.OnButton4Released);
     this.button12.Released       += new global::System.EventHandler(this.OnButton12Released);
     this.button11.Released       += new global::System.EventHandler(this.OnButton11Released);
     this.button16.Released       += new global::System.EventHandler(this.OnButton16Released);
     this.button9.Released        += new global::System.EventHandler(this.OnButton9Released);
 }
コード例 #33
0
 protected virtual void Build()
 {
     global::Stetic.Gui.Initialize(this);
     // Widget MonoDevelop.Ide.Projects.ApplyPolicyDialog
     this.Name           = "MonoDevelop.Ide.Projects.ApplyPolicyDialog";
     this.Title          = global::MonoDevelop.Core.GettextCatalog.GetString("Apply Policies");
     this.WindowPosition = ((global::Gtk.WindowPosition)(4));
     // Internal child MonoDevelop.Ide.Projects.ApplyPolicyDialog.VBox
     global::Gtk.VBox w1 = this.VBox;
     w1.Name        = "dialog1_VBox";
     w1.BorderWidth = ((uint)(2));
     // Container child dialog1_VBox.Gtk.Box+BoxChild
     this.vbox3             = new global::Gtk.VBox();
     this.vbox3.Name        = "vbox3";
     this.vbox3.Spacing     = 6;
     this.vbox3.BorderWidth = ((uint)(12));
     // Container child vbox3.Gtk.Box+BoxChild
     this.radioCustom               = new global::Gtk.RadioButton(global::MonoDevelop.Core.GettextCatalog.GetString("Apply stock or custom policy set"));
     this.radioCustom.CanFocus      = true;
     this.radioCustom.Name          = "radioCustom";
     this.radioCustom.DrawIndicator = true;
     this.radioCustom.UseUnderline  = true;
     this.radioCustom.Group         = new global::GLib.SList(global::System.IntPtr.Zero);
     this.vbox3.Add(this.radioCustom);
     global::Gtk.Box.BoxChild w2 = ((global::Gtk.Box.BoxChild)(this.vbox3 [this.radioCustom]));
     w2.Position = 0;
     w2.Expand   = false;
     w2.Fill     = false;
     // Container child vbox3.Gtk.Box+BoxChild
     this.boxCustom             = new global::Gtk.Alignment(0.5F, 0.5F, 1F, 1F);
     this.boxCustom.Name        = "boxCustom";
     this.boxCustom.LeftPadding = ((uint)(42));
     // Container child boxCustom.Gtk.Container+ContainerChild
     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("Policy:");
     this.hbox1.Add(this.label2);
     global::Gtk.Box.BoxChild w3 = ((global::Gtk.Box.BoxChild)(this.hbox1 [this.label2]));
     w3.Position = 0;
     w3.Expand   = false;
     w3.Fill     = false;
     // Container child hbox1.Gtk.Box+BoxChild
     this.combPolicies      = global::Gtk.ComboBox.NewText();
     this.combPolicies.Name = "combPolicies";
     this.hbox1.Add(this.combPolicies);
     global::Gtk.Box.BoxChild w4 = ((global::Gtk.Box.BoxChild)(this.hbox1 [this.combPolicies]));
     w4.Position = 1;
     w4.Expand   = false;
     w4.Fill     = false;
     this.boxCustom.Add(this.hbox1);
     this.vbox3.Add(this.boxCustom);
     global::Gtk.Box.BoxChild w6 = ((global::Gtk.Box.BoxChild)(this.vbox3 [this.boxCustom]));
     w6.Position = 1;
     w6.Expand   = false;
     w6.Fill     = false;
     // Container child vbox3.Gtk.Box+BoxChild
     this.radioFile               = new global::Gtk.RadioButton(global::MonoDevelop.Core.GettextCatalog.GetString("Apply policies from file"));
     this.radioFile.CanFocus      = true;
     this.radioFile.Name          = "radioFile";
     this.radioFile.DrawIndicator = true;
     this.radioFile.UseUnderline  = true;
     this.radioFile.Group         = this.radioCustom.Group;
     this.vbox3.Add(this.radioFile);
     global::Gtk.Box.BoxChild w7 = ((global::Gtk.Box.BoxChild)(this.vbox3 [this.radioFile]));
     w7.Position = 2;
     w7.Expand   = false;
     w7.Fill     = false;
     // Container child vbox3.Gtk.Box+BoxChild
     this.boxFile             = new global::Gtk.Alignment(0.5F, 0.5F, 1F, 1F);
     this.boxFile.Name        = "boxFile";
     this.boxFile.LeftPadding = ((uint)(42));
     // Container child boxFile.Gtk.Container+ContainerChild
     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("File:");
     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.fileEntry              = new global::MonoDevelop.Components.FileEntry();
     this.fileEntry.Name         = "fileEntry";
     this.fileEntry.BrowserTitle = "Select Policy Set File";
     this.hbox2.Add(this.fileEntry);
     global::Gtk.Box.BoxChild w9 = ((global::Gtk.Box.BoxChild)(this.hbox2 [this.fileEntry]));
     w9.Position = 1;
     this.boxFile.Add(this.hbox2);
     this.vbox3.Add(this.boxFile);
     global::Gtk.Box.BoxChild w11 = ((global::Gtk.Box.BoxChild)(this.vbox3 [this.boxFile]));
     w11.Position = 3;
     w11.Expand   = false;
     w11.Fill     = false;
     // Container child vbox3.Gtk.Box+BoxChild
     this.hseparator1      = new global::Gtk.HSeparator();
     this.hseparator1.Name = "hseparator1";
     this.vbox3.Add(this.hseparator1);
     global::Gtk.Box.BoxChild w12 = ((global::Gtk.Box.BoxChild)(this.vbox3 [this.hseparator1]));
     w12.Position = 4;
     w12.Expand   = false;
     w12.Fill     = false;
     // Container child vbox3.Gtk.Box+BoxChild
     this.labelChangesTitle           = new global::Gtk.Label();
     this.labelChangesTitle.Name      = "labelChangesTitle";
     this.labelChangesTitle.Xalign    = 0F;
     this.labelChangesTitle.LabelProp = global::MonoDevelop.Core.GettextCatalog.GetString("The following policies will be set or replaced:");
     this.vbox3.Add(this.labelChangesTitle);
     global::Gtk.Box.BoxChild w13 = ((global::Gtk.Box.BoxChild)(this.vbox3 [this.labelChangesTitle]));
     w13.Position = 5;
     w13.Expand   = false;
     w13.Fill     = false;
     // Container child vbox3.Gtk.Box+BoxChild
     this.labelChanges        = new global::Gtk.Label();
     this.labelChanges.Name   = "labelChanges";
     this.labelChanges.Xalign = 0F;
     this.vbox3.Add(this.labelChanges);
     global::Gtk.Box.BoxChild w14 = ((global::Gtk.Box.BoxChild)(this.vbox3 [this.labelChanges]));
     w14.Position = 6;
     w1.Add(this.vbox3);
     global::Gtk.Box.BoxChild w15 = ((global::Gtk.Box.BoxChild)(w1 [this.vbox3]));
     w15.Position = 0;
     w15.Expand   = false;
     w15.Fill     = false;
     // Internal child MonoDevelop.Ide.Projects.ApplyPolicyDialog.ActionArea
     global::Gtk.HButtonBox w16 = this.ActionArea;
     w16.Name        = "dialog1_ActionArea";
     w16.Spacing     = 10;
     w16.BorderWidth = ((uint)(5));
     w16.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 w17 = ((global::Gtk.ButtonBox.ButtonBoxChild)(w16 [this.buttonCancel]));
     w17.Expand = false;
     w17.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-apply";
     w16.Add(this.buttonOk);
     global::Gtk.ButtonBox.ButtonBoxChild w18 = ((global::Gtk.ButtonBox.ButtonBoxChild)(w16 [this.buttonOk]));
     w18.Position = 1;
     w18.Expand   = false;
     w18.Fill     = false;
     if ((this.Child != null))
     {
         this.Child.ShowAll();
     }
     this.DefaultWidth  = 479;
     this.DefaultHeight = 258;
     this.Show();
     this.radioCustom.Toggled   += new global::System.EventHandler(this.OnRadioCustomToggled);
     this.combPolicies.Changed  += new global::System.EventHandler(this.OnCombPoliciesChanged);
     this.fileEntry.PathChanged += new global::System.EventHandler(this.OnFileEntryPathChanged);
     this.buttonOk.Clicked      += new global::System.EventHandler(this.OnButtonOkClicked);
 }
コード例 #34
0
 protected virtual void Build()
 {
     global::Stetic.Gui.Initialize(this);
     // Widget BlinkStickClient.AnimationWidget
     global::Stetic.BinContainer.Attach(this);
     this.Events          = ((global::Gdk.EventMask)(798964));
     this.ExtensionEvents = ((global::Gdk.ExtensionMode)(1));
     this.Name            = "BlinkStickClient.AnimationWidget";
     // Container child BlinkStickClient.AnimationWidget.Gtk.Container+ContainerChild
     this.vboxMain             = new global::Gtk.VBox();
     this.vboxMain.Name        = "vboxMain";
     this.vboxMain.Spacing     = 6;
     this.vboxMain.BorderWidth = ((uint)(6));
     // Container child vboxMain.Gtk.Box+BoxChild
     this.hboxColor      = new global::Gtk.HBox();
     this.hboxColor.Name = "hboxColor";
     // Container child hboxColor.Gtk.Box+BoxChild
     this.labelNumber           = new global::Gtk.Label();
     this.labelNumber.Name      = "labelNumber";
     this.labelNumber.LabelProp = global::Mono.Unix.Catalog.GetString("#1");
     this.hboxColor.Add(this.labelNumber);
     global::Gtk.Box.BoxChild w1 = ((global::Gtk.Box.BoxChild)(this.hboxColor [this.labelNumber]));
     w1.Position = 0;
     w1.Expand   = false;
     w1.Fill     = false;
     w1.Padding  = ((uint)(6));
     // Container child hboxColor.Gtk.Box+BoxChild
     this.alignment2               = new global::Gtk.Alignment(0.5F, 0.5F, 1F, 1F);
     this.alignment2.Name          = "alignment2";
     this.alignment2.TopPadding    = ((uint)(3));
     this.alignment2.BottomPadding = ((uint)(3));
     // Container child alignment2.Gtk.Container+ContainerChild
     this.comboboxMode = global::Gtk.ComboBox.NewText();
     this.comboboxMode.AppendText(global::Mono.Unix.Catalog.GetString("Set Color"));
     this.comboboxMode.AppendText(global::Mono.Unix.Catalog.GetString("Blink"));
     this.comboboxMode.AppendText(global::Mono.Unix.Catalog.GetString("Morph"));
     this.comboboxMode.AppendText(global::Mono.Unix.Catalog.GetString("Pulse"));
     this.comboboxMode.Name = "comboboxMode";
     this.alignment2.Add(this.comboboxMode);
     this.hboxColor.Add(this.alignment2);
     global::Gtk.Box.BoxChild w3 = ((global::Gtk.Box.BoxChild)(this.hboxColor [this.alignment2]));
     w3.Position = 1;
     w3.Expand   = false;
     w3.Fill     = false;
     w3.Padding  = ((uint)(6));
     // Container child hboxColor.Gtk.Box+BoxChild
     this.buttonColor          = new global::Gtk.ColorButton();
     this.buttonColor.CanFocus = true;
     this.buttonColor.Events   = ((global::Gdk.EventMask)(784));
     this.buttonColor.Name     = "buttonColor";
     this.hboxColor.Add(this.buttonColor);
     global::Gtk.Box.BoxChild w4 = ((global::Gtk.Box.BoxChild)(this.hboxColor [this.buttonColor]));
     w4.Position = 2;
     w4.Expand   = false;
     w4.Fill     = false;
     // Container child hboxColor.Gtk.Box+BoxChild
     this.alignment1      = new global::Gtk.Alignment(0.5F, 0.5F, 1F, 1F);
     this.alignment1.Name = "alignment1";
     this.hboxColor.Add(this.alignment1);
     global::Gtk.Box.BoxChild w5 = ((global::Gtk.Box.BoxChild)(this.hboxColor [this.alignment1]));
     w5.Position = 3;
     // Container child hboxColor.Gtk.Box+BoxChild
     this.buttonUp              = new global::Gtk.Button();
     this.buttonUp.CanFocus     = true;
     this.buttonUp.Name         = "buttonUp";
     this.buttonUp.UseUnderline = true;
     global::Gtk.Image w6 = new global::Gtk.Image();
     w6.Pixbuf           = global::Gdk.Pixbuf.LoadFromResource("BlinkStickClient.Resources.icons.icon-dark-arrow-up.png");
     this.buttonUp.Image = w6;
     this.hboxColor.Add(this.buttonUp);
     global::Gtk.Box.BoxChild w7 = ((global::Gtk.Box.BoxChild)(this.hboxColor [this.buttonUp]));
     w7.Position = 4;
     w7.Expand   = false;
     w7.Fill     = false;
     // Container child hboxColor.Gtk.Box+BoxChild
     this.buttonDown              = new global::Gtk.Button();
     this.buttonDown.CanFocus     = true;
     this.buttonDown.Name         = "buttonDown";
     this.buttonDown.UseUnderline = true;
     global::Gtk.Image w8 = new global::Gtk.Image();
     w8.Pixbuf             = global::Gdk.Pixbuf.LoadFromResource("BlinkStickClient.Resources.icons.icon-dark-arrow-down.png");
     this.buttonDown.Image = w8;
     this.hboxColor.Add(this.buttonDown);
     global::Gtk.Box.BoxChild w9 = ((global::Gtk.Box.BoxChild)(this.hboxColor [this.buttonDown]));
     w9.Position = 5;
     w9.Expand   = false;
     w9.Fill     = false;
     // Container child hboxColor.Gtk.Box+BoxChild
     this.buttonDelete              = new global::Gtk.Button();
     this.buttonDelete.CanFocus     = true;
     this.buttonDelete.Name         = "buttonDelete";
     this.buttonDelete.UseUnderline = true;
     global::Gtk.Image w10 = new global::Gtk.Image();
     w10.Pixbuf = global::Gdk.Pixbuf.LoadFromResource("BlinkStickClient.Resources.icons.icon-dark-trash.png");
     this.buttonDelete.Image = w10;
     this.hboxColor.Add(this.buttonDelete);
     global::Gtk.Box.BoxChild w11 = ((global::Gtk.Box.BoxChild)(this.hboxColor [this.buttonDelete]));
     w11.Position = 6;
     w11.Expand   = false;
     w11.Fill     = false;
     // Container child hboxColor.Gtk.Box+BoxChild
     this.buttonProperties              = new global::Gtk.Button();
     this.buttonProperties.CanFocus     = true;
     this.buttonProperties.Name         = "buttonProperties";
     this.buttonProperties.UseUnderline = true;
     global::Gtk.Image w12 = new global::Gtk.Image();
     w12.Pixbuf = global::Gdk.Pixbuf.LoadFromResource("BlinkStickClient.Resources.icons.icon-dark-pencil-square-o.png");
     this.buttonProperties.Image = w12;
     this.hboxColor.Add(this.buttonProperties);
     global::Gtk.Box.BoxChild w13 = ((global::Gtk.Box.BoxChild)(this.hboxColor [this.buttonProperties]));
     w13.PackType = ((global::Gtk.PackType)(1));
     w13.Position = 7;
     w13.Expand   = false;
     w13.Fill     = false;
     this.vboxMain.Add(this.hboxColor);
     global::Gtk.Box.BoxChild w14 = ((global::Gtk.Box.BoxChild)(this.vboxMain [this.hboxColor]));
     w14.Position = 0;
     w14.Expand   = false;
     w14.Fill     = false;
     // Container child vboxMain.Gtk.Box+BoxChild
     this.hboxSetColor         = new global::Gtk.HBox();
     this.hboxSetColor.Name    = "hboxSetColor";
     this.hboxSetColor.Spacing = 6;
     // Container child hboxSetColor.Gtk.Box+BoxChild
     this.labelDelaySetColor = new global::Gtk.Label();
     this.labelDelaySetColor.WidthRequest = 50;
     this.labelDelaySetColor.Name         = "labelDelaySetColor";
     this.labelDelaySetColor.Xalign       = 1F;
     this.labelDelaySetColor.LabelProp    = global::Mono.Unix.Catalog.GetString("Delay:");
     this.hboxSetColor.Add(this.labelDelaySetColor);
     global::Gtk.Box.BoxChild w15 = ((global::Gtk.Box.BoxChild)(this.hboxSetColor [this.labelDelaySetColor]));
     w15.Position = 0;
     w15.Expand   = false;
     w15.Fill     = false;
     // Container child hboxSetColor.Gtk.Box+BoxChild
     this.spinbuttonSetColorDelay          = new global::Gtk.SpinButton(0D, 10000D, 1D);
     this.spinbuttonSetColorDelay.CanFocus = true;
     this.spinbuttonSetColorDelay.Name     = "spinbuttonSetColorDelay";
     this.spinbuttonSetColorDelay.Adjustment.PageIncrement = 10D;
     this.spinbuttonSetColorDelay.ClimbRate = 1D;
     this.spinbuttonSetColorDelay.Numeric   = true;
     this.hboxSetColor.Add(this.spinbuttonSetColorDelay);
     global::Gtk.Box.BoxChild w16 = ((global::Gtk.Box.BoxChild)(this.hboxSetColor [this.spinbuttonSetColorDelay]));
     w16.Position = 1;
     w16.Expand   = false;
     w16.Fill     = false;
     this.vboxMain.Add(this.hboxSetColor);
     global::Gtk.Box.BoxChild w17 = ((global::Gtk.Box.BoxChild)(this.vboxMain [this.hboxSetColor]));
     w17.Position = 1;
     w17.Expand   = false;
     w17.Fill     = false;
     // Container child vboxMain.Gtk.Box+BoxChild
     this.hboxBlink         = new global::Gtk.HBox();
     this.hboxBlink.Name    = "hboxBlink";
     this.hboxBlink.Spacing = 6;
     // Container child hboxBlink.Gtk.Box+BoxChild
     this.labelDelayBlink = new global::Gtk.Label();
     this.labelDelayBlink.WidthRequest = 50;
     this.labelDelayBlink.Name         = "labelDelayBlink";
     this.labelDelayBlink.Xalign       = 1F;
     this.labelDelayBlink.LabelProp    = global::Mono.Unix.Catalog.GetString("Delay:");
     this.hboxBlink.Add(this.labelDelayBlink);
     global::Gtk.Box.BoxChild w18 = ((global::Gtk.Box.BoxChild)(this.hboxBlink [this.labelDelayBlink]));
     w18.Position = 0;
     w18.Expand   = false;
     w18.Fill     = false;
     // Container child hboxBlink.Gtk.Box+BoxChild
     this.spinbuttonBlinkDelay          = new global::Gtk.SpinButton(10D, 10000D, 1D);
     this.spinbuttonBlinkDelay.CanFocus = true;
     this.spinbuttonBlinkDelay.Name     = "spinbuttonBlinkDelay";
     this.spinbuttonBlinkDelay.Adjustment.PageIncrement = 10D;
     this.spinbuttonBlinkDelay.ClimbRate = 1D;
     this.spinbuttonBlinkDelay.Numeric   = true;
     this.spinbuttonBlinkDelay.Value     = 10D;
     this.hboxBlink.Add(this.spinbuttonBlinkDelay);
     global::Gtk.Box.BoxChild w19 = ((global::Gtk.Box.BoxChild)(this.hboxBlink [this.spinbuttonBlinkDelay]));
     w19.Position = 1;
     w19.Expand   = false;
     w19.Fill     = false;
     // Container child hboxBlink.Gtk.Box+BoxChild
     this.labelRepeat = new global::Gtk.Label();
     this.labelRepeat.WidthRequest = 50;
     this.labelRepeat.Name         = "labelRepeat";
     this.labelRepeat.Xalign       = 1F;
     this.labelRepeat.LabelProp    = global::Mono.Unix.Catalog.GetString("Repeat:");
     this.hboxBlink.Add(this.labelRepeat);
     global::Gtk.Box.BoxChild w20 = ((global::Gtk.Box.BoxChild)(this.hboxBlink [this.labelRepeat]));
     w20.Position = 2;
     w20.Expand   = false;
     w20.Fill     = false;
     // Container child hboxBlink.Gtk.Box+BoxChild
     this.spinbuttonBlinkRepeat          = new global::Gtk.SpinButton(1D, 100D, 1D);
     this.spinbuttonBlinkRepeat.CanFocus = true;
     this.spinbuttonBlinkRepeat.Name     = "spinbuttonBlinkRepeat";
     this.spinbuttonBlinkRepeat.Adjustment.PageIncrement = 10D;
     this.spinbuttonBlinkRepeat.ClimbRate = 1D;
     this.spinbuttonBlinkRepeat.Numeric   = true;
     this.spinbuttonBlinkRepeat.Value     = 1D;
     this.hboxBlink.Add(this.spinbuttonBlinkRepeat);
     global::Gtk.Box.BoxChild w21 = ((global::Gtk.Box.BoxChild)(this.hboxBlink [this.spinbuttonBlinkRepeat]));
     w21.Position = 3;
     w21.Expand   = false;
     w21.Fill     = false;
     this.vboxMain.Add(this.hboxBlink);
     global::Gtk.Box.BoxChild w22 = ((global::Gtk.Box.BoxChild)(this.vboxMain [this.hboxBlink]));
     w22.Position = 2;
     w22.Expand   = false;
     w22.Fill     = false;
     // Container child vboxMain.Gtk.Box+BoxChild
     this.hboxPulse         = new global::Gtk.HBox();
     this.hboxPulse.Name    = "hboxPulse";
     this.hboxPulse.Spacing = 6;
     // Container child hboxPulse.Gtk.Box+BoxChild
     this.labelDurationPulse = new global::Gtk.Label();
     this.labelDurationPulse.WidthRequest = 50;
     this.labelDurationPulse.Name         = "labelDurationPulse";
     this.labelDurationPulse.Xalign       = 1F;
     this.labelDurationPulse.LabelProp    = global::Mono.Unix.Catalog.GetString("Duration:");
     this.hboxPulse.Add(this.labelDurationPulse);
     global::Gtk.Box.BoxChild w23 = ((global::Gtk.Box.BoxChild)(this.hboxPulse [this.labelDurationPulse]));
     w23.Position = 0;
     w23.Expand   = false;
     w23.Fill     = false;
     // Container child hboxPulse.Gtk.Box+BoxChild
     this.spinbuttonPulseDuration          = new global::Gtk.SpinButton(10D, 10000D, 1D);
     this.spinbuttonPulseDuration.CanFocus = true;
     this.spinbuttonPulseDuration.Name     = "spinbuttonPulseDuration";
     this.spinbuttonPulseDuration.Adjustment.PageIncrement = 10D;
     this.spinbuttonPulseDuration.ClimbRate = 1D;
     this.spinbuttonPulseDuration.Numeric   = true;
     this.spinbuttonPulseDuration.Value     = 10D;
     this.hboxPulse.Add(this.spinbuttonPulseDuration);
     global::Gtk.Box.BoxChild w24 = ((global::Gtk.Box.BoxChild)(this.hboxPulse [this.spinbuttonPulseDuration]));
     w24.Position = 1;
     w24.Expand   = false;
     w24.Fill     = false;
     // Container child hboxPulse.Gtk.Box+BoxChild
     this.labelTimesPulse = new global::Gtk.Label();
     this.labelTimesPulse.WidthRequest = 50;
     this.labelTimesPulse.Name         = "labelTimesPulse";
     this.labelTimesPulse.Xalign       = 1F;
     this.labelTimesPulse.LabelProp    = global::Mono.Unix.Catalog.GetString("Repeat:");
     this.hboxPulse.Add(this.labelTimesPulse);
     global::Gtk.Box.BoxChild w25 = ((global::Gtk.Box.BoxChild)(this.hboxPulse [this.labelTimesPulse]));
     w25.Position = 2;
     w25.Expand   = false;
     w25.Fill     = false;
     // Container child hboxPulse.Gtk.Box+BoxChild
     this.spinbuttonPulseRepeat          = new global::Gtk.SpinButton(1D, 100D, 1D);
     this.spinbuttonPulseRepeat.CanFocus = true;
     this.spinbuttonPulseRepeat.Name     = "spinbuttonPulseRepeat";
     this.spinbuttonPulseRepeat.Adjustment.PageIncrement = 10D;
     this.spinbuttonPulseRepeat.ClimbRate = 1D;
     this.spinbuttonPulseRepeat.Numeric   = true;
     this.spinbuttonPulseRepeat.Value     = 1D;
     this.hboxPulse.Add(this.spinbuttonPulseRepeat);
     global::Gtk.Box.BoxChild w26 = ((global::Gtk.Box.BoxChild)(this.hboxPulse [this.spinbuttonPulseRepeat]));
     w26.Position = 3;
     w26.Expand   = false;
     w26.Fill     = false;
     this.vboxMain.Add(this.hboxPulse);
     global::Gtk.Box.BoxChild w27 = ((global::Gtk.Box.BoxChild)(this.vboxMain [this.hboxPulse]));
     w27.Position = 3;
     w27.Expand   = false;
     w27.Fill     = false;
     // Container child vboxMain.Gtk.Box+BoxChild
     this.hboxMorph         = new global::Gtk.HBox();
     this.hboxMorph.Name    = "hboxMorph";
     this.hboxMorph.Spacing = 6;
     // Container child hboxMorph.Gtk.Box+BoxChild
     this.labelDurationPulse1 = new global::Gtk.Label();
     this.labelDurationPulse1.WidthRequest = 50;
     this.labelDurationPulse1.Name         = "labelDurationPulse1";
     this.labelDurationPulse1.Xalign       = 1F;
     this.labelDurationPulse1.LabelProp    = global::Mono.Unix.Catalog.GetString("Duration:");
     this.hboxMorph.Add(this.labelDurationPulse1);
     global::Gtk.Box.BoxChild w28 = ((global::Gtk.Box.BoxChild)(this.hboxMorph [this.labelDurationPulse1]));
     w28.Position = 0;
     w28.Expand   = false;
     w28.Fill     = false;
     // Container child hboxMorph.Gtk.Box+BoxChild
     this.spinbuttonMorphDuration          = new global::Gtk.SpinButton(10D, 10000D, 1D);
     this.spinbuttonMorphDuration.CanFocus = true;
     this.spinbuttonMorphDuration.Name     = "spinbuttonMorphDuration";
     this.spinbuttonMorphDuration.Adjustment.PageIncrement = 10D;
     this.spinbuttonMorphDuration.ClimbRate = 1D;
     this.spinbuttonMorphDuration.Numeric   = true;
     this.spinbuttonMorphDuration.Value     = 10D;
     this.hboxMorph.Add(this.spinbuttonMorphDuration);
     global::Gtk.Box.BoxChild w29 = ((global::Gtk.Box.BoxChild)(this.hboxMorph [this.spinbuttonMorphDuration]));
     w29.Position = 1;
     w29.Expand   = false;
     w29.Fill     = false;
     this.vboxMain.Add(this.hboxMorph);
     global::Gtk.Box.BoxChild w30 = ((global::Gtk.Box.BoxChild)(this.vboxMain [this.hboxMorph]));
     w30.Position = 4;
     w30.Expand   = false;
     w30.Fill     = false;
     // Container child vboxMain.Gtk.Box+BoxChild
     this.hseparator1      = new global::Gtk.HSeparator();
     this.hseparator1.Name = "hseparator1";
     this.vboxMain.Add(this.hseparator1);
     global::Gtk.Box.BoxChild w31 = ((global::Gtk.Box.BoxChild)(this.vboxMain [this.hseparator1]));
     w31.Position = 5;
     w31.Expand   = false;
     w31.Fill     = false;
     this.Add(this.vboxMain);
     if ((this.Child != null))
     {
         this.Child.ShowAll();
     }
     this.Hide();
     this.comboboxMode.Changed                 += new global::System.EventHandler(this.OnComboboxModeChanged);
     this.buttonColor.ColorSet                 += new global::System.EventHandler(this.OnButtonColorColorSet);
     this.buttonUp.Clicked                     += new global::System.EventHandler(this.OnButtonUpClicked);
     this.buttonDown.Clicked                   += new global::System.EventHandler(this.OnButtonDownClicked);
     this.buttonDelete.Clicked                 += new global::System.EventHandler(this.OnButtonDeleteClicked);
     this.buttonProperties.Clicked             += new global::System.EventHandler(this.OnButtonPropertiesClicked);
     this.spinbuttonSetColorDelay.ValueChanged += new global::System.EventHandler(this.OnSpinbuttonSetColorDelayValueChanged);
     this.spinbuttonBlinkDelay.ValueChanged    += new global::System.EventHandler(this.OnSpinbuttonBlinkDelayValueChanged);
     this.spinbuttonBlinkRepeat.ValueChanged   += new global::System.EventHandler(this.OnSpinbuttonBlinkRepeatValueChanged);
     this.spinbuttonPulseDuration.ValueChanged += new global::System.EventHandler(this.OnSpinbuttonPulseDurationValueChanged);
     this.spinbuttonPulseRepeat.ValueChanged   += new global::System.EventHandler(this.OnSpinbuttonPulseRepeatValueChanged);
     this.spinbuttonMorphDuration.ValueChanged += new global::System.EventHandler(this.OnSpinbuttonMorphDurationValueChanged);
 }
コード例 #35
0
 protected virtual void Build()
 {
     global::Stetic.Gui.Initialize(this);
     // Widget Vodovoz.Dialogs.Cash.CashTransfer.IncomeCashTransferDlg
     global::Stetic.BinContainer.Attach(this);
     this.Name = "Vodovoz.Dialogs.Cash.CashTransfer.IncomeCashTransferDlg";
     // Container child Vodovoz.Dialogs.Cash.CashTransfer.IncomeCashTransferDlg.Gtk.Container+ContainerChild
     this.vboxDialog         = new global::Gtk.VBox();
     this.vboxDialog.Name    = "vboxDialog";
     this.vboxDialog.Spacing = 6;
     // Container child vboxDialog.Gtk.Box+BoxChild
     this.hboxDialogButtons         = new global::Gtk.HBox();
     this.hboxDialogButtons.Name    = "hboxDialogButtons";
     this.hboxDialogButtons.Spacing = 6;
     // Container child hboxDialogButtons.Gtk.Box+BoxChild
     this.buttonSave              = new global::Gamma.GtkWidgets.yButton();
     this.buttonSave.CanFocus     = true;
     this.buttonSave.Name         = "buttonSave";
     this.buttonSave.UseUnderline = true;
     this.buttonSave.Label        = global::Mono.Unix.Catalog.GetString("Сохранить");
     global::Gtk.Image w1 = new global::Gtk.Image();
     w1.Pixbuf             = global::Stetic.IconLoader.LoadIcon(this, "gtk-save", global::Gtk.IconSize.Menu);
     this.buttonSave.Image = w1;
     this.hboxDialogButtons.Add(this.buttonSave);
     global::Gtk.Box.BoxChild w2 = ((global::Gtk.Box.BoxChild)(this.hboxDialogButtons[this.buttonSave]));
     w2.Position = 0;
     w2.Expand   = false;
     w2.Fill     = false;
     // Container child hboxDialogButtons.Gtk.Box+BoxChild
     this.buttonCancel              = new global::Gamma.GtkWidgets.yButton();
     this.buttonCancel.CanFocus     = true;
     this.buttonCancel.Name         = "buttonCancel";
     this.buttonCancel.UseUnderline = true;
     this.buttonCancel.Label        = global::Mono.Unix.Catalog.GetString("Отменить");
     global::Gtk.Image w3 = new global::Gtk.Image();
     w3.Pixbuf = global::Stetic.IconLoader.LoadIcon(this, "gtk-revert-to-saved", global::Gtk.IconSize.Menu);
     this.buttonCancel.Image = w3;
     this.hboxDialogButtons.Add(this.buttonCancel);
     global::Gtk.Box.BoxChild w4 = ((global::Gtk.Box.BoxChild)(this.hboxDialogButtons[this.buttonCancel]));
     w4.Position = 1;
     w4.Expand   = false;
     w4.Fill     = false;
     // Container child hboxDialogButtons.Gtk.Box+BoxChild
     this.buttonPrint              = new global::Gtk.Button();
     this.buttonPrint.CanFocus     = true;
     this.buttonPrint.Name         = "buttonPrint";
     this.buttonPrint.UseUnderline = true;
     this.buttonPrint.Label        = global::Mono.Unix.Catalog.GetString("Печать");
     global::Gtk.Image w5 = new global::Gtk.Image();
     w5.Pixbuf = global::Stetic.IconLoader.LoadIcon(this, "gtk-print", global::Gtk.IconSize.Menu);
     this.buttonPrint.Image = w5;
     this.hboxDialogButtons.Add(this.buttonPrint);
     global::Gtk.Box.BoxChild w6 = ((global::Gtk.Box.BoxChild)(this.hboxDialogButtons[this.buttonPrint]));
     w6.Position = 3;
     w6.Expand   = false;
     w6.Fill     = false;
     this.vboxDialog.Add(this.hboxDialogButtons);
     global::Gtk.Box.BoxChild w7 = ((global::Gtk.Box.BoxChild)(this.vboxDialog[this.hboxDialogButtons]));
     w7.Position = 0;
     w7.Expand   = false;
     w7.Fill     = false;
     // Container child vboxDialog.Gtk.Box+BoxChild
     this.tableState               = new global::Gtk.Table(((uint)(1)), ((uint)(6)), false);
     this.tableState.Name          = "tableState";
     this.tableState.RowSpacing    = ((uint)(6));
     this.tableState.ColumnSpacing = ((uint)(6));
     // Container child tableState.Gtk.Table+TableChild
     this.labelAuthor           = new global::Gtk.Label();
     this.labelAuthor.Name      = "labelAuthor";
     this.labelAuthor.Xalign    = 1F;
     this.labelAuthor.LabelProp = global::Mono.Unix.Catalog.GetString("Автор:");
     this.tableState.Add(this.labelAuthor);
     global::Gtk.Table.TableChild w8 = ((global::Gtk.Table.TableChild)(this.tableState[this.labelAuthor]));
     w8.LeftAttach  = ((uint)(2));
     w8.RightAttach = ((uint)(3));
     w8.XOptions    = ((global::Gtk.AttachOptions)(4));
     w8.YOptions    = ((global::Gtk.AttachOptions)(4));
     // Container child tableState.Gtk.Table+TableChild
     this.labelCreationDate           = new global::Gtk.Label();
     this.labelCreationDate.Name      = "labelCreationDate";
     this.labelCreationDate.Xalign    = 1F;
     this.labelCreationDate.LabelProp = global::Mono.Unix.Catalog.GetString("Дата создания:");
     this.tableState.Add(this.labelCreationDate);
     global::Gtk.Table.TableChild w9 = ((global::Gtk.Table.TableChild)(this.tableState[this.labelCreationDate]));
     w9.XOptions = ((global::Gtk.AttachOptions)(4));
     w9.YOptions = ((global::Gtk.AttachOptions)(4));
     // Container child tableState.Gtk.Table+TableChild
     this.labelStatus           = new global::Gtk.Label();
     this.labelStatus.Name      = "labelStatus";
     this.labelStatus.Xalign    = 1F;
     this.labelStatus.LabelProp = global::Mono.Unix.Catalog.GetString("Статус:");
     this.tableState.Add(this.labelStatus);
     global::Gtk.Table.TableChild w10 = ((global::Gtk.Table.TableChild)(this.tableState[this.labelStatus]));
     w10.LeftAttach  = ((uint)(4));
     w10.RightAttach = ((uint)(5));
     w10.XOptions    = ((global::Gtk.AttachOptions)(4));
     w10.YOptions    = ((global::Gtk.AttachOptions)(4));
     // Container child tableState.Gtk.Table+TableChild
     this.ylabelAuthor        = new global::Gamma.GtkWidgets.yLabel();
     this.ylabelAuthor.Name   = "ylabelAuthor";
     this.ylabelAuthor.Xalign = 0F;
     this.tableState.Add(this.ylabelAuthor);
     global::Gtk.Table.TableChild w11 = ((global::Gtk.Table.TableChild)(this.tableState[this.ylabelAuthor]));
     w11.LeftAttach  = ((uint)(3));
     w11.RightAttach = ((uint)(4));
     w11.XOptions    = ((global::Gtk.AttachOptions)(4));
     w11.YOptions    = ((global::Gtk.AttachOptions)(4));
     // Container child tableState.Gtk.Table+TableChild
     this.ylabelCreationDate        = new global::Gamma.GtkWidgets.yLabel();
     this.ylabelCreationDate.Name   = "ylabelCreationDate";
     this.ylabelCreationDate.Xalign = 0F;
     this.tableState.Add(this.ylabelCreationDate);
     global::Gtk.Table.TableChild w12 = ((global::Gtk.Table.TableChild)(this.tableState[this.ylabelCreationDate]));
     w12.LeftAttach  = ((uint)(1));
     w12.RightAttach = ((uint)(2));
     w12.XOptions    = ((global::Gtk.AttachOptions)(4));
     w12.YOptions    = ((global::Gtk.AttachOptions)(4));
     // Container child tableState.Gtk.Table+TableChild
     this.ylabelStatus        = new global::Gamma.GtkWidgets.yLabel();
     this.ylabelStatus.Name   = "ylabelStatus";
     this.ylabelStatus.Xalign = 0F;
     this.tableState.Add(this.ylabelStatus);
     global::Gtk.Table.TableChild w13 = ((global::Gtk.Table.TableChild)(this.tableState[this.ylabelStatus]));
     w13.LeftAttach  = ((uint)(5));
     w13.RightAttach = ((uint)(6));
     w13.XOptions    = ((global::Gtk.AttachOptions)(4));
     w13.YOptions    = ((global::Gtk.AttachOptions)(4));
     this.vboxDialog.Add(this.tableState);
     global::Gtk.Box.BoxChild w14 = ((global::Gtk.Box.BoxChild)(this.vboxDialog[this.tableState]));
     w14.Position = 1;
     w14.Expand   = false;
     w14.Fill     = false;
     // Container child vboxDialog.Gtk.Box+BoxChild
     this.hseparator2      = new global::Gtk.HSeparator();
     this.hseparator2.Name = "hseparator2";
     this.vboxDialog.Add(this.hseparator2);
     global::Gtk.Box.BoxChild w15 = ((global::Gtk.Box.BoxChild)(this.vboxDialog[this.hseparator2]));
     w15.Position = 2;
     w15.Expand   = false;
     w15.Fill     = false;
     // Container child vboxDialog.Gtk.Box+BoxChild
     this.hbox2         = new global::Gtk.HBox();
     this.hbox2.Name    = "hbox2";
     this.hbox2.Spacing = 6;
     // Container child hbox2.Gtk.Box+BoxChild
     this.labelDriver           = new global::Gtk.Label();
     this.labelDriver.Name      = "labelDriver";
     this.labelDriver.Xalign    = 1F;
     this.labelDriver.LabelProp = global::Mono.Unix.Catalog.GetString("Водитель:");
     this.hbox2.Add(this.labelDriver);
     global::Gtk.Box.BoxChild w16 = ((global::Gtk.Box.BoxChild)(this.hbox2[this.labelDriver]));
     w16.Position = 0;
     w16.Expand   = false;
     w16.Fill     = false;
     // Container child hbox2.Gtk.Box+BoxChild
     this.evmeDriver                  = new global::QS.Widgets.GtkUI.EntityViewModelEntry();
     this.evmeDriver.Events           = ((global::Gdk.EventMask)(256));
     this.evmeDriver.Name             = "evmeDriver";
     this.evmeDriver.CanEditReference = true;
     this.hbox2.Add(this.evmeDriver);
     global::Gtk.Box.BoxChild w17 = ((global::Gtk.Box.BoxChild)(this.hbox2[this.evmeDriver]));
     w17.Position = 1;
     // Container child hbox2.Gtk.Box+BoxChild
     this.labelCar           = new global::Gtk.Label();
     this.labelCar.Name      = "labelCar";
     this.labelCar.Xalign    = 1F;
     this.labelCar.LabelProp = global::Mono.Unix.Catalog.GetString("Автомобиль:");
     this.hbox2.Add(this.labelCar);
     global::Gtk.Box.BoxChild w18 = ((global::Gtk.Box.BoxChild)(this.hbox2[this.labelCar]));
     w18.Position = 2;
     w18.Expand   = false;
     w18.Fill     = false;
     // Container child hbox2.Gtk.Box+BoxChild
     this.entityviewmodelentryCar                  = new global::QS.Widgets.GtkUI.EntityViewModelEntry();
     this.entityviewmodelentryCar.Events           = ((global::Gdk.EventMask)(256));
     this.entityviewmodelentryCar.Name             = "entityviewmodelentryCar";
     this.entityviewmodelentryCar.CanEditReference = true;
     this.hbox2.Add(this.entityviewmodelentryCar);
     global::Gtk.Box.BoxChild w19 = ((global::Gtk.Box.BoxChild)(this.hbox2[this.entityviewmodelentryCar]));
     w19.Position = 3;
     this.vboxDialog.Add(this.hbox2);
     global::Gtk.Box.BoxChild w20 = ((global::Gtk.Box.BoxChild)(this.vboxDialog[this.hbox2]));
     w20.Position = 3;
     w20.Expand   = false;
     w20.Fill     = false;
     // Container child vboxDialog.Gtk.Box+BoxChild
     this.hboxTransferInfo         = new global::Gtk.HBox();
     this.hboxTransferInfo.Name    = "hboxTransferInfo";
     this.hboxTransferInfo.Spacing = 6;
     // Container child hboxTransferInfo.Gtk.Box+BoxChild
     this.tableFrom               = new global::Gtk.Table(((uint)(4)), ((uint)(3)), false);
     this.tableFrom.Name          = "tableFrom";
     this.tableFrom.RowSpacing    = ((uint)(6));
     this.tableFrom.ColumnSpacing = ((uint)(6));
     // Container child tableFrom.Gtk.Table+TableChild
     this.buttonSend              = new global::Gamma.GtkWidgets.yButton();
     this.buttonSend.CanFocus     = true;
     this.buttonSend.Name         = "buttonSend";
     this.buttonSend.UseUnderline = true;
     this.buttonSend.Label        = global::Mono.Unix.Catalog.GetString("Отправить");
     this.tableFrom.Add(this.buttonSend);
     global::Gtk.Table.TableChild w21 = ((global::Gtk.Table.TableChild)(this.tableFrom[this.buttonSend]));
     w21.TopAttach    = ((uint)(3));
     w21.BottomAttach = ((uint)(4));
     w21.LeftAttach   = ((uint)(2));
     w21.RightAttach  = ((uint)(3));
     w21.XOptions     = ((global::Gtk.AttachOptions)(4));
     w21.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child tableFrom.Gtk.Table+TableChild
     this.comboboxCashSubdivisionFrom                     = new global::Gamma.Widgets.ySpecComboBox();
     this.comboboxCashSubdivisionFrom.Name                = "comboboxCashSubdivisionFrom";
     this.comboboxCashSubdivisionFrom.AddIfNotExist       = false;
     this.comboboxCashSubdivisionFrom.DefaultFirst        = false;
     this.comboboxCashSubdivisionFrom.ShowSpecialStateAll = false;
     this.comboboxCashSubdivisionFrom.ShowSpecialStateNot = true;
     this.tableFrom.Add(this.comboboxCashSubdivisionFrom);
     global::Gtk.Table.TableChild w22 = ((global::Gtk.Table.TableChild)(this.tableFrom[this.comboboxCashSubdivisionFrom]));
     w22.LeftAttach  = ((uint)(1));
     w22.RightAttach = ((uint)(3));
     w22.YOptions    = ((global::Gtk.AttachOptions)(4));
     // Container child tableFrom.Gtk.Table+TableChild
     this.comboExpenseCategory                     = new global::Gamma.Widgets.ySpecComboBox();
     this.comboExpenseCategory.Name                = "comboExpenseCategory";
     this.comboExpenseCategory.AddIfNotExist       = false;
     this.comboExpenseCategory.DefaultFirst        = false;
     this.comboExpenseCategory.ShowSpecialStateAll = false;
     this.comboExpenseCategory.ShowSpecialStateNot = true;
     this.tableFrom.Add(this.comboExpenseCategory);
     global::Gtk.Table.TableChild w23 = ((global::Gtk.Table.TableChild)(this.tableFrom[this.comboExpenseCategory]));
     w23.TopAttach    = ((uint)(1));
     w23.BottomAttach = ((uint)(2));
     w23.LeftAttach   = ((uint)(1));
     w23.RightAttach  = ((uint)(3));
     w23.XOptions     = ((global::Gtk.AttachOptions)(4));
     w23.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child tableFrom.Gtk.Table+TableChild
     this.labelCashierSender           = new global::Gtk.Label();
     this.labelCashierSender.Name      = "labelCashierSender";
     this.labelCashierSender.Xalign    = 1F;
     this.labelCashierSender.LabelProp = global::Mono.Unix.Catalog.GetString("Отправил:");
     this.tableFrom.Add(this.labelCashierSender);
     global::Gtk.Table.TableChild w24 = ((global::Gtk.Table.TableChild)(this.tableFrom[this.labelCashierSender]));
     w24.TopAttach    = ((uint)(2));
     w24.BottomAttach = ((uint)(3));
     w24.XOptions     = ((global::Gtk.AttachOptions)(4));
     w24.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child tableFrom.Gtk.Table+TableChild
     this.labelCashSubdivisionFrom           = new global::Gtk.Label();
     this.labelCashSubdivisionFrom.Name      = "labelCashSubdivisionFrom";
     this.labelCashSubdivisionFrom.Xalign    = 1F;
     this.labelCashSubdivisionFrom.LabelProp = global::Mono.Unix.Catalog.GetString("Из кассы:");
     this.tableFrom.Add(this.labelCashSubdivisionFrom);
     global::Gtk.Table.TableChild w25 = ((global::Gtk.Table.TableChild)(this.tableFrom[this.labelCashSubdivisionFrom]));
     w25.XOptions = ((global::Gtk.AttachOptions)(4));
     w25.YOptions = ((global::Gtk.AttachOptions)(4));
     // Container child tableFrom.Gtk.Table+TableChild
     this.labelExpenseCategory           = new global::Gtk.Label();
     this.labelExpenseCategory.Name      = "labelExpenseCategory";
     this.labelExpenseCategory.Xalign    = 1F;
     this.labelExpenseCategory.LabelProp = global::Mono.Unix.Catalog.GetString("Статья расхода:");
     this.tableFrom.Add(this.labelExpenseCategory);
     global::Gtk.Table.TableChild w26 = ((global::Gtk.Table.TableChild)(this.tableFrom[this.labelExpenseCategory]));
     w26.TopAttach    = ((uint)(1));
     w26.BottomAttach = ((uint)(2));
     w26.XOptions     = ((global::Gtk.AttachOptions)(4));
     w26.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child tableFrom.Gtk.Table+TableChild
     this.labelSendDate           = new global::Gtk.Label();
     this.labelSendDate.Name      = "labelSendDate";
     this.labelSendDate.Xalign    = 1F;
     this.labelSendDate.LabelProp = global::Mono.Unix.Catalog.GetString("Время отправки:");
     this.tableFrom.Add(this.labelSendDate);
     global::Gtk.Table.TableChild w27 = ((global::Gtk.Table.TableChild)(this.tableFrom[this.labelSendDate]));
     w27.TopAttach    = ((uint)(3));
     w27.BottomAttach = ((uint)(4));
     w27.XOptions     = ((global::Gtk.AttachOptions)(4));
     w27.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child tableFrom.Gtk.Table+TableChild
     this.ylabelCashierSender        = new global::Gamma.GtkWidgets.yLabel();
     this.ylabelCashierSender.Name   = "ylabelCashierSender";
     this.ylabelCashierSender.Xalign = 0F;
     this.tableFrom.Add(this.ylabelCashierSender);
     global::Gtk.Table.TableChild w28 = ((global::Gtk.Table.TableChild)(this.tableFrom[this.ylabelCashierSender]));
     w28.TopAttach    = ((uint)(2));
     w28.BottomAttach = ((uint)(3));
     w28.LeftAttach   = ((uint)(1));
     w28.RightAttach  = ((uint)(3));
     w28.XOptions     = ((global::Gtk.AttachOptions)(4));
     w28.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child tableFrom.Gtk.Table+TableChild
     this.ylabelSendTime        = new global::Gamma.GtkWidgets.yLabel();
     this.ylabelSendTime.Name   = "ylabelSendTime";
     this.ylabelSendTime.Xalign = 0F;
     this.tableFrom.Add(this.ylabelSendTime);
     global::Gtk.Table.TableChild w29 = ((global::Gtk.Table.TableChild)(this.tableFrom[this.ylabelSendTime]));
     w29.TopAttach    = ((uint)(3));
     w29.BottomAttach = ((uint)(4));
     w29.LeftAttach   = ((uint)(1));
     w29.RightAttach  = ((uint)(2));
     w29.XOptions     = ((global::Gtk.AttachOptions)(4));
     w29.YOptions     = ((global::Gtk.AttachOptions)(4));
     this.hboxTransferInfo.Add(this.tableFrom);
     global::Gtk.Box.BoxChild w30 = ((global::Gtk.Box.BoxChild)(this.hboxTransferInfo[this.tableFrom]));
     w30.Position = 0;
     // Container child hboxTransferInfo.Gtk.Box+BoxChild
     this.tableTo               = new global::Gtk.Table(((uint)(4)), ((uint)(3)), false);
     this.tableTo.Name          = "tableTo";
     this.tableTo.RowSpacing    = ((uint)(6));
     this.tableTo.ColumnSpacing = ((uint)(6));
     // Container child tableTo.Gtk.Table+TableChild
     this.buttonReceive              = new global::Gamma.GtkWidgets.yButton();
     this.buttonReceive.CanFocus     = true;
     this.buttonReceive.Name         = "buttonReceive";
     this.buttonReceive.UseUnderline = true;
     this.buttonReceive.Label        = global::Mono.Unix.Catalog.GetString("Принять");
     this.tableTo.Add(this.buttonReceive);
     global::Gtk.Table.TableChild w31 = ((global::Gtk.Table.TableChild)(this.tableTo[this.buttonReceive]));
     w31.TopAttach    = ((uint)(3));
     w31.BottomAttach = ((uint)(4));
     w31.LeftAttach   = ((uint)(2));
     w31.RightAttach  = ((uint)(3));
     w31.XOptions     = ((global::Gtk.AttachOptions)(4));
     w31.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child tableTo.Gtk.Table+TableChild
     this.comboboxCashSubdivisionTo                     = new global::Gamma.Widgets.ySpecComboBox();
     this.comboboxCashSubdivisionTo.Name                = "comboboxCashSubdivisionTo";
     this.comboboxCashSubdivisionTo.AddIfNotExist       = false;
     this.comboboxCashSubdivisionTo.DefaultFirst        = false;
     this.comboboxCashSubdivisionTo.ShowSpecialStateAll = false;
     this.comboboxCashSubdivisionTo.ShowSpecialStateNot = true;
     this.tableTo.Add(this.comboboxCashSubdivisionTo);
     global::Gtk.Table.TableChild w32 = ((global::Gtk.Table.TableChild)(this.tableTo[this.comboboxCashSubdivisionTo]));
     w32.LeftAttach  = ((uint)(1));
     w32.RightAttach = ((uint)(3));
     w32.YOptions    = ((global::Gtk.AttachOptions)(4));
     // Container child tableTo.Gtk.Table+TableChild
     this.comboIncomeCategory                     = new global::Gamma.Widgets.ySpecComboBox();
     this.comboIncomeCategory.Name                = "comboIncomeCategory";
     this.comboIncomeCategory.AddIfNotExist       = false;
     this.comboIncomeCategory.DefaultFirst        = false;
     this.comboIncomeCategory.ShowSpecialStateAll = false;
     this.comboIncomeCategory.ShowSpecialStateNot = true;
     this.tableTo.Add(this.comboIncomeCategory);
     global::Gtk.Table.TableChild w33 = ((global::Gtk.Table.TableChild)(this.tableTo[this.comboIncomeCategory]));
     w33.TopAttach    = ((uint)(1));
     w33.BottomAttach = ((uint)(2));
     w33.LeftAttach   = ((uint)(1));
     w33.RightAttach  = ((uint)(3));
     w33.XOptions     = ((global::Gtk.AttachOptions)(4));
     w33.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child tableTo.Gtk.Table+TableChild
     this.labelCashierReceiver           = new global::Gtk.Label();
     this.labelCashierReceiver.Name      = "labelCashierReceiver";
     this.labelCashierReceiver.Xalign    = 1F;
     this.labelCashierReceiver.LabelProp = global::Mono.Unix.Catalog.GetString("Получил:");
     this.tableTo.Add(this.labelCashierReceiver);
     global::Gtk.Table.TableChild w34 = ((global::Gtk.Table.TableChild)(this.tableTo[this.labelCashierReceiver]));
     w34.TopAttach    = ((uint)(2));
     w34.BottomAttach = ((uint)(3));
     w34.XOptions     = ((global::Gtk.AttachOptions)(4));
     w34.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child tableTo.Gtk.Table+TableChild
     this.labelCashSubdivisionFrom1           = new global::Gtk.Label();
     this.labelCashSubdivisionFrom1.Name      = "labelCashSubdivisionFrom1";
     this.labelCashSubdivisionFrom1.Xalign    = 1F;
     this.labelCashSubdivisionFrom1.LabelProp = global::Mono.Unix.Catalog.GetString("В кассу:");
     this.tableTo.Add(this.labelCashSubdivisionFrom1);
     global::Gtk.Table.TableChild w35 = ((global::Gtk.Table.TableChild)(this.tableTo[this.labelCashSubdivisionFrom1]));
     w35.XOptions = ((global::Gtk.AttachOptions)(4));
     w35.YOptions = ((global::Gtk.AttachOptions)(4));
     // Container child tableTo.Gtk.Table+TableChild
     this.labelIncomeCategory           = new global::Gtk.Label();
     this.labelIncomeCategory.Name      = "labelIncomeCategory";
     this.labelIncomeCategory.Xalign    = 1F;
     this.labelIncomeCategory.LabelProp = global::Mono.Unix.Catalog.GetString("Статья прихода:");
     this.tableTo.Add(this.labelIncomeCategory);
     global::Gtk.Table.TableChild w36 = ((global::Gtk.Table.TableChild)(this.tableTo[this.labelIncomeCategory]));
     w36.TopAttach    = ((uint)(1));
     w36.BottomAttach = ((uint)(2));
     w36.XOptions     = ((global::Gtk.AttachOptions)(4));
     w36.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child tableTo.Gtk.Table+TableChild
     this.labelReceiveDate           = new global::Gtk.Label();
     this.labelReceiveDate.Name      = "labelReceiveDate";
     this.labelReceiveDate.Xalign    = 1F;
     this.labelReceiveDate.LabelProp = global::Mono.Unix.Catalog.GetString("Время получения:");
     this.tableTo.Add(this.labelReceiveDate);
     global::Gtk.Table.TableChild w37 = ((global::Gtk.Table.TableChild)(this.tableTo[this.labelReceiveDate]));
     w37.TopAttach    = ((uint)(3));
     w37.BottomAttach = ((uint)(4));
     w37.XOptions     = ((global::Gtk.AttachOptions)(4));
     w37.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child tableTo.Gtk.Table+TableChild
     this.ylabelCashierReceiver        = new global::Gamma.GtkWidgets.yLabel();
     this.ylabelCashierReceiver.Name   = "ylabelCashierReceiver";
     this.ylabelCashierReceiver.Xalign = 0F;
     this.tableTo.Add(this.ylabelCashierReceiver);
     global::Gtk.Table.TableChild w38 = ((global::Gtk.Table.TableChild)(this.tableTo[this.ylabelCashierReceiver]));
     w38.TopAttach    = ((uint)(2));
     w38.BottomAttach = ((uint)(3));
     w38.LeftAttach   = ((uint)(1));
     w38.RightAttach  = ((uint)(3));
     w38.XOptions     = ((global::Gtk.AttachOptions)(4));
     w38.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child tableTo.Gtk.Table+TableChild
     this.ylabelReceiveTime        = new global::Gamma.GtkWidgets.yLabel();
     this.ylabelReceiveTime.Name   = "ylabelReceiveTime";
     this.ylabelReceiveTime.Xalign = 0F;
     this.tableTo.Add(this.ylabelReceiveTime);
     global::Gtk.Table.TableChild w39 = ((global::Gtk.Table.TableChild)(this.tableTo[this.ylabelReceiveTime]));
     w39.TopAttach    = ((uint)(3));
     w39.BottomAttach = ((uint)(4));
     w39.LeftAttach   = ((uint)(1));
     w39.RightAttach  = ((uint)(2));
     w39.XOptions     = ((global::Gtk.AttachOptions)(4));
     w39.YOptions     = ((global::Gtk.AttachOptions)(4));
     this.hboxTransferInfo.Add(this.tableTo);
     global::Gtk.Box.BoxChild w40 = ((global::Gtk.Box.BoxChild)(this.hboxTransferInfo[this.tableTo]));
     w40.Position = 1;
     this.vboxDialog.Add(this.hboxTransferInfo);
     global::Gtk.Box.BoxChild w41 = ((global::Gtk.Box.BoxChild)(this.vboxDialog[this.hboxTransferInfo]));
     w41.Position = 4;
     w41.Expand   = false;
     w41.Fill     = false;
     // Container child vboxDialog.Gtk.Box+BoxChild
     this.hseparator1      = new global::Gtk.HSeparator();
     this.hseparator1.Name = "hseparator1";
     this.vboxDialog.Add(this.hseparator1);
     global::Gtk.Box.BoxChild w42 = ((global::Gtk.Box.BoxChild)(this.vboxDialog[this.hseparator1]));
     w42.Position = 5;
     w42.Expand   = false;
     w42.Fill     = false;
     // Container child vboxDialog.Gtk.Box+BoxChild
     this.hboxTransferItems         = new global::Gtk.HBox();
     this.hboxTransferItems.Name    = "hboxTransferItems";
     this.hboxTransferItems.Spacing = 6;
     // Container child hboxTransferItems.Gtk.Box+BoxChild
     this.vboxTransferIncomeItems         = new global::Gtk.VBox();
     this.vboxTransferIncomeItems.Name    = "vboxTransferIncomeItems";
     this.vboxTransferIncomeItems.Spacing = 6;
     // Container child vboxTransferIncomeItems.Gtk.Box+BoxChild
     this.labelIncomes           = new global::Gtk.Label();
     this.labelIncomes.Name      = "labelIncomes";
     this.labelIncomes.LabelProp = global::Mono.Unix.Catalog.GetString("Приходные ордера:");
     this.vboxTransferIncomeItems.Add(this.labelIncomes);
     global::Gtk.Box.BoxChild w43 = ((global::Gtk.Box.BoxChild)(this.vboxTransferIncomeItems[this.labelIncomes]));
     w43.Position = 0;
     w43.Expand   = false;
     w43.Fill     = false;
     // Container child vboxTransferIncomeItems.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.ytreeviewIncomes          = new global::Gamma.GtkWidgets.yTreeView();
     this.ytreeviewIncomes.CanFocus = true;
     this.ytreeviewIncomes.Name     = "ytreeviewIncomes";
     this.GtkScrolledWindow.Add(this.ytreeviewIncomes);
     this.vboxTransferIncomeItems.Add(this.GtkScrolledWindow);
     global::Gtk.Box.BoxChild w45 = ((global::Gtk.Box.BoxChild)(this.vboxTransferIncomeItems[this.GtkScrolledWindow]));
     w45.Position = 1;
     // Container child vboxTransferIncomeItems.Gtk.Box+BoxChild
     this.hboxIncomesButtons         = new global::Gtk.HBox();
     this.hboxIncomesButtons.Name    = "hboxIncomesButtons";
     this.hboxIncomesButtons.Spacing = 6;
     // Container child hboxIncomesButtons.Gtk.Box+BoxChild
     this.buttonAddIncomes              = new global::Gamma.GtkWidgets.yButton();
     this.buttonAddIncomes.CanFocus     = true;
     this.buttonAddIncomes.Name         = "buttonAddIncomes";
     this.buttonAddIncomes.UseUnderline = true;
     this.buttonAddIncomes.Label        = global::Mono.Unix.Catalog.GetString("Добавить приходные ордера");
     this.hboxIncomesButtons.Add(this.buttonAddIncomes);
     global::Gtk.Box.BoxChild w46 = ((global::Gtk.Box.BoxChild)(this.hboxIncomesButtons[this.buttonAddIncomes]));
     w46.Position = 0;
     w46.Expand   = false;
     w46.Fill     = false;
     // Container child hboxIncomesButtons.Gtk.Box+BoxChild
     this.buttonDeleteSelectedIncomes              = new global::Gamma.GtkWidgets.yButton();
     this.buttonDeleteSelectedIncomes.CanFocus     = true;
     this.buttonDeleteSelectedIncomes.Name         = "buttonDeleteSelectedIncomes";
     this.buttonDeleteSelectedIncomes.UseUnderline = true;
     this.buttonDeleteSelectedIncomes.Label        = global::Mono.Unix.Catalog.GetString("Удалить выбранные");
     this.hboxIncomesButtons.Add(this.buttonDeleteSelectedIncomes);
     global::Gtk.Box.BoxChild w47 = ((global::Gtk.Box.BoxChild)(this.hboxIncomesButtons[this.buttonDeleteSelectedIncomes]));
     w47.Position = 1;
     w47.Expand   = false;
     w47.Fill     = false;
     this.vboxTransferIncomeItems.Add(this.hboxIncomesButtons);
     global::Gtk.Box.BoxChild w48 = ((global::Gtk.Box.BoxChild)(this.vboxTransferIncomeItems[this.hboxIncomesButtons]));
     w48.Position = 2;
     w48.Expand   = false;
     w48.Fill     = false;
     // Container child vboxTransferIncomeItems.Gtk.Box+BoxChild
     this.hbox4         = new global::Gtk.HBox();
     this.hbox4.Name    = "hbox4";
     this.hbox4.Spacing = 6;
     // Container child hbox4.Gtk.Box+BoxChild
     this.labelIncomesSum           = new global::Gtk.Label();
     this.labelIncomesSum.Name      = "labelIncomesSum";
     this.labelIncomesSum.LabelProp = global::Mono.Unix.Catalog.GetString("Итого приходные ордера:");
     this.hbox4.Add(this.labelIncomesSum);
     global::Gtk.Box.BoxChild w49 = ((global::Gtk.Box.BoxChild)(this.hbox4[this.labelIncomesSum]));
     w49.Position = 0;
     w49.Expand   = false;
     w49.Fill     = false;
     // Container child hbox4.Gtk.Box+BoxChild
     this.ylabelIncomesSummary      = new global::Gamma.GtkWidgets.yLabel();
     this.ylabelIncomesSummary.Name = "ylabelIncomesSummary";
     this.hbox4.Add(this.ylabelIncomesSummary);
     global::Gtk.Box.BoxChild w50 = ((global::Gtk.Box.BoxChild)(this.hbox4[this.ylabelIncomesSummary]));
     w50.Position = 1;
     w50.Expand   = false;
     w50.Fill     = false;
     this.vboxTransferIncomeItems.Add(this.hbox4);
     global::Gtk.Box.BoxChild w51 = ((global::Gtk.Box.BoxChild)(this.vboxTransferIncomeItems[this.hbox4]));
     w51.Position = 3;
     w51.Expand   = false;
     w51.Fill     = false;
     this.hboxTransferItems.Add(this.vboxTransferIncomeItems);
     global::Gtk.Box.BoxChild w52 = ((global::Gtk.Box.BoxChild)(this.hboxTransferItems[this.vboxTransferIncomeItems]));
     w52.Position = 0;
     // Container child hboxTransferItems.Gtk.Box+BoxChild
     this.vboxTransferExpenseItems         = new global::Gtk.VBox();
     this.vboxTransferExpenseItems.Name    = "vboxTransferExpenseItems";
     this.vboxTransferExpenseItems.Spacing = 6;
     // Container child vboxTransferExpenseItems.Gtk.Box+BoxChild
     this.labelExpenses           = new global::Gtk.Label();
     this.labelExpenses.Name      = "labelExpenses";
     this.labelExpenses.LabelProp = global::Mono.Unix.Catalog.GetString("Расходные ордера:");
     this.vboxTransferExpenseItems.Add(this.labelExpenses);
     global::Gtk.Box.BoxChild w53 = ((global::Gtk.Box.BoxChild)(this.vboxTransferExpenseItems[this.labelExpenses]));
     w53.Position = 0;
     w53.Expand   = false;
     w53.Fill     = false;
     // Container child vboxTransferExpenseItems.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.ytreeviewExpenses          = new global::Gamma.GtkWidgets.yTreeView();
     this.ytreeviewExpenses.CanFocus = true;
     this.ytreeviewExpenses.Name     = "ytreeviewExpenses";
     this.GtkScrolledWindow1.Add(this.ytreeviewExpenses);
     this.vboxTransferExpenseItems.Add(this.GtkScrolledWindow1);
     global::Gtk.Box.BoxChild w55 = ((global::Gtk.Box.BoxChild)(this.vboxTransferExpenseItems[this.GtkScrolledWindow1]));
     w55.Position = 1;
     // Container child vboxTransferExpenseItems.Gtk.Box+BoxChild
     this.hboxExpenseButtons         = new global::Gtk.HBox();
     this.hboxExpenseButtons.Name    = "hboxExpenseButtons";
     this.hboxExpenseButtons.Spacing = 6;
     // Container child hboxExpenseButtons.Gtk.Box+BoxChild
     this.buttonAddExpenses              = new global::Gamma.GtkWidgets.yButton();
     this.buttonAddExpenses.CanFocus     = true;
     this.buttonAddExpenses.Name         = "buttonAddExpenses";
     this.buttonAddExpenses.UseUnderline = true;
     this.buttonAddExpenses.Label        = global::Mono.Unix.Catalog.GetString("Добавить расходные ордера");
     this.hboxExpenseButtons.Add(this.buttonAddExpenses);
     global::Gtk.Box.BoxChild w56 = ((global::Gtk.Box.BoxChild)(this.hboxExpenseButtons[this.buttonAddExpenses]));
     w56.Position = 0;
     w56.Expand   = false;
     w56.Fill     = false;
     // Container child hboxExpenseButtons.Gtk.Box+BoxChild
     this.buttonDeleteSelectedExpenses              = new global::Gamma.GtkWidgets.yButton();
     this.buttonDeleteSelectedExpenses.CanFocus     = true;
     this.buttonDeleteSelectedExpenses.Name         = "buttonDeleteSelectedExpenses";
     this.buttonDeleteSelectedExpenses.UseUnderline = true;
     this.buttonDeleteSelectedExpenses.Label        = global::Mono.Unix.Catalog.GetString("Удалить выбранные");
     this.hboxExpenseButtons.Add(this.buttonDeleteSelectedExpenses);
     global::Gtk.Box.BoxChild w57 = ((global::Gtk.Box.BoxChild)(this.hboxExpenseButtons[this.buttonDeleteSelectedExpenses]));
     w57.Position = 1;
     w57.Expand   = false;
     w57.Fill     = false;
     this.vboxTransferExpenseItems.Add(this.hboxExpenseButtons);
     global::Gtk.Box.BoxChild w58 = ((global::Gtk.Box.BoxChild)(this.vboxTransferExpenseItems[this.hboxExpenseButtons]));
     w58.Position = 2;
     w58.Expand   = false;
     w58.Fill     = false;
     // Container child vboxTransferExpenseItems.Gtk.Box+BoxChild
     this.hbox5         = new global::Gtk.HBox();
     this.hbox5.Name    = "hbox5";
     this.hbox5.Spacing = 6;
     // Container child hbox5.Gtk.Box+BoxChild
     this.labelExpensesSum           = new global::Gtk.Label();
     this.labelExpensesSum.Name      = "labelExpensesSum";
     this.labelExpensesSum.LabelProp = global::Mono.Unix.Catalog.GetString("Итого расходные ордера:");
     this.hbox5.Add(this.labelExpensesSum);
     global::Gtk.Box.BoxChild w59 = ((global::Gtk.Box.BoxChild)(this.hbox5[this.labelExpensesSum]));
     w59.Position = 0;
     w59.Expand   = false;
     w59.Fill     = false;
     // Container child hbox5.Gtk.Box+BoxChild
     this.ylabelExpensesSummary      = new global::Gamma.GtkWidgets.yLabel();
     this.ylabelExpensesSummary.Name = "ylabelExpensesSummary";
     this.hbox5.Add(this.ylabelExpensesSummary);
     global::Gtk.Box.BoxChild w60 = ((global::Gtk.Box.BoxChild)(this.hbox5[this.ylabelExpensesSummary]));
     w60.Position = 1;
     w60.Expand   = false;
     w60.Fill     = false;
     this.vboxTransferExpenseItems.Add(this.hbox5);
     global::Gtk.Box.BoxChild w61 = ((global::Gtk.Box.BoxChild)(this.vboxTransferExpenseItems[this.hbox5]));
     w61.Position = 3;
     w61.Expand   = false;
     w61.Fill     = false;
     this.hboxTransferItems.Add(this.vboxTransferExpenseItems);
     global::Gtk.Box.BoxChild w62 = ((global::Gtk.Box.BoxChild)(this.hboxTransferItems[this.vboxTransferExpenseItems]));
     w62.Position = 1;
     this.vboxDialog.Add(this.hboxTransferItems);
     global::Gtk.Box.BoxChild w63 = ((global::Gtk.Box.BoxChild)(this.vboxDialog[this.hboxTransferItems]));
     w63.Position = 6;
     // Container child vboxDialog.Gtk.Box+BoxChild
     this.hbox6         = new global::Gtk.HBox();
     this.hbox6.Name    = "hbox6";
     this.hbox6.Spacing = 6;
     // Container child hbox6.Gtk.Box+BoxChild
     this.labelSum           = new global::Gtk.Label();
     this.labelSum.Name      = "labelSum";
     this.labelSum.Xalign    = 1F;
     this.labelSum.LabelProp = global::Mono.Unix.Catalog.GetString("Итого к отправке:");
     this.hbox6.Add(this.labelSum);
     global::Gtk.Box.BoxChild w64 = ((global::Gtk.Box.BoxChild)(this.hbox6[this.labelSum]));
     w64.Position = 0;
     w64.Expand   = false;
     w64.Fill     = false;
     // Container child hbox6.Gtk.Box+BoxChild
     this.ylabelSum        = new global::Gamma.GtkWidgets.yLabel();
     this.ylabelSum.Name   = "ylabelSum";
     this.ylabelSum.Xalign = 0F;
     this.hbox6.Add(this.ylabelSum);
     global::Gtk.Box.BoxChild w65 = ((global::Gtk.Box.BoxChild)(this.hbox6[this.ylabelSum]));
     w65.Position = 1;
     w65.Expand   = false;
     w65.Fill     = false;
     this.vboxDialog.Add(this.hbox6);
     global::Gtk.Box.BoxChild w66 = ((global::Gtk.Box.BoxChild)(this.vboxDialog[this.hbox6]));
     w66.Position = 7;
     w66.Expand   = false;
     w66.Fill     = false;
     // Container child vboxDialog.Gtk.Box+BoxChild
     this.labelComment           = new global::Gtk.Label();
     this.labelComment.Name      = "labelComment";
     this.labelComment.Xalign    = 0F;
     this.labelComment.LabelProp = global::Mono.Unix.Catalog.GetString("Комментарий:");
     this.vboxDialog.Add(this.labelComment);
     global::Gtk.Box.BoxChild w67 = ((global::Gtk.Box.BoxChild)(this.vboxDialog[this.labelComment]));
     w67.Position = 8;
     w67.Expand   = false;
     w67.Fill     = false;
     // Container child vboxDialog.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.ytextviewComment          = new global::Gamma.GtkWidgets.yTextView();
     this.ytextviewComment.CanFocus = true;
     this.ytextviewComment.Name     = "ytextviewComment";
     this.GtkScrolledWindow2.Add(this.ytextviewComment);
     this.vboxDialog.Add(this.GtkScrolledWindow2);
     global::Gtk.Box.BoxChild w69 = ((global::Gtk.Box.BoxChild)(this.vboxDialog[this.GtkScrolledWindow2]));
     w69.Position = 9;
     this.Add(this.vboxDialog);
     if ((this.Child != null))
     {
         this.Child.ShowAll();
     }
     this.Hide();
     this.buttonSave.Clicked                   += new global::System.EventHandler(this.OnButtonSaveClicked);
     this.buttonCancel.Clicked                 += new global::System.EventHandler(this.OnButtonCancelClicked);
     this.buttonPrint.Clicked                  += new global::System.EventHandler(this.OnButtonPrintClicked);
     this.buttonSend.Clicked                   += new global::System.EventHandler(this.OnButtonSendClicked);
     this.buttonReceive.Clicked                += new global::System.EventHandler(this.OnButtonReceiveClicked);
     this.buttonAddIncomes.Clicked             += new global::System.EventHandler(this.OnButtonAddIncomesClicked);
     this.buttonDeleteSelectedIncomes.Clicked  += new global::System.EventHandler(this.OnButtonDeleteSelectedIncomesClicked);
     this.buttonAddExpenses.Clicked            += new global::System.EventHandler(this.OnButtonAddExpensesClicked);
     this.buttonDeleteSelectedExpenses.Clicked += new global::System.EventHandler(this.OnButtonDeleteSelectedExpensesClicked);
 }
コード例 #36
0
 protected virtual void Build()
 {
     global::Stetic.Gui.Initialize(this);
     // Widget MonoDevelop.Ide.Projects.OptionPanels.CustomCommandWidget
     global::Stetic.BinContainer.Attach(this);
     this.CanFocus = true;
     this.Events   = ((global::Gdk.EventMask)(16384));
     this.Name     = "MonoDevelop.Ide.Projects.OptionPanels.CustomCommandWidget";
     // Container child MonoDevelop.Ide.Projects.OptionPanels.CustomCommandWidget.Gtk.Container+ContainerChild
     this.vbox1          = new global::Gtk.VBox();
     this.vbox1.CanFocus = true;
     this.vbox1.Events   = ((global::Gdk.EventMask)(28672));
     this.vbox1.Name     = "vbox1";
     this.vbox1.Spacing  = 6;
     // Container child vbox1.Gtk.Box+BoxChild
     this.hseparator2      = new global::Gtk.HSeparator();
     this.hseparator2.Name = "hseparator2";
     this.vbox1.Add(this.hseparator2);
     global::Gtk.Box.BoxChild w1 = ((global::Gtk.Box.BoxChild)(this.vbox1 [this.hseparator2]));
     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.comboType = global::Gtk.ComboBox.NewText();
     this.comboType.AppendText(global::MonoDevelop.Core.GettextCatalog.GetString("(Select a project operation)"));
     this.comboType.AppendText(global::MonoDevelop.Core.GettextCatalog.GetString("Before Build"));
     this.comboType.AppendText(global::MonoDevelop.Core.GettextCatalog.GetString("Build"));
     this.comboType.AppendText(global::MonoDevelop.Core.GettextCatalog.GetString("After Build"));
     this.comboType.AppendText(global::MonoDevelop.Core.GettextCatalog.GetString("Before Execute"));
     this.comboType.AppendText(global::MonoDevelop.Core.GettextCatalog.GetString("Execute"));
     this.comboType.AppendText(global::MonoDevelop.Core.GettextCatalog.GetString("After Execute"));
     this.comboType.AppendText(global::MonoDevelop.Core.GettextCatalog.GetString("Before Clean"));
     this.comboType.AppendText(global::MonoDevelop.Core.GettextCatalog.GetString("Clean"));
     this.comboType.AppendText(global::MonoDevelop.Core.GettextCatalog.GetString("After Clean"));
     this.comboType.AppendText(global::MonoDevelop.Core.GettextCatalog.GetString("Custom Command"));
     this.comboType.CanFocus = true;
     this.comboType.Name     = "comboType";
     this.comboType.Active   = 0;
     this.hbox1.Add(this.comboType);
     global::Gtk.Box.BoxChild w2 = ((global::Gtk.Box.BoxChild)(this.hbox1 [this.comboType]));
     w2.Position = 0;
     w2.Expand   = false;
     w2.Fill     = false;
     // Container child hbox1.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.hbox1.Add(this.buttonRemove);
     global::Gtk.Box.BoxChild w3 = ((global::Gtk.Box.BoxChild)(this.hbox1 [this.buttonRemove]));
     w3.PackType = ((global::Gtk.PackType)(1));
     w3.Position = 1;
     w3.Expand   = false;
     w3.Fill     = false;
     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;
     // Container child vbox1.Gtk.Box+BoxChild
     this.tableData               = new global::Gtk.Table(((uint)(3)), ((uint)(3)), false);
     this.tableData.Name          = "tableData";
     this.tableData.RowSpacing    = ((uint)(6));
     this.tableData.ColumnSpacing = ((uint)(6));
     // Container child tableData.Gtk.Table+TableChild
     this.entryCommand               = new global::Gtk.Entry();
     this.entryCommand.CanFocus      = true;
     this.entryCommand.Name          = "entryCommand";
     this.entryCommand.IsEditable    = true;
     this.entryCommand.InvisibleChar = '●';
     this.tableData.Add(this.entryCommand);
     global::Gtk.Table.TableChild w5 = ((global::Gtk.Table.TableChild)(this.tableData [this.entryCommand]));
     w5.TopAttach    = ((uint)(1));
     w5.BottomAttach = ((uint)(2));
     w5.LeftAttach   = ((uint)(1));
     w5.RightAttach  = ((uint)(2));
     w5.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child tableData.Gtk.Table+TableChild
     this.entryName               = new global::Gtk.Entry();
     this.entryName.CanFocus      = true;
     this.entryName.Name          = "entryName";
     this.entryName.IsEditable    = true;
     this.entryName.InvisibleChar = '●';
     this.tableData.Add(this.entryName);
     global::Gtk.Table.TableChild w6 = ((global::Gtk.Table.TableChild)(this.tableData [this.entryName]));
     w6.LeftAttach  = ((uint)(1));
     w6.RightAttach = ((uint)(2));
     w6.YOptions    = ((global::Gtk.AttachOptions)(4));
     // Container child tableData.Gtk.Table+TableChild
     this.hbox2         = new global::Gtk.HBox();
     this.hbox2.Name    = "hbox2";
     this.hbox2.Spacing = 6;
     // Container child hbox2.Gtk.Box+BoxChild
     this.tagSelectorDirectory        = new global::MonoDevelop.Ide.Gui.Components.StringTagSelectorButton();
     this.tagSelectorDirectory.Events = ((global::Gdk.EventMask)(256));
     this.tagSelectorDirectory.Name   = "tagSelectorDirectory";
     this.hbox2.Add(this.tagSelectorDirectory);
     global::Gtk.Box.BoxChild w7 = ((global::Gtk.Box.BoxChild)(this.hbox2 [this.tagSelectorDirectory]));
     w7.Position = 0;
     w7.Expand   = false;
     w7.Fill     = false;
     this.tableData.Add(this.hbox2);
     global::Gtk.Table.TableChild w8 = ((global::Gtk.Table.TableChild)(this.tableData [this.hbox2]));
     w8.TopAttach    = ((uint)(2));
     w8.BottomAttach = ((uint)(3));
     w8.LeftAttach   = ((uint)(2));
     w8.RightAttach  = ((uint)(3));
     w8.XOptions     = ((global::Gtk.AttachOptions)(4));
     w8.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child tableData.Gtk.Table+TableChild
     this.hbox3         = new global::Gtk.HBox();
     this.hbox3.Name    = "hbox3";
     this.hbox3.Spacing = 6;
     // Container child hbox3.Gtk.Box+BoxChild
     this.buttonBrowse              = new global::Gtk.Button();
     this.buttonBrowse.CanFocus     = true;
     this.buttonBrowse.Name         = "buttonBrowse";
     this.buttonBrowse.UseUnderline = true;
     this.buttonBrowse.Label        = global::MonoDevelop.Core.GettextCatalog.GetString("Browse...");
     this.hbox3.Add(this.buttonBrowse);
     global::Gtk.Box.BoxChild w9 = ((global::Gtk.Box.BoxChild)(this.hbox3 [this.buttonBrowse]));
     w9.Position = 0;
     w9.Expand   = false;
     w9.Fill     = false;
     // Container child hbox3.Gtk.Box+BoxChild
     this.tagSelectorCommand        = new global::MonoDevelop.Ide.Gui.Components.StringTagSelectorButton();
     this.tagSelectorCommand.Events = ((global::Gdk.EventMask)(256));
     this.tagSelectorCommand.Name   = "tagSelectorCommand";
     this.hbox3.Add(this.tagSelectorCommand);
     global::Gtk.Box.BoxChild w10 = ((global::Gtk.Box.BoxChild)(this.hbox3 [this.tagSelectorCommand]));
     w10.Position = 1;
     w10.Expand   = false;
     w10.Fill     = false;
     this.tableData.Add(this.hbox3);
     global::Gtk.Table.TableChild w11 = ((global::Gtk.Table.TableChild)(this.tableData [this.hbox3]));
     w11.TopAttach    = ((uint)(1));
     w11.BottomAttach = ((uint)(2));
     w11.LeftAttach   = ((uint)(2));
     w11.RightAttach  = ((uint)(3));
     w11.XOptions     = ((global::Gtk.AttachOptions)(4));
     w11.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child tableData.Gtk.Table+TableChild
     this.label1           = new global::Gtk.Label();
     this.label1.Name      = "label1";
     this.label1.Xalign    = 0F;
     this.label1.LabelProp = global::MonoDevelop.Core.GettextCatalog.GetString("Working Directory:");
     this.tableData.Add(this.label1);
     global::Gtk.Table.TableChild w12 = ((global::Gtk.Table.TableChild)(this.tableData [this.label1]));
     w12.TopAttach    = ((uint)(2));
     w12.BottomAttach = ((uint)(3));
     w12.XOptions     = ((global::Gtk.AttachOptions)(4));
     w12.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child tableData.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("Command:");
     this.tableData.Add(this.label3);
     global::Gtk.Table.TableChild w13 = ((global::Gtk.Table.TableChild)(this.tableData [this.label3]));
     w13.TopAttach    = ((uint)(1));
     w13.BottomAttach = ((uint)(2));
     w13.XOptions     = ((global::Gtk.AttachOptions)(4));
     w13.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child tableData.Gtk.Table+TableChild
     this.labelName           = new global::Gtk.Label();
     this.labelName.Name      = "labelName";
     this.labelName.Xalign    = 0F;
     this.labelName.LabelProp = global::MonoDevelop.Core.GettextCatalog.GetString("Name:");
     this.tableData.Add(this.labelName);
     global::Gtk.Table.TableChild w14 = ((global::Gtk.Table.TableChild)(this.tableData [this.labelName]));
     w14.XOptions = ((global::Gtk.AttachOptions)(4));
     w14.YOptions = ((global::Gtk.AttachOptions)(4));
     // Container child tableData.Gtk.Table+TableChild
     this.workingdirEntry               = new global::Gtk.Entry();
     this.workingdirEntry.CanFocus      = true;
     this.workingdirEntry.Name          = "workingdirEntry";
     this.workingdirEntry.IsEditable    = true;
     this.workingdirEntry.InvisibleChar = '●';
     this.tableData.Add(this.workingdirEntry);
     global::Gtk.Table.TableChild w15 = ((global::Gtk.Table.TableChild)(this.tableData [this.workingdirEntry]));
     w15.TopAttach    = ((uint)(2));
     w15.BottomAttach = ((uint)(3));
     w15.LeftAttach   = ((uint)(1));
     w15.RightAttach  = ((uint)(2));
     w15.YOptions     = ((global::Gtk.AttachOptions)(4));
     this.vbox1.Add(this.tableData);
     global::Gtk.Box.BoxChild w16 = ((global::Gtk.Box.BoxChild)(this.vbox1 [this.tableData]));
     w16.Position = 2;
     w16.Expand   = false;
     w16.Fill     = false;
     // Container child vbox1.Gtk.Box+BoxChild
     this.boxData         = new global::Gtk.HBox();
     this.boxData.Name    = "boxData";
     this.boxData.Spacing = 6;
     // Container child boxData.Gtk.Box+BoxChild
     this.checkExternalCons               = new global::Gtk.CheckButton();
     this.checkExternalCons.CanFocus      = true;
     this.checkExternalCons.Name          = "checkExternalCons";
     this.checkExternalCons.Label         = global::MonoDevelop.Core.GettextCatalog.GetString("Run on e_xternal console");
     this.checkExternalCons.DrawIndicator = true;
     this.checkExternalCons.UseUnderline  = true;
     this.boxData.Add(this.checkExternalCons);
     global::Gtk.Box.BoxChild w17 = ((global::Gtk.Box.BoxChild)(this.boxData [this.checkExternalCons]));
     w17.Position = 0;
     w17.Expand   = false;
     w17.Fill     = false;
     // Container child boxData.Gtk.Box+BoxChild
     this.checkPauseCons               = new global::Gtk.CheckButton();
     this.checkPauseCons.CanFocus      = true;
     this.checkPauseCons.Name          = "checkPauseCons";
     this.checkPauseCons.Label         = global::MonoDevelop.Core.GettextCatalog.GetString("Pause _console output");
     this.checkPauseCons.DrawIndicator = true;
     this.checkPauseCons.UseUnderline  = true;
     this.boxData.Add(this.checkPauseCons);
     global::Gtk.Box.BoxChild w18 = ((global::Gtk.Box.BoxChild)(this.boxData [this.checkPauseCons]));
     w18.Position = 1;
     w18.Expand   = false;
     w18.Fill     = false;
     this.vbox1.Add(this.boxData);
     global::Gtk.Box.BoxChild w19 = ((global::Gtk.Box.BoxChild)(this.vbox1 [this.boxData]));
     w19.Position = 3;
     w19.Expand   = false;
     w19.Fill     = false;
     this.Add(this.vbox1);
     if ((this.Child != null))
     {
         this.Child.ShowAll();
     }
     this.Show();
     this.comboType.Changed         += new global::System.EventHandler(this.OnComboTypeChanged);
     this.buttonRemove.Clicked      += new global::System.EventHandler(this.OnButtonRemoveClicked);
     this.workingdirEntry.Changed   += new global::System.EventHandler(this.OnWorkingdirEntryChanged);
     this.buttonBrowse.Clicked      += new global::System.EventHandler(this.OnButtonBrowseClicked);
     this.entryName.Changed         += new global::System.EventHandler(this.OnEntryNameChanged);
     this.entryCommand.Changed      += new global::System.EventHandler(this.OnEntryCommandChanged);
     this.checkExternalCons.Clicked += new global::System.EventHandler(this.OnCheckExternalConsClicked);
     this.checkPauseCons.Clicked    += new global::System.EventHandler(this.OnCheckPauseConsClicked);
 }
コード例 #37
0
 protected virtual void Build()
 {
     global::Stetic.Gui.Initialize (this);
     // Widget YahtzeeSharp.frmAbout
     this.WidthRequest = 450;
     this.HeightRequest = 300;
     this.Events = ((global::Gdk.EventMask)(256));
     this.Name = "YahtzeeSharp.frmAbout";
     this.Title = global::Mono.Unix.Catalog.GetString ("About Yahtzee Sharp");
     this.Icon = global::Gdk.Pixbuf.LoadFromResource ("YSlogo.png");
     this.WindowPosition = ((global::Gtk.WindowPosition)(4));
     this.Modal = true;
     this.BorderWidth = ((uint)(2));
     this.Resizable = false;
     this.AllowGrow = false;
     this.DefaultWidth = 450;
     this.DefaultHeight = 300;
     this.DestroyWithParent = true;
     this.SkipPagerHint = true;
     this.SkipTaskbarHint = true;
     // Internal child YahtzeeSharp.frmAbout.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.hbox2 = new global::Gtk.HBox ();
     this.hbox2.Name = "hbox2";
     // Container child hbox2.Gtk.Box+BoxChild
     this.vbox4 = new global::Gtk.VBox ();
     this.vbox4.Name = "vbox4";
     // Container child vbox4.Gtk.Box+BoxChild
     this.image3 = new global::Gtk.Image ();
     this.image3.Name = "image3";
     this.image3.Pixbuf = global::Gdk.Pixbuf.LoadFromResource ("YSlogo.png");
     this.vbox4.Add (this.image3);
     global::Gtk.Box.BoxChild w2 = ((global::Gtk.Box.BoxChild)(this.vbox4[this.image3]));
     w2.Position = 0;
     w2.Expand = false;
     w2.Fill = false;
     w2.Padding = ((uint)(13));
     // Container child vbox4.Gtk.Box+BoxChild
     this.btnChangeLog = new global::Gtk.Button ();
     this.btnChangeLog.HeightRequest = 26;
     this.btnChangeLog.CanFocus = true;
     this.btnChangeLog.Name = "btnChangeLog";
     this.btnChangeLog.UseUnderline = true;
     this.btnChangeLog.Label = global::Mono.Unix.Catalog.GetString ("Change Log");
     this.vbox4.Add (this.btnChangeLog);
     global::Gtk.Box.BoxChild w3 = ((global::Gtk.Box.BoxChild)(this.vbox4[this.btnChangeLog]));
     w3.Position = 1;
     w3.Expand = false;
     w3.Fill = false;
     // Container child vbox4.Gtk.Box+BoxChild
     this.btnKnownIssues = new global::Gtk.Button ();
     this.btnKnownIssues.HeightRequest = 26;
     this.btnKnownIssues.CanFocus = true;
     this.btnKnownIssues.Name = "btnKnownIssues";
     this.btnKnownIssues.UseUnderline = true;
     this.btnKnownIssues.Label = global::Mono.Unix.Catalog.GetString ("Known Issues");
     this.vbox4.Add (this.btnKnownIssues);
     global::Gtk.Box.BoxChild w4 = ((global::Gtk.Box.BoxChild)(this.vbox4[this.btnKnownIssues]));
     w4.Position = 2;
     w4.Expand = false;
     w4.Fill = false;
     w4.Padding = ((uint)(5));
     // Container child vbox4.Gtk.Box+BoxChild
     this.btnLicenceText = new global::Gtk.Button ();
     this.btnLicenceText.HeightRequest = 26;
     this.btnLicenceText.CanFocus = true;
     this.btnLicenceText.Name = "btnLicenceText";
     this.btnLicenceText.UseUnderline = true;
     this.btnLicenceText.Label = global::Mono.Unix.Catalog.GetString ("  GPL Licence Text  ");
     this.vbox4.Add (this.btnLicenceText);
     global::Gtk.Box.BoxChild w5 = ((global::Gtk.Box.BoxChild)(this.vbox4[this.btnLicenceText]));
     w5.Position = 3;
     w5.Expand = false;
     w5.Fill = false;
     this.hbox2.Add (this.vbox4);
     global::Gtk.Box.BoxChild w6 = ((global::Gtk.Box.BoxChild)(this.hbox2[this.vbox4]));
     w6.Position = 0;
     w6.Expand = false;
     w6.Fill = false;
     // Container child hbox2.Gtk.Box+BoxChild
     this.vbox5 = new global::Gtk.VBox ();
     this.vbox5.Name = "vbox5";
     this.vbox5.BorderWidth = ((uint)(9));
     // Container child vbox5.Gtk.Box+BoxChild
     this.label4 = new global::Gtk.Label ();
     this.label4.Name = "label4";
     this.label4.Ypad = 3;
     this.label4.LabelProp = "Yahtzee Sharp - Mono";
     this.vbox5.Add (this.label4);
     global::Gtk.Box.BoxChild w7 = ((global::Gtk.Box.BoxChild)(this.vbox5[this.label4]));
     w7.Position = 0;
     w7.Expand = false;
     w7.Fill = false;
     // Container child vbox5.Gtk.Box+BoxChild
     this.lblVersion = new global::Gtk.Label ();
     this.lblVersion.Name = "lblVersion";
     this.lblVersion.Ypad = 3;
     this.lblVersion.LabelProp = "Version: 0.1.0- Beta";
     this.vbox5.Add (this.lblVersion);
     global::Gtk.Box.BoxChild w8 = ((global::Gtk.Box.BoxChild)(this.vbox5[this.lblVersion]));
     w8.Position = 1;
     w8.Expand = false;
     w8.Fill = false;
     // Container child vbox5.Gtk.Box+BoxChild
     this.label6 = new global::Gtk.Label ();
     this.label6.Name = "label6";
     this.label6.Ypad = 3;
     this.label6.LabelProp = "License: GPL";
     this.vbox5.Add (this.label6);
     global::Gtk.Box.BoxChild w9 = ((global::Gtk.Box.BoxChild)(this.vbox5[this.label6]));
     w9.Position = 2;
     w9.Expand = false;
     w9.Fill = false;
     // Container child vbox5.Gtk.Box+BoxChild
     this.label3 = new global::Gtk.Label ();
     this.label3.Name = "label3";
     this.label3.Ypad = 3;
     this.label3.LabelProp = "  Yarrith Devos";
     this.vbox5.Add (this.label3);
     global::Gtk.Box.BoxChild w10 = ((global::Gtk.Box.BoxChild)(this.vbox5[this.label3]));
     w10.Position = 3;
     w10.Expand = false;
     w10.Fill = false;
     // Container child vbox5.Gtk.Box+BoxChild
     this.hseparator1 = new global::Gtk.HSeparator ();
     this.hseparator1.WidthRequest = 250;
     this.hseparator1.HeightRequest = 10;
     this.hseparator1.Name = "hseparator1";
     this.vbox5.Add (this.hseparator1);
     global::Gtk.Box.BoxChild w11 = ((global::Gtk.Box.BoxChild)(this.vbox5[this.hseparator1]));
     w11.Position = 4;
     w11.Expand = false;
     w11.Fill = false;
     // Container child vbox5.Gtk.Box+BoxChild
     this.frame1 = new global::Gtk.Frame ();
     this.frame1.Name = "frame1";
     this.frame1.ShadowType = ((global::Gtk.ShadowType)(0));
     this.frame1.BorderWidth = ((uint)(2));
     // Container child frame1.Gtk.Container+ContainerChild
     this.textview1 = new global::Gtk.TextView ();
     this.textview1.Buffer.Text = "\nAn open source Yahtzee game written in C#\n\nIntended to be laid out exactly like the game we all used to play around the kitchen table.\n\n";
     this.textview1.Sensitive = false;
     this.textview1.CanFocus = true;
     this.textview1.Name = "textview1";
     this.textview1.Editable = false;
     this.textview1.AcceptsTab = false;
     this.textview1.WrapMode = ((global::Gtk.WrapMode)(2));
     this.textview1.PixelsAboveLines = 3;
     this.frame1.Add (this.textview1);
     this.vbox5.Add (this.frame1);
     global::Gtk.Box.BoxChild w13 = ((global::Gtk.Box.BoxChild)(this.vbox5[this.frame1]));
     w13.Position = 5;
     this.hbox2.Add (this.vbox5);
     global::Gtk.Box.BoxChild w14 = ((global::Gtk.Box.BoxChild)(this.hbox2[this.vbox5]));
     w14.Position = 1;
     w1.Add (this.hbox2);
     global::Gtk.Box.BoxChild w15 = ((global::Gtk.Box.BoxChild)(w1[this.hbox2]));
     w15.Position = 0;
     w15.Expand = false;
     w15.Fill = false;
     // Internal child YahtzeeSharp.frmAbout.ActionArea
     global::Gtk.HButtonBox w16 = this.ActionArea;
     w16.Events = ((global::Gdk.EventMask)(256));
     w16.Name = "YahtzeeSharp.frmAbout_ActionArea";
     w16.Spacing = 10;
     w16.BorderWidth = ((uint)(5));
     w16.LayoutStyle = ((global::Gtk.ButtonBoxStyle)(1));
     // Container child YahtzeeSharp.frmAbout_ActionArea.Gtk.ButtonBox+ButtonBoxChild
     this.btnOk = new global::Gtk.Button ();
     this.btnOk.HeightRequest = 31;
     this.btnOk.CanDefault = true;
     this.btnOk.CanFocus = true;
     this.btnOk.Name = "btnOk";
     this.btnOk.Label = global::Mono.Unix.Catalog.GetString (" Ok ");
     this.AddActionWidget (this.btnOk, 0);
     global::Gtk.ButtonBox.ButtonBoxChild w17 = ((global::Gtk.ButtonBox.ButtonBoxChild)(w16[this.btnOk]));
     w17.Expand = false;
     w17.Fill = false;
     if ((this.Child != null)) {
         this.Child.ShowAll ();
     }
     this.Show ();
     this.btnChangeLog.Clicked += new global::System.EventHandler (this.OnBtnChangeLogClicked);
     this.btnKnownIssues.Clicked += new global::System.EventHandler (this.OnBtnKnownIssuesClicked);
     this.btnLicenceText.Clicked += new global::System.EventHandler (this.OnBtnLicenceTextClicked);
     this.btnOk.Clicked += new global::System.EventHandler (this.OnBtnOkClicked);
 }
コード例 #38
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", "File", null, null);
     this.FileAction.ShortLabel = "File";
     w1.Add(this.FileAction, null);
     this.LoadScoreCardAction            = new global::Gtk.Action("LoadScoreCardAction", "Load ScoreCard", null, null);
     this.LoadScoreCardAction.ShortLabel = "Load ScoreCard";
     w1.Add(this.LoadScoreCardAction, null);
     this.SaveScoreCardAction            = new global::Gtk.Action("SaveScoreCardAction", "Save ScoreCard", null, null);
     this.SaveScoreCardAction.Sensitive  = false;
     this.SaveScoreCardAction.ShortLabel = "Save ScoreCard";
     w1.Add(this.SaveScoreCardAction, null);
     this.ExitAction            = new global::Gtk.Action("ExitAction", "Exit", null, null);
     this.ExitAction.ShortLabel = "Exit";
     w1.Add(this.ExitAction, null);
     this.HelpAction            = new global::Gtk.Action("HelpAction", "Help", null, null);
     this.HelpAction.ShortLabel = "Help";
     w1.Add(this.HelpAction, null);
     this.AboutAction            = new global::Gtk.Action("AboutAction", "About", null, null);
     this.AboutAction.ShortLabel = "About";
     w1.Add(this.AboutAction, null);
     this.NewScoreCardAction            = new global::Gtk.Action("NewScoreCardAction", "New ScoreCard", null, null);
     this.NewScoreCardAction.ShortLabel = "New ScoreCard";
     w1.Add(this.NewScoreCardAction, "<Primary>n");
     this.DeleteScoreCardAction            = new global::Gtk.Action("DeleteScoreCardAction", "Delete ScoreCard", null, null);
     this.DeleteScoreCardAction.ShortLabel = "Delete ScoreCard";
     this.DeleteScoreCardAction.Visible    = false;
     w1.Add(this.DeleteScoreCardAction, null);
     this.UIManager.InsertActionGroup(w1, 0);
     this.AddAccelGroup(this.UIManager.AccelGroup);
     this.WidthRequest   = 455;
     this.Name           = "MainWindow";
     this.Title          = "Combat Sports ScoreCard Keeper";
     this.WindowPosition = ((global::Gtk.WindowPosition)(4));
     this.BorderWidth    = ((uint)(6));
     this.AllowShrink    = true;
     // Container child MainWindow.Gtk.Container+ContainerChild
     this.vbox1             = new global::Gtk.VBox();
     this.vbox1.Name        = "vbox1";
     this.vbox1.Spacing     = 6;
     this.vbox1.BorderWidth = ((uint)(3));
     // Container child vbox1.Gtk.Box+BoxChild
     this.hboxMenu         = new global::Gtk.HBox();
     this.hboxMenu.Name    = "hboxMenu";
     this.hboxMenu.Spacing = 6;
     // Container child hboxMenu.Gtk.Box+BoxChild
     this.UIManager.AddUiFromString(@"<ui><menubar name='menubar'><menu name='FileAction' action='FileAction'><menuitem name='NewScoreCardAction' action='NewScoreCardAction'/><menuitem name='DeleteScoreCardAction' action='DeleteScoreCardAction'/><menuitem name='LoadScoreCardAction' action='LoadScoreCardAction'/><menuitem name='SaveScoreCardAction' action='SaveScoreCardAction'/><menuitem name='ExitAction' action='ExitAction'/></menu><menu name='HelpAction' action='HelpAction'><menuitem name='AboutAction' action='AboutAction'/></menu></menubar></ui>");
     this.menubar      = ((global::Gtk.MenuBar)(this.UIManager.GetWidget("/menubar")));
     this.menubar.Name = "menubar";
     this.hboxMenu.Add(this.menubar);
     global::Gtk.Box.BoxChild w2 = ((global::Gtk.Box.BoxChild)(this.hboxMenu[this.menubar]));
     w2.Position = 0;
     w2.Expand   = false;
     w2.Fill     = false;
     w2.Padding  = ((uint)(5));
     this.vbox1.Add(this.hboxMenu);
     global::Gtk.Box.BoxChild w3 = ((global::Gtk.Box.BoxChild)(this.vbox1[this.hboxMenu]));
     w3.Position = 0;
     w3.Expand   = false;
     w3.Fill     = false;
     // Container child vbox1.Gtk.Box+BoxChild
     this.hseparator1      = new global::Gtk.HSeparator();
     this.hseparator1.Name = "hseparator1";
     this.vbox1.Add(this.hseparator1);
     global::Gtk.Box.BoxChild w4 = ((global::Gtk.Box.BoxChild)(this.vbox1[this.hseparator1]));
     w4.Position = 1;
     w4.Expand   = false;
     w4.Fill     = false;
     // Container child vbox1.Gtk.Box+BoxChild
     this.hboxFightDateHeader         = new global::Gtk.HBox();
     this.hboxFightDateHeader.Name    = "hboxFightDateHeader";
     this.hboxFightDateHeader.Spacing = 6;
     // Container child hboxFightDateHeader.Gtk.Box+BoxChild
     this.lblFighter1Name              = new global::Gtk.Label();
     this.lblFighter1Name.Name         = "lblFighter1Name";
     this.lblFighter1Name.LabelProp    = "Fighter 1";
     this.lblFighter1Name.UseMarkup    = true;
     this.lblFighter1Name.UseUnderline = true;
     this.hboxFightDateHeader.Add(this.lblFighter1Name);
     global::Gtk.Box.BoxChild w5 = ((global::Gtk.Box.BoxChild)(this.hboxFightDateHeader[this.lblFighter1Name]));
     w5.Position = 0;
     // Container child hboxFightDateHeader.Gtk.Box+BoxChild
     this.frameDate      = new global::Gtk.Frame();
     this.frameDate.Name = "frameDate";
     // Container child frameDate.Gtk.Container+ContainerChild
     this.GtkAlignmentDate             = new global::Gtk.Alignment(0F, 0F, 1F, 1F);
     this.GtkAlignmentDate.Name        = "GtkAlignmentDate";
     this.GtkAlignmentDate.LeftPadding = ((uint)(12));
     // Container child GtkAlignmentDate.Gtk.Container+ContainerChild
     this.labelDate           = new global::Gtk.Label();
     this.labelDate.Name      = "labelDate";
     this.labelDate.LabelProp = "MM-DD-YYYY";
     this.GtkAlignmentDate.Add(this.labelDate);
     this.frameDate.Add(this.GtkAlignmentDate);
     this.GtkLabel3             = new global::Gtk.Label();
     this.GtkLabel3.Name        = "GtkLabel3";
     this.GtkLabel3.Xpad        = 113;
     this.GtkLabel3.LabelProp   = "<b> Date </b>";
     this.GtkLabel3.UseMarkup   = true;
     this.GtkLabel3.Justify     = ((global::Gtk.Justification)(2));
     this.frameDate.LabelWidget = this.GtkLabel3;
     this.hboxFightDateHeader.Add(this.frameDate);
     global::Gtk.Box.BoxChild w8 = ((global::Gtk.Box.BoxChild)(this.hboxFightDateHeader[this.frameDate]));
     w8.Position = 1;
     w8.Expand   = false;
     w8.Fill     = false;
     w8.Padding  = ((uint)(5));
     // Container child hboxFightDateHeader.Gtk.Box+BoxChild
     this.lblFighter2Name              = new global::Gtk.Label();
     this.lblFighter2Name.Name         = "lblFighter2Name";
     this.lblFighter2Name.LabelProp    = "Fighter 2";
     this.lblFighter2Name.UseUnderline = true;
     this.hboxFightDateHeader.Add(this.lblFighter2Name);
     global::Gtk.Box.BoxChild w9 = ((global::Gtk.Box.BoxChild)(this.hboxFightDateHeader[this.lblFighter2Name]));
     w9.Position = 2;
     this.vbox1.Add(this.hboxFightDateHeader);
     global::Gtk.Box.BoxChild w10 = ((global::Gtk.Box.BoxChild)(this.vbox1[this.hboxFightDateHeader]));
     w10.Position = 2;
     w10.Expand   = false;
     w10.Fill     = false;
     // Container child vbox1.Gtk.Box+BoxChild
     this.hseparator2      = new global::Gtk.HSeparator();
     this.hseparator2.Name = "hseparator2";
     this.vbox1.Add(this.hseparator2);
     global::Gtk.Box.BoxChild w11 = ((global::Gtk.Box.BoxChild)(this.vbox1[this.hseparator2]));
     w11.Position = 3;
     w11.Expand   = false;
     w11.Fill     = false;
     // Container child vbox1.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
     global::Gtk.Viewport w12 = new global::Gtk.Viewport();
     w12.ShadowType = ((global::Gtk.ShadowType)(0));
     // Container child GtkViewport.Gtk.Container+ContainerChild
     this.rdtable            = new global::Gtk.Table(((uint)(1)), ((uint)(1)), false);
     this.rdtable.Name       = "rdtable";
     this.rdtable.RowSpacing = ((uint)(1));
     w12.Add(this.rdtable);
     this.GtkScrolledWindow.Add(w12);
     this.vbox1.Add(this.GtkScrolledWindow);
     global::Gtk.Box.BoxChild w15 = ((global::Gtk.Box.BoxChild)(this.vbox1[this.GtkScrolledWindow]));
     w15.Position = 4;
     // Container child vbox1.Gtk.Box+BoxChild
     this.frameTotalScore             = new global::Gtk.Frame();
     this.frameTotalScore.Name        = "frameTotalScore";
     this.frameTotalScore.BorderWidth = ((uint)(2));
     // Container child frameTotalScore.Gtk.Container+ContainerChild
     this.GtkAlignment3             = new global::Gtk.Alignment(0F, 0F, 1F, 1F);
     this.GtkAlignment3.Name        = "GtkAlignment3";
     this.GtkAlignment3.LeftPadding = ((uint)(4));
     // Container child GtkAlignment3.Gtk.Container+ContainerChild
     this.hpaneTotalScore             = new global::Gtk.HPaned();
     this.hpaneTotalScore.CanFocus    = true;
     this.hpaneTotalScore.Name        = "hpaneTotalScore";
     this.hpaneTotalScore.Position    = 219;
     this.hpaneTotalScore.BorderWidth = ((uint)(10));
     // Container child hpaneTotalScore.Gtk.Paned+PanedChild
     this.labelTotalScore1           = new global::Gtk.Label();
     this.labelTotalScore1.Name      = "labelTotalScore1";
     this.labelTotalScore1.LabelProp = "<span fgcolor=\"red\" size=\"x-large\" weight=\"heavy\" > 0 </span>";
     this.labelTotalScore1.UseMarkup = true;
     this.labelTotalScore1.Wrap      = true;
     this.hpaneTotalScore.Add(this.labelTotalScore1);
     global::Gtk.Paned.PanedChild w16 = ((global::Gtk.Paned.PanedChild)(this.hpaneTotalScore[this.labelTotalScore1]));
     w16.Resize = false;
     // Container child hpaneTotalScore.Gtk.Paned+PanedChild
     this.labelTotalScore2           = new global::Gtk.Label();
     this.labelTotalScore2.Name      = "labelTotalScore2";
     this.labelTotalScore2.LabelProp = "<span fgcolor=\"blue\" size=\"x-large\" weight=\"heavy\" > 0 </span>";
     this.labelTotalScore2.UseMarkup = true;
     this.hpaneTotalScore.Add(this.labelTotalScore2);
     this.GtkAlignment3.Add(this.hpaneTotalScore);
     this.frameTotalScore.Add(this.GtkAlignment3);
     this.GtkLabelScore               = new global::Gtk.Label();
     this.GtkLabelScore.Name          = "GtkLabelScore";
     this.GtkLabelScore.LabelProp     = "<b> Score </b>";
     this.GtkLabelScore.UseMarkup     = true;
     this.GtkLabelScore.Justify       = ((global::Gtk.Justification)(1));
     this.frameTotalScore.LabelWidget = this.GtkLabelScore;
     this.vbox1.Add(this.frameTotalScore);
     global::Gtk.Box.BoxChild w20 = ((global::Gtk.Box.BoxChild)(this.vbox1[this.frameTotalScore]));
     w20.Position = 5;
     w20.Expand   = false;
     w20.Fill     = false;
     // Container child vbox1.Gtk.Box+BoxChild
     this.scrollwindowFightComment                  = new global::Gtk.ScrolledWindow();
     this.scrollwindowFightComment.Name             = "scrollwindowFightComment";
     this.scrollwindowFightComment.HscrollbarPolicy = ((global::Gtk.PolicyType)(2));
     this.scrollwindowFightComment.ShadowType       = ((global::Gtk.ShadowType)(1));
     this.scrollwindowFightComment.WindowPlacement  = ((global::Gtk.CornerType)(3));
     // Container child scrollwindowFightComment.Gtk.Container+ContainerChild
     this.textviewFightComment = new global::Gtk.TextView();
     this.textviewFightComment.HeightRequest = 80;
     this.textviewFightComment.CanFocus      = true;
     this.textviewFightComment.Name          = "textviewFightComment";
     this.textviewFightComment.Justification = ((global::Gtk.Justification)(2));
     this.textviewFightComment.WrapMode      = ((global::Gtk.WrapMode)(3));
     this.scrollwindowFightComment.Add(this.textviewFightComment);
     this.vbox1.Add(this.scrollwindowFightComment);
     global::Gtk.Box.BoxChild w22 = ((global::Gtk.Box.BoxChild)(this.vbox1[this.scrollwindowFightComment]));
     w22.Position = 6;
     w22.Expand   = false;
     w22.Fill     = false;
     // Container child vbox1.Gtk.Box+BoxChild
     this.statusbarFooter         = new global::Gtk.Statusbar();
     this.statusbarFooter.Name    = "statusbarFooter";
     this.statusbarFooter.Spacing = 6;
     // Container child statusbarFooter.Gtk.Box+BoxChild
     this.labelScoreCardID           = new global::Gtk.Label();
     this.labelScoreCardID.Name      = "labelScoreCardID";
     this.labelScoreCardID.LabelProp = "ID: ";
     this.statusbarFooter.Add(this.labelScoreCardID);
     global::Gtk.Box.BoxChild w23 = ((global::Gtk.Box.BoxChild)(this.statusbarFooter[this.labelScoreCardID]));
     w23.Position = 0;
     w23.Expand   = false;
     w23.Fill     = false;
     // Container child statusbarFooter.Gtk.Box+BoxChild
     this.entryScoreCardName               = new global::Gtk.Entry();
     this.entryScoreCardName.CanFocus      = true;
     this.entryScoreCardName.Name          = "entryScoreCardName";
     this.entryScoreCardName.Text          = "Fighter 1 vs Fighter 2";
     this.entryScoreCardName.IsEditable    = true;
     this.entryScoreCardName.WidthChars    = 3;
     this.entryScoreCardName.InvisibleChar = '•';
     this.statusbarFooter.Add(this.entryScoreCardName);
     global::Gtk.Box.BoxChild w24 = ((global::Gtk.Box.BoxChild)(this.statusbarFooter[this.entryScoreCardName]));
     w24.Position = 1;
     this.vbox1.Add(this.statusbarFooter);
     global::Gtk.Box.BoxChild w25 = ((global::Gtk.Box.BoxChild)(this.vbox1[this.statusbarFooter]));
     w25.Position = 7;
     w25.Expand   = false;
     w25.Fill     = false;
     this.Add(this.vbox1);
     if ((this.Child != null))
     {
         this.Child.ShowAll();
     }
     this.DefaultWidth  = 492;
     this.DefaultHeight = 556;
     this.GtkScrolledWindow.Hide();
     this.frameTotalScore.Hide();
     this.textviewFightComment.Hide();
     this.statusbarFooter.Hide();
     this.Show();
     this.AboutAction.Activated           += new global::System.EventHandler(this.OnAboutActionActivated);
     this.DeleteEvent                     += new global::Gtk.DeleteEventHandler(this.OnDeleteEvent);
     this.ExitAction.Activated            += new global::System.EventHandler(this.OnExit);
     this.NewScoreCardAction.Activated    += new global::System.EventHandler(this.OnNewScoreCardActionActivated);
     this.DeleteScoreCardAction.Activated += new global::System.EventHandler(this.OnDeleteScoreCardActionActivated);
 }
		protected virtual void Build ()
		{
			global::Stetic.Gui.Initialize (this);
			// Widget MonoDevelop.NUnit.NUnitOptionsWidget
			global::Stetic.BinContainer.Attach (this);
			this.Name = "MonoDevelop.NUnit.NUnitOptionsWidget";
			// Container child MonoDevelop.NUnit.NUnitOptionsWidget.Gtk.Container+ContainerChild
			this.vbox1 = new global::Gtk.VBox ();
			this.vbox1.Name = "vbox1";
			this.vbox1.Spacing = 6;
			// Container child vbox1.Gtk.Box+BoxChild
			this.useParentCheck = new global::Gtk.CheckButton ();
			this.useParentCheck.Name = "useParentCheck";
			this.useParentCheck.Label = global::Mono.Unix.Catalog.GetString ("Use parent test settings");
			this.useParentCheck.DrawIndicator = true;
			this.useParentCheck.UseUnderline = true;
			this.vbox1.Add (this.useParentCheck);
			global::Gtk.Box.BoxChild w1 = ((global::Gtk.Box.BoxChild)(this.vbox1[this.useParentCheck]));
			w1.Position = 0;
			w1.Expand = false;
			w1.Fill = false;
			// Container child vbox1.Gtk.Box+BoxChild
			this.hseparator1 = new global::Gtk.HSeparator ();
			this.hseparator1.Name = "hseparator1";
			this.vbox1.Add (this.hseparator1);
			global::Gtk.Box.BoxChild w2 = ((global::Gtk.Box.BoxChild)(this.vbox1[this.hseparator1]));
			w2.Position = 1;
			w2.Expand = false;
			w2.Fill = false;
			// Container child vbox1.Gtk.Box+BoxChild
			this.vbox3 = new global::Gtk.VBox ();
			this.vbox3.Name = "vbox3";
			this.vbox3.Spacing = 6;
			// 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 ("The following filter will be applied when running the tests:");
			this.vbox3.Add (this.label1);
			global::Gtk.Box.BoxChild w3 = ((global::Gtk.Box.BoxChild)(this.vbox3[this.label1]));
			w3.Position = 0;
			w3.Expand = false;
			w3.Fill = false;
			// Container child vbox3.Gtk.Box+BoxChild
			this.hbox2 = new global::Gtk.HBox ();
			this.hbox2.Name = "hbox2";
			// Container child hbox2.Gtk.Box+BoxChild
			this.label2 = new global::Gtk.Label ();
			this.label2.WidthRequest = 18;
			this.label2.Name = "label2";
			this.hbox2.Add (this.label2);
			global::Gtk.Box.BoxChild w4 = ((global::Gtk.Box.BoxChild)(this.hbox2[this.label2]));
			w4.Position = 0;
			w4.Expand = false;
			w4.Fill = false;
			// 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.noFilterRadio = new global::Gtk.RadioButton (global::Mono.Unix.Catalog.GetString ("Don't apply any filter"));
			this.noFilterRadio.Name = "noFilterRadio";
			this.noFilterRadio.Active = true;
			this.noFilterRadio.DrawIndicator = true;
			this.noFilterRadio.UseUnderline = true;
			this.noFilterRadio.Group = new global::GLib.SList (global::System.IntPtr.Zero);
			this.vbox4.Add (this.noFilterRadio);
			global::Gtk.Box.BoxChild w5 = ((global::Gtk.Box.BoxChild)(this.vbox4[this.noFilterRadio]));
			w5.Position = 0;
			w5.Expand = false;
			w5.Fill = false;
			// Container child vbox4.Gtk.Box+BoxChild
			this.includeRadio = new global::Gtk.RadioButton (global::Mono.Unix.Catalog.GetString ("Include the following categories"));
			this.includeRadio.Name = "includeRadio";
			this.includeRadio.DrawIndicator = true;
			this.includeRadio.UseUnderline = true;
			this.includeRadio.Group = this.noFilterRadio.Group;
			this.vbox4.Add (this.includeRadio);
			global::Gtk.Box.BoxChild w6 = ((global::Gtk.Box.BoxChild)(this.vbox4[this.includeRadio]));
			w6.Position = 1;
			w6.Expand = false;
			w6.Fill = false;
			// Container child vbox4.Gtk.Box+BoxChild
			this.excludeRadio = new global::Gtk.RadioButton (global::Mono.Unix.Catalog.GetString ("Exclude the following categories"));
			this.excludeRadio.Name = "excludeRadio";
			this.excludeRadio.DrawIndicator = true;
			this.excludeRadio.UseUnderline = true;
			this.excludeRadio.Group = this.noFilterRadio.Group;
			this.vbox4.Add (this.excludeRadio);
			global::Gtk.Box.BoxChild w7 = ((global::Gtk.Box.BoxChild)(this.vbox4[this.excludeRadio]));
			w7.Position = 2;
			w7.Expand = false;
			w7.Fill = false;
			this.hbox2.Add (this.vbox4);
			global::Gtk.Box.BoxChild w8 = ((global::Gtk.Box.BoxChild)(this.hbox2[this.vbox4]));
			w8.Position = 1;
			this.vbox3.Add (this.hbox2);
			global::Gtk.Box.BoxChild w9 = ((global::Gtk.Box.BoxChild)(this.vbox3[this.hbox2]));
			w9.Position = 1;
			this.vbox1.Add (this.vbox3);
			global::Gtk.Box.BoxChild w10 = ((global::Gtk.Box.BoxChild)(this.vbox1[this.vbox3]));
			w10.Position = 2;
			w10.Expand = false;
			w10.Fill = false;
			// Container child vbox1.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 ("Categories:");
			this.vbox1.Add (this.label3);
			global::Gtk.Box.BoxChild w11 = ((global::Gtk.Box.BoxChild)(this.vbox1[this.label3]));
			w11.Position = 3;
			w11.Expand = false;
			w11.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.label4 = new global::Gtk.Label ();
			this.label4.WidthRequest = 18;
			this.label4.Name = "label4";
			this.hbox1.Add (this.label4);
			global::Gtk.Box.BoxChild w12 = ((global::Gtk.Box.BoxChild)(this.hbox1[this.label4]));
			w12.Position = 0;
			w12.Expand = false;
			w12.Fill = false;
			// Container child hbox1.Gtk.Box+BoxChild
			this.scrolledwindow1 = new global::Gtk.ScrolledWindow ();
			this.scrolledwindow1.Name = "scrolledwindow1";
			this.scrolledwindow1.ShadowType = ((global::Gtk.ShadowType)(1));
			// Container child scrolledwindow1.Gtk.Container+ContainerChild
			this.categoryTree = new global::Gtk.TreeView ();
			this.categoryTree.Name = "categoryTree";
			this.scrolledwindow1.Add (this.categoryTree);
			this.hbox1.Add (this.scrolledwindow1);
			global::Gtk.Box.BoxChild w14 = ((global::Gtk.Box.BoxChild)(this.hbox1[this.scrolledwindow1]));
			w14.Position = 1;
			// 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.addButton = new global::Gtk.Button ();
			this.addButton.Name = "addButton";
			this.addButton.UseStock = true;
			this.addButton.UseUnderline = true;
			this.addButton.Label = "gtk-add";
			this.vbox2.Add (this.addButton);
			global::Gtk.Box.BoxChild w15 = ((global::Gtk.Box.BoxChild)(this.vbox2[this.addButton]));
			w15.Position = 0;
			w15.Expand = false;
			w15.Fill = false;
			// Container child vbox2.Gtk.Box+BoxChild
			this.removeButton = new global::Gtk.Button ();
			this.removeButton.Name = "removeButton";
			this.removeButton.UseStock = true;
			this.removeButton.UseUnderline = true;
			this.removeButton.Label = "gtk-remove";
			this.vbox2.Add (this.removeButton);
			global::Gtk.Box.BoxChild w16 = ((global::Gtk.Box.BoxChild)(this.vbox2[this.removeButton]));
			w16.Position = 1;
			w16.Expand = false;
			w16.Fill = false;
			this.hbox1.Add (this.vbox2);
			global::Gtk.Box.BoxChild w17 = ((global::Gtk.Box.BoxChild)(this.hbox1[this.vbox2]));
			w17.Position = 2;
			w17.Expand = false;
			w17.Fill = false;
			this.vbox1.Add (this.hbox1);
			global::Gtk.Box.BoxChild w18 = ((global::Gtk.Box.BoxChild)(this.vbox1[this.hbox1]));
			w18.Position = 4;
			this.Add (this.vbox1);
			if ((this.Child != null)) {
				this.Child.ShowAll ();
			}
			this.Show ();
		}
コード例 #40
0
 protected virtual void Build()
 {
     global::Stetic.Gui.Initialize(this);
     // Widget WhiteRose.VntMenuPrincipal
     this.Name           = "WhiteRose.VntMenuPrincipal";
     this.Title          = global::Mono.Unix.Catalog.GetString("WhiteRose");
     this.WindowPosition = ((global::Gtk.WindowPosition)(1));
     // Container child WhiteRose.VntMenuPrincipal.Gtk.Container+ContainerChild
     this.vbox1             = new global::Gtk.VBox();
     this.vbox1.Name        = "vbox1";
     this.vbox1.Spacing     = 6;
     this.vbox1.BorderWidth = ((uint)(12));
     // Container child vbox1.Gtk.Box+BoxChild
     this.ImgLogo      = new global::Gtk.Image();
     this.ImgLogo.Name = "ImgLogo";
     this.vbox1.Add(this.ImgLogo);
     global::Gtk.Box.BoxChild w1 = ((global::Gtk.Box.BoxChild)(this.vbox1 [this.ImgLogo]));
     w1.Position = 0;
     w1.Expand   = false;
     w1.Fill     = false;
     // Container child vbox1.Gtk.Box+BoxChild
     this.vbox2         = new global::Gtk.VBox();
     this.vbox2.Name    = "vbox2";
     this.vbox2.Spacing = 6;
     // Container child vbox2.Gtk.Box+BoxChild
     this.hbox1         = new global::Gtk.HBox();
     this.hbox1.Name    = "hbox1";
     this.hbox1.Spacing = 6;
     // Container child hbox1.Gtk.Box+BoxChild
     this.LblBienvenida           = new global::Gtk.Label();
     this.LblBienvenida.Name      = "LblBienvenida";
     this.LblBienvenida.LabelProp = global::Mono.Unix.Catalog.GetString("¡Bienvenido, Usuario!");
     this.LblBienvenida.Justify   = ((global::Gtk.Justification)(2));
     this.hbox1.Add(this.LblBienvenida);
     global::Gtk.Box.BoxChild w2 = ((global::Gtk.Box.BoxChild)(this.hbox1 [this.LblBienvenida]));
     w2.Position = 0;
     this.vbox2.Add(this.hbox1);
     global::Gtk.Box.BoxChild w3 = ((global::Gtk.Box.BoxChild)(this.vbox2 [this.hbox1]));
     w3.Position = 0;
     w3.Expand   = false;
     w3.Fill     = false;
     // Container child vbox2.Gtk.Box+BoxChild
     this.frame1             = new global::Gtk.Frame();
     this.frame1.Name        = "frame1";
     this.frame1.BorderWidth = ((uint)(1));
     // 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.BorderWidth = ((uint)(6));
     // Container child GtkAlignment.Gtk.Container+ContainerChild
     this.table1               = new global::Gtk.Table(((uint)(9)), ((uint)(1)), true);
     this.table1.Name          = "table1";
     this.table1.RowSpacing    = ((uint)(10));
     this.table1.ColumnSpacing = ((uint)(6));
     // Container child table1.Gtk.Table+TableChild
     this.BtnAcercaDe              = new global::Gtk.Button();
     this.BtnAcercaDe.CanFocus     = true;
     this.BtnAcercaDe.Name         = "BtnAcercaDe";
     this.BtnAcercaDe.UseUnderline = true;
     this.BtnAcercaDe.Label        = global::Mono.Unix.Catalog.GetString("Acerca De");
     this.table1.Add(this.BtnAcercaDe);
     global::Gtk.Table.TableChild w4 = ((global::Gtk.Table.TableChild)(this.table1 [this.BtnAcercaDe]));
     w4.TopAttach    = ((uint)(6));
     w4.BottomAttach = ((uint)(7));
     w4.XOptions     = ((global::Gtk.AttachOptions)(4));
     w4.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     this.BtnActualizarClientes = new global::Gtk.Button();
     this.BtnActualizarClientes.HeightRequest = 40;
     this.BtnActualizarClientes.Sensitive     = false;
     this.BtnActualizarClientes.CanFocus      = true;
     this.BtnActualizarClientes.Name          = "BtnActualizarClientes";
     this.BtnActualizarClientes.UseUnderline  = true;
     this.BtnActualizarClientes.Label         = global::Mono.Unix.Catalog.GetString("Actualizar Clientes");
     this.table1.Add(this.BtnActualizarClientes);
     // Container child table1.Gtk.Table+TableChild
     this.BtnActualizarServicios              = new global::Gtk.Button();
     this.BtnActualizarServicios.Sensitive    = false;
     this.BtnActualizarServicios.CanFocus     = true;
     this.BtnActualizarServicios.Name         = "BtnActualizarServicios";
     this.BtnActualizarServicios.UseUnderline = true;
     this.BtnActualizarServicios.Label        = global::Mono.Unix.Catalog.GetString("Actualizar Servicios");
     this.table1.Add(this.BtnActualizarServicios);
     global::Gtk.Table.TableChild w6 = ((global::Gtk.Table.TableChild)(this.table1 [this.BtnActualizarServicios]));
     w6.TopAttach    = ((uint)(1));
     w6.BottomAttach = ((uint)(2));
     w6.XOptions     = ((global::Gtk.AttachOptions)(4));
     w6.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     this.BtnActualizarUsuario              = new global::Gtk.Button();
     this.BtnActualizarUsuario.Sensitive    = false;
     this.BtnActualizarUsuario.CanFocus     = true;
     this.BtnActualizarUsuario.Name         = "BtnActualizarUsuario";
     this.BtnActualizarUsuario.UseUnderline = true;
     this.BtnActualizarUsuario.Label        = global::Mono.Unix.Catalog.GetString("Actualizar Usuarios");
     this.table1.Add(this.BtnActualizarUsuario);
     global::Gtk.Table.TableChild w7 = ((global::Gtk.Table.TableChild)(this.table1 [this.BtnActualizarUsuario]));
     w7.TopAttach    = ((uint)(2));
     w7.BottomAttach = ((uint)(3));
     w7.XOptions     = ((global::Gtk.AttachOptions)(4));
     w7.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     this.BtnCerrarSesion              = new global::Gtk.Button();
     this.BtnCerrarSesion.CanFocus     = true;
     this.BtnCerrarSesion.Name         = "BtnCerrarSesion";
     this.BtnCerrarSesion.UseUnderline = true;
     this.BtnCerrarSesion.Label        = global::Mono.Unix.Catalog.GetString("Cerrar Sesión");
     this.table1.Add(this.BtnCerrarSesion);
     global::Gtk.Table.TableChild w8 = ((global::Gtk.Table.TableChild)(this.table1 [this.BtnCerrarSesion]));
     w8.TopAttach    = ((uint)(7));
     w8.BottomAttach = ((uint)(8));
     w8.XOptions     = ((global::Gtk.AttachOptions)(4));
     w8.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     this.BtnConsultarFactura              = new global::Gtk.Button();
     this.BtnConsultarFactura.Sensitive    = false;
     this.BtnConsultarFactura.CanFocus     = true;
     this.BtnConsultarFactura.Name         = "BtnConsultarFactura";
     this.BtnConsultarFactura.UseUnderline = true;
     this.BtnConsultarFactura.Label        = global::Mono.Unix.Catalog.GetString("Consultar Factura");
     this.table1.Add(this.BtnConsultarFactura);
     global::Gtk.Table.TableChild w9 = ((global::Gtk.Table.TableChild)(this.table1 [this.BtnConsultarFactura]));
     w9.TopAttach    = ((uint)(4));
     w9.BottomAttach = ((uint)(5));
     w9.XOptions     = ((global::Gtk.AttachOptions)(4));
     w9.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     this.BtnProcesarVenta              = new global::Gtk.Button();
     this.BtnProcesarVenta.Sensitive    = false;
     this.BtnProcesarVenta.CanFocus     = true;
     this.BtnProcesarVenta.Name         = "BtnProcesarVenta";
     this.BtnProcesarVenta.UseUnderline = true;
     this.BtnProcesarVenta.Label        = global::Mono.Unix.Catalog.GetString("Procesar Ventas");
     this.table1.Add(this.BtnProcesarVenta);
     global::Gtk.Table.TableChild w10 = ((global::Gtk.Table.TableChild)(this.table1 [this.BtnProcesarVenta]));
     w10.TopAttach    = ((uint)(3));
     w10.BottomAttach = ((uint)(4));
     w10.XOptions     = ((global::Gtk.AttachOptions)(4));
     w10.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     this.BtnReportes              = new global::Gtk.Button();
     this.BtnReportes.Sensitive    = false;
     this.BtnReportes.CanFocus     = true;
     this.BtnReportes.Name         = "BtnReportes";
     this.BtnReportes.UseUnderline = true;
     this.BtnReportes.Label        = global::Mono.Unix.Catalog.GetString("Reportes de Ventas");
     this.table1.Add(this.BtnReportes);
     global::Gtk.Table.TableChild w11 = ((global::Gtk.Table.TableChild)(this.table1 [this.BtnReportes]));
     w11.TopAttach    = ((uint)(5));
     w11.BottomAttach = ((uint)(6));
     w11.XOptions     = ((global::Gtk.AttachOptions)(4));
     w11.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     this.BtnSalir              = new global::Gtk.Button();
     this.BtnSalir.CanFocus     = true;
     this.BtnSalir.Name         = "BtnSalir";
     this.BtnSalir.UseUnderline = true;
     this.BtnSalir.Label        = global::Mono.Unix.Catalog.GetString("Salir");
     this.table1.Add(this.BtnSalir);
     global::Gtk.Table.TableChild w12 = ((global::Gtk.Table.TableChild)(this.table1 [this.BtnSalir]));
     w12.TopAttach    = ((uint)(8));
     w12.BottomAttach = ((uint)(9));
     w12.XOptions     = ((global::Gtk.AttachOptions)(4));
     w12.YOptions     = ((global::Gtk.AttachOptions)(4));
     this.GtkAlignment.Add(this.table1);
     this.frame1.Add(this.GtkAlignment);
     this.LblMenuPpal           = new global::Gtk.Label();
     this.LblMenuPpal.Name      = "LblMenuPpal";
     this.LblMenuPpal.LabelProp = global::Mono.Unix.Catalog.GetString("<b>Menú Principal</b>");
     this.LblMenuPpal.UseMarkup = true;
     this.frame1.LabelWidget    = this.LblMenuPpal;
     this.vbox2.Add(this.frame1);
     global::Gtk.Box.BoxChild w15 = ((global::Gtk.Box.BoxChild)(this.vbox2 [this.frame1]));
     w15.Position = 1;
     w15.Expand   = false;
     w15.Fill     = false;
     this.vbox1.Add(this.vbox2);
     global::Gtk.Box.BoxChild w16 = ((global::Gtk.Box.BoxChild)(this.vbox1 [this.vbox2]));
     w16.Position = 1;
     w16.Expand   = false;
     w16.Fill     = false;
     // Container child vbox1.Gtk.Box+BoxChild
     this.vbox6         = new global::Gtk.VBox();
     this.vbox6.Name    = "vbox6";
     this.vbox6.Spacing = 6;
     // Container child vbox6.Gtk.Box+BoxChild
     this.hseparator2      = new global::Gtk.HSeparator();
     this.hseparator2.Name = "hseparator2";
     this.vbox6.Add(this.hseparator2);
     global::Gtk.Box.BoxChild w17 = ((global::Gtk.Box.BoxChild)(this.vbox6 [this.hseparator2]));
     w17.Position = 0;
     w17.Expand   = false;
     w17.Fill     = false;
     // Container child vbox6.Gtk.Box+BoxChild
     this.hbox2         = new global::Gtk.HBox();
     this.hbox2.Name    = "hbox2";
     this.hbox2.Spacing = 6;
     // Container child hbox2.Gtk.Box+BoxChild
     this.frame3            = new global::Gtk.Frame();
     this.frame3.Name       = "frame3";
     this.frame3.ShadowType = ((global::Gtk.ShadowType)(1));
     // 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.LblFechaHora           = new global::Gtk.Label();
     this.LblFechaHora.Name      = "LblFechaHora";
     this.LblFechaHora.LabelProp = global::Mono.Unix.Catalog.GetString("Fecha y Hora");
     this.GtkAlignment1.Add(this.LblFechaHora);
     this.frame3.Add(this.GtkAlignment1);
     this.hbox2.Add(this.frame3);
     global::Gtk.Box.BoxChild w20 = ((global::Gtk.Box.BoxChild)(this.hbox2 [this.frame3]));
     w20.Position = 0;
     this.vbox6.Add(this.hbox2);
     global::Gtk.Box.BoxChild w21 = ((global::Gtk.Box.BoxChild)(this.vbox6 [this.hbox2]));
     w21.Position = 1;
     w21.Expand   = false;
     w21.Fill     = false;
     this.vbox1.Add(this.vbox6);
     global::Gtk.Box.BoxChild w22 = ((global::Gtk.Box.BoxChild)(this.vbox1 [this.vbox6]));
     w22.Position = 2;
     w22.Expand   = false;
     w22.Fill     = false;
     this.Add(this.vbox1);
     if ((this.Child != null))
     {
         this.Child.ShowAll();
     }
     this.DefaultWidth  = 292;
     this.DefaultHeight = 608;
     this.Show();
     this.DeleteEvent                    += new global::Gtk.DeleteEventHandler(this.OnDeleteEvent);
     this.BtnSalir.Clicked               += new global::System.EventHandler(this.OnBtnSalirClicked);
     this.BtnReportes.Clicked            += new global::System.EventHandler(this.OnBtnReportesClicked);
     this.BtnProcesarVenta.Clicked       += new global::System.EventHandler(this.OnBtnProcesarVentaClicked);
     this.BtnConsultarFactura.Clicked    += new global::System.EventHandler(this.OnBtnConsultarFacturaClicked);
     this.BtnCerrarSesion.Clicked        += new global::System.EventHandler(this.OnBtnCerrarSesionClicked);
     this.BtnActualizarUsuario.Clicked   += new global::System.EventHandler(this.OnBtnActualizarUsuarioClicked);
     this.BtnActualizarServicios.Clicked += new global::System.EventHandler(this.OnBtnActualizarServiciosClicked);
     this.BtnActualizarClientes.Clicked  += new global::System.EventHandler(this.OnBtnActualizarClientesClicked);
     this.BtnAcercaDe.Clicked            += new global::System.EventHandler(this.OnBtnAcercaDeClicked);
 }
コード例 #41
0
		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::Gtk.Image ();
			this.image2.Name = "image2";
			this.image2.Pixbuf = global::Gdk.Pixbuf.LoadFromResource ("package-x-generic.png");
			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 = null;
			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);
		}
コード例 #42
0
 protected virtual void Build()
 {
     global::Stetic.Gui.Initialize(this);
     // Widget MonoDevelop.VersionControl.Subversion.Gui.SslServerTrustDialog
     this.Events = ((global::Gdk.EventMask)(256));
     this.Name   = "MonoDevelop.VersionControl.Subversion.Gui.SslServerTrustDialog";
     this.Title  = global::Mono.Unix.Catalog.GetString("Repository Certified by an Unknown Authority");
     this.Modal  = true;
     // Internal child MonoDevelop.VersionControl.Subversion.Gui.SslServerTrustDialog.VBox
     global::Gtk.VBox w1 = this.VBox;
     w1.Events      = ((global::Gdk.EventMask)(256));
     w1.Name        = "dialog_VBox";
     w1.BorderWidth = ((uint)(2));
     // Container child dialog_VBox.Gtk.Box+BoxChild
     this.hbox1             = new global::Gtk.HBox();
     this.hbox1.Name        = "hbox1";
     this.hbox1.Spacing     = 6;
     this.hbox1.BorderWidth = ((uint)(6));
     // Container child hbox1.Gtk.Box+BoxChild
     this.vbox2      = new global::Gtk.VBox();
     this.vbox2.Name = "vbox2";
     // Container child vbox2.Gtk.Box+BoxChild
     this.image1          = new global::MonoDevelop.Components.ImageView();
     this.image1.Name     = "image1";
     this.image1.IconId   = "gtk-dialog-warning";
     this.image1.IconSize = ((global::Gtk.IconSize)(6));
     this.vbox2.Add(this.image1);
     global::Gtk.Box.BoxChild w2 = ((global::Gtk.Box.BoxChild)(this.vbox2 [this.image1]));
     w2.Position = 0;
     w2.Expand   = false;
     w2.Fill     = false;
     this.hbox1.Add(this.vbox2);
     global::Gtk.Box.BoxChild w3 = ((global::Gtk.Box.BoxChild)(this.hbox1 [this.vbox2]));
     w3.Position = 0;
     w3.Expand   = false;
     w3.Fill     = false;
     // Container child hbox1.Gtk.Box+BoxChild
     this.vbox3             = new global::Gtk.VBox();
     this.vbox3.Name        = "vbox3";
     this.vbox3.Spacing     = 6;
     this.vbox3.BorderWidth = ((uint)(12));
     // Container child vbox3.Gtk.Box+BoxChild
     this.label2           = new global::Gtk.Label();
     this.label2.Name      = "label2";
     this.label2.Xalign    = 0F;
     this.label2.LabelProp = global::Mono.Unix.Catalog.GetString("Unable to verify the identity of host as a trusted site.");
     this.vbox3.Add(this.label2);
     global::Gtk.Box.BoxChild w4 = ((global::Gtk.Box.BoxChild)(this.vbox3 [this.label2]));
     w4.Position = 0;
     w4.Expand   = false;
     w4.Fill     = false;
     // Container child vbox3.Gtk.Box+BoxChild
     this.labelReason           = new global::Gtk.Label();
     this.labelReason.Name      = "labelReason";
     this.labelReason.Xalign    = 0F;
     this.labelReason.LabelProp = "<b>Reason</b>";
     this.labelReason.UseMarkup = true;
     this.vbox3.Add(this.labelReason);
     global::Gtk.Box.BoxChild w5 = ((global::Gtk.Box.BoxChild)(this.vbox3 [this.labelReason]));
     w5.Position = 1;
     w5.Expand   = false;
     w5.Fill     = false;
     // Container child vbox3.Gtk.Box+BoxChild
     this.hseparator2      = new global::Gtk.HSeparator();
     this.hseparator2.Name = "hseparator2";
     this.vbox3.Add(this.hseparator2);
     global::Gtk.Box.BoxChild w6 = ((global::Gtk.Box.BoxChild)(this.vbox3 [this.hseparator2]));
     w6.Position = 2;
     w6.Expand   = false;
     w6.Fill     = false;
     // Container child vbox3.Gtk.Box+BoxChild
     this.table1               = new global::Gtk.Table(((uint)(6)), ((uint)(2)), false);
     this.table1.Name          = "table1";
     this.table1.RowSpacing    = ((uint)(6));
     this.table1.ColumnSpacing = ((uint)(6));
     // Container child table1.Gtk.Table+TableChild
     this.label3           = new global::Gtk.Label();
     this.label3.Name      = "label3";
     this.label3.Xalign    = 0F;
     this.label3.LabelProp = global::Mono.Unix.Catalog.GetString("<b>Host name</b>:");
     this.label3.UseMarkup = true;
     this.table1.Add(this.label3);
     global::Gtk.Table.TableChild w7 = ((global::Gtk.Table.TableChild)(this.table1 [this.label3]));
     w7.TopAttach    = ((uint)(1));
     w7.BottomAttach = ((uint)(2));
     w7.XOptions     = ((global::Gtk.AttachOptions)(4));
     w7.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     this.label4           = new global::Gtk.Label();
     this.label4.Name      = "label4";
     this.label4.Xalign    = 0F;
     this.label4.LabelProp = global::Mono.Unix.Catalog.GetString("<b>Issued by:</b>");
     this.label4.UseMarkup = true;
     this.table1.Add(this.label4);
     global::Gtk.Table.TableChild w8 = ((global::Gtk.Table.TableChild)(this.table1 [this.label4]));
     w8.TopAttach    = ((uint)(2));
     w8.BottomAttach = ((uint)(3));
     w8.XOptions     = ((global::Gtk.AttachOptions)(4));
     w8.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     this.label5           = new global::Gtk.Label();
     this.label5.Name      = "label5";
     this.label5.Xalign    = 0F;
     this.label5.LabelProp = global::Mono.Unix.Catalog.GetString("<b>Issued on:</b>");
     this.label5.UseMarkup = true;
     this.table1.Add(this.label5);
     global::Gtk.Table.TableChild w9 = ((global::Gtk.Table.TableChild)(this.table1 [this.label5]));
     w9.TopAttach    = ((uint)(3));
     w9.BottomAttach = ((uint)(4));
     w9.XOptions     = ((global::Gtk.AttachOptions)(4));
     w9.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     this.label6           = new global::Gtk.Label();
     this.label6.Name      = "label6";
     this.label6.Xalign    = 0F;
     this.label6.LabelProp = global::Mono.Unix.Catalog.GetString("<b>Expires on:</b>");
     this.label6.UseMarkup = true;
     this.table1.Add(this.label6);
     global::Gtk.Table.TableChild w10 = ((global::Gtk.Table.TableChild)(this.table1 [this.label6]));
     w10.TopAttach    = ((uint)(4));
     w10.BottomAttach = ((uint)(5));
     w10.XOptions     = ((global::Gtk.AttachOptions)(4));
     w10.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     this.label7           = new global::Gtk.Label();
     this.label7.Name      = "label7";
     this.label7.Xalign    = 0F;
     this.label7.LabelProp = global::Mono.Unix.Catalog.GetString("<b>Fingerprint:</b>");
     this.label7.UseMarkup = true;
     this.table1.Add(this.label7);
     global::Gtk.Table.TableChild w11 = ((global::Gtk.Table.TableChild)(this.table1 [this.label7]));
     w11.TopAttach    = ((uint)(5));
     w11.BottomAttach = ((uint)(6));
     w11.XOptions     = ((global::Gtk.AttachOptions)(4));
     w11.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     this.label8           = new global::Gtk.Label();
     this.label8.Name      = "label8";
     this.label8.Xalign    = 0F;
     this.label8.LabelProp = global::Mono.Unix.Catalog.GetString("<b>Auth. Realm:</b>");
     this.label8.UseMarkup = true;
     this.table1.Add(this.label8);
     global::Gtk.Table.TableChild w12 = ((global::Gtk.Table.TableChild)(this.table1 [this.label8]));
     w12.XOptions = ((global::Gtk.AttachOptions)(4));
     w12.YOptions = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     this.labelFprint           = new global::Gtk.Label();
     this.labelFprint.Name      = "labelFprint";
     this.labelFprint.Xalign    = 0F;
     this.labelFprint.LabelProp = "label14";
     this.table1.Add(this.labelFprint);
     global::Gtk.Table.TableChild w13 = ((global::Gtk.Table.TableChild)(this.table1 [this.labelFprint]));
     w13.TopAttach    = ((uint)(5));
     w13.BottomAttach = ((uint)(6));
     w13.LeftAttach   = ((uint)(1));
     w13.RightAttach  = ((uint)(2));
     w13.XOptions     = ((global::Gtk.AttachOptions)(4));
     w13.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     this.labelFrom           = new global::Gtk.Label();
     this.labelFrom.Name      = "labelFrom";
     this.labelFrom.Xalign    = 0F;
     this.labelFrom.LabelProp = "label12";
     this.table1.Add(this.labelFrom);
     global::Gtk.Table.TableChild w14 = ((global::Gtk.Table.TableChild)(this.table1 [this.labelFrom]));
     w14.TopAttach    = ((uint)(3));
     w14.BottomAttach = ((uint)(4));
     w14.LeftAttach   = ((uint)(1));
     w14.RightAttach  = ((uint)(2));
     w14.XOptions     = ((global::Gtk.AttachOptions)(4));
     w14.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     this.labelHost           = new global::Gtk.Label();
     this.labelHost.Name      = "labelHost";
     this.labelHost.Xalign    = 0F;
     this.labelHost.LabelProp = "label10";
     this.table1.Add(this.labelHost);
     global::Gtk.Table.TableChild w15 = ((global::Gtk.Table.TableChild)(this.table1 [this.labelHost]));
     w15.TopAttach    = ((uint)(1));
     w15.BottomAttach = ((uint)(2));
     w15.LeftAttach   = ((uint)(1));
     w15.RightAttach  = ((uint)(2));
     w15.XOptions     = ((global::Gtk.AttachOptions)(4));
     w15.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     this.labelIssuer           = new global::Gtk.Label();
     this.labelIssuer.Name      = "labelIssuer";
     this.labelIssuer.Xalign    = 0F;
     this.labelIssuer.LabelProp = "label11";
     this.table1.Add(this.labelIssuer);
     global::Gtk.Table.TableChild w16 = ((global::Gtk.Table.TableChild)(this.table1 [this.labelIssuer]));
     w16.TopAttach    = ((uint)(2));
     w16.BottomAttach = ((uint)(3));
     w16.LeftAttach   = ((uint)(1));
     w16.RightAttach  = ((uint)(2));
     w16.XOptions     = ((global::Gtk.AttachOptions)(4));
     w16.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     this.labelRealm           = new global::Gtk.Label();
     this.labelRealm.Name      = "labelRealm";
     this.labelRealm.Xalign    = 0F;
     this.labelRealm.LabelProp = "label9";
     this.table1.Add(this.labelRealm);
     global::Gtk.Table.TableChild w17 = ((global::Gtk.Table.TableChild)(this.table1 [this.labelRealm]));
     w17.LeftAttach  = ((uint)(1));
     w17.RightAttach = ((uint)(2));
     w17.YOptions    = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     this.labelUntil           = new global::Gtk.Label();
     this.labelUntil.Name      = "labelUntil";
     this.labelUntil.Xalign    = 0F;
     this.labelUntil.LabelProp = "label13";
     this.table1.Add(this.labelUntil);
     global::Gtk.Table.TableChild w18 = ((global::Gtk.Table.TableChild)(this.table1 [this.labelUntil]));
     w18.TopAttach    = ((uint)(4));
     w18.BottomAttach = ((uint)(5));
     w18.LeftAttach   = ((uint)(1));
     w18.RightAttach  = ((uint)(2));
     w18.XOptions     = ((global::Gtk.AttachOptions)(4));
     w18.YOptions     = ((global::Gtk.AttachOptions)(4));
     this.vbox3.Add(this.table1);
     global::Gtk.Box.BoxChild w19 = ((global::Gtk.Box.BoxChild)(this.vbox3 [this.table1]));
     w19.Position = 3;
     w19.Expand   = false;
     w19.Fill     = false;
     w19.Padding  = ((uint)(6));
     // Container child vbox3.Gtk.Box+BoxChild
     this.hseparator1      = new global::Gtk.HSeparator();
     this.hseparator1.Name = "hseparator1";
     this.vbox3.Add(this.hseparator1);
     global::Gtk.Box.BoxChild w20 = ((global::Gtk.Box.BoxChild)(this.vbox3 [this.hseparator1]));
     w20.Position = 4;
     w20.Expand   = false;
     w20.Fill     = false;
     // Container child vbox3.Gtk.Box+BoxChild
     this.label15           = new global::Gtk.Label();
     this.label15.Name      = "label15";
     this.label15.Xalign    = 0F;
     this.label15.LabelProp = global::Mono.Unix.Catalog.GetString("Do you want to accept the certificate and connect to the repository?");
     this.vbox3.Add(this.label15);
     global::Gtk.Box.BoxChild w21 = ((global::Gtk.Box.BoxChild)(this.vbox3 [this.label15]));
     w21.Position = 5;
     w21.Expand   = false;
     w21.Fill     = false;
     // Container child vbox3.Gtk.Box+BoxChild
     this.radioAccept               = new global::Gtk.RadioButton(global::Mono.Unix.Catalog.GetString("Accept this certificate permanently"));
     this.radioAccept.CanFocus      = true;
     this.radioAccept.Name          = "radioAccept";
     this.radioAccept.Active        = true;
     this.radioAccept.DrawIndicator = true;
     this.radioAccept.UseUnderline  = true;
     this.radioAccept.Group         = new global::GLib.SList(global::System.IntPtr.Zero);
     this.vbox3.Add(this.radioAccept);
     global::Gtk.Box.BoxChild w22 = ((global::Gtk.Box.BoxChild)(this.vbox3 [this.radioAccept]));
     w22.Position = 6;
     w22.Expand   = false;
     w22.Fill     = false;
     // Container child vbox3.Gtk.Box+BoxChild
     this.radioAcceptSession               = new global::Gtk.RadioButton(global::Mono.Unix.Catalog.GetString("Accept this certificate temporarily for this session"));
     this.radioAcceptSession.CanFocus      = true;
     this.radioAcceptSession.Name          = "radioAcceptSession";
     this.radioAcceptSession.DrawIndicator = true;
     this.radioAcceptSession.UseUnderline  = true;
     this.radioAcceptSession.Group         = this.radioAccept.Group;
     this.vbox3.Add(this.radioAcceptSession);
     global::Gtk.Box.BoxChild w23 = ((global::Gtk.Box.BoxChild)(this.vbox3 [this.radioAcceptSession]));
     w23.Position = 7;
     w23.Expand   = false;
     w23.Fill     = false;
     // Container child vbox3.Gtk.Box+BoxChild
     this.radioNotAccept               = new global::Gtk.RadioButton(global::Mono.Unix.Catalog.GetString("Do not accept this certificate and do not connect to this repository"));
     this.radioNotAccept.CanFocus      = true;
     this.radioNotAccept.Name          = "radioNotAccept";
     this.radioNotAccept.DrawIndicator = true;
     this.radioNotAccept.UseUnderline  = true;
     this.radioNotAccept.Group         = this.radioAccept.Group;
     this.vbox3.Add(this.radioNotAccept);
     global::Gtk.Box.BoxChild w24 = ((global::Gtk.Box.BoxChild)(this.vbox3 [this.radioNotAccept]));
     w24.Position = 8;
     w24.Expand   = false;
     w24.Fill     = false;
     this.hbox1.Add(this.vbox3);
     global::Gtk.Box.BoxChild w25 = ((global::Gtk.Box.BoxChild)(this.hbox1 [this.vbox3]));
     w25.Position = 1;
     w1.Add(this.hbox1);
     global::Gtk.Box.BoxChild w26 = ((global::Gtk.Box.BoxChild)(w1 [this.hbox1]));
     w26.Position = 0;
     // Internal child MonoDevelop.VersionControl.Subversion.Gui.SslServerTrustDialog.ActionArea
     global::Gtk.HButtonBox w27 = this.ActionArea;
     w27.Events      = ((global::Gdk.EventMask)(256));
     w27.Name        = "MonoDevelop.VersionControl.Subversion.SslServerTrustDialog_ActionArea";
     w27.Spacing     = 10;
     w27.BorderWidth = ((uint)(5));
     w27.LayoutStyle = ((global::Gtk.ButtonBoxStyle)(4));
     // Container child MonoDevelop.VersionControl.Subversion.SslServerTrustDialog_ActionArea.Gtk.ButtonBox+ButtonBoxChild
     this.button98              = new global::Gtk.Button();
     this.button98.CanDefault   = true;
     this.button98.CanFocus     = true;
     this.button98.Name         = "button98";
     this.button98.UseStock     = true;
     this.button98.UseUnderline = true;
     this.button98.Label        = "gtk-cancel";
     this.AddActionWidget(this.button98, -6);
     global::Gtk.ButtonBox.ButtonBoxChild w28 = ((global::Gtk.ButtonBox.ButtonBoxChild)(w27 [this.button98]));
     w28.Expand = false;
     w28.Fill   = false;
     // Container child MonoDevelop.VersionControl.Subversion.SslServerTrustDialog_ActionArea.Gtk.ButtonBox+ButtonBoxChild
     this.button104              = new global::Gtk.Button();
     this.button104.CanDefault   = true;
     this.button104.CanFocus     = true;
     this.button104.Name         = "button104";
     this.button104.UseStock     = true;
     this.button104.UseUnderline = true;
     this.button104.Label        = "gtk-ok";
     this.AddActionWidget(this.button104, -5);
     global::Gtk.ButtonBox.ButtonBoxChild w29 = ((global::Gtk.ButtonBox.ButtonBoxChild)(w27 [this.button104]));
     w29.Position = 1;
     w29.Expand   = false;
     w29.Fill     = false;
     if ((this.Child != null))
     {
         this.Child.ShowAll();
     }
     this.DefaultWidth  = 508;
     this.DefaultHeight = 415;
     this.Hide();
 }
コード例 #43
0
 protected virtual void Build()
 {
     global::Stetic.Gui.Initialize (this);
     // Widget Resolution.LineItem
     global::Stetic.BinContainer.Attach (this);
     this.WidthRequest = 100;
     this.Name = "Resolution.LineItem";
     // Container child Resolution.LineItem.Gtk.Container+ContainerChild
     this.eventbox1 = new global::Gtk.EventBox ();
     this.eventbox1.Name = "eventbox1";
     // Container child eventbox1.Gtk.Container+ContainerChild
     this.vbox4 = new global::Gtk.VBox ();
     this.vbox4.Name = "vbox4";
     this.vbox4.Spacing = 6;
     // Container child vbox4.Gtk.Box+BoxChild
     this.table6 = new global::Gtk.Table (((uint)(1)), ((uint)(4)), false);
     this.table6.Name = "table6";
     this.table6.RowSpacing = ((uint)(6));
     this.table6.ColumnSpacing = ((uint)(6));
     // Container child table6.Gtk.Table+TableChild
     this.page = new global::Gtk.Label ();
     this.page.Name = "page";
     this.page.LabelProp = global::Mono.Unix.Catalog.GetString ("label11");
     this.table6.Add (this.page);
     global::Gtk.Table.TableChild w1 = ((global::Gtk.Table.TableChild)(this.table6 [this.page]));
     w1.LeftAttach = ((uint)(3));
     w1.RightAttach = ((uint)(4));
     w1.YOptions = ((global::Gtk.AttachOptions)(4));
     // Container child table6.Gtk.Table+TableChild
     this.scan = new global::Gtk.Expander (null);
     this.scan.Sensitive = false;
     this.scan.CanFocus = true;
     this.scan.Name = "scan";
     this.GtkLabel = new global::Gtk.Label ();
     this.GtkLabel.Name = "GtkLabel";
     this.GtkLabel.UseUnderline = true;
     this.scan.LabelWidget = this.GtkLabel;
     this.table6.Add (this.scan);
     global::Gtk.Table.TableChild w2 = ((global::Gtk.Table.TableChild)(this.table6 [this.scan]));
     w2.LeftAttach = ((uint)(1));
     w2.RightAttach = ((uint)(2));
     w2.XOptions = ((global::Gtk.AttachOptions)(4));
     w2.YOptions = ((global::Gtk.AttachOptions)(4));
     // Container child table6.Gtk.Table+TableChild
     this.student = new global::Gtk.Label ();
     this.student.WidthRequest = 110;
     this.student.Name = "student";
     this.student.LabelProp = global::Mono.Unix.Catalog.GetString ("label10");
     this.table6.Add (this.student);
     global::Gtk.Table.TableChild w3 = ((global::Gtk.Table.TableChild)(this.table6 [this.student]));
     w3.YOptions = ((global::Gtk.AttachOptions)(4));
     // Container child table6.Gtk.Table+TableChild
     this.vseparator5 = new global::Gtk.VSeparator ();
     this.vseparator5.Name = "vseparator5";
     this.table6.Add (this.vseparator5);
     global::Gtk.Table.TableChild w4 = ((global::Gtk.Table.TableChild)(this.table6 [this.vseparator5]));
     w4.LeftAttach = ((uint)(2));
     w4.RightAttach = ((uint)(3));
     w4.XOptions = ((global::Gtk.AttachOptions)(4));
     w4.YOptions = ((global::Gtk.AttachOptions)(4));
     this.vbox4.Add (this.table6);
     global::Gtk.Box.BoxChild w5 = ((global::Gtk.Box.BoxChild)(this.vbox4 [this.table6]));
     w5.Position = 0;
     w5.Expand = false;
     w5.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 w6 = ((global::Gtk.Box.BoxChild)(this.vbox4 [this.hseparator3]));
     w6.Position = 2;
     w6.Expand = false;
     w6.Fill = false;
     this.eventbox1.Add (this.vbox4);
     this.Add (this.eventbox1);
     if ((this.Child != null))
         this.Child.ShowAll();
     this.Show ();
     this.eventbox1.ButtonPressEvent += new global::Gtk.ButtonPressEventHandler (this.OnClick);
 }
コード例 #44
0
 protected virtual void Build()
 {
     global::Stetic.Gui.Initialize(this);
     // Widget BlinkStickClient.BlinkStickDotComEditorWidget
     global::Stetic.BinContainer.Attach(this);
     this.Name = "BlinkStickClient.BlinkStickDotComEditorWidget";
     // Container child BlinkStickClient.BlinkStickDotComEditorWidget.Gtk.Container+ContainerChild
     this.table1               = new global::Gtk.Table(((uint)(4)), ((uint)(3)), false);
     this.table1.Name          = "table1";
     this.table1.RowSpacing    = ((uint)(6));
     this.table1.ColumnSpacing = ((uint)(6));
     this.table1.BorderWidth   = ((uint)(12));
     // Container child table1.Gtk.Table+TableChild
     this.buttonPaste              = new global::Gtk.Button();
     this.buttonPaste.CanFocus     = true;
     this.buttonPaste.Name         = "buttonPaste";
     this.buttonPaste.UseUnderline = true;
     this.buttonPaste.Label        = global::Mono.Unix.Catalog.GetString("Paste");
     global::Gtk.Image w1 = new global::Gtk.Image();
     w1.Pixbuf = global::Gdk.Pixbuf.LoadFromResource("BlinkStickClient.Resources.icons.icon-dark-clipboard.png");
     this.buttonPaste.Image = w1;
     this.table1.Add(this.buttonPaste);
     global::Gtk.Table.TableChild w2 = ((global::Gtk.Table.TableChild)(this.table1 [this.buttonPaste]));
     w2.LeftAttach  = ((uint)(2));
     w2.RightAttach = ((uint)(3));
     w2.XOptions    = ((global::Gtk.AttachOptions)(4));
     w2.YOptions    = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     this.buttonRegisterDevice              = new global::Gtk.Button();
     this.buttonRegisterDevice.CanFocus     = true;
     this.buttonRegisterDevice.Name         = "buttonRegisterDevice";
     this.buttonRegisterDevice.UseUnderline = true;
     this.buttonRegisterDevice.Label        = global::Mono.Unix.Catalog.GetString("Register Device");
     this.table1.Add(this.buttonRegisterDevice);
     global::Gtk.Table.TableChild w3 = ((global::Gtk.Table.TableChild)(this.table1 [this.buttonRegisterDevice]));
     w3.TopAttach    = ((uint)(3));
     w3.BottomAttach = ((uint)(4));
     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.entryAccessCode               = new global::Gtk.Entry();
     this.entryAccessCode.CanFocus      = true;
     this.entryAccessCode.Name          = "entryAccessCode";
     this.entryAccessCode.IsEditable    = true;
     this.entryAccessCode.InvisibleChar = '●';
     this.table1.Add(this.entryAccessCode);
     global::Gtk.Table.TableChild w4 = ((global::Gtk.Table.TableChild)(this.table1 [this.entryAccessCode]));
     w4.LeftAttach  = ((uint)(1));
     w4.RightAttach = ((uint)(2));
     w4.XOptions    = ((global::Gtk.AttachOptions)(4));
     w4.YOptions    = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     this.hseparator1      = new global::Gtk.HSeparator();
     this.hseparator1.Name = "hseparator1";
     this.table1.Add(this.hseparator1);
     global::Gtk.Table.TableChild w5 = ((global::Gtk.Table.TableChild)(this.table1 [this.hseparator1]));
     w5.TopAttach    = ((uint)(2));
     w5.BottomAttach = ((uint)(3));
     w5.RightAttach  = ((uint)(3));
     w5.XOptions     = ((global::Gtk.AttachOptions)(4));
     w5.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("Access Code:");
     this.table1.Add(this.label1);
     global::Gtk.Table.TableChild w6 = ((global::Gtk.Table.TableChild)(this.table1 [this.label1]));
     w6.XOptions = ((global::Gtk.AttachOptions)(4));
     w6.YOptions = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     this.labelMonitorHint           = new global::Gtk.Label();
     this.labelMonitorHint.Name      = "labelMonitorHint";
     this.labelMonitorHint.Xalign    = 0F;
     this.labelMonitorHint.LabelProp = global::Mono.Unix.Catalog.GetString("<i>Connects to BlinkStick.com via the access code and allows remote control from " +
                                                                           "any device with Internet connection.</i>");
     this.labelMonitorHint.UseMarkup = true;
     this.labelMonitorHint.Wrap      = true;
     this.table1.Add(this.labelMonitorHint);
     global::Gtk.Table.TableChild w7 = ((global::Gtk.Table.TableChild)(this.table1 [this.labelMonitorHint]));
     w7.TopAttach    = ((uint)(1));
     w7.BottomAttach = ((uint)(2));
     w7.LeftAttach   = ((uint)(1));
     w7.RightAttach  = ((uint)(3));
     w7.XOptions     = ((global::Gtk.AttachOptions)(4));
     w7.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     this.labelMonitorHint1           = new global::Gtk.Label();
     this.labelMonitorHint1.Name      = "labelMonitorHint1";
     this.labelMonitorHint1.Xalign    = 0F;
     this.labelMonitorHint1.LabelProp = global::Mono.Unix.Catalog.GetString("<i>Click the button on the right to register a new device on BlinkStick.com and g" +
                                                                            "et the access code.</i>");
     this.labelMonitorHint1.UseMarkup = true;
     this.labelMonitorHint1.Wrap      = true;
     this.table1.Add(this.labelMonitorHint1);
     global::Gtk.Table.TableChild w8 = ((global::Gtk.Table.TableChild)(this.table1 [this.labelMonitorHint1]));
     w8.TopAttach    = ((uint)(3));
     w8.BottomAttach = ((uint)(4));
     w8.RightAttach  = ((uint)(2));
     w8.XOptions     = ((global::Gtk.AttachOptions)(4));
     w8.YOptions     = ((global::Gtk.AttachOptions)(4));
     this.Add(this.table1);
     if ((this.Child != null))
     {
         this.Child.ShowAll();
     }
     this.Hide();
     this.buttonRegisterDevice.Clicked += new global::System.EventHandler(this.OnButtonRegisterDeviceClicked);
     this.buttonPaste.Clicked          += new global::System.EventHandler(this.OnButtonPasteClicked);
 }
コード例 #45
0
 protected virtual void Build()
 {
     global::Stetic.Gui.Initialize (this);
     // Widget WidgetLibrary.PersonWidget
     global::Stetic.BinContainer.Attach (this);
     this.WidthRequest = 750;
     this.HeightRequest = 650;
     this.Name = "WidgetLibrary.PersonWidget";
     // Container child WidgetLibrary.PersonWidget.Gtk.Container+ContainerChild
     this.vbox1 = new global::Gtk.VBox ();
     this.vbox1.Name = "vbox1";
     this.vbox1.Spacing = 6;
     // Container child vbox1.Gtk.Box+BoxChild
     this.fixed1 = new global::Gtk.Fixed ();
     this.fixed1.HeightRequest = 10;
     this.fixed1.Name = "fixed1";
     this.fixed1.HasWindow = false;
     this.vbox1.Add (this.fixed1);
     global::Gtk.Box.BoxChild w1 = ((global::Gtk.Box.BoxChild)(this.vbox1 [this.fixed1]));
     w1.Position = 0;
     w1.Expand = false;
     w1.Fill = false;
     // Container child vbox1.Gtk.Box+BoxChild
     this.table1 = new global::Gtk.Table (((uint)(3)), ((uint)(5)), false);
     this.table1.Name = "table1";
     this.table1.RowSpacing = ((uint)(6));
     this.table1.ColumnSpacing = ((uint)(6));
     // Container child table1.Gtk.Table+TableChild
     this.areaCombobox = global::Gtk.ComboBox.NewText ();
     this.areaCombobox.AppendText ("");
     this.areaCombobox.AppendText ("");
     this.areaCombobox.Name = "areaCombobox";
     this.table1.Add (this.areaCombobox);
     global::Gtk.Table.TableChild w2 = ((global::Gtk.Table.TableChild)(this.table1 [this.areaCombobox]));
     w2.LeftAttach = ((uint)(4));
     w2.RightAttach = ((uint)(5));
     w2.YOptions = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     this.fixed2 = new global::Gtk.Fixed ();
     this.fixed2.Name = "fixed2";
     this.fixed2.HasWindow = false;
     this.table1.Add (this.fixed2);
     global::Gtk.Table.TableChild w3 = ((global::Gtk.Table.TableChild)(this.table1 [this.fixed2]));
     w3.LeftAttach = ((uint)(2));
     w3.RightAttach = ((uint)(3));
     w3.YOptions = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     this.fnameEntry = new global::Gtk.Entry ();
     this.fnameEntry.CanFocus = true;
     this.fnameEntry.Name = "fnameEntry";
     this.fnameEntry.IsEditable = true;
     this.fnameEntry.InvisibleChar = '●';
     this.table1.Add (this.fnameEntry);
     global::Gtk.Table.TableChild w4 = ((global::Gtk.Table.TableChild)(this.table1 [this.fnameEntry]));
     w4.LeftAttach = ((uint)(1));
     w4.RightAttach = ((uint)(2));
     w4.YOptions = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     this.label4 = new global::Gtk.Label ();
     this.label4.Name = "label4";
     this.label4.Xalign = 1F;
     this.label4.LabelProp = global::Mono.Unix.Catalog.GetString ("Vorname :");
     this.table1.Add (this.label4);
     global::Gtk.Table.TableChild w5 = ((global::Gtk.Table.TableChild)(this.table1 [this.label4]));
     w5.XOptions = ((global::Gtk.AttachOptions)(4));
     w5.YOptions = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     this.label5 = new global::Gtk.Label ();
     this.label5.Name = "label5";
     this.label5.Xalign = 1F;
     this.label5.LabelProp = global::Mono.Unix.Catalog.GetString ("Nachname :");
     this.table1.Add (this.label5);
     global::Gtk.Table.TableChild w6 = ((global::Gtk.Table.TableChild)(this.table1 [this.label5]));
     w6.TopAttach = ((uint)(1));
     w6.BottomAttach = ((uint)(2));
     w6.XOptions = ((global::Gtk.AttachOptions)(4));
     w6.YOptions = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     this.label6 = new global::Gtk.Label ();
     this.label6.Name = "label6";
     this.label6.Xalign = 1F;
     this.label6.LabelProp = global::Mono.Unix.Catalog.GetString ("Abteil :");
     this.table1.Add (this.label6);
     global::Gtk.Table.TableChild w7 = ((global::Gtk.Table.TableChild)(this.table1 [this.label6]));
     w7.LeftAttach = ((uint)(3));
     w7.RightAttach = ((uint)(4));
     w7.XOptions = ((global::Gtk.AttachOptions)(4));
     w7.YOptions = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     this.label7 = new global::Gtk.Label ();
     this.label7.Name = "label7";
     this.label7.Xalign = 1F;
     this.label7.LabelProp = global::Mono.Unix.Catalog.GetString ("Aufgabe :");
     this.table1.Add (this.label7);
     global::Gtk.Table.TableChild w8 = ((global::Gtk.Table.TableChild)(this.table1 [this.label7]));
     w8.TopAttach = ((uint)(1));
     w8.BottomAttach = ((uint)(2));
     w8.LeftAttach = ((uint)(3));
     w8.RightAttach = ((uint)(4));
     w8.XOptions = ((global::Gtk.AttachOptions)(4));
     w8.YOptions = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     this.label8 = new global::Gtk.Label ();
     this.label8.Name = "label8";
     this.label8.Xalign = 1F;
     this.label8.LabelProp = global::Mono.Unix.Catalog.GetString ("Schicht :");
     this.table1.Add (this.label8);
     global::Gtk.Table.TableChild w9 = ((global::Gtk.Table.TableChild)(this.table1 [this.label8]));
     w9.TopAttach = ((uint)(2));
     w9.BottomAttach = ((uint)(3));
     w9.LeftAttach = ((uint)(3));
     w9.RightAttach = ((uint)(4));
     w9.XOptions = ((global::Gtk.AttachOptions)(4));
     w9.YOptions = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     this.label9 = new global::Gtk.Label ();
     this.label9.Name = "label9";
     this.label9.Xalign = 1F;
     this.label9.LabelProp = global::Mono.Unix.Catalog.GetString ("Typ :");
     this.table1.Add (this.label9);
     global::Gtk.Table.TableChild w10 = ((global::Gtk.Table.TableChild)(this.table1 [this.label9]));
     w10.TopAttach = ((uint)(2));
     w10.BottomAttach = ((uint)(3));
     w10.XOptions = ((global::Gtk.AttachOptions)(4));
     w10.YOptions = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     this.lnameEntry = new global::Gtk.Entry ();
     this.lnameEntry.CanFocus = true;
     this.lnameEntry.Name = "lnameEntry";
     this.lnameEntry.IsEditable = true;
     this.lnameEntry.InvisibleChar = '●';
     this.table1.Add (this.lnameEntry);
     global::Gtk.Table.TableChild w11 = ((global::Gtk.Table.TableChild)(this.table1 [this.lnameEntry]));
     w11.TopAttach = ((uint)(1));
     w11.BottomAttach = ((uint)(2));
     w11.LeftAttach = ((uint)(1));
     w11.RightAttach = ((uint)(2));
     w11.YOptions = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     this.taskCombobox = global::Gtk.ComboBox.NewText ();
     this.taskCombobox.Name = "taskCombobox";
     this.table1.Add (this.taskCombobox);
     global::Gtk.Table.TableChild w12 = ((global::Gtk.Table.TableChild)(this.table1 [this.taskCombobox]));
     w12.TopAttach = ((uint)(1));
     w12.BottomAttach = ((uint)(2));
     w12.LeftAttach = ((uint)(4));
     w12.RightAttach = ((uint)(5));
     w12.YOptions = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     this.timesCombobox = global::Gtk.ComboBox.NewText ();
     this.timesCombobox.Name = "timesCombobox";
     this.table1.Add (this.timesCombobox);
     global::Gtk.Table.TableChild w13 = ((global::Gtk.Table.TableChild)(this.table1 [this.timesCombobox]));
     w13.TopAttach = ((uint)(2));
     w13.BottomAttach = ((uint)(3));
     w13.LeftAttach = ((uint)(4));
     w13.RightAttach = ((uint)(5));
     w13.YOptions = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     this.typCombobox = global::Gtk.ComboBox.NewText ();
     this.typCombobox.Name = "typCombobox";
     this.table1.Add (this.typCombobox);
     global::Gtk.Table.TableChild w14 = ((global::Gtk.Table.TableChild)(this.table1 [this.typCombobox]));
     w14.TopAttach = ((uint)(2));
     w14.BottomAttach = ((uint)(3));
     w14.LeftAttach = ((uint)(1));
     w14.RightAttach = ((uint)(2));
     w14.XOptions = ((global::Gtk.AttachOptions)(4));
     w14.YOptions = ((global::Gtk.AttachOptions)(4));
     this.vbox1.Add (this.table1);
     global::Gtk.Box.BoxChild w15 = ((global::Gtk.Box.BoxChild)(this.vbox1 [this.table1]));
     w15.Position = 1;
     w15.Expand = false;
     w15.Fill = false;
     // Container child vbox1.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.personalTreeView = new global::Gtk.TreeView ();
     this.personalTreeView.CanFocus = true;
     this.personalTreeView.Name = "personalTreeView";
     this.GtkScrolledWindow.Add (this.personalTreeView);
     this.vbox1.Add (this.GtkScrolledWindow);
     global::Gtk.Box.BoxChild w17 = ((global::Gtk.Box.BoxChild)(this.vbox1 [this.GtkScrolledWindow]));
     w17.Position = 2;
     // Container child vbox1.Gtk.Box+BoxChild
     this.hseparator2 = new global::Gtk.HSeparator ();
     this.hseparator2.HeightRequest = 6;
     this.hseparator2.Name = "hseparator2";
     this.vbox1.Add (this.hseparator2);
     global::Gtk.Box.BoxChild w18 = ((global::Gtk.Box.BoxChild)(this.vbox1 [this.hseparator2]));
     w18.Position = 3;
     w18.Expand = false;
     w18.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.vbox3 = new global::Gtk.VBox ();
     this.vbox3.Name = "vbox3";
     this.vbox3.Spacing = 6;
     // Container child vbox3.Gtk.Box+BoxChild
     this.PVHeaderLabel = new global::Gtk.Label ();
     this.PVHeaderLabel.Name = "PVHeaderLabel";
     this.PVHeaderLabel.LabelProp = global::Mono.Unix.Catalog.GetString ("Personenverwaltung");
     this.vbox3.Add (this.PVHeaderLabel);
     global::Gtk.Box.BoxChild w19 = ((global::Gtk.Box.BoxChild)(this.vbox3 [this.PVHeaderLabel]));
     w19.Position = 0;
     w19.Expand = false;
     // Container child vbox3.Gtk.Box+BoxChild
     this.hbuttonbox1 = new global::Gtk.HButtonBox ();
     this.hbuttonbox1.Name = "hbuttonbox1";
     this.hbuttonbox1.Homogeneous = true;
     this.hbuttonbox1.Spacing = 3;
     this.hbuttonbox1.BorderWidth = ((uint)(3));
     // Container child hbuttonbox1.Gtk.ButtonBox+ButtonBoxChild
     this.PersonAddButton = new global::Gtk.Button ();
     this.PersonAddButton.CanFocus = true;
     this.PersonAddButton.Name = "PersonAddButton";
     this.PersonAddButton.UseUnderline = true;
     // Container child PersonAddButton.Gtk.Container+ContainerChild
     global::Gtk.Alignment w20 = new global::Gtk.Alignment (0.5F, 0.5F, 0F, 0F);
     // Container child GtkAlignment.Gtk.Container+ContainerChild
     global::Gtk.HBox w21 = new global::Gtk.HBox ();
     w21.Spacing = 2;
     // Container child GtkHBox.Gtk.Container+ContainerChild
     global::Gtk.Image w22 = new global::Gtk.Image ();
     w22.Pixbuf = global::Stetic.IconLoader.LoadIcon (this, "gtk-add", global::Gtk.IconSize.Menu);
     w21.Add (w22);
     // Container child GtkHBox.Gtk.Container+ContainerChild
     global::Gtk.Label w24 = new global::Gtk.Label ();
     w24.LabelProp = global::Mono.Unix.Catalog.GetString ("Neu");
     w24.UseUnderline = true;
     w21.Add (w24);
     w20.Add (w21);
     this.PersonAddButton.Add (w20);
     this.hbuttonbox1.Add (this.PersonAddButton);
     global::Gtk.ButtonBox.ButtonBoxChild w28 = ((global::Gtk.ButtonBox.ButtonBoxChild)(this.hbuttonbox1 [this.PersonAddButton]));
     w28.Expand = false;
     w28.Fill = false;
     // Container child hbuttonbox1.Gtk.ButtonBox+ButtonBoxChild
     this.PersonEditButton = new global::Gtk.Button ();
     this.PersonEditButton.CanFocus = true;
     this.PersonEditButton.Name = "PersonEditButton";
     this.PersonEditButton.UseUnderline = true;
     // Container child PersonEditButton.Gtk.Container+ContainerChild
     global::Gtk.Alignment w29 = new global::Gtk.Alignment (0.5F, 0.5F, 0F, 0F);
     // Container child GtkAlignment.Gtk.Container+ContainerChild
     global::Gtk.HBox w30 = new global::Gtk.HBox ();
     w30.Spacing = 2;
     // Container child GtkHBox.Gtk.Container+ContainerChild
     global::Gtk.Image w31 = new global::Gtk.Image ();
     w31.Pixbuf = global::Stetic.IconLoader.LoadIcon (this, "gtk-edit", global::Gtk.IconSize.Menu);
     w30.Add (w31);
     // Container child GtkHBox.Gtk.Container+ContainerChild
     global::Gtk.Label w33 = new global::Gtk.Label ();
     w33.LabelProp = global::Mono.Unix.Catalog.GetString ("Bearbeiten");
     w33.UseUnderline = true;
     w30.Add (w33);
     w29.Add (w30);
     this.PersonEditButton.Add (w29);
     this.hbuttonbox1.Add (this.PersonEditButton);
     global::Gtk.ButtonBox.ButtonBoxChild w37 = ((global::Gtk.ButtonBox.ButtonBoxChild)(this.hbuttonbox1 [this.PersonEditButton]));
     w37.Position = 1;
     w37.Expand = false;
     w37.Fill = false;
     this.vbox3.Add (this.hbuttonbox1);
     global::Gtk.Box.BoxChild w38 = ((global::Gtk.Box.BoxChild)(this.vbox3 [this.hbuttonbox1]));
     w38.Position = 1;
     w38.Expand = false;
     this.hbox1.Add (this.vbox3);
     global::Gtk.Box.BoxChild w39 = ((global::Gtk.Box.BoxChild)(this.hbox1 [this.vbox3]));
     w39.Position = 0;
     w39.Fill = false;
     // Container child hbox1.Gtk.Box+BoxChild
     this.vseparator1 = new global::Gtk.VSeparator ();
     this.vseparator1.WidthRequest = 6;
     this.vseparator1.Name = "vseparator1";
     this.hbox1.Add (this.vseparator1);
     global::Gtk.Box.BoxChild w40 = ((global::Gtk.Box.BoxChild)(this.hbox1 [this.vseparator1]));
     w40.Position = 1;
     w40.Expand = false;
     w40.Fill = false;
     // Container child hbox1.Gtk.Box+BoxChild
     this.vbox4 = new global::Gtk.VBox ();
     this.vbox4.Name = "vbox4";
     this.vbox4.Spacing = 6;
     // Container child vbox4.Gtk.Box+BoxChild
     this.PHeaderLabel = new global::Gtk.Label ();
     this.PHeaderLabel.Name = "PHeaderLabel";
     this.PHeaderLabel.LabelProp = global::Mono.Unix.Catalog.GetString ("Verwaltung");
     this.vbox4.Add (this.PHeaderLabel);
     global::Gtk.Box.BoxChild w41 = ((global::Gtk.Box.BoxChild)(this.vbox4 [this.PHeaderLabel]));
     w41.Position = 0;
     w41.Expand = false;
     // Container child vbox4.Gtk.Box+BoxChild
     this.managementHbuttonbox = new global::Gtk.HButtonBox ();
     this.managementHbuttonbox.Name = "managementHbuttonbox";
     this.managementHbuttonbox.Homogeneous = true;
     this.managementHbuttonbox.Spacing = 3;
     this.managementHbuttonbox.BorderWidth = ((uint)(3));
     // Container child managementHbuttonbox.Gtk.ButtonBox+ButtonBoxChild
     this.printButton = new global::Gtk.Button ();
     this.printButton.CanFocus = true;
     this.printButton.Name = "printButton";
     this.printButton.UseUnderline = true;
     // Container child printButton.Gtk.Container+ContainerChild
     global::Gtk.Alignment w42 = new global::Gtk.Alignment (0.5F, 0.5F, 0F, 0F);
     // Container child GtkAlignment.Gtk.Container+ContainerChild
     global::Gtk.HBox w43 = new global::Gtk.HBox ();
     w43.Spacing = 2;
     // Container child GtkHBox.Gtk.Container+ContainerChild
     global::Gtk.Image w44 = new global::Gtk.Image ();
     w44.Pixbuf = global::Stetic.IconLoader.LoadIcon (this, "gtk-print", global::Gtk.IconSize.Menu);
     w43.Add (w44);
     // Container child GtkHBox.Gtk.Container+ContainerChild
     global::Gtk.Label w46 = new global::Gtk.Label ();
     w46.LabelProp = global::Mono.Unix.Catalog.GetString ("Drucken");
     w46.UseUnderline = true;
     w43.Add (w46);
     w42.Add (w43);
     this.printButton.Add (w42);
     this.managementHbuttonbox.Add (this.printButton);
     global::Gtk.ButtonBox.ButtonBoxChild w50 = ((global::Gtk.ButtonBox.ButtonBoxChild)(this.managementHbuttonbox [this.printButton]));
     w50.Expand = false;
     w50.Fill = false;
     // Container child managementHbuttonbox.Gtk.ButtonBox+ButtonBoxChild
     this.printViewButton = new global::Gtk.Button ();
     this.printViewButton.CanFocus = true;
     this.printViewButton.Name = "printViewButton";
     this.printViewButton.UseUnderline = true;
     // Container child printViewButton.Gtk.Container+ContainerChild
     global::Gtk.Alignment w51 = new global::Gtk.Alignment (0.5F, 0.5F, 0F, 0F);
     // Container child GtkAlignment.Gtk.Container+ContainerChild
     global::Gtk.HBox w52 = new global::Gtk.HBox ();
     w52.Spacing = 2;
     // Container child GtkHBox.Gtk.Container+ContainerChild
     global::Gtk.Image w53 = new global::Gtk.Image ();
     w53.Pixbuf = global::Stetic.IconLoader.LoadIcon (this, "gtk-print-preview", global::Gtk.IconSize.Menu);
     w52.Add (w53);
     // Container child GtkHBox.Gtk.Container+ContainerChild
     global::Gtk.Label w55 = new global::Gtk.Label ();
     w55.LabelProp = global::Mono.Unix.Catalog.GetString ("Druckvorschau");
     w55.UseUnderline = true;
     w52.Add (w55);
     w51.Add (w52);
     this.printViewButton.Add (w51);
     this.managementHbuttonbox.Add (this.printViewButton);
     global::Gtk.ButtonBox.ButtonBoxChild w59 = ((global::Gtk.ButtonBox.ButtonBoxChild)(this.managementHbuttonbox [this.printViewButton]));
     w59.Position = 1;
     w59.Expand = false;
     w59.Fill = false;
     // Container child managementHbuttonbox.Gtk.ButtonBox+ButtonBoxChild
     this.exportButton = new global::Gtk.Button ();
     this.exportButton.CanFocus = true;
     this.exportButton.Name = "exportButton";
     this.exportButton.UseUnderline = true;
     // Container child exportButton.Gtk.Container+ContainerChild
     global::Gtk.Alignment w60 = new global::Gtk.Alignment (0.5F, 0.5F, 0F, 0F);
     // Container child GtkAlignment.Gtk.Container+ContainerChild
     global::Gtk.HBox w61 = new global::Gtk.HBox ();
     w61.Spacing = 2;
     // Container child GtkHBox.Gtk.Container+ContainerChild
     global::Gtk.Image w62 = new global::Gtk.Image ();
     w62.Pixbuf = global::Stetic.IconLoader.LoadIcon (this, "stock_right", global::Gtk.IconSize.Menu);
     w61.Add (w62);
     // Container child GtkHBox.Gtk.Container+ContainerChild
     global::Gtk.Label w64 = new global::Gtk.Label ();
     w64.LabelProp = global::Mono.Unix.Catalog.GetString ("PDF - Export");
     w64.UseUnderline = true;
     w61.Add (w64);
     w60.Add (w61);
     this.exportButton.Add (w60);
     this.managementHbuttonbox.Add (this.exportButton);
     global::Gtk.ButtonBox.ButtonBoxChild w68 = ((global::Gtk.ButtonBox.ButtonBoxChild)(this.managementHbuttonbox [this.exportButton]));
     w68.Position = 2;
     w68.Expand = false;
     w68.Fill = false;
     this.vbox4.Add (this.managementHbuttonbox);
     global::Gtk.Box.BoxChild w69 = ((global::Gtk.Box.BoxChild)(this.vbox4 [this.managementHbuttonbox]));
     w69.Position = 1;
     w69.Fill = false;
     this.hbox1.Add (this.vbox4);
     global::Gtk.Box.BoxChild w70 = ((global::Gtk.Box.BoxChild)(this.hbox1 [this.vbox4]));
     w70.Position = 2;
     w70.Fill = false;
     this.vbox1.Add (this.hbox1);
     global::Gtk.Box.BoxChild w71 = ((global::Gtk.Box.BoxChild)(this.vbox1 [this.hbox1]));
     w71.Position = 4;
     w71.Expand = false;
     w71.Fill = false;
     this.Add (this.vbox1);
     if ((this.Child != null)) {
         this.Child.ShowAll ();
     }
     this.Hide ();
     this.typCombobox.Changed += new global::System.EventHandler (this.OnTypComboboxChanged);
     this.timesCombobox.Changed += new global::System.EventHandler (this.OnTimesComboboxChanged);
     this.taskCombobox.Changed += new global::System.EventHandler (this.OnTaskComboboxChanged);
     this.lnameEntry.Changed += new global::System.EventHandler (this.OnLnameEntryChanged);
     this.fnameEntry.Changed += new global::System.EventHandler (this.OnFnameEntryChanged);
     this.areaCombobox.Changed += new global::System.EventHandler (this.OnAreaComboboxChanged);
     this.personalTreeView.CursorChanged += new global::System.EventHandler (this.OnPersonalTreeViewCursorChanged);
     this.PersonAddButton.Clicked += new global::System.EventHandler (this.OnPersonAddButtonClicked);
     this.PersonEditButton.Clicked += new global::System.EventHandler (this.OnPersonEditButtonClicked);
     this.printButton.Clicked += new global::System.EventHandler (this.OnPrintButtonClicked);
     this.printViewButton.Clicked += new global::System.EventHandler (this.OnPrintViewButtonClicked);
     this.exportButton.Clicked += new global::System.EventHandler (this.OnExportButtonClicked);
 }
コード例 #46
0
 protected virtual void Build()
 {
     global::Stetic.Gui.Initialize(this);
     // Widget Vodovoz.Views.BusinessTasks.PaymentTaskView
     global::Stetic.BinContainer.Attach(this);
     this.Name = "Vodovoz.Views.BusinessTasks.PaymentTaskView";
     // Container child Vodovoz.Views.BusinessTasks.PaymentTaskView.Gtk.Container+ContainerChild
     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 w1 = new global::Gtk.Viewport();
     w1.ShadowType = ((global::Gtk.ShadowType)(0));
     // Container child GtkViewport.Gtk.Container+ContainerChild
     this.vbox2         = new global::Gtk.VBox();
     this.vbox2.Name    = "vbox2";
     this.vbox2.Spacing = 6;
     // Container child vbox2.Gtk.Box+BoxChild
     this.hbox3         = new global::Gtk.HBox();
     this.hbox3.Name    = "hbox3";
     this.hbox3.Spacing = 6;
     // Container child hbox3.Gtk.Box+BoxChild
     this.buttonSave              = new global::Gtk.Button();
     this.buttonSave.CanFocus     = true;
     this.buttonSave.Name         = "buttonSave";
     this.buttonSave.UseUnderline = true;
     this.buttonSave.Label        = global::Mono.Unix.Catalog.GetString("Сохранить");
     global::Gtk.Image w2 = new global::Gtk.Image();
     w2.Pixbuf             = global::Stetic.IconLoader.LoadIcon(this, "gtk-save", global::Gtk.IconSize.Menu);
     this.buttonSave.Image = w2;
     this.hbox3.Add(this.buttonSave);
     global::Gtk.Box.BoxChild w3 = ((global::Gtk.Box.BoxChild)(this.hbox3[this.buttonSave]));
     w3.Position = 0;
     w3.Expand   = false;
     w3.Fill     = false;
     // Container child hbox3.Gtk.Box+BoxChild
     this.buttonCancel              = new global::Gtk.Button();
     this.buttonCancel.CanFocus     = true;
     this.buttonCancel.Name         = "buttonCancel";
     this.buttonCancel.UseUnderline = true;
     this.buttonCancel.Label        = global::Mono.Unix.Catalog.GetString("Отменить");
     global::Gtk.Image w4 = new global::Gtk.Image();
     w4.Pixbuf = global::Stetic.IconLoader.LoadIcon(this, "gtk-revert-to-saved", global::Gtk.IconSize.Menu);
     this.buttonCancel.Image = w4;
     this.hbox3.Add(this.buttonCancel);
     global::Gtk.Box.BoxChild w5 = ((global::Gtk.Box.BoxChild)(this.hbox3[this.buttonCancel]));
     w5.Position = 1;
     w5.Expand   = false;
     w5.Fill     = false;
     // Container child hbox3.Gtk.Box+BoxChild
     this.labelCreator           = new global::Gamma.GtkWidgets.yLabel();
     this.labelCreator.Name      = "labelCreator";
     this.labelCreator.LabelProp = global::Mono.Unix.Catalog.GetString("labelCreator");
     this.hbox3.Add(this.labelCreator);
     global::Gtk.Box.BoxChild w6 = ((global::Gtk.Box.BoxChild)(this.hbox3[this.labelCreator]));
     w6.PackType = ((global::Gtk.PackType)(1));
     w6.Position = 3;
     w6.Expand   = false;
     w6.Fill     = false;
     // Container child hbox3.Gtk.Box+BoxChild
     this.label3           = new global::Gtk.Label();
     this.label3.Name      = "label3";
     this.label3.LabelProp = global::Mono.Unix.Catalog.GetString("Создатель:");
     this.hbox3.Add(this.label3);
     global::Gtk.Box.BoxChild w7 = ((global::Gtk.Box.BoxChild)(this.hbox3[this.label3]));
     w7.PackType = ((global::Gtk.PackType)(1));
     w7.Position = 4;
     w7.Expand   = false;
     w7.Fill     = false;
     this.vbox2.Add(this.hbox3);
     global::Gtk.Box.BoxChild w8 = ((global::Gtk.Box.BoxChild)(this.vbox2[this.hbox3]));
     w8.Position = 0;
     w8.Expand   = false;
     w8.Fill     = false;
     // Container child vbox2.Gtk.Box+BoxChild
     this.hbox1         = new global::Gtk.HBox();
     this.hbox1.Name    = "hbox1";
     this.hbox1.Spacing = 15;
     // Container child hbox1.Gtk.Box+BoxChild
     this.table1               = new global::Gtk.Table(((uint)(13)), ((uint)(2)), false);
     this.table1.Name          = "table1";
     this.table1.RowSpacing    = ((uint)(10));
     this.table1.ColumnSpacing = ((uint)(6));
     // Container child table1.Gtk.Table+TableChild
     this.counterpartyViewModelEntry                  = new global::QS.Widgets.GtkUI.EntityViewModelEntry();
     this.counterpartyViewModelEntry.Events           = ((global::Gdk.EventMask)(256));
     this.counterpartyViewModelEntry.Name             = "counterpartyViewModelEntry";
     this.counterpartyViewModelEntry.CanEditReference = true;
     this.table1.Add(this.counterpartyViewModelEntry);
     global::Gtk.Table.TableChild w9 = ((global::Gtk.Table.TableChild)(this.table1[this.counterpartyViewModelEntry]));
     w9.TopAttach    = ((uint)(5));
     w9.BottomAttach = ((uint)(6));
     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.currentPayEntry               = new global::Gamma.Widgets.yValidatedEntry();
     this.currentPayEntry.CanFocus      = true;
     this.currentPayEntry.Name          = "currentPayEntry";
     this.currentPayEntry.IsEditable    = true;
     this.currentPayEntry.InvisibleChar = '•';
     this.table1.Add(this.currentPayEntry);
     global::Gtk.Table.TableChild w10 = ((global::Gtk.Table.TableChild)(this.table1[this.currentPayEntry]));
     w10.TopAttach    = ((uint)(10));
     w10.BottomAttach = ((uint)(11));
     w10.LeftAttach   = ((uint)(1));
     w10.RightAttach  = ((uint)(2));
     w10.XOptions     = ((global::Gtk.AttachOptions)(4));
     w10.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     this.datepickerPaymentDate                    = new global::QS.Widgets.GtkUI.DatePicker();
     this.datepickerPaymentDate.Events             = ((global::Gdk.EventMask)(256));
     this.datepickerPaymentDate.Name               = "datepickerPaymentDate";
     this.datepickerPaymentDate.WithTime           = true;
     this.datepickerPaymentDate.HideCalendarButton = false;
     this.datepickerPaymentDate.Date               = new global::System.DateTime(0);
     this.datepickerPaymentDate.IsEditable         = true;
     this.datepickerPaymentDate.AutoSeparation     = false;
     this.table1.Add(this.datepickerPaymentDate);
     global::Gtk.Table.TableChild w11 = ((global::Gtk.Table.TableChild)(this.table1[this.datepickerPaymentDate]));
     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.deadlineYdatepicker                    = new global::QS.Widgets.GtkUI.DatePicker();
     this.deadlineYdatepicker.Events             = ((global::Gdk.EventMask)(256));
     this.deadlineYdatepicker.Name               = "deadlineYdatepicker";
     this.deadlineYdatepicker.WithTime           = true;
     this.deadlineYdatepicker.HideCalendarButton = false;
     this.deadlineYdatepicker.Date               = new global::System.DateTime(0);
     this.deadlineYdatepicker.IsEditable         = true;
     this.deadlineYdatepicker.AutoSeparation     = false;
     this.table1.Add(this.deadlineYdatepicker);
     global::Gtk.Table.TableChild w12 = ((global::Gtk.Table.TableChild)(this.table1[this.deadlineYdatepicker]));
     w12.TopAttach    = ((uint)(2));
     w12.BottomAttach = ((uint)(3));
     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.employeeViewModelEntry                  = new global::QS.Widgets.GtkUI.EntityViewModelEntry();
     this.employeeViewModelEntry.Events           = ((global::Gdk.EventMask)(256));
     this.employeeViewModelEntry.Name             = "employeeViewModelEntry";
     this.employeeViewModelEntry.CanEditReference = true;
     this.table1.Add(this.employeeViewModelEntry);
     global::Gtk.Table.TableChild w13 = ((global::Gtk.Table.TableChild)(this.table1[this.employeeViewModelEntry]));
     w13.TopAttach    = ((uint)(3));
     w13.BottomAttach = ((uint)(4));
     w13.LeftAttach   = ((uint)(1));
     w13.RightAttach  = ((uint)(2));
     w13.XOptions     = ((global::Gtk.AttachOptions)(4));
     w13.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     this.GtkScrolledWindow            = new global::Gtk.ScrolledWindow();
     this.GtkScrolledWindow.Name       = "GtkScrolledWindow";
     this.GtkScrolledWindow.ShadowType = ((global::Gtk.ShadowType)(1));
     // Container child GtkScrolledWindow.Gtk.Container+ContainerChild
     this.textViewPaymentPurpose          = new global::Gamma.GtkWidgets.yTextView();
     this.textViewPaymentPurpose.CanFocus = true;
     this.textViewPaymentPurpose.Name     = "textViewPaymentPurpose";
     this.GtkScrolledWindow.Add(this.textViewPaymentPurpose);
     this.table1.Add(this.GtkScrolledWindow);
     global::Gtk.Table.TableChild w15 = ((global::Gtk.Table.TableChild)(this.table1[this.GtkScrolledWindow]));
     w15.TopAttach    = ((uint)(11));
     w15.BottomAttach = ((uint)(12));
     w15.LeftAttach   = ((uint)(1));
     w15.RightAttach  = ((uint)(2));
     w15.XOptions     = ((global::Gtk.AttachOptions)(4));
     w15.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     this.isTaskCompleteButton = new global::Gamma.GtkWidgets.yCheckButton();
     this.isTaskCompleteButton.HeightRequest = 40;
     this.isTaskCompleteButton.CanFocus      = true;
     this.isTaskCompleteButton.Name          = "isTaskCompleteButton";
     this.isTaskCompleteButton.Label         = global::Mono.Unix.Catalog.GetString("Задача выполнена ");
     this.isTaskCompleteButton.DrawIndicator = true;
     this.isTaskCompleteButton.UseUnderline  = true;
     this.table1.Add(this.isTaskCompleteButton);
     global::Gtk.Table.TableChild w16 = ((global::Gtk.Table.TableChild)(this.table1[this.isTaskCompleteButton]));
     w16.TopAttach    = ((uint)(12));
     w16.BottomAttach = ((uint)(13));
     w16.LeftAttach   = ((uint)(1));
     w16.RightAttach  = ((uint)(2));
     w16.XOptions     = ((global::Gtk.AttachOptions)(4));
     w16.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     this.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 w17 = ((global::Gtk.Table.TableChild)(this.table1[this.label1]));
     w17.TopAttach    = ((uint)(5));
     w17.BottomAttach = ((uint)(6));
     w17.XOptions     = ((global::Gtk.AttachOptions)(4));
     w17.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     this.label10           = new global::Gtk.Label();
     this.label10.Name      = "label10";
     this.label10.LabelProp = global::Mono.Unix.Catalog.GetString("Заказ");
     this.table1.Add(this.label10);
     global::Gtk.Table.TableChild w18 = ((global::Gtk.Table.TableChild)(this.table1[this.label10]));
     w18.TopAttach    = ((uint)(6));
     w18.BottomAttach = ((uint)(7));
     w18.XOptions     = ((global::Gtk.AttachOptions)(4));
     w18.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     this.label11           = new global::Gtk.Label();
     this.label11.Name      = "label11";
     this.label11.LabelProp = global::Mono.Unix.Catalog.GetString("Статус оплаты");
     this.table1.Add(this.label11);
     global::Gtk.Table.TableChild w19 = ((global::Gtk.Table.TableChild)(this.table1[this.label11]));
     w19.TopAttach    = ((uint)(7));
     w19.BottomAttach = ((uint)(8));
     w19.XOptions     = ((global::Gtk.AttachOptions)(4));
     w19.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     this.label12           = new global::Gtk.Label();
     this.label12.Name      = "label12";
     this.label12.LabelProp = global::Mono.Unix.Catalog.GetString("Текущая оплата");
     this.table1.Add(this.label12);
     global::Gtk.Table.TableChild w20 = ((global::Gtk.Table.TableChild)(this.table1[this.label12]));
     w20.TopAttach    = ((uint)(10));
     w20.BottomAttach = ((uint)(11));
     w20.XOptions     = ((global::Gtk.AttachOptions)(4));
     w20.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     this.label13           = new global::Gtk.Label();
     this.label13.Name      = "label13";
     this.label13.LabelProp = global::Mono.Unix.Catalog.GetString("Основание");
     this.table1.Add(this.label13);
     global::Gtk.Table.TableChild w21 = ((global::Gtk.Table.TableChild)(this.table1[this.label13]));
     w21.TopAttach    = ((uint)(11));
     w21.BottomAttach = ((uint)(12));
     w21.XOptions     = ((global::Gtk.AttachOptions)(4));
     w21.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 w22 = ((global::Gtk.Table.TableChild)(this.table1[this.label2]));
     w22.TopAttach    = ((uint)(4));
     w22.BottomAttach = ((uint)(5));
     w22.XOptions     = ((global::Gtk.AttachOptions)(4));
     w22.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("Сумма заказа");
     this.table1.Add(this.label4);
     global::Gtk.Table.TableChild w23 = ((global::Gtk.Table.TableChild)(this.table1[this.label4]));
     w23.TopAttach    = ((uint)(8));
     w23.BottomAttach = ((uint)(9));
     w23.XOptions     = ((global::Gtk.AttachOptions)(4));
     w23.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("Прошлые оплаты");
     this.table1.Add(this.label5);
     global::Gtk.Table.TableChild w24 = ((global::Gtk.Table.TableChild)(this.table1[this.label5]));
     w24.TopAttach    = ((uint)(9));
     w24.BottomAttach = ((uint)(10));
     w24.XOptions     = ((global::Gtk.AttachOptions)(4));
     w24.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     this.label6           = new global::Gtk.Label();
     this.label6.Name      = "label6";
     this.label6.LabelProp = global::Mono.Unix.Catalog.GetString("Выполнить до");
     this.table1.Add(this.label6);
     global::Gtk.Table.TableChild w25 = ((global::Gtk.Table.TableChild)(this.table1[this.label6]));
     w25.TopAttach    = ((uint)(2));
     w25.BottomAttach = ((uint)(3));
     w25.XOptions     = ((global::Gtk.AttachOptions)(4));
     w25.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     this.label7           = new global::Gtk.Label();
     this.label7.Name      = "label7";
     this.label7.LabelProp = global::Mono.Unix.Catalog.GetString("Статус задачи");
     this.table1.Add(this.label7);
     global::Gtk.Table.TableChild w26 = ((global::Gtk.Table.TableChild)(this.table1[this.label7]));
     w26.XOptions = ((global::Gtk.AttachOptions)(4));
     w26.YOptions = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     this.label8           = new global::Gtk.Label();
     this.label8.Name      = "label8";
     this.label8.LabelProp = global::Mono.Unix.Catalog.GetString("Закреплено за");
     this.table1.Add(this.label8);
     global::Gtk.Table.TableChild w27 = ((global::Gtk.Table.TableChild)(this.table1[this.label8]));
     w27.TopAttach    = ((uint)(3));
     w27.BottomAttach = ((uint)(4));
     w27.XOptions     = ((global::Gtk.AttachOptions)(4));
     w27.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     this.label9           = new global::Gtk.Label();
     this.label9.Name      = "label9";
     this.label9.LabelProp = global::Mono.Unix.Catalog.GetString("Дата оплаты");
     this.table1.Add(this.label9);
     global::Gtk.Table.TableChild w28 = ((global::Gtk.Table.TableChild)(this.table1[this.label9]));
     w28.TopAttach    = ((uint)(1));
     w28.BottomAttach = ((uint)(2));
     w28.XOptions     = ((global::Gtk.AttachOptions)(4));
     w28.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     this.lastPaymentsEntry               = new global::Gamma.GtkWidgets.yEntry();
     this.lastPaymentsEntry.CanFocus      = true;
     this.lastPaymentsEntry.Name          = "lastPaymentsEntry";
     this.lastPaymentsEntry.IsEditable    = false;
     this.lastPaymentsEntry.InvisibleChar = '•';
     this.table1.Add(this.lastPaymentsEntry);
     global::Gtk.Table.TableChild w29 = ((global::Gtk.Table.TableChild)(this.table1[this.lastPaymentsEntry]));
     w29.TopAttach    = ((uint)(9));
     w29.BottomAttach = ((uint)(10));
     w29.LeftAttach   = ((uint)(1));
     w29.RightAttach  = ((uint)(2));
     w29.XOptions     = ((global::Gtk.AttachOptions)(4));
     w29.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     this.orderSumEntry               = new global::Gamma.GtkWidgets.yEntry();
     this.orderSumEntry.CanFocus      = true;
     this.orderSumEntry.Name          = "orderSumEntry";
     this.orderSumEntry.IsEditable    = false;
     this.orderSumEntry.InvisibleChar = '•';
     this.table1.Add(this.orderSumEntry);
     global::Gtk.Table.TableChild w30 = ((global::Gtk.Table.TableChild)(this.table1[this.orderSumEntry]));
     w30.TopAttach    = ((uint)(8));
     w30.BottomAttach = ((uint)(9));
     w30.LeftAttach   = ((uint)(1));
     w30.RightAttach  = ((uint)(2));
     w30.XOptions     = ((global::Gtk.AttachOptions)(4));
     w30.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     this.orderViewModelEntry                  = new global::QS.Widgets.GtkUI.EntityViewModelEntry();
     this.orderViewModelEntry.Events           = ((global::Gdk.EventMask)(256));
     this.orderViewModelEntry.Name             = "orderViewModelEntry";
     this.orderViewModelEntry.CanEditReference = true;
     this.table1.Add(this.orderViewModelEntry);
     global::Gtk.Table.TableChild w31 = ((global::Gtk.Table.TableChild)(this.table1[this.orderViewModelEntry]));
     w31.TopAttach    = ((uint)(6));
     w31.BottomAttach = ((uint)(7));
     w31.LeftAttach   = ((uint)(1));
     w31.RightAttach  = ((uint)(2));
     w31.XOptions     = ((global::Gtk.AttachOptions)(4));
     w31.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     this.paymentStatusComboBox      = new global::Gamma.Widgets.yEnumComboBox();
     this.paymentStatusComboBox.Name = "paymentStatusComboBox";
     this.paymentStatusComboBox.ShowSpecialStateAll = false;
     this.paymentStatusComboBox.ShowSpecialStateNot = false;
     this.paymentStatusComboBox.UseShortTitle       = false;
     this.paymentStatusComboBox.DefaultFirst        = false;
     this.table1.Add(this.paymentStatusComboBox);
     global::Gtk.Table.TableChild w32 = ((global::Gtk.Table.TableChild)(this.table1[this.paymentStatusComboBox]));
     w32.TopAttach    = ((uint)(7));
     w32.BottomAttach = ((uint)(8));
     w32.LeftAttach   = ((uint)(1));
     w32.RightAttach  = ((uint)(2));
     w32.XOptions     = ((global::Gtk.AttachOptions)(4));
     w32.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     this.subdivisionVMEntry                  = new global::QS.Widgets.GtkUI.EntityViewModelEntry();
     this.subdivisionVMEntry.Events           = ((global::Gdk.EventMask)(256));
     this.subdivisionVMEntry.Name             = "subdivisionVMEntry";
     this.subdivisionVMEntry.CanEditReference = true;
     this.table1.Add(this.subdivisionVMEntry);
     global::Gtk.Table.TableChild w33 = ((global::Gtk.Table.TableChild)(this.table1[this.subdivisionVMEntry]));
     w33.TopAttach    = ((uint)(4));
     w33.BottomAttach = ((uint)(5));
     w33.LeftAttach   = ((uint)(1));
     w33.RightAttach  = ((uint)(2));
     w33.XOptions     = ((global::Gtk.AttachOptions)(4));
     w33.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     this.taskStateComboBox      = new global::Gamma.Widgets.yEnumComboBox();
     this.taskStateComboBox.Name = "taskStateComboBox";
     this.taskStateComboBox.ShowSpecialStateAll = false;
     this.taskStateComboBox.ShowSpecialStateNot = false;
     this.taskStateComboBox.UseShortTitle       = false;
     this.taskStateComboBox.DefaultFirst        = false;
     this.table1.Add(this.taskStateComboBox);
     global::Gtk.Table.TableChild w34 = ((global::Gtk.Table.TableChild)(this.table1[this.taskStateComboBox]));
     w34.LeftAttach  = ((uint)(1));
     w34.RightAttach = ((uint)(2));
     w34.XOptions    = ((global::Gtk.AttachOptions)(4));
     w34.YOptions    = ((global::Gtk.AttachOptions)(4));
     this.hbox1.Add(this.table1);
     global::Gtk.Box.BoxChild w35 = ((global::Gtk.Box.BoxChild)(this.hbox1[this.table1]));
     w35.Position = 0;
     w35.Expand   = false;
     w35.Fill     = false;
     // Container child hbox1.Gtk.Box+BoxChild
     this.vseparator1      = new global::Gtk.VSeparator();
     this.vseparator1.Name = "vseparator1";
     this.hbox1.Add(this.vseparator1);
     global::Gtk.Box.BoxChild w36 = ((global::Gtk.Box.BoxChild)(this.hbox1[this.vseparator1]));
     w36.Position = 1;
     w36.Expand   = false;
     w36.Fill     = false;
     // Container child hbox1.Gtk.Box+BoxChild
     this.vboxComments         = new global::Gtk.VBox();
     this.vboxComments.Name    = "vboxComments";
     this.vboxComments.Spacing = 6;
     // Container child vboxComments.Gtk.Box+BoxChild
     this.hseparator1      = new global::Gtk.HSeparator();
     this.hseparator1.Name = "hseparator1";
     this.vboxComments.Add(this.hseparator1);
     global::Gtk.Box.BoxChild w37 = ((global::Gtk.Box.BoxChild)(this.vboxComments[this.hseparator1]));
     w37.Position = 0;
     w37.Expand   = false;
     w37.Fill     = false;
     this.hbox1.Add(this.vboxComments);
     global::Gtk.Box.BoxChild w38 = ((global::Gtk.Box.BoxChild)(this.hbox1[this.vboxComments]));
     w38.Position = 2;
     this.vbox2.Add(this.hbox1);
     global::Gtk.Box.BoxChild w39 = ((global::Gtk.Box.BoxChild)(this.vbox2[this.hbox1]));
     w39.Position = 1;
     w1.Add(this.vbox2);
     this.scrolledwindow1.Add(w1);
     this.Add(this.scrolledwindow1);
     if ((this.Child != null))
     {
         this.Child.ShowAll();
     }
     this.Hide();
 }
		protected virtual void Build ()
		{
			global::Stetic.Gui.Initialize (this);
			// Widget MonoDevelop.GtkCore.Dialogs.ProjectConversionDialog
			this.Name = "MonoDevelop.GtkCore.Dialogs.ProjectConversionDialog";
			this.Title = global::Mono.Unix.Catalog.GetString ("Project Name");
			this.WindowPosition = ((global::Gtk.WindowPosition)(4));
			this.Modal = true;
			this.SkipTaskbarHint = true;
			// Internal child MonoDevelop.GtkCore.Dialogs.ProjectConversionDialog.VBox
			global::Gtk.VBox w1 = this.VBox;
			w1.Name = "dialog1_VBox";
			w1.BorderWidth = ((uint)(2));
			// Container child dialog1_VBox.Gtk.Box+BoxChild
			this.hbox = new global::Gtk.HBox ();
			this.hbox.Name = "hbox";
			this.hbox.Spacing = 6;
			// Container child hbox.Gtk.Box+BoxChild
			this.alignmentLogo = new global::Gtk.Alignment (1f, 0.15f, 1f, 0f);
			this.alignmentLogo.Name = "alignmentLogo";
			// Container child alignmentLogo.Gtk.Container+ContainerChild
			this.imageLogo = new global::Gtk.Image ();
			this.imageLogo.WidthRequest = 180;
			this.imageLogo.Name = "imageLogo";
			this.imageLogo.Yalign = 0f;
			this.imageLogo.Pixbuf = global::Gdk.Pixbuf.LoadFromResource ("gtk-logo.png");
			this.alignmentLogo.Add (this.imageLogo);
			this.hbox.Add (this.alignmentLogo);
			global::Gtk.Box.BoxChild w3 = ((global::Gtk.Box.BoxChild)(this.hbox[this.alignmentLogo]));
			w3.Position = 0;
			w3.Expand = false;
			w3.Fill = false;
			// Container child hbox.Gtk.Box+BoxChild
			this.vbox2 = new global::Gtk.VBox ();
			this.vbox2.Name = "vbox2";
			this.vbox2.Spacing = 6;
			// Container child vbox2.Gtk.Box+BoxChild
			this.labelProject = new global::Gtk.Label ();
			this.labelProject.Name = "labelProject";
			this.labelProject.LabelProp = global::Mono.Unix.Catalog.GetString ("<b><big>GTK# Project Conversion</big></b>");
			this.labelProject.UseMarkup = true;
			this.vbox2.Add (this.labelProject);
			global::Gtk.Box.BoxChild w4 = ((global::Gtk.Box.BoxChild)(this.vbox2[this.labelProject]));
			w4.Position = 0;
			w4.Expand = false;
			w4.Fill = false;
			// Container child vbox2.Gtk.Box+BoxChild
			this.labelInfo = new global::Gtk.Label ();
			this.labelInfo.Name = "labelInfo";
			this.labelInfo.Xalign = 0f;
			this.labelInfo.Yalign = 0f;
			this.labelInfo.LabelProp = global::Mono.Unix.Catalog.GetString ("This project has been created in the previous\nversion of GTK# addin and must be converted. \n\n<b>Following changes will be made :</b>\n\t- split gui.stetic into separate .gtkx files\n\t- split generated.cs into separate helper classes\n\t- remove gtk-gui folder.\n\t- create a designer folder for stock icons\n\t  and generated helper classes. ");
			this.labelInfo.UseMarkup = true;
			this.labelInfo.Wrap = true;
			this.vbox2.Add (this.labelInfo);
			global::Gtk.Box.BoxChild w5 = ((global::Gtk.Box.BoxChild)(this.vbox2[this.labelInfo]));
			w5.Position = 1;
			w5.Expand = false;
			w5.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 w6 = ((global::Gtk.Box.BoxChild)(this.vbox2[this.hseparator1]));
			w6.Position = 2;
			w6.Expand = false;
			w6.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.labelFolder = new global::Gtk.Label ();
			this.labelFolder.Name = "labelFolder";
			this.labelFolder.LabelProp = global::Mono.Unix.Catalog.GetString ("Designer folder name:");
			this.hbox1.Add (this.labelFolder);
			global::Gtk.Box.BoxChild w7 = ((global::Gtk.Box.BoxChild)(this.hbox1[this.labelFolder]));
			w7.Position = 0;
			w7.Expand = false;
			w7.Fill = false;
			// Container child hbox1.Gtk.Box+BoxChild
			this.entryFolder = new global::Gtk.Entry ();
			this.entryFolder.CanFocus = true;
			this.entryFolder.Name = "entryFolder";
			this.entryFolder.IsEditable = true;
			
			this.hbox1.Add (this.entryFolder);
			global::Gtk.Box.BoxChild w8 = ((global::Gtk.Box.BoxChild)(this.hbox1[this.entryFolder]));
			w8.Position = 1;
			this.vbox2.Add (this.hbox1);
			global::Gtk.Box.BoxChild w9 = ((global::Gtk.Box.BoxChild)(this.vbox2[this.hbox1]));
			w9.Position = 3;
			w9.Expand = false;
			w9.Fill = false;
			// Container child vbox2.Gtk.Box+BoxChild
			this.checkBackup = new global::Gtk.CheckButton ();
			this.checkBackup.CanFocus = true;
			this.checkBackup.Name = "checkBackup";
			this.checkBackup.Label = global::Mono.Unix.Catalog.GetString ("Make a backup before converting");
			this.checkBackup.Active = true;
			this.checkBackup.DrawIndicator = true;
			this.checkBackup.UseUnderline = true;
			this.vbox2.Add (this.checkBackup);
			global::Gtk.Box.BoxChild w10 = ((global::Gtk.Box.BoxChild)(this.vbox2[this.checkBackup]));
			w10.Position = 4;
			w10.Expand = false;
			w10.Fill = false;
			this.hbox.Add (this.vbox2);
			global::Gtk.Box.BoxChild w11 = ((global::Gtk.Box.BoxChild)(this.hbox[this.vbox2]));
			w11.Position = 1;
			w11.Expand = false;
			w11.Fill = false;
			w1.Add (this.hbox);
			global::Gtk.Box.BoxChild w12 = ((global::Gtk.Box.BoxChild)(w1[this.hbox]));
			w12.Position = 0;
			w12.Expand = false;
			w12.Fill = false;
			// Internal child MonoDevelop.GtkCore.Dialogs.ProjectConversionDialog.ActionArea
			global::Gtk.HButtonBox w13 = this.ActionArea;
			w13.Name = "dialog1_ActionArea";
			w13.Spacing = 10;
			w13.BorderWidth = ((uint)(5));
			w13.LayoutStyle = ((global::Gtk.ButtonBoxStyle)(4));
			// Container child dialog1_ActionArea.Gtk.ButtonBox+ButtonBoxChild
			this.buttonConvert = new global::Gtk.Button ();
			this.buttonConvert.CanDefault = true;
			this.buttonConvert.CanFocus = true;
			this.buttonConvert.Name = "buttonConvert";
			this.buttonConvert.UseUnderline = true;
			this.buttonConvert.Label = global::Mono.Unix.Catalog.GetString ("_Convert");
			this.AddActionWidget (this.buttonConvert, -5);
			global::Gtk.ButtonBox.ButtonBoxChild w14 = ((global::Gtk.ButtonBox.ButtonBoxChild)(w13[this.buttonConvert]));
			w14.Expand = false;
			w14.Fill = false;
			if ((this.Child != null)) {
				this.Child.ShowAll ();
			}
			this.DefaultWidth = 532;
			this.DefaultHeight = 292;
			this.Show ();
		}
コード例 #48
0
		protected virtual void Build ()
		{
			global::Stetic.Gui.Initialize (this);
			// Widget MonoDevelop.Refactoring.EncapsulateFieldDialog
			this.Name = "MonoDevelop.Refactoring.EncapsulateFieldDialog";
			this.Title = global::Mono.Unix.Catalog.GetString ("Encapsulate Fields");
			this.WindowPosition = ((global::Gtk.WindowPosition)(4));
			this.BorderWidth = ((uint)(6));
			// Internal child MonoDevelop.Refactoring.EncapsulateFieldDialog.VBox
			global::Gtk.VBox w1 = this.VBox;
			w1.Name = "dialog1_VBox";
			w1.Spacing = 6;
			w1.BorderWidth = ((uint)(2));
			// Container child dialog1_VBox.Gtk.Box+BoxChild
			this.vbox = new global::Gtk.VBox ();
			this.vbox.Name = "vbox";
			this.vbox.Spacing = 6;
			this.vbox.BorderWidth = ((uint)(6));
			// Container child vbox.Gtk.Box+BoxChild
			this.GtkScrolledWindow = new global::Gtk.ScrolledWindow ();
			this.GtkScrolledWindow.Name = "GtkScrolledWindow";
			this.GtkScrolledWindow.HscrollbarPolicy = ((global::Gtk.PolicyType)(2));
			this.GtkScrolledWindow.ShadowType = ((global::Gtk.ShadowType)(1));
			// Container child GtkScrolledWindow.Gtk.Container+ContainerChild
			this.treeview = new global::Gtk.TreeView ();
			this.treeview.CanFocus = true;
			this.treeview.Name = "treeview";
			this.GtkScrolledWindow.Add (this.treeview);
			this.vbox.Add (this.GtkScrolledWindow);
			global::Gtk.Box.BoxChild w3 = ((global::Gtk.Box.BoxChild)(this.vbox [this.GtkScrolledWindow]));
			w3.Position = 0;
			// Container child vbox.Gtk.Box+BoxChild
			this.hbox1 = new global::Gtk.HBox ();
			this.hbox1.Name = "hbox1";
			this.hbox1.Spacing = 6;
			// Container child hbox1.Gtk.Box+BoxChild
			this.buttonSelectAll = new global::Gtk.Button ();
			this.buttonSelectAll.CanFocus = true;
			this.buttonSelectAll.Name = "buttonSelectAll";
			this.buttonSelectAll.UseUnderline = true;
			this.buttonSelectAll.Label = global::Mono.Unix.Catalog.GetString ("Select All");
			this.hbox1.Add (this.buttonSelectAll);
			global::Gtk.Box.BoxChild w4 = ((global::Gtk.Box.BoxChild)(this.hbox1 [this.buttonSelectAll]));
			w4.Position = 0;
			w4.Expand = false;
			w4.Fill = false;
			// Container child hbox1.Gtk.Box+BoxChild
			this.buttonUnselectAll = new global::Gtk.Button ();
			this.buttonUnselectAll.CanFocus = true;
			this.buttonUnselectAll.Name = "buttonUnselectAll";
			this.buttonUnselectAll.UseUnderline = true;
			this.buttonUnselectAll.Label = global::Mono.Unix.Catalog.GetString ("Unselect All");
			this.hbox1.Add (this.buttonUnselectAll);
			global::Gtk.Box.BoxChild w5 = ((global::Gtk.Box.BoxChild)(this.hbox1 [this.buttonUnselectAll]));
			w5.Position = 1;
			w5.Expand = false;
			w5.Fill = false;
			this.vbox.Add (this.hbox1);
			global::Gtk.Box.BoxChild w6 = ((global::Gtk.Box.BoxChild)(this.vbox [this.hbox1]));
			w6.Position = 1;
			w6.Expand = false;
			w6.Fill = false;
			// Container child vbox.Gtk.Box+BoxChild
			this.hseparator2 = new global::Gtk.HSeparator ();
			this.hseparator2.Name = "hseparator2";
			this.vbox.Add (this.hseparator2);
			global::Gtk.Box.BoxChild w7 = ((global::Gtk.Box.BoxChild)(this.vbox [this.hseparator2]));
			w7.Position = 2;
			w7.Expand = false;
			w7.Fill = false;
			// Container child vbox.Gtk.Box+BoxChild
			this.labelUpdateRefs = new global::Gtk.Label ();
			this.labelUpdateRefs.Name = "labelUpdateRefs";
			this.labelUpdateRefs.Xalign = 0F;
			this.labelUpdateRefs.LabelProp = global::Mono.Unix.Catalog.GetString ("_Update references:");
			this.labelUpdateRefs.UseUnderline = true;
			this.vbox.Add (this.labelUpdateRefs);
			global::Gtk.Box.BoxChild w8 = ((global::Gtk.Box.BoxChild)(this.vbox [this.labelUpdateRefs]));
			w8.Position = 3;
			w8.Expand = false;
			w8.Fill = false;
			// Container child vbox.Gtk.Box+BoxChild
			this.hboxUpdateRefs = new global::Gtk.HBox ();
			this.hboxUpdateRefs.Name = "hboxUpdateRefs";
			this.hboxUpdateRefs.Spacing = 6;
			// Container child hboxUpdateRefs.Gtk.Box+BoxChild
			this.labelSpacer = new global::Gtk.Label ();
			this.labelSpacer.Name = "labelSpacer";
			this.labelSpacer.Xalign = 0F;
			this.hboxUpdateRefs.Add (this.labelSpacer);
			global::Gtk.Box.BoxChild w9 = ((global::Gtk.Box.BoxChild)(this.hboxUpdateRefs [this.labelSpacer]));
			w9.Position = 0;
			w9.Expand = false;
			w9.Fill = false;
			// Container child hboxUpdateRefs.Gtk.Box+BoxChild
			this.vboxUpdateChoices = new global::Gtk.VBox ();
			this.vboxUpdateChoices.Name = "vboxUpdateChoices";
			this.vboxUpdateChoices.Spacing = 6;
			// Container child vboxUpdateChoices.Gtk.Box+BoxChild
			this.radioUpdateExternal = new global::Gtk.RadioButton (global::Mono.Unix.Catalog.GetString ("_External"));
			this.radioUpdateExternal.CanFocus = true;
			this.radioUpdateExternal.Name = "radioUpdateExternal";
			this.radioUpdateExternal.Active = true;
			this.radioUpdateExternal.DrawIndicator = true;
			this.radioUpdateExternal.UseUnderline = true;
			this.radioUpdateExternal.Group = new global::GLib.SList (global::System.IntPtr.Zero);
			this.vboxUpdateChoices.Add (this.radioUpdateExternal);
			global::Gtk.Box.BoxChild w10 = ((global::Gtk.Box.BoxChild)(this.vboxUpdateChoices [this.radioUpdateExternal]));
			w10.Position = 0;
			w10.Expand = false;
			w10.Fill = false;
			// Container child vboxUpdateChoices.Gtk.Box+BoxChild
			this.radioUpdateAll = new global::Gtk.RadioButton (global::Mono.Unix.Catalog.GetString ("_All"));
			this.radioUpdateAll.CanFocus = true;
			this.radioUpdateAll.Name = "radioUpdateAll";
			this.radioUpdateAll.DrawIndicator = true;
			this.radioUpdateAll.UseUnderline = true;
			this.radioUpdateAll.Group = this.radioUpdateExternal.Group;
			this.vboxUpdateChoices.Add (this.radioUpdateAll);
			global::Gtk.Box.BoxChild w11 = ((global::Gtk.Box.BoxChild)(this.vboxUpdateChoices [this.radioUpdateAll]));
			w11.Position = 1;
			w11.Expand = false;
			w11.Fill = false;
			this.hboxUpdateRefs.Add (this.vboxUpdateChoices);
			global::Gtk.Box.BoxChild w12 = ((global::Gtk.Box.BoxChild)(this.hboxUpdateRefs [this.vboxUpdateChoices]));
			w12.Position = 1;
			this.vbox.Add (this.hboxUpdateRefs);
			global::Gtk.Box.BoxChild w13 = ((global::Gtk.Box.BoxChild)(this.vbox [this.hboxUpdateRefs]));
			w13.Position = 4;
			w13.Expand = false;
			w13.Fill = false;
			// Container child vbox.Gtk.Box+BoxChild
			this.hbox2 = new global::Gtk.HBox ();
			this.hbox2.Name = "hbox2";
			this.hbox2.Spacing = 6;
			// Container child hbox2.Gtk.Box+BoxChild
			this.imageError = new global::Gtk.Image ();
			this.imageError.Name = "imageError";
			this.hbox2.Add (this.imageError);
			global::Gtk.Box.BoxChild w14 = ((global::Gtk.Box.BoxChild)(this.hbox2 [this.imageError]));
			w14.Position = 0;
			w14.Expand = false;
			w14.Fill = false;
			// Container child hbox2.Gtk.Box+BoxChild
			this.labelError = new global::Gtk.Label ();
			this.labelError.Name = "labelError";
			this.hbox2.Add (this.labelError);
			global::Gtk.Box.BoxChild w15 = ((global::Gtk.Box.BoxChild)(this.hbox2 [this.labelError]));
			w15.Position = 1;
			w15.Expand = false;
			w15.Fill = false;
			this.vbox.Add (this.hbox2);
			global::Gtk.Box.BoxChild w16 = ((global::Gtk.Box.BoxChild)(this.vbox [this.hbox2]));
			w16.Position = 5;
			w16.Expand = false;
			w16.Fill = false;
			w1.Add (this.vbox);
			global::Gtk.Box.BoxChild w17 = ((global::Gtk.Box.BoxChild)(w1 [this.vbox]));
			w17.Position = 0;
			// Internal child MonoDevelop.Refactoring.EncapsulateFieldDialog.ActionArea
			global::Gtk.HButtonBox w18 = this.ActionArea;
			w18.Name = "dialog1_ActionArea";
			w18.Spacing = 6;
			w18.BorderWidth = ((uint)(5));
			w18.LayoutStyle = ((global::Gtk.ButtonBoxStyle)(4));
			// Container child dialog1_ActionArea.Gtk.ButtonBox+ButtonBoxChild
			this.buttonCancel = new global::Gtk.Button ();
			this.buttonCancel.CanDefault = true;
			this.buttonCancel.CanFocus = true;
			this.buttonCancel.Name = "buttonCancel";
			this.buttonCancel.UseStock = true;
			this.buttonCancel.UseUnderline = true;
			this.buttonCancel.Label = "gtk-cancel";
			this.AddActionWidget (this.buttonCancel, -6);
			global::Gtk.ButtonBox.ButtonBoxChild w19 = ((global::Gtk.ButtonBox.ButtonBoxChild)(w18 [this.buttonCancel]));
			w19.Expand = false;
			w19.Fill = false;
			// Container child dialog1_ActionArea.Gtk.ButtonBox+ButtonBoxChild
			this.buttonOk = new global::Gtk.Button ();
			this.buttonOk.CanDefault = true;
			this.buttonOk.CanFocus = true;
			this.buttonOk.Name = "buttonOk";
			this.buttonOk.UseStock = true;
			this.buttonOk.UseUnderline = true;
			this.buttonOk.Label = "gtk-ok";
			this.AddActionWidget (this.buttonOk, -5);
			global::Gtk.ButtonBox.ButtonBoxChild w20 = ((global::Gtk.ButtonBox.ButtonBoxChild)(w18 [this.buttonOk]));
			w20.Position = 1;
			w20.Expand = false;
			w20.Fill = false;
			if ((this.Child != null)) {
				this.Child.ShowAll ();
			}
			this.DefaultWidth = 465;
			this.DefaultHeight = 427;
			this.Show ();
		}
		protected virtual void Build ()
		{
			global::Stetic.Gui.Initialize (this);
			// Widget MonoDevelop.VersionControl.Dialogs.SelectRepositoryDialog
			this.Events = ((global::Gdk.EventMask)(256));
			this.Name = "MonoDevelop.VersionControl.Dialogs.SelectRepositoryDialog";
			this.Title = global::Mono.Unix.Catalog.GetString ("Select Repository");
			this.WindowPosition = ((global::Gtk.WindowPosition)(4));
			this.BorderWidth = ((uint)(6));
			// Internal child MonoDevelop.VersionControl.Dialogs.SelectRepositoryDialog.VBox
			global::Gtk.VBox w1 = this.VBox;
			w1.Events = ((global::Gdk.EventMask)(256));
			w1.Name = "dialog_VBox";
			w1.Spacing = 6;
			// Container child dialog_VBox.Gtk.Box+BoxChild
			this.vbox1 = new global::Gtk.VBox ();
			this.vbox1.Name = "vbox1";
			this.vbox1.Spacing = 12;
			this.vbox1.BorderWidth = ((uint)(6));
			// Container child vbox1.Gtk.Box+BoxChild
			this.notebook = new global::Gtk.Notebook ();
			this.notebook.CanFocus = true;
			this.notebook.Name = "notebook";
			this.notebook.CurrentPage = 0;
			// Container child notebook.Gtk.Notebook+NotebookChild
			this.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.label3 = new global::Gtk.Label ();
			this.label3.Name = "label3";
			this.label3.LabelProp = global::Mono.Unix.Catalog.GetString ("Type:");
			this.hbox1.Add (this.label3);
			global::Gtk.Box.BoxChild w2 = ((global::Gtk.Box.BoxChild)(this.hbox1 [this.label3]));
			w2.Position = 0;
			w2.Expand = false;
			w2.Fill = false;
			// Container child hbox1.Gtk.Box+BoxChild
			this.repCombo = global::Gtk.ComboBox.NewText ();
			this.repCombo.Name = "repCombo";
			this.hbox1.Add (this.repCombo);
			global::Gtk.Box.BoxChild w3 = ((global::Gtk.Box.BoxChild)(this.hbox1 [this.repCombo]));
			w3.Position = 1;
			this.vbox2.Add (this.hbox1);
			global::Gtk.Box.BoxChild w4 = ((global::Gtk.Box.BoxChild)(this.vbox2 [this.hbox1]));
			w4.Position = 0;
			w4.Expand = false;
			w4.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 w5 = ((global::Gtk.Box.BoxChild)(this.vbox2 [this.hseparator1]));
			w5.Position = 1;
			w5.Expand = false;
			w5.Fill = false;
			// Container child vbox2.Gtk.Box+BoxChild
			this.repoContainer = new global::Gtk.EventBox ();
			this.repoContainer.Name = "repoContainer";
			this.vbox2.Add (this.repoContainer);
			global::Gtk.Box.BoxChild w6 = ((global::Gtk.Box.BoxChild)(this.vbox2 [this.repoContainer]));
			w6.Position = 2;
			this.notebook.Add (this.vbox2);
			// Notebook tab
			this.label1 = new global::Gtk.Label ();
			this.label1.Name = "label1";
			this.label1.LabelProp = global::Mono.Unix.Catalog.GetString ("Connect to Repository");
			this.notebook.SetTabLabel (this.vbox2, this.label1);
			this.label1.ShowAll ();
			// Container child notebook.Gtk.Notebook+NotebookChild
			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.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.repoTree = new global::Gtk.TreeView ();
			this.repoTree.CanFocus = true;
			this.repoTree.Name = "repoTree";
			this.scrolledwindow2.Add (this.repoTree);
			this.hbox2.Add (this.scrolledwindow2);
			global::Gtk.Box.BoxChild w9 = ((global::Gtk.Box.BoxChild)(this.hbox2 [this.scrolledwindow2]));
			w9.Position = 0;
			// Container child hbox2.Gtk.Box+BoxChild
			this.vbuttonbox1 = new global::Gtk.VButtonBox ();
			this.vbuttonbox1.Name = "vbuttonbox1";
			this.vbuttonbox1.Spacing = 6;
			this.vbuttonbox1.LayoutStyle = ((global::Gtk.ButtonBoxStyle)(3));
			// Container child vbuttonbox1.Gtk.ButtonBox+ButtonBoxChild
			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.vbuttonbox1.Add (this.buttonAdd);
			global::Gtk.ButtonBox.ButtonBoxChild w10 = ((global::Gtk.ButtonBox.ButtonBoxChild)(this.vbuttonbox1 [this.buttonAdd]));
			w10.Expand = false;
			w10.Fill = false;
			// Container child vbuttonbox1.Gtk.ButtonBox+ButtonBoxChild
			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.vbuttonbox1.Add (this.buttonRemove);
			global::Gtk.ButtonBox.ButtonBoxChild w11 = ((global::Gtk.ButtonBox.ButtonBoxChild)(this.vbuttonbox1 [this.buttonRemove]));
			w11.Position = 1;
			w11.Expand = false;
			w11.Fill = false;
			// Container child vbuttonbox1.Gtk.ButtonBox+ButtonBoxChild
			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.vbuttonbox1.Add (this.buttonEdit);
			global::Gtk.ButtonBox.ButtonBoxChild w12 = ((global::Gtk.ButtonBox.ButtonBoxChild)(this.vbuttonbox1 [this.buttonEdit]));
			w12.Position = 2;
			w12.Expand = false;
			w12.Fill = false;
			this.hbox2.Add (this.vbuttonbox1);
			global::Gtk.Box.BoxChild w13 = ((global::Gtk.Box.BoxChild)(this.hbox2 [this.vbuttonbox1]));
			w13.Position = 1;
			w13.Expand = false;
			w13.Fill = false;
			this.notebook.Add (this.hbox2);
			global::Gtk.Notebook.NotebookChild w14 = ((global::Gtk.Notebook.NotebookChild)(this.notebook [this.hbox2]));
			w14.Position = 1;
			// Notebook tab
			this.label2 = new global::Gtk.Label ();
			this.label2.Name = "label2";
			this.label2.LabelProp = global::Mono.Unix.Catalog.GetString ("Registered Repositories");
			this.notebook.SetTabLabel (this.hbox2, this.label2);
			this.label2.ShowAll ();
			this.vbox1.Add (this.notebook);
			global::Gtk.Box.BoxChild w15 = ((global::Gtk.Box.BoxChild)(this.vbox1 [this.notebook]));
			w15.Position = 0;
			// Container child vbox1.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.boxFolder = new global::Gtk.HBox ();
			this.boxFolder.Name = "boxFolder";
			this.boxFolder.Spacing = 6;
			// Container child boxFolder.Gtk.Box+BoxChild
			this.entryFolder = new global::Gtk.Entry ();
			this.entryFolder.CanFocus = true;
			this.entryFolder.Name = "entryFolder";
			this.entryFolder.IsEditable = true;
			this.entryFolder.InvisibleChar = '●';
			this.boxFolder.Add (this.entryFolder);
			global::Gtk.Box.BoxChild w16 = ((global::Gtk.Box.BoxChild)(this.boxFolder [this.entryFolder]));
			w16.Position = 0;
			// Container child boxFolder.Gtk.Box+BoxChild
			this.buttonBrowse = new global::Gtk.Button ();
			this.buttonBrowse.CanFocus = true;
			this.buttonBrowse.Name = "buttonBrowse";
			this.buttonBrowse.Label = global::Mono.Unix.Catalog.GetString ("Browse...");
			this.boxFolder.Add (this.buttonBrowse);
			global::Gtk.Box.BoxChild w17 = ((global::Gtk.Box.BoxChild)(this.boxFolder [this.buttonBrowse]));
			w17.Position = 1;
			w17.Expand = false;
			w17.Fill = false;
			this.table1.Add (this.boxFolder);
			global::Gtk.Table.TableChild w18 = ((global::Gtk.Table.TableChild)(this.table1 [this.boxFolder]));
			w18.TopAttach = ((uint)(1));
			w18.BottomAttach = ((uint)(2));
			w18.LeftAttach = ((uint)(1));
			w18.RightAttach = ((uint)(2));
			w18.XOptions = ((global::Gtk.AttachOptions)(4));
			w18.YOptions = ((global::Gtk.AttachOptions)(4));
			// Container child table1.Gtk.Table+TableChild
			this.boxMessage = new global::Gtk.HBox ();
			this.boxMessage.Name = "boxMessage";
			this.boxMessage.Spacing = 6;
			// Container child boxMessage.Gtk.Box+BoxChild
			this.entryMessage = new global::Gtk.Entry ();
			this.entryMessage.CanFocus = true;
			this.entryMessage.Name = "entryMessage";
			this.entryMessage.IsEditable = true;
			this.entryMessage.InvisibleChar = '●';
			this.boxMessage.Add (this.entryMessage);
			global::Gtk.Box.BoxChild w19 = ((global::Gtk.Box.BoxChild)(this.boxMessage [this.entryMessage]));
			w19.Position = 0;
			this.table1.Add (this.boxMessage);
			global::Gtk.Table.TableChild w20 = ((global::Gtk.Table.TableChild)(this.table1 [this.boxMessage]));
			w20.TopAttach = ((uint)(3));
			w20.BottomAttach = ((uint)(4));
			w20.LeftAttach = ((uint)(1));
			w20.RightAttach = ((uint)(2));
			w20.XOptions = ((global::Gtk.AttachOptions)(4));
			w20.YOptions = ((global::Gtk.AttachOptions)(4));
			// Container child table1.Gtk.Table+TableChild
			this.entryName = new global::Gtk.Entry ();
			this.entryName.CanFocus = true;
			this.entryName.Name = "entryName";
			this.entryName.IsEditable = true;
			this.entryName.InvisibleChar = '●';
			this.table1.Add (this.entryName);
			global::Gtk.Table.TableChild w21 = ((global::Gtk.Table.TableChild)(this.table1 [this.entryName]));
			w21.TopAttach = ((uint)(2));
			w21.BottomAttach = ((uint)(3));
			w21.LeftAttach = ((uint)(1));
			w21.RightAttach = ((uint)(2));
			w21.XOptions = ((global::Gtk.AttachOptions)(4));
			w21.YOptions = ((global::Gtk.AttachOptions)(4));
			// Container child table1.Gtk.Table+TableChild
			this.label5 = new global::Gtk.Label ();
			this.label5.Name = "label5";
			this.label5.Xalign = 0F;
			this.label5.LabelProp = global::Mono.Unix.Catalog.GetString ("Repository:");
			this.table1.Add (this.label5);
			global::Gtk.Table.TableChild w22 = ((global::Gtk.Table.TableChild)(this.table1 [this.label5]));
			w22.XOptions = ((global::Gtk.AttachOptions)(4));
			w22.YOptions = ((global::Gtk.AttachOptions)(4));
			// Container child table1.Gtk.Table+TableChild
			this.labelMessage = new global::Gtk.Label ();
			this.labelMessage.Name = "labelMessage";
			this.labelMessage.Xalign = 0F;
			this.labelMessage.LabelProp = global::Mono.Unix.Catalog.GetString ("Message:");
			this.table1.Add (this.labelMessage);
			global::Gtk.Table.TableChild w23 = ((global::Gtk.Table.TableChild)(this.table1 [this.labelMessage]));
			w23.TopAttach = ((uint)(3));
			w23.BottomAttach = ((uint)(4));
			w23.XOptions = ((global::Gtk.AttachOptions)(4));
			w23.YOptions = ((global::Gtk.AttachOptions)(4));
			// Container child table1.Gtk.Table+TableChild
			this.labelName = new global::Gtk.Label ();
			this.labelName.Name = "labelName";
			this.labelName.Xalign = 0F;
			this.labelName.LabelProp = global::Mono.Unix.Catalog.GetString ("Module name:");
			this.table1.Add (this.labelName);
			global::Gtk.Table.TableChild w24 = ((global::Gtk.Table.TableChild)(this.table1 [this.labelName]));
			w24.TopAttach = ((uint)(2));
			w24.BottomAttach = ((uint)(3));
			w24.XOptions = ((global::Gtk.AttachOptions)(4));
			w24.YOptions = ((global::Gtk.AttachOptions)(4));
			// Container child table1.Gtk.Table+TableChild
			this.labelRepository = new global::Gtk.Label ();
			this.labelRepository.Name = "labelRepository";
			this.labelRepository.Xalign = 0F;
			this.table1.Add (this.labelRepository);
			global::Gtk.Table.TableChild w25 = ((global::Gtk.Table.TableChild)(this.table1 [this.labelRepository]));
			w25.LeftAttach = ((uint)(1));
			w25.RightAttach = ((uint)(2));
			w25.YOptions = ((global::Gtk.AttachOptions)(4));
			// Container child table1.Gtk.Table+TableChild
			this.labelTargetDir = new global::Gtk.Label ();
			this.labelTargetDir.Name = "labelTargetDir";
			this.labelTargetDir.Xalign = 0F;
			this.labelTargetDir.LabelProp = global::Mono.Unix.Catalog.GetString ("Target directory:");
			this.table1.Add (this.labelTargetDir);
			global::Gtk.Table.TableChild w26 = ((global::Gtk.Table.TableChild)(this.table1 [this.labelTargetDir]));
			w26.TopAttach = ((uint)(1));
			w26.BottomAttach = ((uint)(2));
			w26.XOptions = ((global::Gtk.AttachOptions)(4));
			w26.YOptions = ((global::Gtk.AttachOptions)(4));
			this.vbox1.Add (this.table1);
			global::Gtk.Box.BoxChild w27 = ((global::Gtk.Box.BoxChild)(this.vbox1 [this.table1]));
			w27.Position = 1;
			w27.Expand = false;
			w27.Fill = false;
			w1.Add (this.vbox1);
			global::Gtk.Box.BoxChild w28 = ((global::Gtk.Box.BoxChild)(w1 [this.vbox1]));
			w28.Position = 0;
			// Internal child MonoDevelop.VersionControl.Dialogs.SelectRepositoryDialog.ActionArea
			global::Gtk.HButtonBox w29 = this.ActionArea;
			w29.Events = ((global::Gdk.EventMask)(256));
			w29.Name = "VersionControlAddIn.SelectRepositoryDialog_ActionArea";
			w29.Spacing = 10;
			w29.BorderWidth = ((uint)(5));
			w29.LayoutStyle = ((global::Gtk.ButtonBoxStyle)(4));
			// Container child VersionControlAddIn.SelectRepositoryDialog_ActionArea.Gtk.ButtonBox+ButtonBoxChild
			this.button559 = new global::Gtk.Button ();
			this.button559.CanDefault = true;
			this.button559.CanFocus = true;
			this.button559.Name = "button559";
			this.button559.UseStock = true;
			this.button559.UseUnderline = true;
			this.button559.Label = "gtk-cancel";
			this.AddActionWidget (this.button559, -6);
			global::Gtk.ButtonBox.ButtonBoxChild w30 = ((global::Gtk.ButtonBox.ButtonBoxChild)(w29 [this.button559]));
			w30.Expand = false;
			w30.Fill = false;
			// Container child VersionControlAddIn.SelectRepositoryDialog_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";
			w29.Add (this.buttonOk);
			global::Gtk.ButtonBox.ButtonBoxChild w31 = ((global::Gtk.ButtonBox.ButtonBoxChild)(w29 [this.buttonOk]));
			w31.Position = 1;
			w31.Expand = false;
			w31.Fill = false;
			if ((this.Child != null)) {
				this.Child.ShowAll ();
			}
			this.DefaultWidth = 617;
			this.DefaultHeight = 438;
			this.Hide ();
			this.notebook.ChangeCurrentPage += new global::Gtk.ChangeCurrentPageHandler (this.OnNotebookChangeCurrentPage);
			this.repCombo.Changed += new global::System.EventHandler (this.OnRepComboChanged);
			this.repoTree.CursorChanged += new global::System.EventHandler (this.OnRepoTreeCursorChanged);
			this.buttonAdd.Clicked += new global::System.EventHandler (this.OnButtonAddClicked);
			this.buttonRemove.Clicked += new global::System.EventHandler (this.OnButtonRemoveClicked);
			this.buttonEdit.Clicked += new global::System.EventHandler (this.OnButtonEditClicked);
			this.entryFolder.Changed += new global::System.EventHandler (this.OnEntryFolderChanged);
			this.buttonBrowse.Clicked += new global::System.EventHandler (this.OnButtonBrowseClicked);
			this.buttonOk.Clicked += new global::System.EventHandler (this.OnButtonOkClicked);
		}
		protected virtual void Build ()
		{
			global::Stetic.Gui.Initialize (this);
			// Widget MonoDevelop.VersionControl.Dialogs.EditRepositoryDialog
			this.Name = "MonoDevelop.VersionControl.Dialogs.EditRepositoryDialog";
			this.Title = global::Mono.Unix.Catalog.GetString ("Repository Configuration");
			this.WindowPosition = ((global::Gtk.WindowPosition)(4));
			this.BorderWidth = ((uint)(6));
			this.DefaultWidth = 500;
			// Internal child MonoDevelop.VersionControl.Dialogs.EditRepositoryDialog.VBox
			global::Gtk.VBox w1 = this.VBox;
			w1.Events = ((global::Gdk.EventMask)(256));
			w1.Name = "dialog-vbox3";
			w1.Spacing = 6;
			// Container child dialog-vbox3.Gtk.Box+BoxChild
			this.vbox1 = new global::Gtk.VBox ();
			this.vbox1.Name = "vbox1";
			this.vbox1.Spacing = 6;
			this.vbox1.BorderWidth = ((uint)(6));
			// Container child vbox1.Gtk.Box+BoxChild
			this.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.entryName = new global::Gtk.Entry ();
			this.entryName.CanFocus = true;
			this.entryName.Name = "entryName";
			this.entryName.IsEditable = true;
			this.entryName.InvisibleChar = '●';
			this.table1.Add (this.entryName);
			global::Gtk.Table.TableChild w2 = ((global::Gtk.Table.TableChild)(this.table1 [this.entryName]));
			w2.TopAttach = ((uint)(1));
			w2.BottomAttach = ((uint)(2));
			w2.LeftAttach = ((uint)(1));
			w2.RightAttach = ((uint)(2));
			w2.YOptions = ((global::Gtk.AttachOptions)(0));
			// Container child table1.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 ("Type:");
			this.table1.Add (this.label11);
			global::Gtk.Table.TableChild w3 = ((global::Gtk.Table.TableChild)(this.table1 [this.label11]));
			w3.XOptions = ((global::Gtk.AttachOptions)(4));
			w3.YOptions = ((global::Gtk.AttachOptions)(0));
			// Container child table1.Gtk.Table+TableChild
			this.label8 = new global::Gtk.Label ();
			this.label8.Name = "label8";
			this.label8.Xalign = 0F;
			this.label8.LabelProp = global::Mono.Unix.Catalog.GetString ("Name:");
			this.table1.Add (this.label8);
			global::Gtk.Table.TableChild w4 = ((global::Gtk.Table.TableChild)(this.table1 [this.label8]));
			w4.TopAttach = ((uint)(1));
			w4.BottomAttach = ((uint)(2));
			w4.XOptions = ((global::Gtk.AttachOptions)(4));
			w4.YOptions = ((global::Gtk.AttachOptions)(0));
			// Container child table1.Gtk.Table+TableChild
			this.versionControlType = global::Gtk.ComboBox.NewText ();
			this.versionControlType.Name = "versionControlType";
			this.table1.Add (this.versionControlType);
			global::Gtk.Table.TableChild w5 = ((global::Gtk.Table.TableChild)(this.table1 [this.versionControlType]));
			w5.LeftAttach = ((uint)(1));
			w5.RightAttach = ((uint)(2));
			w5.XOptions = ((global::Gtk.AttachOptions)(4));
			w5.YOptions = ((global::Gtk.AttachOptions)(4));
			this.vbox1.Add (this.table1);
			global::Gtk.Box.BoxChild w6 = ((global::Gtk.Box.BoxChild)(this.vbox1 [this.table1]));
			w6.Position = 0;
			w6.Expand = false;
			w6.Fill = false;
			// Container child vbox1.Gtk.Box+BoxChild
			this.hseparator2 = new global::Gtk.HSeparator ();
			this.hseparator2.Name = "hseparator2";
			this.vbox1.Add (this.hseparator2);
			global::Gtk.Box.BoxChild w7 = ((global::Gtk.Box.BoxChild)(this.vbox1 [this.hseparator2]));
			w7.Position = 1;
			w7.Expand = false;
			w7.Fill = false;
			// Container child vbox1.Gtk.Box+BoxChild
			this.repoEditorContainer = new global::Gtk.EventBox ();
			this.repoEditorContainer.Name = "repoEditorContainer";
			this.vbox1.Add (this.repoEditorContainer);
			global::Gtk.Box.BoxChild w8 = ((global::Gtk.Box.BoxChild)(this.vbox1 [this.repoEditorContainer]));
			w8.Position = 2;
			w1.Add (this.vbox1);
			global::Gtk.Box.BoxChild w9 = ((global::Gtk.Box.BoxChild)(w1 [this.vbox1]));
			w9.Position = 0;
			// Internal child MonoDevelop.VersionControl.Dialogs.EditRepositoryDialog.ActionArea
			global::Gtk.HButtonBox w10 = this.ActionArea;
			w10.Events = ((global::Gdk.EventMask)(256));
			w10.Name = "GtkDialog_ActionArea";
			w10.Spacing = 10;
			w10.BorderWidth = ((uint)(5));
			w10.LayoutStyle = ((global::Gtk.ButtonBoxStyle)(4));
			// Container child GtkDialog_ActionArea.Gtk.ButtonBox+ButtonBoxChild
			this.button10 = new global::Gtk.Button ();
			this.button10.CanDefault = true;
			this.button10.CanFocus = true;
			this.button10.Name = "button10";
			this.button10.UseStock = true;
			this.button10.UseUnderline = true;
			this.button10.Label = "gtk-cancel";
			this.AddActionWidget (this.button10, -6);
			global::Gtk.ButtonBox.ButtonBoxChild w11 = ((global::Gtk.ButtonBox.ButtonBoxChild)(w10 [this.button10]));
			w11.Expand = false;
			w11.Fill = false;
			// Container child GtkDialog_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";
			w10.Add (this.buttonOk);
			global::Gtk.ButtonBox.ButtonBoxChild w12 = ((global::Gtk.ButtonBox.ButtonBoxChild)(w10 [this.buttonOk]));
			w12.Position = 1;
			w12.Expand = false;
			w12.Fill = false;
			if ((this.Child != null)) {
				this.Child.ShowAll ();
			}
			this.DefaultHeight = 414;
			this.Hide ();
			this.versionControlType.Changed += new global::System.EventHandler (this.OnVersionControlTypeChanged);
			this.entryName.Changed += new global::System.EventHandler (this.OnEntryNameChanged);
			this.buttonOk.Clicked += new global::System.EventHandler (this.OnButtonOkClicked);
		}
		protected virtual void Build ()
		{
			global::Stetic.Gui.Initialize (this);
			// Widget MonoDevelop.VersionControl.Git.GitConfigurationDialog
			this.Name = "MonoDevelop.VersionControl.Git.GitConfigurationDialog";
			this.Title = global::Mono.Unix.Catalog.GetString ("Git Repository Configuration");
			this.WindowPosition = ((global::Gtk.WindowPosition)(4));
			// Internal child MonoDevelop.VersionControl.Git.GitConfigurationDialog.VBox
			global::Gtk.VBox w1 = this.VBox;
			w1.Name = "dialog1_VBox";
			w1.BorderWidth = ((uint)(2));
			// Container child dialog1_VBox.Gtk.Box+BoxChild
			this.notebook1 = new global::Gtk.Notebook ();
			this.notebook1.CanFocus = true;
			this.notebook1.Name = "notebook1";
			this.notebook1.CurrentPage = 0;
			this.notebook1.BorderWidth = ((uint)(9));
			// Container child notebook1.Gtk.Notebook+NotebookChild
			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.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.listBranches = new global::Gtk.TreeView ();
			this.listBranches.CanFocus = true;
			this.listBranches.Name = "listBranches";
			this.GtkScrolledWindow.Add (this.listBranches);
			this.hbox1.Add (this.GtkScrolledWindow);
			global::Gtk.Box.BoxChild w3 = ((global::Gtk.Box.BoxChild)(this.hbox1 [this.GtkScrolledWindow]));
			w3.Position = 0;
			// Container child hbox1.Gtk.Box+BoxChild
			this.vbox3 = new global::Gtk.VBox ();
			this.vbox3.Name = "vbox3";
			this.vbox3.Spacing = 6;
			// Container child vbox3.Gtk.Box+BoxChild
			this.buttonAddBranch = new global::Gtk.Button ();
			this.buttonAddBranch.CanFocus = true;
			this.buttonAddBranch.Name = "buttonAddBranch";
			this.buttonAddBranch.UseStock = true;
			this.buttonAddBranch.UseUnderline = true;
			this.buttonAddBranch.Label = "gtk-new";
			this.vbox3.Add (this.buttonAddBranch);
			global::Gtk.Box.BoxChild w4 = ((global::Gtk.Box.BoxChild)(this.vbox3 [this.buttonAddBranch]));
			w4.Position = 0;
			w4.Expand = false;
			w4.Fill = false;
			// Container child vbox3.Gtk.Box+BoxChild
			this.buttonEditBranch = new global::Gtk.Button ();
			this.buttonEditBranch.CanFocus = true;
			this.buttonEditBranch.Name = "buttonEditBranch";
			this.buttonEditBranch.UseStock = true;
			this.buttonEditBranch.UseUnderline = true;
			this.buttonEditBranch.Label = "gtk-edit";
			this.vbox3.Add (this.buttonEditBranch);
			global::Gtk.Box.BoxChild w5 = ((global::Gtk.Box.BoxChild)(this.vbox3 [this.buttonEditBranch]));
			w5.Position = 1;
			w5.Expand = false;
			w5.Fill = false;
			// Container child vbox3.Gtk.Box+BoxChild
			this.buttonRemoveBranch = new global::Gtk.Button ();
			this.buttonRemoveBranch.CanFocus = true;
			this.buttonRemoveBranch.Name = "buttonRemoveBranch";
			this.buttonRemoveBranch.UseStock = true;
			this.buttonRemoveBranch.UseUnderline = true;
			this.buttonRemoveBranch.Label = "gtk-delete";
			this.vbox3.Add (this.buttonRemoveBranch);
			global::Gtk.Box.BoxChild w6 = ((global::Gtk.Box.BoxChild)(this.vbox3 [this.buttonRemoveBranch]));
			w6.Position = 2;
			w6.Expand = false;
			w6.Fill = false;
			// Container child vbox3.Gtk.Box+BoxChild
			this.buttonSetDefaultBranch = new global::Gtk.Button ();
			this.buttonSetDefaultBranch.CanFocus = true;
			this.buttonSetDefaultBranch.Name = "buttonSetDefaultBranch";
			this.buttonSetDefaultBranch.UseUnderline = true;
			this.buttonSetDefaultBranch.Label = global::Mono.Unix.Catalog.GetString ("Switch to Branch");
			this.vbox3.Add (this.buttonSetDefaultBranch);
			global::Gtk.Box.BoxChild w7 = ((global::Gtk.Box.BoxChild)(this.vbox3 [this.buttonSetDefaultBranch]));
			w7.Position = 3;
			w7.Expand = false;
			w7.Fill = false;
			this.hbox1.Add (this.vbox3);
			global::Gtk.Box.BoxChild w8 = ((global::Gtk.Box.BoxChild)(this.hbox1 [this.vbox3]));
			w8.Position = 1;
			w8.Expand = false;
			w8.Fill = false;
			this.vbox2.Add (this.hbox1);
			global::Gtk.Box.BoxChild w9 = ((global::Gtk.Box.BoxChild)(this.vbox2 [this.hbox1]));
			w9.Position = 0;
			this.notebook1.Add (this.vbox2);
			// Notebook tab
			this.label1 = new global::Gtk.Label ();
			this.label1.Name = "label1";
			this.label1.LabelProp = global::Mono.Unix.Catalog.GetString ("Branches");
			this.notebook1.SetTabLabel (this.vbox2, this.label1);
			this.label1.ShowAll ();
			// Container child notebook1.Gtk.Notebook+NotebookChild
			this.vbox6 = new global::Gtk.VBox ();
			this.vbox6.Name = "vbox6";
			this.vbox6.Spacing = 6;
			this.vbox6.BorderWidth = ((uint)(9));
			// Container child vbox6.Gtk.Box+BoxChild
			this.hbox3 = new global::Gtk.HBox ();
			this.hbox3.Name = "hbox3";
			this.hbox3.Spacing = 6;
			// Container child hbox3.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.listTags = new global::Gtk.TreeView ();
			this.listTags.CanFocus = true;
			this.listTags.Name = "listTags";
			this.GtkScrolledWindow2.Add (this.listTags);
			this.hbox3.Add (this.GtkScrolledWindow2);
			global::Gtk.Box.BoxChild w12 = ((global::Gtk.Box.BoxChild)(this.hbox3 [this.GtkScrolledWindow2]));
			w12.Position = 0;
			// Container child hbox3.Gtk.Box+BoxChild
			this.vbox7 = new global::Gtk.VBox ();
			this.vbox7.Name = "vbox7";
			this.vbox7.Spacing = 6;
			// Container child vbox7.Gtk.Box+BoxChild
			this.buttonAddTag = new global::Gtk.Button ();
			this.buttonAddTag.CanFocus = true;
			this.buttonAddTag.Name = "buttonAddTag";
			this.buttonAddTag.UseStock = true;
			this.buttonAddTag.UseUnderline = true;
			this.buttonAddTag.Label = "gtk-new";
			this.vbox7.Add (this.buttonAddTag);
			global::Gtk.Box.BoxChild w13 = ((global::Gtk.Box.BoxChild)(this.vbox7 [this.buttonAddTag]));
			w13.Position = 0;
			w13.Expand = false;
			w13.Fill = false;
			// Container child vbox7.Gtk.Box+BoxChild
			this.buttonPushTag = new global::Gtk.Button ();
			this.buttonPushTag.CanFocus = true;
			this.buttonPushTag.Name = "buttonPushTag";
			this.buttonPushTag.UseUnderline = true;
			this.buttonPushTag.Label = global::Mono.Unix.Catalog.GetString ("_Push");
			this.vbox7.Add (this.buttonPushTag);
			global::Gtk.Box.BoxChild w14 = ((global::Gtk.Box.BoxChild)(this.vbox7 [this.buttonPushTag]));
			w14.Position = 1;
			w14.Expand = false;
			w14.Fill = false;
			// Container child vbox7.Gtk.Box+BoxChild
			this.buttonRemoveTag = new global::Gtk.Button ();
			this.buttonRemoveTag.CanFocus = true;
			this.buttonRemoveTag.Name = "buttonRemoveTag";
			this.buttonRemoveTag.UseStock = true;
			this.buttonRemoveTag.UseUnderline = true;
			this.buttonRemoveTag.Label = "gtk-delete";
			this.vbox7.Add (this.buttonRemoveTag);
			global::Gtk.Box.BoxChild w15 = ((global::Gtk.Box.BoxChild)(this.vbox7 [this.buttonRemoveTag]));
			w15.Position = 2;
			w15.Expand = false;
			w15.Fill = false;
			this.hbox3.Add (this.vbox7);
			global::Gtk.Box.BoxChild w16 = ((global::Gtk.Box.BoxChild)(this.hbox3 [this.vbox7]));
			w16.Position = 1;
			w16.Expand = false;
			w16.Fill = false;
			this.vbox6.Add (this.hbox3);
			global::Gtk.Box.BoxChild w17 = ((global::Gtk.Box.BoxChild)(this.vbox6 [this.hbox3]));
			w17.Position = 0;
			this.notebook1.Add (this.vbox6);
			global::Gtk.Notebook.NotebookChild w18 = ((global::Gtk.Notebook.NotebookChild)(this.notebook1 [this.vbox6]));
			w18.Position = 1;
			// Notebook tab
			this.label5 = new global::Gtk.Label ();
			this.label5.Name = "label5";
			this.label5.LabelProp = global::Mono.Unix.Catalog.GetString ("Tags");
			this.notebook1.SetTabLabel (this.vbox6, this.label5);
			this.label5.ShowAll ();
			// Container child notebook1.Gtk.Notebook+NotebookChild
			this.vbox4 = new global::Gtk.VBox ();
			this.vbox4.Name = "vbox4";
			this.vbox4.Spacing = 6;
			this.vbox4.BorderWidth = ((uint)(9));
			// 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.GtkScrolledWindow1 = new global::Gtk.ScrolledWindow ();
			this.GtkScrolledWindow1.Name = "GtkScrolledWindow1";
			this.GtkScrolledWindow1.ShadowType = ((global::Gtk.ShadowType)(1));
			// Container child GtkScrolledWindow1.Gtk.Container+ContainerChild
			this.treeRemotes = new global::Gtk.TreeView ();
			this.treeRemotes.CanFocus = true;
			this.treeRemotes.Name = "treeRemotes";
			this.GtkScrolledWindow1.Add (this.treeRemotes);
			this.hbox2.Add (this.GtkScrolledWindow1);
			global::Gtk.Box.BoxChild w20 = ((global::Gtk.Box.BoxChild)(this.hbox2 [this.GtkScrolledWindow1]));
			w20.Position = 0;
			// Container child hbox2.Gtk.Box+BoxChild
			this.vbox5 = new global::Gtk.VBox ();
			this.vbox5.Name = "vbox5";
			this.vbox5.Spacing = 6;
			// Container child vbox5.Gtk.Box+BoxChild
			this.buttonAddRemote = new global::Gtk.Button ();
			this.buttonAddRemote.CanFocus = true;
			this.buttonAddRemote.Name = "buttonAddRemote";
			this.buttonAddRemote.UseStock = true;
			this.buttonAddRemote.UseUnderline = true;
			this.buttonAddRemote.Label = "gtk-add";
			this.vbox5.Add (this.buttonAddRemote);
			global::Gtk.Box.BoxChild w21 = ((global::Gtk.Box.BoxChild)(this.vbox5 [this.buttonAddRemote]));
			w21.Position = 0;
			w21.Expand = false;
			w21.Fill = false;
			// Container child vbox5.Gtk.Box+BoxChild
			this.buttonEditRemote = new global::Gtk.Button ();
			this.buttonEditRemote.CanFocus = true;
			this.buttonEditRemote.Name = "buttonEditRemote";
			this.buttonEditRemote.UseStock = true;
			this.buttonEditRemote.UseUnderline = true;
			this.buttonEditRemote.Label = "gtk-edit";
			this.vbox5.Add (this.buttonEditRemote);
			global::Gtk.Box.BoxChild w22 = ((global::Gtk.Box.BoxChild)(this.vbox5 [this.buttonEditRemote]));
			w22.Position = 1;
			w22.Expand = false;
			w22.Fill = false;
			// Container child vbox5.Gtk.Box+BoxChild
			this.buttonRemoveRemote = new global::Gtk.Button ();
			this.buttonRemoveRemote.CanFocus = true;
			this.buttonRemoveRemote.Name = "buttonRemoveRemote";
			this.buttonRemoveRemote.UseStock = true;
			this.buttonRemoveRemote.UseUnderline = true;
			this.buttonRemoveRemote.Label = "gtk-remove";
			this.vbox5.Add (this.buttonRemoveRemote);
			global::Gtk.Box.BoxChild w23 = ((global::Gtk.Box.BoxChild)(this.vbox5 [this.buttonRemoveRemote]));
			w23.Position = 2;
			w23.Expand = false;
			w23.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 w24 = ((global::Gtk.Box.BoxChild)(this.vbox5 [this.hseparator2]));
			w24.Position = 3;
			w24.Expand = false;
			w24.Fill = false;
			// Container child vbox5.Gtk.Box+BoxChild
			this.buttonTrackRemote = new global::Gtk.Button ();
			this.buttonTrackRemote.CanFocus = true;
			this.buttonTrackRemote.Name = "buttonTrackRemote";
			this.buttonTrackRemote.UseUnderline = true;
			this.buttonTrackRemote.Label = global::Mono.Unix.Catalog.GetString ("Track in Local Branch");
			this.vbox5.Add (this.buttonTrackRemote);
			global::Gtk.Box.BoxChild w25 = ((global::Gtk.Box.BoxChild)(this.vbox5 [this.buttonTrackRemote]));
			w25.Position = 4;
			w25.Expand = false;
			w25.Fill = false;
			// Container child vbox5.Gtk.Box+BoxChild
			this.buttonFetch = new global::Gtk.Button ();
			this.buttonFetch.CanFocus = true;
			this.buttonFetch.Name = "buttonFetch";
			this.buttonFetch.UseUnderline = true;
			this.buttonFetch.Label = global::Mono.Unix.Catalog.GetString ("Fetch");
			this.vbox5.Add (this.buttonFetch);
			global::Gtk.Box.BoxChild w26 = ((global::Gtk.Box.BoxChild)(this.vbox5 [this.buttonFetch]));
			w26.Position = 5;
			w26.Expand = false;
			w26.Fill = false;
			this.hbox2.Add (this.vbox5);
			global::Gtk.Box.BoxChild w27 = ((global::Gtk.Box.BoxChild)(this.hbox2 [this.vbox5]));
			w27.Position = 1;
			w27.Expand = false;
			w27.Fill = false;
			this.vbox4.Add (this.hbox2);
			global::Gtk.Box.BoxChild w28 = ((global::Gtk.Box.BoxChild)(this.vbox4 [this.hbox2]));
			w28.Position = 0;
			this.notebook1.Add (this.vbox4);
			global::Gtk.Notebook.NotebookChild w29 = ((global::Gtk.Notebook.NotebookChild)(this.notebook1 [this.vbox4]));
			w29.Position = 2;
			// Notebook tab
			this.label2 = new global::Gtk.Label ();
			this.label2.Name = "label2";
			this.label2.LabelProp = global::Mono.Unix.Catalog.GetString ("Remote Sources");
			this.notebook1.SetTabLabel (this.vbox4, this.label2);
			this.label2.ShowAll ();
			w1.Add (this.notebook1);
			global::Gtk.Box.BoxChild w30 = ((global::Gtk.Box.BoxChild)(w1 [this.notebook1]));
			w30.Position = 0;
			// Internal child MonoDevelop.VersionControl.Git.GitConfigurationDialog.ActionArea
			global::Gtk.HButtonBox w31 = this.ActionArea;
			w31.Name = "dialog1_ActionArea";
			w31.Spacing = 10;
			w31.BorderWidth = ((uint)(5));
			w31.LayoutStyle = ((global::Gtk.ButtonBoxStyle)(4));
			// 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-close";
			this.AddActionWidget (this.buttonOk, -7);
			global::Gtk.ButtonBox.ButtonBoxChild w32 = ((global::Gtk.ButtonBox.ButtonBoxChild)(w31 [this.buttonOk]));
			w32.Expand = false;
			w32.Fill = false;
			if ((this.Child != null)) {
				this.Child.ShowAll ();
			}
			this.DefaultWidth = 602;
			this.DefaultHeight = 410;
			this.Hide ();
			this.buttonAddBranch.Clicked += new global::System.EventHandler (this.OnButtonAddBranchClicked);
			this.buttonEditBranch.Clicked += new global::System.EventHandler (this.OnButtonEditBranchClicked);
			this.buttonRemoveBranch.Clicked += new global::System.EventHandler (this.OnButtonRemoveBranchClicked);
			this.buttonSetDefaultBranch.Clicked += new global::System.EventHandler (this.OnButtonSetDefaultBranchClicked);
			this.buttonAddTag.Clicked += new global::System.EventHandler (this.OnButtonNewTagClicked);
			this.buttonPushTag.Clicked += new global::System.EventHandler (this.OnButtonPushTagClicked);
			this.buttonRemoveTag.Clicked += new global::System.EventHandler (this.OnButtonRemoveTagClicked);
			this.buttonAddRemote.Clicked += new global::System.EventHandler (this.OnButtonAddRemoteClicked);
			this.buttonEditRemote.Clicked += new global::System.EventHandler (this.OnButtonEditRemoteClicked);
			this.buttonRemoveRemote.Clicked += new global::System.EventHandler (this.OnButtonRemoveRemoteClicked);
			this.buttonTrackRemote.Clicked += new global::System.EventHandler (this.OnButtonTrackRemoteClicked);
			this.buttonFetch.Clicked += new global::System.EventHandler (this.OnButtonFetchClicked);
		}
コード例 #52
0
 protected virtual void Build()
 {
     global::Stetic.Gui.Initialize(this);
     // Widget ocmgtk.GenericGPSWidget
     global::Stetic.BinContainer.Attach(this);
     this.Name = "ocmgtk.GenericGPSWidget";
     // Container child ocmgtk.GenericGPSWidget.Gtk.Container+ContainerChild
     this.vbox3             = new global::Gtk.VBox();
     this.vbox3.Name        = "vbox3";
     this.vbox3.Spacing     = 6;
     this.vbox3.BorderWidth = ((uint)(6));
     // Container child vbox3.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.descCombo = global::Gtk.ComboBox.NewText();
     this.descCombo.AppendText(global::Mono.Unix.Catalog.GetString("Cache Name"));
     this.descCombo.AppendText(global::Mono.Unix.Catalog.GetString("Cache Code/Size/Hint"));
     this.descCombo.AppendText(global::Mono.Unix.Catalog.GetString("Cache Code/Size/Type"));
     this.descCombo.Name   = "descCombo";
     this.descCombo.Active = 0;
     this.table1.Add(this.descCombo);
     global::Gtk.Table.TableChild w1 = ((global::Gtk.Table.TableChild)(this.table1 [this.descCombo]));
     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.label1           = new global::Gtk.Label();
     this.label1.Name      = "label1";
     this.label1.Xalign    = 0F;
     this.label1.LabelProp = global::Mono.Unix.Catalog.GetString("Waypoint Name Format:");
     this.table1.Add(this.label1);
     global::Gtk.Table.TableChild w2 = ((global::Gtk.Table.TableChild)(this.table1 [this.label1]));
     w2.TopAttach    = ((uint)(1));
     w2.BottomAttach = ((uint)(2));
     w2.XOptions     = ((global::Gtk.AttachOptions)(4));
     w2.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     this.label2           = new global::Gtk.Label();
     this.label2.Name      = "label2";
     this.label2.Xalign    = 0F;
     this.label2.LabelProp = global::Mono.Unix.Catalog.GetString("Waypoint Description Format:");
     this.table1.Add(this.label2);
     global::Gtk.Table.TableChild w3 = ((global::Gtk.Table.TableChild)(this.table1 [this.label2]));
     w3.TopAttach    = ((uint)(2));
     w3.BottomAttach = ((uint)(3));
     w3.XOptions     = ((global::Gtk.AttachOptions)(4));
     w3.YOptions     = ((global::Gtk.AttachOptions)(4));
     // 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.DrawIndicator = true;
     this.limitCheck.UseUnderline  = true;
     this.table1.Add(this.limitCheck);
     global::Gtk.Table.TableChild w4 = ((global::Gtk.Table.TableChild)(this.table1 [this.limitCheck]));
     w4.XOptions = ((global::Gtk.AttachOptions)(4));
     w4.YOptions = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     this.limitEntry               = new global::Gtk.Entry();
     this.limitEntry.Sensitive     = false;
     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 w5 = ((global::Gtk.Table.TableChild)(this.table1 [this.limitEntry]));
     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.nameCombo = global::Gtk.ComboBox.NewText();
     this.nameCombo.AppendText(global::Mono.Unix.Catalog.GetString("Cache Code"));
     this.nameCombo.AppendText(global::Mono.Unix.Catalog.GetString("Cache Name"));
     this.nameCombo.AppendText(global::Mono.Unix.Catalog.GetString("Shot Cache Code"));
     this.nameCombo.Name   = "nameCombo";
     this.nameCombo.Active = 0;
     this.table1.Add(this.nameCombo);
     global::Gtk.Table.TableChild w6 = ((global::Gtk.Table.TableChild)(this.table1 [this.nameCombo]));
     w6.TopAttach    = ((uint)(1));
     w6.BottomAttach = ((uint)(2));
     w6.LeftAttach   = ((uint)(1));
     w6.RightAttach  = ((uint)(2));
     w6.YOptions     = ((global::Gtk.AttachOptions)(4));
     this.vbox3.Add(this.table1);
     global::Gtk.Box.BoxChild w7 = ((global::Gtk.Box.BoxChild)(this.vbox3 [this.table1]));
     w7.Position = 0;
     w7.Expand   = false;
     w7.Fill     = false;
     // Container child vbox3.Gtk.Box+BoxChild
     this.hseparator1      = new global::Gtk.HSeparator();
     this.hseparator1.Name = "hseparator1";
     this.vbox3.Add(this.hseparator1);
     global::Gtk.Box.BoxChild w8 = ((global::Gtk.Box.BoxChild)(this.vbox3 [this.hseparator1]));
     w8.Position = 1;
     w8.Expand   = false;
     w8.Fill     = false;
     // Container child vbox3.Gtk.Box+BoxChild
     this.hotPlugButton          = new global::Gtk.Button();
     this.hotPlugButton.CanFocus = true;
     this.hotPlugButton.Name     = "hotPlugButton";
     this.hotPlugButton.Relief   = ((global::Gtk.ReliefStyle)(2));
     // Container child hotPlugButton.Gtk.Container+ContainerChild
     this.label4            = new global::Gtk.Label();
     this.label4.Name       = "label4";
     this.label4.Xalign     = 0F;
     this.label4.LabelProp  = global::Mono.Unix.Catalog.GetString("Read the GPSBabel Documentation to choose the right values for these fields <span fgcolor=\"blue\">http://www.gpsbabel.org/readme.html</span>");
     this.label4.UseMarkup  = true;
     this.label4.Wrap       = true;
     this.label4.WidthChars = 50;
     this.hotPlugButton.Add(this.label4);
     this.vbox3.Add(this.hotPlugButton);
     global::Gtk.Box.BoxChild w10 = ((global::Gtk.Box.BoxChild)(this.vbox3 [this.hotPlugButton]));
     w10.Position = 2;
     w10.Expand   = false;
     w10.Fill     = false;
     // Container child vbox3.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::Mono.Unix.Catalog.GetString("Output Format:");
     this.hbox2.Add(this.label5);
     global::Gtk.Box.BoxChild w11 = ((global::Gtk.Box.BoxChild)(this.hbox2 [this.label5]));
     w11.Position = 0;
     w11.Expand   = false;
     w11.Fill     = false;
     // Container child hbox2.Gtk.Box+BoxChild
     this.formatEntry               = new global::Gtk.Entry();
     this.formatEntry.CanFocus      = true;
     this.formatEntry.Name          = "formatEntry";
     this.formatEntry.Text          = "geo";
     this.formatEntry.IsEditable    = true;
     this.formatEntry.WidthChars    = 20;
     this.formatEntry.InvisibleChar = '•';
     this.hbox2.Add(this.formatEntry);
     global::Gtk.Box.BoxChild w12 = ((global::Gtk.Box.BoxChild)(this.hbox2 [this.formatEntry]));
     w12.Position = 1;
     this.vbox3.Add(this.hbox2);
     global::Gtk.Box.BoxChild w13 = ((global::Gtk.Box.BoxChild)(this.vbox3 [this.hbox2]));
     w13.Position = 3;
     w13.Expand   = false;
     w13.Fill     = false;
     // Container child vbox3.Gtk.Box+BoxChild
     this.hbox4         = new global::Gtk.HBox();
     this.hbox4.Name    = "hbox4";
     this.hbox4.Spacing = 6;
     // Container child hbox4.Gtk.Box+BoxChild
     this.label3           = new global::Gtk.Label();
     this.label3.Name      = "label3";
     this.label3.LabelProp = global::Mono.Unix.Catalog.GetString("Output FIle:");
     this.hbox4.Add(this.label3);
     global::Gtk.Box.BoxChild w14 = ((global::Gtk.Box.BoxChild)(this.hbox4 [this.label3]));
     w14.Position = 0;
     w14.Expand   = false;
     w14.Fill     = false;
     // Container child hbox4.Gtk.Box+BoxChild
     this.fileEntry               = new global::Gtk.Entry();
     this.fileEntry.CanFocus      = true;
     this.fileEntry.Name          = "fileEntry";
     this.fileEntry.Text          = "caches.loc";
     this.fileEntry.IsEditable    = true;
     this.fileEntry.InvisibleChar = '•';
     this.hbox4.Add(this.fileEntry);
     global::Gtk.Box.BoxChild w15 = ((global::Gtk.Box.BoxChild)(this.hbox4 [this.fileEntry]));
     w15.Position = 1;
     // Container child hbox4.Gtk.Box+BoxChild
     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.hbox4.Add(this.fileButton);
     global::Gtk.Box.BoxChild w17 = ((global::Gtk.Box.BoxChild)(this.hbox4 [this.fileButton]));
     w17.Position = 2;
     w17.Expand   = false;
     w17.Fill     = false;
     this.vbox3.Add(this.hbox4);
     global::Gtk.Box.BoxChild w18 = ((global::Gtk.Box.BoxChild)(this.vbox3 [this.hbox4]));
     w18.Position = 4;
     w18.Expand   = false;
     w18.Fill     = false;
     this.Add(this.vbox3);
     if ((this.Child != null))
     {
         this.Child.ShowAll();
     }
     this.Hide();
     this.limitCheck.Toggled    += new global::System.EventHandler(this.OnLimitCheckToggled);
     this.hotPlugButton.Clicked += new global::System.EventHandler(this.OnInfoClick);
     this.fileButton.Clicked    += new global::System.EventHandler(this.OnFileClick);
 }
コード例 #53
0
 protected virtual void Build()
 {
     global::Stetic.Gui.Initialize (this);
     // Widget bazar.ContractsProlongation
     this.Name = "bazar.ContractsProlongation";
     this.Title = global::Mono.Unix.Catalog.GetString ("Обработка договоров");
     this.WindowPosition = ((global::Gtk.WindowPosition)(4));
     // Internal child bazar.ContractsProlongation.VBox
     global::Gtk.VBox w1 = this.VBox;
     w1.Name = "dialog1_VBox";
     w1.BorderWidth = ((uint)(2));
     // Container child dialog1_VBox.Gtk.Box+BoxChild
     this.notebookMain = new global::Gtk.Notebook ();
     this.notebookMain.CanFocus = true;
     this.notebookMain.Name = "notebookMain";
     this.notebookMain.CurrentPage = 0;
     // Container child notebookMain.Gtk.Notebook+NotebookChild
     this.vbox2 = new global::Gtk.VBox ();
     this.vbox2.Name = "vbox2";
     this.vbox2.Spacing = 6;
     // Container child vbox2.Gtk.Box+BoxChild
     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.dateFrom = new global::QSWidgetLib.DatePicker ();
     this.dateFrom.Sensitive = false;
     this.dateFrom.Events = ((global::Gdk.EventMask)(256));
     this.dateFrom.Name = "dateFrom";
     this.dateFrom.Date = new global::System.DateTime (0);
     this.dateFrom.IsEditable = true;
     this.dateFrom.AutoSeparation = true;
     this.table1.Add (this.dateFrom);
     global::Gtk.Table.TableChild w2 = ((global::Gtk.Table.TableChild)(this.table1 [this.dateFrom]));
     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.dateTo = new global::QSWidgetLib.DatePicker ();
     this.dateTo.Sensitive = false;
     this.dateTo.Events = ((global::Gdk.EventMask)(256));
     this.dateTo.Name = "dateTo";
     this.dateTo.Date = new global::System.DateTime (0);
     this.dateTo.IsEditable = true;
     this.dateTo.AutoSeparation = true;
     this.table1.Add (this.dateTo);
     global::Gtk.Table.TableChild w3 = ((global::Gtk.Table.TableChild)(this.table1 [this.dateTo]));
     w3.TopAttach = ((uint)(1));
     w3.BottomAttach = ((uint)(2));
     w3.LeftAttach = ((uint)(3));
     w3.RightAttach = ((uint)(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.LabelProp = global::Mono.Unix.Catalog.GetString ("-");
     this.table1.Add (this.label1);
     global::Gtk.Table.TableChild w4 = ((global::Gtk.Table.TableChild)(this.table1 [this.label1]));
     w4.TopAttach = ((uint)(1));
     w4.BottomAttach = ((uint)(2));
     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.radiobuttonActiveOnly = new global::Gtk.RadioButton (global::Mono.Unix.Catalog.GetString ("Только активные"));
     this.radiobuttonActiveOnly.CanFocus = true;
     this.radiobuttonActiveOnly.Name = "radiobuttonActiveOnly";
     this.radiobuttonActiveOnly.Active = true;
     this.radiobuttonActiveOnly.DrawIndicator = true;
     this.radiobuttonActiveOnly.UseUnderline = true;
     this.radiobuttonActiveOnly.Group = new global::GLib.SList (global::System.IntPtr.Zero);
     this.table1.Add (this.radiobuttonActiveOnly);
     global::Gtk.Table.TableChild w5 = ((global::Gtk.Table.TableChild)(this.table1 [this.radiobuttonActiveOnly]));
     w5.YOptions = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     this.radiobuttonDates = new global::Gtk.RadioButton (global::Mono.Unix.Catalog.GetString ("Дата окончания в диапазоне:"));
     this.radiobuttonDates.CanFocus = true;
     this.radiobuttonDates.Name = "radiobuttonDates";
     this.radiobuttonDates.DrawIndicator = true;
     this.radiobuttonDates.UseUnderline = true;
     this.radiobuttonDates.Group = this.radiobuttonActiveOnly.Group;
     this.table1.Add (this.radiobuttonDates);
     global::Gtk.Table.TableChild w6 = ((global::Gtk.Table.TableChild)(this.table1 [this.radiobuttonDates]));
     w6.TopAttach = ((uint)(1));
     w6.BottomAttach = ((uint)(2));
     w6.YOptions = ((global::Gtk.AttachOptions)(4));
     this.vbox2.Add (this.table1);
     global::Gtk.Box.BoxChild w7 = ((global::Gtk.Box.BoxChild)(this.vbox2 [this.table1]));
     w7.Position = 0;
     w7.Expand = false;
     w7.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 w8 = ((global::Gtk.Box.BoxChild)(this.vbox2 [this.hseparator1]));
     w8.Position = 1;
     w8.Expand = false;
     w8.Fill = false;
     // Container child vbox2.Gtk.Box+BoxChild
     this.hbox3 = new global::Gtk.HBox ();
     this.hbox3.Name = "hbox3";
     this.hbox3.Spacing = 6;
     // Container child hbox3.Gtk.Box+BoxChild
     this.checkAll = new global::Gtk.CheckButton ();
     this.checkAll.CanFocus = true;
     this.checkAll.Name = "checkAll";
     this.checkAll.Label = global::Mono.Unix.Catalog.GetString ("Выбрать все");
     this.checkAll.DrawIndicator = true;
     this.checkAll.UseUnderline = true;
     this.hbox3.Add (this.checkAll);
     global::Gtk.Box.BoxChild w9 = ((global::Gtk.Box.BoxChild)(this.hbox3 [this.checkAll]));
     w9.Position = 0;
     // Container child hbox3.Gtk.Box+BoxChild
     this.label4 = new global::Gtk.Label ();
     this.label4.Name = "label4";
     this.label4.Xalign = 1F;
     this.label4.LabelProp = global::Mono.Unix.Catalog.GetString ("Поиск:");
     this.hbox3.Add (this.label4);
     global::Gtk.Box.BoxChild w10 = ((global::Gtk.Box.BoxChild)(this.hbox3 [this.label4]));
     w10.Position = 1;
     w10.Expand = false;
     w10.Fill = false;
     // Container child hbox3.Gtk.Box+BoxChild
     this.entrySearch = new global::Gtk.Entry ();
     this.entrySearch.CanFocus = true;
     this.entrySearch.Name = "entrySearch";
     this.entrySearch.IsEditable = true;
     this.entrySearch.InvisibleChar = '●';
     this.hbox3.Add (this.entrySearch);
     global::Gtk.Box.BoxChild w11 = ((global::Gtk.Box.BoxChild)(this.hbox3 [this.entrySearch]));
     w11.Position = 2;
     this.vbox2.Add (this.hbox3);
     global::Gtk.Box.BoxChild w12 = ((global::Gtk.Box.BoxChild)(this.vbox2 [this.hbox3]));
     w12.Position = 2;
     w12.Expand = false;
     w12.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.treeviewContracts = new global::Gtk.TreeView ();
     this.treeviewContracts.CanFocus = true;
     this.treeviewContracts.Name = "treeviewContracts";
     this.GtkScrolledWindow.Add (this.treeviewContracts);
     this.vbox2.Add (this.GtkScrolledWindow);
     global::Gtk.Box.BoxChild w14 = ((global::Gtk.Box.BoxChild)(this.vbox2 [this.GtkScrolledWindow]));
     w14.Position = 3;
     this.notebookMain.Add (this.vbox2);
     // Notebook tab
     this.label2 = new global::Gtk.Label ();
     this.label2.Name = "label2";
     this.label2.LabelProp = global::Mono.Unix.Catalog.GetString ("Выборка");
     this.notebookMain.SetTabLabel (this.vbox2, this.label2);
     this.label2.ShowAll ();
     // Container child notebookMain.Gtk.Notebook+NotebookChild
     this.vbox3 = new global::Gtk.VBox ();
     this.vbox3.Name = "vbox3";
     this.vbox3.Spacing = 6;
     // Container child vbox3.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>Метод обработки договоров</b>");
     this.label5.UseMarkup = true;
     this.vbox3.Add (this.label5);
     global::Gtk.Box.BoxChild w16 = ((global::Gtk.Box.BoxChild)(this.vbox3 [this.label5]));
     w16.Position = 0;
     w16.Expand = false;
     w16.Fill = false;
     // Container child vbox3.Gtk.Box+BoxChild
     this.hbox4 = new global::Gtk.HBox ();
     this.hbox4.Name = "hbox4";
     this.hbox4.Spacing = 6;
     // Container child hbox4.Gtk.Box+BoxChild
     this.radioCopyMode = new global::Gtk.RadioButton (global::Mono.Unix.Catalog.GetString ("Копирование"));
     this.radioCopyMode.CanFocus = true;
     this.radioCopyMode.Name = "radioCopyMode";
     this.radioCopyMode.Active = true;
     this.radioCopyMode.DrawIndicator = true;
     this.radioCopyMode.UseUnderline = true;
     this.radioCopyMode.Group = new global::GLib.SList (global::System.IntPtr.Zero);
     this.hbox4.Add (this.radioCopyMode);
     global::Gtk.Box.BoxChild w17 = ((global::Gtk.Box.BoxChild)(this.hbox4 [this.radioCopyMode]));
     w17.Position = 0;
     // Container child hbox4.Gtk.Box+BoxChild
     this.radioChangeMode = new global::Gtk.RadioButton (global::Mono.Unix.Catalog.GetString ("Изменение"));
     this.radioChangeMode.CanFocus = true;
     this.radioChangeMode.Name = "radioChangeMode";
     this.radioChangeMode.DrawIndicator = true;
     this.radioChangeMode.UseUnderline = true;
     this.radioChangeMode.Group = this.radioCopyMode.Group;
     this.hbox4.Add (this.radioChangeMode);
     global::Gtk.Box.BoxChild w18 = ((global::Gtk.Box.BoxChild)(this.hbox4 [this.radioChangeMode]));
     w18.Position = 1;
     this.vbox3.Add (this.hbox4);
     global::Gtk.Box.BoxChild w19 = ((global::Gtk.Box.BoxChild)(this.vbox3 [this.hbox4]));
     w19.Position = 1;
     w19.Expand = false;
     w19.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 ("<b>Изменения в данных</b>");
     this.label6.UseMarkup = true;
     this.vbox3.Add (this.label6);
     global::Gtk.Box.BoxChild w20 = ((global::Gtk.Box.BoxChild)(this.vbox3 [this.label6]));
     w20.Position = 2;
     w20.Expand = false;
     w20.Fill = false;
     // Container child vbox3.Gtk.Box+BoxChild
     this.table2 = new global::Gtk.Table (((uint)(3)), ((uint)(2)), false);
     this.table2.Name = "table2";
     this.table2.RowSpacing = ((uint)(6));
     this.table2.ColumnSpacing = ((uint)(6));
     // Container child table2.Gtk.Table+TableChild
     this.checkEnd = new global::Gtk.CheckButton ();
     this.checkEnd.CanFocus = true;
     this.checkEnd.Name = "checkEnd";
     this.checkEnd.Label = global::Mono.Unix.Catalog.GetString ("Дата окончания аренды");
     this.checkEnd.DrawIndicator = true;
     this.checkEnd.UseUnderline = true;
     this.table2.Add (this.checkEnd);
     global::Gtk.Table.TableChild w21 = ((global::Gtk.Table.TableChild)(this.table2 [this.checkEnd]));
     w21.TopAttach = ((uint)(2));
     w21.BottomAttach = ((uint)(3));
     w21.YOptions = ((global::Gtk.AttachOptions)(4));
     // Container child table2.Gtk.Table+TableChild
     this.checkSign = new global::Gtk.CheckButton ();
     this.checkSign.CanFocus = true;
     this.checkSign.Name = "checkSign";
     this.checkSign.Label = global::Mono.Unix.Catalog.GetString ("Дата подписания");
     this.checkSign.DrawIndicator = true;
     this.checkSign.UseUnderline = true;
     this.table2.Add (this.checkSign);
     global::Gtk.Table.TableChild w22 = ((global::Gtk.Table.TableChild)(this.table2 [this.checkSign]));
     w22.YOptions = ((global::Gtk.AttachOptions)(4));
     // Container child table2.Gtk.Table+TableChild
     this.checkStart = new global::Gtk.CheckButton ();
     this.checkStart.CanFocus = true;
     this.checkStart.Name = "checkStart";
     this.checkStart.Label = global::Mono.Unix.Catalog.GetString ("Дата начала аренды");
     this.checkStart.DrawIndicator = true;
     this.checkStart.UseUnderline = true;
     this.table2.Add (this.checkStart);
     global::Gtk.Table.TableChild w23 = ((global::Gtk.Table.TableChild)(this.table2 [this.checkStart]));
     w23.TopAttach = ((uint)(1));
     w23.BottomAttach = ((uint)(2));
     w23.YOptions = ((global::Gtk.AttachOptions)(4));
     // Container child table2.Gtk.Table+TableChild
     this.dateEnd = new global::QSWidgetLib.DatePicker ();
     this.dateEnd.Sensitive = false;
     this.dateEnd.Events = ((global::Gdk.EventMask)(256));
     this.dateEnd.Name = "dateEnd";
     this.dateEnd.Date = new global::System.DateTime (0);
     this.dateEnd.IsEditable = true;
     this.dateEnd.AutoSeparation = true;
     this.table2.Add (this.dateEnd);
     global::Gtk.Table.TableChild w24 = ((global::Gtk.Table.TableChild)(this.table2 [this.dateEnd]));
     w24.TopAttach = ((uint)(2));
     w24.BottomAttach = ((uint)(3));
     w24.LeftAttach = ((uint)(1));
     w24.RightAttach = ((uint)(2));
     w24.YOptions = ((global::Gtk.AttachOptions)(4));
     // Container child table2.Gtk.Table+TableChild
     this.dateSign = new global::QSWidgetLib.DatePicker ();
     this.dateSign.Sensitive = false;
     this.dateSign.Events = ((global::Gdk.EventMask)(256));
     this.dateSign.Name = "dateSign";
     this.dateSign.Date = new global::System.DateTime (0);
     this.dateSign.IsEditable = true;
     this.dateSign.AutoSeparation = true;
     this.table2.Add (this.dateSign);
     global::Gtk.Table.TableChild w25 = ((global::Gtk.Table.TableChild)(this.table2 [this.dateSign]));
     w25.LeftAttach = ((uint)(1));
     w25.RightAttach = ((uint)(2));
     w25.YOptions = ((global::Gtk.AttachOptions)(4));
     // Container child table2.Gtk.Table+TableChild
     this.dateStart = new global::QSWidgetLib.DatePicker ();
     this.dateStart.Sensitive = false;
     this.dateStart.Events = ((global::Gdk.EventMask)(256));
     this.dateStart.Name = "dateStart";
     this.dateStart.Date = new global::System.DateTime (0);
     this.dateStart.IsEditable = true;
     this.dateStart.AutoSeparation = true;
     this.table2.Add (this.dateStart);
     global::Gtk.Table.TableChild w26 = ((global::Gtk.Table.TableChild)(this.table2 [this.dateStart]));
     w26.TopAttach = ((uint)(1));
     w26.BottomAttach = ((uint)(2));
     w26.LeftAttach = ((uint)(1));
     w26.RightAttach = ((uint)(2));
     w26.YOptions = ((global::Gtk.AttachOptions)(4));
     this.vbox3.Add (this.table2);
     global::Gtk.Box.BoxChild w27 = ((global::Gtk.Box.BoxChild)(this.vbox3 [this.table2]));
     w27.Position = 3;
     w27.Expand = false;
     w27.Fill = false;
     this.notebookMain.Add (this.vbox3);
     global::Gtk.Notebook.NotebookChild w28 = ((global::Gtk.Notebook.NotebookChild)(this.notebookMain [this.vbox3]));
     w28.Position = 1;
     // Notebook tab
     this.label3 = new global::Gtk.Label ();
     this.label3.Name = "label3";
     this.label3.LabelProp = global::Mono.Unix.Catalog.GetString ("Действия");
     this.notebookMain.SetTabLabel (this.vbox3, this.label3);
     this.label3.ShowAll ();
     w1.Add (this.notebookMain);
     global::Gtk.Box.BoxChild w29 = ((global::Gtk.Box.BoxChild)(w1 [this.notebookMain]));
     w29.Position = 0;
     // Container child dialog1_VBox.Gtk.Box+BoxChild
     this.labelInfo = new global::Gtk.Label ();
     this.labelInfo.Name = "labelInfo";
     this.labelInfo.LabelProp = global::Mono.Unix.Catalog.GetString ("Договоров не выбрано.");
     this.labelInfo.UseMarkup = true;
     this.labelInfo.Justify = ((global::Gtk.Justification)(2));
     w1.Add (this.labelInfo);
     global::Gtk.Box.BoxChild w30 = ((global::Gtk.Box.BoxChild)(w1 [this.labelInfo]));
     w30.Position = 1;
     w30.Expand = false;
     w30.Fill = false;
     // Container child dialog1_VBox.Gtk.Box+BoxChild
     this.progressbarMain = new global::Gtk.ProgressBar ();
     this.progressbarMain.Name = "progressbarMain";
     w1.Add (this.progressbarMain);
     global::Gtk.Box.BoxChild w31 = ((global::Gtk.Box.BoxChild)(w1 [this.progressbarMain]));
     w31.Position = 2;
     w31.Expand = false;
     w31.Fill = false;
     // Internal child bazar.ContractsProlongation.ActionArea
     global::Gtk.HButtonBox w32 = this.ActionArea;
     w32.Name = "dialog1_ActionArea";
     w32.Spacing = 10;
     w32.BorderWidth = ((uint)(5));
     w32.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 w33 = ((global::Gtk.ButtonBox.ButtonBoxChild)(w32 [this.buttonCancel]));
     w33.Expand = false;
     w33.Fill = false;
     // Container child dialog1_ActionArea.Gtk.ButtonBox+ButtonBoxChild
     this.buttonOk = new global::Gtk.Button ();
     this.buttonOk.Sensitive = false;
     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 w34 = ((global::Gtk.ButtonBox.ButtonBoxChild)(w32 [this.buttonOk]));
     w34.Position = 1;
     w34.Expand = false;
     w34.Fill = false;
     if ((this.Child != null)) {
         this.Child.ShowAll ();
     }
     this.DefaultWidth = 713;
     this.DefaultHeight = 466;
     this.Show ();
     this.radiobuttonDates.Clicked += new global::System.EventHandler (this.OnRadiobuttonDatesClicked);
     this.radiobuttonActiveOnly.Clicked += new global::System.EventHandler (this.OnRadiobuttonActiveOnlyClicked);
     this.dateTo.DateChanged += new global::System.EventHandler (this.OnDateToDateChanged);
     this.dateFrom.DateChanged += new global::System.EventHandler (this.OnDateFromDateChanged);
     this.checkAll.Clicked += new global::System.EventHandler (this.OnCheckAllClicked);
     this.entrySearch.Changed += new global::System.EventHandler (this.OnEntrySearchChanged);
     this.radioCopyMode.Toggled += new global::System.EventHandler (this.OnRadioCopyModeToggled);
     this.dateStart.DateChanged += new global::System.EventHandler (this.OnDateStartDateChanged);
     this.dateSign.DateChanged += new global::System.EventHandler (this.OnDateSignDateChanged);
     this.dateEnd.DateChanged += new global::System.EventHandler (this.OnDateEndDateChanged);
     this.checkStart.Clicked += new global::System.EventHandler (this.OnCheckStartClicked);
     this.checkSign.Clicked += new global::System.EventHandler (this.OnCheckSignClicked);
     this.checkEnd.Clicked += new global::System.EventHandler (this.OnCheckEndClicked);
     this.buttonOk.Clicked += new global::System.EventHandler (this.OnButtonOkClicked);
 }
 protected virtual void Build()
 {
     global::Stetic.Gui.Initialize(this);
     // Widget MonoDevelop.Refactoring.EncapsulateFieldDialog
     this.Name           = "MonoDevelop.Refactoring.EncapsulateFieldDialog";
     this.Title          = global::Mono.Unix.Catalog.GetString("Encapsulate Fields");
     this.WindowPosition = ((global::Gtk.WindowPosition)(4));
     this.BorderWidth    = ((uint)(6));
     // Internal child MonoDevelop.Refactoring.EncapsulateFieldDialog.VBox
     global::Gtk.VBox w1 = this.VBox;
     w1.Name        = "dialog1_VBox";
     w1.Spacing     = 6;
     w1.BorderWidth = ((uint)(2));
     // Container child dialog1_VBox.Gtk.Box+BoxChild
     this.vbox             = new global::Gtk.VBox();
     this.vbox.Name        = "vbox";
     this.vbox.Spacing     = 6;
     this.vbox.BorderWidth = ((uint)(6));
     // Container child vbox.Gtk.Box+BoxChild
     this.GtkScrolledWindow                  = new global::Gtk.ScrolledWindow();
     this.GtkScrolledWindow.Name             = "GtkScrolledWindow";
     this.GtkScrolledWindow.HscrollbarPolicy = ((global::Gtk.PolicyType)(2));
     this.GtkScrolledWindow.ShadowType       = ((global::Gtk.ShadowType)(1));
     // Container child GtkScrolledWindow.Gtk.Container+ContainerChild
     this.treeview          = new global::Gtk.TreeView();
     this.treeview.CanFocus = true;
     this.treeview.Name     = "treeview";
     this.GtkScrolledWindow.Add(this.treeview);
     this.vbox.Add(this.GtkScrolledWindow);
     global::Gtk.Box.BoxChild w3 = ((global::Gtk.Box.BoxChild)(this.vbox [this.GtkScrolledWindow]));
     w3.Position = 0;
     // Container child vbox.Gtk.Box+BoxChild
     this.hbox1         = new global::Gtk.HBox();
     this.hbox1.Name    = "hbox1";
     this.hbox1.Spacing = 6;
     // Container child hbox1.Gtk.Box+BoxChild
     this.buttonSelectAll              = new global::Gtk.Button();
     this.buttonSelectAll.CanFocus     = true;
     this.buttonSelectAll.Name         = "buttonSelectAll";
     this.buttonSelectAll.UseUnderline = true;
     this.buttonSelectAll.Label        = global::Mono.Unix.Catalog.GetString("Select All");
     this.hbox1.Add(this.buttonSelectAll);
     global::Gtk.Box.BoxChild w4 = ((global::Gtk.Box.BoxChild)(this.hbox1 [this.buttonSelectAll]));
     w4.Position = 0;
     w4.Expand   = false;
     w4.Fill     = false;
     // Container child hbox1.Gtk.Box+BoxChild
     this.buttonUnselectAll              = new global::Gtk.Button();
     this.buttonUnselectAll.CanFocus     = true;
     this.buttonUnselectAll.Name         = "buttonUnselectAll";
     this.buttonUnselectAll.UseUnderline = true;
     this.buttonUnselectAll.Label        = global::Mono.Unix.Catalog.GetString("Unselect All");
     this.hbox1.Add(this.buttonUnselectAll);
     global::Gtk.Box.BoxChild w5 = ((global::Gtk.Box.BoxChild)(this.hbox1 [this.buttonUnselectAll]));
     w5.Position = 1;
     w5.Expand   = false;
     w5.Fill     = false;
     this.vbox.Add(this.hbox1);
     global::Gtk.Box.BoxChild w6 = ((global::Gtk.Box.BoxChild)(this.vbox [this.hbox1]));
     w6.Position = 1;
     w6.Expand   = false;
     w6.Fill     = false;
     // Container child vbox.Gtk.Box+BoxChild
     this.hseparator2      = new global::Gtk.HSeparator();
     this.hseparator2.Name = "hseparator2";
     this.vbox.Add(this.hseparator2);
     global::Gtk.Box.BoxChild w7 = ((global::Gtk.Box.BoxChild)(this.vbox [this.hseparator2]));
     w7.Position = 2;
     w7.Expand   = false;
     w7.Fill     = false;
     // Container child vbox.Gtk.Box+BoxChild
     this.labelUpdateRefs              = new global::Gtk.Label();
     this.labelUpdateRefs.Name         = "labelUpdateRefs";
     this.labelUpdateRefs.Xalign       = 0F;
     this.labelUpdateRefs.LabelProp    = global::Mono.Unix.Catalog.GetString("_Update references:");
     this.labelUpdateRefs.UseUnderline = true;
     this.vbox.Add(this.labelUpdateRefs);
     global::Gtk.Box.BoxChild w8 = ((global::Gtk.Box.BoxChild)(this.vbox [this.labelUpdateRefs]));
     w8.Position = 3;
     w8.Expand   = false;
     w8.Fill     = false;
     // Container child vbox.Gtk.Box+BoxChild
     this.hboxUpdateRefs         = new global::Gtk.HBox();
     this.hboxUpdateRefs.Name    = "hboxUpdateRefs";
     this.hboxUpdateRefs.Spacing = 6;
     // Container child hboxUpdateRefs.Gtk.Box+BoxChild
     this.labelSpacer        = new global::Gtk.Label();
     this.labelSpacer.Name   = "labelSpacer";
     this.labelSpacer.Xalign = 0F;
     this.hboxUpdateRefs.Add(this.labelSpacer);
     global::Gtk.Box.BoxChild w9 = ((global::Gtk.Box.BoxChild)(this.hboxUpdateRefs [this.labelSpacer]));
     w9.Position = 0;
     w9.Expand   = false;
     w9.Fill     = false;
     // Container child hboxUpdateRefs.Gtk.Box+BoxChild
     this.vboxUpdateChoices         = new global::Gtk.VBox();
     this.vboxUpdateChoices.Name    = "vboxUpdateChoices";
     this.vboxUpdateChoices.Spacing = 6;
     // Container child vboxUpdateChoices.Gtk.Box+BoxChild
     this.radioUpdateExternal               = new global::Gtk.RadioButton(global::Mono.Unix.Catalog.GetString("_External"));
     this.radioUpdateExternal.CanFocus      = true;
     this.radioUpdateExternal.Name          = "radioUpdateExternal";
     this.radioUpdateExternal.Active        = true;
     this.radioUpdateExternal.DrawIndicator = true;
     this.radioUpdateExternal.UseUnderline  = true;
     this.radioUpdateExternal.Group         = new global::GLib.SList(global::System.IntPtr.Zero);
     this.vboxUpdateChoices.Add(this.radioUpdateExternal);
     global::Gtk.Box.BoxChild w10 = ((global::Gtk.Box.BoxChild)(this.vboxUpdateChoices [this.radioUpdateExternal]));
     w10.Position = 0;
     w10.Expand   = false;
     w10.Fill     = false;
     // Container child vboxUpdateChoices.Gtk.Box+BoxChild
     this.radioUpdateAll               = new global::Gtk.RadioButton(global::Mono.Unix.Catalog.GetString("_All"));
     this.radioUpdateAll.CanFocus      = true;
     this.radioUpdateAll.Name          = "radioUpdateAll";
     this.radioUpdateAll.DrawIndicator = true;
     this.radioUpdateAll.UseUnderline  = true;
     this.radioUpdateAll.Group         = this.radioUpdateExternal.Group;
     this.vboxUpdateChoices.Add(this.radioUpdateAll);
     global::Gtk.Box.BoxChild w11 = ((global::Gtk.Box.BoxChild)(this.vboxUpdateChoices [this.radioUpdateAll]));
     w11.Position = 1;
     w11.Expand   = false;
     w11.Fill     = false;
     this.hboxUpdateRefs.Add(this.vboxUpdateChoices);
     global::Gtk.Box.BoxChild w12 = ((global::Gtk.Box.BoxChild)(this.hboxUpdateRefs [this.vboxUpdateChoices]));
     w12.Position = 1;
     this.vbox.Add(this.hboxUpdateRefs);
     global::Gtk.Box.BoxChild w13 = ((global::Gtk.Box.BoxChild)(this.vbox [this.hboxUpdateRefs]));
     w13.Position = 4;
     w13.Expand   = false;
     w13.Fill     = false;
     // Container child vbox.Gtk.Box+BoxChild
     this.hbox2         = new global::Gtk.HBox();
     this.hbox2.Name    = "hbox2";
     this.hbox2.Spacing = 6;
     // Container child hbox2.Gtk.Box+BoxChild
     this.imageError      = new global::Gtk.Image();
     this.imageError.Name = "imageError";
     this.hbox2.Add(this.imageError);
     global::Gtk.Box.BoxChild w14 = ((global::Gtk.Box.BoxChild)(this.hbox2 [this.imageError]));
     w14.Position = 0;
     w14.Expand   = false;
     w14.Fill     = false;
     // Container child hbox2.Gtk.Box+BoxChild
     this.labelError      = new global::Gtk.Label();
     this.labelError.Name = "labelError";
     this.hbox2.Add(this.labelError);
     global::Gtk.Box.BoxChild w15 = ((global::Gtk.Box.BoxChild)(this.hbox2 [this.labelError]));
     w15.Position = 1;
     w15.Expand   = false;
     w15.Fill     = false;
     this.vbox.Add(this.hbox2);
     global::Gtk.Box.BoxChild w16 = ((global::Gtk.Box.BoxChild)(this.vbox [this.hbox2]));
     w16.Position = 5;
     w16.Expand   = false;
     w16.Fill     = false;
     w1.Add(this.vbox);
     global::Gtk.Box.BoxChild w17 = ((global::Gtk.Box.BoxChild)(w1 [this.vbox]));
     w17.Position = 0;
     // Internal child MonoDevelop.Refactoring.EncapsulateFieldDialog.ActionArea
     global::Gtk.HButtonBox w18 = this.ActionArea;
     w18.Name        = "dialog1_ActionArea";
     w18.Spacing     = 6;
     w18.BorderWidth = ((uint)(5));
     w18.LayoutStyle = ((global::Gtk.ButtonBoxStyle)(4));
     // Container child dialog1_ActionArea.Gtk.ButtonBox+ButtonBoxChild
     this.buttonCancel              = new global::Gtk.Button();
     this.buttonCancel.CanDefault   = true;
     this.buttonCancel.CanFocus     = true;
     this.buttonCancel.Name         = "buttonCancel";
     this.buttonCancel.UseStock     = true;
     this.buttonCancel.UseUnderline = true;
     this.buttonCancel.Label        = "gtk-cancel";
     this.AddActionWidget(this.buttonCancel, -6);
     global::Gtk.ButtonBox.ButtonBoxChild w19 = ((global::Gtk.ButtonBox.ButtonBoxChild)(w18 [this.buttonCancel]));
     w19.Expand = false;
     w19.Fill   = false;
     // Container child dialog1_ActionArea.Gtk.ButtonBox+ButtonBoxChild
     this.buttonOk              = new global::Gtk.Button();
     this.buttonOk.CanDefault   = true;
     this.buttonOk.CanFocus     = true;
     this.buttonOk.Name         = "buttonOk";
     this.buttonOk.UseStock     = true;
     this.buttonOk.UseUnderline = true;
     this.buttonOk.Label        = "gtk-ok";
     this.AddActionWidget(this.buttonOk, -5);
     global::Gtk.ButtonBox.ButtonBoxChild w20 = ((global::Gtk.ButtonBox.ButtonBoxChild)(w18 [this.buttonOk]));
     w20.Position = 1;
     w20.Expand   = false;
     w20.Fill     = false;
     if ((this.Child != null))
     {
         this.Child.ShowAll();
     }
     this.DefaultWidth  = 465;
     this.DefaultHeight = 427;
     this.Hide();
 }
コード例 #55
0
 protected virtual void Build()
 {
     global::Stetic.Gui.Initialize (this);
     // Widget Vodovoz.EquipmentGenerator
     Stetic.BinContainer w1 = global::Stetic.BinContainer.Attach (this);
     this.UIManager = new global::Gtk.UIManager ();
     global::Gtk.ActionGroup w2 = new global::Gtk.ActionGroup ("Default");
     this.UIManager.InsertActionGroup (w2, 0);
     this.Name = "Vodovoz.EquipmentGenerator";
     // Container child Vodovoz.EquipmentGenerator.Gtk.Container+ContainerChild
     this.hbox2 = new global::Gtk.HBox ();
     this.hbox2.Name = "hbox2";
     this.hbox2.Spacing = 6;
     // Container child hbox2.Gtk.Box+BoxChild
     this.datavbox1 = new global::Gtk.DataBindings.DataVBox ();
     this.datavbox1.Name = "datavbox1";
     this.datavbox1.Spacing = 6;
     this.datavbox1.InheritedDataSource = false;
     this.datavbox1.InheritedBoundaryDataSource = false;
     this.datavbox1.InheritedDataSource = false;
     this.datavbox1.InheritedBoundaryDataSource = false;
     // Container child datavbox1.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>Регистрация оборудования</b>");
     this.label1.UseMarkup = true;
     this.datavbox1.Add (this.label1);
     global::Gtk.Box.BoxChild w3 = ((global::Gtk.Box.BoxChild)(this.datavbox1 [this.label1]));
     w3.Position = 0;
     w3.Expand = false;
     w3.Fill = false;
     // Container child datavbox1.Gtk.Box+BoxChild
     this.hseparator1 = new global::Gtk.HSeparator ();
     this.hseparator1.Name = "hseparator1";
     this.datavbox1.Add (this.hseparator1);
     global::Gtk.Box.BoxChild w4 = ((global::Gtk.Box.BoxChild)(this.datavbox1 [this.hseparator1]));
     w4.Position = 1;
     w4.Expand = false;
     w4.Fill = false;
     // Container child datavbox1.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.label2 = new global::Gtk.Label ();
     this.label2.Name = "label2";
     this.label2.Xalign = 1F;
     this.label2.LabelProp = global::Mono.Unix.Catalog.GetString ("Модель:");
     this.table1.Add (this.label2);
     global::Gtk.Table.TableChild w5 = ((global::Gtk.Table.TableChild)(this.table1 [this.label2]));
     w5.TopAttach = ((uint)(1));
     w5.BottomAttach = ((uint)(2));
     w5.XOptions = ((global::Gtk.AttachOptions)(4));
     w5.YOptions = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     this.label3 = new global::Gtk.Label ();
     this.label3.Name = "label3";
     this.label3.Xalign = 1F;
     this.label3.LabelProp = global::Mono.Unix.Catalog.GetString ("Количество:");
     this.table1.Add (this.label3);
     global::Gtk.Table.TableChild w6 = ((global::Gtk.Table.TableChild)(this.table1 [this.label3]));
     w6.TopAttach = ((uint)(2));
     w6.BottomAttach = ((uint)(3));
     w6.XOptions = ((global::Gtk.AttachOptions)(4));
     w6.YOptions = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     this.label4 = new global::Gtk.Label ();
     this.label4.Name = "label4";
     this.label4.Xalign = 1F;
     this.label4.LabelProp = global::Mono.Unix.Catalog.GetString ("Номенклатура:");
     this.table1.Add (this.label4);
     global::Gtk.Table.TableChild w7 = ((global::Gtk.Table.TableChild)(this.table1 [this.label4]));
     w7.XOptions = ((global::Gtk.AttachOptions)(4));
     w7.YOptions = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     this.label5 = new global::Gtk.Label ();
     this.label5.Name = "label5";
     this.label5.Xalign = 1F;
     this.label5.LabelProp = global::Mono.Unix.Catalog.GetString ("Окончание гарантии:");
     this.table1.Add (this.label5);
     global::Gtk.Table.TableChild w8 = ((global::Gtk.Table.TableChild)(this.table1 [this.label5]));
     w8.TopAttach = ((uint)(3));
     w8.BottomAttach = ((uint)(4));
     w8.XOptions = ((global::Gtk.AttachOptions)(4));
     w8.YOptions = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     this.labelModel = new global::Gtk.Label ();
     this.labelModel.Name = "labelModel";
     this.labelModel.LabelProp = global::Mono.Unix.Catalog.GetString ("--//--");
     this.table1.Add (this.labelModel);
     global::Gtk.Table.TableChild w9 = ((global::Gtk.Table.TableChild)(this.table1 [this.labelModel]));
     w9.TopAttach = ((uint)(1));
     w9.BottomAttach = ((uint)(2));
     w9.LeftAttach = ((uint)(1));
     w9.RightAttach = ((uint)(2));
     w9.XOptions = ((global::Gtk.AttachOptions)(4));
     w9.YOptions = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     this.referenceNomenclature = new global::Gtk.DataBindings.DataEntryReference ();
     this.referenceNomenclature.Events = ((global::Gdk.EventMask)(256));
     this.referenceNomenclature.Name = "referenceNomenclature";
     this.referenceNomenclature.DisplayFields = new string[] {
         "Name"
     };
     this.referenceNomenclature.InheritedDataSource = false;
     this.referenceNomenclature.InheritedBoundaryDataSource = false;
     this.referenceNomenclature.CursorPointsEveryType = false;
     this.table1.Add (this.referenceNomenclature);
     global::Gtk.Table.TableChild w10 = ((global::Gtk.Table.TableChild)(this.table1 [this.referenceNomenclature]));
     w10.LeftAttach = ((uint)(1));
     w10.RightAttach = ((uint)(2));
     w10.XOptions = ((global::Gtk.AttachOptions)(4));
     w10.YOptions = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     this.spinAmount = new global::Gtk.SpinButton (0, 100, 1);
     this.spinAmount.CanFocus = true;
     this.spinAmount.Name = "spinAmount";
     this.spinAmount.Adjustment.PageIncrement = 10;
     this.spinAmount.ClimbRate = 1;
     this.spinAmount.Numeric = true;
     this.table1.Add (this.spinAmount);
     global::Gtk.Table.TableChild w11 = ((global::Gtk.Table.TableChild)(this.table1 [this.spinAmount]));
     w11.TopAttach = ((uint)(2));
     w11.BottomAttach = ((uint)(3));
     w11.LeftAttach = ((uint)(1));
     w11.RightAttach = ((uint)(2));
     w11.YOptions = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     this.ydatepickerWarrantyEnd = new global::Gamma.Widgets.yDatePicker ();
     this.ydatepickerWarrantyEnd.Events = ((global::Gdk.EventMask)(256));
     this.ydatepickerWarrantyEnd.Name = "ydatepickerWarrantyEnd";
     this.ydatepickerWarrantyEnd.WithTime = false;
     this.ydatepickerWarrantyEnd.Date = new global::System.DateTime (0);
     this.ydatepickerWarrantyEnd.IsEditable = true;
     this.ydatepickerWarrantyEnd.AutoSeparation = false;
     this.table1.Add (this.ydatepickerWarrantyEnd);
     global::Gtk.Table.TableChild w12 = ((global::Gtk.Table.TableChild)(this.table1 [this.ydatepickerWarrantyEnd]));
     w12.TopAttach = ((uint)(3));
     w12.BottomAttach = ((uint)(4));
     w12.LeftAttach = ((uint)(1));
     w12.RightAttach = ((uint)(2));
     w12.XOptions = ((global::Gtk.AttachOptions)(4));
     w12.YOptions = ((global::Gtk.AttachOptions)(4));
     this.datavbox1.Add (this.table1);
     global::Gtk.Box.BoxChild w13 = ((global::Gtk.Box.BoxChild)(this.datavbox1 [this.table1]));
     w13.Position = 2;
     w13.Expand = false;
     w13.Fill = false;
     // Container child datavbox1.Gtk.Box+BoxChild
     this.buttonCreate = new global::Gtk.Button ();
     this.buttonCreate.Sensitive = false;
     this.buttonCreate.CanFocus = true;
     this.buttonCreate.Name = "buttonCreate";
     this.buttonCreate.UseUnderline = true;
     this.buttonCreate.Label = global::Mono.Unix.Catalog.GetString ("Зарегистрировать оборудование");
     global::Gtk.Image w14 = new global::Gtk.Image ();
     w14.Pixbuf = global::Stetic.IconLoader.LoadIcon (this, "gtk-save", global::Gtk.IconSize.Menu);
     this.buttonCreate.Image = w14;
     this.datavbox1.Add (this.buttonCreate);
     global::Gtk.Box.BoxChild w15 = ((global::Gtk.Box.BoxChild)(this.datavbox1 [this.buttonCreate]));
     w15.Position = 3;
     w15.Expand = false;
     w15.Fill = false;
     // Container child datavbox1.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 ("<b>Формирование наклеек</b>");
     this.label6.UseMarkup = true;
     this.datavbox1.Add (this.label6);
     global::Gtk.Box.BoxChild w16 = ((global::Gtk.Box.BoxChild)(this.datavbox1 [this.label6]));
     w16.Position = 4;
     w16.Expand = false;
     w16.Fill = false;
     // Container child datavbox1.Gtk.Box+BoxChild
     this.printTwo = new global::Gtk.CheckButton ();
     this.printTwo.CanFocus = true;
     this.printTwo.Name = "printTwo";
     this.printTwo.Label = global::Mono.Unix.Catalog.GetString ("Печатать по 2 наклейки");
     this.printTwo.Active = true;
     this.printTwo.DrawIndicator = true;
     this.printTwo.UseUnderline = true;
     this.datavbox1.Add (this.printTwo);
     global::Gtk.Box.BoxChild w17 = ((global::Gtk.Box.BoxChild)(this.datavbox1 [this.printTwo]));
     w17.Position = 5;
     w17.Expand = false;
     w17.Fill = false;
     // Container child datavbox1.Gtk.Box+BoxChild
     this.hbox4 = new global::Gtk.HBox ();
     this.hbox4.Name = "hbox4";
     this.hbox4.Spacing = 6;
     // Container child hbox4.Gtk.Box+BoxChild
     this.buttonAddAndClose = new global::Gtk.Button ();
     this.buttonAddAndClose.Sensitive = false;
     this.buttonAddAndClose.CanFocus = true;
     this.buttonAddAndClose.Name = "buttonAddAndClose";
     this.buttonAddAndClose.UseUnderline = true;
     this.buttonAddAndClose.Label = global::Mono.Unix.Catalog.GetString ("Добавить в накладную и закрыть");
     global::Gtk.Image w18 = new global::Gtk.Image ();
     w18.Pixbuf = global::Stetic.IconLoader.LoadIcon (this, "gtk-ok", global::Gtk.IconSize.Menu);
     this.buttonAddAndClose.Image = w18;
     this.hbox4.Add (this.buttonAddAndClose);
     global::Gtk.Box.BoxChild w19 = ((global::Gtk.Box.BoxChild)(this.hbox4 [this.buttonAddAndClose]));
     w19.Position = 0;
     this.datavbox1.Add (this.hbox4);
     global::Gtk.Box.BoxChild w20 = ((global::Gtk.Box.BoxChild)(this.datavbox1 [this.hbox4]));
     w20.Position = 6;
     w20.Expand = false;
     w20.Fill = false;
     this.hbox2.Add (this.datavbox1);
     global::Gtk.Box.BoxChild w21 = ((global::Gtk.Box.BoxChild)(this.hbox2 [this.datavbox1]));
     w21.Position = 0;
     w21.Expand = false;
     w21.Fill = false;
     w21.Padding = ((uint)(5));
     // Container child hbox2.Gtk.Box+BoxChild
     this.vseparator1 = new global::Gtk.VSeparator ();
     this.vseparator1.Name = "vseparator1";
     this.hbox2.Add (this.vseparator1);
     global::Gtk.Box.BoxChild w22 = ((global::Gtk.Box.BoxChild)(this.hbox2 [this.vseparator1]));
     w22.Position = 1;
     w22.Expand = false;
     w22.Fill = false;
     // Container child hbox2.Gtk.Box+BoxChild
     this.reportviewer2 = new global::fyiReporting.RdlGtkViewer.ReportViewer ();
     this.reportviewer2.WidthRequest = 0;
     this.reportviewer2.HeightRequest = 0;
     this.reportviewer2.Events = ((global::Gdk.EventMask)(256));
     this.reportviewer2.Name = "reportviewer2";
     this.reportviewer2.ShowErrors = false;
     this.reportviewer2.ShowParameters = false;
     this.hbox2.Add (this.reportviewer2);
     global::Gtk.Box.BoxChild w23 = ((global::Gtk.Box.BoxChild)(this.hbox2 [this.reportviewer2]));
     w23.Position = 2;
     w23.Padding = ((uint)(5));
     this.Add (this.hbox2);
     if ((this.Child != null)) {
         this.Child.ShowAll ();
     }
     w1.SetUiManager (UIManager);
     this.Hide ();
     this.spinAmount.ValueChanged += new global::System.EventHandler (this.OnSpinAmountValueChanged);
     this.referenceNomenclature.Changed += new global::System.EventHandler (this.OnReferenceNomenclatureChanged);
     this.buttonCreate.Clicked += new global::System.EventHandler (this.OnButtonOkClicked);
     this.printTwo.Toggled += new global::System.EventHandler (this.OnPrintTwoToggled);
     this.buttonAddAndClose.Clicked += new global::System.EventHandler (this.OnButtonAddAndCloseClicked);
 }
コード例 #56
0
 protected virtual void Build()
 {
     global::Stetic.Gui.Initialize(this);
     // Widget MonoDevelop.NUnit.NUnitOptionsWidget
     global::Stetic.BinContainer.Attach(this);
     this.Name = "MonoDevelop.NUnit.NUnitOptionsWidget";
     // Container child MonoDevelop.NUnit.NUnitOptionsWidget.Gtk.Container+ContainerChild
     this.vbox1         = new global::Gtk.VBox();
     this.vbox1.Name    = "vbox1";
     this.vbox1.Spacing = 6;
     // Container child vbox1.Gtk.Box+BoxChild
     this.useParentCheck               = new global::Gtk.CheckButton();
     this.useParentCheck.Name          = "useParentCheck";
     this.useParentCheck.Label         = global::Mono.Unix.Catalog.GetString("Use parent test settings");
     this.useParentCheck.DrawIndicator = true;
     this.useParentCheck.UseUnderline  = true;
     this.vbox1.Add(this.useParentCheck);
     global::Gtk.Box.BoxChild w1 = ((global::Gtk.Box.BoxChild)(this.vbox1[this.useParentCheck]));
     w1.Position = 0;
     w1.Expand   = false;
     w1.Fill     = false;
     // Container child vbox1.Gtk.Box+BoxChild
     this.hseparator1      = new global::Gtk.HSeparator();
     this.hseparator1.Name = "hseparator1";
     this.vbox1.Add(this.hseparator1);
     global::Gtk.Box.BoxChild w2 = ((global::Gtk.Box.BoxChild)(this.vbox1[this.hseparator1]));
     w2.Position = 1;
     w2.Expand   = false;
     w2.Fill     = false;
     // Container child vbox1.Gtk.Box+BoxChild
     this.vbox3         = new global::Gtk.VBox();
     this.vbox3.Name    = "vbox3";
     this.vbox3.Spacing = 6;
     // 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("The following filter will be applied when running the tests:");
     this.vbox3.Add(this.label1);
     global::Gtk.Box.BoxChild w3 = ((global::Gtk.Box.BoxChild)(this.vbox3[this.label1]));
     w3.Position = 0;
     w3.Expand   = false;
     w3.Fill     = false;
     // Container child vbox3.Gtk.Box+BoxChild
     this.hbox2      = new global::Gtk.HBox();
     this.hbox2.Name = "hbox2";
     // Container child hbox2.Gtk.Box+BoxChild
     this.label2 = new global::Gtk.Label();
     this.label2.WidthRequest = 18;
     this.label2.Name         = "label2";
     this.hbox2.Add(this.label2);
     global::Gtk.Box.BoxChild w4 = ((global::Gtk.Box.BoxChild)(this.hbox2[this.label2]));
     w4.Position = 0;
     w4.Expand   = false;
     w4.Fill     = false;
     // 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.noFilterRadio               = new global::Gtk.RadioButton(global::Mono.Unix.Catalog.GetString("Don't apply any filter"));
     this.noFilterRadio.Name          = "noFilterRadio";
     this.noFilterRadio.Active        = true;
     this.noFilterRadio.DrawIndicator = true;
     this.noFilterRadio.UseUnderline  = true;
     this.noFilterRadio.Group         = new global::GLib.SList(global::System.IntPtr.Zero);
     this.vbox4.Add(this.noFilterRadio);
     global::Gtk.Box.BoxChild w5 = ((global::Gtk.Box.BoxChild)(this.vbox4[this.noFilterRadio]));
     w5.Position = 0;
     w5.Expand   = false;
     w5.Fill     = false;
     // Container child vbox4.Gtk.Box+BoxChild
     this.includeRadio               = new global::Gtk.RadioButton(global::Mono.Unix.Catalog.GetString("Include the following categories"));
     this.includeRadio.Name          = "includeRadio";
     this.includeRadio.DrawIndicator = true;
     this.includeRadio.UseUnderline  = true;
     this.includeRadio.Group         = this.noFilterRadio.Group;
     this.vbox4.Add(this.includeRadio);
     global::Gtk.Box.BoxChild w6 = ((global::Gtk.Box.BoxChild)(this.vbox4[this.includeRadio]));
     w6.Position = 1;
     w6.Expand   = false;
     w6.Fill     = false;
     // Container child vbox4.Gtk.Box+BoxChild
     this.excludeRadio               = new global::Gtk.RadioButton(global::Mono.Unix.Catalog.GetString("Exclude the following categories"));
     this.excludeRadio.Name          = "excludeRadio";
     this.excludeRadio.DrawIndicator = true;
     this.excludeRadio.UseUnderline  = true;
     this.excludeRadio.Group         = this.noFilterRadio.Group;
     this.vbox4.Add(this.excludeRadio);
     global::Gtk.Box.BoxChild w7 = ((global::Gtk.Box.BoxChild)(this.vbox4[this.excludeRadio]));
     w7.Position = 2;
     w7.Expand   = false;
     w7.Fill     = false;
     this.hbox2.Add(this.vbox4);
     global::Gtk.Box.BoxChild w8 = ((global::Gtk.Box.BoxChild)(this.hbox2[this.vbox4]));
     w8.Position = 1;
     this.vbox3.Add(this.hbox2);
     global::Gtk.Box.BoxChild w9 = ((global::Gtk.Box.BoxChild)(this.vbox3[this.hbox2]));
     w9.Position = 1;
     this.vbox1.Add(this.vbox3);
     global::Gtk.Box.BoxChild w10 = ((global::Gtk.Box.BoxChild)(this.vbox1[this.vbox3]));
     w10.Position = 2;
     w10.Expand   = false;
     w10.Fill     = false;
     // Container child vbox1.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("Categories:");
     this.vbox1.Add(this.label3);
     global::Gtk.Box.BoxChild w11 = ((global::Gtk.Box.BoxChild)(this.vbox1[this.label3]));
     w11.Position = 3;
     w11.Expand   = false;
     w11.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.label4 = new global::Gtk.Label();
     this.label4.WidthRequest = 18;
     this.label4.Name         = "label4";
     this.hbox1.Add(this.label4);
     global::Gtk.Box.BoxChild w12 = ((global::Gtk.Box.BoxChild)(this.hbox1[this.label4]));
     w12.Position = 0;
     w12.Expand   = false;
     w12.Fill     = false;
     // Container child hbox1.Gtk.Box+BoxChild
     this.scrolledwindow1            = new global::Gtk.ScrolledWindow();
     this.scrolledwindow1.Name       = "scrolledwindow1";
     this.scrolledwindow1.ShadowType = ((global::Gtk.ShadowType)(1));
     // Container child scrolledwindow1.Gtk.Container+ContainerChild
     this.categoryTree      = new global::Gtk.TreeView();
     this.categoryTree.Name = "categoryTree";
     this.scrolledwindow1.Add(this.categoryTree);
     this.hbox1.Add(this.scrolledwindow1);
     global::Gtk.Box.BoxChild w14 = ((global::Gtk.Box.BoxChild)(this.hbox1[this.scrolledwindow1]));
     w14.Position = 1;
     // 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.addButton              = new global::Gtk.Button();
     this.addButton.Name         = "addButton";
     this.addButton.UseStock     = true;
     this.addButton.UseUnderline = true;
     this.addButton.Label        = "gtk-add";
     this.vbox2.Add(this.addButton);
     global::Gtk.Box.BoxChild w15 = ((global::Gtk.Box.BoxChild)(this.vbox2[this.addButton]));
     w15.Position = 0;
     w15.Expand   = false;
     w15.Fill     = false;
     // Container child vbox2.Gtk.Box+BoxChild
     this.removeButton              = new global::Gtk.Button();
     this.removeButton.Name         = "removeButton";
     this.removeButton.UseStock     = true;
     this.removeButton.UseUnderline = true;
     this.removeButton.Label        = "gtk-remove";
     this.vbox2.Add(this.removeButton);
     global::Gtk.Box.BoxChild w16 = ((global::Gtk.Box.BoxChild)(this.vbox2[this.removeButton]));
     w16.Position = 1;
     w16.Expand   = false;
     w16.Fill     = false;
     this.hbox1.Add(this.vbox2);
     global::Gtk.Box.BoxChild w17 = ((global::Gtk.Box.BoxChild)(this.hbox1[this.vbox2]));
     w17.Position = 2;
     w17.Expand   = false;
     w17.Fill     = false;
     this.vbox1.Add(this.hbox1);
     global::Gtk.Box.BoxChild w18 = ((global::Gtk.Box.BoxChild)(this.vbox1[this.hbox1]));
     w18.Position = 4;
     this.Add(this.vbox1);
     if ((this.Child != null))
     {
         this.Child.ShowAll();
     }
     this.Show();
 }
コード例 #57
0
		protected virtual void Build ()
		{
			global::Stetic.Gui.Initialize (this);
			// Widget TraceLab.UI.GTK.ExperimentCanvasWidget
			global::Stetic.BinContainer.Attach (this);
			this.Name = "TraceLab.UI.GTK.ExperimentCanvasWidget";
			// Container child TraceLab.UI.GTK.ExperimentCanvasWidget.Gtk.Container+ContainerChild
			this.hbox2 = new global::Gtk.HBox ();
			this.hbox2.Name = "hbox2";
			this.hbox2.Spacing = 6;
			// Container child hbox2.Gtk.Box+BoxChild
			this.vbox2 = new global::Gtk.VBox ();
			this.vbox2.Name = "vbox2";
			this.vbox2.Spacing = 6;
			// Container child vbox2.Gtk.Box+BoxChild
			this.experimentCrumbs = new global::TraceLab.UI.GTK.Crumbs ();
			this.experimentCrumbs.Events = ((global::Gdk.EventMask)(256));
			this.experimentCrumbs.Name = "experimentCrumbs";
			this.experimentCrumbs.Radius = 5;
			this.experimentCrumbs.Spacing = 11;
			this.experimentCrumbs.Xoffset = 12;
			this.experimentCrumbs.Yoffset = 6;
			this.vbox2.Add (this.experimentCrumbs);
			global::Gtk.Box.BoxChild w1 = ((global::Gtk.Box.BoxChild)(this.vbox2 [this.experimentCrumbs]));
			w1.Position = 0;
			w1.Expand = false;
			w1.Fill = false;
			// Container child vbox2.Gtk.Box+BoxChild
			this.experimentCanvas = new global::MonoHotDraw.SteticComponent ();
			this.experimentCanvas.Events = ((global::Gdk.EventMask)(256));
			this.experimentCanvas.Name = "experimentCanvas";
			this.vbox2.Add (this.experimentCanvas);
			global::Gtk.Box.BoxChild w2 = ((global::Gtk.Box.BoxChild)(this.vbox2 [this.experimentCanvas]));
			w2.Position = 1;
			this.hbox2.Add (this.vbox2);
			global::Gtk.Box.BoxChild w3 = ((global::Gtk.Box.BoxChild)(this.hbox2 [this.vbox2]));
			w3.Position = 0;
			// Container child hbox2.Gtk.Box+BoxChild
			this.vbox1 = new global::Gtk.VBox ();
			this.vbox1.Name = "vbox1";
			this.vbox1.Spacing = 6;
			// Container child vbox1.Gtk.Box+BoxChild
			this.zoomScale = new global::Gtk.VScale (null);
			this.zoomScale.HeightRequest = 300;
			this.zoomScale.CanFocus = true;
			this.zoomScale.Name = "zoomScale";
			this.zoomScale.Inverted = true;
			this.zoomScale.Adjustment.Lower = 0.1D;
			this.zoomScale.Adjustment.Upper = 3D;
			this.zoomScale.Adjustment.PageIncrement = 0.1D;
			this.zoomScale.Adjustment.StepIncrement = 0.01D;
			this.zoomScale.Adjustment.Value = 1D;
			this.zoomScale.DrawValue = true;
			this.zoomScale.Digits = 2;
			this.zoomScale.ValuePos = ((global::Gtk.PositionType)(3));
			this.vbox1.Add (this.zoomScale);
			global::Gtk.Box.BoxChild w4 = ((global::Gtk.Box.BoxChild)(this.vbox1 [this.zoomScale]));
			w4.Position = 0;
			w4.Expand = false;
			w4.Fill = false;
			// Container child vbox1.Gtk.Box+BoxChild
			this.scaleToOriginalSizeButton = new global::Gtk.Button ();
			this.scaleToOriginalSizeButton.TooltipMarkup = "Zoom to orginal 1:1 scale";
			this.scaleToOriginalSizeButton.CanFocus = true;
			this.scaleToOriginalSizeButton.Name = "scaleToOriginalSizeButton";
			// Container child scaleToOriginalSizeButton.Gtk.Container+ContainerChild
			global::Gtk.Alignment w5 = new global::Gtk.Alignment (0.5F, 0.5F, 0F, 0F);
			// Container child GtkAlignment.Gtk.Container+ContainerChild
			global::Gtk.HBox w6 = new global::Gtk.HBox ();
			w6.Spacing = 2;
			// Container child GtkHBox.Gtk.Container+ContainerChild
			global::Gtk.Image w7 = new global::Gtk.Image ();
			w7.Pixbuf = global::Stetic.IconLoader.LoadIcon (this, "gtk-zoom-100", global::Gtk.IconSize.Menu);
			w6.Add (w7);
			// Container child GtkHBox.Gtk.Container+ContainerChild
			global::Gtk.Label w9 = new global::Gtk.Label ();
			w6.Add (w9);
			w5.Add (w6);
			this.scaleToOriginalSizeButton.Add (w5);
			this.vbox1.Add (this.scaleToOriginalSizeButton);
			global::Gtk.Box.BoxChild w13 = ((global::Gtk.Box.BoxChild)(this.vbox1 [this.scaleToOriginalSizeButton]));
			w13.Position = 1;
			w13.Expand = false;
			w13.Fill = false;
			// Container child vbox1.Gtk.Box+BoxChild
			this.zoomToFitButton = new global::Gtk.Button ();
			this.zoomToFitButton.TooltipMarkup = "Zoom to fit";
			this.zoomToFitButton.CanFocus = true;
			this.zoomToFitButton.Name = "zoomToFitButton";
			// Container child zoomToFitButton.Gtk.Container+ContainerChild
			global::Gtk.Alignment w14 = new global::Gtk.Alignment (0.5F, 0.5F, 0F, 0F);
			// Container child GtkAlignment.Gtk.Container+ContainerChild
			global::Gtk.HBox w15 = new global::Gtk.HBox ();
			w15.Spacing = 2;
			// Container child GtkHBox.Gtk.Container+ContainerChild
			global::Gtk.Image w16 = new global::Gtk.Image ();
			w16.Pixbuf = global::Stetic.IconLoader.LoadIcon (this, "gtk-zoom-fit", global::Gtk.IconSize.Menu);
			w15.Add (w16);
			// Container child GtkHBox.Gtk.Container+ContainerChild
			global::Gtk.Label w18 = new global::Gtk.Label ();
			w15.Add (w18);
			w14.Add (w15);
			this.zoomToFitButton.Add (w14);
			this.vbox1.Add (this.zoomToFitButton);
			global::Gtk.Box.BoxChild w22 = ((global::Gtk.Box.BoxChild)(this.vbox1 [this.zoomToFitButton]));
			w22.Position = 2;
			w22.Expand = false;
			w22.Fill = false;
			// Container child vbox1.Gtk.Box+BoxChild
			this.hseparator1 = new global::Gtk.HSeparator ();
			this.hseparator1.Name = "hseparator1";
			this.vbox1.Add (this.hseparator1);
			global::Gtk.Box.BoxChild w23 = ((global::Gtk.Box.BoxChild)(this.vbox1 [this.hseparator1]));
			w23.Position = 3;
			w23.Expand = false;
			w23.Fill = false;
			// Container child vbox1.Gtk.Box+BoxChild
			this.selectionToolButton = new global::Gtk.ToggleButton ();
			this.selectionToolButton.CanFocus = true;
			this.selectionToolButton.Name = "selectionToolButton";
			this.selectionToolButton.UseUnderline = true;
			this.selectionToolButton.Active = true;
			// Container child selectionToolButton.Gtk.Container+ContainerChild
			global::Gtk.Alignment w24 = new global::Gtk.Alignment (0.5F, 0.5F, 0F, 0F);
			// Container child GtkAlignment.Gtk.Container+ContainerChild
			global::Gtk.HBox w25 = new global::Gtk.HBox ();
			w25.Spacing = 2;
			// Container child GtkHBox.Gtk.Container+ContainerChild
			global::Gtk.Image w26 = new global::Gtk.Image ();
			w26.Pixbuf = global::Gdk.Pixbuf.LoadFromResource ("TraceLab.UI.GTK.Resources.arrowcursor_icon.png");
			w25.Add (w26);
			// Container child GtkHBox.Gtk.Container+ContainerChild
			global::Gtk.Label w28 = new global::Gtk.Label ();
			w25.Add (w28);
			w24.Add (w25);
			this.selectionToolButton.Add (w24);
			this.vbox1.Add (this.selectionToolButton);
			global::Gtk.Box.BoxChild w32 = ((global::Gtk.Box.BoxChild)(this.vbox1 [this.selectionToolButton]));
			w32.Position = 4;
			w32.Expand = false;
			w32.Fill = false;
			// Container child vbox1.Gtk.Box+BoxChild
			this.panToolButton = new global::Gtk.ToggleButton ();
			this.panToolButton.CanFocus = true;
			this.panToolButton.Name = "panToolButton";
			this.panToolButton.UseUnderline = true;
			// Container child panToolButton.Gtk.Container+ContainerChild
			global::Gtk.Alignment w33 = new global::Gtk.Alignment (0.5F, 0.5F, 0F, 0F);
			// Container child GtkAlignment.Gtk.Container+ContainerChild
			global::Gtk.HBox w34 = new global::Gtk.HBox ();
			w34.Spacing = 2;
			// Container child GtkHBox.Gtk.Container+ContainerChild
			global::Gtk.Image w35 = new global::Gtk.Image ();
			w35.Pixbuf = global::Gdk.Pixbuf.LoadFromResource ("TraceLab.UI.GTK.Resources.cursor-grab-open.png");
			w34.Add (w35);
			// Container child GtkHBox.Gtk.Container+ContainerChild
			global::Gtk.Label w37 = new global::Gtk.Label ();
			w34.Add (w37);
			w33.Add (w34);
			this.panToolButton.Add (w33);
			this.vbox1.Add (this.panToolButton);
			global::Gtk.Box.BoxChild w41 = ((global::Gtk.Box.BoxChild)(this.vbox1 [this.panToolButton]));
			w41.Position = 5;
			w41.Expand = false;
			w41.Fill = false;
			this.hbox2.Add (this.vbox1);
			global::Gtk.Box.BoxChild w42 = ((global::Gtk.Box.BoxChild)(this.hbox2 [this.vbox1]));
			w42.Position = 1;
			w42.Expand = false;
			w42.Fill = false;
			this.Add (this.hbox2);
			if ((this.Child != null)) {
				this.Child.ShowAll ();
			}
			this.Hide ();
			this.zoomScale.ValueChanged += new global::System.EventHandler (this.ZoomValueChanged);
			this.scaleToOriginalSizeButton.Clicked += new global::System.EventHandler (this.ZoomToOriginal);
			this.zoomToFitButton.Clicked += new global::System.EventHandler (this.ZoomToFit);
			this.selectionToolButton.Toggled += new global::System.EventHandler (this.SelectionToolButtonToggled);
			this.panToolButton.Toggled += new global::System.EventHandler (this.PanToolButtonToggled);
		}
コード例 #58
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;
     this.vbox1.BorderWidth = ((uint)(6));
     // Container child vbox1.Gtk.Box+BoxChild
     this.hbox2         = new global::Gtk.HBox();
     this.hbox2.Name    = "hbox2";
     this.hbox2.Spacing = 6;
     // Container child hbox2.Gtk.Box+BoxChild
     this.label4           = new global::Gtk.Label();
     this.label4.Name      = "label4";
     this.label4.LabelProp = global::Mono.Unix.Catalog.GetString("<b>F# Interactive</b>");
     this.label4.UseMarkup = true;
     this.hbox2.Add(this.label4);
     global::Gtk.Box.BoxChild w1 = ((global::Gtk.Box.BoxChild)(this.hbox2 [this.label4]));
     w1.Position = 0;
     w1.Expand   = false;
     w1.Fill     = false;
     // Container child hbox2.Gtk.Box+BoxChild
     this.checkInteractiveUseDefault               = new global::Gtk.CheckButton();
     this.checkInteractiveUseDefault.CanFocus      = true;
     this.checkInteractiveUseDefault.Name          = "checkInteractiveUseDefault";
     this.checkInteractiveUseDefault.Label         = global::Mono.Unix.Catalog.GetString("Use Default");
     this.checkInteractiveUseDefault.Active        = true;
     this.checkInteractiveUseDefault.DrawIndicator = true;
     this.checkInteractiveUseDefault.UseUnderline  = true;
     this.hbox2.Add(this.checkInteractiveUseDefault);
     global::Gtk.Box.BoxChild w2 = ((global::Gtk.Box.BoxChild)(this.hbox2 [this.checkInteractiveUseDefault]));
     w2.Position = 1;
     this.vbox1.Add(this.hbox2);
     global::Gtk.Box.BoxChild w3 = ((global::Gtk.Box.BoxChild)(this.vbox1 [this.hbox2]));
     w3.Position = 0;
     w3.Expand   = false;
     w3.Fill     = false;
     // Container child vbox1.Gtk.Box+BoxChild
     this.table5               = new global::Gtk.Table(((uint)(2)), ((uint)(3)), false);
     this.table5.Name          = "table5";
     this.table5.RowSpacing    = ((uint)(6));
     this.table5.ColumnSpacing = ((uint)(6));
     // Container child table5.Gtk.Table+TableChild
     this.buttonBrowse              = new global::Gtk.Button();
     this.buttonBrowse.CanFocus     = true;
     this.buttonBrowse.Name         = "buttonBrowse";
     this.buttonBrowse.UseUnderline = true;
     this.buttonBrowse.Label        = global::Mono.Unix.Catalog.GetString("_Browse...");
     this.table5.Add(this.buttonBrowse);
     global::Gtk.Table.TableChild w4 = ((global::Gtk.Table.TableChild)(this.table5 [this.buttonBrowse]));
     w4.LeftAttach  = ((uint)(2));
     w4.RightAttach = ((uint)(3));
     w4.XPadding    = ((uint)(8));
     w4.XOptions    = ((global::Gtk.AttachOptions)(4));
     w4.YOptions    = ((global::Gtk.AttachOptions)(0));
     // Container child table5.Gtk.Table+TableChild
     this.entryArguments               = new global::Gtk.Entry();
     this.entryArguments.CanFocus      = true;
     this.entryArguments.Name          = "entryArguments";
     this.entryArguments.IsEditable    = true;
     this.entryArguments.InvisibleChar = '●';
     this.table5.Add(this.entryArguments);
     global::Gtk.Table.TableChild w5 = ((global::Gtk.Table.TableChild)(this.table5 [this.entryArguments]));
     w5.TopAttach    = ((uint)(1));
     w5.BottomAttach = ((uint)(2));
     w5.LeftAttach   = ((uint)(1));
     w5.RightAttach  = ((uint)(2));
     w5.YOptions     = ((global::Gtk.AttachOptions)(0));
     // Container child table5.Gtk.Table+TableChild
     this.entryPath               = new global::Gtk.Entry();
     this.entryPath.CanFocus      = true;
     this.entryPath.Name          = "entryPath";
     this.entryPath.IsEditable    = true;
     this.entryPath.InvisibleChar = '●';
     this.table5.Add(this.entryPath);
     global::Gtk.Table.TableChild w6 = ((global::Gtk.Table.TableChild)(this.table5 [this.entryPath]));
     w6.LeftAttach  = ((uint)(1));
     w6.RightAttach = ((uint)(2));
     w6.XOptions    = ((global::Gtk.AttachOptions)(4));
     w6.YOptions    = ((global::Gtk.AttachOptions)(0));
     // Container child table5.Gtk.Table+TableChild
     this.GtkLabel4           = new global::Gtk.Label();
     this.GtkLabel4.Name      = "GtkLabel4";
     this.GtkLabel4.Xalign    = 0F;
     this.GtkLabel4.LabelProp = global::Mono.Unix.Catalog.GetString("Path");
     this.GtkLabel4.UseMarkup = true;
     this.table5.Add(this.GtkLabel4);
     global::Gtk.Table.TableChild w7 = ((global::Gtk.Table.TableChild)(this.table5 [this.GtkLabel4]));
     w7.XPadding = ((uint)(8));
     w7.XOptions = ((global::Gtk.AttachOptions)(4));
     w7.YOptions = ((global::Gtk.AttachOptions)(4));
     // Container child table5.Gtk.Table+TableChild
     this.GtkLabel6           = new global::Gtk.Label();
     this.GtkLabel6.Name      = "GtkLabel6";
     this.GtkLabel6.Xalign    = 0F;
     this.GtkLabel6.LabelProp = global::Mono.Unix.Catalog.GetString("Options");
     this.GtkLabel6.UseMarkup = true;
     this.table5.Add(this.GtkLabel6);
     global::Gtk.Table.TableChild w8 = ((global::Gtk.Table.TableChild)(this.table5 [this.GtkLabel6]));
     w8.TopAttach    = ((uint)(1));
     w8.BottomAttach = ((uint)(2));
     w8.XPadding     = ((uint)(8));
     w8.XOptions     = ((global::Gtk.AttachOptions)(4));
     w8.YOptions     = ((global::Gtk.AttachOptions)(0));
     this.vbox1.Add(this.table5);
     global::Gtk.Box.BoxChild w9 = ((global::Gtk.Box.BoxChild)(this.vbox1 [this.table5]));
     w9.Position = 1;
     w9.Expand   = false;
     w9.Fill     = false;
     // Container child vbox1.Gtk.Box+BoxChild
     this.advanceToNextLineCheckbox = new global::Gtk.CheckButton();
     this.advanceToNextLineCheckbox.TooltipMarkup = "When sending a line or an empty selection to F# interactive this property automatically advances to the next line.";
     this.advanceToNextLineCheckbox.CanFocus      = true;
     this.advanceToNextLineCheckbox.Name          = "advanceToNextLineCheckbox";
     this.advanceToNextLineCheckbox.Label         = global::Mono.Unix.Catalog.GetString("Advance to next line");
     this.advanceToNextLineCheckbox.Active        = true;
     this.advanceToNextLineCheckbox.DrawIndicator = true;
     this.advanceToNextLineCheckbox.UseUnderline  = true;
     this.vbox1.Add(this.advanceToNextLineCheckbox);
     global::Gtk.Box.BoxChild w10 = ((global::Gtk.Box.BoxChild)(this.vbox1 [this.advanceToNextLineCheckbox]));
     w10.Position = 2;
     w10.Expand   = false;
     w10.Fill     = false;
     // Container child vbox1.Gtk.Box+BoxChild
     this.hseparator4      = new global::Gtk.HSeparator();
     this.hseparator4.Name = "hseparator4";
     this.vbox1.Add(this.hseparator4);
     global::Gtk.Box.BoxChild w11 = ((global::Gtk.Box.BoxChild)(this.vbox1 [this.hseparator4]));
     w11.Position = 3;
     w11.Expand   = false;
     w11.Fill     = false;
     // Container child vbox1.Gtk.Box+BoxChild
     this.vbox4         = new global::Gtk.VBox();
     this.vbox4.Name    = "vbox4";
     this.vbox4.Spacing = 6;
     // Container child vbox4.Gtk.Box+BoxChild
     this.label1           = new global::Gtk.Label();
     this.label1.Name      = "label1";
     this.label1.Xalign    = 0F;
     this.label1.LabelProp = global::Mono.Unix.Catalog.GetString("<b>FSI Appearance</b>");
     this.label1.UseMarkup = true;
     this.vbox4.Add(this.label1);
     global::Gtk.Box.BoxChild w12 = ((global::Gtk.Box.BoxChild)(this.vbox4 [this.label1]));
     w12.Position = 0;
     w12.Expand   = false;
     w12.Fill     = false;
     // Container child vbox4.Gtk.Box+BoxChild
     this.matchThemeCheckbox               = new global::Gtk.CheckButton();
     this.matchThemeCheckbox.CanFocus      = true;
     this.matchThemeCheckbox.Name          = "matchThemeCheckbox";
     this.matchThemeCheckbox.Label         = global::Mono.Unix.Catalog.GetString("Match with Theme");
     this.matchThemeCheckbox.Active        = true;
     this.matchThemeCheckbox.DrawIndicator = true;
     this.matchThemeCheckbox.UseUnderline  = true;
     this.vbox4.Add(this.matchThemeCheckbox);
     global::Gtk.Box.BoxChild w13 = ((global::Gtk.Box.BoxChild)(this.vbox4 [this.matchThemeCheckbox]));
     w13.Position = 1;
     w13.Expand   = false;
     w13.Fill     = false;
     // Container child vbox4.Gtk.Box+BoxChild
     this.hbox7      = new global::Gtk.HBox();
     this.hbox7.Name = "hbox7";
     // Container child hbox7.Gtk.Box+BoxChild
     this.label5           = new global::Gtk.Label();
     this.label5.Name      = "label5";
     this.label5.Xalign    = 0F;
     this.label5.LabelProp = global::Mono.Unix.Catalog.GetString("Base Color");
     this.hbox7.Add(this.label5);
     global::Gtk.Box.BoxChild w14 = ((global::Gtk.Box.BoxChild)(this.hbox7 [this.label5]));
     w14.Position = 0;
     w14.Expand   = false;
     w14.Fill     = false;
     w14.Padding  = ((uint)(8));
     // Container child hbox7.Gtk.Box+BoxChild
     this.baseColorButton          = new global::Gtk.ColorButton();
     this.baseColorButton.CanFocus = true;
     this.baseColorButton.Events   = ((global::Gdk.EventMask)(784));
     this.baseColorButton.Name     = "baseColorButton";
     this.hbox7.Add(this.baseColorButton);
     global::Gtk.Box.BoxChild w15 = ((global::Gtk.Box.BoxChild)(this.hbox7 [this.baseColorButton]));
     w15.Position = 1;
     w15.Expand   = false;
     w15.Fill     = false;
     w15.Padding  = ((uint)(8));
     // Container child hbox7.Gtk.Box+BoxChild
     this.label6           = new global::Gtk.Label();
     this.label6.Name      = "label6";
     this.label6.Xalign    = 0F;
     this.label6.LabelProp = global::Mono.Unix.Catalog.GetString("Text Color");
     this.hbox7.Add(this.label6);
     global::Gtk.Box.BoxChild w16 = ((global::Gtk.Box.BoxChild)(this.hbox7 [this.label6]));
     w16.Position = 2;
     w16.Expand   = false;
     w16.Fill     = false;
     w16.Padding  = ((uint)(8));
     // Container child hbox7.Gtk.Box+BoxChild
     this.textColorButton          = new global::Gtk.ColorButton();
     this.textColorButton.CanFocus = true;
     this.textColorButton.Events   = ((global::Gdk.EventMask)(784));
     this.textColorButton.Name     = "textColorButton";
     this.hbox7.Add(this.textColorButton);
     global::Gtk.Box.BoxChild w17 = ((global::Gtk.Box.BoxChild)(this.hbox7 [this.textColorButton]));
     w17.Position = 3;
     w17.Expand   = false;
     w17.Fill     = false;
     w17.Padding  = ((uint)(8));
     this.vbox4.Add(this.hbox7);
     global::Gtk.Box.BoxChild w18 = ((global::Gtk.Box.BoxChild)(this.vbox4 [this.hbox7]));
     w18.Position = 2;
     w18.Expand   = false;
     w18.Fill     = false;
     // Container child vbox4.Gtk.Box+BoxChild
     this.hbox9         = new global::Gtk.HBox();
     this.hbox9.Name    = "hbox9";
     this.hbox9.Spacing = 6;
     // Container child hbox9.Gtk.Box+BoxChild
     this.GtkLabel13           = new global::Gtk.Label();
     this.GtkLabel13.Name      = "GtkLabel13";
     this.GtkLabel13.LabelProp = global::Mono.Unix.Catalog.GetString("Interactive Pad Font");
     this.GtkLabel13.UseMarkup = true;
     this.hbox9.Add(this.GtkLabel13);
     global::Gtk.Box.BoxChild w19 = ((global::Gtk.Box.BoxChild)(this.hbox9 [this.GtkLabel13]));
     w19.Position = 0;
     w19.Expand   = false;
     w19.Fill     = false;
     w19.Padding  = ((uint)(8));
     // Container child hbox9.Gtk.Box+BoxChild
     this.fontbutton1          = new global::Gtk.FontButton();
     this.fontbutton1.CanFocus = true;
     this.fontbutton1.Name     = "fontbutton1";
     this.hbox9.Add(this.fontbutton1);
     global::Gtk.Box.BoxChild w20 = ((global::Gtk.Box.BoxChild)(this.hbox9 [this.fontbutton1]));
     w20.Position = 1;
     w20.Padding  = ((uint)(8));
     this.vbox4.Add(this.hbox9);
     global::Gtk.Box.BoxChild w21 = ((global::Gtk.Box.BoxChild)(this.vbox4 [this.hbox9]));
     w21.Position = 3;
     w21.Expand   = false;
     w21.Fill     = false;
     this.vbox1.Add(this.vbox4);
     global::Gtk.Box.BoxChild w22 = ((global::Gtk.Box.BoxChild)(this.vbox1 [this.vbox4]));
     w22.Position = 4;
     w22.Expand   = false;
     w22.Fill     = false;
     // Container child vbox1.Gtk.Box+BoxChild
     this.hseparator3      = new global::Gtk.HSeparator();
     this.hseparator3.Name = "hseparator3";
     this.vbox1.Add(this.hseparator3);
     global::Gtk.Box.BoxChild w23 = ((global::Gtk.Box.BoxChild)(this.vbox1 [this.hseparator3]));
     w23.Position = 5;
     w23.Expand   = false;
     w23.Fill     = false;
     // Container child vbox1.Gtk.Box+BoxChild
     this.hbox1         = new global::Gtk.HBox();
     this.hbox1.Name    = "hbox1";
     this.hbox1.Spacing = 6;
     // Container child hbox1.Gtk.Box+BoxChild
     this.label2 = new global::Gtk.Label();
     this.label2.TooltipMarkup = "This is only used when xbuild is not being used.";
     this.label2.Name          = "label2";
     this.label2.LabelProp     = global::Mono.Unix.Catalog.GetString("<b>F# Default Compiler</b>");
     this.label2.UseMarkup     = true;
     this.hbox1.Add(this.label2);
     global::Gtk.Box.BoxChild w24 = ((global::Gtk.Box.BoxChild)(this.hbox1 [this.label2]));
     w24.Position = 0;
     w24.Expand   = false;
     w24.Fill     = false;
     // Container child hbox1.Gtk.Box+BoxChild
     this.checkCompilerUseDefault               = new global::Gtk.CheckButton();
     this.checkCompilerUseDefault.CanFocus      = true;
     this.checkCompilerUseDefault.Name          = "checkCompilerUseDefault";
     this.checkCompilerUseDefault.Label         = global::Mono.Unix.Catalog.GetString("Use Default");
     this.checkCompilerUseDefault.Active        = true;
     this.checkCompilerUseDefault.DrawIndicator = true;
     this.checkCompilerUseDefault.UseUnderline  = true;
     this.hbox1.Add(this.checkCompilerUseDefault);
     global::Gtk.Box.BoxChild w25 = ((global::Gtk.Box.BoxChild)(this.hbox1 [this.checkCompilerUseDefault]));
     w25.Position = 1;
     this.vbox1.Add(this.hbox1);
     global::Gtk.Box.BoxChild w26 = ((global::Gtk.Box.BoxChild)(this.vbox1 [this.hbox1]));
     w26.Position = 6;
     w26.Expand   = false;
     w26.Fill     = false;
     // Container child vbox1.Gtk.Box+BoxChild
     this.frame1            = new global::Gtk.Frame();
     this.frame1.Name       = "frame1";
     this.frame1.ShadowType = ((global::Gtk.ShadowType)(0));
     // Container child frame1.Gtk.Container+ContainerChild
     this.table2               = new global::Gtk.Table(((uint)(1)), ((uint)(3)), false);
     this.table2.Name          = "table2";
     this.table2.RowSpacing    = ((uint)(6));
     this.table2.ColumnSpacing = ((uint)(6));
     // Container child table2.Gtk.Table+TableChild
     this.buttonCompilerBrowse              = new global::Gtk.Button();
     this.buttonCompilerBrowse.CanFocus     = true;
     this.buttonCompilerBrowse.Name         = "buttonCompilerBrowse";
     this.buttonCompilerBrowse.UseUnderline = true;
     this.buttonCompilerBrowse.Label        = global::Mono.Unix.Catalog.GetString("_Browse...");
     this.table2.Add(this.buttonCompilerBrowse);
     global::Gtk.Table.TableChild w27 = ((global::Gtk.Table.TableChild)(this.table2 [this.buttonCompilerBrowse]));
     w27.LeftAttach  = ((uint)(2));
     w27.RightAttach = ((uint)(3));
     w27.XPadding    = ((uint)(8));
     w27.XOptions    = ((global::Gtk.AttachOptions)(4));
     w27.YOptions    = ((global::Gtk.AttachOptions)(4));
     // Container child table2.Gtk.Table+TableChild
     this.entryCompilerPath               = new global::Gtk.Entry();
     this.entryCompilerPath.CanFocus      = true;
     this.entryCompilerPath.Name          = "entryCompilerPath";
     this.entryCompilerPath.IsEditable    = true;
     this.entryCompilerPath.InvisibleChar = '●';
     this.table2.Add(this.entryCompilerPath);
     global::Gtk.Table.TableChild w28 = ((global::Gtk.Table.TableChild)(this.table2 [this.entryCompilerPath]));
     w28.LeftAttach  = ((uint)(1));
     w28.RightAttach = ((uint)(2));
     w28.XPadding    = ((uint)(8));
     w28.YOptions    = ((global::Gtk.AttachOptions)(4));
     // Container child table2.Gtk.Table+TableChild
     this.label3           = new global::Gtk.Label();
     this.label3.Name      = "label3";
     this.label3.Xalign    = 0F;
     this.label3.LabelProp = global::Mono.Unix.Catalog.GetString("Path");
     this.table2.Add(this.label3);
     global::Gtk.Table.TableChild w29 = ((global::Gtk.Table.TableChild)(this.table2 [this.label3]));
     w29.XPadding = ((uint)(8));
     w29.XOptions = ((global::Gtk.AttachOptions)(4));
     w29.YOptions = ((global::Gtk.AttachOptions)(4));
     this.frame1.Add(this.table2);
     this.vbox1.Add(this.frame1);
     global::Gtk.Box.BoxChild w31 = ((global::Gtk.Box.BoxChild)(this.vbox1 [this.frame1]));
     w31.Position = 7;
     w31.Expand   = false;
     w31.Fill     = false;
     // Container child vbox1.Gtk.Box+BoxChild
     this.hseparator1      = new global::Gtk.HSeparator();
     this.hseparator1.Name = "hseparator1";
     this.vbox1.Add(this.hseparator1);
     global::Gtk.Box.BoxChild w32 = ((global::Gtk.Box.BoxChild)(this.vbox1 [this.hseparator1]));
     w32.Position = 8;
     w32.Expand   = false;
     w32.Fill     = false;
     // Container child vbox1.Gtk.Box+BoxChild
     this.hbox3         = new global::Gtk.HBox();
     this.hbox3.Name    = "hbox3";
     this.hbox3.Spacing = 6;
     // Container child hbox3.Gtk.Box+BoxChild
     this.label8           = new global::Gtk.Label();
     this.label8.Name      = "label8";
     this.label8.LabelProp = global::Mono.Unix.Catalog.GetString("<b>F# Editor</b>");
     this.label8.UseMarkup = true;
     this.hbox3.Add(this.label8);
     global::Gtk.Box.BoxChild w33 = ((global::Gtk.Box.BoxChild)(this.hbox3 [this.label8]));
     w33.Position = 0;
     w33.Expand   = false;
     w33.Fill     = false;
     // Container child hbox3.Gtk.Box+BoxChild
     this.checkHighlightMutables               = new global::Gtk.CheckButton();
     this.checkHighlightMutables.CanFocus      = true;
     this.checkHighlightMutables.Name          = "checkHighlightMutables";
     this.checkHighlightMutables.Label         = global::Mono.Unix.Catalog.GetString("Highlight mutable variables");
     this.checkHighlightMutables.Active        = true;
     this.checkHighlightMutables.DrawIndicator = true;
     this.checkHighlightMutables.UseUnderline  = true;
     this.hbox3.Add(this.checkHighlightMutables);
     global::Gtk.Box.BoxChild w34 = ((global::Gtk.Box.BoxChild)(this.hbox3 [this.checkHighlightMutables]));
     w34.Position = 1;
     this.vbox1.Add(this.hbox3);
     global::Gtk.Box.BoxChild w35 = ((global::Gtk.Box.BoxChild)(this.vbox1 [this.hbox3]));
     w35.Position = 9;
     w35.Expand   = false;
     w35.Fill     = false;
     this.Add(this.vbox1);
     if ((this.Child != null))
     {
         this.Child.ShowAll();
     }
     this.Hide();
 }
コード例 #59
0
ファイル: MainWindow.cs プロジェクト: deltac2008/SSLMaker
 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.LoadPrefsAction = new global::Gtk.Action ("LoadPrefsAction", global::Mono.Unix.Catalog.GetString ("Load Prefs"), null, null);
     this.LoadPrefsAction.ShortLabel = global::Mono.Unix.Catalog.GetString ("Load Prefs");
     w1.Add (this.LoadPrefsAction, null);
     this.SavePrefsAction = new global::Gtk.Action ("SavePrefsAction", global::Mono.Unix.Catalog.GetString ("Save Prefs"), null, null);
     this.SavePrefsAction.ShortLabel = global::Mono.Unix.Catalog.GetString ("Save Prefs");
     w1.Add (this.SavePrefsAction, null);
     this.QuitAction = new global::Gtk.Action ("QuitAction", global::Mono.Unix.Catalog.GetString ("Quit"), null, null);
     this.QuitAction.ShortLabel = global::Mono.Unix.Catalog.GetString ("Quit");
     w1.Add (this.QuitAction, null);
     this.EditAction = new global::Gtk.Action ("EditAction", global::Mono.Unix.Catalog.GetString ("Edit"), null, null);
     this.EditAction.ShortLabel = global::Mono.Unix.Catalog.GetString ("Edit");
     w1.Add (this.EditAction, null);
     this.UserDetailsAction = new global::Gtk.Action ("UserDetailsAction", global::Mono.Unix.Catalog.GetString ("User Details"), null, null);
     this.UserDetailsAction.ShortLabel = global::Mono.Unix.Catalog.GetString ("User Details");
     w1.Add (this.UserDetailsAction, null);
     this.PreferencesAction = new global::Gtk.Action ("PreferencesAction", global::Mono.Unix.Catalog.GetString ("Preferences"), null, null);
     this.PreferencesAction.ShortLabel = global::Mono.Unix.Catalog.GetString ("Preferences");
     w1.Add (this.PreferencesAction, null);
     this.GenerateAction = new global::Gtk.Action ("GenerateAction", global::Mono.Unix.Catalog.GetString ("Generate"), null, null);
     this.GenerateAction.ShortLabel = global::Mono.Unix.Catalog.GetString ("Generate");
     w1.Add (this.GenerateAction, null);
     this.KeyAction = new global::Gtk.Action ("KeyAction", global::Mono.Unix.Catalog.GetString ("Key"), null, null);
     this.KeyAction.ShortLabel = global::Mono.Unix.Catalog.GetString ("Key");
     w1.Add (this.KeyAction, null);
     this.CertificateAction = new global::Gtk.Action ("CertificateAction", global::Mono.Unix.Catalog.GetString ("Certificate"), null, null);
     this.CertificateAction.ShortLabel = global::Mono.Unix.Catalog.GetString ("Certificate");
     w1.Add (this.CertificateAction, 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.ClearStatusBarAction = new global::Gtk.Action ("ClearStatusBarAction", global::Mono.Unix.Catalog.GetString ("Clear Status Bar"), null, null);
     this.ClearStatusBarAction.ShortLabel = global::Mono.Unix.Catalog.GetString ("Clear Status Bar");
     w1.Add (this.ClearStatusBarAction, null);
     this.rubbishAction = new global::Gtk.Action ("rubbishAction", global::Mono.Unix.Catalog.GetString ("rubbish"), null, null);
     this.rubbishAction.ShortLabel = global::Mono.Unix.Catalog.GetString ("rubbish");
     w1.Add (this.rubbishAction, null);
     this.AboutAction = new global::Gtk.Action ("AboutAction", global::Mono.Unix.Catalog.GetString ("About"), null, null);
     this.AboutAction.ShortLabel = global::Mono.Unix.Catalog.GetString ("About");
     w1.Add (this.AboutAction, null);
     this.StripPassphraseAction = new global::Gtk.Action ("StripPassphraseAction", global::Mono.Unix.Catalog.GetString ("Strip Passphrase"), null, null);
     this.StripPassphraseAction.ShortLabel = global::Mono.Unix.Catalog.GetString ("Strip Passphrase");
     w1.Add (this.StripPassphraseAction, null);
     this.ToolsAction = new global::Gtk.Action ("ToolsAction", global::Mono.Unix.Catalog.GetString ("Tools"), null, null);
     this.ToolsAction.ShortLabel = global::Mono.Unix.Catalog.GetString ("Tools");
     w1.Add (this.ToolsAction, null);
     this.WorkingDirectoryAction = new global::Gtk.Action ("WorkingDirectoryAction", global::Mono.Unix.Catalog.GetString ("Working Directory"), null, null);
     this.WorkingDirectoryAction.ShortLabel = global::Mono.Unix.Catalog.GetString ("Working Directory");
     w1.Add (this.WorkingDirectoryAction, null);
     this.ViewCertificateAction = new global::Gtk.Action ("ViewCertificateAction", global::Mono.Unix.Catalog.GetString ("View Certificate"), null, null);
     this.ViewCertificateAction.ShortLabel = global::Mono.Unix.Catalog.GetString ("View Certificate");
     w1.Add (this.ViewCertificateAction, null);
     this.CheckDiskAction = new global::Gtk.Action ("CheckDiskAction", global::Mono.Unix.Catalog.GetString ("Check Disk"), null, null);
     this.CheckDiskAction.ShortLabel = global::Mono.Unix.Catalog.GetString ("Check Disk");
     w1.Add (this.CheckDiskAction, null);
     this.UIManager.InsertActionGroup (w1, 0);
     this.AddAccelGroup (this.UIManager.AccelGroup);
     this.WidthRequest = 600;
     this.Name = "MainWindow";
     this.Title = global::Mono.Unix.Catalog.GetString ("SSLMaker");
     this.Icon = global::Gdk.Pixbuf.LoadFromResource ("SSLMaker.images.padlockandkeys16x16.png");
     this.WindowPosition = ((global::Gtk.WindowPosition)(4));
     this.Resizable = false;
     // 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.vbox2 = new global::Gtk.VBox ();
     this.vbox2.Name = "vbox2";
     this.vbox2.Spacing = 6;
     // Container child vbox2.Gtk.Box+BoxChild
     this.UIManager.AddUiFromString ("<ui><menubar name='mainmenubar'><menu name='FileAction' action='FileAction'><menuitem name='LoadPrefsAction' action='LoadPrefsAction'/><menuitem name='SavePrefsAction' action='SavePrefsAction'/><menuitem name='QuitAction' action='QuitAction'/></menu><menu name='EditAction' action='EditAction'><menuitem name='UserDetailsAction' action='UserDetailsAction'/><menuitem name='PreferencesAction' action='PreferencesAction'/><menuitem name='StripPassphraseAction' action='StripPassphraseAction'/></menu><menu name='GenerateAction' action='GenerateAction'><menuitem name='KeyAction' action='KeyAction'/><menuitem name='CertificateAction' action='CertificateAction'/></menu><menu name='ToolsAction' action='ToolsAction'><menuitem name='WorkingDirectoryAction' action='WorkingDirectoryAction'/><menuitem name='ViewCertificateAction' action='ViewCertificateAction'/><menuitem name='CheckDiskAction' action='CheckDiskAction'/></menu><menu name='HelpAction' action='HelpAction'><menuitem name='AboutAction' action='AboutAction'/></menu></menubar></ui>");
     this.mainmenubar = ((global::Gtk.MenuBar)(this.UIManager.GetWidget ("/mainmenubar")));
     this.mainmenubar.Name = "mainmenubar";
     this.vbox2.Add (this.mainmenubar);
     global::Gtk.Box.BoxChild w2 = ((global::Gtk.Box.BoxChild)(this.vbox2 [this.mainmenubar]));
     w2.Position = 0;
     w2.Expand = false;
     w2.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.image29 = new global::Gtk.Image ();
     this.image29.Name = "image29";
     this.image29.Pixbuf = global::Gdk.Pixbuf.LoadFromResource ("SSLMaker.images.padlockandkeys80x80.png");
     this.hbox1.Add (this.image29);
     global::Gtk.Box.BoxChild w3 = ((global::Gtk.Box.BoxChild)(this.hbox1 [this.image29]));
     w3.Position = 0;
     w3.Expand = false;
     w3.Fill = false;
     w3.Padding = ((uint)(12));
     // Container child hbox1.Gtk.Box+BoxChild
     this.label1 = new global::Gtk.Label ();
     this.label1.Name = "label1";
     this.label1.LabelProp = global::Mono.Unix.Catalog.GetString ("<b>SSLMaker v.0.9</b>\n\nCreated by D. Clayton");
     this.label1.UseMarkup = true;
     this.label1.Justify = ((global::Gtk.Justification)(2));
     this.hbox1.Add (this.label1);
     global::Gtk.Box.BoxChild w4 = ((global::Gtk.Box.BoxChild)(this.hbox1 [this.label1]));
     w4.Position = 1;
     // Container child hbox1.Gtk.Box+BoxChild
     this.image12 = new global::Gtk.Image ();
     this.image12.Name = "image12";
     this.image12.Pixbuf = global::Gdk.Pixbuf.LoadFromResource ("SSLMaker.images.padlockandkeys80x80rev.png");
     this.hbox1.Add (this.image12);
     global::Gtk.Box.BoxChild w5 = ((global::Gtk.Box.BoxChild)(this.hbox1 [this.image12]));
     w5.Position = 2;
     w5.Expand = false;
     w5.Fill = false;
     w5.Padding = ((uint)(12));
     this.vbox2.Add (this.hbox1);
     global::Gtk.Box.BoxChild w6 = ((global::Gtk.Box.BoxChild)(this.vbox2 [this.hbox1]));
     w6.Position = 1;
     w6.Expand = false;
     w6.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 w7 = ((global::Gtk.Box.BoxChild)(this.vbox2 [this.hseparator1]));
     w7.Position = 2;
     w7.Expand = false;
     w7.Fill = false;
     this.vbox1.Add (this.vbox2);
     global::Gtk.Box.BoxChild w8 = ((global::Gtk.Box.BoxChild)(this.vbox1 [this.vbox2]));
     w8.Position = 0;
     w8.Expand = false;
     w8.Fill = false;
     // 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.label2 = new global::Gtk.Label ();
     this.label2.WidthRequest = 585;
     this.label2.Name = "label2";
     this.label2.LabelProp = global::Mono.Unix.Catalog.GetString ("An application that will create simple self-signed certificates including the corresponding key files.\nEdit the user details and the preferences to store the information required when creating the key/certificate files. These details will include your name and company details, cipher strength, etc.");
     this.label2.Wrap = true;
     this.label2.Justify = ((global::Gtk.Justification)(2));
     this.hbox7.Add (this.label2);
     global::Gtk.Box.BoxChild w9 = ((global::Gtk.Box.BoxChild)(this.hbox7 [this.label2]));
     w9.Position = 0;
     this.vbox1.Add (this.hbox7);
     global::Gtk.Box.BoxChild w10 = ((global::Gtk.Box.BoxChild)(this.vbox1 [this.hbox7]));
     w10.Position = 1;
     w10.Expand = false;
     w10.Fill = false;
     // Container child vbox1.Gtk.Box+BoxChild
     this.vbox3 = new global::Gtk.VBox ();
     this.vbox3.Name = "vbox3";
     this.vbox3.Spacing = 6;
     // Container child vbox3.Gtk.Box+BoxChild
     this.vbox5 = new global::Gtk.VBox ();
     this.vbox5.Name = "vbox5";
     this.vbox5.Spacing = 6;
     // Container child vbox5.Gtk.Box+BoxChild
     this.hseparator4 = new global::Gtk.HSeparator ();
     this.hseparator4.Name = "hseparator4";
     this.vbox5.Add (this.hseparator4);
     global::Gtk.Box.BoxChild w11 = ((global::Gtk.Box.BoxChild)(this.vbox5 [this.hseparator4]));
     w11.Position = 0;
     w11.Expand = false;
     w11.Fill = false;
     this.vbox3.Add (this.vbox5);
     global::Gtk.Box.BoxChild w12 = ((global::Gtk.Box.BoxChild)(this.vbox3 [this.vbox5]));
     w12.Position = 0;
     w12.Expand = false;
     w12.Fill = false;
     // Container child vbox3.Gtk.Box+BoxChild
     this.vbox4 = new global::Gtk.VBox ();
     this.vbox4.Name = "vbox4";
     // Container child vbox4.Gtk.Box+BoxChild
     this.hbox8 = new global::Gtk.HBox ();
     this.hbox8.Name = "hbox8";
     this.hbox8.Spacing = 6;
     // Container child hbox8.Gtk.Box+BoxChild
     this.fixed6 = new global::Gtk.Fixed ();
     this.fixed6.Name = "fixed6";
     this.fixed6.HasWindow = false;
     this.hbox8.Add (this.fixed6);
     global::Gtk.Box.BoxChild w13 = ((global::Gtk.Box.BoxChild)(this.hbox8 [this.fixed6]));
     w13.Position = 0;
     // Container child hbox8.Gtk.Box+BoxChild
     this.frame1 = new global::Gtk.Frame ();
     this.frame1.WidthRequest = 450;
     this.frame1.Name = "frame1";
     this.frame1.ShadowType = ((global::Gtk.ShadowType)(2));
     this.frame1.BorderWidth = ((uint)(12));
     // 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.vbox6 = new global::Gtk.VBox ();
     this.vbox6.Name = "vbox6";
     this.vbox6.Spacing = 3;
     // Container child vbox6.Gtk.Box+BoxChild
     this.label3 = new global::Gtk.Label ();
     this.label3.Name = "label3";
     this.label3.Xpad = 6;
     this.label3.Xalign = 0F;
     this.label3.LabelProp = global::Mono.Unix.Catalog.GetString ("<b>Key file</b>");
     this.label3.UseMarkup = true;
     this.vbox6.Add (this.label3);
     global::Gtk.Box.BoxChild w14 = ((global::Gtk.Box.BoxChild)(this.vbox6 [this.label3]));
     w14.Position = 0;
     w14.Expand = false;
     w14.Fill = false;
     // Container child vbox6.Gtk.Box+BoxChild
     this.hbox4 = new global::Gtk.HBox ();
     this.hbox4.Name = "hbox4";
     this.hbox4.Spacing = 6;
     // Container child hbox4.Gtk.Box+BoxChild
     this.lblKeyFileLocation = new global::Gtk.Label ();
     this.lblKeyFileLocation.Name = "lblKeyFileLocation";
     this.lblKeyFileLocation.Xpad = 6;
     this.lblKeyFileLocation.Xalign = 0F;
     this.lblKeyFileLocation.Yalign = 0F;
     this.lblKeyFileLocation.LabelProp = global::Mono.Unix.Catalog.GetString ("lblKeyFileLocation");
     this.hbox4.Add (this.lblKeyFileLocation);
     global::Gtk.Box.BoxChild w15 = ((global::Gtk.Box.BoxChild)(this.hbox4 [this.lblKeyFileLocation]));
     w15.Position = 0;
     w15.Expand = false;
     w15.Fill = false;
     w15.Padding = ((uint)(6));
     this.vbox6.Add (this.hbox4);
     global::Gtk.Box.BoxChild w16 = ((global::Gtk.Box.BoxChild)(this.vbox6 [this.hbox4]));
     w16.Position = 1;
     w16.Expand = false;
     w16.Fill = false;
     // Container child vbox6.Gtk.Box+BoxChild
     this.label4 = new global::Gtk.Label ();
     this.label4.Name = "label4";
     this.label4.Xpad = 6;
     this.label4.Xalign = 0F;
     this.label4.LabelProp = global::Mono.Unix.Catalog.GetString ("<b>Certificate file</b>");
     this.label4.UseMarkup = true;
     this.vbox6.Add (this.label4);
     global::Gtk.Box.BoxChild w17 = ((global::Gtk.Box.BoxChild)(this.vbox6 [this.label4]));
     w17.Position = 2;
     w17.Expand = false;
     w17.Fill = false;
     // Container child vbox6.Gtk.Box+BoxChild
     this.hbox5 = new global::Gtk.HBox ();
     this.hbox5.Name = "hbox5";
     this.hbox5.Spacing = 6;
     // Container child hbox5.Gtk.Box+BoxChild
     this.lblCertFileLocation = new global::Gtk.Label ();
     this.lblCertFileLocation.Name = "lblCertFileLocation";
     this.lblCertFileLocation.Xpad = 6;
     this.lblCertFileLocation.Xalign = 0F;
     this.lblCertFileLocation.Yalign = 0F;
     this.lblCertFileLocation.LabelProp = global::Mono.Unix.Catalog.GetString ("lblCertFileLocation");
     this.hbox5.Add (this.lblCertFileLocation);
     global::Gtk.Box.BoxChild w18 = ((global::Gtk.Box.BoxChild)(this.hbox5 [this.lblCertFileLocation]));
     w18.Position = 0;
     w18.Expand = false;
     w18.Fill = false;
     w18.Padding = ((uint)(6));
     this.vbox6.Add (this.hbox5);
     global::Gtk.Box.BoxChild w19 = ((global::Gtk.Box.BoxChild)(this.vbox6 [this.hbox5]));
     w19.Position = 3;
     w19.Expand = false;
     w19.Fill = false;
     this.GtkAlignment.Add (this.vbox6);
     this.frame1.Add (this.GtkAlignment);
     this.GtkLabel6 = new global::Gtk.Label ();
     this.GtkLabel6.Name = "GtkLabel6";
     this.GtkLabel6.Xalign = 0F;
     this.GtkLabel6.Yalign = 0F;
     this.GtkLabel6.LabelProp = global::Mono.Unix.Catalog.GetString ("<b>File Locations</b>");
     this.GtkLabel6.UseMarkup = true;
     this.frame1.LabelWidget = this.GtkLabel6;
     this.hbox8.Add (this.frame1);
     global::Gtk.Box.BoxChild w22 = ((global::Gtk.Box.BoxChild)(this.hbox8 [this.frame1]));
     w22.Position = 1;
     w22.Expand = false;
     w22.Fill = false;
     // Container child hbox8.Gtk.Box+BoxChild
     this.fixed5 = new global::Gtk.Fixed ();
     this.fixed5.Name = "fixed5";
     this.fixed5.HasWindow = false;
     this.hbox8.Add (this.fixed5);
     global::Gtk.Box.BoxChild w23 = ((global::Gtk.Box.BoxChild)(this.hbox8 [this.fixed5]));
     w23.Position = 2;
     this.vbox4.Add (this.hbox8);
     global::Gtk.Box.BoxChild w24 = ((global::Gtk.Box.BoxChild)(this.vbox4 [this.hbox8]));
     w24.Position = 0;
     w24.Expand = false;
     w24.Fill = false;
     // Container child vbox4.Gtk.Box+BoxChild
     this.hbox9 = new global::Gtk.HBox ();
     this.hbox9.Name = "hbox9";
     this.hbox9.Spacing = 6;
     // Container child hbox9.Gtk.Box+BoxChild
     this.fixed8 = new global::Gtk.Fixed ();
     this.fixed8.Name = "fixed8";
     this.fixed8.HasWindow = false;
     this.hbox9.Add (this.fixed8);
     global::Gtk.Box.BoxChild w25 = ((global::Gtk.Box.BoxChild)(this.hbox9 [this.fixed8]));
     w25.Position = 0;
     // Container child hbox9.Gtk.Box+BoxChild
     this.frame2 = new global::Gtk.Frame ();
     this.frame2.WidthRequest = 450;
     this.frame2.Name = "frame2";
     this.frame2.ShadowType = ((global::Gtk.ShadowType)(2));
     this.frame2.BorderWidth = ((uint)(12));
     // Container child frame2.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.vbox7 = new global::Gtk.VBox ();
     this.vbox7.Name = "vbox7";
     this.vbox7.Spacing = 6;
     // Container child vbox7.Gtk.Box+BoxChild
     this.fixed3 = new global::Gtk.Fixed ();
     this.fixed3.Name = "fixed3";
     this.fixed3.HasWindow = false;
     this.vbox7.Add (this.fixed3);
     global::Gtk.Box.BoxChild w26 = ((global::Gtk.Box.BoxChild)(this.vbox7 [this.fixed3]));
     w26.Position = 0;
     w26.Expand = false;
     w26.Fill = false;
     // Container child vbox7.Gtk.Box+BoxChild
     this.hbox6 = new global::Gtk.HBox ();
     this.hbox6.Name = "hbox6";
     this.hbox6.Spacing = 6;
     // Container child hbox6.Gtk.Box+BoxChild
     this.ebCommonName = new global::Gtk.Entry ();
     this.ebCommonName.WidthRequest = 270;
     this.ebCommonName.CanFocus = true;
     this.ebCommonName.Name = "ebCommonName";
     this.ebCommonName.IsEditable = true;
     this.ebCommonName.MaxLength = 40;
     this.ebCommonName.InvisibleChar = '•';
     this.ebCommonName.Xalign = 0.01F;
     this.hbox6.Add (this.ebCommonName);
     global::Gtk.Box.BoxChild w27 = ((global::Gtk.Box.BoxChild)(this.hbox6 [this.ebCommonName]));
     w27.Position = 0;
     w27.Padding = ((uint)(40));
     // Container child hbox6.Gtk.Box+BoxChild
     this.fixed2 = new global::Gtk.Fixed ();
     this.fixed2.Name = "fixed2";
     this.fixed2.HasWindow = false;
     this.hbox6.Add (this.fixed2);
     global::Gtk.Box.BoxChild w28 = ((global::Gtk.Box.BoxChild)(this.hbox6 [this.fixed2]));
     w28.Position = 1;
     w28.Expand = false;
     this.vbox7.Add (this.hbox6);
     global::Gtk.Box.BoxChild w29 = ((global::Gtk.Box.BoxChild)(this.vbox7 [this.hbox6]));
     w29.Position = 1;
     w29.Expand = false;
     w29.Fill = false;
     // Container child vbox7.Gtk.Box+BoxChild
     this.hbox10 = new global::Gtk.HBox ();
     this.hbox10.Name = "hbox10";
     this.hbox10.Spacing = 6;
     // Container child hbox10.Gtk.Box+BoxChild
     this.fixed9 = new global::Gtk.Fixed ();
     this.fixed9.Name = "fixed9";
     this.fixed9.HasWindow = false;
     this.hbox10.Add (this.fixed9);
     global::Gtk.Box.BoxChild w30 = ((global::Gtk.Box.BoxChild)(this.hbox10 [this.fixed9]));
     w30.Position = 0;
     // Container child hbox10.Gtk.Box+BoxChild
     this.btnGenerateCert = new global::Gtk.Button ();
     this.btnGenerateCert.CanFocus = true;
     this.btnGenerateCert.Name = "btnGenerateCert";
     this.btnGenerateCert.UseUnderline = true;
     this.btnGenerateCert.Label = global::Mono.Unix.Catalog.GetString ("Generate Certificate");
     this.hbox10.Add (this.btnGenerateCert);
     global::Gtk.Box.BoxChild w31 = ((global::Gtk.Box.BoxChild)(this.hbox10 [this.btnGenerateCert]));
     w31.Position = 1;
     w31.Expand = false;
     w31.Fill = false;
     // Container child hbox10.Gtk.Box+BoxChild
     this.fixed11 = new global::Gtk.Fixed ();
     this.fixed11.Name = "fixed11";
     this.fixed11.HasWindow = false;
     this.hbox10.Add (this.fixed11);
     global::Gtk.Box.BoxChild w32 = ((global::Gtk.Box.BoxChild)(this.hbox10 [this.fixed11]));
     w32.Position = 2;
     this.vbox7.Add (this.hbox10);
     global::Gtk.Box.BoxChild w33 = ((global::Gtk.Box.BoxChild)(this.vbox7 [this.hbox10]));
     w33.Position = 2;
     w33.Expand = false;
     w33.Fill = false;
     // Container child vbox7.Gtk.Box+BoxChild
     this.hbox3 = new global::Gtk.HBox ();
     this.hbox3.Name = "hbox3";
     this.hbox3.Spacing = 6;
     // Container child hbox3.Gtk.Box+BoxChild
     this.fixed1 = new global::Gtk.Fixed ();
     this.fixed1.Name = "fixed1";
     this.fixed1.HasWindow = false;
     this.hbox3.Add (this.fixed1);
     global::Gtk.Box.BoxChild w34 = ((global::Gtk.Box.BoxChild)(this.hbox3 [this.fixed1]));
     w34.Position = 0;
     this.vbox7.Add (this.hbox3);
     global::Gtk.Box.BoxChild w35 = ((global::Gtk.Box.BoxChild)(this.vbox7 [this.hbox3]));
     w35.Position = 3;
     w35.Expand = false;
     w35.Fill = false;
     this.GtkAlignment1.Add (this.vbox7);
     this.frame2.Add (this.GtkAlignment1);
     this.GtkLabel10 = new global::Gtk.Label ();
     this.GtkLabel10.Name = "GtkLabel10";
     this.GtkLabel10.LabelProp = global::Mono.Unix.Catalog.GetString ("<b>Name (CN) for Certificate</b>");
     this.GtkLabel10.UseMarkup = true;
     this.frame2.LabelWidget = this.GtkLabel10;
     this.hbox9.Add (this.frame2);
     global::Gtk.Box.BoxChild w38 = ((global::Gtk.Box.BoxChild)(this.hbox9 [this.frame2]));
     w38.Position = 1;
     w38.Expand = false;
     w38.Fill = false;
     // Container child hbox9.Gtk.Box+BoxChild
     this.fixed7 = new global::Gtk.Fixed ();
     this.fixed7.Name = "fixed7";
     this.fixed7.HasWindow = false;
     this.hbox9.Add (this.fixed7);
     global::Gtk.Box.BoxChild w39 = ((global::Gtk.Box.BoxChild)(this.hbox9 [this.fixed7]));
     w39.Position = 2;
     this.vbox4.Add (this.hbox9);
     global::Gtk.Box.BoxChild w40 = ((global::Gtk.Box.BoxChild)(this.vbox4 [this.hbox9]));
     w40.Position = 1;
     w40.Expand = false;
     w40.Fill = false;
     // Container child vbox4.Gtk.Box+BoxChild
     this.hseparator2 = new global::Gtk.HSeparator ();
     this.hseparator2.Name = "hseparator2";
     this.vbox4.Add (this.hseparator2);
     global::Gtk.Box.BoxChild w41 = ((global::Gtk.Box.BoxChild)(this.vbox4 [this.hseparator2]));
     w41.Position = 2;
     w41.Expand = false;
     w41.Fill = false;
     w41.Padding = ((uint)(4));
     // Container child vbox4.Gtk.Box+BoxChild
     this.hbox2 = new global::Gtk.HBox ();
     this.hbox2.Name = "hbox2";
     // Container child hbox2.Gtk.Box+BoxChild
     this.button1 = new global::Gtk.Button ();
     this.button1.WidthRequest = 80;
     this.button1.CanFocus = true;
     this.button1.Name = "button1";
     this.button1.UseUnderline = true;
     // Container child button1.Gtk.Container+ContainerChild
     global::Gtk.Alignment w42 = new global::Gtk.Alignment (0.5F, 0.5F, 0F, 0F);
     // Container child GtkAlignment.Gtk.Container+ContainerChild
     global::Gtk.HBox w43 = new global::Gtk.HBox ();
     w43.Spacing = 2;
     // Container child GtkHBox.Gtk.Container+ContainerChild
     global::Gtk.Image w44 = new global::Gtk.Image ();
     w44.Pixbuf = global::Stetic.IconLoader.LoadIcon (this, "gtk-quit", global::Gtk.IconSize.Menu);
     w43.Add (w44);
     // Container child GtkHBox.Gtk.Container+ContainerChild
     global::Gtk.Label w46 = new global::Gtk.Label ();
     w46.LabelProp = global::Mono.Unix.Catalog.GetString ("Done");
     w46.UseUnderline = true;
     w43.Add (w46);
     w42.Add (w43);
     this.button1.Add (w42);
     this.hbox2.Add (this.button1);
     global::Gtk.Box.BoxChild w50 = ((global::Gtk.Box.BoxChild)(this.hbox2 [this.button1]));
     w50.PackType = ((global::Gtk.PackType)(1));
     w50.Position = 0;
     w50.Expand = false;
     w50.Fill = false;
     w50.Padding = ((uint)(6));
     this.vbox4.Add (this.hbox2);
     global::Gtk.Box.BoxChild w51 = ((global::Gtk.Box.BoxChild)(this.vbox4 [this.hbox2]));
     w51.Position = 3;
     w51.Expand = false;
     w51.Fill = false;
     this.vbox3.Add (this.vbox4);
     global::Gtk.Box.BoxChild w52 = ((global::Gtk.Box.BoxChild)(this.vbox3 [this.vbox4]));
     w52.Position = 1;
     w52.Expand = false;
     w52.Fill = false;
     this.vbox1.Add (this.vbox3);
     global::Gtk.Box.BoxChild w53 = ((global::Gtk.Box.BoxChild)(this.vbox1 [this.vbox3]));
     w53.Position = 2;
     w53.Expand = false;
     w53.Fill = false;
     // Container child vbox1.Gtk.Box+BoxChild
     this.statusbar1 = new global::Gtk.Statusbar ();
     this.statusbar1.Name = "statusbar1";
     this.statusbar1.Spacing = 6;
     this.statusbar1.HasResizeGrip = false;
     this.vbox1.Add (this.statusbar1);
     global::Gtk.Box.BoxChild w54 = ((global::Gtk.Box.BoxChild)(this.vbox1 [this.statusbar1]));
     w54.Position = 3;
     w54.Expand = false;
     w54.Fill = false;
     this.Add (this.vbox1);
     if ((this.Child != null)) {
         this.Child.ShowAll ();
     }
     this.DefaultWidth = 652;
     this.DefaultHeight = 612;
     this.Show ();
     this.DeleteEvent += new global::Gtk.DeleteEventHandler (this.OnDeleteEvent);
     this.LoadPrefsAction.Activated += new global::System.EventHandler (this.OnLoadPrefsActionActivated);
     this.SavePrefsAction.Activated += new global::System.EventHandler (this.OnSavePrefsActionActivated);
     this.QuitAction.Activated += new global::System.EventHandler (this.onFileQuit_clicked);
     this.UserDetailsAction.Activated += new global::System.EventHandler (this.onEditUserDetails_clicked);
     this.PreferencesAction.Activated += new global::System.EventHandler (this.onEditPreferences_clicked);
     this.KeyAction.Activated += new global::System.EventHandler (this.onGenerateKey_clicked);
     this.CertificateAction.Activated += new global::System.EventHandler (this.onGenerateCertificate_clicked);
     this.ClearStatusBarAction.Activated += new global::System.EventHandler (this.OnClearStatusBarActionActivated);
     this.rubbishAction.Activated += new global::System.EventHandler (this.OnRubbishActionActivated);
     this.AboutAction.Activated += new global::System.EventHandler (this.OnAboutActionActivated);
     this.StripPassphraseAction.Activated += new global::System.EventHandler (this.OnStripPassphraseActionActivated);
     this.WorkingDirectoryAction.Activated += new global::System.EventHandler (this.OnWorkingDirectoryActionActivated);
     this.ViewCertificateAction.Activated += new global::System.EventHandler (this.OnViewCertificateActionActivated);
     this.CheckDiskAction.Activated += new global::System.EventHandler (this.OnCheckDiskActionActivated);
     this.ebCommonName.Changed += new global::System.EventHandler (this.OnEbCommonNameChanged);
     this.btnGenerateCert.Clicked += new global::System.EventHandler (this.onGenerateCertificate_clicked);
     this.button1.Clicked += new global::System.EventHandler (this.onMainWinDone_clicked);
 }
コード例 #60
0
 protected virtual void Build()
 {
     global::Stetic.Gui.Initialize(this);
     // Widget ProyectoAeonFlux.Articulos
     this.Name           = "ProyectoAeonFlux.Articulos";
     this.Title          = global::Mono.Unix.Catalog.GetString("Articulos");
     this.WindowPosition = ((global::Gtk.WindowPosition)(4));
     // Container child ProyectoAeonFlux.Articulos.Gtk.Container+ContainerChild
     this.vbox5         = new global::Gtk.VBox();
     this.vbox5.Name    = "vbox5";
     this.vbox5.Spacing = 6;
     // Container child vbox5.Gtk.Box+BoxChild
     this.vbox6         = new global::Gtk.VBox();
     this.vbox6.Name    = "vbox6";
     this.vbox6.Spacing = 6;
     // Container child vbox6.Gtk.Box+BoxChild
     this.hbox6         = new global::Gtk.HBox();
     this.hbox6.Name    = "hbox6";
     this.hbox6.Spacing = 6;
     // Container child hbox6.Gtk.Box+BoxChild
     this.hseparator9      = new global::Gtk.HSeparator();
     this.hseparator9.Name = "hseparator9";
     this.hbox6.Add(this.hseparator9);
     global::Gtk.Box.BoxChild w1 = ((global::Gtk.Box.BoxChild)(this.hbox6 [this.hseparator9]));
     w1.Position = 0;
     // Container child hbox6.Gtk.Box+BoxChild
     this.lblarticulos           = new global::Gtk.Label();
     this.lblarticulos.Name      = "lblarticulos";
     this.lblarticulos.LabelProp = global::Mono.Unix.Catalog.GetString("<span color='blue'>Articulos</span>");
     this.lblarticulos.UseMarkup = true;
     this.hbox6.Add(this.lblarticulos);
     global::Gtk.Box.BoxChild w2 = ((global::Gtk.Box.BoxChild)(this.hbox6 [this.lblarticulos]));
     w2.Position = 1;
     w2.Expand   = false;
     w2.Fill     = false;
     // Container child hbox6.Gtk.Box+BoxChild
     this.hseparator8      = new global::Gtk.HSeparator();
     this.hseparator8.Name = "hseparator8";
     this.hbox6.Add(this.hseparator8);
     global::Gtk.Box.BoxChild w3 = ((global::Gtk.Box.BoxChild)(this.hbox6 [this.hseparator8]));
     w3.Position = 2;
     this.vbox6.Add(this.hbox6);
     global::Gtk.Box.BoxChild w4 = ((global::Gtk.Box.BoxChild)(this.vbox6 [this.hbox6]));
     w4.Position = 0;
     w4.Expand   = false;
     w4.Fill     = false;
     // Container child vbox6.Gtk.Box+BoxChild
     this.hbox7         = new global::Gtk.HBox();
     this.hbox7.Name    = "hbox7";
     this.hbox7.Spacing = 6;
     // Container child hbox7.Gtk.Box+BoxChild
     this.lblcod           = new global::Gtk.Label();
     this.lblcod.Name      = "lblcod";
     this.lblcod.LabelProp = global::Mono.Unix.Catalog.GetString("Codigo");
     this.hbox7.Add(this.lblcod);
     global::Gtk.Box.BoxChild w5 = ((global::Gtk.Box.BoxChild)(this.hbox7 [this.lblcod]));
     w5.Position = 0;
     w5.Expand   = false;
     w5.Fill     = false;
     // Container child hbox7.Gtk.Box+BoxChild
     this.entcod               = new global::Gtk.Entry();
     this.entcod.CanFocus      = true;
     this.entcod.Name          = "entcod";
     this.entcod.IsEditable    = true;
     this.entcod.InvisibleChar = '•';
     this.hbox7.Add(this.entcod);
     global::Gtk.Box.BoxChild w6 = ((global::Gtk.Box.BoxChild)(this.hbox7 [this.entcod]));
     w6.Position = 1;
     // Container child hbox7.Gtk.Box+BoxChild
     this.lblcodpto           = new global::Gtk.Label();
     this.lblcodpto.Name      = "lblcodpto";
     this.lblcodpto.LabelProp = global::Mono.Unix.Catalog.GetString("Codigo departamento");
     this.hbox7.Add(this.lblcodpto);
     global::Gtk.Box.BoxChild w7 = ((global::Gtk.Box.BoxChild)(this.hbox7 [this.lblcodpto]));
     w7.Position = 2;
     w7.Expand   = false;
     w7.Fill     = false;
     // Container child hbox7.Gtk.Box+BoxChild
     this.entcodpto               = new global::Gtk.Entry();
     this.entcodpto.CanFocus      = true;
     this.entcodpto.Name          = "entcodpto";
     this.entcodpto.IsEditable    = true;
     this.entcodpto.InvisibleChar = '•';
     this.hbox7.Add(this.entcodpto);
     global::Gtk.Box.BoxChild w8 = ((global::Gtk.Box.BoxChild)(this.hbox7 [this.entcodpto]));
     w8.Position = 3;
     this.vbox6.Add(this.hbox7);
     global::Gtk.Box.BoxChild w9 = ((global::Gtk.Box.BoxChild)(this.vbox6 [this.hbox7]));
     w9.Position = 1;
     w9.Expand   = false;
     w9.Fill     = false;
     // Container child vbox6.Gtk.Box+BoxChild
     this.hbox13         = new global::Gtk.HBox();
     this.hbox13.Name    = "hbox13";
     this.hbox13.Spacing = 6;
     // Container child hbox13.Gtk.Box+BoxChild
     this.lbldesc           = new global::Gtk.Label();
     this.lbldesc.Name      = "lbldesc";
     this.lbldesc.LabelProp = global::Mono.Unix.Catalog.GetString("Descripción");
     this.hbox13.Add(this.lbldesc);
     global::Gtk.Box.BoxChild w10 = ((global::Gtk.Box.BoxChild)(this.hbox13 [this.lbldesc]));
     w10.Position = 0;
     w10.Expand   = false;
     w10.Fill     = false;
     // Container child hbox13.Gtk.Box+BoxChild
     this.entdesc               = new global::Gtk.Entry();
     this.entdesc.CanFocus      = true;
     this.entdesc.Name          = "entdesc";
     this.entdesc.IsEditable    = true;
     this.entdesc.InvisibleChar = '•';
     this.hbox13.Add(this.entdesc);
     global::Gtk.Box.BoxChild w11 = ((global::Gtk.Box.BoxChild)(this.hbox13 [this.entdesc]));
     w11.Position = 1;
     this.vbox6.Add(this.hbox13);
     global::Gtk.Box.BoxChild w12 = ((global::Gtk.Box.BoxChild)(this.vbox6 [this.hbox13]));
     w12.Position = 2;
     w12.Expand   = false;
     w12.Fill     = false;
     this.vbox5.Add(this.vbox6);
     global::Gtk.Box.BoxChild w13 = ((global::Gtk.Box.BoxChild)(this.vbox5 [this.vbox6]));
     w13.Position = 0;
     w13.Expand   = false;
     w13.Fill     = false;
     // Container child vbox5.Gtk.Box+BoxChild
     this.vbox7         = new global::Gtk.VBox();
     this.vbox7.Name    = "vbox7";
     this.vbox7.Spacing = 6;
     // Container child vbox7.Gtk.Box+BoxChild
     this.hbox14         = new global::Gtk.HBox();
     this.hbox14.Name    = "hbox14";
     this.hbox14.Spacing = 6;
     // Container child hbox14.Gtk.Box+BoxChild
     this.lblcosto           = new global::Gtk.Label();
     this.lblcosto.Name      = "lblcosto";
     this.lblcosto.LabelProp = global::Mono.Unix.Catalog.GetString("Costo");
     this.hbox14.Add(this.lblcosto);
     global::Gtk.Box.BoxChild w14 = ((global::Gtk.Box.BoxChild)(this.hbox14 [this.lblcosto]));
     w14.Position = 0;
     w14.Expand   = false;
     w14.Fill     = false;
     // Container child hbox14.Gtk.Box+BoxChild
     this.entcosto               = new global::Gtk.Entry();
     this.entcosto.CanFocus      = true;
     this.entcosto.Name          = "entcosto";
     this.entcosto.IsEditable    = true;
     this.entcosto.InvisibleChar = '•';
     this.hbox14.Add(this.entcosto);
     global::Gtk.Box.BoxChild w15 = ((global::Gtk.Box.BoxChild)(this.hbox14 [this.entcosto]));
     w15.Position = 1;
     w15.Expand   = false;
     this.vbox7.Add(this.hbox14);
     global::Gtk.Box.BoxChild w16 = ((global::Gtk.Box.BoxChild)(this.vbox7 [this.hbox14]));
     w16.Position = 0;
     w16.Expand   = false;
     w16.Fill     = false;
     // Container child vbox7.Gtk.Box+BoxChild
     this.hbox8         = new global::Gtk.HBox();
     this.hbox8.Name    = "hbox8";
     this.hbox8.Spacing = 6;
     // Container child hbox8.Gtk.Box+BoxChild
     this.lblpredetal           = new global::Gtk.Label();
     this.lblpredetal.Name      = "lblpredetal";
     this.lblpredetal.LabelProp = global::Mono.Unix.Catalog.GetString("Precio al detal");
     this.hbox8.Add(this.lblpredetal);
     global::Gtk.Box.BoxChild w17 = ((global::Gtk.Box.BoxChild)(this.hbox8 [this.lblpredetal]));
     w17.Position = 0;
     w17.Expand   = false;
     w17.Fill     = false;
     // Container child hbox8.Gtk.Box+BoxChild
     this.entpredetal               = new global::Gtk.Entry();
     this.entpredetal.CanFocus      = true;
     this.entpredetal.Name          = "entpredetal";
     this.entpredetal.IsEditable    = true;
     this.entpredetal.InvisibleChar = '•';
     this.hbox8.Add(this.entpredetal);
     global::Gtk.Box.BoxChild w18 = ((global::Gtk.Box.BoxChild)(this.hbox8 [this.entpredetal]));
     w18.Position = 1;
     // Container child hbox8.Gtk.Box+BoxChild
     this.lblpremayor           = new global::Gtk.Label();
     this.lblpremayor.Name      = "lblpremayor";
     this.lblpremayor.LabelProp = global::Mono.Unix.Catalog.GetString("Precio al mayor");
     this.hbox8.Add(this.lblpremayor);
     global::Gtk.Box.BoxChild w19 = ((global::Gtk.Box.BoxChild)(this.hbox8 [this.lblpremayor]));
     w19.Position = 2;
     w19.Expand   = false;
     w19.Fill     = false;
     // Container child hbox8.Gtk.Box+BoxChild
     this.entpremayor               = new global::Gtk.Entry();
     this.entpremayor.CanFocus      = true;
     this.entpremayor.Name          = "entpremayor";
     this.entpremayor.IsEditable    = true;
     this.entpremayor.InvisibleChar = '•';
     this.hbox8.Add(this.entpremayor);
     global::Gtk.Box.BoxChild w20 = ((global::Gtk.Box.BoxChild)(this.hbox8 [this.entpremayor]));
     w20.Position = 3;
     this.vbox7.Add(this.hbox8);
     global::Gtk.Box.BoxChild w21 = ((global::Gtk.Box.BoxChild)(this.vbox7 [this.hbox8]));
     w21.Position = 1;
     w21.Expand   = false;
     w21.Fill     = false;
     // Container child vbox7.Gtk.Box+BoxChild
     this.hbox9         = new global::Gtk.HBox();
     this.hbox9.Name    = "hbox9";
     this.hbox9.Spacing = 6;
     // Container child hbox9.Gtk.Box+BoxChild
     this.lblexistdetal           = new global::Gtk.Label();
     this.lblexistdetal.Name      = "lblexistdetal";
     this.lblexistdetal.LabelProp = global::Mono.Unix.Catalog.GetString("Cantidad almacen 1");
     this.hbox9.Add(this.lblexistdetal);
     global::Gtk.Box.BoxChild w22 = ((global::Gtk.Box.BoxChild)(this.hbox9 [this.lblexistdetal]));
     w22.Position = 0;
     w22.Expand   = false;
     w22.Fill     = false;
     // Container child hbox9.Gtk.Box+BoxChild
     this.entexistdetal               = new global::Gtk.Entry();
     this.entexistdetal.CanFocus      = true;
     this.entexistdetal.Name          = "entexistdetal";
     this.entexistdetal.IsEditable    = true;
     this.entexistdetal.InvisibleChar = '•';
     this.hbox9.Add(this.entexistdetal);
     global::Gtk.Box.BoxChild w23 = ((global::Gtk.Box.BoxChild)(this.hbox9 [this.entexistdetal]));
     w23.Position = 1;
     // Container child hbox9.Gtk.Box+BoxChild
     this.lblexistmayor           = new global::Gtk.Label();
     this.lblexistmayor.Name      = "lblexistmayor";
     this.lblexistmayor.LabelProp = global::Mono.Unix.Catalog.GetString("Cantidad almacen 2");
     this.hbox9.Add(this.lblexistmayor);
     global::Gtk.Box.BoxChild w24 = ((global::Gtk.Box.BoxChild)(this.hbox9 [this.lblexistmayor]));
     w24.Position = 2;
     w24.Expand   = false;
     w24.Fill     = false;
     // Container child hbox9.Gtk.Box+BoxChild
     this.entexistmayor               = new global::Gtk.Entry();
     this.entexistmayor.CanFocus      = true;
     this.entexistmayor.Name          = "entexistmayor";
     this.entexistmayor.IsEditable    = true;
     this.entexistmayor.InvisibleChar = '•';
     this.hbox9.Add(this.entexistmayor);
     global::Gtk.Box.BoxChild w25 = ((global::Gtk.Box.BoxChild)(this.hbox9 [this.entexistmayor]));
     w25.Position = 3;
     this.vbox7.Add(this.hbox9);
     global::Gtk.Box.BoxChild w26 = ((global::Gtk.Box.BoxChild)(this.vbox7 [this.hbox9]));
     w26.Position = 2;
     w26.Expand   = false;
     w26.Fill     = false;
     this.vbox5.Add(this.vbox7);
     global::Gtk.Box.BoxChild w27 = ((global::Gtk.Box.BoxChild)(this.vbox5 [this.vbox7]));
     w27.Position = 1;
     w27.Expand   = false;
     w27.Fill     = false;
     // Container child vbox5.Gtk.Box+BoxChild
     this.vbox8         = new global::Gtk.VBox();
     this.vbox8.Name    = "vbox8";
     this.vbox8.Spacing = 6;
     // Container child vbox8.Gtk.Box+BoxChild
     this.hbox10         = new global::Gtk.HBox();
     this.hbox10.Name    = "hbox10";
     this.hbox10.Spacing = 6;
     // Container child hbox10.Gtk.Box+BoxChild
     this.btnbuscar              = new global::Gtk.Button();
     this.btnbuscar.Sensitive    = false;
     this.btnbuscar.CanFocus     = true;
     this.btnbuscar.Name         = "btnbuscar";
     this.btnbuscar.UseUnderline = true;
     this.btnbuscar.Label        = global::Mono.Unix.Catalog.GetString("Buscar");
     this.hbox10.Add(this.btnbuscar);
     global::Gtk.Box.BoxChild w28 = ((global::Gtk.Box.BoxChild)(this.hbox10 [this.btnbuscar]));
     w28.Position = 0;
     w28.Fill     = false;
     // Container child hbox10.Gtk.Box+BoxChild
     this.btnincluir              = new global::Gtk.Button();
     this.btnincluir.Sensitive    = false;
     this.btnincluir.CanFocus     = true;
     this.btnincluir.Name         = "btnincluir";
     this.btnincluir.UseUnderline = true;
     this.btnincluir.Label        = global::Mono.Unix.Catalog.GetString("Incluir");
     this.hbox10.Add(this.btnincluir);
     global::Gtk.Box.BoxChild w29 = ((global::Gtk.Box.BoxChild)(this.hbox10 [this.btnincluir]));
     w29.Position = 1;
     w29.Fill     = false;
     // Container child hbox10.Gtk.Box+BoxChild
     this.btnmodificar              = new global::Gtk.Button();
     this.btnmodificar.Sensitive    = false;
     this.btnmodificar.CanFocus     = true;
     this.btnmodificar.Name         = "btnmodificar";
     this.btnmodificar.UseUnderline = true;
     this.btnmodificar.Label        = global::Mono.Unix.Catalog.GetString("Modificar");
     this.hbox10.Add(this.btnmodificar);
     global::Gtk.Box.BoxChild w30 = ((global::Gtk.Box.BoxChild)(this.hbox10 [this.btnmodificar]));
     w30.Position = 2;
     w30.Fill     = false;
     this.vbox8.Add(this.hbox10);
     global::Gtk.Box.BoxChild w31 = ((global::Gtk.Box.BoxChild)(this.vbox8 [this.hbox10]));
     w31.Position = 0;
     w31.Expand   = false;
     w31.Fill     = false;
     // Container child vbox8.Gtk.Box+BoxChild
     this.hseparator7      = new global::Gtk.HSeparator();
     this.hseparator7.Name = "hseparator7";
     this.vbox8.Add(this.hseparator7);
     global::Gtk.Box.BoxChild w32 = ((global::Gtk.Box.BoxChild)(this.vbox8 [this.hseparator7]));
     w32.Position = 1;
     w32.Expand   = false;
     w32.Fill     = false;
     // Container child vbox8.Gtk.Box+BoxChild
     this.hbox11         = new global::Gtk.HBox();
     this.hbox11.Name    = "hbox11";
     this.hbox11.Spacing = 6;
     // Container child hbox11.Gtk.Box+BoxChild
     this.btnreactivar              = new global::Gtk.Button();
     this.btnreactivar.Sensitive    = false;
     this.btnreactivar.CanFocus     = true;
     this.btnreactivar.Name         = "btnreactivar";
     this.btnreactivar.UseUnderline = true;
     this.btnreactivar.Label        = global::Mono.Unix.Catalog.GetString("Reactivar");
     this.hbox11.Add(this.btnreactivar);
     global::Gtk.Box.BoxChild w33 = ((global::Gtk.Box.BoxChild)(this.hbox11 [this.btnreactivar]));
     w33.Position = 0;
     w33.Expand   = false;
     w33.Fill     = false;
     // Container child hbox11.Gtk.Box+BoxChild
     this.btneliminar              = new global::Gtk.Button();
     this.btneliminar.Sensitive    = false;
     this.btneliminar.CanFocus     = true;
     this.btneliminar.Name         = "btneliminar";
     this.btneliminar.UseUnderline = true;
     this.btneliminar.Label        = global::Mono.Unix.Catalog.GetString("Eliminar");
     this.hbox11.Add(this.btneliminar);
     global::Gtk.Box.BoxChild w34 = ((global::Gtk.Box.BoxChild)(this.hbox11 [this.btneliminar]));
     w34.Position = 1;
     w34.Fill     = false;
     // Container child hbox11.Gtk.Box+BoxChild
     this.btncancelar              = new global::Gtk.Button();
     this.btncancelar.Sensitive    = false;
     this.btncancelar.CanFocus     = true;
     this.btncancelar.Name         = "btncancelar";
     this.btncancelar.UseUnderline = true;
     this.btncancelar.Label        = global::Mono.Unix.Catalog.GetString("Cancelar");
     this.hbox11.Add(this.btncancelar);
     global::Gtk.Box.BoxChild w35 = ((global::Gtk.Box.BoxChild)(this.hbox11 [this.btncancelar]));
     w35.Position = 2;
     w35.Expand   = false;
     w35.Fill     = false;
     this.vbox8.Add(this.hbox11);
     global::Gtk.Box.BoxChild w36 = ((global::Gtk.Box.BoxChild)(this.vbox8 [this.hbox11]));
     w36.Position = 2;
     w36.Expand   = false;
     w36.Fill     = false;
     // Container child vbox8.Gtk.Box+BoxChild
     this.hbox12         = new global::Gtk.HBox();
     this.hbox12.Name    = "hbox12";
     this.hbox12.Spacing = 6;
     // Container child hbox12.Gtk.Box+BoxChild
     this.vbox9         = new global::Gtk.VBox();
     this.vbox9.Name    = "vbox9";
     this.vbox9.Spacing = 6;
     // Container child vbox9.Gtk.Box+BoxChild
     this.lblfecha      = new global::Gtk.Label();
     this.lblfecha.Name = "lblfecha";
     this.vbox9.Add(this.lblfecha);
     global::Gtk.Box.BoxChild w37 = ((global::Gtk.Box.BoxChild)(this.vbox9 [this.lblfecha]));
     w37.Position = 0;
     w37.Expand   = false;
     w37.Fill     = false;
     // Container child vbox9.Gtk.Box+BoxChild
     this.lblhora      = new global::Gtk.Label();
     this.lblhora.Name = "lblhora";
     this.vbox9.Add(this.lblhora);
     global::Gtk.Box.BoxChild w38 = ((global::Gtk.Box.BoxChild)(this.vbox9 [this.lblhora]));
     w38.Position = 1;
     w38.Expand   = false;
     w38.Fill     = false;
     this.hbox12.Add(this.vbox9);
     global::Gtk.Box.BoxChild w39 = ((global::Gtk.Box.BoxChild)(this.hbox12 [this.vbox9]));
     w39.Position = 0;
     w39.Expand   = false;
     w39.Fill     = false;
     // Container child hbox12.Gtk.Box+BoxChild
     this.vseparator2      = new global::Gtk.VSeparator();
     this.vseparator2.Name = "vseparator2";
     this.hbox12.Add(this.vseparator2);
     global::Gtk.Box.BoxChild w40 = ((global::Gtk.Box.BoxChild)(this.hbox12 [this.vseparator2]));
     w40.Position = 1;
     w40.Fill     = false;
     // Container child hbox12.Gtk.Box+BoxChild
     this.btnvolver              = new global::Gtk.Button();
     this.btnvolver.CanFocus     = true;
     this.btnvolver.Name         = "btnvolver";
     this.btnvolver.UseUnderline = true;
     this.btnvolver.Label        = global::Mono.Unix.Catalog.GetString("Volver");
     this.hbox12.Add(this.btnvolver);
     global::Gtk.Box.BoxChild w41 = ((global::Gtk.Box.BoxChild)(this.hbox12 [this.btnvolver]));
     w41.Position = 2;
     w41.Expand   = false;
     w41.Fill     = false;
     // Container child hbox12.Gtk.Box+BoxChild
     this.btnsalir              = new global::Gtk.Button();
     this.btnsalir.CanFocus     = true;
     this.btnsalir.Name         = "btnsalir";
     this.btnsalir.UseUnderline = true;
     this.btnsalir.Label        = global::Mono.Unix.Catalog.GetString("Salir");
     this.hbox12.Add(this.btnsalir);
     global::Gtk.Box.BoxChild w42 = ((global::Gtk.Box.BoxChild)(this.hbox12 [this.btnsalir]));
     w42.Position = 3;
     w42.Expand   = false;
     w42.Fill     = false;
     this.vbox8.Add(this.hbox12);
     global::Gtk.Box.BoxChild w43 = ((global::Gtk.Box.BoxChild)(this.vbox8 [this.hbox12]));
     w43.Position = 3;
     w43.Expand   = false;
     w43.Fill     = false;
     this.vbox5.Add(this.vbox8);
     global::Gtk.Box.BoxChild w44 = ((global::Gtk.Box.BoxChild)(this.vbox5 [this.vbox8]));
     w44.Position = 2;
     w44.Expand   = false;
     w44.Fill     = false;
     this.Add(this.vbox5);
     if ((this.Child != null))
     {
         this.Child.ShowAll();
     }
     this.DefaultWidth  = 678;
     this.DefaultHeight = 319;
     this.Show();
     this.entcod.Changed        += new global::System.EventHandler(this.OnEntcodChanged);
     this.entcodpto.Changed     += new global::System.EventHandler(this.OnEntcodptoChanged);
     this.entdesc.Changed       += new global::System.EventHandler(this.OnEntdescChanged);
     this.entcosto.Changed      += new global::System.EventHandler(this.OnEntcostoChanged);
     this.entpredetal.Changed   += new global::System.EventHandler(this.OnEntpredetalChanged);
     this.entpremayor.Changed   += new global::System.EventHandler(this.OnEntpremayorChanged);
     this.entexistdetal.Changed += new global::System.EventHandler(this.OnEntexistdetalChanged);
     this.entexistmayor.Changed += new global::System.EventHandler(this.OnEntexistmayorChanged);
     this.btnbuscar.Clicked     += new global::System.EventHandler(this.OnBtnbuscarClicked);
     this.btnincluir.Clicked    += new global::System.EventHandler(this.OnBtnincluirClicked);
     this.btnmodificar.Clicked  += new global::System.EventHandler(this.OnBtnmodificarClicked);
     this.btnreactivar.Clicked  += new global::System.EventHandler(this.OnBtnreactivarClicked);
     this.btneliminar.Clicked   += new global::System.EventHandler(this.OnBtneliminarClicked);
     this.btncancelar.Clicked   += new global::System.EventHandler(this.OnBtncancelarClicked);
     this.btnvolver.Clicked     += new global::System.EventHandler(this.OnBtnvolverClicked);
     this.btnsalir.Clicked      += new global::System.EventHandler(this.OnBtnsalirClicked);
 }