protected virtual void Build()
 {
     global::Stetic.Gui.Initialize(this);
     // Widget MonoReports.Gui.Widgets.MonoreportsDesignerControl
     Stetic.BinContainer w1 = global::Stetic.BinContainer.Attach(this);
     this.UIManager = new global::Gtk.UIManager();
     global::Gtk.ActionGroup w2 = 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");
     w2.Add(this.FileAction, null);
     this.FileAction1            = new global::Gtk.Action("FileAction1", global::Mono.Unix.Catalog.GetString("File"), null, null);
     this.FileAction1.ShortLabel = global::Mono.Unix.Catalog.GetString("File");
     w2.Add(this.FileAction1, 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");
     w2.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");
     w2.Add(this.HelpAction, null);
     this.HelpAction1            = new global::Gtk.Action("HelpAction1", global::Mono.Unix.Catalog.GetString("Help"), null, null);
     this.HelpAction1.ShortLabel = global::Mono.Unix.Catalog.GetString("About");
     w2.Add(this.HelpAction1, null);
     this.executeAction = new global::Gtk.Action("executeAction", null, null, "gtk-execute");
     w2.Add(this.executeAction, null);
     this.aboutAction            = new global::Gtk.Action("aboutAction", global::Mono.Unix.Catalog.GetString("About"), null, "gtk-about");
     this.aboutAction.ShortLabel = global::Mono.Unix.Catalog.GetString("About");
     w2.Add(this.aboutAction, null);
     this.zoomFitAction = new global::Gtk.Action("zoomFitAction", null, null, "gtk-zoom-fit");
     w2.Add(this.zoomFitAction, null);
     this.openAction            = new global::Gtk.Action("openAction", global::Mono.Unix.Catalog.GetString("_Otwórz"), null, "gtk-open");
     this.openAction.ShortLabel = global::Mono.Unix.Catalog.GetString("_Otwórz");
     w2.Add(this.openAction, null);
     this.saveAction            = new global::Gtk.Action("saveAction", global::Mono.Unix.Catalog.GetString("_Zapisz"), null, "gtk-save");
     this.saveAction.ShortLabel = global::Mono.Unix.Catalog.GetString("_Zapisz");
     w2.Add(this.saveAction, null);
     this.executeAction1 = new global::Gtk.Action("executeAction1", null, null, "gtk-execute");
     w2.Add(this.executeAction1, null);
     this.dialogErrorAction = new global::Gtk.Action("dialogErrorAction", null, null, "gtk-dialog-error");
     w2.Add(this.dialogErrorAction, null);
     this.editAction = new global::Gtk.ToggleAction("editAction", null, null, "gtk-edit");
     w2.Add(this.editAction, null);
     this.sortAscendingAction = new global::Gtk.Action("sortAscendingAction", null, null, "gtk-sort-ascending");
     w2.Add(this.sortAscendingAction, null);
     this.EditAction            = new global::Gtk.Action("EditAction", global::Mono.Unix.Catalog.GetString("Edit"), null, null);
     this.EditAction.ShortLabel = global::Mono.Unix.Catalog.GetString("Edit");
     w2.Add(this.EditAction, null);
     this.ReportSettingsAction            = new global::Gtk.Action("ReportSettingsAction", global::Mono.Unix.Catalog.GetString("Report Settings"), null, null);
     this.ReportSettingsAction.ShortLabel = global::Mono.Unix.Catalog.GetString("Report Settings");
     w2.Add(this.ReportSettingsAction, null);
     this.UIManager.InsertActionGroup(w2, 0);
     this.Name = "MonoReports.Gui.Widgets.MonoreportsDesignerControl";
     // Container child MonoReports.Gui.Widgets.MonoreportsDesignerControl.Gtk.Container+ContainerChild
     this.mainVbox         = new global::Gtk.VBox();
     this.mainVbox.Name    = "mainVbox";
     this.mainVbox.Spacing = -1;
     // Container child mainVbox.Gtk.Box+BoxChild
     this.UIManager.AddUiFromString(@"<ui><menubar name='mainMenubar'><menu name='FileAction1' action='FileAction1'><menuitem name='openAction' action='openAction'/><menuitem name='saveAction' action='saveAction'/><menuitem name='quitAction' action='quitAction'/></menu><menu name='EditAction' action='EditAction'><menuitem name='ReportSettingsAction' action='ReportSettingsAction'/></menu><menu name='HelpAction1' action='HelpAction1'><menuitem name='aboutAction' action='aboutAction'/></menu></menubar></ui>");
     this.mainMenubar      = ((global::Gtk.MenuBar)(this.UIManager.GetWidget("/mainMenubar")));
     this.mainMenubar.Name = "mainMenubar";
     this.mainVbox.Add(this.mainMenubar);
     global::Gtk.Box.BoxChild w3 = ((global::Gtk.Box.BoxChild)(this.mainVbox [this.mainMenubar]));
     w3.Position = 0;
     w3.Expand   = false;
     w3.Fill     = false;
     // Container child mainVbox.Gtk.Box+BoxChild
     this.UIManager.AddUiFromString("<ui><toolbar name=\'mainToolbar\'/></ui>");
     this.mainToolbar           = ((global::Gtk.Toolbar)(this.UIManager.GetWidget("/mainToolbar")));
     this.mainToolbar.Name      = "mainToolbar";
     this.mainToolbar.ShowArrow = false;
     this.mainToolbar.IconSize  = ((global::Gtk.IconSize)(1));
     this.mainVbox.Add(this.mainToolbar);
     global::Gtk.Box.BoxChild w4 = ((global::Gtk.Box.BoxChild)(this.mainVbox [this.mainToolbar]));
     w4.Position = 1;
     w4.Expand   = false;
     w4.Fill     = false;
     // Container child mainVbox.Gtk.Box+BoxChild
     this.contentHbox         = new global::Gtk.HBox();
     this.contentHbox.Name    = "contentHbox";
     this.contentHbox.Spacing = 6;
     // Container child contentHbox.Gtk.Box+BoxChild
     this.mainHPaned          = new global::Gtk.HPaned();
     this.mainHPaned.CanFocus = true;
     this.mainHPaned.Name     = "mainHPaned";
     this.mainHPaned.Position = 721;
     // Container child mainHPaned.Gtk.Paned+PanedChild
     this.maindesignview1        = new global::MonoReports.Gui.Widgets.MainDesignView();
     this.maindesignview1.Events = ((global::Gdk.EventMask)(256));
     this.maindesignview1.Name   = "maindesignview1";
     this.mainHPaned.Add(this.maindesignview1);
     global::Gtk.Paned.PanedChild w5 = ((global::Gtk.Paned.PanedChild)(this.mainHPaned [this.maindesignview1]));
     w5.Resize = false;
     // Container child mainHPaned.Gtk.Paned+PanedChild
     this.rightVPaned          = new global::Gtk.VPaned();
     this.rightVPaned.CanFocus = true;
     this.rightVPaned.Name     = "rightVPaned";
     this.rightVPaned.Position = 291;
     // Container child rightVPaned.Gtk.Paned+PanedChild
     this.reportExplorer      = new global::MonoReports.Gui.Widgets.ReportExplorer();
     this.reportExplorer.Name = "reportExplorer";
     this.rightVPaned.Add(this.reportExplorer);
     global::Gtk.Paned.PanedChild w6 = ((global::Gtk.Paned.PanedChild)(this.rightVPaned [this.reportExplorer]));
     w6.Resize = false;
     // Container child rightVPaned.Gtk.Paned+PanedChild
     this.mainPropertygrid             = new global::PropertyGrid.PropertyGrid();
     this.mainPropertygrid.Name        = "mainPropertygrid";
     this.mainPropertygrid.ShowToolbar = false;
     this.mainPropertygrid.ShowHelp    = false;
     this.rightVPaned.Add(this.mainPropertygrid);
     this.mainHPaned.Add(this.rightVPaned);
     global::Gtk.Paned.PanedChild w8 = ((global::Gtk.Paned.PanedChild)(this.mainHPaned [this.rightVPaned]));
     w8.Resize = false;
     this.contentHbox.Add(this.mainHPaned);
     global::Gtk.Box.BoxChild w9 = ((global::Gtk.Box.BoxChild)(this.contentHbox [this.mainHPaned]));
     w9.Position = 0;
     this.mainVbox.Add(this.contentHbox);
     global::Gtk.Box.BoxChild w10 = ((global::Gtk.Box.BoxChild)(this.mainVbox [this.contentHbox]));
     w10.Position = 2;
     // Container child mainVbox.Gtk.Box+BoxChild
     this.bottomStatusbar         = new global::Gtk.Statusbar();
     this.bottomStatusbar.Name    = "bottomStatusbar";
     this.bottomStatusbar.Spacing = 6;
     // Container child bottomStatusbar.Gtk.Box+BoxChild
     this.StatusBarLabel      = new global::Gtk.Label();
     this.StatusBarLabel.Name = "StatusBarLabel";
     this.bottomStatusbar.Add(this.StatusBarLabel);
     global::Gtk.Box.BoxChild w11 = ((global::Gtk.Box.BoxChild)(this.bottomStatusbar [this.StatusBarLabel]));
     w11.Position = 1;
     w11.Expand   = false;
     w11.Fill     = false;
     this.mainVbox.Add(this.bottomStatusbar);
     global::Gtk.Box.BoxChild w12 = ((global::Gtk.Box.BoxChild)(this.mainVbox [this.bottomStatusbar]));
     w12.Position = 3;
     w12.Expand   = false;
     w12.Fill     = false;
     this.Add(this.mainVbox);
     if ((this.Child != null))
     {
         this.Child.ShowAll();
     }
     w1.SetUiManager(UIManager);
     this.Hide();
     this.DeleteEvent                    += new global::Gtk.DeleteEventHandler(this.OnDeleteEvent);
     this.quitAction.Activated           += new global::System.EventHandler(this.OnQuitActionActivated);
     this.aboutAction.Activated          += new global::System.EventHandler(this.OnAboutActionActivated);
     this.openAction.Activated           += new global::System.EventHandler(this.OnOpenActionActivated);
     this.saveAction.Activated           += new global::System.EventHandler(this.OnSaveActionActivated);
     this.editAction.Activated           += new global::System.EventHandler(this.OnEditActionActivated);
     this.ReportSettingsAction.Activated += new global::System.EventHandler(this.OnReportSettingsActionActivated);
     this.mainPropertygrid.Changed       += new global::System.EventHandler(this.OnMainPropertygridChanged);
 }
 protected virtual void Build()
 {
     global::Stetic.Gui.Initialize (this);
     // Widget MonoReports.Gui.Widgets.MonoreportsDesignerControl
     Stetic.BinContainer w1 = global::Stetic.BinContainer.Attach (this);
     this.UIManager = new global::Gtk.UIManager ();
     global::Gtk.ActionGroup w2 = 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");
     w2.Add (this.FileAction, null);
     this.FileAction1 = new global::Gtk.Action ("FileAction1", global::Mono.Unix.Catalog.GetString ("File"), null, null);
     this.FileAction1.ShortLabel = global::Mono.Unix.Catalog.GetString ("File");
     w2.Add (this.FileAction1, 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");
     w2.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");
     w2.Add (this.HelpAction, null);
     this.HelpAction1 = new global::Gtk.Action ("HelpAction1", global::Mono.Unix.Catalog.GetString ("Help"), null, null);
     this.HelpAction1.ShortLabel = global::Mono.Unix.Catalog.GetString ("About");
     w2.Add (this.HelpAction1, null);
     this.executeAction = new global::Gtk.Action ("executeAction", null, null, "gtk-execute");
     w2.Add (this.executeAction, null);
     this.aboutAction = new global::Gtk.Action ("aboutAction", global::Mono.Unix.Catalog.GetString ("About"), null, "gtk-about");
     this.aboutAction.ShortLabel = global::Mono.Unix.Catalog.GetString ("About");
     w2.Add (this.aboutAction, null);
     this.zoomFitAction = new global::Gtk.Action ("zoomFitAction", null, null, "gtk-zoom-fit");
     w2.Add (this.zoomFitAction, null);
     this.openAction = new global::Gtk.Action ("openAction", global::Mono.Unix.Catalog.GetString ("_Otwórz"), null, "gtk-open");
     this.openAction.ShortLabel = global::Mono.Unix.Catalog.GetString ("_Otwórz");
     w2.Add (this.openAction, null);
     this.saveAction = new global::Gtk.Action ("saveAction", global::Mono.Unix.Catalog.GetString ("_Zapisz"), null, "gtk-save");
     this.saveAction.ShortLabel = global::Mono.Unix.Catalog.GetString ("_Zapisz");
     w2.Add (this.saveAction, null);
     this.executeAction1 = new global::Gtk.Action ("executeAction1", null, null, "gtk-execute");
     w2.Add (this.executeAction1, null);
     this.dialogErrorAction = new global::Gtk.Action ("dialogErrorAction", null, null, "gtk-dialog-error");
     w2.Add (this.dialogErrorAction, null);
     this.editAction = new global::Gtk.ToggleAction ("editAction", null, null, "gtk-edit");
     w2.Add (this.editAction, null);
     this.sortAscendingAction = new global::Gtk.Action ("sortAscendingAction", null, null, "gtk-sort-ascending");
     w2.Add (this.sortAscendingAction, null);
     this.EditAction = new global::Gtk.Action ("EditAction", global::Mono.Unix.Catalog.GetString ("Edit"), null, null);
     this.EditAction.ShortLabel = global::Mono.Unix.Catalog.GetString ("Edit");
     w2.Add (this.EditAction, null);
     this.ReportSettingsAction = new global::Gtk.Action ("ReportSettingsAction", global::Mono.Unix.Catalog.GetString ("Report Settings"), null, null);
     this.ReportSettingsAction.ShortLabel = global::Mono.Unix.Catalog.GetString ("Report Settings");
     w2.Add (this.ReportSettingsAction, null);
     this.UIManager.InsertActionGroup (w2, 0);
     this.Name = "MonoReports.Gui.Widgets.MonoreportsDesignerControl";
     // Container child MonoReports.Gui.Widgets.MonoreportsDesignerControl.Gtk.Container+ContainerChild
     this.mainVbox = new global::Gtk.VBox ();
     this.mainVbox.Name = "mainVbox";
     this.mainVbox.Spacing = -1;
     // Container child mainVbox.Gtk.Box+BoxChild
     this.UIManager.AddUiFromString (@"<ui><menubar name='mainMenubar'><menu name='FileAction1' action='FileAction1'><menuitem name='openAction' action='openAction'/><menuitem name='saveAction' action='saveAction'/><menuitem name='quitAction' action='quitAction'/></menu><menu name='EditAction' action='EditAction'><menuitem name='ReportSettingsAction' action='ReportSettingsAction'/></menu><menu name='HelpAction1' action='HelpAction1'><menuitem name='aboutAction' action='aboutAction'/></menu></menubar></ui>");
     this.mainMenubar = ((global::Gtk.MenuBar)(this.UIManager.GetWidget ("/mainMenubar")));
     this.mainMenubar.Name = "mainMenubar";
     this.mainVbox.Add (this.mainMenubar);
     global::Gtk.Box.BoxChild w3 = ((global::Gtk.Box.BoxChild)(this.mainVbox [this.mainMenubar]));
     w3.Position = 0;
     w3.Expand = false;
     w3.Fill = false;
     // Container child mainVbox.Gtk.Box+BoxChild
     this.UIManager.AddUiFromString ("<ui><toolbar name=\'mainToolbar\'/></ui>");
     this.mainToolbar = ((global::Gtk.Toolbar)(this.UIManager.GetWidget ("/mainToolbar")));
     this.mainToolbar.Name = "mainToolbar";
     this.mainToolbar.ShowArrow = false;
     this.mainToolbar.IconSize = ((global::Gtk.IconSize)(1));
     this.mainVbox.Add (this.mainToolbar);
     global::Gtk.Box.BoxChild w4 = ((global::Gtk.Box.BoxChild)(this.mainVbox [this.mainToolbar]));
     w4.Position = 1;
     w4.Expand = false;
     w4.Fill = false;
     // Container child mainVbox.Gtk.Box+BoxChild
     this.contentHbox = new global::Gtk.HBox ();
     this.contentHbox.Name = "contentHbox";
     this.contentHbox.Spacing = 6;
     // Container child contentHbox.Gtk.Box+BoxChild
     this.mainHPaned = new global::Gtk.HPaned ();
     this.mainHPaned.CanFocus = true;
     this.mainHPaned.Name = "mainHPaned";
     this.mainHPaned.Position = 721;
     // Container child mainHPaned.Gtk.Paned+PanedChild
     this.maindesignview1 = new global::MonoReports.Gui.Widgets.MainDesignView ();
     this.maindesignview1.Events = ((global::Gdk.EventMask)(256));
     this.maindesignview1.Name = "maindesignview1";
     this.mainHPaned.Add (this.maindesignview1);
     global::Gtk.Paned.PanedChild w5 = ((global::Gtk.Paned.PanedChild)(this.mainHPaned [this.maindesignview1]));
     w5.Resize = false;
     // Container child mainHPaned.Gtk.Paned+PanedChild
     this.rightVPaned = new global::Gtk.VPaned ();
     this.rightVPaned.CanFocus = true;
     this.rightVPaned.Name = "rightVPaned";
     this.rightVPaned.Position = 291;
     // Container child rightVPaned.Gtk.Paned+PanedChild
     this.reportExplorer = new global::MonoReports.Gui.Widgets.ReportExplorer ();
     this.reportExplorer.Name = "reportExplorer";
     this.rightVPaned.Add (this.reportExplorer);
     global::Gtk.Paned.PanedChild w6 = ((global::Gtk.Paned.PanedChild)(this.rightVPaned [this.reportExplorer]));
     w6.Resize = false;
     // Container child rightVPaned.Gtk.Paned+PanedChild
     this.mainPropertygrid = new global::PropertyGrid.PropertyGrid ();
     this.mainPropertygrid.Name = "mainPropertygrid";
     this.mainPropertygrid.ShowToolbar = false;
     this.mainPropertygrid.ShowHelp = false;
     this.rightVPaned.Add (this.mainPropertygrid);
     this.mainHPaned.Add (this.rightVPaned);
     global::Gtk.Paned.PanedChild w8 = ((global::Gtk.Paned.PanedChild)(this.mainHPaned [this.rightVPaned]));
     w8.Resize = false;
     this.contentHbox.Add (this.mainHPaned);
     global::Gtk.Box.BoxChild w9 = ((global::Gtk.Box.BoxChild)(this.contentHbox [this.mainHPaned]));
     w9.Position = 0;
     this.mainVbox.Add (this.contentHbox);
     global::Gtk.Box.BoxChild w10 = ((global::Gtk.Box.BoxChild)(this.mainVbox [this.contentHbox]));
     w10.Position = 2;
     // Container child mainVbox.Gtk.Box+BoxChild
     this.bottomStatusbar = new global::Gtk.Statusbar ();
     this.bottomStatusbar.Name = "bottomStatusbar";
     this.bottomStatusbar.Spacing = 6;
     // Container child bottomStatusbar.Gtk.Box+BoxChild
     this.StatusBarLabel = new global::Gtk.Label ();
     this.StatusBarLabel.Name = "StatusBarLabel";
     this.bottomStatusbar.Add (this.StatusBarLabel);
     global::Gtk.Box.BoxChild w11 = ((global::Gtk.Box.BoxChild)(this.bottomStatusbar [this.StatusBarLabel]));
     w11.Position = 1;
     w11.Expand = false;
     w11.Fill = false;
     this.mainVbox.Add (this.bottomStatusbar);
     global::Gtk.Box.BoxChild w12 = ((global::Gtk.Box.BoxChild)(this.mainVbox [this.bottomStatusbar]));
     w12.Position = 3;
     w12.Expand = false;
     w12.Fill = false;
     this.Add (this.mainVbox);
     if ((this.Child != null)) {
         this.Child.ShowAll ();
     }
     w1.SetUiManager (UIManager);
     this.Hide ();
     this.DeleteEvent += new global::Gtk.DeleteEventHandler (this.OnDeleteEvent);
     this.quitAction.Activated += new global::System.EventHandler (this.OnQuitActionActivated);
     this.aboutAction.Activated += new global::System.EventHandler (this.OnAboutActionActivated);
     this.openAction.Activated += new global::System.EventHandler (this.OnOpenActionActivated);
     this.saveAction.Activated += new global::System.EventHandler (this.OnSaveActionActivated);
     this.editAction.Activated += new global::System.EventHandler (this.OnEditActionActivated);
     this.ReportSettingsAction.Activated += new global::System.EventHandler (this.OnReportSettingsActionActivated);
     this.mainPropertygrid.Changed += new global::System.EventHandler (this.OnMainPropertygridChanged);
 }
 protected virtual void Build()
 {
     global::Stetic.Gui.Initialize (this);
     // Widget MonoReports.Gui.Widgets.PreferencesEditor
     this.Name = "MonoReports.Gui.Widgets.PreferencesEditor";
     this.Title = global::Mono.Unix.Catalog.GetString ("Settings");
     this.WindowPosition = ((global::Gtk.WindowPosition)(4));
     // Internal child MonoReports.Gui.Widgets.PreferencesEditor.VBox
     global::Gtk.VBox w1 = this.VBox;
     w1.Name = "dialog1_VBox";
     w1.BorderWidth = ((uint)(2));
     // Container child dialog1_VBox.Gtk.Box+BoxChild
     this.mainNotebook = new global::Gtk.Notebook ();
     this.mainNotebook.CanFocus = true;
     this.mainNotebook.Name = "mainNotebook";
     this.mainNotebook.CurrentPage = 1;
     // Container child mainNotebook.Gtk.Notebook+NotebookChild
     this.vbox5 = new global::Gtk.VBox ();
     this.vbox5.Name = "vbox5";
     this.vbox5.Spacing = 6;
     // Container child vbox5.Gtk.Box+BoxChild
     this.label6 = new global::Gtk.Label ();
     this.label6.Name = "label6";
     this.label6.Xalign = 0F;
     this.label6.LabelProp = global::Mono.Unix.Catalog.GetString ("Page Margin");
     this.vbox5.Add (this.label6);
     global::Gtk.Box.BoxChild w2 = ((global::Gtk.Box.BoxChild)(this.vbox5 [this.label6]));
     w2.Position = 0;
     w2.Expand = false;
     w2.Fill = false;
     // Container child vbox5.Gtk.Box+BoxChild
     this.table4 = new global::Gtk.Table (((uint)(4)), ((uint)(2)), false);
     this.table4.Name = "table4";
     this.table4.RowSpacing = ((uint)(6));
     this.table4.ColumnSpacing = ((uint)(6));
     // Container child table4.Gtk.Table+TableChild
     this.bottomMarginEntry = new global::Gtk.Entry ();
     this.bottomMarginEntry.CanFocus = true;
     this.bottomMarginEntry.Name = "bottomMarginEntry";
     this.bottomMarginEntry.IsEditable = true;
     this.bottomMarginEntry.InvisibleChar = '•';
     this.table4.Add (this.bottomMarginEntry);
     global::Gtk.Table.TableChild w3 = ((global::Gtk.Table.TableChild)(this.table4 [this.bottomMarginEntry]));
     w3.TopAttach = ((uint)(3));
     w3.BottomAttach = ((uint)(4));
     w3.LeftAttach = ((uint)(1));
     w3.RightAttach = ((uint)(2));
     w3.YOptions = ((global::Gtk.AttachOptions)(4));
     // Container child table4.Gtk.Table+TableChild
     this.label10 = new global::Gtk.Label ();
     this.label10.Name = "label10";
     this.label10.Xalign = 1F;
     this.label10.LabelProp = global::Mono.Unix.Catalog.GetString ("Left");
     this.table4.Add (this.label10);
     global::Gtk.Table.TableChild w4 = ((global::Gtk.Table.TableChild)(this.table4 [this.label10]));
     w4.XOptions = ((global::Gtk.AttachOptions)(4));
     w4.YOptions = ((global::Gtk.AttachOptions)(4));
     // Container child table4.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 ("Top");
     this.table4.Add (this.label7);
     global::Gtk.Table.TableChild w5 = ((global::Gtk.Table.TableChild)(this.table4 [this.label7]));
     w5.TopAttach = ((uint)(1));
     w5.BottomAttach = ((uint)(2));
     w5.XOptions = ((global::Gtk.AttachOptions)(4));
     w5.YOptions = ((global::Gtk.AttachOptions)(4));
     // Container child table4.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 ("Right");
     this.table4.Add (this.label8);
     global::Gtk.Table.TableChild w6 = ((global::Gtk.Table.TableChild)(this.table4 [this.label8]));
     w6.TopAttach = ((uint)(2));
     w6.BottomAttach = ((uint)(3));
     w6.XOptions = ((global::Gtk.AttachOptions)(4));
     w6.YOptions = ((global::Gtk.AttachOptions)(4));
     // Container child table4.Gtk.Table+TableChild
     this.label9 = new global::Gtk.Label ();
     this.label9.Name = "label9";
     this.label9.Xalign = 1F;
     this.label9.LabelProp = global::Mono.Unix.Catalog.GetString ("Bottom");
     this.table4.Add (this.label9);
     global::Gtk.Table.TableChild w7 = ((global::Gtk.Table.TableChild)(this.table4 [this.label9]));
     w7.TopAttach = ((uint)(3));
     w7.BottomAttach = ((uint)(4));
     w7.XOptions = ((global::Gtk.AttachOptions)(4));
     w7.YOptions = ((global::Gtk.AttachOptions)(4));
     // Container child table4.Gtk.Table+TableChild
     this.leftMarginEntry = new global::Gtk.Entry ();
     this.leftMarginEntry.CanFocus = true;
     this.leftMarginEntry.Name = "leftMarginEntry";
     this.leftMarginEntry.IsEditable = true;
     this.leftMarginEntry.InvisibleChar = '•';
     this.table4.Add (this.leftMarginEntry);
     global::Gtk.Table.TableChild w8 = ((global::Gtk.Table.TableChild)(this.table4 [this.leftMarginEntry]));
     w8.LeftAttach = ((uint)(1));
     w8.RightAttach = ((uint)(2));
     w8.YOptions = ((global::Gtk.AttachOptions)(4));
     // Container child table4.Gtk.Table+TableChild
     this.rightMarginEntry = new global::Gtk.Entry ();
     this.rightMarginEntry.CanFocus = true;
     this.rightMarginEntry.Name = "rightMarginEntry";
     this.rightMarginEntry.IsEditable = true;
     this.rightMarginEntry.InvisibleChar = '•';
     this.table4.Add (this.rightMarginEntry);
     global::Gtk.Table.TableChild w9 = ((global::Gtk.Table.TableChild)(this.table4 [this.rightMarginEntry]));
     w9.TopAttach = ((uint)(2));
     w9.BottomAttach = ((uint)(3));
     w9.LeftAttach = ((uint)(1));
     w9.RightAttach = ((uint)(2));
     w9.YOptions = ((global::Gtk.AttachOptions)(4));
     // Container child table4.Gtk.Table+TableChild
     this.topMarginEntry = new global::Gtk.Entry ();
     this.topMarginEntry.CanFocus = true;
     this.topMarginEntry.Name = "topMarginEntry";
     this.topMarginEntry.IsEditable = true;
     this.topMarginEntry.InvisibleChar = '•';
     this.table4.Add (this.topMarginEntry);
     global::Gtk.Table.TableChild w10 = ((global::Gtk.Table.TableChild)(this.table4 [this.topMarginEntry]));
     w10.TopAttach = ((uint)(1));
     w10.BottomAttach = ((uint)(2));
     w10.LeftAttach = ((uint)(1));
     w10.RightAttach = ((uint)(2));
     w10.YOptions = ((global::Gtk.AttachOptions)(4));
     this.vbox5.Add (this.table4);
     global::Gtk.Box.BoxChild w11 = ((global::Gtk.Box.BoxChild)(this.vbox5 [this.table4]));
     w11.Position = 1;
     w11.Expand = false;
     w11.Fill = false;
     this.mainNotebook.Add (this.vbox5);
     // Notebook tab
     this.label1 = new global::Gtk.Label ();
     this.label1.Name = "label1";
     this.label1.LabelProp = global::Mono.Unix.Catalog.GetString ("Page Settings");
     this.mainNotebook.SetTabLabel (this.vbox5, this.label1);
     this.label1.ShowAll ();
     // Container child mainNotebook.Gtk.Notebook+NotebookChild
     this.vbox4 = new global::Gtk.VBox ();
     this.vbox4.Name = "vbox4";
     this.vbox4.Spacing = 6;
     // Container child vbox4.Gtk.Box+BoxChild
     this.label4 = new global::Gtk.Label ();
     this.label4.Name = "label4";
     this.label4.Xalign = 0F;
     this.label4.LabelProp = global::Mono.Unix.Catalog.GetString ("References:");
     this.vbox4.Add (this.label4);
     global::Gtk.Box.BoxChild w13 = ((global::Gtk.Box.BoxChild)(this.vbox4 [this.label4]));
     w13.Position = 0;
     w13.Expand = false;
     w13.Fill = false;
     // Container child vbox4.Gtk.Box+BoxChild
     this.hbox1 = new global::Gtk.HBox ();
     this.hbox1.Name = "hbox1";
     this.hbox1.Spacing = 6;
     // Container child hbox1.Gtk.Box+BoxChild
     this.removeReferenceButton = new global::Gtk.Button ();
     this.removeReferenceButton.CanFocus = true;
     this.removeReferenceButton.Name = "removeReferenceButton";
     this.removeReferenceButton.UseStock = true;
     this.removeReferenceButton.UseUnderline = true;
     this.removeReferenceButton.Label = "gtk-remove";
     this.hbox1.Add (this.removeReferenceButton);
     global::Gtk.Box.BoxChild w14 = ((global::Gtk.Box.BoxChild)(this.hbox1 [this.removeReferenceButton]));
     w14.Position = 0;
     w14.Expand = false;
     w14.Fill = false;
     // Container child hbox1.Gtk.Box+BoxChild
     this.addReferenceFilechooserbutton = new global::Gtk.FileChooserButton (global::Mono.Unix.Catalog.GetString ("Select File"), ((global::Gtk.FileChooserAction)(0)));
     this.addReferenceFilechooserbutton.Name = "addReferenceFilechooserbutton";
     this.addReferenceFilechooserbutton.ShowHidden = true;
     this.hbox1.Add (this.addReferenceFilechooserbutton);
     global::Gtk.Box.BoxChild w15 = ((global::Gtk.Box.BoxChild)(this.hbox1 [this.addReferenceFilechooserbutton]));
     w15.Position = 1;
     this.vbox4.Add (this.hbox1);
     global::Gtk.Box.BoxChild w16 = ((global::Gtk.Box.BoxChild)(this.vbox4 [this.hbox1]));
     w16.Position = 1;
     w16.Expand = false;
     w16.Fill = false;
     // Container child vbox4.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.referencesNodeView = new global::Gtk.NodeView ();
     this.referencesNodeView.CanFocus = true;
     this.referencesNodeView.Events = ((global::Gdk.EventMask)(256));
     this.referencesNodeView.Name = "referencesNodeView";
     this.GtkScrolledWindow.Add (this.referencesNodeView);
     this.vbox4.Add (this.GtkScrolledWindow);
     global::Gtk.Box.BoxChild w18 = ((global::Gtk.Box.BoxChild)(this.vbox4 [this.GtkScrolledWindow]));
     w18.Position = 2;
     // Container child vbox4.Gtk.Box+BoxChild
     this.label5 = new global::Gtk.Label ();
     this.label5.Name = "label5";
     this.label5.Xalign = 0F;
     this.label5.LabelProp = global::Mono.Unix.Catalog.GetString ("Usings:");
     this.vbox4.Add (this.label5);
     global::Gtk.Box.BoxChild w19 = ((global::Gtk.Box.BoxChild)(this.vbox4 [this.label5]));
     w19.Position = 3;
     w19.Expand = false;
     w19.Fill = false;
     // Container child vbox4.Gtk.Box+BoxChild
     this.hbox4 = new global::Gtk.HBox ();
     this.hbox4.Name = "hbox4";
     this.hbox4.Spacing = 6;
     // Container child hbox4.Gtk.Box+BoxChild
     this.removeUsingButton = new global::Gtk.Button ();
     this.removeUsingButton.CanFocus = true;
     this.removeUsingButton.Name = "removeUsingButton";
     this.removeUsingButton.UseStock = true;
     this.removeUsingButton.UseUnderline = true;
     this.removeUsingButton.Label = "gtk-remove";
     this.hbox4.Add (this.removeUsingButton);
     global::Gtk.Box.BoxChild w20 = ((global::Gtk.Box.BoxChild)(this.hbox4 [this.removeUsingButton]));
     w20.Position = 0;
     w20.Expand = false;
     w20.Fill = false;
     // Container child hbox4.Gtk.Box+BoxChild
     this.addUsingButton = new global::Gtk.Button ();
     this.addUsingButton.CanFocus = true;
     this.addUsingButton.Name = "addUsingButton";
     this.addUsingButton.UseStock = true;
     this.addUsingButton.UseUnderline = true;
     this.addUsingButton.Label = "gtk-add";
     this.hbox4.Add (this.addUsingButton);
     global::Gtk.Box.BoxChild w21 = ((global::Gtk.Box.BoxChild)(this.hbox4 [this.addUsingButton]));
     w21.Position = 1;
     w21.Expand = false;
     w21.Fill = false;
     // Container child hbox4.Gtk.Box+BoxChild
     this.usingEntry = new global::Gtk.Entry ();
     this.usingEntry.CanFocus = true;
     this.usingEntry.Name = "usingEntry";
     this.usingEntry.IsEditable = true;
     this.usingEntry.InvisibleChar = '•';
     this.hbox4.Add (this.usingEntry);
     global::Gtk.Box.BoxChild w22 = ((global::Gtk.Box.BoxChild)(this.hbox4 [this.usingEntry]));
     w22.Position = 2;
     this.vbox4.Add (this.hbox4);
     global::Gtk.Box.BoxChild w23 = ((global::Gtk.Box.BoxChild)(this.vbox4 [this.hbox4]));
     w23.Position = 4;
     w23.Expand = false;
     w23.Fill = false;
     // Container child vbox4.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.usingsNodeview = new global::Gtk.NodeView ();
     this.usingsNodeview.CanFocus = true;
     this.usingsNodeview.Events = ((global::Gdk.EventMask)(256));
     this.usingsNodeview.Name = "usingsNodeview";
     this.GtkScrolledWindow1.Add (this.usingsNodeview);
     this.vbox4.Add (this.GtkScrolledWindow1);
     global::Gtk.Box.BoxChild w25 = ((global::Gtk.Box.BoxChild)(this.vbox4 [this.GtkScrolledWindow1]));
     w25.Position = 5;
     // Container child vbox4.Gtk.Box+BoxChild
     this.hbox2 = new global::Gtk.HBox ();
     this.hbox2.Name = "hbox2";
     this.hbox2.Spacing = 6;
     // Container child hbox2.Gtk.Box+BoxChild
     this.label11 = new global::Gtk.Label ();
     this.label11.Name = "label11";
     this.label11.LabelProp = global::Mono.Unix.Catalog.GetString ("Alternative Refereces path");
     this.hbox2.Add (this.label11);
     global::Gtk.Box.BoxChild w26 = ((global::Gtk.Box.BoxChild)(this.hbox2 [this.label11]));
     w26.Position = 0;
     w26.Expand = false;
     w26.Fill = false;
     // Container child hbox2.Gtk.Box+BoxChild
     this.alternativeRefEntry = new global::Gtk.Entry ();
     this.alternativeRefEntry.TooltipMarkup = "This is alternative path for datascript  assemblies to be searched.";
     this.alternativeRefEntry.CanFocus = true;
     this.alternativeRefEntry.Name = "alternativeRefEntry";
     this.alternativeRefEntry.IsEditable = true;
     this.alternativeRefEntry.InvisibleChar = '•';
     this.hbox2.Add (this.alternativeRefEntry);
     global::Gtk.Box.BoxChild w27 = ((global::Gtk.Box.BoxChild)(this.hbox2 [this.alternativeRefEntry]));
     w27.Position = 1;
     this.vbox4.Add (this.hbox2);
     global::Gtk.Box.BoxChild w28 = ((global::Gtk.Box.BoxChild)(this.vbox4 [this.hbox2]));
     w28.Position = 6;
     w28.Expand = false;
     w28.Fill = false;
     this.mainNotebook.Add (this.vbox4);
     global::Gtk.Notebook.NotebookChild w29 = ((global::Gtk.Notebook.NotebookChild)(this.mainNotebook [this.vbox4]));
     w29.Position = 1;
     // Notebook tab
     this.label2 = new global::Gtk.Label ();
     this.label2.Name = "label2";
     this.label2.LabelProp = global::Mono.Unix.Catalog.GetString ("Script Settings");
     this.mainNotebook.SetTabLabel (this.vbox4, this.label2);
     this.label2.ShowAll ();
     // Container child mainNotebook.Gtk.Notebook+NotebookChild
     this.generalSettingsPropertygrid = new global::PropertyGrid.PropertyGrid ();
     this.generalSettingsPropertygrid.Name = "generalSettingsPropertygrid";
     this.generalSettingsPropertygrid.ShowToolbar = false;
     this.generalSettingsPropertygrid.ShowHelp = false;
     this.mainNotebook.Add (this.generalSettingsPropertygrid);
     global::Gtk.Notebook.NotebookChild w30 = ((global::Gtk.Notebook.NotebookChild)(this.mainNotebook [this.generalSettingsPropertygrid]));
     w30.Position = 2;
     // Notebook tab
     this.label3 = new global::Gtk.Label ();
     this.label3.Name = "label3";
     this.label3.LabelProp = global::Mono.Unix.Catalog.GetString ("Debug");
     this.mainNotebook.SetTabLabel (this.generalSettingsPropertygrid, this.label3);
     this.label3.ShowAll ();
     w1.Add (this.mainNotebook);
     global::Gtk.Box.BoxChild w31 = ((global::Gtk.Box.BoxChild)(w1 [this.mainNotebook]));
     w31.Position = 0;
     // Internal child MonoReports.Gui.Widgets.PreferencesEditor.ActionArea
     global::Gtk.HButtonBox w32 = this.ActionArea;
     w32.Name = "dialog1_ActionArea";
     w32.Spacing = 10;
     w32.BorderWidth = ((uint)(5));
     w32.LayoutStyle = ((global::Gtk.ButtonBoxStyle)(4));
     // Container child dialog1_ActionArea.Gtk.ButtonBox+ButtonBoxChild
     this.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 w33 = ((global::Gtk.ButtonBox.ButtonBoxChild)(w32 [this.buttonOk]));
     w33.Expand = false;
     w33.Fill = false;
     if ((this.Child != null)) {
         this.Child.ShowAll ();
     }
     this.DefaultWidth = 633;
     this.DefaultHeight = 612;
     this.Show ();
     this.topMarginEntry.Changed += new global::System.EventHandler (this.OnTopMarginEntryChanged);
     this.rightMarginEntry.Changed += new global::System.EventHandler (this.OnRightMarginEntryChanged);
     this.leftMarginEntry.Changed += new global::System.EventHandler (this.OnLeftMarginEntryChanged);
     this.bottomMarginEntry.Changed += new global::System.EventHandler (this.OnBottomMarginEntryChanged);
     this.removeReferenceButton.Clicked += new global::System.EventHandler (this.OnRemoveReferenceButtonClicked);
     this.addReferenceFilechooserbutton.SelectionChanged += new global::System.EventHandler (this.OnAddReferenceFilechooserbuttonSelectionChanged);
     this.referencesNodeView.ButtonPressEvent += new global::Gtk.ButtonPressEventHandler (this.OnReferencesNodeViewButtonPressEvent);
     this.removeUsingButton.Clicked += new global::System.EventHandler (this.OnRemoveUsingButtonClicked);
     this.addUsingButton.Clicked += new global::System.EventHandler (this.OnAddUsingButtonClicked);
     this.usingEntry.Changed += new global::System.EventHandler (this.OnUsingEntryChanged);
     this.usingsNodeview.ButtonPressEvent += new global::Gtk.ButtonPressEventHandler (this.OnUsingsNodeviewButtonPressEvent);
     this.alternativeRefEntry.Changed += new global::System.EventHandler (this.OnAlternativeRefEntryChanged);
 }
 protected virtual void Build()
 {
     global::Stetic.Gui.Initialize (this);
     // Widget MonoReports.Gui.Widgets.ReportSettingsEditor
     this.Name = "MonoReports.Gui.Widgets.ReportSettingsEditor";
     this.Title = global::Mono.Unix.Catalog.GetString ("Report Settings");
     this.WindowPosition = ((global::Gtk.WindowPosition)(4));
     // Internal child MonoReports.Gui.Widgets.ReportSettingsEditor.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.reportPropertygrid = new global::PropertyGrid.PropertyGrid ();
     this.reportPropertygrid.Name = "reportPropertygrid";
     this.reportPropertygrid.ShowToolbar = false;
     this.reportPropertygrid.ShowHelp = false;
     this.vbox2.Add (this.reportPropertygrid);
     global::Gtk.Box.BoxChild w2 = ((global::Gtk.Box.BoxChild)(this.vbox2 [this.reportPropertygrid]));
     w2.Position = 0;
     w1.Add (this.vbox2);
     global::Gtk.Box.BoxChild w3 = ((global::Gtk.Box.BoxChild)(w1 [this.vbox2]));
     w3.Position = 0;
     // Internal child MonoReports.Gui.Widgets.ReportSettingsEditor.ActionArea
     global::Gtk.HButtonBox w4 = this.ActionArea;
     w4.Name = "dialog1_ActionArea";
     w4.Spacing = 10;
     w4.BorderWidth = ((uint)(5));
     w4.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 w5 = ((global::Gtk.ButtonBox.ButtonBoxChild)(w4 [this.buttonCancel]));
     w5.Expand = false;
     w5.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 w6 = ((global::Gtk.ButtonBox.ButtonBoxChild)(w4 [this.buttonOk]));
     w6.Position = 1;
     w6.Expand = false;
     w6.Fill = false;
     if ((this.Child != null)) {
         this.Child.ShowAll ();
     }
     this.DefaultWidth = 400;
     this.DefaultHeight = 300;
     this.Show ();
 }
Example #5
0
 protected virtual void Build()
 {
     global::Stetic.Gui.Initialize(this);
     // Widget MonoReports.Gui.Widgets.ReportSettingsEditor
     this.Name           = "MonoReports.Gui.Widgets.ReportSettingsEditor";
     this.Title          = global::Mono.Unix.Catalog.GetString("Report Settings");
     this.WindowPosition = ((global::Gtk.WindowPosition)(4));
     // Internal child MonoReports.Gui.Widgets.ReportSettingsEditor.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.reportPropertygrid             = new global::PropertyGrid.PropertyGrid();
     this.reportPropertygrid.Name        = "reportPropertygrid";
     this.reportPropertygrid.ShowToolbar = false;
     this.reportPropertygrid.ShowHelp    = false;
     this.vbox2.Add(this.reportPropertygrid);
     global::Gtk.Box.BoxChild w2 = ((global::Gtk.Box.BoxChild)(this.vbox2 [this.reportPropertygrid]));
     w2.Position = 0;
     w1.Add(this.vbox2);
     global::Gtk.Box.BoxChild w3 = ((global::Gtk.Box.BoxChild)(w1 [this.vbox2]));
     w3.Position = 0;
     // Internal child MonoReports.Gui.Widgets.ReportSettingsEditor.ActionArea
     global::Gtk.HButtonBox w4 = this.ActionArea;
     w4.Name        = "dialog1_ActionArea";
     w4.Spacing     = 10;
     w4.BorderWidth = ((uint)(5));
     w4.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 w5 = ((global::Gtk.ButtonBox.ButtonBoxChild)(w4 [this.buttonCancel]));
     w5.Expand = false;
     w5.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 w6 = ((global::Gtk.ButtonBox.ButtonBoxChild)(w4 [this.buttonOk]));
     w6.Position = 1;
     w6.Expand   = false;
     w6.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 MonoReports.Gui.Widgets.MonoreportsDesignerControl
     Stetic.BinContainer w1 = global::Stetic.BinContainer.Attach (this);
     this.UIManager = new global::Gtk.UIManager ();
     global::Gtk.ActionGroup w2 = new global::Gtk.ActionGroup ("Default");
     this.UIManager.InsertActionGroup (w2, 0);
     this.Name = "MonoReports.Gui.Widgets.MonoreportsDesignerControl";
     // Container child MonoReports.Gui.Widgets.MonoreportsDesignerControl.Gtk.Container+ContainerChild
     this.mainVbox = new global::Gtk.VBox ();
     this.mainVbox.Name = "mainVbox";
     this.mainVbox.Spacing = -1;
     // Container child mainVbox.Gtk.Box+BoxChild
     this.UIManager.AddUiFromString ("<ui><toolbar name='mainToolbar'/></ui>");
     this.mainToolbar = ((global::Gtk.Toolbar)(this.UIManager.GetWidget ("/mainToolbar")));
     this.mainToolbar.Name = "mainToolbar";
     this.mainToolbar.ShowArrow = false;
     this.mainToolbar.IconSize = ((global::Gtk.IconSize)(1));
     this.mainVbox.Add (this.mainToolbar);
     global::Gtk.Box.BoxChild w3 = ((global::Gtk.Box.BoxChild)(this.mainVbox [this.mainToolbar]));
     w3.Position = 0;
     w3.Expand = false;
     w3.Fill = false;
     // Container child mainVbox.Gtk.Box+BoxChild
     this.contentHbox = new global::Gtk.HBox ();
     this.contentHbox.Name = "contentHbox";
     this.contentHbox.Spacing = 6;
     // Container child contentHbox.Gtk.Box+BoxChild
     this.mainHPaned = new global::Gtk.HPaned ();
     this.mainHPaned.CanFocus = true;
     this.mainHPaned.Name = "mainHPaned";
     this.mainHPaned.Position = 735;
     // Container child mainHPaned.Gtk.Paned+PanedChild
     this.maindesignview1 = new global::MonoReports.Gui.Widgets.MainDesignView ();
     this.maindesignview1.Events = ((global::Gdk.EventMask)(256));
     this.maindesignview1.Name = "maindesignview1";
     this.mainHPaned.Add (this.maindesignview1);
     global::Gtk.Paned.PanedChild w4 = ((global::Gtk.Paned.PanedChild)(this.mainHPaned [this.maindesignview1]));
     w4.Resize = false;
     // Container child mainHPaned.Gtk.Paned+PanedChild
     this.rightVPaned = new global::Gtk.VPaned ();
     this.rightVPaned.CanFocus = true;
     this.rightVPaned.Name = "rightVPaned";
     this.rightVPaned.Position = 291;
     // Container child rightVPaned.Gtk.Paned+PanedChild
     this.reportExplorer = new global::MonoReports.Gui.Widgets.ReportExplorer ();
     this.reportExplorer.Name = "reportExplorer";
     this.rightVPaned.Add (this.reportExplorer);
     global::Gtk.Paned.PanedChild w5 = ((global::Gtk.Paned.PanedChild)(this.rightVPaned [this.reportExplorer]));
     w5.Resize = false;
     // Container child rightVPaned.Gtk.Paned+PanedChild
     this.mainPropertygrid = new global::PropertyGrid.PropertyGrid ();
     this.mainPropertygrid.Name = "mainPropertygrid";
     this.mainPropertygrid.ShowToolbar = false;
     this.mainPropertygrid.ShowHelp = false;
     this.rightVPaned.Add (this.mainPropertygrid);
     this.mainHPaned.Add (this.rightVPaned);
     global::Gtk.Paned.PanedChild w7 = ((global::Gtk.Paned.PanedChild)(this.mainHPaned [this.rightVPaned]));
     w7.Resize = false;
     this.contentHbox.Add (this.mainHPaned);
     global::Gtk.Box.BoxChild w8 = ((global::Gtk.Box.BoxChild)(this.contentHbox [this.mainHPaned]));
     w8.Position = 0;
     this.mainVbox.Add (this.contentHbox);
     global::Gtk.Box.BoxChild w9 = ((global::Gtk.Box.BoxChild)(this.mainVbox [this.contentHbox]));
     w9.Position = 1;
     // Container child mainVbox.Gtk.Box+BoxChild
     this.bottomStatusbar = new global::Gtk.Statusbar ();
     this.bottomStatusbar.Name = "bottomStatusbar";
     this.bottomStatusbar.Spacing = 6;
     // Container child bottomStatusbar.Gtk.Box+BoxChild
     this.StatusBarLabel = new global::Gtk.Label ();
     this.StatusBarLabel.Name = "StatusBarLabel";
     this.bottomStatusbar.Add (this.StatusBarLabel);
     global::Gtk.Box.BoxChild w10 = ((global::Gtk.Box.BoxChild)(this.bottomStatusbar [this.StatusBarLabel]));
     w10.Position = 1;
     w10.Expand = false;
     w10.Fill = false;
     this.mainVbox.Add (this.bottomStatusbar);
     global::Gtk.Box.BoxChild w11 = ((global::Gtk.Box.BoxChild)(this.mainVbox [this.bottomStatusbar]));
     w11.Position = 2;
     w11.Expand = false;
     w11.Fill = false;
     this.Add (this.mainVbox);
     if ((this.Child != null)) {
         this.Child.ShowAll ();
     }
     w1.SetUiManager (UIManager);
     this.Hide ();
     this.mainPropertygrid.Changed += new global::System.EventHandler (this.OnMainPropertygridChanged);
 }