Beispiel #1
3
        public static void Main(string[] args)
        {
            uint rows = 5;
            uint columns = 5;
            uint spacing = 2;
            Application.Init ();
            Window win = new Window ("Minesweeper");
            var table = new global::Gtk.Table (rows, columns, false);
            table.RowSpacing = (spacing);
            table.ColumnSpacing = (spacing);
            for (uint row = 0; row < rows; row++) {
                for (uint column = 0; column < columns; column++) {
                    var button = new Button();

                    button.CanFocus = true;
                    button.Label = (string.Empty.PadLeft(5));
                    button.Clicked += new EventHandler(OnButtonClicked);
                    table.Attach(button, row, row+1,column, column+1);
                }
            }
            table.ShowAll();
            win.Add(table);
            win.Show ();
            Application.Run ();
        }
 protected virtual void Build()
 {
     global::Stetic.Gui.Initialize (this);
     // Widget CupboardDesigner.CubeListItem
     global::Stetic.BinContainer.Attach (this);
     this.Name = "CupboardDesigner.CubeListItem";
     // Container child CupboardDesigner.CubeListItem.Gtk.Container+ContainerChild
     this.table1 = new global::Gtk.Table (((uint)(2)), ((uint)(1)), false);
     this.table1.Name = "table1";
     this.table1.RowSpacing = ((uint)(4));
     this.table1.ColumnSpacing = ((uint)(6));
     // Container child table1.Gtk.Table+TableChild
     this.drawCube = new global::Gtk.DrawingArea ();
     this.drawCube.Name = "drawCube";
     this.table1.Add (this.drawCube);
     global::Gtk.Table.TableChild w1 = ((global::Gtk.Table.TableChild)(this.table1 [this.drawCube]));
     w1.XOptions = ((global::Gtk.AttachOptions)(1));
     w1.YOptions = ((global::Gtk.AttachOptions)(1));
     // Container child table1.Gtk.Table+TableChild
     this.labelName = new global::Gtk.Label ();
     this.labelName.Name = "labelName";
     this.labelName.LabelProp = global::Mono.Unix.Catalog.GetString ("label1");
     this.table1.Add (this.labelName);
     global::Gtk.Table.TableChild w2 = ((global::Gtk.Table.TableChild)(this.table1 [this.labelName]));
     w2.TopAttach = ((uint)(1));
     w2.BottomAttach = ((uint)(2));
     w2.YOptions = ((global::Gtk.AttachOptions)(0));
     this.Add (this.table1);
     if ((this.Child != null)) {
         this.Child.ShowAll ();
     }
     this.Show ();
     this.drawCube.ExposeEvent += new global::Gtk.ExposeEventHandler (this.OnDrawCubeExposeEvent);
     this.drawCube.DragBegin += new global::Gtk.DragBeginHandler (this.OnDrawCubeDragBegin);
 }
 protected virtual void Build()
 {
     global::Stetic.Gui.Initialize (this);
     // Widget GoldAddin.OutputOptionsWidget
     global::Stetic.BinContainer.Attach (this);
     this.Name = "GoldAddin.OutputOptionsWidget";
     // Container child GoldAddin.OutputOptionsWidget.Gtk.Container+ContainerChild
     this.table1 = new global::Gtk.Table (((uint)(2)), ((uint)(2)), false);
     this.table1.Name = "table1";
     this.table1.RowSpacing = ((uint)(6));
     this.table1.ColumnSpacing = ((uint)(6));
     // Container child table1.Gtk.Table+TableChild
     this.label1 = new global::Gtk.Label ();
     this.label1.Name = "label1";
     this.label1.LabelProp = global::Mono.Unix.Catalog.GetString ("Compiled Grammar Table Name:");
     this.table1.Add (this.label1);
     global::Gtk.Table.TableChild w1 = ((global::Gtk.Table.TableChild)(this.table1 [this.label1]));
     w1.XOptions = ((global::Gtk.AttachOptions)(4));
     w1.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 ("Table format:");
     this.table1.Add (this.label2);
     global::Gtk.Table.TableChild w2 = ((global::Gtk.Table.TableChild)(this.table1 [this.label2]));
     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.outputFormatSelector = global::Gtk.ComboBox.NewText ();
     this.outputFormatSelector.AppendText (global::Mono.Unix.Catalog.GetString ("Compiled Grammar Table (.cgt)"));
     this.outputFormatSelector.AppendText (global::Mono.Unix.Catalog.GetString ("Enhanced Grammar Table (.egt)"));
     this.outputFormatSelector.Name = "outputFormatSelector";
     this.table1.Add (this.outputFormatSelector);
     global::Gtk.Table.TableChild w3 = ((global::Gtk.Table.TableChild)(this.table1 [this.outputFormatSelector]));
     w3.TopAttach = ((uint)(1));
     w3.BottomAttach = ((uint)(2));
     w3.LeftAttach = ((uint)(1));
     w3.RightAttach = ((uint)(2));
     w3.XOptions = ((global::Gtk.AttachOptions)(4));
     w3.YOptions = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     this.outputTableName = new global::Gtk.Entry ();
     this.outputTableName.CanFocus = true;
     this.outputTableName.Name = "outputTableName";
     this.outputTableName.IsEditable = true;
     this.outputTableName.InvisibleChar = '●';
     this.table1.Add (this.outputTableName);
     global::Gtk.Table.TableChild w4 = ((global::Gtk.Table.TableChild)(this.table1 [this.outputTableName]));
     w4.LeftAttach = ((uint)(1));
     w4.RightAttach = ((uint)(2));
     w4.XOptions = ((global::Gtk.AttachOptions)(4));
     w4.YOptions = ((global::Gtk.AttachOptions)(4));
     this.Add (this.table1);
     if ((this.Child != null)) {
         this.Child.ShowAll ();
     }
     this.Hide ();
 }
		protected virtual void Build ()
		{
			global::Stetic.Gui.Initialize (this);
			// Widget MonoDevelop.D.ResourcesCompilerOptionsPanel
			global::Stetic.BinContainer.Attach (this);
			this.Name = "MonoDevelop.D.ResourcesCompilerOptionsPanel";
			// Container child MonoDevelop.D.ResourcesCompilerOptionsPanel.Gtk.Container+ContainerChild
			this.table1 = new global::Gtk.Table (((uint)(3)), ((uint)(2)), false);
			this.table1.Name = "table1";
			this.table1.RowSpacing = ((uint)(4));
			this.table1.ColumnSpacing = ((uint)(2));
			// Container child table1.Gtk.Table+TableChild
			this.label3 = new global::Gtk.Label ();
			this.label3.Name = "label3";
			this.label3.LabelProp = global::MonoDevelop.Core.GettextCatalog.GetString ("Compiler Executable");
			this.table1.Add (this.label3);
			global::Gtk.Table.TableChild w1 = ((global::Gtk.Table.TableChild)(this.table1 [this.label3]));
			w1.XOptions = ((global::Gtk.AttachOptions)(4));
			w1.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::MonoDevelop.Core.GettextCatalog.GetString ("Build Arguments");
			this.table1.Add (this.label4);
			global::Gtk.Table.TableChild w2 = ((global::Gtk.Table.TableChild)(this.table1 [this.label4]));
			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.text_BuildArgs = new global::Gtk.Entry ();
			this.text_BuildArgs.CanFocus = true;
			this.text_BuildArgs.Name = "text_BuildArgs";
			this.text_BuildArgs.IsEditable = true;
			this.text_BuildArgs.InvisibleChar = '●';
			this.table1.Add (this.text_BuildArgs);
			global::Gtk.Table.TableChild w3 = ((global::Gtk.Table.TableChild)(this.table1 [this.text_BuildArgs]));
			w3.TopAttach = ((uint)(1));
			w3.BottomAttach = ((uint)(2));
			w3.LeftAttach = ((uint)(1));
			w3.RightAttach = ((uint)(2));
			w3.YOptions = ((global::Gtk.AttachOptions)(4));
			// Container child table1.Gtk.Table+TableChild
			this.text_CompilerExecutable = new global::Gtk.Entry ();
			this.text_CompilerExecutable.CanFocus = true;
			this.text_CompilerExecutable.Name = "text_CompilerExecutable";
			this.text_CompilerExecutable.IsEditable = true;
			this.text_CompilerExecutable.MaxLength = 250;
			this.text_CompilerExecutable.InvisibleChar = '●';
			this.table1.Add (this.text_CompilerExecutable);
			global::Gtk.Table.TableChild w4 = ((global::Gtk.Table.TableChild)(this.table1 [this.text_CompilerExecutable]));
			w4.LeftAttach = ((uint)(1));
			w4.RightAttach = ((uint)(2));
			w4.YOptions = ((global::Gtk.AttachOptions)(4));
			this.Add (this.table1);
			if ((this.Child != null)) {
				this.Child.ShowAll ();
			}
			this.Hide ();
		}
Beispiel #5
0
 protected virtual void Build()
 {
     global::Stetic.Gui.Initialize (this);
     // Widget MainWindow
     this.Name = "MainWindow";
     this.Title = global::Mono.Unix.Catalog.GetString ("MainWindow");
     this.WindowPosition = ((global::Gtk.WindowPosition)(4));
     // Container child MainWindow.Gtk.Container+ContainerChild
     this.table1 = new global::Gtk.Table (((uint)(3)), ((uint)(3)), false);
     this.table1.Name = "table1";
     this.table1.RowSpacing = ((uint)(6));
     this.table1.ColumnSpacing = ((uint)(6));
     // Container child table1.Gtk.Table+TableChild
     this.rdlgtkviewer1 = new global::fyiReporting.RdlGtkViewer.RdlGtkViewer ();
     this.rdlgtkviewer1.Events = ((global::Gdk.EventMask)(256));
     this.rdlgtkviewer1.Name = "rdlgtkviewer1";
     this.table1.Add (this.rdlgtkviewer1);
     global::Gtk.Table.TableChild w1 = ((global::Gtk.Table.TableChild)(this.table1 [this.rdlgtkviewer1]));
     w1.TopAttach = ((uint)(1));
     w1.BottomAttach = ((uint)(2));
     w1.LeftAttach = ((uint)(1));
     w1.RightAttach = ((uint)(2));
     this.Add (this.table1);
     if ((this.Child != null)) {
         this.Child.ShowAll ();
     }
     this.DefaultWidth = 487;
     this.DefaultHeight = 300;
     this.Show ();
     this.DeleteEvent += new global::Gtk.DeleteEventHandler (this.OnDeleteEvent);
 }
 protected virtual void Build()
 {
     global::Stetic.Gui.Initialize (this);
     // Widget MonoDevelop.D.OptionPanels.CompilerOptions
     global::Stetic.BinContainer.Attach (this);
     this.Name = "MonoDevelop.D.OptionPanels.CompilerOptions";
     // Container child MonoDevelop.D.OptionPanels.CompilerOptions.Gtk.Container+ContainerChild
     this.table1 = new global::Gtk.Table (((uint)(3)), ((uint)(2)), false);
     this.table1.Name = "table1";
     this.table1.RowSpacing = ((uint)(6));
     this.table1.ColumnSpacing = ((uint)(6));
     // Container child table1.Gtk.Table+TableChild
     this.cmbCompiler = global::Gtk.ComboBox.NewText ();
     this.cmbCompiler.Name = "cmbCompiler";
     this.table1.Add (this.cmbCompiler);
     global::Gtk.Table.TableChild w1 = ((global::Gtk.Table.TableChild)(this.table1 [this.cmbCompiler]));
     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.label4 = new global::Gtk.Label ();
     this.label4.Name = "label4";
     this.label4.LabelProp = global::Mono.Unix.Catalog.GetString ("Default Compiler");
     this.table1.Add (this.label4);
     global::Gtk.Table.TableChild w2 = ((global::Gtk.Table.TableChild)(this.table1 [this.label4]));
     w2.XOptions = ((global::Gtk.AttachOptions)(4));
     w2.YOptions = ((global::Gtk.AttachOptions)(4));
     this.Add (this.table1);
     if ((this.Child != null)) {
         this.Child.ShowAll ();
     }
     this.Show ();
 }
 protected virtual void Build()
 {
     global::Stetic.Gui.Initialize (this);
     // Widget MainWindow
     this.Name = "MainWindow";
     this.Title = global::Mono.Unix.Catalog.GetString ("ClockWidget");
     this.WindowPosition = ((global::Gtk.WindowPosition)(2));
     this.Resizable = false;
     this.AllowGrow = false;
     this.DefaultWidth = 500;
     this.DefaultHeight = 400;
     // Container child MainWindow.Gtk.Container+ContainerChild
     this.table1 = new global::Gtk.Table (((uint)(1)), ((uint)(1)), false);
     this.table1.Name = "table1";
     this.table1.RowSpacing = ((uint)(6));
     this.table1.ColumnSpacing = ((uint)(6));
     // Container child table1.Gtk.Table+TableChild
     this.timeLabel = new global::Gtk.Label ();
     this.timeLabel.Name = "timeLabel";
     this.table1.Add (this.timeLabel);
     this.Add (this.table1);
     if ((this.Child != null)) {
         this.Child.ShowAll ();
     }
     this.Show ();
     this.DeleteEvent += new global::Gtk.DeleteEventHandler (this.OnDeleteEvent);
 }
 protected virtual void Build()
 {
     global::Stetic.Gui.Initialize (this);
     // Widget superiorpics.ResponsiveGrid
     global::Stetic.BinContainer.Attach (this);
     this.Name = "superiorpics.ResponsiveGrid";
     // Container child superiorpics.ResponsiveGrid.Gtk.Container+ContainerChild
     this.vbox2 = new global::Gtk.VBox ();
     this.vbox2.Name = "vbox2";
     this.vbox2.Spacing = 6;
     // Container child vbox2.Gtk.Box+BoxChild
     this.table = new global::Gtk.Table (((uint)(3)), ((uint)(3)), false);
     this.table.Name = "table";
     this.table.RowSpacing = ((uint)(6));
     this.table.ColumnSpacing = ((uint)(6));
     this.vbox2.Add (this.table);
     global::Gtk.Box.BoxChild w1 = ((global::Gtk.Box.BoxChild)(this.vbox2 [this.table]));
     w1.Position = 0;
     w1.Expand = false;
     // Container child vbox2.Gtk.Box+BoxChild
     this.alignment4 = new global::Gtk.Alignment (0.5F, 0.5F, 1F, 1F);
     this.alignment4.Name = "alignment4";
     this.vbox2.Add (this.alignment4);
     global::Gtk.Box.BoxChild w2 = ((global::Gtk.Box.BoxChild)(this.vbox2 [this.alignment4]));
     w2.Position = 1;
     this.Add (this.vbox2);
     if ((this.Child != null)) {
         this.Child.ShowAll ();
     }
     this.Hide ();
 }
 protected virtual void Build()
 {
     global::Stetic.Gui.Initialize (this);
     // Widget Nova4X.UI.SettingsWindow
     this.Name = "Nova4X.UI.SettingsWindow";
     this.Title = global::Mono.Unix.Catalog.GetString ("Settings");
     this.WindowPosition = ((global::Gtk.WindowPosition)(4));
     // Container child Nova4X.UI.SettingsWindow.Gtk.Container+ContainerChild
     this.vbox_SettingsRoot = new global::Gtk.VBox ();
     this.vbox_SettingsRoot.Name = "vbox_SettingsRoot";
     this.vbox_SettingsRoot.Spacing = 6;
     // Container child vbox_SettingsRoot.Gtk.Box+BoxChild
     this.table_SettingsMain = new global::Gtk.Table (((uint)(5)), ((uint)(2)), false);
     this.table_SettingsMain.Name = "table_SettingsMain";
     this.table_SettingsMain.RowSpacing = ((uint)(6));
     this.table_SettingsMain.ColumnSpacing = ((uint)(6));
     this.table_SettingsMain.BorderWidth = ((uint)(5));
     // Container child table_SettingsMain.Gtk.Table+TableChild
     this.chkbtn_Debug = new global::Gtk.CheckButton ();
     this.chkbtn_Debug.CanFocus = true;
     this.chkbtn_Debug.Name = "chkbtn_Debug";
     this.chkbtn_Debug.Label = global::Mono.Unix.Catalog.GetString ("Debug Mode");
     this.chkbtn_Debug.DrawIndicator = true;
     this.chkbtn_Debug.UseUnderline = true;
     this.chkbtn_Debug.BorderWidth = ((uint)(16));
     this.table_SettingsMain.Add (this.chkbtn_Debug);
     global::Gtk.Table.TableChild w1 = ((global::Gtk.Table.TableChild)(this.table_SettingsMain [this.chkbtn_Debug]));
     w1.YOptions = ((global::Gtk.AttachOptions)(4));
     // Container child table_SettingsMain.Gtk.Table+TableChild
     this.label_DebugMode = new global::Gtk.Label ();
     this.label_DebugMode.Name = "label_DebugMode";
     this.label_DebugMode.LabelProp = global::Mono.Unix.Catalog.GetString ("Debug Mode causes the game to put out a large amount of data that will make it rather hard to play. Such data, however, gives gurus of the religion of the Mono Runtime a great deal of insight into the workings of the universe.");
     this.label_DebugMode.Wrap = true;
     this.table_SettingsMain.Add (this.label_DebugMode);
     global::Gtk.Table.TableChild w2 = ((global::Gtk.Table.TableChild)(this.table_SettingsMain [this.label_DebugMode]));
     w2.LeftAttach = ((uint)(1));
     w2.RightAttach = ((uint)(2));
     w2.XOptions = ((global::Gtk.AttachOptions)(4));
     w2.YOptions = ((global::Gtk.AttachOptions)(4));
     this.vbox_SettingsRoot.Add (this.table_SettingsMain);
     global::Gtk.Box.BoxChild w3 = ((global::Gtk.Box.BoxChild)(this.vbox_SettingsRoot [this.table_SettingsMain]));
     w3.Position = 0;
     // Container child vbox_SettingsRoot.Gtk.Box+BoxChild
     this.statusbar_Settings = new global::Gtk.Statusbar ();
     this.statusbar_Settings.Name = "statusbar_Settings";
     this.statusbar_Settings.Spacing = 6;
     this.vbox_SettingsRoot.Add (this.statusbar_Settings);
     global::Gtk.Box.BoxChild w4 = ((global::Gtk.Box.BoxChild)(this.vbox_SettingsRoot [this.statusbar_Settings]));
     w4.Position = 1;
     w4.Expand = false;
     w4.Fill = false;
     this.Add (this.vbox_SettingsRoot);
     if ((this.Child != null)) {
         this.Child.ShowAll ();
     }
     this.DefaultWidth = 742;
     this.DefaultHeight = 302;
     this.Show ();
     this.chkbtn_Debug.Clicked += new global::System.EventHandler (this.OnChkbtnDebugClicked);
 }
 protected virtual void Build()
 {
     global::Stetic.Gui.Initialize (this);
     // Widget aPlay_GUI.LibraryViewer
     global::Stetic.BinContainer.Attach (this);
     this.Name = "aPlay_GUI.LibraryViewer";
     // Container child aPlay_GUI.LibraryViewer.Gtk.Container+ContainerChild
     this.table1 = new global::Gtk.Table (((uint)(1)), ((uint)(1)), false);
     this.table1.Name = "table1";
     this.table1.RowSpacing = ((uint)(6));
     this.table1.ColumnSpacing = ((uint)(6));
     // 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.treeview2 = new global::Gtk.TreeView ();
     this.treeview2.CanFocus = true;
     this.treeview2.Name = "treeview2";
     this.GtkScrolledWindow.Add (this.treeview2);
     this.table1.Add (this.GtkScrolledWindow);
     this.Add (this.table1);
     if ((this.Child != null)) {
         this.Child.ShowAll ();
     }
     this.Hide ();
     this.treeview2.RowActivated += new global::Gtk.RowActivatedHandler (this.OnTreeview2RowActivated);
 }
Beispiel #11
0
		protected virtual void Build ()
		{
			global::Stetic.Gui.Initialize (this);
			// Widget PMyWidget.PersonaView
			global::Stetic.BinContainer.Attach (this);
			this.Name = "PMyWidget.PersonaView";
			// Container child PMyWidget.PersonaView.Gtk.Container+ContainerChild
			this.table1 = new global::Gtk.Table (((uint)(2)), ((uint)(2)), false);
			this.table1.Name = "table1";
			this.table1.RowSpacing = ((uint)(6));
			this.table1.ColumnSpacing = ((uint)(6));
			// Container child table1.Gtk.Table+TableChild
			this.entryApellidos = new global::Gtk.Entry ();
			this.entryApellidos.CanFocus = true;
			this.entryApellidos.Name = "entryApellidos";
			this.entryApellidos.IsEditable = true;
			this.entryApellidos.InvisibleChar = '•';
			this.table1.Add (this.entryApellidos);
			global::Gtk.Table.TableChild w1 = ((global::Gtk.Table.TableChild)(this.table1 [this.entryApellidos]));
			w1.TopAttach = ((uint)(1));
			w1.BottomAttach = ((uint)(2));
			w1.LeftAttach = ((uint)(1));
			w1.RightAttach = ((uint)(2));
			w1.XOptions = ((global::Gtk.AttachOptions)(4));
			w1.YOptions = ((global::Gtk.AttachOptions)(4));
			// Container child table1.Gtk.Table+TableChild
			this.entryNombre = new global::Gtk.Entry ();
			this.entryNombre.CanFocus = true;
			this.entryNombre.Name = "entryNombre";
			this.entryNombre.IsEditable = true;
			this.entryNombre.InvisibleChar = '•';
			this.table1.Add (this.entryNombre);
			global::Gtk.Table.TableChild w2 = ((global::Gtk.Table.TableChild)(this.table1 [this.entryNombre]));
			w2.LeftAttach = ((uint)(1));
			w2.RightAttach = ((uint)(2));
			w2.YOptions = ((global::Gtk.AttachOptions)(4));
			// Container child table1.Gtk.Table+TableChild
			this.label1 = new global::Gtk.Label ();
			this.label1.Name = "label1";
			this.label1.LabelProp = global::Mono.Unix.Catalog.GetString ("Nombre");
			this.table1.Add (this.label1);
			global::Gtk.Table.TableChild w3 = ((global::Gtk.Table.TableChild)(this.table1 [this.label1]));
			w3.XOptions = ((global::Gtk.AttachOptions)(4));
			w3.YOptions = ((global::Gtk.AttachOptions)(4));
			// Container child table1.Gtk.Table+TableChild
			this.label2 = new global::Gtk.Label ();
			this.label2.Name = "label2";
			this.label2.LabelProp = global::Mono.Unix.Catalog.GetString ("Apellidos");
			this.table1.Add (this.label2);
			global::Gtk.Table.TableChild w4 = ((global::Gtk.Table.TableChild)(this.table1 [this.label2]));
			w4.TopAttach = ((uint)(1));
			w4.BottomAttach = ((uint)(2));
			w4.XOptions = ((global::Gtk.AttachOptions)(4));
			w4.YOptions = ((global::Gtk.AttachOptions)(4));
			this.Add (this.table1);
			if ((this.Child != null)) {
				this.Child.ShowAll ();
			}
			this.Hide ();
		}
 protected virtual void Build()
 {
     global::Stetic.Gui.Initialize (this);
     // Widget MonoDevelop.D.Formatting.FormattingPanelWidget
     global::Stetic.BinContainer.Attach (this);
     this.Name = "MonoDevelop.D.Formatting.FormattingPanelWidget";
     // Container child MonoDevelop.D.Formatting.FormattingPanelWidget.Gtk.Container+ContainerChild
     this.table1 = new global::Gtk.Table (((uint)(4)), ((uint)(2)), false);
     this.table1.Name = "table1";
     this.table1.RowSpacing = ((uint)(6));
     this.table1.ColumnSpacing = ((uint)(6));
     // Container child table1.Gtk.Table+TableChild
     this.check_KeepAlignmentSpaces = new global::Gtk.CheckButton ();
     this.check_KeepAlignmentSpaces.TooltipMarkup = "If unchecked, spaces that are not used for indentation but for final code alignme" +
         "nt will be converted to tabs, too.";
     this.check_KeepAlignmentSpaces.CanFocus = true;
     this.check_KeepAlignmentSpaces.Name = "check_KeepAlignmentSpaces";
     this.check_KeepAlignmentSpaces.Label = global::Mono.Unix.Catalog.GetString ("Keep spaces for code aligment");
     this.check_KeepAlignmentSpaces.DrawIndicator = true;
     this.check_KeepAlignmentSpaces.UseUnderline = true;
     this.table1.Add (this.check_KeepAlignmentSpaces);
     global::Gtk.Table.TableChild w1 = ((global::Gtk.Table.TableChild)(this.table1 [this.check_KeepAlignmentSpaces]));
     w1.TopAttach = ((uint)(2));
     w1.BottomAttach = ((uint)(3));
     w1.LeftAttach = ((uint)(1));
     w1.RightAttach = ((uint)(2));
     w1.YOptions = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     this.chk_CommentOutStdHeaders = new global::Gtk.CheckButton ();
     this.chk_CommentOutStdHeaders.CanFocus = true;
     this.chk_CommentOutStdHeaders.Name = "chk_CommentOutStdHeaders";
     this.chk_CommentOutStdHeaders.Label = global::Mono.Unix.Catalog.GetString ("Comment out standard header");
     this.chk_CommentOutStdHeaders.DrawIndicator = true;
     this.chk_CommentOutStdHeaders.UseUnderline = true;
     this.table1.Add (this.chk_CommentOutStdHeaders);
     global::Gtk.Table.TableChild w2 = ((global::Gtk.Table.TableChild)(this.table1 [this.chk_CommentOutStdHeaders]));
     w2.LeftAttach = ((uint)(1));
     w2.RightAttach = ((uint)(2));
     w2.YOptions = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     this.chk_InsertStarAtCommentNewLine = new global::Gtk.CheckButton ();
     this.chk_InsertStarAtCommentNewLine.CanFocus = true;
     this.chk_InsertStarAtCommentNewLine.Name = "chk_InsertStarAtCommentNewLine";
     this.chk_InsertStarAtCommentNewLine.Label = global::Mono.Unix.Catalog.GetString ("Insert * or + at comment new line");
     this.chk_InsertStarAtCommentNewLine.DrawIndicator = true;
     this.chk_InsertStarAtCommentNewLine.UseUnderline = true;
     this.table1.Add (this.chk_InsertStarAtCommentNewLine);
     global::Gtk.Table.TableChild w3 = ((global::Gtk.Table.TableChild)(this.table1 [this.chk_InsertStarAtCommentNewLine]));
     w3.TopAttach = ((uint)(1));
     w3.BottomAttach = ((uint)(2));
     w3.LeftAttach = ((uint)(1));
     w3.RightAttach = ((uint)(2));
     w3.YOptions = ((global::Gtk.AttachOptions)(4));
     this.Add (this.table1);
     if ((this.Child != null)) {
         this.Child.ShowAll ();
     }
     this.Hide ();
 }
 protected virtual void Build()
 {
     global::Stetic.Gui.Initialize (this);
     // Widget Moscrif.IDE.Option.DeviceWidget
     global::Stetic.BinContainer.Attach (this);
     this.Name = "Moscrif.IDE.Option.DeviceWidget";
     // Container child Moscrif.IDE.Option.DeviceWidget.Gtk.Container+ContainerChild
     this.vbox2 = new global::Gtk.VBox ();
     this.vbox2.Name = "vbox2";
     // Container child vbox2.Gtk.Box+BoxChild
     this.hbox1 = new global::Gtk.HBox ();
     this.hbox1.Name = "hbox1";
     this.hbox1.Spacing = 6;
     this.vbox2.Add (this.hbox1);
     global::Gtk.Box.BoxChild w1 = ((global::Gtk.Box.BoxChild)(this.vbox2 [this.hbox1]));
     w1.Position = 0;
     w1.Expand = false;
     // Container child vbox2.Gtk.Box+BoxChild
     this.table2 = new global::Gtk.Table (((uint)(1)), ((uint)(2)), false);
     this.table2.Name = "table2";
     this.table2.RowSpacing = ((uint)(5));
     this.table2.ColumnSpacing = ((uint)(8));
     // Container child table2.Gtk.Table+TableChild
     this.GtkScrolledWindow = new global::Gtk.ScrolledWindow ();
     this.GtkScrolledWindow.HeightRequest = 126;
     this.GtkScrolledWindow.Name = "GtkScrolledWindow";
     this.GtkScrolledWindow.ShadowType = ((global::Gtk.ShadowType)(1));
     // Container child GtkScrolledWindow.Gtk.Container+ContainerChild
     this.nvFonts = new global::Gtk.TreeView ();
     this.nvFonts.CanFocus = true;
     this.nvFonts.Name = "nvFonts";
     this.GtkScrolledWindow.Add (this.nvFonts);
     this.table2.Add (this.GtkScrolledWindow);
     global::Gtk.Table.TableChild w3 = ((global::Gtk.Table.TableChild)(this.table2 [this.GtkScrolledWindow]));
     w3.LeftAttach = ((uint)(1));
     w3.RightAttach = ((uint)(2));
     w3.YPadding = ((uint)(7));
     w3.YOptions = ((global::Gtk.AttachOptions)(4));
     // Container child table2.Gtk.Table+TableChild
     this.label4 = new global::Gtk.Label ();
     this.label4.TooltipMarkup = "List of Fonts to be Embeded into Output Installation";
     this.label4.Name = "label4";
     this.label4.Xalign = 1F;
     this.label4.LabelProp = global::Mono.Unix.Catalog.GetString ("Fonts :");
     this.table2.Add (this.label4);
     global::Gtk.Table.TableChild w4 = ((global::Gtk.Table.TableChild)(this.table2 [this.label4]));
     w4.XOptions = ((global::Gtk.AttachOptions)(4));
     w4.YOptions = ((global::Gtk.AttachOptions)(4));
     this.vbox2.Add (this.table2);
     global::Gtk.Box.BoxChild w5 = ((global::Gtk.Box.BoxChild)(this.vbox2 [this.table2]));
     w5.Position = 1;
     w5.Expand = false;
     w5.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.D.OptionPanels.DubOptionPanel
			global::Stetic.BinContainer.Attach (this);
			this.Name = "MonoDevelop.D.OptionPanels.DubOptionPanel";
			// Container child MonoDevelop.D.OptionPanels.DubOptionPanel.Gtk.Container+ContainerChild
			this.table1 = new global::Gtk.Table (((uint)(3)), ((uint)(2)), false);
			this.table1.Name = "table1";
			this.table1.RowSpacing = ((uint)(6));
			this.table1.ColumnSpacing = ((uint)(6));
			// Container child table1.Gtk.Table+TableChild
			this.label1 = new global::Gtk.Label ();
			this.label1.Name = "label1";
			this.label1.LabelProp = global::MonoDevelop.Core.GettextCatalog.GetString ("dub executable");
			this.table1.Add (this.label1);
			global::Gtk.Table.TableChild w1 = ((global::Gtk.Table.TableChild)(this.table1 [this.label1]));
			w1.XOptions = ((global::Gtk.AttachOptions)(4));
			w1.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::MonoDevelop.Core.GettextCatalog.GetString ("Generic dub arguments");
			this.table1.Add (this.label2);
			global::Gtk.Table.TableChild w2 = ((global::Gtk.Table.TableChild)(this.table1 [this.label2]));
			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.text_commonArgs = new global::Gtk.Entry ();
			this.text_commonArgs.CanFocus = true;
			this.text_commonArgs.Name = "text_commonArgs";
			this.text_commonArgs.IsEditable = true;
			this.text_commonArgs.InvisibleChar = '•';
			this.table1.Add (this.text_commonArgs);
			global::Gtk.Table.TableChild w3 = ((global::Gtk.Table.TableChild)(this.table1 [this.text_commonArgs]));
			w3.TopAttach = ((uint)(1));
			w3.BottomAttach = ((uint)(2));
			w3.LeftAttach = ((uint)(1));
			w3.RightAttach = ((uint)(2));
			w3.YOptions = ((global::Gtk.AttachOptions)(4));
			// Container child table1.Gtk.Table+TableChild
			this.text_dub = new global::Gtk.Entry ();
			this.text_dub.CanFocus = true;
			this.text_dub.Name = "text_dub";
			this.text_dub.IsEditable = true;
			this.text_dub.InvisibleChar = '•';
			this.table1.Add (this.text_dub);
			global::Gtk.Table.TableChild w4 = ((global::Gtk.Table.TableChild)(this.table1 [this.text_dub]));
			w4.LeftAttach = ((uint)(1));
			w4.RightAttach = ((uint)(2));
			w4.YOptions = ((global::Gtk.AttachOptions)(4));
			this.Add (this.table1);
			if ((this.Child != null)) {
				this.Child.ShowAll ();
			}
			this.Hide ();
		}
Beispiel #15
0
 protected virtual void Build()
 {
     global::Stetic.Gui.Initialize (this);
     // Widget PGtkArray.MyWidget
     global::Stetic.BinContainer.Attach (this);
     this.Name = "PGtkArray.MyWidget";
     // Container child PGtkArray.MyWidget.Gtk.Container+ContainerChild
     this.table1 = new global::Gtk.Table (((uint)(2)), ((uint)(2)), false);
     this.table1.Name = "table1";
     this.table1.RowSpacing = ((uint)(6));
     this.table1.ColumnSpacing = ((uint)(6));
     // Container child table1.Gtk.Table+TableChild
     this.entry1 = new global::Gtk.Entry ();
     this.entry1.CanFocus = true;
     this.entry1.Name = "entry1";
     this.entry1.IsEditable = true;
     this.entry1.InvisibleChar = '•';
     this.table1.Add (this.entry1);
     global::Gtk.Table.TableChild w1 = ((global::Gtk.Table.TableChild)(this.table1 [this.entry1]));
     w1.LeftAttach = ((uint)(1));
     w1.RightAttach = ((uint)(2));
     w1.YOptions = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     this.entry2 = new global::Gtk.Entry ();
     this.entry2.CanFocus = true;
     this.entry2.Name = "entry2";
     this.entry2.IsEditable = true;
     this.entry2.InvisibleChar = '•';
     this.table1.Add (this.entry2);
     global::Gtk.Table.TableChild w2 = ((global::Gtk.Table.TableChild)(this.table1 [this.entry2]));
     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.labelDireccion = new global::Gtk.Label ();
     this.labelDireccion.Name = "labelDireccion";
     this.labelDireccion.LabelProp = global::Mono.Unix.Catalog.GetString ("Dirección");
     this.table1.Add (this.labelDireccion);
     global::Gtk.Table.TableChild w3 = ((global::Gtk.Table.TableChild)(this.table1 [this.labelDireccion]));
     w3.XOptions = ((global::Gtk.AttachOptions)(4));
     w3.YOptions = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     this.labelPoblacion = new global::Gtk.Label ();
     this.labelPoblacion.Name = "labelPoblacion";
     this.labelPoblacion.LabelProp = global::Mono.Unix.Catalog.GetString ("Población");
     this.table1.Add (this.labelPoblacion);
     global::Gtk.Table.TableChild w4 = ((global::Gtk.Table.TableChild)(this.table1 [this.labelPoblacion]));
     w4.TopAttach = ((uint)(1));
     w4.BottomAttach = ((uint)(2));
     w4.XOptions = ((global::Gtk.AttachOptions)(4));
     w4.YOptions = ((global::Gtk.AttachOptions)(4));
     this.Add (this.table1);
     if ((this.Child != null)) {
         this.Child.ShowAll ();
     }
     this.Hide ();
 }
Beispiel #16
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.saveAction = new global::Gtk.Action ("saveAction", null, null, "gtk-save");
     w1.Add (this.saveAction, null);
     this.editAction = new global::Gtk.Action ("editAction", null, null, "gtk-edit");
     w1.Add (this.editAction, 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.vbox1 = new global::Gtk.VBox ();
     this.vbox1.Name = "vbox1";
     this.vbox1.Spacing = 6;
     // Container child vbox1.Gtk.Box+BoxChild
     this.UIManager.AddUiFromString ("<ui><toolbar name='toolbar1'><toolitem name='saveAction' action='saveAction'/><toolitem name='editAction' action='editAction'/></toolbar></ui>");
     this.toolbar1 = ((global::Gtk.Toolbar)(this.UIManager.GetWidget ("/toolbar1")));
     this.toolbar1.Name = "toolbar1";
     this.toolbar1.ShowArrow = false;
     this.vbox1.Add (this.toolbar1);
     global::Gtk.Box.BoxChild w2 = ((global::Gtk.Box.BoxChild)(this.vbox1 [this.toolbar1]));
     w2.Position = 0;
     w2.Expand = false;
     w2.Fill = false;
     // Container child vbox1.Gtk.Box+BoxChild
     this.table1 = new global::Gtk.Table (((uint)(3)), ((uint)(3)), false);
     this.table1.Name = "table1";
     this.table1.RowSpacing = ((uint)(6));
     this.table1.ColumnSpacing = ((uint)(6));
     this.vbox1.Add (this.table1);
     global::Gtk.Box.BoxChild w3 = ((global::Gtk.Box.BoxChild)(this.vbox1 [this.table1]));
     w3.Position = 1;
     // 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.treeview = new global::Gtk.TreeView ();
     this.treeview.CanFocus = true;
     this.treeview.Name = "treeview";
     this.GtkScrolledWindow.Add (this.treeview);
     this.vbox1.Add (this.GtkScrolledWindow);
     global::Gtk.Box.BoxChild w5 = ((global::Gtk.Box.BoxChild)(this.vbox1 [this.GtkScrolledWindow]));
     w5.Position = 2;
     this.Add (this.vbox1);
     if ((this.Child != null)) {
         this.Child.ShowAll ();
     }
     this.DefaultWidth = 400;
     this.DefaultHeight = 300;
     this.Show ();
     this.DeleteEvent += new global::Gtk.DeleteEventHandler (this.OnDeleteEvent);
 }
		protected virtual void Build ()
		{
			global::Stetic.Gui.Initialize (this);
			// Widget MonoDevelop.Database.Sql.MySql.MySqlCreateDatabaseWidget
			global::Stetic.BinContainer.Attach (this);
			this.Name = "MonoDevelop.Database.Sql.MySql.MySqlCreateDatabaseWidget";
			// Container child MonoDevelop.Database.Sql.MySql.MySqlCreateDatabaseWidget.Gtk.Container+ContainerChild
			this.table = new global::Gtk.Table (((uint)(2)), ((uint)(2)), false);
			this.table.Name = "table";
			this.table.RowSpacing = ((uint)(6));
			this.table.ColumnSpacing = ((uint)(6));
			this.table.BorderWidth = ((uint)(6));
			// Container child table.Gtk.Table+TableChild
			this.comboCharset = global::Gtk.ComboBoxEntry.NewText ();
			this.comboCharset.Name = "comboCharset";
			this.table.Add (this.comboCharset);
			global::Gtk.Table.TableChild w1 = ((global::Gtk.Table.TableChild)(this.table[this.comboCharset]));
			w1.LeftAttach = ((uint)(1));
			w1.RightAttach = ((uint)(2));
			w1.XOptions = ((global::Gtk.AttachOptions)(4));
			w1.YOptions = ((global::Gtk.AttachOptions)(4));
			// Container child table.Gtk.Table+TableChild
			this.comboCollation = global::Gtk.ComboBoxEntry.NewText ();
			this.comboCollation.Name = "comboCollation";
			this.table.Add (this.comboCollation);
			global::Gtk.Table.TableChild w2 = ((global::Gtk.Table.TableChild)(this.table[this.comboCollation]));
			w2.TopAttach = ((uint)(1));
			w2.BottomAttach = ((uint)(2));
			w2.LeftAttach = ((uint)(1));
			w2.RightAttach = ((uint)(2));
			w2.XOptions = ((global::Gtk.AttachOptions)(4));
			w2.YOptions = ((global::Gtk.AttachOptions)(4));
			// Container child table.Gtk.Table+TableChild
			this.label2 = new global::Gtk.Label ();
			this.label2.Name = "label2";
			this.label2.Xalign = 0f;
			this.label2.LabelProp = global::MonoDevelop.Database.AddinCatalog.GetString ("Character Set:");
			this.table.Add (this.label2);
			global::Gtk.Table.TableChild w3 = ((global::Gtk.Table.TableChild)(this.table[this.label2]));
			w3.XOptions = ((global::Gtk.AttachOptions)(4));
			w3.YOptions = ((global::Gtk.AttachOptions)(4));
			// Container child table.Gtk.Table+TableChild
			this.label3 = new global::Gtk.Label ();
			this.label3.Name = "label3";
			this.label3.Xalign = 0f;
			this.label3.LabelProp = global::MonoDevelop.Database.AddinCatalog.GetString ("Collation:");
			this.table.Add (this.label3);
			global::Gtk.Table.TableChild w4 = ((global::Gtk.Table.TableChild)(this.table[this.label3]));
			w4.TopAttach = ((uint)(1));
			w4.BottomAttach = ((uint)(2));
			w4.XOptions = ((global::Gtk.AttachOptions)(4));
			w4.YOptions = ((global::Gtk.AttachOptions)(4));
			this.Add (this.table);
			if ((this.Child != null)) {
				this.Child.ShowAll ();
			}
			this.Show ();
		}
		protected virtual void Build ()
		{
			global::Stetic.Gui.Initialize (this);
			// Widget TroposphirLauncher.AlertWindow
			this.WidthRequest = 200;
			this.HeightRequest = 100;
			this.Name = "TroposphirLauncher.AlertWindow";
			this.Title = global::Mono.Unix.Catalog.GetString ("AlertWindow");
			this.WindowPosition = ((global::Gtk.WindowPosition)(4));
			this.Resizable = false;
			this.AllowGrow = false;
			this.DefaultWidth = 200;
			this.DefaultHeight = 100;
			// Container child TroposphirLauncher.AlertWindow.Gtk.Container+ContainerChild
			this.table1 = new global::Gtk.Table (((uint)(3)), ((uint)(3)), false);
			this.table1.WidthRequest = 200;
			this.table1.HeightRequest = 100;
			this.table1.Name = "table1";
			this.table1.RowSpacing = ((uint)(3));
			this.table1.ColumnSpacing = ((uint)(3));
			this.table1.BorderWidth = ((uint)(3));
			// Container child table1.Gtk.Table+TableChild
			this.alertText = new global::Gtk.Label ();
			this.alertText.WidthRequest = 200;
			this.alertText.HeightRequest = 66;
			this.alertText.Name = "alertText";
			this.alertText.LabelProp = "?";
			this.alertText.Justify = ((global::Gtk.Justification)(2));
			this.table1.Add (this.alertText);
			global::Gtk.Table.TableChild w1 = ((global::Gtk.Table.TableChild)(this.table1 [this.alertText]));
			w1.BottomAttach = ((uint)(2));
			w1.RightAttach = ((uint)(3));
			w1.XOptions = ((global::Gtk.AttachOptions)(4));
			w1.YOptions = ((global::Gtk.AttachOptions)(4));
			// Container child table1.Gtk.Table+TableChild
			this.okButton = new global::Gtk.Button ();
			this.okButton.WidthRequest = 66;
			this.okButton.HeightRequest = 25;
			this.okButton.CanFocus = true;
			this.okButton.Name = "okButton";
			this.okButton.UseUnderline = true;
			this.okButton.Label = "OK";
			this.table1.Add (this.okButton);
			global::Gtk.Table.TableChild w2 = ((global::Gtk.Table.TableChild)(this.table1 [this.okButton]));
			w2.TopAttach = ((uint)(2));
			w2.BottomAttach = ((uint)(3));
			w2.LeftAttach = ((uint)(1));
			w2.RightAttach = ((uint)(2));
			w2.XOptions = ((global::Gtk.AttachOptions)(4));
			w2.YOptions = ((global::Gtk.AttachOptions)(4));
			this.Add (this.table1);
			if ((this.Child != null)) {
				this.Child.ShowAll ();
			}
			this.Show ();
			this.okButton.Clicked += new global::System.EventHandler (this.Close);
		}
 protected virtual void Build()
 {
     global::Stetic.Gui.Initialize (this);
     // Widget Moscrif.IDE.Components.SkinThemeControl
     global::Stetic.BinContainer.Attach (this);
     this.Name = "Moscrif.IDE.Components.SkinThemeControl";
     // Container child Moscrif.IDE.Components.SkinThemeControl.Gtk.Container+ContainerChild
     this.table1 = new global::Gtk.Table (((uint)(2)), ((uint)(2)), false);
     this.table1.Name = "table1";
     this.table1.RowSpacing = ((uint)(5));
     this.table1.ColumnSpacing = ((uint)(8));
     // Container child table1.Gtk.Table+TableChild
     this.cbSkin = global::Gtk.ComboBox.NewText ();
     this.cbSkin.Name = "cbSkin";
     this.table1.Add (this.cbSkin);
     global::Gtk.Table.TableChild w1 = ((global::Gtk.Table.TableChild)(this.table1 [this.cbSkin]));
     w1.LeftAttach = ((uint)(1));
     w1.RightAttach = ((uint)(2));
     w1.YOptions = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     this.cbTheme = global::Gtk.ComboBox.NewText ();
     this.cbTheme.Name = "cbTheme";
     this.table1.Add (this.cbTheme);
     global::Gtk.Table.TableChild w2 = ((global::Gtk.Table.TableChild)(this.table1 [this.cbTheme]));
     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.label1 = new global::Gtk.Label ();
     this.label1.TooltipMarkup = "Skin to be Embeded into Output Installation";
     this.label1.Name = "label1";
     this.label1.Xalign = 1F;
     this.label1.LabelProp = global::Mono.Unix.Catalog.GetString ("Skin :");
     this.table1.Add (this.label1);
     global::Gtk.Table.TableChild w3 = ((global::Gtk.Table.TableChild)(this.table1 [this.label1]));
     w3.XOptions = ((global::Gtk.AttachOptions)(4));
     w3.YOptions = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     this.label2 = new global::Gtk.Label ();
     this.label2.TooltipMarkup = "Theme to be Aplied";
     this.label2.Name = "label2";
     this.label2.Xalign = 1F;
     this.label2.LabelProp = global::Mono.Unix.Catalog.GetString ("Theme :");
     this.table1.Add (this.label2);
     global::Gtk.Table.TableChild w4 = ((global::Gtk.Table.TableChild)(this.table1 [this.label2]));
     w4.TopAttach = ((uint)(1));
     w4.BottomAttach = ((uint)(2));
     w4.XOptions = ((global::Gtk.AttachOptions)(4));
     w4.YOptions = ((global::Gtk.AttachOptions)(4));
     this.Add (this.table1);
     if ((this.Child != null)) {
         this.Child.ShowAll ();
     }
     this.Hide ();
 }
 protected virtual void Build()
 {
     global::Stetic.Gui.Initialize (this);
     // Widget earchive.TemplateProperty
     this.Name = "earchive.TemplateProperty";
     this.WindowPosition = ((global::Gtk.WindowPosition)(4));
     // Internal child earchive.TemplateProperty.VBox
     global::Gtk.VBox w1 = this.VBox;
     w1.Name = "dialog1_VBox";
     w1.BorderWidth = ((uint)(2));
     // Container child dialog1_VBox.Gtk.Box+BoxChild
     this.table1 = new global::Gtk.Table (((uint)(3)), ((uint)(3)), false);
     this.table1.Name = "table1";
     this.table1.RowSpacing = ((uint)(6));
     this.table1.ColumnSpacing = ((uint)(6));
     w1.Add (this.table1);
     global::Gtk.Box.BoxChild w2 = ((global::Gtk.Box.BoxChild)(w1 [this.table1]));
     w2.Position = 0;
     // Internal child earchive.TemplateProperty.ActionArea
     global::Gtk.HButtonBox w3 = this.ActionArea;
     w3.Name = "dialog1_ActionArea";
     w3.Spacing = 10;
     w3.BorderWidth = ((uint)(5));
     w3.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 w4 = ((global::Gtk.ButtonBox.ButtonBoxChild)(w3 [this.buttonCancel]));
     w4.Expand = false;
     w4.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 w5 = ((global::Gtk.ButtonBox.ButtonBoxChild)(w3 [this.buttonOk]));
     w5.Position = 1;
     w5.Expand = false;
     w5.Fill = false;
     if ((this.Child != null)) {
         this.Child.ShowAll ();
     }
     this.DefaultWidth = 400;
     this.DefaultHeight = 300;
     this.Show ();
 }
 protected virtual void Build()
 {
     global::Stetic.Gui.Initialize (this);
     // Widget CucumberBindings.GeneralOptionsPanel
     global::Stetic.BinContainer.Attach (this);
     this.Name = "CucumberBindings.GeneralOptionsPanel";
     // Container child CucumberBindings.GeneralOptionsPanel.Gtk.Container+ContainerChild
     this.table1 = new global::Gtk.Table (((uint)(1)), ((uint)(3)), false);
     this.table1.Name = "table1";
     this.table1.RowSpacing = ((uint)(6));
     this.table1.ColumnSpacing = ((uint)(6));
     // Container child table1.Gtk.Table+TableChild
     this.cucumberBrowse = new global::Gtk.Button ();
     this.cucumberBrowse.CanFocus = true;
     this.cucumberBrowse.Name = "cucumberBrowse";
     this.cucumberBrowse.UseUnderline = true;
     this.cucumberBrowse.Label = global::Mono.Unix.Catalog.GetString ("Browse");
     global::Gtk.Image w1 = new global::Gtk.Image ();
     w1.Pixbuf = global::Stetic.IconLoader.LoadIcon (this, "gtk-open", global::Gtk.IconSize.Menu);
     this.cucumberBrowse.Image = w1;
     this.table1.Add (this.cucumberBrowse);
     global::Gtk.Table.TableChild w2 = ((global::Gtk.Table.TableChild)(this.table1 [this.cucumberBrowse]));
     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.cucumberEntry = new global::Gtk.Entry ();
     this.cucumberEntry.CanFocus = true;
     this.cucumberEntry.Name = "cucumberEntry";
     this.cucumberEntry.IsEditable = true;
     this.cucumberEntry.InvisibleChar = '●';
     this.table1.Add (this.cucumberEntry);
     global::Gtk.Table.TableChild w3 = ((global::Gtk.Table.TableChild)(this.table1 [this.cucumberEntry]));
     w3.LeftAttach = ((uint)(1));
     w3.RightAttach = ((uint)(2));
     w3.YOptions = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     this.label1 = new global::Gtk.Label ();
     this.label1.Name = "label1";
     this.label1.Xpad = 10;
     this.label1.Xalign = 1F;
     this.label1.LabelProp = global::Mono.Unix.Catalog.GetString ("Cucumber: ");
     this.label1.Justify = ((global::Gtk.Justification)(1));
     this.table1.Add (this.label1);
     global::Gtk.Table.TableChild w4 = ((global::Gtk.Table.TableChild)(this.table1 [this.label1]));
     w4.XOptions = ((global::Gtk.AttachOptions)(4));
     w4.YOptions = ((global::Gtk.AttachOptions)(4));
     this.Add (this.table1);
     if ((this.Child != null)) {
         this.Child.ShowAll ();
     }
     this.Hide ();
     this.cucumberBrowse.Clicked += new global::System.EventHandler (this.OnCucumberBrowseClicked);
 }
Beispiel #22
0
	protected virtual void Build ()
	{
		global::Stetic.Gui.Initialize (this);
		// Widget MainWindow
		this.UIManager = new global::Gtk.UIManager ();
		global::Gtk.ActionGroup w1 = new global::Gtk.ActionGroup ("Default");
		this.FileAction = new global::Gtk.Action ("FileAction", global::Mono.Unix.Catalog.GetString ("File"), null, null);
		this.FileAction.ShortLabel = global::Mono.Unix.Catalog.GetString ("File");
		w1.Add (this.FileAction, null);
		this.OpenAction = new global::Gtk.Action ("OpenAction", global::Mono.Unix.Catalog.GetString ("Open"), null, null);
		this.OpenAction.ShortLabel = global::Mono.Unix.Catalog.GetString ("Open");
		w1.Add (this.OpenAction, 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.table1 = new global::Gtk.Table (((uint)(3)), ((uint)(3)), false);
		this.table1.Name = "table1";
		this.table1.RowSpacing = ((uint)(6));
		this.table1.ColumnSpacing = ((uint)(6));
		// Container child table1.Gtk.Table+TableChild
		this.UIManager.AddUiFromString ("<ui><menubar name='menubar1'><menu name='FileAction' action='FileAction'><menuitem name='OpenAction' action='OpenAction'/></menu></menubar></ui>");
		this.menubar1 = ((global::Gtk.MenuBar)(this.UIManager.GetWidget ("/menubar1")));
		this.menubar1.Name = "menubar1";
		this.table1.Add (this.menubar1);
		global::Gtk.Table.TableChild w2 = ((global::Gtk.Table.TableChild)(this.table1 [this.menubar1]));
		w2.LeftAttach = ((uint)(1));
		w2.RightAttach = ((uint)(2));
		w2.YOptions = ((global::Gtk.AttachOptions)(4));
		// Container child table1.Gtk.Table+TableChild
		this.reportviewer1 = new global::fyiReporting.RdlGtkViewer.ReportViewer ();
		this.reportviewer1.WidthRequest = 0;
		this.reportviewer1.HeightRequest = 0;
		this.reportviewer1.Events = ((global::Gdk.EventMask)(256));
		this.reportviewer1.Name = "reportviewer1";
		this.reportviewer1.ShowErrors = false;
		this.reportviewer1.ShowParameters = false;
		this.table1.Add (this.reportviewer1);
		global::Gtk.Table.TableChild w3 = ((global::Gtk.Table.TableChild)(this.table1 [this.reportviewer1]));
		w3.TopAttach = ((uint)(1));
		w3.BottomAttach = ((uint)(2));
		w3.LeftAttach = ((uint)(1));
		w3.RightAttach = ((uint)(2));
		this.Add (this.table1);
		if ((this.Child != null)) {
			this.Child.ShowAll ();
		}
		this.DefaultWidth = 487;
		this.DefaultHeight = 300;
		this.Show ();
		this.DeleteEvent += new global::Gtk.DeleteEventHandler (this.OnDeleteEvent);
		this.OpenAction.Activated += new global::System.EventHandler (this.OnFileOpen_Activated);
	}
Beispiel #23
0
 protected virtual void Build()
 {
     global::Stetic.Gui.Initialize (this);
     // Widget WindowCategoria
     this.Name = "WindowCategoria";
     this.Title = global::Mono.Unix.Catalog.GetString ("WindowCategoria");
     this.WindowPosition = ((global::Gtk.WindowPosition)(4));
     // Container child WindowCategoria.Gtk.Container+ContainerChild
     this.table3 = new global::Gtk.Table (((uint)(2)), ((uint)(3)), false);
     this.table3.Name = "table3";
     this.table3.RowSpacing = ((uint)(6));
     this.table3.ColumnSpacing = ((uint)(6));
     // Container child table3.Gtk.Table+TableChild
     this.button2 = new global::Gtk.Button ();
     this.button2.CanFocus = true;
     this.button2.Name = "button2";
     this.button2.UseUnderline = true;
     this.button2.Label = global::Mono.Unix.Catalog.GetString ("Añadir Categoria");
     this.table3.Add (this.button2);
     global::Gtk.Table.TableChild w1 = ((global::Gtk.Table.TableChild)(this.table3 [this.button2]));
     w1.TopAttach = ((uint)(1));
     w1.BottomAttach = ((uint)(2));
     w1.LeftAttach = ((uint)(1));
     w1.RightAttach = ((uint)(2));
     w1.XOptions = ((global::Gtk.AttachOptions)(4));
     w1.YOptions = ((global::Gtk.AttachOptions)(4));
     // Container child table3.Gtk.Table+TableChild
     this.entry4 = new global::Gtk.Entry ();
     this.entry4.CanFocus = true;
     this.entry4.Name = "entry4";
     this.entry4.IsEditable = true;
     this.entry4.InvisibleChar = '●';
     this.table3.Add (this.entry4);
     global::Gtk.Table.TableChild w2 = ((global::Gtk.Table.TableChild)(this.table3 [this.entry4]));
     w2.LeftAttach = ((uint)(1));
     w2.RightAttach = ((uint)(2));
     w2.XOptions = ((global::Gtk.AttachOptions)(4));
     w2.YOptions = ((global::Gtk.AttachOptions)(4));
     // Container child table3.Gtk.Table+TableChild
     this.label5 = new global::Gtk.Label ();
     this.label5.Name = "label5";
     this.label5.LabelProp = global::Mono.Unix.Catalog.GetString ("Introduzca nombre de la categoria");
     this.table3.Add (this.label5);
     global::Gtk.Table.TableChild w3 = ((global::Gtk.Table.TableChild)(this.table3 [this.label5]));
     w3.XOptions = ((global::Gtk.AttachOptions)(4));
     w3.YOptions = ((global::Gtk.AttachOptions)(4));
     this.Add (this.table3);
     if ((this.Child != null)) {
         this.Child.ShowAll ();
     }
     this.DefaultWidth = 384;
     this.DefaultHeight = 105;
     this.Show ();
 }
Beispiel #24
0
		protected virtual void Build ()
		{
			global::Stetic.Gui.Initialize (this);
			// Widget LampCP.LampConfigWin
			this.Name = "LampCP.LampConfigWin";
			this.Title = global::Mono.Unix.Catalog.GetString ("LampConfigWin");
			this.WindowPosition = ((global::Gtk.WindowPosition)(4));
			// Container child LampCP.LampConfigWin.Gtk.Container+ContainerChild
			this.table1 = new global::Gtk.Table (((uint)(3)), ((uint)(3)), false);
			this.table1.Name = "table1";
			this.table1.RowSpacing = ((uint)(6));
			this.table1.ColumnSpacing = ((uint)(6));
			// Container child table1.Gtk.Table+TableChild
			this.btnSave = new global::Gtk.Button ();
			this.btnSave.CanFocus = true;
			this.btnSave.Name = "btnSave";
			this.btnSave.UseUnderline = true;
			this.btnSave.Label = global::Mono.Unix.Catalog.GetString ("Save");
			this.table1.Add (this.btnSave);
			global::Gtk.Table.TableChild w1 = ((global::Gtk.Table.TableChild)(this.table1 [this.btnSave]));
			w1.TopAttach = ((uint)(2));
			w1.BottomAttach = ((uint)(3));
			w1.LeftAttach = ((uint)(2));
			w1.RightAttach = ((uint)(3));
			w1.XOptions = ((global::Gtk.AttachOptions)(4));
			w1.YOptions = ((global::Gtk.AttachOptions)(4));
			// Container child table1.Gtk.Table+TableChild
			this.label1 = new global::Gtk.Label ();
			this.label1.Name = "label1";
			this.label1.LabelProp = global::Mono.Unix.Catalog.GetString ("Document Root");
			this.table1.Add (this.label1);
			global::Gtk.Table.TableChild w2 = ((global::Gtk.Table.TableChild)(this.table1 [this.label1]));
			w2.XOptions = ((global::Gtk.AttachOptions)(4));
			w2.YOptions = ((global::Gtk.AttachOptions)(4));
			// Container child table1.Gtk.Table+TableChild
			this.tbDocroot = new global::Gtk.Entry ();
			this.tbDocroot.CanFocus = true;
			this.tbDocroot.Name = "tbDocroot";
			this.tbDocroot.IsEditable = true;
			this.tbDocroot.InvisibleChar = '•';
			this.table1.Add (this.tbDocroot);
			global::Gtk.Table.TableChild w3 = ((global::Gtk.Table.TableChild)(this.table1 [this.tbDocroot]));
			w3.LeftAttach = ((uint)(1));
			w3.RightAttach = ((uint)(2));
			w3.YOptions = ((global::Gtk.AttachOptions)(4));
			this.Add (this.table1);
			if ((this.Child != null)) {
				this.Child.ShowAll ();
			}
			this.DefaultWidth = 400;
			this.DefaultHeight = 300;
			this.Show ();
			this.btnSave.Clicked += new global::System.EventHandler (this.OnBtnSaveClicked);
		}
 protected virtual void Build()
 {
     global::Stetic.Gui.Initialize (this);
     // Widget LongoMatch.Gui.Panel.WelcomePanel
     global::Stetic.BinContainer.Attach (this);
     this.Name = "LongoMatch.Gui.Panel.WelcomePanel";
     // Container child LongoMatch.Gui.Panel.WelcomePanel.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.label3 = new global::Gtk.Label ();
     this.label3.Name = "label3";
     this.label3.Xalign = 1F;
     this.label3.LabelProp = global::Mono.Unix.Catalog.GetString ("Preferences");
     this.hbox1.Add (this.label3);
     global::Gtk.Box.BoxChild w1 = ((global::Gtk.Box.BoxChild)(this.hbox1 [this.label3]));
     w1.Position = 0;
     // Container child hbox1.Gtk.Box+BoxChild
     this.preferencesbutton = new global::Gtk.Button ();
     this.preferencesbutton.Name = "preferencesbutton";
     this.preferencesbutton.Label = null;
     this.hbox1.Add (this.preferencesbutton);
     global::Gtk.Box.BoxChild w2 = ((global::Gtk.Box.BoxChild)(this.hbox1 [this.preferencesbutton]));
     w2.Position = 1;
     w2.Expand = false;
     w2.Fill = false;
     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.alignment1 = new global::Gtk.Alignment (0.5F, 0.5F, 0F, 0F);
     this.alignment1.Name = "alignment1";
     // Container child alignment1.Gtk.Container+ContainerChild
     this.tablewidget = new global::Gtk.Table (((uint)(3)), ((uint)(3)), false);
     this.tablewidget.Name = "tablewidget";
     this.tablewidget.RowSpacing = ((uint)(6));
     this.tablewidget.ColumnSpacing = ((uint)(6));
     this.alignment1.Add (this.tablewidget);
     this.vbox1.Add (this.alignment1);
     global::Gtk.Box.BoxChild w5 = ((global::Gtk.Box.BoxChild)(this.vbox1 [this.alignment1]));
     w5.Position = 1;
     this.Add (this.vbox1);
     if ((this.Child != null)) {
         this.Child.ShowAll ();
     }
     this.Hide ();
 }
		protected virtual void Build ()
		{
			global::Stetic.Gui.Initialize (this);
			// Widget BlinkStick.BlinkstickServiceSettingsWidget
			global::Stetic.BinContainer.Attach (this);
			this.Name = "BlinkStick.BlinkstickServiceSettingsWidget";
			// Container child BlinkStick.BlinkstickServiceSettingsWidget.Gtk.Container+ContainerChild
			this.table1 = new global::Gtk.Table (((uint)(2)), ((uint)(3)), false);
			this.table1.Name = "table1";
			this.table1.RowSpacing = ((uint)(6));
			this.table1.ColumnSpacing = ((uint)(6));
			this.table1.BorderWidth = ((uint)(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::Stetic.IconLoader.LoadIcon (this, "gtk-paste", global::Gtk.IconSize.Menu);
			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.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 w3 = ((global::Gtk.Table.TableChild)(this.table1 [this.entryAccessCode]));
			w3.LeftAttach = ((uint)(1));
			w3.RightAttach = ((uint)(2));
			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 ("Access Code:");
			this.table1.Add (this.label1);
			global::Gtk.Table.TableChild w4 = ((global::Gtk.Table.TableChild)(this.table1 [this.label1]));
			w4.XOptions = ((global::Gtk.AttachOptions)(4));
			w4.YOptions = ((global::Gtk.AttachOptions)(4));
			this.Add (this.table1);
			if ((this.Child != null)) {
				this.Child.ShowAll ();
			}
			this.Hide ();
			this.buttonPaste.Clicked += new global::System.EventHandler (this.OnButtonPasteClicked);
		}
 protected virtual void Build()
 {
     global::Stetic.Gui.Initialize (this);
     // Widget Vodovoz.EmployeeFilter
     global::Stetic.BinContainer.Attach (this);
     this.Name = "Vodovoz.EmployeeFilter";
     // Container child Vodovoz.EmployeeFilter.Gtk.Container+ContainerChild
     this.table1 = new global::Gtk.Table (((uint)(1)), ((uint)(3)), false);
     this.table1.Name = "table1";
     this.table1.RowSpacing = ((uint)(6));
     this.table1.ColumnSpacing = ((uint)(6));
     // Container child table1.Gtk.Table+TableChild
     this.checkFired = new global::Gtk.CheckButton ();
     this.checkFired.CanFocus = true;
     this.checkFired.Name = "checkFired";
     this.checkFired.Label = global::Mono.Unix.Catalog.GetString ("Показывать уволенных");
     this.checkFired.Active = true;
     this.checkFired.DrawIndicator = true;
     this.checkFired.UseUnderline = true;
     this.table1.Add (this.checkFired);
     global::Gtk.Table.TableChild w1 = ((global::Gtk.Table.TableChild)(this.table1 [this.checkFired]));
     w1.LeftAttach = ((uint)(2));
     w1.RightAttach = ((uint)(3));
     w1.YOptions = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     this.enumcomboCategory = new global::Gamma.Widgets.yEnumComboBox ();
     this.enumcomboCategory.Name = "enumcomboCategory";
     this.enumcomboCategory.ShowSpecialStateAll = true;
     this.enumcomboCategory.ShowSpecialStateNot = false;
     this.enumcomboCategory.UseShortTitle = false;
     this.enumcomboCategory.DefaultFirst = false;
     this.table1.Add (this.enumcomboCategory);
     global::Gtk.Table.TableChild w2 = ((global::Gtk.Table.TableChild)(this.table1 [this.enumcomboCategory]));
     w2.LeftAttach = ((uint)(1));
     w2.RightAttach = ((uint)(2));
     w2.XOptions = ((global::Gtk.AttachOptions)(4));
     w2.YOptions = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     this.label1 = new global::Gtk.Label ();
     this.label1.Name = "label1";
     this.label1.LabelProp = global::Mono.Unix.Catalog.GetString ("Тип:");
     this.table1.Add (this.label1);
     global::Gtk.Table.TableChild w3 = ((global::Gtk.Table.TableChild)(this.table1 [this.label1]));
     w3.XOptions = ((global::Gtk.AttachOptions)(4));
     w3.YOptions = ((global::Gtk.AttachOptions)(4));
     this.Add (this.table1);
     if ((this.Child != null)) {
         this.Child.ShowAll ();
     }
     this.Hide ();
     this.enumcomboCategory.Changed += new global::System.EventHandler (this.OnEnumcomboCategoryChanged);
     this.checkFired.Toggled += new global::System.EventHandler (this.OnCheckFiredToggled);
 }
		protected virtual void Build ()
		{
			global::Stetic.Gui.Initialize (this);
			// Widget goprogtk.SettingsWindow
			this.Name = "goprogtk.SettingsWindow";
			this.Title = global::Mono.Unix.Catalog.GetString ("Inställningar");
			this.WindowPosition = ((global::Gtk.WindowPosition)(4));
			this.BorderWidth = ((uint)(6));
			// Container child goprogtk.SettingsWindow.Gtk.Container+ContainerChild
			this.notebook1 = new global::Gtk.Notebook ();
			this.notebook1.CanFocus = true;
			this.notebook1.Name = "notebook1";
			this.notebook1.CurrentPage = 0;
			// Container child notebook1.Gtk.Notebook+NotebookChild
			this.table1 = new global::Gtk.Table (((uint)(6)), ((uint)(2)), false);
			this.table1.Name = "table1";
			this.table1.RowSpacing = ((uint)(6));
			this.table1.ColumnSpacing = ((uint)(6));
			this.notebook1.Add (this.table1);
			// Notebook tab
			this.label2 = new global::Gtk.Label ();
			this.label2.Name = "label2";
			this.label2.LabelProp = global::Mono.Unix.Catalog.GetString ("Stillbilder");
			this.notebook1.SetTabLabel (this.table1, this.label2);
			this.label2.ShowAll ();
			// Notebook tab
			global::Gtk.Label w2 = new global::Gtk.Label ();
			w2.Visible = true;
			this.notebook1.Add (w2);
			this.label3 = new global::Gtk.Label ();
			this.label3.Name = "label3";
			this.label3.LabelProp = global::Mono.Unix.Catalog.GetString ("Video");
			this.notebook1.SetTabLabel (w2, this.label3);
			this.label3.ShowAll ();
			// Notebook tab
			global::Gtk.Label w3 = new global::Gtk.Label ();
			w3.Visible = true;
			this.notebook1.Add (w3);
			this.label4 = new global::Gtk.Label ();
			this.label4.Name = "label4";
			this.label4.LabelProp = global::Mono.Unix.Catalog.GetString ("Annat");
			this.notebook1.SetTabLabel (w3, this.label4);
			this.label4.ShowAll ();
			this.Add (this.notebook1);
			if ((this.Child != null)) {
				this.Child.ShowAll ();
			}
			this.DefaultWidth = 400;
			this.DefaultHeight = 300;
			this.Show ();
		}
 protected virtual void Build()
 {
     global::Stetic.Gui.Initialize (this);
     // Widget BangSharp.Client.ImageSelectorWidget
     global::Stetic.BinContainer.Attach (this);
     this.Name = "BangSharp.Client.ImageSelectorWidget";
     // Container child BangSharp.Client.ImageSelectorWidget.Gtk.Container+ContainerChild
     this.table1 = new global::Gtk.Table (((uint)(2)), ((uint)(2)), false);
     this.table1.Name = "table1";
     this.table1.RowSpacing = ((uint)(6));
     this.table1.ColumnSpacing = ((uint)(6));
     // Container child table1.Gtk.Table+TableChild
     this.chooser = new global::Gtk.FileChooserButton (global::Mono.Unix.Catalog.GetString ("Select an avatar image"), ((global::Gtk.FileChooserAction)(0)));
     this.chooser.Name = "chooser";
     this.table1.Add (this.chooser);
     global::Gtk.Table.TableChild w1 = ((global::Gtk.Table.TableChild)(this.table1 [this.chooser]));
     w1.TopAttach = ((uint)(1));
     w1.BottomAttach = ((uint)(2));
     w1.YOptions = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     this.clearButton = new global::Gtk.Button ();
     this.clearButton.CanFocus = true;
     this.clearButton.Name = "clearButton";
     this.clearButton.UseStock = true;
     this.clearButton.UseUnderline = true;
     this.clearButton.Label = "gtk-clear";
     this.table1.Add (this.clearButton);
     global::Gtk.Table.TableChild w2 = ((global::Gtk.Table.TableChild)(this.table1 [this.clearButton]));
     w2.TopAttach = ((uint)(1));
     w2.BottomAttach = ((uint)(2));
     w2.LeftAttach = ((uint)(1));
     w2.RightAttach = ((uint)(2));
     w2.XOptions = ((global::Gtk.AttachOptions)(4));
     w2.YOptions = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     this.image = new global::Gtk.Image ();
     this.image.Name = "image";
     this.table1.Add (this.image);
     global::Gtk.Table.TableChild w3 = ((global::Gtk.Table.TableChild)(this.table1 [this.image]));
     w3.RightAttach = ((uint)(2));
     w3.XOptions = ((global::Gtk.AttachOptions)(0));
     w3.YOptions = ((global::Gtk.AttachOptions)(0));
     this.Add (this.table1);
     if ((this.Child != null)) {
         this.Child.ShowAll ();
     }
     this.Hide ();
     this.clearButton.Clicked += new global::System.EventHandler (this.OnClearButtonClicked);
     this.chooser.SelectionChanged += new global::System.EventHandler (this.OnChooserSelectionChanged);
 }
Beispiel #30
0
 protected virtual void Build()
 {
     global::Stetic.Gui.Initialize (this);
     // Widget MainWindow
     this.Name = "MainWindow";
     this.Title = global::Mono.Unix.Catalog.GetString ("MainWindow");
     this.WindowPosition = ((global::Gtk.WindowPosition)(4));
     // Container child MainWindow.Gtk.Container+ContainerChild
     this.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.buttonNext = new global::Gtk.Button ();
     this.buttonNext.CanFocus = true;
     this.buttonNext.Name = "buttonNext";
     this.buttonNext.UseUnderline = true;
     this.buttonNext.Label = global::Mono.Unix.Catalog.GetString ("Añadir");
     this.hbox3.Add (this.buttonNext);
     global::Gtk.Box.BoxChild w1 = ((global::Gtk.Box.BoxChild)(this.hbox3 [this.buttonNext]));
     w1.Position = 0;
     w1.Expand = false;
     w1.Fill = false;
     this.vbox2.Add (this.hbox3);
     global::Gtk.Box.BoxChild w2 = ((global::Gtk.Box.BoxChild)(this.vbox2 [this.hbox3]));
     w2.Position = 0;
     w2.Expand = false;
     w2.Fill = false;
     // Container child vbox2.Gtk.Box+BoxChild
     this.table = new global::Gtk.Table (((uint)(3)), ((uint)(4)), false);
     this.table.Name = "table";
     this.table.RowSpacing = ((uint)(6));
     this.table.ColumnSpacing = ((uint)(6));
     this.vbox2.Add (this.table);
     global::Gtk.Box.BoxChild w3 = ((global::Gtk.Box.BoxChild)(this.vbox2 [this.table]));
     w3.Position = 1;
     this.Add (this.vbox2);
     if ((this.Child != null)) {
         this.Child.ShowAll ();
     }
     this.DefaultWidth = 485;
     this.DefaultHeight = 412;
     this.Show ();
     this.DeleteEvent += new global::Gtk.DeleteEventHandler (this.OnDeleteEvent);
     this.buttonNext.Clicked += new global::System.EventHandler (this.OnButtonNextClicked);
 }
Beispiel #31
0
 protected virtual void Build()
 {
     global::Stetic.Gui.Initialize(this);
     // Widget MonoDevelop.CSharp.Project.CodeGenerationPanelWidget
     global::Stetic.BinContainer.Attach(this);
     this.Name = "MonoDevelop.CSharp.Project.CodeGenerationPanelWidget";
     // Container child MonoDevelop.CSharp.Project.CodeGenerationPanelWidget.Gtk.Container+ContainerChild
     this.vbox62             = new global::Gtk.VBox();
     this.vbox62.Name        = "vbox62";
     this.vbox62.Spacing     = 12;
     this.vbox62.BorderWidth = ((uint)(6));
     // Container child vbox62.Gtk.Box+BoxChild
     this.label82           = new global::Gtk.Label();
     this.label82.Name      = "label82";
     this.label82.Xalign    = 0F;
     this.label82.LabelProp = global::Mono.Unix.Catalog.GetString("<b>General Options</b>");
     this.label82.UseMarkup = true;
     this.vbox62.Add(this.label82);
     global::Gtk.Box.BoxChild w1 = ((global::Gtk.Box.BoxChild)(this.vbox62 [this.label82]));
     w1.Position = 0;
     w1.Expand   = false;
     w1.Fill     = false;
     // Container child vbox62.Gtk.Box+BoxChild
     this.hbox56      = new global::Gtk.HBox();
     this.hbox56.Name = "hbox56";
     // Container child hbox56.Gtk.Box+BoxChild
     this.label81 = new global::Gtk.Label();
     this.label81.WidthRequest = 18;
     this.label81.Name         = "label81";
     this.hbox56.Add(this.label81);
     global::Gtk.Box.BoxChild w2 = ((global::Gtk.Box.BoxChild)(this.hbox56 [this.label81]));
     w2.Position = 0;
     w2.Expand   = false;
     w2.Fill     = false;
     // Container child hbox56.Gtk.Box+BoxChild
     this.vbox65         = new global::Gtk.VBox();
     this.vbox65.Name    = "vbox65";
     this.vbox65.Spacing = 6;
     // Container child vbox65.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.enableOptimizationCheckButton               = new global::Gtk.CheckButton();
     this.enableOptimizationCheckButton.CanFocus      = true;
     this.enableOptimizationCheckButton.Name          = "enableOptimizationCheckButton";
     this.enableOptimizationCheckButton.Label         = global::Mono.Unix.Catalog.GetString("Enable _optimizations");
     this.enableOptimizationCheckButton.DrawIndicator = true;
     this.enableOptimizationCheckButton.UseUnderline  = true;
     this.table1.Add(this.enableOptimizationCheckButton);
     global::Gtk.Table.TableChild w3 = ((global::Gtk.Table.TableChild)(this.table1 [this.enableOptimizationCheckButton]));
     w3.TopAttach    = ((uint)(1));
     w3.BottomAttach = ((uint)(2));
     w3.RightAttach  = ((uint)(2));
     w3.XOptions     = ((global::Gtk.AttachOptions)(4));
     w3.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     this.generateOverflowChecksCheckButton               = new global::Gtk.CheckButton();
     this.generateOverflowChecksCheckButton.CanFocus      = true;
     this.generateOverflowChecksCheckButton.Name          = "generateOverflowChecksCheckButton";
     this.generateOverflowChecksCheckButton.Label         = global::Mono.Unix.Catalog.GetString("_Generate overflow checks");
     this.generateOverflowChecksCheckButton.DrawIndicator = true;
     this.generateOverflowChecksCheckButton.UseUnderline  = true;
     this.table1.Add(this.generateOverflowChecksCheckButton);
     global::Gtk.Table.TableChild w4 = ((global::Gtk.Table.TableChild)(this.table1 [this.generateOverflowChecksCheckButton]));
     w4.RightAttach = ((uint)(2));
     w4.XOptions    = ((global::Gtk.AttachOptions)(4));
     w4.YOptions    = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     this.hbox1         = new global::Gtk.HBox();
     this.hbox1.Name    = "hbox1";
     this.hbox1.Spacing = 6;
     // Container child hbox1.Gtk.Box+BoxChild
     this.comboPlatforms = global::Gtk.ComboBox.NewText();
     this.comboPlatforms.AppendText(global::Mono.Unix.Catalog.GetString("Any CPU"));
     this.comboPlatforms.AppendText(global::Mono.Unix.Catalog.GetString("x86"));
     this.comboPlatforms.AppendText(global::Mono.Unix.Catalog.GetString("x64"));
     this.comboPlatforms.AppendText(global::Mono.Unix.Catalog.GetString("Itanium"));
     this.comboPlatforms.Name   = "comboPlatforms";
     this.comboPlatforms.Active = 0;
     this.hbox1.Add(this.comboPlatforms);
     global::Gtk.Box.BoxChild w5 = ((global::Gtk.Box.BoxChild)(this.hbox1 [this.comboPlatforms]));
     w5.Position = 0;
     w5.Expand   = false;
     w5.Fill     = false;
     this.table1.Add(this.hbox1);
     global::Gtk.Table.TableChild w6 = ((global::Gtk.Table.TableChild)(this.table1 [this.hbox1]));
     w6.TopAttach    = ((uint)(5));
     w6.BottomAttach = ((uint)(6));
     w6.LeftAttach   = ((uint)(1));
     w6.RightAttach  = ((uint)(2));
     w6.XOptions     = ((global::Gtk.AttachOptions)(4));
     w6.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     this.hbox2         = new global::Gtk.HBox();
     this.hbox2.Name    = "hbox2";
     this.hbox2.Spacing = 6;
     // Container child hbox2.Gtk.Box+BoxChild
     this.comboDebug = global::Gtk.ComboBox.NewText();
     this.comboDebug.AppendText(global::Mono.Unix.Catalog.GetString("Full"));
     this.comboDebug.AppendText(global::Mono.Unix.Catalog.GetString("Symbols only"));
     this.comboDebug.AppendText(global::Mono.Unix.Catalog.GetString("Portable"));
     this.comboDebug.AppendText(global::Mono.Unix.Catalog.GetString("Embedded"));
     this.comboDebug.AppendText(global::Mono.Unix.Catalog.GetString("None"));
     this.comboDebug.Name   = "comboDebug";
     this.comboDebug.Active = 0;
     this.hbox2.Add(this.comboDebug);
     global::Gtk.Box.BoxChild w7 = ((global::Gtk.Box.BoxChild)(this.hbox2 [this.comboDebug]));
     w7.Position = 0;
     w7.Expand   = false;
     w7.Fill     = false;
     this.table1.Add(this.hbox2);
     global::Gtk.Table.TableChild w8 = ((global::Gtk.Table.TableChild)(this.table1 [this.hbox2]));
     w8.TopAttach    = ((uint)(3));
     w8.BottomAttach = ((uint)(4));
     w8.LeftAttach   = ((uint)(1));
     w8.RightAttach  = ((uint)(2));
     w8.XOptions     = ((global::Gtk.AttachOptions)(4));
     w8.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     this.hbox4         = new global::Gtk.HBox();
     this.hbox4.Name    = "hbox4";
     this.hbox4.Spacing = 6;
     // Container child hbox4.Gtk.Box+BoxChild
     this.generateXmlOutputCheckButton               = new global::Gtk.CheckButton();
     this.generateXmlOutputCheckButton.CanFocus      = true;
     this.generateXmlOutputCheckButton.Name          = "generateXmlOutputCheckButton";
     this.generateXmlOutputCheckButton.Label         = global::Mono.Unix.Catalog.GetString("Generate _xml documentation:");
     this.generateXmlOutputCheckButton.DrawIndicator = true;
     this.generateXmlOutputCheckButton.UseUnderline  = true;
     this.hbox4.Add(this.generateXmlOutputCheckButton);
     global::Gtk.Box.BoxChild w9 = ((global::Gtk.Box.BoxChild)(this.hbox4 [this.generateXmlOutputCheckButton]));
     w9.Position = 0;
     w9.Expand   = false;
     w9.Fill     = false;
     // Container child hbox4.Gtk.Box+BoxChild
     this.xmlDocsEntry      = new global::MonoDevelop.Components.FileEntry();
     this.xmlDocsEntry.Name = "xmlDocsEntry";
     this.xmlDocsEntry.DisplayAsRelativePath = false;
     this.hbox4.Add(this.xmlDocsEntry);
     global::Gtk.Box.BoxChild w10 = ((global::Gtk.Box.BoxChild)(this.hbox4 [this.xmlDocsEntry]));
     w10.Position = 1;
     this.table1.Add(this.hbox4);
     global::Gtk.Table.TableChild w11 = ((global::Gtk.Table.TableChild)(this.table1 [this.hbox4]));
     w11.TopAttach    = ((uint)(2));
     w11.BottomAttach = ((uint)(3));
     w11.RightAttach  = ((uint)(2));
     w11.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("Platform target:");
     this.table1.Add(this.label1);
     global::Gtk.Table.TableChild w12 = ((global::Gtk.Table.TableChild)(this.table1 [this.label1]));
     w12.TopAttach    = ((uint)(5));
     w12.BottomAttach = ((uint)(6));
     w12.XOptions     = ((global::Gtk.AttachOptions)(4));
     w12.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("Debug information:");
     this.table1.Add(this.label2);
     global::Gtk.Table.TableChild w13 = ((global::Gtk.Table.TableChild)(this.table1 [this.label2]));
     w13.TopAttach    = ((uint)(3));
     w13.BottomAttach = ((uint)(4));
     w13.XOptions     = ((global::Gtk.AttachOptions)(4));
     w13.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     this.label87              = new global::Gtk.Label();
     this.label87.Name         = "label87";
     this.label87.Xalign       = 0F;
     this.label87.LabelProp    = global::Mono.Unix.Catalog.GetString("Define S_ymbols:");
     this.label87.UseUnderline = true;
     this.table1.Add(this.label87);
     global::Gtk.Table.TableChild w14 = ((global::Gtk.Table.TableChild)(this.table1 [this.label87]));
     w14.TopAttach    = ((uint)(4));
     w14.BottomAttach = ((uint)(5));
     w14.XOptions     = ((global::Gtk.AttachOptions)(4));
     w14.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     this.symbolsEntry               = new global::Gtk.Entry();
     this.symbolsEntry.CanFocus      = true;
     this.symbolsEntry.Name          = "symbolsEntry";
     this.symbolsEntry.IsEditable    = true;
     this.symbolsEntry.InvisibleChar = '●';
     this.table1.Add(this.symbolsEntry);
     global::Gtk.Table.TableChild w15 = ((global::Gtk.Table.TableChild)(this.table1 [this.symbolsEntry]));
     w15.TopAttach    = ((uint)(4));
     w15.BottomAttach = ((uint)(5));
     w15.LeftAttach   = ((uint)(1));
     w15.RightAttach  = ((uint)(2));
     w15.YOptions     = ((global::Gtk.AttachOptions)(4));
     this.vbox65.Add(this.table1);
     global::Gtk.Box.BoxChild w16 = ((global::Gtk.Box.BoxChild)(this.vbox65 [this.table1]));
     w16.Position = 0;
     w16.Expand   = false;
     w16.Fill     = false;
     this.hbox56.Add(this.vbox65);
     global::Gtk.Box.BoxChild w17 = ((global::Gtk.Box.BoxChild)(this.hbox56 [this.vbox65]));
     w17.Position = 1;
     this.vbox62.Add(this.hbox56);
     global::Gtk.Box.BoxChild w18 = ((global::Gtk.Box.BoxChild)(this.vbox62 [this.hbox56]));
     w18.Position = 1;
     w18.Expand   = false;
     w18.Fill     = false;
     // Container child vbox62.Gtk.Box+BoxChild
     this.label93              = new global::Gtk.Label();
     this.label93.Name         = "label93";
     this.label93.Xalign       = 0F;
     this.label93.LabelProp    = global::Mono.Unix.Catalog.GetString("<b>Warnings</b>");
     this.label93.UseMarkup    = true;
     this.label93.UseUnderline = true;
     this.vbox62.Add(this.label93);
     global::Gtk.Box.BoxChild w19 = ((global::Gtk.Box.BoxChild)(this.vbox62 [this.label93]));
     w19.Position = 2;
     w19.Expand   = false;
     w19.Fill     = false;
     // Container child vbox62.Gtk.Box+BoxChild
     this.hbox48      = new global::Gtk.HBox();
     this.hbox48.Name = "hbox48";
     // Container child hbox48.Gtk.Box+BoxChild
     this.label73 = new global::Gtk.Label();
     this.label73.WidthRequest = 18;
     this.label73.Name         = "label73";
     this.hbox48.Add(this.label73);
     global::Gtk.Box.BoxChild w20 = ((global::Gtk.Box.BoxChild)(this.hbox48 [this.label73]));
     w20.Position = 0;
     w20.Expand   = false;
     w20.Fill     = false;
     // Container child hbox48.Gtk.Box+BoxChild
     this.vbox67         = new global::Gtk.VBox();
     this.vbox67.Name    = "vbox67";
     this.vbox67.Spacing = 6;
     // Container child vbox67.Gtk.Box+BoxChild
     this.hbox60         = new global::Gtk.HBox();
     this.hbox60.Name    = "hbox60";
     this.hbox60.Spacing = 6;
     // Container child hbox60.Gtk.Box+BoxChild
     this.label85              = new global::Gtk.Label();
     this.label85.Name         = "label85";
     this.label85.LabelProp    = global::Mono.Unix.Catalog.GetString("_Warning Level:");
     this.label85.UseUnderline = true;
     this.hbox60.Add(this.label85);
     global::Gtk.Box.BoxChild w21 = ((global::Gtk.Box.BoxChild)(this.hbox60 [this.label85]));
     w21.Position = 0;
     w21.Expand   = false;
     w21.Fill     = false;
     // Container child hbox60.Gtk.Box+BoxChild
     this.warningLevelSpinButton          = new global::Gtk.SpinButton(0, 4, 1);
     this.warningLevelSpinButton.CanFocus = true;
     this.warningLevelSpinButton.Name     = "warningLevelSpinButton";
     this.warningLevelSpinButton.Adjustment.PageIncrement = 1;
     this.warningLevelSpinButton.ClimbRate = 1;
     this.warningLevelSpinButton.Numeric   = true;
     this.warningLevelSpinButton.Value     = 2;
     this.hbox60.Add(this.warningLevelSpinButton);
     global::Gtk.Box.BoxChild w22 = ((global::Gtk.Box.BoxChild)(this.hbox60 [this.warningLevelSpinButton]));
     w22.Position = 1;
     w22.Expand   = false;
     w22.Fill     = false;
     this.vbox67.Add(this.hbox60);
     global::Gtk.Box.BoxChild w23 = ((global::Gtk.Box.BoxChild)(this.vbox67 [this.hbox60]));
     w23.Position = 0;
     w23.Expand   = false;
     w23.Fill     = false;
     // Container child vbox67.Gtk.Box+BoxChild
     this.hbox3         = new global::Gtk.HBox();
     this.hbox3.Name    = "hbox3";
     this.hbox3.Spacing = 6;
     // Container child hbox3.Gtk.Box+BoxChild
     this.label86              = new global::Gtk.Label();
     this.label86.Name         = "label86";
     this.label86.LabelProp    = global::Mono.Unix.Catalog.GetString("_Ignore warnings:");
     this.label86.UseUnderline = true;
     this.hbox3.Add(this.label86);
     global::Gtk.Box.BoxChild w24 = ((global::Gtk.Box.BoxChild)(this.hbox3 [this.label86]));
     w24.Position = 0;
     w24.Expand   = false;
     w24.Fill     = false;
     // Container child hbox3.Gtk.Box+BoxChild
     this.ignoreWarningsEntry               = new global::Gtk.Entry();
     this.ignoreWarningsEntry.CanFocus      = true;
     this.ignoreWarningsEntry.Name          = "ignoreWarningsEntry";
     this.ignoreWarningsEntry.IsEditable    = true;
     this.ignoreWarningsEntry.InvisibleChar = '●';
     this.hbox3.Add(this.ignoreWarningsEntry);
     global::Gtk.Box.BoxChild w25 = ((global::Gtk.Box.BoxChild)(this.hbox3 [this.ignoreWarningsEntry]));
     w25.Position = 1;
     this.vbox67.Add(this.hbox3);
     global::Gtk.Box.BoxChild w26 = ((global::Gtk.Box.BoxChild)(this.vbox67 [this.hbox3]));
     w26.Position = 1;
     w26.Expand   = false;
     w26.Fill     = false;
     // Container child vbox67.Gtk.Box+BoxChild
     this.warningsAsErrorsCheckButton               = new global::Gtk.CheckButton();
     this.warningsAsErrorsCheckButton.CanFocus      = true;
     this.warningsAsErrorsCheckButton.Name          = "warningsAsErrorsCheckButton";
     this.warningsAsErrorsCheckButton.Label         = global::Mono.Unix.Catalog.GetString("Treat warnings as _errors");
     this.warningsAsErrorsCheckButton.DrawIndicator = true;
     this.warningsAsErrorsCheckButton.UseUnderline  = true;
     this.vbox67.Add(this.warningsAsErrorsCheckButton);
     global::Gtk.Box.BoxChild w27 = ((global::Gtk.Box.BoxChild)(this.vbox67 [this.warningsAsErrorsCheckButton]));
     w27.Position = 2;
     w27.Expand   = false;
     w27.Fill     = false;
     this.hbox48.Add(this.vbox67);
     global::Gtk.Box.BoxChild w28 = ((global::Gtk.Box.BoxChild)(this.hbox48 [this.vbox67]));
     w28.Position = 1;
     this.vbox62.Add(this.hbox48);
     global::Gtk.Box.BoxChild w29 = ((global::Gtk.Box.BoxChild)(this.vbox62 [this.hbox48]));
     w29.Position = 3;
     w29.Expand   = false;
     w29.Fill     = false;
     // Container child vbox62.Gtk.Box+BoxChild
     this.hbox5         = new global::Gtk.HBox();
     this.hbox5.Name    = "hbox5";
     this.hbox5.Spacing = 6;
     // Container child hbox5.Gtk.Box+BoxChild
     this.label74 = new global::Gtk.Label();
     this.label74.WidthRequest = 18;
     this.label74.Name         = "label74";
     this.hbox5.Add(this.label74);
     global::Gtk.Box.BoxChild w30 = ((global::Gtk.Box.BoxChild)(this.hbox5 [this.label74]));
     w30.Position = 0;
     w30.Expand   = false;
     w30.Fill     = false;
     this.vbox62.Add(this.hbox5);
     global::Gtk.Box.BoxChild w31 = ((global::Gtk.Box.BoxChild)(this.vbox62 [this.hbox5]));
     w31.Position = 4;
     w31.Expand   = false;
     w31.Fill     = false;
     this.Add(this.vbox62);
     if ((this.Child != null))
     {
         this.Child.ShowAll();
     }
     this.label87.MnemonicWidget = this.symbolsEntry;
     this.label85.MnemonicWidget = this.warningLevelSpinButton;
     this.label86.MnemonicWidget = this.warningLevelSpinButton;
     this.Show();
 }
 protected virtual void Build()
 {
     global::Stetic.Gui.Initialize(this);
     // Widget BuildingFormulas.CylinderVolume
     this.WidthRequest   = 800;
     this.HeightRequest  = 600;
     this.Name           = "BuildingFormulas.CylinderVolume";
     this.Title          = global::Mono.Unix.Catalog.GetString("Find Cubic Area Of A Cylinder");
     this.WindowPosition = ((global::Gtk.WindowPosition)(3));
     this.BorderWidth    = ((uint)(8));
     this.Resizable      = false;
     this.AllowGrow      = false;
     this.DefaultWidth   = 800;
     this.DefaultHeight  = 600;
     // Container child BuildingFormulas.CylinderVolume.Gtk.Container+ContainerChild
     this.dialog1_VBox             = new global::Gtk.VBox();
     this.dialog1_VBox.Name        = "dialog1_VBox";
     this.dialog1_VBox.BorderWidth = ((uint)(6));
     // Container child dialog1_VBox.Gtk.Box+BoxChild
     this.hbox1         = new global::Gtk.HBox();
     this.hbox1.Name    = "hbox1";
     this.hbox1.Spacing = 6;
     // Container child hbox1.Gtk.Box+BoxChild
     this.tblData = new global::Gtk.Table(((uint)(3)), ((uint)(4)), false);
     this.tblData.WidthRequest  = 670;
     this.tblData.HeightRequest = 186;
     this.tblData.Name          = "tblData";
     this.tblData.RowSpacing    = ((uint)(15));
     this.tblData.ColumnSpacing = ((uint)(10));
     this.tblData.BorderWidth   = ((uint)(8));
     // Container child tblData.Gtk.Table+TableChild
     this.lblDiameter = new global::Gtk.Label();
     this.lblDiameter.WidthRequest  = 142;
     this.lblDiameter.HeightRequest = 30;
     this.lblDiameter.Name          = "lblDiameter";
     this.lblDiameter.LabelProp     = global::Mono.Unix.Catalog.GetString("Enter diameter:");
     this.tblData.Add(this.lblDiameter);
     global::Gtk.Table.TableChild w1 = ((global::Gtk.Table.TableChild)(this.tblData [this.lblDiameter]));
     w1.TopAttach    = ((uint)(1));
     w1.BottomAttach = ((uint)(2));
     w1.XOptions     = ((global::Gtk.AttachOptions)(4));
     w1.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child tblData.Gtk.Table+TableChild
     this.lblEmpty = new global::Gtk.Label();
     this.lblEmpty.WidthRequest  = 142;
     this.lblEmpty.HeightRequest = 24;
     this.lblEmpty.Name          = "lblEmpty";
     this.lblEmpty.Justify       = ((global::Gtk.Justification)(2));
     this.tblData.Add(this.lblEmpty);
     global::Gtk.Table.TableChild w2 = ((global::Gtk.Table.TableChild)(this.tblData [this.lblEmpty]));
     w2.XOptions = ((global::Gtk.AttachOptions)(4));
     w2.YOptions = ((global::Gtk.AttachOptions)(4));
     // Container child tblData.Gtk.Table+TableChild
     this.lblFeet = new global::Gtk.Label();
     this.lblFeet.WidthRequest  = 132;
     this.lblFeet.HeightRequest = 24;
     this.lblFeet.Name          = "lblFeet";
     this.lblFeet.LabelProp     = global::Mono.Unix.Catalog.GetString("Feet");
     this.lblFeet.Justify       = ((global::Gtk.Justification)(2));
     this.tblData.Add(this.lblFeet);
     global::Gtk.Table.TableChild w3 = ((global::Gtk.Table.TableChild)(this.tblData [this.lblFeet]));
     w3.LeftAttach  = ((uint)(2));
     w3.RightAttach = ((uint)(3));
     w3.XOptions    = ((global::Gtk.AttachOptions)(4));
     w3.YOptions    = ((global::Gtk.AttachOptions)(4));
     // Container child tblData.Gtk.Table+TableChild
     this.lblHeight = new global::Gtk.Label();
     this.lblHeight.WidthRequest  = 142;
     this.lblHeight.HeightRequest = 30;
     this.lblHeight.Name          = "lblHeight";
     this.lblHeight.LabelProp     = global::Mono.Unix.Catalog.GetString("Enter height:");
     this.tblData.Add(this.lblHeight);
     global::Gtk.Table.TableChild w4 = ((global::Gtk.Table.TableChild)(this.tblData [this.lblHeight]));
     w4.TopAttach    = ((uint)(2));
     w4.BottomAttach = ((uint)(3));
     w4.XOptions     = ((global::Gtk.AttachOptions)(4));
     w4.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child tblData.Gtk.Table+TableChild
     this.lblInches = new global::Gtk.Label();
     this.lblInches.WidthRequest  = 132;
     this.lblInches.HeightRequest = 24;
     this.lblInches.Name          = "lblInches";
     this.lblInches.LabelProp     = global::Mono.Unix.Catalog.GetString("Inches");
     this.lblInches.Justify       = ((global::Gtk.Justification)(2));
     this.tblData.Add(this.lblInches);
     global::Gtk.Table.TableChild w5 = ((global::Gtk.Table.TableChild)(this.tblData [this.lblInches]));
     w5.LeftAttach  = ((uint)(3));
     w5.RightAttach = ((uint)(4));
     w5.XOptions    = ((global::Gtk.AttachOptions)(4));
     w5.YOptions    = ((global::Gtk.AttachOptions)(4));
     // Container child tblData.Gtk.Table+TableChild
     this.lblYards = new global::Gtk.Label();
     this.lblYards.WidthRequest  = 132;
     this.lblYards.HeightRequest = 24;
     this.lblYards.Name          = "lblYards";
     this.lblYards.LabelProp     = global::Mono.Unix.Catalog.GetString("Yards");
     this.lblYards.Justify       = ((global::Gtk.Justification)(2));
     this.tblData.Add(this.lblYards);
     global::Gtk.Table.TableChild w6 = ((global::Gtk.Table.TableChild)(this.tblData [this.lblYards]));
     w6.LeftAttach  = ((uint)(1));
     w6.RightAttach = ((uint)(2));
     w6.XOptions    = ((global::Gtk.AttachOptions)(4));
     w6.YOptions    = ((global::Gtk.AttachOptions)(4));
     // Container child tblData.Gtk.Table+TableChild
     this.txtDiameterFeet = new global::Gtk.Entry();
     this.txtDiameterFeet.TooltipMarkup = "Enter integers only no decimals. Can be zero if not used.";
     this.txtDiameterFeet.WidthRequest  = 159;
     this.txtDiameterFeet.HeightRequest = 30;
     this.txtDiameterFeet.CanFocus      = true;
     this.txtDiameterFeet.Name          = "txtDiameterFeet";
     this.txtDiameterFeet.IsEditable    = true;
     this.txtDiameterFeet.MaxLength     = 4;
     this.txtDiameterFeet.InvisibleChar = '•';
     this.tblData.Add(this.txtDiameterFeet);
     global::Gtk.Table.TableChild w7 = ((global::Gtk.Table.TableChild)(this.tblData [this.txtDiameterFeet]));
     w7.TopAttach    = ((uint)(1));
     w7.BottomAttach = ((uint)(2));
     w7.LeftAttach   = ((uint)(2));
     w7.RightAttach  = ((uint)(3));
     w7.XOptions     = ((global::Gtk.AttachOptions)(4));
     w7.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child tblData.Gtk.Table+TableChild
     this.txtDiameterInches = new global::Gtk.Entry();
     this.txtDiameterInches.TooltipMarkup = "Enter integers only no decimals. Can be zero if not used.";
     this.txtDiameterInches.WidthRequest  = 159;
     this.txtDiameterInches.HeightRequest = 30;
     this.txtDiameterInches.CanFocus      = true;
     this.txtDiameterInches.Name          = "txtDiameterInches";
     this.txtDiameterInches.IsEditable    = true;
     this.txtDiameterInches.MaxLength     = 4;
     this.txtDiameterInches.InvisibleChar = '•';
     this.tblData.Add(this.txtDiameterInches);
     global::Gtk.Table.TableChild w8 = ((global::Gtk.Table.TableChild)(this.tblData [this.txtDiameterInches]));
     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 tblData.Gtk.Table+TableChild
     this.txtDiameterYard = new global::Gtk.Entry();
     this.txtDiameterYard.TooltipMarkup = "Enter integers only no decimals. Can be zero if not used.";
     this.txtDiameterYard.WidthRequest  = 159;
     this.txtDiameterYard.HeightRequest = 30;
     this.txtDiameterYard.CanFocus      = true;
     this.txtDiameterYard.Name          = "txtDiameterYard";
     this.txtDiameterYard.IsEditable    = true;
     this.txtDiameterYard.MaxLength     = 4;
     this.txtDiameterYard.InvisibleChar = '•';
     this.tblData.Add(this.txtDiameterYard);
     global::Gtk.Table.TableChild w9 = ((global::Gtk.Table.TableChild)(this.tblData [this.txtDiameterYard]));
     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 tblData.Gtk.Table+TableChild
     this.txtHeightFeet = new global::Gtk.Entry();
     this.txtHeightFeet.TooltipMarkup = "Enter integers only no decimals. Can be zero if not used.";
     this.txtHeightFeet.WidthRequest  = 124;
     this.txtHeightFeet.HeightRequest = 30;
     this.txtHeightFeet.CanFocus      = true;
     this.txtHeightFeet.Name          = "txtHeightFeet";
     this.txtHeightFeet.IsEditable    = true;
     this.txtHeightFeet.MaxLength     = 4;
     this.txtHeightFeet.InvisibleChar = '•';
     this.tblData.Add(this.txtHeightFeet);
     global::Gtk.Table.TableChild w10 = ((global::Gtk.Table.TableChild)(this.tblData [this.txtHeightFeet]));
     w10.TopAttach    = ((uint)(2));
     w10.BottomAttach = ((uint)(3));
     w10.LeftAttach   = ((uint)(2));
     w10.RightAttach  = ((uint)(3));
     w10.XOptions     = ((global::Gtk.AttachOptions)(4));
     w10.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child tblData.Gtk.Table+TableChild
     this.txtHeightInches = new global::Gtk.Entry();
     this.txtHeightInches.TooltipMarkup = "Enter integers only no decimals. Can be zero if not used.";
     this.txtHeightInches.WidthRequest  = 124;
     this.txtHeightInches.HeightRequest = 30;
     this.txtHeightInches.CanFocus      = true;
     this.txtHeightInches.Name          = "txtHeightInches";
     this.txtHeightInches.IsEditable    = true;
     this.txtHeightInches.MaxLength     = 4;
     this.txtHeightInches.InvisibleChar = '•';
     this.tblData.Add(this.txtHeightInches);
     global::Gtk.Table.TableChild w11 = ((global::Gtk.Table.TableChild)(this.tblData [this.txtHeightInches]));
     w11.TopAttach    = ((uint)(2));
     w11.BottomAttach = ((uint)(3));
     w11.LeftAttach   = ((uint)(3));
     w11.RightAttach  = ((uint)(4));
     w11.XOptions     = ((global::Gtk.AttachOptions)(4));
     w11.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child tblData.Gtk.Table+TableChild
     this.txtHeightYard = new global::Gtk.Entry();
     this.txtHeightYard.TooltipMarkup = "Enter integers only no decimals. Can be zero if not used.";
     this.txtHeightYard.WidthRequest  = 124;
     this.txtHeightYard.HeightRequest = 30;
     this.txtHeightYard.CanFocus      = true;
     this.txtHeightYard.Name          = "txtHeightYard";
     this.txtHeightYard.IsEditable    = true;
     this.txtHeightYard.MaxLength     = 4;
     this.txtHeightYard.InvisibleChar = '•';
     this.tblData.Add(this.txtHeightYard);
     global::Gtk.Table.TableChild w12 = ((global::Gtk.Table.TableChild)(this.tblData [this.txtHeightYard]));
     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));
     this.hbox1.Add(this.tblData);
     global::Gtk.Box.BoxChild w13 = ((global::Gtk.Box.BoxChild)(this.hbox1 [this.tblData]));
     w13.Position = 1;
     w13.Expand   = false;
     w13.Fill     = false;
     this.dialog1_VBox.Add(this.hbox1);
     global::Gtk.Box.BoxChild w14 = ((global::Gtk.Box.BoxChild)(this.dialog1_VBox [this.hbox1]));
     w14.Position = 0;
     w14.Expand   = false;
     w14.Fill     = false;
     // Container child dialog1_VBox.Gtk.Box+BoxChild
     this.tblCubicTotals = new global::Gtk.Table(((uint)(4)), ((uint)(2)), true);
     this.tblCubicTotals.WidthRequest  = 524;
     this.tblCubicTotals.HeightRequest = 186;
     this.tblCubicTotals.Name          = "tblCubicTotals";
     this.tblCubicTotals.RowSpacing    = ((uint)(15));
     this.tblCubicTotals.ColumnSpacing = ((uint)(10));
     this.tblCubicTotals.BorderWidth   = ((uint)(8));
     // Container child tblCubicTotals.Gtk.Table+TableChild
     this.lblCubicFeet = new global::Gtk.Label();
     this.lblCubicFeet.WidthRequest  = 348;
     this.lblCubicFeet.HeightRequest = 30;
     this.lblCubicFeet.Name          = "lblCubicFeet";
     this.lblCubicFeet.LabelProp     = global::Mono.Unix.Catalog.GetString("Total Cubic Area in Feet:");
     this.tblCubicTotals.Add(this.lblCubicFeet);
     global::Gtk.Table.TableChild w15 = ((global::Gtk.Table.TableChild)(this.tblCubicTotals [this.lblCubicFeet]));
     w15.TopAttach    = ((uint)(2));
     w15.BottomAttach = ((uint)(3));
     w15.XOptions     = ((global::Gtk.AttachOptions)(4));
     w15.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child tblCubicTotals.Gtk.Table+TableChild
     this.lblCubicInches = new global::Gtk.Label();
     this.lblCubicInches.WidthRequest  = 348;
     this.lblCubicInches.HeightRequest = 30;
     this.lblCubicInches.Name          = "lblCubicInches";
     this.lblCubicInches.LabelProp     = global::Mono.Unix.Catalog.GetString("Total Cubic Area in Inches:");
     this.tblCubicTotals.Add(this.lblCubicInches);
     global::Gtk.Table.TableChild w16 = ((global::Gtk.Table.TableChild)(this.tblCubicTotals [this.lblCubicInches]));
     w16.TopAttach    = ((uint)(3));
     w16.BottomAttach = ((uint)(4));
     w16.XOptions     = ((global::Gtk.AttachOptions)(4));
     w16.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child tblCubicTotals.Gtk.Table+TableChild
     this.lblCubicYards = new global::Gtk.Label();
     this.lblCubicYards.WidthRequest  = 348;
     this.lblCubicYards.HeightRequest = 30;
     this.lblCubicYards.Name          = "lblCubicYards";
     this.lblCubicYards.LabelProp     = global::Mono.Unix.Catalog.GetString("Total Cubic Area in Yards:");
     this.tblCubicTotals.Add(this.lblCubicYards);
     global::Gtk.Table.TableChild w17 = ((global::Gtk.Table.TableChild)(this.tblCubicTotals [this.lblCubicYards]));
     w17.TopAttach    = ((uint)(1));
     w17.BottomAttach = ((uint)(2));
     w17.XOptions     = ((global::Gtk.AttachOptions)(4));
     w17.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child tblCubicTotals.Gtk.Table+TableChild
     this.lblInfo = new global::Gtk.Label();
     this.lblInfo.WidthRequest  = 124;
     this.lblInfo.HeightRequest = 30;
     this.lblInfo.Name          = "lblInfo";
     this.lblInfo.LabelProp     = global::Mono.Unix.Catalog.GetString("label1");
     this.tblCubicTotals.Add(this.lblInfo);
     global::Gtk.Table.TableChild w18 = ((global::Gtk.Table.TableChild)(this.tblCubicTotals [this.lblInfo]));
     w18.LeftAttach  = ((uint)(1));
     w18.RightAttach = ((uint)(2));
     w18.XOptions    = ((global::Gtk.AttachOptions)(4));
     w18.YOptions    = ((global::Gtk.AttachOptions)(4));
     // Container child tblCubicTotals.Gtk.Table+TableChild
     this.txtCubicFeet = new global::Gtk.Entry();
     this.txtCubicFeet.TooltipMarkup = "Total cubic area for shape in feet.";
     this.txtCubicFeet.WidthRequest  = 348;
     this.txtCubicFeet.HeightRequest = 30;
     this.txtCubicFeet.CanFocus      = true;
     this.txtCubicFeet.Name          = "txtCubicFeet";
     this.txtCubicFeet.IsEditable    = false;
     this.txtCubicFeet.InvisibleChar = '•';
     this.tblCubicTotals.Add(this.txtCubicFeet);
     global::Gtk.Table.TableChild w19 = ((global::Gtk.Table.TableChild)(this.tblCubicTotals [this.txtCubicFeet]));
     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 tblCubicTotals.Gtk.Table+TableChild
     this.txtCubicInches = new global::Gtk.Entry();
     this.txtCubicInches.TooltipMarkup = "Total cubic area for shape in inches.";
     this.txtCubicInches.WidthRequest  = 348;
     this.txtCubicInches.HeightRequest = 30;
     this.txtCubicInches.CanFocus      = true;
     this.txtCubicInches.Name          = "txtCubicInches";
     this.txtCubicInches.IsEditable    = false;
     this.txtCubicInches.InvisibleChar = '•';
     this.tblCubicTotals.Add(this.txtCubicInches);
     global::Gtk.Table.TableChild w20 = ((global::Gtk.Table.TableChild)(this.tblCubicTotals [this.txtCubicInches]));
     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 tblCubicTotals.Gtk.Table+TableChild
     this.txtCubicYards = new global::Gtk.Entry();
     this.txtCubicYards.TooltipMarkup = "Total cubic area for shape in yards.";
     this.txtCubicYards.WidthRequest  = 348;
     this.txtCubicYards.HeightRequest = 30;
     this.txtCubicYards.CanFocus      = true;
     this.txtCubicYards.Name          = "txtCubicYards";
     this.txtCubicYards.IsEditable    = false;
     this.txtCubicYards.InvisibleChar = '•';
     this.tblCubicTotals.Add(this.txtCubicYards);
     global::Gtk.Table.TableChild w21 = ((global::Gtk.Table.TableChild)(this.tblCubicTotals [this.txtCubicYards]));
     w21.TopAttach    = ((uint)(1));
     w21.BottomAttach = ((uint)(2));
     w21.LeftAttach   = ((uint)(1));
     w21.RightAttach  = ((uint)(2));
     w21.XOptions     = ((global::Gtk.AttachOptions)(4));
     w21.YOptions     = ((global::Gtk.AttachOptions)(4));
     this.dialog1_VBox.Add(this.tblCubicTotals);
     global::Gtk.Box.BoxChild w22 = ((global::Gtk.Box.BoxChild)(this.dialog1_VBox [this.tblCubicTotals]));
     w22.Position = 1;
     w22.Expand   = false;
     // Container child dialog1_VBox.Gtk.Box+BoxChild
     this.hbox7         = new global::Gtk.HBox();
     this.hbox7.Name    = "hbox7";
     this.hbox7.Spacing = 6;
     // Container child hbox7.Gtk.Box+BoxChild
     this.hbox8             = new global::Gtk.HBox();
     this.hbox8.Name        = "hbox8";
     this.hbox8.Spacing     = 6;
     this.hbox8.BorderWidth = ((uint)(8));
     // Container child hbox8.Gtk.Box+BoxChild
     this.alignment5      = new global::Gtk.Alignment(0.5F, 0.5F, 1F, 1F);
     this.alignment5.Name = "alignment5";
     this.hbox8.Add(this.alignment5);
     global::Gtk.Box.BoxChild w23 = ((global::Gtk.Box.BoxChild)(this.hbox8 [this.alignment5]));
     w23.Position = 0;
     // Container child hbox8.Gtk.Box+BoxChild
     this.vbtnLeft = new global::Gtk.VButtonBox();
     this.vbtnLeft.WidthRequest  = 142;
     this.vbtnLeft.HeightRequest = 142;
     this.vbtnLeft.Name          = "vbtnLeft";
     this.vbtnLeft.BorderWidth   = ((uint)(4));
     this.vbtnLeft.LayoutStyle   = ((global::Gtk.ButtonBoxStyle)(1));
     // Container child vbtnLeft.Gtk.ButtonBox+ButtonBoxChild
     this.btnNew = new global::Gtk.Button();
     this.btnNew.TooltipMarkup = "Reset all boxes to zero.";
     this.btnNew.WidthRequest  = 118;
     this.btnNew.HeightRequest = 40;
     this.btnNew.CanFocus      = true;
     this.btnNew.Name          = "btnNew";
     this.btnNew.UseUnderline  = true;
     this.btnNew.BorderWidth   = ((uint)(4));
     this.btnNew.Label         = global::Mono.Unix.Catalog.GetString("New Cylinder");
     this.vbtnLeft.Add(this.btnNew);
     global::Gtk.ButtonBox.ButtonBoxChild w24 = ((global::Gtk.ButtonBox.ButtonBoxChild)(this.vbtnLeft [this.btnNew]));
     w24.Expand = false;
     w24.Fill   = false;
     // Container child vbtnLeft.Gtk.ButtonBox+ButtonBoxChild
     this.btnStandard = new global::Gtk.Button();
     this.btnStandard.TooltipMarkup = "Use standard messaurement units.";
     this.btnStandard.WidthRequest  = 118;
     this.btnStandard.HeightRequest = 40;
     this.btnStandard.CanFocus      = true;
     this.btnStandard.Name          = "btnStandard";
     this.btnStandard.UseUnderline  = true;
     this.btnStandard.BorderWidth   = ((uint)(4));
     this.btnStandard.Label         = global::Mono.Unix.Catalog.GetString("Standard");
     this.vbtnLeft.Add(this.btnStandard);
     global::Gtk.ButtonBox.ButtonBoxChild w25 = ((global::Gtk.ButtonBox.ButtonBoxChild)(this.vbtnLeft [this.btnStandard]));
     w25.Position = 1;
     w25.Expand   = false;
     w25.Fill     = false;
     // Container child vbtnLeft.Gtk.ButtonBox+ButtonBoxChild
     this.btnMetric = new global::Gtk.Button();
     this.btnMetric.TooltipMarkup = "Use metric messaurement units.";
     this.btnMetric.WidthRequest  = 118;
     this.btnMetric.HeightRequest = 40;
     this.btnMetric.CanFocus      = true;
     this.btnMetric.Name          = "btnMetric";
     this.btnMetric.UseUnderline  = true;
     this.btnMetric.BorderWidth   = ((uint)(4));
     this.btnMetric.Label         = global::Mono.Unix.Catalog.GetString("Metric");
     this.vbtnLeft.Add(this.btnMetric);
     global::Gtk.ButtonBox.ButtonBoxChild w26 = ((global::Gtk.ButtonBox.ButtonBoxChild)(this.vbtnLeft [this.btnMetric]));
     w26.Position = 2;
     w26.Expand   = false;
     w26.Fill     = false;
     this.hbox8.Add(this.vbtnLeft);
     global::Gtk.Box.BoxChild w27 = ((global::Gtk.Box.BoxChild)(this.hbox8 [this.vbtnLeft]));
     w27.Position = 1;
     w27.Expand   = false;
     w27.Fill     = false;
     // Container child hbox8.Gtk.Box+BoxChild
     this.alignment6      = new global::Gtk.Alignment(0.5F, 0.5F, 1F, 1F);
     this.alignment6.Name = "alignment6";
     this.hbox8.Add(this.alignment6);
     global::Gtk.Box.BoxChild w28 = ((global::Gtk.Box.BoxChild)(this.hbox8 [this.alignment6]));
     w28.Position = 2;
     this.hbox7.Add(this.hbox8);
     global::Gtk.Box.BoxChild w29 = ((global::Gtk.Box.BoxChild)(this.hbox7 [this.hbox8]));
     w29.Position = 0;
     // Container child hbox7.Gtk.Box+BoxChild
     this.hbox9         = new global::Gtk.HBox();
     this.hbox9.Name    = "hbox9";
     this.hbox9.Spacing = 6;
     // Container child hbox9.Gtk.Box+BoxChild
     this.alignment7      = new global::Gtk.Alignment(0.5F, 0.5F, 1F, 1F);
     this.alignment7.Name = "alignment7";
     this.hbox9.Add(this.alignment7);
     global::Gtk.Box.BoxChild w30 = ((global::Gtk.Box.BoxChild)(this.hbox9 [this.alignment7]));
     w30.Position = 0;
     // Container child hbox9.Gtk.Box+BoxChild
     this.vbtnCenter = new global::Gtk.VButtonBox();
     this.vbtnCenter.WidthRequest  = 142;
     this.vbtnCenter.HeightRequest = 142;
     this.vbtnCenter.Name          = "vbtnCenter";
     this.vbtnCenter.BorderWidth   = ((uint)(8));
     this.vbtnCenter.LayoutStyle   = ((global::Gtk.ButtonBoxStyle)(1));
     // Container child vbtnCenter.Gtk.ButtonBox+ButtonBoxChild
     this.btnSolve = new global::Gtk.Button();
     this.btnSolve.TooltipMarkup = "Get square or rectangle cubic area.";
     this.btnSolve.WidthRequest  = 118;
     this.btnSolve.HeightRequest = 40;
     this.btnSolve.CanFocus      = true;
     this.btnSolve.Name          = "btnSolve";
     this.btnSolve.UseUnderline  = true;
     this.btnSolve.BorderWidth   = ((uint)(4));
     this.btnSolve.Label         = global::Mono.Unix.Catalog.GetString("Solve");
     this.vbtnCenter.Add(this.btnSolve);
     global::Gtk.ButtonBox.ButtonBoxChild w31 = ((global::Gtk.ButtonBox.ButtonBoxChild)(this.vbtnCenter [this.btnSolve]));
     w31.Expand = false;
     w31.Fill   = false;
     // Container child vbtnCenter.Gtk.ButtonBox+ButtonBoxChild
     this.btnStore = new global::Gtk.Button();
     this.btnStore.TooltipMarkup = "Save the cubic area result for this shape.";
     this.btnStore.WidthRequest  = 118;
     this.btnStore.HeightRequest = 40;
     this.btnStore.CanFocus      = true;
     this.btnStore.Name          = "btnStore";
     this.btnStore.UseUnderline  = true;
     this.btnStore.BorderWidth   = ((uint)(4));
     this.btnStore.Label         = global::Mono.Unix.Catalog.GetString("Store Result");
     this.vbtnCenter.Add(this.btnStore);
     global::Gtk.ButtonBox.ButtonBoxChild w32 = ((global::Gtk.ButtonBox.ButtonBoxChild)(this.vbtnCenter [this.btnStore]));
     w32.Position = 1;
     w32.Expand   = false;
     w32.Fill     = false;
     // Container child vbtnCenter.Gtk.ButtonBox+ButtonBoxChild
     this.btnDisplayStore = new global::Gtk.Button();
     this.btnDisplayStore.TooltipMarkup = "Display the cubic area for items stored.";
     this.btnDisplayStore.WidthRequest  = 118;
     this.btnDisplayStore.HeightRequest = 40;
     this.btnDisplayStore.CanFocus      = true;
     this.btnDisplayStore.Name          = "btnDisplayStore";
     this.btnDisplayStore.UseUnderline  = true;
     this.btnDisplayStore.BorderWidth   = ((uint)(4));
     this.btnDisplayStore.Label         = global::Mono.Unix.Catalog.GetString("Display Store");
     this.vbtnCenter.Add(this.btnDisplayStore);
     global::Gtk.ButtonBox.ButtonBoxChild w33 = ((global::Gtk.ButtonBox.ButtonBoxChild)(this.vbtnCenter [this.btnDisplayStore]));
     w33.Position = 2;
     w33.Expand   = false;
     w33.Fill     = false;
     // Container child vbtnCenter.Gtk.ButtonBox+ButtonBoxChild
     this.btnClearStore = new global::Gtk.Button();
     this.btnClearStore.TooltipMarkup = "Clear the items that are currently in store.";
     this.btnClearStore.WidthRequest  = 118;
     this.btnClearStore.HeightRequest = 40;
     this.btnClearStore.CanFocus      = true;
     this.btnClearStore.Name          = "btnClearStore";
     this.btnClearStore.UseUnderline  = true;
     this.btnClearStore.BorderWidth   = ((uint)(4));
     this.btnClearStore.Label         = global::Mono.Unix.Catalog.GetString("Clear Store");
     this.vbtnCenter.Add(this.btnClearStore);
     global::Gtk.ButtonBox.ButtonBoxChild w34 = ((global::Gtk.ButtonBox.ButtonBoxChild)(this.vbtnCenter [this.btnClearStore]));
     w34.Position = 3;
     w34.Expand   = false;
     w34.Fill     = false;
     this.hbox9.Add(this.vbtnCenter);
     global::Gtk.Box.BoxChild w35 = ((global::Gtk.Box.BoxChild)(this.hbox9 [this.vbtnCenter]));
     w35.Position = 1;
     w35.Expand   = false;
     w35.Fill     = false;
     // Container child hbox9.Gtk.Box+BoxChild
     this.alignment8      = new global::Gtk.Alignment(0.5F, 0.5F, 1F, 1F);
     this.alignment8.Name = "alignment8";
     this.hbox9.Add(this.alignment8);
     global::Gtk.Box.BoxChild w36 = ((global::Gtk.Box.BoxChild)(this.hbox9 [this.alignment8]));
     w36.Position = 2;
     this.hbox7.Add(this.hbox9);
     global::Gtk.Box.BoxChild w37 = ((global::Gtk.Box.BoxChild)(this.hbox7 [this.hbox9]));
     w37.Position = 1;
     // Container child hbox7.Gtk.Box+BoxChild
     this.hbox10         = new global::Gtk.HBox();
     this.hbox10.Name    = "hbox10";
     this.hbox10.Spacing = 6;
     // Container child hbox10.Gtk.Box+BoxChild
     this.alignment9      = new global::Gtk.Alignment(0.5F, 0.5F, 1F, 1F);
     this.alignment9.Name = "alignment9";
     this.hbox10.Add(this.alignment9);
     global::Gtk.Box.BoxChild w38 = ((global::Gtk.Box.BoxChild)(this.hbox10 [this.alignment9]));
     w38.Position = 0;
     // Container child hbox10.Gtk.Box+BoxChild
     this.vbtnRight = new global::Gtk.VButtonBox();
     this.vbtnRight.WidthRequest  = 142;
     this.vbtnRight.HeightRequest = 142;
     this.vbtnRight.Name          = "vbtnRight";
     this.vbtnRight.BorderWidth   = ((uint)(8));
     this.vbtnRight.LayoutStyle   = ((global::Gtk.ButtonBoxStyle)(1));
     // Container child vbtnRight.Gtk.ButtonBox+ButtonBoxChild
     this.btnPrintForm = new global::Gtk.Button();
     this.btnPrintForm.TooltipMarkup = "Print the information on this form.";
     this.btnPrintForm.WidthRequest  = 118;
     this.btnPrintForm.HeightRequest = 40;
     this.btnPrintForm.CanFocus      = true;
     this.btnPrintForm.Name          = "btnPrintForm";
     this.btnPrintForm.UseUnderline  = true;
     this.btnPrintForm.BorderWidth   = ((uint)(4));
     this.btnPrintForm.Label         = global::Mono.Unix.Catalog.GetString("Print Form");
     this.vbtnRight.Add(this.btnPrintForm);
     global::Gtk.ButtonBox.ButtonBoxChild w39 = ((global::Gtk.ButtonBox.ButtonBoxChild)(this.vbtnRight [this.btnPrintForm]));
     w39.Expand = false;
     w39.Fill   = false;
     // Container child vbtnRight.Gtk.ButtonBox+ButtonBoxChild
     this.btnPrintStored = new global::Gtk.Button();
     this.btnPrintStored.TooltipMarkup = "Print the data that is contained in store.";
     this.btnPrintStored.WidthRequest  = 118;
     this.btnPrintStored.HeightRequest = 40;
     this.btnPrintStored.CanFocus      = true;
     this.btnPrintStored.Name          = "btnPrintStored";
     this.btnPrintStored.UseUnderline  = true;
     this.btnPrintStored.BorderWidth   = ((uint)(4));
     this.btnPrintStored.Label         = global::Mono.Unix.Catalog.GetString("Print Stored");
     this.vbtnRight.Add(this.btnPrintStored);
     global::Gtk.ButtonBox.ButtonBoxChild w40 = ((global::Gtk.ButtonBox.ButtonBoxChild)(this.vbtnRight [this.btnPrintStored]));
     w40.Position = 1;
     w40.Expand   = false;
     w40.Fill     = false;
     // Container child vbtnRight.Gtk.ButtonBox+ButtonBoxChild
     this.btnClose = new global::Gtk.Button();
     this.btnClose.TooltipMarkup = "Exit from this form. ";
     this.btnClose.WidthRequest  = 118;
     this.btnClose.HeightRequest = 40;
     this.btnClose.CanFocus      = true;
     this.btnClose.Name          = "btnClose";
     this.btnClose.UseStock      = true;
     this.btnClose.UseUnderline  = true;
     this.btnClose.BorderWidth   = ((uint)(4));
     this.btnClose.Label         = "gtk-close";
     this.vbtnRight.Add(this.btnClose);
     global::Gtk.ButtonBox.ButtonBoxChild w41 = ((global::Gtk.ButtonBox.ButtonBoxChild)(this.vbtnRight [this.btnClose]));
     w41.Position = 2;
     w41.Expand   = false;
     w41.Fill     = false;
     this.hbox10.Add(this.vbtnRight);
     global::Gtk.Box.BoxChild w42 = ((global::Gtk.Box.BoxChild)(this.hbox10 [this.vbtnRight]));
     w42.Position = 1;
     w42.Expand   = false;
     w42.Fill     = false;
     // Container child hbox10.Gtk.Box+BoxChild
     this.alignment10      = new global::Gtk.Alignment(0.5F, 0.5F, 1F, 1F);
     this.alignment10.Name = "alignment10";
     this.hbox10.Add(this.alignment10);
     global::Gtk.Box.BoxChild w43 = ((global::Gtk.Box.BoxChild)(this.hbox10 [this.alignment10]));
     w43.Position = 2;
     this.hbox7.Add(this.hbox10);
     global::Gtk.Box.BoxChild w44 = ((global::Gtk.Box.BoxChild)(this.hbox7 [this.hbox10]));
     w44.Position = 2;
     this.dialog1_VBox.Add(this.hbox7);
     global::Gtk.Box.BoxChild w45 = ((global::Gtk.Box.BoxChild)(this.dialog1_VBox [this.hbox7]));
     w45.Position = 2;
     this.Add(this.dialog1_VBox);
     if ((this.Child != null))
     {
         this.Child.ShowAll();
     }
     this.Show();
     this.btnNew.Clicked          += new global::System.EventHandler(this.OnBtnNewCylinderClicked);
     this.btnStandard.Clicked     += new global::System.EventHandler(this.OnBtnStandardClicked);
     this.btnMetric.Clicked       += new global::System.EventHandler(this.OnBtnMetricClicked);
     this.btnSolve.Clicked        += new global::System.EventHandler(this.OnBtnSolveClicked);
     this.btnStore.Clicked        += new global::System.EventHandler(this.OnBtnStoreResultClicked);
     this.btnDisplayStore.Clicked += new global::System.EventHandler(this.OnBtnDisplayStoreClicked);
     this.btnClearStore.Clicked   += new global::System.EventHandler(this.OnBtnClearStoreClicked);
     this.btnPrintForm.Clicked    += new global::System.EventHandler(this.OnBtnPrintFormClicked);
     this.btnPrintStored.Clicked  += new global::System.EventHandler(this.OnBtnPrintStoredClicked);
     this.btnClose.Clicked        += new global::System.EventHandler(this.OnBtnCloseClicked);
 }
 protected virtual void Build()
 {
     global::Stetic.Gui.Initialize(this);
     // Widget Vodovoz.Filters.GtkViews.CarFilterView
     global::Stetic.BinContainer.Attach(this);
     this.Name = "Vodovoz.Filters.GtkViews.CarFilterView";
     // Container child Vodovoz.Filters.GtkViews.CarFilterView.Gtk.Container+ContainerChild
     this.table1               = new global::Gtk.Table(((uint)(3)), ((uint)(3)), false);
     this.table1.Name          = "table1";
     this.table1.RowSpacing    = ((uint)(6));
     this.table1.ColumnSpacing = ((uint)(6));
     // Container child table1.Gtk.Table+TableChild
     this.GtkScrolledWindow = new global::Gtk.ScrolledWindow();
     this.GtkScrolledWindow.WidthRequest = 400;
     this.GtkScrolledWindow.Name         = "GtkScrolledWindow";
     this.GtkScrolledWindow.ShadowType   = ((global::Gtk.ShadowType)(1));
     // Container child GtkScrolledWindow.Gtk.Container+ContainerChild
     global::Gtk.Viewport w1 = new global::Gtk.Viewport();
     w1.ShadowType = ((global::Gtk.ShadowType)(0));
     // Container child GtkViewport.Gtk.Container+ContainerChild
     this.enumcheckCarTypeOfUse = new global::Gamma.Widgets.EnumCheckList();
     this.enumcheckCarTypeOfUse.HeightRequest = 80;
     this.enumcheckCarTypeOfUse.Name          = "enumcheckCarTypeOfUse";
     w1.Add(this.enumcheckCarTypeOfUse);
     this.GtkScrolledWindow.Add(w1);
     this.table1.Add(this.GtkScrolledWindow);
     global::Gtk.Table.TableChild w4 = ((global::Gtk.Table.TableChild)(this.table1[this.GtkScrolledWindow]));
     w4.BottomAttach = ((uint)(3));
     w4.LeftAttach   = ((uint)(2));
     w4.RightAttach  = ((uint)(3));
     w4.XPadding     = ((uint)(10));
     w4.XOptions     = ((global::Gtk.AttachOptions)(4));
     w4.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     this.ycheckIncludeArchive               = new global::Gamma.GtkWidgets.yCheckButton();
     this.ycheckIncludeArchive.CanFocus      = true;
     this.ycheckIncludeArchive.Name          = "ycheckIncludeArchive";
     this.ycheckIncludeArchive.Label         = "";
     this.ycheckIncludeArchive.DrawIndicator = true;
     this.ycheckIncludeArchive.UseUnderline  = true;
     this.ycheckIncludeArchive.Xalign        = 1F;
     this.table1.Add(this.ycheckIncludeArchive);
     global::Gtk.Table.TableChild w5 = ((global::Gtk.Table.TableChild)(this.table1[this.ycheckIncludeArchive]));
     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.yenumcomboRaskat      = new global::Gamma.Widgets.yEnumComboBox();
     this.yenumcomboRaskat.Name = "yenumcomboRaskat";
     this.yenumcomboRaskat.ShowSpecialStateAll = false;
     this.yenumcomboRaskat.ShowSpecialStateNot = false;
     this.yenumcomboRaskat.UseShortTitle       = false;
     this.yenumcomboRaskat.DefaultFirst        = false;
     this.table1.Add(this.yenumcomboRaskat);
     global::Gtk.Table.TableChild w6 = ((global::Gtk.Table.TableChild)(this.table1[this.yenumcomboRaskat]));
     w6.TopAttach    = ((uint)(2));
     w6.BottomAttach = ((uint)(3));
     w6.LeftAttach   = ((uint)(1));
     w6.RightAttach  = ((uint)(2));
     w6.XOptions     = ((global::Gtk.AttachOptions)(4));
     w6.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     this.yenumcomboVisitingMaster      = new global::Gamma.Widgets.yEnumComboBox();
     this.yenumcomboVisitingMaster.Name = "yenumcomboVisitingMaster";
     this.yenumcomboVisitingMaster.ShowSpecialStateAll = false;
     this.yenumcomboVisitingMaster.ShowSpecialStateNot = false;
     this.yenumcomboVisitingMaster.UseShortTitle       = false;
     this.yenumcomboVisitingMaster.DefaultFirst        = false;
     this.table1.Add(this.yenumcomboVisitingMaster);
     global::Gtk.Table.TableChild w7 = ((global::Gtk.Table.TableChild)(this.table1[this.yenumcomboVisitingMaster]));
     w7.TopAttach    = ((uint)(1));
     w7.BottomAttach = ((uint)(2));
     w7.LeftAttach   = ((uint)(1));
     w7.RightAttach  = ((uint)(2));
     w7.XOptions     = ((global::Gtk.AttachOptions)(4));
     w7.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     this.ylabel1           = new global::Gamma.GtkWidgets.yLabel();
     this.ylabel1.Name      = "ylabel1";
     this.ylabel1.Xalign    = 1F;
     this.ylabel1.LabelProp = global::Mono.Unix.Catalog.GetString("Водитель - выездной мастер:");
     this.table1.Add(this.ylabel1);
     global::Gtk.Table.TableChild w8 = ((global::Gtk.Table.TableChild)(this.table1[this.ylabel1]));
     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.ylabel2           = new global::Gamma.GtkWidgets.yLabel();
     this.ylabel2.Name      = "ylabel2";
     this.ylabel2.Xalign    = 1F;
     this.ylabel2.LabelProp = global::Mono.Unix.Catalog.GetString("Раскат:");
     this.table1.Add(this.ylabel2);
     global::Gtk.Table.TableChild w9 = ((global::Gtk.Table.TableChild)(this.table1[this.ylabel2]));
     w9.TopAttach    = ((uint)(2));
     w9.BottomAttach = ((uint)(3));
     w9.XOptions     = ((global::Gtk.AttachOptions)(4));
     w9.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     this.ylabel4           = new global::Gamma.GtkWidgets.yLabel();
     this.ylabel4.Name      = "ylabel4";
     this.ylabel4.Xalign    = 1F;
     this.ylabel4.LabelProp = global::Mono.Unix.Catalog.GetString("Включая архивных:");
     this.table1.Add(this.ylabel4);
     global::Gtk.Table.TableChild w10 = ((global::Gtk.Table.TableChild)(this.table1[this.ylabel4]));
     w10.XOptions = ((global::Gtk.AttachOptions)(4));
     w10.YOptions = ((global::Gtk.AttachOptions)(4));
     this.Add(this.table1);
     if ((this.Child != null))
     {
         this.Child.ShowAll();
     }
     this.Hide();
 }
 protected virtual void Build()
 {
     global::Stetic.Gui.Initialize(this);
     // Widget MonoDevelop.Ide.Gui.OptionPanels.GlobalAuthorInformationPanelWidget
     global::Stetic.BinContainer.Attach(this);
     this.Name = "MonoDevelop.Ide.Gui.OptionPanels.GlobalAuthorInformationPanelWidget";
     // Container child MonoDevelop.Ide.Gui.OptionPanels.GlobalAuthorInformationPanelWidget.Gtk.Container+ContainerChild
     this.table1               = new global::Gtk.Table(((uint)(3)), ((uint)(2)), false);
     this.table1.Name          = "table1";
     this.table1.RowSpacing    = ((uint)(6));
     this.table1.ColumnSpacing = ((uint)(6));
     // Container child table1.Gtk.Table+TableChild
     this.copyrightEntry               = new global::Gtk.Entry();
     this.copyrightEntry.CanFocus      = true;
     this.copyrightEntry.Name          = "copyrightEntry";
     this.copyrightEntry.IsEditable    = true;
     this.copyrightEntry.InvisibleChar = '●';
     this.table1.Add(this.copyrightEntry);
     global::Gtk.Table.TableChild w1 = ((global::Gtk.Table.TableChild)(this.table1[this.copyrightEntry]));
     w1.TopAttach    = ((uint)(2));
     w1.BottomAttach = ((uint)(3));
     w1.LeftAttach   = ((uint)(1));
     w1.RightAttach  = ((uint)(2));
     w1.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     this.emailEntry               = new global::Gtk.Entry();
     this.emailEntry.CanFocus      = true;
     this.emailEntry.Name          = "emailEntry";
     this.emailEntry.IsEditable    = true;
     this.emailEntry.InvisibleChar = '●';
     this.table1.Add(this.emailEntry);
     global::Gtk.Table.TableChild w2 = ((global::Gtk.Table.TableChild)(this.table1[this.emailEntry]));
     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.label2              = new global::Gtk.Label();
     this.label2.Name         = "label2";
     this.label2.Xalign       = 0f;
     this.label2.LabelProp    = global::MonoDevelop.Core.GettextCatalog.GetString("_Name:");
     this.label2.UseUnderline = true;
     this.table1.Add(this.label2);
     global::Gtk.Table.TableChild w3 = ((global::Gtk.Table.TableChild)(this.table1[this.label2]));
     w3.XOptions = ((global::Gtk.AttachOptions)(4));
     w3.YOptions = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     this.label3              = new global::Gtk.Label();
     this.label3.Name         = "label3";
     this.label3.Xalign       = 0f;
     this.label3.LabelProp    = global::MonoDevelop.Core.GettextCatalog.GetString("_Copyright:");
     this.label3.UseUnderline = true;
     this.table1.Add(this.label3);
     global::Gtk.Table.TableChild w4 = ((global::Gtk.Table.TableChild)(this.table1[this.label3]));
     w4.TopAttach    = ((uint)(2));
     w4.BottomAttach = ((uint)(3));
     w4.XOptions     = ((global::Gtk.AttachOptions)(4));
     w4.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     this.label4              = new global::Gtk.Label();
     this.label4.Name         = "label4";
     this.label4.Xalign       = 0f;
     this.label4.LabelProp    = global::MonoDevelop.Core.GettextCatalog.GetString("_Email:");
     this.label4.UseUnderline = true;
     this.table1.Add(this.label4);
     global::Gtk.Table.TableChild w5 = ((global::Gtk.Table.TableChild)(this.table1[this.label4]));
     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.nameEntry               = new global::Gtk.Entry();
     this.nameEntry.CanFocus      = true;
     this.nameEntry.Name          = "nameEntry";
     this.nameEntry.IsEditable    = true;
     this.nameEntry.InvisibleChar = '●';
     this.table1.Add(this.nameEntry);
     global::Gtk.Table.TableChild w6 = ((global::Gtk.Table.TableChild)(this.table1[this.nameEntry]));
     w6.LeftAttach  = ((uint)(1));
     w6.RightAttach = ((uint)(2));
     w6.YOptions    = ((global::Gtk.AttachOptions)(4));
     this.Add(this.table1);
     if ((this.Child != null))
     {
         this.Child.ShowAll();
     }
     this.label2.MnemonicWidget = this.nameEntry;
     this.Hide();
 }
 protected virtual void Build()
 {
     global::Stetic.Gui.Initialize(this);
     // Widget Do.UI.ColorConfigurationWidget
     global::Stetic.BinContainer.Attach(this);
     this.Name = "Do.UI.ColorConfigurationWidget";
     // Container child Do.UI.ColorConfigurationWidget.Gtk.Container+ContainerChild
     this.vbox2         = new global::Gtk.VBox();
     this.vbox2.Name    = "vbox2";
     this.vbox2.Spacing = 6;
     // Container child vbox2.Gtk.Box+BoxChild
     this.alignment1              = new global::Gtk.Alignment(0.5F, 0.5F, 1F, 1F);
     this.alignment1.Name         = "alignment1";
     this.alignment1.TopPadding   = ((uint)(4));
     this.alignment1.RightPadding = ((uint)(7));
     // Container child alignment1.Gtk.Container+ContainerChild
     this.vbox1         = new global::Gtk.VBox();
     this.vbox1.Name    = "vbox1";
     this.vbox1.Spacing = 6;
     // Container child vbox1.Gtk.Box+BoxChild
     this.frame1            = new global::Gtk.Frame();
     this.frame1.Name       = "frame1";
     this.frame1.ShadowType = ((global::Gtk.ShadowType)(0));
     // Container child frame1.Gtk.Container+ContainerChild
     this.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.GtkAlignment2               = new global::Gtk.Alignment(0F, 0F, 1F, 1F);
     this.GtkAlignment2.Name          = "GtkAlignment2";
     this.GtkAlignment2.LeftPadding   = ((uint)(5));
     this.GtkAlignment2.TopPadding    = ((uint)(5));
     this.GtkAlignment2.RightPadding  = ((uint)(5));
     this.GtkAlignment2.BottomPadding = ((uint)(5));
     // Container child GtkAlignment2.Gtk.Container+ContainerChild
     this.alignment2      = new global::Gtk.Alignment(0.5F, 0.5F, 1F, 1F);
     this.alignment2.Name = "alignment2";
     // Container child alignment2.Gtk.Container+ContainerChild
     this.vbox3         = new global::Gtk.VBox();
     this.vbox3.Name    = "vbox3";
     this.vbox3.Spacing = 6;
     // Container child vbox3.Gtk.Box+BoxChild
     this.table3               = new global::Gtk.Table(((uint)(1)), ((uint)(3)), false);
     this.table3.Name          = "table3";
     this.table3.RowSpacing    = ((uint)(6));
     this.table3.ColumnSpacing = ((uint)(6));
     // Container child table3.Gtk.Table+TableChild
     this.hbox10 = new global::Gtk.HBox();
     this.hbox10.WidthRequest = 70;
     this.hbox10.Name         = "hbox10";
     this.hbox10.Spacing      = 6;
     this.table3.Add(this.hbox10);
     global::Gtk.Table.TableChild w1 = ((global::Gtk.Table.TableChild)(this.table3 [this.hbox10]));
     w1.XOptions = ((global::Gtk.AttachOptions)(4));
     w1.YOptions = ((global::Gtk.AttachOptions)(4));
     // Container child table3.Gtk.Table+TableChild
     this.hbox4         = new global::Gtk.HBox();
     this.hbox4.Name    = "hbox4";
     this.hbox4.Spacing = 6;
     // Container child hbox4.Gtk.Box+BoxChild
     this.theme_combo      = global::Gtk.ComboBox.NewText();
     this.theme_combo.Name = "theme_combo";
     this.hbox4.Add(this.theme_combo);
     global::Gtk.Box.BoxChild w2 = ((global::Gtk.Box.BoxChild)(this.hbox4 [this.theme_combo]));
     w2.Position = 0;
     w2.Expand   = false;
     w2.Fill     = false;
     this.table3.Add(this.hbox4);
     global::Gtk.Table.TableChild w3 = ((global::Gtk.Table.TableChild)(this.table3 [this.hbox4]));
     w3.LeftAttach  = ((uint)(1));
     w3.RightAttach = ((uint)(2));
     w3.XOptions    = ((global::Gtk.AttachOptions)(4));
     w3.YOptions    = ((global::Gtk.AttachOptions)(4));
     // Container child table3.Gtk.Table+TableChild
     this.pin_check               = new global::Gtk.CheckButton();
     this.pin_check.CanFocus      = true;
     this.pin_check.Name          = "pin_check";
     this.pin_check.Label         = global::Mono.Unix.Catalog.GetString("Always show results window");
     this.pin_check.DrawIndicator = true;
     this.pin_check.UseUnderline  = true;
     this.table3.Add(this.pin_check);
     global::Gtk.Table.TableChild w4 = ((global::Gtk.Table.TableChild)(this.table3 [this.pin_check]));
     w4.LeftAttach  = ((uint)(2));
     w4.RightAttach = ((uint)(3));
     w4.YOptions    = ((global::Gtk.AttachOptions)(4));
     this.vbox3.Add(this.table3);
     global::Gtk.Box.BoxChild w5 = ((global::Gtk.Box.BoxChild)(this.vbox3 [this.table3]));
     w5.Position = 0;
     w5.Expand   = false;
     w5.Fill     = false;
     this.alignment2.Add(this.vbox3);
     this.GtkAlignment2.Add(this.alignment2);
     this.GtkAlignment1.Add(this.GtkAlignment2);
     this.frame1.Add(this.GtkAlignment1);
     this.GtkLabel2           = new global::Gtk.Label();
     this.GtkLabel2.Name      = "GtkLabel2";
     this.GtkLabel2.LabelProp = global::Mono.Unix.Catalog.GetString("<b>Selected Theme</b>");
     this.GtkLabel2.UseMarkup = true;
     this.frame1.LabelWidget  = this.GtkLabel2;
     this.vbox1.Add(this.frame1);
     global::Gtk.Box.BoxChild w10 = ((global::Gtk.Box.BoxChild)(this.vbox1 [this.frame1]));
     w10.Position = 0;
     w10.Expand   = false;
     w10.Fill     = false;
     // Container child vbox1.Gtk.Box+BoxChild
     this.composite_warning_widget         = new global::Gtk.VBox();
     this.composite_warning_widget.Name    = "composite_warning_widget";
     this.composite_warning_widget.Spacing = 6;
     // Container child composite_warning_widget.Gtk.Box+BoxChild
     this.label1           = new global::Gtk.Label();
     this.label1.Name      = "label1";
     this.label1.LabelProp = global::Mono.Unix.Catalog.GetString("<b>Your display is not properly configured for theme and animation support. To use these features, you must enable compositing.</b>");
     this.label1.UseMarkup = true;
     this.label1.Wrap      = true;
     this.composite_warning_widget.Add(this.label1);
     global::Gtk.Box.BoxChild w11 = ((global::Gtk.Box.BoxChild)(this.composite_warning_widget [this.label1]));
     w11.Position = 0;
     w11.Expand   = false;
     w11.Fill     = false;
     // Container child composite_warning_widget.Gtk.Box+BoxChild
     this.hbuttonbox1             = new global::Gtk.HButtonBox();
     this.hbuttonbox1.LayoutStyle = ((global::Gtk.ButtonBoxStyle)(4));
     // Container child hbuttonbox1.Gtk.ButtonBox+ButtonBoxChild
     this.composite_warning_info_btn              = new global::Gtk.Button();
     this.composite_warning_info_btn.CanFocus     = true;
     this.composite_warning_info_btn.Name         = "composite_warning_info_btn";
     this.composite_warning_info_btn.UseStock     = true;
     this.composite_warning_info_btn.UseUnderline = true;
     this.composite_warning_info_btn.Label        = "gtk-dialog-info";
     this.hbuttonbox1.Add(this.composite_warning_info_btn);
     global::Gtk.ButtonBox.ButtonBoxChild w12 = ((global::Gtk.ButtonBox.ButtonBoxChild)(this.hbuttonbox1 [this.composite_warning_info_btn]));
     w12.Expand = false;
     w12.Fill   = false;
     this.composite_warning_widget.Add(this.hbuttonbox1);
     global::Gtk.Box.BoxChild w13 = ((global::Gtk.Box.BoxChild)(this.composite_warning_widget [this.hbuttonbox1]));
     w13.Position = 1;
     w13.Expand   = false;
     w13.Fill     = false;
     this.vbox1.Add(this.composite_warning_widget);
     global::Gtk.Box.BoxChild w14 = ((global::Gtk.Box.BoxChild)(this.vbox1 [this.composite_warning_widget]));
     w14.Position = 1;
     w14.Expand   = false;
     w14.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 w15 = ((global::Gtk.Box.BoxChild)(this.vbox1 [this.hseparator1]));
     w15.Position = 2;
     w15.Expand   = false;
     w15.Fill     = false;
     this.alignment1.Add(this.vbox1);
     this.vbox2.Add(this.alignment1);
     global::Gtk.Box.BoxChild w17 = ((global::Gtk.Box.BoxChild)(this.vbox2 [this.alignment1]));
     w17.Position = 0;
     w17.Expand   = false;
     w17.Fill     = false;
     // Container child vbox2.Gtk.Box+BoxChild
     this.theme_configuration_container               = new global::Gtk.Alignment(0.5F, 0.5F, 1F, 1F);
     this.theme_configuration_container.Name          = "theme_configuration_container";
     this.theme_configuration_container.RightPadding  = ((uint)(6));
     this.theme_configuration_container.BottomPadding = ((uint)(3));
     this.vbox2.Add(this.theme_configuration_container);
     global::Gtk.Box.BoxChild w18 = ((global::Gtk.Box.BoxChild)(this.vbox2 [this.theme_configuration_container]));
     w18.PackType = ((global::Gtk.PackType)(1));
     w18.Position = 1;
     this.Add(this.vbox2);
     if ((this.Child != null))
     {
         this.Child.ShowAll();
     }
     this.composite_warning_info_btn.Hide();
     this.composite_warning_widget.Hide();
     this.Show();
     this.pin_check.Clicked   += new global::System.EventHandler(this.OnPinCheckClicked);
     this.theme_combo.Changed += new global::System.EventHandler(this.OnThemeComboChanged);
     this.composite_warning_info_btn.Clicked += new global::System.EventHandler(this.OnCompositeWarningInfoBtnClicked);
 }
 protected virtual void Build()
 {
     MonoDevelop.Components.Gui.Initialize(this);
     // Widget MonoDevelop.Deployment.Gui.SshFuseFileCopyConfigurationEditorWidget
     MonoDevelop.Components.BinContainer.Attach(this);
     this.Name = "MonoDevelop.Deployment.Gui.SshFuseFileCopyConfigurationEditorWidget";
     // Container child MonoDevelop.Deployment.Gui.SshFuseFileCopyConfigurationEditorWidget.Gtk.Container+ContainerChild
     this.table1               = new global::Gtk.Table(((uint)(4)), ((uint)(2)), false);
     this.table1.Name          = "table1";
     this.table1.RowSpacing    = ((uint)(6));
     this.table1.ColumnSpacing = ((uint)(6));
     // Container child table1.Gtk.Table+TableChild
     this.entryDirectory               = new global::Gtk.Entry();
     this.entryDirectory.CanFocus      = true;
     this.entryDirectory.Name          = "entryDirectory";
     this.entryDirectory.IsEditable    = true;
     this.entryDirectory.InvisibleChar = '●';
     this.table1.Add(this.entryDirectory);
     global::Gtk.Table.TableChild w1 = ((global::Gtk.Table.TableChild)(this.table1 [this.entryDirectory]));
     w1.TopAttach    = ((uint)(1));
     w1.BottomAttach = ((uint)(2));
     w1.LeftAttach   = ((uint)(1));
     w1.RightAttach  = ((uint)(2));
     w1.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     this.entryHostName               = new global::Gtk.Entry();
     this.entryHostName.CanFocus      = true;
     this.entryHostName.Name          = "entryHostName";
     this.entryHostName.IsEditable    = true;
     this.entryHostName.InvisibleChar = '●';
     this.table1.Add(this.entryHostName);
     global::Gtk.Table.TableChild w2 = ((global::Gtk.Table.TableChild)(this.table1 [this.entryHostName]));
     w2.LeftAttach  = ((uint)(1));
     w2.RightAttach = ((uint)(2));
     w2.YOptions    = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     this.entryUserName               = new global::Gtk.Entry();
     this.entryUserName.CanFocus      = true;
     this.entryUserName.Name          = "entryUserName";
     this.entryUserName.IsEditable    = true;
     this.entryUserName.InvisibleChar = '●';
     this.table1.Add(this.entryUserName);
     global::Gtk.Table.TableChild w3 = ((global::Gtk.Table.TableChild)(this.table1 [this.entryUserName]));
     w3.TopAttach    = ((uint)(2));
     w3.BottomAttach = ((uint)(3));
     w3.LeftAttach   = ((uint)(1));
     w3.RightAttach  = ((uint)(2));
     w3.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     this.label1           = new global::Gtk.Label();
     this.label1.Name      = "label1";
     this.label1.Xalign    = 0F;
     this.label1.LabelProp = global::Mono.Unix.Catalog.GetString("Host name:");
     this.table1.Add(this.label1);
     global::Gtk.Table.TableChild w4 = ((global::Gtk.Table.TableChild)(this.table1 [this.label1]));
     w4.XOptions = ((global::Gtk.AttachOptions)(4));
     w4.YOptions = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     this.label2           = new global::Gtk.Label();
     this.label2.Name      = "label2";
     this.label2.Xalign    = 0F;
     this.label2.LabelProp = global::Mono.Unix.Catalog.GetString("Directory:");
     this.table1.Add(this.label2);
     global::Gtk.Table.TableChild w5 = ((global::Gtk.Table.TableChild)(this.table1 [this.label2]));
     w5.TopAttach    = ((uint)(1));
     w5.BottomAttach = ((uint)(2));
     w5.XOptions     = ((global::Gtk.AttachOptions)(4));
     w5.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     this.label3           = new global::Gtk.Label();
     this.label3.Name      = "label3";
     this.label3.Xalign    = 0F;
     this.label3.LabelProp = global::Mono.Unix.Catalog.GetString("Username:"******"label4";
     this.label4.LabelProp = global::Mono.Unix.Catalog.GetString("Note: the SSH key for this host must be installed on your system. If it is password protected, the password must be loaded into a running SSH authentication daemon, such as <i>ssh-agent</i> or <i>seahorse-agent</i>.");
     this.label4.UseMarkup = true;
     this.label4.Wrap      = true;
     this.label4.Justify   = ((global::Gtk.Justification)(3));
     this.table1.Add(this.label4);
     global::Gtk.Table.TableChild w7 = ((global::Gtk.Table.TableChild)(this.table1 [this.label4]));
     w7.TopAttach    = ((uint)(3));
     w7.BottomAttach = ((uint)(4));
     w7.RightAttach  = ((uint)(2));
     w7.YOptions     = ((global::Gtk.AttachOptions)(4));
     this.Add(this.table1);
     if ((this.Child != null))
     {
         this.Child.ShowAll();
     }
     this.Show();
     this.entryUserName.Changed  += new global::System.EventHandler(this.UserNameChanged);
     this.entryHostName.Changed  += new global::System.EventHandler(this.HostnameChanged);
     this.entryDirectory.Changed += new global::System.EventHandler(this.DirectoryChanged);
 }
Beispiel #37
0
        protected void Build()
        {
            // Widget OpenGraal.GraalIM.PMWindow
            this.CanFocus       = true;
            this.Name           = "OpenGraal.GraalIM.ToallsWindow";
            this.Title          = global::Mono.Unix.Catalog.GetString("Toalls");
            this.Icon           = global::Gdk.Pixbuf.LoadFromResource("OpenGraal.GraalIM.Resources.rcicon.ico");
            this.WindowPosition = ((global::Gtk.WindowPosition)(1));
            // Container child OpenGraal.GraalIM.PMWindow.Gtk.Container+ContainerChild
            this.table1      = new global::Gtk.Table(((uint)(2)), ((uint)(2)), false);
            this.table1.Name = "table1";
            // Container child table1.Gtk.Table+TableChild
            this.SendToallMessageButton = new global::Gtk.Button();
            this.SendToallMessageButton.HeightRequest = 23;
            this.SendToallMessageButton.CanFocus      = true;
            this.SendToallMessageButton.Name          = "button1";
            this.SendToallMessageButton.UseUnderline  = true;
            this.SendToallMessageButton.Label         = global::Mono.Unix.Catalog.GetString("_Send");
            this.table1.Add(this.SendToallMessageButton);
            global::Gtk.Table.TableChild w1 = ((global::Gtk.Table.TableChild)(this.table1[this.SendToallMessageButton]));
            w1.TopAttach    = ((uint)(1));
            w1.BottomAttach = ((uint)(2));
            w1.LeftAttach   = ((uint)(1));
            w1.RightAttach  = ((uint)(2));
            w1.XOptions     = ((global::Gtk.AttachOptions)(4));
            w1.YOptions     = ((global::Gtk.AttachOptions)(4));
            // Container child table1.Gtk.Table+TableChild
            this.entry1 = new global::Gtk.Entry();
            this.entry1.HeightRequest = 23;
            this.entry1.CanFocus      = true;
            this.entry1.Name          = "entry1";
            this.entry1.IsEditable    = true;
            this.entry1.InvisibleChar = '•';
            this.table1.Add(this.entry1);
            global::Gtk.Table.TableChild w2 = ((global::Gtk.Table.TableChild)(this.table1[this.entry1]));
            w2.TopAttach    = ((uint)(1));
            w2.BottomAttach = ((uint)(2));
            w2.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.textview1            = new global::Gtk.TextView();
            this.textview1.Name       = "textview1";
            this.textview1.Editable   = false;
            this.textview1.AcceptsTab = false;
            this.textview1.WrapMode   = ((global::Gtk.WrapMode)(3));
            this.GtkScrolledWindow.Add(this.textview1);
            this.table1.Add(this.GtkScrolledWindow);
            global::Gtk.Table.TableChild w4 = ((global::Gtk.Table.TableChild)(this.table1[this.GtkScrolledWindow]));
            w4.RightAttach = ((uint)(2));
            this.Add(this.table1);
            if ((this.Child != null))
            {
                this.Child.ShowAll();
            }
            this.DefaultWidth  = 409;
            this.DefaultHeight = 308;

            this.DeleteEvent += new global::Gtk.DeleteEventHandler(this.RemoveToallWindow);
            this.HideOnDelete();

            this.SendToallMessageButton.Clicked += new global::System.EventHandler(this.SendToallMessageButtonClicked);
        }
 protected virtual void Build()
 {
     global::Stetic.Gui.Initialize(this);
     // Widget MonoDevelop.Ide.Gui.OptionPanels.TasksPanelWidget
     global::Stetic.BinContainer.Attach(this);
     this.Name = "MonoDevelop.Ide.Gui.OptionPanels.TasksPanelWidget";
     // Container child MonoDevelop.Ide.Gui.OptionPanels.TasksPanelWidget.Gtk.Container+ContainerChild
     this.vbox6         = new global::Gtk.VBox();
     this.vbox6.Name    = "vbox6";
     this.vbox6.Spacing = 12;
     // Container child vbox6.Gtk.Box+BoxChild
     this.hbox2         = new global::Gtk.HBox();
     this.hbox2.Name    = "hbox2";
     this.hbox2.Spacing = 8;
     // Container child hbox2.Gtk.Box+BoxChild
     this.vbox7      = new global::Gtk.VBox();
     this.vbox7.Name = "vbox7";
     // Container child vbox7.Gtk.Box+BoxChild
     this.labelTokens              = new global::Gtk.Label();
     this.labelTokens.Name         = "labelTokens";
     this.labelTokens.Xalign       = 0F;
     this.labelTokens.Yalign       = 0F;
     this.labelTokens.LabelProp    = global::MonoDevelop.Core.GettextCatalog.GetString("_Token List:");
     this.labelTokens.UseUnderline = true;
     this.vbox7.Add(this.labelTokens);
     global::Gtk.Box.BoxChild w1 = ((global::Gtk.Box.BoxChild)(this.vbox7 [this.labelTokens]));
     w1.Position = 0;
     w1.Expand   = false;
     w1.Fill     = false;
     // Container child vbox7.Gtk.Box+BoxChild
     this.scrolledwindow3 = new global::Gtk.ScrolledWindow();
     this.scrolledwindow3.WidthRequest = 200;
     this.scrolledwindow3.Name         = "scrolledwindow3";
     this.scrolledwindow3.ShadowType   = ((global::Gtk.ShadowType)(1));
     // Container child scrolledwindow3.Gtk.Container+ContainerChild
     this.tokensTreeView                = new global::Gtk.TreeView();
     this.tokensTreeView.Name           = "tokensTreeView";
     this.tokensTreeView.HeadersVisible = false;
     this.scrolledwindow3.Add(this.tokensTreeView);
     this.vbox7.Add(this.scrolledwindow3);
     global::Gtk.Box.BoxChild w3 = ((global::Gtk.Box.BoxChild)(this.vbox7 [this.scrolledwindow3]));
     w3.Position = 1;
     this.hbox2.Add(this.vbox7);
     global::Gtk.Box.BoxChild w4 = ((global::Gtk.Box.BoxChild)(this.hbox2 [this.vbox7]));
     w4.Position = 0;
     // Container child hbox2.Gtk.Box+BoxChild
     this.vbox14         = new global::Gtk.VBox();
     this.vbox14.Name    = "vbox14";
     this.vbox14.Spacing = 4;
     // Container child vbox14.Gtk.Box+BoxChild
     this.vboxPriority         = new global::Gtk.VBox();
     this.vboxPriority.Name    = "vboxPriority";
     this.vboxPriority.Spacing = 4;
     // Container child vboxPriority.Gtk.Box+BoxChild
     this.label112              = new global::Gtk.Label();
     this.label112.Name         = "label112";
     this.label112.Xalign       = 0F;
     this.label112.LabelProp    = global::MonoDevelop.Core.GettextCatalog.GetString("_Name:");
     this.label112.UseUnderline = true;
     this.vboxPriority.Add(this.label112);
     global::Gtk.Box.BoxChild w5 = ((global::Gtk.Box.BoxChild)(this.vboxPriority [this.label112]));
     w5.Position = 0;
     w5.Expand   = false;
     w5.Fill     = false;
     // Container child vboxPriority.Gtk.Box+BoxChild
     this.entryToken               = new global::Gtk.Entry();
     this.entryToken.Name          = "entryToken";
     this.entryToken.IsEditable    = true;
     this.entryToken.MaxLength     = 50;
     this.entryToken.InvisibleChar = '●';
     this.vboxPriority.Add(this.entryToken);
     global::Gtk.Box.BoxChild w6 = ((global::Gtk.Box.BoxChild)(this.vboxPriority [this.entryToken]));
     w6.Position = 1;
     w6.Expand   = false;
     w6.Fill     = false;
     // Container child vboxPriority.Gtk.Box+BoxChild
     this.label113           = new global::Gtk.Label();
     this.label113.Name      = "label113";
     this.label113.Xalign    = 0F;
     this.label113.LabelProp = global::MonoDevelop.Core.GettextCatalog.GetString("Priority:");
     this.vboxPriority.Add(this.label113);
     global::Gtk.Box.BoxChild w7 = ((global::Gtk.Box.BoxChild)(this.vboxPriority [this.label113]));
     w7.Position = 2;
     w7.Expand   = false;
     w7.Fill     = false;
     this.vbox14.Add(this.vboxPriority);
     global::Gtk.Box.BoxChild w8 = ((global::Gtk.Box.BoxChild)(this.vbox14 [this.vboxPriority]));
     w8.Position = 0;
     w8.Expand   = false;
     w8.Fill     = false;
     // Container child vbox14.Gtk.Box+BoxChild
     this.hbuttonbox2             = new global::Gtk.HButtonBox();
     this.hbuttonbox2.Name        = "hbuttonbox2";
     this.hbuttonbox2.Spacing     = 6;
     this.hbuttonbox2.LayoutStyle = ((global::Gtk.ButtonBoxStyle)(4));
     // Container child hbuttonbox2.Gtk.ButtonBox+ButtonBoxChild
     this.buttonChange              = new global::Gtk.Button();
     this.buttonChange.Name         = "buttonChange";
     this.buttonChange.UseStock     = true;
     this.buttonChange.UseUnderline = true;
     this.buttonChange.Label        = "gtk-edit";
     this.hbuttonbox2.Add(this.buttonChange);
     global::Gtk.ButtonBox.ButtonBoxChild w9 = ((global::Gtk.ButtonBox.ButtonBoxChild)(this.hbuttonbox2 [this.buttonChange]));
     w9.Expand = false;
     w9.Fill   = false;
     // Container child hbuttonbox2.Gtk.ButtonBox+ButtonBoxChild
     this.buttonRemove              = new global::Gtk.Button();
     this.buttonRemove.Name         = "buttonRemove";
     this.buttonRemove.UseStock     = true;
     this.buttonRemove.UseUnderline = true;
     this.buttonRemove.Label        = "gtk-remove";
     this.hbuttonbox2.Add(this.buttonRemove);
     global::Gtk.ButtonBox.ButtonBoxChild w10 = ((global::Gtk.ButtonBox.ButtonBoxChild)(this.hbuttonbox2 [this.buttonRemove]));
     w10.Position = 1;
     w10.Expand   = false;
     w10.Fill     = false;
     // Container child hbuttonbox2.Gtk.ButtonBox+ButtonBoxChild
     this.buttonAdd              = new global::Gtk.Button();
     this.buttonAdd.Name         = "buttonAdd";
     this.buttonAdd.UseStock     = true;
     this.buttonAdd.UseUnderline = true;
     this.buttonAdd.Label        = "gtk-add";
     this.hbuttonbox2.Add(this.buttonAdd);
     global::Gtk.ButtonBox.ButtonBoxChild w11 = ((global::Gtk.ButtonBox.ButtonBoxChild)(this.hbuttonbox2 [this.buttonAdd]));
     w11.Position = 2;
     w11.Expand   = false;
     w11.Fill     = false;
     this.vbox14.Add(this.hbuttonbox2);
     global::Gtk.Box.BoxChild w12 = ((global::Gtk.Box.BoxChild)(this.vbox14 [this.hbuttonbox2]));
     w12.Position = 1;
     w12.Expand   = false;
     // Container child vbox14.Gtk.Box+BoxChild
     this.label           = new global::Gtk.Label();
     this.label.Name      = "label";
     this.label.Ypad      = 12;
     this.label.Yalign    = 0F;
     this.label.LabelProp = global::MonoDevelop.Core.GettextCatalog.GetString("<i><b>Note:</b> Only Letters, Digits and Underscore are allowed.</i>");
     this.label.UseMarkup = true;
     this.label.Wrap      = true;
     this.label.Justify   = ((global::Gtk.Justification)(2));
     this.vbox14.Add(this.label);
     global::Gtk.Box.BoxChild w13 = ((global::Gtk.Box.BoxChild)(this.vbox14 [this.label]));
     w13.Position = 2;
     w13.Expand   = false;
     w13.Fill     = false;
     this.hbox2.Add(this.vbox14);
     global::Gtk.Box.BoxChild w14 = ((global::Gtk.Box.BoxChild)(this.hbox2 [this.vbox14]));
     w14.Position = 1;
     this.vbox6.Add(this.hbox2);
     global::Gtk.Box.BoxChild w15 = ((global::Gtk.Box.BoxChild)(this.vbox6 [this.hbox2]));
     w15.Position = 0;
     // 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 w16 = ((global::Gtk.Box.BoxChild)(this.vbox6 [this.hseparator2]));
     w16.Position = 1;
     w16.Expand   = false;
     // Container child vbox6.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.alignment1             = new global::Gtk.Alignment(0.5F, 0.5F, 1F, 1F);
     this.alignment1.Name        = "alignment1";
     this.alignment1.LeftPadding = ((uint)(12));
     this.alignment1.TopPadding  = ((uint)(4));
     // Container child alignment1.Gtk.Container+ContainerChild
     this.table6               = new global::Gtk.Table(((uint)(3)), ((uint)(2)), false);
     this.table6.Name          = "table6";
     this.table6.RowSpacing    = ((uint)(4));
     this.table6.ColumnSpacing = ((uint)(6));
     // Container child table6.Gtk.Table+TableChild
     this.colorbuttonHighPrio      = new global::Gtk.ColorButton();
     this.colorbuttonHighPrio.Name = "colorbuttonHighPrio";
     this.table6.Add(this.colorbuttonHighPrio);
     global::Gtk.Table.TableChild w17 = ((global::Gtk.Table.TableChild)(this.table6 [this.colorbuttonHighPrio]));
     w17.LeftAttach  = ((uint)(1));
     w17.RightAttach = ((uint)(2));
     w17.XOptions    = ((global::Gtk.AttachOptions)(0));
     w17.YOptions    = ((global::Gtk.AttachOptions)(0));
     // Container child table6.Gtk.Table+TableChild
     this.colorbuttonLowPrio      = new global::Gtk.ColorButton();
     this.colorbuttonLowPrio.Name = "colorbuttonLowPrio";
     this.table6.Add(this.colorbuttonLowPrio);
     global::Gtk.Table.TableChild w18 = ((global::Gtk.Table.TableChild)(this.table6 [this.colorbuttonLowPrio]));
     w18.TopAttach    = ((uint)(2));
     w18.BottomAttach = ((uint)(3));
     w18.LeftAttach   = ((uint)(1));
     w18.RightAttach  = ((uint)(2));
     w18.XOptions     = ((global::Gtk.AttachOptions)(0));
     w18.YOptions     = ((global::Gtk.AttachOptions)(0));
     // Container child table6.Gtk.Table+TableChild
     this.colorbuttonNormalPrio      = new global::Gtk.ColorButton();
     this.colorbuttonNormalPrio.Name = "colorbuttonNormalPrio";
     this.table6.Add(this.colorbuttonNormalPrio);
     global::Gtk.Table.TableChild w19 = ((global::Gtk.Table.TableChild)(this.table6 [this.colorbuttonNormalPrio]));
     w19.TopAttach    = ((uint)(1));
     w19.BottomAttach = ((uint)(2));
     w19.LeftAttach   = ((uint)(1));
     w19.RightAttach  = ((uint)(2));
     w19.XOptions     = ((global::Gtk.AttachOptions)(0));
     w19.YOptions     = ((global::Gtk.AttachOptions)(0));
     // Container child table6.Gtk.Table+TableChild
     this.label10           = new global::Gtk.Label();
     this.label10.Name      = "label10";
     this.label10.Xalign    = 1F;
     this.label10.LabelProp = global::MonoDevelop.Core.GettextCatalog.GetString("High");
     this.table6.Add(this.label10);
     global::Gtk.Table.TableChild w20 = ((global::Gtk.Table.TableChild)(this.table6 [this.label10]));
     w20.XOptions = ((global::Gtk.AttachOptions)(0));
     w20.YOptions = ((global::Gtk.AttachOptions)(0));
     // Container child table6.Gtk.Table+TableChild
     this.label11           = new global::Gtk.Label();
     this.label11.Name      = "label11";
     this.label11.Xalign    = 1F;
     this.label11.LabelProp = global::MonoDevelop.Core.GettextCatalog.GetString("Normal");
     this.table6.Add(this.label11);
     global::Gtk.Table.TableChild w21 = ((global::Gtk.Table.TableChild)(this.table6 [this.label11]));
     w21.TopAttach    = ((uint)(1));
     w21.BottomAttach = ((uint)(2));
     w21.XOptions     = ((global::Gtk.AttachOptions)(0));
     w21.YOptions     = ((global::Gtk.AttachOptions)(0));
     // Container child table6.Gtk.Table+TableChild
     this.label12           = new global::Gtk.Label();
     this.label12.Name      = "label12";
     this.label12.Xalign    = 1F;
     this.label12.LabelProp = global::MonoDevelop.Core.GettextCatalog.GetString("Low");
     this.label12.Justify   = ((global::Gtk.Justification)(2));
     this.table6.Add(this.label12);
     global::Gtk.Table.TableChild w22 = ((global::Gtk.Table.TableChild)(this.table6 [this.label12]));
     w22.TopAttach    = ((uint)(2));
     w22.BottomAttach = ((uint)(3));
     w22.XOptions     = ((global::Gtk.AttachOptions)(0));
     w22.YOptions     = ((global::Gtk.AttachOptions)(0));
     this.alignment1.Add(this.table6);
     this.frame1.Add(this.alignment1);
     this.label9             = new global::Gtk.Label();
     this.label9.Name        = "label9";
     this.label9.LabelProp   = global::MonoDevelop.Core.GettextCatalog.GetString("<b>Task Priorities Foreground Colors</b>");
     this.label9.UseMarkup   = true;
     this.frame1.LabelWidget = this.label9;
     this.vbox6.Add(this.frame1);
     global::Gtk.Box.BoxChild w25 = ((global::Gtk.Box.BoxChild)(this.vbox6 [this.frame1]));
     w25.PackType = ((global::Gtk.PackType)(1));
     w25.Position = 2;
     w25.Expand   = false;
     w25.Fill     = false;
     this.Add(this.vbox6);
     if ((this.Child != null))
     {
         this.Child.ShowAll();
     }
     this.label112.MnemonicWidget = this.entryToken;
     this.Show();
 }
 protected virtual void Build()
 {
     global::Stetic.Gui.Initialize(this);
     // Widget GTKFrontend.GCDialog
     this.Name           = "GTKFrontend.GCDialog";
     this.Title          = global::Mono.Unix.Catalog.GetString("Selected Game Config");
     this.WindowPosition = ((global::Gtk.WindowPosition)(4));
     // Internal child GTKFrontend.GCDialog.VBox
     global::Gtk.VBox w1 = this.VBox;
     w1.Name        = "dialog1_VBox";
     w1.BorderWidth = ((uint)(2));
     // Container child dialog1_VBox.Gtk.Box+BoxChild
     this.table1               = new global::Gtk.Table(((uint)(6)), ((uint)(3)), false);
     this.table1.Name          = "table1";
     this.table1.RowSpacing    = ((uint)(6));
     this.table1.ColumnSpacing = ((uint)(6));
     // Container child table1.Gtk.Table+TableChild
     this.CPKCheckbox               = new global::Gtk.CheckButton();
     this.CPKCheckbox.CanFocus      = true;
     this.CPKCheckbox.Name          = "CPKCheckbox";
     this.CPKCheckbox.Label         = global::Mono.Unix.Catalog.GetString("Extract CPK");
     this.CPKCheckbox.DrawIndicator = true;
     this.CPKCheckbox.UseUnderline  = true;
     this.table1.Add(this.CPKCheckbox);
     global::Gtk.Table.TableChild w2 = ((global::Gtk.Table.TableChild)(this.table1[this.CPKCheckbox]));
     w2.TopAttach    = ((uint)(4));
     w2.BottomAttach = ((uint)(5));
     w2.XOptions     = ((global::Gtk.AttachOptions)(4));
     w2.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     this.CPKLabel           = new global::Gtk.Label();
     this.CPKLabel.Name      = "CPKLabel";
     this.CPKLabel.LabelProp = global::Mono.Unix.Catalog.GetString("CPK File");
     this.table1.Add(this.CPKLabel);
     global::Gtk.Table.TableChild w3 = ((global::Gtk.Table.TableChild)(this.table1[this.CPKLabel]));
     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.CPKPath               = new global::Gtk.Entry();
     this.CPKPath.CanFocus      = true;
     this.CPKPath.Name          = "CPKPath";
     this.CPKPath.IsEditable    = true;
     this.CPKPath.InvisibleChar = '•';
     this.table1.Add(this.CPKPath);
     global::Gtk.Table.TableChild w4 = ((global::Gtk.Table.TableChild)(this.table1[this.CPKPath]));
     w4.TopAttach    = ((uint)(2));
     w4.BottomAttach = ((uint)(3));
     w4.LeftAttach   = ((uint)(1));
     w4.RightAttach  = ((uint)(2));
     w4.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     this.CPKPicker              = new global::Gtk.Button();
     this.CPKPicker.CanFocus     = true;
     this.CPKPicker.Name         = "CPKPicker";
     this.CPKPicker.UseStock     = true;
     this.CPKPicker.UseUnderline = true;
     this.CPKPicker.Label        = "gtk-open";
     this.table1.Add(this.CPKPicker);
     global::Gtk.Table.TableChild w5 = ((global::Gtk.Table.TableChild)(this.table1[this.CPKPicker]));
     w5.TopAttach    = ((uint)(2));
     w5.BottomAttach = ((uint)(3));
     w5.LeftAttach   = ((uint)(2));
     w5.RightAttach  = ((uint)(3));
     w5.XOptions     = ((global::Gtk.AttachOptions)(4));
     w5.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     this.CVMCheckbox               = new global::Gtk.CheckButton();
     this.CVMCheckbox.CanFocus      = true;
     this.CVMCheckbox.Name          = "CVMCheckbox";
     this.CVMCheckbox.Label         = global::Mono.Unix.Catalog.GetString("Compress CVM");
     this.CVMCheckbox.DrawIndicator = true;
     this.CVMCheckbox.UseUnderline  = true;
     this.table1.Add(this.CVMCheckbox);
     global::Gtk.Table.TableChild w6 = ((global::Gtk.Table.TableChild)(this.table1[this.CVMCheckbox]));
     w6.TopAttach    = ((uint)(5));
     w6.BottomAttach = ((uint)(6));
     w6.XOptions     = ((global::Gtk.AttachOptions)(4));
     w6.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     this.ISOLabel           = new global::Gtk.Label();
     this.ISOLabel.Name      = "ISOLabel";
     this.ISOLabel.LabelProp = global::Mono.Unix.Catalog.GetString("ISO File");
     this.table1.Add(this.ISOLabel);
     global::Gtk.Table.TableChild w7 = ((global::Gtk.Table.TableChild)(this.table1[this.ISOLabel]));
     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.ISOPath               = new global::Gtk.Entry();
     this.ISOPath.CanFocus      = true;
     this.ISOPath.Name          = "ISOPath";
     this.ISOPath.IsEditable    = true;
     this.ISOPath.InvisibleChar = '•';
     this.table1.Add(this.ISOPath);
     global::Gtk.Table.TableChild w8 = ((global::Gtk.Table.TableChild)(this.table1[this.ISOPath]));
     w8.TopAttach    = ((uint)(1));
     w8.BottomAttach = ((uint)(2));
     w8.LeftAttach   = ((uint)(1));
     w8.RightAttach  = ((uint)(2));
     w8.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     this.ISOPicker              = new global::Gtk.Button();
     this.ISOPicker.CanFocus     = true;
     this.ISOPicker.Name         = "ISOPicker";
     this.ISOPicker.UseStock     = true;
     this.ISOPicker.UseUnderline = true;
     this.ISOPicker.Label        = "gtk-open";
     this.table1.Add(this.ISOPicker);
     global::Gtk.Table.TableChild w9 = ((global::Gtk.Table.TableChild)(this.table1[this.ISOPicker]));
     w9.TopAttach    = ((uint)(1));
     w9.BottomAttach = ((uint)(2));
     w9.LeftAttach   = ((uint)(2));
     w9.RightAttach  = ((uint)(3));
     w9.XOptions     = ((global::Gtk.AttachOptions)(4));
     w9.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     this.OutputLabel           = new global::Gtk.Label();
     this.OutputLabel.Name      = "OutputLabel";
     this.OutputLabel.LabelProp = global::Mono.Unix.Catalog.GetString("Output Directory");
     this.table1.Add(this.OutputLabel);
     global::Gtk.Table.TableChild w10 = ((global::Gtk.Table.TableChild)(this.table1[this.OutputLabel]));
     w10.XOptions = ((global::Gtk.AttachOptions)(4));
     w10.YOptions = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     this.OutputPath               = new global::Gtk.Entry();
     this.OutputPath.CanFocus      = true;
     this.OutputPath.Name          = "OutputPath";
     this.OutputPath.IsEditable    = true;
     this.OutputPath.InvisibleChar = '•';
     this.table1.Add(this.OutputPath);
     global::Gtk.Table.TableChild w11 = ((global::Gtk.Table.TableChild)(this.table1[this.OutputPath]));
     w11.LeftAttach  = ((uint)(1));
     w11.RightAttach = ((uint)(2));
     w11.YOptions    = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     this.OutputPicker              = new global::Gtk.Button();
     this.OutputPicker.CanFocus     = true;
     this.OutputPicker.Name         = "OutputPicker";
     this.OutputPicker.UseStock     = true;
     this.OutputPicker.UseUnderline = true;
     this.OutputPicker.Label        = "gtk-open";
     this.table1.Add(this.OutputPicker);
     global::Gtk.Table.TableChild w12 = ((global::Gtk.Table.TableChild)(this.table1[this.OutputPicker]));
     w12.LeftAttach  = ((uint)(2));
     w12.RightAttach = ((uint)(3));
     w12.XOptions    = ((global::Gtk.AttachOptions)(4));
     w12.YOptions    = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     this.WinePrefixLabel           = new global::Gtk.Label();
     this.WinePrefixLabel.Name      = "WinePrefixLabel";
     this.WinePrefixLabel.LabelProp = global::Mono.Unix.Catalog.GetString("Wine Prefix Location");
     this.table1.Add(this.WinePrefixLabel);
     global::Gtk.Table.TableChild w13 = ((global::Gtk.Table.TableChild)(this.table1[this.WinePrefixLabel]));
     w13.TopAttach    = ((uint)(3));
     w13.BottomAttach = ((uint)(4));
     w13.XOptions     = ((global::Gtk.AttachOptions)(4));
     w13.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     this.WinePrefixPath               = new global::Gtk.Entry();
     this.WinePrefixPath.CanFocus      = true;
     this.WinePrefixPath.Name          = "WinePrefixPath";
     this.WinePrefixPath.IsEditable    = true;
     this.WinePrefixPath.InvisibleChar = '•';
     this.table1.Add(this.WinePrefixPath);
     global::Gtk.Table.TableChild w14 = ((global::Gtk.Table.TableChild)(this.table1[this.WinePrefixPath]));
     w14.TopAttach    = ((uint)(3));
     w14.BottomAttach = ((uint)(4));
     w14.LeftAttach   = ((uint)(1));
     w14.RightAttach  = ((uint)(2));
     w14.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     this.WinePrefixPicker              = new global::Gtk.Button();
     this.WinePrefixPicker.CanFocus     = true;
     this.WinePrefixPicker.Name         = "WinePrefixPicker";
     this.WinePrefixPicker.UseStock     = true;
     this.WinePrefixPicker.UseUnderline = true;
     this.WinePrefixPicker.Label        = "gtk-open";
     this.table1.Add(this.WinePrefixPicker);
     global::Gtk.Table.TableChild w15 = ((global::Gtk.Table.TableChild)(this.table1[this.WinePrefixPicker]));
     w15.TopAttach    = ((uint)(3));
     w15.BottomAttach = ((uint)(4));
     w15.LeftAttach   = ((uint)(2));
     w15.RightAttach  = ((uint)(3));
     w15.XOptions     = ((global::Gtk.AttachOptions)(4));
     w15.YOptions     = ((global::Gtk.AttachOptions)(4));
     w1.Add(this.table1);
     global::Gtk.Box.BoxChild w16 = ((global::Gtk.Box.BoxChild)(w1[this.table1]));
     w16.Position = 0;
     w16.Expand   = false;
     w16.Fill     = false;
     // Internal child GTKFrontend.GCDialog.ActionArea
     global::Gtk.HButtonBox w17 = this.ActionArea;
     w17.Name        = "dialog1_ActionArea";
     w17.Spacing     = 10;
     w17.BorderWidth = ((uint)(5));
     w17.LayoutStyle = ((global::Gtk.ButtonBoxStyle)(4));
     // Container child dialog1_ActionArea.Gtk.ButtonBox+ButtonBoxChild
     this.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 w18 = ((global::Gtk.ButtonBox.ButtonBoxChild)(w17[this.buttonOk]));
     w18.Expand = false;
     w18.Fill   = false;
     if ((this.Child != null))
     {
         this.Child.ShowAll();
     }
     this.DefaultWidth  = 400;
     this.DefaultHeight = 300;
     this.CPKCheckbox.Hide();
     this.CPKLabel.Hide();
     this.CPKPath.Hide();
     this.CPKPicker.Hide();
     this.CVMCheckbox.Hide();
     this.ISOLabel.Hide();
     this.ISOPath.Hide();
     this.ISOPicker.Hide();
     this.WinePrefixLabel.Hide();
     this.WinePrefixPath.Hide();
     this.WinePrefixPicker.Hide();
     this.Show();
     this.Response             += new global::Gtk.ResponseHandler(this.OnOK);
     this.OutputPicker.Clicked += new global::System.EventHandler(this.OnOutputPicker);
     this.ISOPicker.Clicked    += new global::System.EventHandler(this.OnISOPicker);
 }
Beispiel #40
0
 protected virtual void Build()
 {
     global::Stetic.Gui.Initialize(this);
     // Widget Vodovoz.ReportsParameters.Logistic.AddressesOverpaymentsReport
     global::Stetic.BinContainer.Attach(this);
     this.Name = "Vodovoz.ReportsParameters.Logistic.AddressesOverpaymentsReport";
     // Container child Vodovoz.ReportsParameters.Logistic.AddressesOverpaymentsReport.Gtk.Container+ContainerChild
     this.table1               = new global::Gtk.Table(((uint)(5)), ((uint)(3)), false);
     this.table1.Name          = "table1";
     this.table1.RowSpacing    = ((uint)(6));
     this.table1.ColumnSpacing = ((uint)(6));
     // Container child table1.Gtk.Table+TableChild
     this.buttonRun              = new global::Gamma.GtkWidgets.yButton();
     this.buttonRun.CanFocus     = true;
     this.buttonRun.Name         = "buttonRun";
     this.buttonRun.UseUnderline = true;
     this.buttonRun.Label        = global::Mono.Unix.Catalog.GetString("Сформировать отчет");
     this.table1.Add(this.buttonRun);
     global::Gtk.Table.TableChild w1 = ((global::Gtk.Table.TableChild)(this.table1[this.buttonRun]));
     w1.TopAttach    = ((uint)(4));
     w1.BottomAttach = ((uint)(5));
     w1.RightAttach  = ((uint)(2));
     w1.XOptions     = ((global::Gtk.AttachOptions)(4));
     w1.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     this.comboDriverOf      = new global::Gamma.Widgets.yEnumComboBox();
     this.comboDriverOf.Name = "comboDriverOf";
     this.comboDriverOf.ShowSpecialStateAll = true;
     this.comboDriverOf.ShowSpecialStateNot = false;
     this.comboDriverOf.UseShortTitle       = false;
     this.comboDriverOf.DefaultFirst        = false;
     this.table1.Add(this.comboDriverOf);
     global::Gtk.Table.TableChild w2 = ((global::Gtk.Table.TableChild)(this.table1[this.comboDriverOf]));
     w2.TopAttach    = ((uint)(1));
     w2.BottomAttach = ((uint)(2));
     w2.LeftAttach   = ((uint)(1));
     w2.RightAttach  = ((uint)(3));
     w2.XOptions     = ((global::Gtk.AttachOptions)(4));
     w2.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     this.datePicker           = new global::QSWidgetLib.DatePeriodPicker();
     this.datePicker.Events    = ((global::Gdk.EventMask)(256));
     this.datePicker.Name      = "datePicker";
     this.datePicker.StartDate = new global::System.DateTime(0);
     this.datePicker.EndDate   = new global::System.DateTime(0);
     this.table1.Add(this.datePicker);
     global::Gtk.Table.TableChild w3 = ((global::Gtk.Table.TableChild)(this.table1[this.datePicker]));
     w3.LeftAttach  = ((uint)(1));
     w3.RightAttach = ((uint)(3));
     w3.XOptions    = ((global::Gtk.AttachOptions)(4));
     w3.YOptions    = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     this.entryDriver                  = new global::QS.Widgets.GtkUI.EntityViewModelEntry();
     this.entryDriver.Events           = ((global::Gdk.EventMask)(256));
     this.entryDriver.Name             = "entryDriver";
     this.entryDriver.CanEditReference = true;
     this.table1.Add(this.entryDriver);
     global::Gtk.Table.TableChild w4 = ((global::Gtk.Table.TableChild)(this.table1[this.entryDriver]));
     w4.TopAttach    = ((uint)(2));
     w4.BottomAttach = ((uint)(3));
     w4.LeftAttach   = ((uint)(1));
     w4.RightAttach  = ((uint)(3));
     w4.XOptions     = ((global::Gtk.AttachOptions)(4));
     w4.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     this.entryLogistician                  = new global::QS.Widgets.GtkUI.EntityViewModelEntry();
     this.entryLogistician.Events           = ((global::Gdk.EventMask)(256));
     this.entryLogistician.Name             = "entryLogistician";
     this.entryLogistician.CanEditReference = true;
     this.table1.Add(this.entryLogistician);
     global::Gtk.Table.TableChild w5 = ((global::Gtk.Table.TableChild)(this.table1[this.entryLogistician]));
     w5.TopAttach    = ((uint)(3));
     w5.BottomAttach = ((uint)(4));
     w5.LeftAttach   = ((uint)(1));
     w5.RightAttach  = ((uint)(3));
     w5.XOptions     = ((global::Gtk.AttachOptions)(4));
     w5.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     this.hbox3         = new global::Gtk.HBox();
     this.hbox3.Name    = "hbox3";
     this.hbox3.Spacing = 6;
     // Container child hbox3.Gtk.Box+BoxChild
     this.buttonInfo = new global::Gamma.GtkWidgets.yButton();
     this.buttonInfo.TooltipMarkup = "Справка по работе с отчетом";
     this.buttonInfo.CanFocus      = true;
     this.buttonInfo.Name          = "buttonInfo";
     this.buttonInfo.UseUnderline  = true;
     this.buttonInfo.Xalign        = 1F;
     global::Gtk.Image w6 = new global::Gtk.Image();
     w6.Pixbuf             = global::Stetic.IconLoader.LoadIcon(this, "gtk-help", global::Gtk.IconSize.Menu);
     this.buttonInfo.Image = w6;
     this.hbox3.Add(this.buttonInfo);
     global::Gtk.Box.BoxChild w7 = ((global::Gtk.Box.BoxChild)(this.hbox3[this.buttonInfo]));
     w7.PackType = ((global::Gtk.PackType)(1));
     w7.Position = 0;
     w7.Expand   = false;
     w7.Fill     = false;
     this.table1.Add(this.hbox3);
     global::Gtk.Table.TableChild w8 = ((global::Gtk.Table.TableChild)(this.table1[this.hbox3]));
     w8.TopAttach    = ((uint)(4));
     w8.BottomAttach = ((uint)(5));
     w8.LeftAttach   = ((uint)(2));
     w8.RightAttach  = ((uint)(3));
     w8.XOptions     = ((global::Gtk.AttachOptions)(4));
     w8.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     this.label1           = new global::Gtk.Label();
     this.label1.Name      = "label1";
     this.label1.Xalign    = 1F;
     this.label1.LabelProp = global::Mono.Unix.Catalog.GetString("Период МЛ:");
     this.table1.Add(this.label1);
     global::Gtk.Table.TableChild w9 = ((global::Gtk.Table.TableChild)(this.table1[this.label1]));
     w9.XOptions = ((global::Gtk.AttachOptions)(4));
     w9.YOptions = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     this.label2           = new global::Gtk.Label();
     this.label2.Name      = "label2";
     this.label2.Xalign    = 1F;
     this.label2.LabelProp = global::Mono.Unix.Catalog.GetString("Управляет а/м:");
     this.table1.Add(this.label2);
     global::Gtk.Table.TableChild w10 = ((global::Gtk.Table.TableChild)(this.table1[this.label2]));
     w10.TopAttach    = ((uint)(1));
     w10.BottomAttach = ((uint)(2));
     w10.XOptions     = ((global::Gtk.AttachOptions)(4));
     w10.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     this.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 w11 = ((global::Gtk.Table.TableChild)(this.table1[this.label3]));
     w11.TopAttach    = ((uint)(2));
     w11.BottomAttach = ((uint)(3));
     w11.XOptions     = ((global::Gtk.AttachOptions)(4));
     w11.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     this.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 w12 = ((global::Gtk.Table.TableChild)(this.table1[this.label4]));
     w12.TopAttach    = ((uint)(3));
     w12.BottomAttach = ((uint)(4));
     w12.XOptions     = ((global::Gtk.AttachOptions)(4));
     w12.YOptions     = ((global::Gtk.AttachOptions)(4));
     this.Add(this.table1);
     if ((this.Child != null))
     {
         this.Child.ShowAll();
     }
     this.Hide();
 }
Beispiel #41
0
 protected virtual void Build()
 {
     global::Stetic.Gui.Initialize(this);
     // Widget Vodovoz.Dialogs.CallTaskDlg
     global::Stetic.BinContainer.Attach(this);
     this.Name = "Vodovoz.Dialogs.CallTaskDlg";
     // Container child Vodovoz.Dialogs.CallTaskDlg.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 = 20;
     // 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::Gtk.Label();
     this.labelCreator.Name      = "labelCreator";
     this.labelCreator.LabelProp = global::Mono.Unix.Catalog.GetString("Создатель :");
     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;
     this.vbox2.Add(this.hbox3);
     global::Gtk.Box.BoxChild w7 = ((global::Gtk.Box.BoxChild)(this.vbox2[this.hbox3]));
     w7.Position = 0;
     w7.Expand   = false;
     w7.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.ClientPhonesView        = new global::Vodovoz.Dialogs.Phones.PhonesView();
     this.ClientPhonesView.Events = ((global::Gdk.EventMask)(256));
     this.ClientPhonesView.Name   = "ClientPhonesView";
     this.table1.Add(this.ClientPhonesView);
     global::Gtk.Table.TableChild w8 = ((global::Gtk.Table.TableChild)(this.table1[this.ClientPhonesView]));
     w8.TopAttach    = ((uint)(3));
     w8.BottomAttach = ((uint)(4));
     w8.LeftAttach   = ((uint)(1));
     w8.RightAttach  = ((uint)(2));
     w8.XOptions     = ((global::Gtk.AttachOptions)(4));
     w8.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     this.comboboxImpotanceType      = new global::Gamma.Widgets.yEnumComboBox();
     this.comboboxImpotanceType.Name = "comboboxImpotanceType";
     this.comboboxImpotanceType.ShowSpecialStateAll = false;
     this.comboboxImpotanceType.ShowSpecialStateNot = false;
     this.comboboxImpotanceType.UseShortTitle       = false;
     this.comboboxImpotanceType.DefaultFirst        = false;
     this.table1.Add(this.comboboxImpotanceType);
     global::Gtk.Table.TableChild w9 = ((global::Gtk.Table.TableChild)(this.table1[this.comboboxImpotanceType]));
     w9.TopAttach    = ((uint)(11));
     w9.BottomAttach = ((uint)(12));
     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.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 w10 = ((global::Gtk.Table.TableChild)(this.table1[this.deadlineYdatepicker]));
     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.debtByAddressEntry               = new global::Gtk.Entry();
     this.debtByAddressEntry.CanFocus      = true;
     this.debtByAddressEntry.Name          = "debtByAddressEntry";
     this.debtByAddressEntry.IsEditable    = false;
     this.debtByAddressEntry.InvisibleChar = '•';
     this.table1.Add(this.debtByAddressEntry);
     global::Gtk.Table.TableChild w11 = ((global::Gtk.Table.TableChild)(this.table1[this.debtByAddressEntry]));
     w11.TopAttach    = ((uint)(6));
     w11.BottomAttach = ((uint)(7));
     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.debtByClientEntry               = new global::Gamma.GtkWidgets.yEntry();
     this.debtByClientEntry.CanFocus      = true;
     this.debtByClientEntry.Name          = "debtByClientEntry";
     this.debtByClientEntry.IsEditable    = false;
     this.debtByClientEntry.InvisibleChar = '•';
     this.table1.Add(this.debtByClientEntry);
     global::Gtk.Table.TableChild w12 = ((global::Gtk.Table.TableChild)(this.table1[this.debtByClientEntry]));
     w12.TopAttach    = ((uint)(5));
     w12.BottomAttach = ((uint)(6));
     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.DeliveryPointPhonesView        = new global::Vodovoz.Dialogs.Phones.PhonesView();
     this.DeliveryPointPhonesView.Events = ((global::Gdk.EventMask)(256));
     this.DeliveryPointPhonesView.Name   = "DeliveryPointPhonesView";
     this.table1.Add(this.DeliveryPointPhonesView);
     global::Gtk.Table.TableChild w13 = ((global::Gtk.Table.TableChild)(this.table1[this.DeliveryPointPhonesView]));
     w13.TopAttach    = ((uint)(4));
     w13.BottomAttach = ((uint)(5));
     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.entityVMEntryCounterparty                  = new global::QS.Widgets.GtkUI.EntityViewModelEntry();
     this.entityVMEntryCounterparty.Events           = ((global::Gdk.EventMask)(256));
     this.entityVMEntryCounterparty.Name             = "entityVMEntryCounterparty";
     this.entityVMEntryCounterparty.CanEditReference = true;
     this.table1.Add(this.entityVMEntryCounterparty);
     global::Gtk.Table.TableChild w14 = ((global::Gtk.Table.TableChild)(this.table1[this.entityVMEntryCounterparty]));
     w14.TopAttach    = ((uint)(1));
     w14.BottomAttach = ((uint)(2));
     w14.LeftAttach   = ((uint)(1));
     w14.RightAttach  = ((uint)(2));
     w14.XOptions     = ((global::Gtk.AttachOptions)(4));
     w14.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     this.entityVMEntryDeliveryPoint                  = new global::QS.Widgets.GtkUI.EntityViewModelEntry();
     this.entityVMEntryDeliveryPoint.Events           = ((global::Gdk.EventMask)(256));
     this.entityVMEntryDeliveryPoint.Name             = "entityVMEntryDeliveryPoint";
     this.entityVMEntryDeliveryPoint.CanEditReference = true;
     this.table1.Add(this.entityVMEntryDeliveryPoint);
     global::Gtk.Table.TableChild w15 = ((global::Gtk.Table.TableChild)(this.table1[this.entityVMEntryDeliveryPoint]));
     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.entryAttachedEmployee                  = new global::QS.Widgets.GtkUI.EntityViewModelEntry();
     this.entryAttachedEmployee.Events           = ((global::Gdk.EventMask)(256));
     this.entryAttachedEmployee.Name             = "entryAttachedEmployee";
     this.entryAttachedEmployee.CanEditReference = false;
     this.table1.Add(this.entryAttachedEmployee);
     global::Gtk.Table.TableChild w16 = ((global::Gtk.Table.TableChild)(this.table1[this.entryAttachedEmployee]));
     w16.TopAttach    = ((uint)(9));
     w16.BottomAttach = ((uint)(10));
     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.entryReserve               = new global::Gtk.Entry();
     this.entryReserve.CanFocus      = true;
     this.entryReserve.Name          = "entryReserve";
     this.entryReserve.IsEditable    = false;
     this.entryReserve.InvisibleChar = '•';
     this.table1.Add(this.entryReserve);
     global::Gtk.Table.TableChild w17 = ((global::Gtk.Table.TableChild)(this.table1[this.entryReserve]));
     w17.TopAttach    = ((uint)(2));
     w17.BottomAttach = ((uint)(3));
     w17.LeftAttach   = ((uint)(1));
     w17.RightAttach  = ((uint)(2));
     w17.XOptions     = ((global::Gtk.AttachOptions)(4));
     w17.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 w18 = ((global::Gtk.Table.TableChild)(this.table1[this.IsTaskCompleteButton]));
     w18.TopAttach    = ((uint)(12));
     w18.BottomAttach = ((uint)(13));
     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.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 w19 = ((global::Gtk.Table.TableChild)(this.table1[this.label1]));
     w19.TopAttach    = ((uint)(1));
     w19.BottomAttach = ((uint)(2));
     w19.XOptions     = ((global::Gtk.AttachOptions)(4));
     w19.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 w20 = ((global::Gtk.Table.TableChild)(this.table1[this.label10]));
     w20.TopAttach    = ((uint)(2));
     w20.BottomAttach = ((uint)(3));
     w20.XOptions     = ((global::Gtk.AttachOptions)(4));
     w20.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 w21 = ((global::Gtk.Table.TableChild)(this.table1[this.label12]));
     w21.TopAttach    = ((uint)(10));
     w21.BottomAttach = ((uint)(11));
     w21.XOptions     = ((global::Gtk.AttachOptions)(4));
     w21.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 w22 = ((global::Gtk.Table.TableChild)(this.table1[this.label13]));
     w22.TopAttach    = ((uint)(11));
     w22.BottomAttach = ((uint)(12));
     w22.XOptions     = ((global::Gtk.AttachOptions)(4));
     w22.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     this.label14           = new global::Gtk.Label();
     this.label14.Name      = "label14";
     this.label14.LabelProp = global::Mono.Unix.Catalog.GetString("Телефон( Точка доставки ) :");
     this.table1.Add(this.label14);
     global::Gtk.Table.TableChild w23 = ((global::Gtk.Table.TableChild)(this.table1[this.label14]));
     w23.TopAttach    = ((uint)(4));
     w23.BottomAttach = ((uint)(5));
     w23.XOptions     = ((global::Gtk.AttachOptions)(4));
     w23.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 w24 = ((global::Gtk.Table.TableChild)(this.table1[this.label2]));
     w24.XOptions = ((global::Gtk.AttachOptions)(4));
     w24.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 w25 = ((global::Gtk.Table.TableChild)(this.table1[this.label4]));
     w25.TopAttach    = ((uint)(5));
     w25.BottomAttach = ((uint)(6));
     w25.XOptions     = ((global::Gtk.AttachOptions)(4));
     w25.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 w26 = ((global::Gtk.Table.TableChild)(this.table1[this.label5]));
     w26.TopAttach    = ((uint)(6));
     w26.BottomAttach = ((uint)(7));
     w26.XOptions     = ((global::Gtk.AttachOptions)(4));
     w26.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 w27 = ((global::Gtk.Table.TableChild)(this.table1[this.label6]));
     w27.TopAttach    = ((uint)(8));
     w27.BottomAttach = ((uint)(9));
     w27.XOptions     = ((global::Gtk.AttachOptions)(4));
     w27.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 w28 = ((global::Gtk.Table.TableChild)(this.table1[this.label7]));
     w28.TopAttach    = ((uint)(7));
     w28.BottomAttach = ((uint)(8));
     w28.XOptions     = ((global::Gtk.AttachOptions)(4));
     w28.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 w29 = ((global::Gtk.Table.TableChild)(this.table1[this.label8]));
     w29.TopAttach    = ((uint)(9));
     w29.BottomAttach = ((uint)(10));
     w29.XOptions     = ((global::Gtk.AttachOptions)(4));
     w29.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     this.labelClientPhone           = new global::Gtk.Label();
     this.labelClientPhone.Name      = "labelClientPhone";
     this.labelClientPhone.LabelProp = global::Mono.Unix.Catalog.GetString("Телефон( Клиент ) :");
     this.table1.Add(this.labelClientPhone);
     global::Gtk.Table.TableChild w30 = ((global::Gtk.Table.TableChild)(this.table1[this.labelClientPhone]));
     w30.TopAttach    = ((uint)(3));
     w30.BottomAttach = ((uint)(4));
     w30.XOptions     = ((global::Gtk.AttachOptions)(4));
     w30.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 w31 = ((global::Gtk.Table.TableChild)(this.table1[this.TaskStateComboBox]));
     w31.TopAttach    = ((uint)(7));
     w31.BottomAttach = ((uint)(8));
     w31.LeftAttach   = ((uint)(1));
     w31.RightAttach  = ((uint)(2));
     w31.XOptions     = ((global::Gtk.AttachOptions)(4));
     w31.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     this.yentryTareReturn               = new global::Gamma.Widgets.yValidatedEntry();
     this.yentryTareReturn.CanFocus      = true;
     this.yentryTareReturn.Name          = "yentryTareReturn";
     this.yentryTareReturn.IsEditable    = true;
     this.yentryTareReturn.InvisibleChar = '•';
     this.table1.Add(this.yentryTareReturn);
     global::Gtk.Table.TableChild w32 = ((global::Gtk.Table.TableChild)(this.table1[this.yentryTareReturn]));
     w32.TopAttach    = ((uint)(10));
     w32.BottomAttach = ((uint)(11));
     w32.LeftAttach   = ((uint)(1));
     w32.RightAttach  = ((uint)(2));
     w32.XOptions     = ((global::Gtk.AttachOptions)(4));
     w32.YOptions     = ((global::Gtk.AttachOptions)(4));
     this.hbox1.Add(this.table1);
     global::Gtk.Box.BoxChild w33 = ((global::Gtk.Box.BoxChild)(this.hbox1[this.table1]));
     w33.Position = 0;
     w33.Expand   = false;
     w33.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 w34 = ((global::Gtk.Box.BoxChild)(this.hbox1[this.vseparator1]));
     w34.Position = 1;
     w34.Expand   = false;
     w34.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.label9           = new global::Gtk.Label();
     this.label9.Name      = "label9";
     this.label9.LabelProp = global::Mono.Unix.Catalog.GetString("Комментарий :");
     this.vboxComments.Add(this.label9);
     global::Gtk.Box.BoxChild w35 = ((global::Gtk.Box.BoxChild)(this.vboxComments[this.label9]));
     w35.Position = 0;
     w35.Expand   = false;
     w35.Fill     = false;
     // Container child vboxComments.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.ytextviewComments          = new global::Gamma.GtkWidgets.yTextView();
     this.ytextviewComments.CanFocus = true;
     this.ytextviewComments.Name     = "ytextviewComments";
     this.ytextviewComments.Editable = false;
     this.ytextviewComments.WrapMode = ((global::Gtk.WrapMode)(3));
     this.GtkScrolledWindow.Add(this.ytextviewComments);
     this.vboxComments.Add(this.GtkScrolledWindow);
     global::Gtk.Box.BoxChild w37 = ((global::Gtk.Box.BoxChild)(this.vboxComments[this.GtkScrolledWindow]));
     w37.Position = 1;
     // 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 w38 = ((global::Gtk.Box.BoxChild)(this.vboxComments[this.hseparator1]));
     w38.Position = 2;
     w38.Expand   = false;
     w38.Fill     = false;
     // Container child vboxComments.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.textviewLastComment          = new global::Gamma.GtkWidgets.yTextView();
     this.textviewLastComment.CanFocus = true;
     this.textviewLastComment.Name     = "textviewLastComment";
     this.GtkScrolledWindow1.Add(this.textviewLastComment);
     this.vboxComments.Add(this.GtkScrolledWindow1);
     global::Gtk.Box.BoxChild w40 = ((global::Gtk.Box.BoxChild)(this.vboxComments[this.GtkScrolledWindow1]));
     w40.Position = 3;
     // Container child vboxComments.Gtk.Box+BoxChild
     this.buttonAddComment              = new global::Gtk.Button();
     this.buttonAddComment.CanFocus     = true;
     this.buttonAddComment.Name         = "buttonAddComment";
     this.buttonAddComment.UseUnderline = true;
     this.buttonAddComment.Label        = global::Mono.Unix.Catalog.GetString("Добавить комментарий");
     global::Gtk.Image w41 = new global::Gtk.Image();
     w41.Pixbuf = global::Stetic.IconLoader.LoadIcon(this, "gtk-add", global::Gtk.IconSize.Menu);
     this.buttonAddComment.Image = w41;
     this.vboxComments.Add(this.buttonAddComment);
     global::Gtk.Box.BoxChild w42 = ((global::Gtk.Box.BoxChild)(this.vboxComments[this.buttonAddComment]));
     w42.Position = 4;
     w42.Expand   = false;
     w42.Fill     = false;
     // Container child vboxComments.Gtk.Box+BoxChild
     this.buttonRevertComment              = new global::Gtk.Button();
     this.buttonRevertComment.CanFocus     = true;
     this.buttonRevertComment.Name         = "buttonRevertComment";
     this.buttonRevertComment.UseUnderline = true;
     this.buttonRevertComment.Label        = global::Mono.Unix.Catalog.GetString("Отменить последний комментарий");
     global::Gtk.Image w43 = new global::Gtk.Image();
     w43.Pixbuf = global::Stetic.IconLoader.LoadIcon(this, "gtk-clear", global::Gtk.IconSize.Menu);
     this.buttonRevertComment.Image = w43;
     this.vboxComments.Add(this.buttonRevertComment);
     global::Gtk.Box.BoxChild w44 = ((global::Gtk.Box.BoxChild)(this.vboxComments[this.buttonRevertComment]));
     w44.Position = 5;
     w44.Expand   = false;
     w44.Fill     = false;
     this.hbox1.Add(this.vboxComments);
     global::Gtk.Box.BoxChild w45 = ((global::Gtk.Box.BoxChild)(this.hbox1[this.vboxComments]));
     w45.Position = 2;
     // Container child hbox1.Gtk.Box+BoxChild
     this.buttonSplit = new global::Gtk.Button();
     this.buttonSplit.WidthRequest = 30;
     this.buttonSplit.CanFocus     = true;
     this.buttonSplit.Name         = "buttonSplit";
     this.buttonSplit.UseUnderline = true;
     this.buttonSplit.Label        = global::Mono.Unix.Catalog.GetString(">>");
     this.hbox1.Add(this.buttonSplit);
     global::Gtk.Box.BoxChild w46 = ((global::Gtk.Box.BoxChild)(this.hbox1[this.buttonSplit]));
     w46.Position = 3;
     w46.Expand   = false;
     w46.Fill     = false;
     // Container child hbox1.Gtk.Box+BoxChild
     this.tablePreviousComments               = new global::Gamma.GtkWidgets.yTable();
     this.tablePreviousComments.Name          = "tablePreviousComments";
     this.tablePreviousComments.NRows         = ((uint)(5));
     this.tablePreviousComments.NColumns      = ((uint)(2));
     this.tablePreviousComments.RowSpacing    = ((uint)(6));
     this.tablePreviousComments.ColumnSpacing = ((uint)(6));
     // Container child tablePreviousComments.Gtk.Table+TableChild
     this.prefixLabelCommentAboutClient           = new global::Gamma.GtkWidgets.yLabel();
     this.prefixLabelCommentAboutClient.Name      = "prefixLabelCommentAboutClient";
     this.prefixLabelCommentAboutClient.LabelProp = global::Mono.Unix.Catalog.GetString("Комментарий из карточки контрагента");
     this.tablePreviousComments.Add(this.prefixLabelCommentAboutClient);
     global::Gtk.Table.TableChild w47 = ((global::Gtk.Table.TableChild)(this.tablePreviousComments[this.prefixLabelCommentAboutClient]));
     w47.RightAttach = ((uint)(2));
     w47.XOptions    = ((global::Gtk.AttachOptions)(4));
     w47.YOptions    = ((global::Gtk.AttachOptions)(4));
     // Container child tablePreviousComments.Gtk.Table+TableChild
     this.scrollCommentAboutClient            = new global::Gtk.ScrolledWindow();
     this.scrollCommentAboutClient.Name       = "scrollCommentAboutClient";
     this.scrollCommentAboutClient.ShadowType = ((global::Gtk.ShadowType)(1));
     // Container child scrollCommentAboutClient.Gtk.Container+ContainerChild
     this.textViewCommentAboutClient          = new global::Gamma.GtkWidgets.yTextView();
     this.textViewCommentAboutClient.CanFocus = true;
     this.textViewCommentAboutClient.Name     = "textViewCommentAboutClient";
     this.textViewCommentAboutClient.Editable = false;
     this.scrollCommentAboutClient.Add(this.textViewCommentAboutClient);
     this.tablePreviousComments.Add(this.scrollCommentAboutClient);
     global::Gtk.Table.TableChild w49 = ((global::Gtk.Table.TableChild)(this.tablePreviousComments[this.scrollCommentAboutClient]));
     w49.TopAttach    = ((uint)(1));
     w49.BottomAttach = ((uint)(2));
     w49.RightAttach  = ((uint)(2));
     w49.XOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child tablePreviousComments.Gtk.Table+TableChild
     this.vboxOldComments         = new global::Gtk.VBox();
     this.vboxOldComments.Name    = "vboxOldComments";
     this.vboxOldComments.Spacing = 6;
     // Container child vboxOldComments.Gtk.Box+BoxChild
     this.label11           = new global::Gtk.Label();
     this.label11.Name      = "label11";
     this.label11.LabelProp = global::Mono.Unix.Catalog.GetString("Комментарии по прошлым задачам");
     this.vboxOldComments.Add(this.label11);
     global::Gtk.Box.BoxChild w50 = ((global::Gtk.Box.BoxChild)(this.vboxOldComments[this.label11]));
     w50.Position = 0;
     w50.Expand   = false;
     w50.Fill     = false;
     // Container child vboxOldComments.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.ytextviewOldComments          = new global::Gamma.GtkWidgets.yTextView();
     this.ytextviewOldComments.CanFocus = true;
     this.ytextviewOldComments.Name     = "ytextviewOldComments";
     this.ytextviewOldComments.WrapMode = ((global::Gtk.WrapMode)(3));
     this.GtkScrolledWindow2.Add(this.ytextviewOldComments);
     this.vboxOldComments.Add(this.GtkScrolledWindow2);
     global::Gtk.Box.BoxChild w52 = ((global::Gtk.Box.BoxChild)(this.vboxOldComments[this.GtkScrolledWindow2]));
     w52.Position = 1;
     this.tablePreviousComments.Add(this.vboxOldComments);
     global::Gtk.Table.TableChild w53 = ((global::Gtk.Table.TableChild)(this.tablePreviousComments[this.vboxOldComments]));
     w53.TopAttach    = ((uint)(2));
     w53.BottomAttach = ((uint)(5));
     w53.RightAttach  = ((uint)(2));
     w53.XOptions     = ((global::Gtk.AttachOptions)(4));
     this.hbox1.Add(this.tablePreviousComments);
     global::Gtk.Box.BoxChild w54 = ((global::Gtk.Box.BoxChild)(this.hbox1[this.tablePreviousComments]));
     w54.Position = 4;
     w54.Expand   = false;
     w54.Fill     = false;
     this.vbox2.Add(this.hbox1);
     global::Gtk.Box.BoxChild w55 = ((global::Gtk.Box.BoxChild)(this.vbox2[this.hbox1]));
     w55.Position = 1;
     // Container child vbox2.Gtk.Box+BoxChild
     this.hbox7         = new global::Gtk.HBox();
     this.hbox7.Name    = "hbox7";
     this.hbox7.Spacing = 6;
     // Container child hbox7.Gtk.Box+BoxChild
     this.createOrderButton              = new global::Gtk.Button();
     this.createOrderButton.CanFocus     = true;
     this.createOrderButton.Name         = "createOrderButton";
     this.createOrderButton.UseUnderline = true;
     this.createOrderButton.Label        = global::Mono.Unix.Catalog.GetString("Оформить заказ");
     this.hbox7.Add(this.createOrderButton);
     global::Gtk.Box.BoxChild w56 = ((global::Gtk.Box.BoxChild)(this.hbox7[this.createOrderButton]));
     w56.Position = 0;
     w56.Expand   = false;
     w56.Fill     = false;
     // Container child hbox7.Gtk.Box+BoxChild
     this.createTaskButton              = new global::Gtk.Button();
     this.createTaskButton.CanFocus     = true;
     this.createTaskButton.Name         = "createTaskButton";
     this.createTaskButton.UseUnderline = true;
     this.createTaskButton.Label        = global::Mono.Unix.Catalog.GetString("Создать новую задачу");
     this.hbox7.Add(this.createTaskButton);
     global::Gtk.Box.BoxChild w57 = ((global::Gtk.Box.BoxChild)(this.hbox7[this.createTaskButton]));
     w57.Position = 1;
     w57.Expand   = false;
     w57.Fill     = false;
     // Container child hbox7.Gtk.Box+BoxChild
     this.buttonReportByClient              = new global::Gtk.Button();
     this.buttonReportByClient.CanFocus     = true;
     this.buttonReportByClient.Name         = "buttonReportByClient";
     this.buttonReportByClient.UseUnderline = true;
     this.buttonReportByClient.Label        = global::Mono.Unix.Catalog.GetString("Акт по бутылям и залогам(по клиенту)");
     this.hbox7.Add(this.buttonReportByClient);
     global::Gtk.Box.BoxChild w58 = ((global::Gtk.Box.BoxChild)(this.hbox7[this.buttonReportByClient]));
     w58.Position = 2;
     w58.Expand   = false;
     w58.Fill     = false;
     // Container child hbox7.Gtk.Box+BoxChild
     this.buttonReportByDP              = new global::Gtk.Button();
     this.buttonReportByDP.CanFocus     = true;
     this.buttonReportByDP.Name         = "buttonReportByDP";
     this.buttonReportByDP.UseUnderline = true;
     this.buttonReportByDP.Label        = global::Mono.Unix.Catalog.GetString("Акт по бутылям и залогам(по точке доставки)");
     this.hbox7.Add(this.buttonReportByDP);
     global::Gtk.Box.BoxChild w59 = ((global::Gtk.Box.BoxChild)(this.hbox7[this.buttonReportByDP]));
     w59.Position = 3;
     w59.Expand   = false;
     w59.Fill     = false;
     this.vbox2.Add(this.hbox7);
     global::Gtk.Box.BoxChild w60 = ((global::Gtk.Box.BoxChild)(this.vbox2[this.hbox7]));
     w60.Position = 2;
     w60.Expand   = false;
     w60.Fill     = false;
     w1.Add(this.vbox2);
     this.scrolledwindow1.Add(w1);
     this.Add(this.scrolledwindow1);
     if ((this.Child != null))
     {
         this.Child.ShowAll();
     }
     this.vboxOldComments.Hide();
     this.Hide();
     this.entityVMEntryDeliveryPoint.Changed       += new global::System.EventHandler(this.OnEntityVMEntryDeliveryPointChanged);
     this.entityVMEntryDeliveryPoint.ChangedByUser += new global::System.EventHandler(this.OnEntityVMEntryDeliveryPointChangedByUser);
     this.entityVMEntryCounterparty.Changed        += new global::System.EventHandler(this.OnEntityVMEntryCounterpartyChanged);
     this.entityVMEntryCounterparty.ChangedByUser  += new global::System.EventHandler(this.OnEntityVMEntryCounterpartyChangedByUser);
     this.buttonAddComment.Clicked     += new global::System.EventHandler(this.OnAddCommentButtonClicked);
     this.buttonRevertComment.Clicked  += new global::System.EventHandler(this.OnCancelLastCommentButtonClicked);
     this.buttonSplit.Clicked          += new global::System.EventHandler(this.OnButtonSplitClicked);
     this.createOrderButton.Clicked    += new global::System.EventHandler(this.OnButtonCreateOrderClicked);
     this.createTaskButton.Clicked     += new global::System.EventHandler(this.OnCreateTaskButtonClicked);
     this.buttonReportByClient.Clicked += new global::System.EventHandler(this.OnButtonReportByClientClicked);
     this.buttonReportByDP.Clicked     += new global::System.EventHandler(this.OnButtonReportByDPClicked);
 }
 protected virtual void Build()
 {
     global::Stetic.Gui.Initialize(this);
     // Widget MonoDevelop.HaxeBinding.Projects.Gui.NMEProjectOptionsWidget
     global::Stetic.BinContainer.Attach(this);
     this.Name = "MonoDevelop.HaxeBinding.Projects.Gui.NMEProjectOptionsWidget";
     // Container child MonoDevelop.HaxeBinding.Projects.Gui.NMEProjectOptionsWidget.Gtk.Container+ContainerChild
     this.vbox1         = new global::Gtk.VBox();
     this.vbox1.Name    = "vbox1";
     this.vbox1.Spacing = 6;
     // Container child vbox1.Gtk.Box+BoxChild
     this.frame1            = new global::Gtk.Frame();
     this.frame1.Name       = "frame1";
     this.frame1.ShadowType = ((global::Gtk.ShadowType)(0));
     // Container child frame1.Gtk.Container+ContainerChild
     this.GtkAlignment             = new global::Gtk.Alignment(0F, 0F, 1F, 1F);
     this.GtkAlignment.Name        = "GtkAlignment";
     this.GtkAlignment.LeftPadding = ((uint)(12));
     this.GtkAlignment.TopPadding  = ((uint)(12));
     // Container child GtkAlignment.Gtk.Container+ContainerChild
     this.table1               = new global::Gtk.Table(((uint)(3)), ((uint)(2)), false);
     this.table1.Name          = "table1";
     this.table1.RowSpacing    = ((uint)(6));
     this.table1.ColumnSpacing = ((uint)(12));
     // Container child table1.Gtk.Table+TableChild
     this.hbox1         = new global::Gtk.HBox();
     this.hbox1.Name    = "hbox1";
     this.hbox1.Spacing = 6;
     // Container child hbox1.Gtk.Box+BoxChild
     this.TargetNMMLFileEntry               = new global::Gtk.Entry();
     this.TargetNMMLFileEntry.CanFocus      = true;
     this.TargetNMMLFileEntry.Name          = "TargetNMMLFileEntry";
     this.TargetNMMLFileEntry.IsEditable    = true;
     this.TargetNMMLFileEntry.InvisibleChar = '•';
     this.hbox1.Add(this.TargetNMMLFileEntry);
     global::Gtk.Box.BoxChild w1 = ((global::Gtk.Box.BoxChild)(this.hbox1 [this.TargetNMMLFileEntry]));
     w1.Position = 0;
     // Container child hbox1.Gtk.Box+BoxChild
     this.TargetNMMLFileButton          = new global::Gtk.Button();
     this.TargetNMMLFileButton.CanFocus = true;
     this.TargetNMMLFileButton.Name     = "TargetNMMLFileButton";
     // Container child TargetNMMLFileButton.Gtk.Container+ContainerChild
     global::Gtk.Alignment w2 = new global::Gtk.Alignment(0.5F, 0.5F, 0F, 0F);
     // Container child GtkAlignment.Gtk.Container+ContainerChild
     global::Gtk.HBox w3 = new global::Gtk.HBox();
     w3.Spacing = 2;
     // Container child GtkHBox.Gtk.Container+ContainerChild
     global::Gtk.Image w4 = new global::Gtk.Image();
     w4.Pixbuf = global::Stetic.IconLoader.LoadIcon(this, "gtk-file", global::Gtk.IconSize.Menu);
     w3.Add(w4);
     // Container child GtkHBox.Gtk.Container+ContainerChild
     global::Gtk.Label w6 = new global::Gtk.Label();
     w6.LabelProp = global::Mono.Unix.Catalog.GetString("Choose...");
     w3.Add(w6);
     w2.Add(w3);
     this.TargetNMMLFileButton.Add(w2);
     this.hbox1.Add(this.TargetNMMLFileButton);
     global::Gtk.Box.BoxChild w10 = ((global::Gtk.Box.BoxChild)(this.hbox1 [this.TargetNMMLFileButton]));
     w10.Position = 1;
     w10.Expand   = false;
     w10.Fill     = false;
     this.table1.Add(this.hbox1);
     global::Gtk.Table.TableChild w11 = ((global::Gtk.Table.TableChild)(this.table1 [this.hbox1]));
     w11.LeftAttach  = ((uint)(1));
     w11.RightAttach = ((uint)(2));
     w11.YOptions    = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     this.TargetNMMLFileLabel           = new global::Gtk.Label();
     this.TargetNMMLFileLabel.Name      = "TargetNMMLFileLabel";
     this.TargetNMMLFileLabel.Xalign    = 0F;
     this.TargetNMMLFileLabel.LabelProp = global::Mono.Unix.Catalog.GetString("Target NMML file:");
     this.table1.Add(this.TargetNMMLFileLabel);
     global::Gtk.Table.TableChild w12 = ((global::Gtk.Table.TableChild)(this.table1 [this.TargetNMMLFileLabel]));
     w12.XOptions = ((global::Gtk.AttachOptions)(4));
     w12.YOptions = ((global::Gtk.AttachOptions)(4));
     this.GtkAlignment.Add(this.table1);
     this.frame1.Add(this.GtkAlignment);
     this.GtkLabel1           = new global::Gtk.Label();
     this.GtkLabel1.Name      = "GtkLabel1";
     this.GtkLabel1.LabelProp = global::Mono.Unix.Catalog.GetString("<b>Code Generation</b>");
     this.GtkLabel1.UseMarkup = true;
     this.frame1.LabelWidget  = this.GtkLabel1;
     this.vbox1.Add(this.frame1);
     global::Gtk.Box.BoxChild w15 = ((global::Gtk.Box.BoxChild)(this.vbox1 [this.frame1]));
     w15.Position = 0;
     // Container child vbox1.Gtk.Box+BoxChild
     this.frame2            = new global::Gtk.Frame();
     this.frame2.Name       = "frame2";
     this.frame2.ShadowType = ((global::Gtk.ShadowType)(0));
     // Container child frame2.Gtk.Container+ContainerChild
     this.GtkAlignment2             = new global::Gtk.Alignment(0F, 0F, 1F, 1F);
     this.GtkAlignment2.Name        = "GtkAlignment2";
     this.GtkAlignment2.LeftPadding = ((uint)(12));
     this.GtkAlignment2.TopPadding  = ((uint)(12));
     // Container child GtkAlignment2.Gtk.Container+ContainerChild
     this.table2               = new global::Gtk.Table(((uint)(1)), ((uint)(2)), false);
     this.table2.Name          = "table2";
     this.table2.RowSpacing    = ((uint)(6));
     this.table2.ColumnSpacing = ((uint)(6));
     // Container child table2.Gtk.Table+TableChild
     this.AdditionalArgumentsEntry               = new global::Gtk.Entry();
     this.AdditionalArgumentsEntry.CanFocus      = true;
     this.AdditionalArgumentsEntry.Name          = "AdditionalArgumentsEntry";
     this.AdditionalArgumentsEntry.IsEditable    = true;
     this.AdditionalArgumentsEntry.InvisibleChar = '•';
     this.table2.Add(this.AdditionalArgumentsEntry);
     global::Gtk.Table.TableChild w16 = ((global::Gtk.Table.TableChild)(this.table2 [this.AdditionalArgumentsEntry]));
     w16.LeftAttach  = ((uint)(1));
     w16.RightAttach = ((uint)(2));
     w16.YOptions    = ((global::Gtk.AttachOptions)(4));
     // Container child table2.Gtk.Table+TableChild
     this.AdditionalArgumentsLabel           = new global::Gtk.Label();
     this.AdditionalArgumentsLabel.Name      = "AdditionalArgumentsLabel";
     this.AdditionalArgumentsLabel.Xalign    = 0F;
     this.AdditionalArgumentsLabel.LabelProp = global::Mono.Unix.Catalog.GetString("Additional arguments:");
     this.table2.Add(this.AdditionalArgumentsLabel);
     global::Gtk.Table.TableChild w17 = ((global::Gtk.Table.TableChild)(this.table2 [this.AdditionalArgumentsLabel]));
     w17.XOptions = ((global::Gtk.AttachOptions)(4));
     w17.YOptions = ((global::Gtk.AttachOptions)(4));
     this.GtkAlignment2.Add(this.table2);
     this.frame2.Add(this.GtkAlignment2);
     this.GtkLabel2           = new global::Gtk.Label();
     this.GtkLabel2.Name      = "GtkLabel2";
     this.GtkLabel2.LabelProp = global::Mono.Unix.Catalog.GetString("<b>Additional Options</b>");
     this.GtkLabel2.UseMarkup = true;
     this.frame2.LabelWidget  = this.GtkLabel2;
     this.vbox1.Add(this.frame2);
     global::Gtk.Box.BoxChild w20 = ((global::Gtk.Box.BoxChild)(this.vbox1 [this.frame2]));
     w20.Position = 1;
     w20.Expand   = false;
     w20.Fill     = false;
     this.Add(this.vbox1);
     if ((this.Child != null))
     {
         this.Child.ShowAll();
     }
     this.Hide();
     this.TargetNMMLFileButton.Clicked += new global::System.EventHandler(this.OnTargetNMMLFileButtonClicked);
 }
Beispiel #43
0
 protected virtual void Build()
 {
     global::Stetic.Gui.Initialize(this);
     // Widget Vodovoz.Views.WageCalculation.WageDistrictView
     global::Stetic.BinContainer.Attach(this);
     this.Name = "Vodovoz.Views.WageCalculation.WageDistrictView";
     // Container child Vodovoz.Views.WageCalculation.WageDistrictView.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;
     // Container child vboxDialog.Gtk.Box+BoxChild
     this.table1               = new global::Gtk.Table(((uint)(1)), ((uint)(2)), false);
     this.table1.Name          = "table1";
     this.table1.RowSpacing    = ((uint)(6));
     this.table1.ColumnSpacing = ((uint)(6));
     // Container child table1.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.table1.Add(this.labelName);
     global::Gtk.Table.TableChild w6 = ((global::Gtk.Table.TableChild)(this.table1[this.labelName]));
     w6.XOptions = ((global::Gtk.AttachOptions)(4));
     w6.YOptions = ((global::Gtk.AttachOptions)(4));
     // Container child table1.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.table1.Add(this.yentryName);
     global::Gtk.Table.TableChild w7 = ((global::Gtk.Table.TableChild)(this.table1[this.yentryName]));
     w7.LeftAttach  = ((uint)(1));
     w7.RightAttach = ((uint)(2));
     w7.YOptions    = ((global::Gtk.AttachOptions)(4));
     this.vboxDialog.Add(this.table1);
     global::Gtk.Box.BoxChild w8 = ((global::Gtk.Box.BoxChild)(this.vboxDialog[this.table1]));
     w8.Position = 1;
     w8.Expand   = false;
     // Container child vboxDialog.Gtk.Box+BoxChild
     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.vboxDialog.Add(this.chkIsArchive);
     global::Gtk.Box.BoxChild w9 = ((global::Gtk.Box.BoxChild)(this.vboxDialog[this.chkIsArchive]));
     w9.Position = 2;
     w9.Expand   = false;
     w9.Fill     = false;
     this.Add(this.vboxDialog);
     if ((this.Child != null))
     {
         this.Child.ShowAll();
     }
     this.Hide();
 }
Beispiel #44
0
 protected virtual void Build()
 {
     global::Stetic.Gui.Initialize(this);
     // Widget MonoDevelop.CSharp.Formatting.CSharpFormattingProfileDialog
     this.Name           = "MonoDevelop.CSharp.Formatting.CSharpFormattingProfileDialog";
     this.WindowPosition = ((global::Gtk.WindowPosition)(4));
     this.BorderWidth    = ((uint)(6));
     // Internal child MonoDevelop.CSharp.Formatting.CSharpFormattingProfileDialog.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.vbox5         = new global::Gtk.VBox();
     this.vbox5.Name    = "vbox5";
     this.vbox5.Spacing = 6;
     // Container child vbox5.Gtk.Box+BoxChild
     this.hpaned1          = new global::Gtk.HPaned();
     this.hpaned1.CanFocus = true;
     this.hpaned1.Name     = "hpaned1";
     this.hpaned1.Position = 380;
     // Container child hpaned1.Gtk.Paned+PanedChild
     this.vbox2         = new global::Gtk.VBox();
     this.vbox2.Name    = "vbox2";
     this.vbox2.Spacing = 6;
     // Container child vbox2.Gtk.Box+BoxChild
     this.hbox4         = new global::Gtk.HBox();
     this.hbox4.Name    = "hbox4";
     this.hbox4.Spacing = 6;
     // Container child hbox4.Gtk.Box+BoxChild
     this.label12              = new global::Gtk.Label();
     this.label12.Name         = "label12";
     this.label12.LabelProp    = global::Mono.Unix.Catalog.GetString("_Category:");
     this.label12.UseUnderline = true;
     this.hbox4.Add(this.label12);
     global::Gtk.Box.BoxChild w2 = ((global::Gtk.Box.BoxChild)(this.hbox4 [this.label12]));
     w2.Position = 0;
     w2.Expand   = false;
     w2.Fill     = false;
     // Container child hbox4.Gtk.Box+BoxChild
     this.comboboxCategories      = global::Gtk.ComboBox.NewText();
     this.comboboxCategories.Name = "comboboxCategories";
     this.hbox4.Add(this.comboboxCategories);
     global::Gtk.Box.BoxChild w3 = ((global::Gtk.Box.BoxChild)(this.hbox4 [this.comboboxCategories]));
     w3.Position = 1;
     this.vbox2.Add(this.hbox4);
     global::Gtk.Box.BoxChild w4 = ((global::Gtk.Box.BoxChild)(this.vbox2 [this.hbox4]));
     w4.Position = 0;
     w4.Expand   = false;
     w4.Fill     = false;
     // Container child vbox2.Gtk.Box+BoxChild
     this.notebookCategories             = new global::Gtk.Notebook();
     this.notebookCategories.CanFocus    = true;
     this.notebookCategories.Name        = "notebookCategories";
     this.notebookCategories.CurrentPage = 2;
     // Container child notebookCategories.Gtk.Notebook+NotebookChild
     this.vbox8         = new global::Gtk.VBox();
     this.vbox8.Name    = "vbox8";
     this.vbox8.Spacing = 6;
     // Container child vbox8.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.treeviewIndentOptions          = new global::Gtk.TreeView();
     this.treeviewIndentOptions.CanFocus = true;
     this.treeviewIndentOptions.Name     = "treeviewIndentOptions";
     this.GtkScrolledWindow.Add(this.treeviewIndentOptions);
     this.vbox8.Add(this.GtkScrolledWindow);
     global::Gtk.Box.BoxChild w6 = ((global::Gtk.Box.BoxChild)(this.vbox8 [this.GtkScrolledWindow]));
     w6.Position = 0;
     this.notebookCategories.Add(this.vbox8);
     // Notebook tab
     this.label8           = new global::Gtk.Label();
     this.label8.Name      = "label8";
     this.label8.LabelProp = global::Mono.Unix.Catalog.GetString("page1");
     this.notebookCategories.SetTabLabel(this.vbox8, this.label8);
     this.label8.ShowAll();
     // Container child notebookCategories.Gtk.Notebook+NotebookChild
     this.GtkScrolledWindow1            = new global::Gtk.ScrolledWindow();
     this.GtkScrolledWindow1.Name       = "GtkScrolledWindow1";
     this.GtkScrolledWindow1.ShadowType = ((global::Gtk.ShadowType)(1));
     // Container child GtkScrolledWindow1.Gtk.Container+ContainerChild
     this.treeviewBracePositions          = new global::Gtk.TreeView();
     this.treeviewBracePositions.CanFocus = true;
     this.treeviewBracePositions.Name     = "treeviewBracePositions";
     this.GtkScrolledWindow1.Add(this.treeviewBracePositions);
     this.notebookCategories.Add(this.GtkScrolledWindow1);
     global::Gtk.Notebook.NotebookChild w9 = ((global::Gtk.Notebook.NotebookChild)(this.notebookCategories [this.GtkScrolledWindow1]));
     w9.Position = 1;
     // Notebook tab
     this.label9           = new global::Gtk.Label();
     this.label9.Name      = "label9";
     this.label9.LabelProp = global::Mono.Unix.Catalog.GetString("page2");
     this.notebookCategories.SetTabLabel(this.GtkScrolledWindow1, this.label9);
     this.label9.ShowAll();
     // Container child notebookCategories.Gtk.Notebook+NotebookChild
     this.table4               = new global::Gtk.Table(((uint)(12)), ((uint)(3)), false);
     this.table4.Name          = "table4";
     this.table4.RowSpacing    = ((uint)(6));
     this.table4.ColumnSpacing = ((uint)(6));
     // Container child table4.Gtk.Table+TableChild
     this.entryAfterUsings               = new global::Gtk.Entry();
     this.entryAfterUsings.CanFocus      = true;
     this.entryAfterUsings.Name          = "entryAfterUsings";
     this.entryAfterUsings.IsEditable    = true;
     this.entryAfterUsings.WidthChars    = 5;
     this.entryAfterUsings.InvisibleChar = '●';
     this.table4.Add(this.entryAfterUsings);
     global::Gtk.Table.TableChild w10 = ((global::Gtk.Table.TableChild)(this.table4 [this.entryAfterUsings]));
     w10.TopAttach    = ((uint)(2));
     w10.BottomAttach = ((uint)(3));
     w10.LeftAttach   = ((uint)(1));
     w10.RightAttach  = ((uint)(2));
     w10.XOptions     = ((global::Gtk.AttachOptions)(2));
     w10.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child table4.Gtk.Table+TableChild
     this.entryAroundRegion               = new global::Gtk.Entry();
     this.entryAroundRegion.CanFocus      = true;
     this.entryAroundRegion.Name          = "entryAroundRegion";
     this.entryAroundRegion.IsEditable    = true;
     this.entryAroundRegion.WidthChars    = 5;
     this.entryAroundRegion.InvisibleChar = '●';
     this.table4.Add(this.entryAroundRegion);
     global::Gtk.Table.TableChild w11 = ((global::Gtk.Table.TableChild)(this.table4 [this.entryAroundRegion]));
     w11.TopAttach    = ((uint)(10));
     w11.BottomAttach = ((uint)(11));
     w11.LeftAttach   = ((uint)(1));
     w11.RightAttach  = ((uint)(2));
     w11.XOptions     = ((global::Gtk.AttachOptions)(0));
     w11.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child table4.Gtk.Table+TableChild
     this.entryBeforeFirstDeclaration               = new global::Gtk.Entry();
     this.entryBeforeFirstDeclaration.CanFocus      = true;
     this.entryBeforeFirstDeclaration.Name          = "entryBeforeFirstDeclaration";
     this.entryBeforeFirstDeclaration.IsEditable    = true;
     this.entryBeforeFirstDeclaration.WidthChars    = 5;
     this.entryBeforeFirstDeclaration.InvisibleChar = '●';
     this.table4.Add(this.entryBeforeFirstDeclaration);
     global::Gtk.Table.TableChild w12 = ((global::Gtk.Table.TableChild)(this.table4 [this.entryBeforeFirstDeclaration]));
     w12.TopAttach    = ((uint)(4));
     w12.BottomAttach = ((uint)(5));
     w12.LeftAttach   = ((uint)(1));
     w12.RightAttach  = ((uint)(2));
     w12.XOptions     = ((global::Gtk.AttachOptions)(0));
     w12.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child table4.Gtk.Table+TableChild
     this.entryBeforUsings               = new global::Gtk.Entry();
     this.entryBeforUsings.CanFocus      = true;
     this.entryBeforUsings.Name          = "entryBeforUsings";
     this.entryBeforUsings.IsEditable    = true;
     this.entryBeforUsings.WidthChars    = 5;
     this.entryBeforUsings.InvisibleChar = '●';
     this.table4.Add(this.entryBeforUsings);
     global::Gtk.Table.TableChild w13 = ((global::Gtk.Table.TableChild)(this.table4 [this.entryBeforUsings]));
     w13.TopAttach    = ((uint)(1));
     w13.BottomAttach = ((uint)(2));
     w13.LeftAttach   = ((uint)(1));
     w13.RightAttach  = ((uint)(2));
     w13.XOptions     = ((global::Gtk.AttachOptions)(2));
     w13.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child table4.Gtk.Table+TableChild
     this.entryBetweenEvents               = new global::Gtk.Entry();
     this.entryBetweenEvents.CanFocus      = true;
     this.entryBetweenEvents.Name          = "entryBetweenEvents";
     this.entryBetweenEvents.IsEditable    = true;
     this.entryBetweenEvents.WidthChars    = 5;
     this.entryBetweenEvents.InvisibleChar = '●';
     this.table4.Add(this.entryBetweenEvents);
     global::Gtk.Table.TableChild w14 = ((global::Gtk.Table.TableChild)(this.table4 [this.entryBetweenEvents]));
     w14.TopAttach    = ((uint)(8));
     w14.BottomAttach = ((uint)(9));
     w14.LeftAttach   = ((uint)(1));
     w14.RightAttach  = ((uint)(2));
     w14.XOptions     = ((global::Gtk.AttachOptions)(0));
     w14.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child table4.Gtk.Table+TableChild
     this.entryBetweenFields               = new global::Gtk.Entry();
     this.entryBetweenFields.CanFocus      = true;
     this.entryBetweenFields.Name          = "entryBetweenFields";
     this.entryBetweenFields.IsEditable    = true;
     this.entryBetweenFields.WidthChars    = 5;
     this.entryBetweenFields.InvisibleChar = '●';
     this.table4.Add(this.entryBetweenFields);
     global::Gtk.Table.TableChild w15 = ((global::Gtk.Table.TableChild)(this.table4 [this.entryBetweenFields]));
     w15.TopAttach    = ((uint)(7));
     w15.BottomAttach = ((uint)(8));
     w15.LeftAttach   = ((uint)(1));
     w15.RightAttach  = ((uint)(2));
     w15.XOptions     = ((global::Gtk.AttachOptions)(0));
     w15.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child table4.Gtk.Table+TableChild
     this.entryBetweenMembers               = new global::Gtk.Entry();
     this.entryBetweenMembers.CanFocus      = true;
     this.entryBetweenMembers.Name          = "entryBetweenMembers";
     this.entryBetweenMembers.IsEditable    = true;
     this.entryBetweenMembers.WidthChars    = 5;
     this.entryBetweenMembers.InvisibleChar = '●';
     this.table4.Add(this.entryBetweenMembers);
     global::Gtk.Table.TableChild w16 = ((global::Gtk.Table.TableChild)(this.table4 [this.entryBetweenMembers]));
     w16.TopAttach    = ((uint)(9));
     w16.BottomAttach = ((uint)(10));
     w16.LeftAttach   = ((uint)(1));
     w16.RightAttach  = ((uint)(2));
     w16.XOptions     = ((global::Gtk.AttachOptions)(0));
     w16.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child table4.Gtk.Table+TableChild
     this.entryBetweenTypes               = new global::Gtk.Entry();
     this.entryBetweenTypes.CanFocus      = true;
     this.entryBetweenTypes.Name          = "entryBetweenTypes";
     this.entryBetweenTypes.IsEditable    = true;
     this.entryBetweenTypes.WidthChars    = 5;
     this.entryBetweenTypes.InvisibleChar = '●';
     this.table4.Add(this.entryBetweenTypes);
     global::Gtk.Table.TableChild w17 = ((global::Gtk.Table.TableChild)(this.table4 [this.entryBetweenTypes]));
     w17.TopAttach    = ((uint)(5));
     w17.BottomAttach = ((uint)(6));
     w17.LeftAttach   = ((uint)(1));
     w17.RightAttach  = ((uint)(2));
     w17.XOptions     = ((global::Gtk.AttachOptions)(0));
     w17.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child table4.Gtk.Table+TableChild
     this.entryInsideRegion               = new global::Gtk.Entry();
     this.entryInsideRegion.CanFocus      = true;
     this.entryInsideRegion.Name          = "entryInsideRegion";
     this.entryInsideRegion.IsEditable    = true;
     this.entryInsideRegion.WidthChars    = 5;
     this.entryInsideRegion.InvisibleChar = '●';
     this.table4.Add(this.entryInsideRegion);
     global::Gtk.Table.TableChild w18 = ((global::Gtk.Table.TableChild)(this.table4 [this.entryInsideRegion]));
     w18.TopAttach    = ((uint)(11));
     w18.BottomAttach = ((uint)(12));
     w18.LeftAttach   = ((uint)(1));
     w18.RightAttach  = ((uint)(2));
     w18.XOptions     = ((global::Gtk.AttachOptions)(0));
     w18.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child table4.Gtk.Table+TableChild
     this.GtkLabel8           = new global::Gtk.Label();
     this.GtkLabel8.Name      = "GtkLabel8";
     this.GtkLabel8.Xalign    = 0F;
     this.GtkLabel8.LabelProp = global::Mono.Unix.Catalog.GetString("<b>Minimum blank lines in namespaces</b>");
     this.GtkLabel8.UseMarkup = true;
     this.table4.Add(this.GtkLabel8);
     global::Gtk.Table.TableChild w19 = ((global::Gtk.Table.TableChild)(this.table4 [this.GtkLabel8]));
     w19.TopAttach    = ((uint)(3));
     w19.BottomAttach = ((uint)(4));
     w19.RightAttach  = ((uint)(3));
     w19.XOptions     = ((global::Gtk.AttachOptions)(4));
     w19.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child table4.Gtk.Table+TableChild
     this.GtkLabel9           = new global::Gtk.Label();
     this.GtkLabel9.Name      = "GtkLabel9";
     this.GtkLabel9.Xalign    = 0F;
     this.GtkLabel9.LabelProp = global::Mono.Unix.Catalog.GetString("<b>Minimum blank lines in types</b>");
     this.GtkLabel9.UseMarkup = true;
     this.table4.Add(this.GtkLabel9);
     global::Gtk.Table.TableChild w20 = ((global::Gtk.Table.TableChild)(this.table4 [this.GtkLabel9]));
     w20.TopAttach    = ((uint)(6));
     w20.BottomAttach = ((uint)(7));
     w20.RightAttach  = ((uint)(3));
     w20.XOptions     = ((global::Gtk.AttachOptions)(4));
     w20.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child table4.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("<b>Minimum blank lines in compilation unit</b>");
     this.label1.UseMarkup = true;
     this.table4.Add(this.label1);
     global::Gtk.Table.TableChild w21 = ((global::Gtk.Table.TableChild)(this.table4 [this.label1]));
     w21.RightAttach = ((uint)(3));
     w21.YOptions    = ((global::Gtk.AttachOptions)(4));
     // Container child table4.Gtk.Table+TableChild
     this.label15           = new global::Gtk.Label();
     this.label15.Name      = "label15";
     this.label15.Xalign    = 1F;
     this.label15.LabelProp = global::Mono.Unix.Catalog.GetString("Before using declaration:");
     this.table4.Add(this.label15);
     global::Gtk.Table.TableChild w22 = ((global::Gtk.Table.TableChild)(this.table4 [this.label15]));
     w22.TopAttach    = ((uint)(1));
     w22.BottomAttach = ((uint)(2));
     w22.XOptions     = ((global::Gtk.AttachOptions)(4));
     w22.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child table4.Gtk.Table+TableChild
     this.label16           = new global::Gtk.Label();
     this.label16.Name      = "label16";
     this.label16.Xalign    = 1F;
     this.label16.LabelProp = global::Mono.Unix.Catalog.GetString("After using declaration:");
     this.table4.Add(this.label16);
     global::Gtk.Table.TableChild w23 = ((global::Gtk.Table.TableChild)(this.table4 [this.label16]));
     w23.TopAttach    = ((uint)(2));
     w23.BottomAttach = ((uint)(3));
     w23.XOptions     = ((global::Gtk.AttachOptions)(4));
     w23.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child table4.Gtk.Table+TableChild
     this.label19           = new global::Gtk.Label();
     this.label19.Name      = "label19";
     this.label19.Xalign    = 1F;
     this.label19.LabelProp = global::Mono.Unix.Catalog.GetString("Between type declarations:");
     this.table4.Add(this.label19);
     global::Gtk.Table.TableChild w24 = ((global::Gtk.Table.TableChild)(this.table4 [this.label19]));
     w24.TopAttach    = ((uint)(5));
     w24.BottomAttach = ((uint)(6));
     w24.XOptions     = ((global::Gtk.AttachOptions)(4));
     w24.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child table4.Gtk.Table+TableChild
     this.label20           = new global::Gtk.Label();
     this.label20.Name      = "label20";
     this.label20.Xalign    = 1F;
     this.label20.LabelProp = global::Mono.Unix.Catalog.GetString("Before first declaration:");
     this.table4.Add(this.label20);
     global::Gtk.Table.TableChild w25 = ((global::Gtk.Table.TableChild)(this.table4 [this.label20]));
     w25.TopAttach    = ((uint)(4));
     w25.BottomAttach = ((uint)(5));
     w25.XOptions     = ((global::Gtk.AttachOptions)(4));
     w25.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child table4.Gtk.Table+TableChild
     this.label21           = new global::Gtk.Label();
     this.label21.Name      = "label21";
     this.label21.Xalign    = 1F;
     this.label21.LabelProp = global::Mono.Unix.Catalog.GetString("Between field declarations:");
     this.table4.Add(this.label21);
     global::Gtk.Table.TableChild w26 = ((global::Gtk.Table.TableChild)(this.table4 [this.label21]));
     w26.TopAttach    = ((uint)(7));
     w26.BottomAttach = ((uint)(8));
     w26.XOptions     = ((global::Gtk.AttachOptions)(4));
     w26.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child table4.Gtk.Table+TableChild
     this.label22           = new global::Gtk.Label();
     this.label22.Name      = "label22";
     this.label22.Xalign    = 1F;
     this.label22.LabelProp = global::Mono.Unix.Catalog.GetString("Between other member declarations:");
     this.table4.Add(this.label22);
     global::Gtk.Table.TableChild w27 = ((global::Gtk.Table.TableChild)(this.table4 [this.label22]));
     w27.TopAttach    = ((uint)(9));
     w27.BottomAttach = ((uint)(10));
     w27.XOptions     = ((global::Gtk.AttachOptions)(4));
     w27.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child table4.Gtk.Table+TableChild
     this.label23           = new global::Gtk.Label();
     this.label23.Name      = "label23";
     this.label23.Xalign    = 1F;
     this.label23.LabelProp = global::Mono.Unix.Catalog.GetString("Between simple event declarations:");
     this.table4.Add(this.label23);
     global::Gtk.Table.TableChild w28 = ((global::Gtk.Table.TableChild)(this.table4 [this.label23]));
     w28.TopAttach    = ((uint)(8));
     w28.BottomAttach = ((uint)(9));
     w28.XOptions     = ((global::Gtk.AttachOptions)(4));
     w28.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child table4.Gtk.Table+TableChild
     this.label24           = new global::Gtk.Label();
     this.label24.Name      = "label24";
     this.label24.Xalign    = 1F;
     this.label24.LabelProp = global::Mono.Unix.Catalog.GetString("Around region:");
     this.table4.Add(this.label24);
     global::Gtk.Table.TableChild w29 = ((global::Gtk.Table.TableChild)(this.table4 [this.label24]));
     w29.TopAttach    = ((uint)(10));
     w29.BottomAttach = ((uint)(11));
     w29.XOptions     = ((global::Gtk.AttachOptions)(4));
     w29.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child table4.Gtk.Table+TableChild
     this.label25           = new global::Gtk.Label();
     this.label25.Name      = "label25";
     this.label25.Xalign    = 1F;
     this.label25.LabelProp = global::Mono.Unix.Catalog.GetString("Inside region:");
     this.table4.Add(this.label25);
     global::Gtk.Table.TableChild w30 = ((global::Gtk.Table.TableChild)(this.table4 [this.label25]));
     w30.TopAttach    = ((uint)(11));
     w30.BottomAttach = ((uint)(12));
     w30.XOptions     = ((global::Gtk.AttachOptions)(4));
     w30.YOptions     = ((global::Gtk.AttachOptions)(4));
     this.notebookCategories.Add(this.table4);
     global::Gtk.Notebook.NotebookChild w31 = ((global::Gtk.Notebook.NotebookChild)(this.notebookCategories [this.table4]));
     w31.Position = 2;
     // Notebook tab
     this.label14           = new global::Gtk.Label();
     this.label14.Name      = "label14";
     this.label14.LabelProp = global::Mono.Unix.Catalog.GetString("page5");
     this.notebookCategories.SetTabLabel(this.table4, this.label14);
     this.label14.ShowAll();
     // Container child notebookCategories.Gtk.Notebook+NotebookChild
     this.GtkScrolledWindow3            = new global::Gtk.ScrolledWindow();
     this.GtkScrolledWindow3.Name       = "GtkScrolledWindow3";
     this.GtkScrolledWindow3.ShadowType = ((global::Gtk.ShadowType)(1));
     // Container child GtkScrolledWindow3.Gtk.Container+ContainerChild
     this.treeviewWrappingCategory          = new global::Gtk.TreeView();
     this.treeviewWrappingCategory.CanFocus = true;
     this.treeviewWrappingCategory.Name     = "treeviewWrappingCategory";
     this.GtkScrolledWindow3.Add(this.treeviewWrappingCategory);
     this.notebookCategories.Add(this.GtkScrolledWindow3);
     global::Gtk.Notebook.NotebookChild w33 = ((global::Gtk.Notebook.NotebookChild)(this.notebookCategories [this.GtkScrolledWindow3]));
     w33.Position = 3;
     // Notebook tab
     this.label2           = new global::Gtk.Label();
     this.label2.Name      = "label2";
     this.label2.LabelProp = global::Mono.Unix.Catalog.GetString("page6");
     this.notebookCategories.SetTabLabel(this.GtkScrolledWindow3, this.label2);
     this.label2.ShowAll();
     // Container child notebookCategories.Gtk.Notebook+NotebookChild
     this.GtkScrolledWindow2            = new global::Gtk.ScrolledWindow();
     this.GtkScrolledWindow2.Name       = "GtkScrolledWindow2";
     this.GtkScrolledWindow2.ShadowType = ((global::Gtk.ShadowType)(1));
     // Container child GtkScrolledWindow2.Gtk.Container+ContainerChild
     this.treeviewInsertWhiteSpaceCategory          = new global::Gtk.TreeView();
     this.treeviewInsertWhiteSpaceCategory.CanFocus = true;
     this.treeviewInsertWhiteSpaceCategory.Name     = "treeviewInsertWhiteSpaceCategory";
     this.GtkScrolledWindow2.Add(this.treeviewInsertWhiteSpaceCategory);
     this.notebookCategories.Add(this.GtkScrolledWindow2);
     global::Gtk.Notebook.NotebookChild w35 = ((global::Gtk.Notebook.NotebookChild)(this.notebookCategories [this.GtkScrolledWindow2]));
     w35.Position = 4;
     // Notebook tab
     this.label10           = new global::Gtk.Label();
     this.label10.Name      = "label10";
     this.label10.LabelProp = global::Mono.Unix.Catalog.GetString("page3");
     this.notebookCategories.SetTabLabel(this.GtkScrolledWindow2, this.label10);
     this.label10.ShowAll();
     // Container child notebookCategories.Gtk.Notebook+NotebookChild
     this.GtkScrolledWindow4            = new global::Gtk.ScrolledWindow();
     this.GtkScrolledWindow4.Name       = "GtkScrolledWindow4";
     this.GtkScrolledWindow4.ShadowType = ((global::Gtk.ShadowType)(1));
     // Container child GtkScrolledWindow4.Gtk.Container+ContainerChild
     this.treeviewNewLines          = new global::Gtk.TreeView();
     this.treeviewNewLines.CanFocus = true;
     this.treeviewNewLines.Name     = "treeviewNewLines";
     this.GtkScrolledWindow4.Add(this.treeviewNewLines);
     this.notebookCategories.Add(this.GtkScrolledWindow4);
     global::Gtk.Notebook.NotebookChild w37 = ((global::Gtk.Notebook.NotebookChild)(this.notebookCategories [this.GtkScrolledWindow4]));
     w37.Position = 5;
     // Notebook tab
     this.label11           = new global::Gtk.Label();
     this.label11.Name      = "label11";
     this.label11.LabelProp = global::Mono.Unix.Catalog.GetString("page4");
     this.notebookCategories.SetTabLabel(this.GtkScrolledWindow4, this.label11);
     this.label11.ShowAll();
     this.vbox2.Add(this.notebookCategories);
     global::Gtk.Box.BoxChild w38 = ((global::Gtk.Box.BoxChild)(this.vbox2 [this.notebookCategories]));
     w38.Position = 1;
     this.hpaned1.Add(this.vbox2);
     global::Gtk.Paned.PanedChild w39 = ((global::Gtk.Paned.PanedChild)(this.hpaned1 [this.vbox2]));
     w39.Resize = false;
     // Container child hpaned1.Gtk.Paned+PanedChild
     this.vbox6         = new global::Gtk.VBox();
     this.vbox6.Name    = "vbox6";
     this.vbox6.Spacing = 6;
     // Container child vbox6.Gtk.Box+BoxChild
     this.label13           = new global::Gtk.Label();
     this.label13.Name      = "label13";
     this.label13.Xalign    = 0F;
     this.label13.LabelProp = global::Mono.Unix.Catalog.GetString("Preview:");
     this.vbox6.Add(this.label13);
     global::Gtk.Box.BoxChild w40 = ((global::Gtk.Box.BoxChild)(this.vbox6 [this.label13]));
     w40.Position = 0;
     w40.Expand   = false;
     w40.Fill     = false;
     // Container child vbox6.Gtk.Box+BoxChild
     this.scrolledwindow            = new global::Gtk.ScrolledWindow();
     this.scrolledwindow.CanFocus   = true;
     this.scrolledwindow.Name       = "scrolledwindow";
     this.scrolledwindow.ShadowType = ((global::Gtk.ShadowType)(1));
     this.vbox6.Add(this.scrolledwindow);
     global::Gtk.Box.BoxChild w41 = ((global::Gtk.Box.BoxChild)(this.vbox6 [this.scrolledwindow]));
     w41.Position = 1;
     this.hpaned1.Add(this.vbox6);
     this.vbox5.Add(this.hpaned1);
     global::Gtk.Box.BoxChild w43 = ((global::Gtk.Box.BoxChild)(this.vbox5 [this.hpaned1]));
     w43.Position = 0;
     w1.Add(this.vbox5);
     global::Gtk.Box.BoxChild w44 = ((global::Gtk.Box.BoxChild)(w1 [this.vbox5]));
     w44.Position = 0;
     // Internal child MonoDevelop.CSharp.Formatting.CSharpFormattingProfileDialog.ActionArea
     global::Gtk.HButtonBox w45 = this.ActionArea;
     w45.Name        = "dialog1_ActionArea";
     w45.Spacing     = 10;
     w45.BorderWidth = ((uint)(5));
     w45.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 w46 = ((global::Gtk.ButtonBox.ButtonBoxChild)(w45 [this.buttonCancel]));
     w46.Expand = false;
     w46.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 w47 = ((global::Gtk.ButtonBox.ButtonBoxChild)(w45 [this.buttonOk]));
     w47.Position = 1;
     w47.Expand   = false;
     w47.Fill     = false;
     if ((this.Child != null))
     {
         this.Child.ShowAll();
     }
     this.DefaultWidth  = 880;
     this.DefaultHeight = 555;
     this.Hide();
 }
 protected virtual void Build()
 {
     MonoDevelop.Components.Gui.Initialize(this);
     // Widget MonoDevelop.Ide.FindInFiles.FindInFilesDialog
     this.Name              = "MonoDevelop.Ide.FindInFiles.FindInFilesDialog";
     this.TypeHint          = ((global::Gdk.WindowTypeHint)(1));
     this.WindowPosition    = ((global::Gtk.WindowPosition)(4));
     this.BorderWidth       = ((uint)(6));
     this.DestroyWithParent = true;
     this.SkipPagerHint     = true;
     this.SkipTaskbarHint   = true;
     // Internal child MonoDevelop.Ide.FindInFiles.FindInFilesDialog.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.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.hbox3         = new global::Gtk.HBox();
     this.hbox3.Name    = "hbox3";
     this.hbox3.Spacing = 6;
     // Container child hbox3.Gtk.Box+BoxChild
     this.toggleFindInFiles = new global::Gtk.RadioButton(global::Mono.Unix.Catalog.GetString("Find in Files"));
     this.toggleFindInFiles.TooltipMarkup = "Switch to Find in Files";
     this.toggleFindInFiles.CanFocus      = true;
     this.toggleFindInFiles.Name          = "toggleFindInFiles";
     this.toggleFindInFiles.Active        = true;
     this.toggleFindInFiles.DrawIndicator = false;
     this.toggleFindInFiles.UseUnderline  = true;
     this.toggleFindInFiles.Relief        = ((global::Gtk.ReliefStyle)(2));
     this.toggleFindInFiles.Group         = new global::GLib.SList(global::System.IntPtr.Zero);
     this.hbox3.Add(this.toggleFindInFiles);
     global::Gtk.Box.BoxChild w2 = ((global::Gtk.Box.BoxChild)(this.hbox3 [this.toggleFindInFiles]));
     w2.Position = 0;
     w2.Expand   = false;
     // Container child hbox3.Gtk.Box+BoxChild
     this.vseparator1      = new global::Gtk.VSeparator();
     this.vseparator1.Name = "vseparator1";
     this.hbox3.Add(this.vseparator1);
     global::Gtk.Box.BoxChild w3 = ((global::Gtk.Box.BoxChild)(this.hbox3 [this.vseparator1]));
     w3.Position = 1;
     w3.Expand   = false;
     w3.Fill     = false;
     // Container child hbox3.Gtk.Box+BoxChild
     this.toggleReplaceInFiles = new global::Gtk.RadioButton(global::Mono.Unix.Catalog.GetString("Replace in Files"));
     this.toggleReplaceInFiles.TooltipMarkup = "Switch to Replace in Files";
     this.toggleReplaceInFiles.CanFocus      = true;
     this.toggleReplaceInFiles.Name          = "toggleReplaceInFiles";
     this.toggleReplaceInFiles.DrawIndicator = false;
     this.toggleReplaceInFiles.UseUnderline  = true;
     this.toggleReplaceInFiles.Relief        = ((global::Gtk.ReliefStyle)(2));
     this.toggleReplaceInFiles.Group         = this.toggleFindInFiles.Group;
     this.hbox3.Add(this.toggleReplaceInFiles);
     global::Gtk.Box.BoxChild w4 = ((global::Gtk.Box.BoxChild)(this.hbox3 [this.toggleReplaceInFiles]));
     w4.Position = 2;
     w4.Expand   = false;
     this.vbox2.Add(this.hbox3);
     global::Gtk.Box.BoxChild w5 = ((global::Gtk.Box.BoxChild)(this.vbox2 [this.hbox3]));
     w5.Position = 0;
     w5.Expand   = false;
     w5.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.tableFindAndReplace               = new global::Gtk.Table(((uint)(2)), ((uint)(2)), false);
     this.tableFindAndReplace.Name          = "tableFindAndReplace";
     this.tableFindAndReplace.RowSpacing    = ((uint)(6));
     this.tableFindAndReplace.ColumnSpacing = ((uint)(6));
     // Container child tableFindAndReplace.Gtk.Table+TableChild
     this.comboboxentryFind      = global::Gtk.ComboBoxEntry.NewText();
     this.comboboxentryFind.Name = "comboboxentryFind";
     this.tableFindAndReplace.Add(this.comboboxentryFind);
     global::Gtk.Table.TableChild w6 = ((global::Gtk.Table.TableChild)(this.tableFindAndReplace [this.comboboxentryFind]));
     w6.LeftAttach  = ((uint)(1));
     w6.RightAttach = ((uint)(2));
     w6.YOptions    = ((global::Gtk.AttachOptions)(4));
     // Container child tableFindAndReplace.Gtk.Table+TableChild
     this.hbox2         = new global::Gtk.HBox();
     this.hbox2.Name    = "hbox2";
     this.hbox2.Spacing = 6;
     // Container child hbox2.Gtk.Box+BoxChild
     this.comboboxScope      = global::Gtk.ComboBox.NewText();
     this.comboboxScope.Name = "comboboxScope";
     this.hbox2.Add(this.comboboxScope);
     global::Gtk.Box.BoxChild w7 = ((global::Gtk.Box.BoxChild)(this.hbox2 [this.comboboxScope]));
     w7.Position = 0;
     w7.Expand   = false;
     w7.Fill     = false;
     this.tableFindAndReplace.Add(this.hbox2);
     global::Gtk.Table.TableChild w8 = ((global::Gtk.Table.TableChild)(this.tableFindAndReplace [this.hbox2]));
     w8.TopAttach    = ((uint)(1));
     w8.BottomAttach = ((uint)(2));
     w8.LeftAttach   = ((uint)(1));
     w8.RightAttach  = ((uint)(2));
     w8.XOptions     = ((global::Gtk.AttachOptions)(4));
     w8.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child tableFindAndReplace.Gtk.Table+TableChild
     this.labelFind              = new global::Gtk.Label();
     this.labelFind.Name         = "labelFind";
     this.labelFind.Xalign       = 0F;
     this.labelFind.LabelProp    = global::Mono.Unix.Catalog.GetString("_Find:");
     this.labelFind.UseUnderline = true;
     this.tableFindAndReplace.Add(this.labelFind);
     global::Gtk.Table.TableChild w9 = ((global::Gtk.Table.TableChild)(this.tableFindAndReplace [this.labelFind]));
     w9.XOptions = ((global::Gtk.AttachOptions)(4));
     w9.YOptions = ((global::Gtk.AttachOptions)(4));
     // Container child tableFindAndReplace.Gtk.Table+TableChild
     this.labelScope              = new global::Gtk.Label();
     this.labelScope.Name         = "labelScope";
     this.labelScope.Xalign       = 0F;
     this.labelScope.LabelProp    = global::Mono.Unix.Catalog.GetString("_Look in:");
     this.labelScope.UseUnderline = true;
     this.tableFindAndReplace.Add(this.labelScope);
     global::Gtk.Table.TableChild w10 = ((global::Gtk.Table.TableChild)(this.tableFindAndReplace [this.labelScope]));
     w10.TopAttach    = ((uint)(1));
     w10.BottomAttach = ((uint)(2));
     w10.XOptions     = ((global::Gtk.AttachOptions)(4));
     w10.YOptions     = ((global::Gtk.AttachOptions)(4));
     this.hbox1.Add(this.tableFindAndReplace);
     global::Gtk.Box.BoxChild w11 = ((global::Gtk.Box.BoxChild)(this.hbox1 [this.tableFindAndReplace]));
     w11.Position = 0;
     this.vbox2.Add(this.hbox1);
     global::Gtk.Box.BoxChild w12 = ((global::Gtk.Box.BoxChild)(this.vbox2 [this.hbox1]));
     w12.Position = 1;
     w12.Expand   = false;
     w12.Fill     = false;
     // Container child vbox2.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.checkbuttonCaseSensitive               = new global::Gtk.CheckButton();
     this.checkbuttonCaseSensitive.CanFocus      = true;
     this.checkbuttonCaseSensitive.Name          = "checkbuttonCaseSensitive";
     this.checkbuttonCaseSensitive.Label         = global::Mono.Unix.Catalog.GetString("C_ase sensitive");
     this.checkbuttonCaseSensitive.DrawIndicator = true;
     this.checkbuttonCaseSensitive.UseUnderline  = true;
     this.table1.Add(this.checkbuttonCaseSensitive);
     global::Gtk.Table.TableChild w13 = ((global::Gtk.Table.TableChild)(this.table1 [this.checkbuttonCaseSensitive]));
     w13.YOptions = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     this.checkbuttonRegexSearch               = new global::Gtk.CheckButton();
     this.checkbuttonRegexSearch.CanFocus      = true;
     this.checkbuttonRegexSearch.Name          = "checkbuttonRegexSearch";
     this.checkbuttonRegexSearch.Label         = global::Mono.Unix.Catalog.GetString("Rege_x search");
     this.checkbuttonRegexSearch.DrawIndicator = true;
     this.checkbuttonRegexSearch.UseUnderline  = true;
     this.table1.Add(this.checkbuttonRegexSearch);
     global::Gtk.Table.TableChild w14 = ((global::Gtk.Table.TableChild)(this.table1 [this.checkbuttonRegexSearch]));
     w14.TopAttach    = ((uint)(2));
     w14.BottomAttach = ((uint)(3));
     w14.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     this.checkbuttonWholeWordsOnly               = new global::Gtk.CheckButton();
     this.checkbuttonWholeWordsOnly.CanFocus      = true;
     this.checkbuttonWholeWordsOnly.Name          = "checkbuttonWholeWordsOnly";
     this.checkbuttonWholeWordsOnly.Label         = global::Mono.Unix.Catalog.GetString("_Whole words only");
     this.checkbuttonWholeWordsOnly.DrawIndicator = true;
     this.checkbuttonWholeWordsOnly.UseUnderline  = true;
     this.table1.Add(this.checkbuttonWholeWordsOnly);
     global::Gtk.Table.TableChild w15 = ((global::Gtk.Table.TableChild)(this.table1 [this.checkbuttonWholeWordsOnly]));
     w15.TopAttach    = ((uint)(1));
     w15.BottomAttach = ((uint)(2));
     w15.YOptions     = ((global::Gtk.AttachOptions)(4));
     this.vbox2.Add(this.table1);
     global::Gtk.Box.BoxChild w16 = ((global::Gtk.Box.BoxChild)(this.vbox2 [this.table1]));
     w16.Position = 2;
     w16.Expand   = false;
     w16.Fill     = false;
     w1.Add(this.vbox2);
     global::Gtk.Box.BoxChild w17 = ((global::Gtk.Box.BoxChild)(w1 [this.vbox2]));
     w17.Position = 0;
     w17.Expand   = false;
     w17.Fill     = false;
     // Internal child MonoDevelop.Ide.FindInFiles.FindInFilesDialog.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.buttonStop              = new global::Gtk.Button();
     this.buttonStop.CanFocus     = true;
     this.buttonStop.Name         = "buttonStop";
     this.buttonStop.UseStock     = true;
     this.buttonStop.UseUnderline = true;
     this.buttonStop.Label        = "gtk-stop";
     this.AddActionWidget(this.buttonStop, 0);
     global::Gtk.ButtonBox.ButtonBoxChild w19 = ((global::Gtk.ButtonBox.ButtonBoxChild)(w18 [this.buttonStop]));
     w19.Expand = false;
     w19.Fill   = false;
     // Container child dialog1_ActionArea.Gtk.ButtonBox+ButtonBoxChild
     this.buttonClose              = new global::Gtk.Button();
     this.buttonClose.CanDefault   = true;
     this.buttonClose.CanFocus     = true;
     this.buttonClose.Name         = "buttonClose";
     this.buttonClose.UseStock     = true;
     this.buttonClose.UseUnderline = true;
     this.buttonClose.Label        = "gtk-close";
     this.AddActionWidget(this.buttonClose, -7);
     global::Gtk.ButtonBox.ButtonBoxChild w20 = ((global::Gtk.ButtonBox.ButtonBoxChild)(w18 [this.buttonClose]));
     w20.Position = 1;
     w20.Expand   = false;
     w20.Fill     = false;
     // Container child dialog1_ActionArea.Gtk.ButtonBox+ButtonBoxChild
     this.buttonSearch              = new global::Gtk.Button();
     this.buttonSearch.CanDefault   = true;
     this.buttonSearch.CanFocus     = true;
     this.buttonSearch.Name         = "buttonSearch";
     this.buttonSearch.UseStock     = true;
     this.buttonSearch.UseUnderline = true;
     this.buttonSearch.Label        = "gtk-find";
     this.AddActionWidget(this.buttonSearch, 0);
     global::Gtk.ButtonBox.ButtonBoxChild w21 = ((global::Gtk.ButtonBox.ButtonBoxChild)(w18 [this.buttonSearch]));
     w21.Position = 2;
     w21.Expand   = false;
     w21.Fill     = false;
     if ((this.Child != null))
     {
         this.Child.ShowAll();
     }
     this.DefaultWidth              = 456;
     this.DefaultHeight             = 348;
     this.labelFind.MnemonicWidget  = this.comboboxentryFind;
     this.labelScope.MnemonicWidget = this.comboboxScope;
     this.Hide();
 }
Beispiel #46
0
 protected virtual void Build()
 {
     global::Stetic.Gui.Initialize(this);
     // Widget CBinding.EditPackagesDialog
     this.Name  = "CBinding.EditPackagesDialog";
     this.Title = global::Mono.Unix.Catalog.GetString("Edit packages");
     this.Modal = true;
     // Internal child CBinding.EditPackagesDialog.VBox
     global::Gtk.VBox w1 = this.VBox;
     w1.Name        = "dialog1_VBox";
     w1.BorderWidth = ((uint)(2));
     // Container child dialog1_VBox.Gtk.Box+BoxChild
     this.vpaned1             = new global::Gtk.VPaned();
     this.vpaned1.CanFocus    = true;
     this.vpaned1.Name        = "vpaned1";
     this.vpaned1.Position    = 183;
     this.vpaned1.BorderWidth = ((uint)(6));
     // Container child vpaned1.Gtk.Paned+PanedChild
     this.hbox1         = new global::Gtk.HBox();
     this.hbox1.Name    = "hbox1";
     this.hbox1.Spacing = 6;
     // Container child hbox1.Gtk.Box+BoxChild
     this.notebook1             = new global::Gtk.Notebook();
     this.notebook1.CanFocus    = true;
     this.notebook1.Name        = "notebook1";
     this.notebook1.CurrentPage = 0;
     // Container child notebook1.Gtk.Notebook+NotebookChild
     this.scrolledwindow1            = new global::Gtk.ScrolledWindow();
     this.scrolledwindow1.CanFocus   = true;
     this.scrolledwindow1.Name       = "scrolledwindow1";
     this.scrolledwindow1.ShadowType = ((global::Gtk.ShadowType)(1));
     // Container child scrolledwindow1.Gtk.Container+ContainerChild
     this.normalPackageTreeView          = new global::Gtk.TreeView();
     this.normalPackageTreeView.CanFocus = true;
     this.normalPackageTreeView.Name     = "normalPackageTreeView";
     this.scrolledwindow1.Add(this.normalPackageTreeView);
     this.notebook1.Add(this.scrolledwindow1);
     // Notebook tab
     this.labelSystemPackages           = new global::Gtk.Label();
     this.labelSystemPackages.Name      = "labelSystemPackages";
     this.labelSystemPackages.LabelProp = global::Mono.Unix.Catalog.GetString("System Packages");
     this.notebook1.SetTabLabel(this.scrolledwindow1, this.labelSystemPackages);
     this.labelSystemPackages.ShowAll();
     // Container child notebook1.Gtk.Notebook+NotebookChild
     this.scrolledwindow3            = new global::Gtk.ScrolledWindow();
     this.scrolledwindow3.CanFocus   = true;
     this.scrolledwindow3.Name       = "scrolledwindow3";
     this.scrolledwindow3.ShadowType = ((global::Gtk.ShadowType)(1));
     // Container child scrolledwindow3.Gtk.Container+ContainerChild
     this.projectPackageTreeView          = new global::Gtk.TreeView();
     this.projectPackageTreeView.CanFocus = true;
     this.projectPackageTreeView.Name     = "projectPackageTreeView";
     this.scrolledwindow3.Add(this.projectPackageTreeView);
     this.notebook1.Add(this.scrolledwindow3);
     global::Gtk.Notebook.NotebookChild w5 = ((global::Gtk.Notebook.NotebookChild)(this.notebook1 [this.scrolledwindow3]));
     w5.Position = 1;
     // Notebook tab
     this.labelProjectPackages           = new global::Gtk.Label();
     this.labelProjectPackages.Name      = "labelProjectPackages";
     this.labelProjectPackages.LabelProp = global::Mono.Unix.Catalog.GetString("Project Packages");
     this.notebook1.SetTabLabel(this.scrolledwindow3, this.labelProjectPackages);
     this.labelProjectPackages.ShowAll();
     this.hbox1.Add(this.notebook1);
     global::Gtk.Box.BoxChild w6 = ((global::Gtk.Box.BoxChild)(this.hbox1 [this.notebook1]));
     w6.Position = 0;
     // Container child hbox1.Gtk.Box+BoxChild
     this.vbox3         = new global::Gtk.VBox();
     this.vbox3.Name    = "vbox3";
     this.vbox3.Spacing = 6;
     // Container child vbox3.Gtk.Box+BoxChild
     this.fixed1 = new global::Gtk.Fixed();
     this.fixed1.HeightRequest = 21;
     this.fixed1.Name          = "fixed1";
     this.fixed1.HasWindow     = false;
     this.vbox3.Add(this.fixed1);
     global::Gtk.Box.BoxChild w7 = ((global::Gtk.Box.BoxChild)(this.vbox3 [this.fixed1]));
     w7.Position = 0;
     w7.Expand   = false;
     w7.Fill     = false;
     // Container child vbox3.Gtk.Box+BoxChild
     this.detailsButton = new global::Gtk.Button();
     this.detailsButton.WidthRequest  = 33;
     this.detailsButton.HeightRequest = 33;
     this.detailsButton.Sensitive     = false;
     this.detailsButton.CanFocus      = true;
     this.detailsButton.Name          = "detailsButton";
     this.detailsButton.UseUnderline  = true;
     this.detailsButton.Label         = global::Mono.Unix.Catalog.GetString("...");
     this.vbox3.Add(this.detailsButton);
     global::Gtk.Box.BoxChild w8 = ((global::Gtk.Box.BoxChild)(this.vbox3 [this.detailsButton]));
     w8.Position = 1;
     w8.Expand   = false;
     w8.Fill     = false;
     this.hbox1.Add(this.vbox3);
     global::Gtk.Box.BoxChild w9 = ((global::Gtk.Box.BoxChild)(this.hbox1 [this.vbox3]));
     w9.Position = 1;
     w9.Expand   = false;
     w9.Fill     = false;
     this.vpaned1.Add(this.hbox1);
     global::Gtk.Paned.PanedChild w10 = ((global::Gtk.Paned.PanedChild)(this.vpaned1 [this.hbox1]));
     w10.Resize = false;
     // Container child vpaned1.Gtk.Paned+PanedChild
     this.table1               = new global::Gtk.Table(((uint)(2)), ((uint)(2)), false);
     this.table1.Name          = "table1";
     this.table1.RowSpacing    = ((uint)(6));
     this.table1.ColumnSpacing = ((uint)(6));
     // Container child table1.Gtk.Table+TableChild
     this.label3           = new global::Gtk.Label();
     this.label3.Name      = "label3";
     this.label3.Xalign    = 0F;
     this.label3.Yalign    = 0F;
     this.label3.LabelProp = global::Mono.Unix.Catalog.GetString("Selected packages:");
     this.table1.Add(this.label3);
     global::Gtk.Table.TableChild w11 = ((global::Gtk.Table.TableChild)(this.table1 [this.label3]));
     w11.YOptions = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     this.scrolledwindow2            = new global::Gtk.ScrolledWindow();
     this.scrolledwindow2.CanFocus   = true;
     this.scrolledwindow2.Name       = "scrolledwindow2";
     this.scrolledwindow2.ShadowType = ((global::Gtk.ShadowType)(1));
     // Container child scrolledwindow2.Gtk.Container+ContainerChild
     this.selectedPackageTreeView          = new global::Gtk.TreeView();
     this.selectedPackageTreeView.CanFocus = true;
     this.selectedPackageTreeView.Name     = "selectedPackageTreeView";
     this.scrolledwindow2.Add(this.selectedPackageTreeView);
     this.table1.Add(this.scrolledwindow2);
     global::Gtk.Table.TableChild w13 = ((global::Gtk.Table.TableChild)(this.table1 [this.scrolledwindow2]));
     w13.TopAttach    = ((uint)(1));
     w13.BottomAttach = ((uint)(2));
     w13.XOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     this.vbox2         = new global::Gtk.VBox();
     this.vbox2.Name    = "vbox2";
     this.vbox2.Spacing = 6;
     // Container child vbox2.Gtk.Box+BoxChild
     this.removeButton = new global::Gtk.Button();
     this.removeButton.TooltipMarkup = "Remove selected package from the project.";
     this.removeButton.WidthRequest  = 33;
     this.removeButton.HeightRequest = 33;
     this.removeButton.Sensitive     = false;
     this.removeButton.CanFocus      = true;
     this.removeButton.Name          = "removeButton";
     // Container child removeButton.Gtk.Container+ContainerChild
     this.iconRemove          = new global::MonoDevelop.Components.ImageView();
     this.iconRemove.Name     = "iconRemove";
     this.iconRemove.IconId   = "gtk-remove";
     this.iconRemove.IconSize = ((global::Gtk.IconSize)(1));
     this.removeButton.Add(this.iconRemove);
     this.vbox2.Add(this.removeButton);
     global::Gtk.Box.BoxChild w15 = ((global::Gtk.Box.BoxChild)(this.vbox2 [this.removeButton]));
     w15.Position = 0;
     w15.Expand   = false;
     w15.Fill     = false;
     this.table1.Add(this.vbox2);
     global::Gtk.Table.TableChild w16 = ((global::Gtk.Table.TableChild)(this.table1 [this.vbox2]));
     w16.TopAttach    = ((uint)(1));
     w16.BottomAttach = ((uint)(2));
     w16.LeftAttach   = ((uint)(1));
     w16.RightAttach  = ((uint)(2));
     w16.XOptions     = ((global::Gtk.AttachOptions)(4));
     this.vpaned1.Add(this.table1);
     w1.Add(this.vpaned1);
     global::Gtk.Box.BoxChild w18 = ((global::Gtk.Box.BoxChild)(w1 [this.vpaned1]));
     w18.Position = 0;
     w18.Padding  = ((uint)(3));
     // Internal child CBinding.EditPackagesDialog.ActionArea
     global::Gtk.HButtonBox w19 = this.ActionArea;
     w19.Name        = "dialog1_ActionArea";
     w19.Spacing     = 6;
     w19.BorderWidth = ((uint)(5));
     w19.LayoutStyle = ((global::Gtk.ButtonBoxStyle)(4));
     // Container child dialog1_ActionArea.Gtk.ButtonBox+ButtonBoxChild
     this.buttonCancel              = new global::Gtk.Button();
     this.buttonCancel.CanDefault   = true;
     this.buttonCancel.CanFocus     = true;
     this.buttonCancel.Name         = "buttonCancel";
     this.buttonCancel.UseStock     = true;
     this.buttonCancel.UseUnderline = true;
     this.buttonCancel.Label        = "gtk-cancel";
     this.AddActionWidget(this.buttonCancel, -6);
     global::Gtk.ButtonBox.ButtonBoxChild w20 = ((global::Gtk.ButtonBox.ButtonBoxChild)(w19 [this.buttonCancel]));
     w20.Expand = false;
     w20.Fill   = false;
     // Container child dialog1_ActionArea.Gtk.ButtonBox+ButtonBoxChild
     this.buttonOk              = new global::Gtk.Button();
     this.buttonOk.CanDefault   = true;
     this.buttonOk.CanFocus     = true;
     this.buttonOk.Name         = "buttonOk";
     this.buttonOk.UseStock     = true;
     this.buttonOk.UseUnderline = true;
     this.buttonOk.Label        = "gtk-ok";
     this.AddActionWidget(this.buttonOk, -5);
     global::Gtk.ButtonBox.ButtonBoxChild w21 = ((global::Gtk.ButtonBox.ButtonBoxChild)(w19 [this.buttonOk]));
     w21.Position = 1;
     w21.Expand   = false;
     w21.Fill     = false;
     if ((this.Child != null))
     {
         this.Child.ShowAll();
     }
     this.DefaultWidth  = 580;
     this.DefaultHeight = 449;
     this.Hide();
     this.notebook1.SwitchPage += new global::Gtk.SwitchPageHandler(this.OnNotebook1SwitchPage);
     this.normalPackageTreeView.CursorChanged  += new global::System.EventHandler(this.OnNonSelectedPackageCursorChanged);
     this.projectPackageTreeView.CursorChanged += new global::System.EventHandler(this.OnNonSelectedPackageCursorChanged);
     this.detailsButton.Clicked += new global::System.EventHandler(this.OnDetailsButtonClicked);
     this.removeButton.Clicked  += new global::System.EventHandler(this.OnRemoveButtonClicked);
     this.removeButton.Clicked  += new global::System.EventHandler(this.OnRemoveButtonClick);
     this.selectedPackageTreeView.CursorChanged += new global::System.EventHandler(this.OnSelectedPackagesTreeViewCursorChanged);
     this.buttonCancel.Clicked += new global::System.EventHandler(this.OnCancelButtonClick);
     this.buttonOk.Clicked     += new global::System.EventHandler(this.OnOkButtonClick);
 }
 protected virtual void Build()
 {
     global::Stetic.Gui.Initialize(this);
     // Widget MonoDevelop.Debugger.DebuggerOptionsPanelWidget
     global::Stetic.BinContainer.Attach(this);
     this.Name = "MonoDevelop.Debugger.DebuggerOptionsPanelWidget";
     // Container child MonoDevelop.Debugger.DebuggerOptionsPanelWidget.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.vbox3             = new global::Gtk.VBox();
     this.vbox3.Name        = "vbox3";
     this.vbox3.Spacing     = 6;
     this.vbox3.BorderWidth = ((uint)(9));
     // Container child vbox3.Gtk.Box+BoxChild
     this.projectCodeOnly               = new global::Gtk.CheckButton();
     this.projectCodeOnly.CanFocus      = true;
     this.projectCodeOnly.Name          = "projectCodeOnly";
     this.projectCodeOnly.Label         = global::Mono.Unix.Catalog.GetString("Debug project code only; do not step into framework code.");
     this.projectCodeOnly.Active        = true;
     this.projectCodeOnly.DrawIndicator = true;
     this.projectCodeOnly.UseUnderline  = true;
     this.vbox3.Add(this.projectCodeOnly);
     global::Gtk.Box.BoxChild w1 = ((global::Gtk.Box.BoxChild)(this.vbox3 [this.projectCodeOnly]));
     w1.Position = 0;
     w1.Expand   = false;
     w1.Fill     = false;
     // Container child vbox3.Gtk.Box+BoxChild
     this.checkAllowEval               = new global::Gtk.CheckButton();
     this.checkAllowEval.CanFocus      = true;
     this.checkAllowEval.Name          = "checkAllowEval";
     this.checkAllowEval.Label         = global::Mono.Unix.Catalog.GetString("Allow implicit property evaluation and method invocation");
     this.checkAllowEval.Active        = true;
     this.checkAllowEval.DrawIndicator = true;
     this.checkAllowEval.UseUnderline  = true;
     this.vbox3.Add(this.checkAllowEval);
     global::Gtk.Box.BoxChild w2 = ((global::Gtk.Box.BoxChild)(this.vbox3 [this.checkAllowEval]));
     w2.Position = 1;
     w2.Expand   = false;
     w2.Fill     = false;
     // Container child vbox3.Gtk.Box+BoxChild
     this.checkToString               = new global::Gtk.CheckButton();
     this.checkToString.CanFocus      = true;
     this.checkToString.Name          = "checkToString";
     this.checkToString.Label         = global::Mono.Unix.Catalog.GetString("Use ToString() to get the string value of objects");
     this.checkToString.DrawIndicator = true;
     this.checkToString.UseUnderline  = true;
     this.vbox3.Add(this.checkToString);
     global::Gtk.Box.BoxChild w3 = ((global::Gtk.Box.BoxChild)(this.vbox3 [this.checkToString]));
     w3.Position = 2;
     w3.Expand   = false;
     w3.Fill     = false;
     // Container child vbox3.Gtk.Box+BoxChild
     this.checkShowBaseGroup               = new global::Gtk.CheckButton();
     this.checkShowBaseGroup.CanFocus      = true;
     this.checkShowBaseGroup.Name          = "checkShowBaseGroup";
     this.checkShowBaseGroup.Label         = global::Mono.Unix.Catalog.GetString("Shown inherited class members in a base class group");
     this.checkShowBaseGroup.DrawIndicator = true;
     this.checkShowBaseGroup.UseUnderline  = true;
     this.vbox3.Add(this.checkShowBaseGroup);
     global::Gtk.Box.BoxChild w4 = ((global::Gtk.Box.BoxChild)(this.vbox3 [this.checkShowBaseGroup]));
     w4.Position = 3;
     w4.Expand   = false;
     w4.Fill     = false;
     // Container child vbox3.Gtk.Box+BoxChild
     this.checkGroupPrivate               = new global::Gtk.CheckButton();
     this.checkGroupPrivate.CanFocus      = true;
     this.checkGroupPrivate.Name          = "checkGroupPrivate";
     this.checkGroupPrivate.Label         = global::Mono.Unix.Catalog.GetString("Group non-public members");
     this.checkGroupPrivate.DrawIndicator = true;
     this.checkGroupPrivate.UseUnderline  = true;
     this.vbox3.Add(this.checkGroupPrivate);
     global::Gtk.Box.BoxChild w5 = ((global::Gtk.Box.BoxChild)(this.vbox3 [this.checkGroupPrivate]));
     w5.Position = 4;
     w5.Expand   = false;
     w5.Fill     = false;
     // Container child vbox3.Gtk.Box+BoxChild
     this.checkGroupStatic               = new global::Gtk.CheckButton();
     this.checkGroupStatic.CanFocus      = true;
     this.checkGroupStatic.Name          = "checkGroupStatic";
     this.checkGroupStatic.Label         = global::Mono.Unix.Catalog.GetString("Group static members");
     this.checkGroupStatic.DrawIndicator = true;
     this.checkGroupStatic.UseUnderline  = true;
     this.vbox3.Add(this.checkGroupStatic);
     global::Gtk.Box.BoxChild w6 = ((global::Gtk.Box.BoxChild)(this.vbox3 [this.checkGroupStatic]));
     w6.Position = 5;
     w6.Expand   = false;
     w6.Fill     = false;
     // Container child vbox3.Gtk.Box+BoxChild
     this.tableEval               = new global::Gtk.Table(((uint)(1)), ((uint)(3)), false);
     this.tableEval.Name          = "tableEval";
     this.tableEval.RowSpacing    = ((uint)(6));
     this.tableEval.ColumnSpacing = ((uint)(6));
     // Container child tableEval.Gtk.Table+TableChild
     this.label60           = new global::Gtk.Label();
     this.label60.Name      = "label60";
     this.label60.Xalign    = 0F;
     this.label60.LabelProp = global::Mono.Unix.Catalog.GetString("Evaluation Timeout:");
     this.tableEval.Add(this.label60);
     global::Gtk.Table.TableChild w7 = ((global::Gtk.Table.TableChild)(this.tableEval [this.label60]));
     w7.XOptions = ((global::Gtk.AttachOptions)(4));
     w7.YOptions = ((global::Gtk.AttachOptions)(4));
     // Container child tableEval.Gtk.Table+TableChild
     this.spinTimeout          = new global::Gtk.SpinButton(0, 1000000, 100);
     this.spinTimeout.CanFocus = true;
     this.spinTimeout.Name     = "spinTimeout";
     this.spinTimeout.Adjustment.PageIncrement = 10;
     this.spinTimeout.ClimbRate = 100;
     this.spinTimeout.Numeric   = true;
     this.tableEval.Add(this.spinTimeout);
     global::Gtk.Table.TableChild w8 = ((global::Gtk.Table.TableChild)(this.tableEval [this.spinTimeout]));
     w8.LeftAttach  = ((uint)(1));
     w8.RightAttach = ((uint)(2));
     w8.XOptions    = ((global::Gtk.AttachOptions)(4));
     w8.YOptions    = ((global::Gtk.AttachOptions)(4));
     this.vbox3.Add(this.tableEval);
     global::Gtk.Box.BoxChild w9 = ((global::Gtk.Box.BoxChild)(this.vbox3 [this.tableEval]));
     w9.Position = 6;
     w9.Expand   = false;
     w9.Fill     = false;
     this.notebook1.Add(this.vbox3);
     // Notebook tab
     this.label4           = new global::Gtk.Label();
     this.label4.Name      = "label4";
     this.label4.LabelProp = global::Mono.Unix.Catalog.GetString("General");
     this.notebook1.SetTabLabel(this.vbox3, this.label4);
     this.label4.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.label2 = new global::Gtk.Label();
     this.label2.WidthRequest = 417;
     this.label2.Name         = "label2";
     this.label2.Xalign       = 0F;
     this.label2.LabelProp    = global::Mono.Unix.Catalog.GetString("This priority list will be used by MonoDevelop when selecting the engine to be used for debugging an application.");
     this.label2.Wrap         = true;
     this.vbox2.Add(this.label2);
     global::Gtk.Box.BoxChild w11 = ((global::Gtk.Box.BoxChild)(this.vbox2 [this.label2]));
     w11.Position = 0;
     w11.Expand   = false;
     w11.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.GtkScrolledWindow            = new global::Gtk.ScrolledWindow();
     this.GtkScrolledWindow.Name       = "GtkScrolledWindow";
     this.GtkScrolledWindow.ShadowType = ((global::Gtk.ShadowType)(1));
     // Container child GtkScrolledWindow.Gtk.Container+ContainerChild
     this.engineList                = new global::Gtk.TreeView();
     this.engineList.CanFocus       = true;
     this.engineList.Name           = "engineList";
     this.engineList.HeadersVisible = false;
     this.GtkScrolledWindow.Add(this.engineList);
     this.hbox1.Add(this.GtkScrolledWindow);
     global::Gtk.Box.BoxChild w13 = ((global::Gtk.Box.BoxChild)(this.hbox1 [this.GtkScrolledWindow]));
     w13.Position = 0;
     // Container child hbox1.Gtk.Box+BoxChild
     this.vbox4         = new global::Gtk.VBox();
     this.vbox4.Name    = "vbox4";
     this.vbox4.Spacing = 6;
     // Container child vbox4.Gtk.Box+BoxChild
     this.buttonUp              = new global::Gtk.Button();
     this.buttonUp.CanFocus     = true;
     this.buttonUp.Name         = "buttonUp";
     this.buttonUp.UseStock     = true;
     this.buttonUp.UseUnderline = true;
     this.buttonUp.Label        = "gtk-go-up";
     this.vbox4.Add(this.buttonUp);
     global::Gtk.Box.BoxChild w14 = ((global::Gtk.Box.BoxChild)(this.vbox4 [this.buttonUp]));
     w14.Position = 0;
     w14.Expand   = false;
     w14.Fill     = false;
     // Container child vbox4.Gtk.Box+BoxChild
     this.buttonDown              = new global::Gtk.Button();
     this.buttonDown.CanFocus     = true;
     this.buttonDown.Name         = "buttonDown";
     this.buttonDown.UseStock     = true;
     this.buttonDown.UseUnderline = true;
     this.buttonDown.Label        = "gtk-go-down";
     this.vbox4.Add(this.buttonDown);
     global::Gtk.Box.BoxChild w15 = ((global::Gtk.Box.BoxChild)(this.vbox4 [this.buttonDown]));
     w15.Position = 1;
     w15.Expand   = false;
     w15.Fill     = false;
     this.hbox1.Add(this.vbox4);
     global::Gtk.Box.BoxChild w16 = ((global::Gtk.Box.BoxChild)(this.hbox1 [this.vbox4]));
     w16.Position = 1;
     w16.Expand   = false;
     w16.Fill     = false;
     this.vbox2.Add(this.hbox1);
     global::Gtk.Box.BoxChild w17 = ((global::Gtk.Box.BoxChild)(this.vbox2 [this.hbox1]));
     w17.Position = 1;
     this.notebook1.Add(this.vbox2);
     global::Gtk.Notebook.NotebookChild w18 = ((global::Gtk.Notebook.NotebookChild)(this.notebook1 [this.vbox2]));
     w18.Position = 1;
     // Notebook tab
     this.label1           = new global::Gtk.Label();
     this.label1.Name      = "label1";
     this.label1.LabelProp = global::Mono.Unix.Catalog.GetString("Preferred Debuggers");
     this.notebook1.SetTabLabel(this.vbox2, this.label1);
     this.label1.ShowAll();
     this.Add(this.notebook1);
     if ((this.Child != null))
     {
         this.Child.ShowAll();
     }
     this.Hide();
     this.checkAllowEval.Toggled += new global::System.EventHandler(this.OnCheckAllowEvalToggled);
     this.buttonUp.Clicked       += new global::System.EventHandler(this.OnButtonUpClicked);
     this.buttonDown.Clicked     += new global::System.EventHandler(this.OnButtonDownClicked);
 }
 protected virtual void Build()
 {
     global::Stetic.Gui.Initialize(this);
     // Widget MonoDevelop.Ide.SelectEncodingsDialog
     this.Name          = "MonoDevelop.Ide.SelectEncodingsDialog";
     this.Title         = "Select Text Encodings";
     this.TypeHint      = ((global::Gdk.WindowTypeHint)(1));
     this.Modal         = true;
     this.BorderWidth   = ((uint)(6));
     this.DefaultWidth  = 700;
     this.DefaultHeight = 450;
     // Internal child MonoDevelop.Ide.SelectEncodingsDialog.VBox
     global::Gtk.VBox w1 = this.VBox;
     w1.Name        = "dialog-vbox5";
     w1.Spacing     = 6;
     w1.BorderWidth = ((uint)(2));
     // Container child dialog-vbox5.Gtk.Box+BoxChild
     this.table5               = new global::Gtk.Table(((uint)(2)), ((uint)(4)), false);
     this.table5.Name          = "table5";
     this.table5.RowSpacing    = ((uint)(6));
     this.table5.ColumnSpacing = ((uint)(12));
     this.table5.BorderWidth   = ((uint)(6));
     // Container child table5.Gtk.Table+TableChild
     this.label106            = new global::Gtk.Label();
     this.label106.Name       = "label106";
     this.label106.Xalign     = 0f;
     this.label106.Yalign     = 0f;
     this.label106.LabelProp  = global::MonoDevelop.Core.GettextCatalog.GetString("Available encodings:");
     this.label106.WidthChars = 20;
     this.table5.Add(this.label106);
     global::Gtk.Table.TableChild w2 = ((global::Gtk.Table.TableChild)(this.table5[this.label106]));
     w2.XOptions = ((global::Gtk.AttachOptions)(4));
     w2.YOptions = ((global::Gtk.AttachOptions)(0));
     // Container child table5.Gtk.Table+TableChild
     this.label107            = new global::Gtk.Label();
     this.label107.Name       = "label107";
     this.label107.Xalign     = 0f;
     this.label107.Yalign     = 0f;
     this.label107.LabelProp  = global::MonoDevelop.Core.GettextCatalog.GetString("Encodings shown in menu:");
     this.label107.WidthChars = 20;
     this.table5.Add(this.label107);
     global::Gtk.Table.TableChild w3 = ((global::Gtk.Table.TableChild)(this.table5[this.label107]));
     w3.LeftAttach  = ((uint)(2));
     w3.RightAttach = ((uint)(3));
     w3.XOptions    = ((global::Gtk.AttachOptions)(4));
     w3.YOptions    = ((global::Gtk.AttachOptions)(0));
     // Container child table5.Gtk.Table+TableChild
     this.scrolledwindow10            = new global::Gtk.ScrolledWindow();
     this.scrolledwindow10.Name       = "scrolledwindow10";
     this.scrolledwindow10.ShadowType = ((global::Gtk.ShadowType)(1));
     // Container child scrolledwindow10.Gtk.Container+ContainerChild
     this.listAvail      = new global::Gtk.TreeView();
     this.listAvail.Name = "listAvail";
     this.scrolledwindow10.Add(this.listAvail);
     this.table5.Add(this.scrolledwindow10);
     global::Gtk.Table.TableChild w5 = ((global::Gtk.Table.TableChild)(this.table5[this.scrolledwindow10]));
     w5.TopAttach    = ((uint)(1));
     w5.BottomAttach = ((uint)(2));
     // Container child table5.Gtk.Table+TableChild
     this.scrolledwindow11            = new global::Gtk.ScrolledWindow();
     this.scrolledwindow11.Name       = "scrolledwindow11";
     this.scrolledwindow11.ShadowType = ((global::Gtk.ShadowType)(1));
     // Container child scrolledwindow11.Gtk.Container+ContainerChild
     this.listSelected      = new global::Gtk.TreeView();
     this.listSelected.Name = "listSelected";
     this.scrolledwindow11.Add(this.listSelected);
     this.table5.Add(this.scrolledwindow11);
     global::Gtk.Table.TableChild w7 = ((global::Gtk.Table.TableChild)(this.table5[this.scrolledwindow11]));
     w7.TopAttach    = ((uint)(1));
     w7.BottomAttach = ((uint)(2));
     w7.LeftAttach   = ((uint)(2));
     w7.RightAttach  = ((uint)(3));
     // Container child table5.Gtk.Table+TableChild
     this.vbox74         = new global::Gtk.VBox();
     this.vbox74.Name    = "vbox74";
     this.vbox74.Spacing = 6;
     // Container child vbox74.Gtk.Box+BoxChild
     this.label108        = new global::Gtk.Label();
     this.label108.Name   = "label108";
     this.label108.Xalign = 0f;
     this.label108.Yalign = 0f;
     this.vbox74.Add(this.label108);
     global::Gtk.Box.BoxChild w8 = ((global::Gtk.Box.BoxChild)(this.vbox74[this.label108]));
     w8.Position = 0;
     // Container child vbox74.Gtk.Box+BoxChild
     this.btnAdd              = new global::Gtk.Button();
     this.btnAdd.Name         = "btnAdd";
     this.btnAdd.UseUnderline = true;
     // Container child btnAdd.Gtk.Container+ContainerChild
     global::Gtk.Alignment w9 = new global::Gtk.Alignment(0.5f, 0.5f, 0f, 0f);
     // Container child GtkAlignment.Gtk.Container+ContainerChild
     global::Gtk.HBox w10 = new global::Gtk.HBox();
     w10.Spacing = 2;
     // Container child GtkHBox.Gtk.Container+ContainerChild
     global::Gtk.Image w11 = new global::Gtk.Image();
     w11.Pixbuf = global::Stetic.IconLoader.LoadIcon(this, "gtk-go-forward", global::Gtk.IconSize.Button);
     w10.Add(w11);
     // Container child GtkHBox.Gtk.Container+ContainerChild
     global::Gtk.Label w13 = new global::Gtk.Label();
     w10.Add(w13);
     w9.Add(w10);
     this.btnAdd.Add(w9);
     this.vbox74.Add(this.btnAdd);
     global::Gtk.Box.BoxChild w17 = ((global::Gtk.Box.BoxChild)(this.vbox74[this.btnAdd]));
     w17.Position = 1;
     w17.Expand   = false;
     w17.Fill     = false;
     // Container child vbox74.Gtk.Box+BoxChild
     this.btnRemove      = new global::Gtk.Button();
     this.btnRemove.Name = "btnRemove";
     // Container child btnRemove.Gtk.Container+ContainerChild
     global::Gtk.Alignment w18 = new global::Gtk.Alignment(0.5f, 0.5f, 0f, 0f);
     // Container child GtkAlignment.Gtk.Container+ContainerChild
     global::Gtk.HBox w19 = new global::Gtk.HBox();
     w19.Spacing = 2;
     // Container child GtkHBox.Gtk.Container+ContainerChild
     global::Gtk.Image w20 = new global::Gtk.Image();
     w20.Pixbuf = global::Stetic.IconLoader.LoadIcon(this, "gtk-go-back", global::Gtk.IconSize.SmallToolbar);
     w19.Add(w20);
     // Container child GtkHBox.Gtk.Container+ContainerChild
     global::Gtk.Label w22 = new global::Gtk.Label();
     w19.Add(w22);
     w18.Add(w19);
     this.btnRemove.Add(w18);
     this.vbox74.Add(this.btnRemove);
     global::Gtk.Box.BoxChild w26 = ((global::Gtk.Box.BoxChild)(this.vbox74[this.btnRemove]));
     w26.Position = 2;
     w26.Expand   = false;
     w26.Fill     = false;
     // Container child vbox74.Gtk.Box+BoxChild
     this.label109        = new global::Gtk.Label();
     this.label109.Name   = "label109";
     this.label109.Xalign = 0f;
     this.label109.Yalign = 0f;
     this.vbox74.Add(this.label109);
     global::Gtk.Box.BoxChild w27 = ((global::Gtk.Box.BoxChild)(this.vbox74[this.label109]));
     w27.Position = 3;
     this.table5.Add(this.vbox74);
     global::Gtk.Table.TableChild w28 = ((global::Gtk.Table.TableChild)(this.table5[this.vbox74]));
     w28.TopAttach    = ((uint)(1));
     w28.BottomAttach = ((uint)(2));
     w28.LeftAttach   = ((uint)(1));
     w28.RightAttach  = ((uint)(2));
     w28.XOptions     = ((global::Gtk.AttachOptions)(0));
     w28.YOptions     = ((global::Gtk.AttachOptions)(0));
     // Container child table5.Gtk.Table+TableChild
     this.vbox75         = new global::Gtk.VBox();
     this.vbox75.Name    = "vbox75";
     this.vbox75.Spacing = 6;
     // Container child vbox75.Gtk.Box+BoxChild
     this.btnUp      = new global::Gtk.Button();
     this.btnUp.Name = "btnUp";
     // Container child btnUp.Gtk.Container+ContainerChild
     this.image9        = new global::Gtk.Image();
     this.image9.Name   = "image9";
     this.image9.Xalign = 0f;
     this.image9.Yalign = 0f;
     this.image9.Pixbuf = global::Stetic.IconLoader.LoadIcon(this, "gtk-go-up", global::Gtk.IconSize.Button);
     this.btnUp.Add(this.image9);
     this.btnUp.Label = null;
     this.vbox75.Add(this.btnUp);
     global::Gtk.Box.BoxChild w30 = ((global::Gtk.Box.BoxChild)(this.vbox75[this.btnUp]));
     w30.Position = 0;
     w30.Expand   = false;
     w30.Fill     = false;
     // Container child vbox75.Gtk.Box+BoxChild
     this.btnDown      = new global::Gtk.Button();
     this.btnDown.Name = "btnDown";
     // Container child btnDown.Gtk.Container+ContainerChild
     this.image10        = new global::Gtk.Image();
     this.image10.Name   = "image10";
     this.image10.Xalign = 0f;
     this.image10.Yalign = 0f;
     this.image10.Pixbuf = global::Stetic.IconLoader.LoadIcon(this, "gtk-go-down", global::Gtk.IconSize.Button);
     this.btnDown.Add(this.image10);
     this.btnDown.Label = null;
     this.vbox75.Add(this.btnDown);
     global::Gtk.Box.BoxChild w32 = ((global::Gtk.Box.BoxChild)(this.vbox75[this.btnDown]));
     w32.Position = 1;
     w32.Expand   = false;
     w32.Fill     = false;
     this.table5.Add(this.vbox75);
     global::Gtk.Table.TableChild w33 = ((global::Gtk.Table.TableChild)(this.table5[this.vbox75]));
     w33.TopAttach    = ((uint)(1));
     w33.BottomAttach = ((uint)(2));
     w33.LeftAttach   = ((uint)(3));
     w33.RightAttach  = ((uint)(4));
     w33.XOptions     = ((global::Gtk.AttachOptions)(0));
     w33.YOptions     = ((global::Gtk.AttachOptions)(0));
     w1.Add(this.table5);
     global::Gtk.Box.BoxChild w34 = ((global::Gtk.Box.BoxChild)(w1[this.table5]));
     w34.Position = 0;
     // Internal child MonoDevelop.Ide.SelectEncodingsDialog.ActionArea
     global::Gtk.HButtonBox w35 = this.ActionArea;
     w35.Name        = "dialog-action_area5";
     w35.Spacing     = 6;
     w35.BorderWidth = ((uint)(5));
     w35.LayoutStyle = ((global::Gtk.ButtonBoxStyle)(4));
     // Container child dialog-action_area5.Gtk.ButtonBox+ButtonBoxChild
     this.cancelbutton1              = new global::Gtk.Button();
     this.cancelbutton1.Name         = "cancelbutton1";
     this.cancelbutton1.UseStock     = true;
     this.cancelbutton1.UseUnderline = true;
     this.cancelbutton1.Label        = "gtk-cancel";
     this.AddActionWidget(this.cancelbutton1, -6);
     global::Gtk.ButtonBox.ButtonBoxChild w36 = ((global::Gtk.ButtonBox.ButtonBoxChild)(w35[this.cancelbutton1]));
     w36.Expand = false;
     w36.Fill   = false;
     // Container child dialog-action_area5.Gtk.ButtonBox+ButtonBoxChild
     this.okbutton1              = new global::Gtk.Button();
     this.okbutton1.Name         = "okbutton1";
     this.okbutton1.UseStock     = true;
     this.okbutton1.UseUnderline = true;
     this.okbutton1.Label        = "gtk-ok";
     this.AddActionWidget(this.okbutton1, -5);
     global::Gtk.ButtonBox.ButtonBoxChild w37 = ((global::Gtk.ButtonBox.ButtonBoxChild)(w35[this.okbutton1]));
     w37.Position = 1;
     w37.Expand   = false;
     w37.Fill     = false;
     if ((this.Child != null))
     {
         this.Child.ShowAll();
     }
     this.Show();
     this.Response          += new global::Gtk.ResponseHandler(this.OnRespond);
     this.btnUp.Clicked     += new global::System.EventHandler(this.OnUpClicked);
     this.btnDown.Clicked   += new global::System.EventHandler(this.OnDownClicked);
     this.btnAdd.Clicked    += new global::System.EventHandler(this.OnAddClicked);
     this.btnRemove.Clicked += new global::System.EventHandler(this.OnRemoveClicked);
 }
 protected virtual void Build()
 {
     global::Stetic.Gui.Initialize(this);
     // Widget ColorManager.MyForm
     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.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.UIManager.InsertActionGroup(w1, 0);
     this.AddAccelGroup(this.UIManager.AccelGroup);
     this.Name           = "ColorManager.MyForm";
     this.Title          = global::Mono.Unix.Catalog.GetString("Color Manager");
     this.WindowPosition = ((global::Gtk.WindowPosition)(4));
     // Container child ColorManager.MyForm.Gtk.Container+ContainerChild
     this.vbox1         = new global::Gtk.VBox();
     this.vbox1.Name    = "vbox1";
     this.vbox1.Spacing = 6;
     // Container child vbox1.Gtk.Box+BoxChild
     this.UIManager.AddUiFromString("<ui><menubar name='menubar1'><menu name='FileAction' action='FileAction'><menuitem name='quitAction' action='quitAction'/></menu><menu name='HelpAction' action='HelpAction'/></menubar></ui>");
     this.menubar1      = ((global::Gtk.MenuBar)(this.UIManager.GetWidget("/menubar1")));
     this.menubar1.Name = "menubar1";
     this.vbox1.Add(this.menubar1);
     global::Gtk.Box.BoxChild w2 = ((global::Gtk.Box.BoxChild)(this.vbox1 [this.menubar1]));
     w2.Position = 0;
     w2.Expand   = false;
     w2.Fill     = false;
     // Container child vbox1.Gtk.Box+BoxChild
     this.hbox1         = new global::Gtk.HBox();
     this.hbox1.Name    = "hbox1";
     this.hbox1.Spacing = 6;
     // Container child hbox1.Gtk.Box+BoxChild
     this.label1           = new global::Gtk.Label();
     this.label1.Name      = "label1";
     this.label1.LabelProp = global::Mono.Unix.Catalog.GetString("Select Palette");
     this.hbox1.Add(this.label1);
     global::Gtk.Box.BoxChild w3 = ((global::Gtk.Box.BoxChild)(this.hbox1 [this.label1]));
     w3.Position = 0;
     w3.Expand   = false;
     w3.Fill     = false;
     // Container child hbox1.Gtk.Box+BoxChild
     this.combobox1      = global::Gtk.ComboBox.NewText();
     this.combobox1.Name = "combobox1";
     this.hbox1.Add(this.combobox1);
     global::Gtk.Box.BoxChild w4 = ((global::Gtk.Box.BoxChild)(this.hbox1 [this.combobox1]));
     w4.Position = 1;
     w4.Expand   = false;
     w4.Fill     = false;
     // Container child hbox1.Gtk.Box+BoxChild
     this.btnCreate              = new global::Gtk.Button();
     this.btnCreate.CanFocus     = true;
     this.btnCreate.Name         = "btnCreate";
     this.btnCreate.UseUnderline = true;
     this.btnCreate.Label        = global::Mono.Unix.Catalog.GetString("Create Palette");
     global::Gtk.Image w5 = new global::Gtk.Image();
     w5.Pixbuf            = global::Stetic.IconLoader.LoadIcon(this, "gtk-add", global::Gtk.IconSize.Menu);
     this.btnCreate.Image = w5;
     this.hbox1.Add(this.btnCreate);
     global::Gtk.Box.BoxChild w6 = ((global::Gtk.Box.BoxChild)(this.hbox1 [this.btnCreate]));
     w6.Position = 3;
     w6.Expand   = false;
     w6.Fill     = false;
     // Container child hbox1.Gtk.Box+BoxChild
     this.btnDelete              = new global::Gtk.Button();
     this.btnDelete.CanFocus     = true;
     this.btnDelete.Name         = "btnDelete";
     this.btnDelete.UseUnderline = true;
     this.btnDelete.Label        = global::Mono.Unix.Catalog.GetString("Delete");
     global::Gtk.Image w7 = new global::Gtk.Image();
     w7.Pixbuf            = global::Stetic.IconLoader.LoadIcon(this, "gtk-close", global::Gtk.IconSize.Menu);
     this.btnDelete.Image = w7;
     this.hbox1.Add(this.btnDelete);
     global::Gtk.Box.BoxChild w8 = ((global::Gtk.Box.BoxChild)(this.hbox1 [this.btnDelete]));
     w8.Position = 4;
     w8.Expand   = false;
     w8.Fill     = false;
     this.vbox1.Add(this.hbox1);
     global::Gtk.Box.BoxChild w9 = ((global::Gtk.Box.BoxChild)(this.vbox1 [this.hbox1]));
     w9.Position = 1;
     w9.Expand   = false;
     w9.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.Name      = "label2";
     this.label2.LabelProp = global::Mono.Unix.Catalog.GetString("Enter palette name");
     this.hbox2.Add(this.label2);
     global::Gtk.Box.BoxChild w10 = ((global::Gtk.Box.BoxChild)(this.hbox2 [this.label2]));
     w10.Position = 0;
     w10.Expand   = false;
     w10.Fill     = false;
     // Container child hbox2.Gtk.Box+BoxChild
     this.tbName               = new global::Gtk.Entry();
     this.tbName.CanFocus      = true;
     this.tbName.Name          = "tbName";
     this.tbName.IsEditable    = true;
     this.tbName.InvisibleChar = '●';
     this.hbox2.Add(this.tbName);
     global::Gtk.Box.BoxChild w11 = ((global::Gtk.Box.BoxChild)(this.hbox2 [this.tbName]));
     w11.Position = 1;
     // Container child hbox2.Gtk.Box+BoxChild
     this.butCr1              = new global::Gtk.Button();
     this.butCr1.CanFocus     = true;
     this.butCr1.Name         = "butCr1";
     this.butCr1.UseUnderline = true;
     this.butCr1.Label        = global::Mono.Unix.Catalog.GetString("Create");
     this.hbox2.Add(this.butCr1);
     global::Gtk.Box.BoxChild w12 = ((global::Gtk.Box.BoxChild)(this.hbox2 [this.butCr1]));
     w12.Position = 2;
     w12.Expand   = false;
     w12.Fill     = false;
     this.vbox1.Add(this.hbox2);
     global::Gtk.Box.BoxChild w13 = ((global::Gtk.Box.BoxChild)(this.vbox1 [this.hbox2]));
     w13.Position = 2;
     w13.Expand   = false;
     w13.Fill     = false;
     // Container child vbox1.Gtk.Box+BoxChild
     this.table1               = new global::Gtk.Table(((uint)(2)), ((uint)(7)), false);
     this.table1.Name          = "table1";
     this.table1.RowSpacing    = ((uint)(6));
     this.table1.ColumnSpacing = ((uint)(6));
     // Container child table1.Gtk.Table+TableChild
     this.clrBtn1          = new global::Gtk.ColorButton();
     this.clrBtn1.CanFocus = true;
     this.clrBtn1.Events   = ((global::Gdk.EventMask)(784));
     this.clrBtn1.Name     = "clrBtn1";
     this.table1.Add(this.clrBtn1);
     global::Gtk.Table.TableChild w14 = ((global::Gtk.Table.TableChild)(this.table1 [this.clrBtn1]));
     w14.XOptions = ((global::Gtk.AttachOptions)(4));
     w14.YOptions = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     this.clrBtn10          = new global::Gtk.ColorButton();
     this.clrBtn10.CanFocus = true;
     this.clrBtn10.Events   = ((global::Gdk.EventMask)(784));
     this.clrBtn10.Name     = "clrBtn10";
     this.table1.Add(this.clrBtn10);
     global::Gtk.Table.TableChild w15 = ((global::Gtk.Table.TableChild)(this.table1 [this.clrBtn10]));
     w15.TopAttach    = ((uint)(1));
     w15.BottomAttach = ((uint)(2));
     w15.LeftAttach   = ((uint)(4));
     w15.RightAttach  = ((uint)(5));
     w15.XOptions     = ((global::Gtk.AttachOptions)(4));
     w15.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     this.clrBtn2          = new global::Gtk.ColorButton();
     this.clrBtn2.CanFocus = true;
     this.clrBtn2.Events   = ((global::Gdk.EventMask)(784));
     this.clrBtn2.Name     = "clrBtn2";
     this.table1.Add(this.clrBtn2);
     global::Gtk.Table.TableChild w16 = ((global::Gtk.Table.TableChild)(this.table1 [this.clrBtn2]));
     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.clrBtn3          = new global::Gtk.ColorButton();
     this.clrBtn3.CanFocus = true;
     this.clrBtn3.Events   = ((global::Gdk.EventMask)(784));
     this.clrBtn3.Name     = "clrBtn3";
     this.table1.Add(this.clrBtn3);
     global::Gtk.Table.TableChild w17 = ((global::Gtk.Table.TableChild)(this.table1 [this.clrBtn3]));
     w17.LeftAttach  = ((uint)(2));
     w17.RightAttach = ((uint)(3));
     w17.XOptions    = ((global::Gtk.AttachOptions)(4));
     w17.YOptions    = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     this.clrBtn4          = new global::Gtk.ColorButton();
     this.clrBtn4.CanFocus = true;
     this.clrBtn4.Events   = ((global::Gdk.EventMask)(784));
     this.clrBtn4.Name     = "clrBtn4";
     this.table1.Add(this.clrBtn4);
     global::Gtk.Table.TableChild w18 = ((global::Gtk.Table.TableChild)(this.table1 [this.clrBtn4]));
     w18.LeftAttach  = ((uint)(3));
     w18.RightAttach = ((uint)(4));
     w18.XOptions    = ((global::Gtk.AttachOptions)(4));
     w18.YOptions    = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     this.clrBtn5          = new global::Gtk.ColorButton();
     this.clrBtn5.CanFocus = true;
     this.clrBtn5.Events   = ((global::Gdk.EventMask)(784));
     this.clrBtn5.Name     = "clrBtn5";
     this.table1.Add(this.clrBtn5);
     global::Gtk.Table.TableChild w19 = ((global::Gtk.Table.TableChild)(this.table1 [this.clrBtn5]));
     w19.LeftAttach  = ((uint)(4));
     w19.RightAttach = ((uint)(5));
     w19.XOptions    = ((global::Gtk.AttachOptions)(4));
     w19.YOptions    = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     this.clrBtn6          = new global::Gtk.ColorButton();
     this.clrBtn6.CanFocus = true;
     this.clrBtn6.Events   = ((global::Gdk.EventMask)(784));
     this.clrBtn6.Name     = "clrBtn6";
     this.table1.Add(this.clrBtn6);
     global::Gtk.Table.TableChild w20 = ((global::Gtk.Table.TableChild)(this.table1 [this.clrBtn6]));
     w20.TopAttach    = ((uint)(1));
     w20.BottomAttach = ((uint)(2));
     w20.XOptions     = ((global::Gtk.AttachOptions)(4));
     w20.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     this.clrBtn7          = new global::Gtk.ColorButton();
     this.clrBtn7.CanFocus = true;
     this.clrBtn7.Events   = ((global::Gdk.EventMask)(784));
     this.clrBtn7.Name     = "clrBtn7";
     this.table1.Add(this.clrBtn7);
     global::Gtk.Table.TableChild w21 = ((global::Gtk.Table.TableChild)(this.table1 [this.clrBtn7]));
     w21.TopAttach    = ((uint)(1));
     w21.BottomAttach = ((uint)(2));
     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.clrBtn8          = new global::Gtk.ColorButton();
     this.clrBtn8.CanFocus = true;
     this.clrBtn8.Events   = ((global::Gdk.EventMask)(784));
     this.clrBtn8.Name     = "clrBtn8";
     this.table1.Add(this.clrBtn8);
     global::Gtk.Table.TableChild w22 = ((global::Gtk.Table.TableChild)(this.table1 [this.clrBtn8]));
     w22.TopAttach    = ((uint)(1));
     w22.BottomAttach = ((uint)(2));
     w22.LeftAttach   = ((uint)(2));
     w22.RightAttach  = ((uint)(3));
     w22.XOptions     = ((global::Gtk.AttachOptions)(4));
     w22.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     this.clrBtn9          = new global::Gtk.ColorButton();
     this.clrBtn9.CanFocus = true;
     this.clrBtn9.Events   = ((global::Gdk.EventMask)(784));
     this.clrBtn9.Name     = "clrBtn9";
     this.table1.Add(this.clrBtn9);
     global::Gtk.Table.TableChild w23 = ((global::Gtk.Table.TableChild)(this.table1 [this.clrBtn9]));
     w23.TopAttach    = ((uint)(1));
     w23.BottomAttach = ((uint)(2));
     w23.LeftAttach   = ((uint)(3));
     w23.RightAttach  = ((uint)(4));
     w23.XOptions     = ((global::Gtk.AttachOptions)(4));
     w23.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     this.label3           = new global::Gtk.Label();
     this.label3.Name      = "label3";
     this.label3.LabelProp = global::Mono.Unix.Catalog.GetString("Color Code");
     this.table1.Add(this.label3);
     global::Gtk.Table.TableChild w24 = ((global::Gtk.Table.TableChild)(this.table1 [this.label3]));
     w24.LeftAttach  = ((uint)(5));
     w24.RightAttach = ((uint)(6));
     w24.XOptions    = ((global::Gtk.AttachOptions)(4));
     w24.YOptions    = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     this.tbClr               = new global::Gtk.Entry();
     this.tbClr.CanFocus      = true;
     this.tbClr.Name          = "tbClr";
     this.tbClr.IsEditable    = true;
     this.tbClr.InvisibleChar = '•';
     this.table1.Add(this.tbClr);
     global::Gtk.Table.TableChild w25 = ((global::Gtk.Table.TableChild)(this.table1 [this.tbClr]));
     w25.LeftAttach  = ((uint)(6));
     w25.RightAttach = ((uint)(7));
     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 = 3;
     w26.Expand   = false;
     w26.Fill     = false;
     // Container child vbox1.Gtk.Box+BoxChild
     this.colorselection1      = new global::Gtk.ColorSelection();
     this.colorselection1.Name = "colorselection1";
     this.colorselection1.HasOpacityControl = true;
     this.vbox1.Add(this.colorselection1);
     global::Gtk.Box.BoxChild w27 = ((global::Gtk.Box.BoxChild)(this.vbox1 [this.colorselection1]));
     w27.Position = 4;
     // Container child vbox1.Gtk.Box+BoxChild
     this.lblDebug                = new global::Gtk.Label();
     this.lblDebug.Name           = "lblDebug";
     this.lblDebug.LabelProp      = global::Mono.Unix.Catalog.GetString("Ready");
     this.lblDebug.SingleLineMode = true;
     this.vbox1.Add(this.lblDebug);
     global::Gtk.Box.BoxChild w28 = ((global::Gtk.Box.BoxChild)(this.vbox1 [this.lblDebug]));
     w28.Position = 5;
     w28.Expand   = false;
     w28.Fill     = false;
     this.Add(this.vbox1);
     if ((this.Child != null))
     {
         this.Child.ShowAll();
     }
     this.DefaultWidth  = 505;
     this.DefaultHeight = 415;
     this.Show();
     this.combobox1.Changed += new global::System.EventHandler(this.OnCombobox1Changed);
     this.btnCreate.Clicked += new global::System.EventHandler(this.OnBtnCreateClicked);
     this.btnDelete.Clicked += new global::System.EventHandler(this.OnBtnDeleteClicked);
     this.butCr1.Clicked    += new global::System.EventHandler(this.OnButCr1Clicked);
     this.clrBtn9.ColorSet  += new global::System.EventHandler(this.OnClrBtn9ColorSet);
     this.clrBtn8.ColorSet  += new global::System.EventHandler(this.OnClrBtn8ColorSet);
     this.clrBtn7.ColorSet  += new global::System.EventHandler(this.OnClrBtn7ColorSet);
     this.clrBtn6.ColorSet  += new global::System.EventHandler(this.OnClrBtn6ColorSet);
     this.clrBtn5.ColorSet  += new global::System.EventHandler(this.OnClrBtn5ColorSet);
     this.clrBtn4.ColorSet  += new global::System.EventHandler(this.OnClrBtn4ColorSet);
     this.clrBtn3.ColorSet  += new global::System.EventHandler(this.OnClrBtn3ColorSet);
     this.clrBtn2.ColorSet  += new global::System.EventHandler(this.OnClrBtn2ColorSet);
     this.clrBtn10.ColorSet += new global::System.EventHandler(this.OnClrBtn10ColorSet);
     this.clrBtn1.ColorSet  += new global::System.EventHandler(this.OnClrBtn1ColorSet);
 }
 protected virtual void Build()
 {
     MonoDevelop.Components.Gui.Initialize(this);
     // Widget MonoDevelop.Ide.Gui.OptionPanels.TextStylePolicyPanelWidget
     MonoDevelop.Components.BinContainer.Attach(this);
     this.Name = "MonoDevelop.Ide.Gui.OptionPanels.TextStylePolicyPanelWidget";
     // Container child MonoDevelop.Ide.Gui.OptionPanels.TextStylePolicyPanelWidget.Gtk.Container+ContainerChild
     this.vbox1         = new global::Gtk.VBox();
     this.vbox1.Name    = "vbox1";
     this.vbox1.Spacing = 6;
     // Container child vbox1.Gtk.Box+BoxChild
     this.hbox1         = new global::Gtk.HBox();
     this.hbox1.Name    = "hbox1";
     this.hbox1.Spacing = 6;
     // Container child hbox1.Gtk.Box+BoxChild
     this.label1              = new global::Gtk.Label();
     this.label1.Name         = "label1";
     this.label1.LabelProp    = global::Mono.Unix.Catalog.GetString("Desired _file width:");
     this.label1.UseUnderline = true;
     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.columnWidthSpin          = new global::Gtk.SpinButton(0, 1000, 1);
     this.columnWidthSpin.CanFocus = true;
     this.columnWidthSpin.Name     = "columnWidthSpin";
     this.columnWidthSpin.Adjustment.PageIncrement = 10;
     this.columnWidthSpin.ClimbRate = 1;
     this.columnWidthSpin.Numeric   = true;
     this.columnWidthSpin.Value     = 120;
     this.hbox1.Add(this.columnWidthSpin);
     global::Gtk.Box.BoxChild w2 = ((global::Gtk.Box.BoxChild)(this.hbox1 [this.columnWidthSpin]));
     w2.Position = 1;
     w2.Expand   = false;
     w2.Fill     = false;
     // Container child hbox1.Gtk.Box+BoxChild
     this.label5           = new global::Gtk.Label();
     this.label5.Name      = "label5";
     this.label5.LabelProp = global::Mono.Unix.Catalog.GetString("columns");
     this.hbox1.Add(this.label5);
     global::Gtk.Box.BoxChild w3 = ((global::Gtk.Box.BoxChild)(this.hbox1 [this.label5]));
     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.label6              = new global::Gtk.Label();
     this.label6.Name         = "label6";
     this.label6.LabelProp    = global::Mono.Unix.Catalog.GetString("_Line endings:");
     this.label6.UseUnderline = true;
     this.hbox2.Add(this.label6);
     global::Gtk.Box.BoxChild w5 = ((global::Gtk.Box.BoxChild)(this.hbox2 [this.label6]));
     w5.Position = 0;
     w5.Expand   = false;
     w5.Fill     = false;
     // Container child hbox2.Gtk.Box+BoxChild
     this.lineEndingCombo      = global::Gtk.ComboBox.NewText();
     this.lineEndingCombo.Name = "lineEndingCombo";
     this.hbox2.Add(this.lineEndingCombo);
     global::Gtk.Box.BoxChild w6 = ((global::Gtk.Box.BoxChild)(this.hbox2 [this.lineEndingCombo]));
     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.alignment2            = new global::Gtk.Alignment(0.5F, 0.5F, 1F, 1F);
     this.alignment2.Name       = "alignment2";
     this.alignment2.TopPadding = ((uint)(6));
     // Container child alignment2.Gtk.Container+ContainerChild
     this.label3           = new global::Gtk.Label();
     this.label3.Name      = "label3";
     this.label3.Xalign    = 0F;
     this.label3.LabelProp = global::Mono.Unix.Catalog.GetString("<b>Whitespace</b>");
     this.label3.UseMarkup = true;
     this.alignment2.Add(this.label3);
     this.vbox1.Add(this.alignment2);
     global::Gtk.Box.BoxChild w9 = ((global::Gtk.Box.BoxChild)(this.vbox1 [this.alignment2]));
     w9.Position = 2;
     w9.Expand   = false;
     w9.Fill     = false;
     // Container child vbox1.Gtk.Box+BoxChild
     this.alignment1             = new global::Gtk.Alignment(0F, 0F, 1F, 1F);
     this.alignment1.Name        = "alignment1";
     this.alignment1.LeftPadding = ((uint)(12));
     // Container child alignment1.Gtk.Container+ContainerChild
     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)(3)), false);
     this.table1.Name          = "table1";
     this.table1.RowSpacing    = ((uint)(6));
     this.table1.ColumnSpacing = ((uint)(6));
     // Container child table1.Gtk.Table+TableChild
     this.indentWidthSpin          = new global::Gtk.SpinButton(1, 50, 1);
     this.indentWidthSpin.CanFocus = true;
     this.indentWidthSpin.Name     = "indentWidthSpin";
     this.indentWidthSpin.Adjustment.PageIncrement = 2;
     this.indentWidthSpin.ClimbRate = 1;
     this.indentWidthSpin.Numeric   = true;
     this.indentWidthSpin.Value     = 4;
     this.table1.Add(this.indentWidthSpin);
     global::Gtk.Table.TableChild w10 = ((global::Gtk.Table.TableChild)(this.table1 [this.indentWidthSpin]));
     w10.TopAttach    = ((uint)(1));
     w10.BottomAttach = ((uint)(2));
     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.label7              = new global::Gtk.Label();
     this.label7.Name         = "label7";
     this.label7.LabelProp    = global::Mono.Unix.Catalog.GetString("_Tab width:");
     this.label7.UseUnderline = true;
     this.table1.Add(this.label7);
     global::Gtk.Table.TableChild w11 = ((global::Gtk.Table.TableChild)(this.table1 [this.label7]));
     w11.XOptions = ((global::Gtk.AttachOptions)(4));
     w11.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("_Indent width:");
     this.label9.UseUnderline = true;
     this.table1.Add(this.label9);
     global::Gtk.Table.TableChild w12 = ((global::Gtk.Table.TableChild)(this.table1 [this.label9]));
     w12.TopAttach    = ((uint)(1));
     w12.BottomAttach = ((uint)(2));
     w12.XOptions     = ((global::Gtk.AttachOptions)(4));
     w12.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     this.tabWidthSpin          = new global::Gtk.SpinButton(1, 50, 1);
     this.tabWidthSpin.CanFocus = true;
     this.tabWidthSpin.Name     = "tabWidthSpin";
     this.tabWidthSpin.Adjustment.PageIncrement = 2;
     this.tabWidthSpin.ClimbRate = 1;
     this.tabWidthSpin.Numeric   = true;
     this.tabWidthSpin.Value     = 4;
     this.table1.Add(this.tabWidthSpin);
     global::Gtk.Table.TableChild w13 = ((global::Gtk.Table.TableChild)(this.table1 [this.tabWidthSpin]));
     w13.LeftAttach  = ((uint)(1));
     w13.RightAttach = ((uint)(2));
     w13.XOptions    = ((global::Gtk.AttachOptions)(4));
     w13.YOptions    = ((global::Gtk.AttachOptions)(4));
     this.vbox2.Add(this.table1);
     global::Gtk.Box.BoxChild w14 = ((global::Gtk.Box.BoxChild)(this.vbox2 [this.table1]));
     w14.Position = 0;
     w14.Expand   = false;
     w14.Fill     = false;
     // Container child vbox2.Gtk.Box+BoxChild
     this.tabsToSpaceCheck               = new global::Gtk.CheckButton();
     this.tabsToSpaceCheck.CanFocus      = true;
     this.tabsToSpaceCheck.Name          = "tabsToSpaceCheck";
     this.tabsToSpaceCheck.Label         = global::Mono.Unix.Catalog.GetString("_Convert tabs to spaces");
     this.tabsToSpaceCheck.DrawIndicator = true;
     this.tabsToSpaceCheck.UseUnderline  = true;
     this.vbox2.Add(this.tabsToSpaceCheck);
     global::Gtk.Box.BoxChild w15 = ((global::Gtk.Box.BoxChild)(this.vbox2 [this.tabsToSpaceCheck]));
     w15.Position = 1;
     w15.Expand   = false;
     w15.Fill     = false;
     // Container child vbox2.Gtk.Box+BoxChild
     this.tabsAfterNonTabsCheck               = new global::Gtk.CheckButton();
     this.tabsAfterNonTabsCheck.CanFocus      = true;
     this.tabsAfterNonTabsCheck.Name          = "tabsAfterNonTabsCheck";
     this.tabsAfterNonTabsCheck.Label         = global::Mono.Unix.Catalog.GetString("_Allow tabs after non-tabs");
     this.tabsAfterNonTabsCheck.DrawIndicator = true;
     this.tabsAfterNonTabsCheck.UseUnderline  = true;
     this.vbox2.Add(this.tabsAfterNonTabsCheck);
     global::Gtk.Box.BoxChild w16 = ((global::Gtk.Box.BoxChild)(this.vbox2 [this.tabsAfterNonTabsCheck]));
     w16.Position = 2;
     w16.Expand   = false;
     w16.Fill     = false;
     // Container child vbox2.Gtk.Box+BoxChild
     this.removeTrailingWhitespaceCheck               = new global::Gtk.CheckButton();
     this.removeTrailingWhitespaceCheck.CanFocus      = true;
     this.removeTrailingWhitespaceCheck.Name          = "removeTrailingWhitespaceCheck";
     this.removeTrailingWhitespaceCheck.Label         = global::Mono.Unix.Catalog.GetString("_Remove trailing whitespace");
     this.removeTrailingWhitespaceCheck.DrawIndicator = true;
     this.removeTrailingWhitespaceCheck.UseUnderline  = true;
     this.vbox2.Add(this.removeTrailingWhitespaceCheck);
     global::Gtk.Box.BoxChild w17 = ((global::Gtk.Box.BoxChild)(this.vbox2 [this.removeTrailingWhitespaceCheck]));
     w17.Position = 3;
     w17.Expand   = false;
     w17.Fill     = false;
     this.alignment1.Add(this.vbox2);
     this.vbox1.Add(this.alignment1);
     global::Gtk.Box.BoxChild w19 = ((global::Gtk.Box.BoxChild)(this.vbox1 [this.alignment1]));
     w19.Position = 3;
     w19.Expand   = false;
     w19.Fill     = false;
     this.Add(this.vbox1);
     if ((this.Child != null))
     {
         this.Child.ShowAll();
     }
     this.label7.MnemonicWidget = this.tabWidthSpin;
     this.label9.MnemonicWidget = this.tabWidthSpin;
     this.Hide();
     this.columnWidthSpin.ValueChanged          += new global::System.EventHandler(this.UpdateState);
     this.lineEndingCombo.Changed               += new global::System.EventHandler(this.UpdateState);
     this.tabWidthSpin.ValueChanged             += new global::System.EventHandler(this.UpdateState);
     this.indentWidthSpin.ValueChanged          += new global::System.EventHandler(this.UpdateState);
     this.tabsToSpaceCheck.Toggled              += new global::System.EventHandler(this.UpdateState);
     this.tabsAfterNonTabsCheck.Toggled         += new global::System.EventHandler(this.UpdateState);
     this.removeTrailingWhitespaceCheck.Toggled += new global::System.EventHandler(this.UpdateState);
 }
 protected virtual void Build()
 {
     global::Stetic.Gui.Initialize(this);
     // Widget Vodovoz.Dialogs.Fuel.FuelIncomeInvoiceView
     global::Stetic.BinContainer.Attach(this);
     this.Name = "Vodovoz.Dialogs.Fuel.FuelIncomeInvoiceView";
     // Container child Vodovoz.Dialogs.Fuel.FuelIncomeInvoiceView.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.tableState               = new global::Gtk.Table(((uint)(1)), ((uint)(5)), 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 w6 = ((global::Gtk.Table.TableChild)(this.tableState[this.labelAuthor]));
     w6.LeftAttach  = ((uint)(2));
     w6.RightAttach = ((uint)(3));
     w6.XOptions    = ((global::Gtk.AttachOptions)(4));
     w6.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 w7 = ((global::Gtk.Table.TableChild)(this.tableState[this.labelCreationDate]));
     w7.XOptions = ((global::Gtk.AttachOptions)(4));
     w7.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 w8 = ((global::Gtk.Table.TableChild)(this.tableState[this.ylabelAuthor]));
     w8.LeftAttach  = ((uint)(3));
     w8.RightAttach = ((uint)(4));
     w8.XOptions    = ((global::Gtk.AttachOptions)(4));
     w8.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 w9 = ((global::Gtk.Table.TableChild)(this.tableState[this.ylabelCreationDate]));
     w9.LeftAttach  = ((uint)(1));
     w9.RightAttach = ((uint)(2));
     w9.XOptions    = ((global::Gtk.AttachOptions)(4));
     w9.YOptions    = ((global::Gtk.AttachOptions)(4));
     this.vboxDialog.Add(this.tableState);
     global::Gtk.Box.BoxChild w10 = ((global::Gtk.Box.BoxChild)(this.vboxDialog[this.tableState]));
     w10.Position = 1;
     w10.Expand   = false;
     w10.Fill     = false;
     // Container child vboxDialog.Gtk.Box+BoxChild
     this.tableFields               = new global::Gtk.Table(((uint)(4)), ((uint)(3)), false);
     this.tableFields.Name          = "tableFields";
     this.tableFields.RowSpacing    = ((uint)(6));
     this.tableFields.ColumnSpacing = ((uint)(6));
     // 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 = false;
     this.tableFields.Add(this.entryCounterparty);
     global::Gtk.Table.TableChild w11 = ((global::Gtk.Table.TableChild)(this.tableFields[this.entryCounterparty]));
     w11.TopAttach    = ((uint)(2));
     w11.BottomAttach = ((uint)(3));
     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.GtkScrolledWindow            = new global::Gtk.ScrolledWindow();
     this.GtkScrolledWindow.Name       = "GtkScrolledWindow";
     this.GtkScrolledWindow.ShadowType = ((global::Gtk.ShadowType)(1));
     // Container child GtkScrolledWindow.Gtk.Container+ContainerChild
     this.ytextviewComment          = new global::Gamma.GtkWidgets.yTextView();
     this.ytextviewComment.CanFocus = true;
     this.ytextviewComment.Name     = "ytextviewComment";
     this.GtkScrolledWindow.Add(this.ytextviewComment);
     this.tableFields.Add(this.GtkScrolledWindow);
     global::Gtk.Table.TableChild w13 = ((global::Gtk.Table.TableChild)(this.tableFields[this.GtkScrolledWindow]));
     w13.TopAttach    = ((uint)(1));
     w13.BottomAttach = ((uint)(4));
     w13.LeftAttach   = ((uint)(2));
     w13.RightAttach  = ((uint)(3));
     w13.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child tableFields.Gtk.Table+TableChild
     this.labelCashSubdivision           = new global::Gtk.Label();
     this.labelCashSubdivision.Name      = "labelCashSubdivision";
     this.labelCashSubdivision.Xalign    = 1F;
     this.labelCashSubdivision.LabelProp = global::Mono.Unix.Catalog.GetString("Касса:");
     this.labelCashSubdivision.Justify   = ((global::Gtk.Justification)(1));
     this.tableFields.Add(this.labelCashSubdivision);
     global::Gtk.Table.TableChild w14 = ((global::Gtk.Table.TableChild)(this.tableFields[this.labelCashSubdivision]));
     w14.TopAttach    = ((uint)(3));
     w14.BottomAttach = ((uint)(4));
     w14.XOptions     = ((global::Gtk.AttachOptions)(4));
     w14.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child tableFields.Gtk.Table+TableChild
     this.labelComment           = new global::Gtk.Label();
     this.labelComment.Name      = "labelComment";
     this.labelComment.Xalign    = 0F;
     this.labelComment.LabelProp = global::Mono.Unix.Catalog.GetString("Комментарий:");
     this.labelComment.Justify   = ((global::Gtk.Justification)(1));
     this.tableFields.Add(this.labelComment);
     global::Gtk.Table.TableChild w15 = ((global::Gtk.Table.TableChild)(this.tableFields[this.labelComment]));
     w15.LeftAttach  = ((uint)(2));
     w15.RightAttach = ((uint)(3));
     w15.XOptions    = ((global::Gtk.AttachOptions)(4));
     w15.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.labelCounterparty.Justify   = ((global::Gtk.Justification)(1));
     this.tableFields.Add(this.labelCounterparty);
     global::Gtk.Table.TableChild w16 = ((global::Gtk.Table.TableChild)(this.tableFields[this.labelCounterparty]));
     w16.TopAttach    = ((uint)(2));
     w16.BottomAttach = ((uint)(3));
     w16.XOptions     = ((global::Gtk.AttachOptions)(4));
     w16.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child tableFields.Gtk.Table+TableChild
     this.labelInvoiceBillDoc           = new global::Gtk.Label();
     this.labelInvoiceBillDoc.Name      = "labelInvoiceBillDoc";
     this.labelInvoiceBillDoc.Xalign    = 1F;
     this.labelInvoiceBillDoc.LabelProp = global::Mono.Unix.Catalog.GetString("Счет-фактура:");
     this.labelInvoiceBillDoc.Justify   = ((global::Gtk.Justification)(1));
     this.tableFields.Add(this.labelInvoiceBillDoc);
     global::Gtk.Table.TableChild w17 = ((global::Gtk.Table.TableChild)(this.tableFields[this.labelInvoiceBillDoc]));
     w17.TopAttach    = ((uint)(1));
     w17.BottomAttach = ((uint)(2));
     w17.XOptions     = ((global::Gtk.AttachOptions)(4));
     w17.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child tableFields.Gtk.Table+TableChild
     this.labelInvoiceDoc           = new global::Gtk.Label();
     this.labelInvoiceDoc.Name      = "labelInvoiceDoc";
     this.labelInvoiceDoc.Xalign    = 1F;
     this.labelInvoiceDoc.LabelProp = global::Mono.Unix.Catalog.GetString("Накладная:");
     this.labelInvoiceDoc.Justify   = ((global::Gtk.Justification)(1));
     this.tableFields.Add(this.labelInvoiceDoc);
     global::Gtk.Table.TableChild w18 = ((global::Gtk.Table.TableChild)(this.tableFields[this.labelInvoiceDoc]));
     w18.XOptions = ((global::Gtk.AttachOptions)(4));
     w18.YOptions = ((global::Gtk.AttachOptions)(4));
     // Container child tableFields.Gtk.Table+TableChild
     this.ycomboboxCashSubdivision                     = new global::Gamma.Widgets.ySpecComboBox();
     this.ycomboboxCashSubdivision.Name                = "ycomboboxCashSubdivision";
     this.ycomboboxCashSubdivision.AddIfNotExist       = false;
     this.ycomboboxCashSubdivision.DefaultFirst        = false;
     this.ycomboboxCashSubdivision.ShowSpecialStateAll = false;
     this.ycomboboxCashSubdivision.ShowSpecialStateNot = false;
     this.tableFields.Add(this.ycomboboxCashSubdivision);
     global::Gtk.Table.TableChild w19 = ((global::Gtk.Table.TableChild)(this.tableFields[this.ycomboboxCashSubdivision]));
     w19.TopAttach    = ((uint)(3));
     w19.BottomAttach = ((uint)(4));
     w19.LeftAttach   = ((uint)(1));
     w19.RightAttach  = ((uint)(2));
     w19.XOptions     = ((global::Gtk.AttachOptions)(4));
     w19.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child tableFields.Gtk.Table+TableChild
     this.yentryInvoiceBillDoc               = new global::Gamma.GtkWidgets.yEntry();
     this.yentryInvoiceBillDoc.CanFocus      = true;
     this.yentryInvoiceBillDoc.Name          = "yentryInvoiceBillDoc";
     this.yentryInvoiceBillDoc.IsEditable    = true;
     this.yentryInvoiceBillDoc.InvisibleChar = '●';
     this.tableFields.Add(this.yentryInvoiceBillDoc);
     global::Gtk.Table.TableChild w20 = ((global::Gtk.Table.TableChild)(this.tableFields[this.yentryInvoiceBillDoc]));
     w20.TopAttach    = ((uint)(1));
     w20.BottomAttach = ((uint)(2));
     w20.LeftAttach   = ((uint)(1));
     w20.RightAttach  = ((uint)(2));
     w20.XOptions     = ((global::Gtk.AttachOptions)(4));
     w20.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child tableFields.Gtk.Table+TableChild
     this.yentryInvoiceDoc               = new global::Gamma.GtkWidgets.yEntry();
     this.yentryInvoiceDoc.CanFocus      = true;
     this.yentryInvoiceDoc.Name          = "yentryInvoiceDoc";
     this.yentryInvoiceDoc.IsEditable    = true;
     this.yentryInvoiceDoc.InvisibleChar = '●';
     this.tableFields.Add(this.yentryInvoiceDoc);
     global::Gtk.Table.TableChild w21 = ((global::Gtk.Table.TableChild)(this.tableFields[this.yentryInvoiceDoc]));
     w21.LeftAttach  = ((uint)(1));
     w21.RightAttach = ((uint)(2));
     w21.XOptions    = ((global::Gtk.AttachOptions)(4));
     w21.YOptions    = ((global::Gtk.AttachOptions)(4));
     this.vboxDialog.Add(this.tableFields);
     global::Gtk.Box.BoxChild w22 = ((global::Gtk.Box.BoxChild)(this.vboxDialog[this.tableFields]));
     w22.Position = 2;
     w22.Expand   = false;
     w22.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.vboxItems         = new global::Gtk.VBox();
     this.vboxItems.Name    = "vboxItems";
     this.vboxItems.Spacing = 6;
     // Container child vboxItems.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.ytreeviewItems          = new global::Gamma.GtkWidgets.yTreeView();
     this.ytreeviewItems.CanFocus = true;
     this.ytreeviewItems.Name     = "ytreeviewItems";
     this.GtkScrolledWindow1.Add(this.ytreeviewItems);
     this.vboxItems.Add(this.GtkScrolledWindow1);
     global::Gtk.Box.BoxChild w24 = ((global::Gtk.Box.BoxChild)(this.vboxItems[this.GtkScrolledWindow1]));
     w24.Position = 0;
     // Container child vboxItems.Gtk.Box+BoxChild
     this.hboxItemsButtons         = new global::Gtk.HBox();
     this.hboxItemsButtons.Name    = "hboxItemsButtons";
     this.hboxItemsButtons.Spacing = 6;
     // Container child hboxItemsButtons.Gtk.Box+BoxChild
     this.ybuttonAdd              = new global::Gamma.GtkWidgets.yButton();
     this.ybuttonAdd.CanFocus     = true;
     this.ybuttonAdd.Name         = "ybuttonAdd";
     this.ybuttonAdd.UseUnderline = true;
     this.ybuttonAdd.Label        = global::Mono.Unix.Catalog.GetString("Добавить");
     global::Gtk.Image w25 = new global::Gtk.Image();
     w25.Pixbuf            = global::Stetic.IconLoader.LoadIcon(this, "gtk-add", global::Gtk.IconSize.Menu);
     this.ybuttonAdd.Image = w25;
     this.hboxItemsButtons.Add(this.ybuttonAdd);
     global::Gtk.Box.BoxChild w26 = ((global::Gtk.Box.BoxChild)(this.hboxItemsButtons[this.ybuttonAdd]));
     w26.Position = 0;
     w26.Expand   = false;
     w26.Fill     = false;
     // Container child hboxItemsButtons.Gtk.Box+BoxChild
     this.ybuttonDelete              = new global::Gamma.GtkWidgets.yButton();
     this.ybuttonDelete.CanFocus     = true;
     this.ybuttonDelete.Name         = "ybuttonDelete";
     this.ybuttonDelete.UseUnderline = true;
     this.ybuttonDelete.Label        = global::Mono.Unix.Catalog.GetString("Удалить");
     global::Gtk.Image w27 = new global::Gtk.Image();
     w27.Pixbuf = global::Stetic.IconLoader.LoadIcon(this, "gtk-delete", global::Gtk.IconSize.Menu);
     this.ybuttonDelete.Image = w27;
     this.hboxItemsButtons.Add(this.ybuttonDelete);
     global::Gtk.Box.BoxChild w28 = ((global::Gtk.Box.BoxChild)(this.hboxItemsButtons[this.ybuttonDelete]));
     w28.Position = 1;
     w28.Expand   = false;
     w28.Fill     = false;
     this.vboxItems.Add(this.hboxItemsButtons);
     global::Gtk.Box.BoxChild w29 = ((global::Gtk.Box.BoxChild)(this.vboxItems[this.hboxItemsButtons]));
     w29.Position = 1;
     w29.Expand   = false;
     w29.Fill     = false;
     this.hbox2.Add(this.vboxItems);
     global::Gtk.Box.BoxChild w30 = ((global::Gtk.Box.BoxChild)(this.hbox2[this.vboxItems]));
     w30.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.fuelbalanceview        = new global::Vodovoz.Dialogs.Fuel.FuelBalanceView();
     this.fuelbalanceview.Events = ((global::Gdk.EventMask)(256));
     this.fuelbalanceview.Name   = "fuelbalanceview";
     this.vbox5.Add(this.fuelbalanceview);
     global::Gtk.Box.BoxChild w31 = ((global::Gtk.Box.BoxChild)(this.vbox5[this.fuelbalanceview]));
     w31.Position = 0;
     w31.Expand   = false;
     w31.Fill     = false;
     this.hbox2.Add(this.vbox5);
     global::Gtk.Box.BoxChild w32 = ((global::Gtk.Box.BoxChild)(this.hbox2[this.vbox5]));
     w32.Position = 1;
     w32.Expand   = false;
     w32.Fill     = false;
     this.vboxDialog.Add(this.hbox2);
     global::Gtk.Box.BoxChild w33 = ((global::Gtk.Box.BoxChild)(this.vboxDialog[this.hbox2]));
     w33.Position = 3;
     this.Add(this.vboxDialog);
     if ((this.Child != null))
     {
         this.Child.ShowAll();
     }
     this.Hide();
 }
 protected virtual void Build()
 {
     global::Stetic.Gui.Initialize(this);
     // Widget MonoDevelop.PlayScript.Project.CompilerOptionsPanelWidget
     global::Stetic.BinContainer.Attach(this);
     this.Name = "MonoDevelop.PlayScript.Project.CompilerOptionsPanelWidget";
     // Container child MonoDevelop.PlayScript.Project.CompilerOptionsPanelWidget.Gtk.Container+ContainerChild
     this.vbox1         = new global::Gtk.VBox();
     this.vbox1.Name    = "vbox1";
     this.vbox1.Spacing = 6;
     // Container child vbox1.Gtk.Box+BoxChild
     this.label82           = new global::Gtk.Label();
     this.label82.Name      = "label82";
     this.label82.Xalign    = 0F;
     this.label82.LabelProp = global::Mono.Unix.Catalog.GetString("<b>Code Generation</b>");
     this.label82.UseMarkup = true;
     this.vbox1.Add(this.label82);
     global::Gtk.Box.BoxChild w1 = ((global::Gtk.Box.BoxChild)(this.vbox1 [this.label82]));
     w1.Position = 0;
     w1.Expand   = false;
     w1.Fill     = false;
     // Container child vbox1.Gtk.Box+BoxChild
     this.hbox5         = new global::Gtk.HBox();
     this.hbox5.Name    = "hbox5";
     this.hbox5.Spacing = 6;
     // Container child hbox5.Gtk.Box+BoxChild
     this.label76 = new global::Gtk.Label();
     this.label76.WidthRequest = 18;
     this.label76.Name         = "label76";
     this.hbox5.Add(this.label76);
     global::Gtk.Box.BoxChild w2 = ((global::Gtk.Box.BoxChild)(this.hbox5 [this.label76]));
     w2.Position = 0;
     w2.Expand   = false;
     w2.Fill     = false;
     // Container child hbox5.Gtk.Box+BoxChild
     this.vbox2         = new global::Gtk.VBox();
     this.vbox2.Name    = "vbox2";
     this.vbox2.Spacing = 6;
     // Container child vbox2.Gtk.Box+BoxChild
     this.table7               = new global::Gtk.Table(((uint)(5)), ((uint)(2)), false);
     this.table7.Name          = "table7";
     this.table7.RowSpacing    = ((uint)(6));
     this.table7.ColumnSpacing = ((uint)(6));
     // Container child table7.Gtk.Table+TableChild
     this.codepageEntry      = global::Gtk.ComboBoxEntry.NewText();
     this.codepageEntry.Name = "codepageEntry";
     this.table7.Add(this.codepageEntry);
     global::Gtk.Table.TableChild w3 = ((global::Gtk.Table.TableChild)(this.table7 [this.codepageEntry]));
     w3.TopAttach    = ((uint)(3));
     w3.BottomAttach = ((uint)(4));
     w3.LeftAttach   = ((uint)(1));
     w3.RightAttach  = ((uint)(2));
     w3.XOptions     = ((global::Gtk.AttachOptions)(4));
     w3.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child table7.Gtk.Table+TableChild
     this.hbox57      = new global::Gtk.HBox();
     this.hbox57.Name = "hbox57";
     // Container child hbox57.Gtk.Box+BoxChild
     this.compileTargetCombo      = new global::Gtk.ComboBox();
     this.compileTargetCombo.Name = "compileTargetCombo";
     this.hbox57.Add(this.compileTargetCombo);
     global::Gtk.Box.BoxChild w4 = ((global::Gtk.Box.BoxChild)(this.hbox57 [this.compileTargetCombo]));
     w4.Position = 0;
     w4.Expand   = false;
     w4.Fill     = false;
     this.table7.Add(this.hbox57);
     global::Gtk.Table.TableChild w5 = ((global::Gtk.Table.TableChild)(this.table7 [this.hbox57]));
     w5.LeftAttach  = ((uint)(1));
     w5.RightAttach = ((uint)(2));
     w5.XOptions    = ((global::Gtk.AttachOptions)(4));
     w5.YOptions    = ((global::Gtk.AttachOptions)(4));
     // Container child table7.Gtk.Table+TableChild
     this.iconEntry      = new global::MonoDevelop.Components.FileEntry();
     this.iconEntry.Name = "iconEntry";
     this.table7.Add(this.iconEntry);
     global::Gtk.Table.TableChild w6 = ((global::Gtk.Table.TableChild)(this.table7 [this.iconEntry]));
     w6.TopAttach    = ((uint)(2));
     w6.BottomAttach = ((uint)(3));
     w6.LeftAttach   = ((uint)(1));
     w6.RightAttach  = ((uint)(2));
     w6.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child table7.Gtk.Table+TableChild
     this.label1           = new global::Gtk.Label();
     this.label1.Name      = "label1";
     this.label1.Xalign    = 0F;
     this.label1.LabelProp = global::Mono.Unix.Catalog.GetString("Compiler Code Page:");
     this.table7.Add(this.label1);
     global::Gtk.Table.TableChild w7 = ((global::Gtk.Table.TableChild)(this.table7 [this.label1]));
     w7.TopAttach    = ((uint)(3));
     w7.BottomAttach = ((uint)(4));
     w7.XOptions     = ((global::Gtk.AttachOptions)(4));
     w7.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child table7.Gtk.Table+TableChild
     this.label3           = new global::Gtk.Label();
     this.label3.Name      = "label3";
     this.label3.Xalign    = 0F;
     this.label3.LabelProp = global::Mono.Unix.Catalog.GetString("Win32 Icon:");
     this.table7.Add(this.label3);
     global::Gtk.Table.TableChild w8 = ((global::Gtk.Table.TableChild)(this.table7 [this.label3]));
     w8.TopAttach    = ((uint)(2));
     w8.BottomAttach = ((uint)(3));
     w8.XOptions     = ((global::Gtk.AttachOptions)(4));
     w8.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child table7.Gtk.Table+TableChild
     this.label86              = new global::Gtk.Label();
     this.label86.Name         = "label86";
     this.label86.Xalign       = 0F;
     this.label86.LabelProp    = global::Mono.Unix.Catalog.GetString("Compile _Target:");
     this.label86.UseUnderline = true;
     this.table7.Add(this.label86);
     global::Gtk.Table.TableChild w9 = ((global::Gtk.Table.TableChild)(this.table7 [this.label86]));
     w9.XOptions = ((global::Gtk.AttachOptions)(4));
     w9.YOptions = ((global::Gtk.AttachOptions)(0));
     // Container child table7.Gtk.Table+TableChild
     this.label88              = new global::Gtk.Label();
     this.label88.Name         = "label88";
     this.label88.Xalign       = 0F;
     this.label88.LabelProp    = global::Mono.Unix.Catalog.GetString("_Main Class:");
     this.label88.UseUnderline = true;
     this.table7.Add(this.label88);
     global::Gtk.Table.TableChild w10 = ((global::Gtk.Table.TableChild)(this.table7 [this.label88]));
     w10.TopAttach    = ((uint)(1));
     w10.BottomAttach = ((uint)(2));
     w10.XOptions     = ((global::Gtk.AttachOptions)(4));
     w10.YOptions     = ((global::Gtk.AttachOptions)(0));
     // Container child table7.Gtk.Table+TableChild
     this.mainClassEntry      = new global::Gtk.ComboBoxEntry();
     this.mainClassEntry.Name = "mainClassEntry";
     this.table7.Add(this.mainClassEntry);
     global::Gtk.Table.TableChild w11 = ((global::Gtk.Table.TableChild)(this.table7 [this.mainClassEntry]));
     w11.TopAttach    = ((uint)(1));
     w11.BottomAttach = ((uint)(2));
     w11.LeftAttach   = ((uint)(1));
     w11.RightAttach  = ((uint)(2));
     w11.YOptions     = ((global::Gtk.AttachOptions)(4));
     this.vbox2.Add(this.table7);
     global::Gtk.Box.BoxChild w12 = ((global::Gtk.Box.BoxChild)(this.vbox2 [this.table7]));
     w12.Position = 0;
     // Container child vbox2.Gtk.Box+BoxChild
     this.noStdLibCheckButton               = new global::Gtk.CheckButton();
     this.noStdLibCheckButton.CanFocus      = true;
     this.noStdLibCheckButton.Name          = "noStdLibCheckButton";
     this.noStdLibCheckButton.Label         = global::Mono.Unix.Catalog.GetString("Do not reference mscorlib.dll");
     this.noStdLibCheckButton.DrawIndicator = true;
     this.noStdLibCheckButton.UseUnderline  = true;
     this.vbox2.Add(this.noStdLibCheckButton);
     global::Gtk.Box.BoxChild w13 = ((global::Gtk.Box.BoxChild)(this.vbox2 [this.noStdLibCheckButton]));
     w13.Position = 1;
     w13.Expand   = false;
     w13.Fill     = false;
     this.hbox5.Add(this.vbox2);
     global::Gtk.Box.BoxChild w14 = ((global::Gtk.Box.BoxChild)(this.hbox5 [this.vbox2]));
     w14.Position = 1;
     this.vbox1.Add(this.hbox5);
     global::Gtk.Box.BoxChild w15 = ((global::Gtk.Box.BoxChild)(this.vbox1 [this.hbox5]));
     w15.Position = 1;
     w15.Expand   = false;
     // Container child vbox1.Gtk.Box+BoxChild
     this.label83           = new global::Gtk.Label();
     this.label83.Name      = "label83";
     this.label83.Xalign    = 0F;
     this.label83.LabelProp = global::Mono.Unix.Catalog.GetString("<b>Language Options</b>");
     this.label83.UseMarkup = true;
     this.vbox1.Add(this.label83);
     global::Gtk.Box.BoxChild w16 = ((global::Gtk.Box.BoxChild)(this.vbox1 [this.label83]));
     w16.Position = 2;
     w16.Expand   = false;
     w16.Fill     = false;
     // Container child vbox1.Gtk.Box+BoxChild
     this.label75 = new global::Gtk.Label();
     this.label75.WidthRequest = 18;
     this.label75.Name         = "label75";
     this.vbox1.Add(this.label75);
     global::Gtk.Box.BoxChild w17 = ((global::Gtk.Box.BoxChild)(this.vbox1 [this.label75]));
     w17.PackType = ((global::Gtk.PackType)(1));
     w17.Position = 3;
     // Container child vbox1.Gtk.Box+BoxChild
     this.hbox7         = new global::Gtk.HBox();
     this.hbox7.Name    = "hbox7";
     this.hbox7.Spacing = 6;
     // Container child hbox7.Gtk.Box+BoxChild
     this.label74 = new global::Gtk.Label();
     this.label74.WidthRequest = 18;
     this.label74.Name         = "label74";
     this.hbox7.Add(this.label74);
     global::Gtk.Box.BoxChild w18 = ((global::Gtk.Box.BoxChild)(this.hbox7 [this.label74]));
     w18.Position = 0;
     w18.Expand   = false;
     w18.Fill     = false;
     // Container child hbox7.Gtk.Box+BoxChild
     this.vbox3         = new global::Gtk.VBox();
     this.vbox3.Name    = "vbox3";
     this.vbox3.Spacing = 6;
     // Container child vbox3.Gtk.Box+BoxChild
     this.table2               = new global::Gtk.Table(((uint)(1)), ((uint)(2)), false);
     this.table2.Name          = "table2";
     this.table2.RowSpacing    = ((uint)(6));
     this.table2.ColumnSpacing = ((uint)(6));
     // Container child table2.Gtk.Table+TableChild
     this.label2           = new global::Gtk.Label();
     this.label2.Name      = "label2";
     this.label2.Xalign    = 0F;
     this.label2.LabelProp = global::Mono.Unix.Catalog.GetString("C# Language Version:");
     this.table2.Add(this.label2);
     global::Gtk.Table.TableChild w19 = ((global::Gtk.Table.TableChild)(this.table2 [this.label2]));
     w19.XOptions = ((global::Gtk.AttachOptions)(4));
     w19.YOptions = ((global::Gtk.AttachOptions)(4));
     // Container child table2.Gtk.Table+TableChild
     this.langVerCombo      = global::Gtk.ComboBox.NewText();
     this.langVerCombo.Name = "langVerCombo";
     this.table2.Add(this.langVerCombo);
     global::Gtk.Table.TableChild w20 = ((global::Gtk.Table.TableChild)(this.table2 [this.langVerCombo]));
     w20.LeftAttach  = ((uint)(1));
     w20.RightAttach = ((uint)(2));
     w20.XOptions    = ((global::Gtk.AttachOptions)(4));
     w20.YOptions    = ((global::Gtk.AttachOptions)(4));
     this.vbox3.Add(this.table2);
     global::Gtk.Box.BoxChild w21 = ((global::Gtk.Box.BoxChild)(this.vbox3 [this.table2]));
     w21.Position = 0;
     w21.Fill     = false;
     // Container child vbox3.Gtk.Box+BoxChild
     this.allowUnsafeCodeCheckButton               = new global::Gtk.CheckButton();
     this.allowUnsafeCodeCheckButton.CanFocus      = true;
     this.allowUnsafeCodeCheckButton.Name          = "allowUnsafeCodeCheckButton";
     this.allowUnsafeCodeCheckButton.Label         = global::Mono.Unix.Catalog.GetString("Allow '_unsafe' code");
     this.allowUnsafeCodeCheckButton.Active        = true;
     this.allowUnsafeCodeCheckButton.DrawIndicator = true;
     this.allowUnsafeCodeCheckButton.UseUnderline  = true;
     this.vbox3.Add(this.allowUnsafeCodeCheckButton);
     global::Gtk.Box.BoxChild w22 = ((global::Gtk.Box.BoxChild)(this.vbox3 [this.allowUnsafeCodeCheckButton]));
     w22.Position = 1;
     w22.Expand   = false;
     w22.Fill     = false;
     this.hbox7.Add(this.vbox3);
     global::Gtk.Box.BoxChild w23 = ((global::Gtk.Box.BoxChild)(this.hbox7 [this.vbox3]));
     w23.Position = 1;
     this.vbox1.Add(this.hbox7);
     global::Gtk.Box.BoxChild w24 = ((global::Gtk.Box.BoxChild)(this.vbox1 [this.hbox7]));
     w24.PackType = ((global::Gtk.PackType)(1));
     w24.Position = 4;
     w24.Expand   = false;
     w24.Fill     = false;
     this.Add(this.vbox1);
     if ((this.Child != null))
     {
         this.Child.ShowAll();
     }
     this.label88.MnemonicWidget = this.mainClassEntry;
     this.Show();
 }
 protected virtual void Build()
 {
     global::Stetic.Gui.Initialize(this);
     // Widget earchive.ExtraField
     this.Name           = "earchive.ExtraField";
     this.WindowPosition = ((global::Gtk.WindowPosition)(4));
     // Internal child earchive.ExtraField.VBox
     global::Gtk.VBox w1 = this.VBox;
     w1.Name        = "dialog1_VBox";
     w1.BorderWidth = ((uint)(2));
     // Container child dialog1_VBox.Gtk.Box+BoxChild
     this.table1               = new global::Gtk.Table(((uint)(7)), ((uint)(2)), false);
     this.table1.Name          = "table1";
     this.table1.RowSpacing    = ((uint)(6));
     this.table1.ColumnSpacing = ((uint)(6));
     this.table1.BorderWidth   = ((uint)(6));
     // Container child table1.Gtk.Table+TableChild
     this.comboType = global::Gtk.ComboBox.NewText();
     this.comboType.AppendText(global::Mono.Unix.Catalog.GetString("Строка"));
     this.comboType.Name   = "comboType";
     this.comboType.Active = 0;
     this.table1.Add(this.comboType);
     global::Gtk.Table.TableChild w2 = ((global::Gtk.Table.TableChild)(this.table1 [this.comboType]));
     w2.TopAttach    = ((uint)(5));
     w2.BottomAttach = ((uint)(6));
     w2.LeftAttach   = ((uint)(1));
     w2.RightAttach  = ((uint)(2));
     w2.XOptions     = ((global::Gtk.AttachOptions)(4));
     w2.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     this.entryDBName               = new global::Gtk.Entry();
     this.entryDBName.CanFocus      = true;
     this.entryDBName.Name          = "entryDBName";
     this.entryDBName.IsEditable    = true;
     this.entryDBName.InvisibleChar = '●';
     this.table1.Add(this.entryDBName);
     global::Gtk.Table.TableChild w3 = ((global::Gtk.Table.TableChild)(this.table1 [this.entryDBName]));
     w3.TopAttach    = ((uint)(4));
     w3.BottomAttach = ((uint)(5));
     w3.LeftAttach   = ((uint)(1));
     w3.RightAttach  = ((uint)(2));
     w3.XOptions     = ((global::Gtk.AttachOptions)(4));
     w3.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     this.entryID               = new global::Gtk.Entry();
     this.entryID.Sensitive     = false;
     this.entryID.CanFocus      = true;
     this.entryID.Name          = "entryID";
     this.entryID.IsEditable    = true;
     this.entryID.InvisibleChar = '●';
     this.table1.Add(this.entryID);
     global::Gtk.Table.TableChild w4 = ((global::Gtk.Table.TableChild)(this.table1 [this.entryID]));
     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.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 w5 = ((global::Gtk.Table.TableChild)(this.table1 [this.entryName]));
     w5.TopAttach    = ((uint)(1));
     w5.BottomAttach = ((uint)(2));
     w5.LeftAttach   = ((uint)(1));
     w5.RightAttach  = ((uint)(2));
     w5.XOptions     = ((global::Gtk.AttachOptions)(4));
     w5.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     this.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 w6 = ((global::Gtk.Table.TableChild)(this.table1 [this.label2]));
     w6.XOptions = ((global::Gtk.AttachOptions)(4));
     w6.YOptions = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     this.label3           = new global::Gtk.Label();
     this.label3.Name      = "label3";
     this.label3.Xalign    = 1F;
     this.label3.LabelProp = global::Mono.Unix.Catalog.GetString("Имя поля<span foreground=\"red\">*</span>:");
     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    = 1F;
     this.label4.LabelProp = global::Mono.Unix.Catalog.GetString("Имя в БД<span foreground=\"red\">*</span>:");
     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)(4));
     w8.BottomAttach = ((uint)(5));
     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    = 1F;
     this.label5.Yalign    = 0F;
     this.label5.LabelProp = global::Mono.Unix.Catalog.GetString("Свойства:");
     this.table1.Add(this.label5);
     global::Gtk.Table.TableChild w9 = ((global::Gtk.Table.TableChild)(this.table1 [this.label5]));
     w9.TopAttach    = ((uint)(2));
     w9.BottomAttach = ((uint)(3));
     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.LabelProp = global::Mono.Unix.Catalog.GetString("<b>Настройки хранения в БД</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)(3));
     w10.BottomAttach = ((uint)(4));
     w10.RightAttach  = ((uint)(2));
     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    = 1F;
     this.label7.LabelProp = global::Mono.Unix.Catalog.GetString("Тип поля<span foreground=\"red\">*</span>:");
     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    = 1F;
     this.label8.LabelProp = global::Mono.Unix.Catalog.GetString("Размер<span foreground=\"red\">*</span>:");
     this.label8.UseMarkup = true;
     this.table1.Add(this.label8);
     global::Gtk.Table.TableChild w12 = ((global::Gtk.Table.TableChild)(this.table1 [this.label8]));
     w12.TopAttach    = ((uint)(6));
     w12.BottomAttach = ((uint)(7));
     w12.XOptions     = ((global::Gtk.AttachOptions)(4));
     w12.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     this.spinSize          = new global::Gtk.SpinButton(1, 255, 1);
     this.spinSize.CanFocus = true;
     this.spinSize.Name     = "spinSize";
     this.spinSize.Adjustment.PageIncrement = 10;
     this.spinSize.ClimbRate = 1;
     this.spinSize.Numeric   = true;
     this.spinSize.Value     = 15;
     this.table1.Add(this.spinSize);
     global::Gtk.Table.TableChild w13 = ((global::Gtk.Table.TableChild)(this.table1 [this.spinSize]));
     w13.TopAttach    = ((uint)(6));
     w13.BottomAttach = ((uint)(7));
     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.vbox2         = new global::Gtk.VBox();
     this.vbox2.Name    = "vbox2";
     this.vbox2.Spacing = 6;
     // Container child vbox2.Gtk.Box+BoxChild
     this.checkbuttonDisplay               = new global::Gtk.CheckButton();
     this.checkbuttonDisplay.CanFocus      = true;
     this.checkbuttonDisplay.Name          = "checkbuttonDisplay";
     this.checkbuttonDisplay.Label         = global::Mono.Unix.Catalog.GetString("Отображать в главной таблице");
     this.checkbuttonDisplay.DrawIndicator = true;
     this.checkbuttonDisplay.UseUnderline  = true;
     this.vbox2.Add(this.checkbuttonDisplay);
     global::Gtk.Box.BoxChild w14 = ((global::Gtk.Box.BoxChild)(this.vbox2 [this.checkbuttonDisplay]));
     w14.Position = 0;
     w14.Expand   = false;
     w14.Fill     = false;
     // Container child vbox2.Gtk.Box+BoxChild
     this.checkbuttonSearch               = new global::Gtk.CheckButton();
     this.checkbuttonSearch.CanFocus      = true;
     this.checkbuttonSearch.Name          = "checkbuttonSearch";
     this.checkbuttonSearch.Label         = global::Mono.Unix.Catalog.GetString("Поиск по полю");
     this.checkbuttonSearch.DrawIndicator = true;
     this.checkbuttonSearch.UseUnderline  = true;
     this.vbox2.Add(this.checkbuttonSearch);
     global::Gtk.Box.BoxChild w15 = ((global::Gtk.Box.BoxChild)(this.vbox2 [this.checkbuttonSearch]));
     w15.Position = 1;
     w15.Expand   = false;
     w15.Fill     = false;
     this.table1.Add(this.vbox2);
     global::Gtk.Table.TableChild w16 = ((global::Gtk.Table.TableChild)(this.table1 [this.vbox2]));
     w16.TopAttach    = ((uint)(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));
     w1.Add(this.table1);
     global::Gtk.Box.BoxChild w17 = ((global::Gtk.Box.BoxChild)(w1 [this.table1]));
     w17.Position = 0;
     w17.Expand   = false;
     w17.Fill     = false;
     // Internal child earchive.ExtraField.ActionArea
     global::Gtk.HButtonBox w18 = this.ActionArea;
     w18.Name        = "dialog1_ActionArea";
     w18.Spacing     = 10;
     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.UseUnderline = true;
     this.buttonCancel.Label        = global::Mono.Unix.Catalog.GetString("О_тменить");
     global::Gtk.Image w19 = new global::Gtk.Image();
     w19.Pixbuf = global::Stetic.IconLoader.LoadIcon(this, "gtk-cancel", global::Gtk.IconSize.Menu);
     this.buttonCancel.Image = w19;
     this.AddActionWidget(this.buttonCancel, -6);
     global::Gtk.ButtonBox.ButtonBoxChild w20 = ((global::Gtk.ButtonBox.ButtonBoxChild)(w18 [this.buttonCancel]));
     w20.Expand = false;
     w20.Fill   = false;
     // Container child dialog1_ActionArea.Gtk.ButtonBox+ButtonBoxChild
     this.buttonOk              = new global::Gtk.Button();
     this.buttonOk.CanDefault   = true;
     this.buttonOk.CanFocus     = true;
     this.buttonOk.Name         = "buttonOk";
     this.buttonOk.UseUnderline = true;
     this.buttonOk.Label        = global::Mono.Unix.Catalog.GetString("_OK");
     global::Gtk.Image w21 = new global::Gtk.Image();
     w21.Pixbuf          = global::Stetic.IconLoader.LoadIcon(this, "gtk-ok", global::Gtk.IconSize.Menu);
     this.buttonOk.Image = w21;
     this.AddActionWidget(this.buttonOk, -5);
     global::Gtk.ButtonBox.ButtonBoxChild w22 = ((global::Gtk.ButtonBox.ButtonBoxChild)(w18 [this.buttonOk]));
     w22.Position = 1;
     w22.Expand   = false;
     w22.Fill     = false;
     if ((this.Child != null))
     {
         this.Child.ShowAll();
     }
     this.DefaultWidth  = 343;
     this.DefaultHeight = 338;
     this.Show();
     this.buttonOk.Clicked += new global::System.EventHandler(this.OnButtonOkClicked);
 }
 protected virtual void Build()
 {
     global::Stetic.Gui.Initialize(this);
     // Widget MonoDevelop.MonoDroid.Gui.MonoDroidApplicationSettingsWidget
     global::Stetic.BinContainer.Attach(this);
     this.Name = "MonoDevelop.MonoDroid.Gui.MonoDroidApplicationSettingsWidget";
     // Container child MonoDevelop.MonoDroid.Gui.MonoDroidApplicationSettingsWidget.Gtk.Container+ContainerChild
     this.table1               = new global::Gtk.Table(((uint)(7)), ((uint)(2)), false);
     this.table1.Name          = "table1";
     this.table1.RowSpacing    = ((uint)(6));
     this.table1.ColumnSpacing = ((uint)(6));
     // Container child table1.Gtk.Table+TableChild
     this.appIconCombo      = global::Gtk.ComboBoxEntry.NewText();
     this.appIconCombo.Name = "appIconCombo";
     this.table1.Add(this.appIconCombo);
     global::Gtk.Table.TableChild w1 = ((global::Gtk.Table.TableChild)(this.table1 [this.appIconCombo]));
     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.appNameEntry               = new global::Gtk.Entry();
     this.appNameEntry.CanFocus      = true;
     this.appNameEntry.Name          = "appNameEntry";
     this.appNameEntry.IsEditable    = true;
     this.appNameEntry.InvisibleChar = '●';
     this.table1.Add(this.appNameEntry);
     global::Gtk.Table.TableChild w2 = ((global::Gtk.Table.TableChild)(this.table1 [this.appNameEntry]));
     w2.LeftAttach  = ((uint)(1));
     w2.RightAttach = ((uint)(2));
     w2.XOptions    = ((global::Gtk.AttachOptions)(4));
     w2.YOptions    = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     this.GtkScrolledWindow            = new global::Gtk.ScrolledWindow();
     this.GtkScrolledWindow.Name       = "GtkScrolledWindow";
     this.GtkScrolledWindow.ShadowType = ((global::Gtk.ShadowType)(1));
     // Container child GtkScrolledWindow.Gtk.Container+ContainerChild
     this.permissionsTreeView          = new global::Gtk.TreeView();
     this.permissionsTreeView.CanFocus = true;
     this.permissionsTreeView.Name     = "permissionsTreeView";
     this.GtkScrolledWindow.Add(this.permissionsTreeView);
     this.table1.Add(this.GtkScrolledWindow);
     global::Gtk.Table.TableChild w4 = ((global::Gtk.Table.TableChild)(this.table1 [this.GtkScrolledWindow]));
     w4.TopAttach    = ((uint)(6));
     w4.BottomAttach = ((uint)(7));
     w4.LeftAttach   = ((uint)(1));
     w4.RightAttach  = ((uint)(2));
     // 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("_Application name:");
     this.label1.UseUnderline = true;
     this.table1.Add(this.label1);
     global::Gtk.Table.TableChild w5 = ((global::Gtk.Table.TableChild)(this.table1 [this.label1]));
     w5.XOptions = ((global::Gtk.AttachOptions)(4));
     w5.YOptions = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     this.label2              = new global::Gtk.Label();
     this.label2.Name         = "label2";
     this.label2.Xalign       = 0F;
     this.label2.LabelProp    = global::Mono.Unix.Catalog.GetString("_Package name:");
     this.label2.UseUnderline = true;
     this.table1.Add(this.label2);
     global::Gtk.Table.TableChild w6 = ((global::Gtk.Table.TableChild)(this.table1 [this.label2]));
     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.label3              = new global::Gtk.Label();
     this.label3.Name         = "label3";
     this.label3.Xalign       = 0F;
     this.label3.LabelProp    = global::Mono.Unix.Catalog.GetString("_Version number:");
     this.label3.UseUnderline = true;
     this.table1.Add(this.label3);
     global::Gtk.Table.TableChild w7 = ((global::Gtk.Table.TableChild)(this.table1 [this.label3]));
     w7.TopAttach    = ((uint)(3));
     w7.BottomAttach = ((uint)(4));
     w7.XOptions     = ((global::Gtk.AttachOptions)(4));
     w7.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     this.label4              = new global::Gtk.Label();
     this.label4.Name         = "label4";
     this.label4.Xalign       = 0F;
     this.label4.LabelProp    = global::Mono.Unix.Catalog.GetString("Version _name:");
     this.label4.UseUnderline = true;
     this.table1.Add(this.label4);
     global::Gtk.Table.TableChild w8 = ((global::Gtk.Table.TableChild)(this.table1 [this.label4]));
     w8.TopAttach    = ((uint)(4));
     w8.BottomAttach = ((uint)(5));
     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("_Minimum Android version:");
     this.label5.UseUnderline = true;
     this.table1.Add(this.label5);
     global::Gtk.Table.TableChild w9 = ((global::Gtk.Table.TableChild)(this.table1 [this.label5]));
     w9.TopAttach    = ((uint)(5));
     w9.BottomAttach = ((uint)(6));
     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.Yalign       = 0F;
     this.label6.LabelProp    = global::Mono.Unix.Catalog.GetString("_Required permissions:");
     this.label6.UseUnderline = true;
     this.table1.Add(this.label6);
     global::Gtk.Table.TableChild w10 = ((global::Gtk.Table.TableChild)(this.table1 [this.label6]));
     w10.TopAttach    = ((uint)(6));
     w10.BottomAttach = ((uint)(7));
     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("Application _Icon:");
     this.label7.UseUnderline = true;
     this.table1.Add(this.label7);
     global::Gtk.Table.TableChild w11 = ((global::Gtk.Table.TableChild)(this.table1 [this.label7]));
     w11.TopAttach    = ((uint)(2));
     w11.BottomAttach = ((uint)(3));
     w11.XOptions     = ((global::Gtk.AttachOptions)(4));
     w11.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     this.minAndroidVersionCombo      = global::Gtk.ComboBox.NewText();
     this.minAndroidVersionCombo.Name = "minAndroidVersionCombo";
     this.table1.Add(this.minAndroidVersionCombo);
     global::Gtk.Table.TableChild w12 = ((global::Gtk.Table.TableChild)(this.table1 [this.minAndroidVersionCombo]));
     w12.TopAttach    = ((uint)(5));
     w12.BottomAttach = ((uint)(6));
     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.packageNameEntry               = new global::Gtk.Entry();
     this.packageNameEntry.CanFocus      = true;
     this.packageNameEntry.Name          = "packageNameEntry";
     this.packageNameEntry.IsEditable    = true;
     this.packageNameEntry.InvisibleChar = '●';
     this.table1.Add(this.packageNameEntry);
     global::Gtk.Table.TableChild w13 = ((global::Gtk.Table.TableChild)(this.table1 [this.packageNameEntry]));
     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));
     // Container child table1.Gtk.Table+TableChild
     this.versionNameEntry               = new global::Gtk.Entry();
     this.versionNameEntry.CanFocus      = true;
     this.versionNameEntry.Name          = "versionNameEntry";
     this.versionNameEntry.IsEditable    = true;
     this.versionNameEntry.InvisibleChar = '●';
     this.table1.Add(this.versionNameEntry);
     global::Gtk.Table.TableChild w14 = ((global::Gtk.Table.TableChild)(this.table1 [this.versionNameEntry]));
     w14.TopAttach    = ((uint)(4));
     w14.BottomAttach = ((uint)(5));
     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.versionNumberEntry               = new global::Gtk.Entry();
     this.versionNumberEntry.CanFocus      = true;
     this.versionNumberEntry.Name          = "versionNumberEntry";
     this.versionNumberEntry.IsEditable    = true;
     this.versionNumberEntry.InvisibleChar = '●';
     this.table1.Add(this.versionNumberEntry);
     global::Gtk.Table.TableChild w15 = ((global::Gtk.Table.TableChild)(this.table1 [this.versionNumberEntry]));
     w15.TopAttach    = ((uint)(3));
     w15.BottomAttach = ((uint)(4));
     w15.LeftAttach   = ((uint)(1));
     w15.RightAttach  = ((uint)(2));
     w15.XOptions     = ((global::Gtk.AttachOptions)(4));
     w15.YOptions     = ((global::Gtk.AttachOptions)(4));
     this.Add(this.table1);
     if ((this.Child != null))
     {
         this.Child.ShowAll();
     }
     this.label1.MnemonicWidget = this.appNameEntry;
     this.label2.MnemonicWidget = this.packageNameEntry;
     this.label3.MnemonicWidget = this.versionNumberEntry;
     this.label4.MnemonicWidget = this.versionNameEntry;
     this.label5.MnemonicWidget = this.minAndroidVersionCombo;
     this.label6.MnemonicWidget = this.permissionsTreeView;
     this.Hide();
 }
Beispiel #55
0
 protected virtual void Build()
 {
     global::Stetic.Gui.Initialize(this);
     // Widget Vodovoz.Views.Logistic.LateArrivalReasonView
     global::Stetic.BinContainer.Attach(this);
     this.Name = "Vodovoz.Views.Logistic.LateArrivalReasonView";
     // Container child Vodovoz.Views.Logistic.LateArrivalReasonView.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.ybtnSave              = new global::Gamma.GtkWidgets.yButton();
     this.ybtnSave.CanFocus     = true;
     this.ybtnSave.Name         = "ybtnSave";
     this.ybtnSave.UseUnderline = true;
     this.ybtnSave.Label        = global::Mono.Unix.Catalog.GetString("Сохранить");
     global::Gtk.Image w1 = new global::Gtk.Image();
     w1.Pixbuf           = global::Stetic.IconLoader.LoadIcon(this, "gtk-floppy", global::Gtk.IconSize.Menu);
     this.ybtnSave.Image = w1;
     this.hbox1.Add(this.ybtnSave);
     global::Gtk.Box.BoxChild w2 = ((global::Gtk.Box.BoxChild)(this.hbox1[this.ybtnSave]));
     w2.Position = 0;
     w2.Expand   = false;
     w2.Fill     = false;
     // Container child hbox1.Gtk.Box+BoxChild
     this.ybtnCancel              = new global::Gamma.GtkWidgets.yButton();
     this.ybtnCancel.CanFocus     = true;
     this.ybtnCancel.Name         = "ybtnCancel";
     this.ybtnCancel.UseUnderline = true;
     this.ybtnCancel.Label        = global::Mono.Unix.Catalog.GetString("Отмена");
     this.hbox1.Add(this.ybtnCancel);
     global::Gtk.Box.BoxChild w3 = ((global::Gtk.Box.BoxChild)(this.hbox1[this.ybtnCancel]));
     w3.Position = 1;
     w3.Expand   = false;
     w3.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 w4 = ((global::Gtk.Box.BoxChild)(this.hbox1[this.vseparator1]));
     w4.Position = 2;
     w4.Expand   = false;
     w4.Fill     = false;
     // Container child hbox1.Gtk.Box+BoxChild
     this.hbox16         = new global::Gtk.HBox();
     this.hbox16.Name    = "hbox16";
     this.hbox16.Spacing = 6;
     // Container child hbox16.Gtk.Box+BoxChild
     this.yChkIsArchive               = new global::Gamma.GtkWidgets.yCheckButton();
     this.yChkIsArchive.CanFocus      = true;
     this.yChkIsArchive.Name          = "yChkIsArchive";
     this.yChkIsArchive.Label         = global::Mono.Unix.Catalog.GetString("Архивный");
     this.yChkIsArchive.DrawIndicator = true;
     this.yChkIsArchive.UseUnderline  = true;
     this.hbox16.Add(this.yChkIsArchive);
     global::Gtk.Box.BoxChild w5 = ((global::Gtk.Box.BoxChild)(this.hbox16[this.yChkIsArchive]));
     w5.Position = 0;
     w5.Expand   = false;
     w5.Fill     = false;
     this.hbox1.Add(this.hbox16);
     global::Gtk.Box.BoxChild w6 = ((global::Gtk.Box.BoxChild)(this.hbox1[this.hbox16]));
     w6.Position = 3;
     w6.Expand   = false;
     this.vbox1.Add(this.hbox1);
     global::Gtk.Box.BoxChild w7 = ((global::Gtk.Box.BoxChild)(this.vbox1[this.hbox1]));
     w7.Position = 0;
     w7.Expand   = false;
     w7.Fill     = false;
     // Container child vbox1.Gtk.Box+BoxChild
     this.table2               = new global::Gtk.Table(((uint)(1)), ((uint)(2)), false);
     this.table2.Name          = "table2";
     this.table2.RowSpacing    = ((uint)(6));
     this.table2.ColumnSpacing = ((uint)(6));
     // Container child table2.Gtk.Table+TableChild
     this.labelReasonName           = new global::Gtk.Label();
     this.labelReasonName.Name      = "labelReasonName";
     this.labelReasonName.Xalign    = 1F;
     this.labelReasonName.LabelProp = global::Mono.Unix.Catalog.GetString("Название причины:");
     this.table2.Add(this.labelReasonName);
     global::Gtk.Table.TableChild w8 = ((global::Gtk.Table.TableChild)(this.table2[this.labelReasonName]));
     w8.XOptions = ((global::Gtk.AttachOptions)(4));
     w8.YOptions = ((global::Gtk.AttachOptions)(4));
     // Container child table2.Gtk.Table+TableChild
     this.yentryLateArrivalReasonName               = new global::Gamma.GtkWidgets.yEntry();
     this.yentryLateArrivalReasonName.CanFocus      = true;
     this.yentryLateArrivalReasonName.Name          = "yentryLateArrivalReasonName";
     this.yentryLateArrivalReasonName.IsEditable    = true;
     this.yentryLateArrivalReasonName.InvisibleChar = '•';
     this.table2.Add(this.yentryLateArrivalReasonName);
     global::Gtk.Table.TableChild w9 = ((global::Gtk.Table.TableChild)(this.table2[this.yentryLateArrivalReasonName]));
     w9.LeftAttach  = ((uint)(1));
     w9.RightAttach = ((uint)(2));
     w9.XOptions    = ((global::Gtk.AttachOptions)(4));
     w9.YOptions    = ((global::Gtk.AttachOptions)(4));
     this.vbox1.Add(this.table2);
     global::Gtk.Box.BoxChild w10 = ((global::Gtk.Box.BoxChild)(this.vbox1[this.table2]));
     w10.Position = 1;
     w10.Expand   = false;
     w10.Fill     = false;
     this.Add(this.vbox1);
     if ((this.Child != null))
     {
         this.Child.ShowAll();
     }
     this.Hide();
 }
Beispiel #56
0
 protected virtual void Build()
 {
     global::Stetic.Gui.Initialize(this);
     // Widget CBinding.PackageDetails
     this.Name           = "CBinding.PackageDetails";
     this.Title          = global::Mono.Unix.Catalog.GetString("Package Details");
     this.WindowPosition = ((global::Gtk.WindowPosition)(4));
     // Internal child CBinding.PackageDetails.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)(3));
     // 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.descriptionLabel           = new global::Gtk.Label();
     this.descriptionLabel.Name      = "descriptionLabel";
     this.descriptionLabel.Xalign    = 0f;
     this.descriptionLabel.Yalign    = 0f;
     this.descriptionLabel.LabelProp = "label12";
     this.table1.Add(this.descriptionLabel);
     global::Gtk.Table.TableChild w2 = ((global::Gtk.Table.TableChild)(this.table1[this.descriptionLabel]));
     w2.TopAttach    = ((uint)(2));
     w2.BottomAttach = ((uint)(3));
     w2.LeftAttach   = ((uint)(1));
     w2.RightAttach  = ((uint)(2));
     w2.XOptions     = ((global::Gtk.AttachOptions)(4));
     w2.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child 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("Name:");
     this.table1.Add(this.label7);
     global::Gtk.Table.TableChild w3 = ((global::Gtk.Table.TableChild)(this.table1[this.label7]));
     w3.XOptions = ((global::Gtk.AttachOptions)(4));
     w3.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("Version:");
     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)(4));
     // Container child table1.Gtk.Table+TableChild
     this.label9           = new global::Gtk.Label();
     this.label9.Name      = "label9";
     this.label9.Xalign    = 0f;
     this.label9.Yalign    = 0f;
     this.label9.LabelProp = global::Mono.Unix.Catalog.GetString("Description:");
     this.table1.Add(this.label9);
     global::Gtk.Table.TableChild w5 = ((global::Gtk.Table.TableChild)(this.table1[this.label9]));
     w5.TopAttach    = ((uint)(2));
     w5.BottomAttach = ((uint)(3));
     w5.XOptions     = ((global::Gtk.AttachOptions)(4));
     w5.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     this.nameLabel           = new global::Gtk.Label();
     this.nameLabel.Name      = "nameLabel";
     this.nameLabel.Xalign    = 0f;
     this.nameLabel.LabelProp = "label10";
     this.table1.Add(this.nameLabel);
     global::Gtk.Table.TableChild w6 = ((global::Gtk.Table.TableChild)(this.table1[this.nameLabel]));
     w6.LeftAttach  = ((uint)(1));
     w6.RightAttach = ((uint)(2));
     w6.XOptions    = ((global::Gtk.AttachOptions)(4));
     w6.YOptions    = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     this.versionLabel           = new global::Gtk.Label();
     this.versionLabel.Name      = "versionLabel";
     this.versionLabel.Xalign    = 0f;
     this.versionLabel.LabelProp = "label11";
     this.table1.Add(this.versionLabel);
     global::Gtk.Table.TableChild w7 = ((global::Gtk.Table.TableChild)(this.table1[this.versionLabel]));
     w7.TopAttach    = ((uint)(1));
     w7.BottomAttach = ((uint)(2));
     w7.LeftAttach   = ((uint)(1));
     w7.RightAttach  = ((uint)(2));
     w7.XOptions     = ((global::Gtk.AttachOptions)(4));
     w7.YOptions     = ((global::Gtk.AttachOptions)(4));
     this.vbox3.Add(this.table1);
     global::Gtk.Box.BoxChild w8 = ((global::Gtk.Box.BoxChild)(this.vbox3[this.table1]));
     w8.Position = 0;
     w8.Expand   = false;
     w8.Fill     = false;
     // Container child vbox3.Gtk.Box+BoxChild
     this.vbox4         = new global::Gtk.VBox();
     this.vbox4.Name    = "vbox4";
     this.vbox4.Spacing = 6;
     // Container child vbox4.Gtk.Box+BoxChild
     this.label13           = new global::Gtk.Label();
     this.label13.Name      = "label13";
     this.label13.Xalign    = 0f;
     this.label13.LabelProp = global::Mono.Unix.Catalog.GetString("Requires:");
     this.vbox4.Add(this.label13);
     global::Gtk.Box.BoxChild w9 = ((global::Gtk.Box.BoxChild)(this.vbox4[this.label13]));
     w9.Position = 0;
     w9.Expand   = false;
     w9.Fill     = false;
     // Container child vbox4.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 w10 = new global::Gtk.Viewport();
     w10.ShadowType = ((global::Gtk.ShadowType)(0));
     // Container child GtkViewport.Gtk.Container+ContainerChild
     this.requiresTreeView          = new global::Gtk.TreeView();
     this.requiresTreeView.CanFocus = true;
     this.requiresTreeView.Name     = "requiresTreeView";
     w10.Add(this.requiresTreeView);
     this.scrolledwindow1.Add(w10);
     this.vbox4.Add(this.scrolledwindow1);
     global::Gtk.Box.BoxChild w13 = ((global::Gtk.Box.BoxChild)(this.vbox4[this.scrolledwindow1]));
     w13.Position = 1;
     this.vbox3.Add(this.vbox4);
     global::Gtk.Box.BoxChild w14 = ((global::Gtk.Box.BoxChild)(this.vbox3[this.vbox4]));
     w14.Position = 1;
     // Container child vbox3.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.LabelProp = global::Mono.Unix.Catalog.GetString("Libs:");
     this.vbox2.Add(this.label1);
     global::Gtk.Box.BoxChild w15 = ((global::Gtk.Box.BoxChild)(this.vbox2[this.label1]));
     w15.Position = 0;
     w15.Expand   = false;
     w15.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.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
     global::Gtk.Viewport w16 = new global::Gtk.Viewport();
     w16.ShadowType = ((global::Gtk.ShadowType)(0));
     // Container child GtkViewport1.Gtk.Container+ContainerChild
     this.libPathsTreeView          = new global::Gtk.TreeView();
     this.libPathsTreeView.CanFocus = true;
     this.libPathsTreeView.Name     = "libPathsTreeView";
     w16.Add(this.libPathsTreeView);
     this.scrolledwindow2.Add(w16);
     this.hbox1.Add(this.scrolledwindow2);
     global::Gtk.Box.BoxChild w19 = ((global::Gtk.Box.BoxChild)(this.hbox1[this.scrolledwindow2]));
     w19.Position = 0;
     // Container child hbox1.Gtk.Box+BoxChild
     this.scrolledwindow3            = new global::Gtk.ScrolledWindow();
     this.scrolledwindow3.CanFocus   = true;
     this.scrolledwindow3.Name       = "scrolledwindow3";
     this.scrolledwindow3.ShadowType = ((global::Gtk.ShadowType)(1));
     // Container child scrolledwindow3.Gtk.Container+ContainerChild
     global::Gtk.Viewport w20 = new global::Gtk.Viewport();
     w20.ShadowType = ((global::Gtk.ShadowType)(0));
     // Container child GtkViewport2.Gtk.Container+ContainerChild
     this.libsTreeView          = new global::Gtk.TreeView();
     this.libsTreeView.CanFocus = true;
     this.libsTreeView.Name     = "libsTreeView";
     w20.Add(this.libsTreeView);
     this.scrolledwindow3.Add(w20);
     this.hbox1.Add(this.scrolledwindow3);
     global::Gtk.Box.BoxChild w23 = ((global::Gtk.Box.BoxChild)(this.hbox1[this.scrolledwindow3]));
     w23.Position = 1;
     this.vbox2.Add(this.hbox1);
     global::Gtk.Box.BoxChild w24 = ((global::Gtk.Box.BoxChild)(this.vbox2[this.hbox1]));
     w24.Position = 1;
     this.vbox3.Add(this.vbox2);
     global::Gtk.Box.BoxChild w25 = ((global::Gtk.Box.BoxChild)(this.vbox3[this.vbox2]));
     w25.Position = 2;
     // 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.label2           = new global::Gtk.Label();
     this.label2.Name      = "label2";
     this.label2.Xalign    = 0f;
     this.label2.LabelProp = global::Mono.Unix.Catalog.GetString("CFlags:");
     this.vbox5.Add(this.label2);
     global::Gtk.Box.BoxChild w26 = ((global::Gtk.Box.BoxChild)(this.vbox5[this.label2]));
     w26.Position = 0;
     w26.Expand   = false;
     w26.Fill     = false;
     // Container child vbox5.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
     global::Gtk.Viewport w27 = new global::Gtk.Viewport();
     w27.ShadowType = ((global::Gtk.ShadowType)(0));
     // Container child GtkViewport3.Gtk.Container+ContainerChild
     this.cflagsTreeView          = new global::Gtk.TreeView();
     this.cflagsTreeView.CanFocus = true;
     this.cflagsTreeView.Name     = "cflagsTreeView";
     w27.Add(this.cflagsTreeView);
     this.scrolledwindow4.Add(w27);
     this.vbox5.Add(this.scrolledwindow4);
     global::Gtk.Box.BoxChild w30 = ((global::Gtk.Box.BoxChild)(this.vbox5[this.scrolledwindow4]));
     w30.Position = 1;
     this.vbox3.Add(this.vbox5);
     global::Gtk.Box.BoxChild w31 = ((global::Gtk.Box.BoxChild)(this.vbox3[this.vbox5]));
     w31.Position = 3;
     w1.Add(this.vbox3);
     global::Gtk.Box.BoxChild w32 = ((global::Gtk.Box.BoxChild)(w1[this.vbox3]));
     w32.Position = 0;
     // Internal child CBinding.PackageDetails.ActionArea
     global::Gtk.HButtonBox w33 = this.ActionArea;
     w33.Name        = "dialog1_ActionArea";
     w33.Spacing     = 6;
     w33.BorderWidth = ((uint)(5));
     w33.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 w34 = ((global::Gtk.ButtonBox.ButtonBoxChild)(w33[this.buttonOk]));
     w34.Expand = false;
     w34.Fill   = false;
     if ((this.Child != null))
     {
         this.Child.ShowAll();
     }
     this.DefaultWidth  = 608;
     this.DefaultHeight = 518;
     this.Show();
     this.buttonOk.Clicked += new global::System.EventHandler(this.OnButtonOkClicked);
 }
Beispiel #57
0
 protected virtual void Build()
 {
     global::Stetic.Gui.Initialize(this);
     // Widget Vodovoz.Reports.DriversWageBalanceReport
     global::Stetic.BinContainer.Attach(this);
     this.Name = "Vodovoz.Reports.DriversWageBalanceReport";
     // Container child Vodovoz.Reports.DriversWageBalanceReport.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.ylabel1           = new global::Gamma.GtkWidgets.yLabel();
     this.ylabel1.Name      = "ylabel1";
     this.ylabel1.LabelProp = global::Mono.Unix.Catalog.GetString("Дата:");
     this.hbox1.Add(this.ylabel1);
     global::Gtk.Box.BoxChild w1 = ((global::Gtk.Box.BoxChild)(this.hbox1[this.ylabel1]));
     w1.Position = 0;
     w1.Expand   = false;
     w1.Fill     = false;
     // Container child hbox1.Gtk.Box+BoxChild
     this.ydateBalanceBefore                = new global::QS.Widgets.GtkUI.DatePicker();
     this.ydateBalanceBefore.Events         = ((global::Gdk.EventMask)(256));
     this.ydateBalanceBefore.Name           = "ydateBalanceBefore";
     this.ydateBalanceBefore.WithTime       = false;
     this.ydateBalanceBefore.Date           = new global::System.DateTime(0);
     this.ydateBalanceBefore.IsEditable     = true;
     this.ydateBalanceBefore.AutoSeparation = false;
     this.hbox1.Add(this.ydateBalanceBefore);
     global::Gtk.Box.BoxChild w2 = ((global::Gtk.Box.BoxChild)(this.hbox1[this.ydateBalanceBefore]));
     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.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.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("Выбрать всех");
     this.table1.Add(this.buttonSelectAll);
     global::Gtk.Table.TableChild w4 = ((global::Gtk.Table.TableChild)(this.table1[this.buttonSelectAll]));
     w4.TopAttach    = ((uint)(2));
     w4.BottomAttach = ((uint)(3));
     w4.XOptions     = ((global::Gtk.AttachOptions)(4));
     w4.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     this.buttonSelectWage              = new global::Gtk.Button();
     this.buttonSelectWage.CanFocus     = true;
     this.buttonSelectWage.Name         = "buttonSelectWage";
     this.buttonSelectWage.UseUnderline = true;
     this.buttonSelectWage.Label        = global::Mono.Unix.Catalog.GetString("Проставить ЗП");
     this.table1.Add(this.buttonSelectWage);
     global::Gtk.Table.TableChild w5 = ((global::Gtk.Table.TableChild)(this.table1[this.buttonSelectWage]));
     w5.TopAttach    = ((uint)(3));
     w5.BottomAttach = ((uint)(4));
     w5.LeftAttach   = ((uint)(1));
     w5.RightAttach  = ((uint)(2));
     w5.XOptions     = ((global::Gtk.AttachOptions)(4));
     w5.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     this.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("Снять выделение");
     this.table1.Add(this.buttonUnselectAll);
     global::Gtk.Table.TableChild w6 = ((global::Gtk.Table.TableChild)(this.table1[this.buttonUnselectAll]));
     w6.TopAttach    = ((uint)(2));
     w6.BottomAttach = ((uint)(3));
     w6.LeftAttach   = ((uint)(1));
     w6.RightAttach  = ((uint)(2));
     w6.XOptions     = ((global::Gtk.AttachOptions)(4));
     w6.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     this.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.ytreeviewDrivers          = new global::Gamma.GtkWidgets.yTreeView();
     this.ytreeviewDrivers.CanFocus = true;
     this.ytreeviewDrivers.Name     = "ytreeviewDrivers";
     this.GtkScrolledWindow.Add(this.ytreeviewDrivers);
     this.table1.Add(this.GtkScrolledWindow);
     global::Gtk.Table.TableChild w8 = ((global::Gtk.Table.TableChild)(this.table1[this.GtkScrolledWindow]));
     w8.TopAttach    = ((uint)(1));
     w8.BottomAttach = ((uint)(2));
     w8.RightAttach  = ((uint)(2));
     // 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 w9 = ((global::Gtk.Table.TableChild)(this.table1[this.label1]));
     w9.RightAttach = ((uint)(2));
     w9.XOptions    = ((global::Gtk.AttachOptions)(4));
     w9.YOptions    = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     this.ydateDateSolary                = new global::QS.Widgets.GtkUI.DatePicker();
     this.ydateDateSolary.Events         = ((global::Gdk.EventMask)(256));
     this.ydateDateSolary.Name           = "ydateDateSolary";
     this.ydateDateSolary.WithTime       = false;
     this.ydateDateSolary.Date           = new global::System.DateTime(0);
     this.ydateDateSolary.IsEditable     = true;
     this.ydateDateSolary.AutoSeparation = false;
     this.table1.Add(this.ydateDateSolary);
     global::Gtk.Table.TableChild w10 = ((global::Gtk.Table.TableChild)(this.table1[this.ydateDateSolary]));
     w10.TopAttach    = ((uint)(3));
     w10.BottomAttach = ((uint)(4));
     w10.XOptions     = ((global::Gtk.AttachOptions)(4));
     w10.YOptions     = ((global::Gtk.AttachOptions)(4));
     this.vbox1.Add(this.table1);
     global::Gtk.Box.BoxChild w11 = ((global::Gtk.Box.BoxChild)(this.vbox1[this.table1]));
     w11.Position = 1;
     // Container child vbox1.Gtk.Box+BoxChild
     this.buttonCreateReport              = new global::Gtk.Button();
     this.buttonCreateReport.CanFocus     = true;
     this.buttonCreateReport.Name         = "buttonCreateReport";
     this.buttonCreateReport.UseUnderline = true;
     this.buttonCreateReport.Label        = global::Mono.Unix.Catalog.GetString("Сформировать отчет");
     this.vbox1.Add(this.buttonCreateReport);
     global::Gtk.Box.BoxChild w12 = ((global::Gtk.Box.BoxChild)(this.vbox1[this.buttonCreateReport]));
     w12.PackType = ((global::Gtk.PackType)(1));
     w12.Position = 2;
     w12.Expand   = false;
     w12.Fill     = false;
     this.Add(this.vbox1);
     if ((this.Child != null))
     {
         this.Child.ShowAll();
     }
     this.Hide();
     this.buttonUnselectAll.Clicked  += new global::System.EventHandler(this.OnButtonUnselectAllClicked);
     this.buttonSelectWage.Clicked   += new global::System.EventHandler(this.OnButtonSelectWageClicked);
     this.buttonSelectAll.Clicked    += new global::System.EventHandler(this.OnButtonSelectAllClicked);
     this.buttonCreateReport.Clicked += new global::System.EventHandler(this.OnButtonCreateReportClicked);
 }
 protected virtual void Build()
 {
     global::Stetic.Gui.Initialize(this);
     // Widget LongoMatch.Gui.Dialog.SubCategoryTagsEditor
     this.Name            = "LongoMatch.Gui.Dialog.SubCategoryTagsEditor";
     this.Title           = global::Mono.Unix.Catalog.GetString("Edit subcategory tags");
     this.Icon            = global::Gdk.Pixbuf.LoadFromResource("longomatch.png");
     this.WindowPosition  = ((global::Gtk.WindowPosition)(1));
     this.Modal           = true;
     this.Gravity         = ((global::Gdk.Gravity)(5));
     this.SkipPagerHint   = true;
     this.SkipTaskbarHint = true;
     // Internal child LongoMatch.Gui.Dialog.SubCategoryTagsEditor.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.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.fastcheckbutton = new global::Gtk.CheckButton();
     this.fastcheckbutton.TooltipMarkup = "When this option is selected, the subcategory can be tagged right after creating a new play";
     this.fastcheckbutton.CanFocus      = true;
     this.fastcheckbutton.Name          = "fastcheckbutton";
     this.fastcheckbutton.Label         = global::Mono.Unix.Catalog.GetString("Quick tag");
     this.fastcheckbutton.Active        = true;
     this.fastcheckbutton.DrawIndicator = true;
     this.fastcheckbutton.UseUnderline  = true;
     this.table1.Add(this.fastcheckbutton);
     global::Gtk.Table.TableChild w2 = ((global::Gtk.Table.TableChild)(this.table1 [this.fastcheckbutton]));
     w2.TopAttach    = ((uint)(1));
     w2.BottomAttach = ((uint)(2));
     w2.LeftAttach   = ((uint)(1));
     w2.RightAttach  = ((uint)(2));
     w2.XOptions     = ((global::Gtk.AttachOptions)(4));
     w2.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     this.label1           = new global::Gtk.Label();
     this.label1.Name      = "label1";
     this.label1.LabelProp = global::Mono.Unix.Catalog.GetString("Subcategory name:");
     this.table1.Add(this.label1);
     global::Gtk.Table.TableChild w3 = ((global::Gtk.Table.TableChild)(this.table1 [this.label1]));
     w3.YOptions = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     this.multicheckbutton = new global::Gtk.CheckButton();
     this.multicheckbutton.TooltipMarkup = "This options allows you to select multiple tags instead of just one";
     this.multicheckbutton.CanFocus      = true;
     this.multicheckbutton.Name          = "multicheckbutton";
     this.multicheckbutton.Label         = global::Mono.Unix.Catalog.GetString("Allow multiple selections");
     this.multicheckbutton.Active        = true;
     this.multicheckbutton.DrawIndicator = true;
     this.multicheckbutton.UseUnderline  = true;
     this.table1.Add(this.multicheckbutton);
     global::Gtk.Table.TableChild w4 = ((global::Gtk.Table.TableChild)(this.table1 [this.multicheckbutton]));
     w4.TopAttach    = ((uint)(1));
     w4.BottomAttach = ((uint)(2));
     w4.XOptions     = ((global::Gtk.AttachOptions)(4));
     w4.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     this.nameentry               = new global::Gtk.Entry();
     this.nameentry.CanFocus      = true;
     this.nameentry.Name          = "nameentry";
     this.nameentry.Text          = global::Mono.Unix.Catalog.GetString("Goal type");
     this.nameentry.IsEditable    = true;
     this.nameentry.InvisibleChar = '•';
     this.table1.Add(this.nameentry);
     global::Gtk.Table.TableChild w5 = ((global::Gtk.Table.TableChild)(this.table1 [this.nameentry]));
     w5.LeftAttach  = ((uint)(1));
     w5.RightAttach = ((uint)(2));
     w5.YOptions    = ((global::Gtk.AttachOptions)(4));
     this.vbox2.Add(this.table1);
     global::Gtk.Box.BoxChild w6 = ((global::Gtk.Box.BoxChild)(this.vbox2 [this.table1]));
     w6.Position = 0;
     w6.Expand   = false;
     w6.Fill     = false;
     // Container child vbox2.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.GtkAlignment2             = new global::Gtk.Alignment(0F, 0F, 1F, 1F);
     this.GtkAlignment2.Name        = "GtkAlignment2";
     this.GtkAlignment2.LeftPadding = ((uint)(12));
     // Container child GtkAlignment2.Gtk.Container+ContainerChild
     this.vbox3         = new global::Gtk.VBox();
     this.vbox3.Name    = "vbox3";
     this.vbox3.Spacing = 6;
     // Container child vbox3.Gtk.Box+BoxChild
     this.scrolledwindow1          = new global::Gtk.ScrolledWindow();
     this.scrolledwindow1.CanFocus = true;
     this.scrolledwindow1.Name     = "scrolledwindow1";
     // Container child scrolledwindow1.Gtk.Container+ContainerChild
     global::Gtk.Viewport w7 = new global::Gtk.Viewport();
     w7.ShadowType = ((global::Gtk.ShadowType)(0));
     // Container child GtkViewport.Gtk.Container+ContainerChild
     this.tagsbox         = new global::Gtk.VBox();
     this.tagsbox.Name    = "tagsbox";
     this.tagsbox.Spacing = 6;
     w7.Add(this.tagsbox);
     this.scrolledwindow1.Add(w7);
     this.vbox3.Add(this.scrolledwindow1);
     global::Gtk.Box.BoxChild w10 = ((global::Gtk.Box.BoxChild)(this.vbox3 [this.scrolledwindow1]));
     w10.Position = 0;
     // Container child vbox3.Gtk.Box+BoxChild
     this.hbox1         = new global::Gtk.HBox();
     this.hbox1.Name    = "hbox1";
     this.hbox1.Spacing = 6;
     // Container child hbox1.Gtk.Box+BoxChild
     this.tagentry               = new global::Gtk.Entry();
     this.tagentry.CanFocus      = true;
     this.tagentry.Name          = "tagentry";
     this.tagentry.Text          = global::Mono.Unix.Catalog.GetString("Penalty");
     this.tagentry.IsEditable    = true;
     this.tagentry.InvisibleChar = '•';
     this.hbox1.Add(this.tagentry);
     global::Gtk.Box.BoxChild w11 = ((global::Gtk.Box.BoxChild)(this.hbox1 [this.tagentry]));
     w11.Position = 0;
     // Container child hbox1.Gtk.Box+BoxChild
     this.addtagbutton              = new global::Gtk.Button();
     this.addtagbutton.CanFocus     = true;
     this.addtagbutton.Name         = "addtagbutton";
     this.addtagbutton.UseUnderline = true;
     // Container child addtagbutton.Gtk.Container+ContainerChild
     global::Gtk.Alignment w12 = new global::Gtk.Alignment(0.5F, 0.5F, 0F, 0F);
     // Container child GtkAlignment.Gtk.Container+ContainerChild
     global::Gtk.HBox w13 = new global::Gtk.HBox();
     w13.Spacing = 2;
     // Container child GtkHBox.Gtk.Container+ContainerChild
     global::Gtk.Image w14 = new global::Gtk.Image();
     w14.Pixbuf = global::Stetic.IconLoader.LoadIcon(this, "gtk-add", global::Gtk.IconSize.Menu);
     w13.Add(w14);
     // Container child GtkHBox.Gtk.Container+ContainerChild
     global::Gtk.Label w16 = new global::Gtk.Label();
     w16.LabelProp    = global::Mono.Unix.Catalog.GetString("Add tag");
     w16.UseUnderline = true;
     w13.Add(w16);
     w12.Add(w13);
     this.addtagbutton.Add(w12);
     this.hbox1.Add(this.addtagbutton);
     global::Gtk.Box.BoxChild w20 = ((global::Gtk.Box.BoxChild)(this.hbox1 [this.addtagbutton]));
     w20.Position = 1;
     w20.Expand   = false;
     w20.Fill     = false;
     this.vbox3.Add(this.hbox1);
     global::Gtk.Box.BoxChild w21 = ((global::Gtk.Box.BoxChild)(this.vbox3 [this.hbox1]));
     w21.Position = 1;
     w21.Expand   = false;
     w21.Fill     = false;
     this.GtkAlignment2.Add(this.vbox3);
     this.frame1.Add(this.GtkAlignment2);
     this.GtkLabel4           = new global::Gtk.Label();
     this.GtkLabel4.Name      = "GtkLabel4";
     this.GtkLabel4.LabelProp = global::Mono.Unix.Catalog.GetString("<b>Tags</b>");
     this.GtkLabel4.UseMarkup = true;
     this.frame1.LabelWidget  = this.GtkLabel4;
     this.vbox2.Add(this.frame1);
     global::Gtk.Box.BoxChild w24 = ((global::Gtk.Box.BoxChild)(this.vbox2 [this.frame1]));
     w24.Position = 1;
     w1.Add(this.vbox2);
     global::Gtk.Box.BoxChild w25 = ((global::Gtk.Box.BoxChild)(w1 [this.vbox2]));
     w25.Position = 0;
     // Internal child LongoMatch.Gui.Dialog.SubCategoryTagsEditor.ActionArea
     global::Gtk.HButtonBox w26 = this.ActionArea;
     w26.Name        = "dialog1_ActionArea";
     w26.Spacing     = 10;
     w26.BorderWidth = ((uint)(5));
     w26.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 w27 = ((global::Gtk.ButtonBox.ButtonBoxChild)(w26 [this.buttonOk]));
     w27.Expand = false;
     w27.Fill   = false;
     if ((this.Child != null))
     {
         this.Child.ShowAll();
     }
     this.DefaultWidth  = 326;
     this.DefaultHeight = 304;
     this.Show();
 }
 protected virtual void Build()
 {
     global::Stetic.Gui.Initialize(this);
     // Widget Vodovoz.Reports.Logistic.DeliveriesLateReport
     global::Stetic.BinContainer.Attach(this);
     this.Name = "Vodovoz.Reports.Logistic.DeliveriesLateReport";
     // Container child Vodovoz.Reports.Logistic.DeliveriesLateReport.Gtk.Container+ContainerChild
     this.vbox1         = new global::Gtk.VBox();
     this.vbox1.Name    = "vbox1";
     this.vbox1.Spacing = 6;
     // Container child vbox1.Gtk.Box+BoxChild
     this.table1               = new global::Gtk.Table(((uint)(2)), ((uint)(2)), false);
     this.table1.Name          = "table1";
     this.table1.RowSpacing    = ((uint)(6));
     this.table1.ColumnSpacing = ((uint)(6));
     // Container child table1.Gtk.Table+TableChild
     this.dateperiodpicker           = new global::QS.Widgets.GtkUI.DateRangePicker();
     this.dateperiodpicker.Events    = ((global::Gdk.EventMask)(256));
     this.dateperiodpicker.Name      = "dateperiodpicker";
     this.dateperiodpicker.StartDate = new global::System.DateTime(0);
     this.dateperiodpicker.EndDate   = new global::System.DateTime(0);
     this.table1.Add(this.dateperiodpicker);
     global::Gtk.Table.TableChild w1 = ((global::Gtk.Table.TableChild)(this.table1[this.dateperiodpicker]));
     w1.LeftAttach  = ((uint)(1));
     w1.RightAttach = ((uint)(2));
     w1.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    = 1F;
     this.label1.LabelProp = global::Mono.Unix.Catalog.GetString("Дата:");
     this.table1.Add(this.label1);
     global::Gtk.Table.TableChild w2 = ((global::Gtk.Table.TableChild)(this.table1[this.label1]));
     w2.XOptions = ((global::Gtk.AttachOptions)(4));
     w2.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 w3 = ((global::Gtk.Table.TableChild)(this.table1[this.label3]));
     w3.TopAttach    = ((uint)(1));
     w3.BottomAttach = ((uint)(2));
     w3.XOptions     = ((global::Gtk.AttachOptions)(4));
     w3.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     this.ySpecCmbGeographicGroup                     = new global::Gamma.Widgets.ySpecComboBox();
     this.ySpecCmbGeographicGroup.Name                = "ySpecCmbGeographicGroup";
     this.ySpecCmbGeographicGroup.AddIfNotExist       = false;
     this.ySpecCmbGeographicGroup.DefaultFirst        = false;
     this.ySpecCmbGeographicGroup.ShowSpecialStateAll = true;
     this.ySpecCmbGeographicGroup.ShowSpecialStateNot = false;
     this.table1.Add(this.ySpecCmbGeographicGroup);
     global::Gtk.Table.TableChild w4 = ((global::Gtk.Table.TableChild)(this.table1[this.ySpecCmbGeographicGroup]));
     w4.TopAttach    = ((uint)(1));
     w4.BottomAttach = ((uint)(2));
     w4.LeftAttach   = ((uint)(1));
     w4.RightAttach  = ((uint)(2));
     w4.XOptions     = ((global::Gtk.AttachOptions)(4));
     w4.YOptions     = ((global::Gtk.AttachOptions)(4));
     this.vbox1.Add(this.table1);
     global::Gtk.Box.BoxChild w5 = ((global::Gtk.Box.BoxChild)(this.vbox1[this.table1]));
     w5.Position = 0;
     w5.Expand   = false;
     w5.Fill     = false;
     // Container child vbox1.Gtk.Box+BoxChild
     this.ychkDriverSort               = new global::Gamma.GtkWidgets.yCheckButton();
     this.ychkDriverSort.CanFocus      = true;
     this.ychkDriverSort.Name          = "ychkDriverSort";
     this.ychkDriverSort.Label         = global::Mono.Unix.Catalog.GetString("Сортировать по водителям");
     this.ychkDriverSort.DrawIndicator = true;
     this.ychkDriverSort.UseUnderline  = true;
     this.vbox1.Add(this.ychkDriverSort);
     global::Gtk.Box.BoxChild w6 = ((global::Gtk.Box.BoxChild)(this.vbox1[this.ychkDriverSort]));
     w6.Position = 1;
     w6.Expand   = false;
     w6.Fill     = false;
     // Container child vbox1.Gtk.Box+BoxChild
     this.buttonCreateReport              = new global::Gtk.Button();
     this.buttonCreateReport.CanFocus     = true;
     this.buttonCreateReport.Name         = "buttonCreateReport";
     this.buttonCreateReport.UseUnderline = true;
     this.buttonCreateReport.Label        = global::Mono.Unix.Catalog.GetString("Сформировать отчет");
     this.vbox1.Add(this.buttonCreateReport);
     global::Gtk.Box.BoxChild w7 = ((global::Gtk.Box.BoxChild)(this.vbox1[this.buttonCreateReport]));
     w7.Position = 3;
     w7.Expand   = false;
     w7.Fill     = false;
     this.Add(this.vbox1);
     if ((this.Child != null))
     {
         this.Child.ShowAll();
     }
     this.Hide();
     this.buttonCreateReport.Clicked += new global::System.EventHandler(this.OnButtonCreateReportClicked);
 }
Beispiel #60
0
 protected virtual void Build()
 {
     global::Stetic.Gui.Initialize(this);
     // Widget LongoMatch.Gui.Component.TeamTemplateEditor
     global::Stetic.BinContainer.Attach(this);
     this.Name = "LongoMatch.Gui.Component.TeamTemplateEditor";
     // Container child LongoMatch.Gui.Component.TeamTemplateEditor.Gtk.Container+ContainerChild
     this.vbox3         = new global::Gtk.VBox();
     this.vbox3.Name    = "vbox3";
     this.vbox3.Spacing = 6;
     // 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.teamframe            = new global::Gtk.Frame();
     this.teamframe.Name       = "teamframe";
     this.teamframe.ShadowType = ((global::Gtk.ShadowType)(1));
     // Container child teamframe.Gtk.Container+ContainerChild
     this.GtkAlignment3               = new global::Gtk.Alignment(0F, 0F, 1F, 1F);
     this.GtkAlignment3.Name          = "GtkAlignment3";
     this.GtkAlignment3.LeftPadding   = ((uint)(12));
     this.GtkAlignment3.TopPadding    = ((uint)(12));
     this.GtkAlignment3.RightPadding  = ((uint)(12));
     this.GtkAlignment3.BottomPadding = ((uint)(12));
     // Container child GtkAlignment3.Gtk.Container+ContainerChild
     this.vbox5         = new global::Gtk.VBox();
     this.vbox5.Name    = "vbox5";
     this.vbox5.Spacing = 6;
     // Container child vbox5.Gtk.Box+BoxChild
     this.hbox2         = new global::Gtk.HBox();
     this.hbox2.Name    = "hbox2";
     this.hbox2.Spacing = 30;
     // Container child hbox2.Gtk.Box+BoxChild
     this.shieldframe            = new global::Gtk.Frame();
     this.shieldframe.Name       = "shieldframe";
     this.shieldframe.ShadowType = ((global::Gtk.ShadowType)(1));
     // Container child shieldframe.Gtk.Container+ContainerChild
     this.shieldalignment = new global::Gtk.Alignment(0F, 0F, 1F, 1F);
     this.shieldalignment.WidthRequest  = 120;
     this.shieldalignment.HeightRequest = 120;
     this.shieldalignment.Name          = "shieldalignment";
     this.shieldalignment.LeftPadding   = ((uint)(6));
     this.shieldalignment.TopPadding    = ((uint)(6));
     this.shieldalignment.RightPadding  = ((uint)(6));
     this.shieldalignment.BottomPadding = ((uint)(6));
     // Container child shieldalignment.Gtk.Container+ContainerChild
     this.shieldeventbox      = new global::Gtk.EventBox();
     this.shieldeventbox.Name = "shieldeventbox";
     // Container child shieldeventbox.Gtk.Container+ContainerChild
     this.shieldvbox         = new global::Gtk.VBox();
     this.shieldvbox.Name    = "shieldvbox";
     this.shieldvbox.Spacing = 2;
     // Container child shieldvbox.Gtk.Box+BoxChild
     this.shieldimage      = new global::VAS.UI.Helpers.ImageView();
     this.shieldimage.Name = "shieldimage";
     this.shieldvbox.Add(this.shieldimage);
     global::Gtk.Box.BoxChild w1 = ((global::Gtk.Box.BoxChild)(this.shieldvbox[this.shieldimage]));
     w1.Position = 0;
     w1.Expand   = false;
     w1.Fill     = false;
     // Container child shieldvbox.Gtk.Box+BoxChild
     this.teamshieldlabel1           = new global::Gtk.Label();
     this.teamshieldlabel1.Name      = "teamshieldlabel1";
     this.teamshieldlabel1.LabelProp = global::VAS.Core.Catalog.GetString("<span font_desc=\"10\">Team shield</span>");
     this.teamshieldlabel1.UseMarkup = true;
     this.shieldvbox.Add(this.teamshieldlabel1);
     global::Gtk.Box.BoxChild w2 = ((global::Gtk.Box.BoxChild)(this.shieldvbox[this.teamshieldlabel1]));
     w2.Position = 1;
     w2.Expand   = false;
     w2.Fill     = false;
     // Container child shieldvbox.Gtk.Box+BoxChild
     this.teamshieldlabel2           = new global::Gtk.Label();
     this.teamshieldlabel2.Name      = "teamshieldlabel2";
     this.teamshieldlabel2.LabelProp = global::VAS.Core.Catalog.GetString("<span font_desc=\"8\">click to change...</span>");
     this.teamshieldlabel2.UseMarkup = true;
     this.shieldvbox.Add(this.teamshieldlabel2);
     global::Gtk.Box.BoxChild w3 = ((global::Gtk.Box.BoxChild)(this.shieldvbox[this.teamshieldlabel2]));
     w3.Position = 2;
     w3.Expand   = false;
     w3.Fill     = false;
     this.shieldeventbox.Add(this.shieldvbox);
     this.shieldalignment.Add(this.shieldeventbox);
     this.shieldframe.Add(this.shieldalignment);
     this.hbox2.Add(this.shieldframe);
     global::Gtk.Box.BoxChild w7 = ((global::Gtk.Box.BoxChild)(this.hbox2[this.shieldframe]));
     w7.Position = 0;
     w7.Expand   = false;
     // Container child hbox2.Gtk.Box+BoxChild
     this.teamtable = new global::Gtk.Table(((uint)(3)), ((uint)(2)), false);
     this.teamtable.WidthRequest  = 300;
     this.teamtable.Name          = "teamtable";
     this.teamtable.RowSpacing    = ((uint)(6));
     this.teamtable.ColumnSpacing = ((uint)(6));
     // Container child teamtable.Gtk.Table+TableChild
     this.GtkLabel4           = new global::Gtk.Label();
     this.GtkLabel4.Name      = "GtkLabel4";
     this.GtkLabel4.Xalign    = 1F;
     this.GtkLabel4.LabelProp = global::VAS.Core.Catalog.GetString("<span font_desc=\"10\">Team name</span>");
     this.GtkLabel4.UseMarkup = true;
     this.teamtable.Add(this.GtkLabel4);
     // Container child teamtable.Gtk.Table+TableChild
     this.hbox5         = new global::Gtk.HBox();
     this.hbox5.Name    = "hbox5";
     this.hbox5.Spacing = 6;
     // Container child hbox5.Gtk.Box+BoxChild
     this.tacticsentry = new global::Gtk.Entry();
     this.tacticsentry.WidthRequest  = 30;
     this.tacticsentry.CanFocus      = true;
     this.tacticsentry.Name          = "tacticsentry";
     this.tacticsentry.IsEditable    = true;
     this.tacticsentry.InvisibleChar = '•';
     this.hbox5.Add(this.tacticsentry);
     global::Gtk.Box.BoxChild w9 = ((global::Gtk.Box.BoxChild)(this.hbox5[this.tacticsentry]));
     w9.Position = 0;
     // Container child hbox5.Gtk.Box+BoxChild
     this.applybutton          = new global::Gtk.Button();
     this.applybutton.CanFocus = true;
     this.applybutton.Name     = "applybutton";
     // Container child applybutton.Gtk.Container+ContainerChild
     this.applyimage      = new global::VAS.UI.Helpers.ImageView();
     this.applyimage.Name = "applyimage";
     this.applybutton.Add(this.applyimage);
     this.hbox5.Add(this.applybutton);
     global::Gtk.Box.BoxChild w11 = ((global::Gtk.Box.BoxChild)(this.hbox5[this.applybutton]));
     w11.Position = 1;
     w11.Expand   = false;
     w11.Fill     = false;
     this.teamtable.Add(this.hbox5);
     global::Gtk.Table.TableChild w12 = ((global::Gtk.Table.TableChild)(this.teamtable[this.hbox5]));
     w12.TopAttach    = ((uint)(1));
     w12.BottomAttach = ((uint)(2));
     w12.LeftAttach   = ((uint)(1));
     w12.RightAttach  = ((uint)(2));
     w12.XOptions     = ((global::Gtk.AttachOptions)(4));
     w12.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child teamtable.Gtk.Table+TableChild
     this.hbox6         = new global::Gtk.HBox();
     this.hbox6.Name    = "hbox6";
     this.hbox6.Spacing = 6;
     // Container child hbox6.Gtk.Box+BoxChild
     this.colorbutton1          = new global::Gtk.ColorButton();
     this.colorbutton1.CanFocus = true;
     this.colorbutton1.Events   = ((global::Gdk.EventMask)(784));
     this.colorbutton1.Name     = "colorbutton1";
     this.hbox6.Add(this.colorbutton1);
     global::Gtk.Box.BoxChild w13 = ((global::Gtk.Box.BoxChild)(this.hbox6[this.colorbutton1]));
     w13.Position = 0;
     w13.Fill     = false;
     // Container child hbox6.Gtk.Box+BoxChild
     this.colorbutton2          = new global::Gtk.ColorButton();
     this.colorbutton2.CanFocus = true;
     this.colorbutton2.Events   = ((global::Gdk.EventMask)(784));
     this.colorbutton2.Name     = "colorbutton2";
     this.hbox6.Add(this.colorbutton2);
     global::Gtk.Box.BoxChild w14 = ((global::Gtk.Box.BoxChild)(this.hbox6[this.colorbutton2]));
     w14.Position = 1;
     w14.Fill     = false;
     this.teamtable.Add(this.hbox6);
     global::Gtk.Table.TableChild w15 = ((global::Gtk.Table.TableChild)(this.teamtable[this.hbox6]));
     w15.TopAttach    = ((uint)(2));
     w15.BottomAttach = ((uint)(3));
     w15.LeftAttach   = ((uint)(1));
     w15.RightAttach  = ((uint)(2));
     w15.XOptions     = ((global::Gtk.AttachOptions)(4));
     w15.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child teamtable.Gtk.Table+TableChild
     this.label2           = new global::Gtk.Label();
     this.label2.Name      = "label2";
     this.label2.Xalign    = 1F;
     this.label2.LabelProp = global::VAS.Core.Catalog.GetString("<span font_desc=\"10\">Tactics</span>");
     this.label2.UseMarkup = true;
     this.teamtable.Add(this.label2);
     global::Gtk.Table.TableChild w16 = ((global::Gtk.Table.TableChild)(this.teamtable[this.label2]));
     w16.TopAttach    = ((uint)(1));
     w16.BottomAttach = ((uint)(2));
     // Container child teamtable.Gtk.Table+TableChild
     this.label4           = new global::Gtk.Label();
     this.label4.Name      = "label4";
     this.label4.Xalign    = 1F;
     this.label4.LabelProp = global::VAS.Core.Catalog.GetString("<span font_desc=\"10\">Colors</span>");
     this.label4.UseMarkup = true;
     this.teamtable.Add(this.label4);
     global::Gtk.Table.TableChild w17 = ((global::Gtk.Table.TableChild)(this.teamtable[this.label4]));
     w17.TopAttach    = ((uint)(2));
     w17.BottomAttach = ((uint)(3));
     // Container child teamtable.Gtk.Table+TableChild
     this.teamnameentry = new global::Gtk.Entry();
     this.teamnameentry.WidthRequest  = 100;
     this.teamnameentry.CanFocus      = true;
     this.teamnameentry.Name          = "teamnameentry";
     this.teamnameentry.IsEditable    = true;
     this.teamnameentry.InvisibleChar = '•';
     this.teamtable.Add(this.teamnameentry);
     global::Gtk.Table.TableChild w18 = ((global::Gtk.Table.TableChild)(this.teamtable[this.teamnameentry]));
     w18.LeftAttach  = ((uint)(1));
     w18.RightAttach = ((uint)(2));
     w18.YOptions    = ((global::Gtk.AttachOptions)(4));
     this.hbox2.Add(this.teamtable);
     global::Gtk.Box.BoxChild w19 = ((global::Gtk.Box.BoxChild)(this.hbox2[this.teamtable]));
     w19.Position = 1;
     w19.Expand   = false;
     w19.Fill     = false;
     this.vbox5.Add(this.hbox2);
     global::Gtk.Box.BoxChild w20 = ((global::Gtk.Box.BoxChild)(this.vbox5[this.hbox2]));
     w20.Position = 0;
     w20.Expand   = false;
     w20.Fill     = false;
     // Container child vbox5.Gtk.Box+BoxChild
     this.drawingarea      = new global::Gtk.DrawingArea();
     this.drawingarea.Name = "drawingarea";
     this.vbox5.Add(this.drawingarea);
     global::Gtk.Box.BoxChild w21 = ((global::Gtk.Box.BoxChild)(this.vbox5[this.drawingarea]));
     w21.Position = 1;
     this.GtkAlignment3.Add(this.vbox5);
     this.teamframe.Add(this.GtkAlignment3);
     this.hbox4.Add(this.teamframe);
     global::Gtk.Box.BoxChild w24 = ((global::Gtk.Box.BoxChild)(this.hbox4[this.teamframe]));
     w24.Position = 0;
     // Container child hbox4.Gtk.Box+BoxChild
     this.alignment2      = new global::Gtk.Alignment(0.5F, 0F, 1F, 0F);
     this.alignment2.Name = "alignment2";
     // Container child alignment2.Gtk.Container+ContainerChild
     this.playerframe            = new global::Gtk.Frame();
     this.playerframe.Name       = "playerframe";
     this.playerframe.ShadowType = ((global::Gtk.ShadowType)(1));
     // Container child playerframe.Gtk.Container+ContainerChild
     this.playerpropertyalignment               = new global::Gtk.Alignment(0F, 0F, 1F, 1F);
     this.playerpropertyalignment.Name          = "playerpropertyalignment";
     this.playerpropertyalignment.LeftPadding   = ((uint)(12));
     this.playerpropertyalignment.TopPadding    = ((uint)(12));
     this.playerpropertyalignment.RightPadding  = ((uint)(12));
     this.playerpropertyalignment.BottomPadding = ((uint)(12));
     // Container child playerpropertyalignment.Gtk.Container+ContainerChild
     this.playerpropertyhbox         = new global::Gtk.HBox();
     this.playerpropertyhbox.Name    = "playerpropertyhbox";
     this.playerpropertyhbox.Spacing = 6;
     // Container child playerpropertyhbox.Gtk.Box+BoxChild
     this.alignment1      = new global::Gtk.Alignment(0.5F, 0F, 0F, 0F);
     this.alignment1.Name = "alignment1";
     // Container child alignment1.Gtk.Container+ContainerChild
     this.playerimageframe            = new global::Gtk.Frame();
     this.playerimageframe.Name       = "playerimageframe";
     this.playerimageframe.ShadowType = ((global::Gtk.ShadowType)(1));
     // Container child playerimageframe.Gtk.Container+ContainerChild
     this.playerimagealignment               = new global::Gtk.Alignment(0F, 0F, 1F, 1F);
     this.playerimagealignment.Name          = "playerimagealignment";
     this.playerimagealignment.LeftPadding   = ((uint)(12));
     this.playerimagealignment.TopPadding    = ((uint)(12));
     this.playerimagealignment.RightPadding  = ((uint)(12));
     this.playerimagealignment.BottomPadding = ((uint)(12));
     // Container child playerimagealignment.Gtk.Container+ContainerChild
     this.playereventbox      = new global::Gtk.EventBox();
     this.playereventbox.Name = "playereventbox";
     // Container child playereventbox.Gtk.Container+ContainerChild
     this.playervbox         = new global::Gtk.VBox();
     this.playervbox.Name    = "playervbox";
     this.playervbox.Spacing = 2;
     // Container child playervbox.Gtk.Box+BoxChild
     this.playerimage      = new global::VAS.UI.Helpers.ImageView();
     this.playerimage.Name = "playerimage";
     this.playervbox.Add(this.playerimage);
     global::Gtk.Box.BoxChild w25 = ((global::Gtk.Box.BoxChild)(this.playervbox[this.playerimage]));
     w25.Position = 0;
     w25.Expand   = false;
     w25.Fill     = false;
     // Container child playervbox.Gtk.Box+BoxChild
     this.playerimagelabel1           = new global::Gtk.Label();
     this.playerimagelabel1.Name      = "playerimagelabel1";
     this.playerimagelabel1.LabelProp = global::VAS.Core.Catalog.GetString("<span font_desc=\"10\">Player picture</span>");
     this.playerimagelabel1.UseMarkup = true;
     this.playervbox.Add(this.playerimagelabel1);
     global::Gtk.Box.BoxChild w26 = ((global::Gtk.Box.BoxChild)(this.playervbox[this.playerimagelabel1]));
     w26.Position = 1;
     w26.Expand   = false;
     w26.Fill     = false;
     // Container child playervbox.Gtk.Box+BoxChild
     this.playerimagelabel2           = new global::Gtk.Label();
     this.playerimagelabel2.Name      = "playerimagelabel2";
     this.playerimagelabel2.LabelProp = global::VAS.Core.Catalog.GetString("<span font_desc=\"8\">click to change...</span>");
     this.playerimagelabel2.UseMarkup = true;
     this.playervbox.Add(this.playerimagelabel2);
     global::Gtk.Box.BoxChild w27 = ((global::Gtk.Box.BoxChild)(this.playervbox[this.playerimagelabel2]));
     w27.Position = 2;
     w27.Expand   = false;
     w27.Fill     = false;
     this.playereventbox.Add(this.playervbox);
     this.playerimagealignment.Add(this.playereventbox);
     this.playerimageframe.Add(this.playerimagealignment);
     this.alignment1.Add(this.playerimageframe);
     this.playerpropertyhbox.Add(this.alignment1);
     global::Gtk.Box.BoxChild w32 = ((global::Gtk.Box.BoxChild)(this.playerpropertyhbox[this.alignment1]));
     w32.Position = 0;
     w32.Expand   = false;
     w32.Fill     = false;
     // Container child playerpropertyhbox.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.bdaydatepicker        = new global::VAS.UI.Component.DatePicker();
     this.bdaydatepicker.Events = ((global::Gdk.EventMask)(256));
     this.bdaydatepicker.Name   = "bdaydatepicker";
     this.bdaydatepicker.Date   = new global::System.DateTime(0);
     this.table1.Add(this.bdaydatepicker);
     global::Gtk.Table.TableChild w33 = ((global::Gtk.Table.TableChild)(this.table1[this.bdaydatepicker]));
     w33.TopAttach    = ((uint)(8));
     w33.BottomAttach = ((uint)(9));
     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.heightspinbutton          = new global::Gtk.SpinButton(0, 100, 1);
     this.heightspinbutton.CanFocus = true;
     this.heightspinbutton.Name     = "heightspinbutton";
     this.heightspinbutton.Adjustment.PageIncrement = 10;
     this.heightspinbutton.ClimbRate = 1;
     this.heightspinbutton.Digits    = ((uint)(2));
     this.heightspinbutton.Numeric   = true;
     this.heightspinbutton.Value     = 18;
     this.table1.Add(this.heightspinbutton);
     global::Gtk.Table.TableChild w34 = ((global::Gtk.Table.TableChild)(this.table1[this.heightspinbutton]));
     w34.TopAttach    = ((uint)(6));
     w34.BottomAttach = ((uint)(7));
     w34.LeftAttach   = ((uint)(1));
     w34.RightAttach  = ((uint)(2));
     w34.XOptions     = ((global::Gtk.AttachOptions)(4));
     w34.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     this.label11           = new global::Gtk.Label();
     this.label11.Name      = "label11";
     this.label11.Xalign    = 1F;
     this.label11.LabelProp = global::VAS.Core.Catalog.GetString("<span font_desc=\"10\">Position</span>");
     this.label11.UseMarkup = true;
     this.table1.Add(this.label11);
     global::Gtk.Table.TableChild w35 = ((global::Gtk.Table.TableChild)(this.table1[this.label11]));
     w35.TopAttach    = ((uint)(4));
     w35.BottomAttach = ((uint)(5));
     w35.XOptions     = ((global::Gtk.AttachOptions)(4));
     w35.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     this.label12           = new global::Gtk.Label();
     this.label12.Name      = "label12";
     this.label12.Xalign    = 1F;
     this.label12.LabelProp = global::VAS.Core.Catalog.GetString("<span font_desc=\"10\">Name</span>");
     this.label12.UseMarkup = true;
     this.table1.Add(this.label12);
     global::Gtk.Table.TableChild w36 = ((global::Gtk.Table.TableChild)(this.table1[this.label12]));
     w36.YOptions = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     this.label13           = new global::Gtk.Label();
     this.label13.Name      = "label13";
     this.label13.Xalign    = 1F;
     this.label13.LabelProp = global::VAS.Core.Catalog.GetString("<span font_desc=\"10\">Last name</span>");
     this.label13.UseMarkup = true;
     this.table1.Add(this.label13);
     global::Gtk.Table.TableChild w37 = ((global::Gtk.Table.TableChild)(this.table1[this.label13]));
     w37.TopAttach    = ((uint)(1));
     w37.BottomAttach = ((uint)(2));
     w37.XOptions     = ((global::Gtk.AttachOptions)(4));
     w37.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     this.label14           = new global::Gtk.Label();
     this.label14.Name      = "label14";
     this.label14.Xalign    = 1F;
     this.label14.LabelProp = global::VAS.Core.Catalog.GetString("<span font_desc=\"10\">Nickname</span>");
     this.label14.UseMarkup = true;
     this.table1.Add(this.label14);
     global::Gtk.Table.TableChild w38 = ((global::Gtk.Table.TableChild)(this.table1[this.label14]));
     w38.TopAttach    = ((uint)(2));
     w38.BottomAttach = ((uint)(3));
     w38.XOptions     = ((global::Gtk.AttachOptions)(4));
     w38.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::VAS.Core.Catalog.GetString("<span font_desc=\"10\">Number</span>");
     this.label3.UseMarkup = true;
     this.table1.Add(this.label3);
     global::Gtk.Table.TableChild w39 = ((global::Gtk.Table.TableChild)(this.table1[this.label3]));
     w39.TopAttach    = ((uint)(5));
     w39.BottomAttach = ((uint)(6));
     w39.XOptions     = ((global::Gtk.AttachOptions)(4));
     w39.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::VAS.Core.Catalog.GetString("<span font_desc=\"10\">Height</span>");
     this.label5.UseMarkup = true;
     this.table1.Add(this.label5);
     global::Gtk.Table.TableChild w40 = ((global::Gtk.Table.TableChild)(this.table1[this.label5]));
     w40.TopAttach    = ((uint)(6));
     w40.BottomAttach = ((uint)(7));
     w40.XOptions     = ((global::Gtk.AttachOptions)(4));
     w40.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::VAS.Core.Catalog.GetString("<span font_desc=\"10\">Weight</span>");
     this.label6.UseMarkup = true;
     this.table1.Add(this.label6);
     global::Gtk.Table.TableChild w41 = ((global::Gtk.Table.TableChild)(this.table1[this.label6]));
     w41.TopAttach    = ((uint)(7));
     w41.BottomAttach = ((uint)(8));
     w41.XOptions     = ((global::Gtk.AttachOptions)(4));
     w41.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::VAS.Core.Catalog.GetString("<span font_desc=\"10\">Birth Date</span>");
     this.label7.UseMarkup = true;
     this.table1.Add(this.label7);
     global::Gtk.Table.TableChild w42 = ((global::Gtk.Table.TableChild)(this.table1[this.label7]));
     w42.TopAttach    = ((uint)(8));
     w42.BottomAttach = ((uint)(9));
     w42.XOptions     = ((global::Gtk.AttachOptions)(4));
     w42.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::VAS.Core.Catalog.GetString("<span font_desc=\"10\">Nationality</span>");
     this.label8.UseMarkup = true;
     this.table1.Add(this.label8);
     global::Gtk.Table.TableChild w43 = ((global::Gtk.Table.TableChild)(this.table1[this.label8]));
     w43.TopAttach    = ((uint)(3));
     w43.BottomAttach = ((uint)(4));
     w43.XOptions     = ((global::Gtk.AttachOptions)(4));
     w43.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     this.lastnameentry               = new global::Gtk.Entry();
     this.lastnameentry.CanFocus      = true;
     this.lastnameentry.Name          = "lastnameentry";
     this.lastnameentry.IsEditable    = true;
     this.lastnameentry.InvisibleChar = '●';
     this.table1.Add(this.lastnameentry);
     global::Gtk.Table.TableChild w44 = ((global::Gtk.Table.TableChild)(this.table1[this.lastnameentry]));
     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 table1.Gtk.Table+TableChild
     this.mailentry               = new global::Gtk.Entry();
     this.mailentry.CanFocus      = true;
     this.mailentry.Name          = "mailentry";
     this.mailentry.IsEditable    = true;
     this.mailentry.InvisibleChar = '•';
     this.table1.Add(this.mailentry);
     global::Gtk.Table.TableChild w45 = ((global::Gtk.Table.TableChild)(this.table1[this.mailentry]));
     w45.TopAttach    = ((uint)(9));
     w45.BottomAttach = ((uint)(10));
     w45.LeftAttach   = ((uint)(1));
     w45.RightAttach  = ((uint)(2));
     w45.XOptions     = ((global::Gtk.AttachOptions)(4));
     w45.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     this.maillabel           = new global::Gtk.Label();
     this.maillabel.Name      = "maillabel";
     this.maillabel.Xalign    = 1F;
     this.maillabel.LabelProp = global::VAS.Core.Catalog.GetString("<span font_desc=\"10\">E-mail</span>");
     this.maillabel.UseMarkup = true;
     this.table1.Add(this.maillabel);
     global::Gtk.Table.TableChild w46 = ((global::Gtk.Table.TableChild)(this.table1[this.maillabel]));
     w46.TopAttach    = ((uint)(9));
     w46.BottomAttach = ((uint)(10));
     w46.XOptions     = ((global::Gtk.AttachOptions)(4));
     w46.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     this.nameentry               = new global::Gtk.Entry();
     this.nameentry.CanFocus      = true;
     this.nameentry.Name          = "nameentry";
     this.nameentry.IsEditable    = true;
     this.nameentry.InvisibleChar = '●';
     this.table1.Add(this.nameentry);
     global::Gtk.Table.TableChild w47 = ((global::Gtk.Table.TableChild)(this.table1[this.nameentry]));
     w47.LeftAttach  = ((uint)(1));
     w47.RightAttach = ((uint)(2));
     w47.XOptions    = ((global::Gtk.AttachOptions)(4));
     w47.YOptions    = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     this.nationalityentry               = new global::Gtk.Entry();
     this.nationalityentry.CanFocus      = true;
     this.nationalityentry.Name          = "nationalityentry";
     this.nationalityentry.IsEditable    = true;
     this.nationalityentry.InvisibleChar = '●';
     this.table1.Add(this.nationalityentry);
     global::Gtk.Table.TableChild w48 = ((global::Gtk.Table.TableChild)(this.table1[this.nationalityentry]));
     w48.TopAttach    = ((uint)(3));
     w48.BottomAttach = ((uint)(4));
     w48.LeftAttach   = ((uint)(1));
     w48.RightAttach  = ((uint)(2));
     w48.XOptions     = ((global::Gtk.AttachOptions)(4));
     w48.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     this.nicknameentry               = new global::Gtk.Entry();
     this.nicknameentry.CanFocus      = true;
     this.nicknameentry.Name          = "nicknameentry";
     this.nicknameentry.IsEditable    = true;
     this.nicknameentry.InvisibleChar = '●';
     this.table1.Add(this.nicknameentry);
     global::Gtk.Table.TableChild w49 = ((global::Gtk.Table.TableChild)(this.table1[this.nicknameentry]));
     w49.TopAttach    = ((uint)(2));
     w49.BottomAttach = ((uint)(3));
     w49.LeftAttach   = ((uint)(1));
     w49.RightAttach  = ((uint)(2));
     w49.XOptions     = ((global::Gtk.AttachOptions)(4));
     w49.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     this.numberspinbutton          = new global::Gtk.SpinButton(0, 100, 1);
     this.numberspinbutton.CanFocus = true;
     this.numberspinbutton.Name     = "numberspinbutton";
     this.numberspinbutton.Adjustment.PageIncrement = 10;
     this.numberspinbutton.ClimbRate = 1;
     this.numberspinbutton.Numeric   = true;
     this.table1.Add(this.numberspinbutton);
     global::Gtk.Table.TableChild w50 = ((global::Gtk.Table.TableChild)(this.table1[this.numberspinbutton]));
     w50.TopAttach    = ((uint)(5));
     w50.BottomAttach = ((uint)(6));
     w50.LeftAttach   = ((uint)(1));
     w50.RightAttach  = ((uint)(2));
     w50.XOptions     = ((global::Gtk.AttachOptions)(4));
     w50.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     this.positionentry               = new global::Gtk.Entry();
     this.positionentry.CanFocus      = true;
     this.positionentry.Name          = "positionentry";
     this.positionentry.IsEditable    = true;
     this.positionentry.InvisibleChar = '●';
     this.table1.Add(this.positionentry);
     global::Gtk.Table.TableChild w51 = ((global::Gtk.Table.TableChild)(this.table1[this.positionentry]));
     w51.TopAttach    = ((uint)(4));
     w51.BottomAttach = ((uint)(5));
     w51.LeftAttach   = ((uint)(1));
     w51.RightAttach  = ((uint)(2));
     w51.XOptions     = ((global::Gtk.AttachOptions)(4));
     w51.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     this.weightspinbutton          = new global::Gtk.SpinButton(0, 1000, 1);
     this.weightspinbutton.CanFocus = true;
     this.weightspinbutton.Name     = "weightspinbutton";
     this.weightspinbutton.Adjustment.PageIncrement = 10;
     this.weightspinbutton.ClimbRate = 1;
     this.weightspinbutton.Numeric   = true;
     this.weightspinbutton.Value     = 80;
     this.table1.Add(this.weightspinbutton);
     global::Gtk.Table.TableChild w52 = ((global::Gtk.Table.TableChild)(this.table1[this.weightspinbutton]));
     w52.TopAttach    = ((uint)(7));
     w52.BottomAttach = ((uint)(8));
     w52.LeftAttach   = ((uint)(1));
     w52.RightAttach  = ((uint)(2));
     w52.XOptions     = ((global::Gtk.AttachOptions)(4));
     w52.YOptions     = ((global::Gtk.AttachOptions)(4));
     this.playerpropertyhbox.Add(this.table1);
     global::Gtk.Box.BoxChild w53 = ((global::Gtk.Box.BoxChild)(this.playerpropertyhbox[this.table1]));
     w53.Position = 1;
     w53.Expand   = false;
     w53.Fill     = false;
     this.playerpropertyalignment.Add(this.playerpropertyhbox);
     this.playerframe.Add(this.playerpropertyalignment);
     this.alignment2.Add(this.playerframe);
     this.hbox4.Add(this.alignment2);
     global::Gtk.Box.BoxChild w57 = ((global::Gtk.Box.BoxChild)(this.hbox4[this.alignment2]));
     w57.Position = 1;
     w57.Expand   = false;
     w57.Fill     = false;
     this.vbox3.Add(this.hbox4);
     global::Gtk.Box.BoxChild w58 = ((global::Gtk.Box.BoxChild)(this.vbox3[this.hbox4]));
     w58.Position = 0;
     // Container child vbox3.Gtk.Box+BoxChild
     this.hbuttonbox2             = new global::Gtk.HButtonBox();
     this.hbuttonbox2.Name        = "hbuttonbox2";
     this.hbuttonbox2.LayoutStyle = ((global::Gtk.ButtonBoxStyle)(1));
     // Container child hbuttonbox2.Gtk.ButtonBox+ButtonBoxChild
     this.savebutton              = new global::Gtk.Button();
     this.savebutton.CanFocus     = true;
     this.savebutton.Name         = "savebutton";
     this.savebutton.UseUnderline = true;
     this.savebutton.Label        = global::VAS.Core.Catalog.GetString("Save template");
     global::Gtk.Image w59 = new global::Gtk.Image();
     w59.Pixbuf            = global::Stetic.IconLoader.LoadIcon(this, "gtk-save", global::Gtk.IconSize.Dialog);
     this.savebutton.Image = w59;
     this.hbuttonbox2.Add(this.savebutton);
     global::Gtk.ButtonBox.ButtonBoxChild w60 = ((global::Gtk.ButtonBox.ButtonBoxChild)(this.hbuttonbox2[this.savebutton]));
     w60.Expand = false;
     w60.Fill   = false;
     // Container child hbuttonbox2.Gtk.ButtonBox+ButtonBoxChild
     this.newplayerbutton              = new global::Gtk.Button();
     this.newplayerbutton.CanFocus     = true;
     this.newplayerbutton.Name         = "newplayerbutton";
     this.newplayerbutton.UseUnderline = true;
     this.newplayerbutton.Label        = global::VAS.Core.Catalog.GetString("New player");
     global::Gtk.Image w61 = new global::Gtk.Image();
     w61.Pixbuf = global::Stetic.IconLoader.LoadIcon(this, "gtk-new", global::Gtk.IconSize.Dialog);
     this.newplayerbutton.Image = w61;
     this.hbuttonbox2.Add(this.newplayerbutton);
     global::Gtk.ButtonBox.ButtonBoxChild w62 = ((global::Gtk.ButtonBox.ButtonBoxChild)(this.hbuttonbox2[this.newplayerbutton]));
     w62.Position = 1;
     w62.Expand   = false;
     w62.Fill     = false;
     // Container child hbuttonbox2.Gtk.ButtonBox+ButtonBoxChild
     this.deletebutton              = new global::Gtk.Button();
     this.deletebutton.CanFocus     = true;
     this.deletebutton.Name         = "deletebutton";
     this.deletebutton.UseUnderline = true;
     this.deletebutton.Label        = global::VAS.Core.Catalog.GetString("Delete player");
     global::Gtk.Image w63 = new global::Gtk.Image();
     w63.Pixbuf = global::Stetic.IconLoader.LoadIcon(this, "gtk-delete", global::Gtk.IconSize.Dialog);
     this.deletebutton.Image = w63;
     this.hbuttonbox2.Add(this.deletebutton);
     global::Gtk.ButtonBox.ButtonBoxChild w64 = ((global::Gtk.ButtonBox.ButtonBoxChild)(this.hbuttonbox2[this.deletebutton]));
     w64.Position = 2;
     w64.Expand   = false;
     w64.Fill     = false;
     this.vbox3.Add(this.hbuttonbox2);
     global::Gtk.Box.BoxChild w65 = ((global::Gtk.Box.BoxChild)(this.vbox3[this.hbuttonbox2]));
     w65.Position = 1;
     w65.Expand   = false;
     w65.Fill     = false;
     this.Add(this.vbox3);
     if ((this.Child != null))
     {
         this.Child.ShowAll();
     }
     this.Hide();
 }