Exemple #1
0
 protected virtual void Build()
 {
     global::Stetic.Gui.Initialize(this);
     // Widget MonoReports.Gui.Widgets.MainDesignView
     Stetic.BinContainer w1 = global::Stetic.BinContainer.Attach(this);
     this.UIManager = new global::Gtk.UIManager();
     global::Gtk.ActionGroup w2 = new global::Gtk.ActionGroup("Default");
     this.executeAction = new global::Gtk.Action("executeAction", null, null, "gtk-execute");
     w2.Add(this.executeAction, null);
     this.UIManager.InsertActionGroup(w2, 0);
     this.Name = "MonoReports.Gui.Widgets.MainDesignView";
     // Container child MonoReports.Gui.Widgets.MainDesignView.Gtk.Container+ContainerChild
     this.mainNotebook             = new global::Gtk.Notebook();
     this.mainNotebook.CanFocus    = true;
     this.mainNotebook.Events      = ((global::Gdk.EventMask)(52992));
     this.mainNotebook.Name        = "mainNotebook";
     this.mainNotebook.CurrentPage = 2;
     // Container child mainNotebook.Gtk.Notebook+NotebookChild
     this.designScrolledWindow            = new global::Gtk.ScrolledWindow();
     this.designScrolledWindow.CanFocus   = true;
     this.designScrolledWindow.Name       = "designScrolledWindow";
     this.designScrolledWindow.ShadowType = ((global::Gtk.ShadowType)(1));
     // Container child designScrolledWindow.Gtk.Container+ContainerChild
     global::Gtk.Viewport w3 = new global::Gtk.Viewport();
     w3.ShadowType = ((global::Gtk.ShadowType)(0));
     // Container child GtkViewport.Gtk.Container+ContainerChild
     this.drawingarea                 = new global::Gtk.DrawingArea();
     this.drawingarea.CanFocus        = true;
     this.drawingarea.Events          = ((global::Gdk.EventMask)(69382));
     this.drawingarea.ExtensionEvents = ((global::Gdk.ExtensionMode)(1));
     this.drawingarea.Name            = "drawingarea";
     w3.Add(this.drawingarea);
     this.designScrolledWindow.Add(w3);
     this.mainNotebook.Add(this.designScrolledWindow);
     // Notebook tab
     this.designTitleLabel           = new global::Gtk.Label();
     this.designTitleLabel.Name      = "designTitleLabel";
     this.designTitleLabel.LabelProp = global::Mono.Unix.Catalog.GetString("desing");
     this.mainNotebook.SetTabLabel(this.designScrolledWindow, this.designTitleLabel);
     this.designTitleLabel.ShowAll();
     // Container child mainNotebook.Gtk.Notebook+NotebookChild
     this.previewVbox         = new global::Gtk.VBox();
     this.previewVbox.Name    = "previewVbox";
     this.previewVbox.Spacing = 6;
     // Container child previewVbox.Gtk.Box+BoxChild
     this.previewScrolledWindow            = new global::Gtk.ScrolledWindow();
     this.previewScrolledWindow.CanFocus   = true;
     this.previewScrolledWindow.Name       = "previewScrolledWindow";
     this.previewScrolledWindow.ShadowType = ((global::Gtk.ShadowType)(1));
     // Container child previewScrolledWindow.Gtk.Container+ContainerChild
     global::Gtk.Viewport w7 = new global::Gtk.Viewport();
     w7.ShadowType = ((global::Gtk.ShadowType)(0));
     // Container child GtkViewport1.Gtk.Container+ContainerChild
     this.previewDrawingArea        = new global::Gtk.DrawingArea();
     this.previewDrawingArea.Events = ((global::Gdk.EventMask)(774));
     this.previewDrawingArea.Name   = "previewDrawingArea";
     w7.Add(this.previewDrawingArea);
     this.previewScrolledWindow.Add(w7);
     this.previewVbox.Add(this.previewScrolledWindow);
     global::Gtk.Box.BoxChild w10 = ((global::Gtk.Box.BoxChild)(this.previewVbox [this.previewScrolledWindow]));
     w10.Position = 0;
     // Container child previewVbox.Gtk.Box+BoxChild
     this.UIManager.AddUiFromString("<ui><toolbar name=\'previewToolbar\'/></ui>");
     this.previewToolbar           = ((global::Gtk.Toolbar)(this.UIManager.GetWidget("/previewToolbar")));
     this.previewToolbar.Name      = "previewToolbar";
     this.previewToolbar.ShowArrow = false;
     this.previewVbox.Add(this.previewToolbar);
     global::Gtk.Box.BoxChild w11 = ((global::Gtk.Box.BoxChild)(this.previewVbox [this.previewToolbar]));
     w11.Position = 1;
     w11.Expand   = false;
     w11.Fill     = false;
     this.mainNotebook.Add(this.previewVbox);
     global::Gtk.Notebook.NotebookChild w12 = ((global::Gtk.Notebook.NotebookChild)(this.mainNotebook [this.previewVbox]));
     w12.Position = 1;
     // Notebook tab
     this.previewTitleLabel           = new global::Gtk.Label();
     this.previewTitleLabel.Name      = "previewTitleLabel";
     this.previewTitleLabel.LabelProp = global::Mono.Unix.Catalog.GetString("preview");
     this.mainNotebook.SetTabLabel(this.previewVbox, this.previewTitleLabel);
     this.previewTitleLabel.ShowAll();
     // Container child mainNotebook.Gtk.Notebook+NotebookChild
     this.vbox2         = new global::Gtk.VBox();
     this.vbox2.Name    = "vbox2";
     this.vbox2.Spacing = 6;
     // Container child vbox2.Gtk.Box+BoxChild
     this.vpaned1          = new global::Gtk.VPaned();
     this.vpaned1.CanFocus = true;
     this.vpaned1.Name     = "vpaned1";
     this.vpaned1.Position = 399;
     // Container child vpaned1.Gtk.Paned+PanedChild
     this.GtkScrolledWindow            = new global::Gtk.ScrolledWindow();
     this.GtkScrolledWindow.Name       = "GtkScrolledWindow";
     this.GtkScrolledWindow.ShadowType = ((global::Gtk.ShadowType)(1));
     // Container child GtkScrolledWindow.Gtk.Container+ContainerChild
     this.codeTextview          = new global::Gtk.TextView();
     this.codeTextview.CanFocus = true;
     this.codeTextview.Name     = "codeTextview";
     this.GtkScrolledWindow.Add(this.codeTextview);
     this.vpaned1.Add(this.GtkScrolledWindow);
     global::Gtk.Paned.PanedChild w14 = ((global::Gtk.Paned.PanedChild)(this.vpaned1 [this.GtkScrolledWindow]));
     w14.Resize = false;
     // Container child vpaned1.Gtk.Paned+PanedChild
     this.GtkScrolledWindow1            = new global::Gtk.ScrolledWindow();
     this.GtkScrolledWindow1.Name       = "GtkScrolledWindow1";
     this.GtkScrolledWindow1.ShadowType = ((global::Gtk.ShadowType)(1));
     // Container child GtkScrolledWindow1.Gtk.Container+ContainerChild
     this.outputTextview          = new global::Gtk.TextView();
     this.outputTextview.CanFocus = true;
     this.outputTextview.Name     = "outputTextview";
     this.GtkScrolledWindow1.Add(this.outputTextview);
     this.vpaned1.Add(this.GtkScrolledWindow1);
     this.vbox2.Add(this.vpaned1);
     global::Gtk.Box.BoxChild w17 = ((global::Gtk.Box.BoxChild)(this.vbox2 [this.vpaned1]));
     w17.Position = 0;
     // Container child vbox2.Gtk.Box+BoxChild
     this.UIManager.AddUiFromString("<ui><toolbar name=\'toolbar1\'><toolitem name=\'executeAction\' action=\'executeAction" +
                                    "\'/></toolbar></ui>");
     this.toolbar1           = ((global::Gtk.Toolbar)(this.UIManager.GetWidget("/toolbar1")));
     this.toolbar1.Name      = "toolbar1";
     this.toolbar1.ShowArrow = false;
     this.vbox2.Add(this.toolbar1);
     global::Gtk.Box.BoxChild w18 = ((global::Gtk.Box.BoxChild)(this.vbox2 [this.toolbar1]));
     w18.Position = 1;
     w18.Expand   = false;
     w18.Fill     = false;
     this.mainNotebook.Add(this.vbox2);
     global::Gtk.Notebook.NotebookChild w19 = ((global::Gtk.Notebook.NotebookChild)(this.mainNotebook [this.vbox2]));
     w19.Position = 2;
     // Notebook tab
     this.datasourceLabel           = new global::Gtk.Label();
     this.datasourceLabel.Name      = "datasourceLabel";
     this.datasourceLabel.LabelProp = global::Mono.Unix.Catalog.GetString("datasource");
     this.mainNotebook.SetTabLabel(this.vbox2, this.datasourceLabel);
     this.datasourceLabel.ShowAll();
     this.Add(this.mainNotebook);
     if ((this.Child != null))
     {
         this.Child.ShowAll();
     }
     w1.SetUiManager(UIManager);
     this.Hide();
     this.executeAction.Activated               += new global::System.EventHandler(this.OnExecuteActionActivated);
     this.mainNotebook.SwitchPage               += new global::Gtk.SwitchPageHandler(this.OnMainNotebookSwitchPage);
     this.drawingarea.ButtonPressEvent          += new global::Gtk.ButtonPressEventHandler(this.OnDrawingareaButtonPressEvent);
     this.drawingarea.ButtonReleaseEvent        += new global::Gtk.ButtonReleaseEventHandler(this.OnDrawingareaButtonReleaseEvent);
     this.drawingarea.MotionNotifyEvent         += new global::Gtk.MotionNotifyEventHandler(this.OnDrawingareaMotionNotifyEvent);
     this.drawingarea.ExposeEvent               += new global::Gtk.ExposeEventHandler(this.OnDrawingareaExposeEvent);
     this.drawingarea.KeyPressEvent             += new global::Gtk.KeyPressEventHandler(this.OnDrawingareaKeyPressEvent);
     this.drawingarea.KeyReleaseEvent           += new global::Gtk.KeyReleaseEventHandler(this.OnDrawingareaKeyReleaseEvent);
     this.previewDrawingArea.ExposeEvent        += new global::Gtk.ExposeEventHandler(this.OnPreviewDrawingareaExposeEvent);
     this.previewDrawingArea.ButtonPressEvent   += new global::Gtk.ButtonPressEventHandler(this.OnDrawingareaButtonPressEvent);
     this.previewDrawingArea.ButtonReleaseEvent += new global::Gtk.ButtonReleaseEventHandler(this.OnDrawingareaButtonReleaseEvent);
     this.previewDrawingArea.MotionNotifyEvent  += new global::Gtk.MotionNotifyEventHandler(this.OnDrawingareaMotionNotifyEvent);
 }
 protected virtual void Build()
 {
     global::Stetic.Gui.Initialize(this);
     // Widget MonoDevelop.VersionControl.Views.LogWidget
     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 = "MonoDevelop.VersionControl.Views.LogWidget";
     // Container child MonoDevelop.VersionControl.Views.LogWidget.Gtk.Container+ContainerChild
     this.vbox1         = new global::Gtk.VBox();
     this.vbox1.Name    = "vbox1";
     this.vbox1.Spacing = 6;
     // Container child vbox1.Gtk.Box+BoxChild
     this.vpaned1          = new global::Gtk.VPaned();
     this.vpaned1.CanFocus = true;
     this.vpaned1.Name     = "vpaned1";
     this.vpaned1.Position = 204;
     // Container child vpaned1.Gtk.Paned+PanedChild
     this.hpaned1          = new global::Gtk.HPaned();
     this.hpaned1.CanFocus = true;
     this.hpaned1.Name     = "hpaned1";
     this.hpaned1.Position = 236;
     // Container child hpaned1.Gtk.Paned+PanedChild
     this.vbox4         = new global::Gtk.VBox();
     this.vbox4.Name    = "vbox4";
     this.vbox4.Spacing = 6;
     // Container child vbox4.Gtk.Box+BoxChild
     this.scrolledLoading          = new global::Gtk.ScrolledWindow();
     this.scrolledLoading.CanFocus = true;
     this.scrolledLoading.Name     = "scrolledLoading";
     // Container child scrolledLoading.Gtk.Container+ContainerChild
     global::Gtk.Viewport w3 = new global::Gtk.Viewport();
     w3.ShadowType = ((global::Gtk.ShadowType)(0));
     // Container child GtkViewport1.Gtk.Container+ContainerChild
     this.label3           = new global::Gtk.Label();
     this.label3.Name      = "label3";
     this.label3.LabelProp = global::Mono.Unix.Catalog.GetString("Loading...");
     w3.Add(this.label3);
     this.scrolledLoading.Add(w3);
     this.vbox4.Add(this.scrolledLoading);
     global::Gtk.Box.BoxChild w6 = ((global::Gtk.Box.BoxChild)(this.vbox4 [this.scrolledLoading]));
     w6.Position = 0;
     // Container child vbox4.Gtk.Box+BoxChild
     this.scrolledLog      = new global::Gtk.ScrolledWindow();
     this.scrolledLog.Name = "scrolledLog";
     // Container child scrolledLog.Gtk.Container+ContainerChild
     this.treeviewLog          = new global::Gtk.TreeView();
     this.treeviewLog.CanFocus = true;
     this.treeviewLog.Name     = "treeviewLog";
     this.scrolledLog.Add(this.treeviewLog);
     this.vbox4.Add(this.scrolledLog);
     global::Gtk.Box.BoxChild w8 = ((global::Gtk.Box.BoxChild)(this.vbox4 [this.scrolledLog]));
     w8.Position = 1;
     this.hpaned1.Add(this.vbox4);
     global::Gtk.Paned.PanedChild w9 = ((global::Gtk.Paned.PanedChild)(this.hpaned1 [this.vbox4]));
     w9.Resize = false;
     // Container child hpaned1.Gtk.Paned+PanedChild
     this.vbox2      = new global::Gtk.VBox();
     this.vbox2.Name = "vbox2";
     // Container child vbox2.Gtk.Box+BoxChild
     this.commitBox      = new global::Gtk.EventBox();
     this.commitBox.Name = "commitBox";
     // Container child commitBox.Gtk.Container+ContainerChild
     this.hbox1             = new global::Gtk.HBox();
     this.hbox1.Name        = "hbox1";
     this.hbox1.Spacing     = 6;
     this.hbox1.BorderWidth = ((uint)(8));
     // Container child hbox1.Gtk.Box+BoxChild
     this.imageUser = new global::Gtk.Image();
     this.imageUser.WidthRequest  = 32;
     this.imageUser.HeightRequest = 32;
     this.imageUser.Name          = "imageUser";
     this.hbox1.Add(this.imageUser);
     global::Gtk.Box.BoxChild w10 = ((global::Gtk.Box.BoxChild)(this.hbox1 [this.imageUser]));
     w10.Position = 0;
     w10.Expand   = false;
     w10.Fill     = false;
     // Container child hbox1.Gtk.Box+BoxChild
     this.vbox5         = new global::Gtk.VBox();
     this.vbox5.Name    = "vbox5";
     this.vbox5.Spacing = 6;
     // Container child vbox5.Gtk.Box+BoxChild
     this.hbox2         = new global::Gtk.HBox();
     this.hbox2.Name    = "hbox2";
     this.hbox2.Spacing = 6;
     // Container child hbox2.Gtk.Box+BoxChild
     this.labelAuthor            = new global::Gtk.Label();
     this.labelAuthor.Name       = "labelAuthor";
     this.labelAuthor.Xalign     = 0F;
     this.labelAuthor.LabelProp  = "Author";
     this.labelAuthor.Selectable = true;
     this.hbox2.Add(this.labelAuthor);
     global::Gtk.Box.BoxChild w11 = ((global::Gtk.Box.BoxChild)(this.hbox2 [this.labelAuthor]));
     w11.Position = 0;
     w11.Expand   = false;
     w11.Fill     = false;
     // Container child hbox2.Gtk.Box+BoxChild
     this.labelRevision            = new global::Gtk.Label();
     this.labelRevision.Name       = "labelRevision";
     this.labelRevision.Xalign     = 1F;
     this.labelRevision.LabelProp  = "Revision";
     this.labelRevision.Selectable = true;
     this.hbox2.Add(this.labelRevision);
     global::Gtk.Box.BoxChild w12 = ((global::Gtk.Box.BoxChild)(this.hbox2 [this.labelRevision]));
     w12.Position = 1;
     this.vbox5.Add(this.hbox2);
     global::Gtk.Box.BoxChild w13 = ((global::Gtk.Box.BoxChild)(this.vbox5 [this.hbox2]));
     w13.Position = 0;
     w13.Expand   = false;
     w13.Fill     = false;
     // Container child vbox5.Gtk.Box+BoxChild
     this.labelDate            = new global::Gtk.Label();
     this.labelDate.Name       = "labelDate";
     this.labelDate.Xalign     = 0F;
     this.labelDate.LabelProp  = "Date";
     this.labelDate.Selectable = true;
     this.vbox5.Add(this.labelDate);
     global::Gtk.Box.BoxChild w14 = ((global::Gtk.Box.BoxChild)(this.vbox5 [this.labelDate]));
     w14.Position = 1;
     w14.Expand   = false;
     w14.Fill     = false;
     this.hbox1.Add(this.vbox5);
     global::Gtk.Box.BoxChild w15 = ((global::Gtk.Box.BoxChild)(this.hbox1 [this.vbox5]));
     w15.Position = 1;
     this.commitBox.Add(this.hbox1);
     this.vbox2.Add(this.commitBox);
     global::Gtk.Box.BoxChild w17 = ((global::Gtk.Box.BoxChild)(this.vbox2 [this.commitBox]));
     w17.Position = 0;
     w17.Expand   = false;
     w17.Fill     = false;
     // Container child vbox2.Gtk.Box+BoxChild
     this.scrolledwindow1          = new global::Gtk.ScrolledWindow();
     this.scrolledwindow1.CanFocus = true;
     this.scrolledwindow1.Name     = "scrolledwindow1";
     // Container child scrolledwindow1.Gtk.Container+ContainerChild
     this.textviewDetails          = new global::Gtk.TextView();
     this.textviewDetails.CanFocus = true;
     this.textviewDetails.Name     = "textviewDetails";
     this.textviewDetails.Editable = false;
     this.scrolledwindow1.Add(this.textviewDetails);
     this.vbox2.Add(this.scrolledwindow1);
     global::Gtk.Box.BoxChild w19 = ((global::Gtk.Box.BoxChild)(this.vbox2 [this.scrolledwindow1]));
     w19.Position = 1;
     this.hpaned1.Add(this.vbox2);
     this.vpaned1.Add(this.hpaned1);
     global::Gtk.Paned.PanedChild w21 = ((global::Gtk.Paned.PanedChild)(this.vpaned1 [this.hpaned1]));
     w21.Resize = false;
     // Container child vpaned1.Gtk.Paned+PanedChild
     this.scrolledwindowFiles          = new global::Gtk.ScrolledWindow();
     this.scrolledwindowFiles.CanFocus = true;
     this.scrolledwindowFiles.Name     = "scrolledwindowFiles";
     this.vpaned1.Add(this.scrolledwindowFiles);
     this.vbox1.Add(this.vpaned1);
     global::Gtk.Box.BoxChild w23 = ((global::Gtk.Box.BoxChild)(this.vbox1 [this.vpaned1]));
     w23.Position = 0;
     this.Add(this.vbox1);
     if ((this.Child != null))
     {
         this.Child.ShowAll();
     }
     w1.SetUiManager(UIManager);
     this.scrolledLoading.Hide();
     this.Show();
     this.labelRevision.ButtonPressEvent += new global::Gtk.ButtonPressEventHandler(this.OnLabelRevisionButtonPressEvent);
 }
 protected virtual void Build()
 {
     global::Stetic.Gui.Initialize(this);
     // Widget Vodovoz.OrganizationDlg
     Stetic.BinContainer w1 = global::Stetic.BinContainer.Attach(this);
     this.UIManager = new global::Gtk.UIManager();
     global::Gtk.ActionGroup w2 = new global::Gtk.ActionGroup("Default");
     this.UIManager.InsertActionGroup(w2, 0);
     this.Name = "Vodovoz.OrganizationDlg";
     // Container child Vodovoz.OrganizationDlg.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.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 w3 = new global::Gtk.Image();
     w3.Pixbuf             = global::Stetic.IconLoader.LoadIcon(this, "gtk-save", global::Gtk.IconSize.Menu);
     this.buttonSave.Image = w3;
     this.hbox1.Add(this.buttonSave);
     global::Gtk.Box.BoxChild w4 = ((global::Gtk.Box.BoxChild)(this.hbox1[this.buttonSave]));
     w4.Position = 0;
     w4.Expand   = false;
     w4.Fill     = false;
     // Container child hbox1.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 w5 = new global::Gtk.Image();
     w5.Pixbuf = global::Stetic.IconLoader.LoadIcon(this, "gtk-revert-to-saved", global::Gtk.IconSize.Menu);
     this.buttonCancel.Image = w5;
     this.hbox1.Add(this.buttonCancel);
     global::Gtk.Box.BoxChild w6 = ((global::Gtk.Box.BoxChild)(this.hbox1[this.buttonCancel]));
     w6.Position = 1;
     w6.Expand   = false;
     w6.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 w7 = ((global::Gtk.Box.BoxChild)(this.hbox1[this.vseparator1]));
     w7.Position = 2;
     w7.Expand   = false;
     w7.Fill     = false;
     // Container child hbox1.Gtk.Box+BoxChild
     this.radioTabInfo               = new global::Gtk.RadioButton(global::Mono.Unix.Catalog.GetString("Основное"));
     this.radioTabInfo.CanFocus      = true;
     this.radioTabInfo.Name          = "radioTabInfo";
     this.radioTabInfo.DrawIndicator = false;
     this.radioTabInfo.UseUnderline  = true;
     this.radioTabInfo.Group         = new global::GLib.SList(global::System.IntPtr.Zero);
     this.hbox1.Add(this.radioTabInfo);
     global::Gtk.Box.BoxChild w8 = ((global::Gtk.Box.BoxChild)(this.hbox1[this.radioTabInfo]));
     w8.Position = 3;
     // Container child hbox1.Gtk.Box+BoxChild
     this.radioTabAccounts               = new global::Gtk.RadioButton(global::Mono.Unix.Catalog.GetString("Счета"));
     this.radioTabAccounts.CanFocus      = true;
     this.radioTabAccounts.Name          = "radioTabAccounts";
     this.radioTabAccounts.DrawIndicator = false;
     this.radioTabAccounts.UseUnderline  = true;
     this.radioTabAccounts.Group         = this.radioTabInfo.Group;
     this.hbox1.Add(this.radioTabAccounts);
     global::Gtk.Box.BoxChild w9 = ((global::Gtk.Box.BoxChild)(this.hbox1[this.radioTabAccounts]));
     w9.Position = 4;
     this.vbox1.Add(this.hbox1);
     global::Gtk.Box.BoxChild w10 = ((global::Gtk.Box.BoxChild)(this.vbox1[this.hbox1]));
     w10.Position = 0;
     w10.Expand   = false;
     w10.Fill     = false;
     // Container child vbox1.Gtk.Box+BoxChild
     this.notebookMain             = new global::Gtk.Notebook();
     this.notebookMain.CanFocus    = true;
     this.notebookMain.Name        = "notebookMain";
     this.notebookMain.CurrentPage = 0;
     // Container child notebookMain.Gtk.Notebook+NotebookChild
     this.scrolledwindow1                  = new global::Gtk.ScrolledWindow();
     this.scrolledwindow1.CanFocus         = true;
     this.scrolledwindow1.Name             = "scrolledwindow1";
     this.scrolledwindow1.HscrollbarPolicy = ((global::Gtk.PolicyType)(2));
     this.scrolledwindow1.ShadowType       = ((global::Gtk.ShadowType)(1));
     // Container child scrolledwindow1.Gtk.Container+ContainerChild
     global::Gtk.Viewport w11 = new global::Gtk.Viewport();
     w11.ShadowType = ((global::Gtk.ShadowType)(0));
     // Container child GtkViewport.Gtk.Container+ContainerChild
     this.datatableMain               = new global::Gtk.Table(((uint)(13)), ((uint)(2)), false);
     this.datatableMain.Name          = "datatableMain";
     this.datatableMain.RowSpacing    = ((uint)(6));
     this.datatableMain.ColumnSpacing = ((uint)(6));
     this.datatableMain.BorderWidth   = ((uint)(2));
     // Container child datatableMain.Gtk.Table+TableChild
     this.dataentryEmail               = new global::Gamma.Widgets.yValidatedEntry();
     this.dataentryEmail.CanFocus      = true;
     this.dataentryEmail.Name          = "dataentryEmail";
     this.dataentryEmail.IsEditable    = true;
     this.dataentryEmail.MaxLength     = 45;
     this.dataentryEmail.InvisibleChar = '●';
     this.datatableMain.Add(this.dataentryEmail);
     global::Gtk.Table.TableChild w12 = ((global::Gtk.Table.TableChild)(this.datatableMain[this.dataentryEmail]));
     w12.TopAttach    = ((uint)(3));
     w12.BottomAttach = ((uint)(4));
     w12.LeftAttach   = ((uint)(1));
     w12.RightAttach  = ((uint)(2));
     w12.XOptions     = ((global::Gtk.AttachOptions)(4));
     w12.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child datatableMain.Gtk.Table+TableChild
     this.dataentryFullName               = new global::Gamma.GtkWidgets.yEntry();
     this.dataentryFullName.CanFocus      = true;
     this.dataentryFullName.Name          = "dataentryFullName";
     this.dataentryFullName.IsEditable    = true;
     this.dataentryFullName.MaxLength     = 200;
     this.dataentryFullName.InvisibleChar = '●';
     this.datatableMain.Add(this.dataentryFullName);
     global::Gtk.Table.TableChild w13 = ((global::Gtk.Table.TableChild)(this.datatableMain[this.dataentryFullName]));
     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 datatableMain.Gtk.Table+TableChild
     this.dataentryINN               = new global::Gamma.Widgets.yValidatedEntry();
     this.dataentryINN.CanFocus      = true;
     this.dataentryINN.Name          = "dataentryINN";
     this.dataentryINN.IsEditable    = true;
     this.dataentryINN.MaxLength     = 12;
     this.dataentryINN.InvisibleChar = '●';
     this.datatableMain.Add(this.dataentryINN);
     global::Gtk.Table.TableChild w14 = ((global::Gtk.Table.TableChild)(this.datatableMain[this.dataentryINN]));
     w14.TopAttach    = ((uint)(6));
     w14.BottomAttach = ((uint)(7));
     w14.LeftAttach   = ((uint)(1));
     w14.RightAttach  = ((uint)(2));
     w14.XOptions     = ((global::Gtk.AttachOptions)(4));
     w14.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child datatableMain.Gtk.Table+TableChild
     this.dataentryKPP               = new global::Gamma.Widgets.yValidatedEntry();
     this.dataentryKPP.CanFocus      = true;
     this.dataentryKPP.Name          = "dataentryKPP";
     this.dataentryKPP.IsEditable    = true;
     this.dataentryKPP.MaxLength     = 9;
     this.dataentryKPP.InvisibleChar = '●';
     this.datatableMain.Add(this.dataentryKPP);
     global::Gtk.Table.TableChild w15 = ((global::Gtk.Table.TableChild)(this.datatableMain[this.dataentryKPP]));
     w15.TopAttach    = ((uint)(7));
     w15.BottomAttach = ((uint)(8));
     w15.LeftAttach   = ((uint)(1));
     w15.RightAttach  = ((uint)(2));
     w15.XOptions     = ((global::Gtk.AttachOptions)(4));
     w15.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child datatableMain.Gtk.Table+TableChild
     this.dataentryName               = new global::Gamma.GtkWidgets.yEntry();
     this.dataentryName.CanFocus      = true;
     this.dataentryName.Name          = "dataentryName";
     this.dataentryName.IsEditable    = true;
     this.dataentryName.MaxLength     = 100;
     this.dataentryName.InvisibleChar = '●';
     this.datatableMain.Add(this.dataentryName);
     global::Gtk.Table.TableChild w16 = ((global::Gtk.Table.TableChild)(this.datatableMain[this.dataentryName]));
     w16.LeftAttach  = ((uint)(1));
     w16.RightAttach = ((uint)(2));
     w16.YOptions    = ((global::Gtk.AttachOptions)(4));
     // Container child datatableMain.Gtk.Table+TableChild
     this.dataentryOGRN               = new global::Gamma.Widgets.yValidatedEntry();
     this.dataentryOGRN.CanFocus      = true;
     this.dataentryOGRN.Name          = "dataentryOGRN";
     this.dataentryOGRN.IsEditable    = true;
     this.dataentryOGRN.MaxLength     = 15;
     this.dataentryOGRN.InvisibleChar = '●';
     this.datatableMain.Add(this.dataentryOGRN);
     global::Gtk.Table.TableChild w17 = ((global::Gtk.Table.TableChild)(this.datatableMain[this.dataentryOGRN]));
     w17.TopAttach    = ((uint)(8));
     w17.BottomAttach = ((uint)(9));
     w17.LeftAttach   = ((uint)(1));
     w17.RightAttach  = ((uint)(2));
     w17.XOptions     = ((global::Gtk.AttachOptions)(4));
     w17.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child datatableMain.Gtk.Table+TableChild
     this.dataentryOKPO               = new global::Gamma.Widgets.yValidatedEntry();
     this.dataentryOKPO.CanFocus      = true;
     this.dataentryOKPO.Name          = "dataentryOKPO";
     this.dataentryOKPO.IsEditable    = true;
     this.dataentryOKPO.MaxLength     = 13;
     this.dataentryOKPO.InvisibleChar = '●';
     this.datatableMain.Add(this.dataentryOKPO);
     global::Gtk.Table.TableChild w18 = ((global::Gtk.Table.TableChild)(this.datatableMain[this.dataentryOKPO]));
     w18.TopAttach    = ((uint)(9));
     w18.BottomAttach = ((uint)(10));
     w18.LeftAttach   = ((uint)(1));
     w18.RightAttach  = ((uint)(2));
     w18.XOptions     = ((global::Gtk.AttachOptions)(4));
     w18.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child datatableMain.Gtk.Table+TableChild
     this.dataentryOKVED               = new global::Gamma.GtkWidgets.yEntry();
     this.dataentryOKVED.CanFocus      = true;
     this.dataentryOKVED.Name          = "dataentryOKVED";
     this.dataentryOKVED.IsEditable    = true;
     this.dataentryOKVED.MaxLength     = 100;
     this.dataentryOKVED.InvisibleChar = '●';
     this.datatableMain.Add(this.dataentryOKVED);
     global::Gtk.Table.TableChild w19 = ((global::Gtk.Table.TableChild)(this.datatableMain[this.dataentryOKVED]));
     w19.TopAttach    = ((uint)(10));
     w19.BottomAttach = ((uint)(11));
     w19.LeftAttach   = ((uint)(1));
     w19.RightAttach  = ((uint)(2));
     w19.XOptions     = ((global::Gtk.AttachOptions)(4));
     w19.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child datatableMain.Gtk.Table+TableChild
     this.evmeAccountant                  = new global::QS.Widgets.GtkUI.EntityViewModelEntry();
     this.evmeAccountant.Events           = ((global::Gdk.EventMask)(256));
     this.evmeAccountant.Name             = "evmeAccountant";
     this.evmeAccountant.CanEditReference = true;
     this.datatableMain.Add(this.evmeAccountant);
     global::Gtk.Table.TableChild w20 = ((global::Gtk.Table.TableChild)(this.datatableMain[this.evmeAccountant]));
     w20.TopAttach    = ((uint)(5));
     w20.BottomAttach = ((uint)(6));
     w20.LeftAttach   = ((uint)(1));
     w20.RightAttach  = ((uint)(2));
     w20.XOptions     = ((global::Gtk.AttachOptions)(4));
     w20.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child datatableMain.Gtk.Table+TableChild
     this.evmeLeader                  = new global::QS.Widgets.GtkUI.EntityViewModelEntry();
     this.evmeLeader.Events           = ((global::Gdk.EventMask)(256));
     this.evmeLeader.Name             = "evmeLeader";
     this.evmeLeader.CanEditReference = true;
     this.datatableMain.Add(this.evmeLeader);
     global::Gtk.Table.TableChild w21 = ((global::Gtk.Table.TableChild)(this.datatableMain[this.evmeLeader]));
     w21.TopAttach    = ((uint)(4));
     w21.BottomAttach = ((uint)(5));
     w21.LeftAttach   = ((uint)(1));
     w21.RightAttach  = ((uint)(2));
     w21.XOptions     = ((global::Gtk.AttachOptions)(4));
     w21.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child datatableMain.Gtk.Table+TableChild
     this.GtkScrolledWindow1            = new global::Gtk.ScrolledWindow();
     this.GtkScrolledWindow1.Name       = "GtkScrolledWindow1";
     this.GtkScrolledWindow1.ShadowType = ((global::Gtk.ShadowType)(1));
     // Container child GtkScrolledWindow1.Gtk.Container+ContainerChild
     this.datatextviewJurAddress          = new global::Gamma.GtkWidgets.yTextView();
     this.datatextviewJurAddress.CanFocus = true;
     this.datatextviewJurAddress.Name     = "datatextviewJurAddress";
     this.datatextviewJurAddress.WrapMode = ((global::Gtk.WrapMode)(2));
     this.GtkScrolledWindow1.Add(this.datatextviewJurAddress);
     this.datatableMain.Add(this.GtkScrolledWindow1);
     global::Gtk.Table.TableChild w23 = ((global::Gtk.Table.TableChild)(this.datatableMain[this.GtkScrolledWindow1]));
     w23.TopAttach    = ((uint)(12));
     w23.BottomAttach = ((uint)(13));
     w23.LeftAttach   = ((uint)(1));
     w23.RightAttach  = ((uint)(2));
     w23.XOptions     = ((global::Gtk.AttachOptions)(4));
     w23.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child datatableMain.Gtk.Table+TableChild
     this.GtkScrolledWindow2            = new global::Gtk.ScrolledWindow();
     this.GtkScrolledWindow2.Name       = "GtkScrolledWindow2";
     this.GtkScrolledWindow2.ShadowType = ((global::Gtk.ShadowType)(1));
     // Container child GtkScrolledWindow2.Gtk.Container+ContainerChild
     this.datatextviewAddress          = new global::Gamma.GtkWidgets.yTextView();
     this.datatextviewAddress.CanFocus = true;
     this.datatextviewAddress.Name     = "datatextviewAddress";
     this.datatextviewAddress.WrapMode = ((global::Gtk.WrapMode)(2));
     this.GtkScrolledWindow2.Add(this.datatextviewAddress);
     this.datatableMain.Add(this.GtkScrolledWindow2);
     global::Gtk.Table.TableChild w25 = ((global::Gtk.Table.TableChild)(this.datatableMain[this.GtkScrolledWindow2]));
     w25.TopAttach    = ((uint)(11));
     w25.BottomAttach = ((uint)(12));
     w25.LeftAttach   = ((uint)(1));
     w25.RightAttach  = ((uint)(2));
     w25.XOptions     = ((global::Gtk.AttachOptions)(4));
     w25.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child datatableMain.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("ОГРН/ОГРНИП:");
     this.datatableMain.Add(this.label10);
     global::Gtk.Table.TableChild w26 = ((global::Gtk.Table.TableChild)(this.datatableMain[this.label10]));
     w26.TopAttach    = ((uint)(8));
     w26.BottomAttach = ((uint)(9));
     w26.XOptions     = ((global::Gtk.AttachOptions)(4));
     w26.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child datatableMain.Gtk.Table+TableChild
     this.label11           = new global::Gtk.Label();
     this.label11.Name      = "label11";
     this.label11.Xalign    = 1F;
     this.label11.LabelProp = global::Mono.Unix.Catalog.GetString("E-mail:");
     this.datatableMain.Add(this.label11);
     global::Gtk.Table.TableChild w27 = ((global::Gtk.Table.TableChild)(this.datatableMain[this.label11]));
     w27.TopAttach    = ((uint)(3));
     w27.BottomAttach = ((uint)(4));
     w27.XOptions     = ((global::Gtk.AttachOptions)(4));
     w27.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child datatableMain.Gtk.Table+TableChild
     this.label13           = new global::Gtk.Label();
     this.label13.Name      = "label13";
     this.label13.Xalign    = 1F;
     this.label13.LabelProp = global::Mono.Unix.Catalog.GetString("Руководитель:");
     this.datatableMain.Add(this.label13);
     global::Gtk.Table.TableChild w28 = ((global::Gtk.Table.TableChild)(this.datatableMain[this.label13]));
     w28.TopAttach    = ((uint)(4));
     w28.BottomAttach = ((uint)(5));
     w28.XOptions     = ((global::Gtk.AttachOptions)(4));
     w28.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child datatableMain.Gtk.Table+TableChild
     this.label14           = new global::Gtk.Label();
     this.label14.Name      = "label14";
     this.label14.Xalign    = 1F;
     this.label14.LabelProp = global::Mono.Unix.Catalog.GetString("Главный бухгалтер:");
     this.datatableMain.Add(this.label14);
     global::Gtk.Table.TableChild w29 = ((global::Gtk.Table.TableChild)(this.datatableMain[this.label14]));
     w29.TopAttach    = ((uint)(5));
     w29.BottomAttach = ((uint)(6));
     w29.XOptions     = ((global::Gtk.AttachOptions)(4));
     w29.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child datatableMain.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("ОКПО:");
     this.datatableMain.Add(this.label15);
     global::Gtk.Table.TableChild w30 = ((global::Gtk.Table.TableChild)(this.datatableMain[this.label15]));
     w30.TopAttach    = ((uint)(9));
     w30.BottomAttach = ((uint)(10));
     w30.XOptions     = ((global::Gtk.AttachOptions)(4));
     w30.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child datatableMain.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("ОКВЭД:");
     this.datatableMain.Add(this.label16);
     global::Gtk.Table.TableChild w31 = ((global::Gtk.Table.TableChild)(this.datatableMain[this.label16]));
     w31.TopAttach    = ((uint)(10));
     w31.BottomAttach = ((uint)(11));
     w31.XOptions     = ((global::Gtk.AttachOptions)(4));
     w31.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child datatableMain.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.datatableMain.Add(this.label3);
     global::Gtk.Table.TableChild w32 = ((global::Gtk.Table.TableChild)(this.datatableMain[this.label3]));
     w32.TopAttach    = ((uint)(1));
     w32.BottomAttach = ((uint)(2));
     w32.XOptions     = ((global::Gtk.AttachOptions)(4));
     w32.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child datatableMain.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.datatableMain.Add(this.label4);
     global::Gtk.Table.TableChild w33 = ((global::Gtk.Table.TableChild)(this.datatableMain[this.label4]));
     w33.XOptions = ((global::Gtk.AttachOptions)(4));
     w33.YOptions = ((global::Gtk.AttachOptions)(4));
     // Container child datatableMain.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.datatableMain.Add(this.label5);
     global::Gtk.Table.TableChild w34 = ((global::Gtk.Table.TableChild)(this.datatableMain[this.label5]));
     w34.TopAttach    = ((uint)(11));
     w34.BottomAttach = ((uint)(12));
     w34.XOptions     = ((global::Gtk.AttachOptions)(4));
     w34.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child datatableMain.Gtk.Table+TableChild
     this.label6           = new global::Gtk.Label();
     this.label6.Name      = "label6";
     this.label6.Xalign    = 1F;
     this.label6.Yalign    = 0F;
     this.label6.LabelProp = global::Mono.Unix.Catalog.GetString("Юр. адрес:");
     this.datatableMain.Add(this.label6);
     global::Gtk.Table.TableChild w35 = ((global::Gtk.Table.TableChild)(this.datatableMain[this.label6]));
     w35.TopAttach    = ((uint)(12));
     w35.BottomAttach = ((uint)(13));
     w35.XOptions     = ((global::Gtk.AttachOptions)(4));
     w35.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child datatableMain.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("ИНН:");
     this.datatableMain.Add(this.label7);
     global::Gtk.Table.TableChild w36 = ((global::Gtk.Table.TableChild)(this.datatableMain[this.label7]));
     w36.TopAttach    = ((uint)(6));
     w36.BottomAttach = ((uint)(7));
     w36.XOptions     = ((global::Gtk.AttachOptions)(4));
     w36.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child datatableMain.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("КПП:");
     this.datatableMain.Add(this.label8);
     global::Gtk.Table.TableChild w37 = ((global::Gtk.Table.TableChild)(this.datatableMain[this.label8]));
     w37.TopAttach    = ((uint)(7));
     w37.BottomAttach = ((uint)(8));
     w37.XOptions     = ((global::Gtk.AttachOptions)(4));
     w37.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child datatableMain.Gtk.Table+TableChild
     this.label9           = new global::Gtk.Label();
     this.label9.Name      = "label9";
     this.label9.Xalign    = 1F;
     this.label9.Yalign    = 0F;
     this.label9.LabelProp = global::Mono.Unix.Catalog.GetString("Телефоны:");
     this.datatableMain.Add(this.label9);
     global::Gtk.Table.TableChild w38 = ((global::Gtk.Table.TableChild)(this.datatableMain[this.label9]));
     w38.TopAttach    = ((uint)(2));
     w38.BottomAttach = ((uint)(3));
     w38.XOptions     = ((global::Gtk.AttachOptions)(4));
     w38.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child datatableMain.Gtk.Table+TableChild
     this.phonesview1            = new global::Vodovoz.Views.Contacts.PhonesView();
     this.phonesview1.Events     = ((global::Gdk.EventMask)(256));
     this.phonesview1.Name       = "phonesview1";
     this.phonesview1.IsReadOnly = false;
     this.datatableMain.Add(this.phonesview1);
     global::Gtk.Table.TableChild w39 = ((global::Gtk.Table.TableChild)(this.datatableMain[this.phonesview1]));
     w39.TopAttach    = ((uint)(2));
     w39.BottomAttach = ((uint)(3));
     w39.LeftAttach   = ((uint)(1));
     w39.RightAttach  = ((uint)(2));
     w39.XOptions     = ((global::Gtk.AttachOptions)(4));
     w39.YOptions     = ((global::Gtk.AttachOptions)(4));
     w11.Add(this.datatableMain);
     this.scrolledwindow1.Add(w11);
     this.notebookMain.Add(this.scrolledwindow1);
     // Notebook tab
     this.label1           = new global::Gtk.Label();
     this.label1.Name      = "label1";
     this.label1.LabelProp = global::Mono.Unix.Catalog.GetString("Информация");
     this.notebookMain.SetTabLabel(this.scrolledwindow1, this.label1);
     this.label1.ShowAll();
     // Container child notebookMain.Gtk.Notebook+NotebookChild
     this.accountsview1         = new global::QSBanks.AccountsView();
     this.accountsview1.Events  = ((global::Gdk.EventMask)(256));
     this.accountsview1.Name    = "accountsview1";
     this.accountsview1.CanEdit = false;
     this.notebookMain.Add(this.accountsview1);
     global::Gtk.Notebook.NotebookChild w43 = ((global::Gtk.Notebook.NotebookChild)(this.notebookMain[this.accountsview1]));
     w43.Position = 1;
     // Notebook tab
     this.label12           = new global::Gtk.Label();
     this.label12.Name      = "label12";
     this.label12.LabelProp = global::Mono.Unix.Catalog.GetString("Счет");
     this.notebookMain.SetTabLabel(this.accountsview1, this.label12);
     this.label12.ShowAll();
     this.vbox1.Add(this.notebookMain);
     global::Gtk.Box.BoxChild w44 = ((global::Gtk.Box.BoxChild)(this.vbox1[this.notebookMain]));
     w44.Position = 1;
     this.Add(this.vbox1);
     if ((this.Child != null))
     {
         this.Child.ShowAll();
     }
     w1.SetUiManager(UIManager);
     this.Hide();
     this.radioTabInfo.Toggled     += new global::System.EventHandler(this.OnRadioTabInfoToggled);
     this.radioTabAccounts.Toggled += new global::System.EventHandler(this.OnRadioTabAccountsToggled);
 }
 protected virtual void Build()
 {
     global::Stetic.Gui.Initialize(this);
     // Widget MonoDevelop.Ide.FindInFiles.SearchResultWidget
     Stetic.BinContainer w1 = global::Stetic.BinContainer.Attach(this);
     this.UIManager = new global::Gtk.UIManager();
     global::Gtk.ActionGroup w2 = new global::Gtk.ActionGroup("Default");
     this.ViewModeAction            = new global::Gtk.Action("ViewModeAction", global::MonoDevelop.Core.GettextCatalog.GetString("ViewMode"), null, null);
     this.ViewModeAction.ShortLabel = global::MonoDevelop.Core.GettextCatalog.GetString("ViewMode");
     w2.Add(this.ViewModeAction, null);
     this.UIManager.InsertActionGroup(w2, 0);
     this.Name = "MonoDevelop.Ide.FindInFiles.SearchResultWidget";
     // Container child MonoDevelop.Ide.FindInFiles.SearchResultWidget.Gtk.Container+ContainerChild
     this.hbox1         = new global::Gtk.HBox();
     this.hbox1.Name    = "hbox1";
     this.hbox1.Spacing = 6;
     // Container child hbox1.Gtk.Box+BoxChild
     this.vbox2      = new global::Gtk.VBox();
     this.vbox2.Name = "vbox2";
     // Container child vbox2.Gtk.Box+BoxChild
     this.hpaned1          = new global::Gtk.HPaned();
     this.hpaned1.CanFocus = true;
     this.hpaned1.Name     = "hpaned1";
     this.hpaned1.Position = 499;
     // Container child hpaned1.Gtk.Paned+PanedChild
     this.GtkScrolledWindow      = new global::Gtk.ScrolledWindow();
     this.GtkScrolledWindow.Name = "GtkScrolledWindow";
     // Container child GtkScrolledWindow.Gtk.Container+ContainerChild
     this.treeviewSearchResults          = new global::Gtk.TreeView();
     this.treeviewSearchResults.CanFocus = true;
     this.treeviewSearchResults.Name     = "treeviewSearchResults";
     this.GtkScrolledWindow.Add(this.treeviewSearchResults);
     this.hpaned1.Add(this.GtkScrolledWindow);
     global::Gtk.Paned.PanedChild w4 = ((global::Gtk.Paned.PanedChild)(this.hpaned1 [this.GtkScrolledWindow]));
     w4.Resize = false;
     // Container child hpaned1.Gtk.Paned+PanedChild
     this.scrolledwindowLogView            = new global::Gtk.ScrolledWindow();
     this.scrolledwindowLogView.CanFocus   = true;
     this.scrolledwindowLogView.Name       = "scrolledwindowLogView";
     this.scrolledwindowLogView.ShadowType = ((global::Gtk.ShadowType)(1));
     // Container child scrolledwindowLogView.Gtk.Container+ContainerChild
     this.textviewLog          = new global::Gtk.TextView();
     this.textviewLog.CanFocus = true;
     this.textviewLog.Name     = "textviewLog";
     this.textviewLog.Editable = false;
     this.scrolledwindowLogView.Add(this.textviewLog);
     this.hpaned1.Add(this.scrolledwindowLogView);
     this.vbox2.Add(this.hpaned1);
     global::Gtk.Box.BoxChild w7 = ((global::Gtk.Box.BoxChild)(this.vbox2 [this.hpaned1]));
     w7.Position = 0;
     // Container child vbox2.Gtk.Box+BoxChild
     this.labelStatus        = new global::Gtk.Label();
     this.labelStatus.Name   = "labelStatus";
     this.labelStatus.Xalign = 0F;
     this.vbox2.Add(this.labelStatus);
     global::Gtk.Box.BoxChild w8 = ((global::Gtk.Box.BoxChild)(this.vbox2 [this.labelStatus]));
     w8.Position = 1;
     w8.Expand   = false;
     w8.Fill     = false;
     w8.Padding  = ((uint)(3));
     this.hbox1.Add(this.vbox2);
     global::Gtk.Box.BoxChild w9 = ((global::Gtk.Box.BoxChild)(this.hbox1 [this.vbox2]));
     w9.Position = 0;
     // Container child hbox1.Gtk.Box+BoxChild
     this.UIManager.AddUiFromString("<ui><toolbar name='toolbar'/></ui>");
     this.toolbar              = ((global::Gtk.Toolbar)(this.UIManager.GetWidget("/toolbar")));
     this.toolbar.Name         = "toolbar";
     this.toolbar.Orientation  = ((global::Gtk.Orientation)(1));
     this.toolbar.ShowArrow    = false;
     this.toolbar.ToolbarStyle = ((global::Gtk.ToolbarStyle)(0));
     this.toolbar.IconSize     = ((global::Gtk.IconSize)(1));
     this.hbox1.Add(this.toolbar);
     global::Gtk.Box.BoxChild w10 = ((global::Gtk.Box.BoxChild)(this.hbox1 [this.toolbar]));
     w10.Position = 1;
     w10.Expand   = false;
     w10.Fill     = false;
     this.Add(this.hbox1);
     if ((this.Child != null))
     {
         this.Child.ShowAll();
     }
     w1.SetUiManager(UIManager);
     this.Hide();
 }
 protected virtual void Build()
 {
     global::Stetic.Gui.Initialize(this);
     // Widget MonoDevelop.Gettext.POEditorWidget
     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 = "MonoDevelop.Gettext.POEditorWidget";
     // Container child MonoDevelop.Gettext.POEditorWidget.Gtk.Container+ContainerChild
     this.vbox2         = new global::Gtk.VBox();
     this.vbox2.Name    = "vbox2";
     this.vbox2.Spacing = 6;
     // Container child vbox2.Gtk.Box+BoxChild
     this.notebookPages             = new global::Gtk.Notebook();
     this.notebookPages.CanFocus    = true;
     this.notebookPages.Name        = "notebookPages";
     this.notebookPages.CurrentPage = 0;
     this.notebookPages.ShowBorder  = false;
     this.notebookPages.ShowTabs    = false;
     // Container child notebookPages.Gtk.Notebook+NotebookChild
     this.vbox7         = new global::Gtk.VBox();
     this.vbox7.Name    = "vbox7";
     this.vbox7.Spacing = 6;
     // Container child vbox7.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("_Filter:");
     this.label2.UseUnderline = true;
     this.hbox2.Add(this.label2);
     global::Gtk.Box.BoxChild w3 = ((global::Gtk.Box.BoxChild)(this.hbox2 [this.label2]));
     w3.Position = 0;
     w3.Expand   = false;
     w3.Fill     = false;
     // Container child hbox2.Gtk.Box+BoxChild
     this.searchEntryFilter      = new global::MonoDevelop.Components.SearchEntry();
     this.searchEntryFilter.Name = "searchEntryFilter";
     this.searchEntryFilter.ForceFilterButtonVisible = false;
     this.searchEntryFilter.IsCheckMenu    = false;
     this.searchEntryFilter.ActiveFilterID = 0;
     this.searchEntryFilter.Ready          = false;
     this.searchEntryFilter.HasFocus       = false;
     this.hbox2.Add(this.searchEntryFilter);
     global::Gtk.Box.BoxChild w4 = ((global::Gtk.Box.BoxChild)(this.hbox2 [this.searchEntryFilter]));
     w4.Position = 1;
     // Container child hbox2.Gtk.Box+BoxChild
     this.togglebuttonOk              = new global::Gtk.ToggleButton();
     this.togglebuttonOk.CanFocus     = true;
     this.togglebuttonOk.Name         = "togglebuttonOk";
     this.togglebuttonOk.UseUnderline = true;
     // Container child togglebuttonOk.Gtk.Container+ContainerChild
     global::Gtk.Alignment w5 = new global::Gtk.Alignment(0.5F, 0.5F, 0F, 0F);
     // Container child GtkAlignment.Gtk.Container+ContainerChild
     global::Gtk.HBox w6 = new global::Gtk.HBox();
     w6.Spacing = 2;
     // Container child GtkHBox.Gtk.Container+ContainerChild
     global::Gtk.Image w7 = new global::Gtk.Image();
     w7.Pixbuf = global::Gdk.Pixbuf.LoadFromResource("silk_accept.png");
     w6.Add(w7);
     // Container child GtkHBox.Gtk.Container+ContainerChild
     global::Gtk.Label w9 = new global::Gtk.Label();
     w9.LabelProp    = global::Mono.Unix.Catalog.GetString("Valid");
     w9.UseUnderline = true;
     w6.Add(w9);
     w5.Add(w6);
     this.togglebuttonOk.Add(w5);
     this.hbox2.Add(this.togglebuttonOk);
     global::Gtk.Box.BoxChild w13 = ((global::Gtk.Box.BoxChild)(this.hbox2 [this.togglebuttonOk]));
     w13.Position = 2;
     w13.Expand   = false;
     w13.Fill     = false;
     // Container child hbox2.Gtk.Box+BoxChild
     this.togglebuttonMissing              = new global::Gtk.ToggleButton();
     this.togglebuttonMissing.CanFocus     = true;
     this.togglebuttonMissing.Name         = "togglebuttonMissing";
     this.togglebuttonMissing.UseUnderline = true;
     // Container child togglebuttonMissing.Gtk.Container+ContainerChild
     global::Gtk.Alignment w14 = new global::Gtk.Alignment(0.5F, 0.5F, 0F, 0F);
     // Container child GtkAlignment.Gtk.Container+ContainerChild
     global::Gtk.HBox w15 = new global::Gtk.HBox();
     w15.Spacing = 2;
     // Container child GtkHBox.Gtk.Container+ContainerChild
     global::Gtk.Image w16 = new global::Gtk.Image();
     w16.Pixbuf = global::Gdk.Pixbuf.LoadFromResource("silk_exclamation.png");
     w15.Add(w16);
     // Container child GtkHBox.Gtk.Container+ContainerChild
     global::Gtk.Label w18 = new global::Gtk.Label();
     w18.LabelProp    = global::Mono.Unix.Catalog.GetString("Missing");
     w18.UseUnderline = true;
     w15.Add(w18);
     w14.Add(w15);
     this.togglebuttonMissing.Add(w14);
     this.hbox2.Add(this.togglebuttonMissing);
     global::Gtk.Box.BoxChild w22 = ((global::Gtk.Box.BoxChild)(this.hbox2 [this.togglebuttonMissing]));
     w22.Position = 3;
     w22.Expand   = false;
     w22.Fill     = false;
     // Container child hbox2.Gtk.Box+BoxChild
     this.togglebuttonFuzzy              = new global::Gtk.ToggleButton();
     this.togglebuttonFuzzy.CanFocus     = true;
     this.togglebuttonFuzzy.Name         = "togglebuttonFuzzy";
     this.togglebuttonFuzzy.UseUnderline = true;
     // Container child togglebuttonFuzzy.Gtk.Container+ContainerChild
     global::Gtk.Alignment w23 = new global::Gtk.Alignment(0.5F, 0.5F, 0F, 0F);
     // Container child GtkAlignment.Gtk.Container+ContainerChild
     global::Gtk.HBox w24 = new global::Gtk.HBox();
     w24.Spacing = 2;
     // Container child GtkHBox.Gtk.Container+ContainerChild
     global::Gtk.Image w25 = new global::Gtk.Image();
     w25.Pixbuf = global::Gdk.Pixbuf.LoadFromResource("silk_error.png");
     w24.Add(w25);
     // Container child GtkHBox.Gtk.Container+ContainerChild
     global::Gtk.Label w27 = new global::Gtk.Label();
     w27.LabelProp    = global::Mono.Unix.Catalog.GetString("Fuzzy");
     w27.UseUnderline = true;
     w24.Add(w27);
     w23.Add(w24);
     this.togglebuttonFuzzy.Add(w23);
     this.hbox2.Add(this.togglebuttonFuzzy);
     global::Gtk.Box.BoxChild w31 = ((global::Gtk.Box.BoxChild)(this.hbox2 [this.togglebuttonFuzzy]));
     w31.Position = 4;
     w31.Expand   = false;
     w31.Fill     = false;
     this.vbox7.Add(this.hbox2);
     global::Gtk.Box.BoxChild w32 = ((global::Gtk.Box.BoxChild)(this.vbox7 [this.hbox2]));
     w32.Position = 0;
     w32.Expand   = false;
     w32.Fill     = false;
     // Container child vbox7.Gtk.Box+BoxChild
     this.vpaned2          = new global::Gtk.VPaned();
     this.vpaned2.CanFocus = true;
     this.vpaned2.Name     = "vpaned2";
     this.vpaned2.Position = 186;
     // Container child vpaned2.Gtk.Paned+PanedChild
     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.treeviewEntries          = new global::Gtk.TreeView();
     this.treeviewEntries.CanFocus = true;
     this.treeviewEntries.Name     = "treeviewEntries";
     this.scrolledwindow1.Add(this.treeviewEntries);
     this.vpaned2.Add(this.scrolledwindow1);
     global::Gtk.Paned.PanedChild w34 = ((global::Gtk.Paned.PanedChild)(this.vpaned2 [this.scrolledwindow1]));
     w34.Resize = false;
     // Container child vpaned2.Gtk.Paned+PanedChild
     this.table1               = new global::Gtk.Table(((uint)(2)), ((uint)(2)), true);
     this.table1.Name          = "table1";
     this.table1.RowSpacing    = ((uint)(6));
     this.table1.ColumnSpacing = ((uint)(6));
     // Container child table1.Gtk.Table+TableChild
     this.vbox3         = new global::Gtk.VBox();
     this.vbox3.Name    = "vbox3";
     this.vbox3.Spacing = 6;
     // Container child vbox3.Gtk.Box+BoxChild
     this.label6              = new global::Gtk.Label();
     this.label6.Name         = "label6";
     this.label6.Xalign       = 0F;
     this.label6.LabelProp    = global::Mono.Unix.Catalog.GetString("_Comments:");
     this.label6.UseUnderline = true;
     this.vbox3.Add(this.label6);
     global::Gtk.Box.BoxChild w35 = ((global::Gtk.Box.BoxChild)(this.vbox3 [this.label6]));
     w35.Position = 0;
     w35.Expand   = false;
     w35.Fill     = false;
     // Container child vbox3.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
     this.textviewComments            = new global::Gtk.TextView();
     this.textviewComments.CanFocus   = true;
     this.textviewComments.Name       = "textviewComments";
     this.textviewComments.AcceptsTab = false;
     this.scrolledwindow3.Add(this.textviewComments);
     this.vbox3.Add(this.scrolledwindow3);
     global::Gtk.Box.BoxChild w37 = ((global::Gtk.Box.BoxChild)(this.vbox3 [this.scrolledwindow3]));
     w37.Position = 1;
     this.table1.Add(this.vbox3);
     global::Gtk.Table.TableChild w38 = ((global::Gtk.Table.TableChild)(this.table1 [this.vbox3]));
     w38.TopAttach    = ((uint)(1));
     w38.BottomAttach = ((uint)(2));
     w38.LeftAttach   = ((uint)(1));
     w38.RightAttach  = ((uint)(2));
     w38.XOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     this.vbox4         = new global::Gtk.VBox();
     this.vbox4.Name    = "vbox4";
     this.vbox4.Spacing = 6;
     // Container child vbox4.Gtk.Box+BoxChild
     this.label7              = new global::Gtk.Label();
     this.label7.Name         = "label7";
     this.label7.Xalign       = 0F;
     this.label7.LabelProp    = global::Mono.Unix.Catalog.GetString("_Translated (msgstr):");
     this.label7.UseUnderline = true;
     this.vbox4.Add(this.label7);
     global::Gtk.Box.BoxChild w39 = ((global::Gtk.Box.BoxChild)(this.vbox4 [this.label7]));
     w39.Position = 0;
     w39.Expand   = false;
     w39.Fill     = false;
     // Container child vbox4.Gtk.Box+BoxChild
     this.notebookTranslated             = new global::Gtk.Notebook();
     this.notebookTranslated.CanFocus    = true;
     this.notebookTranslated.Name        = "notebookTranslated";
     this.notebookTranslated.CurrentPage = 0;
     // Notebook tab
     global::Gtk.Label w40 = new global::Gtk.Label();
     w40.Visible = true;
     this.notebookTranslated.Add(w40);
     this.label1           = new global::Gtk.Label();
     this.label1.Name      = "label1";
     this.label1.LabelProp = global::Mono.Unix.Catalog.GetString("page1");
     this.notebookTranslated.SetTabLabel(w40, this.label1);
     this.label1.ShowAll();
     this.vbox4.Add(this.notebookTranslated);
     global::Gtk.Box.BoxChild w41 = ((global::Gtk.Box.BoxChild)(this.vbox4 [this.notebookTranslated]));
     w41.Position = 1;
     this.table1.Add(this.vbox4);
     global::Gtk.Table.TableChild w42 = ((global::Gtk.Table.TableChild)(this.table1 [this.vbox4]));
     w42.TopAttach    = ((uint)(1));
     w42.BottomAttach = ((uint)(2));
     w42.XOptions     = ((global::Gtk.AttachOptions)(4));
     w42.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     this.vbox5         = new global::Gtk.VBox();
     this.vbox5.Name    = "vbox5";
     this.vbox5.Spacing = 6;
     // Container child vbox5.Gtk.Box+BoxChild
     this.hbox3         = new global::Gtk.HBox();
     this.hbox3.Name    = "hbox3";
     this.hbox3.Spacing = 6;
     // Container child hbox3.Gtk.Box+BoxChild
     this.label8           = new global::Gtk.Label();
     this.label8.Name      = "label8";
     this.label8.Xalign    = 0F;
     this.label8.LabelProp = global::Mono.Unix.Catalog.GetString("Original (msgid):");
     this.hbox3.Add(this.label8);
     global::Gtk.Box.BoxChild w43 = ((global::Gtk.Box.BoxChild)(this.hbox3 [this.label8]));
     w43.Position = 0;
     // Container child hbox3.Gtk.Box+BoxChild
     this.checkbuttonWhiteSpaces               = new global::Gtk.CheckButton();
     this.checkbuttonWhiteSpaces.CanFocus      = true;
     this.checkbuttonWhiteSpaces.Name          = "checkbuttonWhiteSpaces";
     this.checkbuttonWhiteSpaces.Label         = global::Mono.Unix.Catalog.GetString("S_how whitespaces");
     this.checkbuttonWhiteSpaces.DrawIndicator = true;
     this.checkbuttonWhiteSpaces.UseUnderline  = true;
     this.hbox3.Add(this.checkbuttonWhiteSpaces);
     global::Gtk.Box.BoxChild w44 = ((global::Gtk.Box.BoxChild)(this.hbox3 [this.checkbuttonWhiteSpaces]));
     w44.Position = 1;
     w44.Expand   = false;
     this.vbox5.Add(this.hbox3);
     global::Gtk.Box.BoxChild w45 = ((global::Gtk.Box.BoxChild)(this.vbox5 [this.hbox3]));
     w45.Position = 0;
     w45.Expand   = false;
     w45.Fill     = false;
     // Container child vbox5.Gtk.Box+BoxChild
     this.scrolledwindowOriginal            = new global::Gtk.ScrolledWindow();
     this.scrolledwindowOriginal.CanFocus   = true;
     this.scrolledwindowOriginal.Name       = "scrolledwindowOriginal";
     this.scrolledwindowOriginal.ShadowType = ((global::Gtk.ShadowType)(1));
     this.vbox5.Add(this.scrolledwindowOriginal);
     global::Gtk.Box.BoxChild w46 = ((global::Gtk.Box.BoxChild)(this.vbox5 [this.scrolledwindowOriginal]));
     w46.Position = 1;
     // Container child vbox5.Gtk.Box+BoxChild
     this.vbox8         = new global::Gtk.VBox();
     this.vbox8.Name    = "vbox8";
     this.vbox8.Spacing = 6;
     // Container child vbox8.Gtk.Box+BoxChild
     this.label9           = new global::Gtk.Label();
     this.label9.Name      = "label9";
     this.label9.Xalign    = 0F;
     this.label9.LabelProp = global::Mono.Unix.Catalog.GetString("Original plural (msgid_plural):");
     this.vbox8.Add(this.label9);
     global::Gtk.Box.BoxChild w47 = ((global::Gtk.Box.BoxChild)(this.vbox8 [this.label9]));
     w47.Position = 0;
     w47.Expand   = false;
     w47.Fill     = false;
     // Container child vbox8.Gtk.Box+BoxChild
     this.scrolledwindowPlural            = new global::Gtk.ScrolledWindow();
     this.scrolledwindowPlural.CanFocus   = true;
     this.scrolledwindowPlural.Name       = "scrolledwindowPlural";
     this.scrolledwindowPlural.ShadowType = ((global::Gtk.ShadowType)(1));
     this.vbox8.Add(this.scrolledwindowPlural);
     global::Gtk.Box.BoxChild w48 = ((global::Gtk.Box.BoxChild)(this.vbox8 [this.scrolledwindowPlural]));
     w48.Position = 1;
     this.vbox5.Add(this.vbox8);
     global::Gtk.Box.BoxChild w49 = ((global::Gtk.Box.BoxChild)(this.vbox5 [this.vbox8]));
     w49.Position = 2;
     this.table1.Add(this.vbox5);
     // Container child table1.Gtk.Table+TableChild
     this.vbox6         = new global::Gtk.VBox();
     this.vbox6.Name    = "vbox6";
     this.vbox6.Spacing = 6;
     // Container child vbox6.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("F_ound in:");
     this.label4.UseUnderline = true;
     this.vbox6.Add(this.label4);
     global::Gtk.Box.BoxChild w51 = ((global::Gtk.Box.BoxChild)(this.vbox6 [this.label4]));
     w51.Position = 0;
     w51.Expand   = false;
     w51.Fill     = false;
     // Container child vbox6.Gtk.Box+BoxChild
     this.scrolledwindow2            = new global::Gtk.ScrolledWindow();
     this.scrolledwindow2.CanFocus   = true;
     this.scrolledwindow2.Name       = "scrolledwindow2";
     this.scrolledwindow2.ShadowType = ((global::Gtk.ShadowType)(1));
     // Container child scrolledwindow2.Gtk.Container+ContainerChild
     this.treeviewFoundIn          = new global::Gtk.TreeView();
     this.treeviewFoundIn.CanFocus = true;
     this.treeviewFoundIn.Name     = "treeviewFoundIn";
     this.scrolledwindow2.Add(this.treeviewFoundIn);
     this.vbox6.Add(this.scrolledwindow2);
     global::Gtk.Box.BoxChild w53 = ((global::Gtk.Box.BoxChild)(this.vbox6 [this.scrolledwindow2]));
     w53.Position = 1;
     this.table1.Add(this.vbox6);
     global::Gtk.Table.TableChild w54 = ((global::Gtk.Table.TableChild)(this.table1 [this.vbox6]));
     w54.LeftAttach  = ((uint)(1));
     w54.RightAttach = ((uint)(2));
     w54.XOptions    = ((global::Gtk.AttachOptions)(4));
     w54.YOptions    = ((global::Gtk.AttachOptions)(4));
     this.vpaned2.Add(this.table1);
     global::Gtk.Paned.PanedChild w55 = ((global::Gtk.Paned.PanedChild)(this.vpaned2 [this.table1]));
     w55.Resize = false;
     this.vbox7.Add(this.vpaned2);
     global::Gtk.Box.BoxChild w56 = ((global::Gtk.Box.BoxChild)(this.vbox7 [this.vpaned2]));
     w56.Position = 1;
     this.notebookPages.Add(this.vbox7);
     // Notebook tab
     this.label5           = new global::Gtk.Label();
     this.label5.Name      = "label5";
     this.label5.LabelProp = global::Mono.Unix.Catalog.GetString("page1");
     this.notebookPages.SetTabLabel(this.vbox7, this.label5);
     this.label5.ShowAll();
     this.vbox2.Add(this.notebookPages);
     global::Gtk.Box.BoxChild w58 = ((global::Gtk.Box.BoxChild)(this.vbox2 [this.notebookPages]));
     w58.Position = 0;
     // 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.UIManager.AddUiFromString("<ui><toolbar name='toolbarPages'/></ui>");
     this.toolbarPages              = ((global::Gtk.Toolbar)(this.UIManager.GetWidget("/toolbarPages")));
     this.toolbarPages.Name         = "toolbarPages";
     this.toolbarPages.ShowArrow    = false;
     this.toolbarPages.ToolbarStyle = ((global::Gtk.ToolbarStyle)(0));
     this.toolbarPages.IconSize     = ((global::Gtk.IconSize)(3));
     this.hbox1.Add(this.toolbarPages);
     global::Gtk.Box.BoxChild w59 = ((global::Gtk.Box.BoxChild)(this.hbox1 [this.toolbarPages]));
     w59.Position = 0;
     // Container child hbox1.Gtk.Box+BoxChild
     this.progressbar1      = new global::Gtk.ProgressBar();
     this.progressbar1.Name = "progressbar1";
     this.hbox1.Add(this.progressbar1);
     global::Gtk.Box.BoxChild w60 = ((global::Gtk.Box.BoxChild)(this.hbox1 [this.progressbar1]));
     w60.Position = 1;
     this.vbox2.Add(this.hbox1);
     global::Gtk.Box.BoxChild w61 = ((global::Gtk.Box.BoxChild)(this.vbox2 [this.hbox1]));
     w61.Position = 1;
     w61.Expand   = false;
     w61.Fill     = false;
     this.Add(this.vbox2);
     if ((this.Child != null))
     {
         this.Child.ShowAll();
     }
     w1.SetUiManager(UIManager);
     this.label6.MnemonicWidget = this.textviewComments;
     this.label7.MnemonicWidget = this.notebookTranslated;
     this.label4.MnemonicWidget = this.treeviewFoundIn;
     this.Show();
 }
 protected virtual void Build()
 {
     global::Stetic.Gui.Initialize(this);
     // Widget LongoMatch.Gui.Component.AnalysisComponent
     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 = "LongoMatch.Gui.Component.AnalysisComponent";
     // Container child LongoMatch.Gui.Component.AnalysisComponent.Gtk.Container+ContainerChild
     this.hbox1         = new global::Gtk.HBox();
     this.hbox1.Name    = "hbox1";
     this.hbox1.Spacing = 6;
     // Container child hbox1.Gtk.Box+BoxChild
     this.lightbackgroundeventbox      = new global::Gtk.EventBox();
     this.lightbackgroundeventbox.Name = "lightbackgroundeventbox";
     // Container child lightbackgroundeventbox.Gtk.Container+ContainerChild
     this.centralpane          = new global::Gtk.VPaned();
     this.centralpane.CanFocus = true;
     this.centralpane.Name     = "centralpane";
     this.centralpane.Position = 263;
     // Container child centralpane.Gtk.Paned+PanedChild
     this.uppane          = new global::Gtk.HPaned();
     this.uppane.CanFocus = true;
     this.uppane.Name     = "uppane";
     this.uppane.Position = 400;
     // Container child uppane.Gtk.Paned+PanedChild
     this.playsSelection = new global::LongoMatch.Gui.Component.PlaysSelectionWidget();
     this.playsSelection.WidthRequest = 400;
     this.playsSelection.Events       = ((global::Gdk.EventMask)(256));
     this.playsSelection.Name         = "playsSelection";
     this.uppane.Add(this.playsSelection);
     global::Gtk.Paned.PanedChild w3 = ((global::Gtk.Paned.PanedChild)(this.uppane [this.playsSelection]));
     w3.Resize = false;
     // Container child uppane.Gtk.Paned+PanedChild
     this.rigthpane          = new global::Gtk.HPaned();
     this.rigthpane.CanFocus = true;
     this.rigthpane.Name     = "rigthpane";
     this.rigthpane.Position = 1219;
     // Container child rigthpane.Gtk.Paned+PanedChild
     this.videowidgetsbox         = new global::Gtk.HBox();
     this.videowidgetsbox.Name    = "videowidgetsbox";
     this.videowidgetsbox.Spacing = 6;
     // Container child videowidgetsbox.Gtk.Box+BoxChild
     this.playercapturer        = new global::LongoMatch.Gui.PlayerCapturerBin();
     this.playercapturer.Events = ((global::Gdk.EventMask)(256));
     this.playercapturer.Name   = "playercapturer";
     this.videowidgetsbox.Add(this.playercapturer);
     global::Gtk.Box.BoxChild w4 = ((global::Gtk.Box.BoxChild)(this.videowidgetsbox [this.playercapturer]));
     w4.Position = 0;
     this.rigthpane.Add(this.videowidgetsbox);
     global::Gtk.Paned.PanedChild w5 = ((global::Gtk.Paned.PanedChild)(this.rigthpane [this.videowidgetsbox]));
     w5.Resize = false;
     this.uppane.Add(this.rigthpane);
     this.centralpane.Add(this.uppane);
     global::Gtk.Paned.PanedChild w7 = ((global::Gtk.Paned.PanedChild)(this.centralpane [this.uppane]));
     w7.Resize = false;
     // Container child centralpane.Gtk.Paned+PanedChild
     this.codingwidget              = new global::LongoMatch.Gui.Component.CodingWidget();
     this.codingwidget.Events       = ((global::Gdk.EventMask)(256));
     this.codingwidget.Name         = "codingwidget";
     this.codingwidget.TagPositions = false;
     this.centralpane.Add(this.codingwidget);
     this.lightbackgroundeventbox.Add(this.centralpane);
     this.hbox1.Add(this.lightbackgroundeventbox);
     global::Gtk.Box.BoxChild w10 = ((global::Gtk.Box.BoxChild)(this.hbox1 [this.lightbackgroundeventbox]));
     w10.Position = 0;
     this.Add(this.hbox1);
     if ((this.Child != null))
     {
         this.Child.ShowAll();
     }
     w1.SetUiManager(UIManager);
     this.Hide();
 }
Exemple #7
0
 protected virtual void Build()
 {
     Stetic.Gui.Initialize(this);
     // Widget ocmgtk.NotesWidget
     Stetic.BinContainer w1 = Stetic.BinContainer.Attach(this);
     this.UIManager = new Gtk.UIManager();
     Gtk.ActionGroup w2 = new Gtk.ActionGroup("Default");
     this.boldAction = new Gtk.ToggleAction("boldAction", null, null, "gtk-bold");
     w2.Add(this.boldAction, null);
     this.italicAction = new Gtk.Action("italicAction", null, null, "gtk-italic");
     w2.Add(this.italicAction, null);
     this.missingImageAction = new Gtk.Action("missingImageAction", null, null, "gtk-missing-image");
     w2.Add(this.missingImageAction, null);
     this.underlineAction = new Gtk.Action("underlineAction", null, null, "gtk-underline");
     w2.Add(this.underlineAction, null);
     this.UIManager.InsertActionGroup(w2, 0);
     this.Name = "ocmgtk.NotesWidget";
     // Container child ocmgtk.NotesWidget.Gtk.Container+ContainerChild
     this.vbox1             = new Gtk.VBox();
     this.vbox1.Name        = "vbox1";
     this.vbox1.Spacing     = 6;
     this.vbox1.BorderWidth = ((uint)(6));
     // Container child vbox1.Gtk.Box+BoxChild
     this.editorWidget        = new ocmgtk.HTMLEditorWidget();
     this.editorWidget.Events = ((Gdk.EventMask)(256));
     this.editorWidget.Name   = "editorWidget";
     this.vbox1.Add(this.editorWidget);
     Gtk.Box.BoxChild w3 = ((Gtk.Box.BoxChild)(this.vbox1[this.editorWidget]));
     w3.Position = 0;
     // Container child vbox1.Gtk.Box+BoxChild
     this.hbuttonbox1             = new Gtk.HButtonBox();
     this.hbuttonbox1.LayoutStyle = ((Gtk.ButtonBoxStyle)(4));
     // Container child hbuttonbox1.Gtk.ButtonBox+ButtonBoxChild
     this.saveButton              = new Gtk.Button();
     this.saveButton.Sensitive    = false;
     this.saveButton.CanFocus     = true;
     this.saveButton.Name         = "saveButton";
     this.saveButton.UseUnderline = true;
     // Container child saveButton.Gtk.Container+ContainerChild
     Gtk.Alignment w4 = new Gtk.Alignment(0.5F, 0.5F, 0F, 0F);
     // Container child GtkAlignment.Gtk.Container+ContainerChild
     Gtk.HBox w5 = new Gtk.HBox();
     w5.Spacing = 2;
     // Container child GtkHBox.Gtk.Container+ContainerChild
     Gtk.Image w6 = new Gtk.Image();
     w6.Pixbuf = Stetic.IconLoader.LoadIcon(this, "gtk-save", Gtk.IconSize.Menu, 16);
     w5.Add(w6);
     // Container child GtkHBox.Gtk.Container+ContainerChild
     Gtk.Label w8 = new Gtk.Label();
     w8.LabelProp    = Mono.Unix.Catalog.GetString("_Save");
     w8.UseUnderline = true;
     w5.Add(w8);
     w4.Add(w5);
     this.saveButton.Add(w4);
     this.hbuttonbox1.Add(this.saveButton);
     Gtk.ButtonBox.ButtonBoxChild w12 = ((Gtk.ButtonBox.ButtonBoxChild)(this.hbuttonbox1[this.saveButton]));
     w12.Expand = false;
     w12.Fill   = false;
     this.vbox1.Add(this.hbuttonbox1);
     Gtk.Box.BoxChild w13 = ((Gtk.Box.BoxChild)(this.vbox1[this.hbuttonbox1]));
     w13.Position = 1;
     w13.Expand   = false;
     w13.Fill     = false;
     this.Add(this.vbox1);
     if ((this.Child != null))
     {
         this.Child.ShowAll();
     }
     w1.SetUiManager(UIManager);
     this.Hide();
     this.saveButton.Clicked += new System.EventHandler(this.OnSaveNotes);
 }
Exemple #8
0
 protected virtual void Build()
 {
     global::Stetic.Gui.Initialize(this);
     // Widget Smuxi.Frontend.Gnome.JoinWidget
     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 = "Smuxi.Frontend.Gnome.JoinWidget";
     // Container child Smuxi.Frontend.Gnome.JoinWidget.Gtk.Container+ContainerChild
     this.hbox1         = new global::Gtk.HBox();
     this.hbox1.Name    = "hbox1";
     this.hbox1.Spacing = 6;
     // Container child hbox1.Gtk.Box+BoxChild
     this.f_ChatEntry               = new global::Gtk.Entry();
     this.f_ChatEntry.CanFocus      = true;
     this.f_ChatEntry.Name          = "f_ChatEntry";
     this.f_ChatEntry.IsEditable    = true;
     this.f_ChatEntry.InvisibleChar = '•';
     this.hbox1.Add(this.f_ChatEntry);
     global::Gtk.Box.BoxChild w3 = ((global::Gtk.Box.BoxChild)(this.hbox1 [this.f_ChatEntry]));
     w3.Position = 0;
     // Container child hbox1.Gtk.Box+BoxChild
     this.label1           = new global::Gtk.Label();
     this.label1.Name      = "label1";
     this.label1.LabelProp = "@";
     this.hbox1.Add(this.label1);
     global::Gtk.Box.BoxChild w4 = ((global::Gtk.Box.BoxChild)(this.hbox1 [this.label1]));
     w4.Position = 1;
     w4.Expand   = false;
     w4.Fill     = false;
     // Container child hbox1.Gtk.Box+BoxChild
     this.f_NetworkComboBox      = global::Gtk.ComboBox.NewText();
     this.f_NetworkComboBox.Name = "f_NetworkComboBox";
     this.hbox1.Add(this.f_NetworkComboBox);
     global::Gtk.Box.BoxChild w5 = ((global::Gtk.Box.BoxChild)(this.hbox1 [this.f_NetworkComboBox]));
     w5.Position = 2;
     w5.Expand   = false;
     w5.Fill     = false;
     // Container child hbox1.Gtk.Box+BoxChild
     this.f_JoinButton              = new global::Gtk.Button();
     this.f_JoinButton.CanFocus     = true;
     this.f_JoinButton.Name         = "f_JoinButton";
     this.f_JoinButton.UseUnderline = true;
     // Container child f_JoinButton.Gtk.Container+ContainerChild
     global::Gtk.Alignment w6 = new global::Gtk.Alignment(0.5F, 0.5F, 0F, 0F);
     // Container child GtkAlignment.Gtk.Container+ContainerChild
     global::Gtk.HBox w7 = new global::Gtk.HBox();
     w7.Spacing = 2;
     // Container child GtkHBox.Gtk.Container+ContainerChild
     global::Gtk.Image w8 = new global::Gtk.Image();
     w8.Pixbuf = global::Stetic.IconLoader.LoadIcon(this, "gtk-go-forward", global::Gtk.IconSize.Menu);
     w7.Add(w8);
     // Container child GtkHBox.Gtk.Container+ContainerChild
     global::Gtk.Label w10 = new global::Gtk.Label();
     w10.LabelProp    = global::Mono.Unix.Catalog.GetString("Join");
     w10.UseUnderline = true;
     w7.Add(w10);
     w6.Add(w7);
     this.f_JoinButton.Add(w6);
     this.hbox1.Add(this.f_JoinButton);
     global::Gtk.Box.BoxChild w14 = ((global::Gtk.Box.BoxChild)(this.hbox1 [this.f_JoinButton]));
     w14.Position = 3;
     w14.Expand   = false;
     w14.Fill     = false;
     this.Add(this.hbox1);
     if ((this.Child != null))
     {
         this.Child.ShowAll();
     }
     w1.SetUiManager(UIManager);
     this.Show();
 }
 protected virtual void Build()
 {
     Stetic.Gui.Initialize(this);
     // Widget LinuxGUITest.WiimoteInformation
     Stetic.BinContainer w1 = Stetic.BinContainer.Attach(this);
     Gtk.UIManager       w2 = new Gtk.UIManager();
     Gtk.ActionGroup     w3 = new Gtk.ActionGroup("Default");
     this.WiiMoteAction            = new Gtk.Action("WiiMoteAction", Mono.Unix.Catalog.GetString("WiiMote"), null, null);
     this.WiiMoteAction.ShortLabel = Mono.Unix.Catalog.GetString("Tools");
     w3.Add(this.WiiMoteAction, null);
     this.DisconnectAction             = new Gtk.Action("DisconnectAction", Mono.Unix.Catalog.GetString("Disconnect"), null, null);
     this.DisconnectAction.HideIfEmpty = false;
     this.DisconnectAction.ShortLabel  = Mono.Unix.Catalog.GetString("Disconnect");
     w3.Add(this.DisconnectAction, null);
     this.PlaySoundAction            = new Gtk.Action("PlaySoundAction", Mono.Unix.Catalog.GetString("Play sound"), null, null);
     this.PlaySoundAction.ShortLabel = Mono.Unix.Catalog.GetString("Play sound");
     w3.Add(this.PlaySoundAction, null);
     this.DumpMemoryAction            = new Gtk.Action("DumpMemoryAction", Mono.Unix.Catalog.GetString("Dump memory..."), null, null);
     this.DumpMemoryAction.ShortLabel = Mono.Unix.Catalog.GetString("Dump memory");
     w3.Add(this.DumpMemoryAction, null);
     this.DisconnectAction1            = new Gtk.Action("DisconnectAction1", Mono.Unix.Catalog.GetString("Disconnect"), null, null);
     this.DisconnectAction1.ShortLabel = Mono.Unix.Catalog.GetString("Disconnect");
     w3.Add(this.DisconnectAction1, null);
     this.CalibrateAction            = new Gtk.Action("CalibrateAction", Mono.Unix.Catalog.GetString("Calibrate..."), null, null);
     this.CalibrateAction.ShortLabel = Mono.Unix.Catalog.GetString("Calibrate...");
     w3.Add(this.CalibrateAction, null);
     w2.InsertActionGroup(w3, 0);
     this.Name = "LinuxGUITest.WiimoteInformation";
     // Container child LinuxGUITest.WiimoteInformation.Gtk.Container+ContainerChild
     this.vbox1         = new Gtk.VBox();
     this.vbox1.Name    = "vbox1";
     this.vbox1.Spacing = 6;
     // Container child vbox1.Gtk.Box+BoxChild
     w2.AddUiFromString("<ui><menubar name='menubar1'><menu action='WiiMoteAction'><menuitem action='DisconnectAction1'/><menuitem action='DumpMemoryAction'/><menuitem action='CalibrateAction'/></menu></menubar></ui>");
     this.menubar1      = ((Gtk.MenuBar)(w2.GetWidget("/menubar1")));
     this.menubar1.Name = "menubar1";
     this.vbox1.Add(this.menubar1);
     Gtk.Box.BoxChild w4 = ((Gtk.Box.BoxChild)(this.vbox1[this.menubar1]));
     w4.Position = 0;
     w4.Expand   = false;
     w4.Fill     = false;
     // Container child vbox1.Gtk.Box+BoxChild
     this.hbox5         = new Gtk.HBox();
     this.hbox5.Name    = "hbox5";
     this.hbox5.Spacing = 6;
     // Container child hbox5.Gtk.Box+BoxChild
     this.lblReportingMode           = new Gtk.Label();
     this.lblReportingMode.Name      = "lblReportingMode";
     this.lblReportingMode.LabelProp = Mono.Unix.Catalog.GetString("Reporting Mode");
     this.hbox5.Add(this.lblReportingMode);
     Gtk.Box.BoxChild w5 = ((Gtk.Box.BoxChild)(this.hbox5[this.lblReportingMode]));
     w5.Position = 0;
     w5.Expand   = false;
     w5.Fill     = false;
     // Container child hbox5.Gtk.Box+BoxChild
     this.comboboxReportingMode      = Gtk.ComboBox.NewText();
     this.comboboxReportingMode.Name = "comboboxReportingMode";
     this.hbox5.Add(this.comboboxReportingMode);
     Gtk.Box.BoxChild w6 = ((Gtk.Box.BoxChild)(this.hbox5[this.comboboxReportingMode]));
     w6.Position = 1;
     this.vbox1.Add(this.hbox5);
     Gtk.Box.BoxChild w7 = ((Gtk.Box.BoxChild)(this.vbox1[this.hbox5]));
     w7.Position = 1;
     w7.Expand   = false;
     w7.Fill     = false;
     // Container child vbox1.Gtk.Box+BoxChild
     this.hbox4         = new Gtk.HBox();
     this.hbox4.Name    = "hbox4";
     this.hbox4.Spacing = 6;
     // Container child hbox4.Gtk.Box+BoxChild
     this.lblButtons           = new Gtk.Label();
     this.lblButtons.Name      = "lblButtons";
     this.lblButtons.LabelProp = Mono.Unix.Catalog.GetString("Buttons");
     this.hbox4.Add(this.lblButtons);
     Gtk.Box.BoxChild w8 = ((Gtk.Box.BoxChild)(this.hbox4[this.lblButtons]));
     w8.Position = 0;
     w8.Expand   = false;
     w8.Fill     = false;
     // Container child hbox4.Gtk.Box+BoxChild
     this.entryButtons               = new Gtk.Entry();
     this.entryButtons.CanFocus      = true;
     this.entryButtons.Name          = "entryButtons";
     this.entryButtons.IsEditable    = false;
     this.entryButtons.InvisibleChar = '●';
     this.hbox4.Add(this.entryButtons);
     Gtk.Box.BoxChild w9 = ((Gtk.Box.BoxChild)(this.hbox4[this.entryButtons]));
     w9.Position = 1;
     this.vbox1.Add(this.hbox4);
     Gtk.Box.BoxChild w10 = ((Gtk.Box.BoxChild)(this.vbox1[this.hbox4]));
     w10.Position = 2;
     w10.Expand   = false;
     w10.Fill     = false;
     // Container child vbox1.Gtk.Box+BoxChild
     this.frame1            = new Gtk.Frame();
     this.frame1.Name       = "frame1";
     this.frame1.ShadowType = ((Gtk.ShadowType)(0));
     // Container child frame1.Gtk.Container+ContainerChild
     this.GtkAlignment             = new Gtk.Alignment(0F, 0F, 1F, 1F);
     this.GtkAlignment.Name        = "GtkAlignment";
     this.GtkAlignment.LeftPadding = ((uint)(12));
     // Container child GtkAlignment.Gtk.Container+ContainerChild
     this.drawingareaIR = new Gtk.DrawingArea();
     this.drawingareaIR.HeightRequest = 100;
     this.drawingareaIR.Name          = "drawingareaIR";
     this.GtkAlignment.Add(this.drawingareaIR);
     this.frame1.Add(this.GtkAlignment);
     this.GtkLabel3           = new Gtk.Label();
     this.GtkLabel3.Name      = "GtkLabel3";
     this.GtkLabel3.LabelProp = Mono.Unix.Catalog.GetString("<b>IR points</b>");
     this.GtkLabel3.UseMarkup = true;
     this.frame1.LabelWidget  = this.GtkLabel3;
     this.vbox1.Add(this.frame1);
     Gtk.Box.BoxChild w13 = ((Gtk.Box.BoxChild)(this.vbox1[this.frame1]));
     w13.Position = 3;
     // Container child vbox1.Gtk.Box+BoxChild
     this.frame2            = new Gtk.Frame();
     this.frame2.Name       = "frame2";
     this.frame2.ShadowType = ((Gtk.ShadowType)(0));
     // Container child frame2.Gtk.Container+ContainerChild
     this.GtkAlignment1             = new Gtk.Alignment(0F, 0F, 1F, 1F);
     this.GtkAlignment1.Name        = "GtkAlignment1";
     this.GtkAlignment1.LeftPadding = ((uint)(12));
     // Container child GtkAlignment1.Gtk.Container+ContainerChild
     this.hbox6         = new Gtk.HBox();
     this.hbox6.Name    = "hbox6";
     this.hbox6.Spacing = 6;
     // Container child hbox6.Gtk.Box+BoxChild
     this.entryX = new Gtk.Entry();
     this.entryX.WidthRequest  = 80;
     this.entryX.CanFocus      = true;
     this.entryX.Name          = "entryX";
     this.entryX.IsEditable    = false;
     this.entryX.InvisibleChar = '●';
     this.hbox6.Add(this.entryX);
     Gtk.Box.BoxChild w14 = ((Gtk.Box.BoxChild)(this.hbox6[this.entryX]));
     w14.Position = 0;
     w14.Expand   = false;
     // Container child hbox6.Gtk.Box+BoxChild
     this.entryY = new Gtk.Entry();
     this.entryY.WidthRequest  = 80;
     this.entryY.CanFocus      = true;
     this.entryY.Name          = "entryY";
     this.entryY.IsEditable    = false;
     this.entryY.InvisibleChar = '●';
     this.hbox6.Add(this.entryY);
     Gtk.Box.BoxChild w15 = ((Gtk.Box.BoxChild)(this.hbox6[this.entryY]));
     w15.Position = 1;
     w15.Expand   = false;
     // Container child hbox6.Gtk.Box+BoxChild
     this.entryZ = new Gtk.Entry();
     this.entryZ.WidthRequest  = 80;
     this.entryZ.CanFocus      = true;
     this.entryZ.Name          = "entryZ";
     this.entryZ.IsEditable    = false;
     this.entryZ.InvisibleChar = '●';
     this.hbox6.Add(this.entryZ);
     Gtk.Box.BoxChild w16 = ((Gtk.Box.BoxChild)(this.hbox6[this.entryZ]));
     w16.Position = 2;
     w16.Expand   = false;
     w16.Fill     = false;
     this.GtkAlignment1.Add(this.hbox6);
     this.frame2.Add(this.GtkAlignment1);
     this.GtkLabel4           = new Gtk.Label();
     this.GtkLabel4.Name      = "GtkLabel4";
     this.GtkLabel4.LabelProp = Mono.Unix.Catalog.GetString("<b>Accelerometers</b>");
     this.GtkLabel4.UseMarkup = true;
     this.frame2.LabelWidget  = this.GtkLabel4;
     this.vbox1.Add(this.frame2);
     Gtk.Box.BoxChild w19 = ((Gtk.Box.BoxChild)(this.vbox1[this.frame2]));
     w19.Position = 4;
     w19.Expand   = false;
     w19.Fill     = false;
     // Container child vbox1.Gtk.Box+BoxChild
     this.frame3            = new Gtk.Frame();
     this.frame3.Name       = "frame3";
     this.frame3.ShadowType = ((Gtk.ShadowType)(0));
     // Container child frame3.Gtk.Container+ContainerChild
     this.GtkAlignment2             = new Gtk.Alignment(0F, 0F, 1F, 1F);
     this.GtkAlignment2.Name        = "GtkAlignment2";
     this.GtkAlignment2.LeftPadding = ((uint)(12));
     this.frame3.Add(this.GtkAlignment2);
     this.GtkLabel1           = new Gtk.Label();
     this.GtkLabel1.Name      = "GtkLabel1";
     this.GtkLabel1.LabelProp = Mono.Unix.Catalog.GetString("<b>Extension</b>");
     this.GtkLabel1.UseMarkup = true;
     this.frame3.LabelWidget  = this.GtkLabel1;
     this.vbox1.Add(this.frame3);
     Gtk.Box.BoxChild w21 = ((Gtk.Box.BoxChild)(this.vbox1[this.frame3]));
     w21.Position = 5;
     // Container child vbox1.Gtk.Box+BoxChild
     this.hbox2         = new Gtk.HBox();
     this.hbox2.Name    = "hbox2";
     this.hbox2.Spacing = 6;
     // Container child hbox2.Gtk.Box+BoxChild
     this.checkboxLed1               = new Gtk.CheckButton();
     this.checkboxLed1.CanFocus      = true;
     this.checkboxLed1.Name          = "checkboxLed1";
     this.checkboxLed1.Label         = Mono.Unix.Catalog.GetString("Led1");
     this.checkboxLed1.DrawIndicator = true;
     this.checkboxLed1.UseUnderline  = true;
     this.hbox2.Add(this.checkboxLed1);
     Gtk.Box.BoxChild w22 = ((Gtk.Box.BoxChild)(this.hbox2[this.checkboxLed1]));
     w22.Position = 0;
     w22.Expand   = false;
     // Container child hbox2.Gtk.Box+BoxChild
     this.checkboxLed2               = new Gtk.CheckButton();
     this.checkboxLed2.CanFocus      = true;
     this.checkboxLed2.Name          = "checkboxLed2";
     this.checkboxLed2.Label         = Mono.Unix.Catalog.GetString("Led 2");
     this.checkboxLed2.DrawIndicator = true;
     this.checkboxLed2.UseUnderline  = true;
     this.hbox2.Add(this.checkboxLed2);
     Gtk.Box.BoxChild w23 = ((Gtk.Box.BoxChild)(this.hbox2[this.checkboxLed2]));
     w23.Position = 1;
     w23.Expand   = false;
     // Container child hbox2.Gtk.Box+BoxChild
     this.checkboxLed3               = new Gtk.CheckButton();
     this.checkboxLed3.CanFocus      = true;
     this.checkboxLed3.Name          = "checkboxLed3";
     this.checkboxLed3.Label         = Mono.Unix.Catalog.GetString("Led 3");
     this.checkboxLed3.DrawIndicator = true;
     this.checkboxLed3.UseUnderline  = true;
     this.hbox2.Add(this.checkboxLed3);
     Gtk.Box.BoxChild w24 = ((Gtk.Box.BoxChild)(this.hbox2[this.checkboxLed3]));
     w24.Position = 2;
     w24.Expand   = false;
     // Container child hbox2.Gtk.Box+BoxChild
     this.checkboxLed4               = new Gtk.CheckButton();
     this.checkboxLed4.CanFocus      = true;
     this.checkboxLed4.Name          = "checkboxLed4";
     this.checkboxLed4.Label         = Mono.Unix.Catalog.GetString("Led 4");
     this.checkboxLed4.DrawIndicator = true;
     this.checkboxLed4.UseUnderline  = true;
     this.hbox2.Add(this.checkboxLed4);
     Gtk.Box.BoxChild w25 = ((Gtk.Box.BoxChild)(this.hbox2[this.checkboxLed4]));
     w25.Position = 3;
     // Container child hbox2.Gtk.Box+BoxChild
     this.checkboxRumble               = new Gtk.CheckButton();
     this.checkboxRumble.CanFocus      = true;
     this.checkboxRumble.Name          = "checkboxRumble";
     this.checkboxRumble.Label         = Mono.Unix.Catalog.GetString("Rumble");
     this.checkboxRumble.DrawIndicator = true;
     this.checkboxRumble.UseUnderline  = true;
     this.hbox2.Add(this.checkboxRumble);
     Gtk.Box.BoxChild w26 = ((Gtk.Box.BoxChild)(this.hbox2[this.checkboxRumble]));
     w26.Position = 4;
     w26.Expand   = false;
     this.vbox1.Add(this.hbox2);
     Gtk.Box.BoxChild w27 = ((Gtk.Box.BoxChild)(this.vbox1[this.hbox2]));
     w27.Position = 6;
     w27.Expand   = false;
     w27.Fill     = false;
     // Container child vbox1.Gtk.Box+BoxChild
     this.hbox3         = new Gtk.HBox();
     this.hbox3.Name    = "hbox3";
     this.hbox3.Spacing = 6;
     // Container child hbox3.Gtk.Box+BoxChild
     this.btnUpdateBattery              = new Gtk.Button();
     this.btnUpdateBattery.CanFocus     = true;
     this.btnUpdateBattery.Name         = "btnUpdateBattery";
     this.btnUpdateBattery.UseUnderline = true;
     this.btnUpdateBattery.Label        = Mono.Unix.Catalog.GetString("Update Battery");
     this.hbox3.Add(this.btnUpdateBattery);
     Gtk.Box.BoxChild w28 = ((Gtk.Box.BoxChild)(this.hbox3[this.btnUpdateBattery]));
     w28.Position = 0;
     w28.Expand   = false;
     w28.Fill     = false;
     // Container child hbox3.Gtk.Box+BoxChild
     this.progressbarBattery      = new Gtk.ProgressBar();
     this.progressbarBattery.Name = "progressbarBattery";
     this.hbox3.Add(this.progressbarBattery);
     Gtk.Box.BoxChild w29 = ((Gtk.Box.BoxChild)(this.hbox3[this.progressbarBattery]));
     w29.Position = 1;
     this.vbox1.Add(this.hbox3);
     Gtk.Box.BoxChild w30 = ((Gtk.Box.BoxChild)(this.vbox1[this.hbox3]));
     w30.Position = 7;
     w30.Expand   = false;
     w30.Fill     = false;
     this.Add(this.vbox1);
     if ((this.Child != null))
     {
         this.Child.ShowAll();
     }
     w1.SetUiManager(w2);
     this.Show();
     this.DisconnectAction.Activated    += new System.EventHandler(this.OnDisconnectActionActivated);
     this.PlaySoundAction.Activated     += new System.EventHandler(this.OnPlaySoundActionActivated);
     this.DumpMemoryAction.Activated    += new System.EventHandler(this.OnDumpMemoryActionActivated);
     this.DisconnectAction1.Activated   += new System.EventHandler(this.OnDisconnectActionActivated);
     this.CalibrateAction.Activated     += new System.EventHandler(this.OnCalibrateActionActivated);
     this.comboboxReportingMode.Changed += new System.EventHandler(this.OnComboboxReportingModeChanged);
     this.drawingareaIR.ExposeEvent     += new Gtk.ExposeEventHandler(this.OnDrawingareaIRExposeEvent);
     this.checkboxLed1.Pressed          += new System.EventHandler(this.OnCheckboxLed1Pressed);
     this.checkboxLed2.Pressed          += new System.EventHandler(this.OnCheckboxLed2Pressed);
     this.checkboxLed3.Pressed          += new System.EventHandler(this.OnCheckboxLed3Pressed);
     this.checkboxLed4.Pressed          += new System.EventHandler(this.OnCheckboxLed4Pressed);
     this.checkboxRumble.Pressed        += new System.EventHandler(this.OnCheckboxRumblePressed);
     this.btnUpdateBattery.Pressed      += new System.EventHandler(this.OnBtnUpdateBatteryPressed);
 }
Exemple #10
0
 protected virtual void Build()
 {
     global::Stetic.Gui.Initialize(this);
     // Widget QSBusinessCommon.MeasurementUnitsDlg
     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 = "QSBusinessCommon.MeasurementUnitsDlg";
     // Container child QSBusinessCommon.MeasurementUnitsDlg.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.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 w3 = new global::Gtk.Image();
     w3.Pixbuf             = global::Stetic.IconLoader.LoadIcon(this, "gtk-save", global::Gtk.IconSize.Menu);
     this.buttonSave.Image = w3;
     this.hbox4.Add(this.buttonSave);
     global::Gtk.Box.BoxChild w4 = ((global::Gtk.Box.BoxChild)(this.hbox4[this.buttonSave]));
     w4.Position = 0;
     w4.Expand   = false;
     w4.Fill     = false;
     // Container child hbox4.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 w5 = new global::Gtk.Image();
     w5.Pixbuf = global::Stetic.IconLoader.LoadIcon(this, "gtk-revert-to-saved", global::Gtk.IconSize.Menu);
     this.buttonCancel.Image = w5;
     this.hbox4.Add(this.buttonCancel);
     global::Gtk.Box.BoxChild w6 = ((global::Gtk.Box.BoxChild)(this.hbox4[this.buttonCancel]));
     w6.Position = 1;
     w6.Expand   = false;
     w6.Fill     = false;
     this.vbox3.Add(this.hbox4);
     global::Gtk.Box.BoxChild w7 = ((global::Gtk.Box.BoxChild)(this.vbox3[this.hbox4]));
     w7.Position = 0;
     w7.Expand   = false;
     w7.Fill     = false;
     // Container child vbox3.Gtk.Box+BoxChild
     this.datatable1               = new global::Gtk.Table(((uint)(3)), ((uint)(2)), false);
     this.datatable1.Name          = "datatable1";
     this.datatable1.RowSpacing    = ((uint)(6));
     this.datatable1.ColumnSpacing = ((uint)(6));
     // Container child datatable1.Gtk.Table+TableChild
     this.dataentryOKEI               = new global::Gamma.GtkWidgets.yEntry();
     this.dataentryOKEI.CanFocus      = true;
     this.dataentryOKEI.Name          = "dataentryOKEI";
     this.dataentryOKEI.IsEditable    = true;
     this.dataentryOKEI.MaxLength     = 3;
     this.dataentryOKEI.InvisibleChar = '●';
     this.datatable1.Add(this.dataentryOKEI);
     global::Gtk.Table.TableChild w8 = ((global::Gtk.Table.TableChild)(this.datatable1[this.dataentryOKEI]));
     w8.TopAttach    = ((uint)(2));
     w8.BottomAttach = ((uint)(3));
     w8.LeftAttach   = ((uint)(1));
     w8.RightAttach  = ((uint)(2));
     w8.XOptions     = ((global::Gtk.AttachOptions)(4));
     w8.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child datatable1.Gtk.Table+TableChild
     this.entryName               = new global::Gamma.GtkWidgets.yEntry();
     this.entryName.CanFocus      = true;
     this.entryName.Name          = "entryName";
     this.entryName.IsEditable    = true;
     this.entryName.MaxLength     = 10;
     this.entryName.InvisibleChar = '●';
     this.datatable1.Add(this.entryName);
     global::Gtk.Table.TableChild w9 = ((global::Gtk.Table.TableChild)(this.datatable1[this.entryName]));
     w9.LeftAttach  = ((uint)(1));
     w9.RightAttach = ((uint)(2));
     w9.YOptions    = ((global::Gtk.AttachOptions)(4));
     // Container child datatable1.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.datatable1.Add(this.label1);
     global::Gtk.Table.TableChild w10 = ((global::Gtk.Table.TableChild)(this.datatable1[this.label1]));
     w10.TopAttach    = ((uint)(2));
     w10.BottomAttach = ((uint)(3));
     w10.XOptions     = ((global::Gtk.AttachOptions)(4));
     w10.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child datatable1.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("Знаков после запятой:");
     this.label10.Justify   = ((global::Gtk.Justification)(1));
     this.datatable1.Add(this.label10);
     global::Gtk.Table.TableChild w11 = ((global::Gtk.Table.TableChild)(this.datatable1[this.label10]));
     w11.TopAttach    = ((uint)(1));
     w11.BottomAttach = ((uint)(2));
     w11.XOptions     = ((global::Gtk.AttachOptions)(4));
     w11.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child datatable1.Gtk.Table+TableChild
     this.label11           = new global::Gtk.Label();
     this.label11.Name      = "label11";
     this.label11.Xalign    = 1F;
     this.label11.LabelProp = global::Mono.Unix.Catalog.GetString("Название:");
     this.datatable1.Add(this.label11);
     global::Gtk.Table.TableChild w12 = ((global::Gtk.Table.TableChild)(this.datatable1[this.label11]));
     w12.XOptions = ((global::Gtk.AttachOptions)(4));
     w12.YOptions = ((global::Gtk.AttachOptions)(4));
     // Container child datatable1.Gtk.Table+TableChild
     this.spinDigits          = new global::Gamma.GtkWidgets.ySpinButton(0D, 5D, 1D);
     this.spinDigits.CanFocus = true;
     this.spinDigits.Name     = "spinDigits";
     this.spinDigits.Adjustment.PageIncrement = 10D;
     this.spinDigits.ClimbRate      = 1D;
     this.spinDigits.Numeric        = true;
     this.spinDigits.ValueAsDecimal = 0m;
     this.spinDigits.ValueAsInt     = 0;
     this.datatable1.Add(this.spinDigits);
     global::Gtk.Table.TableChild w13 = ((global::Gtk.Table.TableChild)(this.datatable1[this.spinDigits]));
     w13.TopAttach    = ((uint)(1));
     w13.BottomAttach = ((uint)(2));
     w13.LeftAttach   = ((uint)(1));
     w13.RightAttach  = ((uint)(2));
     w13.XOptions     = ((global::Gtk.AttachOptions)(4));
     w13.YOptions     = ((global::Gtk.AttachOptions)(4));
     this.vbox3.Add(this.datatable1);
     global::Gtk.Box.BoxChild w14 = ((global::Gtk.Box.BoxChild)(this.vbox3[this.datatable1]));
     w14.Position = 1;
     w14.Expand   = false;
     w14.Fill     = false;
     this.Add(this.vbox3);
     if ((this.Child != null))
     {
         this.Child.ShowAll();
     }
     w1.SetUiManager(UIManager);
     this.Hide();
 }
 protected virtual void Build()
 {
     global::Stetic.Gui.Initialize(this);
     // Widget BlinkStickClient.NotificationsWidget
     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 = "BlinkStickClient.NotificationsWidget";
     // Container child BlinkStickClient.NotificationsWidget.Gtk.Container+ContainerChild
     this.vbox5         = new global::Gtk.VBox();
     this.vbox5.Name    = "vbox5";
     this.vbox5.Spacing = 6;
     // Container child vbox5.Gtk.Box+BoxChild
     this.hbox1         = new global::Gtk.HBox();
     this.hbox1.Name    = "hbox1";
     this.hbox1.Spacing = 6;
     // Container child hbox1.Gtk.Box+BoxChild
     this.buttonAddNotification              = new global::Gtk.Button();
     this.buttonAddNotification.CanFocus     = true;
     this.buttonAddNotification.Name         = "buttonAddNotification";
     this.buttonAddNotification.UseUnderline = true;
     global::Gtk.Image w3 = new global::Gtk.Image();
     w3.Pixbuf = global::Gdk.Pixbuf.LoadFromResource("BlinkStickClient.Resources.icons.icon-dark-plus.png");
     this.buttonAddNotification.Image = w3;
     this.hbox1.Add(this.buttonAddNotification);
     global::Gtk.Box.BoxChild w4 = ((global::Gtk.Box.BoxChild)(this.hbox1 [this.buttonAddNotification]));
     w4.Position = 0;
     w4.Expand   = false;
     w4.Fill     = false;
     // Container child hbox1.Gtk.Box+BoxChild
     this.label1           = new global::Gtk.Label();
     this.label1.Name      = "label1";
     this.label1.Xpad      = 10;
     this.label1.Xalign    = 0F;
     this.label1.UseMarkup = true;
     this.hbox1.Add(this.label1);
     global::Gtk.Box.BoxChild w5 = ((global::Gtk.Box.BoxChild)(this.hbox1 [this.label1]));
     w5.Position = 1;
     this.vbox5.Add(this.hbox1);
     global::Gtk.Box.BoxChild w6 = ((global::Gtk.Box.BoxChild)(this.vbox5 [this.hbox1]));
     w6.Position = 0;
     w6.Expand   = false;
     w6.Fill     = false;
     // Container child vbox5.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.treeviewEvents          = new global::Gtk.TreeView();
     this.treeviewEvents.CanFocus = true;
     this.treeviewEvents.Name     = "treeviewEvents";
     this.GtkScrolledWindow.Add(this.treeviewEvents);
     this.vbox5.Add(this.GtkScrolledWindow);
     global::Gtk.Box.BoxChild w8 = ((global::Gtk.Box.BoxChild)(this.vbox5 [this.GtkScrolledWindow]));
     w8.Position = 1;
     this.Add(this.vbox5);
     if ((this.Child != null))
     {
         this.Child.ShowAll();
     }
     w1.SetUiManager(UIManager);
     this.Hide();
     this.buttonAddNotification.Clicked += new global::System.EventHandler(this.OnButtonAddNotificationClicked);
     this.treeviewEvents.RowActivated   += new global::Gtk.RowActivatedHandler(this.OnTreeviewEventsRowActivated);
     this.treeviewEvents.CursorChanged  += new global::System.EventHandler(this.OnTreeviewEventsCursorChanged);
 }
Exemple #12
0
 protected virtual void Build()
 {
     global::Stetic.Gui.Initialize(this);
     // Widget LampManager.ApachePanel
     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 = "LampManager.ApachePanel";
     // Container child LampManager.ApachePanel.Gtk.Container+ContainerChild
     this.vbox1             = new global::Gtk.VBox();
     this.vbox1.Name        = "vbox1";
     this.vbox1.Spacing     = 6;
     this.vbox1.BorderWidth = ((uint)(9));
     // 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("<b>Status:</b>");
     this.label1.UseMarkup = true;
     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.statusLabel1           = new global::Gtk.Label();
     this.statusLabel1.Name      = "statusLabel1";
     this.statusLabel1.LabelProp = "label2";
     this.hbox1.Add(this.statusLabel1);
     global::Gtk.Box.BoxChild w4 = ((global::Gtk.Box.BoxChild)(this.hbox1[this.statusLabel1]));
     w4.Position = 1;
     w4.Expand   = false;
     w4.Fill     = false;
     // Container child hbox1.Gtk.Box+BoxChild
     this.versionLabel           = new global::Gtk.Label();
     this.versionLabel.Name      = "versionLabel";
     this.versionLabel.LabelProp = global::Mono.Unix.Catalog.GetString("label2");
     this.hbox1.Add(this.versionLabel);
     global::Gtk.Box.BoxChild w5 = ((global::Gtk.Box.BoxChild)(this.hbox1[this.versionLabel]));
     w5.PackType = ((global::Gtk.PackType)(1));
     w5.Position = 2;
     w5.Expand   = false;
     w5.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("<b>Version:</b>");
     this.label5.UseMarkup = true;
     this.hbox1.Add(this.label5);
     global::Gtk.Box.BoxChild w6 = ((global::Gtk.Box.BoxChild)(this.hbox1[this.label5]));
     w6.PackType = ((global::Gtk.PackType)(1));
     w6.Position = 3;
     w6.Expand   = false;
     w6.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 w7 = ((global::Gtk.Box.BoxChild)(this.hbox1[this.vseparator1]));
     w7.PackType = ((global::Gtk.PackType)(1));
     w7.Position = 4;
     w7.Expand   = false;
     w7.Fill     = false;
     this.vbox1.Add(this.hbox1);
     global::Gtk.Box.BoxChild w8 = ((global::Gtk.Box.BoxChild)(this.vbox1[this.hbox1]));
     w8.Position = 0;
     w8.Expand   = false;
     w8.Fill     = false;
     // Container child vbox1.Gtk.Box+BoxChild
     this.notebook1             = new global::Gtk.Notebook();
     this.notebook1.CanFocus    = true;
     this.notebook1.Name        = "notebook1";
     this.notebook1.CurrentPage = 2;
     // Container child notebook1.Gtk.Notebook+NotebookChild
     this.apacheModsList        = new global::LampManager.ApacheModsList();
     this.apacheModsList.Events = ((global::Gdk.EventMask)(256));
     this.apacheModsList.Name   = "apacheModsList";
     this.notebook1.Add(this.apacheModsList);
     // Notebook tab
     this.label3           = new global::Gtk.Label();
     this.label3.Name      = "label3";
     this.label3.LabelProp = global::Mono.Unix.Catalog.GetString("Mods");
     this.notebook1.SetTabLabel(this.apacheModsList, this.label3);
     this.label3.ShowAll();
     // Container child notebook1.Gtk.Notebook+NotebookChild
     this.apacheSitesList        = new global::LampManager.ApacheSitesList();
     this.apacheSitesList.Events = ((global::Gdk.EventMask)(256));
     this.apacheSitesList.Name   = "apacheSitesList";
     this.notebook1.Add(this.apacheSitesList);
     global::Gtk.Notebook.NotebookChild w10 = ((global::Gtk.Notebook.NotebookChild)(this.notebook1[this.apacheSitesList]));
     w10.Position = 1;
     // Notebook tab
     this.label4           = new global::Gtk.Label();
     this.label4.Name      = "label4";
     this.label4.LabelProp = global::Mono.Unix.Catalog.GetString("Sites");
     this.notebook1.SetTabLabel(this.apacheSitesList, this.label4);
     this.label4.ShowAll();
     // Container child notebook1.Gtk.Notebook+NotebookChild
     this.apachestatuspanel1        = new global::LampManager.ApacheStatusPanel();
     this.apachestatuspanel1.Events = ((global::Gdk.EventMask)(256));
     this.apachestatuspanel1.Name   = "apachestatuspanel1";
     this.notebook1.Add(this.apachestatuspanel1);
     global::Gtk.Notebook.NotebookChild w11 = ((global::Gtk.Notebook.NotebookChild)(this.notebook1[this.apachestatuspanel1]));
     w11.Position = 2;
     // Notebook tab
     this.label6           = new global::Gtk.Label();
     this.label6.Name      = "label6";
     this.label6.LabelProp = global::Mono.Unix.Catalog.GetString("Status");
     this.notebook1.SetTabLabel(this.apachestatuspanel1, this.label6);
     this.label6.ShowAll();
     this.vbox1.Add(this.notebook1);
     global::Gtk.Box.BoxChild w12 = ((global::Gtk.Box.BoxChild)(this.vbox1[this.notebook1]));
     w12.Position = 1;
     this.Add(this.vbox1);
     if ((this.Child != null))
     {
         this.Child.ShowAll();
     }
     w1.SetUiManager(UIManager);
     this.Hide();
 }
Exemple #13
0
 protected virtual void Build()
 {
     global::Stetic.Gui.Initialize(this);
     // Widget MequantaStudio.SmartQuant.DataManagerWidget
     Stetic.BinContainer w1 = global::Stetic.BinContainer.Attach(this);
     this.UIManager = new global::Gtk.UIManager();
     global::Gtk.ActionGroup w2 = new global::Gtk.ActionGroup("Default");
     this.refreshAction = new global::Gtk.Action("refreshAction", null, null, "gtk-refresh");
     w2.Add(this.refreshAction, null);
     this.UIManager.InsertActionGroup(w2, 0);
     this.Name = "MequantaStudio.SmartQuant.DataManagerWidget";
     // Container child MequantaStudio.SmartQuant.DataManagerWidget.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='refreshAction' action='refreshAction'/></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 w3 = ((global::Gtk.Box.BoxChild)(this.vbox1 [this.toolbar1]));
     w3.Position = 0;
     w3.Expand   = false;
     w3.Fill     = false;
     // Container child vbox1.Gtk.Box+BoxChild
     this.hpaned1          = new global::Gtk.HPaned();
     this.hpaned1.CanFocus = true;
     this.hpaned1.Name     = "hpaned1";
     this.hpaned1.Position = 160;
     // Container child hpaned1.Gtk.Paned+PanedChild
     this.notebook1             = new global::Gtk.Notebook();
     this.notebook1.CanFocus    = true;
     this.notebook1.Name        = "notebook1";
     this.notebook1.CurrentPage = 0;
     // Container child notebook1.Gtk.Notebook+NotebookChild
     this.GtkScrolledWindow            = new global::Gtk.ScrolledWindow();
     this.GtkScrolledWindow.Name       = "GtkScrolledWindow";
     this.GtkScrolledWindow.ShadowType = ((global::Gtk.ShadowType)(1));
     // Container child GtkScrolledWindow.Gtk.Container+ContainerChild
     this.treeview1          = new global::Gtk.TreeView();
     this.treeview1.CanFocus = true;
     this.treeview1.Name     = "treeview1";
     this.GtkScrolledWindow.Add(this.treeview1);
     this.notebook1.Add(this.GtkScrolledWindow);
     // Notebook tab
     this.label1           = new global::Gtk.Label();
     this.label1.Name      = "label1";
     this.label1.LabelProp = global::Mono.Unix.Catalog.GetString("page1");
     this.notebook1.SetTabLabel(this.GtkScrolledWindow, this.label1);
     this.label1.ShowAll();
     this.hpaned1.Add(this.notebook1);
     global::Gtk.Paned.PanedChild w6 = ((global::Gtk.Paned.PanedChild)(this.hpaned1 [this.notebook1]));
     w6.Resize = false;
     // Container child hpaned1.Gtk.Paned+PanedChild
     this.notebook2             = new global::Gtk.Notebook();
     this.notebook2.CanFocus    = true;
     this.notebook2.Name        = "notebook2";
     this.notebook2.CurrentPage = 0;
     // Container child notebook2.Gtk.Notebook+NotebookChild
     this.GtkScrolledWindow1            = new global::Gtk.ScrolledWindow();
     this.GtkScrolledWindow1.Name       = "GtkScrolledWindow1";
     this.GtkScrolledWindow1.ShadowType = ((global::Gtk.ShadowType)(1));
     // Container child GtkScrolledWindow1.Gtk.Container+ContainerChild
     this.treeview2          = new global::Gtk.TreeView();
     this.treeview2.CanFocus = true;
     this.treeview2.Name     = "treeview2";
     this.GtkScrolledWindow1.Add(this.treeview2);
     this.notebook2.Add(this.GtkScrolledWindow1);
     // Notebook tab
     this.label2           = new global::Gtk.Label();
     this.label2.Name      = "label2";
     this.label2.LabelProp = global::Mono.Unix.Catalog.GetString("page1");
     this.notebook2.SetTabLabel(this.GtkScrolledWindow1, this.label2);
     this.label2.ShowAll();
     this.hpaned1.Add(this.notebook2);
     this.vbox1.Add(this.hpaned1);
     global::Gtk.Box.BoxChild w10 = ((global::Gtk.Box.BoxChild)(this.vbox1 [this.hpaned1]));
     w10.Position = 1;
     this.Add(this.vbox1);
     if ((this.Child != null))
     {
         this.Child.ShowAll();
     }
     w1.SetUiManager(UIManager);
     this.Show();
 }
Exemple #14
0
 protected virtual void Build()
 {
     global::Stetic.Gui.Initialize(this);
     // Widget TraceLab.UI.GTK.ComponentsLibraryWidget
     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 = "TraceLab.UI.GTK.ComponentsLibraryWidget";
     // Container child TraceLab.UI.GTK.ComponentsLibraryWidget.Gtk.Container+ContainerChild
     this.vbox2         = new global::Gtk.VBox();
     this.vbox2.Name    = "vbox2";
     this.vbox2.Spacing = 6;
     // Container child vbox2.Gtk.Box+BoxChild
     this.hbox1         = new global::Gtk.HBox();
     this.hbox1.Name    = "hbox1";
     this.hbox1.Spacing = 2;
     // Container child hbox1.Gtk.Box+BoxChild
     this.refreshButton              = new global::Gtk.Button();
     this.refreshButton.CanFocus     = true;
     this.refreshButton.Name         = "refreshButton";
     this.refreshButton.UseUnderline = true;
     // Container child refreshButton.Gtk.Container+ContainerChild
     global::Gtk.Alignment w3 = new global::Gtk.Alignment(0.5F, 0.5F, 0F, 0F);
     // Container child GtkAlignment.Gtk.Container+ContainerChild
     global::Gtk.HBox w4 = new global::Gtk.HBox();
     w4.Spacing = 2;
     // Container child GtkHBox.Gtk.Container+ContainerChild
     global::Gtk.Image w5 = new global::Gtk.Image();
     w5.Pixbuf = global::Gdk.Pixbuf.LoadFromResource("TraceLab.UI.GTK.Resources.Icon_Refresh16.png");
     w4.Add(w5);
     // Container child GtkHBox.Gtk.Container+ContainerChild
     global::Gtk.Label w7 = new global::Gtk.Label();
     w4.Add(w7);
     w3.Add(w4);
     this.refreshButton.Add(w3);
     this.hbox1.Add(this.refreshButton);
     global::Gtk.Box.BoxChild w11 = ((global::Gtk.Box.BoxChild)(this.hbox1 [this.refreshButton]));
     w11.Position = 0;
     w11.Expand   = false;
     w11.Fill     = false;
     // Container child hbox1.Gtk.Box+BoxChild
     this.packageReferencesButton              = new global::Gtk.Button();
     this.packageReferencesButton.Sensitive    = false;
     this.packageReferencesButton.CanFocus     = true;
     this.packageReferencesButton.Name         = "packageReferencesButton";
     this.packageReferencesButton.UseUnderline = true;
     // Container child packageReferencesButton.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::Gdk.Pixbuf.LoadFromResource("TraceLab.UI.GTK.Resources.Icon_PkgReference16.png");
     w13.Add(w14);
     // Container child GtkHBox.Gtk.Container+ContainerChild
     global::Gtk.Label w16 = new global::Gtk.Label();
     w13.Add(w16);
     w12.Add(w13);
     this.packageReferencesButton.Add(w12);
     this.hbox1.Add(this.packageReferencesButton);
     global::Gtk.Box.BoxChild w20 = ((global::Gtk.Box.BoxChild)(this.hbox1 [this.packageReferencesButton]));
     w20.Position = 1;
     w20.Expand   = false;
     w20.Fill     = false;
     // Container child hbox1.Gtk.Box+BoxChild
     this.filterEntry               = new global::Gtk.Entry();
     this.filterEntry.CanFocus      = true;
     this.filterEntry.Name          = "filterEntry";
     this.filterEntry.IsEditable    = true;
     this.filterEntry.InvisibleChar = '●';
     this.hbox1.Add(this.filterEntry);
     global::Gtk.Box.BoxChild w21 = ((global::Gtk.Box.BoxChild)(this.hbox1 [this.filterEntry]));
     w21.Position = 2;
     this.vbox2.Add(this.hbox1);
     global::Gtk.Box.BoxChild w22 = ((global::Gtk.Box.BoxChild)(this.vbox2 [this.hbox1]));
     w22.Position = 0;
     w22.Expand   = false;
     w22.Fill     = false;
     // Container child vbox2.Gtk.Box+BoxChild
     this.GtkScrolledWindow            = new global::Gtk.ScrolledWindow();
     this.GtkScrolledWindow.Name       = "GtkScrolledWindow";
     this.GtkScrolledWindow.ShadowType = ((global::Gtk.ShadowType)(1));
     // Container child GtkScrolledWindow.Gtk.Container+ContainerChild
     this.treeView          = new global::Gtk.TreeView();
     this.treeView.CanFocus = true;
     this.treeView.Name     = "treeView";
     this.GtkScrolledWindow.Add(this.treeView);
     this.vbox2.Add(this.GtkScrolledWindow);
     global::Gtk.Box.BoxChild w24 = ((global::Gtk.Box.BoxChild)(this.vbox2 [this.GtkScrolledWindow]));
     w24.Position = 1;
     this.Add(this.vbox2);
     if ((this.Child != null))
     {
         this.Child.ShowAll();
     }
     w1.SetUiManager(UIManager);
     this.Hide();
     this.refreshButton.Clicked           += new global::System.EventHandler(this.RescanButtonClicked);
     this.packageReferencesButton.Clicked += new global::System.EventHandler(this.PackageReferencesButtonClicked);
     this.filterEntry.Changed             += new global::System.EventHandler(this.OnFilterEntryTextChanged);
 }
Exemple #15
0
 protected virtual void Build()
 {
     global::Stetic.Gui.Initialize(this);
     // Widget vocab.LessonView
     Stetic.BinContainer w1 = global::Stetic.BinContainer.Attach(this);
     this.UIManager = new global::Gtk.UIManager();
     global::Gtk.ActionGroup w2 = new global::Gtk.ActionGroup("Default");
     this.addAction             = new global::Gtk.Action("addAction", null, null, "gtk-add");
     this.addAction.IsImportant = true;
     w2.Add(this.addAction, null);
     this.closeAction             = new global::Gtk.Action("closeAction", null, null, "gtk-close");
     this.closeAction.IsImportant = true;
     w2.Add(this.closeAction, null);
     this.editAction             = new global::Gtk.Action("editAction", null, null, "gtk-edit");
     this.editAction.IsImportant = true;
     w2.Add(this.editAction, null);
     this.removeAction             = new global::Gtk.Action("removeAction", null, null, "gtk-remove");
     this.removeAction.IsImportant = true;
     w2.Add(this.removeAction, null);
     this.UIManager.InsertActionGroup(w2, 0);
     this.Name = "vocab.LessonView";
     // Container child vocab.LessonView.Gtk.Container+ContainerChild
     this.vbox2         = new global::Gtk.VBox();
     this.vbox2.Name    = "vbox2";
     this.vbox2.Spacing = 6;
     // Container child vbox2.Gtk.Box+BoxChild
     this.UIManager.AddUiFromString("<ui><toolbar name='toolbar2'><toolitem name='editAction' action='editAction'/><toolitem name='addAction' action='addAction'/><toolitem name='removeAction' action='removeAction'/><toolitem name='closeAction' action='closeAction'/></toolbar></ui>");
     this.toolbar2           = ((global::Gtk.Toolbar)(this.UIManager.GetWidget("/toolbar2")));
     this.toolbar2.Name      = "toolbar2";
     this.toolbar2.ShowArrow = false;
     this.vbox2.Add(this.toolbar2);
     global::Gtk.Box.BoxChild w3 = ((global::Gtk.Box.BoxChild)(this.vbox2[this.toolbar2]));
     w3.Position = 0;
     w3.Expand   = false;
     w3.Fill     = false;
     // Container child vbox2.Gtk.Box+BoxChild
     this.hbox1             = new global::Gtk.HBox();
     this.hbox1.Name        = "hbox1";
     this.hbox1.Spacing     = 6;
     this.hbox1.BorderWidth = ((uint)(3));
     // Container child hbox1.Gtk.Box+BoxChild
     this.label1           = new global::Gtk.Label();
     this.label1.Name      = "label1";
     this.label1.LabelProp = global::Mono.Unix.Catalog.GetString("Lesson title:");
     this.hbox1.Add(this.label1);
     global::Gtk.Box.BoxChild w4 = ((global::Gtk.Box.BoxChild)(this.hbox1[this.label1]));
     w4.Position = 0;
     w4.Expand   = false;
     w4.Fill     = false;
     // Container child hbox1.Gtk.Box+BoxChild
     this.entry3               = new global::Gtk.Entry();
     this.entry3.CanFocus      = true;
     this.entry3.Name          = "entry3";
     this.entry3.IsEditable    = true;
     this.entry3.InvisibleChar = '•';
     this.hbox1.Add(this.entry3);
     global::Gtk.Box.BoxChild w5 = ((global::Gtk.Box.BoxChild)(this.hbox1[this.entry3]));
     w5.Position = 1;
     this.vbox2.Add(this.hbox1);
     global::Gtk.Box.BoxChild w6 = ((global::Gtk.Box.BoxChild)(this.vbox2[this.hbox1]));
     w6.Position = 1;
     w6.Expand   = false;
     w6.Fill     = false;
     // Container child vbox2.Gtk.Box+BoxChild
     this.GtkScrolledWindow            = new global::Gtk.ScrolledWindow();
     this.GtkScrolledWindow.Name       = "GtkScrolledWindow";
     this.GtkScrolledWindow.ShadowType = ((global::Gtk.ShadowType)(1));
     // Container child GtkScrolledWindow.Gtk.Container+ContainerChild
     this.nodeview2             = new global::Gtk.NodeView();
     this.nodeview2.CanFocus    = true;
     this.nodeview2.Name        = "nodeview2";
     this.nodeview2.Reorderable = true;
     this.GtkScrolledWindow.Add(this.nodeview2);
     this.vbox2.Add(this.GtkScrolledWindow);
     global::Gtk.Box.BoxChild w8 = ((global::Gtk.Box.BoxChild)(this.vbox2[this.GtkScrolledWindow]));
     w8.Position = 2;
     this.Add(this.vbox2);
     if ((this.Child != null))
     {
         this.Child.ShowAll();
     }
     w1.SetUiManager(UIManager);
     this.Hide();
     this.addAction.Activated     += new global::System.EventHandler(this.OnAddActionActivated);
     this.closeAction.Activated   += new global::System.EventHandler(this.OnCloseActionActivated);
     this.editAction.Activated    += new global::System.EventHandler(this.OnEditActionActivated);
     this.removeAction.Activated  += new global::System.EventHandler(this.OnRemoveActionActivated);
     this.entry3.Activated        += new global::System.EventHandler(this.OnEntry3Activated);
     this.nodeview2.CursorChanged += new global::System.EventHandler(this.OnNodeview2CursorChanged);
 }
 protected virtual void Build()
 {
     global::Stetic.Gui.Initialize(this);
     // Widget MonoDevelop.AssemblyBrowser.AssemblyBrowserWidget
     Stetic.BinContainer w1 = global::Stetic.BinContainer.Attach(this);
     this.UIManager = new global::Gtk.UIManager();
     global::Gtk.ActionGroup w2 = new global::Gtk.ActionGroup("Default");
     this.NavigateBackwardAction            = new global::Gtk.Action("NavigateBackwardAction", global::Mono.Unix.Catalog.GetString("Navigate backward"), null, "gtk-go-back");
     this.NavigateBackwardAction.ShortLabel = global::Mono.Unix.Catalog.GetString("Navigate backward");
     w2.Add(this.NavigateBackwardAction, null);
     this.NavigateForwardAction            = new global::Gtk.Action("NavigateForwardAction", global::Mono.Unix.Catalog.GetString("Navigate forward"), null, "gtk-go-forward");
     this.NavigateForwardAction.ShortLabel = global::Mono.Unix.Catalog.GetString("Navigate forward");
     w2.Add(this.NavigateForwardAction, null);
     this.goBackAction = new global::Gtk.Action("goBackAction", null, null, "gtk-go-back");
     w2.Add(this.goBackAction, null);
     this.goForwardAction = new global::Gtk.Action("goForwardAction", null, null, "gtk-go-forward");
     w2.Add(this.goForwardAction, null);
     this.goBackAction1 = new global::Gtk.Action("goBackAction1", null, null, "gtk-go-back");
     w2.Add(this.goBackAction1, null);
     this.UIManager.InsertActionGroup(w2, 0);
     this.Name = "MonoDevelop.AssemblyBrowser.AssemblyBrowserWidget";
     // Container child MonoDevelop.AssemblyBrowser.AssemblyBrowserWidget.Gtk.Container+ContainerChild
     this.vbox1         = new global::Gtk.VBox();
     this.vbox1.Name    = "vbox1";
     this.vbox1.Spacing = 2;
     // 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.buttonBack              = new global::Gtk.Button();
     this.buttonBack.CanFocus     = true;
     this.buttonBack.Name         = "buttonBack";
     this.buttonBack.UseStock     = true;
     this.buttonBack.UseUnderline = true;
     this.buttonBack.Label        = "gtk-go-back";
     this.hbox2.Add(this.buttonBack);
     global::Gtk.Box.BoxChild w3 = ((global::Gtk.Box.BoxChild)(this.hbox2 [this.buttonBack]));
     w3.Position = 0;
     w3.Expand   = false;
     w3.Fill     = false;
     // Container child hbox2.Gtk.Box+BoxChild
     this.buttonForeward              = new global::Gtk.Button();
     this.buttonForeward.CanFocus     = true;
     this.buttonForeward.Name         = "buttonForeward";
     this.buttonForeward.UseStock     = true;
     this.buttonForeward.UseUnderline = true;
     this.buttonForeward.Label        = "gtk-go-forward";
     this.hbox2.Add(this.buttonForeward);
     global::Gtk.Box.BoxChild w4 = ((global::Gtk.Box.BoxChild)(this.hbox2 [this.buttonForeward]));
     w4.Position = 1;
     w4.Expand   = false;
     w4.Fill     = false;
     // Container child hbox2.Gtk.Box+BoxChild
     this.label3              = new global::Gtk.Label();
     this.label3.Name         = "label3";
     this.label3.LabelProp    = global::Mono.Unix.Catalog.GetString("_Visibility:");
     this.label3.UseUnderline = true;
     this.hbox2.Add(this.label3);
     global::Gtk.Box.BoxChild w5 = ((global::Gtk.Box.BoxChild)(this.hbox2 [this.label3]));
     w5.Position = 2;
     w5.Expand   = false;
     w5.Fill     = false;
     // Container child hbox2.Gtk.Box+BoxChild
     this.languageCombobox      = global::Gtk.ComboBox.NewText();
     this.languageCombobox.Name = "languageCombobox";
     this.hbox2.Add(this.languageCombobox);
     global::Gtk.Box.BoxChild w6 = ((global::Gtk.Box.BoxChild)(this.hbox2 [this.languageCombobox]));
     w6.PackType = ((global::Gtk.PackType)(1));
     w6.Position = 3;
     w6.Expand   = false;
     w6.Fill     = false;
     // Container child hbox2.Gtk.Box+BoxChild
     this.label1              = new global::Gtk.Label();
     this.label1.Name         = "label1";
     this.label1.LabelProp    = global::Mono.Unix.Catalog.GetString("_Language:");
     this.label1.UseUnderline = true;
     this.hbox2.Add(this.label1);
     global::Gtk.Box.BoxChild w7 = ((global::Gtk.Box.BoxChild)(this.hbox2 [this.label1]));
     w7.PackType = ((global::Gtk.PackType)(1));
     w7.Position = 4;
     w7.Expand   = false;
     w7.Fill     = false;
     // Container child hbox2.Gtk.Box+BoxChild
     this.searchentry1      = new global::MonoDevelop.Components.SearchEntry();
     this.searchentry1.Name = "searchentry1";
     this.searchentry1.ForceFilterButtonVisible = false;
     this.searchentry1.IsCheckMenu    = false;
     this.searchentry1.ActiveFilterID = 0;
     this.searchentry1.Ready          = false;
     this.searchentry1.HasFocus       = false;
     this.hbox2.Add(this.searchentry1);
     global::Gtk.Box.BoxChild w8 = ((global::Gtk.Box.BoxChild)(this.hbox2 [this.searchentry1]));
     w8.PackType = ((global::Gtk.PackType)(1));
     w8.Position = 5;
     // Container child hbox2.Gtk.Box+BoxChild
     this.label2              = new global::Gtk.Label();
     this.label2.Name         = "label2";
     this.label2.Xalign       = 1F;
     this.label2.LabelProp    = global::Mono.Unix.Catalog.GetString("_Search:");
     this.label2.UseUnderline = true;
     this.hbox2.Add(this.label2);
     global::Gtk.Box.BoxChild w9 = ((global::Gtk.Box.BoxChild)(this.hbox2 [this.label2]));
     w9.PackType = ((global::Gtk.PackType)(1));
     w9.Position = 6;
     // Container child hbox2.Gtk.Box+BoxChild
     this.comboboxVisibilty      = global::Gtk.ComboBox.NewText();
     this.comboboxVisibilty.Name = "comboboxVisibilty";
     this.hbox2.Add(this.comboboxVisibilty);
     global::Gtk.Box.BoxChild w10 = ((global::Gtk.Box.BoxChild)(this.hbox2 [this.comboboxVisibilty]));
     w10.PackType = ((global::Gtk.PackType)(1));
     w10.Position = 7;
     w10.Expand   = false;
     w10.Fill     = false;
     this.vbox1.Add(this.hbox2);
     global::Gtk.Box.BoxChild w11 = ((global::Gtk.Box.BoxChild)(this.vbox1 [this.hbox2]));
     w11.Position = 0;
     w11.Expand   = false;
     w11.Fill     = false;
     // Container child vbox1.Gtk.Box+BoxChild
     this.hpaned1          = new global::Gtk.HPaned();
     this.hpaned1.CanFocus = true;
     this.hpaned1.Name     = "hpaned1";
     this.hpaned1.Position = 271;
     // Container child hpaned1.Gtk.Paned+PanedChild
     this.treeViewPlaceholder      = new global::Gtk.Alignment(0.5F, 0.5F, 1F, 1F);
     this.treeViewPlaceholder.Name = "treeViewPlaceholder";
     this.hpaned1.Add(this.treeViewPlaceholder);
     global::Gtk.Paned.PanedChild w12 = ((global::Gtk.Paned.PanedChild)(this.hpaned1 [this.treeViewPlaceholder]));
     w12.Resize = false;
     // Container child hpaned1.Gtk.Paned+PanedChild
     this.vbox3         = new global::Gtk.VBox();
     this.vbox3.Name    = "vbox3";
     this.vbox3.Spacing = 6;
     // Container child vbox3.Gtk.Box+BoxChild
     this.notebook1             = new global::Gtk.Notebook();
     this.notebook1.CanFocus    = true;
     this.notebook1.Name        = "notebook1";
     this.notebook1.CurrentPage = 0;
     this.notebook1.ShowBorder  = false;
     // Container child notebook1.Gtk.Notebook+NotebookChild
     this.notebookInspection             = new global::Gtk.Notebook();
     this.notebookInspection.CanFocus    = true;
     this.notebookInspection.Name        = "notebookInspection";
     this.notebookInspection.CurrentPage = 1;
     this.notebookInspection.ShowBorder  = false;
     // Container child notebookInspection.Gtk.Notebook+NotebookChild
     this.documentationScrolledWindow                = new global::MonoDevelop.Components.CompactScrolledWindow();
     this.documentationScrolledWindow.CanFocus       = true;
     this.documentationScrolledWindow.Name           = "documentationScrolledWindow";
     this.documentationScrolledWindow.ShowBorderLine = false;
     this.notebookInspection.Add(this.documentationScrolledWindow);
     // Notebook tab
     this.label4           = new global::Gtk.Label();
     this.label4.Name      = "label4";
     this.label4.LabelProp = global::Mono.Unix.Catalog.GetString("summary");
     this.notebookInspection.SetTabLabel(this.documentationScrolledWindow, this.label4);
     this.label4.ShowAll();
     // Notebook tab
     global::Gtk.Label w14 = new global::Gtk.Label();
     w14.Visible = true;
     this.notebookInspection.Add(w14);
     this.label5           = new global::Gtk.Label();
     this.label5.Name      = "label5";
     this.label5.LabelProp = global::Mono.Unix.Catalog.GetString("decompiler");
     this.notebookInspection.SetTabLabel(w14, this.label5);
     this.label5.ShowAll();
     this.notebook1.Add(this.notebookInspection);
     // Container child notebook1.Gtk.Notebook+NotebookChild
     this.searchWidget         = new global::Gtk.VBox();
     this.searchWidget.Name    = "searchWidget";
     this.searchWidget.Spacing = 6;
     // Container child searchWidget.Gtk.Box+BoxChild
     this.scrolledwindow1            = new global::Gtk.ScrolledWindow();
     this.scrolledwindow1.CanFocus   = true;
     this.scrolledwindow1.Name       = "scrolledwindow1";
     this.scrolledwindow1.ShadowType = ((global::Gtk.ShadowType)(1));
     // Container child scrolledwindow1.Gtk.Container+ContainerChild
     this.searchTreeview          = new global::Gtk.TreeView();
     this.searchTreeview.CanFocus = true;
     this.searchTreeview.Name     = "searchTreeview";
     this.scrolledwindow1.Add(this.searchTreeview);
     this.searchWidget.Add(this.scrolledwindow1);
     global::Gtk.Box.BoxChild w17 = ((global::Gtk.Box.BoxChild)(this.searchWidget [this.scrolledwindow1]));
     w17.Position = 0;
     this.notebook1.Add(this.searchWidget);
     global::Gtk.Notebook.NotebookChild w18 = ((global::Gtk.Notebook.NotebookChild)(this.notebook1 [this.searchWidget]));
     w18.Position = 1;
     this.vbox3.Add(this.notebook1);
     global::Gtk.Box.BoxChild w19 = ((global::Gtk.Box.BoxChild)(this.vbox3 [this.notebook1]));
     w19.Position = 0;
     this.hpaned1.Add(this.vbox3);
     this.vbox1.Add(this.hpaned1);
     global::Gtk.Box.BoxChild w21 = ((global::Gtk.Box.BoxChild)(this.vbox1 [this.hpaned1]));
     w21.Position = 1;
     this.Add(this.vbox1);
     if ((this.Child != null))
     {
         this.Child.ShowAll();
     }
     w1.SetUiManager(UIManager);
     this.label3.MnemonicWidget = this.comboboxVisibilty;
     this.label1.MnemonicWidget = this.languageCombobox;
     this.label2.MnemonicWidget = this.searchentry1;
     this.Show();
     this.NavigateBackwardAction.Activated += new global::System.EventHandler(this.OnNavigateBackwardActionActivated);
     this.NavigateForwardAction.Activated  += new global::System.EventHandler(this.OnNavigateForwardActionActivated);
 }
Exemple #17
0
 protected virtual void Build()
 {
     Stetic.Gui.Initialize(this);
     // Widget ocmgtk.WaypointWidget
     Stetic.BinContainer w1 = Stetic.BinContainer.Attach(this);
     this.UIManager = new Gtk.UIManager();
     Gtk.ActionGroup w2 = new Gtk.ActionGroup("Default");
     this.refreshAction = new Gtk.Action("refreshAction", null, null, "gtk-refresh");
     w2.Add(this.refreshAction, null);
     this.UIManager.InsertActionGroup(w2, 0);
     this.Name = "ocmgtk.WaypointWidget";
     // Container child ocmgtk.WaypointWidget.Gtk.Container+ContainerChild
     this.widgetBox      = new Gtk.VBox();
     this.widgetBox.Name = "widgetBox";
     // Container child widgetBox.Gtk.Box+BoxChild
     this.hbox1             = new Gtk.HBox();
     this.hbox1.Name        = "hbox1";
     this.hbox1.Spacing     = 6;
     this.hbox1.BorderWidth = ((uint)(6));
     // Container child hbox1.Gtk.Box+BoxChild
     this.GtkScrolledWindow            = new Gtk.ScrolledWindow();
     this.GtkScrolledWindow.Name       = "GtkScrolledWindow";
     this.GtkScrolledWindow.ShadowType = ((Gtk.ShadowType)(1));
     // Container child GtkScrolledWindow.Gtk.Container+ContainerChild
     this.wptView          = new Gtk.TreeView();
     this.wptView.CanFocus = true;
     this.wptView.Name     = "wptView";
     this.GtkScrolledWindow.Add(this.wptView);
     this.hbox1.Add(this.GtkScrolledWindow);
     Gtk.Box.BoxChild w4 = ((Gtk.Box.BoxChild)(this.hbox1[this.GtkScrolledWindow]));
     w4.Position = 0;
     // Container child hbox1.Gtk.Box+BoxChild
     this.vbuttonbox1             = new Gtk.VButtonBox();
     this.vbuttonbox1.Name        = "vbuttonbox1";
     this.vbuttonbox1.Spacing     = 6;
     this.vbuttonbox1.LayoutStyle = ((Gtk.ButtonBoxStyle)(3));
     // Container child vbuttonbox1.Gtk.ButtonBox+ButtonBoxChild
     this.addButton              = new Gtk.Button();
     this.addButton.CanFocus     = true;
     this.addButton.Name         = "addButton";
     this.addButton.UseStock     = true;
     this.addButton.UseUnderline = true;
     this.addButton.Label        = "gtk-add";
     this.vbuttonbox1.Add(this.addButton);
     Gtk.ButtonBox.ButtonBoxChild w5 = ((Gtk.ButtonBox.ButtonBoxChild)(this.vbuttonbox1[this.addButton]));
     w5.Expand = false;
     w5.Fill   = false;
     // Container child vbuttonbox1.Gtk.ButtonBox+ButtonBoxChild
     this.editButton              = new Gtk.Button();
     this.editButton.Sensitive    = false;
     this.editButton.CanFocus     = true;
     this.editButton.Name         = "editButton";
     this.editButton.UseStock     = true;
     this.editButton.UseUnderline = true;
     this.editButton.Label        = "gtk-edit";
     this.vbuttonbox1.Add(this.editButton);
     Gtk.ButtonBox.ButtonBoxChild w6 = ((Gtk.ButtonBox.ButtonBoxChild)(this.vbuttonbox1[this.editButton]));
     w6.Position = 1;
     w6.Expand   = false;
     w6.Fill     = false;
     // Container child vbuttonbox1.Gtk.ButtonBox+ButtonBoxChild
     this.deleteButton              = new Gtk.Button();
     this.deleteButton.Sensitive    = false;
     this.deleteButton.CanFocus     = true;
     this.deleteButton.Name         = "deleteButton";
     this.deleteButton.UseStock     = true;
     this.deleteButton.UseUnderline = true;
     this.deleteButton.Label        = "gtk-delete";
     this.vbuttonbox1.Add(this.deleteButton);
     Gtk.ButtonBox.ButtonBoxChild w7 = ((Gtk.ButtonBox.ButtonBoxChild)(this.vbuttonbox1[this.deleteButton]));
     w7.Position = 2;
     w7.Expand   = false;
     w7.Fill     = false;
     // Container child vbuttonbox1.Gtk.ButtonBox+ButtonBoxChild
     this.grabButton              = new Gtk.Button();
     this.grabButton.CanFocus     = true;
     this.grabButton.Name         = "grabButton";
     this.grabButton.UseUnderline = true;
     this.grabButton.Label        = Mono.Unix.Catalog.GetString("_Grab Waypoints...");
     this.vbuttonbox1.Add(this.grabButton);
     Gtk.ButtonBox.ButtonBoxChild w8 = ((Gtk.ButtonBox.ButtonBoxChild)(this.vbuttonbox1[this.grabButton]));
     w8.Position = 3;
     w8.Expand   = false;
     w8.Fill     = false;
     this.hbox1.Add(this.vbuttonbox1);
     Gtk.Box.BoxChild w9 = ((Gtk.Box.BoxChild)(this.hbox1[this.vbuttonbox1]));
     w9.Position = 1;
     w9.Expand   = false;
     w9.Fill     = false;
     this.widgetBox.Add(this.hbox1);
     Gtk.Box.BoxChild w10 = ((Gtk.Box.BoxChild)(this.widgetBox[this.hbox1]));
     w10.Position = 0;
     this.Add(this.widgetBox);
     if ((this.Child != null))
     {
         this.Child.ShowAll();
     }
     w1.SetUiManager(UIManager);
     this.Hide();
     this.addButton.Clicked    += new System.EventHandler(this.doAdd);
     this.editButton.Clicked   += new System.EventHandler(this.DoEdit);
     this.deleteButton.Clicked += new System.EventHandler(this.doRemove);
     this.grabButton.Clicked   += new System.EventHandler(this.OnGrabClick);
 }
 protected virtual void Build()
 {
     global::Stetic.Gui.Initialize(this);
     // Widget Vodovoz.EquipmentGenerator
     Stetic.BinContainer w1 = global::Stetic.BinContainer.Attach(this);
     this.UIManager = new global::Gtk.UIManager();
     global::Gtk.ActionGroup w2 = new global::Gtk.ActionGroup("Default");
     this.UIManager.InsertActionGroup(w2, 0);
     this.Name = "Vodovoz.EquipmentGenerator";
     // Container child Vodovoz.EquipmentGenerator.Gtk.Container+ContainerChild
     this.hbox2         = new global::Gtk.HBox();
     this.hbox2.Name    = "hbox2";
     this.hbox2.Spacing = 6;
     // Container child hbox2.Gtk.Box+BoxChild
     this.datavbox1         = new global::Gtk.VBox();
     this.datavbox1.Name    = "datavbox1";
     this.datavbox1.Spacing = 6;
     // Container child datavbox1.Gtk.Box+BoxChild
     this.label1           = new global::Gtk.Label();
     this.label1.Name      = "label1";
     this.label1.Xalign    = 0F;
     this.label1.LabelProp = global::Mono.Unix.Catalog.GetString("<b>Регистрация оборудования</b>");
     this.label1.UseMarkup = true;
     this.datavbox1.Add(this.label1);
     global::Gtk.Box.BoxChild w3 = ((global::Gtk.Box.BoxChild)(this.datavbox1[this.label1]));
     w3.Position = 0;
     w3.Expand   = false;
     w3.Fill     = false;
     // Container child datavbox1.Gtk.Box+BoxChild
     this.hseparator1      = new global::Gtk.HSeparator();
     this.hseparator1.Name = "hseparator1";
     this.datavbox1.Add(this.hseparator1);
     global::Gtk.Box.BoxChild w4 = ((global::Gtk.Box.BoxChild)(this.datavbox1[this.hseparator1]));
     w4.Position = 1;
     w4.Expand   = false;
     w4.Fill     = false;
     // Container child datavbox1.Gtk.Box+BoxChild
     this.table1               = new global::Gtk.Table(((uint)(4)), ((uint)(2)), false);
     this.table1.Name          = "table1";
     this.table1.RowSpacing    = ((uint)(6));
     this.table1.ColumnSpacing = ((uint)(6));
     // Container child table1.Gtk.Table+TableChild
     this.label2           = new global::Gtk.Label();
     this.label2.Name      = "label2";
     this.label2.Xalign    = 1F;
     this.label2.LabelProp = global::Mono.Unix.Catalog.GetString("Модель:");
     this.table1.Add(this.label2);
     global::Gtk.Table.TableChild w5 = ((global::Gtk.Table.TableChild)(this.table1[this.label2]));
     w5.TopAttach    = ((uint)(1));
     w5.BottomAttach = ((uint)(2));
     w5.XOptions     = ((global::Gtk.AttachOptions)(4));
     w5.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     this.label3           = new global::Gtk.Label();
     this.label3.Name      = "label3";
     this.label3.Xalign    = 1F;
     this.label3.LabelProp = global::Mono.Unix.Catalog.GetString("Количество:");
     this.table1.Add(this.label3);
     global::Gtk.Table.TableChild w6 = ((global::Gtk.Table.TableChild)(this.table1[this.label3]));
     w6.TopAttach    = ((uint)(2));
     w6.BottomAttach = ((uint)(3));
     w6.XOptions     = ((global::Gtk.AttachOptions)(4));
     w6.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     this.label4           = new global::Gtk.Label();
     this.label4.Name      = "label4";
     this.label4.Xalign    = 1F;
     this.label4.LabelProp = global::Mono.Unix.Catalog.GetString("Номенклатура:");
     this.table1.Add(this.label4);
     global::Gtk.Table.TableChild w7 = ((global::Gtk.Table.TableChild)(this.table1[this.label4]));
     w7.XOptions = ((global::Gtk.AttachOptions)(4));
     w7.YOptions = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     this.label5           = new global::Gtk.Label();
     this.label5.Name      = "label5";
     this.label5.Xalign    = 1F;
     this.label5.LabelProp = global::Mono.Unix.Catalog.GetString("Окончание гарантии:");
     this.table1.Add(this.label5);
     global::Gtk.Table.TableChild w8 = ((global::Gtk.Table.TableChild)(this.table1[this.label5]));
     w8.TopAttach    = ((uint)(3));
     w8.BottomAttach = ((uint)(4));
     w8.XOptions     = ((global::Gtk.AttachOptions)(4));
     w8.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     this.labelModel           = new global::Gtk.Label();
     this.labelModel.Name      = "labelModel";
     this.labelModel.LabelProp = global::Mono.Unix.Catalog.GetString("--//--");
     this.table1.Add(this.labelModel);
     global::Gtk.Table.TableChild w9 = ((global::Gtk.Table.TableChild)(this.table1[this.labelModel]));
     w9.TopAttach    = ((uint)(1));
     w9.BottomAttach = ((uint)(2));
     w9.LeftAttach   = ((uint)(1));
     w9.RightAttach  = ((uint)(2));
     w9.XOptions     = ((global::Gtk.AttachOptions)(4));
     w9.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     this.referenceNomenclature        = new global::Gamma.Widgets.yEntryReference();
     this.referenceNomenclature.Events = ((global::Gdk.EventMask)(256));
     this.referenceNomenclature.Name   = "referenceNomenclature";
     this.table1.Add(this.referenceNomenclature);
     global::Gtk.Table.TableChild w10 = ((global::Gtk.Table.TableChild)(this.table1[this.referenceNomenclature]));
     w10.LeftAttach  = ((uint)(1));
     w10.RightAttach = ((uint)(2));
     w10.XOptions    = ((global::Gtk.AttachOptions)(4));
     w10.YOptions    = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     this.spinAmount          = new global::Gtk.SpinButton(0D, 100D, 1D);
     this.spinAmount.CanFocus = true;
     this.spinAmount.Name     = "spinAmount";
     this.spinAmount.Adjustment.PageIncrement = 10D;
     this.spinAmount.ClimbRate = 1D;
     this.spinAmount.Numeric   = true;
     this.table1.Add(this.spinAmount);
     global::Gtk.Table.TableChild w11 = ((global::Gtk.Table.TableChild)(this.table1[this.spinAmount]));
     w11.TopAttach    = ((uint)(2));
     w11.BottomAttach = ((uint)(3));
     w11.LeftAttach   = ((uint)(1));
     w11.RightAttach  = ((uint)(2));
     w11.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     this.ydatepickerWarrantyEnd                    = new global::QS.Widgets.GtkUI.DatePicker();
     this.ydatepickerWarrantyEnd.Events             = ((global::Gdk.EventMask)(256));
     this.ydatepickerWarrantyEnd.Name               = "ydatepickerWarrantyEnd";
     this.ydatepickerWarrantyEnd.WithTime           = false;
     this.ydatepickerWarrantyEnd.HideCalendarButton = false;
     this.ydatepickerWarrantyEnd.Date               = new global::System.DateTime(0);
     this.ydatepickerWarrantyEnd.IsEditable         = true;
     this.ydatepickerWarrantyEnd.AutoSeparation     = false;
     this.table1.Add(this.ydatepickerWarrantyEnd);
     global::Gtk.Table.TableChild w12 = ((global::Gtk.Table.TableChild)(this.table1[this.ydatepickerWarrantyEnd]));
     w12.TopAttach    = ((uint)(3));
     w12.BottomAttach = ((uint)(4));
     w12.LeftAttach   = ((uint)(1));
     w12.RightAttach  = ((uint)(2));
     w12.XOptions     = ((global::Gtk.AttachOptions)(4));
     w12.YOptions     = ((global::Gtk.AttachOptions)(4));
     this.datavbox1.Add(this.table1);
     global::Gtk.Box.BoxChild w13 = ((global::Gtk.Box.BoxChild)(this.datavbox1[this.table1]));
     w13.Position = 2;
     w13.Expand   = false;
     w13.Fill     = false;
     // Container child datavbox1.Gtk.Box+BoxChild
     this.buttonCreate              = new global::Gtk.Button();
     this.buttonCreate.Sensitive    = false;
     this.buttonCreate.CanFocus     = true;
     this.buttonCreate.Name         = "buttonCreate";
     this.buttonCreate.UseUnderline = true;
     this.buttonCreate.Label        = global::Mono.Unix.Catalog.GetString("Зарегистрировать оборудование");
     global::Gtk.Image w14 = new global::Gtk.Image();
     w14.Pixbuf = global::Stetic.IconLoader.LoadIcon(this, "gtk-save", global::Gtk.IconSize.Menu);
     this.buttonCreate.Image = w14;
     this.datavbox1.Add(this.buttonCreate);
     global::Gtk.Box.BoxChild w15 = ((global::Gtk.Box.BoxChild)(this.datavbox1[this.buttonCreate]));
     w15.Position = 3;
     w15.Expand   = false;
     w15.Fill     = false;
     // Container child datavbox1.Gtk.Box+BoxChild
     this.label6           = new global::Gtk.Label();
     this.label6.Name      = "label6";
     this.label6.Xalign    = 0F;
     this.label6.LabelProp = global::Mono.Unix.Catalog.GetString("<b>Формирование наклеек</b>");
     this.label6.UseMarkup = true;
     this.datavbox1.Add(this.label6);
     global::Gtk.Box.BoxChild w16 = ((global::Gtk.Box.BoxChild)(this.datavbox1[this.label6]));
     w16.Position = 4;
     w16.Expand   = false;
     w16.Fill     = false;
     // Container child datavbox1.Gtk.Box+BoxChild
     this.printTwo               = new global::Gtk.CheckButton();
     this.printTwo.CanFocus      = true;
     this.printTwo.Name          = "printTwo";
     this.printTwo.Label         = global::Mono.Unix.Catalog.GetString("Печатать по 2 наклейки");
     this.printTwo.DrawIndicator = true;
     this.printTwo.UseUnderline  = true;
     this.datavbox1.Add(this.printTwo);
     global::Gtk.Box.BoxChild w17 = ((global::Gtk.Box.BoxChild)(this.datavbox1[this.printTwo]));
     w17.Position = 5;
     w17.Expand   = false;
     w17.Fill     = false;
     // Container child datavbox1.Gtk.Box+BoxChild
     this.hbox4         = new global::Gtk.HBox();
     this.hbox4.Name    = "hbox4";
     this.hbox4.Spacing = 6;
     // Container child hbox4.Gtk.Box+BoxChild
     this.buttonAddAndClose              = new global::Gtk.Button();
     this.buttonAddAndClose.Sensitive    = false;
     this.buttonAddAndClose.CanFocus     = true;
     this.buttonAddAndClose.Name         = "buttonAddAndClose";
     this.buttonAddAndClose.UseUnderline = true;
     this.buttonAddAndClose.Label        = global::Mono.Unix.Catalog.GetString("Добавить в накладную и закрыть");
     global::Gtk.Image w18 = new global::Gtk.Image();
     w18.Pixbuf = global::Stetic.IconLoader.LoadIcon(this, "gtk-ok", global::Gtk.IconSize.Menu);
     this.buttonAddAndClose.Image = w18;
     this.hbox4.Add(this.buttonAddAndClose);
     global::Gtk.Box.BoxChild w19 = ((global::Gtk.Box.BoxChild)(this.hbox4[this.buttonAddAndClose]));
     w19.Position = 0;
     this.datavbox1.Add(this.hbox4);
     global::Gtk.Box.BoxChild w20 = ((global::Gtk.Box.BoxChild)(this.datavbox1[this.hbox4]));
     w20.Position = 6;
     w20.Expand   = false;
     w20.Fill     = false;
     this.hbox2.Add(this.datavbox1);
     global::Gtk.Box.BoxChild w21 = ((global::Gtk.Box.BoxChild)(this.hbox2[this.datavbox1]));
     w21.Position = 0;
     w21.Expand   = false;
     w21.Fill     = false;
     w21.Padding  = ((uint)(5));
     // Container child hbox2.Gtk.Box+BoxChild
     this.vseparator1      = new global::Gtk.VSeparator();
     this.vseparator1.Name = "vseparator1";
     this.hbox2.Add(this.vseparator1);
     global::Gtk.Box.BoxChild w22 = ((global::Gtk.Box.BoxChild)(this.hbox2[this.vseparator1]));
     w22.Position = 1;
     w22.Expand   = false;
     w22.Fill     = false;
     // Container child hbox2.Gtk.Box+BoxChild
     this.reportviewer2 = new global::fyiReporting.RdlGtkViewer.ReportViewer();
     this.reportviewer2.WidthRequest   = 0;
     this.reportviewer2.HeightRequest  = 0;
     this.reportviewer2.Events         = ((global::Gdk.EventMask)(256));
     this.reportviewer2.Name           = "reportviewer2";
     this.reportviewer2.ShowErrors     = false;
     this.reportviewer2.ShowParameters = false;
     this.hbox2.Add(this.reportviewer2);
     global::Gtk.Box.BoxChild w23 = ((global::Gtk.Box.BoxChild)(this.hbox2[this.reportviewer2]));
     w23.Position = 2;
     w23.Padding  = ((uint)(5));
     this.Add(this.hbox2);
     if ((this.Child != null))
     {
         this.Child.ShowAll();
     }
     w1.SetUiManager(UIManager);
     this.Hide();
     this.spinAmount.ValueChanged       += new global::System.EventHandler(this.OnSpinAmountValueChanged);
     this.referenceNomenclature.Changed += new global::System.EventHandler(this.OnReferenceNomenclatureChanged);
     this.buttonCreate.Clicked          += new global::System.EventHandler(this.OnButtonOkClicked);
     this.printTwo.Toggled          += new global::System.EventHandler(this.OnPrintTwoToggled);
     this.buttonAddAndClose.Clicked += new global::System.EventHandler(this.OnButtonAddAndCloseClicked);
 }
Exemple #19
0
 protected virtual void Build()
 {
     global::Stetic.Gui.Initialize(this);
     // Widget Vodovoz.Views.Print.DocumentsPrinterView
     Stetic.BinContainer w1 = global::Stetic.BinContainer.Attach(this);
     this.UIManager = new global::Gtk.UIManager();
     global::Gtk.ActionGroup w2 = new global::Gtk.ActionGroup("Default");
     this.UIManager.InsertActionGroup(w2, 0);
     this.Name = "Vodovoz.Views.Print.DocumentsPrinterView";
     // Container child Vodovoz.Views.Print.DocumentsPrinterView.Gtk.Container+ContainerChild
     this.hboxMain         = new global::Gtk.HBox();
     this.hboxMain.Name    = "hboxMain";
     this.hboxMain.Spacing = 6;
     // Container child hboxMain.Gtk.Box+BoxChild
     this.vbox1         = new global::Gtk.VBox();
     this.vbox1.Name    = "vbox1";
     this.vbox1.Spacing = 6;
     // Container child vbox1.Gtk.Box+BoxChild
     this.GtkScrolledWindow                  = new global::Gtk.ScrolledWindow();
     this.GtkScrolledWindow.Name             = "GtkScrolledWindow";
     this.GtkScrolledWindow.HscrollbarPolicy = ((global::Gtk.PolicyType)(2));
     this.GtkScrolledWindow.ShadowType       = ((global::Gtk.ShadowType)(1));
     // Container child GtkScrolledWindow.Gtk.Container+ContainerChild
     this.ytreeviewDocuments          = new global::Gamma.GtkWidgets.yTreeView();
     this.ytreeviewDocuments.CanFocus = true;
     this.ytreeviewDocuments.Name     = "ytreeviewDocuments";
     this.GtkScrolledWindow.Add(this.ytreeviewDocuments);
     this.vbox1.Add(this.GtkScrolledWindow);
     global::Gtk.Box.BoxChild w4 = ((global::Gtk.Box.BoxChild)(this.vbox1[this.GtkScrolledWindow]));
     w4.Position = 0;
     // 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.ybtnPrintAll              = new global::Gamma.GtkWidgets.yButton();
     this.ybtnPrintAll.CanFocus     = true;
     this.ybtnPrintAll.Name         = "ybtnPrintAll";
     this.ybtnPrintAll.UseUnderline = true;
     this.ybtnPrintAll.Label        = global::Mono.Unix.Catalog.GetString("Печатать выбранные");
     global::Gtk.Image w5 = new global::Gtk.Image();
     w5.Pixbuf = global::Stetic.IconLoader.LoadIcon(this, "gtk-print", global::Gtk.IconSize.Menu);
     this.ybtnPrintAll.Image = w5;
     this.hbox2.Add(this.ybtnPrintAll);
     global::Gtk.Box.BoxChild w6 = ((global::Gtk.Box.BoxChild)(this.hbox2[this.ybtnPrintAll]));
     w6.Position = 0;
     w6.Expand   = false;
     w6.Fill     = false;
     // Container child hbox2.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 w7 = new global::Gtk.Image();
     w7.Pixbuf = global::Stetic.IconLoader.LoadIcon(this, "gtk-cancel", global::Gtk.IconSize.Menu);
     this.buttonCancel.Image = w7;
     this.hbox2.Add(this.buttonCancel);
     global::Gtk.Box.BoxChild w8 = ((global::Gtk.Box.BoxChild)(this.hbox2[this.buttonCancel]));
     w8.Position = 1;
     w8.Expand   = false;
     w8.Fill     = false;
     this.vbox1.Add(this.hbox2);
     global::Gtk.Box.BoxChild w9 = ((global::Gtk.Box.BoxChild)(this.vbox1[this.hbox2]));
     w9.Position = 1;
     w9.Expand   = false;
     w9.Fill     = false;
     this.hboxMain.Add(this.vbox1);
     global::Gtk.Box.BoxChild w10 = ((global::Gtk.Box.BoxChild)(this.hboxMain[this.vbox1]));
     w10.Position = 0;
     w10.Expand   = false;
     w10.Fill     = false;
     // Container child hboxMain.Gtk.Box+BoxChild
     this.reportviewer = new global::fyiReporting.RdlGtkViewer.ReportViewer();
     this.reportviewer.WidthRequest   = 0;
     this.reportviewer.HeightRequest  = 0;
     this.reportviewer.Events         = ((global::Gdk.EventMask)(256));
     this.reportviewer.Name           = "reportviewer";
     this.reportviewer.ShowErrors     = false;
     this.reportviewer.ShowParameters = false;
     this.hboxMain.Add(this.reportviewer);
     global::Gtk.Box.BoxChild w11 = ((global::Gtk.Box.BoxChild)(this.hboxMain[this.reportviewer]));
     w11.Position = 1;
     this.Add(this.hboxMain);
     if ((this.Child != null))
     {
         this.Child.ShowAll();
     }
     w1.SetUiManager(UIManager);
     this.Hide();
 }
Exemple #20
0
 protected virtual void Build()
 {
     global::Stetic.Gui.Initialize(this);
     // Widget vocab.LessonOverviewView
     Stetic.BinContainer w1 = global::Stetic.BinContainer.Attach(this);
     this.UIManager = new global::Gtk.UIManager();
     global::Gtk.ActionGroup w2 = new global::Gtk.ActionGroup("Default");
     this.addAction             = new global::Gtk.Action("addAction", null, null, "gtk-add");
     this.addAction.IsImportant = true;
     w2.Add(this.addAction, null);
     this.removeAction             = new global::Gtk.Action("removeAction", global::Mono.Unix.Catalog.GetString("_Remove"), null, "gtk-remove");
     this.removeAction.IsImportant = true;
     this.removeAction.ShortLabel  = global::Mono.Unix.Catalog.GetString("_Remove");
     w2.Add(this.removeAction, null);
     this.editAction             = new global::Gtk.Action("editAction", null, null, "gtk-edit");
     this.editAction.IsImportant = true;
     w2.Add(this.editAction, null);
     this.mediaPlayAction             = new global::Gtk.Action("mediaPlayAction", null, null, "gtk-media-play");
     this.mediaPlayAction.IsImportant = true;
     w2.Add(this.mediaPlayAction, null);
     this.UIManager.InsertActionGroup(w2, 0);
     this.Name = "vocab.LessonOverviewView";
     // Container child vocab.LessonOverviewView.Gtk.Container+ContainerChild
     this.vbox3         = new global::Gtk.VBox();
     this.vbox3.Name    = "vbox3";
     this.vbox3.Spacing = 6;
     // Container child vbox3.Gtk.Box+BoxChild
     this.UIManager.AddUiFromString("<ui><toolbar name='toolbar3'><toolitem name='editAction' action='editAction'/><toolitem name='addAction' action='addAction'/><toolitem name='removeAction' action='removeAction'/><toolitem name='mediaPlayAction' action='mediaPlayAction'/></toolbar></ui>");
     this.toolbar3           = ((global::Gtk.Toolbar)(this.UIManager.GetWidget("/toolbar3")));
     this.toolbar3.Name      = "toolbar3";
     this.toolbar3.ShowArrow = false;
     this.vbox3.Add(this.toolbar3);
     global::Gtk.Box.BoxChild w3 = ((global::Gtk.Box.BoxChild)(this.vbox3[this.toolbar3]));
     w3.Position = 0;
     w3.Expand   = false;
     w3.Fill     = false;
     // Container child vbox3.Gtk.Box+BoxChild
     this.GtkScrolledWindow            = new global::Gtk.ScrolledWindow();
     this.GtkScrolledWindow.Name       = "GtkScrolledWindow";
     this.GtkScrolledWindow.ShadowType = ((global::Gtk.ShadowType)(1));
     // Container child GtkScrolledWindow.Gtk.Container+ContainerChild
     this.nodeview3              = new global::Gtk.NodeView();
     this.nodeview3.CanFocus     = true;
     this.nodeview3.Events       = ((global::Gdk.EventMask)(256));
     this.nodeview3.Name         = "nodeview3";
     this.nodeview3.Reorderable  = true;
     this.nodeview3.RulesHint    = true;
     this.nodeview3.SearchColumn = 0;
     this.GtkScrolledWindow.Add(this.nodeview3);
     this.vbox3.Add(this.GtkScrolledWindow);
     global::Gtk.Box.BoxChild w5 = ((global::Gtk.Box.BoxChild)(this.vbox3[this.GtkScrolledWindow]));
     w5.Position = 1;
     this.Add(this.vbox3);
     if ((this.Child != null))
     {
         this.Child.ShowAll();
     }
     w1.SetUiManager(UIManager);
     this.Hide();
     this.addAction.Activated       += new global::System.EventHandler(this.OnAddActionActivated);
     this.removeAction.Activated    += new global::System.EventHandler(this.OnRemoveActionActivated);
     this.editAction.Activated      += new global::System.EventHandler(this.OnEditActionActivated);
     this.mediaPlayAction.Activated += new global::System.EventHandler(this.OnMediaPlayActionActivated);
     this.nodeview3.RowActivated    += new global::Gtk.RowActivatedHandler(this.OnNodeview3RowActivated);
     this.nodeview3.CursorChanged   += new global::System.EventHandler(this.OnNodeview3CursorChanged);
 }
 protected virtual void Build()
 {
     global::Stetic.Gui.Initialize(this);
     // Widget Vodovoz.EquipmentDlg
     Stetic.BinContainer w1 = global::Stetic.BinContainer.Attach(this);
     this.UIManager = new global::Gtk.UIManager();
     global::Gtk.ActionGroup w2 = new global::Gtk.ActionGroup("Default");
     this.UIManager.InsertActionGroup(w2, 0);
     this.Name = "Vodovoz.EquipmentDlg";
     // Container child Vodovoz.EquipmentDlg.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.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 w3 = new global::Gtk.Image();
     w3.Pixbuf             = global::Stetic.IconLoader.LoadIcon(this, "gtk-save", global::Gtk.IconSize.Menu);
     this.buttonSave.Image = w3;
     this.hbox4.Add(this.buttonSave);
     global::Gtk.Box.BoxChild w4 = ((global::Gtk.Box.BoxChild)(this.hbox4[this.buttonSave]));
     w4.Position = 0;
     w4.Expand   = false;
     w4.Fill     = false;
     // Container child hbox4.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 w5 = new global::Gtk.Image();
     w5.Pixbuf = global::Stetic.IconLoader.LoadIcon(this, "gtk-revert-to-saved", global::Gtk.IconSize.Menu);
     this.buttonCancel.Image = w5;
     this.hbox4.Add(this.buttonCancel);
     global::Gtk.Box.BoxChild w6 = ((global::Gtk.Box.BoxChild)(this.hbox4[this.buttonCancel]));
     w6.Position = 1;
     w6.Expand   = false;
     w6.Fill     = false;
     // Container child hbox4.Gtk.Box+BoxChild
     this.vseparator1      = new global::Gtk.VSeparator();
     this.vseparator1.Name = "vseparator1";
     this.hbox4.Add(this.vseparator1);
     global::Gtk.Box.BoxChild w7 = ((global::Gtk.Box.BoxChild)(this.hbox4[this.vseparator1]));
     w7.Position = 2;
     w7.Expand   = false;
     w7.Fill     = false;
     // Container child hbox4.Gtk.Box+BoxChild
     this.radiobuttonSticker               = new global::Gtk.RadioButton(global::Mono.Unix.Catalog.GetString("Наклейка"));
     this.radiobuttonSticker.CanFocus      = true;
     this.radiobuttonSticker.Name          = "radiobuttonSticker";
     this.radiobuttonSticker.DrawIndicator = false;
     this.radiobuttonSticker.UseUnderline  = true;
     this.radiobuttonSticker.Group         = new global::GLib.SList(global::System.IntPtr.Zero);
     this.hbox4.Add(this.radiobuttonSticker);
     global::Gtk.Box.BoxChild w8 = ((global::Gtk.Box.BoxChild)(this.hbox4[this.radiobuttonSticker]));
     w8.PackType = ((global::Gtk.PackType)(1));
     w8.Position = 3;
     // Container child hbox4.Gtk.Box+BoxChild
     this.radiobuttonInfo               = new global::Gtk.RadioButton(global::Mono.Unix.Catalog.GetString("Информация"));
     this.radiobuttonInfo.CanFocus      = true;
     this.radiobuttonInfo.Name          = "radiobuttonInfo";
     this.radiobuttonInfo.DrawIndicator = false;
     this.radiobuttonInfo.UseUnderline  = true;
     this.radiobuttonInfo.Group         = this.radiobuttonSticker.Group;
     this.hbox4.Add(this.radiobuttonInfo);
     global::Gtk.Box.BoxChild w9 = ((global::Gtk.Box.BoxChild)(this.hbox4[this.radiobuttonInfo]));
     w9.PackType = ((global::Gtk.PackType)(1));
     w9.Position = 4;
     this.vbox3.Add(this.hbox4);
     global::Gtk.Box.BoxChild w10 = ((global::Gtk.Box.BoxChild)(this.vbox3[this.hbox4]));
     w10.Position = 0;
     w10.Expand   = false;
     w10.Fill     = false;
     // Container child vbox3.Gtk.Box+BoxChild
     this.notebook1             = new global::Gtk.Notebook();
     this.notebook1.CanFocus    = true;
     this.notebook1.Name        = "notebook1";
     this.notebook1.CurrentPage = 0;
     // Container child notebook1.Gtk.Notebook+NotebookChild
     this.datatable1               = new global::Gtk.Table(((uint)(7)), ((uint)(2)), false);
     this.datatable1.Name          = "datatable1";
     this.datatable1.RowSpacing    = ((uint)(6));
     this.datatable1.ColumnSpacing = ((uint)(6));
     // Container child datatable1.Gtk.Table+TableChild
     this.checkOnDuty               = new global::Gamma.GtkWidgets.yCheckButton();
     this.checkOnDuty.CanFocus      = true;
     this.checkOnDuty.Name          = "checkOnDuty";
     this.checkOnDuty.Label         = "";
     this.checkOnDuty.DrawIndicator = true;
     this.checkOnDuty.UseUnderline  = true;
     this.datatable1.Add(this.checkOnDuty);
     global::Gtk.Table.TableChild w11 = ((global::Gtk.Table.TableChild)(this.datatable1[this.checkOnDuty]));
     w11.TopAttach    = ((uint)(4));
     w11.BottomAttach = ((uint)(5));
     w11.LeftAttach   = ((uint)(1));
     w11.RightAttach  = ((uint)(2));
     w11.XOptions     = ((global::Gtk.AttachOptions)(4));
     w11.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child datatable1.Gtk.Table+TableChild
     this.dataLastService                = new global::QS.Widgets.GtkUI.DatePicker();
     this.dataLastService.Events         = ((global::Gdk.EventMask)(256));
     this.dataLastService.Name           = "dataLastService";
     this.dataLastService.WithTime       = false;
     this.dataLastService.Date           = new global::System.DateTime(0);
     this.dataLastService.IsEditable     = true;
     this.dataLastService.AutoSeparation = false;
     this.datatable1.Add(this.dataLastService);
     global::Gtk.Table.TableChild w12 = ((global::Gtk.Table.TableChild)(this.datatable1[this.dataLastService]));
     w12.TopAttach    = ((uint)(2));
     w12.BottomAttach = ((uint)(3));
     w12.LeftAttach   = ((uint)(1));
     w12.RightAttach  = ((uint)(2));
     w12.XOptions     = ((global::Gtk.AttachOptions)(4));
     w12.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child datatable1.Gtk.Table+TableChild
     this.entrySerialNumber               = new global::Gamma.GtkWidgets.yEntry();
     this.entrySerialNumber.CanFocus      = true;
     this.entrySerialNumber.Name          = "entrySerialNumber";
     this.entrySerialNumber.IsEditable    = false;
     this.entrySerialNumber.InvisibleChar = '●';
     this.datatable1.Add(this.entrySerialNumber);
     global::Gtk.Table.TableChild w13 = ((global::Gtk.Table.TableChild)(this.datatable1[this.entrySerialNumber]));
     w13.LeftAttach  = ((uint)(1));
     w13.RightAttach = ((uint)(2));
     w13.YOptions    = ((global::Gtk.AttachOptions)(4));
     // Container child datatable1.Gtk.Table+TableChild
     this.frame1            = new global::Gtk.Frame();
     this.frame1.Name       = "frame1";
     this.frame1.ShadowType = ((global::Gtk.ShadowType)(0));
     // Container child frame1.Gtk.Container+ContainerChild
     this.GtkAlignment6             = new global::Gtk.Alignment(0F, 0F, 1F, 1F);
     this.GtkAlignment6.Name        = "GtkAlignment6";
     this.GtkAlignment6.LeftPadding = ((uint)(12));
     // Container child GtkAlignment6.Gtk.Container+ContainerChild
     this.labelWhere            = new global::Gtk.Label();
     this.labelWhere.Name       = "labelWhere";
     this.labelWhere.Xalign     = 0F;
     this.labelWhere.Yalign     = 0F;
     this.labelWhere.LabelProp  = global::Mono.Unix.Catalog.GetString("Не определено");
     this.labelWhere.Wrap       = true;
     this.labelWhere.Selectable = true;
     this.GtkAlignment6.Add(this.labelWhere);
     this.frame1.Add(this.GtkAlignment6);
     this.GtkLabel10           = new global::Gtk.Label();
     this.GtkLabel10.Name      = "GtkLabel10";
     this.GtkLabel10.LabelProp = global::Mono.Unix.Catalog.GetString("<b>Текущее расположение:</b>");
     this.GtkLabel10.UseMarkup = true;
     this.frame1.LabelWidget   = this.GtkLabel10;
     this.datatable1.Add(this.frame1);
     global::Gtk.Table.TableChild w16 = ((global::Gtk.Table.TableChild)(this.datatable1[this.frame1]));
     w16.TopAttach    = ((uint)(6));
     w16.BottomAttach = ((uint)(7));
     w16.RightAttach  = ((uint)(2));
     w16.XOptions     = ((global::Gtk.AttachOptions)(4));
     w16.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child datatable1.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.textComment          = new global::Gamma.GtkWidgets.yTextView();
     this.textComment.CanFocus = true;
     this.textComment.Name     = "textComment";
     this.GtkScrolledWindow.Add(this.textComment);
     this.datatable1.Add(this.GtkScrolledWindow);
     global::Gtk.Table.TableChild w18 = ((global::Gtk.Table.TableChild)(this.datatable1[this.GtkScrolledWindow]));
     w18.TopAttach    = ((uint)(5));
     w18.BottomAttach = ((uint)(6));
     w18.LeftAttach   = ((uint)(1));
     w18.RightAttach  = ((uint)(2));
     w18.XOptions     = ((global::Gtk.AttachOptions)(4));
     w18.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child datatable1.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.datatable1.Add(this.label1);
     global::Gtk.Table.TableChild w19 = ((global::Gtk.Table.TableChild)(this.datatable1[this.label1]));
     w19.TopAttach    = ((uint)(5));
     w19.BottomAttach = ((uint)(6));
     w19.XOptions     = ((global::Gtk.AttachOptions)(4));
     w19.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child datatable1.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("Номенклатура:");
     this.label10.Justify   = ((global::Gtk.Justification)(1));
     this.datatable1.Add(this.label10);
     global::Gtk.Table.TableChild w20 = ((global::Gtk.Table.TableChild)(this.datatable1[this.label10]));
     w20.TopAttach    = ((uint)(1));
     w20.BottomAttach = ((uint)(2));
     w20.XOptions     = ((global::Gtk.AttachOptions)(4));
     w20.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child datatable1.Gtk.Table+TableChild
     this.label11           = new global::Gtk.Label();
     this.label11.Name      = "label11";
     this.label11.Xalign    = 1F;
     this.label11.LabelProp = global::Mono.Unix.Catalog.GetString("Серийный номер:");
     this.datatable1.Add(this.label11);
     global::Gtk.Table.TableChild w21 = ((global::Gtk.Table.TableChild)(this.datatable1[this.label11]));
     w21.XOptions = ((global::Gtk.AttachOptions)(4));
     w21.YOptions = ((global::Gtk.AttachOptions)(4));
     // Container child datatable1.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("Дежурный:");
     this.datatable1.Add(this.label7);
     global::Gtk.Table.TableChild w22 = ((global::Gtk.Table.TableChild)(this.datatable1[this.label7]));
     w22.TopAttach    = ((uint)(4));
     w22.BottomAttach = ((uint)(5));
     w22.XOptions     = ((global::Gtk.AttachOptions)(4));
     w22.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child datatable1.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("Дата окончания\nгарантии:");
     this.label8.Justify   = ((global::Gtk.Justification)(1));
     this.datatable1.Add(this.label8);
     global::Gtk.Table.TableChild w23 = ((global::Gtk.Table.TableChild)(this.datatable1[this.label8]));
     w23.TopAttach    = ((uint)(3));
     w23.BottomAttach = ((uint)(4));
     w23.XOptions     = ((global::Gtk.AttachOptions)(4));
     w23.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child datatable1.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("Дата последней\nсан. обработки:");
     this.datatable1.Add(this.label9);
     global::Gtk.Table.TableChild w24 = ((global::Gtk.Table.TableChild)(this.datatable1[this.label9]));
     w24.TopAttach    = ((uint)(2));
     w24.BottomAttach = ((uint)(3));
     w24.XOptions     = ((global::Gtk.AttachOptions)(4));
     w24.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child datatable1.Gtk.Table+TableChild
     this.referenceNomenclature        = new global::Gamma.Widgets.yEntryReference();
     this.referenceNomenclature.Events = ((global::Gdk.EventMask)(256));
     this.referenceNomenclature.Name   = "referenceNomenclature";
     this.datatable1.Add(this.referenceNomenclature);
     global::Gtk.Table.TableChild w25 = ((global::Gtk.Table.TableChild)(this.datatable1[this.referenceNomenclature]));
     w25.TopAttach    = ((uint)(1));
     w25.BottomAttach = ((uint)(2));
     w25.LeftAttach   = ((uint)(1));
     w25.RightAttach  = ((uint)(2));
     w25.XOptions     = ((global::Gtk.AttachOptions)(4));
     w25.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child datatable1.Gtk.Table+TableChild
     this.ydatepickerWarrantyEnd                = new global::QS.Widgets.GtkUI.DatePicker();
     this.ydatepickerWarrantyEnd.Events         = ((global::Gdk.EventMask)(256));
     this.ydatepickerWarrantyEnd.Name           = "ydatepickerWarrantyEnd";
     this.ydatepickerWarrantyEnd.WithTime       = false;
     this.ydatepickerWarrantyEnd.Date           = new global::System.DateTime(0);
     this.ydatepickerWarrantyEnd.IsEditable     = true;
     this.ydatepickerWarrantyEnd.AutoSeparation = false;
     this.datatable1.Add(this.ydatepickerWarrantyEnd);
     global::Gtk.Table.TableChild w26 = ((global::Gtk.Table.TableChild)(this.datatable1[this.ydatepickerWarrantyEnd]));
     w26.TopAttach    = ((uint)(3));
     w26.BottomAttach = ((uint)(4));
     w26.LeftAttach   = ((uint)(1));
     w26.RightAttach  = ((uint)(2));
     w26.XOptions     = ((global::Gtk.AttachOptions)(4));
     w26.YOptions     = ((global::Gtk.AttachOptions)(4));
     this.notebook1.Add(this.datatable1);
     // Notebook tab
     this.label2           = new global::Gtk.Label();
     this.label2.Name      = "label2";
     this.label2.LabelProp = global::Mono.Unix.Catalog.GetString("Информация");
     this.notebook1.SetTabLabel(this.datatable1, this.label2);
     this.label2.ShowAll();
     // Container child notebook1.Gtk.Notebook+NotebookChild
     this.reportviewerSticker = new global::fyiReporting.RdlGtkViewer.ReportViewer();
     this.reportviewerSticker.WidthRequest   = 0;
     this.reportviewerSticker.HeightRequest  = 0;
     this.reportviewerSticker.Events         = ((global::Gdk.EventMask)(256));
     this.reportviewerSticker.Name           = "reportviewerSticker";
     this.reportviewerSticker.ShowErrors     = false;
     this.reportviewerSticker.ShowParameters = false;
     this.notebook1.Add(this.reportviewerSticker);
     global::Gtk.Notebook.NotebookChild w28 = ((global::Gtk.Notebook.NotebookChild)(this.notebook1[this.reportviewerSticker]));
     w28.Position = 1;
     // Notebook tab
     this.label3           = new global::Gtk.Label();
     this.label3.Name      = "label3";
     this.label3.LabelProp = global::Mono.Unix.Catalog.GetString("Наклейка");
     this.notebook1.SetTabLabel(this.reportviewerSticker, this.label3);
     this.label3.ShowAll();
     this.vbox3.Add(this.notebook1);
     global::Gtk.Box.BoxChild w29 = ((global::Gtk.Box.BoxChild)(this.vbox3[this.notebook1]));
     w29.Position = 1;
     this.Add(this.vbox3);
     if ((this.Child != null))
     {
         this.Child.ShowAll();
     }
     w1.SetUiManager(UIManager);
     this.Hide();
     this.radiobuttonInfo.Toggled    += new global::System.EventHandler(this.OnRadiobuttonInfoToggled);
     this.radiobuttonSticker.Toggled += new global::System.EventHandler(this.OnRadiobuttonStickerToggled);
 }
 protected virtual void Build()
 {
     global::Stetic.Gui.Initialize(this);
     // Widget MonoDevelop.AssemblyBrowser.AssemblyBrowserWidget
     Stetic.BinContainer w1 = global::Stetic.BinContainer.Attach(this);
     this.UIManager = new global::Gtk.UIManager();
     global::Gtk.ActionGroup w2 = new global::Gtk.ActionGroup("Default");
     this.NavigateBackwardAction            = new global::Gtk.Action("NavigateBackwardAction", global::Mono.Unix.Catalog.GetString("Navigate backward"), null, "gtk-go-back");
     this.NavigateBackwardAction.ShortLabel = global::Mono.Unix.Catalog.GetString("Navigate backward");
     w2.Add(this.NavigateBackwardAction, null);
     this.NavigateForwardAction            = new global::Gtk.Action("NavigateForwardAction", global::Mono.Unix.Catalog.GetString("Navigate forward"), null, "gtk-go-forward");
     this.NavigateForwardAction.ShortLabel = global::Mono.Unix.Catalog.GetString("Navigate forward");
     w2.Add(this.NavigateForwardAction, null);
     this.UIManager.InsertActionGroup(w2, 0);
     this.Name = "MonoDevelop.AssemblyBrowser.AssemblyBrowserWidget";
     // Container child MonoDevelop.AssemblyBrowser.AssemblyBrowserWidget.Gtk.Container+ContainerChild
     this.vbox1         = new global::Gtk.VBox();
     this.vbox1.Name    = "vbox1";
     this.vbox1.Spacing = 2;
     // Container child vbox1.Gtk.Box+BoxChild
     this.hpaned1          = new global::Gtk.HPaned();
     this.hpaned1.CanFocus = true;
     this.hpaned1.Name     = "hpaned1";
     this.hpaned1.Position = 271;
     // Container child hpaned1.Gtk.Paned+PanedChild
     this.treeViewPlaceholder      = new global::Gtk.Alignment(0.5F, 0.5F, 1F, 1F);
     this.treeViewPlaceholder.Name = "treeViewPlaceholder";
     this.hpaned1.Add(this.treeViewPlaceholder);
     global::Gtk.Paned.PanedChild w3 = ((global::Gtk.Paned.PanedChild)(this.hpaned1 [this.treeViewPlaceholder]));
     w3.Resize = false;
     // Container child hpaned1.Gtk.Paned+PanedChild
     this.vbox3         = new global::Gtk.VBox();
     this.vbox3.Name    = "vbox3";
     this.vbox3.Spacing = 6;
     // Container child vbox3.Gtk.Box+BoxChild
     this.notebook1             = new global::Gtk.Notebook();
     this.notebook1.CanFocus    = true;
     this.notebook1.Name        = "notebook1";
     this.notebook1.CurrentPage = 0;
     this.notebook1.ShowBorder  = false;
     // Container child notebook1.Gtk.Notebook+NotebookChild
     this.documentationScrolledWindow                = new global::MonoDevelop.Components.CompactScrolledWindow();
     this.documentationScrolledWindow.CanFocus       = true;
     this.documentationScrolledWindow.Name           = "documentationScrolledWindow";
     this.documentationScrolledWindow.ShowBorderLine = false;
     this.notebook1.Add(this.documentationScrolledWindow);
     // Container child notebook1.Gtk.Notebook+NotebookChild
     this.searchWidget         = new global::Gtk.VBox();
     this.searchWidget.Name    = "searchWidget";
     this.searchWidget.Spacing = 6;
     // Container child searchWidget.Gtk.Box+BoxChild
     this.scrolledwindow1            = new global::Gtk.ScrolledWindow();
     this.scrolledwindow1.CanFocus   = true;
     this.scrolledwindow1.Name       = "scrolledwindow1";
     this.scrolledwindow1.ShadowType = ((global::Gtk.ShadowType)(1));
     // Container child scrolledwindow1.Gtk.Container+ContainerChild
     this.searchTreeview          = new global::Gtk.TreeView();
     this.searchTreeview.CanFocus = true;
     this.searchTreeview.Name     = "searchTreeview";
     this.scrolledwindow1.Add(this.searchTreeview);
     this.searchWidget.Add(this.scrolledwindow1);
     global::Gtk.Box.BoxChild w6 = ((global::Gtk.Box.BoxChild)(this.searchWidget [this.scrolledwindow1]));
     w6.Position = 0;
     this.notebook1.Add(this.searchWidget);
     global::Gtk.Notebook.NotebookChild w7 = ((global::Gtk.Notebook.NotebookChild)(this.notebook1 [this.searchWidget]));
     w7.Position = 1;
     this.vbox3.Add(this.notebook1);
     global::Gtk.Box.BoxChild w8 = ((global::Gtk.Box.BoxChild)(this.vbox3 [this.notebook1]));
     w8.Position = 0;
     this.hpaned1.Add(this.vbox3);
     this.vbox1.Add(this.hpaned1);
     global::Gtk.Box.BoxChild w10 = ((global::Gtk.Box.BoxChild)(this.vbox1 [this.hpaned1]));
     w10.Position = 0;
     this.Add(this.vbox1);
     if ((this.Child != null))
     {
         this.Child.ShowAll();
     }
     w1.SetUiManager(UIManager);
     this.Hide();
     this.NavigateBackwardAction.Activated += new global::System.EventHandler(this.OnNavigateBackwardActionActivated);
     this.NavigateForwardAction.Activated  += new global::System.EventHandler(this.OnNavigateForwardActionActivated);
 }
Exemple #23
0
 protected virtual void Build()
 {
     global::Stetic.Gui.Initialize(this);
     // Widget fyiReporting.RdlGtkViewer.ReportViewer
     Stetic.BinContainer w1 = global::Stetic.BinContainer.Attach(this);
     this.UIManager = new global::Gtk.UIManager();
     global::Gtk.ActionGroup w2 = new global::Gtk.ActionGroup("Default");
     this.refreshAction             = new global::Gtk.Action("refreshAction", null, null, "gtk-refresh");
     this.refreshAction.IsImportant = true;
     w2.Add(this.refreshAction, null);
     this.PdfAction            = new global::Gtk.Action("PdfAction", global::Mono.Unix.Catalog.GetString("_Pdf"), null, "PdfIcon");
     this.PdfAction.ShortLabel = global::Mono.Unix.Catalog.GetString("_Pdf");
     w2.Add(this.PdfAction, null);
     this.printAction            = new global::Gtk.Action("printAction", global::Mono.Unix.Catalog.GetString("_Print"), null, "gtk-print");
     this.printAction.ShortLabel = global::Mono.Unix.Catalog.GetString("_Print");
     w2.Add(this.printAction, null);
     this.ZoomOutAction             = new global::Gtk.Action("ZoomOutAction", null, null, "gtk-zoom-out");
     this.ZoomOutAction.IsImportant = true;
     w2.Add(this.ZoomOutAction, null);
     this.ZoomInAction             = new global::Gtk.Action("ZoomInAction", null, null, "gtk-zoom-in");
     this.ZoomInAction.IsImportant = true;
     w2.Add(this.ZoomInAction, null);
     this.errorsAction             = new global::Gtk.ToggleAction("errorsAction", null, null, "gtk-dialog-warning");
     this.errorsAction.DrawAsRadio = true;
     this.errorsAction.IsImportant = true;
     this.errorsAction.ShortLabel  = global::Mono.Unix.Catalog.GetString("Show _Errors");
     w2.Add(this.errorsAction, null);
     this.UIManager.InsertActionGroup(w2, 0);
     this.WidthRequest  = 0;
     this.HeightRequest = 0;
     this.Name          = "fyiReporting.RdlGtkViewer.ReportViewer";
     // Container child fyiReporting.RdlGtkViewer.ReportViewer.Gtk.Container+ContainerChild
     this.vbox         = new global::Gtk.VBox();
     this.vbox.Name    = "vbox";
     this.vbox.Spacing = 6;
     // Container child vbox.Gtk.Box+BoxChild
     this.hboxHeader         = new global::Gtk.HBox();
     this.hboxHeader.Name    = "hboxHeader";
     this.hboxHeader.Spacing = 6;
     // Container child hboxHeader.Gtk.Box+BoxChild
     this.UIManager.AddUiFromString("<ui><toolbar name='toolbar'><toolitem name='printAction' action='printAction'/><toolitem name='PdfAction' action='PdfAction'/><separator/><toolitem name='ZoomInAction' action='ZoomInAction'/><toolitem name='ZoomOutAction' action='ZoomOutAction'/><toolitem name='refreshAction' action='refreshAction'/><separator/><toolitem name='errorsAction' action='errorsAction'/></toolbar></ui>");
     this.toolbar              = ((global::Gtk.Toolbar)(this.UIManager.GetWidget("/toolbar")));
     this.toolbar.Name         = "toolbar";
     this.toolbar.ShowArrow    = false;
     this.toolbar.ToolbarStyle = ((global::Gtk.ToolbarStyle)(3));
     this.toolbar.IconSize     = ((global::Gtk.IconSize)(2));
     this.hboxHeader.Add(this.toolbar);
     global::Gtk.Box.BoxChild w3 = ((global::Gtk.Box.BoxChild)(this.hboxHeader [this.toolbar]));
     w3.Position = 0;
     this.vbox.Add(this.hboxHeader);
     global::Gtk.Box.BoxChild w4 = ((global::Gtk.Box.BoxChild)(this.vbox [this.hboxHeader]));
     w4.Position = 0;
     w4.Expand   = false;
     w4.Fill     = false;
     // Container child vbox.Gtk.Box+BoxChild
     this.hbox         = new global::Gtk.HBox();
     this.hbox.Name    = "hbox";
     this.hbox.Spacing = 6;
     // Container child hbox.Gtk.Box+BoxChild
     this.vboxParameters         = new global::Gtk.VBox();
     this.vboxParameters.Name    = "vboxParameters";
     this.vboxParameters.Spacing = 6;
     this.hbox.Add(this.vboxParameters);
     global::Gtk.Box.BoxChild w5 = ((global::Gtk.Box.BoxChild)(this.hbox [this.vboxParameters]));
     w5.Position = 0;
     w5.Expand   = false;
     w5.Fill     = false;
     // Container child hbox.Gtk.Box+BoxChild
     this.hpanedReport          = new global::Gtk.HPaned();
     this.hpanedReport.CanFocus = true;
     this.hpanedReport.Name     = "hpanedReport";
     this.hpanedReport.Position = 364;
     // Container child hpanedReport.Gtk.Paned+PanedChild
     this.scrolledwindowPages            = new global::Gtk.ScrolledWindow();
     this.scrolledwindowPages.CanFocus   = true;
     this.scrolledwindowPages.Name       = "scrolledwindowPages";
     this.scrolledwindowPages.ShadowType = ((global::Gtk.ShadowType)(1));
     // Container child scrolledwindowPages.Gtk.Container+ContainerChild
     global::Gtk.Viewport w6 = new global::Gtk.Viewport();
     w6.ShadowType = ((global::Gtk.ShadowType)(0));
     // Container child GtkViewport.Gtk.Container+ContainerChild
     this.vboxPages         = new global::Gtk.VBox();
     this.vboxPages.Name    = "vboxPages";
     this.vboxPages.Spacing = 6;
     w6.Add(this.vboxPages);
     this.scrolledwindowPages.Add(w6);
     this.hpanedReport.Add(this.scrolledwindowPages);
     global::Gtk.Paned.PanedChild w9 = ((global::Gtk.Paned.PanedChild)(this.hpanedReport [this.scrolledwindowPages]));
     w9.Resize = false;
     // Container child hpanedReport.Gtk.Paned+PanedChild
     this.scrolledwindowErrors            = new global::Gtk.ScrolledWindow();
     this.scrolledwindowErrors.CanFocus   = true;
     this.scrolledwindowErrors.Name       = "scrolledwindowErrors";
     this.scrolledwindowErrors.ShadowType = ((global::Gtk.ShadowType)(1));
     // Container child scrolledwindowErrors.Gtk.Container+ContainerChild
     this.textviewErrors = new global::Gtk.TextView();
     this.textviewErrors.WidthRequest = 200;
     this.textviewErrors.CanFocus     = true;
     this.textviewErrors.Name         = "textviewErrors";
     this.textviewErrors.Editable     = false;
     this.textviewErrors.WrapMode     = ((global::Gtk.WrapMode)(3));
     this.scrolledwindowErrors.Add(this.textviewErrors);
     this.hpanedReport.Add(this.scrolledwindowErrors);
     global::Gtk.Paned.PanedChild w11 = ((global::Gtk.Paned.PanedChild)(this.hpanedReport [this.scrolledwindowErrors]));
     w11.Resize = false;
     w11.Shrink = false;
     this.hbox.Add(this.hpanedReport);
     global::Gtk.Box.BoxChild w12 = ((global::Gtk.Box.BoxChild)(this.hbox [this.hpanedReport]));
     w12.Position = 1;
     this.vbox.Add(this.hbox);
     global::Gtk.Box.BoxChild w13 = ((global::Gtk.Box.BoxChild)(this.vbox [this.hbox]));
     w13.Position = 1;
     this.Add(this.vbox);
     if ((this.Child != null))
     {
         this.Child.ShowAll();
     }
     w1.SetUiManager(UIManager);
     this.vboxParameters.Hide();
     this.textviewErrors.Hide();
     this.Hide();
     this.refreshAction.Activated    += new global::System.EventHandler(this.OnRefreshActionActivated);
     this.PdfAction.Activated        += new global::System.EventHandler(this.OnPdfActionActivated);
     this.printAction.Activated      += new global::System.EventHandler(this.OnPrintActionActivated);
     this.ZoomOutAction.Activated    += new global::System.EventHandler(this.OnZoomOutActionActivated);
     this.ZoomInAction.Activated     += new global::System.EventHandler(this.OnZoomInActionActivated);
     this.hpanedReport.SizeAllocated += new global::Gtk.SizeAllocatedHandler(this.OnHpanedReportSizeAllocated);
 }
 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);
 }
Exemple #25
0
 protected virtual void Build()
 {
     global::Stetic.Gui.Initialize(this);
     // Widget MonoDevelop.AddinAuthoring.AddinDescriptionWidget
     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 = "MonoDevelop.AddinAuthoring.AddinDescriptionWidget";
     // Container child MonoDevelop.AddinAuthoring.AddinDescriptionWidget.Gtk.Container+ContainerChild
     this.mainBox         = new global::Gtk.VBox();
     this.mainBox.Name    = "mainBox";
     this.mainBox.Spacing = 3;
     // Container child mainBox.Gtk.Box+BoxChild
     this.notebook             = new global::Gtk.Notebook();
     this.notebook.CanFocus    = true;
     this.notebook.Name        = "notebook";
     this.notebook.CurrentPage = 0;
     this.notebook.TabPos      = ((global::Gtk.PositionType)(3));
     // Container child notebook.Gtk.Notebook+NotebookChild
     this.vbox3         = new global::Gtk.VBox();
     this.vbox3.Name    = "vbox3";
     this.vbox3.Spacing = 6;
     // Container child vbox3.Gtk.Box+BoxChild
     this.table1               = new global::Gtk.Table(((uint)(11)), ((uint)(2)), 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.checkIsRoot               = new global::Gtk.CheckButton();
     this.checkIsRoot.CanFocus      = true;
     this.checkIsRoot.Name          = "checkIsRoot";
     this.checkIsRoot.Label         = global::Mono.Addins.AddinManager.CurrentLocalizer.GetString("Add-in root");
     this.checkIsRoot.DrawIndicator = true;
     this.checkIsRoot.UseUnderline  = true;
     this.table1.Add(this.checkIsRoot);
     global::Gtk.Table.TableChild w3 = ((global::Gtk.Table.TableChild)(this.table1[this.checkIsRoot]));
     w3.TopAttach    = ((uint)(3));
     w3.BottomAttach = ((uint)(4));
     w3.RightAttach  = ((uint)(2));
     w3.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     this.comboNs      = global::Gtk.ComboBoxEntry.NewText();
     this.comboNs.Name = "comboNs";
     this.table1.Add(this.comboNs);
     global::Gtk.Table.TableChild w4 = ((global::Gtk.Table.TableChild)(this.table1[this.comboNs]));
     w4.TopAttach    = ((uint)(1));
     w4.BottomAttach = ((uint)(2));
     w4.LeftAttach   = ((uint)(1));
     w4.RightAttach  = ((uint)(2));
     w4.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     this.entryAuthor               = new global::Gtk.Entry();
     this.entryAuthor.CanFocus      = true;
     this.entryAuthor.Name          = "entryAuthor";
     this.entryAuthor.IsEditable    = true;
     this.entryAuthor.InvisibleChar = '●';
     this.table1.Add(this.entryAuthor);
     global::Gtk.Table.TableChild w5 = ((global::Gtk.Table.TableChild)(this.table1[this.entryAuthor]));
     w5.TopAttach    = ((uint)(8));
     w5.BottomAttach = ((uint)(9));
     w5.LeftAttach   = ((uint)(1));
     w5.RightAttach  = ((uint)(2));
     w5.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     this.entryIdentifier               = new global::Gtk.Entry();
     this.entryIdentifier.CanFocus      = true;
     this.entryIdentifier.Name          = "entryIdentifier";
     this.entryIdentifier.IsEditable    = true;
     this.entryIdentifier.InvisibleChar = '●';
     this.table1.Add(this.entryIdentifier);
     global::Gtk.Table.TableChild w6 = ((global::Gtk.Table.TableChild)(this.table1[this.entryIdentifier]));
     w6.LeftAttach  = ((uint)(1));
     w6.RightAttach = ((uint)(2));
     w6.YOptions    = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     this.entryLicense               = new global::Gtk.Entry();
     this.entryLicense.CanFocus      = true;
     this.entryLicense.Name          = "entryLicense";
     this.entryLicense.IsEditable    = true;
     this.entryLicense.InvisibleChar = '●';
     this.table1.Add(this.entryLicense);
     global::Gtk.Table.TableChild w7 = ((global::Gtk.Table.TableChild)(this.table1[this.entryLicense]));
     w7.TopAttach    = ((uint)(9));
     w7.BottomAttach = ((uint)(10));
     w7.LeftAttach   = ((uint)(1));
     w7.RightAttach  = ((uint)(2));
     w7.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 w8 = ((global::Gtk.Table.TableChild)(this.table1[this.entryName]));
     w8.TopAttach    = ((uint)(5));
     w8.BottomAttach = ((uint)(6));
     w8.LeftAttach   = ((uint)(1));
     w8.RightAttach  = ((uint)(2));
     w8.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     this.entryUrl               = new global::Gtk.Entry();
     this.entryUrl.CanFocus      = true;
     this.entryUrl.Name          = "entryUrl";
     this.entryUrl.IsEditable    = true;
     this.entryUrl.InvisibleChar = '●';
     this.table1.Add(this.entryUrl);
     global::Gtk.Table.TableChild w9 = ((global::Gtk.Table.TableChild)(this.table1[this.entryUrl]));
     w9.TopAttach    = ((uint)(10));
     w9.BottomAttach = ((uint)(11));
     w9.LeftAttach   = ((uint)(1));
     w9.RightAttach  = ((uint)(2));
     w9.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     this.hbox9         = new global::Gtk.HBox();
     this.hbox9.Name    = "hbox9";
     this.hbox9.Spacing = 6;
     // Container child hbox9.Gtk.Box+BoxChild
     this.entryVersion               = new global::Gtk.Entry();
     this.entryVersion.CanFocus      = true;
     this.entryVersion.Name          = "entryVersion";
     this.entryVersion.IsEditable    = true;
     this.entryVersion.WidthChars    = 15;
     this.entryVersion.InvisibleChar = '●';
     this.hbox9.Add(this.entryVersion);
     global::Gtk.Box.BoxChild w10 = ((global::Gtk.Box.BoxChild)(this.hbox9[this.entryVersion]));
     w10.Position = 0;
     w10.Expand   = false;
     w10.Fill     = false;
     // Container child hbox9.Gtk.Box+BoxChild
     this.label4           = new global::Gtk.Label();
     this.label4.Name      = "label4";
     this.label4.LabelProp = global::Mono.Addins.AddinManager.CurrentLocalizer.GetString("Compatible Version:");
     this.hbox9.Add(this.label4);
     global::Gtk.Box.BoxChild w11 = ((global::Gtk.Box.BoxChild)(this.hbox9[this.label4]));
     w11.Position = 1;
     w11.Expand   = false;
     w11.Fill     = false;
     // Container child hbox9.Gtk.Box+BoxChild
     this.entryCompatVersion               = new global::Gtk.Entry();
     this.entryCompatVersion.CanFocus      = true;
     this.entryCompatVersion.Name          = "entryCompatVersion";
     this.entryCompatVersion.IsEditable    = true;
     this.entryCompatVersion.WidthChars    = 15;
     this.entryCompatVersion.InvisibleChar = '●';
     this.hbox9.Add(this.entryCompatVersion);
     global::Gtk.Box.BoxChild w12 = ((global::Gtk.Box.BoxChild)(this.hbox9[this.entryCompatVersion]));
     w12.Position = 2;
     w12.Expand   = false;
     w12.Fill     = false;
     this.table1.Add(this.hbox9);
     global::Gtk.Table.TableChild w13 = ((global::Gtk.Table.TableChild)(this.table1[this.hbox9]));
     w13.TopAttach    = ((uint)(2));
     w13.BottomAttach = ((uint)(3));
     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.hseparator1      = new global::Gtk.HSeparator();
     this.hseparator1.Name = "hseparator1";
     this.table1.Add(this.hseparator1);
     global::Gtk.Table.TableChild w14 = ((global::Gtk.Table.TableChild)(this.table1[this.hseparator1]));
     w14.TopAttach    = ((uint)(7));
     w14.BottomAttach = ((uint)(8));
     w14.RightAttach  = ((uint)(2));
     w14.XOptions     = ((global::Gtk.AttachOptions)(4));
     w14.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     this.hseparator2      = new global::Gtk.HSeparator();
     this.hseparator2.Name = "hseparator2";
     this.table1.Add(this.hseparator2);
     global::Gtk.Table.TableChild w15 = ((global::Gtk.Table.TableChild)(this.table1[this.hseparator2]));
     w15.TopAttach    = ((uint)(4));
     w15.BottomAttach = ((uint)(5));
     w15.RightAttach  = ((uint)(2));
     w15.XOptions     = ((global::Gtk.AttachOptions)(4));
     w15.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     this.label12           = new global::Gtk.Label();
     this.label12.Name      = "label12";
     this.label12.Xalign    = 0f;
     this.label12.LabelProp = global::Mono.Addins.AddinManager.CurrentLocalizer.GetString("License:");
     this.table1.Add(this.label12);
     global::Gtk.Table.TableChild w16 = ((global::Gtk.Table.TableChild)(this.table1[this.label12]));
     w16.TopAttach    = ((uint)(9));
     w16.BottomAttach = ((uint)(10));
     w16.XOptions     = ((global::Gtk.AttachOptions)(4));
     w16.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     this.label13           = new global::Gtk.Label();
     this.label13.Name      = "label13";
     this.label13.Xalign    = 0f;
     this.label13.LabelProp = global::Mono.Addins.AddinManager.CurrentLocalizer.GetString("Author:");
     this.table1.Add(this.label13);
     global::Gtk.Table.TableChild w17 = ((global::Gtk.Table.TableChild)(this.table1[this.label13]));
     w17.TopAttach    = ((uint)(8));
     w17.BottomAttach = ((uint)(9));
     w17.XOptions     = ((global::Gtk.AttachOptions)(4));
     w17.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     this.label14           = new global::Gtk.Label();
     this.label14.Name      = "label14";
     this.label14.Xalign    = 0f;
     this.label14.LabelProp = global::Mono.Addins.AddinManager.CurrentLocalizer.GetString("Name:");
     this.table1.Add(this.label14);
     global::Gtk.Table.TableChild w18 = ((global::Gtk.Table.TableChild)(this.table1[this.label14]));
     w18.TopAttach    = ((uint)(5));
     w18.BottomAttach = ((uint)(6));
     w18.XOptions     = ((global::Gtk.AttachOptions)(4));
     w18.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     this.label15           = new global::Gtk.Label();
     this.label15.Name      = "label15";
     this.label15.Xalign    = 0f;
     this.label15.Yalign    = 0f;
     this.label15.LabelProp = global::Mono.Addins.AddinManager.CurrentLocalizer.GetString("Description:");
     this.table1.Add(this.label15);
     global::Gtk.Table.TableChild w19 = ((global::Gtk.Table.TableChild)(this.table1[this.label15]));
     w19.TopAttach    = ((uint)(6));
     w19.BottomAttach = ((uint)(7));
     w19.XOptions     = ((global::Gtk.AttachOptions)(4));
     w19.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.Addins.AddinManager.CurrentLocalizer.GetString("Namespace:");
     this.table1.Add(this.label2);
     global::Gtk.Table.TableChild w20 = ((global::Gtk.Table.TableChild)(this.table1[this.label2]));
     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.label3           = new global::Gtk.Label();
     this.label3.Name      = "label3";
     this.label3.Xalign    = 0f;
     this.label3.LabelProp = global::Mono.Addins.AddinManager.CurrentLocalizer.GetString("Version:");
     this.table1.Add(this.label3);
     global::Gtk.Table.TableChild w21 = ((global::Gtk.Table.TableChild)(this.table1[this.label3]));
     w21.TopAttach    = ((uint)(2));
     w21.BottomAttach = ((uint)(3));
     w21.XOptions     = ((global::Gtk.AttachOptions)(4));
     w21.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.Addins.AddinManager.CurrentLocalizer.GetString("URL:");
     this.table1.Add(this.label7);
     global::Gtk.Table.TableChild w22 = ((global::Gtk.Table.TableChild)(this.table1[this.label7]));
     w22.TopAttach    = ((uint)(10));
     w22.BottomAttach = ((uint)(11));
     w22.XOptions     = ((global::Gtk.AttachOptions)(4));
     w22.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.Addins.AddinManager.CurrentLocalizer.GetString("Identifier:");
     this.table1.Add(this.label8);
     global::Gtk.Table.TableChild w23 = ((global::Gtk.Table.TableChild)(this.table1[this.label8]));
     w23.XOptions = ((global::Gtk.AttachOptions)(4));
     w23.YOptions = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     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.textviewDesc          = new global::Gtk.TextView();
     this.textviewDesc.CanFocus = true;
     this.textviewDesc.Name     = "textviewDesc";
     this.scrolledwindow1.Add(this.textviewDesc);
     this.table1.Add(this.scrolledwindow1);
     global::Gtk.Table.TableChild w25 = ((global::Gtk.Table.TableChild)(this.table1[this.scrolledwindow1]));
     w25.TopAttach    = ((uint)(6));
     w25.BottomAttach = ((uint)(7));
     w25.LeftAttach   = ((uint)(1));
     w25.RightAttach  = ((uint)(2));
     w25.YOptions     = ((global::Gtk.AttachOptions)(4));
     this.vbox3.Add(this.table1);
     global::Gtk.Box.BoxChild w26 = ((global::Gtk.Box.BoxChild)(this.vbox3[this.table1]));
     w26.Position = 0;
     w26.Expand   = false;
     w26.Fill     = false;
     // Container child vbox3.Gtk.Box+BoxChild
     this.hseparator3      = new global::Gtk.HSeparator();
     this.hseparator3.Name = "hseparator3";
     this.vbox3.Add(this.hseparator3);
     global::Gtk.Box.BoxChild w27 = ((global::Gtk.Box.BoxChild)(this.vbox3[this.hseparator3]));
     w27.PackType = ((global::Gtk.PackType)(1));
     w27.Position = 1;
     w27.Expand   = false;
     w27.Fill     = false;
     this.notebook.Add(this.vbox3);
     // Notebook tab
     this.label5           = new global::Gtk.Label();
     this.label5.Name      = "label5";
     this.label5.LabelProp = global::Mono.Addins.AddinManager.CurrentLocalizer.GetString("Header");
     this.notebook.SetTabLabel(this.vbox3, this.label5);
     this.label5.ShowAll();
     // Container child notebook.Gtk.Notebook+NotebookChild
     this.extensionPointsEditor        = new global::MonoDevelop.AddinAuthoring.ExtensionPointsEditorWidget();
     this.extensionPointsEditor.Events = ((global::Gdk.EventMask)(256));
     this.extensionPointsEditor.Name   = "extensionPointsEditor";
     this.notebook.Add(this.extensionPointsEditor);
     global::Gtk.Notebook.NotebookChild w29 = ((global::Gtk.Notebook.NotebookChild)(this.notebook[this.extensionPointsEditor]));
     w29.Position = 1;
     // Notebook tab
     this.label9           = new global::Gtk.Label();
     this.label9.Name      = "label9";
     this.label9.LabelProp = global::Mono.Addins.AddinManager.CurrentLocalizer.GetString("Extension Points");
     this.notebook.SetTabLabel(this.extensionPointsEditor, this.label9);
     this.label9.ShowAll();
     // Container child notebook.Gtk.Notebook+NotebookChild
     this.hbox5             = new global::Gtk.HBox();
     this.hbox5.Name        = "hbox5";
     this.hbox5.Spacing     = 6;
     this.hbox5.BorderWidth = ((uint)(6));
     // Container child hbox5.Gtk.Box+BoxChild
     this.extensionEditor        = new global::MonoDevelop.AddinAuthoring.ExtensionEditorWidget();
     this.extensionEditor.Events = ((global::Gdk.EventMask)(256));
     this.extensionEditor.Name   = "extensionEditor";
     this.hbox5.Add(this.extensionEditor);
     global::Gtk.Box.BoxChild w30 = ((global::Gtk.Box.BoxChild)(this.hbox5[this.extensionEditor]));
     w30.Position = 0;
     this.notebook.Add(this.hbox5);
     global::Gtk.Notebook.NotebookChild w31 = ((global::Gtk.Notebook.NotebookChild)(this.notebook[this.hbox5]));
     w31.Position = 2;
     // Notebook tab
     this.label10           = new global::Gtk.Label();
     this.label10.Name      = "label10";
     this.label10.LabelProp = global::Mono.Addins.AddinManager.CurrentLocalizer.GetString("Extensions");
     this.notebook.SetTabLabel(this.hbox5, this.label10);
     this.label10.ShowAll();
     this.mainBox.Add(this.notebook);
     global::Gtk.Box.BoxChild w32 = ((global::Gtk.Box.BoxChild)(this.mainBox[this.notebook]));
     w32.Position = 0;
     this.Add(this.mainBox);
     if ((this.Child != null))
     {
         this.Child.ShowAll();
     }
     w1.SetUiManager(UIManager);
     this.Show();
     this.entryVersion.Changed       += new global::System.EventHandler(this.OnEntryChanged);
     this.entryCompatVersion.Changed += new global::System.EventHandler(this.OnEntryChanged);
     this.entryUrl.Changed           += new global::System.EventHandler(this.OnEntryChanged);
     this.entryName.Changed          += new global::System.EventHandler(this.OnEntryChanged);
     this.entryLicense.Changed       += new global::System.EventHandler(this.OnEntryChanged);
     this.entryIdentifier.Changed    += new global::System.EventHandler(this.OnEntryChanged);
     this.entryIdentifier.Changed    += new global::System.EventHandler(this.OnEntryIdentifierChanged);
     this.entryAuthor.Changed        += new global::System.EventHandler(this.OnEntryChanged);
     this.checkIsRoot.Clicked        += new global::System.EventHandler(this.OnCheckIsRootClicked);
 }
 protected virtual void Build()
 {
     global::Stetic.Gui.Initialize(this);
     // Widget vocab.SimpleAssessmentWidget
     Stetic.BinContainer w1 = global::Stetic.BinContainer.Attach(this);
     this.UIManager = new global::Gtk.UIManager();
     global::Gtk.ActionGroup w2 = new global::Gtk.ActionGroup("Default");
     this.closeAction = new global::Gtk.Action("closeAction", null, null, "gtk-close");
     w2.Add(this.closeAction, null);
     this.UIManager.InsertActionGroup(w2, 0);
     this.Name = "vocab.SimpleAssessmentWidget";
     // Container child vocab.SimpleAssessmentWidget.Gtk.Container+ContainerChild
     this.vbox2         = new global::Gtk.VBox();
     this.vbox2.Name    = "vbox2";
     this.vbox2.Spacing = 6;
     // Container child vbox2.Gtk.Box+BoxChild
     this.UIManager.AddUiFromString("<ui><toolbar name='toolbar1'><toolitem name='closeAction' action='closeAction'/></toolbar></ui>");
     this.toolbar1           = ((global::Gtk.Toolbar)(this.UIManager.GetWidget("/toolbar1")));
     this.toolbar1.Name      = "toolbar1";
     this.toolbar1.ShowArrow = false;
     this.vbox2.Add(this.toolbar1);
     global::Gtk.Box.BoxChild w3 = ((global::Gtk.Box.BoxChild)(this.vbox2[this.toolbar1]));
     w3.Position = 0;
     w3.Expand   = false;
     w3.Fill     = false;
     // Container child vbox2.Gtk.Box+BoxChild
     this.hpaned1          = new global::Gtk.HPaned();
     this.hpaned1.CanFocus = true;
     this.hpaned1.Name     = "hpaned1";
     this.hpaned1.Position = 126;
     // Container child hpaned1.Gtk.Paned+PanedChild
     this.label1           = new global::Gtk.Label();
     this.label1.Name      = "label1";
     this.label1.LabelProp = global::Mono.Unix.Catalog.GetString("label1");
     this.hpaned1.Add(this.label1);
     global::Gtk.Paned.PanedChild w4 = ((global::Gtk.Paned.PanedChild)(this.hpaned1[this.label1]));
     w4.Resize = false;
     // Container child hpaned1.Gtk.Paned+PanedChild
     this.vbox3         = new global::Gtk.VBox();
     this.vbox3.Name    = "vbox3";
     this.vbox3.Spacing = 6;
     // Container child vbox3.Gtk.Box+BoxChild
     this.placeholderwidget2        = new global::vocab.PlaceHolderWidget();
     this.placeholderwidget2.Events = ((global::Gdk.EventMask)(256));
     this.placeholderwidget2.Name   = "placeholderwidget2";
     this.vbox3.Add(this.placeholderwidget2);
     global::Gtk.Box.BoxChild w5 = ((global::Gtk.Box.BoxChild)(this.vbox3[this.placeholderwidget2]));
     w5.Position = 0;
     // Container child vbox3.Gtk.Box+BoxChild
     this.vbuttonbox1             = new global::Gtk.VButtonBox();
     this.vbuttonbox1.Name        = "vbuttonbox1";
     this.vbuttonbox1.Homogeneous = true;
     this.vbuttonbox1.BorderWidth = ((uint)(18));
     this.vbox3.Add(this.vbuttonbox1);
     global::Gtk.Box.BoxChild w6 = ((global::Gtk.Box.BoxChild)(this.vbox3[this.vbuttonbox1]));
     w6.Position = 1;
     // Container child vbox3.Gtk.Box+BoxChild
     this.placeholderwidget1        = new global::vocab.PlaceHolderWidget();
     this.placeholderwidget1.Events = ((global::Gdk.EventMask)(256));
     this.placeholderwidget1.Name   = "placeholderwidget1";
     this.vbox3.Add(this.placeholderwidget1);
     global::Gtk.Box.BoxChild w7 = ((global::Gtk.Box.BoxChild)(this.vbox3[this.placeholderwidget1]));
     w7.Position = 2;
     w7.Padding  = ((uint)(16));
     this.hpaned1.Add(this.vbox3);
     this.vbox2.Add(this.hpaned1);
     global::Gtk.Box.BoxChild w9 = ((global::Gtk.Box.BoxChild)(this.vbox2[this.hpaned1]));
     w9.Position = 1;
     this.Add(this.vbox2);
     if ((this.Child != null))
     {
         this.Child.ShowAll();
     }
     w1.SetUiManager(UIManager);
     this.Hide();
     this.closeAction.Activated += new global::System.EventHandler(this.OnCloseActionActivated);
 }
 protected virtual void Build()
 {
     global::Stetic.Gui.Initialize(this);
     // Widget CustomWidgets.TextSelector
     Stetic.BinContainer w1 = global::Stetic.BinContainer.Attach(this);
     this.UIManager = new global::Gtk.UIManager();
     global::Gtk.ActionGroup w2 = new global::Gtk.ActionGroup("Default");
     this.UnaOpci            = new global::Gtk.Action("UnaOpci", global::Mono.Unix.Catalog.GetString("Una opció"), null, null);
     this.UnaOpci.ShortLabel = "Una opció";
     w2.Add(this.UnaOpci, null);
     this.UnaMs            = new global::Gtk.Action("UnaMs", global::Mono.Unix.Catalog.GetString("Una més"), null, null);
     this.UnaMs.ShortLabel = "Una més";
     w2.Add(this.UnaMs, null);
     this.IUnaAltre            = new global::Gtk.Action("IUnaAltre", global::Mono.Unix.Catalog.GetString("I Una altre"), null, null);
     this.IUnaAltre.ShortLabel = "I Una altre";
     w2.Add(this.IUnaAltre, null);
     this.UIManager.InsertActionGroup(w2, 0);
     this.Events = ((global::Gdk.EventMask)(256));
     this.Name   = "CustomWidgets.TextSelector";
     // Container child CustomWidgets.TextSelector.Gtk.Container+ContainerChild
     this.hbox1         = new global::Gtk.HBox();
     this.hbox1.Name    = "hbox1";
     this.hbox1.Spacing = 3;
     // Container child hbox1.Gtk.Box+BoxChild
     this.entry               = new global::Gtk.Entry();
     this.entry.CanFocus      = true;
     this.entry.Name          = "entry";
     this.entry.Text          = "fadabona";
     this.entry.IsEditable    = true;
     this.entry.InvisibleChar = '●';
     this.hbox1.Add(this.entry);
     global::Gtk.Box.BoxChild w3 = ((global::Gtk.Box.BoxChild)(this.hbox1[this.entry]));
     w3.Position = 0;
     // Container child hbox1.Gtk.Box+BoxChild
     this.combobox      = global::Gtk.ComboBox.NewText();
     this.combobox.Name = "combobox";
     this.hbox1.Add(this.combobox);
     global::Gtk.Box.BoxChild w4 = ((global::Gtk.Box.BoxChild)(this.hbox1[this.combobox]));
     w4.Position = 1;
     w4.Expand   = false;
     w4.Fill     = false;
     // Container child hbox1.Gtk.Box+BoxChild
     this.UIManager.AddUiFromString("<ui><menubar name='menubar1'><menu name='UnaOpci' action='UnaOpci'><menuitem name='UnaMs' action='UnaMs'/><menuitem name='IUnaAltre' action='IUnaAltre'/></menu></menubar></ui>");
     this.menubar1      = ((global::Gtk.MenuBar)(this.UIManager.GetWidget("/menubar1")));
     this.menubar1.Name = "menubar1";
     this.hbox1.Add(this.menubar1);
     global::Gtk.Box.BoxChild w5 = ((global::Gtk.Box.BoxChild)(this.hbox1[this.menubar1]));
     w5.Position = 2;
     w5.Expand   = false;
     w5.Fill     = false;
     // Container child hbox1.Gtk.Box+BoxChild
     this.label1           = new global::Gtk.Label();
     this.label1.Name      = "label1";
     this.label1.LabelProp = "Texte";
     this.hbox1.Add(this.label1);
     global::Gtk.Box.BoxChild w6 = ((global::Gtk.Box.BoxChild)(this.hbox1[this.label1]));
     w6.Position = 3;
     w6.Expand   = false;
     w6.Fill     = false;
     this.Add(this.hbox1);
     if ((this.Child != null))
     {
         this.Child.ShowAll();
     }
     w1.SetUiManager(UIManager);
     this.Show();
     this.UnaMs.Activated  += new global::System.EventHandler(this.OnUnaMsActivated);
     this.entry.Changed    += new global::System.EventHandler(this.OnEntryChanged);
     this.combobox.Changed += new global::System.EventHandler(this.OnComboboxChanged);
 }