protected virtual void Build()
 {
     global::Stetic.Gui.Initialize(this);
     // Widget Vodovoz.SidePanel.PanelViewContainer
     global::Stetic.BinContainer.Attach(this);
     this.Name = "Vodovoz.SidePanel.PanelViewContainer";
     // Container child Vodovoz.SidePanel.PanelViewContainer.Gtk.Container+ContainerChild
     this.frame1             = new global::Gtk.Frame();
     this.frame1.Name        = "frame1";
     this.frame1.ShadowType  = ((global::Gtk.ShadowType)(2));
     this.frame1.LabelXalign = 1F;
     this.frame1.BorderWidth = ((uint)(6));
     // Container child frame1.Gtk.Container+ContainerChild
     this.GtkAlignment1              = new global::Gtk.Alignment(0F, 0F, 1F, 1F);
     this.GtkAlignment1.Name         = "GtkAlignment1";
     this.GtkAlignment1.LeftPadding  = ((uint)(5));
     this.GtkAlignment1.RightPadding = ((uint)(5));
     this.frame1.Add(this.GtkAlignment1);
     this.buttonPin              = new global::Gtk.ToggleButton();
     this.buttonPin.Name         = "buttonPin";
     this.buttonPin.FocusOnClick = false;
     global::Gtk.Image w2 = new global::Gtk.Image();
     w2.Pixbuf               = global::Gdk.Pixbuf.LoadFromResource("Vodovoz.icons.buttons.pin-up.png");
     this.buttonPin.Image    = w2;
     this.frame1.LabelWidget = this.buttonPin;
     this.Add(this.frame1);
     if ((this.Child != null))
     {
         this.Child.ShowAll();
     }
     this.Hide();
 }
Exemplo n.º 2
0
 protected virtual void Build()
 {
     global::Stetic.Gui.Initialize(this);
     // Widget MainWindow
     this.Name           = "MainWindow";
     this.Title          = global::Mono.Unix.Catalog.GetString("Reminder");
     this.WindowPosition = ((global::Gtk.WindowPosition)(4));
     this.Modal          = true;
     // Container child MainWindow.Gtk.Container+ContainerChild
     this.frame1            = new global::Gtk.Frame();
     this.frame1.Name       = "frame1";
     this.frame1.ShadowType = ((global::Gtk.ShadowType)(0));
     // Container child frame1.Gtk.Container+ContainerChild
     this.label1           = new global::Gtk.Label();
     this.label1.Name      = "label1";
     this.label1.LabelProp = global::Mono.Unix.Catalog.GetString("label1");
     this.frame1.Add(this.label1);
     this.Add(this.frame1);
     if ((this.Child != null))
     {
         this.Child.ShowAll();
     }
     this.DefaultWidth  = 400;
     this.DefaultHeight = 146;
     this.Show();
     this.DeleteEvent += new global::Gtk.DeleteEventHandler(this.OnDeleteEvent);
 }
Exemplo n.º 3
0
 protected virtual void Build()
 {
     global::Stetic.Gui.Initialize(this);
     // Widget LongoMatch.Gui.Component.StringTaggerWidget
     global::Stetic.BinContainer.Attach(this);
     this.Name = "LongoMatch.Gui.Component.StringTaggerWidget";
     // Container child LongoMatch.Gui.Component.StringTaggerWidget.Gtk.Container+ContainerChild
     this.frame            = new global::Gtk.Frame();
     this.frame.Name       = "frame";
     this.frame.ShadowType = ((global::Gtk.ShadowType)(2));
     // Container child frame.Gtk.Container+ContainerChild
     this.GtkAlignment             = new global::Gtk.Alignment(0F, 0F, 1F, 1F);
     this.GtkAlignment.Name        = "GtkAlignment";
     this.GtkAlignment.LeftPadding = ((uint)(12));
     // Container child GtkAlignment.Gtk.Container+ContainerChild
     this.table               = new global::Gtk.Table(((uint)(3)), ((uint)(3)), false);
     this.table.Name          = "table";
     this.table.RowSpacing    = ((uint)(6));
     this.table.ColumnSpacing = ((uint)(6));
     this.GtkAlignment.Add(this.table);
     this.frame.Add(this.GtkAlignment);
     this.titlelabel           = new global::Gtk.Label();
     this.titlelabel.Name      = "titlelabel";
     this.titlelabel.LabelProp = global::Mono.Unix.Catalog.GetString("<b>GtkFrame</b>");
     this.titlelabel.UseMarkup = true;
     this.frame.LabelWidget    = this.titlelabel;
     this.Add(this.frame);
     if ((this.Child != null))
     {
         this.Child.ShowAll();
     }
     this.Hide();
 }
 protected virtual void Build()
 {
     global::Stetic.Gui.Initialize (this);
     // Widget AkariSolver.ErrorDialog
     this.Name = "AkariSolver.ErrorDialog";
     this.Title = global::Mono.Unix.Catalog.GetString ("Error");
     this.WindowPosition = ((global::Gtk.WindowPosition)(3));
     // Internal child AkariSolver.ErrorDialog.VBox
     global::Gtk.VBox w1 = this.VBox;
     w1.Name = "dialog1_VBox";
     w1.BorderWidth = ((uint)(2));
     // Container child dialog1_VBox.Gtk.Box+BoxChild
     this.ErrorFrame = new global::Gtk.Frame ();
     this.ErrorFrame.Name = "ErrorFrame";
     this.ErrorFrame.ShadowType = ((global::Gtk.ShadowType)(0));
     // Container child ErrorFrame.Gtk.Container+ContainerChild
     this.GtkAlignment2 = new global::Gtk.Alignment (0F, 0F, 1F, 1F);
     this.GtkAlignment2.Name = "GtkAlignment2";
     this.GtkAlignment2.LeftPadding = ((uint)(12));
     // Container child GtkAlignment2.Gtk.Container+ContainerChild
     this.ErrorLabel1 = new global::Gtk.Label ();
     this.ErrorLabel1.Name = "ErrorLabel1";
     this.ErrorLabel1.LabelProp = global::Mono.Unix.Catalog.GetString ("The puzzle is unsolvable!");
     this.GtkAlignment2.Add (this.ErrorLabel1);
     this.ErrorFrame.Add (this.GtkAlignment2);
     this.ErrorLabel = new global::Gtk.Label ();
     this.ErrorLabel.Name = "ErrorLabel";
     this.ErrorLabel.UseMarkup = true;
     this.ErrorFrame.LabelWidget = this.ErrorLabel;
     w1.Add (this.ErrorFrame);
     global::Gtk.Box.BoxChild w4 = ((global::Gtk.Box.BoxChild)(w1 [this.ErrorFrame]));
     w4.Position = 0;
     w4.Expand = false;
     w4.Fill = false;
     // Internal child AkariSolver.ErrorDialog.ActionArea
     global::Gtk.HButtonBox w5 = this.ActionArea;
     w5.Name = "dialog1_ActionArea";
     w5.Spacing = 10;
     w5.BorderWidth = ((uint)(5));
     w5.LayoutStyle = ((global::Gtk.ButtonBoxStyle)(4));
     // Container child dialog1_ActionArea.Gtk.ButtonBox+ButtonBoxChild
     this.buttonOk = new global::Gtk.Button ();
     this.buttonOk.CanDefault = true;
     this.buttonOk.CanFocus = true;
     this.buttonOk.Name = "buttonOk";
     this.buttonOk.UseStock = true;
     this.buttonOk.UseUnderline = true;
     this.buttonOk.Label = "gtk-ok";
     this.AddActionWidget (this.buttonOk, -5);
     global::Gtk.ButtonBox.ButtonBoxChild w6 = ((global::Gtk.ButtonBox.ButtonBoxChild)(w5 [this.buttonOk]));
     w6.Expand = false;
     w6.Fill = false;
     if ((this.Child != null)) {
         this.Child.ShowAll ();
     }
     this.DefaultWidth = 400;
     this.DefaultHeight = 99;
     this.Show ();
     this.buttonOk.Clicked += new global::System.EventHandler (this.OnButtonOkClicked);
 }
 protected virtual void Build()
 {
     global::Stetic.Gui.Initialize (this);
     // Widget Vodovoz.Panel.PanelViewContainer
     global::Stetic.BinContainer.Attach (this);
     this.Name = "Vodovoz.Panel.PanelViewContainer";
     // Container child Vodovoz.Panel.PanelViewContainer.Gtk.Container+ContainerChild
     this.frame1 = new global::Gtk.Frame ();
     this.frame1.Name = "frame1";
     this.frame1.ShadowType = ((global::Gtk.ShadowType)(2));
     this.frame1.LabelXalign = 1F;
     this.frame1.BorderWidth = ((uint)(6));
     // Container child frame1.Gtk.Container+ContainerChild
     this.GtkAlignment1 = new global::Gtk.Alignment (0F, 0F, 1F, 1F);
     this.GtkAlignment1.Name = "GtkAlignment1";
     this.GtkAlignment1.LeftPadding = ((uint)(5));
     this.GtkAlignment1.RightPadding = ((uint)(5));
     this.frame1.Add (this.GtkAlignment1);
     this.buttonPin = new global::Gtk.ToggleButton ();
     this.buttonPin.Name = "buttonPin";
     this.buttonPin.FocusOnClick = false;
     global::Gtk.Image w2 = new global::Gtk.Image ();
     w2.Pixbuf = global::Gdk.Pixbuf.LoadFromResource ("Vodovoz.icons.buttons.pin-up.png");
     this.buttonPin.Image = w2;
     this.frame1.LabelWidget = this.buttonPin;
     this.Add (this.frame1);
     if ((this.Child != null)) {
         this.Child.ShowAll ();
     }
     this.Hide ();
 }
 protected virtual void Build()
 {
     global::Stetic.Gui.Initialize (this);
     // Widget LongoMatch.Gui.Component.PlayersTaggerWidget
     global::Stetic.BinContainer.Attach (this);
     this.Name = "LongoMatch.Gui.Component.PlayersTaggerWidget";
     // Container child LongoMatch.Gui.Component.PlayersTaggerWidget.Gtk.Container+ContainerChild
     this.frame1 = new global::Gtk.Frame ();
     this.frame1.Name = "frame1";
     this.frame1.ShadowType = ((global::Gtk.ShadowType)(2));
     // Container child frame1.Gtk.Container+ContainerChild
     this.GtkAlignment = new global::Gtk.Alignment (0F, 0F, 1F, 1F);
     this.GtkAlignment.Name = "GtkAlignment";
     this.GtkAlignment.LeftPadding = ((uint)(12));
     this.frame1.Add (this.GtkAlignment);
     this.CategoryLabel = new global::Gtk.Label ();
     this.CategoryLabel.Name = "CategoryLabel";
     this.CategoryLabel.UseMarkup = true;
     this.frame1.LabelWidget = this.CategoryLabel;
     this.Add (this.frame1);
     if ((this.Child != null)) {
         this.Child.ShowAll ();
     }
     this.Hide ();
 }
Exemplo n.º 7
0
 protected virtual void Build()
 {
     global::Stetic.Gui.Initialize(this);
     // Widget AssetImporter.AddinItems.AssetProjectExpandedWidget
     global::Stetic.BinContainer.Attach(this);
     this.Name = "AssetImporter.AddinItems.AssetProjectExpandedWidget";
     // Container child AssetImporter.AddinItems.AssetProjectExpandedWidget.Gtk.Container+ContainerChild
     this.frame1             = new global::Gtk.Frame();
     this.frame1.Name        = "frame1";
     this.frame1.BorderWidth = ((uint)(5));
     // Container child frame1.Gtk.Container+ContainerChild
     this.GtkAlignment             = new global::Gtk.Alignment(0F, 0F, 1F, 1F);
     this.GtkAlignment.Name        = "GtkAlignment";
     this.GtkAlignment.LeftPadding = ((uint)(12));
     // Container child GtkAlignment.Gtk.Container+ContainerChild
     this.ProjectAssetVBox         = new global::Gtk.VBox();
     this.ProjectAssetVBox.Name    = "ProjectAssetVBox";
     this.ProjectAssetVBox.Spacing = 8;
     this.GtkAlignment.Add(this.ProjectAssetVBox);
     this.frame1.Add(this.GtkAlignment);
     this.ProjectNameLabel           = new global::Gtk.Label();
     this.ProjectNameLabel.Name      = "ProjectNameLabel";
     this.ProjectNameLabel.LabelProp = global::Mono.Unix.Catalog.GetString("<b>GtkFrame</b>");
     this.ProjectNameLabel.UseMarkup = true;
     this.frame1.LabelWidget         = this.ProjectNameLabel;
     this.Add(this.frame1);
     if ((this.Child != null))
     {
         this.Child.ShowAll();
     }
     this.Show();
 }
 protected virtual void Build()
 {
     global::Stetic.Gui.Initialize (this);
     // Widget LongoMatch.Gui.Component.TeamTaggerWidget
     global::Stetic.BinContainer.Attach (this);
     this.Name = "LongoMatch.Gui.Component.TeamTaggerWidget";
     // Container child LongoMatch.Gui.Component.TeamTaggerWidget.Gtk.Container+ContainerChild
     this.frame = new global::Gtk.Frame ();
     this.frame.Name = "frame";
     this.frame.ShadowType = ((global::Gtk.ShadowType)(2));
     // Container child frame.Gtk.Container+ContainerChild
     this.GtkAlignment = new global::Gtk.Alignment (0F, 0F, 1F, 1F);
     this.GtkAlignment.Name = "GtkAlignment";
     this.GtkAlignment.LeftPadding = ((uint)(12));
     // Container child GtkAlignment.Gtk.Container+ContainerChild
     this.buttonsbox = new global::Gtk.HBox ();
     this.buttonsbox.Name = "buttonsbox";
     this.buttonsbox.Spacing = 6;
     this.GtkAlignment.Add (this.buttonsbox);
     this.frame.Add (this.GtkAlignment);
     this.titlelabel = new global::Gtk.Label ();
     this.titlelabel.Name = "titlelabel";
     this.titlelabel.UseMarkup = true;
     this.frame.LabelWidget = this.titlelabel;
     this.Add (this.frame);
     if ((this.Child != null)) {
         this.Child.ShowAll ();
     }
     this.Hide ();
 }
 protected virtual void Build()
 {
     global::Stetic.Gui.Initialize(this);
     // Widget LongoMatch.Gui.Component.PlayersTaggerWidget
     global::Stetic.BinContainer.Attach(this);
     this.Name = "LongoMatch.Gui.Component.PlayersTaggerWidget";
     // Container child LongoMatch.Gui.Component.PlayersTaggerWidget.Gtk.Container+ContainerChild
     this.frame1            = new global::Gtk.Frame();
     this.frame1.Name       = "frame1";
     this.frame1.ShadowType = ((global::Gtk.ShadowType)(2));
     // Container child frame1.Gtk.Container+ContainerChild
     this.GtkAlignment             = new global::Gtk.Alignment(0F, 0F, 1F, 1F);
     this.GtkAlignment.Name        = "GtkAlignment";
     this.GtkAlignment.LeftPadding = ((uint)(12));
     this.frame1.Add(this.GtkAlignment);
     this.CategoryLabel           = new global::Gtk.Label();
     this.CategoryLabel.Name      = "CategoryLabel";
     this.CategoryLabel.UseMarkup = true;
     this.frame1.LabelWidget      = this.CategoryLabel;
     this.Add(this.frame1);
     if ((this.Child != null))
     {
         this.Child.ShowAll();
     }
     this.Hide();
 }
Exemplo n.º 10
0
 protected virtual void Build()
 {
     global::Stetic.Gui.Initialize (this);
     // Widget CryptoConfigWidget
     global::Stetic.BinContainer.Attach (this);
     this.Name = "CryptoConfigWidget";
     // Container child CryptoConfigWidget.Gtk.Container+ContainerChild
     this.fraCryptoConfig = new global::Gtk.Frame ();
     this.fraCryptoConfig.Name = "fraCryptoConfig";
     this.fraCryptoConfig.ShadowType = ((global::Gtk.ShadowType)(1));
     // Container child fraCryptoConfig.Gtk.Container+ContainerChild
     this.GtkAlignment = new global::Gtk.Alignment (0F, 0F, 1F, 1F);
     this.GtkAlignment.Name = "GtkAlignment";
     this.GtkAlignment.LeftPadding = ((uint)(4));
     this.GtkAlignment.TopPadding = ((uint)(4));
     this.GtkAlignment.RightPadding = ((uint)(4));
     this.GtkAlignment.BottomPadding = ((uint)(4));
     // Container child GtkAlignment.Gtk.Container+ContainerChild
     this.vbox4 = new global::Gtk.VBox ();
     this.vbox4.Name = "vbox4";
     this.vbox4.Spacing = 6;
     // Container child vbox4.Gtk.Box+BoxChild
     this.rbnRsaCryptoProvider = new global::Gtk.RadioButton (global::Mono.Unix.Catalog.GetString ("RSA Cryptography Provider"));
     this.rbnRsaCryptoProvider.TooltipMarkup = "RSA cryptography provider";
     this.rbnRsaCryptoProvider.CanFocus = true;
     this.rbnRsaCryptoProvider.Name = "rbnRsaCryptoProvider";
     this.rbnRsaCryptoProvider.DrawIndicator = true;
     this.rbnRsaCryptoProvider.UseUnderline = true;
     this.rbnRsaCryptoProvider.Group = new global::GLib.SList (global::System.IntPtr.Zero);
     this.vbox4.Add (this.rbnRsaCryptoProvider);
     global::Gtk.Box.BoxChild w1 = ((global::Gtk.Box.BoxChild)(this.vbox4 [this.rbnRsaCryptoProvider]));
     w1.Position = 0;
     w1.Expand = false;
     w1.Fill = false;
     // Container child vbox4.Gtk.Box+BoxChild
     this.rbnDes3CryptoProvider = new global::Gtk.RadioButton (global::Mono.Unix.Catalog.GetString ("DES3 Cryptography Provider"));
     this.rbnDes3CryptoProvider.TooltipMarkup = "DES3 Cryptography Provider.";
     this.rbnDes3CryptoProvider.CanFocus = true;
     this.rbnDes3CryptoProvider.Name = "rbnDes3CryptoProvider";
     this.rbnDes3CryptoProvider.DrawIndicator = true;
     this.rbnDes3CryptoProvider.UseUnderline = true;
     this.rbnDes3CryptoProvider.Group = this.rbnRsaCryptoProvider.Group;
     this.vbox4.Add (this.rbnDes3CryptoProvider);
     global::Gtk.Box.BoxChild w2 = ((global::Gtk.Box.BoxChild)(this.vbox4 [this.rbnDes3CryptoProvider]));
     w2.Position = 1;
     w2.Expand = false;
     w2.Fill = false;
     this.GtkAlignment.Add (this.vbox4);
     this.fraCryptoConfig.Add (this.GtkAlignment);
     this.lblCryptoConfigTitle = new global::Gtk.Label ();
     this.lblCryptoConfigTitle.Name = "lblCryptoConfigTitle";
     this.lblCryptoConfigTitle.LabelProp = global::Mono.Unix.Catalog.GetString ("<b>Cryptography Provider</b>");
     this.lblCryptoConfigTitle.UseMarkup = true;
     this.fraCryptoConfig.LabelWidget = this.lblCryptoConfigTitle;
     this.Add (this.fraCryptoConfig);
     if ((this.Child != null)) {
         this.Child.ShowAll ();
     }
     this.Hide ();
 }
 protected virtual void Build()
 {
     global::Stetic.Gui.Initialize(this);
     // Widget BolPatcher.MenuGameWidget
     global::Stetic.BinContainer.Attach(this);
     this.Name = "BolPatcher.MenuGameWidget";
     // Container child BolPatcher.MenuGameWidget.Gtk.Container+ContainerChild
     this.frame1            = new global::Gtk.Frame();
     this.frame1.Name       = "frame1";
     this.frame1.ShadowType = ((global::Gtk.ShadowType)(0));
     // Container child frame1.Gtk.Container+ContainerChild
     this.GtkAlignment             = new global::Gtk.Alignment(0F, 0F, 1F, 1F);
     this.GtkAlignment.Name        = "GtkAlignment";
     this.GtkAlignment.LeftPadding = ((uint)(12));
     // Container child GtkAlignment.Gtk.Container+ContainerChild
     this.button2              = new global::Gtk.Button();
     this.button2.CanFocus     = true;
     this.button2.Name         = "button2";
     this.button2.UseUnderline = true;
     this.button2.Label        = global::Mono.Unix.Catalog.GetString("GtkButton");
     this.GtkAlignment.Add(this.button2);
     this.frame1.Add(this.GtkAlignment);
     this.GtkLabel1           = new global::Gtk.Label();
     this.GtkLabel1.Name      = "GtkLabel1";
     this.GtkLabel1.LabelProp = global::Mono.Unix.Catalog.GetString("<b>GtkFrame</b>");
     this.GtkLabel1.UseMarkup = true;
     this.frame1.LabelWidget  = this.GtkLabel1;
     this.Add(this.frame1);
     if ((this.Child != null))
     {
         this.Child.ShowAll();
     }
     this.Hide();
 }
 protected virtual void Build()
 {
     global::Stetic.Gui.Initialize(this);
     // Widget LongoMatch.Gui.Component.TeamTaggerWidget
     global::Stetic.BinContainer.Attach(this);
     this.Name = "LongoMatch.Gui.Component.TeamTaggerWidget";
     // Container child LongoMatch.Gui.Component.TeamTaggerWidget.Gtk.Container+ContainerChild
     this.frame            = new global::Gtk.Frame();
     this.frame.Name       = "frame";
     this.frame.ShadowType = ((global::Gtk.ShadowType)(2));
     // Container child frame.Gtk.Container+ContainerChild
     this.GtkAlignment             = new global::Gtk.Alignment(0F, 0F, 1F, 1F);
     this.GtkAlignment.Name        = "GtkAlignment";
     this.GtkAlignment.LeftPadding = ((uint)(12));
     // Container child GtkAlignment.Gtk.Container+ContainerChild
     this.buttonsbox         = new global::Gtk.HBox();
     this.buttonsbox.Name    = "buttonsbox";
     this.buttonsbox.Spacing = 6;
     this.GtkAlignment.Add(this.buttonsbox);
     this.frame.Add(this.GtkAlignment);
     this.titlelabel           = new global::Gtk.Label();
     this.titlelabel.Name      = "titlelabel";
     this.titlelabel.UseMarkup = true;
     this.frame.LabelWidget    = this.titlelabel;
     this.Add(this.frame);
     if ((this.Child != null))
     {
         this.Child.ShowAll();
     }
     this.Hide();
 }
Exemplo n.º 13
0
 protected virtual void Build()
 {
     global::Stetic.Gui.Initialize(this);
     // Widget MNM.Gimmeh
     this.Name           = "MNM.Gimmeh";
     this.Title          = global::Mono.Unix.Catalog.GetString("Window");
     this.WindowPosition = ((global::Gtk.WindowPosition)(4));
     // Container child MNM.Gimmeh.Gtk.Container+ContainerChild
     this.frame1            = new global::Gtk.Frame();
     this.frame1.Name       = "frame1";
     this.frame1.ShadowType = ((global::Gtk.ShadowType)(0));
     // Container child frame1.Gtk.Container+ContainerChild
     this.GtkAlignment             = new global::Gtk.Alignment(0F, 0F, 1F, 1F);
     this.GtkAlignment.Name        = "GtkAlignment";
     this.GtkAlignment.LeftPadding = ((uint)(12));
     // Container child GtkAlignment.Gtk.Container+ContainerChild
     this.vbox2         = new global::Gtk.VBox();
     this.vbox2.Name    = "vbox2";
     this.vbox2.Spacing = 6;
     // 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.inputText          = new global::Gtk.TextView();
     this.inputText.CanFocus = true;
     this.inputText.Name     = "inputText";
     this.GtkScrolledWindow.Add(this.inputText);
     this.vbox2.Add(this.GtkScrolledWindow);
     global::Gtk.Box.BoxChild w2 = ((global::Gtk.Box.BoxChild)(this.vbox2 [this.GtkScrolledWindow]));
     w2.Position = 0;
     // Container child vbox2.Gtk.Box+BoxChild
     this.inputButton              = new global::Gtk.Button();
     this.inputButton.CanFocus     = true;
     this.inputButton.Name         = "inputButton";
     this.inputButton.UseUnderline = true;
     this.inputButton.Label        = global::Mono.Unix.Catalog.GetString("Enter");
     this.vbox2.Add(this.inputButton);
     global::Gtk.Box.BoxChild w3 = ((global::Gtk.Box.BoxChild)(this.vbox2 [this.inputButton]));
     w3.Position = 1;
     w3.Expand   = false;
     w3.Fill     = false;
     this.GtkAlignment.Add(this.vbox2);
     this.frame1.Add(this.GtkAlignment);
     this.GtkLabel1           = new global::Gtk.Label();
     this.GtkLabel1.Name      = "GtkLabel1";
     this.GtkLabel1.LabelProp = global::Mono.Unix.Catalog.GetString("Enter Input:");
     this.GtkLabel1.UseMarkup = true;
     this.frame1.LabelWidget  = this.GtkLabel1;
     this.Add(this.frame1);
     if ((this.Child != null))
     {
         this.Child.ShowAll();
     }
     this.DefaultWidth  = 708;
     this.DefaultHeight = 189;
     this.Show();
 }
Exemplo n.º 14
0
 protected virtual void Build()
 {
     global::Stetic.Gui.Initialize (this);
     // Widget MainWindow
     this.Name = "MainWindow";
     this.Title = global::Mono.Unix.Catalog.GetString ("MainWindow");
     this.WindowPosition = ((global::Gtk.WindowPosition)(4));
     // Container child MainWindow.Gtk.Container+ContainerChild
     this.fixed1 = new global::Gtk.Fixed ();
     this.fixed1.Name = "fixed1";
     this.fixed1.HasWindow = false;
     // Container child fixed1.Gtk.Fixed+FixedChild
     this.frame1 = new global::Gtk.Frame ();
     this.frame1.WidthRequest = 430;
     this.frame1.HeightRequest = 526;
     this.frame1.Name = "frame1";
     this.frame1.ShadowType = ((global::Gtk.ShadowType)(0));
     this.frame1.BorderWidth = ((uint)(1));
     // Container child frame1.Gtk.Container+ContainerChild
     this.GtkAlignment = new global::Gtk.Alignment (0F, 0F, 1F, 1F);
     this.GtkAlignment.WidthRequest = 121;
     this.GtkAlignment.Name = "GtkAlignment";
     this.GtkAlignment.LeftPadding = ((uint)(12));
     // Container child GtkAlignment.Gtk.Container+ContainerChild
     this.GtkScrolledWindow = new global::Gtk.ScrolledWindow ();
     this.GtkScrolledWindow.Name = "GtkScrolledWindow";
     this.GtkScrolledWindow.ShadowType = ((global::Gtk.ShadowType)(1));
     // Container child GtkScrolledWindow.Gtk.Container+ContainerChild
     global::Gtk.Viewport w1 = new global::Gtk.Viewport ();
     w1.ShadowType = ((global::Gtk.ShadowType)(0));
     // Container child GtkViewport.Gtk.Container+ContainerChild
     this.label1 = new global::Gtk.Label ();
     this.label1.WidthRequest = 36;
     this.label1.Name = "label1";
     this.label1.LabelProp = global::Mono.Unix.Catalog.GetString ("label1");
     w1.Add (this.label1);
     this.GtkScrolledWindow.Add (w1);
     this.GtkAlignment.Add (this.GtkScrolledWindow);
     this.frame1.Add (this.GtkAlignment);
     this.GtkLabel = new global::Gtk.Label ();
     this.GtkLabel.Name = "GtkLabel";
     this.GtkLabel.LabelProp = global::Mono.Unix.Catalog.GetString ("<b>GtkFrame</b>");
     this.GtkLabel.UseMarkup = true;
     this.frame1.LabelWidget = this.GtkLabel;
     this.fixed1.Add (this.frame1);
     global::Gtk.Fixed.FixedChild w6 = ((global::Gtk.Fixed.FixedChild)(this.fixed1 [this.frame1]));
     w6.X = 2;
     w6.Y = 12;
     this.Add (this.fixed1);
     if ((this.Child != null)) {
         this.Child.ShowAll ();
     }
     this.DefaultWidth = 443;
     this.DefaultHeight = 563;
     this.Show ();
     this.DeleteEvent += new global::Gtk.DeleteEventHandler (this.OnDeleteEvent);
 }
Exemplo n.º 15
0
 protected virtual void Build()
 {
     global::Stetic.Gui.Initialize (this);
     // Widget MNM.Gimmeh
     this.Name = "MNM.Gimmeh";
     this.Title = global::Mono.Unix.Catalog.GetString ("Window");
     this.WindowPosition = ((global::Gtk.WindowPosition)(4));
     // Container child MNM.Gimmeh.Gtk.Container+ContainerChild
     this.frame1 = new global::Gtk.Frame ();
     this.frame1.Name = "frame1";
     this.frame1.ShadowType = ((global::Gtk.ShadowType)(0));
     // Container child frame1.Gtk.Container+ContainerChild
     this.GtkAlignment = new global::Gtk.Alignment (0F, 0F, 1F, 1F);
     this.GtkAlignment.Name = "GtkAlignment";
     this.GtkAlignment.LeftPadding = ((uint)(12));
     // Container child GtkAlignment.Gtk.Container+ContainerChild
     this.vbox2 = new global::Gtk.VBox ();
     this.vbox2.Name = "vbox2";
     this.vbox2.Spacing = 6;
     // 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.inputText = new global::Gtk.TextView ();
     this.inputText.CanFocus = true;
     this.inputText.Name = "inputText";
     this.GtkScrolledWindow.Add (this.inputText);
     this.vbox2.Add (this.GtkScrolledWindow);
     global::Gtk.Box.BoxChild w2 = ((global::Gtk.Box.BoxChild)(this.vbox2 [this.GtkScrolledWindow]));
     w2.Position = 0;
     // Container child vbox2.Gtk.Box+BoxChild
     this.inputButton = new global::Gtk.Button ();
     this.inputButton.CanFocus = true;
     this.inputButton.Name = "inputButton";
     this.inputButton.UseUnderline = true;
     this.inputButton.Label = global::Mono.Unix.Catalog.GetString ("Enter");
     this.vbox2.Add (this.inputButton);
     global::Gtk.Box.BoxChild w3 = ((global::Gtk.Box.BoxChild)(this.vbox2 [this.inputButton]));
     w3.Position = 1;
     w3.Expand = false;
     w3.Fill = false;
     this.GtkAlignment.Add (this.vbox2);
     this.frame1.Add (this.GtkAlignment);
     this.GtkLabel1 = new global::Gtk.Label ();
     this.GtkLabel1.Name = "GtkLabel1";
     this.GtkLabel1.LabelProp = global::Mono.Unix.Catalog.GetString ("Enter Input:");
     this.GtkLabel1.UseMarkup = true;
     this.frame1.LabelWidget = this.GtkLabel1;
     this.Add (this.frame1);
     if ((this.Child != null)) {
         this.Child.ShowAll ();
     }
     this.DefaultWidth = 708;
     this.DefaultHeight = 189;
     this.Show ();
 }
 protected virtual void Build()
 {
     global::Stetic.Gui.Initialize(this);
     // Widget MequantaStudio.SmartQuant.OptionsPanelWidget
     global::Stetic.BinContainer.Attach(this);
     this.Name = "MequantaStudio.SmartQuant.OptionsPanelWidget";
     // Container child MequantaStudio.SmartQuant.OptionsPanelWidget.Gtk.Container+ContainerChild
     this.vbox1         = new global::Gtk.VBox();
     this.vbox1.Name    = "vbox1";
     this.vbox1.Spacing = 6;
     // Container child vbox1.Gtk.Box+BoxChild
     this.frame1            = new global::Gtk.Frame();
     this.frame1.Name       = "frame1";
     this.frame1.ShadowType = ((global::Gtk.ShadowType)(0));
     // Container child frame1.Gtk.Container+ContainerChild
     this.GtkAlignment             = new global::Gtk.Alignment(0F, 0F, 1F, 1F);
     this.GtkAlignment.Name        = "GtkAlignment";
     this.GtkAlignment.LeftPadding = ((uint)(12));
     // Container child GtkAlignment.Gtk.Container+ContainerChild
     this.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("Location:");
     this.hbox1.Add(this.label1);
     global::Gtk.Box.BoxChild w1 = ((global::Gtk.Box.BoxChild)(this.hbox1 [this.label1]));
     w1.Position = 0;
     w1.Expand   = false;
     w1.Fill     = false;
     // Container child hbox1.Gtk.Box+BoxChild
     this.folderEntry = null;
     this.hbox1.Add(this.folderEntry);
     global::Gtk.Box.BoxChild w2 = ((global::Gtk.Box.BoxChild)(this.hbox1 [this.folderEntry]));
     w2.Position = 1;
     this.GtkAlignment.Add(this.hbox1);
     this.frame1.Add(this.GtkAlignment);
     this.GtkLabel1           = new global::Gtk.Label();
     this.GtkLabel1.Name      = "GtkLabel1";
     this.GtkLabel1.LabelProp = global::Mono.Unix.Catalog.GetString("<b>Runtime</b>");
     this.GtkLabel1.UseMarkup = true;
     this.frame1.LabelWidget  = this.GtkLabel1;
     this.vbox1.Add(this.frame1);
     global::Gtk.Box.BoxChild w5 = ((global::Gtk.Box.BoxChild)(this.vbox1 [this.frame1]));
     w5.Position = 0;
     w5.Expand   = false;
     w5.Fill     = false;
     this.Add(this.vbox1);
     if ((this.Child != null))
     {
         this.Child.ShowAll();
     }
     this.Hide();
 }
Exemplo n.º 17
0
 protected virtual void Build()
 {
     global::Stetic.Gui.Initialize(this);
     // Widget Vodovoz.RouteListClosingItemsView
     global::Stetic.BinContainer.Attach(this);
     this.Name = "Vodovoz.RouteListClosingItemsView";
     // Container child Vodovoz.RouteListClosingItemsView.Gtk.Container+ContainerChild
     this.vbox1         = new global::Gtk.VBox();
     this.vbox1.Name    = "vbox1";
     this.vbox1.Spacing = 6;
     // Container child vbox1.Gtk.Box+BoxChild
     this.hbox3         = new global::Gtk.HBox();
     this.hbox3.Name    = "hbox3";
     this.hbox3.Spacing = 6;
     // Container child hbox3.Gtk.Box+BoxChild
     this.frame2            = new global::Gtk.Frame();
     this.frame2.Name       = "frame2";
     this.frame2.ShadowType = ((global::Gtk.ShadowType)(0));
     // Container child frame2.Gtk.Container+ContainerChild
     this.GtkAlignment             = new global::Gtk.Alignment(0F, 0F, 1F, 1F);
     this.GtkAlignment.Name        = "GtkAlignment";
     this.GtkAlignment.LeftPadding = ((uint)(12));
     // Container child GtkAlignment.Gtk.Container+ContainerChild
     this.GtkScrolledWindow            = new global::Gtk.ScrolledWindow();
     this.GtkScrolledWindow.Name       = "GtkScrolledWindow";
     this.GtkScrolledWindow.ShadowType = ((global::Gtk.ShadowType)(1));
     // Container child GtkScrolledWindow.Gtk.Container+ContainerChild
     this.ytreeviewItems          = new global::Gamma.GtkWidgets.yTreeView();
     this.ytreeviewItems.CanFocus = true;
     this.ytreeviewItems.Events   = ((global::Gdk.EventMask)(256));
     this.ytreeviewItems.Name     = "ytreeviewItems";
     this.GtkScrolledWindow.Add(this.ytreeviewItems);
     this.GtkAlignment.Add(this.GtkScrolledWindow);
     this.frame2.Add(this.GtkAlignment);
     this.GtkLabel           = new global::Gtk.Label();
     this.GtkLabel.Name      = "GtkLabel";
     this.GtkLabel.LabelProp = global::Mono.Unix.Catalog.GetString("<b>Заказы</b>");
     this.GtkLabel.UseMarkup = true;
     this.frame2.LabelWidget = this.GtkLabel;
     this.hbox3.Add(this.frame2);
     global::Gtk.Box.BoxChild w4 = ((global::Gtk.Box.BoxChild)(this.hbox3[this.frame2]));
     w4.Position = 0;
     this.vbox1.Add(this.hbox3);
     global::Gtk.Box.BoxChild w5 = ((global::Gtk.Box.BoxChild)(this.vbox1[this.hbox3]));
     w5.Position = 0;
     this.Add(this.vbox1);
     if ((this.Child != null))
     {
         this.Child.ShowAll();
     }
     this.Hide();
     this.ytreeviewItems.ButtonPressEvent += new global::Gtk.ButtonPressEventHandler(this.OnYtreeviewItemsButtonPressEvent);
     this.ytreeviewItems.RowActivated     += new global::Gtk.RowActivatedHandler(this.OnYtreeviewItemsRowActivated);
 }
Exemplo n.º 18
0
 protected virtual void Build()
 {
     global::Stetic.Gui.Initialize(this);
     // Widget INTV.Shared.View.DragDropImage
     this.Name           = "INTV.Shared.View.DragDropImage";
     this.Title          = "";
     this.WindowPosition = ((global::Gtk.WindowPosition)(4));
     this.Resizable      = false;
     this.AllowShrink    = true;
     this.AcceptFocus    = false;
     this.FocusOnMap     = false;
     // Container child INTV.Shared.View.DragDropImage.Gtk.Container+ContainerChild
     this.frame1            = new global::Gtk.Frame();
     this.frame1.Name       = "frame1";
     this.frame1.ShadowType = ((global::Gtk.ShadowType)(4));
     // Container child frame1.Gtk.Container+ContainerChild
     this.GtkAlignment               = new global::Gtk.Alignment(0F, 0F, 1F, 1F);
     this.GtkAlignment.Name          = "GtkAlignment";
     this.GtkAlignment.LeftPadding   = ((uint)(2));
     this.GtkAlignment.TopPadding    = ((uint)(2));
     this.GtkAlignment.RightPadding  = ((uint)(2));
     this.GtkAlignment.BottomPadding = ((uint)(2));
     // Container child GtkAlignment.Gtk.Container+ContainerChild
     this.hbox1         = new global::Gtk.HBox();
     this.hbox1.Name    = "hbox1";
     this.hbox1.Spacing = 6;
     // Container child hbox1.Gtk.Box+BoxChild
     this._dragIcon        = new global::Gtk.Image();
     this._dragIcon.Name   = "_dragIcon";
     this._dragIcon.Xalign = 0F;
     this.hbox1.Add(this._dragIcon);
     global::Gtk.Box.BoxChild w1 = ((global::Gtk.Box.BoxChild)(this.hbox1 [this._dragIcon]));
     w1.Position = 0;
     w1.Expand   = false;
     w1.Fill     = false;
     // Container child hbox1.Gtk.Box+BoxChild
     this._dragText           = new global::Gtk.Label();
     this._dragText.Name      = "_dragText";
     this._dragText.Xalign    = 0F;
     this._dragText.LabelProp = global::Mono.Unix.Catalog.GetString("label1");
     this.hbox1.Add(this._dragText);
     global::Gtk.Box.BoxChild w2 = ((global::Gtk.Box.BoxChild)(this.hbox1 [this._dragText]));
     w2.Position = 1;
     this.GtkAlignment.Add(this.hbox1);
     this.frame1.Add(this.GtkAlignment);
     this.Add(this.frame1);
     if ((this.Child != null))
     {
         this.Child.ShowAll();
     }
     this.DefaultWidth  = 400;
     this.DefaultHeight = 300;
     this.Show();
 }
 protected virtual void Build()
 {
     global::Stetic.Gui.Initialize(this);
     // Widget GTK_Demo_Client.PopupWindow
     this.Name           = "GTK_Demo_Client.PopupWindow";
     this.Title          = global::Mono.Unix.Catalog.GetString("PopupWindow");
     this.WindowPosition = ((global::Gtk.WindowPosition)(4));
     // Container child GTK_Demo_Client.PopupWindow.Gtk.Container+ContainerChild
     this.frame1            = new global::Gtk.Frame();
     this.frame1.Name       = "frame1";
     this.frame1.ShadowType = ((global::Gtk.ShadowType)(0));
     // Container child frame1.Gtk.Container+ContainerChild
     this.GtkAlignment             = new global::Gtk.Alignment(0F, 0F, 1F, 1F);
     this.GtkAlignment.Name        = "GtkAlignment";
     this.GtkAlignment.LeftPadding = ((uint)(12));
     // Container child GtkAlignment.Gtk.Container+ContainerChild
     this.fixed1           = new global::Gtk.Fixed();
     this.fixed1.Name      = "fixed1";
     this.fixed1.HasWindow = false;
     // Container child fixed1.Gtk.Fixed+FixedChild
     this.Message      = new global::Gtk.Label();
     this.Message.Name = "Message";
     this.fixed1.Add(this.Message);
     global::Gtk.Fixed.FixedChild w1 = ((global::Gtk.Fixed.FixedChild)(this.fixed1[this.Message]));
     w1.X = 45;
     w1.Y = 52;
     // Container child fixed1.Gtk.Fixed+FixedChild
     this.button1 = new global::Gtk.Button();
     this.button1.WidthRequest = 100;
     this.button1.CanFocus     = true;
     this.button1.Name         = "button1";
     this.button1.UseUnderline = true;
     this.button1.Label        = global::Mono.Unix.Catalog.GetString("확인");
     this.fixed1.Add(this.button1);
     global::Gtk.Fixed.FixedChild w2 = ((global::Gtk.Fixed.FixedChild)(this.fixed1[this.button1]));
     w2.X = 90;
     w2.Y = 90;
     this.GtkAlignment.Add(this.fixed1);
     this.frame1.Add(this.GtkAlignment);
     this.GtkLabel1           = new global::Gtk.Label();
     this.GtkLabel1.Name      = "GtkLabel1";
     this.GtkLabel1.LabelProp = global::Mono.Unix.Catalog.GetString("<b>Popup</b>");
     this.GtkLabel1.UseMarkup = true;
     this.frame1.LabelWidget  = this.GtkLabel1;
     this.Add(this.frame1);
     if ((this.Child != null))
     {
         this.Child.ShowAll();
     }
     this.DefaultWidth  = 308;
     this.DefaultHeight = 162;
     this.Show();
     this.button1.Clicked += new global::System.EventHandler(this.clicked);
 }
 protected virtual void Build()
 {
     global::Stetic.Gui.Initialize (this);
     // Widget Vodovoz.RouteListClosingItemsView
     global::Stetic.BinContainer.Attach (this);
     this.Name = "Vodovoz.RouteListClosingItemsView";
     // Container child Vodovoz.RouteListClosingItemsView.Gtk.Container+ContainerChild
     this.vbox1 = new global::Gtk.VBox ();
     this.vbox1.Name = "vbox1";
     this.vbox1.Spacing = 6;
     // Container child vbox1.Gtk.Box+BoxChild
     this.hbox3 = new global::Gtk.HBox ();
     this.hbox3.Name = "hbox3";
     this.hbox3.Spacing = 6;
     // Container child hbox3.Gtk.Box+BoxChild
     this.frame2 = new global::Gtk.Frame ();
     this.frame2.Name = "frame2";
     this.frame2.ShadowType = ((global::Gtk.ShadowType)(0));
     // Container child frame2.Gtk.Container+ContainerChild
     this.GtkAlignment = new global::Gtk.Alignment (0F, 0F, 1F, 1F);
     this.GtkAlignment.Name = "GtkAlignment";
     this.GtkAlignment.LeftPadding = ((uint)(12));
     // Container child GtkAlignment.Gtk.Container+ContainerChild
     this.GtkScrolledWindow = new global::Gtk.ScrolledWindow ();
     this.GtkScrolledWindow.Name = "GtkScrolledWindow";
     this.GtkScrolledWindow.ShadowType = ((global::Gtk.ShadowType)(1));
     // Container child GtkScrolledWindow.Gtk.Container+ContainerChild
     this.ytreeviewItems = new global::Gamma.GtkWidgets.yTreeView ();
     this.ytreeviewItems.CanFocus = true;
     this.ytreeviewItems.Events = ((global::Gdk.EventMask)(256));
     this.ytreeviewItems.Name = "ytreeviewItems";
     this.GtkScrolledWindow.Add (this.ytreeviewItems);
     this.GtkAlignment.Add (this.GtkScrolledWindow);
     this.frame2.Add (this.GtkAlignment);
     this.GtkLabel = new global::Gtk.Label ();
     this.GtkLabel.Name = "GtkLabel";
     this.GtkLabel.LabelProp = global::Mono.Unix.Catalog.GetString ("<b>Заказы</b>");
     this.GtkLabel.UseMarkup = true;
     this.frame2.LabelWidget = this.GtkLabel;
     this.hbox3.Add (this.frame2);
     global::Gtk.Box.BoxChild w4 = ((global::Gtk.Box.BoxChild)(this.hbox3 [this.frame2]));
     w4.Position = 0;
     this.vbox1.Add (this.hbox3);
     global::Gtk.Box.BoxChild w5 = ((global::Gtk.Box.BoxChild)(this.vbox1 [this.hbox3]));
     w5.Position = 0;
     this.Add (this.vbox1);
     if ((this.Child != null)) {
         this.Child.ShowAll ();
     }
     this.Hide ();
     this.ytreeviewItems.RowActivated += new global::Gtk.RowActivatedHandler (this.OnYtreeviewItemsRowActivated);
     this.ytreeviewItems.ButtonPressEvent += new global::Gtk.ButtonPressEventHandler (this.OnYtreeviewItemsButtonPressEvent);
 }
Exemplo n.º 21
0
 protected virtual void Build()
 {
     global::Stetic.Gui.Initialize(this);
     // Widget LongoMatch.Plugins.Stats.PlayerSubcategoryViewer
     global::Stetic.BinContainer.Attach(this);
     this.Name = "LongoMatch.Plugins.Stats.PlayerSubcategoryViewer";
     // Container child LongoMatch.Plugins.Stats.PlayerSubcategoryViewer.Gtk.Container+ContainerChild
     this.frame2            = new global::Gtk.Frame();
     this.frame2.Name       = "frame2";
     this.frame2.ShadowType = ((global::Gtk.ShadowType)(0));
     // Container child frame2.Gtk.Container+ContainerChild
     this.GtkAlignment             = new global::Gtk.Alignment(0F, 0F, 1F, 1F);
     this.GtkAlignment.Name        = "GtkAlignment";
     this.GtkAlignment.LeftPadding = ((uint)(12));
     // Container child GtkAlignment.Gtk.Container+ContainerChild
     this.hbox1         = new global::Gtk.HBox();
     this.hbox1.Name    = "hbox1";
     this.hbox1.Spacing = 6;
     // Container child hbox1.Gtk.Box+BoxChild
     this.GtkScrolledWindow            = new global::Gtk.ScrolledWindow();
     this.GtkScrolledWindow.Name       = "GtkScrolledWindow";
     this.GtkScrolledWindow.ShadowType = ((global::Gtk.ShadowType)(1));
     // Container child GtkScrolledWindow.Gtk.Container+ContainerChild
     this.treeview          = new global::Gtk.TreeView();
     this.treeview.CanFocus = true;
     this.treeview.Name     = "treeview";
     this.GtkScrolledWindow.Add(this.treeview);
     this.hbox1.Add(this.GtkScrolledWindow);
     global::Gtk.Box.BoxChild w2 = ((global::Gtk.Box.BoxChild)(this.hbox1 [this.GtkScrolledWindow]));
     w2.Position = 0;
     // Container child hbox1.Gtk.Box+BoxChild
     this.plotter1        = new global::LongoMatch.Plugins.Stats.Plotter();
     this.plotter1.Events = ((global::Gdk.EventMask)(256));
     this.plotter1.Name   = "plotter1";
     this.hbox1.Add(this.plotter1);
     global::Gtk.Box.BoxChild w3 = ((global::Gtk.Box.BoxChild)(this.hbox1 [this.plotter1]));
     w3.Position = 1;
     w3.Expand   = false;
     w3.Fill     = false;
     this.GtkAlignment.Add(this.hbox1);
     this.frame2.Add(this.GtkAlignment);
     this.gtkframe           = new global::Gtk.Label();
     this.gtkframe.Name      = "gtkframe";
     this.gtkframe.LabelProp = global::Mono.Unix.Catalog.GetString("<b></b>");
     this.gtkframe.UseMarkup = true;
     this.frame2.LabelWidget = this.gtkframe;
     this.Add(this.frame2);
     if ((this.Child != null))
     {
         this.Child.ShowAll();
     }
     this.Hide();
 }
 protected virtual void Build()
 {
     global::Stetic.Gui.Initialize (this);
     // Widget LongoMatch.Plugins.Stats.PlayerSubcategoryViewer
     global::Stetic.BinContainer.Attach (this);
     this.Name = "LongoMatch.Plugins.Stats.PlayerSubcategoryViewer";
     // Container child LongoMatch.Plugins.Stats.PlayerSubcategoryViewer.Gtk.Container+ContainerChild
     this.frame2 = new global::Gtk.Frame ();
     this.frame2.Name = "frame2";
     this.frame2.ShadowType = ((global::Gtk.ShadowType)(0));
     // Container child frame2.Gtk.Container+ContainerChild
     this.GtkAlignment = new global::Gtk.Alignment (0F, 0F, 1F, 1F);
     this.GtkAlignment.Name = "GtkAlignment";
     this.GtkAlignment.LeftPadding = ((uint)(12));
     // Container child GtkAlignment.Gtk.Container+ContainerChild
     this.hbox1 = new global::Gtk.HBox ();
     this.hbox1.Name = "hbox1";
     this.hbox1.Spacing = 6;
     // Container child hbox1.Gtk.Box+BoxChild
     this.GtkScrolledWindow = new global::Gtk.ScrolledWindow ();
     this.GtkScrolledWindow.Name = "GtkScrolledWindow";
     this.GtkScrolledWindow.ShadowType = ((global::Gtk.ShadowType)(1));
     // Container child GtkScrolledWindow.Gtk.Container+ContainerChild
     this.treeview = new global::Gtk.TreeView ();
     this.treeview.CanFocus = true;
     this.treeview.Name = "treeview";
     this.GtkScrolledWindow.Add (this.treeview);
     this.hbox1.Add (this.GtkScrolledWindow);
     global::Gtk.Box.BoxChild w2 = ((global::Gtk.Box.BoxChild)(this.hbox1 [this.GtkScrolledWindow]));
     w2.Position = 0;
     // Container child hbox1.Gtk.Box+BoxChild
     this.plotter1 = new global::LongoMatch.Plugins.Stats.Plotter ();
     this.plotter1.Events = ((global::Gdk.EventMask)(256));
     this.plotter1.Name = "plotter1";
     this.hbox1.Add (this.plotter1);
     global::Gtk.Box.BoxChild w3 = ((global::Gtk.Box.BoxChild)(this.hbox1 [this.plotter1]));
     w3.Position = 1;
     w3.Expand = false;
     w3.Fill = false;
     this.GtkAlignment.Add (this.hbox1);
     this.frame2.Add (this.GtkAlignment);
     this.gtkframe = new global::Gtk.Label ();
     this.gtkframe.Name = "gtkframe";
     this.gtkframe.LabelProp = global::Mono.Unix.Catalog.GetString ("<b></b>");
     this.gtkframe.UseMarkup = true;
     this.frame2.LabelWidget = this.gtkframe;
     this.Add (this.frame2);
     if ((this.Child != null)) {
         this.Child.ShowAll ();
     }
     this.Hide ();
 }
Exemplo n.º 23
0
 protected virtual void Build()
 {
     global::Stetic.Gui.Initialize(this);
     // Widget FloydPink.Flickr.Downloadr.UI.Widgets.PhotoWidget
     global::Stetic.BinContainer.Attach(this);
     this.Name = "FloydPink.Flickr.Downloadr.UI.Widgets.PhotoWidget";
     // Container child FloydPink.Flickr.Downloadr.UI.Widgets.PhotoWidget.Gtk.Container+ContainerChild
     this.vboxContainer         = new global::Gtk.VBox();
     this.vboxContainer.Name    = "vboxContainer";
     this.vboxContainer.Spacing = 10;
     // Container child vboxContainer.Gtk.Box+BoxChild
     this.hboxContainer         = new global::Gtk.HBox();
     this.hboxContainer.Name    = "hboxContainer";
     this.hboxContainer.Spacing = 10;
     // Container child hboxContainer.Gtk.Box+BoxChild
     this.frameMain             = new global::Gtk.Frame();
     this.frameMain.Name        = "frameMain";
     this.frameMain.LabelXalign = 0.95F;
     // Container child frameMain.Gtk.Container+ContainerChild
     this.GtkAlignment               = new global::Gtk.Alignment(0F, 0F, 1F, 1F);
     this.GtkAlignment.Name          = "GtkAlignment";
     this.GtkAlignment.BottomPadding = ((uint)(5));
     // Container child GtkAlignment.Gtk.Container+ContainerChild
     this.eventboxMain      = new global::Gtk.EventBox();
     this.eventboxMain.Name = "eventboxMain";
     // Container child eventboxMain.Gtk.Container+ContainerChild
     this.imageMain      = new global::Gtk.Image();
     this.imageMain.Name = "imageMain";
     this.eventboxMain.Add(this.imageMain);
     this.GtkAlignment.Add(this.eventboxMain);
     this.frameMain.Add(this.GtkAlignment);
     this.frameLabel            = new global::Gtk.Label();
     this.frameLabel.Name       = "frameLabel";
     this.frameLabel.LabelProp  = global::Mono.Unix.Catalog.GetString("<span color=\"silver\" size=\"x-large\"><b><big> ☆ </big></b></span>");
     this.frameLabel.UseMarkup  = true;
     this.frameMain.LabelWidget = this.frameLabel;
     this.hboxContainer.Add(this.frameMain);
     global::Gtk.Box.BoxChild w4 = ((global::Gtk.Box.BoxChild)(this.hboxContainer [this.frameMain]));
     w4.Position = 0;
     w4.Padding  = ((uint)(5));
     this.vboxContainer.Add(this.hboxContainer);
     global::Gtk.Box.BoxChild w5 = ((global::Gtk.Box.BoxChild)(this.vboxContainer [this.hboxContainer]));
     w5.Position = 0;
     this.Add(this.vboxContainer);
     if ((this.Child != null))
     {
         this.Child.ShowAll();
     }
     this.Hide();
     this.eventboxMain.ButtonPressEvent += new global::Gtk.ButtonPressEventHandler(this.imageClick);
 }
		protected virtual void Build ()
		{
			global::Stetic.Gui.Initialize (this);
			// Widget FloydPink.Flickr.Downloadr.UI.Widgets.PhotoWidget
			global::Stetic.BinContainer.Attach (this);
			this.Name = "FloydPink.Flickr.Downloadr.UI.Widgets.PhotoWidget";
			// Container child FloydPink.Flickr.Downloadr.UI.Widgets.PhotoWidget.Gtk.Container+ContainerChild
			this.vboxContainer = new global::Gtk.VBox ();
			this.vboxContainer.Name = "vboxContainer";
			this.vboxContainer.Spacing = 10;
			// Container child vboxContainer.Gtk.Box+BoxChild
			this.hboxContainer = new global::Gtk.HBox ();
			this.hboxContainer.Name = "hboxContainer";
			this.hboxContainer.Spacing = 10;
			// Container child hboxContainer.Gtk.Box+BoxChild
			this.frameMain = new global::Gtk.Frame ();
			this.frameMain.Name = "frameMain";
			this.frameMain.LabelXalign = 0.95F;
			// Container child frameMain.Gtk.Container+ContainerChild
			this.GtkAlignment = new global::Gtk.Alignment (0F, 0F, 1F, 1F);
			this.GtkAlignment.Name = "GtkAlignment";
			this.GtkAlignment.BottomPadding = ((uint)(5));
			// Container child GtkAlignment.Gtk.Container+ContainerChild
			this.eventboxMain = new global::Gtk.EventBox ();
			this.eventboxMain.Name = "eventboxMain";
			// Container child eventboxMain.Gtk.Container+ContainerChild
			this.imageMain = new global::Gtk.Image ();
			this.imageMain.Name = "imageMain";
			this.eventboxMain.Add (this.imageMain);
			this.GtkAlignment.Add (this.eventboxMain);
			this.frameMain.Add (this.GtkAlignment);
			this.frameLabel = new global::Gtk.Label ();
			this.frameLabel.Name = "frameLabel";
			this.frameLabel.LabelProp = global::Mono.Unix.Catalog.GetString ("<span color=\"silver\" size=\"x-large\"><b><big> ☆ </big></b></span>");
			this.frameLabel.UseMarkup = true;
			this.frameMain.LabelWidget = this.frameLabel;
			this.hboxContainer.Add (this.frameMain);
			global::Gtk.Box.BoxChild w4 = ((global::Gtk.Box.BoxChild)(this.hboxContainer [this.frameMain]));
			w4.Position = 0;
			w4.Padding = ((uint)(5));
			this.vboxContainer.Add (this.hboxContainer);
			global::Gtk.Box.BoxChild w5 = ((global::Gtk.Box.BoxChild)(this.vboxContainer [this.hboxContainer]));
			w5.Position = 0;
			this.Add (this.vboxContainer);
			if ((this.Child != null)) {
				this.Child.ShowAll ();
			}
			this.Hide ();
			this.eventboxMain.ButtonPressEvent += new global::Gtk.ButtonPressEventHandler (this.imageClick);
		}
Exemplo n.º 25
0
 protected virtual void Build()
 {
     global::Stetic.Gui.Initialize(this);
     // Widget VisualizerComponents.MemoryItemWidget
     global::Stetic.BinContainer.Attach(this);
     this.Name = "VisualizerComponents.MemoryItemWidget";
     // Container child VisualizerComponents.MemoryItemWidget.Gtk.Container+ContainerChild
     this.Frame      = new global::Gtk.Frame();
     this.Frame.Name = "Frame";
     // Container child Frame.Gtk.Container+ContainerChild
     this.GtkAlignment      = new global::Gtk.Alignment(0F, 0F, 1F, 1F);
     this.GtkAlignment.Name = "GtkAlignment";
     // Container child GtkAlignment.Gtk.Container+ContainerChild
     this.VBox         = new global::Gtk.VBox();
     this.VBox.Name    = "VBox";
     this.VBox.Spacing = 6;
     // Container child VBox.Gtk.Box+BoxChild
     this.Label           = new global::Gtk.Label();
     this.Label.Name      = "Label";
     this.Label.LabelProp = "MemoryItemWidget";
     this.VBox.Add(this.Label);
     global::Gtk.Box.BoxChild w1 = ((global::Gtk.Box.BoxChild)(this.VBox [this.Label]));
     w1.Position = 0;
     w1.Expand   = false;
     w1.Fill     = false;
     // Container child VBox.Gtk.Box+BoxChild
     this.Entry               = new global::Gtk.Entry();
     this.Entry.CanFocus      = true;
     this.Entry.Name          = "Entry";
     this.Entry.IsEditable    = true;
     this.Entry.InvisibleChar = '●';
     this.VBox.Add(this.Entry);
     global::Gtk.Box.BoxChild w2 = ((global::Gtk.Box.BoxChild)(this.VBox [this.Entry]));
     w2.Position = 1;
     w2.Expand   = false;
     w2.Fill     = false;
     this.GtkAlignment.Add(this.VBox);
     this.Frame.Add(this.GtkAlignment);
     this.GtkLabel           = new global::Gtk.Label();
     this.GtkLabel.Name      = "GtkLabel";
     this.GtkLabel.UseMarkup = true;
     this.Frame.LabelWidget  = this.GtkLabel;
     this.Add(this.Frame);
     if ((this.Child != null))
     {
         this.Child.ShowAll();
     }
     this.Hide();
 }
Exemplo n.º 26
0
 protected virtual void Build()
 {
     global::Stetic.Gui.Initialize(this);
     // Widget MainWindow
     this.Name           = "MainWindow";
     this.Title          = global::Mono.Unix.Catalog.GetString("MainWindow");
     this.WindowPosition = ((global::Gtk.WindowPosition)(4));
     // Container child MainWindow.Gtk.Container+ContainerChild
     this.fixed1           = new global::Gtk.Fixed();
     this.fixed1.Name      = "fixed1";
     this.fixed1.HasWindow = false;
     // Container child fixed1.Gtk.Fixed+FixedChild
     this.frame1            = new global::Gtk.Frame();
     this.frame1.Name       = "frame1";
     this.frame1.ShadowType = ((global::Gtk.ShadowType)(0));
     // Container child frame1.Gtk.Container+ContainerChild
     this.GtkAlignment             = new global::Gtk.Alignment(0F, 0F, 1F, 1F);
     this.GtkAlignment.Name        = "GtkAlignment";
     this.GtkAlignment.LeftPadding = ((uint)(12));
     this.frame1.Add(this.GtkAlignment);
     this.GtkLabel           = new global::Gtk.Label();
     this.GtkLabel.Name      = "GtkLabel";
     this.GtkLabel.LabelProp = global::Mono.Unix.Catalog.GetString("<b>GtkFrame</b>");
     this.GtkLabel.UseMarkup = true;
     this.frame1.LabelWidget = this.GtkLabel;
     this.fixed1.Add(this.frame1);
     global::Gtk.Fixed.FixedChild w2 = ((global::Gtk.Fixed.FixedChild)(this.fixed1 [this.frame1]));
     w2.X = 3;
     w2.Y = 25;
     // Container child fixed1.Gtk.Fixed+FixedChild
     this.hbox1         = new global::Gtk.HBox();
     this.hbox1.Name    = "hbox1";
     this.hbox1.Spacing = 6;
     this.fixed1.Add(this.hbox1);
     global::Gtk.Fixed.FixedChild w3 = ((global::Gtk.Fixed.FixedChild)(this.fixed1 [this.hbox1]));
     w3.X = 125;
     w3.Y = 155;
     this.Add(this.fixed1);
     if ((this.Child != null))
     {
         this.Child.ShowAll();
     }
     this.DefaultWidth  = 259;
     this.DefaultHeight = 300;
     this.Show();
     this.DeleteEvent += new global::Gtk.DeleteEventHandler(this.OnDeleteEvent);
 }
Exemplo n.º 27
0
 protected virtual void Build()
 {
     global::Stetic.Gui.Initialize (this);
     // Widget MainWindow
     this.Name = "MainWindow";
     this.Title = global::Mono.Unix.Catalog.GetString ("MainWindow");
     this.WindowPosition = ((global::Gtk.WindowPosition)(4));
     // Container child MainWindow.Gtk.Container+ContainerChild
     this.fixed1 = new global::Gtk.Fixed ();
     this.fixed1.Name = "fixed1";
     this.fixed1.HasWindow = false;
     // Container child fixed1.Gtk.Fixed+FixedChild
     this.frame1 = new global::Gtk.Frame ();
     this.frame1.Name = "frame1";
     this.frame1.ShadowType = ((global::Gtk.ShadowType)(0));
     // Container child frame1.Gtk.Container+ContainerChild
     this.GtkAlignment = new global::Gtk.Alignment (0F, 0F, 1F, 1F);
     this.GtkAlignment.Name = "GtkAlignment";
     this.GtkAlignment.LeftPadding = ((uint)(12));
     this.frame1.Add (this.GtkAlignment);
     this.GtkLabel = new global::Gtk.Label ();
     this.GtkLabel.Name = "GtkLabel";
     this.GtkLabel.LabelProp = global::Mono.Unix.Catalog.GetString ("<b>GtkFrame</b>");
     this.GtkLabel.UseMarkup = true;
     this.frame1.LabelWidget = this.GtkLabel;
     this.fixed1.Add (this.frame1);
     global::Gtk.Fixed.FixedChild w2 = ((global::Gtk.Fixed.FixedChild)(this.fixed1 [this.frame1]));
     w2.X = 3;
     w2.Y = 25;
     // Container child fixed1.Gtk.Fixed+FixedChild
     this.hbox1 = new global::Gtk.HBox ();
     this.hbox1.Name = "hbox1";
     this.hbox1.Spacing = 6;
     this.fixed1.Add (this.hbox1);
     global::Gtk.Fixed.FixedChild w3 = ((global::Gtk.Fixed.FixedChild)(this.fixed1 [this.hbox1]));
     w3.X = 125;
     w3.Y = 155;
     this.Add (this.fixed1);
     if ((this.Child != null)) {
         this.Child.ShowAll ();
     }
     this.DefaultWidth = 259;
     this.DefaultHeight = 300;
     this.Show ();
     this.DeleteEvent += new global::Gtk.DeleteEventHandler (this.OnDeleteEvent);
 }
Exemplo n.º 28
0
 protected virtual void Build()
 {
     global::Stetic.Gui.Initialize(this);
     // Widget MainWindow
     this.Name           = "MainWindow";
     this.Title          = global::Mono.Unix.Catalog.GetString("MainWindow");
     this.WindowPosition = ((global::Gtk.WindowPosition)(4));
     // Container child MainWindow.Gtk.Container+ContainerChild
     this.frame1            = new global::Gtk.Frame();
     this.frame1.Name       = "frame1";
     this.frame1.ShadowType = ((global::Gtk.ShadowType)(0));
     // Container child frame1.Gtk.Container+ContainerChild
     this.GtkAlignment             = new global::Gtk.Alignment(0F, 0F, 1F, 1F);
     this.GtkAlignment.Name        = "GtkAlignment";
     this.GtkAlignment.LeftPadding = ((uint)(12));
     // Container child GtkAlignment.Gtk.Container+ContainerChild
     this.GtkScrolledWindow            = new global::Gtk.ScrolledWindow();
     this.GtkScrolledWindow.Name       = "GtkScrolledWindow";
     this.GtkScrolledWindow.ShadowType = ((global::Gtk.ShadowType)(1));
     // Container child GtkScrolledWindow.Gtk.Container+ContainerChild
     this.textview2          = new global::Gtk.TextView();
     this.textview2.CanFocus = true;
     this.textview2.Name     = "textview2";
     this.GtkScrolledWindow.Add(this.textview2);
     this.GtkAlignment.Add(this.GtkScrolledWindow);
     this.frame1.Add(this.GtkAlignment);
     this.GtkLabel           = new global::Gtk.Label();
     this.GtkLabel.Name      = "GtkLabel";
     this.GtkLabel.LabelProp = global::Mono.Unix.Catalog.GetString("<b>GtkFrame</b>");
     this.GtkLabel.UseMarkup = true;
     this.frame1.LabelWidget = this.GtkLabel;
     this.Add(this.frame1);
     if ((this.Child != null))
     {
         this.Child.ShowAll();
     }
     this.DefaultWidth  = 649;
     this.DefaultHeight = 452;
     this.Show();
     this.DeleteEvent += new global::Gtk.DeleteEventHandler(this.OnDeleteEvent);
 }
Exemplo n.º 29
0
 protected virtual void Build()
 {
     global::Stetic.Gui.Initialize(this);
     // Widget MainWindow
     this.Name           = "MainWindow";
     this.Title          = global::Mono.Unix.Catalog.GetString("MainWindow");
     this.WindowPosition = ((global::Gtk.WindowPosition)(4));
     this.BorderWidth    = ((uint)(30));
     // Container child MainWindow.Gtk.Container+ContainerChild
     this.frame1            = new global::Gtk.Frame();
     this.frame1.Name       = "frame1";
     this.frame1.ShadowType = ((global::Gtk.ShadowType)(0));
     // Container child frame1.Gtk.Container+ContainerChild
     this.GtkAlignment             = new global::Gtk.Alignment(0F, 0F, 1F, 1F);
     this.GtkAlignment.Name        = "GtkAlignment";
     this.GtkAlignment.LeftPadding = ((uint)(12));
     // Container child GtkAlignment.Gtk.Container+ContainerChild
     this.button2              = new global::Gtk.Button();
     this.button2.CanFocus     = true;
     this.button2.Name         = "button2";
     this.button2.UseUnderline = true;
     this.button2.BorderWidth  = ((uint)(63));
     this.button2.Label        = global::Mono.Unix.Catalog.GetString("GtkButton");
     this.GtkAlignment.Add(this.button2);
     this.frame1.Add(this.GtkAlignment);
     this.GtkLabel1           = new global::Gtk.Label();
     this.GtkLabel1.Name      = "GtkLabel1";
     this.GtkLabel1.LabelProp = global::Mono.Unix.Catalog.GetString("<b>GtkFrame</b>");
     this.GtkLabel1.UseMarkup = true;
     this.frame1.LabelWidget  = this.GtkLabel1;
     this.Add(this.frame1);
     if ((this.Child != null))
     {
         this.Child.ShowAll();
     }
     this.DefaultWidth  = 344;
     this.DefaultHeight = 300;
     this.Show();
     this.DeleteEvent += new global::Gtk.DeleteEventHandler(this.OnDeleteEvent);
 }
Exemplo n.º 30
0
 protected virtual void Build()
 {
     global::Stetic.Gui.Initialize(this);
     // Widget Vodovoz.RouteListDiscrepancyView
     global::Stetic.BinContainer.Attach(this);
     this.Name = "Vodovoz.RouteListDiscrepancyView";
     // Container child Vodovoz.RouteListDiscrepancyView.Gtk.Container+ContainerChild
     this.frame1            = new global::Gtk.Frame();
     this.frame1.Name       = "frame1";
     this.frame1.ShadowType = ((global::Gtk.ShadowType)(0));
     // Container child frame1.Gtk.Container+ContainerChild
     this.GtkAlignment             = new global::Gtk.Alignment(0F, 0F, 1F, 1F);
     this.GtkAlignment.Name        = "GtkAlignment";
     this.GtkAlignment.LeftPadding = ((uint)(12));
     // Container child GtkAlignment.Gtk.Container+ContainerChild
     this.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.ytreeRouteListDiscrepancyItemsView          = new global::Gamma.GtkWidgets.yTreeView();
     this.ytreeRouteListDiscrepancyItemsView.CanFocus = true;
     this.ytreeRouteListDiscrepancyItemsView.Name     = "ytreeRouteListDiscrepancyItemsView";
     this.GtkScrolledWindow.Add(this.ytreeRouteListDiscrepancyItemsView);
     this.GtkAlignment.Add(this.GtkScrolledWindow);
     this.frame1.Add(this.GtkAlignment);
     this.LabelDiscrepancy           = new global::Gtk.Label();
     this.LabelDiscrepancy.Name      = "LabelDiscrepancy";
     this.LabelDiscrepancy.LabelProp = global::Mono.Unix.Catalog.GetString("<b>Возвраты/недовозы</b>");
     this.LabelDiscrepancy.UseMarkup = true;
     this.frame1.LabelWidget         = this.LabelDiscrepancy;
     this.Add(this.frame1);
     if ((this.Child != null))
     {
         this.Child.ShowAll();
     }
     this.Hide();
 }
Exemplo n.º 31
0
 protected virtual void Build()
 {
     global::Stetic.Gui.Initialize (this);
     // Widget OpenLauncher.ASlider
     global::Stetic.BinContainer.Attach (this);
     this.Name = "OpenLauncher.ASlider";
     // Container child OpenLauncher.ASlider.Gtk.Container+ContainerChild
     this.frame1 = new global::Gtk.Frame ();
     this.frame1.Name = "frame1";
     this.frame1.ShadowType = ((global::Gtk.ShadowType)(0));
     // Container child frame1.Gtk.Container+ContainerChild
     this.GtkAlignment = new global::Gtk.Alignment (0f, 0f, 1f, 1f);
     this.GtkAlignment.Name = "GtkAlignment";
     this.GtkAlignment.LeftPadding = ((uint)(12));
     // Container child GtkAlignment.Gtk.Container+ContainerChild
     this.slider = new global::Gtk.HScale (null);
     this.slider.CanFocus = true;
     this.slider.Name = "slider";
     this.slider.Adjustment.Upper = 100;
     this.slider.Adjustment.PageIncrement = 10;
     this.slider.Adjustment.StepIncrement = 1;
     this.slider.DrawValue = true;
     this.slider.Digits = 0;
     this.slider.ValuePos = ((global::Gtk.PositionType)(2));
     this.GtkAlignment.Add (this.slider);
     this.frame1.Add (this.GtkAlignment);
     this.sliderLabel = new global::Gtk.Label ();
     this.sliderLabel.Name = "sliderLabel";
     this.sliderLabel.LabelProp = global::Mono.Unix.Catalog.GetString ("<b>GtkFrame</b>");
     this.sliderLabel.UseMarkup = true;
     this.frame1.LabelWidget = this.sliderLabel;
     this.Add (this.frame1);
     if ((this.Child != null)) {
         this.Child.ShowAll ();
     }
     this.Hide ();
     this.slider.FormatValue += new global::Gtk.FormatValueHandler (this.OnSliderFormatValue);
 }
 protected virtual void Build()
 {
     global::Stetic.Gui.Initialize (this);
     // Widget NicoMonoViewer.NicorepoWidgetItemUnknow
     global::Stetic.BinContainer.Attach (this);
     this.HeightRequest = 150;
     this.Name = "NicoMonoViewer.NicorepoWidgetItemUnknow";
     // Container child NicoMonoViewer.NicorepoWidgetItemUnknow.Gtk.Container+ContainerChild
     this.frame1 = new global::Gtk.Frame ();
     this.frame1.Name = "frame1";
     this.frame1.ShadowType = ((global::Gtk.ShadowType)(0));
     // Container child frame1.Gtk.Container+ContainerChild
     this.GtkAlignment = new global::Gtk.Alignment (0F, 0F, 1F, 1F);
     this.GtkAlignment.Name = "GtkAlignment";
     this.GtkAlignment.LeftPadding = ((uint)(12));
     // Container child GtkAlignment.Gtk.Container+ContainerChild
     this.GtkScrolledWindow = new global::Gtk.ScrolledWindow ();
     this.GtkScrolledWindow.Name = "GtkScrolledWindow";
     this.GtkScrolledWindow.ShadowType = ((global::Gtk.ShadowType)(1));
     // Container child GtkScrolledWindow.Gtk.Container+ContainerChild
     this.textview = new global::Gtk.TextView ();
     this.textview.CanFocus = true;
     this.textview.Name = "textview";
     this.GtkScrolledWindow.Add (this.textview);
     this.GtkAlignment.Add (this.GtkScrolledWindow);
     this.frame1.Add (this.GtkAlignment);
     this.GtkLabel = new global::Gtk.Label ();
     this.GtkLabel.Name = "GtkLabel";
     this.GtkLabel.LabelProp = global::Mono.Unix.Catalog.GetString ("<b>不明な要素</b>");
     this.GtkLabel.UseMarkup = true;
     this.frame1.LabelWidget = this.GtkLabel;
     this.Add (this.frame1);
     if ((this.Child != null)) {
         this.Child.ShowAll ();
     }
     this.Hide ();
 }
Exemplo n.º 33
0
 protected virtual void Build()
 {
     global::Stetic.Gui.Initialize(this);
     // Widget ocmgtk.HTMLWidget
     global::Stetic.BinContainer.Attach(this);
     this.Name = "ocmgtk.HTMLWidget";
     // Container child ocmgtk.HTMLWidget.Gtk.Container+ContainerChild
     this.frame4             = new global::Gtk.Frame();
     this.frame4.Name        = "frame4";
     this.frame4.ShadowType  = ((global::Gtk.ShadowType)(0));
     this.frame4.LabelYalign = 0F;
     // Container child frame4.Gtk.Container+ContainerChild
     this.htmlScroll            = new global::Gtk.ScrolledWindow();
     this.htmlScroll.CanFocus   = true;
     this.htmlScroll.Name       = "htmlScroll";
     this.htmlScroll.ShadowType = ((global::Gtk.ShadowType)(1));
     this.frame4.Add(this.htmlScroll);
     this.Add(this.frame4);
     if ((this.Child != null))
     {
         this.Child.ShowAll();
     }
     this.Hide();
 }
 protected virtual void Build()
 {
     global::Stetic.Gui.Initialize (this);
     // Widget QSBanks.AccountDlg
     global::Stetic.BinContainer.Attach (this);
     this.Name = "QSBanks.AccountDlg";
     // Container child QSBanks.AccountDlg.Gtk.Container+ContainerChild
     this.vbox1 = new global::Gtk.VBox ();
     this.vbox1.Name = "vbox1";
     this.vbox1.Spacing = 6;
     // Container child vbox1.Gtk.Box+BoxChild
     this.hbox4 = new global::Gtk.HBox ();
     this.hbox4.Name = "hbox4";
     this.hbox4.Spacing = 6;
     // Container child hbox4.Gtk.Box+BoxChild
     this.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 w1 = new global::Gtk.Image ();
     w1.Pixbuf = global::Stetic.IconLoader.LoadIcon (this, "gtk-save", global::Gtk.IconSize.Menu);
     this.buttonSave.Image = w1;
     this.hbox4.Add (this.buttonSave);
     global::Gtk.Box.BoxChild w2 = ((global::Gtk.Box.BoxChild)(this.hbox4 [this.buttonSave]));
     w2.Position = 0;
     w2.Expand = false;
     w2.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 w3 = new global::Gtk.Image ();
     w3.Pixbuf = global::Stetic.IconLoader.LoadIcon (this, "gtk-revert-to-saved", global::Gtk.IconSize.Menu);
     this.buttonCancel.Image = w3;
     this.hbox4.Add (this.buttonCancel);
     global::Gtk.Box.BoxChild w4 = ((global::Gtk.Box.BoxChild)(this.hbox4 [this.buttonCancel]));
     w4.Position = 1;
     w4.Expand = false;
     w4.Fill = false;
     this.vbox1.Add (this.hbox4);
     global::Gtk.Box.BoxChild w5 = ((global::Gtk.Box.BoxChild)(this.vbox1 [this.hbox4]));
     w5.Position = 0;
     w5.Expand = false;
     w5.Fill = false;
     // Container child vbox1.Gtk.Box+BoxChild
     this.labelInactive = new global::Gtk.Label ();
     this.labelInactive.Name = "labelInactive";
     this.labelInactive.Justify = ((global::Gtk.Justification)(2));
     this.vbox1.Add (this.labelInactive);
     global::Gtk.Box.BoxChild w6 = ((global::Gtk.Box.BoxChild)(this.vbox1 [this.labelInactive]));
     w6.Position = 1;
     w6.Expand = false;
     w6.Fill = false;
     // Container child vbox1.Gtk.Box+BoxChild
     this.datatableMain = new global::Gtk.Table (((uint)(4)), ((uint)(2)), false);
     this.datatableMain.Name = "datatableMain";
     this.datatableMain.RowSpacing = ((uint)(6));
     this.datatableMain.ColumnSpacing = ((uint)(6));
     // 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.InvisibleChar = '●';
     this.datatableMain.Add (this.dataentryName);
     global::Gtk.Table.TableChild w7 = ((global::Gtk.Table.TableChild)(this.datatableMain [this.dataentryName]));
     w7.LeftAttach = ((uint)(1));
     w7.RightAttach = ((uint)(2));
     w7.YOptions = ((global::Gtk.AttachOptions)(4));
     // Container child datatableMain.Gtk.Table+TableChild
     this.dataentryNumber = new global::Gamma.Widgets.yValidatedEntry ();
     this.dataentryNumber.CanFocus = true;
     this.dataentryNumber.Name = "dataentryNumber";
     this.dataentryNumber.IsEditable = true;
     this.dataentryNumber.MaxLength = 25;
     this.dataentryNumber.InvisibleChar = '●';
     this.datatableMain.Add (this.dataentryNumber);
     global::Gtk.Table.TableChild w8 = ((global::Gtk.Table.TableChild)(this.datatableMain [this.dataentryNumber]));
     w8.TopAttach = ((uint)(1));
     w8.BottomAttach = ((uint)(2));
     w8.LeftAttach = ((uint)(1));
     w8.RightAttach = ((uint)(2));
     w8.XOptions = ((global::Gtk.AttachOptions)(4));
     w8.YOptions = ((global::Gtk.AttachOptions)(4));
     // Container child datatableMain.Gtk.Table+TableChild
     this.dataentryrefBank = new global::Gamma.Widgets.yEntryReference ();
     this.dataentryrefBank.Events = ((global::Gdk.EventMask)(256));
     this.dataentryrefBank.Name = "dataentryrefBank";
     this.dataentryrefBank.DisplayFields = new string[] {
         "Name"
     };
     this.datatableMain.Add (this.dataentryrefBank);
     global::Gtk.Table.TableChild w9 = ((global::Gtk.Table.TableChild)(this.datatableMain [this.dataentryrefBank]));
     w9.TopAttach = ((uint)(2));
     w9.BottomAttach = ((uint)(3));
     w9.LeftAttach = ((uint)(1));
     w9.RightAttach = ((uint)(2));
     w9.XOptions = ((global::Gtk.AttachOptions)(4));
     w9.YOptions = ((global::Gtk.AttachOptions)(4));
     // Container child datatableMain.Gtk.Table+TableChild
     this.dataframe1 = new global::Gtk.Frame ();
     this.dataframe1.Name = "dataframe1";
     this.dataframe1.ShadowType = ((global::Gtk.ShadowType)(1));
     // Container child dataframe1.Gtk.Container+ContainerChild
     this.GtkAlignment2 = new global::Gtk.Alignment (0F, 0F, 1F, 1F);
     this.GtkAlignment2.Name = "GtkAlignment2";
     this.GtkAlignment2.LeftPadding = ((uint)(12));
     // Container child GtkAlignment2.Gtk.Container+ContainerChild
     this.datatableBank = new global::Gtk.Table (((uint)(3)), ((uint)(2)), false);
     this.datatableBank.Name = "datatableBank";
     this.datatableBank.RowSpacing = ((uint)(6));
     this.datatableBank.ColumnSpacing = ((uint)(6));
     // Container child datatableBank.Gtk.Table+TableChild
     this.datalabelBik = new global::Gamma.GtkWidgets.yLabel ();
     this.datalabelBik.Name = "datalabelBik";
     this.datalabelBik.LabelProp = global::Mono.Unix.Catalog.GetString ("datalabel1");
     this.datatableBank.Add (this.datalabelBik);
     global::Gtk.Table.TableChild w10 = ((global::Gtk.Table.TableChild)(this.datatableBank [this.datalabelBik]));
     w10.LeftAttach = ((uint)(1));
     w10.RightAttach = ((uint)(2));
     w10.XOptions = ((global::Gtk.AttachOptions)(4));
     w10.YOptions = ((global::Gtk.AttachOptions)(4));
     // Container child datatableBank.Gtk.Table+TableChild
     this.datalabelCity = new global::Gamma.GtkWidgets.yLabel ();
     this.datalabelCity.Name = "datalabelCity";
     this.datalabelCity.LabelProp = global::Mono.Unix.Catalog.GetString ("datalabel1");
     this.datatableBank.Add (this.datalabelCity);
     global::Gtk.Table.TableChild w11 = ((global::Gtk.Table.TableChild)(this.datatableBank [this.datalabelCity]));
     w11.TopAttach = ((uint)(2));
     w11.BottomAttach = ((uint)(3));
     w11.LeftAttach = ((uint)(1));
     w11.RightAttach = ((uint)(2));
     w11.XOptions = ((global::Gtk.AttachOptions)(4));
     w11.YOptions = ((global::Gtk.AttachOptions)(4));
     // Container child datatableBank.Gtk.Table+TableChild
     this.datalabelRegion = new global::Gamma.GtkWidgets.yLabel ();
     this.datalabelRegion.Name = "datalabelRegion";
     this.datalabelRegion.LabelProp = global::Mono.Unix.Catalog.GetString ("datalabel2");
     this.datatableBank.Add (this.datalabelRegion);
     global::Gtk.Table.TableChild w12 = ((global::Gtk.Table.TableChild)(this.datatableBank [this.datalabelRegion]));
     w12.TopAttach = ((uint)(1));
     w12.BottomAttach = ((uint)(2));
     w12.LeftAttach = ((uint)(1));
     w12.RightAttach = ((uint)(2));
     w12.XOptions = ((global::Gtk.AttachOptions)(4));
     w12.YOptions = ((global::Gtk.AttachOptions)(4));
     // Container child datatableBank.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.datatableBank.Add (this.label4);
     global::Gtk.Table.TableChild w13 = ((global::Gtk.Table.TableChild)(this.datatableBank [this.label4]));
     w13.XOptions = ((global::Gtk.AttachOptions)(4));
     w13.YOptions = ((global::Gtk.AttachOptions)(4));
     // Container child datatableBank.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.datatableBank.Add (this.label5);
     global::Gtk.Table.TableChild w14 = ((global::Gtk.Table.TableChild)(this.datatableBank [this.label5]));
     w14.TopAttach = ((uint)(1));
     w14.BottomAttach = ((uint)(2));
     w14.XOptions = ((global::Gtk.AttachOptions)(4));
     w14.YOptions = ((global::Gtk.AttachOptions)(4));
     // Container child datatableBank.Gtk.Table+TableChild
     this.label6 = new global::Gtk.Label ();
     this.label6.Name = "label6";
     this.label6.Xalign = 1F;
     this.label6.LabelProp = global::Mono.Unix.Catalog.GetString ("Город:");
     this.datatableBank.Add (this.label6);
     global::Gtk.Table.TableChild w15 = ((global::Gtk.Table.TableChild)(this.datatableBank [this.label6]));
     w15.TopAttach = ((uint)(2));
     w15.BottomAttach = ((uint)(3));
     w15.XOptions = ((global::Gtk.AttachOptions)(4));
     w15.YOptions = ((global::Gtk.AttachOptions)(4));
     this.GtkAlignment2.Add (this.datatableBank);
     this.dataframe1.Add (this.GtkAlignment2);
     this.datatableMain.Add (this.dataframe1);
     global::Gtk.Table.TableChild w18 = ((global::Gtk.Table.TableChild)(this.datatableMain [this.dataframe1]));
     w18.TopAttach = ((uint)(3));
     w18.BottomAttach = ((uint)(4));
     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.label1 = new global::Gtk.Label ();
     this.label1.Name = "label1";
     this.label1.Xalign = 1F;
     this.label1.LabelProp = global::Mono.Unix.Catalog.GetString ("Псевдоним:");
     this.datatableMain.Add (this.label1);
     global::Gtk.Table.TableChild w19 = ((global::Gtk.Table.TableChild)(this.datatableMain [this.label1]));
     w19.XOptions = ((global::Gtk.AttachOptions)(4));
     w19.YOptions = ((global::Gtk.AttachOptions)(4));
     // Container child datatableMain.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.datatableMain.Add (this.label2);
     global::Gtk.Table.TableChild w20 = ((global::Gtk.Table.TableChild)(this.datatableMain [this.label2]));
     w20.TopAttach = ((uint)(1));
     w20.BottomAttach = ((uint)(2));
     w20.XOptions = ((global::Gtk.AttachOptions)(4));
     w20.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 w21 = ((global::Gtk.Table.TableChild)(this.datatableMain [this.label3]));
     w21.TopAttach = ((uint)(2));
     w21.BottomAttach = ((uint)(3));
     w21.XOptions = ((global::Gtk.AttachOptions)(4));
     w21.YOptions = ((global::Gtk.AttachOptions)(4));
     this.vbox1.Add (this.datatableMain);
     global::Gtk.Box.BoxChild w22 = ((global::Gtk.Box.BoxChild)(this.vbox1 [this.datatableMain]));
     w22.Position = 2;
     w22.Expand = false;
     w22.Fill = false;
     this.Add (this.vbox1);
     if ((this.Child != null)) {
         this.Child.ShowAll ();
     }
     this.labelInactive.Hide ();
     this.Hide ();
     this.buttonSave.Clicked += new global::System.EventHandler (this.OnButtonSaveClicked);
     this.buttonCancel.Clicked += new global::System.EventHandler (this.OnButtonCancelClicked);
 }
		protected virtual void Build ()
		{
			global::Stetic.Gui.Initialize (this);
			// Widget MonoDevelop.Ide.Projects.OptionPanels.NamespaceSynchronisationPanelWidget
			global::Stetic.BinContainer.Attach (this);
			this.Name = "MonoDevelop.Ide.Projects.OptionPanels.NamespaceSynchronisationPanelWidget";
			// Container child MonoDevelop.Ide.Projects.OptionPanels.NamespaceSynchronisationPanelWidget.Gtk.Container+ContainerChild
			this.vbox2 = new global::Gtk.VBox ();
			this.vbox2.Name = "vbox2";
			this.vbox2.Spacing = 12;
			// Container child vbox2.Gtk.Box+BoxChild
			this.checkAssociateNamespacesDirectories = new global::Gtk.CheckButton ();
			this.checkAssociateNamespacesDirectories.CanFocus = true;
			this.checkAssociateNamespacesDirectories.Name = "checkAssociateNamespacesDirectories";
			this.checkAssociateNamespacesDirectories.Label = global::MonoDevelop.Core.GettextCatalog.GetString ("_Associate namespaces with directory names");
			this.checkAssociateNamespacesDirectories.DrawIndicator = true;
			this.checkAssociateNamespacesDirectories.UseUnderline = true;
			this.vbox2.Add (this.checkAssociateNamespacesDirectories);
			global::Gtk.Box.BoxChild w1 = ((global::Gtk.Box.BoxChild)(this.vbox2 [this.checkAssociateNamespacesDirectories]));
			w1.Position = 0;
			w1.Expand = false;
			w1.Fill = false;
			// Container child vbox2.Gtk.Box+BoxChild
			this.alignment1 = new global::Gtk.Alignment (0F, 0F, 1F, 1F);
			this.alignment1.Name = "alignment1";
			this.alignment1.LeftPadding = ((uint)(24));
			// Container child alignment1.Gtk.Container+ContainerChild
			this.namespaceAssociationBox = new global::Gtk.VBox ();
			this.namespaceAssociationBox.Name = "namespaceAssociationBox";
			this.namespaceAssociationBox.Spacing = 12;
			// Container child namespaceAssociationBox.Gtk.Box+BoxChild
			this.checkDefaultAsRoot = new global::Gtk.CheckButton ();
			this.checkDefaultAsRoot.CanFocus = true;
			this.checkDefaultAsRoot.Name = "checkDefaultAsRoot";
			this.checkDefaultAsRoot.Label = global::MonoDevelop.Core.GettextCatalog.GetString ("Use _default namespace as root");
			this.checkDefaultAsRoot.DrawIndicator = true;
			this.checkDefaultAsRoot.UseUnderline = true;
			this.namespaceAssociationBox.Add (this.checkDefaultAsRoot);
			global::Gtk.Box.BoxChild w2 = ((global::Gtk.Box.BoxChild)(this.namespaceAssociationBox [this.checkDefaultAsRoot]));
			w2.Position = 0;
			w2.Expand = false;
			w2.Fill = false;
			// Container child namespaceAssociationBox.Gtk.Box+BoxChild
			this.hbox1 = new global::Gtk.HBox ();
			this.hbox1.Name = "hbox1";
			this.hbox1.Spacing = 6;
			// Container child hbox1.Gtk.Box+BoxChild
			this.label1 = new global::Gtk.Label ();
			this.label1.Name = "label1";
			this.label1.Xalign = 0F;
			this.label1.Yalign = 0F;
			this.label1.LabelProp = global::MonoDevelop.Core.GettextCatalog.GetString ("Directory structure:");
			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.vbox4 = new global::Gtk.VBox ();
			this.vbox4.Name = "vbox4";
			this.vbox4.Spacing = 6;
			// Container child vbox4.Gtk.Box+BoxChild
			this.radioFlat = new global::Gtk.RadioButton (global::MonoDevelop.Core.GettextCatalog.GetString ("_Flat"));
			this.radioFlat.CanFocus = true;
			this.radioFlat.Name = "radioFlat";
			this.radioFlat.DrawIndicator = true;
			this.radioFlat.UseUnderline = true;
			this.radioFlat.Group = new global::GLib.SList (global::System.IntPtr.Zero);
			this.vbox4.Add (this.radioFlat);
			global::Gtk.Box.BoxChild w4 = ((global::Gtk.Box.BoxChild)(this.vbox4 [this.radioFlat]));
			w4.Position = 0;
			w4.Expand = false;
			w4.Fill = false;
			// Container child vbox4.Gtk.Box+BoxChild
			this.radioHierarch = new global::Gtk.RadioButton (global::MonoDevelop.Core.GettextCatalog.GetString ("_Hierarchical"));
			this.radioHierarch.CanFocus = true;
			this.radioHierarch.Name = "radioHierarch";
			this.radioHierarch.DrawIndicator = true;
			this.radioHierarch.UseUnderline = true;
			this.radioHierarch.Group = this.radioFlat.Group;
			this.vbox4.Add (this.radioHierarch);
			global::Gtk.Box.BoxChild w5 = ((global::Gtk.Box.BoxChild)(this.vbox4 [this.radioHierarch]));
			w5.Position = 1;
			w5.Expand = false;
			w5.Fill = false;
			this.hbox1.Add (this.vbox4);
			global::Gtk.Box.BoxChild w6 = ((global::Gtk.Box.BoxChild)(this.hbox1 [this.vbox4]));
			w6.Position = 1;
			this.namespaceAssociationBox.Add (this.hbox1);
			global::Gtk.Box.BoxChild w7 = ((global::Gtk.Box.BoxChild)(this.namespaceAssociationBox [this.hbox1]));
			w7.Position = 1;
			w7.Expand = false;
			w7.Fill = false;
			// Container child namespaceAssociationBox.Gtk.Box+BoxChild
			this.hbox2 = new global::Gtk.HBox ();
			this.hbox2.Name = "hbox2";
			this.hbox2.Spacing = 6;
			// Container child hbox2.Gtk.Box+BoxChild
			this.previewFrame = new global::Gtk.Frame ();
			this.previewFrame.WidthRequest = 400;
			this.previewFrame.Name = "previewFrame";
			this.previewFrame.ShadowType = ((global::Gtk.ShadowType)(4));
			this.GtkLabel6 = new global::Gtk.Label ();
			this.GtkLabel6.Name = "GtkLabel6";
			this.GtkLabel6.LabelProp = global::MonoDevelop.Core.GettextCatalog.GetString ("Preview");
			this.previewFrame.LabelWidget = this.GtkLabel6;
			this.hbox2.Add (this.previewFrame);
			global::Gtk.Box.BoxChild w8 = ((global::Gtk.Box.BoxChild)(this.hbox2 [this.previewFrame]));
			w8.Position = 0;
			w8.Expand = false;
			w8.Fill = false;
			this.namespaceAssociationBox.Add (this.hbox2);
			global::Gtk.Box.BoxChild w9 = ((global::Gtk.Box.BoxChild)(this.namespaceAssociationBox [this.hbox2]));
			w9.Position = 2;
			this.alignment1.Add (this.namespaceAssociationBox);
			this.vbox2.Add (this.alignment1);
			global::Gtk.Box.BoxChild w11 = ((global::Gtk.Box.BoxChild)(this.vbox2 [this.alignment1]));
			w11.Position = 1;
			// Container child vbox2.Gtk.Box+BoxChild
			this.checkVSStyleResourceNames = new global::Gtk.CheckButton ();
			this.checkVSStyleResourceNames.CanFocus = true;
			this.checkVSStyleResourceNames.Name = "checkVSStyleResourceNames";
			this.checkVSStyleResourceNames.Label = global::MonoDevelop.Core.GettextCatalog.GetString ("<b>Use _Visual Studio-style resource names</b>\nVisual Studio generates a default ID for embedded resources,\ninstead of simply using the resource's filename.");
			this.checkVSStyleResourceNames.DrawIndicator = true;
			this.checkVSStyleResourceNames.UseUnderline = true;
			this.checkVSStyleResourceNames.Remove (this.checkVSStyleResourceNames.Child);
			// Container child checkVSStyleResourceNames.Gtk.Container+ContainerChild
			this.label2 = new global::Gtk.Label ();
			this.label2.Name = "label2";
			this.label2.LabelProp = global::MonoDevelop.Core.GettextCatalog.GetString ("<b>Use _Visual Studio-style resource names</b>\nVisual Studio generates a default ID for embedded resources, instead of simply using the resource's filename.");
			this.label2.UseMarkup = true;
			this.label2.UseUnderline = true;
			this.label2.Wrap = true;
			this.checkVSStyleResourceNames.Add (this.label2);
			this.vbox2.Add (this.checkVSStyleResourceNames);
			global::Gtk.Box.BoxChild w13 = ((global::Gtk.Box.BoxChild)(this.vbox2 [this.checkVSStyleResourceNames]));
			w13.Position = 2;
			w13.Expand = false;
			w13.Fill = false;
			this.Add (this.vbox2);
			if ((this.Child != null)) {
				this.Child.ShowAll ();
			}
			this.Hide ();
			this.checkVSStyleResourceNames.Toggled += new global::System.EventHandler (this.UpdatePolicyNameList);
		}
Exemplo n.º 36
0
		protected virtual void Build ()
		{
			global::Stetic.Gui.Initialize (this);
			// Widget gtk.frmCiv
			this.Name = "gtk.frmCiv";
			this.Title = global::Mono.Unix.Catalog.GetString ("frmCiv");
			this.WindowPosition = ((global::Gtk.WindowPosition)(4));
			// Container child gtk.frmCiv.Gtk.Container+ContainerChild
			this.vbox1 = new global::Gtk.VBox ();
			this.vbox1.Name = "vbox1";
			this.vbox1.Spacing = 6;
			// Container child vbox1.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.vbox2 = new global::Gtk.VBox ();
			this.vbox2.Name = "vbox2";
			this.vbox2.Spacing = 6;
			// 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.nvCiudades = new global::Gtk.NodeView ();
			this.nvCiudades.CanFocus = true;
			this.nvCiudades.Name = "nvCiudades";
			this.GtkScrolledWindow.Add (this.nvCiudades);
			this.vbox2.Add (this.GtkScrolledWindow);
			global::Gtk.Box.BoxChild w2 = ((global::Gtk.Box.BoxChild)(this.vbox2 [this.GtkScrolledWindow]));
			w2.Position = 0;
			// Container child vbox2.Gtk.Box+BoxChild
			this.hbuttonbox1 = new global::Gtk.HButtonBox ();
			this.hbuttonbox1.Name = "hbuttonbox1";
			// Container child hbuttonbox1.Gtk.ButtonBox+ButtonBoxChild
			this.cmdIrCiudad = new global::Gtk.Button ();
			this.cmdIrCiudad.CanFocus = true;
			this.cmdIrCiudad.Name = "cmdIrCiudad";
			this.cmdIrCiudad.UseUnderline = true;
			this.cmdIrCiudad.Label = global::Mono.Unix.Catalog.GetString ("_Ir a");
			this.hbuttonbox1.Add (this.cmdIrCiudad);
			global::Gtk.ButtonBox.ButtonBoxChild w3 = ((global::Gtk.ButtonBox.ButtonBoxChild)(this.hbuttonbox1 [this.cmdIrCiudad]));
			w3.Expand = false;
			w3.Fill = false;
			this.vbox2.Add (this.hbuttonbox1);
			global::Gtk.Box.BoxChild w4 = ((global::Gtk.Box.BoxChild)(this.vbox2 [this.hbuttonbox1]));
			w4.Position = 1;
			w4.Expand = false;
			w4.Fill = false;
			this.notebook1.Add (this.vbox2);
			// Notebook tab
			this.label1 = new global::Gtk.Label ();
			this.label1.Name = "label1";
			this.label1.LabelProp = global::Mono.Unix.Catalog.GetString ("Ciudades");
			this.notebook1.SetTabLabel (this.vbox2, this.label1);
			this.label1.ShowAll ();
			// Container child notebook1.Gtk.Notebook+NotebookChild
			this.hbox1 = new global::Gtk.HBox ();
			this.hbox1.Name = "hbox1";
			this.hbox1.Spacing = 6;
			// Container child hbox1.Gtk.Box+BoxChild
			this.frame1 = new global::Gtk.Frame ();
			this.frame1.Name = "frame1";
			this.frame1.ShadowType = ((global::Gtk.ShadowType)(0));
			this.frame1.LabelXalign = 1F;
			// Container child frame1.Gtk.Container+ContainerChild
			this.GtkAlignment = new global::Gtk.Alignment (0F, 0F, 1F, 1F);
			this.GtkAlignment.Name = "GtkAlignment";
			this.GtkAlignment.LeftPadding = ((uint)(12));
			// Container child GtkAlignment.Gtk.Container+ContainerChild
			this.GtkScrolledWindow1 = new global::Gtk.ScrolledWindow ();
			this.GtkScrolledWindow1.WidthRequest = 0;
			this.GtkScrolledWindow1.Name = "GtkScrolledWindow1";
			this.GtkScrolledWindow1.ShadowType = ((global::Gtk.ShadowType)(1));
			// Container child GtkScrolledWindow1.Gtk.Container+ContainerChild
			this.nvAvances = new global::Gtk.NodeView ();
			this.nvAvances.WidthRequest = 200;
			this.nvAvances.CanFocus = true;
			this.nvAvances.Name = "nvAvances";
			this.GtkScrolledWindow1.Add (this.nvAvances);
			this.GtkAlignment.Add (this.GtkScrolledWindow1);
			this.frame1.Add (this.GtkAlignment);
			this.GtkLabel1 = new global::Gtk.Label ();
			this.GtkLabel1.Name = "GtkLabel1";
			this.GtkLabel1.LabelProp = global::Mono.Unix.Catalog.GetString ("<b>Avances</b>");
			this.GtkLabel1.UseMarkup = true;
			this.frame1.LabelWidget = this.GtkLabel1;
			this.hbox1.Add (this.frame1);
			global::Gtk.Box.BoxChild w9 = ((global::Gtk.Box.BoxChild)(this.hbox1 [this.frame1]));
			w9.Position = 0;
			w9.Expand = false;
			w9.Fill = false;
			// Container child hbox1.Gtk.Box+BoxChild
			this.frame2 = new global::Gtk.Frame ();
			this.frame2.Name = "frame2";
			this.frame2.ShadowType = ((global::Gtk.ShadowType)(0));
			this.frame2.LabelXalign = 1F;
			// Container child frame2.Gtk.Container+ContainerChild
			this.GtkAlignment1 = new global::Gtk.Alignment (0F, 0F, 1F, 1F);
			this.GtkAlignment1.Name = "GtkAlignment1";
			this.GtkAlignment1.LeftPadding = ((uint)(12));
			// Container child GtkAlignment1.Gtk.Container+ContainerChild
			this.hbox3 = new global::Gtk.HBox ();
			this.hbox3.Name = "hbox3";
			this.hbox3.Spacing = 6;
			// Container child hbox3.Gtk.Box+BoxChild
			this.GtkScrolledWindow3 = new global::Gtk.ScrolledWindow ();
			this.GtkScrolledWindow3.Name = "GtkScrolledWindow3";
			this.GtkScrolledWindow3.ShadowType = ((global::Gtk.ShadowType)(1));
			// Container child GtkScrolledWindow3.Gtk.Container+ContainerChild
			this.nvInvestigando = new global::Gtk.NodeView ();
			this.nvInvestigando.WidthRequest = 200;
			this.nvInvestigando.CanFocus = true;
			this.nvInvestigando.Name = "nvInvestigando";
			this.GtkScrolledWindow3.Add (this.nvInvestigando);
			this.hbox3.Add (this.GtkScrolledWindow3);
			global::Gtk.Box.BoxChild w11 = ((global::Gtk.Box.BoxChild)(this.hbox3 [this.GtkScrolledWindow3]));
			w11.Position = 0;
			// Container child hbox3.Gtk.Box+BoxChild
			this.GtkScrolledWindow2 = new global::Gtk.ScrolledWindow ();
			this.GtkScrolledWindow2.Name = "GtkScrolledWindow2";
			this.GtkScrolledWindow2.ShadowType = ((global::Gtk.ShadowType)(1));
			// Container child GtkScrolledWindow2.Gtk.Container+ContainerChild
			this.nvInvestDetalle = new global::Gtk.NodeView ();
			this.nvInvestDetalle.WidthRequest = 400;
			this.nvInvestDetalle.CanFocus = true;
			this.nvInvestDetalle.Name = "nvInvestDetalle";
			this.GtkScrolledWindow2.Add (this.nvInvestDetalle);
			this.hbox3.Add (this.GtkScrolledWindow2);
			global::Gtk.Box.BoxChild w13 = ((global::Gtk.Box.BoxChild)(this.hbox3 [this.GtkScrolledWindow2]));
			w13.Position = 1;
			this.GtkAlignment1.Add (this.hbox3);
			this.frame2.Add (this.GtkAlignment1);
			this.GtkLabel2 = new global::Gtk.Label ();
			this.GtkLabel2.Name = "GtkLabel2";
			this.GtkLabel2.LabelProp = global::Mono.Unix.Catalog.GetString ("<b>Investigando</b>");
			this.GtkLabel2.UseMarkup = true;
			this.frame2.LabelWidget = this.GtkLabel2;
			this.hbox1.Add (this.frame2);
			global::Gtk.Box.BoxChild w16 = ((global::Gtk.Box.BoxChild)(this.hbox1 [this.frame2]));
			w16.Position = 1;
			w16.Expand = false;
			w16.Fill = false;
			this.notebook1.Add (this.hbox1);
			global::Gtk.Notebook.NotebookChild w17 = ((global::Gtk.Notebook.NotebookChild)(this.notebook1 [this.hbox1]));
			w17.Position = 1;
			// Notebook tab
			this.label2 = new global::Gtk.Label ();
			this.label2.Name = "label2";
			this.label2.LabelProp = global::Mono.Unix.Catalog.GetString ("_Avances");
			this.label2.UseUnderline = true;
			this.notebook1.SetTabLabel (this.hbox1, this.label2);
			this.label2.ShowAll ();
			// Container child notebook1.Gtk.Notebook+NotebookChild
			this.hbox4 = new global::Gtk.HBox ();
			this.hbox4.Name = "hbox4";
			this.hbox4.Spacing = 6;
			// Container child hbox4.Gtk.Box+BoxChild
			this.vbox3 = new global::Gtk.VBox ();
			this.vbox3.Name = "vbox3";
			this.vbox3.Spacing = 6;
			// Container child vbox3.Gtk.Box+BoxChild
			this.ArmadaSelector = new global::gtk.wgArmadaComboBox ();
			this.ArmadaSelector.Events = ((global::Gdk.EventMask)(256));
			this.ArmadaSelector.Name = "ArmadaSelector";
			this.vbox3.Add (this.ArmadaSelector);
			global::Gtk.Box.BoxChild w18 = ((global::Gtk.Box.BoxChild)(this.vbox3 [this.ArmadaSelector]));
			w18.Position = 0;
			w18.Expand = false;
			w18.Fill = false;
			// Container child vbox3.Gtk.Box+BoxChild
			this.ArmadaSeleccionadaInfo = new global::gtk.ArmadaWidget ();
			this.ArmadaSeleccionadaInfo.WidthRequest = 200;
			this.ArmadaSeleccionadaInfo.Events = ((global::Gdk.EventMask)(256));
			this.ArmadaSeleccionadaInfo.Name = "ArmadaSeleccionadaInfo";
			this.vbox3.Add (this.ArmadaSeleccionadaInfo);
			global::Gtk.Box.BoxChild w19 = ((global::Gtk.Box.BoxChild)(this.vbox3 [this.ArmadaSeleccionadaInfo]));
			w19.Position = 1;
			// Container child vbox3.Gtk.Box+BoxChild
			this.lbPos = new global::Gtk.Label ();
			this.lbPos.Name = "lbPos";
			this.vbox3.Add (this.lbPos);
			global::Gtk.Box.BoxChild w20 = ((global::Gtk.Box.BoxChild)(this.vbox3 [this.lbPos]));
			w20.Position = 2;
			w20.Expand = false;
			w20.Fill = false;
			this.hbox4.Add (this.vbox3);
			global::Gtk.Box.BoxChild w21 = ((global::Gtk.Box.BoxChild)(this.hbox4 [this.vbox3]));
			w21.Position = 0;
			w21.Expand = false;
			w21.Fill = false;
			// Container child hbox4.Gtk.Box+BoxChild
			this.vbox4 = new global::Gtk.VBox ();
			this.vbox4.Name = "vbox4";
			this.vbox4.Spacing = 6;
			// Container child vbox4.Gtk.Box+BoxChild
			this.expIr = new global::Gtk.Expander (null);
			this.expIr.CanFocus = true;
			this.expIr.Name = "expIr";
			this.expIr.Expanded = true;
			// Container child expIr.Gtk.Container+ContainerChild
			this.hbox5 = new global::Gtk.HBox ();
			this.hbox5.Name = "hbox5";
			this.hbox5.Spacing = 6;
			// Container child hbox5.Gtk.Box+BoxChild
			this.IrACB = new global::gtk.GeneralCombobox ();
			this.IrACB.Events = ((global::Gdk.EventMask)(256));
			this.IrACB.Name = "IrACB";
			this.hbox5.Add (this.IrACB);
			global::Gtk.Box.BoxChild w22 = ((global::Gtk.Box.BoxChild)(this.hbox5 [this.IrACB]));
			w22.Position = 0;
			w22.Expand = false;
			w22.Fill = false;
			// Container child hbox5.Gtk.Box+BoxChild
			this.cmdIrA = new global::Gtk.Button ();
			this.cmdIrA.CanFocus = true;
			this.cmdIrA.Name = "cmdIrA";
			this.cmdIrA.UseUnderline = true;
			this.cmdIrA.Label = global::Mono.Unix.Catalog.GetString ("_Ir");
			this.hbox5.Add (this.cmdIrA);
			global::Gtk.Box.BoxChild w23 = ((global::Gtk.Box.BoxChild)(this.hbox5 [this.cmdIrA]));
			w23.Position = 1;
			w23.Expand = false;
			w23.Fill = false;
			this.expIr.Add (this.hbox5);
			this.GtkLabel9 = new global::Gtk.Label ();
			this.GtkLabel9.Name = "GtkLabel9";
			this.GtkLabel9.LabelProp = global::Mono.Unix.Catalog.GetString ("Ir a");
			this.GtkLabel9.UseUnderline = true;
			this.expIr.LabelWidget = this.GtkLabel9;
			this.vbox4.Add (this.expIr);
			global::Gtk.Box.BoxChild w25 = ((global::Gtk.Box.BoxChild)(this.vbox4 [this.expIr]));
			w25.Position = 0;
			w25.Expand = false;
			w25.Fill = false;
			this.hbox4.Add (this.vbox4);
			global::Gtk.Box.BoxChild w26 = ((global::Gtk.Box.BoxChild)(this.hbox4 [this.vbox4]));
			w26.Position = 1;
			w26.Expand = false;
			w26.Fill = false;
			// Container child hbox4.Gtk.Box+BoxChild
			this.hbuttonbox2 = new global::Gtk.HButtonBox ();
			this.hbuttonbox2.Name = "hbuttonbox2";
			this.hbuttonbox2.BorderWidth = ((uint)(18));
			// Container child hbuttonbox2.Gtk.ButtonBox+ButtonBoxChild
			this.cmdColonizar = new global::Gtk.Button ();
			this.cmdColonizar.CanFocus = true;
			this.cmdColonizar.Name = "cmdColonizar";
			this.cmdColonizar.UseUnderline = true;
			this.cmdColonizar.Label = global::Mono.Unix.Catalog.GetString ("_Colonizar");
			this.hbuttonbox2.Add (this.cmdColonizar);
			global::Gtk.ButtonBox.ButtonBoxChild w27 = ((global::Gtk.ButtonBox.ButtonBoxChild)(this.hbuttonbox2 [this.cmdColonizar]));
			w27.Expand = false;
			w27.Fill = false;
			this.hbox4.Add (this.hbuttonbox2);
			global::Gtk.Box.BoxChild w28 = ((global::Gtk.Box.BoxChild)(this.hbox4 [this.hbuttonbox2]));
			w28.PackType = ((global::Gtk.PackType)(1));
			w28.Position = 2;
			this.notebook1.Add (this.hbox4);
			global::Gtk.Notebook.NotebookChild w29 = ((global::Gtk.Notebook.NotebookChild)(this.notebook1 [this.hbox4]));
			w29.Position = 2;
			// Notebook tab
			this.label3 = new global::Gtk.Label ();
			this.label3.Name = "label3";
			this.label3.LabelProp = global::Mono.Unix.Catalog.GetString ("Armadas");
			this.notebook1.SetTabLabel (this.hbox4, this.label3);
			this.label3.ShowAll ();
			this.vbox1.Add (this.notebook1);
			global::Gtk.Box.BoxChild w30 = ((global::Gtk.Box.BoxChild)(this.vbox1 [this.notebook1]));
			w30.Position = 0;
			// Container child vbox1.Gtk.Box+BoxChild
			this.statusbar = new global::Gtk.Statusbar ();
			this.statusbar.Name = "statusbar";
			this.statusbar.Spacing = 6;
			// Container child statusbar.Gtk.Box+BoxChild
			this.Mens = new global::gtk.MensView ();
			this.Mens.Events = ((global::Gdk.EventMask)(256));
			this.Mens.Name = "Mens";
			this.statusbar.Add (this.Mens);
			global::Gtk.Box.BoxChild w31 = ((global::Gtk.Box.BoxChild)(this.statusbar [this.Mens]));
			w31.Position = 1;
			w31.Expand = false;
			w31.Fill = false;
			// Container child statusbar.Gtk.Box+BoxChild
			this.cmdActualiza = new global::Gtk.Button ();
			this.cmdActualiza.CanFocus = true;
			this.cmdActualiza.Name = "cmdActualiza";
			this.cmdActualiza.UseUnderline = true;
			this.cmdActualiza.Label = global::Mono.Unix.Catalog.GetString ("Actualiza");
			this.statusbar.Add (this.cmdActualiza);
			global::Gtk.Box.BoxChild w32 = ((global::Gtk.Box.BoxChild)(this.statusbar [this.cmdActualiza]));
			w32.PackType = ((global::Gtk.PackType)(1));
			w32.Position = 2;
			w32.Expand = false;
			w32.Fill = false;
			this.vbox1.Add (this.statusbar);
			global::Gtk.Box.BoxChild w33 = ((global::Gtk.Box.BoxChild)(this.vbox1 [this.statusbar]));
			w33.Position = 1;
			w33.Expand = false;
			w33.Fill = false;
			this.Add (this.vbox1);
			if ((this.Child != null)) {
				this.Child.ShowAll ();
			}
			this.DefaultWidth = 1002;
			this.DefaultHeight = 300;
			this.Show ();
			this.notebook1.SwitchPage += new global::Gtk.SwitchPageHandler (this.OnNotebook1SwitchPage);
			this.cmdIrCiudad.Activated += new global::System.EventHandler (this.OnCmdIrActivated);
			this.cmdIrCiudad.Clicked += new global::System.EventHandler (this.OnCmdIrActivated);
			this.nvInvestigando.CursorChanged += new global::System.EventHandler (this.OnNvInvestigandoCursorChanged);
			this.ArmadaSelector.onSelectionChanged += new global::System.EventHandler (this.OnArmadaSelectoronSelectionChanged);
			this.cmdIrA.Clicked += new global::System.EventHandler (this.OnCmdIrAClicked);
			this.cmdIrA.Activated += new global::System.EventHandler (this.OnCmdIrAClicked);
			this.cmdColonizar.Clicked += new global::System.EventHandler (this.OnCmdColonizarClicked);
			this.cmdColonizar.Activated += new global::System.EventHandler (this.OnCmdColonizarClicked);
			this.cmdActualiza.Clicked += new global::System.EventHandler (this.OnCmdActualizaClicked);
			this.cmdActualiza.Activated += new global::System.EventHandler (this.OnCmdActualizaClicked);
		}
Exemplo n.º 37
0
 protected virtual void Build()
 {
     global::Stetic.Gui.Initialize (this);
     // Widget LynnaLab.AreaEditor
     global::Stetic.BinContainer.Attach (this);
     this.Name = "LynnaLab.AreaEditor";
     // Container child LynnaLab.AreaEditor.Gtk.Container+ContainerChild
     this.vbox2 = new global::Gtk.VBox ();
     this.vbox2.Name = "vbox2";
     this.vbox2.Spacing = 6;
     // Container child vbox2.Gtk.Box+BoxChild
     this.hbox2 = new global::Gtk.HBox ();
     this.hbox2.Name = "hbox2";
     this.hbox2.Spacing = 6;
     // Container child hbox2.Gtk.Box+BoxChild
     this.label7 = new global::Gtk.Label ();
     this.label7.Name = "label7";
     this.label7.LabelProp = global::Mono.Unix.Catalog.GetString ("Area");
     this.hbox2.Add (this.label7);
     global::Gtk.Box.BoxChild w1 = ((global::Gtk.Box.BoxChild)(this.hbox2 [this.label7]));
     w1.Position = 0;
     w1.Expand = false;
     w1.Fill = false;
     // Container child hbox2.Gtk.Box+BoxChild
     this.areaSpinButton = new global::LynnaLab.SpinButtonHexadecimal ();
     this.areaSpinButton.CanFocus = true;
     this.areaSpinButton.Name = "areaSpinButton";
     this.areaSpinButton.Adjustment.Upper = 255;
     this.areaSpinButton.Adjustment.PageIncrement = 10;
     this.areaSpinButton.Adjustment.StepIncrement = 1;
     this.areaSpinButton.ClimbRate = 1;
     this.areaSpinButton.Digits = ((uint)(2));
     this.areaSpinButton.Numeric = true;
     this.hbox2.Add (this.areaSpinButton);
     global::Gtk.Box.BoxChild w2 = ((global::Gtk.Box.BoxChild)(this.hbox2 [this.areaSpinButton]));
     w2.Position = 1;
     w2.Expand = false;
     w2.Fill = false;
     this.vbox2.Add (this.hbox2);
     global::Gtk.Box.BoxChild w3 = ((global::Gtk.Box.BoxChild)(this.vbox2 [this.hbox2]));
     w3.Position = 0;
     w3.Expand = false;
     w3.Fill = false;
     // Container child vbox2.Gtk.Box+BoxChild
     this.frame2 = new global::Gtk.Frame ();
     this.frame2.Name = "frame2";
     // Container child frame2.Gtk.Container+ContainerChild
     this.GtkAlignment = new global::Gtk.Alignment (0F, 0F, 1F, 1F);
     this.GtkAlignment.Name = "GtkAlignment";
     this.GtkAlignment.LeftPadding = ((uint)(12));
     // Container child GtkAlignment.Gtk.Container+ContainerChild
     this.hbox1 = new global::Gtk.HBox ();
     this.hbox1.Name = "hbox1";
     this.hbox1.Spacing = 6;
     // Container child hbox1.Gtk.Box+BoxChild
     this.table2 = new global::Gtk.Table (((uint)(8)), ((uint)(2)), false);
     this.table2.Name = "table2";
     this.table2.RowSpacing = ((uint)(6));
     this.table2.ColumnSpacing = ((uint)(6));
     // Container child table2.Gtk.Table+TableChild
     this.animationsSpinButton = new global::LynnaLab.SpinButtonHexadecimal ();
     this.animationsSpinButton.CanFocus = true;
     this.animationsSpinButton.Name = "animationsSpinButton";
     this.animationsSpinButton.Adjustment.Upper = 100;
     this.animationsSpinButton.Adjustment.PageIncrement = 10;
     this.animationsSpinButton.Adjustment.StepIncrement = 1;
     this.animationsSpinButton.ClimbRate = 1;
     this.animationsSpinButton.Digits = ((uint)(2));
     this.animationsSpinButton.Numeric = true;
     this.table2.Add (this.animationsSpinButton);
     global::Gtk.Table.TableChild w4 = ((global::Gtk.Table.TableChild)(this.table2 [this.animationsSpinButton]));
     w4.TopAttach = ((uint)(7));
     w4.BottomAttach = ((uint)(8));
     w4.LeftAttach = ((uint)(1));
     w4.RightAttach = ((uint)(2));
     w4.XOptions = ((global::Gtk.AttachOptions)(4));
     w4.YOptions = ((global::Gtk.AttachOptions)(4));
     // Container child table2.Gtk.Table+TableChild
     this.flags1SpinButton = new global::LynnaLab.SpinButtonHexadecimal ();
     this.flags1SpinButton.CanFocus = true;
     this.flags1SpinButton.Name = "flags1SpinButton";
     this.flags1SpinButton.Adjustment.Upper = 255;
     this.flags1SpinButton.Adjustment.PageIncrement = 10;
     this.flags1SpinButton.Adjustment.StepIncrement = 1;
     this.flags1SpinButton.ClimbRate = 1;
     this.flags1SpinButton.Digits = ((uint)(2));
     this.flags1SpinButton.Numeric = true;
     this.table2.Add (this.flags1SpinButton);
     global::Gtk.Table.TableChild w5 = ((global::Gtk.Table.TableChild)(this.table2 [this.flags1SpinButton]));
     w5.LeftAttach = ((uint)(1));
     w5.RightAttach = ((uint)(2));
     w5.XOptions = ((global::Gtk.AttachOptions)(4));
     w5.YOptions = ((global::Gtk.AttachOptions)(4));
     // Container child table2.Gtk.Table+TableChild
     this.flags2SpinButton = new global::LynnaLab.SpinButtonHexadecimal ();
     this.flags2SpinButton.CanFocus = true;
     this.flags2SpinButton.Name = "flags2SpinButton";
     this.flags2SpinButton.Adjustment.Upper = 255;
     this.flags2SpinButton.Adjustment.PageIncrement = 10;
     this.flags2SpinButton.Adjustment.StepIncrement = 1;
     this.flags2SpinButton.ClimbRate = 1;
     this.flags2SpinButton.Digits = ((uint)(2));
     this.flags2SpinButton.Numeric = true;
     this.table2.Add (this.flags2SpinButton);
     global::Gtk.Table.TableChild w6 = ((global::Gtk.Table.TableChild)(this.table2 [this.flags2SpinButton]));
     w6.TopAttach = ((uint)(1));
     w6.BottomAttach = ((uint)(2));
     w6.LeftAttach = ((uint)(1));
     w6.RightAttach = ((uint)(2));
     w6.XOptions = ((global::Gtk.AttachOptions)(4));
     w6.YOptions = ((global::Gtk.AttachOptions)(4));
     // Container child table2.Gtk.Table+TableChild
     this.label1 = new global::Gtk.Label ();
     this.label1.Name = "label1";
     this.label1.LabelProp = global::Mono.Unix.Catalog.GetString ("Main Gfx");
     this.table2.Add (this.label1);
     global::Gtk.Table.TableChild w7 = ((global::Gtk.Table.TableChild)(this.table2 [this.label1]));
     w7.TopAttach = ((uint)(3));
     w7.BottomAttach = ((uint)(4));
     w7.XOptions = ((global::Gtk.AttachOptions)(4));
     w7.YOptions = ((global::Gtk.AttachOptions)(4));
     // Container child table2.Gtk.Table+TableChild
     this.label2 = new global::Gtk.Label ();
     this.label2.Name = "label2";
     this.label2.LabelProp = global::Mono.Unix.Catalog.GetString ("Palettes");
     this.table2.Add (this.label2);
     global::Gtk.Table.TableChild w8 = ((global::Gtk.Table.TableChild)(this.table2 [this.label2]));
     w8.TopAttach = ((uint)(4));
     w8.BottomAttach = ((uint)(5));
     w8.XOptions = ((global::Gtk.AttachOptions)(4));
     w8.YOptions = ((global::Gtk.AttachOptions)(4));
     // Container child table2.Gtk.Table+TableChild
     this.label3 = new global::Gtk.Label ();
     this.label3.Name = "label3";
     this.label3.LabelProp = global::Mono.Unix.Catalog.GetString ("Tileset");
     this.table2.Add (this.label3);
     global::Gtk.Table.TableChild w9 = ((global::Gtk.Table.TableChild)(this.table2 [this.label3]));
     w9.TopAttach = ((uint)(5));
     w9.BottomAttach = ((uint)(6));
     w9.XOptions = ((global::Gtk.AttachOptions)(4));
     w9.YOptions = ((global::Gtk.AttachOptions)(4));
     // Container child table2.Gtk.Table+TableChild
     this.label4 = new global::Gtk.Label ();
     this.label4.Name = "label4";
     this.label4.LabelProp = global::Mono.Unix.Catalog.GetString ("Flags 1");
     this.table2.Add (this.label4);
     global::Gtk.Table.TableChild w10 = ((global::Gtk.Table.TableChild)(this.table2 [this.label4]));
     w10.XOptions = ((global::Gtk.AttachOptions)(4));
     w10.YOptions = ((global::Gtk.AttachOptions)(4));
     // Container child table2.Gtk.Table+TableChild
     this.label5 = new global::Gtk.Label ();
     this.label5.Name = "label5";
     this.label5.LabelProp = global::Mono.Unix.Catalog.GetString ("Flags 2");
     this.table2.Add (this.label5);
     global::Gtk.Table.TableChild w11 = ((global::Gtk.Table.TableChild)(this.table2 [this.label5]));
     w11.TopAttach = ((uint)(1));
     w11.BottomAttach = ((uint)(2));
     w11.XOptions = ((global::Gtk.AttachOptions)(4));
     w11.YOptions = ((global::Gtk.AttachOptions)(4));
     // Container child table2.Gtk.Table+TableChild
     this.label6 = new global::Gtk.Label ();
     this.label6.Name = "label6";
     this.label6.LabelProp = global::Mono.Unix.Catalog.GetString ("Unique Gfx");
     this.table2.Add (this.label6);
     global::Gtk.Table.TableChild w12 = ((global::Gtk.Table.TableChild)(this.table2 [this.label6]));
     w12.TopAttach = ((uint)(2));
     w12.BottomAttach = ((uint)(3));
     w12.XOptions = ((global::Gtk.AttachOptions)(4));
     w12.YOptions = ((global::Gtk.AttachOptions)(4));
     // Container child table2.Gtk.Table+TableChild
     this.label8 = new global::Gtk.Label ();
     this.label8.Name = "label8";
     this.label8.LabelProp = global::Mono.Unix.Catalog.GetString ("Layout Group");
     this.table2.Add (this.label8);
     global::Gtk.Table.TableChild w13 = ((global::Gtk.Table.TableChild)(this.table2 [this.label8]));
     w13.TopAttach = ((uint)(6));
     w13.BottomAttach = ((uint)(7));
     w13.XOptions = ((global::Gtk.AttachOptions)(4));
     w13.YOptions = ((global::Gtk.AttachOptions)(4));
     // Container child table2.Gtk.Table+TableChild
     this.label9 = new global::Gtk.Label ();
     this.label9.Name = "label9";
     this.label9.LabelProp = global::Mono.Unix.Catalog.GetString ("Animations");
     this.table2.Add (this.label9);
     global::Gtk.Table.TableChild w14 = ((global::Gtk.Table.TableChild)(this.table2 [this.label9]));
     w14.TopAttach = ((uint)(7));
     w14.BottomAttach = ((uint)(8));
     w14.XOptions = ((global::Gtk.AttachOptions)(4));
     w14.YOptions = ((global::Gtk.AttachOptions)(4));
     // Container child table2.Gtk.Table+TableChild
     this.layoutGroupSpinButton = new global::LynnaLab.SpinButtonHexadecimal ();
     this.layoutGroupSpinButton.CanFocus = true;
     this.layoutGroupSpinButton.Name = "layoutGroupSpinButton";
     this.layoutGroupSpinButton.Adjustment.Upper = 100;
     this.layoutGroupSpinButton.Adjustment.PageIncrement = 10;
     this.layoutGroupSpinButton.Adjustment.StepIncrement = 1;
     this.layoutGroupSpinButton.ClimbRate = 1;
     this.layoutGroupSpinButton.Digits = ((uint)(2));
     this.layoutGroupSpinButton.Numeric = true;
     this.table2.Add (this.layoutGroupSpinButton);
     global::Gtk.Table.TableChild w15 = ((global::Gtk.Table.TableChild)(this.table2 [this.layoutGroupSpinButton]));
     w15.TopAttach = ((uint)(6));
     w15.BottomAttach = ((uint)(7));
     w15.LeftAttach = ((uint)(1));
     w15.RightAttach = ((uint)(2));
     w15.XOptions = ((global::Gtk.AttachOptions)(4));
     w15.YOptions = ((global::Gtk.AttachOptions)(4));
     // Container child table2.Gtk.Table+TableChild
     this.mainGfxComboBox = new global::LynnaLab.ComboBoxFromConstants ();
     this.mainGfxComboBox.Events = ((global::Gdk.EventMask)(256));
     this.mainGfxComboBox.Name = "mainGfxComboBox";
     this.mainGfxComboBox.Active = 0;
     this.mainGfxComboBox.ActiveValue = 0;
     this.table2.Add (this.mainGfxComboBox);
     global::Gtk.Table.TableChild w16 = ((global::Gtk.Table.TableChild)(this.table2 [this.mainGfxComboBox]));
     w16.TopAttach = ((uint)(3));
     w16.BottomAttach = ((uint)(4));
     w16.LeftAttach = ((uint)(1));
     w16.RightAttach = ((uint)(2));
     w16.XOptions = ((global::Gtk.AttachOptions)(4));
     w16.YOptions = ((global::Gtk.AttachOptions)(4));
     // Container child table2.Gtk.Table+TableChild
     this.palettesComboBox = new global::LynnaLab.ComboBoxFromConstants ();
     this.palettesComboBox.Events = ((global::Gdk.EventMask)(256));
     this.palettesComboBox.Name = "palettesComboBox";
     this.palettesComboBox.Active = 0;
     this.palettesComboBox.ActiveValue = 0;
     this.table2.Add (this.palettesComboBox);
     global::Gtk.Table.TableChild w17 = ((global::Gtk.Table.TableChild)(this.table2 [this.palettesComboBox]));
     w17.TopAttach = ((uint)(4));
     w17.BottomAttach = ((uint)(5));
     w17.LeftAttach = ((uint)(1));
     w17.RightAttach = ((uint)(2));
     w17.XOptions = ((global::Gtk.AttachOptions)(4));
     w17.YOptions = ((global::Gtk.AttachOptions)(4));
     // Container child table2.Gtk.Table+TableChild
     this.tilesetSpinButton = new global::LynnaLab.SpinButtonHexadecimal ();
     this.tilesetSpinButton.CanFocus = true;
     this.tilesetSpinButton.Name = "tilesetSpinButton";
     this.tilesetSpinButton.Adjustment.Upper = 100;
     this.tilesetSpinButton.Adjustment.PageIncrement = 10;
     this.tilesetSpinButton.Adjustment.StepIncrement = 1;
     this.tilesetSpinButton.ClimbRate = 1;
     this.tilesetSpinButton.Digits = ((uint)(2));
     this.tilesetSpinButton.Numeric = true;
     this.table2.Add (this.tilesetSpinButton);
     global::Gtk.Table.TableChild w18 = ((global::Gtk.Table.TableChild)(this.table2 [this.tilesetSpinButton]));
     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 table2.Gtk.Table+TableChild
     this.uniqueGfxComboBox = new global::LynnaLab.ComboBoxFromConstants ();
     this.uniqueGfxComboBox.Events = ((global::Gdk.EventMask)(256));
     this.uniqueGfxComboBox.Name = "uniqueGfxComboBox";
     this.uniqueGfxComboBox.Active = 0;
     this.uniqueGfxComboBox.ActiveValue = 0;
     this.table2.Add (this.uniqueGfxComboBox);
     global::Gtk.Table.TableChild w19 = ((global::Gtk.Table.TableChild)(this.table2 [this.uniqueGfxComboBox]));
     w19.TopAttach = ((uint)(2));
     w19.BottomAttach = ((uint)(3));
     w19.LeftAttach = ((uint)(1));
     w19.RightAttach = ((uint)(2));
     w19.XOptions = ((global::Gtk.AttachOptions)(4));
     w19.YOptions = ((global::Gtk.AttachOptions)(4));
     this.hbox1.Add (this.table2);
     global::Gtk.Box.BoxChild w20 = ((global::Gtk.Box.BoxChild)(this.hbox1 [this.table2]));
     w20.Position = 0;
     w20.Expand = false;
     w20.Fill = false;
     // Container child hbox1.Gtk.Box+BoxChild
     this.vbox1 = new global::Gtk.VBox ();
     this.vbox1.Name = "vbox1";
     this.vbox1.Spacing = 6;
     // Container child vbox1.Gtk.Box+BoxChild
     this.areaviewer1 = new global::LynnaLab.AreaViewer ();
     this.areaviewer1.WidthRequest = 256;
     this.areaviewer1.HeightRequest = 256;
     this.areaviewer1.Name = "areaviewer1";
     this.vbox1.Add (this.areaviewer1);
     global::Gtk.Box.BoxChild w21 = ((global::Gtk.Box.BoxChild)(this.vbox1 [this.areaviewer1]));
     w21.Position = 0;
     w21.Expand = false;
     w21.Fill = false;
     this.hbox1.Add (this.vbox1);
     global::Gtk.Box.BoxChild w22 = ((global::Gtk.Box.BoxChild)(this.hbox1 [this.vbox1]));
     w22.Position = 1;
     w22.Expand = false;
     w22.Fill = false;
     // Container child hbox1.Gtk.Box+BoxChild
     this.frame1 = new global::Gtk.Frame ();
     this.frame1.Name = "frame1";
     // Container child frame1.Gtk.Container+ContainerChild
     this.GtkAlignment1 = new global::Gtk.Alignment (0F, 0F, 1F, 1F);
     this.GtkAlignment1.Name = "GtkAlignment1";
     this.GtkAlignment1.LeftPadding = ((uint)(12));
     // Container child GtkAlignment1.Gtk.Container+ContainerChild
     this.vbox3 = new global::Gtk.VBox ();
     this.vbox3.Name = "vbox3";
     this.vbox3.Spacing = 6;
     // Container child vbox3.Gtk.Box+BoxChild
     this.subTileContainer = new global::Gtk.Alignment (0.5F, 0.5F, 0F, 0F);
     this.subTileContainer.Name = "subTileContainer";
     this.vbox3.Add (this.subTileContainer);
     global::Gtk.Box.BoxChild w23 = ((global::Gtk.Box.BoxChild)(this.vbox3 [this.subTileContainer]));
     w23.Position = 0;
     this.GtkAlignment1.Add (this.vbox3);
     this.frame1.Add (this.GtkAlignment1);
     this.GtkLabel2 = new global::Gtk.Label ();
     this.GtkLabel2.Name = "GtkLabel2";
     this.GtkLabel2.LabelProp = global::Mono.Unix.Catalog.GetString ("Tile Properties");
     this.GtkLabel2.UseMarkup = true;
     this.frame1.LabelWidget = this.GtkLabel2;
     this.hbox1.Add (this.frame1);
     global::Gtk.Box.BoxChild w26 = ((global::Gtk.Box.BoxChild)(this.hbox1 [this.frame1]));
     w26.Position = 2;
     w26.Expand = false;
     w26.Fill = false;
     // Container child hbox1.Gtk.Box+BoxChild
     this.subTileGfxContainer = new global::Gtk.Alignment (0.5F, 0.5F, 1F, 1F);
     this.subTileGfxContainer.WidthRequest = 256;
     this.subTileGfxContainer.HeightRequest = 256;
     this.subTileGfxContainer.Name = "subTileGfxContainer";
     this.hbox1.Add (this.subTileGfxContainer);
     global::Gtk.Box.BoxChild w27 = ((global::Gtk.Box.BoxChild)(this.hbox1 [this.subTileGfxContainer]));
     w27.Position = 3;
     this.GtkAlignment.Add (this.hbox1);
     this.frame2.Add (this.GtkAlignment);
     this.GtkLabel1 = new global::Gtk.Label ();
     this.GtkLabel1.Name = "GtkLabel1";
     this.GtkLabel1.UseMarkup = true;
     this.frame2.LabelWidget = this.GtkLabel1;
     this.vbox2.Add (this.frame2);
     global::Gtk.Box.BoxChild w30 = ((global::Gtk.Box.BoxChild)(this.vbox2 [this.frame2]));
     w30.Position = 1;
     w30.Expand = false;
     w30.Fill = false;
     // Container child vbox2.Gtk.Box+BoxChild
     this.alignment1 = new global::Gtk.Alignment (0.5F, 0.5F, 0.01F, 1F);
     // Container child alignment1.Gtk.Container+ContainerChild
     this.okButton = new global::Gtk.Button ();
     this.okButton.CanFocus = true;
     this.okButton.Name = "okButton";
     this.okButton.UseStock = true;
     this.okButton.UseUnderline = true;
     this.okButton.Label = "gtk-ok";
     this.alignment1.Add (this.okButton);
     this.vbox2.Add (this.alignment1);
     global::Gtk.Box.BoxChild w32 = ((global::Gtk.Box.BoxChild)(this.vbox2 [this.alignment1]));
     w32.PackType = ((global::Gtk.PackType)(1));
     w32.Position = 2;
     w32.Expand = false;
     w32.Fill = false;
     this.Add (this.vbox2);
     if ((this.Child != null)) {
         this.Child.ShowAll ();
     }
     this.Hide ();
     this.areaSpinButton.ValueChanged += new global::System.EventHandler (this.OnAreaSpinButtonValueChanged);
     this.uniqueGfxComboBox.Changed += new global::System.EventHandler (this.OnUniqueGfxComboBoxChanged);
     this.tilesetSpinButton.ValueChanged += new global::System.EventHandler (this.OnTilesetSpinButtonValueChanged);
     this.palettesComboBox.Changed += new global::System.EventHandler (this.OnPalettesComboBoxChanged);
     this.mainGfxComboBox.Changed += new global::System.EventHandler (this.OnMainGfxComboBoxChanged);
     this.layoutGroupSpinButton.ValueChanged += new global::System.EventHandler (this.OnLayoutGroupSpinButtonValueChanged);
     this.flags2SpinButton.ValueChanged += new global::System.EventHandler (this.OnFlags2SpinButtonValueChanged);
     this.flags1SpinButton.ValueChanged += new global::System.EventHandler (this.OnFlags1SpinButtonValueChanged);
     this.animationsSpinButton.ValueChanged += new global::System.EventHandler (this.OnAnimationsSpinButtonValueChanged);
     this.okButton.Clicked += new global::System.EventHandler (this.OnOkButtonClicked);
 }
 protected virtual void Build()
 {
     global::Stetic.Gui.Initialize(this);
     // Widget MonoDevelop.FSharp.Gui.FSharpSettingsWidget
     global::Stetic.BinContainer.Attach(this);
     this.Name = "MonoDevelop.FSharp.Gui.FSharpSettingsWidget";
     // Container child MonoDevelop.FSharp.Gui.FSharpSettingsWidget.Gtk.Container+ContainerChild
     this.vbox1         = new global::Gtk.VBox();
     this.vbox1.Name    = "vbox1";
     this.vbox1.Spacing = 6;
     // Container child vbox1.Gtk.Box+BoxChild
     this.hbox2         = new global::Gtk.HBox();
     this.hbox2.Name    = "hbox2";
     this.hbox2.Spacing = 6;
     // Container child hbox2.Gtk.Box+BoxChild
     this.label4           = new global::Gtk.Label();
     this.label4.Name      = "label4";
     this.label4.LabelProp = global::Mono.Unix.Catalog.GetString("<b>F# Interactive</b>");
     this.label4.UseMarkup = true;
     this.hbox2.Add(this.label4);
     global::Gtk.Box.BoxChild w1 = ((global::Gtk.Box.BoxChild)(this.hbox2 [this.label4]));
     w1.Position = 0;
     w1.Expand   = false;
     w1.Fill     = false;
     // Container child hbox2.Gtk.Box+BoxChild
     this.checkInteractiveUseDefault               = new global::Gtk.CheckButton();
     this.checkInteractiveUseDefault.CanFocus      = true;
     this.checkInteractiveUseDefault.Name          = "checkInteractiveUseDefault";
     this.checkInteractiveUseDefault.Label         = global::Mono.Unix.Catalog.GetString("Use Default");
     this.checkInteractiveUseDefault.Active        = true;
     this.checkInteractiveUseDefault.DrawIndicator = true;
     this.checkInteractiveUseDefault.UseUnderline  = true;
     this.hbox2.Add(this.checkInteractiveUseDefault);
     global::Gtk.Box.BoxChild w2 = ((global::Gtk.Box.BoxChild)(this.hbox2 [this.checkInteractiveUseDefault]));
     w2.Position = 1;
     this.vbox1.Add(this.hbox2);
     global::Gtk.Box.BoxChild w3 = ((global::Gtk.Box.BoxChild)(this.vbox1 [this.hbox2]));
     w3.Position = 0;
     w3.Expand   = false;
     w3.Fill     = false;
     // Container child vbox1.Gtk.Box+BoxChild
     this.table5               = new global::Gtk.Table(((uint)(2)), ((uint)(3)), false);
     this.table5.Name          = "table5";
     this.table5.RowSpacing    = ((uint)(6));
     this.table5.ColumnSpacing = ((uint)(6));
     // Container child table5.Gtk.Table+TableChild
     this.buttonBrowse              = new global::Gtk.Button();
     this.buttonBrowse.CanFocus     = true;
     this.buttonBrowse.Name         = "buttonBrowse";
     this.buttonBrowse.UseUnderline = true;
     this.buttonBrowse.Label        = global::Mono.Unix.Catalog.GetString("_Browse...");
     this.table5.Add(this.buttonBrowse);
     global::Gtk.Table.TableChild w4 = ((global::Gtk.Table.TableChild)(this.table5 [this.buttonBrowse]));
     w4.LeftAttach  = ((uint)(2));
     w4.RightAttach = ((uint)(3));
     w4.XPadding    = ((uint)(8));
     w4.XOptions    = ((global::Gtk.AttachOptions)(4));
     w4.YOptions    = ((global::Gtk.AttachOptions)(0));
     // Container child table5.Gtk.Table+TableChild
     this.entryArguments               = new global::Gtk.Entry();
     this.entryArguments.CanFocus      = true;
     this.entryArguments.Name          = "entryArguments";
     this.entryArguments.IsEditable    = true;
     this.entryArguments.InvisibleChar = '●';
     this.table5.Add(this.entryArguments);
     global::Gtk.Table.TableChild w5 = ((global::Gtk.Table.TableChild)(this.table5 [this.entryArguments]));
     w5.TopAttach    = ((uint)(1));
     w5.BottomAttach = ((uint)(2));
     w5.LeftAttach   = ((uint)(1));
     w5.RightAttach  = ((uint)(2));
     w5.YOptions     = ((global::Gtk.AttachOptions)(0));
     // Container child table5.Gtk.Table+TableChild
     this.entryPath               = new global::Gtk.Entry();
     this.entryPath.CanFocus      = true;
     this.entryPath.Name          = "entryPath";
     this.entryPath.IsEditable    = true;
     this.entryPath.InvisibleChar = '●';
     this.table5.Add(this.entryPath);
     global::Gtk.Table.TableChild w6 = ((global::Gtk.Table.TableChild)(this.table5 [this.entryPath]));
     w6.LeftAttach  = ((uint)(1));
     w6.RightAttach = ((uint)(2));
     w6.XOptions    = ((global::Gtk.AttachOptions)(4));
     w6.YOptions    = ((global::Gtk.AttachOptions)(0));
     // Container child table5.Gtk.Table+TableChild
     this.GtkLabel4           = new global::Gtk.Label();
     this.GtkLabel4.Name      = "GtkLabel4";
     this.GtkLabel4.Xalign    = 0F;
     this.GtkLabel4.LabelProp = global::Mono.Unix.Catalog.GetString("Path");
     this.GtkLabel4.UseMarkup = true;
     this.table5.Add(this.GtkLabel4);
     global::Gtk.Table.TableChild w7 = ((global::Gtk.Table.TableChild)(this.table5 [this.GtkLabel4]));
     w7.XPadding = ((uint)(8));
     w7.XOptions = ((global::Gtk.AttachOptions)(4));
     w7.YOptions = ((global::Gtk.AttachOptions)(4));
     // Container child table5.Gtk.Table+TableChild
     this.GtkLabel6           = new global::Gtk.Label();
     this.GtkLabel6.Name      = "GtkLabel6";
     this.GtkLabel6.Xalign    = 0F;
     this.GtkLabel6.LabelProp = global::Mono.Unix.Catalog.GetString("Options");
     this.GtkLabel6.UseMarkup = true;
     this.table5.Add(this.GtkLabel6);
     global::Gtk.Table.TableChild w8 = ((global::Gtk.Table.TableChild)(this.table5 [this.GtkLabel6]));
     w8.TopAttach    = ((uint)(1));
     w8.BottomAttach = ((uint)(2));
     w8.XPadding     = ((uint)(8));
     w8.XOptions     = ((global::Gtk.AttachOptions)(4));
     w8.YOptions     = ((global::Gtk.AttachOptions)(0));
     this.vbox1.Add(this.table5);
     global::Gtk.Box.BoxChild w9 = ((global::Gtk.Box.BoxChild)(this.vbox1 [this.table5]));
     w9.Position = 1;
     w9.Expand   = false;
     w9.Fill     = false;
     // Container child vbox1.Gtk.Box+BoxChild
     this.advanceToNextLineCheckbox = new global::Gtk.CheckButton();
     this.advanceToNextLineCheckbox.TooltipMarkup = "When sending a line or an empty selection to F# interactive this property automatically advances to the next line.";
     this.advanceToNextLineCheckbox.CanFocus      = true;
     this.advanceToNextLineCheckbox.Name          = "advanceToNextLineCheckbox";
     this.advanceToNextLineCheckbox.Label         = global::Mono.Unix.Catalog.GetString("Advance to next line");
     this.advanceToNextLineCheckbox.Active        = true;
     this.advanceToNextLineCheckbox.DrawIndicator = true;
     this.advanceToNextLineCheckbox.UseUnderline  = true;
     this.vbox1.Add(this.advanceToNextLineCheckbox);
     global::Gtk.Box.BoxChild w10 = ((global::Gtk.Box.BoxChild)(this.vbox1 [this.advanceToNextLineCheckbox]));
     w10.Position = 2;
     w10.Expand   = false;
     w10.Fill     = false;
     // Container child vbox1.Gtk.Box+BoxChild
     this.hseparator4      = new global::Gtk.HSeparator();
     this.hseparator4.Name = "hseparator4";
     this.vbox1.Add(this.hseparator4);
     global::Gtk.Box.BoxChild w11 = ((global::Gtk.Box.BoxChild)(this.vbox1 [this.hseparator4]));
     w11.Position = 3;
     w11.Expand   = false;
     w11.Fill     = false;
     // Container child vbox1.Gtk.Box+BoxChild
     this.vbox4         = new global::Gtk.VBox();
     this.vbox4.Name    = "vbox4";
     this.vbox4.Spacing = 6;
     // Container child vbox4.Gtk.Box+BoxChild
     this.label1           = new global::Gtk.Label();
     this.label1.Name      = "label1";
     this.label1.Xalign    = 0F;
     this.label1.LabelProp = global::Mono.Unix.Catalog.GetString("<b>FSI Appearance</b>");
     this.label1.UseMarkup = true;
     this.vbox4.Add(this.label1);
     global::Gtk.Box.BoxChild w12 = ((global::Gtk.Box.BoxChild)(this.vbox4 [this.label1]));
     w12.Position = 0;
     w12.Expand   = false;
     w12.Fill     = false;
     // Container child vbox4.Gtk.Box+BoxChild
     this.matchThemeCheckbox               = new global::Gtk.CheckButton();
     this.matchThemeCheckbox.CanFocus      = true;
     this.matchThemeCheckbox.Name          = "matchThemeCheckbox";
     this.matchThemeCheckbox.Label         = global::Mono.Unix.Catalog.GetString("Match with Theme");
     this.matchThemeCheckbox.Active        = true;
     this.matchThemeCheckbox.DrawIndicator = true;
     this.matchThemeCheckbox.UseUnderline  = true;
     this.vbox4.Add(this.matchThemeCheckbox);
     global::Gtk.Box.BoxChild w13 = ((global::Gtk.Box.BoxChild)(this.vbox4 [this.matchThemeCheckbox]));
     w13.Position = 1;
     w13.Expand   = false;
     w13.Fill     = false;
     // Container child vbox4.Gtk.Box+BoxChild
     this.hbox7      = new global::Gtk.HBox();
     this.hbox7.Name = "hbox7";
     // Container child hbox7.Gtk.Box+BoxChild
     this.label5           = new global::Gtk.Label();
     this.label5.Name      = "label5";
     this.label5.Xalign    = 0F;
     this.label5.LabelProp = global::Mono.Unix.Catalog.GetString("Base Color");
     this.hbox7.Add(this.label5);
     global::Gtk.Box.BoxChild w14 = ((global::Gtk.Box.BoxChild)(this.hbox7 [this.label5]));
     w14.Position = 0;
     w14.Expand   = false;
     w14.Fill     = false;
     w14.Padding  = ((uint)(8));
     // Container child hbox7.Gtk.Box+BoxChild
     this.baseColorButton          = new global::Gtk.ColorButton();
     this.baseColorButton.CanFocus = true;
     this.baseColorButton.Events   = ((global::Gdk.EventMask)(784));
     this.baseColorButton.Name     = "baseColorButton";
     this.hbox7.Add(this.baseColorButton);
     global::Gtk.Box.BoxChild w15 = ((global::Gtk.Box.BoxChild)(this.hbox7 [this.baseColorButton]));
     w15.Position = 1;
     w15.Expand   = false;
     w15.Fill     = false;
     w15.Padding  = ((uint)(8));
     // Container child hbox7.Gtk.Box+BoxChild
     this.label6           = new global::Gtk.Label();
     this.label6.Name      = "label6";
     this.label6.Xalign    = 0F;
     this.label6.LabelProp = global::Mono.Unix.Catalog.GetString("Text Color");
     this.hbox7.Add(this.label6);
     global::Gtk.Box.BoxChild w16 = ((global::Gtk.Box.BoxChild)(this.hbox7 [this.label6]));
     w16.Position = 2;
     w16.Expand   = false;
     w16.Fill     = false;
     w16.Padding  = ((uint)(8));
     // Container child hbox7.Gtk.Box+BoxChild
     this.textColorButton          = new global::Gtk.ColorButton();
     this.textColorButton.CanFocus = true;
     this.textColorButton.Events   = ((global::Gdk.EventMask)(784));
     this.textColorButton.Name     = "textColorButton";
     this.hbox7.Add(this.textColorButton);
     global::Gtk.Box.BoxChild w17 = ((global::Gtk.Box.BoxChild)(this.hbox7 [this.textColorButton]));
     w17.Position = 3;
     w17.Expand   = false;
     w17.Fill     = false;
     w17.Padding  = ((uint)(8));
     this.vbox4.Add(this.hbox7);
     global::Gtk.Box.BoxChild w18 = ((global::Gtk.Box.BoxChild)(this.vbox4 [this.hbox7]));
     w18.Position = 2;
     w18.Expand   = false;
     w18.Fill     = false;
     // Container child vbox4.Gtk.Box+BoxChild
     this.hbox9         = new global::Gtk.HBox();
     this.hbox9.Name    = "hbox9";
     this.hbox9.Spacing = 6;
     // Container child hbox9.Gtk.Box+BoxChild
     this.GtkLabel13           = new global::Gtk.Label();
     this.GtkLabel13.Name      = "GtkLabel13";
     this.GtkLabel13.LabelProp = global::Mono.Unix.Catalog.GetString("Interactive Pad Font");
     this.GtkLabel13.UseMarkup = true;
     this.hbox9.Add(this.GtkLabel13);
     global::Gtk.Box.BoxChild w19 = ((global::Gtk.Box.BoxChild)(this.hbox9 [this.GtkLabel13]));
     w19.Position = 0;
     w19.Expand   = false;
     w19.Fill     = false;
     w19.Padding  = ((uint)(8));
     // Container child hbox9.Gtk.Box+BoxChild
     this.fontbutton1          = new global::Gtk.FontButton();
     this.fontbutton1.CanFocus = true;
     this.fontbutton1.Name     = "fontbutton1";
     this.hbox9.Add(this.fontbutton1);
     global::Gtk.Box.BoxChild w20 = ((global::Gtk.Box.BoxChild)(this.hbox9 [this.fontbutton1]));
     w20.Position = 1;
     w20.Padding  = ((uint)(8));
     this.vbox4.Add(this.hbox9);
     global::Gtk.Box.BoxChild w21 = ((global::Gtk.Box.BoxChild)(this.vbox4 [this.hbox9]));
     w21.Position = 3;
     w21.Expand   = false;
     w21.Fill     = false;
     this.vbox1.Add(this.vbox4);
     global::Gtk.Box.BoxChild w22 = ((global::Gtk.Box.BoxChild)(this.vbox1 [this.vbox4]));
     w22.Position = 4;
     w22.Expand   = false;
     w22.Fill     = false;
     // Container child vbox1.Gtk.Box+BoxChild
     this.hseparator3      = new global::Gtk.HSeparator();
     this.hseparator3.Name = "hseparator3";
     this.vbox1.Add(this.hseparator3);
     global::Gtk.Box.BoxChild w23 = ((global::Gtk.Box.BoxChild)(this.vbox1 [this.hseparator3]));
     w23.Position = 5;
     w23.Expand   = false;
     w23.Fill     = false;
     // Container child vbox1.Gtk.Box+BoxChild
     this.hbox1         = new global::Gtk.HBox();
     this.hbox1.Name    = "hbox1";
     this.hbox1.Spacing = 6;
     // Container child hbox1.Gtk.Box+BoxChild
     this.label2 = new global::Gtk.Label();
     this.label2.TooltipMarkup = "This is only used when xbuild is not being used.";
     this.label2.Name          = "label2";
     this.label2.LabelProp     = global::Mono.Unix.Catalog.GetString("<b>F# Default Compiler</b>");
     this.label2.UseMarkup     = true;
     this.hbox1.Add(this.label2);
     global::Gtk.Box.BoxChild w24 = ((global::Gtk.Box.BoxChild)(this.hbox1 [this.label2]));
     w24.Position = 0;
     w24.Expand   = false;
     w24.Fill     = false;
     // Container child hbox1.Gtk.Box+BoxChild
     this.checkCompilerUseDefault               = new global::Gtk.CheckButton();
     this.checkCompilerUseDefault.CanFocus      = true;
     this.checkCompilerUseDefault.Name          = "checkCompilerUseDefault";
     this.checkCompilerUseDefault.Label         = global::Mono.Unix.Catalog.GetString("Use Default");
     this.checkCompilerUseDefault.Active        = true;
     this.checkCompilerUseDefault.DrawIndicator = true;
     this.checkCompilerUseDefault.UseUnderline  = true;
     this.hbox1.Add(this.checkCompilerUseDefault);
     global::Gtk.Box.BoxChild w25 = ((global::Gtk.Box.BoxChild)(this.hbox1 [this.checkCompilerUseDefault]));
     w25.Position = 1;
     this.vbox1.Add(this.hbox1);
     global::Gtk.Box.BoxChild w26 = ((global::Gtk.Box.BoxChild)(this.vbox1 [this.hbox1]));
     w26.Position = 6;
     w26.Expand   = false;
     w26.Fill     = false;
     // Container child vbox1.Gtk.Box+BoxChild
     this.frame1            = new global::Gtk.Frame();
     this.frame1.Name       = "frame1";
     this.frame1.ShadowType = ((global::Gtk.ShadowType)(0));
     // Container child frame1.Gtk.Container+ContainerChild
     this.table2               = new global::Gtk.Table(((uint)(1)), ((uint)(3)), false);
     this.table2.Name          = "table2";
     this.table2.RowSpacing    = ((uint)(6));
     this.table2.ColumnSpacing = ((uint)(6));
     // Container child table2.Gtk.Table+TableChild
     this.buttonCompilerBrowse              = new global::Gtk.Button();
     this.buttonCompilerBrowse.CanFocus     = true;
     this.buttonCompilerBrowse.Name         = "buttonCompilerBrowse";
     this.buttonCompilerBrowse.UseUnderline = true;
     this.buttonCompilerBrowse.Label        = global::Mono.Unix.Catalog.GetString("_Browse...");
     this.table2.Add(this.buttonCompilerBrowse);
     global::Gtk.Table.TableChild w27 = ((global::Gtk.Table.TableChild)(this.table2 [this.buttonCompilerBrowse]));
     w27.LeftAttach  = ((uint)(2));
     w27.RightAttach = ((uint)(3));
     w27.XPadding    = ((uint)(8));
     w27.XOptions    = ((global::Gtk.AttachOptions)(4));
     w27.YOptions    = ((global::Gtk.AttachOptions)(4));
     // Container child table2.Gtk.Table+TableChild
     this.entryCompilerPath               = new global::Gtk.Entry();
     this.entryCompilerPath.CanFocus      = true;
     this.entryCompilerPath.Name          = "entryCompilerPath";
     this.entryCompilerPath.IsEditable    = true;
     this.entryCompilerPath.InvisibleChar = '●';
     this.table2.Add(this.entryCompilerPath);
     global::Gtk.Table.TableChild w28 = ((global::Gtk.Table.TableChild)(this.table2 [this.entryCompilerPath]));
     w28.LeftAttach  = ((uint)(1));
     w28.RightAttach = ((uint)(2));
     w28.XPadding    = ((uint)(8));
     w28.YOptions    = ((global::Gtk.AttachOptions)(4));
     // Container child table2.Gtk.Table+TableChild
     this.label3           = new global::Gtk.Label();
     this.label3.Name      = "label3";
     this.label3.Xalign    = 0F;
     this.label3.LabelProp = global::Mono.Unix.Catalog.GetString("Path");
     this.table2.Add(this.label3);
     global::Gtk.Table.TableChild w29 = ((global::Gtk.Table.TableChild)(this.table2 [this.label3]));
     w29.XPadding = ((uint)(8));
     w29.XOptions = ((global::Gtk.AttachOptions)(4));
     w29.YOptions = ((global::Gtk.AttachOptions)(4));
     this.frame1.Add(this.table2);
     this.vbox1.Add(this.frame1);
     global::Gtk.Box.BoxChild w31 = ((global::Gtk.Box.BoxChild)(this.vbox1 [this.frame1]));
     w31.Position = 7;
     w31.Expand   = false;
     w31.Fill     = false;
     this.Add(this.vbox1);
     if ((this.Child != null))
     {
         this.Child.ShowAll();
     }
     this.Hide();
 }
Exemplo n.º 39
0
 protected virtual void Build()
 {
     global::Stetic.Gui.Initialize(this);
     // Widget MainWindow
     this.UIManager = new global::Gtk.UIManager();
     global::Gtk.ActionGroup w1 = new global::Gtk.ActionGroup("Default");
     this.PlikAction            = new global::Gtk.Action("PlikAction", global::Mono.Unix.Catalog.GetString("Plik"), null, null);
     this.PlikAction.ShortLabel = global::Mono.Unix.Catalog.GetString("Plik");
     w1.Add(this.PlikAction, null);
     this.ModelAction            = new global::Gtk.Action("ModelAction", global::Mono.Unix.Catalog.GetString("Model"), null, null);
     this.ModelAction.ShortLabel = global::Mono.Unix.Catalog.GetString("Model");
     w1.Add(this.ModelAction, null);
     this.TeksturaAction            = new global::Gtk.Action("TeksturaAction", global::Mono.Unix.Catalog.GetString("Tekstura"), null, null);
     this.TeksturaAction.ShortLabel = global::Mono.Unix.Catalog.GetString("Tekstura");
     w1.Add(this.TeksturaAction, null);
     this.ZastpAction            = new global::Gtk.Action("ZastpAction", global::Mono.Unix.Catalog.GetString("Zastąp..."), null, null);
     this.ZastpAction.ShortLabel = global::Mono.Unix.Catalog.GetString("Zastąp...");
     w1.Add(this.ZastpAction, null);
     this.WczytajNowyAction            = new global::Gtk.Action("WczytajNowyAction", global::Mono.Unix.Catalog.GetString("Wczytaj nowy..."), null, null);
     this.WczytajNowyAction.ShortLabel = global::Mono.Unix.Catalog.GetString("Wczytaj nowy...");
     w1.Add(this.WczytajNowyAction, null);
     this.WczytajAction            = new global::Gtk.Action("WczytajAction", global::Mono.Unix.Catalog.GetString("Wczytaj..."), null, null);
     this.WczytajAction.ShortLabel = global::Mono.Unix.Catalog.GetString("Wczytaj...");
     w1.Add(this.WczytajAction, null);
     this.PomocAction            = new global::Gtk.Action("PomocAction", global::Mono.Unix.Catalog.GetString("Pomoc"), null, null);
     this.PomocAction.ShortLabel = global::Mono.Unix.Catalog.GetString("Pomoc");
     w1.Add(this.PomocAction, null);
     this.SterowanieAction            = new global::Gtk.Action("SterowanieAction", global::Mono.Unix.Catalog.GetString("Sterowanie..."), null, null);
     this.SterowanieAction.ShortLabel = global::Mono.Unix.Catalog.GetString("Sterowanie...");
     w1.Add(this.SterowanieAction, null);
     this.UIManager.InsertActionGroup(w1, 0);
     this.AddAccelGroup(this.UIManager.AccelGroup);
     this.Name           = "MainWindow";
     this.Title          = global::Mono.Unix.Catalog.GetString("MainWindow");
     this.WindowPosition = ((global::Gtk.WindowPosition)(4));
     // Container child MainWindow.Gtk.Container+ContainerChild
     this.vbox1         = new global::Gtk.VBox();
     this.vbox1.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.UIManager.AddUiFromString(@"<ui><menubar name='menubarMain'><menu name='PlikAction' action='PlikAction'><menu name='ModelAction' action='ModelAction'><menuitem name='ZastpAction' action='ZastpAction'/><menuitem name='WczytajNowyAction' action='WczytajNowyAction'/></menu><menu name='TeksturaAction' action='TeksturaAction'><menuitem name='WczytajAction' action='WczytajAction'/></menu></menu><menu name='PomocAction' action='PomocAction'><menuitem name='SterowanieAction' action='SterowanieAction'/></menu></menubar></ui>");
     this.menubarMain      = ((global::Gtk.MenuBar)(this.UIManager.GetWidget("/menubarMain")));
     this.menubarMain.Name = "menubarMain";
     this.hbox1.Add(this.menubarMain);
     global::Gtk.Box.BoxChild w2 = ((global::Gtk.Box.BoxChild)(this.hbox1[this.menubarMain]));
     w2.Position = 0;
     w2.Expand   = false;
     w2.Fill     = false;
     // Container child hbox1.Gtk.Box+BoxChild
     this.labelOpoznienie           = new global::Gtk.Label();
     this.labelOpoznienie.Name      = "labelOpoznienie";
     this.labelOpoznienie.LabelProp = global::Mono.Unix.Catalog.GetString("0 ms");
     this.hbox1.Add(this.labelOpoznienie);
     global::Gtk.Box.BoxChild w3 = ((global::Gtk.Box.BoxChild)(this.hbox1[this.labelOpoznienie]));
     w3.PackType = ((global::Gtk.PackType)(1));
     w3.Position = 1;
     w3.Expand   = false;
     w3.Fill     = false;
     w3.Padding  = ((uint)(15));
     this.vbox1.Add(this.hbox1);
     global::Gtk.Box.BoxChild w4 = ((global::Gtk.Box.BoxChild)(this.vbox1[this.hbox1]));
     w4.Position = 0;
     w4.Expand   = false;
     w4.Fill     = false;
     // Container child vbox1.Gtk.Box+BoxChild
     this.hbox2         = new global::Gtk.HBox();
     this.hbox2.Name    = "hbox2";
     this.hbox2.Spacing = 6;
     // Container child hbox2.Gtk.Box+BoxChild
     this.frame1            = new global::Gtk.Frame();
     this.frame1.Name       = "frame1";
     this.frame1.ShadowType = ((global::Gtk.ShadowType)(0));
     // Container child frame1.Gtk.Container+ContainerChild
     this.GtkAlignment             = new global::Gtk.Alignment(0F, 0F, 1F, 1F);
     this.GtkAlignment.Name        = "GtkAlignment";
     this.GtkAlignment.LeftPadding = ((uint)(12));
     // Container child GtkAlignment.Gtk.Container+ContainerChild
     this.eventboxEkran      = new global::Gtk.EventBox();
     this.eventboxEkran.Name = "eventboxEkran";
     // Container child eventboxEkran.Gtk.Container+ContainerChild
     this.imageEkran = new global::Gtk.Image();
     this.imageEkran.WidthRequest  = 1024;
     this.imageEkran.HeightRequest = 768;
     this.imageEkran.Name          = "imageEkran";
     this.eventboxEkran.Add(this.imageEkran);
     this.GtkAlignment.Add(this.eventboxEkran);
     this.frame1.Add(this.GtkAlignment);
     this.hbox2.Add(this.frame1);
     global::Gtk.Box.BoxChild w8 = ((global::Gtk.Box.BoxChild)(this.hbox2[this.frame1]));
     w8.Position = 0;
     // Container child hbox2.Gtk.Box+BoxChild
     this.vbox2 = new global::Gtk.VBox();
     this.vbox2.WidthRequest = 200;
     this.vbox2.Name         = "vbox2";
     this.vbox2.Spacing      = 6;
     this.vbox2.BorderWidth  = ((uint)(15));
     // Container child vbox2.Gtk.Box+BoxChild
     this.comboboxModele      = global::Gtk.ComboBox.NewText();
     this.comboboxModele.Name = "comboboxModele";
     this.vbox2.Add(this.comboboxModele);
     global::Gtk.Box.BoxChild w9 = ((global::Gtk.Box.BoxChild)(this.vbox2[this.comboboxModele]));
     w9.Position = 0;
     w9.Expand   = false;
     w9.Fill     = false;
     // Container child vbox2.Gtk.Box+BoxChild
     this.buttonZmienZrodloSwiatla              = new global::Gtk.Button();
     this.buttonZmienZrodloSwiatla.CanFocus     = true;
     this.buttonZmienZrodloSwiatla.Name         = "buttonZmienZrodloSwiatla";
     this.buttonZmienZrodloSwiatla.UseUnderline = true;
     this.buttonZmienZrodloSwiatla.Label        = global::Mono.Unix.Catalog.GetString("Ustaw jako źródło światła");
     this.vbox2.Add(this.buttonZmienZrodloSwiatla);
     global::Gtk.Box.BoxChild w10 = ((global::Gtk.Box.BoxChild)(this.vbox2[this.buttonZmienZrodloSwiatla]));
     w10.Position = 1;
     w10.Expand   = false;
     w10.Fill     = false;
     // Container child vbox2.Gtk.Box+BoxChild
     this.hbox3         = new global::Gtk.HBox();
     this.hbox3.Name    = "hbox3";
     this.hbox3.Spacing = 6;
     // Container child hbox3.Gtk.Box+BoxChild
     this.label4           = new global::Gtk.Label();
     this.label4.Name      = "label4";
     this.label4.LabelProp = global::Mono.Unix.Catalog.GetString("Tryb edycji:");
     this.hbox3.Add(this.label4);
     global::Gtk.Box.BoxChild w11 = ((global::Gtk.Box.BoxChild)(this.hbox3[this.label4]));
     w11.Position = 0;
     w11.Expand   = false;
     w11.Fill     = false;
     // Container child hbox3.Gtk.Box+BoxChild
     this.labelTrybEdycji           = new global::Gtk.Label();
     this.labelTrybEdycji.Name      = "labelTrybEdycji";
     this.labelTrybEdycji.LabelProp = global::Mono.Unix.Catalog.GetString("Przesuwanie");
     this.hbox3.Add(this.labelTrybEdycji);
     global::Gtk.Box.BoxChild w12 = ((global::Gtk.Box.BoxChild)(this.hbox3[this.labelTrybEdycji]));
     w12.PackType = ((global::Gtk.PackType)(1));
     w12.Position = 1;
     w12.Expand   = false;
     w12.Fill     = false;
     this.vbox2.Add(this.hbox3);
     global::Gtk.Box.BoxChild w13 = ((global::Gtk.Box.BoxChild)(this.vbox2[this.hbox3]));
     w13.PackType = ((global::Gtk.PackType)(1));
     w13.Position = 2;
     w13.Expand   = false;
     w13.Fill     = false;
     w13.Padding  = ((uint)(15));
     // Container child vbox2.Gtk.Box+BoxChild
     this.checkbuttonSiatkaPodlogi               = new global::Gtk.CheckButton();
     this.checkbuttonSiatkaPodlogi.CanFocus      = true;
     this.checkbuttonSiatkaPodlogi.Name          = "checkbuttonSiatkaPodlogi";
     this.checkbuttonSiatkaPodlogi.Label         = global::Mono.Unix.Catalog.GetString("Siatka podłogi");
     this.checkbuttonSiatkaPodlogi.DrawIndicator = true;
     this.checkbuttonSiatkaPodlogi.UseUnderline  = true;
     this.checkbuttonSiatkaPodlogi.FocusOnClick  = false;
     this.vbox2.Add(this.checkbuttonSiatkaPodlogi);
     global::Gtk.Box.BoxChild w14 = ((global::Gtk.Box.BoxChild)(this.vbox2[this.checkbuttonSiatkaPodlogi]));
     w14.PackType = ((global::Gtk.PackType)(1));
     w14.Position = 3;
     w14.Expand   = false;
     w14.Fill     = false;
     // Container child vbox2.Gtk.Box+BoxChild
     this.checkbuttonSiatka               = new global::Gtk.CheckButton();
     this.checkbuttonSiatka.CanFocus      = true;
     this.checkbuttonSiatka.Name          = "checkbuttonSiatka";
     this.checkbuttonSiatka.Label         = global::Mono.Unix.Catalog.GetString("Siatka");
     this.checkbuttonSiatka.DrawIndicator = true;
     this.checkbuttonSiatka.UseUnderline  = true;
     this.checkbuttonSiatka.FocusOnClick  = false;
     this.vbox2.Add(this.checkbuttonSiatka);
     global::Gtk.Box.BoxChild w15 = ((global::Gtk.Box.BoxChild)(this.vbox2[this.checkbuttonSiatka]));
     w15.PackType = ((global::Gtk.PackType)(1));
     w15.Position = 4;
     w15.Expand   = false;
     w15.Fill     = false;
     this.hbox2.Add(this.vbox2);
     global::Gtk.Box.BoxChild w16 = ((global::Gtk.Box.BoxChild)(this.hbox2[this.vbox2]));
     w16.Position = 1;
     w16.Expand   = false;
     w16.Fill     = false;
     w16.Padding  = ((uint)(5));
     this.vbox1.Add(this.hbox2);
     global::Gtk.Box.BoxChild w17 = ((global::Gtk.Box.BoxChild)(this.vbox1[this.hbox2]));
     w17.Position = 1;
     this.Add(this.vbox1);
     if ((this.Child != null))
     {
         this.Child.ShowAll();
     }
     this.DefaultWidth  = 1258;
     this.DefaultHeight = 804;
     this.Show();
     this.DeleteEvent                      += new global::Gtk.DeleteEventHandler(this.OnDeleteEvent);
     this.ZastpAction.Activated            += new global::System.EventHandler(this.OnZastpActionActivated);
     this.WczytajNowyAction.Activated      += new global::System.EventHandler(this.OnWczytajNowyActionActivated);
     this.WczytajAction.Activated          += new global::System.EventHandler(this.OnWczytajActionActivated);
     this.SterowanieAction.Activated       += new global::System.EventHandler(this.OnSterowanieActionActivated);
     this.eventboxEkran.ButtonPressEvent   += new global::Gtk.ButtonPressEventHandler(this.OnEventboxEkranButtonPressEvent);
     this.eventboxEkran.ScrollEvent        += new global::Gtk.ScrollEventHandler(this.OnEventboxEkranScrollEvent);
     this.eventboxEkran.ButtonReleaseEvent += new global::Gtk.ButtonReleaseEventHandler(this.OnEventboxEkranButtonReleaseEvent);
     this.eventboxEkran.MotionNotifyEvent  += new global::Gtk.MotionNotifyEventHandler(this.OnEventboxEkranMotionNotifyEvent);
     this.buttonZmienZrodloSwiatla.Clicked += new global::System.EventHandler(this.OnButtonZmienZrodloSwiatlaClicked);
 }
 protected virtual void Build()
 {
     global::Stetic.Gui.Initialize(this);
     // Widget Vodovoz.Filters.GtkViews.CounterpartyFilterView
     global::Stetic.BinContainer.Attach(this);
     this.HeightRequest = 100;
     this.Name          = "Vodovoz.Filters.GtkViews.CounterpartyFilterView";
     // Container child Vodovoz.Filters.GtkViews.CounterpartyFilterView.Gtk.Container+ContainerChild
     this.vboxMain         = new global::Gamma.GtkWidgets.yVBox();
     this.vboxMain.Name    = "vboxMain";
     this.vboxMain.Spacing = 6;
     // Container child vboxMain.Gtk.Box+BoxChild
     this.filterScrolledWindow = new global::Gtk.ScrolledWindow();
     this.filterScrolledWindow.HeightRequest = 100;
     this.filterScrolledWindow.CanFocus      = true;
     this.filterScrolledWindow.Name          = "filterScrolledWindow";
     this.filterScrolledWindow.ShadowType    = ((global::Gtk.ShadowType)(1));
     // Container child filterScrolledWindow.Gtk.Container+ContainerChild
     global::Gtk.Viewport w1 = new global::Gtk.Viewport();
     w1.ShadowType = ((global::Gtk.ShadowType)(0));
     // Container child GtkViewport.Gtk.Container+ContainerChild
     this.table1               = new global::Gtk.Table(((uint)(2)), ((uint)(8)), false);
     this.table1.Name          = "table1";
     this.table1.RowSpacing    = ((uint)(6));
     this.table1.ColumnSpacing = ((uint)(6));
     // Container child table1.Gtk.Table+TableChild
     this.checkIncludeArhive               = new global::Gamma.GtkWidgets.yCheckButton();
     this.checkIncludeArhive.CanFocus      = true;
     this.checkIncludeArhive.Name          = "checkIncludeArhive";
     this.checkIncludeArhive.Label         = global::Mono.Unix.Catalog.GetString("Включая архивных");
     this.checkIncludeArhive.DrawIndicator = true;
     this.checkIncludeArhive.UseUnderline  = true;
     this.table1.Add(this.checkIncludeArhive);
     global::Gtk.Table.TableChild w2 = ((global::Gtk.Table.TableChild)(this.table1[this.checkIncludeArhive]));
     w2.LeftAttach  = ((uint)(3));
     w2.RightAttach = ((uint)(4));
     w2.XOptions    = ((global::Gtk.AttachOptions)(4));
     w2.YOptions    = ((global::Gtk.AttachOptions)(0));
     // Container child table1.Gtk.Table+TableChild
     this.frame2            = new global::Gtk.Frame();
     this.frame2.Name       = "frame2";
     this.frame2.ShadowType = ((global::Gtk.ShadowType)(0));
     // Container child frame2.Gtk.Container+ContainerChild
     this.GtkAlignment51             = new global::Gtk.Alignment(0F, 0F, 1F, 1F);
     this.GtkAlignment51.Name        = "GtkAlignment51";
     this.GtkAlignment51.LeftPadding = ((uint)(12));
     // Container child GtkAlignment51.Gtk.Container+ContainerChild
     this.GtkScrolledWindow15 = new global::Gtk.ScrolledWindow();
     this.GtkScrolledWindow15.WidthRequest = 220;
     this.GtkScrolledWindow15.Name         = "GtkScrolledWindow15";
     this.GtkScrolledWindow15.ShadowType   = ((global::Gtk.ShadowType)(1));
     // Container child GtkScrolledWindow15.Gtk.Container+ContainerChild
     this.ytreeviewSalesChannels                = new global::Gamma.GtkWidgets.yTreeView();
     this.ytreeviewSalesChannels.CanFocus       = true;
     this.ytreeviewSalesChannels.Name           = "ytreeviewSalesChannels";
     this.ytreeviewSalesChannels.HeadersVisible = false;
     this.GtkScrolledWindow15.Add(this.ytreeviewSalesChannels);
     this.GtkAlignment51.Add(this.GtkScrolledWindow15);
     this.frame2.Add(this.GtkAlignment51);
     this.GtkLabel72           = new global::Gtk.Label();
     this.GtkLabel72.Name      = "GtkLabel72";
     this.GtkLabel72.LabelProp = global::Mono.Unix.Catalog.GetString("<b>Канал сбыта</b>");
     this.GtkLabel72.UseMarkup = true;
     this.frame2.LabelWidget   = this.GtkLabel72;
     this.table1.Add(this.frame2);
     global::Gtk.Table.TableChild w6 = ((global::Gtk.Table.TableChild)(this.table1[this.frame2]));
     w6.BottomAttach = ((uint)(2));
     w6.LeftAttach   = ((uint)(7));
     w6.RightAttach  = ((uint)(8));
     w6.XOptions     = ((global::Gtk.AttachOptions)(4));
     w6.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     this.hboxSearchFields         = new global::Gtk.HBox();
     this.hboxSearchFields.Name    = "hboxSearchFields";
     this.hboxSearchFields.Spacing = 6;
     // Container child hboxSearchFields.Gtk.Box+BoxChild
     this.ylabelName           = new global::Gamma.GtkWidgets.yLabel();
     this.ylabelName.Name      = "ylabelName";
     this.ylabelName.LabelProp = global::Mono.Unix.Catalog.GetString("Наименование:");
     this.hboxSearchFields.Add(this.ylabelName);
     global::Gtk.Box.BoxChild w7 = ((global::Gtk.Box.BoxChild)(this.hboxSearchFields[this.ylabelName]));
     w7.Position = 0;
     w7.Expand   = false;
     w7.Fill     = false;
     // Container child hboxSearchFields.Gtk.Box+BoxChild
     this.entryName               = new global::Gamma.GtkWidgets.yEntry();
     this.entryName.CanFocus      = true;
     this.entryName.Name          = "entryName";
     this.entryName.IsEditable    = true;
     this.entryName.InvisibleChar = '•';
     this.hboxSearchFields.Add(this.entryName);
     global::Gtk.Box.BoxChild w8 = ((global::Gtk.Box.BoxChild)(this.hboxSearchFields[this.entryName]));
     w8.Position = 1;
     w8.Expand   = false;
     w8.Fill     = false;
     // Container child hboxSearchFields.Gtk.Box+BoxChild
     this.ylabelCounterpartyPhone           = new global::Gamma.GtkWidgets.yLabel();
     this.ylabelCounterpartyPhone.Name      = "ylabelCounterpartyPhone";
     this.ylabelCounterpartyPhone.LabelProp = global::Mono.Unix.Catalog.GetString("Телефон контрагента:");
     this.hboxSearchFields.Add(this.ylabelCounterpartyPhone);
     global::Gtk.Box.BoxChild w9 = ((global::Gtk.Box.BoxChild)(this.hboxSearchFields[this.ylabelCounterpartyPhone]));
     w9.Position = 2;
     w9.Expand   = false;
     w9.Fill     = false;
     // Container child hboxSearchFields.Gtk.Box+BoxChild
     this.entryCounterpartyPhone = new global::QS.Widgets.ValidatedEntry();
     this.entryCounterpartyPhone.TooltipMarkup = "Формат телефона: Без +7 и 8 в начале";
     this.entryCounterpartyPhone.CanFocus      = true;
     this.entryCounterpartyPhone.Name          = "entryCounterpartyPhone";
     this.entryCounterpartyPhone.IsEditable    = true;
     this.entryCounterpartyPhone.InvisibleChar = '•';
     this.hboxSearchFields.Add(this.entryCounterpartyPhone);
     global::Gtk.Box.BoxChild w10 = ((global::Gtk.Box.BoxChild)(this.hboxSearchFields[this.entryCounterpartyPhone]));
     w10.Position = 3;
     w10.Expand   = false;
     w10.Fill     = false;
     // Container child hboxSearchFields.Gtk.Box+BoxChild
     this.ylabelDeliveryPointPhone           = new global::Gamma.GtkWidgets.yLabel();
     this.ylabelDeliveryPointPhone.Name      = "ylabelDeliveryPointPhone";
     this.ylabelDeliveryPointPhone.LabelProp = global::Mono.Unix.Catalog.GetString("Телефон точки доставки:");
     this.hboxSearchFields.Add(this.ylabelDeliveryPointPhone);
     global::Gtk.Box.BoxChild w11 = ((global::Gtk.Box.BoxChild)(this.hboxSearchFields[this.ylabelDeliveryPointPhone]));
     w11.Position = 4;
     w11.Expand   = false;
     w11.Fill     = false;
     // Container child hboxSearchFields.Gtk.Box+BoxChild
     this.entryDeliveryPointPhone = new global::QS.Widgets.ValidatedEntry();
     this.entryDeliveryPointPhone.TooltipMarkup = "Формат телефона: Без +7 и 8 в начале";
     this.entryDeliveryPointPhone.CanFocus      = true;
     this.entryDeliveryPointPhone.Name          = "entryDeliveryPointPhone";
     this.entryDeliveryPointPhone.IsEditable    = true;
     this.entryDeliveryPointPhone.InvisibleChar = '•';
     this.hboxSearchFields.Add(this.entryDeliveryPointPhone);
     global::Gtk.Box.BoxChild w12 = ((global::Gtk.Box.BoxChild)(this.hboxSearchFields[this.entryDeliveryPointPhone]));
     w12.Position = 5;
     w12.Expand   = false;
     w12.Fill     = false;
     this.table1.Add(this.hboxSearchFields);
     global::Gtk.Table.TableChild w13 = ((global::Gtk.Table.TableChild)(this.table1[this.hboxSearchFields]));
     w13.TopAttach    = ((uint)(1));
     w13.BottomAttach = ((uint)(2));
     w13.RightAttach  = ((uint)(7));
     w13.XOptions     = ((global::Gtk.AttachOptions)(4));
     w13.YOptions     = ((global::Gtk.AttachOptions)(6));
     // Container child table1.Gtk.Table+TableChild
     this.label1           = new global::Gtk.Label();
     this.label1.Name      = "label1";
     this.label1.LabelProp = global::Mono.Unix.Catalog.GetString("Показывать только:");
     this.table1.Add(this.label1);
     global::Gtk.Table.TableChild w14 = ((global::Gtk.Table.TableChild)(this.table1[this.label1]));
     w14.XOptions = ((global::Gtk.AttachOptions)(4));
     w14.YOptions = ((global::Gtk.AttachOptions)(0));
     // 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 w15 = ((global::Gtk.Table.TableChild)(this.table1[this.label2]));
     w15.LeftAttach  = ((uint)(5));
     w15.RightAttach = ((uint)(6));
     w15.XOptions    = ((global::Gtk.AttachOptions)(4));
     w15.YOptions    = ((global::Gtk.AttachOptions)(0));
     // Container child table1.Gtk.Table+TableChild
     this.vseparator1      = new global::Gtk.VSeparator();
     this.vseparator1.Name = "vseparator1";
     this.table1.Add(this.vseparator1);
     global::Gtk.Table.TableChild w16 = ((global::Gtk.Table.TableChild)(this.table1[this.vseparator1]));
     w16.LeftAttach  = ((uint)(2));
     w16.RightAttach = ((uint)(3));
     w16.XOptions    = ((global::Gtk.AttachOptions)(4));
     w16.YOptions    = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     this.vseparator2      = new global::Gtk.VSeparator();
     this.vseparator2.Name = "vseparator2";
     this.table1.Add(this.vseparator2);
     global::Gtk.Table.TableChild w17 = ((global::Gtk.Table.TableChild)(this.table1[this.vseparator2]));
     w17.LeftAttach  = ((uint)(4));
     w17.RightAttach = ((uint)(5));
     w17.XOptions    = ((global::Gtk.AttachOptions)(4));
     w17.YOptions    = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     this.yentryTag        = new global::QS.Widgets.GtkUI.RepresentationEntry();
     this.yentryTag.Events = ((global::Gdk.EventMask)(256));
     this.yentryTag.Name   = "yentryTag";
     this.table1.Add(this.yentryTag);
     global::Gtk.Table.TableChild w18 = ((global::Gtk.Table.TableChild)(this.table1[this.yentryTag]));
     w18.LeftAttach  = ((uint)(6));
     w18.RightAttach = ((uint)(7));
     w18.YOptions    = ((global::Gtk.AttachOptions)(0));
     // Container child table1.Gtk.Table+TableChild
     this.yenumCounterpartyType      = new global::Gamma.Widgets.yEnumComboBox();
     this.yenumCounterpartyType.Name = "yenumCounterpartyType";
     this.yenumCounterpartyType.ShowSpecialStateAll = true;
     this.yenumCounterpartyType.ShowSpecialStateNot = false;
     this.yenumCounterpartyType.UseShortTitle       = false;
     this.yenumCounterpartyType.DefaultFirst        = false;
     this.table1.Add(this.yenumCounterpartyType);
     global::Gtk.Table.TableChild w19 = ((global::Gtk.Table.TableChild)(this.table1[this.yenumCounterpartyType]));
     w19.LeftAttach  = ((uint)(1));
     w19.RightAttach = ((uint)(2));
     w19.XOptions    = ((global::Gtk.AttachOptions)(4));
     w19.YOptions    = ((global::Gtk.AttachOptions)(0));
     w1.Add(this.table1);
     this.filterScrolledWindow.Add(w1);
     this.vboxMain.Add(this.filterScrolledWindow);
     global::Gtk.Box.BoxChild w22 = ((global::Gtk.Box.BoxChild)(this.vboxMain[this.filterScrolledWindow]));
     w22.Position = 0;
     this.Add(this.vboxMain);
     if ((this.Child != null))
     {
         this.Child.ShowAll();
     }
     this.Hide();
 }
Exemplo n.º 41
0
 protected virtual void Build()
 {
     global::Stetic.Gui.Initialize (this);
     // Widget MainWindow
     this.Name = "MainWindow";
     this.Title = global::Mono.Unix.Catalog.GetString ("MainWindow");
     this.WindowPosition = ((global::Gtk.WindowPosition)(4));
     // Container child MainWindow.Gtk.Container+ContainerChild
     this.vbox3 = new global::Gtk.VBox ();
     this.vbox3.Name = "vbox3";
     this.vbox3.Spacing = 6;
     // Container child vbox3.Gtk.Box+BoxChild
     this.frame3 = new global::Gtk.Frame ();
     this.frame3.Name = "frame3";
     this.frame3.ShadowType = ((global::Gtk.ShadowType)(0));
     // Container child frame3.Gtk.Container+ContainerChild
     this.GtkAlignment = new global::Gtk.Alignment (0F, 0F, 1F, 1F);
     this.GtkAlignment.Name = "GtkAlignment";
     this.GtkAlignment.LeftPadding = ((uint)(12));
     this.GtkAlignment.BorderWidth = ((uint)(6));
     // Container child GtkAlignment.Gtk.Container+ContainerChild
     this.vbox4 = new global::Gtk.VBox ();
     this.vbox4.Name = "vbox4";
     this.vbox4.Spacing = 6;
     // Container child vbox4.Gtk.Box+BoxChild
     this.GtkScrolledWindow = new global::Gtk.ScrolledWindow ();
     this.GtkScrolledWindow.Name = "GtkScrolledWindow";
     this.GtkScrolledWindow.ShadowType = ((global::Gtk.ShadowType)(1));
     // Container child GtkScrolledWindow.Gtk.Container+ContainerChild
     this.sourseTextView = new global::Gtk.TextView ();
     this.sourseTextView.CanFocus = true;
     this.sourseTextView.Name = "sourseTextView";
     this.GtkScrolledWindow.Add (this.sourseTextView);
     this.vbox4.Add (this.GtkScrolledWindow);
     global::Gtk.Box.BoxChild w2 = ((global::Gtk.Box.BoxChild)(this.vbox4 [this.GtkScrolledWindow]));
     w2.Position = 0;
     // Container child vbox4.Gtk.Box+BoxChild
     this.hbox1 = new global::Gtk.HBox ();
     this.hbox1.Name = "hbox1";
     this.hbox1.Spacing = 6;
     // Container child hbox1.Gtk.Box+BoxChild
     this.convertButton = new global::Gtk.Button ();
     this.convertButton.CanFocus = true;
     this.convertButton.Name = "convertButton";
     this.convertButton.UseUnderline = true;
     // Container child convertButton.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::Stetic.IconLoader.LoadIcon (this, "gtk-execute", global::Gtk.IconSize.Menu);
     w4.Add (w5);
     // Container child GtkHBox.Gtk.Container+ContainerChild
     global::Gtk.Label w7 = new global::Gtk.Label ();
     w7.LabelProp = global::Mono.Unix.Catalog.GetString ("Конвертировать");
     w7.UseUnderline = true;
     w4.Add (w7);
     w3.Add (w4);
     this.convertButton.Add (w3);
     this.hbox1.Add (this.convertButton);
     global::Gtk.Box.BoxChild w11 = ((global::Gtk.Box.BoxChild)(this.hbox1 [this.convertButton]));
     w11.Position = 1;
     w11.Fill = false;
     // Container child hbox1.Gtk.Box+BoxChild
     this.openFileButton = new global::Gtk.Button ();
     this.openFileButton.CanFocus = true;
     this.openFileButton.Name = "openFileButton";
     this.openFileButton.UseUnderline = true;
     // Container child openFileButton.Gtk.Container+ContainerChild
     global::Gtk.Alignment w12 = new global::Gtk.Alignment (0.5F, 0.5F, 0F, 0F);
     // Container child GtkAlignment.Gtk.Container+ContainerChild
     global::Gtk.HBox w13 = new global::Gtk.HBox ();
     w13.Spacing = 2;
     // Container child GtkHBox.Gtk.Container+ContainerChild
     global::Gtk.Image w14 = new global::Gtk.Image ();
     w14.Pixbuf = global::Stetic.IconLoader.LoadIcon (this, "gtk-directory", global::Gtk.IconSize.Menu);
     w13.Add (w14);
     // Container child GtkHBox.Gtk.Container+ContainerChild
     global::Gtk.Label w16 = new global::Gtk.Label ();
     w16.LabelProp = global::Mono.Unix.Catalog.GetString ("_Открыть файл");
     w16.UseUnderline = true;
     w13.Add (w16);
     w12.Add (w13);
     this.openFileButton.Add (w12);
     this.hbox1.Add (this.openFileButton);
     global::Gtk.Box.BoxChild w20 = ((global::Gtk.Box.BoxChild)(this.hbox1 [this.openFileButton]));
     w20.Position = 2;
     w20.Expand = false;
     w20.Fill = false;
     this.vbox4.Add (this.hbox1);
     global::Gtk.Box.BoxChild w21 = ((global::Gtk.Box.BoxChild)(this.vbox4 [this.hbox1]));
     w21.Position = 1;
     w21.Expand = false;
     w21.Fill = false;
     this.GtkAlignment.Add (this.vbox4);
     this.frame3.Add (this.GtkAlignment);
     this.sourceLabel = new global::Gtk.Label ();
     this.sourceLabel.Name = "sourceLabel";
     this.sourceLabel.LabelProp = global::Mono.Unix.Catalog.GetString ("<b>Исходник</b>");
     this.sourceLabel.UseMarkup = true;
     this.frame3.LabelWidget = this.sourceLabel;
     this.vbox3.Add (this.frame3);
     global::Gtk.Box.BoxChild w24 = ((global::Gtk.Box.BoxChild)(this.vbox3 [this.frame3]));
     w24.Position = 0;
     // Container child vbox3.Gtk.Box+BoxChild
     this.vbox5 = new global::Gtk.VBox ();
     this.vbox5.Name = "vbox5";
     this.vbox5.Spacing = 6;
     this.vbox5.BorderWidth = ((uint)(6));
     // Container child vbox5.Gtk.Box+BoxChild
     this.frame4 = new global::Gtk.Frame ();
     this.frame4.Name = "frame4";
     this.frame4.ShadowType = ((global::Gtk.ShadowType)(0));
     // Container child frame4.Gtk.Container+ContainerChild
     this.GtkAlignment4 = new global::Gtk.Alignment (0F, 0F, 1F, 1F);
     this.GtkAlignment4.Name = "GtkAlignment4";
     this.GtkAlignment4.LeftPadding = ((uint)(12));
     // Container child GtkAlignment4.Gtk.Container+ContainerChild
     this.vbox2 = new global::Gtk.VBox ();
     this.vbox2.Name = "vbox2";
     this.vbox2.Spacing = 6;
     // Container child vbox2.Gtk.Box+BoxChild
     this.GtkScrolledWindow1 = new global::Gtk.ScrolledWindow ();
     this.GtkScrolledWindow1.Name = "GtkScrolledWindow1";
     this.GtkScrolledWindow1.ShadowType = ((global::Gtk.ShadowType)(1));
     // Container child GtkScrolledWindow1.Gtk.Container+ContainerChild
     this.nodeview1 = new global::Gtk.NodeView ();
     this.nodeview1.CanFocus = true;
     this.nodeview1.Name = "nodeview1";
     this.nodeview1.SearchColumn = 0;
     this.GtkScrolledWindow1.Add (this.nodeview1);
     this.vbox2.Add (this.GtkScrolledWindow1);
     global::Gtk.Box.BoxChild w26 = ((global::Gtk.Box.BoxChild)(this.vbox2 [this.GtkScrolledWindow1]));
     w26.Position = 0;
     // Container child vbox2.Gtk.Box+BoxChild
     this.hbox3 = new global::Gtk.HBox ();
     this.hbox3.Name = "hbox3";
     this.hbox3.Spacing = 6;
     // Container child hbox3.Gtk.Box+BoxChild
     this.label1 = new global::Gtk.Label ();
     this.label1.Name = "label1";
     this.label1.LabelProp = global::Mono.Unix.Catalog.GetString ("Поиск:");
     this.hbox3.Add (this.label1);
     global::Gtk.Box.BoxChild w27 = ((global::Gtk.Box.BoxChild)(this.hbox3 [this.label1]));
     w27.Position = 0;
     w27.Expand = false;
     w27.Fill = false;
     // Container child hbox3.Gtk.Box+BoxChild
     this.searchEntry = new global::Gtk.Entry ();
     this.searchEntry.CanFocus = true;
     this.searchEntry.Name = "searchEntry";
     this.searchEntry.IsEditable = true;
     this.searchEntry.InvisibleChar = '●';
     this.hbox3.Add (this.searchEntry);
     global::Gtk.Box.BoxChild w28 = ((global::Gtk.Box.BoxChild)(this.hbox3 [this.searchEntry]));
     w28.Position = 1;
     this.vbox2.Add (this.hbox3);
     global::Gtk.Box.BoxChild w29 = ((global::Gtk.Box.BoxChild)(this.vbox2 [this.hbox3]));
     w29.Position = 1;
     w29.Expand = false;
     w29.Fill = false;
     this.GtkAlignment4.Add (this.vbox2);
     this.frame4.Add (this.GtkAlignment4);
     this.formsLabel = new global::Gtk.Label ();
     this.formsLabel.Name = "formsLabel";
     this.formsLabel.LabelProp = global::Mono.Unix.Catalog.GetString ("<b>Формы</b>");
     this.formsLabel.UseMarkup = true;
     this.frame4.LabelWidget = this.formsLabel;
     this.vbox5.Add (this.frame4);
     global::Gtk.Box.BoxChild w32 = ((global::Gtk.Box.BoxChild)(this.vbox5 [this.frame4]));
     w32.Position = 0;
     // Container child vbox5.Gtk.Box+BoxChild
     this.hbox2 = new global::Gtk.HBox ();
     this.hbox2.Name = "hbox2";
     this.hbox2.Spacing = 6;
     // Container child hbox2.Gtk.Box+BoxChild
     this.newFormButton = new global::Gtk.Button ();
     this.newFormButton.CanFocus = true;
     this.newFormButton.Name = "newFormButton";
     this.newFormButton.UseUnderline = true;
     // Container child newFormButton.Gtk.Container+ContainerChild
     global::Gtk.Alignment w33 = new global::Gtk.Alignment (0.5F, 0.5F, 0F, 0F);
     // Container child GtkAlignment.Gtk.Container+ContainerChild
     global::Gtk.HBox w34 = new global::Gtk.HBox ();
     w34.Spacing = 2;
     // Container child GtkHBox.Gtk.Container+ContainerChild
     global::Gtk.Image w35 = new global::Gtk.Image ();
     w35.Pixbuf = global::Stetic.IconLoader.LoadIcon (this, "gtk-new", global::Gtk.IconSize.Menu);
     w34.Add (w35);
     // Container child GtkHBox.Gtk.Container+ContainerChild
     global::Gtk.Label w37 = new global::Gtk.Label ();
     w37.LabelProp = global::Mono.Unix.Catalog.GetString ("Новая форма");
     w37.UseUnderline = true;
     w34.Add (w37);
     w33.Add (w34);
     this.newFormButton.Add (w33);
     this.hbox2.Add (this.newFormButton);
     global::Gtk.Box.BoxChild w41 = ((global::Gtk.Box.BoxChild)(this.hbox2 [this.newFormButton]));
     w41.Position = 0;
     w41.Expand = false;
     w41.Fill = false;
     // Container child hbox2.Gtk.Box+BoxChild
     this.openFormButton = new global::Gtk.Button ();
     this.openFormButton.CanFocus = true;
     this.openFormButton.Name = "openFormButton";
     this.openFormButton.UseUnderline = true;
     // Container child openFormButton.Gtk.Container+ContainerChild
     global::Gtk.Alignment w42 = new global::Gtk.Alignment (0.5F, 0.5F, 0F, 0F);
     // Container child GtkAlignment.Gtk.Container+ContainerChild
     global::Gtk.HBox w43 = new global::Gtk.HBox ();
     w43.Spacing = 2;
     // Container child GtkHBox.Gtk.Container+ContainerChild
     global::Gtk.Image w44 = new global::Gtk.Image ();
     w44.Pixbuf = global::Stetic.IconLoader.LoadIcon (this, "gtk-edit", global::Gtk.IconSize.Menu);
     w43.Add (w44);
     // Container child GtkHBox.Gtk.Container+ContainerChild
     global::Gtk.Label w46 = new global::Gtk.Label ();
     w46.LabelProp = global::Mono.Unix.Catalog.GetString ("Редактировать");
     w46.UseUnderline = true;
     w43.Add (w46);
     w42.Add (w43);
     this.openFormButton.Add (w42);
     this.hbox2.Add (this.openFormButton);
     global::Gtk.Box.BoxChild w50 = ((global::Gtk.Box.BoxChild)(this.hbox2 [this.openFormButton]));
     w50.Position = 1;
     w50.Expand = false;
     w50.Fill = false;
     // Container child hbox2.Gtk.Box+BoxChild
     this.deleteFormButton = new global::Gtk.Button ();
     this.deleteFormButton.CanFocus = true;
     this.deleteFormButton.Name = "deleteFormButton";
     this.deleteFormButton.UseUnderline = true;
     // Container child deleteFormButton.Gtk.Container+ContainerChild
     global::Gtk.Alignment w51 = new global::Gtk.Alignment (0.5F, 0.5F, 0F, 0F);
     // Container child GtkAlignment.Gtk.Container+ContainerChild
     global::Gtk.HBox w52 = new global::Gtk.HBox ();
     w52.Spacing = 2;
     // Container child GtkHBox.Gtk.Container+ContainerChild
     global::Gtk.Image w53 = new global::Gtk.Image ();
     w53.Pixbuf = global::Stetic.IconLoader.LoadIcon (this, "gtk-delete", global::Gtk.IconSize.Menu);
     w52.Add (w53);
     // Container child GtkHBox.Gtk.Container+ContainerChild
     global::Gtk.Label w55 = new global::Gtk.Label ();
     w55.LabelProp = global::Mono.Unix.Catalog.GetString ("Удалить");
     w55.UseUnderline = true;
     w52.Add (w55);
     w51.Add (w52);
     this.deleteFormButton.Add (w51);
     this.hbox2.Add (this.deleteFormButton);
     global::Gtk.Box.BoxChild w59 = ((global::Gtk.Box.BoxChild)(this.hbox2 [this.deleteFormButton]));
     w59.Position = 2;
     w59.Expand = false;
     w59.Fill = false;
     // Container child hbox2.Gtk.Box+BoxChild
     this.alignment2 = new global::Gtk.Alignment (0.5F, 0.5F, 1F, 1F);
     this.alignment2.Name = "alignment2";
     this.hbox2.Add (this.alignment2);
     global::Gtk.Box.BoxChild w60 = ((global::Gtk.Box.BoxChild)(this.hbox2 [this.alignment2]));
     w60.Position = 3;
     // Container child hbox2.Gtk.Box+BoxChild
     this.button1544 = new global::Gtk.Button ();
     this.button1544.CanFocus = true;
     this.button1544.Name = "button1544";
     this.button1544.UseUnderline = true;
     // Container child button1544.Gtk.Container+ContainerChild
     global::Gtk.Alignment w61 = new global::Gtk.Alignment (0.5F, 0.5F, 0F, 0F);
     // Container child GtkAlignment.Gtk.Container+ContainerChild
     global::Gtk.HBox w62 = new global::Gtk.HBox ();
     w62.Spacing = 2;
     // Container child GtkHBox.Gtk.Container+ContainerChild
     global::Gtk.Image w63 = new global::Gtk.Image ();
     w63.Pixbuf = global::Stetic.IconLoader.LoadIcon (this, "gtk-floppy", global::Gtk.IconSize.Menu);
     w62.Add (w63);
     // Container child GtkHBox.Gtk.Container+ContainerChild
     global::Gtk.Label w65 = new global::Gtk.Label ();
     w65.LabelProp = global::Mono.Unix.Catalog.GetString ("Сохранить все");
     w65.UseUnderline = true;
     w62.Add (w65);
     w61.Add (w62);
     this.button1544.Add (w61);
     this.hbox2.Add (this.button1544);
     global::Gtk.Box.BoxChild w69 = ((global::Gtk.Box.BoxChild)(this.hbox2 [this.button1544]));
     w69.Position = 4;
     w69.Expand = false;
     w69.Fill = false;
     // Container child hbox2.Gtk.Box+BoxChild
     this.closeButton = new global::Gtk.Button ();
     this.closeButton.CanFocus = true;
     this.closeButton.Name = "closeButton";
     this.closeButton.UseUnderline = true;
     // Container child closeButton.Gtk.Container+ContainerChild
     global::Gtk.Alignment w70 = new global::Gtk.Alignment (0.5F, 0.5F, 0F, 0F);
     // Container child GtkAlignment.Gtk.Container+ContainerChild
     global::Gtk.HBox w71 = new global::Gtk.HBox ();
     w71.Spacing = 2;
     // Container child GtkHBox.Gtk.Container+ContainerChild
     global::Gtk.Image w72 = new global::Gtk.Image ();
     w72.Pixbuf = global::Stetic.IconLoader.LoadIcon (this, "gtk-close", global::Gtk.IconSize.Menu);
     w71.Add (w72);
     // Container child GtkHBox.Gtk.Container+ContainerChild
     global::Gtk.Label w74 = new global::Gtk.Label ();
     w74.LabelProp = global::Mono.Unix.Catalog.GetString ("Закрыть");
     w74.UseUnderline = true;
     w71.Add (w74);
     w70.Add (w71);
     this.closeButton.Add (w70);
     this.hbox2.Add (this.closeButton);
     global::Gtk.Box.BoxChild w78 = ((global::Gtk.Box.BoxChild)(this.hbox2 [this.closeButton]));
     w78.Position = 5;
     w78.Expand = false;
     w78.Fill = false;
     this.vbox5.Add (this.hbox2);
     global::Gtk.Box.BoxChild w79 = ((global::Gtk.Box.BoxChild)(this.vbox5 [this.hbox2]));
     w79.Position = 1;
     w79.Expand = false;
     w79.Fill = false;
     this.vbox3.Add (this.vbox5);
     global::Gtk.Box.BoxChild w80 = ((global::Gtk.Box.BoxChild)(this.vbox3 [this.vbox5]));
     w80.Position = 1;
     this.Add (this.vbox3);
     if ((this.Child != null)) {
         this.Child.ShowAll ();
     }
     this.DefaultWidth = 784;
     this.DefaultHeight = 644;
     this.Show ();
     this.DeleteEvent += new global::Gtk.DeleteEventHandler (this.OnDeleteEvent);
     this.convertButton.Clicked += new global::System.EventHandler (this.OnConvertButtonClicked);
     this.openFileButton.Clicked += new global::System.EventHandler (this.OpenFileButtonClicked);
     this.nodeview1.ButtonPressEvent += new global::Gtk.ButtonPressEventHandler (this.OnNodeview1ButtonPressEvent);
     this.nodeview1.Focused += new global::Gtk.FocusedHandler (this.OnNodeview1Focused);
     this.newFormButton.Clicked += new global::System.EventHandler (this.OnNewFormButtonClicked);
     this.openFormButton.Clicked += new global::System.EventHandler (this.OnOpenFormButtonClicked);
     this.deleteFormButton.Clicked += new global::System.EventHandler (this.OnDeleteFormButtonClicked);
     this.button1544.Clicked += new global::System.EventHandler (this.OnSaveAllButtonClicked);
     this.closeButton.Clicked += new global::System.EventHandler (this.OnCloseButtonClicked);
 }
Exemplo n.º 42
0
 protected virtual void Build()
 {
     global::Stetic.Gui.Initialize(this);
     // Widget Moscrif.IDE.Option.GlobalOptionsWidget
     global::Stetic.BinContainer.Attach(this);
     this.Name = "Moscrif.IDE.Option.GlobalOptionsWidget";
     // Container child Moscrif.IDE.Option.GlobalOptionsWidget.Gtk.Container+ContainerChild
     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)(10)), ((uint)(3)), false);
     this.table1.Name          = "table1";
     this.table1.RowSpacing    = ((uint)(6));
     this.table1.ColumnSpacing = ((uint)(6));
     // Container child table1.Gtk.Table+TableChild
     this.cbBackground          = new global::Gtk.ColorButton();
     this.cbBackground.CanFocus = true;
     this.cbBackground.Events   = ((global::Gdk.EventMask)(784));
     this.cbBackground.Name     = "cbBackground";
     this.table1.Add(this.cbBackground);
     global::Gtk.Table.TableChild w1 = ((global::Gtk.Table.TableChild)(this.table1 [this.cbBackground]));
     w1.TopAttach    = ((uint)(3));
     w1.BottomAttach = ((uint)(4));
     w1.LeftAttach   = ((uint)(1));
     w1.RightAttach  = ((uint)(2));
     w1.XOptions     = ((global::Gtk.AttachOptions)(4));
     w1.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     this.chbAutoselectProject               = new global::Gtk.CheckButton();
     this.chbAutoselectProject.CanFocus      = true;
     this.chbAutoselectProject.Name          = "chbAutoselectProject";
     this.chbAutoselectProject.Label         = global::Mono.Unix.Catalog.GetString("Auto select project");
     this.chbAutoselectProject.DrawIndicator = true;
     this.chbAutoselectProject.UseUnderline  = true;
     this.table1.Add(this.chbAutoselectProject);
     global::Gtk.Table.TableChild w2 = ((global::Gtk.Table.TableChild)(this.table1 [this.chbAutoselectProject]));
     w2.TopAttach    = ((uint)(4));
     w2.BottomAttach = ((uint)(5));
     w2.LeftAttach   = ((uint)(1));
     w2.RightAttach  = ((uint)(2));
     w2.XOptions     = ((global::Gtk.AttachOptions)(4));
     w2.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     this.chbOpenLastOpenedW               = new global::Gtk.CheckButton();
     this.chbOpenLastOpenedW.CanFocus      = true;
     this.chbOpenLastOpenedW.Name          = "chbOpenLastOpenedW";
     this.chbOpenLastOpenedW.Label         = global::Mono.Unix.Catalog.GetString("Open last opened workspace.");
     this.chbOpenLastOpenedW.DrawIndicator = true;
     this.chbOpenLastOpenedW.UseUnderline  = true;
     this.table1.Add(this.chbOpenLastOpenedW);
     global::Gtk.Table.TableChild w3 = ((global::Gtk.Table.TableChild)(this.table1 [this.chbOpenLastOpenedW]));
     w3.TopAttach    = ((uint)(5));
     w3.BottomAttach = ((uint)(6));
     w3.LeftAttach   = ((uint)(1));
     w3.RightAttach  = ((uint)(2));
     w3.XOptions     = ((global::Gtk.AttachOptions)(4));
     w3.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     this.chbShowDebugDevic               = new global::Gtk.CheckButton();
     this.chbShowDebugDevic.CanFocus      = true;
     this.chbShowDebugDevic.Name          = "chbShowDebugDevic";
     this.chbShowDebugDevic.Label         = global::Mono.Unix.Catalog.GetString("Show beta platforms.");
     this.chbShowDebugDevic.DrawIndicator = true;
     this.chbShowDebugDevic.UseUnderline  = true;
     this.table1.Add(this.chbShowDebugDevic);
     global::Gtk.Table.TableChild w4 = ((global::Gtk.Table.TableChild)(this.table1 [this.chbShowDebugDevic]));
     w4.TopAttach    = ((uint)(7));
     w4.BottomAttach = ((uint)(8));
     w4.LeftAttach   = ((uint)(1));
     w4.RightAttach  = ((uint)(2));
     w4.XOptions     = ((global::Gtk.AttachOptions)(4));
     w4.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     this.chbShowUnsupportDevic               = new global::Gtk.CheckButton();
     this.chbShowUnsupportDevic.CanFocus      = true;
     this.chbShowUnsupportDevic.Name          = "chbShowUnsupportDevic";
     this.chbShowUnsupportDevic.Label         = global::Mono.Unix.Catalog.GetString("Show obsolete platforms.");
     this.chbShowUnsupportDevic.DrawIndicator = true;
     this.chbShowUnsupportDevic.UseUnderline  = true;
     this.table1.Add(this.chbShowUnsupportDevic);
     global::Gtk.Table.TableChild w5 = ((global::Gtk.Table.TableChild)(this.table1 [this.chbShowUnsupportDevic]));
     w5.TopAttach    = ((uint)(6));
     w5.BottomAttach = ((uint)(7));
     w5.LeftAttach   = ((uint)(1));
     w5.RightAttach  = ((uint)(2));
     w5.XOptions     = ((global::Gtk.AttachOptions)(4));
     w5.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     this.fontbutton1           = new global::Gtk.FontButton();
     this.fontbutton1.CanFocus  = true;
     this.fontbutton1.Name      = "fontbutton1";
     this.fontbutton1.FontName  = "Monospace 10";
     this.fontbutton1.ShowStyle = false;
     this.fontbutton1.UseFont   = true;
     this.fontbutton1.UseSize   = true;
     this.table1.Add(this.fontbutton1);
     global::Gtk.Table.TableChild w6 = ((global::Gtk.Table.TableChild)(this.table1 [this.fontbutton1]));
     w6.TopAttach    = ((uint)(8));
     w6.BottomAttach = ((uint)(9));
     w6.LeftAttach   = ((uint)(1));
     w6.RightAttach  = ((uint)(2));
     w6.XOptions     = ((global::Gtk.AttachOptions)(4));
     w6.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     this.label1           = new global::Gtk.Label();
     this.label1.Name      = "label1";
     this.label1.Xalign    = 1F;
     this.label1.LabelProp = global::Mono.Unix.Catalog.GetString("Color :");
     this.table1.Add(this.label1);
     global::Gtk.Table.TableChild w7 = ((global::Gtk.Table.TableChild)(this.table1 [this.label1]));
     w7.TopAttach    = ((uint)(3));
     w7.BottomAttach = ((uint)(4));
     w7.XOptions     = ((global::Gtk.AttachOptions)(4));
     w7.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     this.label2 = new global::Gtk.Label();
     this.label2.TooltipMarkup = "Path to Publish Tools";
     this.label2.Name          = "label2";
     this.label2.Xalign        = 1F;
     this.label2.LabelProp     = global::Mono.Unix.Catalog.GetString("Publish Tools :");
     this.table1.Add(this.label2);
     global::Gtk.Table.TableChild w8 = ((global::Gtk.Table.TableChild)(this.table1 [this.label2]));
     w8.XOptions = ((global::Gtk.AttachOptions)(4));
     w8.YOptions = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     this.label3 = new global::Gtk.Label();
     this.label3.TooltipMarkup = "Path to Framework";
     this.label3.Name          = "label3";
     this.label3.Xalign        = 1F;
     this.label3.LabelProp     = global::Mono.Unix.Catalog.GetString("Libs Directory :");
     this.table1.Add(this.label3);
     global::Gtk.Table.TableChild w9 = ((global::Gtk.Table.TableChild)(this.table1 [this.label3]));
     w9.TopAttach    = ((uint)(1));
     w9.BottomAttach = ((uint)(2));
     w9.XOptions     = ((global::Gtk.AttachOptions)(4));
     w9.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     this.label4 = new global::Gtk.Label();
     this.label4.TooltipMarkup = "Path to Emulator and Compiler";
     this.label4.Name          = "label4";
     this.label4.Xalign        = 1F;
     this.label4.LabelProp     = global::Mono.Unix.Catalog.GetString("Emulator :");
     this.table1.Add(this.label4);
     global::Gtk.Table.TableChild w10 = ((global::Gtk.Table.TableChild)(this.table1 [this.label4]));
     w10.TopAttach    = ((uint)(2));
     w10.BottomAttach = ((uint)(3));
     w10.XOptions     = ((global::Gtk.AttachOptions)(4));
     w10.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     this.label6           = new global::Gtk.Label();
     this.label6.Name      = "label6";
     this.label6.Xalign    = 1F;
     this.label6.LabelProp = global::Mono.Unix.Catalog.GetString("Console and task font :");
     this.table1.Add(this.label6);
     global::Gtk.Table.TableChild w11 = ((global::Gtk.Table.TableChild)(this.table1 [this.label6]));
     w11.TopAttach    = ((uint)(8));
     w11.BottomAttach = ((uint)(9));
     w11.XOptions     = ((global::Gtk.AttachOptions)(4));
     w11.YOptions     = ((global::Gtk.AttachOptions)(4));
     this.vbox3.Add(this.table1);
     global::Gtk.Box.BoxChild w12 = ((global::Gtk.Box.BoxChild)(this.vbox3 [this.table1]));
     w12.Position = 0;
     // 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.frame1             = new global::Gtk.Frame();
     this.frame1.Name        = "frame1";
     this.frame1.BorderWidth = ((uint)(1));
     // Container child frame1.Gtk.Container+ContainerChild
     this.GtkAlignment2             = new global::Gtk.Alignment(0F, 0F, 1F, 1F);
     this.GtkAlignment2.Name        = "GtkAlignment2";
     this.GtkAlignment2.LeftPadding = ((uint)(12));
     // Container child GtkAlignment2.Gtk.Container+ContainerChild
     this.hbox1 = new global::Gtk.HBox();
     this.hbox1.HeightRequest = 102;
     this.hbox1.Name          = "hbox1";
     this.hbox1.Spacing       = 6;
     // Container child hbox1.Gtk.Box+BoxChild
     this.label5           = new global::Gtk.Label();
     this.label5.Name      = "label5";
     this.label5.Xalign    = 1F;
     this.label5.LabelProp = global::Mono.Unix.Catalog.GetString("Ignored :");
     this.hbox1.Add(this.label5);
     global::Gtk.Box.BoxChild w13 = ((global::Gtk.Box.BoxChild)(this.hbox1 [this.label5]));
     w13.Position = 0;
     w13.Expand   = false;
     w13.Fill     = false;
     // Container child hbox1.Gtk.Box+BoxChild
     this.GtkScrolledWindow1            = new global::Gtk.ScrolledWindow();
     this.GtkScrolledWindow1.Name       = "GtkScrolledWindow1";
     this.GtkScrolledWindow1.ShadowType = ((global::Gtk.ShadowType)(1));
     // Container child GtkScrolledWindow1.Gtk.Container+ContainerChild
     this.tvIgnoreFolder          = new global::Gtk.TreeView();
     this.tvIgnoreFolder.CanFocus = true;
     this.tvIgnoreFolder.Name     = "tvIgnoreFolder";
     this.GtkScrolledWindow1.Add(this.tvIgnoreFolder);
     this.hbox1.Add(this.GtkScrolledWindow1);
     global::Gtk.Box.BoxChild w15 = ((global::Gtk.Box.BoxChild)(this.hbox1 [this.GtkScrolledWindow1]));
     w15.Position = 1;
     // Container child hbox1.Gtk.Box+BoxChild
     this.vbuttonbox1             = new global::Gtk.VButtonBox();
     this.vbuttonbox1.Name        = "vbuttonbox1";
     this.vbuttonbox1.Spacing     = -1;
     this.vbuttonbox1.LayoutStyle = ((global::Gtk.ButtonBoxStyle)(3));
     // Container child vbuttonbox1.Gtk.ButtonBox+ButtonBoxChild
     this.btnAddIF              = new global::Gtk.Button();
     this.btnAddIF.CanFocus     = true;
     this.btnAddIF.Name         = "btnAddIF";
     this.btnAddIF.UseUnderline = true;
     this.btnAddIF.Label        = global::Mono.Unix.Catalog.GetString("Add");
     this.vbuttonbox1.Add(this.btnAddIF);
     global::Gtk.ButtonBox.ButtonBoxChild w16 = ((global::Gtk.ButtonBox.ButtonBoxChild)(this.vbuttonbox1 [this.btnAddIF]));
     w16.Expand = false;
     w16.Fill   = false;
     // Container child vbuttonbox1.Gtk.ButtonBox+ButtonBoxChild
     this.btnEditIF              = new global::Gtk.Button();
     this.btnEditIF.CanFocus     = true;
     this.btnEditIF.Name         = "btnEditIF";
     this.btnEditIF.UseUnderline = true;
     this.btnEditIF.Label        = global::Mono.Unix.Catalog.GetString("Edit");
     this.vbuttonbox1.Add(this.btnEditIF);
     global::Gtk.ButtonBox.ButtonBoxChild w17 = ((global::Gtk.ButtonBox.ButtonBoxChild)(this.vbuttonbox1 [this.btnEditIF]));
     w17.Position = 1;
     w17.Expand   = false;
     w17.Fill     = false;
     // Container child vbuttonbox1.Gtk.ButtonBox+ButtonBoxChild
     this.btnDeleteIF              = new global::Gtk.Button();
     this.btnDeleteIF.CanFocus     = true;
     this.btnDeleteIF.Name         = "btnDeleteIF";
     this.btnDeleteIF.UseUnderline = true;
     this.btnDeleteIF.Label        = global::Mono.Unix.Catalog.GetString("Delete");
     this.vbuttonbox1.Add(this.btnDeleteIF);
     global::Gtk.ButtonBox.ButtonBoxChild w18 = ((global::Gtk.ButtonBox.ButtonBoxChild)(this.vbuttonbox1 [this.btnDeleteIF]));
     w18.Position = 2;
     w18.Expand   = false;
     w18.Fill     = false;
     // Container child vbuttonbox1.Gtk.ButtonBox+ButtonBoxChild
     this.button8              = new global::Gtk.Button();
     this.button8.CanFocus     = true;
     this.button8.Name         = "button8";
     this.button8.UseUnderline = true;
     this.button8.Label        = global::Mono.Unix.Catalog.GetString("Reset");
     this.vbuttonbox1.Add(this.button8);
     global::Gtk.ButtonBox.ButtonBoxChild w19 = ((global::Gtk.ButtonBox.ButtonBoxChild)(this.vbuttonbox1 [this.button8]));
     w19.Position = 3;
     w19.Expand   = false;
     w19.Fill     = false;
     this.hbox1.Add(this.vbuttonbox1);
     global::Gtk.Box.BoxChild w20 = ((global::Gtk.Box.BoxChild)(this.hbox1 [this.vbuttonbox1]));
     w20.Position = 2;
     w20.Expand   = false;
     w20.Fill     = false;
     this.GtkAlignment2.Add(this.hbox1);
     this.frame1.Add(this.GtkAlignment2);
     this.GtkLabel11           = new global::Gtk.Label();
     this.GtkLabel11.Name      = "GtkLabel11";
     this.GtkLabel11.LabelProp = global::Mono.Unix.Catalog.GetString("<b>Ignore Folder</b>");
     this.GtkLabel11.UseMarkup = true;
     this.frame1.LabelWidget   = this.GtkLabel11;
     this.notebook1.Add(this.frame1);
     // Notebook tab
     this.label7           = new global::Gtk.Label();
     this.label7.Name      = "label7";
     this.label7.LabelProp = global::Mono.Unix.Catalog.GetString("Ignore Folder");
     this.notebook1.SetTabLabel(this.frame1, this.label7);
     this.label7.ShowAll();
     // Container child notebook1.Gtk.Notebook+NotebookChild
     this.frame2             = new global::Gtk.Frame();
     this.frame2.Name        = "frame2";
     this.frame2.BorderWidth = ((uint)(1));
     // Container child frame2.Gtk.Container+ContainerChild
     this.GtkAlignment3             = new global::Gtk.Alignment(0F, 0F, 1F, 1F);
     this.GtkAlignment3.Name        = "GtkAlignment3";
     this.GtkAlignment3.LeftPadding = ((uint)(12));
     // Container child GtkAlignment3.Gtk.Container+ContainerChild
     this.hbox2 = new global::Gtk.HBox();
     this.hbox2.HeightRequest = 102;
     this.hbox2.Name          = "hbox2";
     this.hbox2.Spacing       = 6;
     // Container child hbox2.Gtk.Box+BoxChild
     this.labelFi           = new global::Gtk.Label();
     this.labelFi.Name      = "labelFi";
     this.labelFi.Xalign    = 1F;
     this.labelFi.LabelProp = global::Mono.Unix.Catalog.GetString("Ignored :");
     this.hbox2.Add(this.labelFi);
     global::Gtk.Box.BoxChild w24 = ((global::Gtk.Box.BoxChild)(this.hbox2 [this.labelFi]));
     w24.Position = 0;
     w24.Expand   = false;
     w24.Fill     = false;
     // Container child hbox2.Gtk.Box+BoxChild
     this.GtkScrolledWindow2            = new global::Gtk.ScrolledWindow();
     this.GtkScrolledWindow2.Name       = "GtkScrolledWindow2";
     this.GtkScrolledWindow2.ShadowType = ((global::Gtk.ShadowType)(1));
     // Container child GtkScrolledWindow2.Gtk.Container+ContainerChild
     this.tvIgnoreFiles          = new global::Gtk.TreeView();
     this.tvIgnoreFiles.CanFocus = true;
     this.tvIgnoreFiles.Name     = "tvIgnoreFiles";
     this.GtkScrolledWindow2.Add(this.tvIgnoreFiles);
     this.hbox2.Add(this.GtkScrolledWindow2);
     global::Gtk.Box.BoxChild w26 = ((global::Gtk.Box.BoxChild)(this.hbox2 [this.GtkScrolledWindow2]));
     w26.Position = 1;
     // Container child hbox2.Gtk.Box+BoxChild
     this.vbuttonbox2             = new global::Gtk.VButtonBox();
     this.vbuttonbox2.Name        = "vbuttonbox2";
     this.vbuttonbox2.Spacing     = -1;
     this.vbuttonbox2.LayoutStyle = ((global::Gtk.ButtonBoxStyle)(3));
     // Container child vbuttonbox2.Gtk.ButtonBox+ButtonBoxChild
     this.btnAddIFi              = new global::Gtk.Button();
     this.btnAddIFi.CanFocus     = true;
     this.btnAddIFi.Name         = "btnAddIFi";
     this.btnAddIFi.UseUnderline = true;
     this.btnAddIFi.Label        = global::Mono.Unix.Catalog.GetString("Add");
     this.vbuttonbox2.Add(this.btnAddIFi);
     global::Gtk.ButtonBox.ButtonBoxChild w27 = ((global::Gtk.ButtonBox.ButtonBoxChild)(this.vbuttonbox2 [this.btnAddIFi]));
     w27.Expand = false;
     w27.Fill   = false;
     // Container child vbuttonbox2.Gtk.ButtonBox+ButtonBoxChild
     this.btnEditIFi              = new global::Gtk.Button();
     this.btnEditIFi.CanFocus     = true;
     this.btnEditIFi.Name         = "btnEditIFi";
     this.btnEditIFi.UseUnderline = true;
     this.btnEditIFi.Label        = global::Mono.Unix.Catalog.GetString("Edit");
     this.vbuttonbox2.Add(this.btnEditIFi);
     global::Gtk.ButtonBox.ButtonBoxChild w28 = ((global::Gtk.ButtonBox.ButtonBoxChild)(this.vbuttonbox2 [this.btnEditIFi]));
     w28.Position = 1;
     w28.Expand   = false;
     w28.Fill     = false;
     // Container child vbuttonbox2.Gtk.ButtonBox+ButtonBoxChild
     this.btnDeleteIFi              = new global::Gtk.Button();
     this.btnDeleteIFi.CanFocus     = true;
     this.btnDeleteIFi.Name         = "btnDeleteIFi";
     this.btnDeleteIFi.UseUnderline = true;
     this.btnDeleteIFi.Label        = global::Mono.Unix.Catalog.GetString("Delete");
     this.vbuttonbox2.Add(this.btnDeleteIFi);
     global::Gtk.ButtonBox.ButtonBoxChild w29 = ((global::Gtk.ButtonBox.ButtonBoxChild)(this.vbuttonbox2 [this.btnDeleteIFi]));
     w29.Position = 2;
     w29.Expand   = false;
     w29.Fill     = false;
     // Container child vbuttonbox2.Gtk.ButtonBox+ButtonBoxChild
     this.btnResetIFi              = new global::Gtk.Button();
     this.btnResetIFi.CanFocus     = true;
     this.btnResetIFi.Name         = "btnResetIFi";
     this.btnResetIFi.UseUnderline = true;
     this.btnResetIFi.Label        = global::Mono.Unix.Catalog.GetString("Reset");
     this.vbuttonbox2.Add(this.btnResetIFi);
     global::Gtk.ButtonBox.ButtonBoxChild w30 = ((global::Gtk.ButtonBox.ButtonBoxChild)(this.vbuttonbox2 [this.btnResetIFi]));
     w30.Position = 3;
     w30.Expand   = false;
     w30.Fill     = false;
     this.hbox2.Add(this.vbuttonbox2);
     global::Gtk.Box.BoxChild w31 = ((global::Gtk.Box.BoxChild)(this.hbox2 [this.vbuttonbox2]));
     w31.Position = 2;
     w31.Expand   = false;
     w31.Fill     = false;
     this.GtkAlignment3.Add(this.hbox2);
     this.frame2.Add(this.GtkAlignment3);
     this.GtkLabel16           = new global::Gtk.Label();
     this.GtkLabel16.Name      = "GtkLabel16";
     this.GtkLabel16.LabelProp = global::Mono.Unix.Catalog.GetString("<b>Ignore Files</b>");
     this.GtkLabel16.UseMarkup = true;
     this.frame2.LabelWidget   = this.GtkLabel16;
     this.notebook1.Add(this.frame2);
     global::Gtk.Notebook.NotebookChild w34 = ((global::Gtk.Notebook.NotebookChild)(this.notebook1 [this.frame2]));
     w34.Position = 1;
     // Notebook tab
     this.label8           = new global::Gtk.Label();
     this.label8.Name      = "label8";
     this.label8.LabelProp = global::Mono.Unix.Catalog.GetString("Ignore Files");
     this.notebook1.SetTabLabel(this.frame2, this.label8);
     this.label8.ShowAll();
     this.vbox3.Add(this.notebook1);
     global::Gtk.Box.BoxChild w35 = ((global::Gtk.Box.BoxChild)(this.vbox3 [this.notebook1]));
     w35.Position = 1;
     w35.Expand   = false;
     w35.Fill     = false;
     this.Add(this.vbox3);
     if ((this.Child != null))
     {
         this.Child.ShowAll();
     }
     this.Hide();
     this.btnAddIF.Clicked     += new global::System.EventHandler(this.OnBtnAddIFClicked);
     this.btnEditIF.Clicked    += new global::System.EventHandler(this.OnBtnEditIFClicked);
     this.btnDeleteIF.Clicked  += new global::System.EventHandler(this.OnBtnDeleteIFClicked);
     this.button8.Clicked      += new global::System.EventHandler(this.OnButton8Clicked);
     this.btnAddIFi.Clicked    += new global::System.EventHandler(this.OnBtnAddIFiClicked);
     this.btnEditIFi.Clicked   += new global::System.EventHandler(this.OnBtnEditIFiClicked);
     this.btnDeleteIFi.Clicked += new global::System.EventHandler(this.OnBtnDeleteIFiClicked);
     this.btnResetIFi.Clicked  += new global::System.EventHandler(this.OnBtnResetIFiClicked);
 }
 protected virtual void Build()
 {
     global::Stetic.Gui.Initialize (this);
     // Widget MainWindow
     this.UIManager = new global::Gtk.UIManager ();
     global::Gtk.ActionGroup w1 = new global::Gtk.ActionGroup ("Default");
     this.FileAction = new global::Gtk.Action ("FileAction", global::Mono.Unix.Catalog.GetString ("File"), null, null);
     this.FileAction.ShortLabel = global::Mono.Unix.Catalog.GetString ("File");
     w1.Add (this.FileAction, null);
     this.TestsAction = new global::Gtk.Action ("TestsAction", global::Mono.Unix.Catalog.GetString ("Tests"), null, null);
     this.TestsAction.ShortLabel = global::Mono.Unix.Catalog.GetString ("Tests");
     w1.Add (this.TestsAction, null);
     this.RunAllAction = new global::Gtk.Action ("RunAllAction", global::Mono.Unix.Catalog.GetString ("Run All"), null, null);
     this.RunAllAction.ShortLabel = global::Mono.Unix.Catalog.GetString ("Run All");
     w1.Add (this.RunAllAction, null);
     this.BLHAAction = new global::Gtk.Action ("BLHAAction", global::Mono.Unix.Catalog.GetString ("BLHA"), null, null);
     this.BLHAAction.ShortLabel = global::Mono.Unix.Catalog.GetString ("BLHA");
     w1.Add (this.BLHAAction, null);
     this.UIManager.InsertActionGroup (w1, 0);
     this.AddAccelGroup (this.UIManager.AccelGroup);
     this.Name = "MainWindow";
     this.Title = global::Mono.Unix.Catalog.GetString ("MainWindow");
     this.WindowPosition = ((global::Gtk.WindowPosition)(4));
     // Container child MainWindow.Gtk.Container+ContainerChild
     this.vbox1 = new global::Gtk.VBox ();
     this.vbox1.Name = "vbox1";
     this.vbox1.Spacing = 6;
     // Container child vbox1.Gtk.Box+BoxChild
     this.UIManager.AddUiFromString ("<ui><menubar name=\'menubar\'><menu name=\'FileAction\' action=\'FileAction\'/><menu na" +
     "me=\'TestsAction\' action=\'TestsAction\'><menuitem name=\'RunAllAction\' action=\'RunA" +
     "llAction\'/></menu></menubar></ui>");
     this.menubar = ((global::Gtk.MenuBar)(this.UIManager.GetWidget ("/menubar")));
     this.menubar.Name = "menubar";
     this.vbox1.Add (this.menubar);
     global::Gtk.Box.BoxChild w2 = ((global::Gtk.Box.BoxChild)(this.vbox1 [this.menubar]));
     w2.Position = 0;
     w2.Expand = false;
     w2.Fill = false;
     // Container child vbox1.Gtk.Box+BoxChild
     this.frame1 = new global::Gtk.Frame ();
     this.frame1.Name = "frame1";
     this.frame1.ShadowType = ((global::Gtk.ShadowType)(0));
     // Container child frame1.Gtk.Container+ContainerChild
     this.GtkAlignment = new global::Gtk.Alignment (0F, 0F, 1F, 1F);
     this.GtkAlignment.Name = "GtkAlignment";
     this.GtkAlignment.LeftPadding = ((uint)(12));
     // Container child GtkAlignment.Gtk.Container+ContainerChild
     this.summaryView = new global::Gtk.TextView ();
     this.summaryView.CanFocus = true;
     this.summaryView.Name = "summaryView";
     this.summaryView.Editable = false;
     this.GtkAlignment.Add (this.summaryView);
     this.frame1.Add (this.GtkAlignment);
     this.GtkLabel2 = new global::Gtk.Label ();
     this.GtkLabel2.Name = "GtkLabel2";
     this.GtkLabel2.LabelProp = global::Mono.Unix.Catalog.GetString ("<b>Summary</b>");
     this.GtkLabel2.UseMarkup = true;
     this.frame1.LabelWidget = this.GtkLabel2;
     this.vbox1.Add (this.frame1);
     global::Gtk.Box.BoxChild w5 = ((global::Gtk.Box.BoxChild)(this.vbox1 [this.frame1]));
     w5.Position = 1;
     w5.Expand = false;
     // Container child vbox1.Gtk.Box+BoxChild
     this.frame2 = new global::Gtk.Frame ();
     this.frame2.Name = "frame2";
     this.frame2.ShadowType = ((global::Gtk.ShadowType)(0));
     // Container child frame2.Gtk.Container+ContainerChild
     this.GtkAlignment1 = new global::Gtk.Alignment (0F, 0F, 1F, 1F);
     this.GtkAlignment1.Name = "GtkAlignment1";
     this.GtkAlignment1.LeftPadding = ((uint)(12));
     // Container child GtkAlignment1.Gtk.Container+ContainerChild
     this.GtkScrolledWindow = new global::Gtk.ScrolledWindow ();
     this.GtkScrolledWindow.Name = "GtkScrolledWindow";
     this.GtkScrolledWindow.ShadowType = ((global::Gtk.ShadowType)(1));
     // Container child GtkScrolledWindow.Gtk.Container+ContainerChild
     this.detailsView = new global::Gtk.TextView ();
     this.detailsView.CanFocus = true;
     this.detailsView.Name = "detailsView";
     this.detailsView.Editable = false;
     this.GtkScrolledWindow.Add (this.detailsView);
     this.GtkAlignment1.Add (this.GtkScrolledWindow);
     this.frame2.Add (this.GtkAlignment1);
     this.GtkLabel3 = new global::Gtk.Label ();
     this.GtkLabel3.Name = "GtkLabel3";
     this.GtkLabel3.LabelProp = global::Mono.Unix.Catalog.GetString ("<b>Details</b>");
     this.GtkLabel3.UseMarkup = true;
     this.frame2.LabelWidget = this.GtkLabel3;
     this.vbox1.Add (this.frame2);
     global::Gtk.Box.BoxChild w9 = ((global::Gtk.Box.BoxChild)(this.vbox1 [this.frame2]));
     w9.Position = 2;
     this.Add (this.vbox1);
     if ((this.Child != null)) {
         this.Child.ShowAll ();
     }
     this.DefaultWidth = 792;
     this.DefaultHeight = 366;
     this.Show ();
     this.DeleteEvent += new global::Gtk.DeleteEventHandler (this.OnDeleteEvent);
     this.RunAllAction.Activated += new global::System.EventHandler (this.RunAllTests);
     this.BLHAAction.Activated += new global::System.EventHandler (this.TESTACTION);
 }
		protected virtual void Build ()
		{
			global::Stetic.Gui.Initialize (this);
			// Widget MonoDevelop.Gettext.GettextFeatureWidget
			global::Stetic.BinContainer.Attach (this);
			this.Name = "MonoDevelop.Gettext.GettextFeatureWidget";
			// Container child MonoDevelop.Gettext.GettextFeatureWidget.Gtk.Container+ContainerChild
			this.vbox2 = new global::Gtk.VBox ();
			this.vbox2.Name = "vbox2";
			this.vbox2.Spacing = 6;
			this.vbox2.BorderWidth = ((uint)(8));
			// Container child vbox2.Gtk.Box+BoxChild
			this.label4 = new global::Gtk.Label ();
			this.label4.Name = "label4";
			this.label4.Xalign = 0F;
			this.label4.LabelProp = global::Mono.Unix.Catalog.GetString ("Select the languages you want to support (more languages can be added later):");
			this.vbox2.Add (this.label4);
			global::Gtk.Box.BoxChild w1 = ((global::Gtk.Box.BoxChild)(this.vbox2 [this.label4]));
			w1.Position = 0;
			w1.Expand = false;
			w1.Fill = false;
			// Container child vbox2.Gtk.Box+BoxChild
			this.hbox1 = new global::Gtk.HBox ();
			this.hbox1.Name = "hbox1";
			this.hbox1.Spacing = 6;
			// Container child hbox1.Gtk.Box+BoxChild
			this.vbox3 = new global::Gtk.VBox ();
			this.vbox3.Name = "vbox3";
			this.vbox3.Spacing = 6;
			// Container child vbox3.Gtk.Box+BoxChild
			this.frame1 = new global::Gtk.Frame ();
			this.frame1.Name = "frame1";
			this.frame1.ShadowType = ((global::Gtk.ShadowType)(1));
			// Container child frame1.Gtk.Container+ContainerChild
			this.treeviewTranslations = new global::Gtk.TreeView ();
			this.treeviewTranslations.WidthRequest = 200;
			this.treeviewTranslations.CanFocus = true;
			this.treeviewTranslations.Name = "treeviewTranslations";
			this.frame1.Add (this.treeviewTranslations);
			this.vbox3.Add (this.frame1);
			global::Gtk.Box.BoxChild w3 = ((global::Gtk.Box.BoxChild)(this.vbox3 [this.frame1]));
			w3.Position = 0;
			this.hbox1.Add (this.vbox3);
			global::Gtk.Box.BoxChild w4 = ((global::Gtk.Box.BoxChild)(this.hbox1 [this.vbox3]));
			w4.Position = 0;
			// Container child hbox1.Gtk.Box+BoxChild
			this.vbox4 = new global::Gtk.VBox ();
			this.vbox4.Name = "vbox4";
			this.vbox4.Spacing = 6;
			// Container child vbox4.Gtk.Box+BoxChild
			this.buttonAdd = new global::Gtk.Button ();
			this.buttonAdd.CanFocus = true;
			this.buttonAdd.Name = "buttonAdd";
			this.buttonAdd.UseStock = true;
			this.buttonAdd.UseUnderline = true;
			this.buttonAdd.Label = "gtk-add";
			this.vbox4.Add (this.buttonAdd);
			global::Gtk.Box.BoxChild w5 = ((global::Gtk.Box.BoxChild)(this.vbox4 [this.buttonAdd]));
			w5.Position = 0;
			w5.Expand = false;
			w5.Fill = false;
			// Container child vbox4.Gtk.Box+BoxChild
			this.buttonRemove = new global::Gtk.Button ();
			this.buttonRemove.CanFocus = true;
			this.buttonRemove.Name = "buttonRemove";
			this.buttonRemove.UseStock = true;
			this.buttonRemove.UseUnderline = true;
			this.buttonRemove.Label = "gtk-remove";
			this.vbox4.Add (this.buttonRemove);
			global::Gtk.Box.BoxChild w6 = ((global::Gtk.Box.BoxChild)(this.vbox4 [this.buttonRemove]));
			w6.Position = 1;
			w6.Expand = false;
			w6.Fill = false;
			this.hbox1.Add (this.vbox4);
			global::Gtk.Box.BoxChild w7 = ((global::Gtk.Box.BoxChild)(this.hbox1 [this.vbox4]));
			w7.Position = 1;
			w7.Expand = false;
			w7.Fill = false;
			this.vbox2.Add (this.hbox1);
			global::Gtk.Box.BoxChild w8 = ((global::Gtk.Box.BoxChild)(this.vbox2 [this.hbox1]));
			w8.Position = 1;
			w8.Expand = false;
			w8.Fill = false;
			this.Add (this.vbox2);
			if ((this.Child != null)) {
				this.Child.ShowAll ();
			}
			this.Show ();
		}
Exemplo n.º 45
0
 protected virtual void Build()
 {
     global::Stetic.Gui.Initialize (this);
     // Widget MainWindow
     this.UIManager = new global::Gtk.UIManager ();
     global::Gtk.ActionGroup w1 = new global::Gtk.ActionGroup ("Default");
     this.FileAction = new global::Gtk.Action ("FileAction", global::Mono.Unix.Catalog.GetString ("_File"), null, null);
     this.FileAction.ShortLabel = global::Mono.Unix.Catalog.GetString ("_File");
     w1.Add (this.FileAction, null);
     this.NewAction = new global::Gtk.Action ("NewAction", global::Mono.Unix.Catalog.GetString ("_New"), global::Mono.Unix.Catalog.GetString ("Creates new pipe"), "gtk-new");
     this.NewAction.ShortLabel = global::Mono.Unix.Catalog.GetString ("_New");
     w1.Add (this.NewAction, "<Control>n");
     this.OpenAction = new global::Gtk.Action ("OpenAction", global::Mono.Unix.Catalog.GetString ("_Open"), global::Mono.Unix.Catalog.GetString ("Opens existing pipe"), "gtk-open");
     this.OpenAction.ShortLabel = global::Mono.Unix.Catalog.GetString ("_Open");
     w1.Add (this.OpenAction, "<Control>o");
     this.SaveAction = new global::Gtk.Action ("SaveAction", global::Mono.Unix.Catalog.GetString ("_Save"), global::Mono.Unix.Catalog.GetString ("Saves pipe"), "gtk-floppy");
     this.SaveAction.Sensitive = false;
     this.SaveAction.ShortLabel = global::Mono.Unix.Catalog.GetString ("_Save");
     w1.Add (this.SaveAction, "<Control>s");
     this.SaveAsAction = new global::Gtk.Action ("SaveAsAction", global::Mono.Unix.Catalog.GetString ("Save _As"), global::Mono.Unix.Catalog.GetString ("Saves pipe as new file"), "gtk-save-as");
     this.SaveAsAction.ShortLabel = global::Mono.Unix.Catalog.GetString ("Save _As");
     w1.Add (this.SaveAsAction, "<Control>q");
     this.ImportAction = new global::Gtk.Action ("ImportAction", global::Mono.Unix.Catalog.GetString ("_Import"), global::Mono.Unix.Catalog.GetString ("Imports PCL formatted pipe from the clipboard"), "gtk-go-down");
     this.ImportAction.ShortLabel = global::Mono.Unix.Catalog.GetString ("_Import");
     w1.Add (this.ImportAction, null);
     this.ExportAction = new global::Gtk.Action ("ExportAction", global::Mono.Unix.Catalog.GetString ("_Export"), global::Mono.Unix.Catalog.GetString ("Exports PCL formatted pipe to the clipboard"), "gtk-go-up");
     this.ExportAction.ShortLabel = global::Mono.Unix.Catalog.GetString ("_Export");
     w1.Add (this.ExportAction, null);
     this.ExitAction = new global::Gtk.Action ("ExitAction", global::Mono.Unix.Catalog.GetString ("E_xit"), global::Mono.Unix.Catalog.GetString ("Quits application"), "gtk-quit");
     this.ExitAction.ShortLabel = global::Mono.Unix.Catalog.GetString ("E_xit");
     w1.Add (this.ExitAction, null);
     this.EditAction = new global::Gtk.Action ("EditAction", global::Mono.Unix.Catalog.GetString ("_Edit"), null, null);
     this.EditAction.ShortLabel = global::Mono.Unix.Catalog.GetString ("_Edit");
     w1.Add (this.EditAction, null);
     this.CutAction = new global::Gtk.Action ("CutAction", global::Mono.Unix.Catalog.GetString ("Cu_t"), null, "gtk-cut");
     this.CutAction.ShortLabel = global::Mono.Unix.Catalog.GetString ("Cu_t");
     w1.Add (this.CutAction, "<Control>x");
     this.CopyAction = new global::Gtk.Action ("CopyAction", global::Mono.Unix.Catalog.GetString ("_Copy"), null, "gtk-copy");
     this.CopyAction.ShortLabel = global::Mono.Unix.Catalog.GetString ("_Copy");
     w1.Add (this.CopyAction, "<Control>c");
     this.PasteAction = new global::Gtk.Action ("PasteAction", global::Mono.Unix.Catalog.GetString ("_Paste"), null, "gtk-paste");
     this.PasteAction.ShortLabel = global::Mono.Unix.Catalog.GetString ("_Paste");
     w1.Add (this.PasteAction, "<Control>v");
     this.DeleteAction = new global::Gtk.Action ("DeleteAction", global::Mono.Unix.Catalog.GetString ("_Delete"), null, "gtk-delete");
     this.DeleteAction.ShortLabel = global::Mono.Unix.Catalog.GetString ("_Delete");
     w1.Add (this.DeleteAction, null);
     this.SelectAllAction = new global::Gtk.Action ("SelectAllAction", global::Mono.Unix.Catalog.GetString ("Select _All"), null, "gtk-select-all");
     this.SelectAllAction.ShortLabel = global::Mono.Unix.Catalog.GetString ("Select _All");
     w1.Add (this.SelectAllAction, "<Control>a");
     this.PreferencesAction = new global::Gtk.Action ("PreferencesAction", global::Mono.Unix.Catalog.GetString ("Prefere_nces"), null, "gtk-preferences");
     this.PreferencesAction.ShortLabel = global::Mono.Unix.Catalog.GetString ("Prefere_nces");
     w1.Add (this.PreferencesAction, null);
     this.PipeAction = new global::Gtk.Action ("PipeAction", global::Mono.Unix.Catalog.GetString ("_Pipe"), null, null);
     this.PipeAction.ShortLabel = global::Mono.Unix.Catalog.GetString ("_Pipe");
     w1.Add (this.PipeAction, null);
     this.RunAction = new global::Gtk.Action ("RunAction", global::Mono.Unix.Catalog.GetString ("_Run"), global::Mono.Unix.Catalog.GetString ("Runs entire pipe"), "gtk-media-play");
     this.RunAction.Sensitive = false;
     this.RunAction.ShortLabel = global::Mono.Unix.Catalog.GetString ("_Run");
     w1.Add (this.RunAction, "<Control>r");
     this.RunToLineAction = new global::Gtk.Action ("RunToLineAction", global::Mono.Unix.Catalog.GetString ("Run _To Line"), global::Mono.Unix.Catalog.GetString ("Runs pipe to current line only"), "gtk-media-record");
     this.RunToLineAction.Sensitive = false;
     this.RunToLineAction.ShortLabel = global::Mono.Unix.Catalog.GetString ("Run _To Line");
     w1.Add (this.RunToLineAction, "<Control>t");
     this.HelpAction = new global::Gtk.Action ("HelpAction", global::Mono.Unix.Catalog.GetString ("_Help"), null, null);
     this.HelpAction.ShortLabel = global::Mono.Unix.Catalog.GetString ("_Help");
     w1.Add (this.HelpAction, null);
     this.UserGuideAction = new global::Gtk.Action ("UserGuideAction", global::Mono.Unix.Catalog.GetString ("_User Guide"), null, "gtk-help");
     this.UserGuideAction.ShortLabel = global::Mono.Unix.Catalog.GetString ("_User Guide");
     w1.Add (this.UserGuideAction, "F1");
     this.SupportForumAction = new global::Gtk.Action ("SupportForumAction", global::Mono.Unix.Catalog.GetString ("Support _Forum"), null, null);
     this.SupportForumAction.ShortLabel = global::Mono.Unix.Catalog.GetString ("Support _Forum");
     w1.Add (this.SupportForumAction, null);
     this.VisitOurHomepageAction = new global::Gtk.Action ("VisitOurHomepageAction", global::Mono.Unix.Catalog.GetString ("Visit Our Homepage"), null, "gtk-home");
     this.VisitOurHomepageAction.ShortLabel = global::Mono.Unix.Catalog.GetString ("Visit Our Homepage");
     w1.Add (this.VisitOurHomepageAction, 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");
     w1.Add (this.AboutAction, null);
     this.QuickStartTutorialAction = new global::Gtk.Action ("QuickStartTutorialAction", global::Mono.Unix.Catalog.GetString ("Quick Start Tutorial"), global::Mono.Unix.Catalog.GetString ("Display quick start tutorial"), null);
     this.QuickStartTutorialAction.ShortLabel = global::Mono.Unix.Catalog.GetString ("Quick Start Tutorial");
     w1.Add (this.QuickStartTutorialAction, null);
     this.FontAction = new global::Gtk.Action ("FontAction", global::Mono.Unix.Catalog.GetString ("_Font"), null, null);
     this.FontAction.ShortLabel = global::Mono.Unix.Catalog.GetString ("_Font");
     w1.Add (this.FontAction, null);
     this.AppendStrAction = new global::Gtk.Action ("AppendStrAction", global::Mono.Unix.Catalog.GetString ("AppendStr"), null, "gtk-add");
     this.AppendStrAction.ShortLabel = global::Mono.Unix.Catalog.GetString ("AppendStr");
     w1.Add (this.AppendStrAction, null);
     this.BottomLinesAction = new global::Gtk.Action ("BottomLinesAction", global::Mono.Unix.Catalog.GetString ("BottomLines"), null, "gtk-goto-bottom");
     this.BottomLinesAction.ShortLabel = global::Mono.Unix.Catalog.GetString ("BottomLines");
     w1.Add (this.BottomLinesAction, null);
     this.CallAction = new global::Gtk.Action ("CallAction", global::Mono.Unix.Catalog.GetString ("Call"), null, null);
     this.CallAction.ShortLabel = global::Mono.Unix.Catalog.GetString ("Call");
     w1.Add (this.CallAction, null);
     this.CountCharsAction = new global::Gtk.Action ("CountCharsAction", global::Mono.Unix.Catalog.GetString ("CountChars"), null, null);
     this.CountCharsAction.ShortLabel = global::Mono.Unix.Catalog.GetString ("CountChars");
     w1.Add (this.CountCharsAction, null);
     this.CountLinesAction = new global::Gtk.Action ("CountLinesAction", global::Mono.Unix.Catalog.GetString ("CountLines"), null, null);
     this.CountLinesAction.ShortLabel = global::Mono.Unix.Catalog.GetString ("CountLines");
     w1.Add (this.CountLinesAction, null);
     this.DelBlankLinesAction = new global::Gtk.Action ("DelBlankLinesAction", global::Mono.Unix.Catalog.GetString ("DelBlankLines"), null, null);
     this.DelBlankLinesAction.ShortLabel = global::Mono.Unix.Catalog.GetString ("DelBlankLines");
     w1.Add (this.DelBlankLinesAction, null);
     this.DelCharsAction = new global::Gtk.Action ("DelCharsAction", global::Mono.Unix.Catalog.GetString ("DelChars"), null, null);
     this.DelCharsAction.ShortLabel = global::Mono.Unix.Catalog.GetString ("DelChars");
     w1.Add (this.DelCharsAction, null);
     this.ExclLinesAction = new global::Gtk.Action ("ExclLinesAction", global::Mono.Unix.Catalog.GetString ("ExclLines"), null, null);
     this.ExclLinesAction.ShortLabel = global::Mono.Unix.Catalog.GetString ("ExclLines");
     w1.Add (this.ExclLinesAction, null);
     this.InclLinesAction = new global::Gtk.Action ("InclLinesAction", global::Mono.Unix.Catalog.GetString ("InclLines"), null, null);
     this.InclLinesAction.ShortLabel = global::Mono.Unix.Catalog.GetString ("InclLines");
     w1.Add (this.InclLinesAction, null);
     this.InsLineNoAction = new global::Gtk.Action ("InsLineNoAction", global::Mono.Unix.Catalog.GetString ("InsLineNo"), null, null);
     this.InsLineNoAction.ShortLabel = global::Mono.Unix.Catalog.GetString ("InsLineNo");
     w1.Add (this.InsLineNoAction, null);
     this.InsStrAction = new global::Gtk.Action ("InsStrAction", global::Mono.Unix.Catalog.GetString ("InsStr"), null, null);
     this.InsStrAction.ShortLabel = global::Mono.Unix.Catalog.GetString ("InsStr");
     w1.Add (this.InsStrAction, null);
     this.WrapTextAction = new global::Gtk.ToggleAction ("WrapTextAction", global::Mono.Unix.Catalog.GetString ("_Wrap Text"), null, null);
     this.WrapTextAction.ShortLabel = global::Mono.Unix.Catalog.GetString ("_Wrap Text");
     w1.Add (this.WrapTextAction, null);
     this.InsertCursorColAction = new global::Gtk.Action ("InsertCursorColAction", global::Mono.Unix.Catalog.GetString ("Insert Cursor Col"), null, "gtk-add");
     this.InsertCursorColAction.ShortLabel = global::Mono.Unix.Catalog.GetString ("Insert Cursor Col");
     w1.Add (this.InsertCursorColAction, null);
     this.DemosAction = new global::Gtk.Action ("DemosAction", global::Mono.Unix.Catalog.GetString ("_Demos"), null, null);
     this.DemosAction.ShortLabel = global::Mono.Unix.Catalog.GetString ("_Demos");
     w1.Add (this.DemosAction, null);
     this.UIManager.InsertActionGroup (w1, 0);
     this.AddAccelGroup (this.UIManager.AccelGroup);
     this.Name = "MainWindow";
     this.Title = global::Mono.Unix.Catalog.GetString ("PipeWrench");
     this.Icon = global::Stetic.IconLoader.LoadIcon (this, "stock_standard-filter", global::Gtk.IconSize.Menu);
     this.WindowPosition = ((global::Gtk.WindowPosition)(4));
     // Container child MainWindow.Gtk.Container+ContainerChild
     this.vbox1 = new global::Gtk.VBox ();
     this.vbox1.Name = "vbox1";
     this.vbox1.Spacing = 6;
     // Container child vbox1.Gtk.Box+BoxChild
     this.UIManager.AddUiFromString ("<ui><menubar name='menubar1'><menu name='FileAction' action='FileAction'><menuitem name='NewAction' action='NewAction'/><menuitem name='OpenAction' action='OpenAction'/><menuitem name='SaveAction' action='SaveAction'/><menuitem name='SaveAsAction' action='SaveAsAction'/><separator/><menuitem name='ImportAction' action='ImportAction'/><menuitem name='ExportAction' action='ExportAction'/><separator/><menuitem name='ExitAction' action='ExitAction'/></menu><menu name='EditAction' action='EditAction'><menuitem name='CutAction' action='CutAction'/><menuitem name='CopyAction' action='CopyAction'/><menuitem name='PasteAction' action='PasteAction'/><menuitem name='DeleteAction' action='DeleteAction'/><menuitem name='SelectAllAction' action='SelectAllAction'/><separator/><menuitem name='InsertCursorColAction' action='InsertCursorColAction'/><separator/><menuitem name='PreferencesAction' action='PreferencesAction'/></menu><menu name='PipeAction' action='PipeAction'><menuitem name='RunAction' action='RunAction'/><menuitem name='RunToLineAction' action='RunToLineAction'/></menu><menu name='HelpAction' action='HelpAction'><menuitem name='UserGuideAction' action='UserGuideAction'/><menuitem name='DemosAction' action='DemosAction'/><separator/><menuitem name='AboutAction' action='AboutAction'/></menu></menubar></ui>");
     this.menubar1 = ((global::Gtk.MenuBar)(this.UIManager.GetWidget ("/menubar1")));
     this.menubar1.Name = "menubar1";
     this.vbox1.Add (this.menubar1);
     global::Gtk.Box.BoxChild w2 = ((global::Gtk.Box.BoxChild)(this.vbox1 [this.menubar1]));
     w2.Position = 0;
     w2.Expand = false;
     w2.Fill = false;
     // Container child vbox1.Gtk.Box+BoxChild
     this.UIManager.AddUiFromString ("<ui><toolbar name='toolbar1'><toolitem name='NewAction' action='NewAction'/><toolitem name='OpenAction' action='OpenAction'/><toolitem name='SaveAction' action='SaveAction'/><toolitem name='SaveAsAction' action='SaveAsAction'/><separator/><toolitem name='ImportAction' action='ImportAction'/><toolitem name='ExportAction' action='ExportAction'/><separator/><toolitem name='RunAction' action='RunAction'/><toolitem name='RunToLineAction' action='RunToLineAction'/></toolbar></ui>");
     this.toolbar1 = ((global::Gtk.Toolbar)(this.UIManager.GetWidget ("/toolbar1")));
     this.toolbar1.Name = "toolbar1";
     this.toolbar1.ShowArrow = false;
     this.toolbar1.ToolbarStyle = ((global::Gtk.ToolbarStyle)(0));
     this.toolbar1.IconSize = ((global::Gtk.IconSize)(3));
     this.vbox1.Add (this.toolbar1);
     global::Gtk.Box.BoxChild w3 = ((global::Gtk.Box.BoxChild)(this.vbox1 [this.toolbar1]));
     w3.Position = 1;
     w3.Expand = false;
     w3.Fill = false;
     // Container child vbox1.Gtk.Box+BoxChild
     this.hpaned1 = new global::Gtk.HPaned ();
     this.hpaned1.CanFocus = true;
     this.hpaned1.Name = "hpaned1";
     this.hpaned1.Position = 178;
     // Container child hpaned1.Gtk.Paned+PanedChild
     this.CommandsFrame = new global::Gtk.Frame ();
     this.CommandsFrame.Name = "CommandsFrame";
     this.CommandsFrame.BorderWidth = ((uint)(3));
     // Container child CommandsFrame.Gtk.Container+ContainerChild
     this.GtkAlignment = new global::Gtk.Alignment (0F, 0F, 1F, 1F);
     this.GtkAlignment.Name = "GtkAlignment";
     this.GtkAlignment.LeftPadding = ((uint)(6));
     this.GtkAlignment.TopPadding = ((uint)(6));
     this.GtkAlignment.RightPadding = ((uint)(6));
     this.GtkAlignment.BottomPadding = ((uint)(6));
     // Container child GtkAlignment.Gtk.Container+ContainerChild
     this.scrolledwindow1 = new global::Gtk.ScrolledWindow ();
     this.scrolledwindow1.CanFocus = true;
     this.scrolledwindow1.Name = "scrolledwindow1";
     this.scrolledwindow1.ShadowType = ((global::Gtk.ShadowType)(1));
     // Container child scrolledwindow1.Gtk.Container+ContainerChild
     global::Gtk.Viewport w4 = new global::Gtk.Viewport ();
     w4.ShadowType = ((global::Gtk.ShadowType)(0));
     // Container child GtkViewport.Gtk.Container+ContainerChild
     this.UIManager.AddUiFromString ("<ui><toolbar name='CommandsToolbar'/></ui>");
     this.CommandsToolbar = ((global::Gtk.Toolbar)(this.UIManager.GetWidget ("/CommandsToolbar")));
     this.CommandsToolbar.Name = "CommandsToolbar";
     this.CommandsToolbar.Orientation = ((global::Gtk.Orientation)(1));
     this.CommandsToolbar.ShowArrow = false;
     this.CommandsToolbar.ToolbarStyle = ((global::Gtk.ToolbarStyle)(3));
     this.CommandsToolbar.IconSize = ((global::Gtk.IconSize)(2));
     w4.Add (this.CommandsToolbar);
     this.scrolledwindow1.Add (w4);
     this.GtkAlignment.Add (this.scrolledwindow1);
     this.CommandsFrame.Add (this.GtkAlignment);
     this.GtkLabel6 = new global::Gtk.Label ();
     this.GtkLabel6.Name = "GtkLabel6";
     this.GtkLabel6.LabelProp = global::Mono.Unix.Catalog.GetString ("<b>Commands</b>");
     this.GtkLabel6.UseMarkup = true;
     this.CommandsFrame.LabelWidget = this.GtkLabel6;
     this.hpaned1.Add (this.CommandsFrame);
     global::Gtk.Paned.PanedChild w9 = ((global::Gtk.Paned.PanedChild)(this.hpaned1 [this.CommandsFrame]));
     w9.Resize = false;
     // Container child hpaned1.Gtk.Paned+PanedChild
     this.vpaned1 = new global::Gtk.VPaned ();
     this.vpaned1.CanFocus = true;
     this.vpaned1.Name = "vpaned1";
     this.vpaned1.Position = 156;
     // Container child vpaned1.Gtk.Paned+PanedChild
     this.PipeFrame = new global::Gtk.Frame ();
     this.PipeFrame.Name = "PipeFrame";
     this.PipeFrame.BorderWidth = ((uint)(3));
     // Container child PipeFrame.Gtk.Container+ContainerChild
     this.GtkAlignment2 = new global::Gtk.Alignment (0F, 0F, 1F, 1F);
     this.GtkAlignment2.Name = "GtkAlignment2";
     this.GtkAlignment2.LeftPadding = ((uint)(6));
     this.GtkAlignment2.TopPadding = ((uint)(6));
     this.GtkAlignment2.RightPadding = ((uint)(6));
     this.GtkAlignment2.BottomPadding = ((uint)(6));
     // Container child GtkAlignment2.Gtk.Container+ContainerChild
     this.vbox3 = new global::Gtk.VBox ();
     this.vbox3.Name = "vbox3";
     this.vbox3.Spacing = 6;
     // Container child vbox3.Gtk.Box+BoxChild
     this.GtkScrolledWindow = new global::Gtk.ScrolledWindow ();
     this.GtkScrolledWindow.Name = "GtkScrolledWindow";
     this.GtkScrolledWindow.ShadowType = ((global::Gtk.ShadowType)(1));
     // Container child GtkScrolledWindow.Gtk.Container+ContainerChild
     this.PipeTextView = new global::Gtk.TextView ();
     this.PipeTextView.TooltipMarkup = "Enter pipe commands here";
     this.PipeTextView.CanFocus = true;
     this.PipeTextView.Name = "PipeTextView";
     this.PipeTextView.AcceptsTab = false;
     this.PipeTextView.RightMargin = 3;
     this.GtkScrolledWindow.Add (this.PipeTextView);
     this.vbox3.Add (this.GtkScrolledWindow);
     global::Gtk.Box.BoxChild w11 = ((global::Gtk.Box.BoxChild)(this.vbox3 [this.GtkScrolledWindow]));
     w11.Position = 0;
     // Container child vbox3.Gtk.Box+BoxChild
     this.hbox1 = new global::Gtk.HBox ();
     this.hbox1.Name = "hbox1";
     this.hbox1.Spacing = 6;
     // Container child hbox1.Gtk.Box+BoxChild
     this.label1 = new global::Gtk.Label ();
     this.label1.Name = "label1";
     this.label1.LabelProp = global::Mono.Unix.Catalog.GetString ("Arguments");
     this.hbox1.Add (this.label1);
     global::Gtk.Box.BoxChild w12 = ((global::Gtk.Box.BoxChild)(this.hbox1 [this.label1]));
     w12.Position = 0;
     w12.Expand = false;
     w12.Fill = false;
     // Container child hbox1.Gtk.Box+BoxChild
     this.ArgsEntry = new global::Gtk.Entry ();
     this.ArgsEntry.TooltipMarkup = "Enter any pipe arguments here";
     this.ArgsEntry.CanFocus = true;
     this.ArgsEntry.Name = "ArgsEntry";
     this.ArgsEntry.IsEditable = true;
     this.ArgsEntry.InvisibleChar = '●';
     this.hbox1.Add (this.ArgsEntry);
     global::Gtk.Box.BoxChild w13 = ((global::Gtk.Box.BoxChild)(this.hbox1 [this.ArgsEntry]));
     w13.Position = 1;
     this.vbox3.Add (this.hbox1);
     global::Gtk.Box.BoxChild w14 = ((global::Gtk.Box.BoxChild)(this.vbox3 [this.hbox1]));
     w14.Position = 1;
     w14.Expand = false;
     w14.Fill = false;
     this.GtkAlignment2.Add (this.vbox3);
     this.PipeFrame.Add (this.GtkAlignment2);
     this.GtkLabel10 = new global::Gtk.Label ();
     this.GtkLabel10.Name = "GtkLabel10";
     this.GtkLabel10.LabelProp = global::Mono.Unix.Catalog.GetString ("<b>Pipe</b>");
     this.GtkLabel10.UseMarkup = true;
     this.PipeFrame.LabelWidget = this.GtkLabel10;
     this.vpaned1.Add (this.PipeFrame);
     global::Gtk.Paned.PanedChild w17 = ((global::Gtk.Paned.PanedChild)(this.vpaned1 [this.PipeFrame]));
     w17.Resize = false;
     // Container child vpaned1.Gtk.Paned+PanedChild
     this.TextFrame = new global::Gtk.Frame ();
     this.TextFrame.Name = "TextFrame";
     this.TextFrame.BorderWidth = ((uint)(3));
     // Container child TextFrame.Gtk.Container+ContainerChild
     this.GtkAlignment1 = new global::Gtk.Alignment (0F, 0F, 1F, 1F);
     this.GtkAlignment1.Name = "GtkAlignment1";
     this.GtkAlignment1.LeftPadding = ((uint)(6));
     this.GtkAlignment1.TopPadding = ((uint)(6));
     this.GtkAlignment1.RightPadding = ((uint)(6));
     this.GtkAlignment1.BottomPadding = ((uint)(6));
     // Container child GtkAlignment1.Gtk.Container+ContainerChild
     this.TextNotebook = new global::Gtk.Notebook ();
     this.TextNotebook.CanFocus = true;
     this.TextNotebook.Name = "TextNotebook";
     this.TextNotebook.CurrentPage = 1;
     // Container child TextNotebook.Gtk.Notebook+NotebookChild
     this.vbox2 = new global::Gtk.VBox ();
     this.vbox2.Name = "vbox2";
     this.vbox2.Spacing = 6;
     // Container child vbox2.Gtk.Box+BoxChild
     this.GtkScrolledWindow1 = new global::Gtk.ScrolledWindow ();
     this.GtkScrolledWindow1.Name = "GtkScrolledWindow1";
     this.GtkScrolledWindow1.ShadowType = ((global::Gtk.ShadowType)(1));
     // Container child GtkScrolledWindow1.Gtk.Container+ContainerChild
     this.InputTextView = new global::Gtk.TextView ();
     this.InputTextView.Buffer.Text = "replace this text\nwith the text you\nwant to edit.";
     this.InputTextView.TooltipMarkup = "Copy the text to process here";
     this.InputTextView.CanFocus = true;
     this.InputTextView.Name = "InputTextView";
     this.InputTextView.AcceptsTab = false;
     this.InputTextView.RightMargin = 3;
     this.GtkScrolledWindow1.Add (this.InputTextView);
     this.vbox2.Add (this.GtkScrolledWindow1);
     global::Gtk.Box.BoxChild w19 = ((global::Gtk.Box.BoxChild)(this.vbox2 [this.GtkScrolledWindow1]));
     w19.Position = 0;
     // Container child vbox2.Gtk.Box+BoxChild
     this.hbox2 = new global::Gtk.HBox ();
     this.hbox2.Name = "hbox2";
     this.hbox2.Spacing = 6;
     // Container child hbox2.Gtk.Box+BoxChild
     this.label2 = new global::Gtk.Label ();
     this.label2.Name = "label2";
     this.label2.LabelProp = global::Mono.Unix.Catalog.GetString ("File");
     this.hbox2.Add (this.label2);
     global::Gtk.Box.BoxChild w20 = ((global::Gtk.Box.BoxChild)(this.hbox2 [this.label2]));
     w20.Position = 0;
     w20.Expand = false;
     w20.Fill = false;
     // Container child hbox2.Gtk.Box+BoxChild
     this.InputFileEntry = new global::Gtk.Entry ();
     this.InputFileEntry.TooltipMarkup = "Use browse button to select input text file";
     this.InputFileEntry.CanFocus = true;
     this.InputFileEntry.Name = "InputFileEntry";
     this.InputFileEntry.IsEditable = false;
     this.InputFileEntry.InvisibleChar = '●';
     this.hbox2.Add (this.InputFileEntry);
     global::Gtk.Box.BoxChild w21 = ((global::Gtk.Box.BoxChild)(this.hbox2 [this.InputFileEntry]));
     w21.Position = 1;
     // Container child hbox2.Gtk.Box+BoxChild
     this.InputFileBrowseButton = new global::Gtk.Button ();
     this.InputFileBrowseButton.TooltipMarkup = "Browse for input text file";
     this.InputFileBrowseButton.CanFocus = true;
     this.InputFileBrowseButton.Name = "InputFileBrowseButton";
     this.InputFileBrowseButton.UseUnderline = true;
     this.InputFileBrowseButton.Label = global::Mono.Unix.Catalog.GetString ("...");
     this.hbox2.Add (this.InputFileBrowseButton);
     global::Gtk.Box.BoxChild w22 = ((global::Gtk.Box.BoxChild)(this.hbox2 [this.InputFileBrowseButton]));
     w22.Position = 2;
     w22.Expand = false;
     w22.Fill = false;
     // Container child hbox2.Gtk.Box+BoxChild
     this.InputFileClearButton = new global::Gtk.Button ();
     this.InputFileClearButton.TooltipMarkup = "Clear input text file";
     this.InputFileClearButton.CanFocus = true;
     this.InputFileClearButton.Name = "InputFileClearButton";
     this.InputFileClearButton.UseUnderline = true;
     this.InputFileClearButton.Label = global::Mono.Unix.Catalog.GetString ("Clear");
     this.hbox2.Add (this.InputFileClearButton);
     global::Gtk.Box.BoxChild w23 = ((global::Gtk.Box.BoxChild)(this.hbox2 [this.InputFileClearButton]));
     w23.Position = 3;
     w23.Expand = false;
     w23.Fill = false;
     this.vbox2.Add (this.hbox2);
     global::Gtk.Box.BoxChild w24 = ((global::Gtk.Box.BoxChild)(this.vbox2 [this.hbox2]));
     w24.Position = 1;
     w24.Expand = false;
     w24.Fill = false;
     this.TextNotebook.Add (this.vbox2);
     // Container child TextNotebook.Gtk.Notebook+NotebookChild
     this.vbox4 = new global::Gtk.VBox ();
     this.vbox4.Name = "vbox4";
     this.vbox4.Spacing = 6;
     // Container child vbox4.Gtk.Box+BoxChild
     this.GtkScrolledWindow2 = new global::Gtk.ScrolledWindow ();
     this.GtkScrolledWindow2.Name = "GtkScrolledWindow2";
     this.GtkScrolledWindow2.ShadowType = ((global::Gtk.ShadowType)(1));
     // Container child GtkScrolledWindow2.Gtk.Container+ContainerChild
     this.OutputTextView = new global::Gtk.TextView ();
     this.OutputTextView.TooltipMarkup = "Edited text is output here";
     this.OutputTextView.CanFocus = true;
     this.OutputTextView.Name = "OutputTextView";
     this.OutputTextView.AcceptsTab = false;
     this.OutputTextView.RightMargin = 3;
     this.GtkScrolledWindow2.Add (this.OutputTextView);
     this.vbox4.Add (this.GtkScrolledWindow2);
     global::Gtk.Box.BoxChild w27 = ((global::Gtk.Box.BoxChild)(this.vbox4 [this.GtkScrolledWindow2]));
     w27.Position = 0;
     // Container child vbox4.Gtk.Box+BoxChild
     this.hbox3 = new global::Gtk.HBox ();
     this.hbox3.Name = "hbox3";
     this.hbox3.Spacing = 6;
     // Container child hbox3.Gtk.Box+BoxChild
     this.label3 = new global::Gtk.Label ();
     this.label3.Name = "label3";
     this.label3.LabelProp = global::Mono.Unix.Catalog.GetString ("File");
     this.hbox3.Add (this.label3);
     global::Gtk.Box.BoxChild w28 = ((global::Gtk.Box.BoxChild)(this.hbox3 [this.label3]));
     w28.Position = 0;
     w28.Expand = false;
     w28.Fill = false;
     // Container child hbox3.Gtk.Box+BoxChild
     this.OutputFileEntry = new global::Gtk.Entry ();
     this.OutputFileEntry.TooltipMarkup = "Use browse button to select output text file";
     this.OutputFileEntry.CanFocus = true;
     this.OutputFileEntry.Name = "OutputFileEntry";
     this.OutputFileEntry.IsEditable = false;
     this.OutputFileEntry.InvisibleChar = '●';
     this.hbox3.Add (this.OutputFileEntry);
     global::Gtk.Box.BoxChild w29 = ((global::Gtk.Box.BoxChild)(this.hbox3 [this.OutputFileEntry]));
     w29.Position = 1;
     // Container child hbox3.Gtk.Box+BoxChild
     this.OutputFileBrowseButton = new global::Gtk.Button ();
     this.OutputFileBrowseButton.TooltipMarkup = "Browse for output text file";
     this.OutputFileBrowseButton.CanFocus = true;
     this.OutputFileBrowseButton.Name = "OutputFileBrowseButton";
     this.OutputFileBrowseButton.UseUnderline = true;
     this.OutputFileBrowseButton.Label = global::Mono.Unix.Catalog.GetString ("...");
     this.hbox3.Add (this.OutputFileBrowseButton);
     global::Gtk.Box.BoxChild w30 = ((global::Gtk.Box.BoxChild)(this.hbox3 [this.OutputFileBrowseButton]));
     w30.Position = 2;
     w30.Expand = false;
     w30.Fill = false;
     // Container child hbox3.Gtk.Box+BoxChild
     this.OutputFileClearButton = new global::Gtk.Button ();
     this.OutputFileClearButton.TooltipMarkup = "Clear output text file";
     this.OutputFileClearButton.CanFocus = true;
     this.OutputFileClearButton.Name = "OutputFileClearButton";
     this.OutputFileClearButton.UseUnderline = true;
     this.OutputFileClearButton.Label = global::Mono.Unix.Catalog.GetString ("Clear");
     this.hbox3.Add (this.OutputFileClearButton);
     global::Gtk.Box.BoxChild w31 = ((global::Gtk.Box.BoxChild)(this.hbox3 [this.OutputFileClearButton]));
     w31.Position = 3;
     w31.Expand = false;
     w31.Fill = false;
     this.vbox4.Add (this.hbox3);
     global::Gtk.Box.BoxChild w32 = ((global::Gtk.Box.BoxChild)(this.vbox4 [this.hbox3]));
     w32.Position = 1;
     w32.Expand = false;
     w32.Fill = false;
     this.TextNotebook.Add (this.vbox4);
     global::Gtk.Notebook.NotebookChild w33 = ((global::Gtk.Notebook.NotebookChild)(this.TextNotebook [this.vbox4]));
     w33.Position = 1;
     // Container child TextNotebook.Gtk.Notebook+NotebookChild
     this.GtkScrolledWindow3 = new global::Gtk.ScrolledWindow ();
     this.GtkScrolledWindow3.Name = "GtkScrolledWindow3";
     this.GtkScrolledWindow3.ShadowType = ((global::Gtk.ShadowType)(1));
     // Container child GtkScrolledWindow3.Gtk.Container+ContainerChild
     this.ErrorsTextView = new global::Gtk.TextView ();
     this.ErrorsTextView.TooltipMarkup = "Errors are reported here";
     this.ErrorsTextView.CanFocus = true;
     this.ErrorsTextView.Name = "ErrorsTextView";
     this.ErrorsTextView.Editable = false;
     this.ErrorsTextView.AcceptsTab = false;
     this.ErrorsTextView.RightMargin = 3;
     this.GtkScrolledWindow3.Add (this.ErrorsTextView);
     this.TextNotebook.Add (this.GtkScrolledWindow3);
     global::Gtk.Notebook.NotebookChild w35 = ((global::Gtk.Notebook.NotebookChild)(this.TextNotebook [this.GtkScrolledWindow3]));
     w35.Position = 2;
     this.GtkAlignment1.Add (this.TextNotebook);
     this.TextFrame.Add (this.GtkAlignment1);
     this.GtkLabel14 = new global::Gtk.Label ();
     this.GtkLabel14.Name = "GtkLabel14";
     this.GtkLabel14.LabelProp = global::Mono.Unix.Catalog.GetString ("<b>Text</b>");
     this.GtkLabel14.UseMarkup = true;
     this.TextFrame.LabelWidget = this.GtkLabel14;
     this.vpaned1.Add (this.TextFrame);
     this.hpaned1.Add (this.vpaned1);
     this.vbox1.Add (this.hpaned1);
     global::Gtk.Box.BoxChild w40 = ((global::Gtk.Box.BoxChild)(this.vbox1 [this.hpaned1]));
     w40.Position = 2;
     // Container child vbox1.Gtk.Box+BoxChild
     this.TheStatusBar = new global::Gtk.Statusbar ();
     this.TheStatusBar.Name = "TheStatusBar";
     this.TheStatusBar.Spacing = 6;
     // Container child TheStatusBar.Gtk.Box+BoxChild
     this.StatusBarCursorPosLabel = new global::Gtk.Label ();
     this.StatusBarCursorPosLabel.Name = "StatusBarCursorPosLabel";
     this.StatusBarCursorPosLabel.LabelProp = global::Mono.Unix.Catalog.GetString ("(0, 0)");
     this.TheStatusBar.Add (this.StatusBarCursorPosLabel);
     global::Gtk.Box.BoxChild w41 = ((global::Gtk.Box.BoxChild)(this.TheStatusBar [this.StatusBarCursorPosLabel]));
     w41.Position = 0;
     w41.Expand = false;
     w41.Fill = false;
     w41.Padding = ((uint)(4));
     // Container child TheStatusBar.Gtk.Box+BoxChild
     this.vseparator1 = new global::Gtk.VSeparator ();
     this.vseparator1.Name = "vseparator1";
     this.TheStatusBar.Add (this.vseparator1);
     global::Gtk.Box.BoxChild w42 = ((global::Gtk.Box.BoxChild)(this.TheStatusBar [this.vseparator1]));
     w42.Position = 1;
     w42.Expand = false;
     w42.Fill = false;
     // Container child TheStatusBar.Gtk.Box+BoxChild
     this.StatusBarTextLabel = new global::Gtk.Label ();
     this.StatusBarTextLabel.Name = "StatusBarTextLabel";
     this.StatusBarTextLabel.LabelProp = global::Mono.Unix.Catalog.GetString ("    ");
     this.TheStatusBar.Add (this.StatusBarTextLabel);
     global::Gtk.Box.BoxChild w43 = ((global::Gtk.Box.BoxChild)(this.TheStatusBar [this.StatusBarTextLabel]));
     w43.Position = 2;
     w43.Expand = false;
     w43.Fill = false;
     w43.Padding = ((uint)(4));
     this.vbox1.Add (this.TheStatusBar);
     global::Gtk.Box.BoxChild w44 = ((global::Gtk.Box.BoxChild)(this.vbox1 [this.TheStatusBar]));
     w44.Position = 3;
     w44.Expand = false;
     w44.Fill = false;
     this.Add (this.vbox1);
     if ((this.Child != null)) {
         this.Child.ShowAll ();
     }
     this.DefaultWidth = 488;
     this.DefaultHeight = 458;
     this.Show ();
     this.DeleteEvent += new global::Gtk.DeleteEventHandler (this.OnDeleteEvent);
     this.NewAction.Activated += new global::System.EventHandler (this.NewAction_OnActivated);
     this.OpenAction.Activated += new global::System.EventHandler (this.OpenAction_OnActivated);
     this.SaveAction.Activated += new global::System.EventHandler (this.SaveAction_OnActivated);
     this.SaveAsAction.Activated += new global::System.EventHandler (this.SaveAsAction_OnActivated);
     this.ImportAction.Activated += new global::System.EventHandler (this.ImportAction_OnActivated);
     this.ExportAction.Activated += new global::System.EventHandler (this.ExportAction_OnActivated);
     this.ExitAction.Activated += new global::System.EventHandler (this.OnExit);
     this.CutAction.Activated += new global::System.EventHandler (this.Cut_OnActivated);
     this.CopyAction.Activated += new global::System.EventHandler (this.Copy_OnActivated);
     this.PasteAction.Activated += new global::System.EventHandler (this.Paste_OnActivated);
     this.DeleteAction.Activated += new global::System.EventHandler (this.Delete_OnActivated);
     this.SelectAllAction.Activated += new global::System.EventHandler (this.SelectAll_OnActivated);
     this.PreferencesAction.Activated += new global::System.EventHandler (this.Preferences_OnActivated);
     this.RunAction.Activated += new global::System.EventHandler (this.RunAction_OnActivated);
     this.RunToLineAction.Activated += new global::System.EventHandler (this.RunToLineAction_OnActivated);
     this.UserGuideAction.Activated += new global::System.EventHandler (this.UserGuide_OnActivated);
     this.AboutAction.Activated += new global::System.EventHandler (this.About_OnActivated);
     this.InsertCursorColAction.Activated += new global::System.EventHandler (this.InsertCursorCol_OnActivated);
     this.DemosAction.Activated += new global::System.EventHandler (this.Demos_OnActivated);
     this.PipeTextView.MoveCursor += new global::Gtk.MoveCursorHandler (this.TextView_OnMoveCursor);
     this.PipeTextView.ButtonReleaseEvent += new global::Gtk.ButtonReleaseEventHandler (this.TextView_OnButtonReleaseEvent);
     this.PipeTextView.Focused += new global::Gtk.FocusedHandler (this.TextView_OnFocused);
     this.PipeTextView.KeyReleaseEvent += new global::Gtk.KeyReleaseEventHandler (this.PipeTextView_OnKeyReleaseEvent);
     this.InputTextView.ButtonReleaseEvent += new global::Gtk.ButtonReleaseEventHandler (this.TextView_OnButtonReleaseEvent);
     this.InputTextView.MoveCursor += new global::Gtk.MoveCursorHandler (this.TextView_OnMoveCursor);
     this.InputTextView.Focused += new global::Gtk.FocusedHandler (this.TextView_OnFocused);
     this.InputFileEntry.Changed += new global::System.EventHandler (this.InputFileEntry_OnChanged);
     this.InputFileBrowseButton.Clicked += new global::System.EventHandler (this.InputFileBrowseButton_OnClicked);
     this.InputFileClearButton.Clicked += new global::System.EventHandler (this.InputFileClearButton_Clicked);
     this.OutputTextView.ButtonReleaseEvent += new global::Gtk.ButtonReleaseEventHandler (this.TextView_OnButtonReleaseEvent);
     this.OutputTextView.MoveCursor += new global::Gtk.MoveCursorHandler (this.TextView_OnMoveCursor);
     this.OutputTextView.Focused += new global::Gtk.FocusedHandler (this.TextView_OnFocused);
     this.OutputFileEntry.Changed += new global::System.EventHandler (this.OutputFileEntry_OnChanged);
     this.OutputFileBrowseButton.Clicked += new global::System.EventHandler (this.OutputFileBrowseButton_OnClicked);
     this.OutputFileClearButton.Clicked += new global::System.EventHandler (this.OutputFileClearButton_Clicked);
 }
 protected virtual void Build()
 {
     global::Stetic.Gui.Initialize (this);
     // Widget BugzillaInterface.StatusFilterWidget
     global::Stetic.BinContainer.Attach (this);
     this.Name = "BugzillaInterface.StatusFilterWidget";
     // Container child BugzillaInterface.StatusFilterWidget.Gtk.Container+ContainerChild
     this.vbox8 = new global::Gtk.VBox ();
     this.vbox8.Name = "vbox8";
     this.vbox8.Spacing = 6;
     // Container child vbox8.Gtk.Box+BoxChild
     this.frame7 = new global::Gtk.Frame ();
     this.frame7.Name = "frame7";
     this.frame7.ShadowType = ((global::Gtk.ShadowType)(0));
     // Container child frame7.Gtk.Container+ContainerChild
     this.GtkAlignment = new global::Gtk.Alignment (0f, 0f, 1f, 1f);
     this.GtkAlignment.Name = "GtkAlignment";
     this.GtkAlignment.LeftPadding = ((uint)(12));
     // Container child GtkAlignment.Gtk.Container+ContainerChild
     this.statusArray = new global::BugzillaInterface.StringArrayWidget ();
     this.statusArray.Events = ((global::Gdk.EventMask)(256));
     this.statusArray.Name = "statusArray";
     this.GtkAlignment.Add (this.statusArray);
     this.frame7.Add (this.GtkAlignment);
     this.GtkLabel1 = new global::Gtk.Label ();
     this.GtkLabel1.Name = "GtkLabel1";
     this.GtkLabel1.LabelProp = global::Mono.Unix.Catalog.GetString ("<b>Status</b>");
     this.GtkLabel1.UseMarkup = true;
     this.frame7.LabelWidget = this.GtkLabel1;
     this.vbox8.Add (this.frame7);
     global::Gtk.Box.BoxChild w3 = ((global::Gtk.Box.BoxChild)(this.vbox8[this.frame7]));
     w3.Position = 0;
     w3.Expand = false;
     w3.Fill = false;
     // Container child vbox8.Gtk.Box+BoxChild
     this.frame8 = new global::Gtk.Frame ();
     this.frame8.Name = "frame8";
     this.frame8.ShadowType = ((global::Gtk.ShadowType)(0));
     // Container child frame8.Gtk.Container+ContainerChild
     this.GtkAlignment1 = new global::Gtk.Alignment (0f, 0f, 1f, 1f);
     this.GtkAlignment1.Name = "GtkAlignment1";
     this.GtkAlignment1.LeftPadding = ((uint)(12));
     // Container child GtkAlignment1.Gtk.Container+ContainerChild
     this.resolutionArray = new global::BugzillaInterface.StringArrayWidget ();
     this.resolutionArray.Events = ((global::Gdk.EventMask)(256));
     this.resolutionArray.Name = "resolutionArray";
     this.GtkAlignment1.Add (this.resolutionArray);
     this.frame8.Add (this.GtkAlignment1);
     this.GtkLabel17 = new global::Gtk.Label ();
     this.GtkLabel17.Name = "GtkLabel17";
     this.GtkLabel17.LabelProp = global::Mono.Unix.Catalog.GetString ("<b>Resolution</b>");
     this.GtkLabel17.UseMarkup = true;
     this.frame8.LabelWidget = this.GtkLabel17;
     this.vbox8.Add (this.frame8);
     global::Gtk.Box.BoxChild w6 = ((global::Gtk.Box.BoxChild)(this.vbox8[this.frame8]));
     w6.Position = 1;
     w6.Expand = false;
     w6.Fill = false;
     this.Add (this.vbox8);
     if ((this.Child != null)) {
         this.Child.ShowAll ();
     }
     this.Hide ();
 }
Exemplo n.º 47
0
 protected virtual void Build()
 {
     global::Stetic.Gui.Initialize(this);
     // Widget LongoMatch.Gui.Component.VideoPreferencesPanel
     global::Stetic.BinContainer.Attach(this);
     this.Name = "LongoMatch.Gui.Component.VideoPreferencesPanel";
     // Container child LongoMatch.Gui.Component.VideoPreferencesPanel.Gtk.Container+ContainerChild
     this.vbox2             = new global::Gtk.VBox();
     this.vbox2.Name        = "vbox2";
     this.vbox2.Spacing     = 6;
     this.vbox2.BorderWidth = ((uint)(20));
     // Container child vbox2.Gtk.Box+BoxChild
     this.frame3            = new global::Gtk.Frame();
     this.frame3.Name       = "frame3";
     this.frame3.ShadowType = ((global::Gtk.ShadowType)(0));
     // Container child frame3.Gtk.Container+ContainerChild
     this.GtkAlignment2             = new global::Gtk.Alignment(0F, 0F, 1F, 1F);
     this.GtkAlignment2.Name        = "GtkAlignment2";
     this.GtkAlignment2.LeftPadding = ((uint)(12));
     // Container child GtkAlignment2.Gtk.Container+ContainerChild
     this.generaltable               = new global::Gtk.Table(((uint)(1)), ((uint)(2)), false);
     this.generaltable.Name          = "generaltable";
     this.generaltable.RowSpacing    = ((uint)(6));
     this.generaltable.ColumnSpacing = ((uint)(6));
     // Container child generaltable.Gtk.Table+TableChild
     this.fpscombobox = global::Gtk.ComboBox.NewText();
     this.fpscombobox.AppendText(global::VAS.Core.Catalog.GetString("25 fps"));
     this.fpscombobox.AppendText(global::VAS.Core.Catalog.GetString("30 fps"));
     this.fpscombobox.AppendText(global::VAS.Core.Catalog.GetString("50 fps"));
     this.fpscombobox.AppendText(global::VAS.Core.Catalog.GetString("60 fps"));
     this.fpscombobox.Name   = "fpscombobox";
     this.fpscombobox.Active = 0;
     this.generaltable.Add(this.fpscombobox);
     global::Gtk.Table.TableChild w1 = ((global::Gtk.Table.TableChild)(this.generaltable [this.fpscombobox]));
     w1.LeftAttach  = ((uint)(1));
     w1.RightAttach = ((uint)(2));
     w1.XOptions    = ((global::Gtk.AttachOptions)(4));
     w1.YOptions    = ((global::Gtk.AttachOptions)(4));
     // Container child generaltable.Gtk.Table+TableChild
     this.frameratelabel           = new global::Gtk.Label();
     this.frameratelabel.Name      = "frameratelabel";
     this.frameratelabel.Xalign    = 0F;
     this.frameratelabel.LabelProp = global::VAS.Core.Catalog.GetString("Framerate");
     this.generaltable.Add(this.frameratelabel);
     global::Gtk.Table.TableChild w2 = ((global::Gtk.Table.TableChild)(this.generaltable [this.frameratelabel]));
     w2.XOptions = ((global::Gtk.AttachOptions)(4));
     w2.YOptions = ((global::Gtk.AttachOptions)(4));
     this.GtkAlignment2.Add(this.generaltable);
     this.frame3.Add(this.GtkAlignment2);
     this.GtkLabel2           = new global::Gtk.Label();
     this.GtkLabel2.Name      = "GtkLabel2";
     this.GtkLabel2.LabelProp = global::VAS.Core.Catalog.GetString("<b>General</b>");
     this.GtkLabel2.UseMarkup = true;
     this.frame3.LabelWidget  = this.GtkLabel2;
     this.vbox2.Add(this.frame3);
     global::Gtk.Box.BoxChild w5 = ((global::Gtk.Box.BoxChild)(this.vbox2 [this.frame3]));
     w5.Position = 0;
     w5.Expand   = false;
     // Container child vbox2.Gtk.Box+BoxChild
     this.frame1            = new global::Gtk.Frame();
     this.frame1.Name       = "frame1";
     this.frame1.ShadowType = ((global::Gtk.ShadowType)(0));
     // Container child frame1.Gtk.Container+ContainerChild
     this.GtkAlignment             = new global::Gtk.Alignment(0F, 0F, 1F, 1F);
     this.GtkAlignment.Name        = "GtkAlignment";
     this.GtkAlignment.LeftPadding = ((uint)(12));
     // Container child GtkAlignment.Gtk.Container+ContainerChild
     this.rendertable               = new global::Gtk.Table(((uint)(7)), ((uint)(2)), false);
     this.rendertable.Name          = "rendertable";
     this.rendertable.RowSpacing    = ((uint)(6));
     this.rendertable.ColumnSpacing = ((uint)(6));
     // Container child rendertable.Gtk.Table+TableChild
     this.label1           = new global::Gtk.Label();
     this.label1.Name      = "label1";
     this.label1.Xalign    = 0F;
     this.label1.LabelProp = global::VAS.Core.Catalog.GetString("Image format");
     this.rendertable.Add(this.label1);
     global::Gtk.Table.TableChild w6 = ((global::Gtk.Table.TableChild)(this.rendertable [this.label1]));
     w6.XOptions = ((global::Gtk.AttachOptions)(4));
     w6.YOptions = ((global::Gtk.AttachOptions)(4));
     // Container child rendertable.Gtk.Table+TableChild
     this.label2           = new global::Gtk.Label();
     this.label2.Name      = "label2";
     this.label2.Xalign    = 0F;
     this.label2.LabelProp = global::VAS.Core.Catalog.GetString("Encoding format");
     this.rendertable.Add(this.label2);
     global::Gtk.Table.TableChild w7 = ((global::Gtk.Table.TableChild)(this.rendertable [this.label2]));
     w7.TopAttach    = ((uint)(1));
     w7.BottomAttach = ((uint)(2));
     w7.XOptions     = ((global::Gtk.AttachOptions)(4));
     w7.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child rendertable.Gtk.Table+TableChild
     this.label3           = new global::Gtk.Label();
     this.label3.Name      = "label3";
     this.label3.Xalign    = 0F;
     this.label3.LabelProp = global::VAS.Core.Catalog.GetString("Quality");
     this.rendertable.Add(this.label3);
     global::Gtk.Table.TableChild w8 = ((global::Gtk.Table.TableChild)(this.rendertable [this.label3]));
     w8.TopAttach    = ((uint)(2));
     w8.BottomAttach = ((uint)(3));
     w8.XOptions     = ((global::Gtk.AttachOptions)(4));
     w8.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child rendertable.Gtk.Table+TableChild
     this.label7           = new global::Gtk.Label();
     this.label7.Name      = "label7";
     this.label7.Xalign    = 0F;
     this.label7.LabelProp = global::VAS.Core.Catalog.GetString("Add watermark");
     this.rendertable.Add(this.label7);
     global::Gtk.Table.TableChild w9 = ((global::Gtk.Table.TableChild)(this.rendertable [this.label7]));
     w9.TopAttach    = ((uint)(5));
     w9.BottomAttach = ((uint)(6));
     w9.XOptions     = ((global::Gtk.AttachOptions)(4));
     w9.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child rendertable.Gtk.Table+TableChild
     this.label8           = new global::Gtk.Label();
     this.label8.Name      = "label8";
     this.label8.Xalign    = 0F;
     this.label8.LabelProp = global::VAS.Core.Catalog.GetString("Enable audio");
     this.rendertable.Add(this.label8);
     global::Gtk.Table.TableChild w10 = ((global::Gtk.Table.TableChild)(this.rendertable [this.label8]));
     w10.TopAttach    = ((uint)(3));
     w10.BottomAttach = ((uint)(4));
     w10.XOptions     = ((global::Gtk.AttachOptions)(4));
     w10.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child rendertable.Gtk.Table+TableChild
     this.label9           = new global::Gtk.Label();
     this.label9.Name      = "label9";
     this.label9.Xalign    = 0F;
     this.label9.LabelProp = global::VAS.Core.Catalog.GetString("Enable title overlay");
     this.rendertable.Add(this.label9);
     global::Gtk.Table.TableChild w11 = ((global::Gtk.Table.TableChild)(this.rendertable [this.label9]));
     w11.TopAttach    = ((uint)(4));
     w11.BottomAttach = ((uint)(5));
     w11.XOptions     = ((global::Gtk.AttachOptions)(4));
     w11.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child rendertable.Gtk.Table+TableChild
     this.renderenccombo      = global::Gtk.ComboBox.NewText();
     this.renderenccombo.Name = "renderenccombo";
     this.rendertable.Add(this.renderenccombo);
     global::Gtk.Table.TableChild w12 = ((global::Gtk.Table.TableChild)(this.rendertable [this.renderenccombo]));
     w12.TopAttach    = ((uint)(1));
     w12.BottomAttach = ((uint)(2));
     w12.LeftAttach   = ((uint)(1));
     w12.RightAttach  = ((uint)(2));
     w12.XOptions     = ((global::Gtk.AttachOptions)(4));
     w12.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child rendertable.Gtk.Table+TableChild
     this.renderimagecombo      = global::Gtk.ComboBox.NewText();
     this.renderimagecombo.Name = "renderimagecombo";
     this.rendertable.Add(this.renderimagecombo);
     global::Gtk.Table.TableChild w13 = ((global::Gtk.Table.TableChild)(this.rendertable [this.renderimagecombo]));
     w13.LeftAttach  = ((uint)(1));
     w13.RightAttach = ((uint)(2));
     w13.XOptions    = ((global::Gtk.AttachOptions)(4));
     w13.YOptions    = ((global::Gtk.AttachOptions)(4));
     // Container child rendertable.Gtk.Table+TableChild
     this.renderqualcombo      = global::Gtk.ComboBox.NewText();
     this.renderqualcombo.Name = "renderqualcombo";
     this.rendertable.Add(this.renderqualcombo);
     global::Gtk.Table.TableChild w14 = ((global::Gtk.Table.TableChild)(this.rendertable [this.renderqualcombo]));
     w14.TopAttach    = ((uint)(2));
     w14.BottomAttach = ((uint)(3));
     w14.LeftAttach   = ((uint)(1));
     w14.RightAttach  = ((uint)(2));
     w14.XOptions     = ((global::Gtk.AttachOptions)(4));
     w14.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child rendertable.Gtk.Table+TableChild
     this.watermarkLabel           = new global::Gtk.Label();
     this.watermarkLabel.Name      = "watermarkLabel";
     this.watermarkLabel.Xalign    = 0F;
     this.watermarkLabel.Yalign    = 0F;
     this.watermarkLabel.LabelProp = global::VAS.Core.Catalog.GetString("Watermark:");
     this.rendertable.Add(this.watermarkLabel);
     global::Gtk.Table.TableChild w15 = ((global::Gtk.Table.TableChild)(this.rendertable [this.watermarkLabel]));
     w15.TopAttach    = ((uint)(6));
     w15.BottomAttach = ((uint)(7));
     w15.XOptions     = ((global::Gtk.AttachOptions)(4));
     w15.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child rendertable.Gtk.Table+TableChild
     this.watermarkSelector        = new global::VAS.UI.Component.ImagePreviewWidget();
     this.watermarkSelector.Events = ((global::Gdk.EventMask)(256));
     this.watermarkSelector.Name   = "watermarkSelector";
     this.rendertable.Add(this.watermarkSelector);
     global::Gtk.Table.TableChild w16 = ((global::Gtk.Table.TableChild)(this.rendertable [this.watermarkSelector]));
     w16.TopAttach    = ((uint)(6));
     w16.BottomAttach = ((uint)(7));
     w16.LeftAttach   = ((uint)(1));
     w16.RightAttach  = ((uint)(2));
     w16.XOptions     = ((global::Gtk.AttachOptions)(4));
     w16.YOptions     = ((global::Gtk.AttachOptions)(4));
     this.GtkAlignment.Add(this.rendertable);
     this.frame1.Add(this.GtkAlignment);
     this.GtkLabel1           = new global::Gtk.Label();
     this.GtkLabel1.Name      = "GtkLabel1";
     this.GtkLabel1.LabelProp = global::VAS.Core.Catalog.GetString("<b>Rendering</b>");
     this.GtkLabel1.UseMarkup = true;
     this.frame1.LabelWidget  = this.GtkLabel1;
     this.vbox2.Add(this.frame1);
     global::Gtk.Box.BoxChild w19 = ((global::Gtk.Box.BoxChild)(this.vbox2 [this.frame1]));
     w19.Position = 1;
     w19.Expand   = false;
     // Container child vbox2.Gtk.Box+BoxChild
     this.frame2            = new global::Gtk.Frame();
     this.frame2.Name       = "frame2";
     this.frame2.ShadowType = ((global::Gtk.ShadowType)(0));
     // Container child frame2.Gtk.Container+ContainerChild
     this.GtkAlignment1             = new global::Gtk.Alignment(0F, 0F, 1F, 1F);
     this.GtkAlignment1.Name        = "GtkAlignment1";
     this.GtkAlignment1.LeftPadding = ((uint)(12));
     // Container child GtkAlignment1.Gtk.Container+ContainerChild
     this.capturetable               = new global::Gtk.Table(((uint)(3)), ((uint)(2)), false);
     this.capturetable.Name          = "capturetable";
     this.capturetable.RowSpacing    = ((uint)(6));
     this.capturetable.ColumnSpacing = ((uint)(6));
     // Container child capturetable.Gtk.Table+TableChild
     this.captureenccombo      = global::Gtk.ComboBox.NewText();
     this.captureenccombo.Name = "captureenccombo";
     this.capturetable.Add(this.captureenccombo);
     global::Gtk.Table.TableChild w20 = ((global::Gtk.Table.TableChild)(this.capturetable [this.captureenccombo]));
     w20.TopAttach    = ((uint)(1));
     w20.BottomAttach = ((uint)(2));
     w20.LeftAttach   = ((uint)(1));
     w20.RightAttach  = ((uint)(2));
     w20.XOptions     = ((global::Gtk.AttachOptions)(4));
     w20.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child capturetable.Gtk.Table+TableChild
     this.captureimagecombo      = global::Gtk.ComboBox.NewText();
     this.captureimagecombo.Name = "captureimagecombo";
     this.capturetable.Add(this.captureimagecombo);
     global::Gtk.Table.TableChild w21 = ((global::Gtk.Table.TableChild)(this.capturetable [this.captureimagecombo]));
     w21.LeftAttach  = ((uint)(1));
     w21.RightAttach = ((uint)(2));
     w21.XOptions    = ((global::Gtk.AttachOptions)(4));
     w21.YOptions    = ((global::Gtk.AttachOptions)(4));
     // Container child capturetable.Gtk.Table+TableChild
     this.capturequalcombo      = global::Gtk.ComboBox.NewText();
     this.capturequalcombo.Name = "capturequalcombo";
     this.capturetable.Add(this.capturequalcombo);
     global::Gtk.Table.TableChild w22 = ((global::Gtk.Table.TableChild)(this.capturetable [this.capturequalcombo]));
     w22.TopAttach    = ((uint)(2));
     w22.BottomAttach = ((uint)(3));
     w22.LeftAttach   = ((uint)(1));
     w22.RightAttach  = ((uint)(2));
     w22.XOptions     = ((global::Gtk.AttachOptions)(4));
     w22.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child capturetable.Gtk.Table+TableChild
     this.label4           = new global::Gtk.Label();
     this.label4.Name      = "label4";
     this.label4.Xalign    = 0F;
     this.label4.LabelProp = global::VAS.Core.Catalog.GetString("Quality");
     this.capturetable.Add(this.label4);
     global::Gtk.Table.TableChild w23 = ((global::Gtk.Table.TableChild)(this.capturetable [this.label4]));
     w23.TopAttach    = ((uint)(2));
     w23.BottomAttach = ((uint)(3));
     w23.XOptions     = ((global::Gtk.AttachOptions)(4));
     w23.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child capturetable.Gtk.Table+TableChild
     this.label5           = new global::Gtk.Label();
     this.label5.Name      = "label5";
     this.label5.Xalign    = 0F;
     this.label5.LabelProp = global::VAS.Core.Catalog.GetString("Encoding format");
     this.capturetable.Add(this.label5);
     global::Gtk.Table.TableChild w24 = ((global::Gtk.Table.TableChild)(this.capturetable [this.label5]));
     w24.TopAttach    = ((uint)(1));
     w24.BottomAttach = ((uint)(2));
     w24.XOptions     = ((global::Gtk.AttachOptions)(4));
     w24.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child capturetable.Gtk.Table+TableChild
     this.label6           = new global::Gtk.Label();
     this.label6.Name      = "label6";
     this.label6.Xalign    = 0F;
     this.label6.LabelProp = global::VAS.Core.Catalog.GetString("Image format");
     this.capturetable.Add(this.label6);
     global::Gtk.Table.TableChild w25 = ((global::Gtk.Table.TableChild)(this.capturetable [this.label6]));
     w25.XOptions = ((global::Gtk.AttachOptions)(4));
     w25.YOptions = ((global::Gtk.AttachOptions)(4));
     this.GtkAlignment1.Add(this.capturetable);
     this.frame2.Add(this.GtkAlignment1);
     this.CaptureLabel           = new global::Gtk.Label();
     this.CaptureLabel.Name      = "CaptureLabel";
     this.CaptureLabel.LabelProp = global::VAS.Core.Catalog.GetString("<b>Capture</b>");
     this.CaptureLabel.UseMarkup = true;
     this.frame2.LabelWidget     = this.CaptureLabel;
     this.vbox2.Add(this.frame2);
     global::Gtk.Box.BoxChild w28 = ((global::Gtk.Box.BoxChild)(this.vbox2 [this.frame2]));
     w28.Position = 2;
     w28.Expand   = false;
     this.Add(this.vbox2);
     if ((this.Child != null))
     {
         this.Child.ShowAll();
     }
     this.Hide();
 }
Exemplo n.º 48
0
        //private Client.GTK.Menu refreshToolStripMenuIteme = new Client.GTK.Menu("Refresh");

        private void Build()
        {
            global::Stetic.Gui.Initialize(this);
            // Widget MainWindow
            this.Name = "MainWindow";
            this.Title = messages.Localize("[[channelinfo-title]]") + ": " + channel.Name;
            this.WindowPosition = ((global::Gtk.WindowPosition)(4));
            // Container child MainWindow.Gtk.Container+ContainerChild
            this.notebook1 = new global::Gtk.Notebook();
            this.notebook1.CanFocus = true;
            this.notebook1.Name = "notebook1";
            this.notebook1.CurrentPage = 0;
            // Container child notebook1.Gtk.Notebook+NotebookChild
            this.vpaned01 = new Gtk.VPaned();
            this.vbox1 = new global::Gtk.VBox();
            this.vbox1.Name = "vbox1";
            this.vbox1.Spacing = 6;
            // Container child vbox1.Gtk.Box+BoxChild
            this.frame4 = new global::Gtk.Frame();
            this.frame4.Name = "frame4";
            this.frame4.ShadowType = ((global::Gtk.ShadowType)(0));
            // Container child frame4.Gtk.Container+ContainerChild
            this.GtkAlignment3 = new global::Gtk.Alignment(0F, 0F, 1F, 1F);
            this.GtkAlignment3.Name = "GtkAlignment3";
            this.GtkAlignment3.HeightRequest = 60;
            this.GtkAlignment3.LeftPadding = ((uint)(12));
            // Container child GtkAlignment3.Gtk.Container+ContainerChild
            this.GtkScrolledWindow = new global::Gtk.ScrolledWindow();
            this.GtkScrolledWindow.Name = "GtkScrolledWindow";
            this.GtkScrolledWindow.ShadowType = ((global::Gtk.ShadowType)(1));
            // Container child GtkScrolledWindow.Gtk.Container+ContainerChild
            this.textview1 = new global::Gtk.TextView();
            this.textview1.CanFocus = true;
            this.textview1.Name = "textview1";
            this.textview1.HeightRequest = 60;
            this.GtkScrolledWindow.Add(this.textview1);
            this.GtkAlignment3.Add(this.GtkScrolledWindow);
            //global::Gtk.Box.BoxChild w2 = ((global::Gtk.Box.BoxChild)(GtkAlignment3));
            //w2.Position = 0;
            //w2.Expand = false;
            this.frame4.Add(this.GtkAlignment3);
            this.GtkLabel = new global::Gtk.Label();
            this.GtkLabel.Name = "GtkLabel";
            this.GtkLabel.LabelProp = "Topic was last set on " + Core.ConvertFromUNIXToString(channel.TopicDate.ToString()) + " by " + channel.TopicUser;
            if (channel.TopicDate == 0)
            {
                this.GtkLabel.LabelProp = "Topic (information about current topic isn't present)";
            }
            this.GtkLabel.UseMarkup = true;
            this.frame4.LabelWidget = this.GtkLabel;
            //this.vbox1.Add(this.frame4);
            this.vpaned01.Add(this.frame4);
            global::Gtk.Box.BoxChild w4 = ((global::Gtk.Box.BoxChild)(this.vbox1[this.frame4]));
            w4.Position = 0;
            // Container child vbox1.Gtk.Box+BoxChild
            this.frame5 = new global::Gtk.Frame();
            this.frame5.Name = "frame5";
            this.frame5.ShadowType = ((global::Gtk.ShadowType)(0));
            // Container child frame5.Gtk.Container+ContainerChild
            this.GtkAlignment4 = new global::Gtk.Alignment(0F, 0F, 1F, 1F);
            this.GtkAlignment4.Name = "GtkAlignment4";
            this.GtkAlignment4.LeftPadding = ((uint)(12));
            // Container child GtkAlignment4.Gtk.Container+ContainerChild
            this.GtkScrolledWindow1 = new global::Gtk.ScrolledWindow();
            this.GtkScrolledWindow1.Name = "GtkScrolledWindow1";
            this.GtkScrolledWindow1.ShadowType = ((global::Gtk.ShadowType)(1));
            // Container child GtkScrolledWindow1.Gtk.Container+ContainerChild
            Gtk.Layout f = new Layout(new Adjustment(10, 0, 10000, 10, 10, 10), new Adjustment(10, 0, 100000, 10, 10, 10));
            ReloadModes(ref f);
            this.GtkScrolledWindow1.Add(f);
            this.GtkAlignment4.Add(this.GtkScrolledWindow1);
            this.frame5.Add(this.GtkAlignment4);
            this.GtkLabel4 = new global::Gtk.Label();
            this.GtkLabel4.Name = "GtkLabel4";
            this.GtkLabel4.LabelProp = "<b>Channel mode</b>";
            this.GtkLabel4.UseMarkup = true;
            this.frame5.LabelWidget = this.GtkLabel4;
            this.vbox1.Add(this.frame5);
            global::Gtk.Box.BoxChild w8 = ((global::Gtk.Box.BoxChild)(this.vbox1[this.frame5]));
            w8.Position = 1;
            // Container child vbox1.Gtk.Box+BoxChild
            this.button1 = new global::Gtk.Button();
            this.button1.Clicked += new EventHandler(bClose_Click);
            this.button1.CanFocus = true;
            this.button1.Name = "button1";
            this.button1.UseUnderline = true;
            this.button1.Label = "Update";
            this.vbox1.Add(this.button1);
            global::Gtk.Box.BoxChild w9 = ((global::Gtk.Box.BoxChild)(this.vbox1[this.button1]));
            w9.Position = 2;
            w9.Expand = false;
            w9.Fill = false;
            vpaned01.Add2(this.vbox1);
            this.notebook1.Add(this.vpaned01);
            // Notebook tab
            this.label1 = new global::Gtk.Label();
            this.label1.Name = "label1";
            this.label1.LabelProp = messages.get("channelinfo-t0", Core.SelectedLanguage);
            this.notebook1.SetTabLabel(this.vpaned01, this.label1);
            this.label1.ShowAll();
            // Container child notebook1.Gtk.Notebook+NotebookChild
            this.GtkScrolledWindow2 = new global::Gtk.ScrolledWindow();
            this.GtkScrolledWindow2.Name = "GtkScrolledWindow2";
            this.GtkScrolledWindow2.ShadowType = ((global::Gtk.ShadowType)(1));
            // Container child GtkScrolledWindow2.Gtk.Container+ContainerChild
            this.treeview5 = new global::Gtk.TreeView();
            treeview5.Selection.Mode = SelectionMode.Multiple;
            this.treeview5.Model = invites;
            this.treeview5.CanFocus = true;
            this.treeview5.Name = "treeview5";
            Gtk.TreeViewColumn invite = new TreeViewColumn();
            Gtk.CellRendererText r3 = new CellRendererText();
            Gtk.TreeViewColumn itime = new TreeViewColumn();
            Gtk.CellRendererText r2 = new CellRendererText();
            Gtk.TreeViewColumn iu = new TreeViewColumn();
            Gtk.CellRendererText r1 = new CellRendererText();
            invite.Title = "Invite";
            itime.Title = "Time";
            iu.Title = "Created by";
            invite.PackStart(r1, true);
            itime.PackStart(r2, true);
            iu.PackStart(r3, true);
            invite.AddAttribute(r1, "text", 0);
            itime.AddAttribute(r2, "text", 1);
            iu.AddAttribute(r3, "text", 2);
            treeview5.AppendColumn(invite);
            treeview5.AppendColumn(itime);
            treeview5.ButtonPressEvent += new ButtonPressEventHandler(IgnoreInvite);
            treeview5.AppendColumn(iu);
            this.GtkScrolledWindow2.Add(this.treeview5);
            this.notebook1.Add(this.GtkScrolledWindow2);
            global::Gtk.Notebook.NotebookChild w12 = ((global::Gtk.Notebook.NotebookChild)(this.notebook1[this.GtkScrolledWindow2]));
            w12.Position = 1;
            // Notebook tab
            this.label2 = new global::Gtk.Label();
            this.label2.Name = "label2";
            this.label2.LabelProp = messages.get("channelinfo-t2", Core.SelectedLanguage);
            this.notebook1.SetTabLabel(this.GtkScrolledWindow2, this.label2);
            this.label2.ShowAll();
            // Container child notebook1.Gtk.Notebook+NotebookChild
            this.GtkScrolledWindow3 = new global::Gtk.ScrolledWindow();
            this.GtkScrolledWindow3.Name = "GtkScrolledWindow3";
            this.GtkScrolledWindow3.ShadowType = ((global::Gtk.ShadowType)(1));
            // Container child GtkScrolledWindow3.Gtk.Container+ContainerChild
            this.treeview6 = new global::Gtk.TreeView();
            this.treeview6.CanFocus = true;
            this.treeview6.Selection.Mode = SelectionMode.Multiple;
            this.treeview6.Name = "treeview6";
            Gtk.TreeViewColumn exception = new TreeViewColumn();
            Gtk.CellRendererText er3 = new CellRendererText();
            Gtk.TreeViewColumn etime = new TreeViewColumn();
            Gtk.CellRendererText er2 = new CellRendererText();
            Gtk.TreeViewColumn eu = new TreeViewColumn();
            Gtk.CellRendererText er1 = new CellRendererText();
            exception.Title = "Exception";
            etime.Title = "Time";
            eu.Title = "Created by";
            exception.PackStart(er1, true);
            etime.PackStart(er2, true);
            eu.PackStart(er3, true);
            exception.AddAttribute(er1, "text", 0);
            etime.AddAttribute(er2, "text", 1);
            eu.AddAttribute(er3, "text", 2);
            treeview6.AppendColumn(exception);
            treeview6.AppendColumn(etime);
            treeview6.AppendColumn(eu);
            this.treeview6.ButtonPressEvent += new ButtonPressEventHandler(IgnoreExcept);
            this.GtkScrolledWindow3.Add(this.treeview6);
            this.notebook1.Add(this.GtkScrolledWindow3);
            global::Gtk.Notebook.NotebookChild w14 = ((global::Gtk.Notebook.NotebookChild)(this.notebook1[this.GtkScrolledWindow3]));
            this.treeview6.Model = exceptions;
            w14.Position = 2;

            // Notebook tab
            this.label3 = new global::Gtk.Label();
            this.label3.Name = "label3";
            this.label3.LabelProp = messages.get("channelinfo-t3", Core.SelectedLanguage);
            this.notebook1.SetTabLabel(this.GtkScrolledWindow3, this.label3);
            this.label3.ShowAll();
            // Container child notebook1.Gtk.Notebook+NotebookChild
            this.GtkScrolledWindow4 = new global::Gtk.ScrolledWindow();
            this.GtkScrolledWindow4.Name = "GtkScrolledWindow4";
            this.GtkScrolledWindow4.ShadowType = ((global::Gtk.ShadowType)(1));
            // Container child GtkScrolledWindow4.Gtk.Container+ContainerChild
            this.treeview7 = new global::Gtk.TreeView();
            this.treeview7.CanFocus = true;
            this.treeview7.Name = "treeview7";
            this.treeview7.ButtonPressEvent += new ButtonPressEventHandler(IgnoreBans);
            this.treeview6.PopupMenu += new PopupMenuHandler(MenuExceptions);
            this.treeview7.PopupMenu += new PopupMenuHandler(MenuBans);
            this.treeview5.PopupMenu += new PopupMenuHandler(MenuInvites);
            this.treeview7.Selection.Mode = SelectionMode.Multiple;
            this.GtkScrolledWindow4.Add(this.treeview7);
            this.treeview7.Model = bans;
            this.notebook1.Add(this.GtkScrolledWindow4);
            Gtk.TreeViewColumn ban = new TreeViewColumn();
            Gtk.CellRendererText br3 = new CellRendererText();
            Gtk.TreeViewColumn btime = new TreeViewColumn();
            Gtk.CellRendererText br2 = new CellRendererText();
            Gtk.TreeViewColumn bu = new TreeViewColumn();
            Gtk.CellRendererText br1 = new CellRendererText();
            ban.Title = "Host";
            btime.Title = "Time";
            bu.Title = "Created by";
            ban.PackStart(br1, true);
            btime.PackStart(br2, true);
            bu.PackStart(br3, true);
            ban.AddAttribute(br1, "text", 0);
            btime.AddAttribute(br2, "text", 1);
            bu.AddAttribute(br3, "text", 2);
            treeview7.AppendColumn(ban);
            treeview7.AppendColumn(btime);
            treeview7.AppendColumn(bu);
            global::Gtk.Notebook.NotebookChild w16 = ((global::Gtk.Notebook.NotebookChild)(this.notebook1[this.GtkScrolledWindow4]));
            w16.Position = 3;
            // Notebook tab
            this.label4 = new global::Gtk.Label();
            this.label4.Name = "label4";
            this.label4.LabelProp = messages.get("channelinfo-t4", Core.SelectedLanguage);
            this.notebook1.SetTabLabel(this.GtkScrolledWindow4, this.label4);
            this.label4.ShowAll();
            this.WindowPosition = WindowPosition.Center;
            this.Icon = Gdk.Pixbuf.LoadFromResource("Client.Resources.pigeon_clip_art_hight.ico");
            this.Add(this.notebook1);
            if ((this.Child != null))
            {
                this.Child.ShowAll();
            }
            this.DefaultWidth = 796;
            this.DefaultHeight = 511;
            this.Show();
        }
Exemplo n.º 49
0
 protected virtual void Build()
 {
     global::Stetic.Gui.Initialize(this);
     // Widget Empleado.cs.GEmpleado
     this.Name           = "Empleado.cs.GEmpleado";
     this.Title          = global::Mono.Unix.Catalog.GetString("EMPLEADOS");
     this.WindowPosition = ((global::Gtk.WindowPosition)(4));
     // Container child Empleado.cs.GEmpleado.Gtk.Container+ContainerChild
     this.frame1            = new global::Gtk.Frame();
     this.frame1.Name       = "frame1";
     this.frame1.ShadowType = ((global::Gtk.ShadowType)(0));
     // Container child frame1.Gtk.Container+ContainerChild
     this.GtkAlignment             = new global::Gtk.Alignment(0F, 0F, 1F, 1F);
     this.GtkAlignment.Name        = "GtkAlignment";
     this.GtkAlignment.LeftPadding = ((uint)(12));
     // Container child GtkAlignment.Gtk.Container+ContainerChild
     this.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";
     this.vbox2.Spacing = 6;
     // Container child vbox2.Gtk.Box+BoxChild
     this.vbox5         = new global::Gtk.VBox();
     this.vbox5.Name    = "vbox5";
     this.vbox5.Spacing = 6;
     // Container child vbox5.Gtk.Box+BoxChild
     this.label1           = new global::Gtk.Label();
     this.label1.Name      = "label1";
     this.label1.LabelProp = global::Mono.Unix.Catalog.GetString("GESTION DE EMPLEADOS");
     this.vbox5.Add(this.label1);
     global::Gtk.Box.BoxChild w1 = ((global::Gtk.Box.BoxChild)(this.vbox5[this.label1]));
     w1.Position = 0;
     w1.Expand   = false;
     w1.Fill     = false;
     // Container child vbox5.Gtk.Box+BoxChild
     this.vbox6         = new global::Gtk.VBox();
     this.vbox6.Name    = "vbox6";
     this.vbox6.Spacing = 6;
     // Container child vbox6.Gtk.Box+BoxChild
     this.hbox4         = new global::Gtk.HBox();
     this.hbox4.Name    = "hbox4";
     this.hbox4.Spacing = 6;
     // Container child hbox4.Gtk.Box+BoxChild
     this.label2           = new global::Gtk.Label();
     this.label2.Name      = "label2";
     this.label2.LabelProp = global::Mono.Unix.Catalog.GetString("ID Empleado:");
     this.hbox4.Add(this.label2);
     global::Gtk.Box.BoxChild w2 = ((global::Gtk.Box.BoxChild)(this.hbox4[this.label2]));
     w2.Position = 0;
     w2.Expand   = false;
     w2.Fill     = false;
     // Container child hbox4.Gtk.Box+BoxChild
     this.entry1               = new global::Gtk.Entry();
     this.entry1.CanFocus      = true;
     this.entry1.Name          = "entry1";
     this.entry1.IsEditable    = true;
     this.entry1.InvisibleChar = '•';
     this.hbox4.Add(this.entry1);
     global::Gtk.Box.BoxChild w3 = ((global::Gtk.Box.BoxChild)(this.hbox4[this.entry1]));
     w3.Position = 1;
     this.vbox6.Add(this.hbox4);
     global::Gtk.Box.BoxChild w4 = ((global::Gtk.Box.BoxChild)(this.vbox6[this.hbox4]));
     w4.Position = 0;
     w4.Expand   = false;
     w4.Fill     = false;
     // Container child vbox6.Gtk.Box+BoxChild
     this.hbox5         = new global::Gtk.HBox();
     this.hbox5.Name    = "hbox5";
     this.hbox5.Spacing = 6;
     // Container child hbox5.Gtk.Box+BoxChild
     this.label3           = new global::Gtk.Label();
     this.label3.Name      = "label3";
     this.label3.LabelProp = global::Mono.Unix.Catalog.GetString("         Nombre:");
     this.hbox5.Add(this.label3);
     global::Gtk.Box.BoxChild w5 = ((global::Gtk.Box.BoxChild)(this.hbox5[this.label3]));
     w5.Position = 0;
     w5.Expand   = false;
     w5.Fill     = false;
     // Container child hbox5.Gtk.Box+BoxChild
     this.entry2               = new global::Gtk.Entry();
     this.entry2.CanFocus      = true;
     this.entry2.Name          = "entry2";
     this.entry2.IsEditable    = true;
     this.entry2.InvisibleChar = '•';
     this.hbox5.Add(this.entry2);
     global::Gtk.Box.BoxChild w6 = ((global::Gtk.Box.BoxChild)(this.hbox5[this.entry2]));
     w6.Position = 1;
     this.vbox6.Add(this.hbox5);
     global::Gtk.Box.BoxChild w7 = ((global::Gtk.Box.BoxChild)(this.vbox6[this.hbox5]));
     w7.Position = 1;
     w7.Expand   = false;
     w7.Fill     = false;
     // Container child vbox6.Gtk.Box+BoxChild
     this.hbox6         = new global::Gtk.HBox();
     this.hbox6.Name    = "hbox6";
     this.hbox6.Spacing = 6;
     // Container child hbox6.Gtk.Box+BoxChild
     this.label4           = new global::Gtk.Label();
     this.label4.Name      = "label4";
     this.label4.LabelProp = global::Mono.Unix.Catalog.GetString("      Apellidos:");
     this.hbox6.Add(this.label4);
     global::Gtk.Box.BoxChild w8 = ((global::Gtk.Box.BoxChild)(this.hbox6[this.label4]));
     w8.Position = 0;
     w8.Expand   = false;
     w8.Fill     = false;
     // Container child hbox6.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.hbox6.Add(this.entry3);
     global::Gtk.Box.BoxChild w9 = ((global::Gtk.Box.BoxChild)(this.hbox6[this.entry3]));
     w9.Position = 1;
     this.vbox6.Add(this.hbox6);
     global::Gtk.Box.BoxChild w10 = ((global::Gtk.Box.BoxChild)(this.vbox6[this.hbox6]));
     w10.Position = 2;
     w10.Expand   = false;
     w10.Fill     = false;
     this.vbox5.Add(this.vbox6);
     global::Gtk.Box.BoxChild w11 = ((global::Gtk.Box.BoxChild)(this.vbox5[this.vbox6]));
     w11.Position = 1;
     w11.Expand   = false;
     w11.Fill     = false;
     // Container child vbox5.Gtk.Box+BoxChild
     this.hbox7         = new global::Gtk.HBox();
     this.hbox7.Name    = "hbox7";
     this.hbox7.Spacing = 6;
     // Container child hbox7.Gtk.Box+BoxChild
     this.label5           = new global::Gtk.Label();
     this.label5.Name      = "label5";
     this.label5.LabelProp = global::Mono.Unix.Catalog.GetString("            Cedula:");
     this.hbox7.Add(this.label5);
     global::Gtk.Box.BoxChild w12 = ((global::Gtk.Box.BoxChild)(this.hbox7[this.label5]));
     w12.Position = 0;
     w12.Expand   = false;
     w12.Fill     = false;
     // Container child hbox7.Gtk.Box+BoxChild
     this.entry4               = new global::Gtk.Entry();
     this.entry4.CanFocus      = true;
     this.entry4.Name          = "entry4";
     this.entry4.IsEditable    = true;
     this.entry4.InvisibleChar = '•';
     this.hbox7.Add(this.entry4);
     global::Gtk.Box.BoxChild w13 = ((global::Gtk.Box.BoxChild)(this.hbox7[this.entry4]));
     w13.Position = 1;
     this.vbox5.Add(this.hbox7);
     global::Gtk.Box.BoxChild w14 = ((global::Gtk.Box.BoxChild)(this.vbox5[this.hbox7]));
     w14.Position = 2;
     w14.Expand   = false;
     w14.Fill     = false;
     this.vbox2.Add(this.vbox5);
     global::Gtk.Box.BoxChild w15 = ((global::Gtk.Box.BoxChild)(this.vbox2[this.vbox5]));
     w15.Position = 0;
     w15.Expand   = false;
     w15.Fill     = false;
     // Container child vbox2.Gtk.Box+BoxChild
     this.vbox4         = new global::Gtk.VBox();
     this.vbox4.Name    = "vbox4";
     this.vbox4.Spacing = 6;
     // Container child vbox4.Gtk.Box+BoxChild
     this.vbox7         = new global::Gtk.VBox();
     this.vbox7.Name    = "vbox7";
     this.vbox7.Spacing = 6;
     // Container child vbox7.Gtk.Box+BoxChild
     this.hbox8         = new global::Gtk.HBox();
     this.hbox8.Name    = "hbox8";
     this.hbox8.Spacing = 6;
     // Container child hbox8.Gtk.Box+BoxChild
     this.label6           = new global::Gtk.Label();
     this.label6.Name      = "label6";
     this.label6.LabelProp = global::Mono.Unix.Catalog.GetString("            Celular:");
     this.hbox8.Add(this.label6);
     global::Gtk.Box.BoxChild w16 = ((global::Gtk.Box.BoxChild)(this.hbox8[this.label6]));
     w16.Position = 0;
     w16.Expand   = false;
     w16.Fill     = false;
     // Container child hbox8.Gtk.Box+BoxChild
     this.entry5               = new global::Gtk.Entry();
     this.entry5.CanFocus      = true;
     this.entry5.Name          = "entry5";
     this.entry5.IsEditable    = true;
     this.entry5.InvisibleChar = '•';
     this.hbox8.Add(this.entry5);
     global::Gtk.Box.BoxChild w17 = ((global::Gtk.Box.BoxChild)(this.hbox8[this.entry5]));
     w17.Position = 1;
     this.vbox7.Add(this.hbox8);
     global::Gtk.Box.BoxChild w18 = ((global::Gtk.Box.BoxChild)(this.vbox7[this.hbox8]));
     w18.Position = 0;
     w18.Expand   = false;
     w18.Fill     = false;
     // Container child vbox7.Gtk.Box+BoxChild
     this.hbox9         = new global::Gtk.HBox();
     this.hbox9.Name    = "hbox9";
     this.hbox9.Spacing = 6;
     // Container child hbox9.Gtk.Box+BoxChild
     this.label7           = new global::Gtk.Label();
     this.label7.Name      = "label7";
     this.label7.LabelProp = global::Mono.Unix.Catalog.GetString("       Direccion:");
     this.hbox9.Add(this.label7);
     global::Gtk.Box.BoxChild w19 = ((global::Gtk.Box.BoxChild)(this.hbox9[this.label7]));
     w19.Position = 0;
     w19.Expand   = false;
     w19.Fill     = false;
     // Container child hbox9.Gtk.Box+BoxChild
     this.entry6               = new global::Gtk.Entry();
     this.entry6.CanFocus      = true;
     this.entry6.Name          = "entry6";
     this.entry6.IsEditable    = true;
     this.entry6.InvisibleChar = '•';
     this.hbox9.Add(this.entry6);
     global::Gtk.Box.BoxChild w20 = ((global::Gtk.Box.BoxChild)(this.hbox9[this.entry6]));
     w20.Position = 1;
     this.vbox7.Add(this.hbox9);
     global::Gtk.Box.BoxChild w21 = ((global::Gtk.Box.BoxChild)(this.vbox7[this.hbox9]));
     w21.Position = 1;
     w21.Expand   = false;
     w21.Fill     = false;
     // Container child vbox7.Gtk.Box+BoxChild
     this.hbox10         = new global::Gtk.HBox();
     this.hbox10.Name    = "hbox10";
     this.hbox10.Spacing = 6;
     // Container child hbox10.Gtk.Box+BoxChild
     this.label8           = new global::Gtk.Label();
     this.label8.Name      = "label8";
     this.label8.LabelProp = global::Mono.Unix.Catalog.GetString("Nivel estudio:");
     this.hbox10.Add(this.label8);
     global::Gtk.Box.BoxChild w22 = ((global::Gtk.Box.BoxChild)(this.hbox10[this.label8]));
     w22.Position = 0;
     w22.Expand   = false;
     w22.Fill     = false;
     // Container child hbox10.Gtk.Box+BoxChild
     this.entry7               = new global::Gtk.Entry();
     this.entry7.CanFocus      = true;
     this.entry7.Name          = "entry7";
     this.entry7.IsEditable    = true;
     this.entry7.InvisibleChar = '•';
     this.hbox10.Add(this.entry7);
     global::Gtk.Box.BoxChild w23 = ((global::Gtk.Box.BoxChild)(this.hbox10[this.entry7]));
     w23.Position = 1;
     this.vbox7.Add(this.hbox10);
     global::Gtk.Box.BoxChild w24 = ((global::Gtk.Box.BoxChild)(this.vbox7[this.hbox10]));
     w24.Position = 2;
     w24.Expand   = false;
     w24.Fill     = false;
     this.vbox4.Add(this.vbox7);
     global::Gtk.Box.BoxChild w25 = ((global::Gtk.Box.BoxChild)(this.vbox4[this.vbox7]));
     w25.Position = 0;
     w25.Expand   = false;
     w25.Fill     = false;
     // Container child vbox4.Gtk.Box+BoxChild
     this.hbox11         = new global::Gtk.HBox();
     this.hbox11.Name    = "hbox11";
     this.hbox11.Spacing = 6;
     // Container child hbox11.Gtk.Box+BoxChild
     this.label9           = new global::Gtk.Label();
     this.label9.Name      = "label9";
     this.label9.LabelProp = global::Mono.Unix.Catalog.GetString("Fecha contratacion:");
     this.hbox11.Add(this.label9);
     global::Gtk.Box.BoxChild w26 = ((global::Gtk.Box.BoxChild)(this.hbox11[this.label9]));
     w26.Position = 0;
     w26.Expand   = false;
     w26.Fill     = false;
     // Container child hbox11.Gtk.Box+BoxChild
     this.entry8               = new global::Gtk.Entry();
     this.entry8.CanFocus      = true;
     this.entry8.Name          = "entry8";
     this.entry8.IsEditable    = true;
     this.entry8.InvisibleChar = '•';
     this.hbox11.Add(this.entry8);
     global::Gtk.Box.BoxChild w27 = ((global::Gtk.Box.BoxChild)(this.hbox11[this.entry8]));
     w27.Position = 1;
     this.vbox4.Add(this.hbox11);
     global::Gtk.Box.BoxChild w28 = ((global::Gtk.Box.BoxChild)(this.vbox4[this.hbox11]));
     w28.Position = 1;
     w28.Expand   = false;
     w28.Fill     = false;
     // Container child vbox4.Gtk.Box+BoxChild
     this.vbox8         = new global::Gtk.VBox();
     this.vbox8.Name    = "vbox8";
     this.vbox8.Spacing = 6;
     // Container child vbox8.Gtk.Box+BoxChild
     this.hbox12         = new global::Gtk.HBox();
     this.hbox12.Name    = "hbox12";
     this.hbox12.Spacing = 6;
     // Container child hbox12.Gtk.Box+BoxChild
     this.label10           = new global::Gtk.Label();
     this.label10.Name      = "label10";
     this.label10.LabelProp = global::Mono.Unix.Catalog.GetString("               Cargo:");
     this.hbox12.Add(this.label10);
     global::Gtk.Box.BoxChild w29 = ((global::Gtk.Box.BoxChild)(this.hbox12[this.label10]));
     w29.Position = 0;
     w29.Expand   = false;
     w29.Fill     = false;
     // Container child hbox12.Gtk.Box+BoxChild
     this.combobox1      = global::Gtk.ComboBox.NewText();
     this.combobox1.Name = "combobox1";
     this.hbox12.Add(this.combobox1);
     global::Gtk.Box.BoxChild w30 = ((global::Gtk.Box.BoxChild)(this.hbox12[this.combobox1]));
     w30.Position = 1;
     w30.Expand   = false;
     w30.Fill     = false;
     this.vbox8.Add(this.hbox12);
     global::Gtk.Box.BoxChild w31 = ((global::Gtk.Box.BoxChild)(this.vbox8[this.hbox12]));
     w31.Position = 0;
     w31.Expand   = false;
     w31.Fill     = false;
     // Container child vbox8.Gtk.Box+BoxChild
     this.hbox13         = new global::Gtk.HBox();
     this.hbox13.Name    = "hbox13";
     this.hbox13.Spacing = 6;
     // Container child hbox13.Gtk.Box+BoxChild
     this.label11           = new global::Gtk.Label();
     this.label11.Name      = "label11";
     this.label11.LabelProp = global::Mono.Unix.Catalog.GetString("             Salario:");
     this.hbox13.Add(this.label11);
     global::Gtk.Box.BoxChild w32 = ((global::Gtk.Box.BoxChild)(this.hbox13[this.label11]));
     w32.Position = 0;
     w32.Expand   = false;
     w32.Fill     = false;
     // Container child hbox13.Gtk.Box+BoxChild
     this.entry9               = new global::Gtk.Entry();
     this.entry9.CanFocus      = true;
     this.entry9.Name          = "entry9";
     this.entry9.IsEditable    = true;
     this.entry9.InvisibleChar = '•';
     this.hbox13.Add(this.entry9);
     global::Gtk.Box.BoxChild w33 = ((global::Gtk.Box.BoxChild)(this.hbox13[this.entry9]));
     w33.Position = 1;
     // Container child hbox13.Gtk.Box+BoxChild
     this.combobox2      = global::Gtk.ComboBox.NewText();
     this.combobox2.Name = "combobox2";
     this.hbox13.Add(this.combobox2);
     global::Gtk.Box.BoxChild w34 = ((global::Gtk.Box.BoxChild)(this.hbox13[this.combobox2]));
     w34.Position = 2;
     w34.Expand   = false;
     w34.Fill     = false;
     this.vbox8.Add(this.hbox13);
     global::Gtk.Box.BoxChild w35 = ((global::Gtk.Box.BoxChild)(this.vbox8[this.hbox13]));
     w35.Position = 1;
     w35.Expand   = false;
     w35.Fill     = false;
     // Container child vbox8.Gtk.Box+BoxChild
     this.hbox14         = new global::Gtk.HBox();
     this.hbox14.Name    = "hbox14";
     this.hbox14.Spacing = 6;
     // Container child hbox14.Gtk.Box+BoxChild
     this.label12           = new global::Gtk.Label();
     this.label12.Name      = "label12";
     this.label12.LabelProp = global::Mono.Unix.Catalog.GetString("Tipo de pago:");
     this.hbox14.Add(this.label12);
     global::Gtk.Box.BoxChild w36 = ((global::Gtk.Box.BoxChild)(this.hbox14[this.label12]));
     w36.Position = 0;
     w36.Expand   = false;
     w36.Fill     = false;
     // Container child hbox14.Gtk.Box+BoxChild
     this.combobox3      = global::Gtk.ComboBox.NewText();
     this.combobox3.Name = "combobox3";
     this.hbox14.Add(this.combobox3);
     global::Gtk.Box.BoxChild w37 = ((global::Gtk.Box.BoxChild)(this.hbox14[this.combobox3]));
     w37.Position = 1;
     w37.Expand   = false;
     w37.Fill     = false;
     this.vbox8.Add(this.hbox14);
     global::Gtk.Box.BoxChild w38 = ((global::Gtk.Box.BoxChild)(this.vbox8[this.hbox14]));
     w38.Position = 2;
     w38.Expand   = false;
     w38.Fill     = false;
     this.vbox4.Add(this.vbox8);
     global::Gtk.Box.BoxChild w39 = ((global::Gtk.Box.BoxChild)(this.vbox4[this.vbox8]));
     w39.Position = 2;
     w39.Expand   = false;
     w39.Fill     = false;
     this.vbox2.Add(this.vbox4);
     global::Gtk.Box.BoxChild w40 = ((global::Gtk.Box.BoxChild)(this.vbox2[this.vbox4]));
     w40.Position = 1;
     w40.Expand   = false;
     w40.Fill     = false;
     // Container child vbox2.Gtk.Box+BoxChild
     this.vbox3         = new global::Gtk.VBox();
     this.vbox3.Name    = "vbox3";
     this.vbox3.Spacing = 6;
     // Container child vbox3.Gtk.Box+BoxChild
     this.hbox15         = new global::Gtk.HBox();
     this.hbox15.Name    = "hbox15";
     this.hbox15.Spacing = 6;
     // Container child hbox15.Gtk.Box+BoxChild
     this.label13           = new global::Gtk.Label();
     this.label13.Name      = "label13";
     this.label13.LabelProp = global::Mono.Unix.Catalog.GetString("         No. INSS:");
     this.hbox15.Add(this.label13);
     global::Gtk.Box.BoxChild w41 = ((global::Gtk.Box.BoxChild)(this.hbox15[this.label13]));
     w41.Position = 0;
     w41.Expand   = false;
     w41.Fill     = false;
     // Container child hbox15.Gtk.Box+BoxChild
     this.entry10               = new global::Gtk.Entry();
     this.entry10.CanFocus      = true;
     this.entry10.Name          = "entry10";
     this.entry10.IsEditable    = true;
     this.entry10.InvisibleChar = '•';
     this.hbox15.Add(this.entry10);
     global::Gtk.Box.BoxChild w42 = ((global::Gtk.Box.BoxChild)(this.hbox15[this.entry10]));
     w42.Position = 1;
     this.vbox3.Add(this.hbox15);
     global::Gtk.Box.BoxChild w43 = ((global::Gtk.Box.BoxChild)(this.vbox3[this.hbox15]));
     w43.Position = 0;
     w43.Expand   = false;
     w43.Fill     = false;
     // Container child vbox3.Gtk.Box+BoxChild
     this.vbox9         = new global::Gtk.VBox();
     this.vbox9.Name    = "vbox9";
     this.vbox9.Spacing = 6;
     // Container child vbox9.Gtk.Box+BoxChild
     this.hbox16         = new global::Gtk.HBox();
     this.hbox16.Name    = "hbox16";
     this.hbox16.Spacing = 6;
     // Container child hbox16.Gtk.Box+BoxChild
     this.label14           = new global::Gtk.Label();
     this.label14.Name      = "label14";
     this.label14.LabelProp = global::Mono.Unix.Catalog.GetString("          Sucursal:");
     this.hbox16.Add(this.label14);
     global::Gtk.Box.BoxChild w44 = ((global::Gtk.Box.BoxChild)(this.hbox16[this.label14]));
     w44.Position = 0;
     w44.Expand   = false;
     w44.Fill     = false;
     // Container child hbox16.Gtk.Box+BoxChild
     this.combobox4      = global::Gtk.ComboBox.NewText();
     this.combobox4.Name = "combobox4";
     this.hbox16.Add(this.combobox4);
     global::Gtk.Box.BoxChild w45 = ((global::Gtk.Box.BoxChild)(this.hbox16[this.combobox4]));
     w45.Position = 1;
     w45.Expand   = false;
     w45.Fill     = false;
     this.vbox9.Add(this.hbox16);
     global::Gtk.Box.BoxChild w46 = ((global::Gtk.Box.BoxChild)(this.vbox9[this.hbox16]));
     w46.Position = 0;
     w46.Expand   = false;
     w46.Fill     = false;
     // Container child vbox9.Gtk.Box+BoxChild
     this.hbox17         = new global::Gtk.HBox();
     this.hbox17.Name    = "hbox17";
     this.hbox17.Spacing = 6;
     // Container child hbox17.Gtk.Box+BoxChild
     this.label15           = new global::Gtk.Label();
     this.label15.Name      = "label15";
     this.label15.LabelProp = global::Mono.Unix.Catalog.GetString("Departamento:");
     this.hbox17.Add(this.label15);
     global::Gtk.Box.BoxChild w47 = ((global::Gtk.Box.BoxChild)(this.hbox17[this.label15]));
     w47.Position = 0;
     w47.Expand   = false;
     w47.Fill     = false;
     // Container child hbox17.Gtk.Box+BoxChild
     this.combobox5      = global::Gtk.ComboBox.NewText();
     this.combobox5.Name = "combobox5";
     this.hbox17.Add(this.combobox5);
     global::Gtk.Box.BoxChild w48 = ((global::Gtk.Box.BoxChild)(this.hbox17[this.combobox5]));
     w48.Position = 1;
     w48.Expand   = false;
     w48.Fill     = false;
     this.vbox9.Add(this.hbox17);
     global::Gtk.Box.BoxChild w49 = ((global::Gtk.Box.BoxChild)(this.vbox9[this.hbox17]));
     w49.Position = 1;
     w49.Expand   = false;
     w49.Fill     = false;
     // Container child vbox9.Gtk.Box+BoxChild
     this.hbox18         = new global::Gtk.HBox();
     this.hbox18.Name    = "hbox18";
     this.hbox18.Spacing = 6;
     // Container child hbox18.Gtk.Box+BoxChild
     this.label16           = new global::Gtk.Label();
     this.label16.Name      = "label16";
     this.label16.LabelProp = global::Mono.Unix.Catalog.GetString("                   Area:");
     this.hbox18.Add(this.label16);
     global::Gtk.Box.BoxChild w50 = ((global::Gtk.Box.BoxChild)(this.hbox18[this.label16]));
     w50.Position = 0;
     w50.Expand   = false;
     w50.Fill     = false;
     // Container child hbox18.Gtk.Box+BoxChild
     this.combobox6      = global::Gtk.ComboBox.NewText();
     this.combobox6.Name = "combobox6";
     this.hbox18.Add(this.combobox6);
     global::Gtk.Box.BoxChild w51 = ((global::Gtk.Box.BoxChild)(this.hbox18[this.combobox6]));
     w51.Position = 1;
     w51.Expand   = false;
     w51.Fill     = false;
     this.vbox9.Add(this.hbox18);
     global::Gtk.Box.BoxChild w52 = ((global::Gtk.Box.BoxChild)(this.vbox9[this.hbox18]));
     w52.Position = 2;
     w52.Expand   = false;
     w52.Fill     = false;
     this.vbox3.Add(this.vbox9);
     global::Gtk.Box.BoxChild w53 = ((global::Gtk.Box.BoxChild)(this.vbox3[this.vbox9]));
     w53.Position = 1;
     w53.Expand   = false;
     w53.Fill     = false;
     // Container child vbox3.Gtk.Box+BoxChild
     this.hbox19         = new global::Gtk.HBox();
     this.hbox19.Name    = "hbox19";
     this.hbox19.Spacing = 6;
     // Container child hbox19.Gtk.Box+BoxChild
     this.label17           = new global::Gtk.Label();
     this.label17.Name      = "label17";
     this.label17.LabelProp = global::Mono.Unix.Catalog.GetString("              Seguro:");
     this.hbox19.Add(this.label17);
     global::Gtk.Box.BoxChild w54 = ((global::Gtk.Box.BoxChild)(this.hbox19[this.label17]));
     w54.Position = 0;
     w54.Expand   = false;
     w54.Fill     = false;
     // Container child hbox19.Gtk.Box+BoxChild
     this.hbox23         = new global::Gtk.HBox();
     this.hbox23.Name    = "hbox23";
     this.hbox23.Spacing = 6;
     // Container child hbox23.Gtk.Box+BoxChild
     this.radiobutton1               = new global::Gtk.RadioButton(global::Mono.Unix.Catalog.GetString("Si"));
     this.radiobutton1.CanFocus      = true;
     this.radiobutton1.Name          = "radiobutton1";
     this.radiobutton1.DrawIndicator = true;
     this.radiobutton1.UseUnderline  = true;
     this.radiobutton1.Group         = new global::GLib.SList(global::System.IntPtr.Zero);
     this.hbox23.Add(this.radiobutton1);
     global::Gtk.Box.BoxChild w55 = ((global::Gtk.Box.BoxChild)(this.hbox23[this.radiobutton1]));
     w55.Position = 0;
     // Container child hbox23.Gtk.Box+BoxChild
     this.radiobutton2               = new global::Gtk.RadioButton(global::Mono.Unix.Catalog.GetString("No"));
     this.radiobutton2.CanFocus      = true;
     this.radiobutton2.Name          = "radiobutton2";
     this.radiobutton2.DrawIndicator = true;
     this.radiobutton2.UseUnderline  = true;
     this.radiobutton2.Group         = this.radiobutton1.Group;
     this.hbox23.Add(this.radiobutton2);
     global::Gtk.Box.BoxChild w56 = ((global::Gtk.Box.BoxChild)(this.hbox23[this.radiobutton2]));
     w56.Position = 1;
     this.hbox19.Add(this.hbox23);
     global::Gtk.Box.BoxChild w57 = ((global::Gtk.Box.BoxChild)(this.hbox19[this.hbox23]));
     w57.Position = 1;
     this.vbox3.Add(this.hbox19);
     global::Gtk.Box.BoxChild w58 = ((global::Gtk.Box.BoxChild)(this.vbox3[this.hbox19]));
     w58.Position = 2;
     w58.Expand   = false;
     w58.Fill     = false;
     this.vbox2.Add(this.vbox3);
     global::Gtk.Box.BoxChild w59 = ((global::Gtk.Box.BoxChild)(this.vbox2[this.vbox3]));
     w59.Position = 2;
     w59.Expand   = false;
     w59.Fill     = false;
     // Container child vbox2.Gtk.Box+BoxChild
     this.vbox11         = new global::Gtk.VBox();
     this.vbox11.Name    = "vbox11";
     this.vbox11.Spacing = 6;
     // Container child vbox11.Gtk.Box+BoxChild
     this.hbox20         = new global::Gtk.HBox();
     this.hbox20.Name    = "hbox20";
     this.hbox20.Spacing = 6;
     // Container child hbox20.Gtk.Box+BoxChild
     this.label18           = new global::Gtk.Label();
     this.label18.Name      = "label18";
     this.label18.LabelProp = global::Mono.Unix.Catalog.GetString("              Estado:");
     this.hbox20.Add(this.label18);
     global::Gtk.Box.BoxChild w60 = ((global::Gtk.Box.BoxChild)(this.hbox20[this.label18]));
     w60.Position = 0;
     w60.Expand   = false;
     w60.Fill     = false;
     // Container child hbox20.Gtk.Box+BoxChild
     this.hbox24         = new global::Gtk.HBox();
     this.hbox24.Name    = "hbox24";
     this.hbox24.Spacing = 6;
     // Container child hbox24.Gtk.Box+BoxChild
     this.radiobutton3               = new global::Gtk.RadioButton(global::Mono.Unix.Catalog.GetString("Activo"));
     this.radiobutton3.CanFocus      = true;
     this.radiobutton3.Name          = "radiobutton3";
     this.radiobutton3.DrawIndicator = true;
     this.radiobutton3.UseUnderline  = true;
     this.radiobutton3.Group         = new global::GLib.SList(global::System.IntPtr.Zero);
     this.hbox24.Add(this.radiobutton3);
     global::Gtk.Box.BoxChild w61 = ((global::Gtk.Box.BoxChild)(this.hbox24[this.radiobutton3]));
     w61.Position = 0;
     // Container child hbox24.Gtk.Box+BoxChild
     this.radiobutton4               = new global::Gtk.RadioButton(global::Mono.Unix.Catalog.GetString("Inactivo"));
     this.radiobutton4.CanFocus      = true;
     this.radiobutton4.Name          = "radiobutton4";
     this.radiobutton4.DrawIndicator = true;
     this.radiobutton4.UseUnderline  = true;
     this.radiobutton4.Group         = this.radiobutton3.Group;
     this.hbox24.Add(this.radiobutton4);
     global::Gtk.Box.BoxChild w62 = ((global::Gtk.Box.BoxChild)(this.hbox24[this.radiobutton4]));
     w62.Position = 1;
     this.hbox20.Add(this.hbox24);
     global::Gtk.Box.BoxChild w63 = ((global::Gtk.Box.BoxChild)(this.hbox20[this.hbox24]));
     w63.Position = 1;
     this.vbox11.Add(this.hbox20);
     global::Gtk.Box.BoxChild w64 = ((global::Gtk.Box.BoxChild)(this.vbox11[this.hbox20]));
     w64.Position = 0;
     w64.Expand   = false;
     w64.Fill     = false;
     // Container child vbox11.Gtk.Box+BoxChild
     this.hbox21         = new global::Gtk.HBox();
     this.hbox21.Name    = "hbox21";
     this.hbox21.Spacing = 6;
     // Container child hbox21.Gtk.Box+BoxChild
     this.label19           = new global::Gtk.Label();
     this.label19.Name      = "label19";
     this.label19.LabelProp = global::Mono.Unix.Catalog.GetString("Fecha de baja:");
     this.hbox21.Add(this.label19);
     global::Gtk.Box.BoxChild w65 = ((global::Gtk.Box.BoxChild)(this.hbox21[this.label19]));
     w65.Position = 0;
     w65.Expand   = false;
     w65.Fill     = false;
     // Container child hbox21.Gtk.Box+BoxChild
     this.entry11               = new global::Gtk.Entry();
     this.entry11.CanFocus      = true;
     this.entry11.Name          = "entry11";
     this.entry11.IsEditable    = true;
     this.entry11.InvisibleChar = '•';
     this.hbox21.Add(this.entry11);
     global::Gtk.Box.BoxChild w66 = ((global::Gtk.Box.BoxChild)(this.hbox21[this.entry11]));
     w66.Position = 1;
     this.vbox11.Add(this.hbox21);
     global::Gtk.Box.BoxChild w67 = ((global::Gtk.Box.BoxChild)(this.vbox11[this.hbox21]));
     w67.Position = 1;
     w67.Expand   = false;
     w67.Fill     = false;
     // Container child vbox11.Gtk.Box+BoxChild
     this.vbox33         = new global::Gtk.VBox();
     this.vbox33.Name    = "vbox33";
     this.vbox33.Spacing = 6;
     // Container child vbox33.Gtk.Box+BoxChild
     this.hbox41         = new global::Gtk.HBox();
     this.hbox41.Name    = "hbox41";
     this.hbox41.Spacing = 6;
     // Container child hbox41.Gtk.Box+BoxChild
     this.label20           = new global::Gtk.Label();
     this.label20.Name      = "label20";
     this.label20.LabelProp = global::Mono.Unix.Catalog.GetString("   Motivo baja:");
     this.hbox41.Add(this.label20);
     global::Gtk.Box.BoxChild w68 = ((global::Gtk.Box.BoxChild)(this.hbox41[this.label20]));
     w68.Position = 0;
     w68.Expand   = false;
     w68.Fill     = false;
     // Container child hbox41.Gtk.Box+BoxChild
     this.entry12               = new global::Gtk.Entry();
     this.entry12.CanFocus      = true;
     this.entry12.Name          = "entry12";
     this.entry12.IsEditable    = true;
     this.entry12.InvisibleChar = '•';
     this.hbox41.Add(this.entry12);
     global::Gtk.Box.BoxChild w69 = ((global::Gtk.Box.BoxChild)(this.hbox41[this.entry12]));
     w69.Position = 1;
     this.vbox33.Add(this.hbox41);
     global::Gtk.Box.BoxChild w70 = ((global::Gtk.Box.BoxChild)(this.vbox33[this.hbox41]));
     w70.Position = 0;
     w70.Expand   = false;
     w70.Fill     = false;
     this.vbox11.Add(this.vbox33);
     global::Gtk.Box.BoxChild w71 = ((global::Gtk.Box.BoxChild)(this.vbox11[this.vbox33]));
     w71.Position = 2;
     this.vbox2.Add(this.vbox11);
     global::Gtk.Box.BoxChild w72 = ((global::Gtk.Box.BoxChild)(this.vbox2[this.vbox11]));
     w72.Position = 3;
     this.hbox1.Add(this.vbox2);
     global::Gtk.Box.BoxChild w73 = ((global::Gtk.Box.BoxChild)(this.hbox1[this.vbox2]));
     w73.Position = 0;
     w73.Expand   = false;
     w73.Fill     = false;
     // Container child hbox1.Gtk.Box+BoxChild
     this.hbox44         = new global::Gtk.HBox();
     this.hbox44.Name    = "hbox44";
     this.hbox44.Spacing = 6;
     this.hbox1.Add(this.hbox44);
     global::Gtk.Box.BoxChild w74 = ((global::Gtk.Box.BoxChild)(this.hbox1[this.hbox44]));
     w74.Position = 1;
     // Container child hbox1.Gtk.Box+BoxChild
     this.vbox1         = new global::Gtk.VBox();
     this.vbox1.Name    = "vbox1";
     this.vbox1.Spacing = 6;
     // Container child vbox1.Gtk.Box+BoxChild
     this.hbox2         = new global::Gtk.HBox();
     this.hbox2.Name    = "hbox2";
     this.hbox2.Spacing = 6;
     // Container child hbox2.Gtk.Box+BoxChild
     this.label21           = new global::Gtk.Label();
     this.label21.Name      = "label21";
     this.label21.LabelProp = global::Mono.Unix.Catalog.GetString("Buscar ID empleado:");
     this.hbox2.Add(this.label21);
     global::Gtk.Box.BoxChild w75 = ((global::Gtk.Box.BoxChild)(this.hbox2[this.label21]));
     w75.Position = 0;
     w75.Expand   = false;
     w75.Fill     = false;
     // Container child hbox2.Gtk.Box+BoxChild
     this.entry13               = new global::Gtk.Entry();
     this.entry13.CanFocus      = true;
     this.entry13.Name          = "entry13";
     this.entry13.IsEditable    = true;
     this.entry13.InvisibleChar = '•';
     this.hbox2.Add(this.entry13);
     global::Gtk.Box.BoxChild w76 = ((global::Gtk.Box.BoxChild)(this.hbox2[this.entry13]));
     w76.Position = 1;
     // Container child hbox2.Gtk.Box+BoxChild
     this.btnBuscar              = new global::Gtk.Button();
     this.btnBuscar.CanFocus     = true;
     this.btnBuscar.Name         = "btnBuscar";
     this.btnBuscar.UseUnderline = true;
     this.btnBuscar.Label        = global::Mono.Unix.Catalog.GetString("Buscar");
     this.hbox2.Add(this.btnBuscar);
     global::Gtk.Box.BoxChild w77 = ((global::Gtk.Box.BoxChild)(this.hbox2[this.btnBuscar]));
     w77.Position = 2;
     w77.Expand   = false;
     w77.Fill     = false;
     this.vbox1.Add(this.hbox2);
     global::Gtk.Box.BoxChild w78 = ((global::Gtk.Box.BoxChild)(this.vbox1[this.hbox2]));
     w78.Position = 0;
     w78.Expand   = false;
     w78.Fill     = false;
     // Container child vbox1.Gtk.Box+BoxChild
     this.GtkScrolledWindow            = new global::Gtk.ScrolledWindow();
     this.GtkScrolledWindow.Name       = "GtkScrolledWindow";
     this.GtkScrolledWindow.ShadowType = ((global::Gtk.ShadowType)(1));
     // Container child GtkScrolledWindow.Gtk.Container+ContainerChild
     this.treeview1          = new global::Gtk.TreeView();
     this.treeview1.CanFocus = true;
     this.treeview1.Name     = "treeview1";
     this.GtkScrolledWindow.Add(this.treeview1);
     this.vbox1.Add(this.GtkScrolledWindow);
     global::Gtk.Box.BoxChild w80 = ((global::Gtk.Box.BoxChild)(this.vbox1[this.GtkScrolledWindow]));
     w80.Position = 1;
     // Container child vbox1.Gtk.Box+BoxChild
     this.vbox32         = new global::Gtk.VBox();
     this.vbox32.Name    = "vbox32";
     this.vbox32.Spacing = 6;
     // Container child vbox32.Gtk.Box+BoxChild
     this.hbox42         = new global::Gtk.HBox();
     this.hbox42.Name    = "hbox42";
     this.hbox42.Spacing = 6;
     // Container child hbox42.Gtk.Box+BoxChild
     this.hbox43         = new global::Gtk.HBox();
     this.hbox43.Name    = "hbox43";
     this.hbox43.Spacing = 6;
     // Container child hbox43.Gtk.Box+BoxChild
     this.alignment24      = new global::Gtk.Alignment(0.5F, 0.5F, 1F, 1F);
     this.alignment24.Name = "alignment24";
     this.hbox43.Add(this.alignment24);
     global::Gtk.Box.BoxChild w81 = ((global::Gtk.Box.BoxChild)(this.hbox43[this.alignment24]));
     w81.Position = 0;
     // Container child hbox43.Gtk.Box+BoxChild
     this.btnEditar              = new global::Gtk.Button();
     this.btnEditar.CanFocus     = true;
     this.btnEditar.Name         = "btnEditar";
     this.btnEditar.UseUnderline = true;
     this.btnEditar.Label        = global::Mono.Unix.Catalog.GetString("Editar");
     this.hbox43.Add(this.btnEditar);
     global::Gtk.Box.BoxChild w82 = ((global::Gtk.Box.BoxChild)(this.hbox43[this.btnEditar]));
     w82.Position = 1;
     w82.Expand   = false;
     w82.Fill     = false;
     // Container child hbox43.Gtk.Box+BoxChild
     this.btnVolver              = new global::Gtk.Button();
     this.btnVolver.CanFocus     = true;
     this.btnVolver.Name         = "btnVolver";
     this.btnVolver.UseStock     = true;
     this.btnVolver.UseUnderline = true;
     this.btnVolver.Label        = "gtk-go-back";
     this.hbox43.Add(this.btnVolver);
     global::Gtk.Box.BoxChild w83 = ((global::Gtk.Box.BoxChild)(this.hbox43[this.btnVolver]));
     w83.Position = 2;
     w83.Expand   = false;
     w83.Fill     = false;
     this.hbox42.Add(this.hbox43);
     global::Gtk.Box.BoxChild w84 = ((global::Gtk.Box.BoxChild)(this.hbox42[this.hbox43]));
     w84.Position = 0;
     // Container child hbox42.Gtk.Box+BoxChild
     this.alignment25      = new global::Gtk.Alignment(0.5F, 0.5F, 1F, 1F);
     this.alignment25.Name = "alignment25";
     this.hbox42.Add(this.alignment25);
     global::Gtk.Box.BoxChild w85 = ((global::Gtk.Box.BoxChild)(this.hbox42[this.alignment25]));
     w85.Position = 1;
     this.vbox32.Add(this.hbox42);
     global::Gtk.Box.BoxChild w86 = ((global::Gtk.Box.BoxChild)(this.vbox32[this.hbox42]));
     w86.Position = 0;
     w86.Expand   = false;
     w86.Fill     = false;
     // Container child vbox32.Gtk.Box+BoxChild
     this.label22      = new global::Gtk.Label();
     this.label22.Name = "label22";
     this.vbox32.Add(this.label22);
     global::Gtk.Box.BoxChild w87 = ((global::Gtk.Box.BoxChild)(this.vbox32[this.label22]));
     w87.Position = 1;
     w87.Expand   = false;
     w87.Fill     = false;
     this.vbox1.Add(this.vbox32);
     global::Gtk.Box.BoxChild w88 = ((global::Gtk.Box.BoxChild)(this.vbox1[this.vbox32]));
     w88.Position = 2;
     w88.Expand   = false;
     w88.Fill     = false;
     this.hbox1.Add(this.vbox1);
     global::Gtk.Box.BoxChild w89 = ((global::Gtk.Box.BoxChild)(this.hbox1[this.vbox1]));
     w89.Position = 2;
     w89.Expand   = false;
     w89.Fill     = false;
     this.GtkAlignment.Add(this.hbox1);
     this.frame1.Add(this.GtkAlignment);
     this.Add(this.frame1);
     if ((this.Child != null))
     {
         this.Child.ShowAll();
     }
     this.DefaultWidth  = 704;
     this.DefaultHeight = 682;
     this.Show();
 }
Exemplo n.º 50
0
 protected virtual void Build()
 {
     global::Stetic.Gui.Initialize(this);
     // Widget ScoobyRom.PropertiesWindow
     this.Name  = "ScoobyRom.PropertiesWindow";
     this.Title = "Properties Window";
     this.Icon  = global::Stetic.IconLoader.LoadIcon(this, "gtk-properties", global::Gtk.IconSize.Menu);
     // Container child ScoobyRom.PropertiesWindow.Gtk.Container+ContainerChild
     this.scrolledwindow1            = new global::Gtk.ScrolledWindow();
     this.scrolledwindow1.CanFocus   = true;
     this.scrolledwindow1.Name       = "scrolledwindow1";
     this.scrolledwindow1.ShadowType = ((global::Gtk.ShadowType)(1));
     // Container child scrolledwindow1.Gtk.Container+ContainerChild
     global::Gtk.Viewport w1 = new global::Gtk.Viewport();
     w1.ShadowType = ((global::Gtk.ShadowType)(0));
     // Container child GtkViewport.Gtk.Container+ContainerChild
     this.vbox             = new global::Gtk.VBox();
     this.vbox.Name        = "vbox";
     this.vbox.Spacing     = 6;
     this.vbox.BorderWidth = ((uint)(4));
     // Container child vbox.Gtk.Box+BoxChild
     this.frameTables            = new global::Gtk.Frame();
     this.frameTables.Name       = "frameTables";
     this.frameTables.ShadowType = ((global::Gtk.ShadowType)(1));
     // Container child frameTables.Gtk.Container+ContainerChild
     this.GtkAlignment             = new global::Gtk.Alignment(0F, 0F, 1F, 1F);
     this.GtkAlignment.Name        = "GtkAlignment";
     this.GtkAlignment.LeftPadding = ((uint)(12));
     // Container child GtkAlignment.Gtk.Container+ContainerChild
     this.tableTables               = new global::Gtk.Table(((uint)(6)), ((uint)(3)), false);
     this.tableTables.Name          = "tableTables";
     this.tableTables.RowSpacing    = ((uint)(6));
     this.tableTables.ColumnSpacing = ((uint)(6));
     // Container child tableTables.Gtk.Table+TableChild
     this.label2DAnnotated            = new global::Gtk.Label();
     this.label2DAnnotated.Name       = "label2DAnnotated";
     this.label2DAnnotated.LabelProp  = "-";
     this.label2DAnnotated.Selectable = true;
     this.tableTables.Add(this.label2DAnnotated);
     global::Gtk.Table.TableChild w2 = ((global::Gtk.Table.TableChild)(this.tableTables [this.label2DAnnotated]));
     w2.TopAttach    = ((uint)(3));
     w2.BottomAttach = ((uint)(4));
     w2.LeftAttach   = ((uint)(1));
     w2.RightAttach  = ((uint)(2));
     w2.XOptions     = ((global::Gtk.AttachOptions)(4));
     w2.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child tableTables.Gtk.Table+TableChild
     this.label2DCol           = new global::Gtk.Label();
     this.label2DCol.Name      = "label2DCol";
     this.label2DCol.LabelProp = "2D Tables";
     this.tableTables.Add(this.label2DCol);
     global::Gtk.Table.TableChild w3 = ((global::Gtk.Table.TableChild)(this.tableTables [this.label2DCol]));
     w3.LeftAttach  = ((uint)(1));
     w3.RightAttach = ((uint)(2));
     w3.XOptions    = ((global::Gtk.AttachOptions)(4));
     w3.YOptions    = ((global::Gtk.AttachOptions)(4));
     // Container child tableTables.Gtk.Table+TableChild
     this.label2DCountTotal            = new global::Gtk.Label();
     this.label2DCountTotal.Name       = "label2DCountTotal";
     this.label2DCountTotal.LabelProp  = "-";
     this.label2DCountTotal.Selectable = true;
     this.tableTables.Add(this.label2DCountTotal);
     global::Gtk.Table.TableChild w4 = ((global::Gtk.Table.TableChild)(this.tableTables [this.label2DCountTotal]));
     w4.TopAttach    = ((uint)(1));
     w4.BottomAttach = ((uint)(2));
     w4.LeftAttach   = ((uint)(1));
     w4.RightAttach  = ((uint)(2));
     w4.XOptions     = ((global::Gtk.AttachOptions)(4));
     w4.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child tableTables.Gtk.Table+TableChild
     this.label2DFirstRecord            = new global::Gtk.Label();
     this.label2DFirstRecord.Name       = "label2DFirstRecord";
     this.label2DFirstRecord.LabelProp  = "-";
     this.label2DFirstRecord.Selectable = true;
     this.tableTables.Add(this.label2DFirstRecord);
     global::Gtk.Table.TableChild w5 = ((global::Gtk.Table.TableChild)(this.tableTables [this.label2DFirstRecord]));
     w5.TopAttach    = ((uint)(4));
     w5.BottomAttach = ((uint)(5));
     w5.LeftAttach   = ((uint)(1));
     w5.RightAttach  = ((uint)(2));
     w5.XOptions     = ((global::Gtk.AttachOptions)(4));
     w5.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child tableTables.Gtk.Table+TableChild
     this.label2DLastRecord                = new global::Gtk.Label();
     this.label2DLastRecord.Name           = "label2DLastRecord";
     this.label2DLastRecord.LabelProp      = "-";
     this.label2DLastRecord.Selectable     = true;
     this.label2DLastRecord.SingleLineMode = true;
     this.tableTables.Add(this.label2DLastRecord);
     global::Gtk.Table.TableChild w6 = ((global::Gtk.Table.TableChild)(this.tableTables [this.label2DLastRecord]));
     w6.TopAttach    = ((uint)(5));
     w6.BottomAttach = ((uint)(6));
     w6.LeftAttach   = ((uint)(1));
     w6.RightAttach  = ((uint)(2));
     w6.XOptions     = ((global::Gtk.AttachOptions)(4));
     w6.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child tableTables.Gtk.Table+TableChild
     this.label2DSelected            = new global::Gtk.Label();
     this.label2DSelected.Name       = "label2DSelected";
     this.label2DSelected.LabelProp  = "-";
     this.label2DSelected.Selectable = true;
     this.tableTables.Add(this.label2DSelected);
     global::Gtk.Table.TableChild w7 = ((global::Gtk.Table.TableChild)(this.tableTables [this.label2DSelected]));
     w7.TopAttach    = ((uint)(2));
     w7.BottomAttach = ((uint)(3));
     w7.LeftAttach   = ((uint)(1));
     w7.RightAttach  = ((uint)(2));
     w7.XOptions     = ((global::Gtk.AttachOptions)(4));
     w7.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child tableTables.Gtk.Table+TableChild
     this.label3DAnnotated            = new global::Gtk.Label();
     this.label3DAnnotated.Name       = "label3DAnnotated";
     this.label3DAnnotated.LabelProp  = "-";
     this.label3DAnnotated.Selectable = true;
     this.tableTables.Add(this.label3DAnnotated);
     global::Gtk.Table.TableChild w8 = ((global::Gtk.Table.TableChild)(this.tableTables [this.label3DAnnotated]));
     w8.TopAttach    = ((uint)(3));
     w8.BottomAttach = ((uint)(4));
     w8.LeftAttach   = ((uint)(2));
     w8.RightAttach  = ((uint)(3));
     w8.XOptions     = ((global::Gtk.AttachOptions)(4));
     w8.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child tableTables.Gtk.Table+TableChild
     this.label3DCol           = new global::Gtk.Label();
     this.label3DCol.Name      = "label3DCol";
     this.label3DCol.LabelProp = "3D Tables";
     this.tableTables.Add(this.label3DCol);
     global::Gtk.Table.TableChild w9 = ((global::Gtk.Table.TableChild)(this.tableTables [this.label3DCol]));
     w9.LeftAttach  = ((uint)(2));
     w9.RightAttach = ((uint)(3));
     w9.XOptions    = ((global::Gtk.AttachOptions)(4));
     w9.YOptions    = ((global::Gtk.AttachOptions)(4));
     // Container child tableTables.Gtk.Table+TableChild
     this.label3DCountTotal            = new global::Gtk.Label();
     this.label3DCountTotal.Name       = "label3DCountTotal";
     this.label3DCountTotal.LabelProp  = "-";
     this.label3DCountTotal.Selectable = true;
     this.tableTables.Add(this.label3DCountTotal);
     global::Gtk.Table.TableChild w10 = ((global::Gtk.Table.TableChild)(this.tableTables [this.label3DCountTotal]));
     w10.TopAttach    = ((uint)(1));
     w10.BottomAttach = ((uint)(2));
     w10.LeftAttach   = ((uint)(2));
     w10.RightAttach  = ((uint)(3));
     w10.XOptions     = ((global::Gtk.AttachOptions)(4));
     w10.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child tableTables.Gtk.Table+TableChild
     this.label3DFirstRecord            = new global::Gtk.Label();
     this.label3DFirstRecord.Name       = "label3DFirstRecord";
     this.label3DFirstRecord.LabelProp  = "-";
     this.label3DFirstRecord.Selectable = true;
     this.tableTables.Add(this.label3DFirstRecord);
     global::Gtk.Table.TableChild w11 = ((global::Gtk.Table.TableChild)(this.tableTables [this.label3DFirstRecord]));
     w11.TopAttach    = ((uint)(4));
     w11.BottomAttach = ((uint)(5));
     w11.LeftAttach   = ((uint)(2));
     w11.RightAttach  = ((uint)(3));
     w11.XOptions     = ((global::Gtk.AttachOptions)(4));
     w11.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child tableTables.Gtk.Table+TableChild
     this.label3DLastRecord            = new global::Gtk.Label();
     this.label3DLastRecord.Name       = "label3DLastRecord";
     this.label3DLastRecord.LabelProp  = "-";
     this.label3DLastRecord.Selectable = true;
     this.tableTables.Add(this.label3DLastRecord);
     global::Gtk.Table.TableChild w12 = ((global::Gtk.Table.TableChild)(this.tableTables [this.label3DLastRecord]));
     w12.TopAttach    = ((uint)(5));
     w12.BottomAttach = ((uint)(6));
     w12.LeftAttach   = ((uint)(2));
     w12.RightAttach  = ((uint)(3));
     w12.XOptions     = ((global::Gtk.AttachOptions)(4));
     w12.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child tableTables.Gtk.Table+TableChild
     this.label3DSelected            = new global::Gtk.Label();
     this.label3DSelected.Name       = "label3DSelected";
     this.label3DSelected.LabelProp  = "-";
     this.label3DSelected.Selectable = true;
     this.tableTables.Add(this.label3DSelected);
     global::Gtk.Table.TableChild w13 = ((global::Gtk.Table.TableChild)(this.tableTables [this.label3DSelected]));
     w13.TopAttach    = ((uint)(2));
     w13.BottomAttach = ((uint)(3));
     w13.LeftAttach   = ((uint)(2));
     w13.RightAttach  = ((uint)(3));
     w13.XOptions     = ((global::Gtk.AttachOptions)(4));
     w13.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child tableTables.Gtk.Table+TableChild
     this.labelRowAnnotated           = new global::Gtk.Label();
     this.labelRowAnnotated.Name      = "labelRowAnnotated";
     this.labelRowAnnotated.LabelProp = "Annotated";
     this.tableTables.Add(this.labelRowAnnotated);
     global::Gtk.Table.TableChild w14 = ((global::Gtk.Table.TableChild)(this.tableTables [this.labelRowAnnotated]));
     w14.TopAttach    = ((uint)(3));
     w14.BottomAttach = ((uint)(4));
     w14.XOptions     = ((global::Gtk.AttachOptions)(4));
     w14.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child tableTables.Gtk.Table+TableChild
     this.labelRowCountTotal           = new global::Gtk.Label();
     this.labelRowCountTotal.Name      = "labelRowCountTotal";
     this.labelRowCountTotal.LabelProp = "Count Total";
     this.tableTables.Add(this.labelRowCountTotal);
     global::Gtk.Table.TableChild w15 = ((global::Gtk.Table.TableChild)(this.tableTables [this.labelRowCountTotal]));
     w15.TopAttach    = ((uint)(1));
     w15.BottomAttach = ((uint)(2));
     w15.XOptions     = ((global::Gtk.AttachOptions)(4));
     w15.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child tableTables.Gtk.Table+TableChild
     this.labelRowFirstRecord           = new global::Gtk.Label();
     this.labelRowFirstRecord.Name      = "labelRowFirstRecord";
     this.labelRowFirstRecord.LabelProp = "First Record";
     this.tableTables.Add(this.labelRowFirstRecord);
     global::Gtk.Table.TableChild w16 = ((global::Gtk.Table.TableChild)(this.tableTables [this.labelRowFirstRecord]));
     w16.TopAttach    = ((uint)(4));
     w16.BottomAttach = ((uint)(5));
     w16.XOptions     = ((global::Gtk.AttachOptions)(4));
     w16.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child tableTables.Gtk.Table+TableChild
     this.labelRowLastRecord           = new global::Gtk.Label();
     this.labelRowLastRecord.Name      = "labelRowLastRecord";
     this.labelRowLastRecord.LabelProp = "Last Record";
     this.tableTables.Add(this.labelRowLastRecord);
     global::Gtk.Table.TableChild w17 = ((global::Gtk.Table.TableChild)(this.tableTables [this.labelRowLastRecord]));
     w17.TopAttach    = ((uint)(5));
     w17.BottomAttach = ((uint)(6));
     w17.XOptions     = ((global::Gtk.AttachOptions)(4));
     w17.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child tableTables.Gtk.Table+TableChild
     this.labelRowSelected           = new global::Gtk.Label();
     this.labelRowSelected.Name      = "labelRowSelected";
     this.labelRowSelected.LabelProp = "Selected";
     this.tableTables.Add(this.labelRowSelected);
     global::Gtk.Table.TableChild w18 = ((global::Gtk.Table.TableChild)(this.tableTables [this.labelRowSelected]));
     w18.TopAttach    = ((uint)(2));
     w18.BottomAttach = ((uint)(3));
     w18.XOptions     = ((global::Gtk.AttachOptions)(4));
     w18.YOptions     = ((global::Gtk.AttachOptions)(4));
     this.GtkAlignment.Add(this.tableTables);
     this.frameTables.Add(this.GtkAlignment);
     this.GtkLabel                = new global::Gtk.Label();
     this.GtkLabel.Name           = "GtkLabel";
     this.GtkLabel.LabelProp      = "<b>Tables</b>";
     this.GtkLabel.UseMarkup      = true;
     this.frameTables.LabelWidget = this.GtkLabel;
     this.vbox.Add(this.frameTables);
     global::Gtk.Box.BoxChild w21 = ((global::Gtk.Box.BoxChild)(this.vbox [this.frameTables]));
     w21.Position = 0;
     w21.Expand   = false;
     w21.Fill     = false;
     // Container child vbox.Gtk.Box+BoxChild
     this.frameMisc            = new global::Gtk.Frame();
     this.frameMisc.Name       = "frameMisc";
     this.frameMisc.ShadowType = ((global::Gtk.ShadowType)(1));
     // Container child frameMisc.Gtk.Container+ContainerChild
     this.GtkAlignment2             = new global::Gtk.Alignment(0F, 0F, 1F, 1F);
     this.GtkAlignment2.Name        = "GtkAlignment2";
     this.GtkAlignment2.LeftPadding = ((uint)(12));
     // Container child GtkAlignment2.Gtk.Container+ContainerChild
     this.tableMisc               = new global::Gtk.Table(((uint)(3)), ((uint)(2)), true);
     this.tableMisc.Name          = "tableMisc";
     this.tableMisc.RowSpacing    = ((uint)(6));
     this.tableMisc.ColumnSpacing = ((uint)(6));
     // Container child tableMisc.Gtk.Table+TableChild
     this.labelReflashCount                = new global::Gtk.Label();
     this.labelReflashCount.Name           = "labelReflashCount";
     this.labelReflashCount.LabelProp      = "-";
     this.labelReflashCount.Selectable     = true;
     this.labelReflashCount.SingleLineMode = true;
     this.tableMisc.Add(this.labelReflashCount);
     global::Gtk.Table.TableChild w22 = ((global::Gtk.Table.TableChild)(this.tableMisc [this.labelReflashCount]));
     w22.TopAttach    = ((uint)(1));
     w22.BottomAttach = ((uint)(2));
     w22.LeftAttach   = ((uint)(1));
     w22.RightAttach  = ((uint)(2));
     w22.XOptions     = ((global::Gtk.AttachOptions)(4));
     w22.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child tableMisc.Gtk.Table+TableChild
     this.labelRomDate                = new global::Gtk.Label();
     this.labelRomDate.Name           = "labelRomDate";
     this.labelRomDate.LabelProp      = "-";
     this.labelRomDate.Selectable     = true;
     this.labelRomDate.SingleLineMode = true;
     this.tableMisc.Add(this.labelRomDate);
     global::Gtk.Table.TableChild w23 = ((global::Gtk.Table.TableChild)(this.tableMisc [this.labelRomDate]));
     w23.LeftAttach  = ((uint)(1));
     w23.RightAttach = ((uint)(2));
     w23.XOptions    = ((global::Gtk.AttachOptions)(4));
     w23.YOptions    = ((global::Gtk.AttachOptions)(4));
     // Container child tableMisc.Gtk.Table+TableChild
     this.labelRomRaiderEditStamp                = new global::Gtk.Label();
     this.labelRomRaiderEditStamp.Name           = "labelRomRaiderEditStamp";
     this.labelRomRaiderEditStamp.LabelProp      = "-";
     this.labelRomRaiderEditStamp.Selectable     = true;
     this.labelRomRaiderEditStamp.SingleLineMode = true;
     this.tableMisc.Add(this.labelRomRaiderEditStamp);
     global::Gtk.Table.TableChild w24 = ((global::Gtk.Table.TableChild)(this.tableMisc [this.labelRomRaiderEditStamp]));
     w24.TopAttach    = ((uint)(2));
     w24.BottomAttach = ((uint)(3));
     w24.LeftAttach   = ((uint)(1));
     w24.RightAttach  = ((uint)(2));
     w24.XOptions     = ((global::Gtk.AttachOptions)(4));
     w24.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child tableMisc.Gtk.Table+TableChild
     this.labelRowReflashCount           = new global::Gtk.Label();
     this.labelRowReflashCount.Name      = "labelRowReflashCount";
     this.labelRowReflashCount.LabelProp = "Reflash Count";
     this.labelRowReflashCount.UseMarkup = true;
     this.labelRowReflashCount.Wrap      = true;
     this.tableMisc.Add(this.labelRowReflashCount);
     global::Gtk.Table.TableChild w25 = ((global::Gtk.Table.TableChild)(this.tableMisc [this.labelRowReflashCount]));
     w25.TopAttach    = ((uint)(1));
     w25.BottomAttach = ((uint)(2));
     w25.XOptions     = ((global::Gtk.AttachOptions)(4));
     w25.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child tableMisc.Gtk.Table+TableChild
     this.labelRowRomDate           = new global::Gtk.Label();
     this.labelRowRomDate.Name      = "labelRowRomDate";
     this.labelRowRomDate.LabelProp = "ROM Date";
     this.labelRowRomDate.UseMarkup = true;
     this.labelRowRomDate.Wrap      = true;
     this.tableMisc.Add(this.labelRowRomDate);
     global::Gtk.Table.TableChild w26 = ((global::Gtk.Table.TableChild)(this.tableMisc [this.labelRowRomDate]));
     w26.XOptions = ((global::Gtk.AttachOptions)(4));
     w26.YOptions = ((global::Gtk.AttachOptions)(4));
     // Container child tableMisc.Gtk.Table+TableChild
     this.labelRowRomRaiderEditStamp           = new global::Gtk.Label();
     this.labelRowRomRaiderEditStamp.Name      = "labelRowRomRaiderEditStamp";
     this.labelRowRomRaiderEditStamp.LabelProp = "RomRaider Edit Stamp";
     this.labelRowRomRaiderEditStamp.UseMarkup = true;
     this.labelRowRomRaiderEditStamp.Wrap      = true;
     this.tableMisc.Add(this.labelRowRomRaiderEditStamp);
     global::Gtk.Table.TableChild w27 = ((global::Gtk.Table.TableChild)(this.tableMisc [this.labelRowRomRaiderEditStamp]));
     w27.TopAttach    = ((uint)(2));
     w27.BottomAttach = ((uint)(3));
     w27.XOptions     = ((global::Gtk.AttachOptions)(4));
     w27.YOptions     = ((global::Gtk.AttachOptions)(4));
     this.GtkAlignment2.Add(this.tableMisc);
     this.frameMisc.Add(this.GtkAlignment2);
     this.GtkLabel2             = new global::Gtk.Label();
     this.GtkLabel2.Name        = "GtkLabel2";
     this.GtkLabel2.LabelProp   = "<b>Miscellaneous</b>";
     this.GtkLabel2.UseMarkup   = true;
     this.frameMisc.LabelWidget = this.GtkLabel2;
     this.vbox.Add(this.frameMisc);
     global::Gtk.Box.BoxChild w30 = ((global::Gtk.Box.BoxChild)(this.vbox [this.frameMisc]));
     w30.Position = 1;
     w30.Expand   = false;
     w30.Fill     = false;
     // Container child vbox.Gtk.Box+BoxChild
     this.buttonRefresh              = new global::Gtk.Button();
     this.buttonRefresh.CanFocus     = true;
     this.buttonRefresh.Name         = "buttonRefresh";
     this.buttonRefresh.UseStock     = true;
     this.buttonRefresh.UseUnderline = true;
     this.buttonRefresh.Label        = "gtk-refresh";
     this.vbox.Add(this.buttonRefresh);
     global::Gtk.Box.BoxChild w31 = ((global::Gtk.Box.BoxChild)(this.vbox [this.buttonRefresh]));
     w31.Position = 2;
     w31.Expand   = false;
     w31.Fill     = false;
     w1.Add(this.vbox);
     this.scrolledwindow1.Add(w1);
     this.Add(this.scrolledwindow1);
     if ((this.Child != null))
     {
         this.Child.ShowAll();
     }
     this.DefaultWidth  = 277;
     this.DefaultHeight = 320;
     this.Show();
     this.buttonRefresh.Clicked += new global::System.EventHandler(this.OnButtonRefreshClicked);
 }
Exemplo n.º 51
0
 protected virtual void Build()
 {
     global::Stetic.Gui.Initialize(this);
     // Widget MainWindow
     this.Name           = "MainWindow";
     this.Title          = global::Mono.Unix.Catalog.GetString("MainWindow");
     this.WindowPosition = ((global::Gtk.WindowPosition)(4));
     // Container child MainWindow.Gtk.Container+ContainerChild
     this.vpaned1          = new global::Gtk.VPaned();
     this.vpaned1.CanFocus = true;
     this.vpaned1.Name     = "vpaned1";
     this.vpaned1.Position = 129;
     // Container child vpaned1.Gtk.Paned+PanedChild
     this.vbox1         = new global::Gtk.VBox();
     this.vbox1.Name    = "vbox1";
     this.vbox1.Spacing = 6;
     // Container child vbox1.Gtk.Box+BoxChild
     this.frame1            = new global::Gtk.Frame();
     this.frame1.Name       = "frame1";
     this.frame1.ShadowType = ((global::Gtk.ShadowType)(0));
     // Container child frame1.Gtk.Container+ContainerChild
     this.GtkAlignment             = new global::Gtk.Alignment(0F, 0F, 1F, 1F);
     this.GtkAlignment.Name        = "GtkAlignment";
     this.GtkAlignment.LeftPadding = ((uint)(12));
     this.frame1.Add(this.GtkAlignment);
     this.GtkLabel           = new global::Gtk.Label();
     this.GtkLabel.Name      = "GtkLabel";
     this.GtkLabel.LabelProp = global::Mono.Unix.Catalog.GetString("<b>GtkFrame</b>");
     this.GtkLabel.UseMarkup = true;
     this.frame1.LabelWidget = this.GtkLabel;
     this.vbox1.Add(this.frame1);
     global::Gtk.Box.BoxChild w2 = ((global::Gtk.Box.BoxChild)(this.vbox1[this.frame1]));
     w2.Position = 0;
     // Container child vbox1.Gtk.Box+BoxChild
     this.frame2            = new global::Gtk.Frame();
     this.frame2.Name       = "frame2";
     this.frame2.ShadowType = ((global::Gtk.ShadowType)(0));
     // Container child frame2.Gtk.Container+ContainerChild
     this.GtkAlignment1             = new global::Gtk.Alignment(0F, 0F, 1F, 1F);
     this.GtkAlignment1.Name        = "GtkAlignment1";
     this.GtkAlignment1.LeftPadding = ((uint)(12));
     this.frame2.Add(this.GtkAlignment1);
     this.GtkLabel1           = new global::Gtk.Label();
     this.GtkLabel1.Name      = "GtkLabel1";
     this.GtkLabel1.LabelProp = global::Mono.Unix.Catalog.GetString("<b>GtkFrame</b>");
     this.GtkLabel1.UseMarkup = true;
     this.frame2.LabelWidget  = this.GtkLabel1;
     this.vbox1.Add(this.frame2);
     global::Gtk.Box.BoxChild w4 = ((global::Gtk.Box.BoxChild)(this.vbox1[this.frame2]));
     w4.Position = 1;
     // Container child vbox1.Gtk.Box+BoxChild
     this.alignment1      = new global::Gtk.Alignment(0.5F, 0.5F, 1F, 1F);
     this.alignment1.Name = "alignment1";
     // Container child alignment1.Gtk.Container+ContainerChild
     this.eventbox2      = new global::Gtk.EventBox();
     this.eventbox2.Name = "eventbox2";
     // Container child eventbox2.Gtk.Container+ContainerChild
     this.expander1              = new global::Gtk.Expander(null);
     this.expander1.CanFocus     = true;
     this.expander1.Name         = "expander1";
     this.GtkLabel2              = new global::Gtk.Label();
     this.GtkLabel2.Name         = "GtkLabel2";
     this.GtkLabel2.LabelProp    = global::Mono.Unix.Catalog.GetString("GtkExpander");
     this.GtkLabel2.UseUnderline = true;
     this.expander1.LabelWidget  = this.GtkLabel2;
     this.eventbox2.Add(this.expander1);
     this.alignment1.Add(this.eventbox2);
     this.vbox1.Add(this.alignment1);
     global::Gtk.Box.BoxChild w7 = ((global::Gtk.Box.BoxChild)(this.vbox1[this.alignment1]));
     w7.Position = 2;
     this.vpaned1.Add(this.vbox1);
     global::Gtk.Paned.PanedChild w8 = ((global::Gtk.Paned.PanedChild)(this.vpaned1[this.vbox1]));
     w8.Resize = false;
     // Container child vpaned1.Gtk.Paned+PanedChild
     this.hbox1         = new global::Gtk.HBox();
     this.hbox1.Name    = "hbox1";
     this.hbox1.Spacing = 6;
     // Container child hbox1.Gtk.Box+BoxChild
     this.GtkScrolledWindow            = new global::Gtk.ScrolledWindow();
     this.GtkScrolledWindow.Name       = "GtkScrolledWindow";
     this.GtkScrolledWindow.ShadowType = ((global::Gtk.ShadowType)(1));
     // Container child GtkScrolledWindow.Gtk.Container+ContainerChild
     this.treeview1          = new global::Gtk.TreeView();
     this.treeview1.CanFocus = true;
     this.treeview1.Name     = "treeview1";
     this.GtkScrolledWindow.Add(this.treeview1);
     this.hbox1.Add(this.GtkScrolledWindow);
     global::Gtk.Box.BoxChild w10 = ((global::Gtk.Box.BoxChild)(this.hbox1[this.GtkScrolledWindow]));
     w10.Position = 0;
     // Container child hbox1.Gtk.Box+BoxChild
     this.notebook1             = new global::Gtk.Notebook();
     this.notebook1.CanFocus    = true;
     this.notebook1.Name        = "notebook1";
     this.notebook1.CurrentPage = 0;
     // Notebook tab
     global::Gtk.Label w11 = new global::Gtk.Label();
     w11.Visible = true;
     this.notebook1.Add(w11);
     this.label1           = new global::Gtk.Label();
     this.label1.Name      = "label1";
     this.label1.LabelProp = global::Mono.Unix.Catalog.GetString("page1");
     this.notebook1.SetTabLabel(w11, this.label1);
     this.label1.ShowAll();
     this.hbox1.Add(this.notebook1);
     global::Gtk.Box.BoxChild w12 = ((global::Gtk.Box.BoxChild)(this.hbox1[this.notebook1]));
     w12.Position = 1;
     // Container child hbox1.Gtk.Box+BoxChild
     this.scrolledwindow1            = new global::Gtk.ScrolledWindow();
     this.scrolledwindow1.CanFocus   = true;
     this.scrolledwindow1.Name       = "scrolledwindow1";
     this.scrolledwindow1.ShadowType = ((global::Gtk.ShadowType)(1));
     // Container child scrolledwindow1.Gtk.Container+ContainerChild
     global::Gtk.Viewport w13 = new global::Gtk.Viewport();
     w13.ShadowType = ((global::Gtk.ShadowType)(0));
     // Container child GtkViewport.Gtk.Container+ContainerChild
     this.frame3            = new global::Gtk.Frame();
     this.frame3.Name       = "frame3";
     this.frame3.ShadowType = ((global::Gtk.ShadowType)(0));
     // Container child frame3.Gtk.Container+ContainerChild
     this.GtkAlignment2             = new global::Gtk.Alignment(0F, 0F, 1F, 1F);
     this.GtkAlignment2.Name        = "GtkAlignment2";
     this.GtkAlignment2.LeftPadding = ((uint)(12));
     this.frame3.Add(this.GtkAlignment2);
     this.GtkLabel3           = new global::Gtk.Label();
     this.GtkLabel3.Name      = "GtkLabel3";
     this.GtkLabel3.LabelProp = global::Mono.Unix.Catalog.GetString("<b>GtkFrame</b>");
     this.GtkLabel3.UseMarkup = true;
     this.frame3.LabelWidget  = this.GtkLabel3;
     w13.Add(this.frame3);
     this.scrolledwindow1.Add(w13);
     this.hbox1.Add(this.scrolledwindow1);
     global::Gtk.Box.BoxChild w17 = ((global::Gtk.Box.BoxChild)(this.hbox1[this.scrolledwindow1]));
     w17.Position = 2;
     this.vpaned1.Add(this.hbox1);
     this.Add(this.vpaned1);
     if ((this.Child != null))
     {
         this.Child.ShowAll();
     }
     this.DefaultWidth  = 400;
     this.DefaultHeight = 300;
     this.Show();
     this.DeleteEvent += new global::Gtk.DeleteEventHandler(this.OnDeleteEvent);
 }
Exemplo n.º 52
0
 protected virtual void Build()
 {
     global::Stetic.Gui.Initialize (this);
     // Widget MainWindow
     this.Name = "MainWindow";
     this.Title = global::Mono.Unix.Catalog.GetString ("MainWindow");
     this.Icon = new global::Gdk.Pixbuf (global::System.IO.Path.Combine (global::System.AppDomain.CurrentDomain.BaseDirectory, "./image/12.ico"));
     this.WindowPosition = ((global::Gtk.WindowPosition)(4));
     // Container child MainWindow.Gtk.Container+ContainerChild
     this.notebook1 = new global::Gtk.Notebook ();
     this.notebook1.CanFocus = true;
     this.notebook1.Name = "notebook1";
     this.notebook1.CurrentPage = 0;
     // Container child notebook1.Gtk.Notebook+NotebookChild
     this.fixed1 = new global::Gtk.Fixed ();
     this.fixed1.Name = "fixed1";
     this.fixed1.HasWindow = false;
     // Container child fixed1.Gtk.Fixed+FixedChild
     this.GtkScrolledWindow = new global::Gtk.ScrolledWindow ();
     this.GtkScrolledWindow.WidthRequest = 200;
     this.GtkScrolledWindow.HeightRequest = 20;
     this.GtkScrolledWindow.Name = "GtkScrolledWindow";
     this.GtkScrolledWindow.VscrollbarPolicy = ((global::Gtk.PolicyType)(2));
     this.GtkScrolledWindow.HscrollbarPolicy = ((global::Gtk.PolicyType)(2));
     this.GtkScrolledWindow.ShadowType = ((global::Gtk.ShadowType)(1));
     // Container child GtkScrolledWindow.Gtk.Container+ContainerChild
     this.UsernameTxt = new global::Gtk.TextView ();
     this.UsernameTxt.WidthRequest = 200;
     this.UsernameTxt.HeightRequest = 50;
     this.UsernameTxt.CanFocus = true;
     this.UsernameTxt.Name = "UsernameTxt";
     this.UsernameTxt.WrapMode = ((global::Gtk.WrapMode)(3));
     this.GtkScrolledWindow.Add (this.UsernameTxt);
     this.fixed1.Add (this.GtkScrolledWindow);
     global::Gtk.Fixed.FixedChild w2 = ((global::Gtk.Fixed.FixedChild)(this.fixed1 [this.GtkScrolledWindow]));
     w2.X = 117;
     w2.Y = 349;
     // Container child fixed1.Gtk.Fixed+FixedChild
     this.UserLbl = new global::Gtk.Label ();
     this.UserLbl.WidthRequest = 100;
     this.UserLbl.Name = "UserLbl";
     this.UserLbl.LabelProp = global::Mono.Unix.Catalog.GetString ("Username");
     this.fixed1.Add (this.UserLbl);
     global::Gtk.Fixed.FixedChild w3 = ((global::Gtk.Fixed.FixedChild)(this.fixed1 [this.UserLbl]));
     w3.X = 3;
     w3.Y = 354;
     // Container child fixed1.Gtk.Fixed+FixedChild
     this.LoginFrame = new global::Gtk.Frame ();
     this.LoginFrame.WidthRequest = 400;
     this.LoginFrame.HeightRequest = 150;
     this.LoginFrame.Name = "LoginFrame";
     this.LoginFrame.ShadowType = ((global::Gtk.ShadowType)(1));
     this.LoginFrame.BorderWidth = ((uint)(1));
     // Container child LoginFrame.Gtk.Container+ContainerChild
     this.GtkAlignment = new global::Gtk.Alignment (0F, 0F, 1F, 1F);
     this.GtkAlignment.Name = "GtkAlignment";
     this.GtkAlignment.LeftPadding = ((uint)(12));
     // Container child GtkAlignment.Gtk.Container+ContainerChild
     this.fixed5 = new global::Gtk.Fixed ();
     this.fixed5.Name = "fixed5";
     this.fixed5.HasWindow = false;
     // Container child fixed5.Gtk.Fixed+FixedChild
     this.GtkScrolledWindow1 = new global::Gtk.ScrolledWindow ();
     this.GtkScrolledWindow1.WidthRequest = 200;
     this.GtkScrolledWindow1.HeightRequest = 20;
     this.GtkScrolledWindow1.Name = "GtkScrolledWindow1";
     this.GtkScrolledWindow1.VscrollbarPolicy = ((global::Gtk.PolicyType)(2));
     this.GtkScrolledWindow1.HscrollbarPolicy = ((global::Gtk.PolicyType)(2));
     this.GtkScrolledWindow1.ShadowType = ((global::Gtk.ShadowType)(1));
     // Container child GtkScrolledWindow1.Gtk.Container+ContainerChild
     this.PasswordTxt = new global::Gtk.TextView ();
     this.PasswordTxt.CanFocus = true;
     this.PasswordTxt.Name = "PasswordTxt";
     this.GtkScrolledWindow1.Add (this.PasswordTxt);
     this.fixed5.Add (this.GtkScrolledWindow1);
     global::Gtk.Fixed.FixedChild w5 = ((global::Gtk.Fixed.FixedChild)(this.fixed5 [this.GtkScrolledWindow1]));
     w5.X = 101;
     w5.Y = 33;
     this.GtkAlignment.Add (this.fixed5);
     this.LoginFrame.Add (this.GtkAlignment);
     this.Login = new global::Gtk.Label ();
     this.Login.Name = "Login";
     this.Login.LabelProp = global::Mono.Unix.Catalog.GetString ("<b>Login</b>");
     this.Login.UseMarkup = true;
     this.LoginFrame.LabelWidget = this.Login;
     this.fixed1.Add (this.LoginFrame);
     global::Gtk.Fixed.FixedChild w8 = ((global::Gtk.Fixed.FixedChild)(this.fixed1 [this.LoginFrame]));
     w8.Y = 330;
     // Container child fixed1.Gtk.Fixed+FixedChild
     this.label3 = new global::Gtk.Label ();
     this.label3.WidthRequest = 100;
     this.label3.HeightRequest = 20;
     this.label3.Name = "label3";
     this.label3.LabelProp = global::Mono.Unix.Catalog.GetString ("Password");
     this.fixed1.Add (this.label3);
     global::Gtk.Fixed.FixedChild w9 = ((global::Gtk.Fixed.FixedChild)(this.fixed1 [this.label3]));
     w9.X = 4;
     w9.Y = 378;
     // Container child fixed1.Gtk.Fixed+FixedChild
     this.PlayBtn = new global::Gtk.Button ();
     this.PlayBtn.CanFocus = true;
     this.PlayBtn.Name = "PlayBtn";
     this.PlayBtn.UseUnderline = true;
     this.PlayBtn.Label = global::Mono.Unix.Catalog.GetString ("Play");
     this.fixed1.Add (this.PlayBtn);
     global::Gtk.Fixed.FixedChild w10 = ((global::Gtk.Fixed.FixedChild)(this.fixed1 [this.PlayBtn]));
     w10.X = 517;
     w10.Y = 378;
     this.notebook1.Add (this.fixed1);
     // Notebook tab
     this.MainLbl = new global::Gtk.Label ();
     this.MainLbl.Name = "MainLbl";
     this.MainLbl.LabelProp = global::Mono.Unix.Catalog.GetString ("Main");
     this.notebook1.SetTabLabel (this.fixed1, this.MainLbl);
     this.MainLbl.ShowAll ();
     // Container child notebook1.Gtk.Notebook+NotebookChild
     this.fixed4 = new global::Gtk.Fixed ();
     this.fixed4.Name = "fixed4";
     this.fixed4.HasWindow = false;
     // Container child fixed4.Gtk.Fixed+FixedChild
     this.GtkScrolledWindow2 = new global::Gtk.ScrolledWindow ();
     this.GtkScrolledWindow2.WidthRequest = 700;
     this.GtkScrolledWindow2.HeightRequest = 400;
     this.GtkScrolledWindow2.Name = "GtkScrolledWindow2";
     this.GtkScrolledWindow2.ShadowType = ((global::Gtk.ShadowType)(1));
     // Container child GtkScrolledWindow2.Gtk.Container+ContainerChild
     this.screenBox = new global::Gtk.TextView ();
     this.screenBox.CanFocus = true;
     this.screenBox.Name = "screenBox";
     this.GtkScrolledWindow2.Add (this.screenBox);
     this.fixed4.Add (this.GtkScrolledWindow2);
     global::Gtk.Fixed.FixedChild w13 = ((global::Gtk.Fixed.FixedChild)(this.fixed4 [this.GtkScrolledWindow2]));
     w13.Y = 100;
     // Container child fixed4.Gtk.Fixed+FixedChild
     this.button2 = new global::Gtk.Button ();
     this.button2.CanFocus = true;
     this.button2.Name = "button2";
     this.button2.UseUnderline = true;
     this.button2.Label = global::Mono.Unix.Catalog.GetString ("GtkButton");
     this.fixed4.Add (this.button2);
     global::Gtk.Fixed.FixedChild w14 = ((global::Gtk.Fixed.FixedChild)(this.fixed4 [this.button2]));
     w14.X = 433;
     w14.Y = 49;
     this.notebook1.Add (this.fixed4);
     global::Gtk.Notebook.NotebookChild w15 = ((global::Gtk.Notebook.NotebookChild)(this.notebook1 [this.fixed4]));
     w15.Position = 1;
     // Notebook tab
     this.CharCopyLbl = new global::Gtk.Label ();
     this.CharCopyLbl.Name = "CharCopyLbl";
     this.CharCopyLbl.LabelProp = global::Mono.Unix.Catalog.GetString ("Character Copy");
     this.notebook1.SetTabLabel (this.fixed4, this.CharCopyLbl);
     this.CharCopyLbl.ShowAll ();
     // Container child notebook1.Gtk.Notebook+NotebookChild
     this.fixed3 = new global::Gtk.Fixed ();
     this.fixed3.Name = "fixed3";
     this.fixed3.HasWindow = false;
     this.notebook1.Add (this.fixed3);
     global::Gtk.Notebook.NotebookChild w16 = ((global::Gtk.Notebook.NotebookChild)(this.notebook1 [this.fixed3]));
     w16.Position = 2;
     // Notebook tab
     this.label1 = new global::Gtk.Label ();
     this.label1.Name = "label1";
     this.label1.LabelProp = global::Mono.Unix.Catalog.GetString ("Shoutbox");
     this.notebook1.SetTabLabel (this.fixed3, this.label1);
     this.label1.ShowAll ();
     // Container child notebook1.Gtk.Notebook+NotebookChild
     this.fixed2 = new global::Gtk.Fixed ();
     this.fixed2.Name = "fixed2";
     this.fixed2.HasWindow = false;
     this.notebook1.Add (this.fixed2);
     global::Gtk.Notebook.NotebookChild w17 = ((global::Gtk.Notebook.NotebookChild)(this.notebook1 [this.fixed2]));
     w17.Position = 3;
     // Notebook tab
     this.label2 = new global::Gtk.Label ();
     this.label2.Name = "label2";
     this.label2.LabelProp = global::Mono.Unix.Catalog.GetString ("Gm Panel");
     this.notebook1.SetTabLabel (this.fixed2, this.label2);
     this.label2.ShowAll ();
     this.Add (this.notebook1);
     if ((this.Child != null)) {
         this.Child.ShowAll ();
     }
     this.DefaultWidth = 706;
     this.DefaultHeight = 532;
     this.Show ();
     this.DeleteEvent += new global::Gtk.DeleteEventHandler (this.OnDeleteEvent);
     this.Unrealized += new global::System.EventHandler (this.OnUnrealized);
     this.PlayBtn.Clicked += new global::System.EventHandler (this.OnPlayBtnClicked);
     this.button2.Clicked += new global::System.EventHandler (this.OnButton2Clicked);
 }
Exemplo n.º 53
0
 protected virtual void Build()
 {
     global::Stetic.Gui.Initialize(this);
     // Widget llum.SearchUser
     global::Stetic.BinContainer.Attach(this);
     this.Name = "llum.SearchUser";
     // Container child llum.SearchUser.Gtk.Container+ContainerChild
     this.frame1            = new global::Gtk.Frame();
     this.frame1.Name       = "frame1";
     this.frame1.ShadowType = ((global::Gtk.ShadowType)(2));
     // Container child frame1.Gtk.Container+ContainerChild
     this.GtkAlignment               = new global::Gtk.Alignment(0F, 0F, 1F, 1F);
     this.GtkAlignment.Name          = "GtkAlignment";
     this.GtkAlignment.LeftPadding   = ((uint)(6));
     this.GtkAlignment.TopPadding    = ((uint)(6));
     this.GtkAlignment.RightPadding  = ((uint)(6));
     this.GtkAlignment.BottomPadding = ((uint)(6));
     // Container child GtkAlignment.Gtk.Container+ContainerChild
     this.vbox1         = new global::Gtk.VBox();
     this.vbox1.Name    = "vbox1";
     this.vbox1.Spacing = 6;
     // Container child vbox1.Gtk.Box+BoxChild
     this.hbox3         = new global::Gtk.HBox();
     this.hbox3.Name    = "hbox3";
     this.hbox3.Spacing = 6;
     // Container child hbox3.Gtk.Box+BoxChild
     this.image1        = new global::Gtk.Image();
     this.image1.Name   = "image1";
     this.image1.Pixbuf = global::Stetic.IconLoader.LoadIcon(this, "system-search", global::Gtk.IconSize.Dialog);
     this.hbox3.Add(this.image1);
     global::Gtk.Box.BoxChild w1 = ((global::Gtk.Box.BoxChild)(this.hbox3 [this.image1]));
     w1.Position = 0;
     w1.Expand   = false;
     w1.Fill     = false;
     // Container child hbox3.Gtk.Box+BoxChild
     this.label2           = new global::Gtk.Label();
     this.label2.Name      = "label2";
     this.label2.LabelProp = global::Mono.Unix.Catalog.GetString("Search user");
     this.hbox3.Add(this.label2);
     global::Gtk.Box.BoxChild w2 = ((global::Gtk.Box.BoxChild)(this.hbox3 [this.label2]));
     w2.Position = 1;
     w2.Expand   = false;
     w2.Fill     = false;
     this.vbox1.Add(this.hbox3);
     global::Gtk.Box.BoxChild w3 = ((global::Gtk.Box.BoxChild)(this.vbox1 [this.hbox3]));
     w3.Position = 0;
     w3.Expand   = false;
     w3.Fill     = false;
     // Container child vbox1.Gtk.Box+BoxChild
     this.hbox1         = new global::Gtk.HBox();
     this.hbox1.Name    = "hbox1";
     this.hbox1.Spacing = 6;
     // Container child hbox1.Gtk.Box+BoxChild
     this.label1           = new global::Gtk.Label();
     this.label1.Name      = "label1";
     this.label1.LabelProp = global::Mono.Unix.Catalog.GetString("Search filter:");
     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.searchEntry               = new global::Gtk.Entry();
     this.searchEntry.CanFocus      = true;
     this.searchEntry.Name          = "searchEntry";
     this.searchEntry.IsEditable    = true;
     this.searchEntry.InvisibleChar = '●';
     this.hbox1.Add(this.searchEntry);
     global::Gtk.Box.BoxChild w5 = ((global::Gtk.Box.BoxChild)(this.hbox1 [this.searchEntry]));
     w5.Position = 1;
     w5.Expand   = false;
     w5.Fill     = false;
     // Container child hbox1.Gtk.Box+BoxChild
     this.searchImage        = new global::Gtk.Image();
     this.searchImage.Name   = "searchImage";
     this.searchImage.Pixbuf = global::Gdk.Pixbuf.LoadFromResource("llum.watch.gif");
     this.hbox1.Add(this.searchImage);
     global::Gtk.Box.BoxChild w6 = ((global::Gtk.Box.BoxChild)(this.hbox1 [this.searchImage]));
     w6.Position = 2;
     w6.Expand   = false;
     w6.Fill     = false;
     this.vbox1.Add(this.hbox1);
     global::Gtk.Box.BoxChild w7 = ((global::Gtk.Box.BoxChild)(this.vbox1 [this.hbox1]));
     w7.Position = 1;
     w7.Expand   = false;
     w7.Fill     = false;
     // Container child vbox1.Gtk.Box+BoxChild
     this.hbox4         = new global::Gtk.HBox();
     this.hbox4.Name    = "hbox4";
     this.hbox4.Spacing = 6;
     // Container child hbox4.Gtk.Box+BoxChild
     this.GtkScrolledWindow            = new global::Gtk.ScrolledWindow();
     this.GtkScrolledWindow.Name       = "GtkScrolledWindow";
     this.GtkScrolledWindow.ShadowType = ((global::Gtk.ShadowType)(1));
     // Container child GtkScrolledWindow.Gtk.Container+ContainerChild
     this.userTreeview              = new global::Gtk.TreeView();
     this.userTreeview.CanFocus     = true;
     this.userTreeview.Name         = "userTreeview";
     this.userTreeview.RulesHint    = true;
     this.userTreeview.SearchColumn = 0;
     this.GtkScrolledWindow.Add(this.userTreeview);
     this.hbox4.Add(this.GtkScrolledWindow);
     global::Gtk.Box.BoxChild w9 = ((global::Gtk.Box.BoxChild)(this.hbox4 [this.GtkScrolledWindow]));
     w9.Position = 0;
     // Container child hbox4.Gtk.Box+BoxChild
     this.vbox2         = new global::Gtk.VBox();
     this.vbox2.Name    = "vbox2";
     this.vbox2.Spacing = 6;
     // Container child vbox2.Gtk.Box+BoxChild
     this.editButton              = new global::Gtk.Button();
     this.editButton.Sensitive    = false;
     this.editButton.CanFocus     = true;
     this.editButton.Name         = "editButton";
     this.editButton.UseUnderline = true;
     this.editButton.Label        = global::Mono.Unix.Catalog.GetString("Edit User");
     global::Gtk.Image w10 = new global::Gtk.Image();
     w10.Pixbuf            = global::Stetic.IconLoader.LoadIcon(this, "gtk-edit", global::Gtk.IconSize.Menu);
     this.editButton.Image = w10;
     this.vbox2.Add(this.editButton);
     global::Gtk.Box.BoxChild w11 = ((global::Gtk.Box.BoxChild)(this.vbox2 [this.editButton]));
     w11.Position = 0;
     w11.Expand   = false;
     w11.Fill     = false;
     // Container child vbox2.Gtk.Box+BoxChild
     this.promoteButton              = new global::Gtk.Button();
     this.promoteButton.Sensitive    = false;
     this.promoteButton.CanFocus     = true;
     this.promoteButton.Name         = "promoteButton";
     this.promoteButton.UseUnderline = true;
     this.promoteButton.Label        = global::Mono.Unix.Catalog.GetString("Promote User/s");
     global::Gtk.Image w12 = new global::Gtk.Image();
     w12.Pixbuf = global::Stetic.IconLoader.LoadIcon(this, "gtk-go-up", global::Gtk.IconSize.Menu);
     this.promoteButton.Image = w12;
     this.vbox2.Add(this.promoteButton);
     global::Gtk.Box.BoxChild w13 = ((global::Gtk.Box.BoxChild)(this.vbox2 [this.promoteButton]));
     w13.Position = 1;
     w13.Expand   = false;
     w13.Fill     = false;
     // Container child vbox2.Gtk.Box+BoxChild
     this.demoteButton              = new global::Gtk.Button();
     this.demoteButton.Sensitive    = false;
     this.demoteButton.CanFocus     = true;
     this.demoteButton.Name         = "demoteButton";
     this.demoteButton.UseUnderline = true;
     this.demoteButton.Label        = global::Mono.Unix.Catalog.GetString("Demote User/s");
     global::Gtk.Image w14 = new global::Gtk.Image();
     w14.Pixbuf = global::Stetic.IconLoader.LoadIcon(this, "gtk-go-down", global::Gtk.IconSize.Menu);
     this.demoteButton.Image = w14;
     this.vbox2.Add(this.demoteButton);
     global::Gtk.Box.BoxChild w15 = ((global::Gtk.Box.BoxChild)(this.vbox2 [this.demoteButton]));
     w15.Position = 2;
     w15.Expand   = false;
     w15.Fill     = false;
     // Container child vbox2.Gtk.Box+BoxChild
     this.deleteUsersButton              = new global::Gtk.Button();
     this.deleteUsersButton.Sensitive    = false;
     this.deleteUsersButton.CanFocus     = true;
     this.deleteUsersButton.Name         = "deleteUsersButton";
     this.deleteUsersButton.UseUnderline = true;
     this.deleteUsersButton.Label        = global::Mono.Unix.Catalog.GetString("Delete User/s");
     global::Gtk.Image w16 = new global::Gtk.Image();
     w16.Pixbuf = global::Stetic.IconLoader.LoadIcon(this, "dialog-cancel", global::Gtk.IconSize.Menu);
     this.deleteUsersButton.Image = w16;
     this.vbox2.Add(this.deleteUsersButton);
     global::Gtk.Box.BoxChild w17 = ((global::Gtk.Box.BoxChild)(this.vbox2 [this.deleteUsersButton]));
     w17.Position = 3;
     w17.Expand   = false;
     w17.Fill     = false;
     this.hbox4.Add(this.vbox2);
     global::Gtk.Box.BoxChild w18 = ((global::Gtk.Box.BoxChild)(this.hbox4 [this.vbox2]));
     w18.Position = 1;
     w18.Expand   = false;
     w18.Fill     = false;
     this.vbox1.Add(this.hbox4);
     global::Gtk.Box.BoxChild w19 = ((global::Gtk.Box.BoxChild)(this.vbox1 [this.hbox4]));
     w19.Position = 2;
     // Container child vbox1.Gtk.Box+BoxChild
     this.msgLabel      = new global::Gtk.Label();
     this.msgLabel.Name = "msgLabel";
     this.vbox1.Add(this.msgLabel);
     global::Gtk.Box.BoxChild w20 = ((global::Gtk.Box.BoxChild)(this.vbox1 [this.msgLabel]));
     w20.Position = 3;
     w20.Expand   = false;
     w20.Fill     = false;
     this.GtkAlignment.Add(this.vbox1);
     this.frame1.Add(this.GtkAlignment);
     this.Add(this.frame1);
     if ((this.Child != null))
     {
         this.Child.ShowAll();
     }
     this.Hide();
     this.searchEntry.Changed             += new global::System.EventHandler(this.OnSearchEntryChanged);
     this.userTreeview.RowActivated       += new global::Gtk.RowActivatedHandler(this.OnUserTreeviewRowActivated);
     this.userTreeview.CursorChanged      += new global::System.EventHandler(this.OnUserTreeviewCursorChanged);
     this.userTreeview.ButtonPressEvent   += new global::Gtk.ButtonPressEventHandler(this.OnUserTreeviewButtonPressEvent);
     this.userTreeview.ButtonReleaseEvent += new global::Gtk.ButtonReleaseEventHandler(this.OnUserTreeviewButtonReleaseEvent);
     this.editButton.Clicked        += new global::System.EventHandler(this.OnEditButtonClicked);
     this.promoteButton.Clicked     += new global::System.EventHandler(this.OnPromoteButtonClicked);
     this.demoteButton.Clicked      += new global::System.EventHandler(this.OnDemoteButtonClicked);
     this.deleteUsersButton.Clicked += new global::System.EventHandler(this.OnDeleteUsersButtonClicked);
 }
 protected virtual void Build()
 {
     global::Stetic.Gui.Initialize (this);
     // Widget BangSharp.Client.ReplacePlayerDialog
     this.Name = "BangSharp.Client.ReplacePlayerDialog";
     this.Title = global::Mono.Unix.Catalog.GetString ("Replace Player");
     this.TypeHint = ((global::Gdk.WindowTypeHint)(1));
     this.WindowPosition = ((global::Gtk.WindowPosition)(4));
     this.DestroyWithParent = true;
     // Internal child BangSharp.Client.ReplacePlayerDialog.VBox
     global::Gtk.VBox w1 = this.VBox;
     w1.Name = "dialog1_VBox";
     w1.BorderWidth = ((uint)(2));
     // Container child dialog1_VBox.Gtk.Box+BoxChild
     this.vbox2 = new global::Gtk.VBox ();
     this.vbox2.Name = "vbox2";
     this.vbox2.Spacing = 6;
     // Container child vbox2.Gtk.Box+BoxChild
     this.playerDataWidget = new global::BangSharp.Client.PlayerDataWidget ();
     this.playerDataWidget.Events = ((global::Gdk.EventMask)(256));
     this.playerDataWidget.Name = "playerDataWidget";
     this.vbox2.Add (this.playerDataWidget);
     global::Gtk.Box.BoxChild w2 = ((global::Gtk.Box.BoxChild)(this.vbox2 [this.playerDataWidget]));
     w2.Position = 0;
     w2.Expand = false;
     w2.Fill = false;
     // Container child vbox2.Gtk.Box+BoxChild
     this.frame2 = new global::Gtk.Frame ();
     this.frame2.Name = "frame2";
     this.frame2.ShadowType = ((global::Gtk.ShadowType)(0));
     // Container child frame2.Gtk.Container+ContainerChild
     this.GtkAlignment3 = new global::Gtk.Alignment (0F, 0F, 1F, 1F);
     this.GtkAlignment3.Name = "GtkAlignment3";
     this.GtkAlignment3.LeftPadding = ((uint)(12));
     // Container child GtkAlignment3.Gtk.Container+ContainerChild
     this.table5 = new global::Gtk.Table (((uint)(1)), ((uint)(2)), false);
     this.table5.Name = "table5";
     this.table5.RowSpacing = ((uint)(6));
     this.table5.ColumnSpacing = ((uint)(6));
     // Container child table5.Gtk.Table+TableChild
     this.label16 = new global::Gtk.Label ();
     this.label16.Name = "label16";
     this.label16.LabelProp = global::Mono.Unix.Catalog.GetString ("Session Password:"******"sessionPasswordEntry";
     this.sessionPasswordEntry.IsEditable = true;
     this.sessionPasswordEntry.ActivatesDefault = true;
     this.sessionPasswordEntry.Visibility = false;
     this.sessionPasswordEntry.InvisibleChar = '•';
     this.table5.Add (this.sessionPasswordEntry);
     global::Gtk.Table.TableChild w4 = ((global::Gtk.Table.TableChild)(this.table5 [this.sessionPasswordEntry]));
     w4.LeftAttach = ((uint)(1));
     w4.RightAttach = ((uint)(2));
     w4.YOptions = ((global::Gtk.AttachOptions)(4));
     this.GtkAlignment3.Add (this.table5);
     this.frame2.Add (this.GtkAlignment3);
     this.GtkLabel5 = new global::Gtk.Label ();
     this.GtkLabel5.Name = "GtkLabel5";
     this.GtkLabel5.LabelProp = global::Mono.Unix.Catalog.GetString ("<b>Authentication</b>");
     this.GtkLabel5.UseMarkup = true;
     this.frame2.LabelWidget = this.GtkLabel5;
     this.vbox2.Add (this.frame2);
     global::Gtk.Box.BoxChild w7 = ((global::Gtk.Box.BoxChild)(this.vbox2 [this.frame2]));
     w7.Position = 1;
     w7.Expand = false;
     w7.Fill = false;
     w1.Add (this.vbox2);
     global::Gtk.Box.BoxChild w8 = ((global::Gtk.Box.BoxChild)(w1 [this.vbox2]));
     w8.Position = 0;
     w8.Expand = false;
     w8.Fill = false;
     // Internal child BangSharp.Client.ReplacePlayerDialog.ActionArea
     global::Gtk.HButtonBox w9 = this.ActionArea;
     w9.Name = "dialog1_ActionArea";
     w9.Spacing = 10;
     w9.BorderWidth = ((uint)(5));
     w9.LayoutStyle = ((global::Gtk.ButtonBoxStyle)(4));
     // Container child dialog1_ActionArea.Gtk.ButtonBox+ButtonBoxChild
     this.buttonCancel = new global::Gtk.Button ();
     this.buttonCancel.CanDefault = true;
     this.buttonCancel.CanFocus = true;
     this.buttonCancel.Name = "buttonCancel";
     this.buttonCancel.UseStock = true;
     this.buttonCancel.UseUnderline = true;
     this.buttonCancel.Label = "gtk-cancel";
     this.AddActionWidget (this.buttonCancel, -6);
     global::Gtk.ButtonBox.ButtonBoxChild w10 = ((global::Gtk.ButtonBox.ButtonBoxChild)(w9 [this.buttonCancel]));
     w10.Expand = false;
     w10.Fill = false;
     // Container child dialog1_ActionArea.Gtk.ButtonBox+ButtonBoxChild
     this.buttonOk = new global::Gtk.Button ();
     this.buttonOk.CanDefault = true;
     this.buttonOk.CanFocus = true;
     this.buttonOk.Name = "buttonOk";
     this.buttonOk.UseStock = true;
     this.buttonOk.UseUnderline = true;
     this.buttonOk.Label = "gtk-ok";
     this.AddActionWidget (this.buttonOk, -5);
     global::Gtk.ButtonBox.ButtonBoxChild w11 = ((global::Gtk.ButtonBox.ButtonBoxChild)(w9 [this.buttonOk]));
     w11.Position = 1;
     w11.Expand = false;
     w11.Fill = false;
     if ((this.Child != null)) {
         this.Child.ShowAll ();
     }
     this.DefaultWidth = 400;
     this.DefaultHeight = 300;
     this.label16.MnemonicWidget = this.sessionPasswordEntry;
     this.buttonOk.HasDefault = true;
     this.Show ();
     this.Response += new global::Gtk.ResponseHandler (this.OnResponse);
 }
 protected virtual void Build()
 {
     global::Stetic.Gui.Initialize(this);
     // Widget MonoDevelop.Ide.Gui.OptionPanels.KeyBindingsPanel
     global::Stetic.BinContainer.Attach(this);
     this.Name = "MonoDevelop.Ide.Gui.OptionPanels.KeyBindingsPanel";
     // Container child MonoDevelop.Ide.Gui.OptionPanels.KeyBindingsPanel.Gtk.Container+ContainerChild
     this.vbox         = new global::Gtk.VBox();
     this.vbox.Name    = "vbox";
     this.vbox.Spacing = 6;
     // Container child vbox.Gtk.Box+BoxChild
     this.hbox1         = new global::Gtk.HBox();
     this.hbox1.Name    = "hbox1";
     this.hbox1.Spacing = 6;
     // Container child hbox1.Gtk.Box+BoxChild
     this.labelScheme           = new global::Gtk.Label();
     this.labelScheme.Name      = "labelScheme";
     this.labelScheme.Xalign    = 0f;
     this.labelScheme.LabelProp = global::MonoDevelop.Core.GettextCatalog.GetString("Scheme:");
     this.hbox1.Add(this.labelScheme);
     global::Gtk.Box.BoxChild w1 = ((global::Gtk.Box.BoxChild)(this.hbox1[this.labelScheme]));
     w1.Position = 0;
     w1.Expand   = false;
     w1.Fill     = false;
     // Container child hbox1.Gtk.Box+BoxChild
     this.schemeCombo      = global::Gtk.ComboBox.NewText();
     this.schemeCombo.Name = "schemeCombo";
     this.hbox1.Add(this.schemeCombo);
     global::Gtk.Box.BoxChild w2 = ((global::Gtk.Box.BoxChild)(this.hbox1[this.schemeCombo]));
     w2.Position = 1;
     w2.Expand   = false;
     w2.Fill     = false;
     this.vbox.Add(this.hbox1);
     global::Gtk.Box.BoxChild w3 = ((global::Gtk.Box.BoxChild)(this.vbox[this.hbox1]));
     w3.Position = 0;
     w3.Expand   = false;
     w3.Fill     = false;
     // Container child vbox.Gtk.Box+BoxChild
     this.hseparator2      = new global::Gtk.HSeparator();
     this.hseparator2.Name = "hseparator2";
     this.vbox.Add(this.hseparator2);
     global::Gtk.Box.BoxChild w4 = ((global::Gtk.Box.BoxChild)(this.vbox[this.hseparator2]));
     w4.Position = 1;
     w4.Expand   = false;
     w4.Fill     = false;
     // Container child vbox.Gtk.Box+BoxChild
     this.hbox2         = new global::Gtk.HBox();
     this.hbox2.Name    = "hbox2";
     this.hbox2.Spacing = 6;
     // Container child hbox2.Gtk.Box+BoxChild
     this.label1              = new global::Gtk.Label();
     this.label1.Name         = "label1";
     this.label1.LabelProp    = global::MonoDevelop.Core.GettextCatalog.GetString("_Search:");
     this.label1.UseUnderline = true;
     this.hbox2.Add(this.label1);
     global::Gtk.Box.BoxChild w5 = ((global::Gtk.Box.BoxChild)(this.hbox2[this.label1]));
     w5.Position = 0;
     w5.Expand   = false;
     w5.Fill     = false;
     // Container child hbox2.Gtk.Box+BoxChild
     this.searchEntry               = new global::Gtk.Entry();
     this.searchEntry.CanFocus      = true;
     this.searchEntry.Name          = "searchEntry";
     this.searchEntry.IsEditable    = true;
     this.searchEntry.InvisibleChar = '●';
     this.hbox2.Add(this.searchEntry);
     global::Gtk.Box.BoxChild w6 = ((global::Gtk.Box.BoxChild)(this.hbox2[this.searchEntry]));
     w6.Position = 1;
     // Container child hbox2.Gtk.Box+BoxChild
     this.clearFilterButton          = new global::Gtk.Button();
     this.clearFilterButton.CanFocus = true;
     this.clearFilterButton.Name     = "clearFilterButton";
     // Container child clearFilterButton.Gtk.Container+ContainerChild
     this.image25        = new global::Gtk.Image();
     this.image25.Name   = "image25";
     this.image25.Pixbuf = global::Stetic.IconLoader.LoadIcon(this, "gtk-clear", global::Gtk.IconSize.Menu);
     this.clearFilterButton.Add(this.image25);
     this.clearFilterButton.Label = null;
     this.hbox2.Add(this.clearFilterButton);
     global::Gtk.Box.BoxChild w8 = ((global::Gtk.Box.BoxChild)(this.hbox2[this.clearFilterButton]));
     w8.Position = 2;
     w8.Expand   = false;
     w8.Fill     = false;
     this.vbox.Add(this.hbox2);
     global::Gtk.Box.BoxChild w9 = ((global::Gtk.Box.BoxChild)(this.vbox[this.hbox2]));
     w9.Position = 2;
     w9.Expand   = false;
     w9.Fill     = false;
     // Container child vbox.Gtk.Box+BoxChild
     this.globalWarningBox         = new global::Gtk.VBox();
     this.globalWarningBox.Name    = "globalWarningBox";
     this.globalWarningBox.Spacing = 6;
     // Container child globalWarningBox.Gtk.Box+BoxChild
     this.frame1      = new global::Gtk.Frame();
     this.frame1.Name = "frame1";
     // Container child frame1.Gtk.Container+ContainerChild
     this.alignment1             = new global::Gtk.Alignment(0.5f, 0.5f, 1f, 1f);
     this.alignment1.Name        = "alignment1";
     this.alignment1.BorderWidth = ((uint)(2));
     // Container child alignment1.Gtk.Container+ContainerChild
     this.warningBox         = new global::Gtk.HBox();
     this.warningBox.Name    = "warningBox";
     this.warningBox.Spacing = 6;
     // Container child warningBox.Gtk.Box+BoxChild
     this.image3        = new global::Gtk.Image();
     this.image3.Name   = "image3";
     this.image3.Pixbuf = global::Stetic.IconLoader.LoadIcon(this, "gtk-dialog-warning", global::Gtk.IconSize.Menu);
     this.warningBox.Add(this.image3);
     global::Gtk.Box.BoxChild w10 = ((global::Gtk.Box.BoxChild)(this.warningBox[this.image3]));
     w10.Position = 0;
     w10.Expand   = false;
     w10.Fill     = false;
     // Container child warningBox.Gtk.Box+BoxChild
     this.label2           = new global::Gtk.Label();
     this.label2.Name      = "label2";
     this.label2.Xalign    = 0f;
     this.label2.LabelProp = global::MonoDevelop.Core.GettextCatalog.GetString("The current scheme has conflicting key bindings");
     this.warningBox.Add(this.label2);
     global::Gtk.Box.BoxChild w11 = ((global::Gtk.Box.BoxChild)(this.warningBox[this.label2]));
     w11.Position = 1;
     // Container child warningBox.Gtk.Box+BoxChild
     this.conflicButton              = new global::MonoDevelop.Components.MenuButton();
     this.conflicButton.CanFocus     = true;
     this.conflicButton.Name         = "conflicButton";
     this.conflicButton.UseMarkup    = false;
     this.conflicButton.UseUnderline = false;
     this.conflicButton.Label        = null;
     this.warningBox.Add(this.conflicButton);
     global::Gtk.Box.BoxChild w12 = ((global::Gtk.Box.BoxChild)(this.warningBox[this.conflicButton]));
     w12.Position = 2;
     w12.Expand   = false;
     w12.Fill     = false;
     this.alignment1.Add(this.warningBox);
     this.frame1.Add(this.alignment1);
     this.globalWarningBox.Add(this.frame1);
     global::Gtk.Box.BoxChild w15 = ((global::Gtk.Box.BoxChild)(this.globalWarningBox[this.frame1]));
     w15.Position = 0;
     w15.Expand   = false;
     w15.Fill     = false;
     this.vbox.Add(this.globalWarningBox);
     global::Gtk.Box.BoxChild w16 = ((global::Gtk.Box.BoxChild)(this.vbox[this.globalWarningBox]));
     w16.Position = 3;
     w16.Expand   = false;
     w16.Fill     = false;
     // Container child vbox.Gtk.Box+BoxChild
     this.scrolledwindow            = new global::Gtk.ScrolledWindow();
     this.scrolledwindow.CanFocus   = true;
     this.scrolledwindow.Name       = "scrolledwindow";
     this.scrolledwindow.ShadowType = ((global::Gtk.ShadowType)(1));
     // Container child scrolledwindow.Gtk.Container+ContainerChild
     this.keyTreeView              = new global::Gtk.TreeView();
     this.keyTreeView.CanFocus     = true;
     this.keyTreeView.Name         = "keyTreeView";
     this.keyTreeView.EnableSearch = false;
     this.scrolledwindow.Add(this.keyTreeView);
     this.vbox.Add(this.scrolledwindow);
     global::Gtk.Box.BoxChild w18 = ((global::Gtk.Box.BoxChild)(this.vbox[this.scrolledwindow]));
     w18.Position = 4;
     // Container child vbox.Gtk.Box+BoxChild
     this.labelMessage           = new global::Gtk.Label();
     this.labelMessage.Name      = "labelMessage";
     this.labelMessage.Xalign    = 0f;
     this.labelMessage.UseMarkup = true;
     this.vbox.Add(this.labelMessage);
     global::Gtk.Box.BoxChild w19 = ((global::Gtk.Box.BoxChild)(this.vbox[this.labelMessage]));
     w19.Position = 5;
     w19.Expand   = false;
     w19.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.labelEditBinding           = new global::Gtk.Label();
     this.labelEditBinding.Name      = "labelEditBinding";
     this.labelEditBinding.LabelProp = global::MonoDevelop.Core.GettextCatalog.GetString("Edit Binding");
     this.hbox.Add(this.labelEditBinding);
     global::Gtk.Box.BoxChild w20 = ((global::Gtk.Box.BoxChild)(this.hbox[this.labelEditBinding]));
     w20.Position = 0;
     w20.Expand   = false;
     w20.Fill     = false;
     // Container child hbox.Gtk.Box+BoxChild
     this.accelEntry               = new global::Gtk.Entry();
     this.accelEntry.CanFocus      = true;
     this.accelEntry.Name          = "accelEntry";
     this.accelEntry.IsEditable    = true;
     this.accelEntry.InvisibleChar = '●';
     this.hbox.Add(this.accelEntry);
     global::Gtk.Box.BoxChild w21 = ((global::Gtk.Box.BoxChild)(this.hbox[this.accelEntry]));
     w21.Position = 1;
     // Container child hbox.Gtk.Box+BoxChild
     this.updateButton              = new global::Gtk.Button();
     this.updateButton.CanFocus     = true;
     this.updateButton.Name         = "updateButton";
     this.updateButton.UseUnderline = true;
     // Container child updateButton.Gtk.Container+ContainerChild
     global::Gtk.Alignment w22 = new global::Gtk.Alignment(0.5f, 0.5f, 0f, 0f);
     // Container child GtkAlignment.Gtk.Container+ContainerChild
     global::Gtk.HBox w23 = new global::Gtk.HBox();
     w23.Spacing = 2;
     // Container child GtkHBox.Gtk.Container+ContainerChild
     global::Gtk.Image w24 = new global::Gtk.Image();
     w24.Pixbuf = global::Stetic.IconLoader.LoadIcon(this, "gtk-apply", global::Gtk.IconSize.Button);
     w23.Add(w24);
     // Container child GtkHBox.Gtk.Container+ContainerChild
     global::Gtk.Label w26 = new global::Gtk.Label();
     w26.LabelProp    = global::MonoDevelop.Core.GettextCatalog.GetString("Apply");
     w26.UseUnderline = true;
     w23.Add(w26);
     w22.Add(w23);
     this.updateButton.Add(w22);
     this.hbox.Add(this.updateButton);
     global::Gtk.Box.BoxChild w30 = ((global::Gtk.Box.BoxChild)(this.hbox[this.updateButton]));
     w30.Position = 2;
     w30.Expand   = false;
     w30.Fill     = false;
     this.vbox.Add(this.hbox);
     global::Gtk.Box.BoxChild w31 = ((global::Gtk.Box.BoxChild)(this.vbox[this.hbox]));
     w31.Position = 6;
     w31.Expand   = false;
     w31.Fill     = false;
     this.Add(this.vbox);
     if ((this.Child != null))
     {
         this.Child.ShowAll();
     }
     this.label1.MnemonicWidget = this.searchEntry;
     this.globalWarningBox.Hide();
     this.labelMessage.Hide();
     this.Show();
 }
		protected virtual void Build ()
		{
			global::Stetic.Gui.Initialize (this);
			// Widget MonoDevelop.AspNet.Mvc.Gui.AddViewDialog
			this.Name = "MonoDevelop.AspNet.Mvc.Gui.AddViewDialog";
			this.Title = global::Mono.Unix.Catalog.GetString ("Add View");
			this.WindowPosition = ((global::Gtk.WindowPosition)(4));
			this.BorderWidth = ((uint)(6));
			this.Resizable = false;
			this.AllowGrow = false;
			// Internal child MonoDevelop.AspNet.Mvc.Gui.AddViewDialog.VBox
			global::Gtk.VBox w1 = this.VBox;
			w1.Name = "dialog1_VBox";
			w1.BorderWidth = ((uint)(2));
			// Container child dialog1_VBox.Gtk.Box+BoxChild
			this.vbox2 = new global::Gtk.VBox ();
			this.vbox2.Name = "vbox2";
			this.vbox2.Spacing = 6;
			// Container child vbox2.Gtk.Box+BoxChild
			this.table1 = new global::Gtk.Table (((uint)(3)), ((uint)(2)), false);
			this.table1.Name = "table1";
			this.table1.RowSpacing = ((uint)(6));
			this.table1.ColumnSpacing = ((uint)(6));
			// Container child table1.Gtk.Table+TableChild
			this.label1 = new global::Gtk.Label ();
			this.label1.Name = "label1";
			this.label1.Xalign = 0F;
			this.label1.LabelProp = global::Mono.Unix.Catalog.GetString ("_Name:");
			this.label1.UseUnderline = true;
			this.table1.Add (this.label1);
			global::Gtk.Table.TableChild w2 = ((global::Gtk.Table.TableChild)(this.table1 [this.label1]));
			w2.XOptions = ((global::Gtk.AttachOptions)(4));
			w2.YOptions = ((global::Gtk.AttachOptions)(4));
			// Container child table1.Gtk.Table+TableChild
			this.label4 = new global::Gtk.Label ();
			this.label4.Name = "label4";
			this.label4.Xalign = 0F;
			this.label4.LabelProp = global::Mono.Unix.Catalog.GetString ("_Template:");
			this.label4.UseUnderline = true;
			this.table1.Add (this.label4);
			global::Gtk.Table.TableChild w3 = ((global::Gtk.Table.TableChild)(this.table1 [this.label4]));
			w3.TopAttach = ((uint)(1));
			w3.BottomAttach = ((uint)(2));
			w3.XOptions = ((global::Gtk.AttachOptions)(4));
			w3.YOptions = ((global::Gtk.AttachOptions)(4));
			// Container child table1.Gtk.Table+TableChild
			this.label6 = new global::Gtk.Label ();
			this.label6.Name = "label6";
			this.label6.LabelProp = global::Mono.Unix.Catalog.GetString ("_View Engine:");
			this.label6.UseUnderline = true;
			this.table1.Add (this.label6);
			global::Gtk.Table.TableChild w4 = ((global::Gtk.Table.TableChild)(this.table1 [this.label6]));
			w4.TopAttach = ((uint)(2));
			w4.BottomAttach = ((uint)(3));
			w4.XOptions = ((global::Gtk.AttachOptions)(4));
			w4.YOptions = ((global::Gtk.AttachOptions)(4));
			// Container child table1.Gtk.Table+TableChild
			this.nameEntry = new global::Gtk.Entry ();
			this.nameEntry.CanFocus = true;
			this.nameEntry.Name = "nameEntry";
			this.nameEntry.IsEditable = true;
			this.nameEntry.InvisibleChar = '●';
			this.table1.Add (this.nameEntry);
			global::Gtk.Table.TableChild w5 = ((global::Gtk.Table.TableChild)(this.table1 [this.nameEntry]));
			w5.LeftAttach = ((uint)(1));
			w5.RightAttach = ((uint)(2));
			w5.YOptions = ((global::Gtk.AttachOptions)(4));
			// Container child table1.Gtk.Table+TableChild
			this.templateCombo = global::Gtk.ComboBox.NewText ();
			this.templateCombo.Name = "templateCombo";
			this.table1.Add (this.templateCombo);
			global::Gtk.Table.TableChild w6 = ((global::Gtk.Table.TableChild)(this.table1 [this.templateCombo]));
			w6.TopAttach = ((uint)(1));
			w6.BottomAttach = ((uint)(2));
			w6.LeftAttach = ((uint)(1));
			w6.RightAttach = ((uint)(2));
			w6.XOptions = ((global::Gtk.AttachOptions)(4));
			w6.YOptions = ((global::Gtk.AttachOptions)(4));
			// Container child table1.Gtk.Table+TableChild
			this.viewEngineCombo = global::Gtk.ComboBox.NewText ();
			this.viewEngineCombo.Name = "viewEngineCombo";
			this.table1.Add (this.viewEngineCombo);
			global::Gtk.Table.TableChild w7 = ((global::Gtk.Table.TableChild)(this.table1 [this.viewEngineCombo]));
			w7.TopAttach = ((uint)(2));
			w7.BottomAttach = ((uint)(3));
			w7.LeftAttach = ((uint)(1));
			w7.RightAttach = ((uint)(2));
			w7.XOptions = ((global::Gtk.AttachOptions)(4));
			w7.YOptions = ((global::Gtk.AttachOptions)(4));
			this.vbox2.Add (this.table1);
			global::Gtk.Box.BoxChild w8 = ((global::Gtk.Box.BoxChild)(this.vbox2 [this.table1]));
			w8.Position = 0;
			w8.Expand = false;
			w8.Fill = false;
			// Container child vbox2.Gtk.Box+BoxChild
			this.frame1 = new global::Gtk.Frame ();
			this.frame1.Name = "frame1";
			this.frame1.ShadowType = ((global::Gtk.ShadowType)(1));
			this.frame1.BorderWidth = ((uint)(2));
			// Container child frame1.Gtk.Container+ContainerChild
			this.alignment1 = new global::Gtk.Alignment (0.5F, 0.5F, 1F, 1F);
			this.alignment1.Name = "alignment1";
			this.alignment1.LeftPadding = ((uint)(4));
			this.alignment1.TopPadding = ((uint)(4));
			this.alignment1.RightPadding = ((uint)(4));
			this.alignment1.BottomPadding = ((uint)(4));
			// Container child alignment1.Gtk.Container+ContainerChild
			this.vbox4 = new global::Gtk.VBox ();
			this.vbox4.Name = "vbox4";
			this.vbox4.Spacing = 6;
			// Container child vbox4.Gtk.Box+BoxChild
			this.partialCheck = new global::Gtk.CheckButton ();
			this.partialCheck.CanFocus = true;
			this.partialCheck.Name = "partialCheck";
			this.partialCheck.Label = global::Mono.Unix.Catalog.GetString ("_Partial view");
			this.partialCheck.DrawIndicator = true;
			this.partialCheck.UseUnderline = true;
			this.vbox4.Add (this.partialCheck);
			global::Gtk.Box.BoxChild w9 = ((global::Gtk.Box.BoxChild)(this.vbox4 [this.partialCheck]));
			w9.Position = 0;
			w9.Expand = false;
			w9.Fill = false;
			// Container child vbox4.Gtk.Box+BoxChild
			this.stronglyTypedCheck = new global::Gtk.CheckButton ();
			this.stronglyTypedCheck.CanFocus = true;
			this.stronglyTypedCheck.Name = "stronglyTypedCheck";
			this.stronglyTypedCheck.Label = global::Mono.Unix.Catalog.GetString ("_Strongly typed");
			this.stronglyTypedCheck.DrawIndicator = true;
			this.stronglyTypedCheck.UseUnderline = true;
			this.vbox4.Add (this.stronglyTypedCheck);
			global::Gtk.Box.BoxChild w10 = ((global::Gtk.Box.BoxChild)(this.vbox4 [this.stronglyTypedCheck]));
			w10.Position = 1;
			w10.Expand = false;
			w10.Fill = false;
			// Container child vbox4.Gtk.Box+BoxChild
			this.typePanel = new global::Gtk.Alignment (0F, 0F, 1F, 1F);
			this.typePanel.Name = "typePanel";
			this.typePanel.LeftPadding = ((uint)(24));
			// Container child typePanel.Gtk.Container+ContainerChild
			this.hbox1 = new global::Gtk.HBox ();
			this.hbox1.Name = "hbox1";
			this.hbox1.Spacing = 6;
			// Container child hbox1.Gtk.Box+BoxChild
			this.label3 = new global::Gtk.Label ();
			this.label3.Name = "label3";
			this.label3.Xalign = 0F;
			this.label3.LabelProp = global::Mono.Unix.Catalog.GetString ("_Data class:");
			this.label3.UseUnderline = true;
			this.hbox1.Add (this.label3);
			global::Gtk.Box.BoxChild w11 = ((global::Gtk.Box.BoxChild)(this.hbox1 [this.label3]));
			w11.Position = 0;
			w11.Expand = false;
			w11.Fill = false;
			// Container child hbox1.Gtk.Box+BoxChild
			this.dataClassAlignment = new global::Gtk.Alignment (0.5F, 0.5F, 1F, 1F);
			this.dataClassAlignment.Name = "dataClassAlignment";
			// Container child dataClassAlignment.Gtk.Container+ContainerChild
			this.dataClassCombo = global::Gtk.ComboBoxEntry.NewText ();
			this.dataClassCombo.Name = "dataClassCombo";
			this.dataClassAlignment.Add (this.dataClassCombo);
			this.hbox1.Add (this.dataClassAlignment);
			global::Gtk.Box.BoxChild w13 = ((global::Gtk.Box.BoxChild)(this.hbox1 [this.dataClassAlignment]));
			w13.Position = 1;
			this.typePanel.Add (this.hbox1);
			this.vbox4.Add (this.typePanel);
			global::Gtk.Box.BoxChild w15 = ((global::Gtk.Box.BoxChild)(this.vbox4 [this.typePanel]));
			w15.Position = 2;
			w15.Fill = false;
			// Container child vbox4.Gtk.Box+BoxChild
			this.masterCheck = new global::Gtk.CheckButton ();
			this.masterCheck.CanFocus = true;
			this.masterCheck.Name = "masterCheck";
			this.masterCheck.Label = global::Mono.Unix.Catalog.GetString ("Has _master page or layout:");
			this.masterCheck.DrawIndicator = true;
			this.masterCheck.UseUnderline = true;
			this.vbox4.Add (this.masterCheck);
			global::Gtk.Box.BoxChild w16 = ((global::Gtk.Box.BoxChild)(this.vbox4 [this.masterCheck]));
			w16.Position = 3;
			w16.Expand = false;
			w16.Fill = false;
			// Container child vbox4.Gtk.Box+BoxChild
			this.masterPanel = new global::Gtk.Alignment (0F, 0F, 1F, 1F);
			this.masterPanel.Name = "masterPanel";
			this.masterPanel.LeftPadding = ((uint)(24));
			// Container child masterPanel.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.label5 = new global::Gtk.Label ();
			this.label5.Name = "label5";
			this.label5.LabelProp = global::Mono.Unix.Catalog.GetString ("_File:");
			this.label5.UseUnderline = true;
			this.hbox4.Add (this.label5);
			global::Gtk.Box.BoxChild w17 = ((global::Gtk.Box.BoxChild)(this.hbox4 [this.label5]));
			w17.Position = 0;
			w17.Expand = false;
			w17.Fill = false;
			// Container child hbox4.Gtk.Box+BoxChild
			this.masterEntry = new global::Gtk.Entry ();
			this.masterEntry.CanFocus = true;
			this.masterEntry.Name = "masterEntry";
			this.masterEntry.IsEditable = true;
			this.masterEntry.InvisibleChar = '●';
			this.hbox4.Add (this.masterEntry);
			global::Gtk.Box.BoxChild w18 = ((global::Gtk.Box.BoxChild)(this.hbox4 [this.masterEntry]));
			w18.Position = 1;
			// Container child hbox4.Gtk.Box+BoxChild
			this.masterButton = new global::Gtk.Button ();
			this.masterButton.CanFocus = true;
			this.masterButton.Name = "masterButton";
			this.masterButton.UseUnderline = true;
			this.masterButton.Label = global::Mono.Unix.Catalog.GetString ("...");
			this.hbox4.Add (this.masterButton);
			global::Gtk.Box.BoxChild w19 = ((global::Gtk.Box.BoxChild)(this.hbox4 [this.masterButton]));
			w19.Position = 2;
			w19.Expand = false;
			w19.Fill = false;
			this.vbox3.Add (this.hbox4);
			global::Gtk.Box.BoxChild w20 = ((global::Gtk.Box.BoxChild)(this.vbox3 [this.hbox4]));
			w20.Position = 0;
			w20.Expand = false;
			w20.Fill = false;
			// Container child vbox3.Gtk.Box+BoxChild
			this.placeholderBox = new global::Gtk.HBox ();
			this.placeholderBox.Name = "placeholderBox";
			this.placeholderBox.Spacing = 6;
			// Container child placeholderBox.Gtk.Box+BoxChild
			this.label2 = new global::Gtk.Label ();
			this.label2.Name = "label2";
			this.label2.LabelProp = global::Mono.Unix.Catalog.GetString ("P_rimary placeholder: ");
			this.label2.UseUnderline = true;
			this.placeholderBox.Add (this.label2);
			global::Gtk.Box.BoxChild w21 = ((global::Gtk.Box.BoxChild)(this.placeholderBox [this.label2]));
			w21.Position = 0;
			w21.Expand = false;
			w21.Fill = false;
			// Container child placeholderBox.Gtk.Box+BoxChild
			this.primaryPlaceholderCombo = global::Gtk.ComboBoxEntry.NewText ();
			this.primaryPlaceholderCombo.WidthRequest = 250;
			this.primaryPlaceholderCombo.Name = "primaryPlaceholderCombo";
			this.placeholderBox.Add (this.primaryPlaceholderCombo);
			global::Gtk.Box.BoxChild w22 = ((global::Gtk.Box.BoxChild)(this.placeholderBox [this.primaryPlaceholderCombo]));
			w22.Position = 1;
			this.vbox3.Add (this.placeholderBox);
			global::Gtk.Box.BoxChild w23 = ((global::Gtk.Box.BoxChild)(this.vbox3 [this.placeholderBox]));
			w23.Position = 1;
			w23.Expand = false;
			w23.Fill = false;
			this.masterPanel.Add (this.vbox3);
			this.vbox4.Add (this.masterPanel);
			global::Gtk.Box.BoxChild w25 = ((global::Gtk.Box.BoxChild)(this.vbox4 [this.masterPanel]));
			w25.Position = 4;
			w25.Expand = false;
			w25.Fill = false;
			this.alignment1.Add (this.vbox4);
			this.frame1.Add (this.alignment1);
			this.GtkLabel6 = new global::Gtk.Label ();
			this.GtkLabel6.Name = "GtkLabel6";
			this.GtkLabel6.LabelProp = global::Mono.Unix.Catalog.GetString ("Options");
			this.frame1.LabelWidget = this.GtkLabel6;
			this.vbox2.Add (this.frame1);
			global::Gtk.Box.BoxChild w28 = ((global::Gtk.Box.BoxChild)(this.vbox2 [this.frame1]));
			w28.Position = 1;
			w28.Expand = false;
			w28.Fill = false;
			w1.Add (this.vbox2);
			global::Gtk.Box.BoxChild w29 = ((global::Gtk.Box.BoxChild)(w1 [this.vbox2]));
			w29.Position = 0;
			w29.Expand = false;
			w29.Fill = false;
			// Internal child MonoDevelop.AspNet.Mvc.Gui.AddViewDialog.ActionArea
			global::Gtk.HButtonBox w30 = this.ActionArea;
			w30.Name = "dialog1_ActionArea";
			w30.Spacing = 6;
			w30.BorderWidth = ((uint)(5));
			w30.LayoutStyle = ((global::Gtk.ButtonBoxStyle)(4));
			// Container child dialog1_ActionArea.Gtk.ButtonBox+ButtonBoxChild
			this.buttonCancel = new global::Gtk.Button ();
			this.buttonCancel.CanDefault = true;
			this.buttonCancel.CanFocus = true;
			this.buttonCancel.Name = "buttonCancel";
			this.buttonCancel.UseStock = true;
			this.buttonCancel.UseUnderline = true;
			this.buttonCancel.Label = "gtk-cancel";
			this.AddActionWidget (this.buttonCancel, -6);
			global::Gtk.ButtonBox.ButtonBoxChild w31 = ((global::Gtk.ButtonBox.ButtonBoxChild)(w30 [this.buttonCancel]));
			w31.Expand = false;
			w31.Fill = false;
			// Container child dialog1_ActionArea.Gtk.ButtonBox+ButtonBoxChild
			this.buttonOk = new global::Gtk.Button ();
			this.buttonOk.CanDefault = true;
			this.buttonOk.CanFocus = true;
			this.buttonOk.Name = "buttonOk";
			this.buttonOk.UseStock = true;
			this.buttonOk.UseUnderline = true;
			this.buttonOk.Label = "gtk-ok";
			this.AddActionWidget (this.buttonOk, -5);
			global::Gtk.ButtonBox.ButtonBoxChild w32 = ((global::Gtk.ButtonBox.ButtonBoxChild)(w30 [this.buttonOk]));
			w32.Position = 1;
			w32.Expand = false;
			w32.Fill = false;
			if ((this.Child != null)) {
				this.Child.ShowAll ();
			}
			this.DefaultWidth = 470;
			this.DefaultHeight = 393;
			this.label1.MnemonicWidget = this.nameEntry;
			this.label4.MnemonicWidget = this.templateCombo;
			this.label6.MnemonicWidget = this.viewEngineCombo;
			this.label3.MnemonicWidget = this.dataClassCombo;
			this.label5.MnemonicWidget = this.masterEntry;
			this.Hide ();
			this.viewEngineCombo.Changed += new global::System.EventHandler (this.ViewEngineChanged);
			this.templateCombo.Changed += new global::System.EventHandler (this.Validate);
			this.nameEntry.Changed += new global::System.EventHandler (this.Validate);
			this.partialCheck.Toggled += new global::System.EventHandler (this.UpdateMasterPanelSensitivity);
			this.stronglyTypedCheck.Toggled += new global::System.EventHandler (this.UpdateTypePanelSensitivity);
			this.dataClassCombo.Changed += new global::System.EventHandler (this.DataClassChanged);
			this.masterCheck.Toggled += new global::System.EventHandler (this.UpdateMasterPanelSensitivity);
			this.masterEntry.Changed += new global::System.EventHandler (this.MasterChanged);
			this.masterButton.Clicked += new global::System.EventHandler (this.ShowMasterSelectionDialog);
			this.primaryPlaceholderCombo.Changed += new global::System.EventHandler (this.Validate);
		}
		protected virtual void Build ()
		{
			global::Stetic.Gui.Initialize (this);
			// Widget MonoDevelop.WebReferences.Dialogs.WebReferenceDialog
			this.UIManager = new global::Gtk.UIManager ();
			global::Gtk.ActionGroup w1 = new global::Gtk.ActionGroup ("Default");
			this.btnBack = new global::Gtk.Action ("btnBack", null, global::Mono.Unix.Catalog.GetString ("Go back one page"), "gtk-go-back");
			w1.Add (this.btnBack, null);
			this.btnNext = new global::Gtk.Action ("btnNext", null, global::Mono.Unix.Catalog.GetString ("Go forward one page"), "gtk-go-forward");
			w1.Add (this.btnNext, null);
			this.btnRefresh = new global::Gtk.Action ("btnRefresh", null, global::Mono.Unix.Catalog.GetString ("Reload current page"), "gtk-refresh");
			w1.Add (this.btnRefresh, null);
			this.btnStop = new global::Gtk.Action ("btnStop", null, global::Mono.Unix.Catalog.GetString ("Stop loading this page"), "gtk-stop");
			w1.Add (this.btnStop, null);
			this.btnHome = new global::Gtk.Action ("btnHome", null, global::Mono.Unix.Catalog.GetString ("Go back to the home page"), "gtk-home");
			w1.Add (this.btnHome, null);
			this.UIManager.InsertActionGroup (w1, 0);
			this.AddAccelGroup (this.UIManager.AccelGroup);
			this.Events = ((global::Gdk.EventMask)(256));
			this.Name = "MonoDevelop.WebReferences.Dialogs.WebReferenceDialog";
			this.Title = global::Mono.Unix.Catalog.GetString ("Add Web Reference");
			this.WindowPosition = ((global::Gtk.WindowPosition)(4));
			// Internal child MonoDevelop.WebReferences.Dialogs.WebReferenceDialog.VBox
			global::Gtk.VBox w2 = this.VBox;
			w2.Events = ((global::Gdk.EventMask)(256));
			w2.Name = "dlgWindow";
			w2.BorderWidth = ((uint)(2));
			// Container child dlgWindow.Gtk.Box+BoxChild
			this.vbxContainer = new global::Gtk.VBox ();
			this.vbxContainer.Name = "vbxContainer";
			// Container child vbxContainer.Gtk.Box+BoxChild
			this.UIManager.AddUiFromString ("<ui><toolbar name='tlbNavigate'><toolitem name='btnBack' action='btnBack'/><toolitem name='btnNext' action='btnNext'/><toolitem name='btnRefresh' action='btnRefresh'/><toolitem name='btnStop' action='btnStop'/><toolitem name='btnHome' action='btnHome'/></toolbar></ui>");
			this.tlbNavigate = ((global::Gtk.Toolbar)(this.UIManager.GetWidget ("/tlbNavigate")));
			this.tlbNavigate.Name = "tlbNavigate";
			this.tlbNavigate.ShowArrow = false;
			this.tlbNavigate.ToolbarStyle = ((global::Gtk.ToolbarStyle)(0));
			this.tlbNavigate.IconSize = ((global::Gtk.IconSize)(2));
			this.vbxContainer.Add (this.tlbNavigate);
			global::Gtk.Box.BoxChild w3 = ((global::Gtk.Box.BoxChild)(this.vbxContainer [this.tlbNavigate]));
			w3.Position = 0;
			w3.Expand = false;
			w3.Fill = false;
			// Container child vbxContainer.Gtk.Box+BoxChild
			this.tblWebReferenceUrl = new global::Gtk.Table (((uint)(1)), ((uint)(3)), false);
			this.tblWebReferenceUrl.Name = "tblWebReferenceUrl";
			this.tblWebReferenceUrl.RowSpacing = ((uint)(6));
			this.tblWebReferenceUrl.ColumnSpacing = ((uint)(6));
			// Container child tblWebReferenceUrl.Gtk.Table+TableChild
			this.btnGO = new global::Gtk.Button ();
			this.btnGO.CanFocus = true;
			this.btnGO.Name = "btnGO";
			this.btnGO.UseStock = true;
			this.btnGO.UseUnderline = true;
			this.btnGO.Label = "gtk-jump-to";
			this.tblWebReferenceUrl.Add (this.btnGO);
			global::Gtk.Table.TableChild w4 = ((global::Gtk.Table.TableChild)(this.tblWebReferenceUrl [this.btnGO]));
			w4.LeftAttach = ((uint)(2));
			w4.RightAttach = ((uint)(3));
			w4.XPadding = ((uint)(4));
			w4.YPadding = ((uint)(4));
			w4.XOptions = ((global::Gtk.AttachOptions)(0));
			w4.YOptions = ((global::Gtk.AttachOptions)(4));
			// Container child tblWebReferenceUrl.Gtk.Table+TableChild
			this.lblWebServiceUrl = new global::Gtk.Label ();
			this.lblWebServiceUrl.Name = "lblWebServiceUrl";
			this.lblWebServiceUrl.Xalign = 0F;
			this.lblWebServiceUrl.LabelProp = global::Mono.Unix.Catalog.GetString ("Web Service Url: ");
			this.tblWebReferenceUrl.Add (this.lblWebServiceUrl);
			global::Gtk.Table.TableChild w5 = ((global::Gtk.Table.TableChild)(this.tblWebReferenceUrl [this.lblWebServiceUrl]));
			w5.XPadding = ((uint)(4));
			w5.YPadding = ((uint)(4));
			w5.XOptions = ((global::Gtk.AttachOptions)(4));
			w5.YOptions = ((global::Gtk.AttachOptions)(4));
			// Container child tblWebReferenceUrl.Gtk.Table+TableChild
			this.tbxReferenceURL = new global::Gtk.Entry ();
			this.tbxReferenceURL.CanFocus = true;
			this.tbxReferenceURL.Name = "tbxReferenceURL";
			this.tbxReferenceURL.IsEditable = true;
			this.tbxReferenceURL.InvisibleChar = '●';
			this.tblWebReferenceUrl.Add (this.tbxReferenceURL);
			global::Gtk.Table.TableChild w6 = ((global::Gtk.Table.TableChild)(this.tblWebReferenceUrl [this.tbxReferenceURL]));
			w6.LeftAttach = ((uint)(1));
			w6.RightAttach = ((uint)(2));
			w6.YOptions = ((global::Gtk.AttachOptions)(4));
			this.vbxContainer.Add (this.tblWebReferenceUrl);
			global::Gtk.Box.BoxChild w7 = ((global::Gtk.Box.BoxChild)(this.vbxContainer [this.tblWebReferenceUrl]));
			w7.Position = 1;
			w7.Expand = false;
			w7.Fill = false;
			// Container child vbxContainer.Gtk.Box+BoxChild
			this.frmBrowser = new global::Gtk.Frame ();
			this.frmBrowser.Name = "frmBrowser";
			this.frmBrowser.ShadowType = ((global::Gtk.ShadowType)(0));
			this.frmBrowser.LabelYalign = 0F;
			this.vbxContainer.Add (this.frmBrowser);
			global::Gtk.Box.BoxChild w8 = ((global::Gtk.Box.BoxChild)(this.vbxContainer [this.frmBrowser]));
			w8.Position = 2;
			// Container child vbxContainer.Gtk.Box+BoxChild
			this.tblReferenceName = new global::Gtk.Table (((uint)(3)), ((uint)(2)), false);
			this.tblReferenceName.Name = "tblReferenceName";
			this.tblReferenceName.RowSpacing = ((uint)(4));
			this.tblReferenceName.ColumnSpacing = ((uint)(4));
			this.tblReferenceName.BorderWidth = ((uint)(9));
			// Container child tblReferenceName.Gtk.Table+TableChild
			this.hbox1 = new global::Gtk.HBox ();
			this.hbox1.Name = "hbox1";
			this.hbox1.Spacing = 6;
			// Container child hbox1.Gtk.Box+BoxChild
			this.comboModel = global::Gtk.ComboBox.NewText ();
			this.comboModel.AppendText (global::Mono.Unix.Catalog.GetString ("Windows Communication Foundation (WCF)"));
			this.comboModel.AppendText (global::Mono.Unix.Catalog.GetString (".NET 2.0 Web Services"));
			this.comboModel.Name = "comboModel";
			this.comboModel.Active = 0;
			this.hbox1.Add (this.comboModel);
			global::Gtk.Box.BoxChild w9 = ((global::Gtk.Box.BoxChild)(this.hbox1 [this.comboModel]));
			w9.Position = 0;
			w9.Expand = false;
			w9.Fill = false;
			this.tblReferenceName.Add (this.hbox1);
			global::Gtk.Table.TableChild w10 = ((global::Gtk.Table.TableChild)(this.tblReferenceName [this.hbox1]));
			w10.LeftAttach = ((uint)(1));
			w10.RightAttach = ((uint)(2));
			w10.YOptions = ((global::Gtk.AttachOptions)(4));
			// Container child tblReferenceName.Gtk.Table+TableChild
			this.label1 = new global::Gtk.Label ();
			this.label1.Name = "label1";
			this.label1.Xalign = 0F;
			this.label1.LabelProp = global::Mono.Unix.Catalog.GetString ("Framework:");
			this.tblReferenceName.Add (this.label1);
			global::Gtk.Table.TableChild w11 = ((global::Gtk.Table.TableChild)(this.tblReferenceName [this.label1]));
			w11.XOptions = ((global::Gtk.AttachOptions)(4));
			w11.YOptions = ((global::Gtk.AttachOptions)(4));
			// Container child tblReferenceName.Gtk.Table+TableChild
			this.lblNamespace = new global::Gtk.Label ();
			this.lblNamespace.Name = "lblNamespace";
			this.lblNamespace.Xalign = 0F;
			this.lblNamespace.LabelProp = global::Mono.Unix.Catalog.GetString ("Namespace: ");
			this.tblReferenceName.Add (this.lblNamespace);
			global::Gtk.Table.TableChild w12 = ((global::Gtk.Table.TableChild)(this.tblReferenceName [this.lblNamespace]));
			w12.TopAttach = ((uint)(2));
			w12.BottomAttach = ((uint)(3));
			w12.XOptions = ((global::Gtk.AttachOptions)(4));
			w12.YOptions = ((global::Gtk.AttachOptions)(4));
			// Container child tblReferenceName.Gtk.Table+TableChild
			this.lblReference = new global::Gtk.Label ();
			this.lblReference.Name = "lblReference";
			this.lblReference.Xalign = 0F;
			this.lblReference.LabelProp = global::Mono.Unix.Catalog.GetString ("Reference: ");
			this.tblReferenceName.Add (this.lblReference);
			global::Gtk.Table.TableChild w13 = ((global::Gtk.Table.TableChild)(this.tblReferenceName [this.lblReference]));
			w13.TopAttach = ((uint)(1));
			w13.BottomAttach = ((uint)(2));
			w13.XOptions = ((global::Gtk.AttachOptions)(4));
			w13.YOptions = ((global::Gtk.AttachOptions)(4));
			// Container child tblReferenceName.Gtk.Table+TableChild
			this.tbxNamespace = new global::Gtk.Entry ();
			this.tbxNamespace.Sensitive = false;
			this.tbxNamespace.CanFocus = true;
			this.tbxNamespace.Name = "tbxNamespace";
			this.tbxNamespace.IsEditable = true;
			this.tbxNamespace.InvisibleChar = '●';
			this.tblReferenceName.Add (this.tbxNamespace);
			global::Gtk.Table.TableChild w14 = ((global::Gtk.Table.TableChild)(this.tblReferenceName [this.tbxNamespace]));
			w14.TopAttach = ((uint)(2));
			w14.BottomAttach = ((uint)(3));
			w14.LeftAttach = ((uint)(1));
			w14.RightAttach = ((uint)(2));
			w14.YOptions = ((global::Gtk.AttachOptions)(4));
			// Container child tblReferenceName.Gtk.Table+TableChild
			this.tbxReferenceName = new global::Gtk.Entry ();
			this.tbxReferenceName.CanFocus = true;
			this.tbxReferenceName.Name = "tbxReferenceName";
			this.tbxReferenceName.IsEditable = true;
			this.tbxReferenceName.InvisibleChar = '●';
			this.tblReferenceName.Add (this.tbxReferenceName);
			global::Gtk.Table.TableChild w15 = ((global::Gtk.Table.TableChild)(this.tblReferenceName [this.tbxReferenceName]));
			w15.TopAttach = ((uint)(1));
			w15.BottomAttach = ((uint)(2));
			w15.LeftAttach = ((uint)(1));
			w15.RightAttach = ((uint)(2));
			w15.YOptions = ((global::Gtk.AttachOptions)(4));
			this.vbxContainer.Add (this.tblReferenceName);
			global::Gtk.Box.BoxChild w16 = ((global::Gtk.Box.BoxChild)(this.vbxContainer [this.tblReferenceName]));
			w16.Position = 3;
			w16.Expand = false;
			w16.Fill = false;
			w2.Add (this.vbxContainer);
			global::Gtk.Box.BoxChild w17 = ((global::Gtk.Box.BoxChild)(w2 [this.vbxContainer]));
			w17.Position = 0;
			// Internal child MonoDevelop.WebReferences.Dialogs.WebReferenceDialog.ActionArea
			global::Gtk.HButtonBox w18 = this.ActionArea;
			w18.Events = ((global::Gdk.EventMask)(256));
			w18.Name = "pnlActionArea";
			w18.Spacing = 6;
			w18.BorderWidth = ((uint)(5));
			w18.LayoutStyle = ((global::Gtk.ButtonBoxStyle)(4));
			// Container child pnlActionArea.Gtk.ButtonBox+ButtonBoxChild
			this.btnCancel = new global::Gtk.Button ();
			this.btnCancel.CanDefault = true;
			this.btnCancel.CanFocus = true;
			this.btnCancel.Name = "btnCancel";
			this.btnCancel.UseStock = true;
			this.btnCancel.UseUnderline = true;
			this.btnCancel.Label = "gtk-cancel";
			this.AddActionWidget (this.btnCancel, -6);
			global::Gtk.ButtonBox.ButtonBoxChild w19 = ((global::Gtk.ButtonBox.ButtonBoxChild)(w18 [this.btnCancel]));
			w19.Expand = false;
			w19.Fill = false;
			// Container child pnlActionArea.Gtk.ButtonBox+ButtonBoxChild
			this.btnOK = new global::Gtk.Button ();
			this.btnOK.CanDefault = true;
			this.btnOK.CanFocus = true;
			this.btnOK.Name = "btnOK";
			this.btnOK.UseStock = true;
			this.btnOK.UseUnderline = true;
			this.btnOK.Label = "gtk-ok";
			w18.Add (this.btnOK);
			global::Gtk.ButtonBox.ButtonBoxChild w20 = ((global::Gtk.ButtonBox.ButtonBoxChild)(w18 [this.btnOK]));
			w20.Position = 1;
			w20.Expand = false;
			w20.Fill = false;
			if ((this.Child != null)) {
				this.Child.ShowAll ();
			}
			this.DefaultWidth = 652;
			this.DefaultHeight = 509;
			this.Hide ();
			this.btnBack.Activated += new global::System.EventHandler (this.Browser_BackButtonClicked);
			this.btnNext.Activated += new global::System.EventHandler (this.Browser_NextButtonClicked);
			this.btnRefresh.Activated += new global::System.EventHandler (this.Browser_RefreshButtonClicked);
			this.btnStop.Activated += new global::System.EventHandler (this.Browser_StopButtonClicked);
			this.btnHome.Activated += new global::System.EventHandler (this.Browser_HomeButtonClicked);
			this.tbxReferenceURL.KeyReleaseEvent += new global::Gtk.KeyReleaseEventHandler (this.Browser_URLKeyReleased);
			this.btnGO.Clicked += new global::System.EventHandler (this.Browser_GoButtonClicked);
			this.comboModel.Changed += new global::System.EventHandler (this.OnComboModelChanged);
			this.btnOK.Clicked += new global::System.EventHandler (this.OnBtnOKClicked);
		}
Exemplo n.º 58
0
 protected virtual void Build()
 {
     global::Stetic.Gui.Initialize (this);
     // Widget crown_tests.MainWindow
     this.Name = "crown_tests.MainWindow";
     this.Title = global::Mono.Unix.Catalog.GetString ("Test Browser");
     this.WindowPosition = ((global::Gtk.WindowPosition)(4));
     this.DefaultWidth = 500;
     this.DefaultHeight = 350;
     // Container child crown_tests.MainWindow.Gtk.Container+ContainerChild
     this.vbox1 = new global::Gtk.VBox ();
     this.vbox1.Name = "vbox1";
     this.vbox1.Spacing = 6;
     this.vbox1.BorderWidth = ((uint)(6));
     // Container child vbox1.Gtk.Box+BoxChild
     this.table1 = new global::Gtk.Table (((uint)(2)), ((uint)(2)), false);
     this.table1.Name = "table1";
     this.table1.RowSpacing = ((uint)(6));
     this.table1.ColumnSpacing = ((uint)(6));
     // Container child table1.Gtk.Table+TableChild
     this.label1 = new global::Gtk.Label ();
     this.label1.Name = "label1";
     this.label1.LabelProp = global::Mono.Unix.Catalog.GetString ("Tests folder");
     this.table1.Add (this.label1);
     global::Gtk.Table.TableChild w1 = ((global::Gtk.Table.TableChild)(this.table1 [this.label1]));
     w1.XOptions = ((global::Gtk.AttachOptions)(4));
     w1.YOptions = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     this.label2 = new global::Gtk.Label ();
     this.label2.Name = "label2";
     this.label2.LabelProp = global::Mono.Unix.Catalog.GetString ("crown-tests executable");
     this.table1.Add (this.label2);
     global::Gtk.Table.TableChild w2 = ((global::Gtk.Table.TableChild)(this.table1 [this.label2]));
     w2.TopAttach = ((uint)(1));
     w2.BottomAttach = ((uint)(2));
     w2.XOptions = ((global::Gtk.AttachOptions)(4));
     w2.YOptions = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     this.txtCrownTestsExe = new global::Gtk.Entry ();
     this.txtCrownTestsExe.CanFocus = true;
     this.txtCrownTestsExe.Name = "txtCrownTestsExe";
     this.txtCrownTestsExe.IsEditable = true;
     this.txtCrownTestsExe.InvisibleChar = '●';
     this.table1.Add (this.txtCrownTestsExe);
     global::Gtk.Table.TableChild w3 = ((global::Gtk.Table.TableChild)(this.table1 [this.txtCrownTestsExe]));
     w3.TopAttach = ((uint)(1));
     w3.BottomAttach = ((uint)(2));
     w3.LeftAttach = ((uint)(1));
     w3.RightAttach = ((uint)(2));
     w3.YOptions = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     this.txtTestFolder = new global::Gtk.Entry ();
     this.txtTestFolder.CanFocus = true;
     this.txtTestFolder.Name = "txtTestFolder";
     this.txtTestFolder.IsEditable = true;
     this.txtTestFolder.InvisibleChar = '●';
     this.table1.Add (this.txtTestFolder);
     global::Gtk.Table.TableChild w4 = ((global::Gtk.Table.TableChild)(this.table1 [this.txtTestFolder]));
     w4.LeftAttach = ((uint)(1));
     w4.RightAttach = ((uint)(2));
     w4.YOptions = ((global::Gtk.AttachOptions)(4));
     this.vbox1.Add (this.table1);
     global::Gtk.Box.BoxChild w5 = ((global::Gtk.Box.BoxChild)(this.vbox1 [this.table1]));
     w5.Position = 0;
     w5.Expand = false;
     w5.Fill = false;
     // Container child vbox1.Gtk.Box+BoxChild
     this.hbox2 = new global::Gtk.HBox ();
     this.hbox2.Name = "hbox2";
     this.hbox2.Spacing = 6;
     // Container child hbox2.Gtk.Box+BoxChild
     this.GtkScrolledWindow = new global::Gtk.ScrolledWindow ();
     this.GtkScrolledWindow.Name = "GtkScrolledWindow";
     this.GtkScrolledWindow.ShadowType = ((global::Gtk.ShadowType)(1));
     // Container child GtkScrolledWindow.Gtk.Container+ContainerChild
     this.twTests = new global::Gtk.TreeView ();
     this.twTests.CanFocus = true;
     this.twTests.Name = "twTests";
     this.GtkScrolledWindow.Add (this.twTests);
     this.hbox2.Add (this.GtkScrolledWindow);
     global::Gtk.Box.BoxChild w7 = ((global::Gtk.Box.BoxChild)(this.hbox2 [this.GtkScrolledWindow]));
     w7.Position = 0;
     // Container child hbox2.Gtk.Box+BoxChild
     this.alignment1 = new global::Gtk.Alignment (0F, 0F, 1F, 1F);
     this.alignment1.Name = "alignment1";
     // Container child alignment1.Gtk.Container+ContainerChild
     this.frame1 = new global::Gtk.Frame ();
     this.frame1.WidthRequest = 120;
     this.frame1.Name = "frame1";
     this.frame1.ShadowType = ((global::Gtk.ShadowType)(0));
     // Container child frame1.Gtk.Container+ContainerChild
     this.GtkAlignment = new global::Gtk.Alignment (0F, 0F, 1F, 1F);
     this.GtkAlignment.Name = "GtkAlignment";
     this.GtkAlignment.LeftPadding = ((uint)(12));
     // Container child GtkAlignment.Gtk.Container+ContainerChild
     this.vbox3 = new global::Gtk.VBox ();
     this.vbox3.Name = "vbox3";
     this.vbox3.Spacing = 6;
     // Container child vbox3.Gtk.Box+BoxChild
     this.btnCreate = new global::Gtk.Button ();
     this.btnCreate.CanFocus = true;
     this.btnCreate.Name = "btnCreate";
     this.btnCreate.UseUnderline = true;
     this.btnCreate.Label = global::Mono.Unix.Catalog.GetString ("Create");
     this.vbox3.Add (this.btnCreate);
     global::Gtk.Box.BoxChild w8 = ((global::Gtk.Box.BoxChild)(this.vbox3 [this.btnCreate]));
     w8.Position = 0;
     w8.Expand = false;
     w8.Fill = false;
     // Container child vbox3.Gtk.Box+BoxChild
     this.btnExecute = new global::Gtk.Button ();
     this.btnExecute.CanFocus = true;
     this.btnExecute.Name = "btnExecute";
     this.btnExecute.UseUnderline = true;
     this.btnExecute.Label = global::Mono.Unix.Catalog.GetString ("Execute");
     this.vbox3.Add (this.btnExecute);
     global::Gtk.Box.BoxChild w9 = ((global::Gtk.Box.BoxChild)(this.vbox3 [this.btnExecute]));
     w9.Position = 1;
     w9.Expand = false;
     w9.Fill = false;
     this.GtkAlignment.Add (this.vbox3);
     this.frame1.Add (this.GtkAlignment);
     this.GtkLabel1 = new global::Gtk.Label ();
     this.GtkLabel1.Name = "GtkLabel1";
     this.GtkLabel1.LabelProp = global::Mono.Unix.Catalog.GetString ("Operations");
     this.GtkLabel1.UseMarkup = true;
     this.frame1.LabelWidget = this.GtkLabel1;
     this.alignment1.Add (this.frame1);
     this.hbox2.Add (this.alignment1);
     global::Gtk.Box.BoxChild w13 = ((global::Gtk.Box.BoxChild)(this.hbox2 [this.alignment1]));
     w13.Position = 1;
     w13.Expand = false;
     w13.Fill = false;
     this.vbox1.Add (this.hbox2);
     global::Gtk.Box.BoxChild w14 = ((global::Gtk.Box.BoxChild)(this.vbox1 [this.hbox2]));
     w14.Position = 1;
     this.Add (this.vbox1);
     if ((this.Child != null)) {
         this.Child.ShowAll ();
     }
     this.Show ();
     this.DeleteEvent += new global::Gtk.DeleteEventHandler (this.OnDeleteEvent);
     this.btnCreate.Clicked += new global::System.EventHandler (this.btnCreate_Click);
     this.btnExecute.Clicked += new global::System.EventHandler (this.btnExecute_Click);
 }
Exemplo n.º 59
0
 protected virtual void Build()
 {
     global::Stetic.Gui.Initialize (this);
     // Widget MainWindow
     this.UIManager = new global::Gtk.UIManager ();
     global::Gtk.ActionGroup w1 = new global::Gtk.ActionGroup ("Default");
     this.FileAction = new global::Gtk.Action ("FileAction", global::Mono.Unix.Catalog.GetString ("File"), null, null);
     this.FileAction.ShortLabel = global::Mono.Unix.Catalog.GetString ("File");
     w1.Add (this.FileAction, null);
     this.LoadPrefsAction = new global::Gtk.Action ("LoadPrefsAction", global::Mono.Unix.Catalog.GetString ("Load Prefs"), null, null);
     this.LoadPrefsAction.ShortLabel = global::Mono.Unix.Catalog.GetString ("Load Prefs");
     w1.Add (this.LoadPrefsAction, null);
     this.SavePrefsAction = new global::Gtk.Action ("SavePrefsAction", global::Mono.Unix.Catalog.GetString ("Save Prefs"), null, null);
     this.SavePrefsAction.ShortLabel = global::Mono.Unix.Catalog.GetString ("Save Prefs");
     w1.Add (this.SavePrefsAction, null);
     this.QuitAction = new global::Gtk.Action ("QuitAction", global::Mono.Unix.Catalog.GetString ("Quit"), null, null);
     this.QuitAction.ShortLabel = global::Mono.Unix.Catalog.GetString ("Quit");
     w1.Add (this.QuitAction, null);
     this.EditAction = new global::Gtk.Action ("EditAction", global::Mono.Unix.Catalog.GetString ("Edit"), null, null);
     this.EditAction.ShortLabel = global::Mono.Unix.Catalog.GetString ("Edit");
     w1.Add (this.EditAction, null);
     this.UserDetailsAction = new global::Gtk.Action ("UserDetailsAction", global::Mono.Unix.Catalog.GetString ("User Details"), null, null);
     this.UserDetailsAction.ShortLabel = global::Mono.Unix.Catalog.GetString ("User Details");
     w1.Add (this.UserDetailsAction, null);
     this.PreferencesAction = new global::Gtk.Action ("PreferencesAction", global::Mono.Unix.Catalog.GetString ("Preferences"), null, null);
     this.PreferencesAction.ShortLabel = global::Mono.Unix.Catalog.GetString ("Preferences");
     w1.Add (this.PreferencesAction, null);
     this.GenerateAction = new global::Gtk.Action ("GenerateAction", global::Mono.Unix.Catalog.GetString ("Generate"), null, null);
     this.GenerateAction.ShortLabel = global::Mono.Unix.Catalog.GetString ("Generate");
     w1.Add (this.GenerateAction, null);
     this.KeyAction = new global::Gtk.Action ("KeyAction", global::Mono.Unix.Catalog.GetString ("Key"), null, null);
     this.KeyAction.ShortLabel = global::Mono.Unix.Catalog.GetString ("Key");
     w1.Add (this.KeyAction, null);
     this.CertificateAction = new global::Gtk.Action ("CertificateAction", global::Mono.Unix.Catalog.GetString ("Certificate"), null, null);
     this.CertificateAction.ShortLabel = global::Mono.Unix.Catalog.GetString ("Certificate");
     w1.Add (this.CertificateAction, null);
     this.HelpAction = new global::Gtk.Action ("HelpAction", global::Mono.Unix.Catalog.GetString ("Help"), null, null);
     this.HelpAction.ShortLabel = global::Mono.Unix.Catalog.GetString ("Help");
     w1.Add (this.HelpAction, null);
     this.ClearStatusBarAction = new global::Gtk.Action ("ClearStatusBarAction", global::Mono.Unix.Catalog.GetString ("Clear Status Bar"), null, null);
     this.ClearStatusBarAction.ShortLabel = global::Mono.Unix.Catalog.GetString ("Clear Status Bar");
     w1.Add (this.ClearStatusBarAction, null);
     this.rubbishAction = new global::Gtk.Action ("rubbishAction", global::Mono.Unix.Catalog.GetString ("rubbish"), null, null);
     this.rubbishAction.ShortLabel = global::Mono.Unix.Catalog.GetString ("rubbish");
     w1.Add (this.rubbishAction, null);
     this.AboutAction = new global::Gtk.Action ("AboutAction", global::Mono.Unix.Catalog.GetString ("About"), null, null);
     this.AboutAction.ShortLabel = global::Mono.Unix.Catalog.GetString ("About");
     w1.Add (this.AboutAction, null);
     this.StripPassphraseAction = new global::Gtk.Action ("StripPassphraseAction", global::Mono.Unix.Catalog.GetString ("Strip Passphrase"), null, null);
     this.StripPassphraseAction.ShortLabel = global::Mono.Unix.Catalog.GetString ("Strip Passphrase");
     w1.Add (this.StripPassphraseAction, null);
     this.ToolsAction = new global::Gtk.Action ("ToolsAction", global::Mono.Unix.Catalog.GetString ("Tools"), null, null);
     this.ToolsAction.ShortLabel = global::Mono.Unix.Catalog.GetString ("Tools");
     w1.Add (this.ToolsAction, null);
     this.WorkingDirectoryAction = new global::Gtk.Action ("WorkingDirectoryAction", global::Mono.Unix.Catalog.GetString ("Working Directory"), null, null);
     this.WorkingDirectoryAction.ShortLabel = global::Mono.Unix.Catalog.GetString ("Working Directory");
     w1.Add (this.WorkingDirectoryAction, null);
     this.ViewCertificateAction = new global::Gtk.Action ("ViewCertificateAction", global::Mono.Unix.Catalog.GetString ("View Certificate"), null, null);
     this.ViewCertificateAction.ShortLabel = global::Mono.Unix.Catalog.GetString ("View Certificate");
     w1.Add (this.ViewCertificateAction, null);
     this.CheckDiskAction = new global::Gtk.Action ("CheckDiskAction", global::Mono.Unix.Catalog.GetString ("Check Disk"), null, null);
     this.CheckDiskAction.ShortLabel = global::Mono.Unix.Catalog.GetString ("Check Disk");
     w1.Add (this.CheckDiskAction, null);
     this.UIManager.InsertActionGroup (w1, 0);
     this.AddAccelGroup (this.UIManager.AccelGroup);
     this.WidthRequest = 600;
     this.Name = "MainWindow";
     this.Title = global::Mono.Unix.Catalog.GetString ("SSLMaker");
     this.Icon = global::Gdk.Pixbuf.LoadFromResource ("SSLMaker.images.padlockandkeys16x16.png");
     this.WindowPosition = ((global::Gtk.WindowPosition)(4));
     this.Resizable = false;
     // Container child MainWindow.Gtk.Container+ContainerChild
     this.vbox1 = new global::Gtk.VBox ();
     this.vbox1.Name = "vbox1";
     this.vbox1.Spacing = 6;
     // Container child vbox1.Gtk.Box+BoxChild
     this.vbox2 = new global::Gtk.VBox ();
     this.vbox2.Name = "vbox2";
     this.vbox2.Spacing = 6;
     // Container child vbox2.Gtk.Box+BoxChild
     this.UIManager.AddUiFromString ("<ui><menubar name='mainmenubar'><menu name='FileAction' action='FileAction'><menuitem name='LoadPrefsAction' action='LoadPrefsAction'/><menuitem name='SavePrefsAction' action='SavePrefsAction'/><menuitem name='QuitAction' action='QuitAction'/></menu><menu name='EditAction' action='EditAction'><menuitem name='UserDetailsAction' action='UserDetailsAction'/><menuitem name='PreferencesAction' action='PreferencesAction'/><menuitem name='StripPassphraseAction' action='StripPassphraseAction'/></menu><menu name='GenerateAction' action='GenerateAction'><menuitem name='KeyAction' action='KeyAction'/><menuitem name='CertificateAction' action='CertificateAction'/></menu><menu name='ToolsAction' action='ToolsAction'><menuitem name='WorkingDirectoryAction' action='WorkingDirectoryAction'/><menuitem name='ViewCertificateAction' action='ViewCertificateAction'/><menuitem name='CheckDiskAction' action='CheckDiskAction'/></menu><menu name='HelpAction' action='HelpAction'><menuitem name='AboutAction' action='AboutAction'/></menu></menubar></ui>");
     this.mainmenubar = ((global::Gtk.MenuBar)(this.UIManager.GetWidget ("/mainmenubar")));
     this.mainmenubar.Name = "mainmenubar";
     this.vbox2.Add (this.mainmenubar);
     global::Gtk.Box.BoxChild w2 = ((global::Gtk.Box.BoxChild)(this.vbox2 [this.mainmenubar]));
     w2.Position = 0;
     w2.Expand = false;
     w2.Fill = false;
     // Container child vbox2.Gtk.Box+BoxChild
     this.hbox1 = new global::Gtk.HBox ();
     this.hbox1.Name = "hbox1";
     this.hbox1.Spacing = 6;
     // Container child hbox1.Gtk.Box+BoxChild
     this.image29 = new global::Gtk.Image ();
     this.image29.Name = "image29";
     this.image29.Pixbuf = global::Gdk.Pixbuf.LoadFromResource ("SSLMaker.images.padlockandkeys80x80.png");
     this.hbox1.Add (this.image29);
     global::Gtk.Box.BoxChild w3 = ((global::Gtk.Box.BoxChild)(this.hbox1 [this.image29]));
     w3.Position = 0;
     w3.Expand = false;
     w3.Fill = false;
     w3.Padding = ((uint)(12));
     // Container child hbox1.Gtk.Box+BoxChild
     this.label1 = new global::Gtk.Label ();
     this.label1.Name = "label1";
     this.label1.LabelProp = global::Mono.Unix.Catalog.GetString ("<b>SSLMaker v.0.9</b>\n\nCreated by D. Clayton");
     this.label1.UseMarkup = true;
     this.label1.Justify = ((global::Gtk.Justification)(2));
     this.hbox1.Add (this.label1);
     global::Gtk.Box.BoxChild w4 = ((global::Gtk.Box.BoxChild)(this.hbox1 [this.label1]));
     w4.Position = 1;
     // Container child hbox1.Gtk.Box+BoxChild
     this.image12 = new global::Gtk.Image ();
     this.image12.Name = "image12";
     this.image12.Pixbuf = global::Gdk.Pixbuf.LoadFromResource ("SSLMaker.images.padlockandkeys80x80rev.png");
     this.hbox1.Add (this.image12);
     global::Gtk.Box.BoxChild w5 = ((global::Gtk.Box.BoxChild)(this.hbox1 [this.image12]));
     w5.Position = 2;
     w5.Expand = false;
     w5.Fill = false;
     w5.Padding = ((uint)(12));
     this.vbox2.Add (this.hbox1);
     global::Gtk.Box.BoxChild w6 = ((global::Gtk.Box.BoxChild)(this.vbox2 [this.hbox1]));
     w6.Position = 1;
     w6.Expand = false;
     w6.Fill = false;
     // Container child vbox2.Gtk.Box+BoxChild
     this.hseparator1 = new global::Gtk.HSeparator ();
     this.hseparator1.Name = "hseparator1";
     this.vbox2.Add (this.hseparator1);
     global::Gtk.Box.BoxChild w7 = ((global::Gtk.Box.BoxChild)(this.vbox2 [this.hseparator1]));
     w7.Position = 2;
     w7.Expand = false;
     w7.Fill = false;
     this.vbox1.Add (this.vbox2);
     global::Gtk.Box.BoxChild w8 = ((global::Gtk.Box.BoxChild)(this.vbox1 [this.vbox2]));
     w8.Position = 0;
     w8.Expand = false;
     w8.Fill = false;
     // Container child vbox1.Gtk.Box+BoxChild
     this.hbox7 = new global::Gtk.HBox ();
     this.hbox7.Name = "hbox7";
     this.hbox7.Spacing = 6;
     // Container child hbox7.Gtk.Box+BoxChild
     this.label2 = new global::Gtk.Label ();
     this.label2.WidthRequest = 585;
     this.label2.Name = "label2";
     this.label2.LabelProp = global::Mono.Unix.Catalog.GetString ("An application that will create simple self-signed certificates including the corresponding key files.\nEdit the user details and the preferences to store the information required when creating the key/certificate files. These details will include your name and company details, cipher strength, etc.");
     this.label2.Wrap = true;
     this.label2.Justify = ((global::Gtk.Justification)(2));
     this.hbox7.Add (this.label2);
     global::Gtk.Box.BoxChild w9 = ((global::Gtk.Box.BoxChild)(this.hbox7 [this.label2]));
     w9.Position = 0;
     this.vbox1.Add (this.hbox7);
     global::Gtk.Box.BoxChild w10 = ((global::Gtk.Box.BoxChild)(this.vbox1 [this.hbox7]));
     w10.Position = 1;
     w10.Expand = false;
     w10.Fill = false;
     // Container child vbox1.Gtk.Box+BoxChild
     this.vbox3 = new global::Gtk.VBox ();
     this.vbox3.Name = "vbox3";
     this.vbox3.Spacing = 6;
     // Container child vbox3.Gtk.Box+BoxChild
     this.vbox5 = new global::Gtk.VBox ();
     this.vbox5.Name = "vbox5";
     this.vbox5.Spacing = 6;
     // Container child vbox5.Gtk.Box+BoxChild
     this.hseparator4 = new global::Gtk.HSeparator ();
     this.hseparator4.Name = "hseparator4";
     this.vbox5.Add (this.hseparator4);
     global::Gtk.Box.BoxChild w11 = ((global::Gtk.Box.BoxChild)(this.vbox5 [this.hseparator4]));
     w11.Position = 0;
     w11.Expand = false;
     w11.Fill = false;
     this.vbox3.Add (this.vbox5);
     global::Gtk.Box.BoxChild w12 = ((global::Gtk.Box.BoxChild)(this.vbox3 [this.vbox5]));
     w12.Position = 0;
     w12.Expand = false;
     w12.Fill = false;
     // Container child vbox3.Gtk.Box+BoxChild
     this.vbox4 = new global::Gtk.VBox ();
     this.vbox4.Name = "vbox4";
     // Container child vbox4.Gtk.Box+BoxChild
     this.hbox8 = new global::Gtk.HBox ();
     this.hbox8.Name = "hbox8";
     this.hbox8.Spacing = 6;
     // Container child hbox8.Gtk.Box+BoxChild
     this.fixed6 = new global::Gtk.Fixed ();
     this.fixed6.Name = "fixed6";
     this.fixed6.HasWindow = false;
     this.hbox8.Add (this.fixed6);
     global::Gtk.Box.BoxChild w13 = ((global::Gtk.Box.BoxChild)(this.hbox8 [this.fixed6]));
     w13.Position = 0;
     // Container child hbox8.Gtk.Box+BoxChild
     this.frame1 = new global::Gtk.Frame ();
     this.frame1.WidthRequest = 450;
     this.frame1.Name = "frame1";
     this.frame1.ShadowType = ((global::Gtk.ShadowType)(2));
     this.frame1.BorderWidth = ((uint)(12));
     // Container child frame1.Gtk.Container+ContainerChild
     this.GtkAlignment = new global::Gtk.Alignment (0F, 0F, 1F, 1F);
     this.GtkAlignment.Name = "GtkAlignment";
     this.GtkAlignment.LeftPadding = ((uint)(12));
     // Container child GtkAlignment.Gtk.Container+ContainerChild
     this.vbox6 = new global::Gtk.VBox ();
     this.vbox6.Name = "vbox6";
     this.vbox6.Spacing = 3;
     // Container child vbox6.Gtk.Box+BoxChild
     this.label3 = new global::Gtk.Label ();
     this.label3.Name = "label3";
     this.label3.Xpad = 6;
     this.label3.Xalign = 0F;
     this.label3.LabelProp = global::Mono.Unix.Catalog.GetString ("<b>Key file</b>");
     this.label3.UseMarkup = true;
     this.vbox6.Add (this.label3);
     global::Gtk.Box.BoxChild w14 = ((global::Gtk.Box.BoxChild)(this.vbox6 [this.label3]));
     w14.Position = 0;
     w14.Expand = false;
     w14.Fill = false;
     // Container child vbox6.Gtk.Box+BoxChild
     this.hbox4 = new global::Gtk.HBox ();
     this.hbox4.Name = "hbox4";
     this.hbox4.Spacing = 6;
     // Container child hbox4.Gtk.Box+BoxChild
     this.lblKeyFileLocation = new global::Gtk.Label ();
     this.lblKeyFileLocation.Name = "lblKeyFileLocation";
     this.lblKeyFileLocation.Xpad = 6;
     this.lblKeyFileLocation.Xalign = 0F;
     this.lblKeyFileLocation.Yalign = 0F;
     this.lblKeyFileLocation.LabelProp = global::Mono.Unix.Catalog.GetString ("lblKeyFileLocation");
     this.hbox4.Add (this.lblKeyFileLocation);
     global::Gtk.Box.BoxChild w15 = ((global::Gtk.Box.BoxChild)(this.hbox4 [this.lblKeyFileLocation]));
     w15.Position = 0;
     w15.Expand = false;
     w15.Fill = false;
     w15.Padding = ((uint)(6));
     this.vbox6.Add (this.hbox4);
     global::Gtk.Box.BoxChild w16 = ((global::Gtk.Box.BoxChild)(this.vbox6 [this.hbox4]));
     w16.Position = 1;
     w16.Expand = false;
     w16.Fill = false;
     // Container child vbox6.Gtk.Box+BoxChild
     this.label4 = new global::Gtk.Label ();
     this.label4.Name = "label4";
     this.label4.Xpad = 6;
     this.label4.Xalign = 0F;
     this.label4.LabelProp = global::Mono.Unix.Catalog.GetString ("<b>Certificate file</b>");
     this.label4.UseMarkup = true;
     this.vbox6.Add (this.label4);
     global::Gtk.Box.BoxChild w17 = ((global::Gtk.Box.BoxChild)(this.vbox6 [this.label4]));
     w17.Position = 2;
     w17.Expand = false;
     w17.Fill = false;
     // Container child vbox6.Gtk.Box+BoxChild
     this.hbox5 = new global::Gtk.HBox ();
     this.hbox5.Name = "hbox5";
     this.hbox5.Spacing = 6;
     // Container child hbox5.Gtk.Box+BoxChild
     this.lblCertFileLocation = new global::Gtk.Label ();
     this.lblCertFileLocation.Name = "lblCertFileLocation";
     this.lblCertFileLocation.Xpad = 6;
     this.lblCertFileLocation.Xalign = 0F;
     this.lblCertFileLocation.Yalign = 0F;
     this.lblCertFileLocation.LabelProp = global::Mono.Unix.Catalog.GetString ("lblCertFileLocation");
     this.hbox5.Add (this.lblCertFileLocation);
     global::Gtk.Box.BoxChild w18 = ((global::Gtk.Box.BoxChild)(this.hbox5 [this.lblCertFileLocation]));
     w18.Position = 0;
     w18.Expand = false;
     w18.Fill = false;
     w18.Padding = ((uint)(6));
     this.vbox6.Add (this.hbox5);
     global::Gtk.Box.BoxChild w19 = ((global::Gtk.Box.BoxChild)(this.vbox6 [this.hbox5]));
     w19.Position = 3;
     w19.Expand = false;
     w19.Fill = false;
     this.GtkAlignment.Add (this.vbox6);
     this.frame1.Add (this.GtkAlignment);
     this.GtkLabel6 = new global::Gtk.Label ();
     this.GtkLabel6.Name = "GtkLabel6";
     this.GtkLabel6.Xalign = 0F;
     this.GtkLabel6.Yalign = 0F;
     this.GtkLabel6.LabelProp = global::Mono.Unix.Catalog.GetString ("<b>File Locations</b>");
     this.GtkLabel6.UseMarkup = true;
     this.frame1.LabelWidget = this.GtkLabel6;
     this.hbox8.Add (this.frame1);
     global::Gtk.Box.BoxChild w22 = ((global::Gtk.Box.BoxChild)(this.hbox8 [this.frame1]));
     w22.Position = 1;
     w22.Expand = false;
     w22.Fill = false;
     // Container child hbox8.Gtk.Box+BoxChild
     this.fixed5 = new global::Gtk.Fixed ();
     this.fixed5.Name = "fixed5";
     this.fixed5.HasWindow = false;
     this.hbox8.Add (this.fixed5);
     global::Gtk.Box.BoxChild w23 = ((global::Gtk.Box.BoxChild)(this.hbox8 [this.fixed5]));
     w23.Position = 2;
     this.vbox4.Add (this.hbox8);
     global::Gtk.Box.BoxChild w24 = ((global::Gtk.Box.BoxChild)(this.vbox4 [this.hbox8]));
     w24.Position = 0;
     w24.Expand = false;
     w24.Fill = false;
     // Container child vbox4.Gtk.Box+BoxChild
     this.hbox9 = new global::Gtk.HBox ();
     this.hbox9.Name = "hbox9";
     this.hbox9.Spacing = 6;
     // Container child hbox9.Gtk.Box+BoxChild
     this.fixed8 = new global::Gtk.Fixed ();
     this.fixed8.Name = "fixed8";
     this.fixed8.HasWindow = false;
     this.hbox9.Add (this.fixed8);
     global::Gtk.Box.BoxChild w25 = ((global::Gtk.Box.BoxChild)(this.hbox9 [this.fixed8]));
     w25.Position = 0;
     // Container child hbox9.Gtk.Box+BoxChild
     this.frame2 = new global::Gtk.Frame ();
     this.frame2.WidthRequest = 450;
     this.frame2.Name = "frame2";
     this.frame2.ShadowType = ((global::Gtk.ShadowType)(2));
     this.frame2.BorderWidth = ((uint)(12));
     // Container child frame2.Gtk.Container+ContainerChild
     this.GtkAlignment1 = new global::Gtk.Alignment (0F, 0F, 1F, 1F);
     this.GtkAlignment1.Name = "GtkAlignment1";
     this.GtkAlignment1.LeftPadding = ((uint)(12));
     // Container child GtkAlignment1.Gtk.Container+ContainerChild
     this.vbox7 = new global::Gtk.VBox ();
     this.vbox7.Name = "vbox7";
     this.vbox7.Spacing = 6;
     // Container child vbox7.Gtk.Box+BoxChild
     this.fixed3 = new global::Gtk.Fixed ();
     this.fixed3.Name = "fixed3";
     this.fixed3.HasWindow = false;
     this.vbox7.Add (this.fixed3);
     global::Gtk.Box.BoxChild w26 = ((global::Gtk.Box.BoxChild)(this.vbox7 [this.fixed3]));
     w26.Position = 0;
     w26.Expand = false;
     w26.Fill = false;
     // Container child vbox7.Gtk.Box+BoxChild
     this.hbox6 = new global::Gtk.HBox ();
     this.hbox6.Name = "hbox6";
     this.hbox6.Spacing = 6;
     // Container child hbox6.Gtk.Box+BoxChild
     this.ebCommonName = new global::Gtk.Entry ();
     this.ebCommonName.WidthRequest = 270;
     this.ebCommonName.CanFocus = true;
     this.ebCommonName.Name = "ebCommonName";
     this.ebCommonName.IsEditable = true;
     this.ebCommonName.MaxLength = 40;
     this.ebCommonName.InvisibleChar = '•';
     this.ebCommonName.Xalign = 0.01F;
     this.hbox6.Add (this.ebCommonName);
     global::Gtk.Box.BoxChild w27 = ((global::Gtk.Box.BoxChild)(this.hbox6 [this.ebCommonName]));
     w27.Position = 0;
     w27.Padding = ((uint)(40));
     // Container child hbox6.Gtk.Box+BoxChild
     this.fixed2 = new global::Gtk.Fixed ();
     this.fixed2.Name = "fixed2";
     this.fixed2.HasWindow = false;
     this.hbox6.Add (this.fixed2);
     global::Gtk.Box.BoxChild w28 = ((global::Gtk.Box.BoxChild)(this.hbox6 [this.fixed2]));
     w28.Position = 1;
     w28.Expand = false;
     this.vbox7.Add (this.hbox6);
     global::Gtk.Box.BoxChild w29 = ((global::Gtk.Box.BoxChild)(this.vbox7 [this.hbox6]));
     w29.Position = 1;
     w29.Expand = false;
     w29.Fill = false;
     // Container child vbox7.Gtk.Box+BoxChild
     this.hbox10 = new global::Gtk.HBox ();
     this.hbox10.Name = "hbox10";
     this.hbox10.Spacing = 6;
     // Container child hbox10.Gtk.Box+BoxChild
     this.fixed9 = new global::Gtk.Fixed ();
     this.fixed9.Name = "fixed9";
     this.fixed9.HasWindow = false;
     this.hbox10.Add (this.fixed9);
     global::Gtk.Box.BoxChild w30 = ((global::Gtk.Box.BoxChild)(this.hbox10 [this.fixed9]));
     w30.Position = 0;
     // Container child hbox10.Gtk.Box+BoxChild
     this.btnGenerateCert = new global::Gtk.Button ();
     this.btnGenerateCert.CanFocus = true;
     this.btnGenerateCert.Name = "btnGenerateCert";
     this.btnGenerateCert.UseUnderline = true;
     this.btnGenerateCert.Label = global::Mono.Unix.Catalog.GetString ("Generate Certificate");
     this.hbox10.Add (this.btnGenerateCert);
     global::Gtk.Box.BoxChild w31 = ((global::Gtk.Box.BoxChild)(this.hbox10 [this.btnGenerateCert]));
     w31.Position = 1;
     w31.Expand = false;
     w31.Fill = false;
     // Container child hbox10.Gtk.Box+BoxChild
     this.fixed11 = new global::Gtk.Fixed ();
     this.fixed11.Name = "fixed11";
     this.fixed11.HasWindow = false;
     this.hbox10.Add (this.fixed11);
     global::Gtk.Box.BoxChild w32 = ((global::Gtk.Box.BoxChild)(this.hbox10 [this.fixed11]));
     w32.Position = 2;
     this.vbox7.Add (this.hbox10);
     global::Gtk.Box.BoxChild w33 = ((global::Gtk.Box.BoxChild)(this.vbox7 [this.hbox10]));
     w33.Position = 2;
     w33.Expand = false;
     w33.Fill = false;
     // Container child vbox7.Gtk.Box+BoxChild
     this.hbox3 = new global::Gtk.HBox ();
     this.hbox3.Name = "hbox3";
     this.hbox3.Spacing = 6;
     // Container child hbox3.Gtk.Box+BoxChild
     this.fixed1 = new global::Gtk.Fixed ();
     this.fixed1.Name = "fixed1";
     this.fixed1.HasWindow = false;
     this.hbox3.Add (this.fixed1);
     global::Gtk.Box.BoxChild w34 = ((global::Gtk.Box.BoxChild)(this.hbox3 [this.fixed1]));
     w34.Position = 0;
     this.vbox7.Add (this.hbox3);
     global::Gtk.Box.BoxChild w35 = ((global::Gtk.Box.BoxChild)(this.vbox7 [this.hbox3]));
     w35.Position = 3;
     w35.Expand = false;
     w35.Fill = false;
     this.GtkAlignment1.Add (this.vbox7);
     this.frame2.Add (this.GtkAlignment1);
     this.GtkLabel10 = new global::Gtk.Label ();
     this.GtkLabel10.Name = "GtkLabel10";
     this.GtkLabel10.LabelProp = global::Mono.Unix.Catalog.GetString ("<b>Name (CN) for Certificate</b>");
     this.GtkLabel10.UseMarkup = true;
     this.frame2.LabelWidget = this.GtkLabel10;
     this.hbox9.Add (this.frame2);
     global::Gtk.Box.BoxChild w38 = ((global::Gtk.Box.BoxChild)(this.hbox9 [this.frame2]));
     w38.Position = 1;
     w38.Expand = false;
     w38.Fill = false;
     // Container child hbox9.Gtk.Box+BoxChild
     this.fixed7 = new global::Gtk.Fixed ();
     this.fixed7.Name = "fixed7";
     this.fixed7.HasWindow = false;
     this.hbox9.Add (this.fixed7);
     global::Gtk.Box.BoxChild w39 = ((global::Gtk.Box.BoxChild)(this.hbox9 [this.fixed7]));
     w39.Position = 2;
     this.vbox4.Add (this.hbox9);
     global::Gtk.Box.BoxChild w40 = ((global::Gtk.Box.BoxChild)(this.vbox4 [this.hbox9]));
     w40.Position = 1;
     w40.Expand = false;
     w40.Fill = false;
     // Container child vbox4.Gtk.Box+BoxChild
     this.hseparator2 = new global::Gtk.HSeparator ();
     this.hseparator2.Name = "hseparator2";
     this.vbox4.Add (this.hseparator2);
     global::Gtk.Box.BoxChild w41 = ((global::Gtk.Box.BoxChild)(this.vbox4 [this.hseparator2]));
     w41.Position = 2;
     w41.Expand = false;
     w41.Fill = false;
     w41.Padding = ((uint)(4));
     // Container child vbox4.Gtk.Box+BoxChild
     this.hbox2 = new global::Gtk.HBox ();
     this.hbox2.Name = "hbox2";
     // Container child hbox2.Gtk.Box+BoxChild
     this.button1 = new global::Gtk.Button ();
     this.button1.WidthRequest = 80;
     this.button1.CanFocus = true;
     this.button1.Name = "button1";
     this.button1.UseUnderline = true;
     // Container child button1.Gtk.Container+ContainerChild
     global::Gtk.Alignment w42 = new global::Gtk.Alignment (0.5F, 0.5F, 0F, 0F);
     // Container child GtkAlignment.Gtk.Container+ContainerChild
     global::Gtk.HBox w43 = new global::Gtk.HBox ();
     w43.Spacing = 2;
     // Container child GtkHBox.Gtk.Container+ContainerChild
     global::Gtk.Image w44 = new global::Gtk.Image ();
     w44.Pixbuf = global::Stetic.IconLoader.LoadIcon (this, "gtk-quit", global::Gtk.IconSize.Menu);
     w43.Add (w44);
     // Container child GtkHBox.Gtk.Container+ContainerChild
     global::Gtk.Label w46 = new global::Gtk.Label ();
     w46.LabelProp = global::Mono.Unix.Catalog.GetString ("Done");
     w46.UseUnderline = true;
     w43.Add (w46);
     w42.Add (w43);
     this.button1.Add (w42);
     this.hbox2.Add (this.button1);
     global::Gtk.Box.BoxChild w50 = ((global::Gtk.Box.BoxChild)(this.hbox2 [this.button1]));
     w50.PackType = ((global::Gtk.PackType)(1));
     w50.Position = 0;
     w50.Expand = false;
     w50.Fill = false;
     w50.Padding = ((uint)(6));
     this.vbox4.Add (this.hbox2);
     global::Gtk.Box.BoxChild w51 = ((global::Gtk.Box.BoxChild)(this.vbox4 [this.hbox2]));
     w51.Position = 3;
     w51.Expand = false;
     w51.Fill = false;
     this.vbox3.Add (this.vbox4);
     global::Gtk.Box.BoxChild w52 = ((global::Gtk.Box.BoxChild)(this.vbox3 [this.vbox4]));
     w52.Position = 1;
     w52.Expand = false;
     w52.Fill = false;
     this.vbox1.Add (this.vbox3);
     global::Gtk.Box.BoxChild w53 = ((global::Gtk.Box.BoxChild)(this.vbox1 [this.vbox3]));
     w53.Position = 2;
     w53.Expand = false;
     w53.Fill = false;
     // Container child vbox1.Gtk.Box+BoxChild
     this.statusbar1 = new global::Gtk.Statusbar ();
     this.statusbar1.Name = "statusbar1";
     this.statusbar1.Spacing = 6;
     this.statusbar1.HasResizeGrip = false;
     this.vbox1.Add (this.statusbar1);
     global::Gtk.Box.BoxChild w54 = ((global::Gtk.Box.BoxChild)(this.vbox1 [this.statusbar1]));
     w54.Position = 3;
     w54.Expand = false;
     w54.Fill = false;
     this.Add (this.vbox1);
     if ((this.Child != null)) {
         this.Child.ShowAll ();
     }
     this.DefaultWidth = 652;
     this.DefaultHeight = 612;
     this.Show ();
     this.DeleteEvent += new global::Gtk.DeleteEventHandler (this.OnDeleteEvent);
     this.LoadPrefsAction.Activated += new global::System.EventHandler (this.OnLoadPrefsActionActivated);
     this.SavePrefsAction.Activated += new global::System.EventHandler (this.OnSavePrefsActionActivated);
     this.QuitAction.Activated += new global::System.EventHandler (this.onFileQuit_clicked);
     this.UserDetailsAction.Activated += new global::System.EventHandler (this.onEditUserDetails_clicked);
     this.PreferencesAction.Activated += new global::System.EventHandler (this.onEditPreferences_clicked);
     this.KeyAction.Activated += new global::System.EventHandler (this.onGenerateKey_clicked);
     this.CertificateAction.Activated += new global::System.EventHandler (this.onGenerateCertificate_clicked);
     this.ClearStatusBarAction.Activated += new global::System.EventHandler (this.OnClearStatusBarActionActivated);
     this.rubbishAction.Activated += new global::System.EventHandler (this.OnRubbishActionActivated);
     this.AboutAction.Activated += new global::System.EventHandler (this.OnAboutActionActivated);
     this.StripPassphraseAction.Activated += new global::System.EventHandler (this.OnStripPassphraseActionActivated);
     this.WorkingDirectoryAction.Activated += new global::System.EventHandler (this.OnWorkingDirectoryActionActivated);
     this.ViewCertificateAction.Activated += new global::System.EventHandler (this.OnViewCertificateActionActivated);
     this.CheckDiskAction.Activated += new global::System.EventHandler (this.OnCheckDiskActionActivated);
     this.ebCommonName.Changed += new global::System.EventHandler (this.OnEbCommonNameChanged);
     this.btnGenerateCert.Clicked += new global::System.EventHandler (this.onGenerateCertificate_clicked);
     this.button1.Clicked += new global::System.EventHandler (this.onMainWinDone_clicked);
 }
 protected virtual void Build()
 {
     global::Stetic.Gui.Initialize (this);
     // Widget MonoDevelop.FSharp.Gui.FSharpBuildOrderWidget
     global::Stetic.BinContainer.Attach (this);
     this.Name = "MonoDevelop.FSharp.Gui.FSharpBuildOrderWidget";
     // Container child MonoDevelop.FSharp.Gui.FSharpBuildOrderWidget.Gtk.Container+ContainerChild
     this.frame2 = new global::Gtk.Frame ();
     this.frame2.Name = "frame2";
     this.frame2.ShadowType = ((global::Gtk.ShadowType)(0));
     // Container child frame2.Gtk.Container+ContainerChild
     this.GtkAlignment = new global::Gtk.Alignment (0F, 0F, 1F, 1F);
     this.GtkAlignment.Name = "GtkAlignment";
     this.GtkAlignment.LeftPadding = ((uint)(12));
     this.GtkAlignment.TopPadding = ((uint)(6));
     // Container child GtkAlignment.Gtk.Container+ContainerChild
     this.vbox2 = new global::Gtk.VBox ();
     this.vbox2.Name = "vbox2";
     this.vbox2.Spacing = 6;
     // 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.treeItemList = new global::Gtk.TreeView ();
     this.treeItemList.HeightRequest = 300;
     this.treeItemList.CanFocus = true;
     this.treeItemList.Name = "treeItemList";
     this.treeItemList.HeadersVisible = false;
     this.GtkScrolledWindow.Add (this.treeItemList);
     this.vbox2.Add (this.GtkScrolledWindow);
     global::Gtk.Box.BoxChild w2 = ((global::Gtk.Box.BoxChild)(this.vbox2 [this.GtkScrolledWindow]));
     w2.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.btnDown = new global::Gtk.Button ();
     this.btnDown.WidthRequest = 60;
     this.btnDown.CanFocus = true;
     this.btnDown.Name = "btnDown";
     this.btnDown.UseUnderline = true;
     this.btnDown.Label = global::Mono.Unix.Catalog.GetString ("Down");
     this.hbox1.Add (this.btnDown);
     global::Gtk.Box.BoxChild w3 = ((global::Gtk.Box.BoxChild)(this.hbox1 [this.btnDown]));
     w3.Position = 1;
     w3.Expand = false;
     w3.Fill = false;
     // Container child hbox1.Gtk.Box+BoxChild
     this.btnUp = new global::Gtk.Button ();
     this.btnUp.WidthRequest = 60;
     this.btnUp.CanFocus = true;
     this.btnUp.Name = "btnUp";
     this.btnUp.UseUnderline = true;
     this.btnUp.Label = global::Mono.Unix.Catalog.GetString ("Up");
     this.hbox1.Add (this.btnUp);
     global::Gtk.Box.BoxChild w4 = ((global::Gtk.Box.BoxChild)(this.hbox1 [this.btnUp]));
     w4.Position = 2;
     w4.Expand = false;
     w4.Fill = false;
     this.vbox2.Add (this.hbox1);
     global::Gtk.Box.BoxChild w5 = ((global::Gtk.Box.BoxChild)(this.vbox2 [this.hbox1]));
     w5.Position = 1;
     w5.Expand = false;
     w5.Fill = false;
     this.GtkAlignment.Add (this.vbox2);
     this.frame2.Add (this.GtkAlignment);
     this.GtkLabel2 = new global::Gtk.Label ();
     this.GtkLabel2.Name = "GtkLabel2";
     this.GtkLabel2.LabelProp = global::Mono.Unix.Catalog.GetString ("<b>Build order</b>");
     this.GtkLabel2.UseMarkup = true;
     this.frame2.LabelWidget = this.GtkLabel2;
     this.Add (this.frame2);
     if ((this.Child != null)) {
         this.Child.ShowAll ();
     }
     this.Hide ();
 }