protected virtual void Build()
 {
     global::Stetic.Gui.Initialize(this);
     // Widget LongoMatch.Gui.Component.PlaysCoordinatesTagger
     global::Stetic.BinContainer.Attach(this);
     this.Name = "LongoMatch.Gui.Component.PlaysCoordinatesTagger";
     // Container child LongoMatch.Gui.Component.PlaysCoordinatesTagger.Gtk.Container+ContainerChild
     this.mainbox         = new global::Gtk.HBox();
     this.mainbox.Name    = "mainbox";
     this.mainbox.Spacing = 6;
     // Container child mainbox.Gtk.Box+BoxChild
     this.fieldDrawingarea      = new global::Gtk.DrawingArea();
     this.fieldDrawingarea.Name = "fieldDrawingarea";
     this.mainbox.Add(this.fieldDrawingarea);
     global::Gtk.Box.BoxChild w1 = ((global::Gtk.Box.BoxChild)(this.mainbox [this.fieldDrawingarea]));
     w1.Position = 0;
     // Container child mainbox.Gtk.Box+BoxChild
     this.hfieldDrawingarea      = new global::Gtk.DrawingArea();
     this.hfieldDrawingarea.Name = "hfieldDrawingarea";
     this.mainbox.Add(this.hfieldDrawingarea);
     global::Gtk.Box.BoxChild w2 = ((global::Gtk.Box.BoxChild)(this.mainbox [this.hfieldDrawingarea]));
     w2.Position = 1;
     // Container child mainbox.Gtk.Box+BoxChild
     this.goalDrawingarea      = new global::Gtk.DrawingArea();
     this.goalDrawingarea.Name = "goalDrawingarea";
     this.mainbox.Add(this.goalDrawingarea);
     global::Gtk.Box.BoxChild w3 = ((global::Gtk.Box.BoxChild)(this.mainbox [this.goalDrawingarea]));
     w3.Position = 2;
     this.Add(this.mainbox);
     if ((this.Child != null))
     {
         this.Child.ShowAll();
     }
     this.Hide();
 }
 protected virtual void Build()
 {
     global::Stetic.Gui.Initialize (this);
     // Widget CupboardDesigner.CubeListItem
     global::Stetic.BinContainer.Attach (this);
     this.Name = "CupboardDesigner.CubeListItem";
     // Container child CupboardDesigner.CubeListItem.Gtk.Container+ContainerChild
     this.table1 = new global::Gtk.Table (((uint)(2)), ((uint)(1)), false);
     this.table1.Name = "table1";
     this.table1.RowSpacing = ((uint)(4));
     this.table1.ColumnSpacing = ((uint)(6));
     // Container child table1.Gtk.Table+TableChild
     this.drawCube = new global::Gtk.DrawingArea ();
     this.drawCube.Name = "drawCube";
     this.table1.Add (this.drawCube);
     global::Gtk.Table.TableChild w1 = ((global::Gtk.Table.TableChild)(this.table1 [this.drawCube]));
     w1.XOptions = ((global::Gtk.AttachOptions)(1));
     w1.YOptions = ((global::Gtk.AttachOptions)(1));
     // Container child table1.Gtk.Table+TableChild
     this.labelName = new global::Gtk.Label ();
     this.labelName.Name = "labelName";
     this.labelName.LabelProp = global::Mono.Unix.Catalog.GetString ("label1");
     this.table1.Add (this.labelName);
     global::Gtk.Table.TableChild w2 = ((global::Gtk.Table.TableChild)(this.table1 [this.labelName]));
     w2.TopAttach = ((uint)(1));
     w2.BottomAttach = ((uint)(2));
     w2.YOptions = ((global::Gtk.AttachOptions)(0));
     this.Add (this.table1);
     if ((this.Child != null)) {
         this.Child.ShowAll ();
     }
     this.Show ();
     this.drawCube.ExposeEvent += new global::Gtk.ExposeEventHandler (this.OnDrawCubeExposeEvent);
     this.drawCube.DragBegin += new global::Gtk.DragBeginHandler (this.OnDrawCubeDragBegin);
 }
Esempio n. 3
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.AllowShrink    = true;
     // 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.mainDrawingArea      = new global::Gtk.DrawingArea();
     this.mainDrawingArea.Name = "mainDrawingArea";
     this.vbox3.Add(this.mainDrawingArea);
     global::Gtk.Box.BoxChild w1 = ((global::Gtk.Box.BoxChild)(this.vbox3 [this.mainDrawingArea]));
     w1.Position = 0;
     this.Add(this.vbox3);
     if ((this.Child != null))
     {
         this.Child.ShowAll();
     }
     this.DefaultWidth  = 870;
     this.DefaultHeight = 707;
     this.Show();
     this.DeleteEvent += new global::Gtk.DeleteEventHandler(this.OnDeleteEvent);
     this.mainDrawingArea.ExposeEvent       += new global::Gtk.ExposeEventHandler(this.OnMainDrawingAreaExposeEvent);
     this.mainDrawingArea.MotionNotifyEvent += new global::Gtk.MotionNotifyEventHandler(this.OnMainDrawingAreaMotionNotifyEvent);
 }
 protected virtual void Build()
 {
     global::Stetic.Gui.Initialize (this);
     // Widget MeeGen.ColorSelectButton
     global::Stetic.BinContainer.Attach (this);
     this.Name = "MeeGen.ColorSelectButton";
     // Container child MeeGen.ColorSelectButton.Gtk.Container+ContainerChild
     this.Button = new global::Gtk.Button ();
     this.Button.CanFocus = true;
     this.Button.Name = "Button";
     this.Button.FocusOnClick = false;
     this.Button.Relief = ((global::Gtk.ReliefStyle)(2));
     // Container child Button.Gtk.Container+ContainerChild
     this.DrawingArea = new global::Gtk.DrawingArea ();
     this.DrawingArea.Name = "DrawingArea";
     this.Button.Add (this.DrawingArea);
     this.Button.Label = null;
     this.Add (this.Button);
     if ((this.Child != null)) {
         this.Child.ShowAll ();
     }
     this.Hide ();
     this.Button.Clicked += new global::System.EventHandler (this.OnButtonClicked);
     this.DrawingArea.ExposeEvent += new global::Gtk.ExposeEventHandler (this.OnDrawingareaExposeEvent);
 }
 protected virtual void Build()
 {
     global::Stetic.Gui.Initialize(this);
     // Widget LongoMatch.Gui.Component.DrawingWidget
     global::Stetic.BinContainer.Attach(this);
     this.Name = "LongoMatch.Gui.Component.DrawingWidget";
     // Container child LongoMatch.Gui.Component.DrawingWidget.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.drawingarea        = new global::Gtk.DrawingArea();
     this.drawingarea.Events = ((global::Gdk.EventMask)(784));
     this.drawingarea.Name   = "drawingarea";
     w1.Add(this.drawingarea);
     this.GtkScrolledWindow.Add(w1);
     this.Add(this.GtkScrolledWindow);
     if ((this.Child != null))
     {
         this.Child.ShowAll();
     }
     this.Hide();
     this.drawingarea.ExposeEvent        += new global::Gtk.ExposeEventHandler(this.OnDrawingareaExposeEvent);
     this.drawingarea.ButtonPressEvent   += new global::Gtk.ButtonPressEventHandler(this.OnDrawingareaButtonPressEvent);
     this.drawingarea.ButtonReleaseEvent += new global::Gtk.ButtonReleaseEventHandler(this.OnDrawingareaButtonReleaseEvent);
     this.drawingarea.MotionNotifyEvent  += new global::Gtk.MotionNotifyEventHandler(this.OnDrawingareaMotionNotifyEvent);
     this.drawingarea.SizeAllocated      += new global::Gtk.SizeAllocatedHandler(this.OnDrawingareaSizeAllocated);
     this.drawingarea.ConfigureEvent     += new global::Gtk.ConfigureEventHandler(this.OnDrawingareaConfigureEvent);
 }
 protected virtual void Build()
 {
     global::Stetic.Gui.Initialize(this);
     // Widget LongoMatch.Gui.Popup.TransparentDrawingArea
     this.Name            = "LongoMatch.Gui.Popup.TransparentDrawingArea";
     this.Title           = global::Mono.Unix.Catalog.GetString("TransparentDrawingArea");
     this.TypeHint        = ((global::Gdk.WindowTypeHint)(4));
     this.WindowPosition  = ((global::Gtk.WindowPosition)(4));
     this.AllowShrink     = true;
     this.Gravity         = ((global::Gdk.Gravity)(5));
     this.SkipPagerHint   = true;
     this.SkipTaskbarHint = true;
     // Container child LongoMatch.Gui.Popup.TransparentDrawingArea.Gtk.Container+ContainerChild
     this.drawingarea      = new global::Gtk.DrawingArea();
     this.drawingarea.Name = "drawingarea";
     this.Add(this.drawingarea);
     if ((this.Child != null))
     {
         this.Child.ShowAll();
     }
     this.DefaultWidth  = 644;
     this.DefaultHeight = 370;
     this.Show();
     this.drawingarea.MotionNotifyEvent  += new global::Gtk.MotionNotifyEventHandler(this.OnDrawingareaMotionNotifyEvent);
     this.drawingarea.ButtonPressEvent   += new global::Gtk.ButtonPressEventHandler(this.OnDrawingareaButtonPressEvent);
     this.drawingarea.ExposeEvent        += new global::Gtk.ExposeEventHandler(this.OnDrawingareaExposeEvent);
     this.drawingarea.ConfigureEvent     += new global::Gtk.ConfigureEventHandler(this.OnDrawingareaConfigureEvent);
     this.drawingarea.ButtonReleaseEvent += new global::Gtk.ButtonReleaseEventHandler(this.OnDrawingareaButtonReleaseEvent);
 }
 protected virtual void Build()
 {
     global::Stetic.Gui.Initialize(this);
     // Widget LliureXMiniScreen.MainWindow
     this.Name           = "LliureXMiniScreen.MainWindow";
     this.Title          = global::Mono.Unix.Catalog.GetString("MiniScreen");
     this.Icon           = global::Stetic.IconLoader.LoadIcon(this, "stock_zoom-shift", global::Gtk.IconSize.Menu);
     this.TypeHint       = ((global::Gdk.WindowTypeHint)(6));
     this.WindowPosition = ((global::Gtk.WindowPosition)(1));
     this.BorderWidth    = ((uint)(2));
     this.Resizable      = false;
     this.AllowGrow      = false;
     this.Gravity        = ((global::Gdk.Gravity)(7));
     // Container child LliureXMiniScreen.MainWindow.Gtk.Container+ContainerChild
     this.eventbox1      = new global::Gtk.EventBox();
     this.eventbox1.Name = "eventbox1";
     // Container child eventbox1.Gtk.Container+ContainerChild
     this.MiniScreen      = new global::Gtk.DrawingArea();
     this.MiniScreen.Name = "MiniScreen";
     this.eventbox1.Add(this.MiniScreen);
     this.Add(this.eventbox1);
     if ((this.Child != null))
     {
         this.Child.ShowAll();
     }
     this.DefaultWidth  = 400;
     this.DefaultHeight = 300;
     this.Show();
     this.DeleteEvent += new global::Gtk.DeleteEventHandler(this.OnDeleteEvent);
 }
Esempio n. 8
0
 protected virtual void Build()
 {
     global::Stetic.Gui.Initialize(this);
     // Widget LapseStudioGtkUI.Graph
     global::Stetic.BinContainer.Attach(this);
     this.Name = "LapseStudioGtkUI.Graph";
     // Container child LapseStudioGtkUI.Graph.Gtk.Container+ContainerChild
     this.GraphEventBox      = new global::Gtk.EventBox();
     this.GraphEventBox.Name = "GraphEventBox";
     // Container child GraphEventBox.Gtk.Container+ContainerChild
     this.GraphView      = new global::Gtk.DrawingArea();
     this.GraphView.Name = "GraphView";
     this.GraphEventBox.Add(this.GraphView);
     this.Add(this.GraphEventBox);
     if ((this.Child != null))
     {
         this.Child.ShowAll();
     }
     this.Hide();
     this.GraphEventBox.ButtonPressEvent   += new global::Gtk.ButtonPressEventHandler(this.OnGraphEventBoxButtonPressEvent);
     this.GraphEventBox.ButtonReleaseEvent += new global::Gtk.ButtonReleaseEventHandler(this.OnGraphEventBoxButtonReleaseEvent);
     this.GraphEventBox.MotionNotifyEvent  += new global::Gtk.MotionNotifyEventHandler(this.OnGraphEventBoxMotionNotifyEvent);
     this.GraphEventBox.SizeAllocated      += new global::Gtk.SizeAllocatedHandler(this.OnGraphEventBoxSizeAllocated);
     this.GraphEventBox.ExposeEvent        += new global::Gtk.ExposeEventHandler(this.OnGraphEventBoxExposeEvent);
 }
 protected virtual void Build()
 {
     global::Stetic.Gui.Initialize (this);
     // Widget LongoMatch.Gui.Popup.TransparentDrawingArea
     this.Name = "LongoMatch.Gui.Popup.TransparentDrawingArea";
     this.Title = global::Mono.Unix.Catalog.GetString ("TransparentDrawingArea");
     this.TypeHint = ((global::Gdk.WindowTypeHint)(4));
     this.WindowPosition = ((global::Gtk.WindowPosition)(4));
     this.AllowShrink = true;
     this.Gravity = ((global::Gdk.Gravity)(5));
     this.SkipPagerHint = true;
     this.SkipTaskbarHint = true;
     // Container child LongoMatch.Gui.Popup.TransparentDrawingArea.Gtk.Container+ContainerChild
     this.drawingarea = new global::Gtk.DrawingArea ();
     this.drawingarea.Name = "drawingarea";
     this.Add (this.drawingarea);
     if ((this.Child != null)) {
         this.Child.ShowAll ();
     }
     this.DefaultWidth = 644;
     this.DefaultHeight = 370;
     this.Show ();
     this.drawingarea.MotionNotifyEvent += new global::Gtk.MotionNotifyEventHandler (this.OnDrawingareaMotionNotifyEvent);
     this.drawingarea.ButtonPressEvent += new global::Gtk.ButtonPressEventHandler (this.OnDrawingareaButtonPressEvent);
     this.drawingarea.ExposeEvent += new global::Gtk.ExposeEventHandler (this.OnDrawingareaExposeEvent);
     this.drawingarea.ConfigureEvent += new global::Gtk.ConfigureEventHandler (this.OnDrawingareaConfigureEvent);
     this.drawingarea.ButtonReleaseEvent += new global::Gtk.ButtonReleaseEventHandler (this.OnDrawingareaButtonReleaseEvent);
 }
Esempio n. 10
0
 protected virtual void Build()
 {
     global::Stetic.Gui.Initialize (this);
     // Widget MainWindow
     this.Events = ((global::Gdk.EventMask)(2));
     this.Name = "MainWindow";
     this.Title = global::Mono.Unix.Catalog.GetString ("MainWindow");
     this.WindowPosition = ((global::Gtk.WindowPosition)(1));
     this.BorderWidth = ((uint)(9));
     // Container child MainWindow.Gtk.Container+ContainerChild
     this.hpaned1 = new global::Gtk.HPaned ();
     this.hpaned1.CanFocus = true;
     this.hpaned1.Name = "hpaned1";
     this.hpaned1.Position = 552;
     // Container child hpaned1.Gtk.Paned+PanedChild
     this.drawingarea1 = new global::Gtk.DrawingArea ();
     this.drawingarea1.Name = "drawingarea1";
     this.hpaned1.Add (this.drawingarea1);
     global::Gtk.Paned.PanedChild w1 = ((global::Gtk.Paned.PanedChild)(this.hpaned1 [this.drawingarea1]));
     w1.Resize = false;
     // Container child hpaned1.Gtk.Paned+PanedChild
     this.colorbutton1 = new global::Gtk.ColorButton ();
     this.colorbutton1.CanFocus = true;
     this.colorbutton1.Events = ((global::Gdk.EventMask)(784));
     this.colorbutton1.Name = "colorbutton1";
     this.hpaned1.Add (this.colorbutton1);
     this.Add (this.hpaned1);
     if ((this.Child != null)) {
         this.Child.ShowAll ();
     }
     this.DefaultWidth = 702;
     this.DefaultHeight = 513;
     this.Show ();
     this.DeleteEvent += new global::Gtk.DeleteEventHandler (this.OnDeleteEvent);
 }
Esempio n. 11
0
 protected virtual void Build()
 {
     global::Stetic.Gui.Initialize(this);
     // Widget DockingExamples.Clothoides
     global::Stetic.BinContainer.Attach(this);
     this.Name = "DockingExamples.Clothoides";
     // Container child DockingExamples.Clothoides.Gtk.Container+ContainerChild
     this.vbox1         = new global::Gtk.VBox();
     this.vbox1.Name    = "vbox1";
     this.vbox1.Spacing = 6;
     // Container child vbox1.Gtk.Box+BoxChild
     this.drawingarea1                 = new global::Gtk.DrawingArea();
     this.drawingarea1.Events          = ((global::Gdk.EventMask)(2326526));
     this.drawingarea1.ExtensionEvents = ((global::Gdk.ExtensionMode)(1));
     this.drawingarea1.Name            = "drawingarea1";
     this.vbox1.Add(this.drawingarea1);
     global::Gtk.Box.BoxChild w1 = ((global::Gtk.Box.BoxChild)(this.vbox1[this.drawingarea1]));
     w1.Position = 0;
     this.Add(this.vbox1);
     if ((this.Child != null))
     {
         this.Child.ShowAll();
     }
     this.Hide();
 }
Esempio n. 12
0
 protected virtual void Build()
 {
     global::Stetic.Gui.Initialize(this);
     // Widget MainWindow
     this.Name           = "MainWindow";
     this.Title          = global::Mono.Unix.Catalog.GetString("SnakeGame");
     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.picGameBoard = new global::Gtk.DrawingArea();
     this.picGameBoard.WidthRequest  = 420;
     this.picGameBoard.HeightRequest = 420;
     this.picGameBoard.Name          = "picGameBoard";
     this.fixed1.Add(this.picGameBoard);
     this.Add(this.fixed1);
     if ((this.Child != null))
     {
         this.Child.ShowAll();
     }
     this.DefaultWidth  = 420;
     this.DefaultHeight = 420;
     this.Show();
     this.DeleteEvent              += new global::Gtk.DeleteEventHandler(this.OnDeleteEvent);
     this.KeyPressEvent            += new global::Gtk.KeyPressEventHandler(this.OnKeyPressed);
     this.picGameBoard.ExposeEvent += new global::Gtk.ExposeEventHandler(this.OnExpose);
 }
Esempio n. 13
0
 protected virtual void Build()
 {
     global::Stetic.Gui.Initialize(this);
     // Widget GTKSharpTest.DLL.Widgets.ButtonColorWidget
     global::Stetic.BinContainer.Attach(this);
     this.Name = "GTKSharpTest.DLL.Widgets.ButtonColorWidget";
     // Container child GTKSharpTest.DLL.Widgets.ButtonColorWidget.Gtk.Container+ContainerChild
     this.hbox1             = new global::Gtk.HBox();
     this.hbox1.Name        = "hbox1";
     this.hbox1.Homogeneous = true;
     this.hbox1.Spacing     = 6;
     // Container child hbox1.Gtk.Box+BoxChild
     this.drawingarea1 = new global::Gtk.DrawingArea();
     this.drawingarea1.WidthRequest = 50;
     this.drawingarea1.Name         = "drawingarea1";
     this.hbox1.Add(this.drawingarea1);
     global::Gtk.Box.BoxChild w1 = ((global::Gtk.Box.BoxChild)(this.hbox1 [this.drawingarea1]));
     w1.Position = 0;
     // Container child hbox1.Gtk.Box+BoxChild
     this.labelColor           = new global::Gtk.Label();
     this.labelColor.Name      = "labelColor";
     this.labelColor.LabelProp = global::Mono.Unix.Catalog.GetString("Color");
     this.hbox1.Add(this.labelColor);
     global::Gtk.Box.BoxChild w2 = ((global::Gtk.Box.BoxChild)(this.hbox1 [this.labelColor]));
     w2.Position = 1;
     this.Add(this.hbox1);
     if ((this.Child != null))
     {
         this.Child.ShowAll();
     }
     this.Hide();
 }
 protected virtual void Build()
 {
     global::Stetic.Gui.Initialize (this);
     // Widget LongoMatch.Gui.Component.DrawingWidget
     global::Stetic.BinContainer.Attach (this);
     this.Name = "LongoMatch.Gui.Component.DrawingWidget";
     // Container child LongoMatch.Gui.Component.DrawingWidget.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.drawingarea = new global::Gtk.DrawingArea ();
     this.drawingarea.Events = ((global::Gdk.EventMask)(784));
     this.drawingarea.Name = "drawingarea";
     w1.Add (this.drawingarea);
     this.GtkScrolledWindow.Add (w1);
     this.Add (this.GtkScrolledWindow);
     if ((this.Child != null)) {
         this.Child.ShowAll ();
     }
     this.Hide ();
     this.drawingarea.ExposeEvent += new global::Gtk.ExposeEventHandler (this.OnDrawingareaExposeEvent);
     this.drawingarea.ButtonPressEvent += new global::Gtk.ButtonPressEventHandler (this.OnDrawingareaButtonPressEvent);
     this.drawingarea.ButtonReleaseEvent += new global::Gtk.ButtonReleaseEventHandler (this.OnDrawingareaButtonReleaseEvent);
     this.drawingarea.MotionNotifyEvent += new global::Gtk.MotionNotifyEventHandler (this.OnDrawingareaMotionNotifyEvent);
     this.drawingarea.SizeAllocated += new global::Gtk.SizeAllocatedHandler (this.OnDrawingareaSizeAllocated);
     this.drawingarea.ConfigureEvent += new global::Gtk.ConfigureEventHandler (this.OnDrawingareaConfigureEvent);
 }
 protected virtual void Build()
 {
     global::Stetic.Gui.Initialize(this);
     // Widget Docking.Components.VirtualListView
     global::Stetic.BinContainer.Attach(this);
     this.Name = "Docking.Components.VirtualListView";
     // Container child Docking.Components.VirtualListView.Gtk.Container+ContainerChild
     this.vbox1         = new global::Gtk.VBox();
     this.vbox1.Name    = "vbox1";
     this.vbox1.Spacing = 1;
     // Container child vbox1.Gtk.Box+BoxChild
     this.hbox1         = new global::Gtk.HBox();
     this.hbox1.Name    = "hbox1";
     this.hbox1.Spacing = 1;
     // Container child hbox1.Gtk.Box+BoxChild
     this.drawingarea          = new global::Gtk.DrawingArea();
     this.drawingarea.CanFocus = true;
     this.drawingarea.Events   = ((global::Gdk.EventMask)(2113796));
     this.drawingarea.Name     = "drawingarea";
     this.hbox1.Add(this.drawingarea);
     global::Gtk.Box.BoxChild w1 = ((global::Gtk.Box.BoxChild)(this.hbox1 [this.drawingarea]));
     w1.Position = 0;
     // Container child hbox1.Gtk.Box+BoxChild
     this.vscrollbar1                          = new global::Gtk.VScrollbar(null);
     this.vscrollbar1.Name                     = "vscrollbar1";
     this.vscrollbar1.Adjustment.Upper         = 100;
     this.vscrollbar1.Adjustment.PageIncrement = 10;
     this.vscrollbar1.Adjustment.PageSize      = 10;
     this.vscrollbar1.Adjustment.StepIncrement = 1;
     this.hbox1.Add(this.vscrollbar1);
     global::Gtk.Box.BoxChild w2 = ((global::Gtk.Box.BoxChild)(this.hbox1 [this.vscrollbar1]));
     w2.Position = 1;
     w2.Expand   = false;
     w2.Fill     = false;
     this.vbox1.Add(this.hbox1);
     global::Gtk.Box.BoxChild w3 = ((global::Gtk.Box.BoxChild)(this.vbox1 [this.hbox1]));
     w3.Position = 1;
     // Container child vbox1.Gtk.Box+BoxChild
     this.hscrollbar1                          = new global::Gtk.HScrollbar(null);
     this.hscrollbar1.Name                     = "hscrollbar1";
     this.hscrollbar1.Adjustment.Upper         = 100;
     this.hscrollbar1.Adjustment.PageIncrement = 10;
     this.hscrollbar1.Adjustment.PageSize      = 10;
     this.hscrollbar1.Adjustment.StepIncrement = 1;
     this.vbox1.Add(this.hscrollbar1);
     global::Gtk.Box.BoxChild w4 = ((global::Gtk.Box.BoxChild)(this.vbox1 [this.hscrollbar1]));
     w4.Position = 2;
     w4.Expand   = false;
     w4.Fill     = false;
     this.Add(this.vbox1);
     if ((this.Child != null))
     {
         this.Child.ShowAll();
     }
     this.Hide();
     this.drawingarea.ExposeEvent  += new global::Gtk.ExposeEventHandler(this.OnDrawingareaExposeEvent);
     this.vscrollbar1.ValueChanged += new global::System.EventHandler(this.OnVscrollbar1ValueChanged);
     this.hscrollbar1.ValueChanged += new global::System.EventHandler(this.OnHscrollbar1ValueChanged);
 }
Esempio n. 16
0
 protected virtual void Build()
 {
     global::Stetic.Gui.Initialize(this);
     // Widget Minesweeper.Views.GameWindow
     this.UIManager = new global::Gtk.UIManager();
     global::Gtk.ActionGroup w1 = new global::Gtk.ActionGroup("Default");
     this.GameAction            = new global::Gtk.Action("GameAction", global::Mono.Unix.Catalog.GetString("Game"), null, null);
     this.GameAction.ShortLabel = global::Mono.Unix.Catalog.GetString("Game");
     w1.Add(this.GameAction, null);
     this.RetryAction            = new global::Gtk.Action("RetryAction", global::Mono.Unix.Catalog.GetString("Retry"), null, null);
     this.RetryAction.ShortLabel = global::Mono.Unix.Catalog.GetString("Retry");
     w1.Add(this.RetryAction, null);
     this.UIManager.InsertActionGroup(w1, 0);
     this.AddAccelGroup(this.UIManager.AccelGroup);
     this.Name           = "Minesweeper.Views.GameWindow";
     this.Title          = global::Mono.Unix.Catalog.GetString("Minesweeper");
     this.Icon           = global::Gdk.Pixbuf.LoadFromResource("Minesweeper.Resources.minesweeper.ico");
     this.WindowPosition = ((global::Gtk.WindowPosition)(1));
     this.Resizable      = false;
     this.AllowGrow      = false;
     this.Gravity        = ((global::Gdk.Gravity)(5));
     // Container child Minesweeper.Views.GameWindow.Gtk.Container+ContainerChild
     this.vbox2      = new global::Gtk.VBox();
     this.vbox2.Name = "vbox2";
     // Container child vbox2.Gtk.Box+BoxChild
     this.UIManager.AddUiFromString("<ui><menubar name='menubar1'><menu name='GameAction' action='GameAction'><menuitem name='RetryAction' action='RetryAction'/></menu></menubar></ui>");
     this.menubar1      = ((global::Gtk.MenuBar)(this.UIManager.GetWidget("/menubar1")));
     this.menubar1.Name = "menubar1";
     this.vbox2.Add(this.menubar1);
     global::Gtk.Box.BoxChild w2 = ((global::Gtk.Box.BoxChild)(this.vbox2 [this.menubar1]));
     w2.Position = 0;
     w2.Expand   = false;
     w2.Fill     = false;
     // Container child vbox2.Gtk.Box+BoxChild
     this.daInfoBar = new global::Gtk.DrawingArea();
     this.daInfoBar.HeightRequest = 64;
     this.daInfoBar.Name          = "daInfoBar";
     this.vbox2.Add(this.daInfoBar);
     global::Gtk.Box.BoxChild w3 = ((global::Gtk.Box.BoxChild)(this.vbox2 [this.daInfoBar]));
     w3.Position = 1;
     // Container child vbox2.Gtk.Box+BoxChild
     this.daTable = new global::Gtk.DrawingArea();
     this.daTable.WidthRequest  = 480;
     this.daTable.HeightRequest = 480;
     this.daTable.Name          = "daTable";
     this.vbox2.Add(this.daTable);
     global::Gtk.Box.BoxChild w4 = ((global::Gtk.Box.BoxChild)(this.vbox2 [this.daTable]));
     w4.Position = 2;
     this.Add(this.vbox2);
     if ((this.Child != null))
     {
         this.Child.ShowAll();
     }
     this.DefaultWidth  = 480;
     this.DefaultHeight = 569;
     this.Show();
     this.RetryAction.Activated    += new global::System.EventHandler(this.OnRetryActionActivated);
     this.daTable.ButtonPressEvent += new global::Gtk.ButtonPressEventHandler(this.OnDaTableButtonPressEvent);
 }
Esempio n. 17
0
 protected virtual void Build()
 {
     global::Stetic.Gui.Initialize(this);
     // Widget MPlayerGtkWidget.GtkMPlayerWidget
     global::Stetic.BinContainer.Attach(this);
     this.Name = "MPlayerGtkWidget.GtkMPlayerWidget";
     // Container child MPlayerGtkWidget.GtkMPlayerWidget.Gtk.Container+ContainerChild
     this.vbox3         = new global::Gtk.VBox();
     this.vbox3.Name    = "vbox3";
     this.vbox3.Spacing = 6;
     // Container child vbox3.Gtk.Box+BoxChild
     this.drawingareaVideo      = new global::Gtk.DrawingArea();
     this.drawingareaVideo.Name = "drawingareaVideo";
     this.vbox3.Add(this.drawingareaVideo);
     global::Gtk.Box.BoxChild w1 = ((global::Gtk.Box.BoxChild)(this.vbox3 [this.drawingareaVideo]));
     w1.Position = 0;
     // Container child vbox3.Gtk.Box+BoxChild
     this.hbox2         = new global::Gtk.HBox();
     this.hbox2.Name    = "hbox2";
     this.hbox2.Spacing = 6;
     // Container child hbox2.Gtk.Box+BoxChild
     this.buttonStop              = new global::Gtk.Button();
     this.buttonStop.CanFocus     = true;
     this.buttonStop.Name         = "buttonStop";
     this.buttonStop.UseUnderline = true;
     this.buttonStop.Label        = global::Mono.Unix.Catalog.GetString("Stop");
     this.hbox2.Add(this.buttonStop);
     global::Gtk.Box.BoxChild w2 = ((global::Gtk.Box.BoxChild)(this.hbox2 [this.buttonStop]));
     w2.Position = 1;
     w2.Expand   = false;
     w2.Fill     = false;
     // Container child hbox2.Gtk.Box+BoxChild
     this.buttonPlay              = new global::Gtk.Button();
     this.buttonPlay.CanFocus     = true;
     this.buttonPlay.Name         = "buttonPlay";
     this.buttonPlay.UseUnderline = true;
     this.buttonPlay.Label        = global::Mono.Unix.Catalog.GetString("Play");
     this.hbox2.Add(this.buttonPlay);
     global::Gtk.Box.BoxChild w3 = ((global::Gtk.Box.BoxChild)(this.hbox2 [this.buttonPlay]));
     w3.Position = 2;
     w3.Expand   = false;
     w3.Fill     = false;
     this.vbox3.Add(this.hbox2);
     global::Gtk.Box.BoxChild w4 = ((global::Gtk.Box.BoxChild)(this.vbox3 [this.hbox2]));
     w4.Position = 1;
     w4.Expand   = false;
     w4.Fill     = false;
     this.Add(this.vbox3);
     if ((this.Child != null))
     {
         this.Child.ShowAll();
     }
     this.Hide();
     this.buttonStop.Clicked += new global::System.EventHandler(this.OnButtonStopClicked);
     this.buttonPlay.Clicked += new global::System.EventHandler(this.OnButtonPlayClicked);
 }
Esempio n. 18
0
        public MetroButton(global::Gdk.Pixbuf normalImage,
                           global::Gdk.Pixbuf mousedown,
                           global::Gdk.Pixbuf highlighted)
        {
            global::Stetic.Gui.Initialize(this);
            // Widget CrossPlatformWebServer.MetroButton
            global::Stetic.BinContainer.Attach(this);
            this.Name = "CrossPlatformWebServer.MetroButton";
            if ((this.Child != null))
            {
                this.Child.ShowAll();
            }
            this.Hide();

            this.NormalImage = normalImage;
            this.MouseDown   = mousedown;
            this.Highlighted = highlighted;

            //fixed
            this.fixed1           = new global::Gtk.Fixed();
            this.fixed1.Name      = "fixed1";
            this.fixed1.HasWindow = false;
            this.Add(this.fixed1);
            // Container child fixed1.Gtk.Fixed+FixedChild
            if (highlighted == null)
            {
                this.drawingarea1              = new global::Gtk.DrawingArea();
                this.drawingarea1.Name         = "drawingarea1";
                this.drawingarea1.ExposeEvent += OnExpose;
                this.fixed1.Add(this.drawingarea1);
                global::Gtk.Fixed.FixedChild w1 = ((global::Gtk.Fixed.FixedChild)(this.fixed1 [this.drawingarea1]));
                w1.X = 1;
                w1.Y = 1;
            }
            // Container child fixed1.Gtk.Fixed+FixedChild
            this.eventbox1 = new global::Gtk.EventBox();
            //this.eventbox1.VisibleWindow = false;
            this.eventbox1.ModifyBg(StateType.Normal, new Color(65, 177, 225));
            this.eventbox1.Name                = "eventbox1";
            this.eventbox1.ButtonPressEvent   += new global::Gtk.ButtonPressEventHandler(this.OnEventbox1ButtonPressEvent);
            this.eventbox1.ButtonReleaseEvent += new global::Gtk.ButtonReleaseEventHandler(this.OnEventbox1ButtonReleaseEvent);
            this.eventbox1.EnterNotifyEvent   += new global::Gtk.EnterNotifyEventHandler(this.OnEventbox1EnterNotifyEvent);
            this.eventbox1.LeaveNotifyEvent   += new global::Gtk.LeaveNotifyEventHandler(this.OnEventbox1LeaveNotifyEvent);
            // Container child eventbox1.Gtk.Container+ContainerChild
            this.image1        = new global::Gtk.Image();
            this.image1.Name   = "image1";
            this.image1.Pixbuf = this.NormalImage;
            this.eventbox1.Add(this.image1);
            this.fixed1.Add(this.eventbox1);
            global::Gtk.Fixed.FixedChild w3 = ((global::Gtk.Fixed.FixedChild)(this.fixed1 [this.eventbox1]));
            w3.X = 2;
            w3.Y = 2;

            this.WidthRequest  = normalImage.Width;
            this.HeightRequest = normalImage.Height;
        }
		protected virtual void Build ()
		{
			global::Stetic.Gui.Initialize (this);
			// Widget MPlayerGtkWidget.GtkMPlayerWidget
			global::Stetic.BinContainer.Attach (this);
			this.Name = "MPlayerGtkWidget.GtkMPlayerWidget";
			// Container child MPlayerGtkWidget.GtkMPlayerWidget.Gtk.Container+ContainerChild
			this.vbox3 = new global::Gtk.VBox ();
			this.vbox3.Name = "vbox3";
			this.vbox3.Spacing = 6;
			// Container child vbox3.Gtk.Box+BoxChild
			this.drawingareaVideo = new global::Gtk.DrawingArea ();
			this.drawingareaVideo.Name = "drawingareaVideo";
			this.vbox3.Add (this.drawingareaVideo);
			global::Gtk.Box.BoxChild w1 = ((global::Gtk.Box.BoxChild)(this.vbox3 [this.drawingareaVideo]));
			w1.Position = 0;
			// Container child vbox3.Gtk.Box+BoxChild
			this.hbox2 = new global::Gtk.HBox ();
			this.hbox2.Name = "hbox2";
			this.hbox2.Spacing = 6;
			// Container child hbox2.Gtk.Box+BoxChild
			this.buttonStop = new global::Gtk.Button ();
			this.buttonStop.CanFocus = true;
			this.buttonStop.Name = "buttonStop";
			this.buttonStop.UseUnderline = true;
			this.buttonStop.Label = global::Mono.Unix.Catalog.GetString ("Stop");
			this.hbox2.Add (this.buttonStop);
			global::Gtk.Box.BoxChild w2 = ((global::Gtk.Box.BoxChild)(this.hbox2 [this.buttonStop]));
			w2.Position = 1;
			w2.Expand = false;
			w2.Fill = false;
			// Container child hbox2.Gtk.Box+BoxChild
			this.buttonPlay = new global::Gtk.Button ();
			this.buttonPlay.CanFocus = true;
			this.buttonPlay.Name = "buttonPlay";
			this.buttonPlay.UseUnderline = true;
			this.buttonPlay.Label = global::Mono.Unix.Catalog.GetString ("Play");
			this.hbox2.Add (this.buttonPlay);
			global::Gtk.Box.BoxChild w3 = ((global::Gtk.Box.BoxChild)(this.hbox2 [this.buttonPlay]));
			w3.Position = 2;
			w3.Expand = false;
			w3.Fill = false;
			this.vbox3.Add (this.hbox2);
			global::Gtk.Box.BoxChild w4 = ((global::Gtk.Box.BoxChild)(this.vbox3 [this.hbox2]));
			w4.Position = 1;
			w4.Expand = false;
			w4.Fill = false;
			this.Add (this.vbox3);
			if ((this.Child != null)) {
				this.Child.ShowAll ();
			}
			this.Hide ();
			this.buttonStop.Clicked += new global::System.EventHandler (this.OnButtonStopClicked);
			this.buttonPlay.Clicked += new global::System.EventHandler (this.OnButtonPlayClicked);
		}
Esempio n. 20
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.OpenAction            = new global::Gtk.Action("OpenAction", global::Mono.Unix.Catalog.GetString("Open.."), null, null);
     this.OpenAction.ShortLabel = global::Mono.Unix.Catalog.GetString("Open..");
     w1.Add(this.OpenAction, null);
     this.LoadRomAction            = new global::Gtk.Action("LoadRomAction", global::Mono.Unix.Catalog.GetString("Load Rom"), null, null);
     this.LoadRomAction.ShortLabel = global::Mono.Unix.Catalog.GetString("Load Rom");
     w1.Add(this.LoadRomAction, null);
     this.ResetAction            = new global::Gtk.Action("ResetAction", global::Mono.Unix.Catalog.GetString("Reset"), null, null);
     this.ResetAction.ShortLabel = global::Mono.Unix.Catalog.GetString("Reset");
     w1.Add(this.ResetAction, null);
     this.FileAction            = new global::Gtk.Action("FileAction", global::Mono.Unix.Catalog.GetString("File"), null, null);
     this.FileAction.ShortLabel = global::Mono.Unix.Catalog.GetString("Open Rom");
     w1.Add(this.FileAction, null);
     this.ResetAction3            = new global::Gtk.Action("ResetAction3", global::Mono.Unix.Catalog.GetString("Reset"), null, null);
     this.ResetAction3.ShortLabel = global::Mono.Unix.Catalog.GetString("Reset");
     w1.Add(this.ResetAction3, null);
     this.OpenAction1            = new global::Gtk.Action("OpenAction1", global::Mono.Unix.Catalog.GetString("Open"), null, null);
     this.OpenAction1.ShortLabel = global::Mono.Unix.Catalog.GetString("Open");
     w1.Add(this.OpenAction1, null);
     this.EmulationAction            = new global::Gtk.Action("EmulationAction", global::Mono.Unix.Catalog.GetString("Emulation"), null, null);
     this.EmulationAction.ShortLabel = global::Mono.Unix.Catalog.GetString("Emulation");
     w1.Add(this.EmulationAction, null);
     this.ResetAction2            = new global::Gtk.Action("ResetAction2", global::Mono.Unix.Catalog.GetString("Reset"), null, null);
     this.ResetAction2.ShortLabel = global::Mono.Unix.Catalog.GetString("Reset");
     w1.Add(this.ResetAction2, 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.vbox3         = new global::Gtk.VBox();
     this.vbox3.Name    = "vbox3";
     this.vbox3.Spacing = 6;
     // Container child vbox3.Gtk.Box+BoxChild
     this.drawingarea      = new global::Gtk.DrawingArea();
     this.drawingarea.Name = "drawingarea";
     this.vbox3.Add(this.drawingarea);
     global::Gtk.Box.BoxChild w2 = ((global::Gtk.Box.BoxChild)(this.vbox3[this.drawingarea]));
     w2.Position = 1;
     this.Add(this.vbox3);
     if ((this.Child != null))
     {
         this.Child.ShowAll();
     }
     this.DefaultWidth  = 401;
     this.DefaultHeight = 300;
     this.Show();
     this.DeleteEvent += new global::Gtk.DeleteEventHandler(this.OnDeleteEvent);
 }
Esempio n. 21
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.label1           = new global::Gtk.Label();
     this.label1.Name      = "label1";
     this.label1.LabelProp = global::Mono.Unix.Catalog.GetString("Функция ln (x+1)");
     this.fixed1.Add(this.label1);
     global::Gtk.Fixed.FixedChild w1 = ((global::Gtk.Fixed.FixedChild)(this.fixed1 [this.label1]));
     w1.X = 20;
     w1.Y = 15;
     // Container child fixed1.Gtk.Fixed+FixedChild
     this.Area = new global::Gtk.DrawingArea();
     this.Area.WidthRequest  = 520;
     this.Area.HeightRequest = 300;
     this.Area.Name          = "Area";
     this.fixed1.Add(this.Area);
     global::Gtk.Fixed.FixedChild w2 = ((global::Gtk.Fixed.FixedChild)(this.fixed1 [this.Area]));
     w2.Y = 50;
     // Container child fixed1.Gtk.Fixed+FixedChild
     this.DrawGraphic              = new global::Gtk.Button();
     this.DrawGraphic.CanFocus     = true;
     this.DrawGraphic.Name         = "DrawGraphic";
     this.DrawGraphic.UseUnderline = true;
     this.DrawGraphic.Label        = global::Mono.Unix.Catalog.GetString("Нарисовать график");
     this.fixed1.Add(this.DrawGraphic);
     global::Gtk.Fixed.FixedChild w3 = ((global::Gtk.Fixed.FixedChild)(this.fixed1 [this.DrawGraphic]));
     w3.X = 396;
     w3.Y = 13;
     this.Add(this.fixed1);
     if ((this.Child != null))
     {
         this.Child.ShowAll();
     }
     this.DefaultWidth  = 535;
     this.DefaultHeight = 382;
     this.Show();
     this.DeleteEvent         += new global::Gtk.DeleteEventHandler(this.OnDeleteEvent);
     this.Area.ExposeEvent    += new global::Gtk.ExposeEventHandler(this.OnAreaExposeEvent);
     this.DrawGraphic.Clicked += new global::System.EventHandler(this.OnDrawGraphicClicked);
 }
 protected virtual void Build()
 {
     global::Stetic.Gui.Initialize (this);
     // Widget LongoMatch.Gui.Component.BackgroundWidget
     global::Stetic.BinContainer.Attach (this);
     this.Name = "LongoMatch.Gui.Component.BackgroundWidget";
     // Container child LongoMatch.Gui.Component.BackgroundWidget.Gtk.Container+ContainerChild
     this.drawingarea = new global::Gtk.DrawingArea ();
     this.drawingarea.Name = "drawingarea";
     this.Add (this.drawingarea);
     if ((this.Child != null)) {
         this.Child.ShowAll ();
     }
     this.Hide ();
 }
 protected virtual void Build()
 {
     global::Stetic.Gui.Initialize(this);
     // Widget LongoMatch.Gui.Component.BackgroundWidget
     global::Stetic.BinContainer.Attach(this);
     this.Name = "LongoMatch.Gui.Component.BackgroundWidget";
     // Container child LongoMatch.Gui.Component.BackgroundWidget.Gtk.Container+ContainerChild
     this.drawingarea      = new global::Gtk.DrawingArea();
     this.drawingarea.Name = "drawingarea";
     this.Add(this.drawingarea);
     if ((this.Child != null))
     {
         this.Child.ShowAll();
     }
     this.Hide();
 }
 protected virtual void Build()
 {
     global::Stetic.Gui.Initialize (this);
     // Widget beagleradio.AnalogClock
     global::Stetic.BinContainer.Attach (this);
     this.Name = "beagleradio.AnalogClock";
     // Container child beagleradio.AnalogClock.Gtk.Container+ContainerChild
     this.drawClock = new global::Gtk.DrawingArea ();
     this.drawClock.Name = "drawClock";
     this.Add (this.drawClock);
     if ((this.Child != null)) {
         this.Child.ShowAll ();
     }
     this.Hide ();
     this.drawClock.ExposeEvent += new global::Gtk.ExposeEventHandler (this.OnDrawClockExposeEvent);
 }
 protected virtual void Build()
 {
     global::Stetic.Gui.Initialize (this);
     // Widget LongoMatch.Gui.Component.CoordinatesTagger
     global::Stetic.BinContainer.Attach (this);
     this.Name = "LongoMatch.Gui.Component.CoordinatesTagger";
     // Container child LongoMatch.Gui.Component.CoordinatesTagger.Gtk.Container+ContainerChild
     this.drawingarea = new global::Gtk.DrawingArea ();
     this.drawingarea.Events = ((global::Gdk.EventMask)(784));
     this.drawingarea.Name = "drawingarea";
     this.Add (this.drawingarea);
     if ((this.Child != null)) {
         this.Child.ShowAll ();
     }
     this.Hide ();
 }
 protected virtual void Build()
 {
     global::Stetic.Gui.Initialize(this);
     // Widget LongoMatch.Gui.Component.CoordinatesTagger
     global::Stetic.BinContainer.Attach(this);
     this.Name = "LongoMatch.Gui.Component.CoordinatesTagger";
     // Container child LongoMatch.Gui.Component.CoordinatesTagger.Gtk.Container+ContainerChild
     this.drawingarea        = new global::Gtk.DrawingArea();
     this.drawingarea.Events = ((global::Gdk.EventMask)(784));
     this.drawingarea.Name   = "drawingarea";
     this.Add(this.drawingarea);
     if ((this.Child != null))
     {
         this.Child.ShowAll();
     }
     this.Hide();
 }
Esempio 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.drawingarea1 = new global::Gtk.DrawingArea ();
		this.drawingarea1.Name = "drawingarea1";
		this.Add (this.drawingarea1);
		if ((this.Child != null)) {
			this.Child.ShowAll ();
		}
		this.DefaultWidth = 442;
		this.DefaultHeight = 322;
		this.Show ();
		this.DeleteEvent += new global::Gtk.DeleteEventHandler (this.OnDeleteEvent);
		this.drawingarea1.ExposeEvent += new global::Gtk.ExposeEventHandler (this.OnDrawingarea1ExposeEvent);
	}
Esempio n. 28
0
 protected virtual void Build()
 {
     global::Stetic.Gui.Initialize(this);
     // Widget MainWindow
     this.Name           = "MainWindow";
     this.Title          = global::Mono.Unix.Catalog.GetString("BitDisplay");
     this.WindowPosition = ((global::Gtk.WindowPosition)(4));
     // Container child MainWindow.Gtk.Container+ContainerChild
     this.canvas      = new global::Gtk.DrawingArea();
     this.canvas.Name = "canvas";
     this.Add(this.canvas);
     if ((this.Child != null))
     {
         this.Child.ShowAll();
     }
     this.DefaultWidth  = 400;
     this.DefaultHeight = 300;
     this.Show();
     this.DeleteEvent += new global::Gtk.DeleteEventHandler(this.OnDeleteEvent);
 }
Esempio 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));
     // Container child MainWindow.Gtk.Container+ContainerChild
     this.vbox2         = new global::Gtk.VBox();
     this.vbox2.Name    = "vbox2";
     this.vbox2.Spacing = 6;
     // Container child vbox2.Gtk.Box+BoxChild
     this.hbox1         = new global::Gtk.HBox();
     this.hbox1.Name    = "hbox1";
     this.hbox1.Spacing = 6;
     this.vbox2.Add(this.hbox1);
     global::Gtk.Box.BoxChild w1 = ((global::Gtk.Box.BoxChild)(this.vbox2[this.hbox1]));
     w1.Position = 0;
     w1.Expand   = false;
     // Container child vbox2.Gtk.Box+BoxChild
     this.drawingarea        = new global::Gtk.DrawingArea();
     this.drawingarea.Events = (global::Gdk.EventMask.AllEventsMask);
     this.drawingarea.Name   = "drawingarea";
     this.vbox2.Add(this.drawingarea);
     global::Gtk.Box.BoxChild w2 = ((global::Gtk.Box.BoxChild)(this.vbox2[this.drawingarea]));
     w2.Position = 1;
     this.Add(this.vbox2);
     if ((this.Child != null))
     {
         this.Child.ShowAll();
     }
     this.DefaultWidth  = 400;
     this.DefaultHeight = 300;
     this.Show();
     this.DeleteEvent += new global::Gtk.DeleteEventHandler(this.OnDeleteEvent);
     this.drawingarea.ButtonPressEvent   += new global::Gtk.ButtonPressEventHandler(this.OnDrawingareaButtonPressEvent);
     this.drawingarea.ButtonReleaseEvent += new global::Gtk.ButtonReleaseEventHandler(this.OnDrawingareaButtonReleaseEvent);
     this.drawingarea.MotionNotifyEvent  += new global::Gtk.MotionNotifyEventHandler(this.OnDrawingareaMotionNotifyEvent);
     this.KeyPressEvent   += new global::Gtk.KeyPressEventHandler(this.OnDrawingAreaKeyPressEvent);
     this.KeyReleaseEvent += new global::Gtk.KeyReleaseEventHandler(this.OnDrawingAreaKeyReleaseEvent);
 }
Esempio n. 30
0
 protected virtual void Build()
 {
     global::Stetic.Gui.Initialize(this);
     // Widget MainWindow
     this.Name           = "MainWindow";
     this.Title          = global::Mono.Unix.Catalog.GetString("MainWindow");
     this.WindowPosition = ((global::Gtk.WindowPosition)(4));
     // Container child MainWindow.Gtk.Container+ContainerChild
     this.fixed3           = new global::Gtk.Fixed();
     this.fixed3.Name      = "fixed3";
     this.fixed3.HasWindow = false;
     // Container child fixed3.Gtk.Fixed+FixedChild
     this.button6              = new global::Gtk.Button();
     this.button6.CanFocus     = true;
     this.button6.Name         = "button6";
     this.button6.UseUnderline = true;
     this.button6.Label        = global::Mono.Unix.Catalog.GetString("GtkButton");
     this.fixed3.Add(this.button6);
     global::Gtk.Fixed.FixedChild w1 = ((global::Gtk.Fixed.FixedChild)(this.fixed3 [this.button6]));
     w1.X = 18;
     w1.Y = 620;
     // Container child fixed3.Gtk.Fixed+FixedChild
     this.mainDraw = new global::Gtk.DrawingArea();
     this.mainDraw.WidthRequest  = 800;
     this.mainDraw.HeightRequest = 600;
     this.mainDraw.Name          = "mainDraw";
     this.fixed3.Add(this.mainDraw);
     global::Gtk.Fixed.FixedChild w2 = ((global::Gtk.Fixed.FixedChild)(this.fixed3 [this.mainDraw]));
     w2.X = 10;
     w2.Y = 10;
     this.Add(this.fixed3);
     if ((this.Child != null))
     {
         this.Child.ShowAll();
     }
     this.DefaultWidth  = 1000;
     this.DefaultHeight = 664;
     this.Show();
     this.DeleteEvent     += new global::Gtk.DeleteEventHandler(this.OnDeleteEvent);
     this.button6.Clicked += new global::System.EventHandler(this.Click_Handler);
 }
Esempio n. 31
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.fixed3 = new global::Gtk.Fixed ();
		this.fixed3.Name = "fixed3";
		this.fixed3.HasWindow = false;
		// Container child fixed3.Gtk.Fixed+FixedChild
		this.button6 = new global::Gtk.Button ();
		this.button6.CanFocus = true;
		this.button6.Name = "button6";
		this.button6.UseUnderline = true;
		this.button6.Label = global::Mono.Unix.Catalog.GetString ("GtkButton");
		this.fixed3.Add (this.button6);
		global::Gtk.Fixed.FixedChild w1 = ((global::Gtk.Fixed.FixedChild)(this.fixed3 [this.button6]));
		w1.X = 18;
		w1.Y = 620;
		// Container child fixed3.Gtk.Fixed+FixedChild
		this.mainDraw = new global::Gtk.DrawingArea ();
		this.mainDraw.WidthRequest = 800;
		this.mainDraw.HeightRequest = 600;
		this.mainDraw.Name = "mainDraw";
		this.fixed3.Add (this.mainDraw);
		global::Gtk.Fixed.FixedChild w2 = ((global::Gtk.Fixed.FixedChild)(this.fixed3 [this.mainDraw]));
		w2.X = 10;
		w2.Y = 10;
		this.Add (this.fixed3);
		if ((this.Child != null)) {
			this.Child.ShowAll ();
		}
		this.DefaultWidth = 1000;
		this.DefaultHeight = 664;
		this.Show ();
		this.DeleteEvent += new global::Gtk.DeleteEventHandler (this.OnDeleteEvent);
		this.button6.Clicked += new global::System.EventHandler (this.Click_Handler);
	}
Esempio n. 32
0
 protected virtual void Build()
 {
     global::Stetic.Gui.Initialize(this);
     // Widget Chartoscope.Widgets.MultiChart
     global::Stetic.BinContainer.Attach(this);
     this.Name = "Chartoscope.Widgets.MultiChart";
     // Container child Chartoscope.Widgets.MultiChart.Gtk.Container+ContainerChild
     this.table1               = new global::Gtk.Table(((uint)(3)), ((uint)(1)), false);
     this.table1.Name          = "table1";
     this.table1.RowSpacing    = ((uint)(6));
     this.table1.ColumnSpacing = ((uint)(6));
     // Container child table1.Gtk.Table+TableChild
     this.priceActionDrawingArea      = new global::Gtk.DrawingArea();
     this.priceActionDrawingArea.Name = "priceActionDrawingArea";
     this.table1.Add(this.priceActionDrawingArea);
     this.Add(this.table1);
     if ((this.Child != null))
     {
         this.Child.ShowAll();
     }
     this.Hide();
 }
 protected virtual void Build()
 {
     global::Stetic.Gui.Initialize (this);
     // Widget beagleradio.Volume
     global::Stetic.BinContainer.Attach (this);
     this.Name = "beagleradio.Volume";
     // Container child beagleradio.Volume.Gtk.Container+ContainerChild
     this.eventVolume = new global::Gtk.EventBox ();
     this.eventVolume.Name = "eventVolume";
     // Container child eventVolume.Gtk.Container+ContainerChild
     this.drawVolume = new global::Gtk.DrawingArea ();
     this.drawVolume.Name = "drawVolume";
     this.eventVolume.Add (this.drawVolume);
     this.Add (this.eventVolume);
     if ((this.Child != null)) {
         this.Child.ShowAll ();
     }
     this.Hide ();
     this.eventVolume.ButtonPressEvent += new global::Gtk.ButtonPressEventHandler (this.OnEventVolumeButtonPressEvent);
     this.eventVolume.MotionNotifyEvent += new global::Gtk.MotionNotifyEventHandler (this.OnEventVolumeMotionNotifyEvent);
     this.drawVolume.ExposeEvent += new global::Gtk.ExposeEventHandler (this.OnDrawVolumeExposeEvent);
 }
Esempio n. 34
0
 protected virtual void Build()
 {
     global::Stetic.Gui.Initialize(this);
     // Widget DockingExamples.CompassNeedle
     global::Stetic.BinContainer.Attach(this);
     this.Name = "DockingExamples.CompassNeedle";
     // Container child DockingExamples.CompassNeedle.Gtk.Container+ContainerChild
     this.vbox1         = new global::Gtk.VBox();
     this.vbox1.Name    = "vbox1";
     this.vbox1.Spacing = 6;
     // Container child vbox1.Gtk.Box+BoxChild
     this.drawingarea1      = new global::Gtk.DrawingArea();
     this.drawingarea1.Name = "drawingarea1";
     this.vbox1.Add(this.drawingarea1);
     global::Gtk.Box.BoxChild w1 = ((global::Gtk.Box.BoxChild)(this.vbox1[this.drawingarea1]));
     w1.Position = 1;
     this.Add(this.vbox1);
     if ((this.Child != null))
     {
         this.Child.ShowAll();
     }
     this.Hide();
 }
 protected virtual void Build()
 {
     global::Stetic.Gui.Initialize(this);
     // Widget BlinkStickClient.BlinkStickEmulatorWidget
     global::Stetic.BinContainer.Attach(this);
     this.Name = "BlinkStickClient.BlinkStickEmulatorWidget";
     // Container child BlinkStickClient.BlinkStickEmulatorWidget.Gtk.Container+ContainerChild
     this.vboxMain         = new global::Gtk.VBox();
     this.vboxMain.Name    = "vboxMain";
     this.vboxMain.Spacing = 6;
     // Container child vboxMain.Gtk.Box+BoxChild
     this.drawingareaMain        = new global::Gtk.DrawingArea();
     this.drawingareaMain.Events = ((global::Gdk.EventMask)(1020));
     this.drawingareaMain.Name   = "drawingareaMain";
     this.vboxMain.Add(this.drawingareaMain);
     global::Gtk.Box.BoxChild w1 = ((global::Gtk.Box.BoxChild)(this.vboxMain [this.drawingareaMain]));
     w1.Position = 0;
     this.Add(this.vboxMain);
     if ((this.Child != null))
     {
         this.Child.ShowAll();
     }
     this.Hide();
 }
 protected virtual void Build()
 {
     global::Stetic.Gui.Initialize (this);
     // Widget LapseStudioGtkUI.Graph
     global::Stetic.BinContainer.Attach (this);
     this.Name = "LapseStudioGtkUI.Graph";
     // Container child LapseStudioGtkUI.Graph.Gtk.Container+ContainerChild
     this.GraphEventBox = new global::Gtk.EventBox ();
     this.GraphEventBox.Name = "GraphEventBox";
     // Container child GraphEventBox.Gtk.Container+ContainerChild
     this.GraphView = new global::Gtk.DrawingArea ();
     this.GraphView.Name = "GraphView";
     this.GraphEventBox.Add (this.GraphView);
     this.Add (this.GraphEventBox);
     if ((this.Child != null)) {
         this.Child.ShowAll ();
     }
     this.Hide ();
     this.GraphEventBox.ButtonPressEvent += new global::Gtk.ButtonPressEventHandler (this.OnGraphEventBoxButtonPressEvent);
     this.GraphEventBox.ButtonReleaseEvent += new global::Gtk.ButtonReleaseEventHandler (this.OnGraphEventBoxButtonReleaseEvent);
     this.GraphEventBox.MotionNotifyEvent += new global::Gtk.MotionNotifyEventHandler (this.OnGraphEventBoxMotionNotifyEvent);
     this.GraphEventBox.SizeAllocated += new global::Gtk.SizeAllocatedHandler (this.OnGraphEventBoxSizeAllocated);
     this.GraphEventBox.ExposeEvent += new global::Gtk.ExposeEventHandler (this.OnGraphEventBoxExposeEvent);
 }
		protected virtual void Build ()
		{
			global::Stetic.Gui.Initialize (this);
			// Widget MonoDevelop.Protobuild.GtkProtobuildModuleConfigurationWidget
			global::Stetic.BinContainer.Attach (this);
			this.Name = "MonoDevelop.Protobuild.GtkProtobuildModuleConfigurationWidget";
			// Container child MonoDevelop.Protobuild.GtkProtobuildModuleConfigurationWidget.Gtk.Container+ContainerChild
			this.mainHBox = new global::Gtk.HBox ();
			this.mainHBox.Name = "mainHBox";
			// Container child mainHBox.Gtk.Box+BoxChild
			this.leftBorderEventBox = new global::Gtk.EventBox ();
			this.leftBorderEventBox.WidthRequest = 30;
			this.leftBorderEventBox.Name = "leftBorderEventBox";
			this.mainHBox.Add (this.leftBorderEventBox);
			global::Gtk.Box.BoxChild w1 = ((global::Gtk.Box.BoxChild)(this.mainHBox [this.leftBorderEventBox]));
			w1.Position = 0;
			w1.Expand = false;
			// Container child mainHBox.Gtk.Box+BoxChild
			this.projectConfigurationTableEventBox = new global::Gtk.EventBox ();
			this.projectConfigurationTableEventBox.WidthRequest = 561;
			this.projectConfigurationTableEventBox.Name = "projectConfigurationTableEventBox";
			// Container child projectConfigurationTableEventBox.Gtk.Container+ContainerChild
			this.projectConfigurationVBox = new global::Gtk.VBox ();
			this.projectConfigurationVBox.Name = "projectConfigurationVBox";
			// Container child projectConfigurationVBox.Gtk.Box+BoxChild
			this.projectConfigurationTopEventBox = new global::Gtk.EventBox ();
			this.projectConfigurationTopEventBox.Name = "projectConfigurationTopEventBox";
			this.projectConfigurationVBox.Add (this.projectConfigurationTopEventBox);
			global::Gtk.Box.BoxChild w2 = ((global::Gtk.Box.BoxChild)(this.projectConfigurationVBox [this.projectConfigurationTopEventBox]));
			w2.Position = 0;
			// Container child projectConfigurationVBox.Gtk.Box+BoxChild
			this.projectConfigurationTable = new global::Gtk.Table (((uint)(6)), ((uint)(3)), false);
			this.projectConfigurationTable.Name = "projectConfigurationTable";
			this.projectConfigurationTable.RowSpacing = ((uint)(7));
			this.projectConfigurationTable.ColumnSpacing = ((uint)(6));
			// Container child projectConfigurationTable.Gtk.Table+TableChild
			this.browseButton = new global::Gtk.Button ();
			this.browseButton.CanFocus = true;
			this.browseButton.Name = "browseButton";
			this.browseButton.UseUnderline = true;
			this.browseButton.BorderWidth = ((uint)(1));
			this.browseButton.Label = global::Mono.Unix.Catalog.GetString ("Browse...");
			this.projectConfigurationTable.Add (this.browseButton);
			global::Gtk.Table.TableChild w3 = ((global::Gtk.Table.TableChild)(this.projectConfigurationTable [this.browseButton]));
			w3.TopAttach = ((uint)(2));
			w3.BottomAttach = ((uint)(3));
			w3.LeftAttach = ((uint)(2));
			w3.RightAttach = ((uint)(3));
			w3.XPadding = ((uint)(5));
			w3.XOptions = ((global::Gtk.AttachOptions)(4));
			w3.YOptions = ((global::Gtk.AttachOptions)(4));
			// Container child projectConfigurationTable.Gtk.Table+TableChild
			this.createGitIgnoreFileCheckBox = new global::Gtk.CheckButton ();
			this.createGitIgnoreFileCheckBox.CanFocus = true;
			this.createGitIgnoreFileCheckBox.Name = "createGitIgnoreFileCheckBox";
			this.createGitIgnoreFileCheckBox.Label = global::Mono.Unix.Catalog.GetString ("Create a .gitignore file to ignore inessential files.");
			this.createGitIgnoreFileCheckBox.Active = true;
			this.createGitIgnoreFileCheckBox.DrawIndicator = true;
			this.createGitIgnoreFileCheckBox.UseUnderline = true;
			this.projectConfigurationTable.Add (this.createGitIgnoreFileCheckBox);
			global::Gtk.Table.TableChild w4 = ((global::Gtk.Table.TableChild)(this.projectConfigurationTable [this.createGitIgnoreFileCheckBox]));
			w4.TopAttach = ((uint)(5));
			w4.BottomAttach = ((uint)(6));
			w4.LeftAttach = ((uint)(1));
			w4.RightAttach = ((uint)(3));
			w4.XOptions = ((global::Gtk.AttachOptions)(4));
			w4.YOptions = ((global::Gtk.AttachOptions)(4));
			// Container child projectConfigurationTable.Gtk.Table+TableChild
			this.locationLabel = new global::Gtk.Label ();
			this.locationLabel.Name = "locationLabel";
			this.locationLabel.Xpad = 5;
			this.locationLabel.Xalign = 1F;
			this.locationLabel.LabelProp = global::Mono.Unix.Catalog.GetString ("Location:");
			this.locationLabel.Justify = ((global::Gtk.Justification)(1));
			this.projectConfigurationTable.Add (this.locationLabel);
			global::Gtk.Table.TableChild w5 = ((global::Gtk.Table.TableChild)(this.projectConfigurationTable [this.locationLabel]));
			w5.TopAttach = ((uint)(2));
			w5.BottomAttach = ((uint)(3));
			w5.XOptions = ((global::Gtk.AttachOptions)(4));
			w5.YOptions = ((global::Gtk.AttachOptions)(4));
			// Container child projectConfigurationTable.Gtk.Table+TableChild
			this.locationSeparator = new global::Gtk.DrawingArea ();
			this.locationSeparator.HeightRequest = 1;
			this.locationSeparator.Name = "locationSeparator";
			this.projectConfigurationTable.Add (this.locationSeparator);
			global::Gtk.Table.TableChild w6 = ((global::Gtk.Table.TableChild)(this.projectConfigurationTable [this.locationSeparator]));
			w6.TopAttach = ((uint)(3));
			w6.BottomAttach = ((uint)(4));
			w6.RightAttach = ((uint)(3));
			w6.YPadding = ((uint)(10));
			w6.XOptions = ((global::Gtk.AttachOptions)(4));
			w6.YOptions = ((global::Gtk.AttachOptions)(0));
			// Container child projectConfigurationTable.Gtk.Table+TableChild
			this.locationTextBox = new global::Gtk.Entry ();
			this.locationTextBox.CanFocus = true;
			this.locationTextBox.Name = "locationTextBox";
			this.locationTextBox.IsEditable = true;
			this.locationTextBox.InvisibleChar = '●';
			this.projectConfigurationTable.Add (this.locationTextBox);
			global::Gtk.Table.TableChild w7 = ((global::Gtk.Table.TableChild)(this.projectConfigurationTable [this.locationTextBox]));
			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 projectConfigurationTable.Gtk.Table+TableChild
			this.moduleNameLabel = new global::Gtk.Label ();
			this.moduleNameLabel.Name = "moduleNameLabel";
			this.moduleNameLabel.Xpad = 5;
			this.moduleNameLabel.Xalign = 1F;
			this.moduleNameLabel.LabelProp = global::Mono.Unix.Catalog.GetString ("Module Name:");
			this.moduleNameLabel.Justify = ((global::Gtk.Justification)(1));
			this.projectConfigurationTable.Add (this.moduleNameLabel);
			global::Gtk.Table.TableChild w8 = ((global::Gtk.Table.TableChild)(this.projectConfigurationTable [this.moduleNameLabel]));
			w8.XOptions = ((global::Gtk.AttachOptions)(4));
			w8.YOptions = ((global::Gtk.AttachOptions)(4));
			// Container child projectConfigurationTable.Gtk.Table+TableChild
			this.moduleNameTextBox = new global::Gtk.Entry ();
			this.moduleNameTextBox.CanFocus = true;
			this.moduleNameTextBox.Name = "moduleNameTextBox";
			this.moduleNameTextBox.IsEditable = true;
			this.moduleNameTextBox.InvisibleChar = '●';
			this.projectConfigurationTable.Add (this.moduleNameTextBox);
			global::Gtk.Table.TableChild w9 = ((global::Gtk.Table.TableChild)(this.projectConfigurationTable [this.moduleNameTextBox]));
			w9.LeftAttach = ((uint)(1));
			w9.RightAttach = ((uint)(2));
			w9.YOptions = ((global::Gtk.AttachOptions)(4));
			// Container child projectConfigurationTable.Gtk.Table+TableChild
			this.solutionNameSeparator = new global::Gtk.DrawingArea ();
			this.solutionNameSeparator.HeightRequest = 1;
			this.solutionNameSeparator.Name = "solutionNameSeparator";
			this.projectConfigurationTable.Add (this.solutionNameSeparator);
			global::Gtk.Table.TableChild w10 = ((global::Gtk.Table.TableChild)(this.projectConfigurationTable [this.solutionNameSeparator]));
			w10.TopAttach = ((uint)(1));
			w10.BottomAttach = ((uint)(2));
			w10.RightAttach = ((uint)(3));
			w10.YPadding = ((uint)(10));
			w10.XOptions = ((global::Gtk.AttachOptions)(4));
			w10.YOptions = ((global::Gtk.AttachOptions)(0));
			// Container child projectConfigurationTable.Gtk.Table+TableChild
			this.useGitCheckBox = new global::Gtk.CheckButton ();
			this.useGitCheckBox.CanFocus = true;
			this.useGitCheckBox.Name = "useGitCheckBox";
			this.useGitCheckBox.Label = global::Mono.Unix.Catalog.GetString ("Use git for version control.");
			this.useGitCheckBox.Active = true;
			this.useGitCheckBox.DrawIndicator = true;
			this.useGitCheckBox.UseUnderline = true;
			this.projectConfigurationTable.Add (this.useGitCheckBox);
			global::Gtk.Table.TableChild w11 = ((global::Gtk.Table.TableChild)(this.projectConfigurationTable [this.useGitCheckBox]));
			w11.TopAttach = ((uint)(4));
			w11.BottomAttach = ((uint)(5));
			w11.LeftAttach = ((uint)(1));
			w11.RightAttach = ((uint)(2));
			w11.XOptions = ((global::Gtk.AttachOptions)(4));
			w11.YOptions = ((global::Gtk.AttachOptions)(4));
			// Container child projectConfigurationTable.Gtk.Table+TableChild
			this.versionControlLabelHBox = new global::Gtk.HBox ();
			this.versionControlLabelHBox.Name = "versionControlLabelHBox";
			// Container child versionControlLabelHBox.Gtk.Box+BoxChild
			this.versionControlSpacerLabel = new global::Gtk.Label ();
			this.versionControlSpacerLabel.WidthRequest = 7;
			this.versionControlSpacerLabel.Name = "versionControlSpacerLabel";
			this.versionControlSpacerLabel.Justify = ((global::Gtk.Justification)(1));
			this.versionControlLabelHBox.Add (this.versionControlSpacerLabel);
			global::Gtk.Box.BoxChild w12 = ((global::Gtk.Box.BoxChild)(this.versionControlLabelHBox [this.versionControlSpacerLabel]));
			w12.Position = 0;
			w12.Expand = false;
			w12.Fill = false;
			// Container child versionControlLabelHBox.Gtk.Box+BoxChild
			this.versionControlLabel = new global::Gtk.Label ();
			this.versionControlLabel.Name = "versionControlLabel";
			this.versionControlLabel.Xpad = 5;
			this.versionControlLabel.Xalign = 1F;
			this.versionControlLabel.LabelProp = global::Mono.Unix.Catalog.GetString ("Version Control:");
			this.versionControlLabel.Justify = ((global::Gtk.Justification)(1));
			this.versionControlLabelHBox.Add (this.versionControlLabel);
			global::Gtk.Box.BoxChild w13 = ((global::Gtk.Box.BoxChild)(this.versionControlLabelHBox [this.versionControlLabel]));
			w13.Position = 1;
			w13.Expand = false;
			w13.Fill = false;
			this.projectConfigurationTable.Add (this.versionControlLabelHBox);
			global::Gtk.Table.TableChild w14 = ((global::Gtk.Table.TableChild)(this.projectConfigurationTable [this.versionControlLabelHBox]));
			w14.TopAttach = ((uint)(4));
			w14.BottomAttach = ((uint)(5));
			w14.XOptions = ((global::Gtk.AttachOptions)(4));
			w14.YOptions = ((global::Gtk.AttachOptions)(4));
			this.projectConfigurationVBox.Add (this.projectConfigurationTable);
			global::Gtk.Box.BoxChild w15 = ((global::Gtk.Box.BoxChild)(this.projectConfigurationVBox [this.projectConfigurationTable]));
			w15.Position = 1;
			w15.Expand = false;
			w15.Fill = false;
			// Container child projectConfigurationVBox.Gtk.Box+BoxChild
			this.projectConfigurationBottomEventBox = new global::Gtk.EventBox ();
			this.projectConfigurationBottomEventBox.Name = "projectConfigurationBottomEventBox";
			this.projectConfigurationVBox.Add (this.projectConfigurationBottomEventBox);
			global::Gtk.Box.BoxChild w16 = ((global::Gtk.Box.BoxChild)(this.projectConfigurationVBox [this.projectConfigurationBottomEventBox]));
			w16.Position = 2;
			this.projectConfigurationTableEventBox.Add (this.projectConfigurationVBox);
			this.mainHBox.Add (this.projectConfigurationTableEventBox);
			global::Gtk.Box.BoxChild w18 = ((global::Gtk.Box.BoxChild)(this.mainHBox [this.projectConfigurationTableEventBox]));
			w18.Position = 1;
			// Container child mainHBox.Gtk.Box+BoxChild
			this.projectConfigurationRightBorderEventBox = new global::Gtk.EventBox ();
			this.projectConfigurationRightBorderEventBox.WidthRequest = 30;
			this.projectConfigurationRightBorderEventBox.Name = "projectConfigurationRightBorderEventBox";
			this.mainHBox.Add (this.projectConfigurationRightBorderEventBox);
			global::Gtk.Box.BoxChild w19 = ((global::Gtk.Box.BoxChild)(this.mainHBox [this.projectConfigurationRightBorderEventBox]));
			w19.Position = 2;
			w19.Expand = false;
			// Container child mainHBox.Gtk.Box+BoxChild
			this.eventBox = new global::Gtk.EventBox ();
			this.eventBox.Name = "eventBox";
			// Container child eventBox.Gtk.Container+ContainerChild
			this.previewProjectFolderVBox = new global::Gtk.VBox ();
			this.previewProjectFolderVBox.Name = "previewProjectFolderVBox";
			this.previewProjectFolderVBox.Spacing = 6;
			this.previewProjectFolderVBox.BorderWidth = ((uint)(20));
			// Container child previewProjectFolderVBox.Gtk.Box+BoxChild
			this.projectFolderPreviewWidget = null;
			this.previewProjectFolderVBox.Add (this.projectFolderPreviewWidget);
			global::Gtk.Box.BoxChild w20 = ((global::Gtk.Box.BoxChild)(this.previewProjectFolderVBox [this.projectFolderPreviewWidget]));
			w20.Position = 0;
			this.eventBox.Add (this.previewProjectFolderVBox);
			this.mainHBox.Add (this.eventBox);
			global::Gtk.Box.BoxChild w22 = ((global::Gtk.Box.BoxChild)(this.mainHBox [this.eventBox]));
			w22.Position = 3;
			this.Add (this.mainHBox);
			if ((this.Child != null)) {
				this.Child.ShowAll ();
			}
			this.Hide ();
		}
 protected virtual void Build()
 {
     global::Stetic.Gui.Initialize(this);
     // Widget MonoDevelop.Ide.Projects.GtkProjectConfigurationWidget
     global::Stetic.BinContainer.Attach(this);
     this.Name = "MonoDevelop.Ide.Projects.GtkProjectConfigurationWidget";
     // Container child MonoDevelop.Ide.Projects.GtkProjectConfigurationWidget.Gtk.Container+ContainerChild
     this.mainHBox      = new global::Gtk.HBox();
     this.mainHBox.Name = "mainHBox";
     // Container child mainHBox.Gtk.Box+BoxChild
     this.leftBorderEventBox = new global::Gtk.EventBox();
     this.leftBorderEventBox.WidthRequest = 30;
     this.leftBorderEventBox.Name         = "leftBorderEventBox";
     this.mainHBox.Add(this.leftBorderEventBox);
     global::Gtk.Box.BoxChild w1 = ((global::Gtk.Box.BoxChild)(this.mainHBox [this.leftBorderEventBox]));
     w1.Position = 0;
     w1.Expand   = false;
     // Container child mainHBox.Gtk.Box+BoxChild
     this.projectConfigurationTableEventBox = new global::Gtk.EventBox();
     this.projectConfigurationTableEventBox.WidthRequest = 561;
     this.projectConfigurationTableEventBox.Name         = "projectConfigurationTableEventBox";
     // Container child projectConfigurationTableEventBox.Gtk.Container+ContainerChild
     this.projectConfigurationVBox      = new global::Gtk.VBox();
     this.projectConfigurationVBox.Name = "projectConfigurationVBox";
     // Container child projectConfigurationVBox.Gtk.Box+BoxChild
     this.projectConfigurationTopEventBox      = new global::Gtk.EventBox();
     this.projectConfigurationTopEventBox.Name = "projectConfigurationTopEventBox";
     this.projectConfigurationVBox.Add(this.projectConfigurationTopEventBox);
     global::Gtk.Box.BoxChild w2 = ((global::Gtk.Box.BoxChild)(this.projectConfigurationVBox [this.projectConfigurationTopEventBox]));
     w2.Position = 0;
     // Container child projectConfigurationVBox.Gtk.Box+BoxChild
     this.projectConfigurationTable               = new global::Gtk.Table(((uint)(8)), ((uint)(3)), false);
     this.projectConfigurationTable.Name          = "projectConfigurationTable";
     this.projectConfigurationTable.RowSpacing    = ((uint)(7));
     this.projectConfigurationTable.ColumnSpacing = ((uint)(6));
     // Container child projectConfigurationTable.Gtk.Table+TableChild
     this.browseButton              = new global::Gtk.Button();
     this.browseButton.CanFocus     = true;
     this.browseButton.Name         = "browseButton";
     this.browseButton.UseUnderline = true;
     this.browseButton.BorderWidth  = ((uint)(1));
     this.browseButton.Label        = global::Mono.Unix.Catalog.GetString("Browse...");
     this.projectConfigurationTable.Add(this.browseButton);
     global::Gtk.Table.TableChild w3 = ((global::Gtk.Table.TableChild)(this.projectConfigurationTable [this.browseButton]));
     w3.TopAttach    = ((uint)(3));
     w3.BottomAttach = ((uint)(4));
     w3.LeftAttach   = ((uint)(2));
     w3.RightAttach  = ((uint)(3));
     w3.XPadding     = ((uint)(5));
     w3.XOptions     = ((global::Gtk.AttachOptions)(4));
     w3.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child projectConfigurationTable.Gtk.Table+TableChild
     this.createGitIgnoreFileCheckBox               = new global::Gtk.CheckButton();
     this.createGitIgnoreFileCheckBox.CanFocus      = true;
     this.createGitIgnoreFileCheckBox.Name          = "createGitIgnoreFileCheckBox";
     this.createGitIgnoreFileCheckBox.Label         = global::Mono.Unix.Catalog.GetString("Create a .gitignore file to ignore inessential files.");
     this.createGitIgnoreFileCheckBox.Active        = true;
     this.createGitIgnoreFileCheckBox.DrawIndicator = true;
     this.createGitIgnoreFileCheckBox.UseUnderline  = true;
     this.projectConfigurationTable.Add(this.createGitIgnoreFileCheckBox);
     global::Gtk.Table.TableChild w4 = ((global::Gtk.Table.TableChild)(this.projectConfigurationTable [this.createGitIgnoreFileCheckBox]));
     w4.TopAttach    = ((uint)(7));
     w4.BottomAttach = ((uint)(8));
     w4.LeftAttach   = ((uint)(1));
     w4.RightAttach  = ((uint)(3));
     w4.XOptions     = ((global::Gtk.AttachOptions)(4));
     w4.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child projectConfigurationTable.Gtk.Table+TableChild
     this.createProjectWithinSolutionDirectoryCheckBox               = new global::Gtk.CheckButton();
     this.createProjectWithinSolutionDirectoryCheckBox.CanFocus      = true;
     this.createProjectWithinSolutionDirectoryCheckBox.Name          = "createProjectWithinSolutionDirectoryCheckBox";
     this.createProjectWithinSolutionDirectoryCheckBox.Label         = global::Mono.Unix.Catalog.GetString("Create a project within the solution directory.");
     this.createProjectWithinSolutionDirectoryCheckBox.Active        = true;
     this.createProjectWithinSolutionDirectoryCheckBox.DrawIndicator = true;
     this.createProjectWithinSolutionDirectoryCheckBox.UseUnderline  = true;
     this.projectConfigurationTable.Add(this.createProjectWithinSolutionDirectoryCheckBox);
     global::Gtk.Table.TableChild w5 = ((global::Gtk.Table.TableChild)(this.projectConfigurationTable [this.createProjectWithinSolutionDirectoryCheckBox]));
     w5.TopAttach    = ((uint)(4));
     w5.BottomAttach = ((uint)(5));
     w5.LeftAttach   = ((uint)(1));
     w5.RightAttach  = ((uint)(3));
     w5.XOptions     = ((global::Gtk.AttachOptions)(4));
     w5.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child projectConfigurationTable.Gtk.Table+TableChild
     this.locationLabel           = new global::Gtk.Label();
     this.locationLabel.Name      = "locationLabel";
     this.locationLabel.Xpad      = 5;
     this.locationLabel.Xalign    = 1F;
     this.locationLabel.LabelProp = global::Mono.Unix.Catalog.GetString("Location:");
     this.locationLabel.Justify   = ((global::Gtk.Justification)(1));
     this.projectConfigurationTable.Add(this.locationLabel);
     global::Gtk.Table.TableChild w6 = ((global::Gtk.Table.TableChild)(this.projectConfigurationTable [this.locationLabel]));
     w6.TopAttach    = ((uint)(3));
     w6.BottomAttach = ((uint)(4));
     w6.XOptions     = ((global::Gtk.AttachOptions)(4));
     w6.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child projectConfigurationTable.Gtk.Table+TableChild
     this.locationSeparator = new global::Gtk.DrawingArea();
     this.locationSeparator.HeightRequest = 1;
     this.locationSeparator.Name          = "locationSeparator";
     this.projectConfigurationTable.Add(this.locationSeparator);
     global::Gtk.Table.TableChild w7 = ((global::Gtk.Table.TableChild)(this.projectConfigurationTable [this.locationSeparator]));
     w7.TopAttach    = ((uint)(5));
     w7.BottomAttach = ((uint)(6));
     w7.RightAttach  = ((uint)(3));
     w7.YPadding     = ((uint)(10));
     w7.XOptions     = ((global::Gtk.AttachOptions)(4));
     w7.YOptions     = ((global::Gtk.AttachOptions)(0));
     // Container child projectConfigurationTable.Gtk.Table+TableChild
     this.locationTextBox               = new global::Gtk.Entry();
     this.locationTextBox.CanFocus      = true;
     this.locationTextBox.Name          = "locationTextBox";
     this.locationTextBox.IsEditable    = true;
     this.locationTextBox.InvisibleChar = '●';
     this.projectConfigurationTable.Add(this.locationTextBox);
     global::Gtk.Table.TableChild w8 = ((global::Gtk.Table.TableChild)(this.projectConfigurationTable [this.locationTextBox]));
     w8.TopAttach    = ((uint)(3));
     w8.BottomAttach = ((uint)(4));
     w8.LeftAttach   = ((uint)(1));
     w8.RightAttach  = ((uint)(2));
     w8.XOptions     = ((global::Gtk.AttachOptions)(4));
     w8.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child projectConfigurationTable.Gtk.Table+TableChild
     this.projectNameLabel           = new global::Gtk.Label();
     this.projectNameLabel.Name      = "projectNameLabel";
     this.projectNameLabel.Xpad      = 5;
     this.projectNameLabel.Xalign    = 1F;
     this.projectNameLabel.LabelProp = global::Mono.Unix.Catalog.GetString("Project Name:");
     this.projectNameLabel.Justify   = ((global::Gtk.Justification)(1));
     this.projectConfigurationTable.Add(this.projectNameLabel);
     global::Gtk.Table.TableChild w9 = ((global::Gtk.Table.TableChild)(this.projectConfigurationTable [this.projectNameLabel]));
     w9.XOptions = ((global::Gtk.AttachOptions)(4));
     w9.YOptions = ((global::Gtk.AttachOptions)(4));
     // Container child projectConfigurationTable.Gtk.Table+TableChild
     this.projectNameTextBox               = new global::Gtk.Entry();
     this.projectNameTextBox.CanFocus      = true;
     this.projectNameTextBox.Name          = "projectNameTextBox";
     this.projectNameTextBox.IsEditable    = true;
     this.projectNameTextBox.InvisibleChar = '●';
     this.projectConfigurationTable.Add(this.projectNameTextBox);
     global::Gtk.Table.TableChild w10 = ((global::Gtk.Table.TableChild)(this.projectConfigurationTable [this.projectNameTextBox]));
     w10.LeftAttach  = ((uint)(1));
     w10.RightAttach = ((uint)(2));
     w10.YOptions    = ((global::Gtk.AttachOptions)(4));
     // Container child projectConfigurationTable.Gtk.Table+TableChild
     this.solutionNameLabel           = new global::Gtk.Label();
     this.solutionNameLabel.Name      = "solutionNameLabel";
     this.solutionNameLabel.Xpad      = 5;
     this.solutionNameLabel.Xalign    = 1F;
     this.solutionNameLabel.LabelProp = global::Mono.Unix.Catalog.GetString("Solution Name:");
     this.solutionNameLabel.Justify   = ((global::Gtk.Justification)(1));
     this.projectConfigurationTable.Add(this.solutionNameLabel);
     global::Gtk.Table.TableChild w11 = ((global::Gtk.Table.TableChild)(this.projectConfigurationTable [this.solutionNameLabel]));
     w11.TopAttach    = ((uint)(1));
     w11.BottomAttach = ((uint)(2));
     w11.XOptions     = ((global::Gtk.AttachOptions)(4));
     w11.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child projectConfigurationTable.Gtk.Table+TableChild
     this.solutionNameSeparator = new global::Gtk.DrawingArea();
     this.solutionNameSeparator.HeightRequest = 1;
     this.solutionNameSeparator.Name          = "solutionNameSeparator";
     this.projectConfigurationTable.Add(this.solutionNameSeparator);
     global::Gtk.Table.TableChild w12 = ((global::Gtk.Table.TableChild)(this.projectConfigurationTable [this.solutionNameSeparator]));
     w12.TopAttach    = ((uint)(2));
     w12.BottomAttach = ((uint)(3));
     w12.RightAttach  = ((uint)(3));
     w12.YPadding     = ((uint)(10));
     w12.XOptions     = ((global::Gtk.AttachOptions)(4));
     w12.YOptions     = ((global::Gtk.AttachOptions)(0));
     // Container child projectConfigurationTable.Gtk.Table+TableChild
     this.solutionNameTextBox               = new global::Gtk.Entry();
     this.solutionNameTextBox.CanFocus      = true;
     this.solutionNameTextBox.Name          = "solutionNameTextBox";
     this.solutionNameTextBox.IsEditable    = true;
     this.solutionNameTextBox.InvisibleChar = '●';
     this.projectConfigurationTable.Add(this.solutionNameTextBox);
     global::Gtk.Table.TableChild w13 = ((global::Gtk.Table.TableChild)(this.projectConfigurationTable [this.solutionNameTextBox]));
     w13.TopAttach    = ((uint)(1));
     w13.BottomAttach = ((uint)(2));
     w13.LeftAttach   = ((uint)(1));
     w13.RightAttach  = ((uint)(2));
     w13.XOptions     = ((global::Gtk.AttachOptions)(4));
     w13.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child projectConfigurationTable.Gtk.Table+TableChild
     this.useGitCheckBox               = new global::Gtk.CheckButton();
     this.useGitCheckBox.CanFocus      = true;
     this.useGitCheckBox.Name          = "useGitCheckBox";
     this.useGitCheckBox.Label         = global::Mono.Unix.Catalog.GetString("Use git for version control.");
     this.useGitCheckBox.Active        = true;
     this.useGitCheckBox.DrawIndicator = true;
     this.useGitCheckBox.UseUnderline  = true;
     this.projectConfigurationTable.Add(this.useGitCheckBox);
     global::Gtk.Table.TableChild w14 = ((global::Gtk.Table.TableChild)(this.projectConfigurationTable [this.useGitCheckBox]));
     w14.TopAttach    = ((uint)(6));
     w14.BottomAttach = ((uint)(7));
     w14.LeftAttach   = ((uint)(1));
     w14.RightAttach  = ((uint)(2));
     w14.XOptions     = ((global::Gtk.AttachOptions)(4));
     w14.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child projectConfigurationTable.Gtk.Table+TableChild
     this.versionControlLabelHBox      = new global::Gtk.HBox();
     this.versionControlLabelHBox.Name = "versionControlLabelHBox";
     // Container child versionControlLabelHBox.Gtk.Box+BoxChild
     this.versionControlSpacerLabel = new global::Gtk.Label();
     this.versionControlSpacerLabel.WidthRequest = 24;
     this.versionControlSpacerLabel.Name         = "versionControlSpacerLabel";
     this.versionControlSpacerLabel.Justify      = ((global::Gtk.Justification)(1));
     this.versionControlLabelHBox.Add(this.versionControlSpacerLabel);
     global::Gtk.Box.BoxChild w15 = ((global::Gtk.Box.BoxChild)(this.versionControlLabelHBox [this.versionControlSpacerLabel]));
     w15.Position = 0;
     w15.Expand   = false;
     w15.Fill     = false;
     // Container child versionControlLabelHBox.Gtk.Box+BoxChild
     this.versionControlLabel           = new global::Gtk.Label();
     this.versionControlLabel.Name      = "versionControlLabel";
     this.versionControlLabel.Xpad      = 5;
     this.versionControlLabel.Xalign    = 1F;
     this.versionControlLabel.LabelProp = global::Mono.Unix.Catalog.GetString("Version Control:");
     this.versionControlLabel.Justify   = ((global::Gtk.Justification)(1));
     this.versionControlLabelHBox.Add(this.versionControlLabel);
     global::Gtk.Box.BoxChild w16 = ((global::Gtk.Box.BoxChild)(this.versionControlLabelHBox [this.versionControlLabel]));
     w16.Position = 1;
     w16.Expand   = false;
     w16.Fill     = false;
     this.projectConfigurationTable.Add(this.versionControlLabelHBox);
     global::Gtk.Table.TableChild w17 = ((global::Gtk.Table.TableChild)(this.projectConfigurationTable [this.versionControlLabelHBox]));
     w17.TopAttach    = ((uint)(6));
     w17.BottomAttach = ((uint)(7));
     w17.XOptions     = ((global::Gtk.AttachOptions)(4));
     w17.YOptions     = ((global::Gtk.AttachOptions)(4));
     this.projectConfigurationVBox.Add(this.projectConfigurationTable);
     global::Gtk.Box.BoxChild w18 = ((global::Gtk.Box.BoxChild)(this.projectConfigurationVBox [this.projectConfigurationTable]));
     w18.Position = 1;
     w18.Expand   = false;
     w18.Fill     = false;
     // Container child projectConfigurationVBox.Gtk.Box+BoxChild
     this.projectConfigurationBottomEventBox      = new global::Gtk.EventBox();
     this.projectConfigurationBottomEventBox.Name = "projectConfigurationBottomEventBox";
     this.projectConfigurationVBox.Add(this.projectConfigurationBottomEventBox);
     global::Gtk.Box.BoxChild w19 = ((global::Gtk.Box.BoxChild)(this.projectConfigurationVBox [this.projectConfigurationBottomEventBox]));
     w19.Position = 2;
     this.projectConfigurationTableEventBox.Add(this.projectConfigurationVBox);
     this.mainHBox.Add(this.projectConfigurationTableEventBox);
     global::Gtk.Box.BoxChild w21 = ((global::Gtk.Box.BoxChild)(this.mainHBox [this.projectConfigurationTableEventBox]));
     w21.Position = 1;
     // Container child mainHBox.Gtk.Box+BoxChild
     this.projectConfigurationRightBorderEventBox = new global::Gtk.EventBox();
     this.projectConfigurationRightBorderEventBox.WidthRequest = 30;
     this.projectConfigurationRightBorderEventBox.Name         = "projectConfigurationRightBorderEventBox";
     this.mainHBox.Add(this.projectConfigurationRightBorderEventBox);
     global::Gtk.Box.BoxChild w22 = ((global::Gtk.Box.BoxChild)(this.mainHBox [this.projectConfigurationRightBorderEventBox]));
     w22.Position = 2;
     w22.Expand   = false;
     // Container child mainHBox.Gtk.Box+BoxChild
     this.eventBox      = new global::Gtk.EventBox();
     this.eventBox.Name = "eventBox";
     // Container child eventBox.Gtk.Container+ContainerChild
     this.previewProjectFolderVBox             = new global::Gtk.VBox();
     this.previewProjectFolderVBox.Name        = "previewProjectFolderVBox";
     this.previewProjectFolderVBox.Spacing     = 6;
     this.previewProjectFolderVBox.BorderWidth = ((uint)(20));
     // Container child previewProjectFolderVBox.Gtk.Box+BoxChild
     this.projectFolderPreviewWidget = new global::MonoDevelop.Ide.Projects.GtkProjectFolderPreviewWidget();
     this.projectFolderPreviewWidget.WidthRequest = 240;
     this.projectFolderPreviewWidget.Events       = ((global::Gdk.EventMask)(256));
     this.projectFolderPreviewWidget.Name         = "projectFolderPreviewWidget";
     this.previewProjectFolderVBox.Add(this.projectFolderPreviewWidget);
     global::Gtk.Box.BoxChild w23 = ((global::Gtk.Box.BoxChild)(this.previewProjectFolderVBox [this.projectFolderPreviewWidget]));
     w23.Position = 0;
     this.eventBox.Add(this.previewProjectFolderVBox);
     this.mainHBox.Add(this.eventBox);
     global::Gtk.Box.BoxChild w25 = ((global::Gtk.Box.BoxChild)(this.mainHBox [this.eventBox]));
     w25.Position = 3;
     this.Add(this.mainHBox);
     if ((this.Child != null))
     {
         this.Child.ShowAll();
     }
     this.Hide();
 }
 protected virtual void Build()
 {
     global::Stetic.Gui.Initialize(this);
     // Widget LongoMatch.Gui.Component.SynchronizationWidget
     global::Stetic.BinContainer.Attach(this);
     this.Name = "LongoMatch.Gui.Component.SynchronizationWidget";
     // Container child LongoMatch.Gui.Component.SynchronizationWidget.Gtk.Container+ContainerChild
     this.headereventbox      = new global::Gtk.EventBox();
     this.headereventbox.Name = "headereventbox";
     // Container child headereventbox.Gtk.Container+ContainerChild
     this.vbox1         = new global::Gtk.VBox();
     this.vbox1.Name    = "vbox1";
     this.vbox1.Spacing = 6;
     // Container child vbox1.Gtk.Box+BoxChild
     this.videoplayerbox         = new global::Gtk.HBox();
     this.videoplayerbox.Name    = "videoplayerbox";
     this.videoplayerbox.Spacing = 6;
     this.vbox1.Add(this.videoplayerbox);
     global::Gtk.Box.BoxChild w1 = ((global::Gtk.Box.BoxChild)(this.vbox1[this.videoplayerbox]));
     w1.Position = 0;
     // Container child vbox1.Gtk.Box+BoxChild
     this.hbox5      = new global::Gtk.HBox();
     this.hbox5.Name = "hbox5";
     // Container child hbox5.Gtk.Box+BoxChild
     this.labels_alignment      = new global::Gtk.Alignment(0.5F, 0.5F, 1F, 1F);
     this.labels_alignment.Name = "labels_alignment";
     // Container child labels_alignment.Gtk.Container+ContainerChild
     this.labels_vbox      = new global::Gtk.VBox();
     this.labels_vbox.Name = "labels_vbox";
     // Container child labels_vbox.Gtk.Box+BoxChild
     this.labelsarea      = new global::Gtk.DrawingArea();
     this.labelsarea.Name = "labelsarea";
     this.labels_vbox.Add(this.labelsarea);
     global::Gtk.Box.BoxChild w2 = ((global::Gtk.Box.BoxChild)(this.labels_vbox[this.labelsarea]));
     w2.Position = 0;
     // Container child labels_vbox.Gtk.Box+BoxChild
     this.zoomhbox         = new global::Gtk.HBox();
     this.zoomhbox.Name    = "zoomhbox";
     this.zoomhbox.Spacing = 6;
     // Container child zoomhbox.Gtk.Box+BoxChild
     this.zoomoutimage = new global::VAS.UI.Helpers.ImageView();
     this.zoomoutimage.WidthRequest  = 14;
     this.zoomoutimage.HeightRequest = 8;
     this.zoomoutimage.Name          = "zoomoutimage";
     this.zoomhbox.Add(this.zoomoutimage);
     global::Gtk.Box.BoxChild w3 = ((global::Gtk.Box.BoxChild)(this.zoomhbox[this.zoomoutimage]));
     w3.Position = 0;
     w3.Expand   = false;
     w3.Fill     = false;
     // Container child zoomhbox.Gtk.Box+BoxChild
     this.zoomscale                          = new global::Gtk.HScale(null);
     this.zoomscale.CanFocus                 = true;
     this.zoomscale.Name                     = "zoomscale";
     this.zoomscale.Adjustment.Upper         = 100;
     this.zoomscale.Adjustment.PageIncrement = 10;
     this.zoomscale.Adjustment.StepIncrement = 1;
     this.zoomscale.DrawValue                = false;
     this.zoomscale.Digits                   = 0;
     this.zoomscale.ValuePos                 = ((global::Gtk.PositionType)(2));
     this.zoomhbox.Add(this.zoomscale);
     global::Gtk.Box.BoxChild w4 = ((global::Gtk.Box.BoxChild)(this.zoomhbox[this.zoomscale]));
     w4.Position = 1;
     // Container child zoomhbox.Gtk.Box+BoxChild
     this.zoominimage = new global::VAS.UI.Helpers.ImageView();
     this.zoominimage.WidthRequest  = 14;
     this.zoominimage.HeightRequest = 8;
     this.zoominimage.Name          = "zoominimage";
     this.zoomhbox.Add(this.zoominimage);
     global::Gtk.Box.BoxChild w5 = ((global::Gtk.Box.BoxChild)(this.zoomhbox[this.zoominimage]));
     w5.Position = 2;
     w5.Expand   = false;
     w5.Fill     = false;
     this.labels_vbox.Add(this.zoomhbox);
     global::Gtk.Box.BoxChild w6 = ((global::Gtk.Box.BoxChild)(this.labels_vbox[this.zoomhbox]));
     w6.Position = 1;
     w6.Expand   = false;
     w6.Fill     = false;
     this.labels_alignment.Add(this.labels_vbox);
     this.hbox5.Add(this.labels_alignment);
     global::Gtk.Box.BoxChild w8 = ((global::Gtk.Box.BoxChild)(this.hbox5[this.labels_alignment]));
     w8.Position = 0;
     w8.Expand   = false;
     // Container child hbox5.Gtk.Box+BoxChild
     this.vbox9      = new global::Gtk.VBox();
     this.vbox9.Name = "vbox9";
     // Container child vbox9.Gtk.Box+BoxChild
     this.timerulearea      = new global::Gtk.DrawingArea();
     this.timerulearea.Name = "timerulearea";
     this.vbox9.Add(this.timerulearea);
     global::Gtk.Box.BoxChild w9 = ((global::Gtk.Box.BoxChild)(this.vbox9[this.timerulearea]));
     w9.Position = 0;
     w9.Expand   = false;
     // Container child vbox9.Gtk.Box+BoxChild
     this.scrolledwindow2 = new global::Gtk.ScrolledWindow();
     this.scrolledwindow2.HeightRequest    = 50;
     this.scrolledwindow2.CanFocus         = true;
     this.scrolledwindow2.Name             = "scrolledwindow2";
     this.scrolledwindow2.VscrollbarPolicy = ((global::Gtk.PolicyType)(2));
     this.scrolledwindow2.HscrollbarPolicy = ((global::Gtk.PolicyType)(0));
     // Container child scrolledwindow2.Gtk.Container+ContainerChild
     global::Gtk.Viewport w10 = new global::Gtk.Viewport();
     w10.ShadowType = ((global::Gtk.ShadowType)(0));
     // Container child GtkViewport.Gtk.Container+ContainerChild
     this.timelinearea      = new global::Gtk.DrawingArea();
     this.timelinearea.Name = "timelinearea";
     w10.Add(this.timelinearea);
     this.scrolledwindow2.Add(w10);
     this.vbox9.Add(this.scrolledwindow2);
     global::Gtk.Box.BoxChild w13 = ((global::Gtk.Box.BoxChild)(this.vbox9[this.scrolledwindow2]));
     w13.Position = 1;
     this.hbox5.Add(this.vbox9);
     global::Gtk.Box.BoxChild w14 = ((global::Gtk.Box.BoxChild)(this.hbox5[this.vbox9]));
     w14.Position = 1;
     this.vbox1.Add(this.hbox5);
     global::Gtk.Box.BoxChild w15 = ((global::Gtk.Box.BoxChild)(this.vbox1[this.hbox5]));
     w15.Position = 1;
     w15.Expand   = false;
     w15.Fill     = false;
     this.headereventbox.Add(this.vbox1);
     this.Add(this.headereventbox);
     if ((this.Child != null))
     {
         this.Child.ShowAll();
     }
     this.Hide();
 }
 protected virtual void Build()
 {
     global::Stetic.Gui.Initialize (this);
     // Widget RippleClientGtk.RandomSeedGenerator
     this.Name = "RippleClientGtk.RandomSeedGenerator";
     this.WindowPosition = ((global::Gtk.WindowPosition)(4));
     // Internal child RippleClientGtk.RandomSeedGenerator.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.label11 = new global::Gtk.Label ();
     this.label11.Name = "label11";
     this.label11.LabelProp = global::Mono.Unix.Catalog.GetString ("<big><b><u>Random Seed Generator</u></b></big>");
     this.label11.UseMarkup = true;
     this.vbox2.Add (this.label11);
     global::Gtk.Box.BoxChild w2 = ((global::Gtk.Box.BoxChild)(this.vbox2 [this.label11]));
     w2.Position = 0;
     w2.Expand = false;
     w2.Fill = false;
     // Container child vbox2.Gtk.Box+BoxChild
     this.hseparator1 = new global::Gtk.HSeparator ();
     this.hseparator1.Name = "hseparator1";
     this.vbox2.Add (this.hseparator1);
     global::Gtk.Box.BoxChild w3 = ((global::Gtk.Box.BoxChild)(this.vbox2 [this.hseparator1]));
     w3.Position = 1;
     w3.Expand = false;
     w3.Fill = false;
     // Container child vbox2.Gtk.Box+BoxChild
     this.label1 = new global::Gtk.Label ();
     this.label1.Name = "label1";
     this.label1.LabelProp = global::Mono.Unix.Catalog.GetString ("Enter an alpha-numeric phrase of minimum 10 characters to use as a salt for the seed generation");
     this.label1.UseMarkup = true;
     this.label1.Wrap = true;
     this.vbox2.Add (this.label1);
     global::Gtk.Box.BoxChild w4 = ((global::Gtk.Box.BoxChild)(this.vbox2 [this.label1]));
     w4.Position = 2;
     w4.Expand = false;
     w4.Fill = false;
     // Container child vbox2.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.vbox2.Add (this.entry1);
     global::Gtk.Box.BoxChild w5 = ((global::Gtk.Box.BoxChild)(this.vbox2 [this.entry1]));
     w5.Position = 3;
     w5.Expand = false;
     w5.Fill = false;
     // Container child vbox2.Gtk.Box+BoxChild
     this.hseparator2 = new global::Gtk.HSeparator ();
     this.hseparator2.Name = "hseparator2";
     this.vbox2.Add (this.hseparator2);
     global::Gtk.Box.BoxChild w6 = ((global::Gtk.Box.BoxChild)(this.vbox2 [this.hseparator2]));
     w6.Position = 4;
     w6.Expand = false;
     w6.Fill = false;
     // Container child vbox2.Gtk.Box+BoxChild
     this.label3 = new global::Gtk.Label ();
     this.label3.Name = "label3";
     this.label3.LabelProp = global::Mono.Unix.Catalog.GetString ("Move your mouse around as much as you would like for added entropy");
     this.vbox2.Add (this.label3);
     global::Gtk.Box.BoxChild w7 = ((global::Gtk.Box.BoxChild)(this.vbox2 [this.label3]));
     w7.Position = 5;
     w7.Expand = false;
     w7.Fill = false;
     // Container child vbox2.Gtk.Box+BoxChild
     this.drawingarea1 = new global::Gtk.DrawingArea ();
     this.drawingarea1.Events = ((global::Gdk.EventMask)(4));
     this.drawingarea1.Name = "drawingarea1";
     this.vbox2.Add (this.drawingarea1);
     global::Gtk.Box.BoxChild w8 = ((global::Gtk.Box.BoxChild)(this.vbox2 [this.drawingarea1]));
     w8.Position = 6;
     // Container child vbox2.Gtk.Box+BoxChild
     this.bigintlabel = new global::Gtk.Label ();
     this.bigintlabel.Name = "bigintlabel";
     this.bigintlabel.Xpad = 5;
     this.bigintlabel.Ypad = 5;
     this.bigintlabel.Xalign = 0F;
     this.bigintlabel.LabelProp = global::Mono.Unix.Catalog.GetString ("0");
     this.vbox2.Add (this.bigintlabel);
     global::Gtk.Box.BoxChild w9 = ((global::Gtk.Box.BoxChild)(this.vbox2 [this.bigintlabel]));
     w9.Position = 7;
     w9.Expand = false;
     w9.Fill = false;
     w1.Add (this.vbox2);
     global::Gtk.Box.BoxChild w10 = ((global::Gtk.Box.BoxChild)(w1 [this.vbox2]));
     w10.Position = 0;
     // Internal child RippleClientGtk.RandomSeedGenerator.ActionArea
     global::Gtk.HButtonBox w11 = this.ActionArea;
     w11.Name = "dialog1_ActionArea";
     w11.Spacing = 10;
     w11.BorderWidth = ((uint)(5));
     w11.LayoutStyle = ((global::Gtk.ButtonBoxStyle)(4));
     // Container child dialog1_ActionArea.Gtk.ButtonBox+ButtonBoxChild
     this.buttonCancel = new global::Gtk.Button ();
     this.buttonCancel.CanDefault = true;
     this.buttonCancel.CanFocus = true;
     this.buttonCancel.Name = "buttonCancel";
     this.buttonCancel.UseStock = true;
     this.buttonCancel.UseUnderline = true;
     this.buttonCancel.Label = "gtk-cancel";
     this.AddActionWidget (this.buttonCancel, -6);
     global::Gtk.ButtonBox.ButtonBoxChild w12 = ((global::Gtk.ButtonBox.ButtonBoxChild)(w11 [this.buttonCancel]));
     w12.Expand = false;
     w12.Fill = false;
     // Container child dialog1_ActionArea.Gtk.ButtonBox+ButtonBoxChild
     this.buttonOk = new global::Gtk.Button ();
     this.buttonOk.CanDefault = true;
     this.buttonOk.CanFocus = true;
     this.buttonOk.Name = "buttonOk";
     this.buttonOk.UseStock = true;
     this.buttonOk.UseUnderline = true;
     this.buttonOk.Label = "gtk-ok";
     this.AddActionWidget (this.buttonOk, -5);
     global::Gtk.ButtonBox.ButtonBoxChild w13 = ((global::Gtk.ButtonBox.ButtonBoxChild)(w11 [this.buttonOk]));
     w13.Position = 1;
     w13.Expand = false;
     w13.Fill = false;
     if ((this.Child != null)) {
         this.Child.ShowAll ();
     }
     this.DefaultWidth = 508;
     this.DefaultHeight = 300;
     this.Show ();
 }
Esempio n. 41
0
 protected virtual void Build()
 {
     global::Stetic.Gui.Initialize(this);
     // Widget MainWindow
     this.Name = "MainWindow";
     this.Title = global::Mono.Unix.Catalog.GetString("GeneticSharp :: Runner");
     this.Icon = new global::Gdk.Pixbuf(global::System.IO.Path.Combine(global::System.AppDomain.CurrentDomain.BaseDirectory, "./Icon.png"));
     this.WindowPosition = ((global::Gtk.WindowPosition)(1));
     this.Modal = true;
     this.DefaultWidth = 800;
     this.DefaultHeight = 600;
     // Container child MainWindow.Gtk.Container+ContainerChild
     this.hbxMain = new global::Gtk.HBox();
     this.hbxMain.Name = "hbxMain";
     this.hbxMain.Spacing = 10;
     this.hbxMain.BorderWidth = ((uint)(10));
     // Container child hbxMain.Gtk.Box+BoxChild
     this.drawingArea = new global::Gtk.DrawingArea();
     this.drawingArea.Name = "drawingArea";
     this.hbxMain.Add(this.drawingArea);
     global::Gtk.Box.BoxChild w1 = ((global::Gtk.Box.BoxChild)(this.hbxMain[this.drawingArea]));
     w1.Position = 0;
     w1.Padding = ((uint)(1));
     // Container child hbxMain.Gtk.Box+BoxChild
     this.vbxConfig = new global::Gtk.VBox();
     this.vbxConfig.Name = "vbxConfig";
     this.vbxConfig.Spacing = 6;
     // Container child vbxConfig.Gtk.Box+BoxChild
     this.vbxSample = new global::Gtk.VBox();
     this.vbxSample.Name = "vbxSample";
     this.vbxSample.Spacing = 6;
     // Container child vbxSample.Gtk.Box+BoxChild
     this.label4 = new global::Gtk.Label();
     this.label4.Name = "label4";
     this.label4.LabelProp = global::Mono.Unix.Catalog.GetString("Problem");
     this.vbxSample.Add(this.label4);
     global::Gtk.Box.BoxChild w2 = ((global::Gtk.Box.BoxChild)(this.vbxSample[this.label4]));
     w2.Position = 0;
     w2.Expand = false;
     w2.Fill = false;
     // Container child vbxSample.Gtk.Box+BoxChild
     this.cmbSample = global::Gtk.ComboBox.NewText();
     this.cmbSample.Name = "cmbSample";
     this.vbxSample.Add(this.cmbSample);
     global::Gtk.Box.BoxChild w3 = ((global::Gtk.Box.BoxChild)(this.vbxSample[this.cmbSample]));
     w3.Position = 1;
     w3.Expand = false;
     w3.Fill = false;
     // Container child vbxSample.Gtk.Box+BoxChild
     this.problemConfigWidgetContainer = new global::Gtk.VPaned();
     this.problemConfigWidgetContainer.CanFocus = true;
     this.problemConfigWidgetContainer.Name = "problemConfigWidgetContainer";
     this.problemConfigWidgetContainer.Position = 10;
     this.vbxSample.Add(this.problemConfigWidgetContainer);
     global::Gtk.Box.BoxChild w4 = ((global::Gtk.Box.BoxChild)(this.vbxSample[this.problemConfigWidgetContainer]));
     w4.Position = 2;
     this.vbxConfig.Add(this.vbxSample);
     global::Gtk.Box.BoxChild w5 = ((global::Gtk.Box.BoxChild)(this.vbxConfig[this.vbxSample]));
     w5.Position = 0;
     // Container child vbxConfig.Gtk.Box+BoxChild
     this.vbxGA = new global::Gtk.VBox();
     this.vbxGA.WidthRequest = 250;
     this.vbxGA.Name = "vbxGA";
     this.vbxGA.Spacing = 6;
     // Container child vbxGA.Gtk.Box+BoxChild
     this.vbbSample = new global::Gtk.VButtonBox();
     this.vbbSample.Name = "vbbSample";
     this.vbxGA.Add(this.vbbSample);
     global::Gtk.Box.BoxChild w6 = ((global::Gtk.Box.BoxChild)(this.vbxGA[this.vbbSample]));
     w6.Position = 0;
     // Container child vbxGA.Gtk.Box+BoxChild
     this.hseparator1 = new global::Gtk.HSeparator();
     this.hseparator1.Name = "hseparator1";
     this.vbxGA.Add(this.hseparator1);
     global::Gtk.Box.BoxChild w7 = ((global::Gtk.Box.BoxChild)(this.vbxGA[this.hseparator1]));
     w7.Position = 1;
     w7.Expand = false;
     w7.Fill = false;
     // Container child vbxGA.Gtk.Box+BoxChild
     this.label1 = new global::Gtk.Label();
     this.label1.Name = "label1";
     this.label1.LabelProp = global::Mono.Unix.Catalog.GetString("Population size");
     this.vbxGA.Add(this.label1);
     global::Gtk.Box.BoxChild w8 = ((global::Gtk.Box.BoxChild)(this.vbxGA[this.label1]));
     w8.Position = 2;
     w8.Expand = false;
     w8.Fill = false;
     // Container child vbxGA.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("Min");
     this.hbox2.Add(this.label2);
     global::Gtk.Box.BoxChild w9 = ((global::Gtk.Box.BoxChild)(this.hbox2[this.label2]));
     w9.Position = 0;
     w9.Expand = false;
     w9.Fill = false;
     // Container child hbox2.Gtk.Box+BoxChild
     this.sbtPopulationMinSize = new global::Gtk.SpinButton(2, 10000, 1);
     this.sbtPopulationMinSize.CanFocus = true;
     this.sbtPopulationMinSize.Name = "sbtPopulationMinSize";
     this.sbtPopulationMinSize.Adjustment.PageIncrement = 10;
     this.sbtPopulationMinSize.ClimbRate = 1;
     this.sbtPopulationMinSize.Numeric = true;
     this.sbtPopulationMinSize.Value = 50;
     this.hbox2.Add(this.sbtPopulationMinSize);
     global::Gtk.Box.BoxChild w10 = ((global::Gtk.Box.BoxChild)(this.hbox2[this.sbtPopulationMinSize]));
     w10.Position = 1;
     w10.Expand = false;
     w10.Fill = false;
     w10.Padding = ((uint)(3));
     // Container child hbox2.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("Max");
     this.hbox3.Add(this.label3);
     global::Gtk.Box.BoxChild w11 = ((global::Gtk.Box.BoxChild)(this.hbox3[this.label3]));
     w11.Position = 0;
     w11.Expand = false;
     w11.Fill = false;
     // Container child hbox3.Gtk.Box+BoxChild
     this.sbtPopulationMaxSize = new global::Gtk.SpinButton(2, 10000, 1);
     this.sbtPopulationMaxSize.CanFocus = true;
     this.sbtPopulationMaxSize.Name = "sbtPopulationMaxSize";
     this.sbtPopulationMaxSize.Adjustment.PageIncrement = 10;
     this.sbtPopulationMaxSize.ClimbRate = 1;
     this.sbtPopulationMaxSize.Numeric = true;
     this.sbtPopulationMaxSize.Value = 70;
     this.hbox3.Add(this.sbtPopulationMaxSize);
     global::Gtk.Box.BoxChild w12 = ((global::Gtk.Box.BoxChild)(this.hbox3[this.sbtPopulationMaxSize]));
     w12.Position = 1;
     w12.Expand = false;
     w12.Fill = false;
     this.hbox2.Add(this.hbox3);
     global::Gtk.Box.BoxChild w13 = ((global::Gtk.Box.BoxChild)(this.hbox2[this.hbox3]));
     w13.PackType = ((global::Gtk.PackType)(1));
     w13.Position = 2;
     w13.Expand = false;
     w13.Fill = false;
     this.vbxGA.Add(this.hbox2);
     global::Gtk.Box.BoxChild w14 = ((global::Gtk.Box.BoxChild)(this.vbxGA[this.hbox2]));
     w14.Position = 3;
     w14.Expand = false;
     w14.Fill = false;
     // Container child vbxGA.Gtk.Box+BoxChild
     this.hbox11 = new global::Gtk.HBox();
     this.hbox11.Name = "hbox11";
     this.hbox11.Spacing = 6;
     // Container child hbox11.Gtk.Box+BoxChild
     this.cmbGenerationStrategy = global::Gtk.ComboBox.NewText();
     this.cmbGenerationStrategy.WidthRequest = 200;
     this.cmbGenerationStrategy.Name = "cmbGenerationStrategy";
     this.hbox11.Add(this.cmbGenerationStrategy);
     global::Gtk.Box.BoxChild w15 = ((global::Gtk.Box.BoxChild)(this.hbox11[this.cmbGenerationStrategy]));
     w15.Position = 0;
     w15.Expand = false;
     w15.Fill = false;
     // Container child hbox11.Gtk.Box+BoxChild
     this.btnEditGenerationStrategy = new global::Gtk.Button();
     this.btnEditGenerationStrategy.CanFocus = true;
     this.btnEditGenerationStrategy.Name = "btnEditGenerationStrategy";
     this.btnEditGenerationStrategy.UseUnderline = true;
     this.btnEditGenerationStrategy.Label = global::Mono.Unix.Catalog.GetString("Edit");
     this.hbox11.Add(this.btnEditGenerationStrategy);
     global::Gtk.Box.BoxChild w16 = ((global::Gtk.Box.BoxChild)(this.hbox11[this.btnEditGenerationStrategy]));
     w16.Position = 1;
     w16.Expand = false;
     w16.Fill = false;
     this.vbxGA.Add(this.hbox11);
     global::Gtk.Box.BoxChild w17 = ((global::Gtk.Box.BoxChild)(this.vbxGA[this.hbox11]));
     w17.Position = 4;
     w17.Expand = false;
     w17.Fill = false;
     // Container child vbxGA.Gtk.Box+BoxChild
     this.hseparator2 = new global::Gtk.HSeparator();
     this.hseparator2.Name = "hseparator2";
     this.vbxGA.Add(this.hseparator2);
     global::Gtk.Box.BoxChild w18 = ((global::Gtk.Box.BoxChild)(this.vbxGA[this.hseparator2]));
     w18.Position = 5;
     w18.Expand = false;
     w18.Fill = false;
     // Container child vbxGA.Gtk.Box+BoxChild
     this.label5 = new global::Gtk.Label();
     this.label5.Name = "label5";
     this.label5.LabelProp = global::Mono.Unix.Catalog.GetString("Selection");
     this.vbxGA.Add(this.label5);
     global::Gtk.Box.BoxChild w19 = ((global::Gtk.Box.BoxChild)(this.vbxGA[this.label5]));
     w19.Position = 6;
     w19.Expand = false;
     w19.Fill = false;
     // Container child vbxGA.Gtk.Box+BoxChild
     this.hbox5 = new global::Gtk.HBox();
     this.hbox5.Name = "hbox5";
     this.hbox5.Spacing = 6;
     // Container child hbox5.Gtk.Box+BoxChild
     this.cmbSelection = global::Gtk.ComboBox.NewText();
     this.cmbSelection.WidthRequest = 200;
     this.cmbSelection.Name = "cmbSelection";
     this.hbox5.Add(this.cmbSelection);
     global::Gtk.Box.BoxChild w20 = ((global::Gtk.Box.BoxChild)(this.hbox5[this.cmbSelection]));
     w20.Position = 0;
     w20.Expand = false;
     w20.Fill = false;
     // Container child hbox5.Gtk.Box+BoxChild
     this.btnEditSelection = new global::Gtk.Button();
     this.btnEditSelection.CanFocus = true;
     this.btnEditSelection.Name = "btnEditSelection";
     this.btnEditSelection.UseUnderline = true;
     this.btnEditSelection.Label = global::Mono.Unix.Catalog.GetString("Edit");
     this.hbox5.Add(this.btnEditSelection);
     global::Gtk.Box.BoxChild w21 = ((global::Gtk.Box.BoxChild)(this.hbox5[this.btnEditSelection]));
     w21.Position = 1;
     w21.Expand = false;
     w21.Fill = false;
     this.vbxGA.Add(this.hbox5);
     global::Gtk.Box.BoxChild w22 = ((global::Gtk.Box.BoxChild)(this.vbxGA[this.hbox5]));
     w22.Position = 7;
     w22.Expand = false;
     w22.Fill = false;
     // Container child vbxGA.Gtk.Box+BoxChild
     this.hseparator4 = new global::Gtk.HSeparator();
     this.hseparator4.Name = "hseparator4";
     this.vbxGA.Add(this.hseparator4);
     global::Gtk.Box.BoxChild w23 = ((global::Gtk.Box.BoxChild)(this.vbxGA[this.hseparator4]));
     w23.Position = 8;
     w23.Expand = false;
     w23.Fill = false;
     // Container child vbxGA.Gtk.Box+BoxChild
     this.label7 = new global::Gtk.Label();
     this.label7.Name = "label7";
     this.label7.LabelProp = global::Mono.Unix.Catalog.GetString("Crossover");
     this.vbxGA.Add(this.label7);
     global::Gtk.Box.BoxChild w24 = ((global::Gtk.Box.BoxChild)(this.vbxGA[this.label7]));
     w24.Position = 9;
     w24.Expand = false;
     w24.Fill = false;
     // Container child vbxGA.Gtk.Box+BoxChild
     this.hbox9 = new global::Gtk.HBox();
     this.hbox9.Name = "hbox9";
     this.hbox9.Spacing = 6;
     // Container child hbox9.Gtk.Box+BoxChild
     this.label10 = new global::Gtk.Label();
     this.label10.Name = "label10";
     this.label10.LabelProp = global::Mono.Unix.Catalog.GetString("Probability");
     this.hbox9.Add(this.label10);
     global::Gtk.Box.BoxChild w25 = ((global::Gtk.Box.BoxChild)(this.hbox9[this.label10]));
     w25.Position = 0;
     w25.Expand = false;
     w25.Fill = false;
     // Container child hbox9.Gtk.Box+BoxChild
     this.hslCrossoverProbability = new global::Gtk.HScale(null);
     this.hslCrossoverProbability.CanFocus = true;
     this.hslCrossoverProbability.Name = "hslCrossoverProbability";
     this.hslCrossoverProbability.Adjustment.Upper = 1.1;
     this.hslCrossoverProbability.Adjustment.PageIncrement = 0.1;
     this.hslCrossoverProbability.Adjustment.PageSize = 0.1;
     this.hslCrossoverProbability.Adjustment.StepIncrement = 0.01;
     this.hslCrossoverProbability.Adjustment.Value = 0.01;
     this.hslCrossoverProbability.DrawValue = true;
     this.hslCrossoverProbability.Digits = 2;
     this.hslCrossoverProbability.ValuePos = ((global::Gtk.PositionType)(2));
     this.hbox9.Add(this.hslCrossoverProbability);
     global::Gtk.Box.BoxChild w26 = ((global::Gtk.Box.BoxChild)(this.hbox9[this.hslCrossoverProbability]));
     w26.Position = 1;
     this.vbxGA.Add(this.hbox9);
     global::Gtk.Box.BoxChild w27 = ((global::Gtk.Box.BoxChild)(this.vbxGA[this.hbox9]));
     w27.Position = 10;
     w27.Expand = false;
     w27.Fill = false;
     // Container child vbxGA.Gtk.Box+BoxChild
     this.hbox6 = new global::Gtk.HBox();
     this.hbox6.Name = "hbox6";
     this.hbox6.Spacing = 6;
     // Container child hbox6.Gtk.Box+BoxChild
     this.cmbCrossover = global::Gtk.ComboBox.NewText();
     this.cmbCrossover.WidthRequest = 200;
     this.cmbCrossover.Name = "cmbCrossover";
     this.hbox6.Add(this.cmbCrossover);
     global::Gtk.Box.BoxChild w28 = ((global::Gtk.Box.BoxChild)(this.hbox6[this.cmbCrossover]));
     w28.Position = 0;
     w28.Expand = false;
     w28.Fill = false;
     // Container child hbox6.Gtk.Box+BoxChild
     this.btnEditCrossover = new global::Gtk.Button();
     this.btnEditCrossover.CanFocus = true;
     this.btnEditCrossover.Name = "btnEditCrossover";
     this.btnEditCrossover.UseUnderline = true;
     this.btnEditCrossover.Label = global::Mono.Unix.Catalog.GetString("Edit");
     this.hbox6.Add(this.btnEditCrossover);
     global::Gtk.Box.BoxChild w29 = ((global::Gtk.Box.BoxChild)(this.hbox6[this.btnEditCrossover]));
     w29.Position = 1;
     w29.Expand = false;
     w29.Fill = false;
     this.vbxGA.Add(this.hbox6);
     global::Gtk.Box.BoxChild w30 = ((global::Gtk.Box.BoxChild)(this.vbxGA[this.hbox6]));
     w30.Position = 11;
     w30.Expand = false;
     w30.Fill = false;
     // Container child vbxGA.Gtk.Box+BoxChild
     this.hseparator5 = new global::Gtk.HSeparator();
     this.hseparator5.Name = "hseparator5";
     this.vbxGA.Add(this.hseparator5);
     global::Gtk.Box.BoxChild w31 = ((global::Gtk.Box.BoxChild)(this.vbxGA[this.hseparator5]));
     w31.Position = 12;
     w31.Expand = false;
     w31.Fill = false;
     // Container child vbxGA.Gtk.Box+BoxChild
     this.label8 = new global::Gtk.Label();
     this.label8.Name = "label8";
     this.label8.LabelProp = global::Mono.Unix.Catalog.GetString("Mutation");
     this.vbxGA.Add(this.label8);
     global::Gtk.Box.BoxChild w32 = ((global::Gtk.Box.BoxChild)(this.vbxGA[this.label8]));
     w32.Position = 13;
     w32.Expand = false;
     w32.Fill = false;
     // Container child vbxGA.Gtk.Box+BoxChild
     this.hbox8 = new global::Gtk.HBox();
     this.hbox8.Name = "hbox8";
     this.hbox8.Spacing = 6;
     // Container child hbox8.Gtk.Box+BoxChild
     this.label9 = new global::Gtk.Label();
     this.label9.Name = "label9";
     this.label9.LabelProp = global::Mono.Unix.Catalog.GetString("Probability");
     this.hbox8.Add(this.label9);
     global::Gtk.Box.BoxChild w33 = ((global::Gtk.Box.BoxChild)(this.hbox8[this.label9]));
     w33.Position = 0;
     w33.Expand = false;
     w33.Fill = false;
     // Container child hbox8.Gtk.Box+BoxChild
     this.hslMutationProbability = new global::Gtk.HScale(null);
     this.hslMutationProbability.CanFocus = true;
     this.hslMutationProbability.Name = "hslMutationProbability";
     this.hslMutationProbability.Adjustment.Upper = 1.1;
     this.hslMutationProbability.Adjustment.PageIncrement = 0.1;
     this.hslMutationProbability.Adjustment.PageSize = 0.1;
     this.hslMutationProbability.Adjustment.StepIncrement = 0.01;
     this.hslMutationProbability.DrawValue = true;
     this.hslMutationProbability.Digits = 2;
     this.hslMutationProbability.ValuePos = ((global::Gtk.PositionType)(2));
     this.hbox8.Add(this.hslMutationProbability);
     global::Gtk.Box.BoxChild w34 = ((global::Gtk.Box.BoxChild)(this.hbox8[this.hslMutationProbability]));
     w34.Position = 1;
     this.vbxGA.Add(this.hbox8);
     global::Gtk.Box.BoxChild w35 = ((global::Gtk.Box.BoxChild)(this.vbxGA[this.hbox8]));
     w35.Position = 14;
     w35.Expand = false;
     w35.Fill = false;
     // Container child vbxGA.Gtk.Box+BoxChild
     this.hbox7 = new global::Gtk.HBox();
     this.hbox7.Name = "hbox7";
     this.hbox7.Spacing = 6;
     // Container child hbox7.Gtk.Box+BoxChild
     this.cmbMutation = global::Gtk.ComboBox.NewText();
     this.cmbMutation.WidthRequest = 200;
     this.cmbMutation.Name = "cmbMutation";
     this.hbox7.Add(this.cmbMutation);
     global::Gtk.Box.BoxChild w36 = ((global::Gtk.Box.BoxChild)(this.hbox7[this.cmbMutation]));
     w36.Position = 0;
     w36.Expand = false;
     w36.Fill = false;
     // Container child hbox7.Gtk.Box+BoxChild
     this.btnEditMutation = new global::Gtk.Button();
     this.btnEditMutation.CanFocus = true;
     this.btnEditMutation.Name = "btnEditMutation";
     this.btnEditMutation.UseUnderline = true;
     this.btnEditMutation.Label = global::Mono.Unix.Catalog.GetString("Edit");
     this.hbox7.Add(this.btnEditMutation);
     global::Gtk.Box.BoxChild w37 = ((global::Gtk.Box.BoxChild)(this.hbox7[this.btnEditMutation]));
     w37.Position = 1;
     w37.Expand = false;
     w37.Fill = false;
     this.vbxGA.Add(this.hbox7);
     global::Gtk.Box.BoxChild w38 = ((global::Gtk.Box.BoxChild)(this.vbxGA[this.hbox7]));
     w38.Position = 15;
     w38.Expand = false;
     w38.Fill = false;
     // Container child vbxGA.Gtk.Box+BoxChild
     this.hseparator3 = new global::Gtk.HSeparator();
     this.hseparator3.Name = "hseparator3";
     this.vbxGA.Add(this.hseparator3);
     global::Gtk.Box.BoxChild w39 = ((global::Gtk.Box.BoxChild)(this.vbxGA[this.hseparator3]));
     w39.Position = 16;
     w39.Expand = false;
     w39.Fill = false;
     // Container child vbxGA.Gtk.Box+BoxChild
     this.label12 = new global::Gtk.Label();
     this.label12.Name = "label12";
     this.label12.LabelProp = global::Mono.Unix.Catalog.GetString("Reinsertion");
     this.vbxGA.Add(this.label12);
     global::Gtk.Box.BoxChild w40 = ((global::Gtk.Box.BoxChild)(this.vbxGA[this.label12]));
     w40.Position = 17;
     w40.Expand = false;
     w40.Fill = false;
     // Container child vbxGA.Gtk.Box+BoxChild
     this.hbox12 = new global::Gtk.HBox();
     this.hbox12.Name = "hbox12";
     this.hbox12.Spacing = 6;
     // Container child hbox12.Gtk.Box+BoxChild
     this.cmbReinsertion = global::Gtk.ComboBox.NewText();
     this.cmbReinsertion.WidthRequest = 200;
     this.cmbReinsertion.Name = "cmbTermination1";
     this.hbox12.Add(this.cmbReinsertion);
     global::Gtk.Box.BoxChild w41 = ((global::Gtk.Box.BoxChild)(this.hbox12[this.cmbReinsertion]));
     w41.Position = 0;
     w41.Expand = false;
     w41.Fill = false;
     // Container child hbox12.Gtk.Box+BoxChild
     this.btnEditReinsertion = new global::Gtk.Button();
     this.btnEditReinsertion.CanFocus = true;
     this.btnEditReinsertion.Name = "btnEditReinsertion";
     this.btnEditReinsertion.UseUnderline = true;
     this.btnEditReinsertion.Label = global::Mono.Unix.Catalog.GetString("Edit");
     this.hbox12.Add(this.btnEditReinsertion);
     global::Gtk.Box.BoxChild w42 = ((global::Gtk.Box.BoxChild)(this.hbox12[this.btnEditReinsertion]));
     w42.Position = 1;
     w42.Expand = false;
     w42.Fill = false;
     this.vbxGA.Add(this.hbox12);
     global::Gtk.Box.BoxChild w43 = ((global::Gtk.Box.BoxChild)(this.vbxGA[this.hbox12]));
     w43.Position = 18;
     w43.Expand = false;
     w43.Fill = false;
     // Container child vbxGA.Gtk.Box+BoxChild
     this.label11 = new global::Gtk.Label();
     this.label11.Name = "label11";
     this.label11.LabelProp = global::Mono.Unix.Catalog.GetString("Termination");
     this.vbxGA.Add(this.label11);
     global::Gtk.Box.BoxChild w44 = ((global::Gtk.Box.BoxChild)(this.vbxGA[this.label11]));
     w44.Position = 19;
     w44.Expand = false;
     w44.Fill = false;
     // Container child vbxGA.Gtk.Box+BoxChild
     this.hbox10 = new global::Gtk.HBox();
     this.hbox10.Name = "hbox10";
     this.hbox10.Spacing = 6;
     // Container child hbox10.Gtk.Box+BoxChild
     this.cmbTermination = global::Gtk.ComboBox.NewText();
     this.cmbTermination.WidthRequest = 200;
     this.cmbTermination.Name = "cmbTermination";
     this.hbox10.Add(this.cmbTermination);
     global::Gtk.Box.BoxChild w45 = ((global::Gtk.Box.BoxChild)(this.hbox10[this.cmbTermination]));
     w45.Position = 0;
     w45.Expand = false;
     w45.Fill = false;
     // Container child hbox10.Gtk.Box+BoxChild
     this.btnEditTermination = new global::Gtk.Button();
     this.btnEditTermination.CanFocus = true;
     this.btnEditTermination.Name = "btnEditTermination";
     this.btnEditTermination.UseUnderline = true;
     this.btnEditTermination.Label = global::Mono.Unix.Catalog.GetString("Edit");
     this.hbox10.Add(this.btnEditTermination);
     global::Gtk.Box.BoxChild w46 = ((global::Gtk.Box.BoxChild)(this.hbox10[this.btnEditTermination]));
     w46.Position = 1;
     w46.Expand = false;
     w46.Fill = false;
     this.vbxGA.Add(this.hbox10);
     global::Gtk.Box.BoxChild w47 = ((global::Gtk.Box.BoxChild)(this.vbxGA[this.hbox10]));
     w47.Position = 20;
     w47.Expand = false;
     w47.Fill = false;
     // Container child vbxGA.Gtk.Box+BoxChild
     this.hseparator6 = new global::Gtk.HSeparator();
     this.hseparator6.Name = "hseparator6";
     this.vbxGA.Add(this.hseparator6);
     global::Gtk.Box.BoxChild w48 = ((global::Gtk.Box.BoxChild)(this.vbxGA[this.hseparator6]));
     w48.Position = 21;
     w48.Expand = false;
     w48.Fill = false;
     this.vbxConfig.Add(this.vbxGA);
     global::Gtk.Box.BoxChild w49 = ((global::Gtk.Box.BoxChild)(this.vbxConfig[this.vbxGA]));
     w49.Position = 1;
     // Container child vbxConfig.Gtk.Box+BoxChild
     this.btnStart = new global::Gtk.Button();
     this.btnStart.CanFocus = true;
     this.btnStart.Name = "btnStart";
     this.btnStart.UseUnderline = true;
     this.btnStart.Label = global::Mono.Unix.Catalog.GetString("_Start");
     this.vbxConfig.Add(this.btnStart);
     global::Gtk.Box.BoxChild w50 = ((global::Gtk.Box.BoxChild)(this.vbxConfig[this.btnStart]));
     w50.Position = 2;
     w50.Expand = false;
     w50.Fill = false;
     // Container child vbxConfig.Gtk.Box+BoxChild
     this.btnNew = new global::Gtk.Button();
     this.btnNew.CanFocus = true;
     this.btnNew.Name = "btnNew";
     this.btnNew.UseUnderline = true;
     this.btnNew.Label = global::Mono.Unix.Catalog.GetString("_New");
     this.vbxConfig.Add(this.btnNew);
     global::Gtk.Box.BoxChild w51 = ((global::Gtk.Box.BoxChild)(this.vbxConfig[this.btnNew]));
     w51.Position = 3;
     w51.Expand = false;
     w51.Fill = false;
     // Container child vbxConfig.Gtk.Box+BoxChild
     this.btnStop = new global::Gtk.Button();
     this.btnStop.CanFocus = true;
     this.btnStop.Name = "btnStop";
     this.btnStop.UseUnderline = true;
     this.btnStop.Label = global::Mono.Unix.Catalog.GetString("_Stop");
     this.vbxConfig.Add(this.btnStop);
     global::Gtk.Box.BoxChild w52 = ((global::Gtk.Box.BoxChild)(this.vbxConfig[this.btnStop]));
     w52.Position = 4;
     w52.Expand = false;
     w52.Fill = false;
     // Container child vbxConfig.Gtk.Box+BoxChild
     this.btnResume = new global::Gtk.Button();
     this.btnResume.CanFocus = true;
     this.btnResume.Name = "btnResume";
     this.btnResume.UseUnderline = true;
     this.btnResume.Label = global::Mono.Unix.Catalog.GetString("_Resume");
     this.vbxConfig.Add(this.btnResume);
     global::Gtk.Box.BoxChild w53 = ((global::Gtk.Box.BoxChild)(this.vbxConfig[this.btnResume]));
     w53.Position = 5;
     w53.Expand = false;
     w53.Fill = false;
     this.hbxMain.Add(this.vbxConfig);
     global::Gtk.Box.BoxChild w54 = ((global::Gtk.Box.BoxChild)(this.hbxMain[this.vbxConfig]));
     w54.Position = 1;
     w54.Expand = false;
     w54.Fill = false;
     this.Add(this.hbxMain);
     if ((this.Child != null))
     {
         this.Child.ShowAll();
     }
     this.btnResume.Hide();
     this.Show();
     this.DeleteEvent += new global::Gtk.DeleteEventHandler(this.OnDeleteEvent);
 }
Esempio n. 42
0
 protected virtual void Build()
 {
     global::Stetic.Gui.Initialize(this);
     // Widget MonoDevelop.Packaging.Gui.GtkPackagingProjectTemplateWizardPageWidget
     global::Stetic.BinContainer.Attach(this);
     this.Name = "MonoDevelop.Packaging.Gui.GtkPackagingProjectTemplateWizardPageWidget";
     // Container child MonoDevelop.Packaging.Gui.GtkPackagingProjectTemplateWizardPageWidget.Gtk.Container+ContainerChild
     this.mainHBox      = new global::Gtk.HBox();
     this.mainHBox.Name = "mainHBox";
     // Container child mainHBox.Gtk.Box+BoxChild
     this.leftBorderEventBox = new global::Gtk.EventBox();
     this.leftBorderEventBox.WidthRequest = 30;
     this.leftBorderEventBox.Name         = "leftBorderEventBox";
     this.mainHBox.Add(this.leftBorderEventBox);
     global::Gtk.Box.BoxChild w1 = ((global::Gtk.Box.BoxChild)(this.mainHBox [this.leftBorderEventBox]));
     w1.Position = 0;
     w1.Expand   = false;
     // Container child mainHBox.Gtk.Box+BoxChild
     this.configurationVBox = new global::Gtk.VBox();
     this.configurationVBox.WidthRequest = 440;
     this.configurationVBox.Name         = "configurationVBox";
     // Container child configurationVBox.Gtk.Box+BoxChild
     this.configurationTopEventBox      = new global::Gtk.EventBox();
     this.configurationTopEventBox.Name = "configurationTopEventBox";
     this.configurationVBox.Add(this.configurationTopEventBox);
     global::Gtk.Box.BoxChild w2 = ((global::Gtk.Box.BoxChild)(this.configurationVBox [this.configurationTopEventBox]));
     w2.Position = 0;
     // Container child configurationVBox.Gtk.Box+BoxChild
     this.configurationTableEventBox      = new global::Gtk.EventBox();
     this.configurationTableEventBox.Name = "configurationTableEventBox";
     // Container child configurationTableEventBox.Gtk.Container+ContainerChild
     this.configurationTable               = new global::Gtk.Table(((uint)(4)), ((uint)(3)), false);
     this.configurationTable.Name          = "configurationTable";
     this.configurationTable.RowSpacing    = ((uint)(7));
     this.configurationTable.ColumnSpacing = ((uint)(6));
     // Container child configurationTable.Gtk.Table+TableChild
     this.idEventBox = new global::Gtk.EventBox();
     this.idEventBox.WidthRequest  = 16;
     this.idEventBox.HeightRequest = 16;
     this.idEventBox.Name          = "idEventBox";
     this.idEventBox.VisibleWindow = false;
     this.configurationTable.Add(this.idEventBox);
     global::Gtk.Table.TableChild w3 = ((global::Gtk.Table.TableChild)(this.configurationTable [this.idEventBox]));
     w3.LeftAttach  = ((uint)(2));
     w3.RightAttach = ((uint)(3));
     w3.XOptions    = ((global::Gtk.AttachOptions)(4));
     w3.YOptions    = ((global::Gtk.AttachOptions)(4));
     // Container child configurationTable.Gtk.Table+TableChild
     this.organizationInfoEventBox = new global::Gtk.EventBox();
     this.organizationInfoEventBox.WidthRequest  = 16;
     this.organizationInfoEventBox.HeightRequest = 16;
     this.organizationInfoEventBox.Name          = "organizationInfoEventBox";
     this.organizationInfoEventBox.VisibleWindow = false;
     // Container child organizationInfoEventBox.Gtk.Container+ContainerChild
     this.versionEventBox = new global::Gtk.EventBox();
     this.versionEventBox.WidthRequest  = 16;
     this.versionEventBox.HeightRequest = 16;
     this.versionEventBox.Name          = "versionEventBox";
     this.versionEventBox.VisibleWindow = false;
     this.organizationInfoEventBox.Add(this.versionEventBox);
     this.configurationTable.Add(this.organizationInfoEventBox);
     global::Gtk.Table.TableChild w5 = ((global::Gtk.Table.TableChild)(this.configurationTable [this.organizationInfoEventBox]));
     w5.TopAttach    = ((uint)(1));
     w5.BottomAttach = ((uint)(2));
     w5.LeftAttach   = ((uint)(2));
     w5.RightAttach  = ((uint)(3));
     w5.XOptions     = ((global::Gtk.AttachOptions)(2));
     w5.YOptions     = ((global::Gtk.AttachOptions)(2));
     // Container child configurationTable.Gtk.Table+TableChild
     this.packageAuthorsLabel           = new global::Gtk.Label();
     this.packageAuthorsLabel.Name      = "packageAuthorsLabel";
     this.packageAuthorsLabel.Xpad      = 5;
     this.packageAuthorsLabel.Xalign    = 1F;
     this.packageAuthorsLabel.LabelProp = global::Mono.Unix.Catalog.GetString("Author:");
     this.packageAuthorsLabel.Justify   = ((global::Gtk.Justification)(1));
     this.configurationTable.Add(this.packageAuthorsLabel);
     global::Gtk.Table.TableChild w6 = ((global::Gtk.Table.TableChild)(this.configurationTable [this.packageAuthorsLabel]));
     w6.TopAttach    = ((uint)(2));
     w6.BottomAttach = ((uint)(3));
     w6.XOptions     = ((global::Gtk.AttachOptions)(4));
     w6.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child configurationTable.Gtk.Table+TableChild
     this.packageAuthorsTextBox               = new global::Gtk.Entry();
     this.packageAuthorsTextBox.CanFocus      = true;
     this.packageAuthorsTextBox.Name          = "packageAuthorsTextBox";
     this.packageAuthorsTextBox.IsEditable    = true;
     this.packageAuthorsTextBox.InvisibleChar = '●';
     this.configurationTable.Add(this.packageAuthorsTextBox);
     global::Gtk.Table.TableChild w7 = ((global::Gtk.Table.TableChild)(this.configurationTable [this.packageAuthorsTextBox]));
     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 configurationTable.Gtk.Table+TableChild
     this.packageDescriptionLabel           = new global::Gtk.Label();
     this.packageDescriptionLabel.Name      = "packageDescriptionLabel";
     this.packageDescriptionLabel.Xpad      = 5;
     this.packageDescriptionLabel.Xalign    = 1F;
     this.packageDescriptionLabel.LabelProp = global::Mono.Unix.Catalog.GetString("Description:");
     this.packageDescriptionLabel.Justify   = ((global::Gtk.Justification)(1));
     this.configurationTable.Add(this.packageDescriptionLabel);
     global::Gtk.Table.TableChild w8 = ((global::Gtk.Table.TableChild)(this.configurationTable [this.packageDescriptionLabel]));
     w8.TopAttach    = ((uint)(3));
     w8.BottomAttach = ((uint)(4));
     w8.XOptions     = ((global::Gtk.AttachOptions)(4));
     w8.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child configurationTable.Gtk.Table+TableChild
     this.packageDescriptionTextBox               = new global::Gtk.Entry();
     this.packageDescriptionTextBox.CanFocus      = true;
     this.packageDescriptionTextBox.Name          = "packageDescriptionTextBox";
     this.packageDescriptionTextBox.IsEditable    = true;
     this.packageDescriptionTextBox.InvisibleChar = '●';
     this.configurationTable.Add(this.packageDescriptionTextBox);
     global::Gtk.Table.TableChild w9 = ((global::Gtk.Table.TableChild)(this.configurationTable [this.packageDescriptionTextBox]));
     w9.TopAttach    = ((uint)(3));
     w9.BottomAttach = ((uint)(4));
     w9.LeftAttach   = ((uint)(1));
     w9.RightAttach  = ((uint)(2));
     w9.XOptions     = ((global::Gtk.AttachOptions)(4));
     w9.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child configurationTable.Gtk.Table+TableChild
     this.packageIdLabel = new global::Gtk.Label();
     this.packageIdLabel.WidthRequest = 132;
     this.packageIdLabel.Name         = "packageIdLabel";
     this.packageIdLabel.Xpad         = 5;
     this.packageIdLabel.Xalign       = 1F;
     this.packageIdLabel.LabelProp    = global::Mono.Unix.Catalog.GetString("ID:");
     this.packageIdLabel.Justify      = ((global::Gtk.Justification)(1));
     this.configurationTable.Add(this.packageIdLabel);
     global::Gtk.Table.TableChild w10 = ((global::Gtk.Table.TableChild)(this.configurationTable [this.packageIdLabel]));
     w10.XOptions = ((global::Gtk.AttachOptions)(4));
     w10.YOptions = ((global::Gtk.AttachOptions)(4));
     // Container child configurationTable.Gtk.Table+TableChild
     this.packageIdTextBox               = new global::Gtk.Entry();
     this.packageIdTextBox.CanFocus      = true;
     this.packageIdTextBox.Name          = "packageIdTextBox";
     this.packageIdTextBox.IsEditable    = true;
     this.packageIdTextBox.InvisibleChar = '●';
     this.configurationTable.Add(this.packageIdTextBox);
     global::Gtk.Table.TableChild w11 = ((global::Gtk.Table.TableChild)(this.configurationTable [this.packageIdTextBox]));
     w11.LeftAttach  = ((uint)(1));
     w11.RightAttach = ((uint)(2));
     w11.YOptions    = ((global::Gtk.AttachOptions)(4));
     // Container child configurationTable.Gtk.Table+TableChild
     this.separator = new global::Gtk.DrawingArea();
     this.separator.HeightRequest = 1;
     this.separator.Name          = "separator";
     this.configurationTable.Add(this.separator);
     global::Gtk.Table.TableChild w12 = ((global::Gtk.Table.TableChild)(this.configurationTable [this.separator]));
     w12.TopAttach    = ((uint)(1));
     w12.BottomAttach = ((uint)(2));
     w12.RightAttach  = ((uint)(3));
     w12.XOptions     = ((global::Gtk.AttachOptions)(4));
     w12.YOptions     = ((global::Gtk.AttachOptions)(0));
     this.configurationTableEventBox.Add(this.configurationTable);
     this.configurationVBox.Add(this.configurationTableEventBox);
     global::Gtk.Box.BoxChild w14 = ((global::Gtk.Box.BoxChild)(this.configurationVBox [this.configurationTableEventBox]));
     w14.Position = 1;
     w14.Expand   = false;
     w14.Fill     = false;
     // Container child configurationVBox.Gtk.Box+BoxChild
     this.configurationBottomEventBox      = new global::Gtk.EventBox();
     this.configurationBottomEventBox.Name = "configurationBottomEventBox";
     this.configurationVBox.Add(this.configurationBottomEventBox);
     global::Gtk.Box.BoxChild w15 = ((global::Gtk.Box.BoxChild)(this.configurationVBox [this.configurationBottomEventBox]));
     w15.Position = 2;
     this.mainHBox.Add(this.configurationVBox);
     global::Gtk.Box.BoxChild w16 = ((global::Gtk.Box.BoxChild)(this.mainHBox [this.configurationVBox]));
     w16.Position = 1;
     w16.Expand   = false;
     w16.Fill     = false;
     // Container child mainHBox.Gtk.Box+BoxChild
     this.backgroundLargeImageEventBox      = new global::Gtk.EventBox();
     this.backgroundLargeImageEventBox.Name = "backgroundLargeImageEventBox";
     // Container child backgroundLargeImageEventBox.Gtk.Container+ContainerChild
     this.backgroundLargeImageVBox      = new global::Gtk.VBox();
     this.backgroundLargeImageVBox.Name = "backgroundLargeImageVBox";
     this.backgroundLargeImageEventBox.Add(this.backgroundLargeImageVBox);
     this.mainHBox.Add(this.backgroundLargeImageEventBox);
     global::Gtk.Box.BoxChild w18 = ((global::Gtk.Box.BoxChild)(this.mainHBox [this.backgroundLargeImageEventBox]));
     w18.Position = 2;
     this.Add(this.mainHBox);
     if ((this.Child != null))
     {
         this.Child.ShowAll();
     }
     this.Hide();
 }
Esempio n. 43
0
 protected virtual void Build()
 {
     global::Stetic.Gui.Initialize(this);
     // Widget FontTool.FontStyleWindow
     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.SaveAction            = new global::Gtk.Action("SaveAction", global::Mono.Unix.Catalog.GetString("Save"), null, null);
     this.SaveAction.ShortLabel = global::Mono.Unix.Catalog.GetString("Save");
     w1.Add(this.SaveAction, null);
     this.CloseAction            = new global::Gtk.Action("CloseAction", global::Mono.Unix.Catalog.GetString("Close"), null, null);
     this.CloseAction.ShortLabel = global::Mono.Unix.Catalog.GetString("Close");
     w1.Add(this.CloseAction, null);
     this.SettingsAction            = new global::Gtk.Action("SettingsAction", global::Mono.Unix.Catalog.GetString("Settings"), null, null);
     this.SettingsAction.ShortLabel = global::Mono.Unix.Catalog.GetString("Settings");
     w1.Add(this.SettingsAction, 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.WindowStyleAction            = new global::Gtk.Action("WindowStyleAction", global::Mono.Unix.Catalog.GetString("Window style"), null, null);
     this.WindowStyleAction.Sensitive  = false;
     this.WindowStyleAction.ShortLabel = global::Mono.Unix.Catalog.GetString("Window style");
     this.WindowStyleAction.Visible    = false;
     w1.Add(this.WindowStyleAction, 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.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.CustomStyleAction            = new global::Gtk.RadioAction("CustomStyleAction", global::Mono.Unix.Catalog.GetString("DGLE2"), null, null, 0);
     this.CustomStyleAction.Group      = new global::GLib.SList(global::System.IntPtr.Zero);
     this.CustomStyleAction.Sensitive  = false;
     this.CustomStyleAction.ShortLabel = global::Mono.Unix.Catalog.GetString("DGLE2");
     this.CustomStyleAction.Visible    = false;
     w1.Add(this.CustomStyleAction, null);
     this.PlatformStyleAction            = new global::Gtk.RadioAction("PlatformStyleAction", global::Mono.Unix.Catalog.GetString("Platform"), null, null, 0);
     this.PlatformStyleAction.Group      = this.CustomStyleAction.Group;
     this.PlatformStyleAction.ShortLabel = global::Mono.Unix.Catalog.GetString("Platform");
     w1.Add(this.PlatformStyleAction, null);
     this.DecoratedCustomStyleAction            = new global::Gtk.RadioAction("DecoratedCustomStyleAction", global::Mono.Unix.Catalog.GetString("Decorated DGLE2"), null, null, 0);
     this.DecoratedCustomStyleAction.Group      = this.CustomStyleAction.Group;
     this.DecoratedCustomStyleAction.Sensitive  = false;
     this.DecoratedCustomStyleAction.ShortLabel = global::Mono.Unix.Catalog.GetString("Decorated DGLE2");
     this.DecoratedCustomStyleAction.Visible    = false;
     w1.Add(this.DecoratedCustomStyleAction, null);
     this.OnlyEnglishAction            = new global::Gtk.ToggleAction("OnlyEnglishAction", global::Mono.Unix.Catalog.GetString("Only English"), null, null);
     this.OnlyEnglishAction.Active     = true;
     this.OnlyEnglishAction.ShortLabel = global::Mono.Unix.Catalog.GetString("Only English");
     w1.Add(this.OnlyEnglishAction, null);
     this.UIManager.InsertActionGroup(w1, 0);
     this.AddAccelGroup(this.UIManager.AccelGroup);
     this.WidthRequest   = 536;
     this.HeightRequest  = 536;
     this.CanDefault     = true;
     this.Name           = "FontTool.FontStyleWindow";
     this.Title          = global::Mono.Unix.Catalog.GetString("FontTool");
     this.TypeHint       = ((global::Gdk.WindowTypeHint)(1));
     this.WindowPosition = ((global::Gtk.WindowPosition)(1));
     this.Resizable      = false;
     this.Decorated      = false;
     // Container child FontTool.FontStyleWindow.Gtk.Container+ContainerChild
     this.vbox1      = new global::Gtk.VBox();
     this.vbox1.Name = "vbox1";
     // Container child vbox1.Gtk.Box+BoxChild
     this.UIManager.AddUiFromString(@"<ui><menubar name='menubar1'><menu name='FileAction' action='FileAction'><menuitem name='SaveAction' action='SaveAction'/><menuitem name='CloseAction' action='CloseAction'/></menu><menu name='SettingsAction' action='SettingsAction'><menuitem name='OnlyEnglishAction' action='OnlyEnglishAction'/></menu><menu name='HelpAction' action='HelpAction'><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.notebookFont             = new global::Gtk.Notebook();
     this.notebookFont.CanFocus    = true;
     this.notebookFont.Name        = "notebookFont";
     this.notebookFont.CurrentPage = 0;
     this.notebookFont.ShowTabs    = false;
     // Container child notebookFont.Gtk.Notebook+NotebookChild
     this.vboxFontSettings             = new global::Gtk.VBox();
     this.vboxFontSettings.Name        = "vboxFontSettings";
     this.vboxFontSettings.Spacing     = 6;
     this.vboxFontSettings.BorderWidth = ((uint)(6));
     // Container child vboxFontSettings.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.treeFont          = new global::Gtk.TreeView();
     this.treeFont.CanFocus = true;
     this.treeFont.Name     = "treeFont";
     this.GtkScrolledWindow.Add(this.treeFont);
     this.vboxFontSettings.Add(this.GtkScrolledWindow);
     global::Gtk.Box.BoxChild w4 = ((global::Gtk.Box.BoxChild)(this.vboxFontSettings [this.GtkScrolledWindow]));
     w4.Position = 0;
     // Container child vboxFontSettings.Gtk.Box+BoxChild
     this.vboxSamplePreview         = new global::Gtk.VBox();
     this.vboxSamplePreview.Name    = "vboxSamplePreview";
     this.vboxSamplePreview.Spacing = 6;
     // Container child vboxSamplePreview.Gtk.Box+BoxChild
     this.lPreview           = new global::Gtk.Label();
     this.lPreview.Name      = "lPreview";
     this.lPreview.Xalign    = 0F;
     this.lPreview.LabelProp = global::Mono.Unix.Catalog.GetString("Preview");
     this.vboxSamplePreview.Add(this.lPreview);
     global::Gtk.Box.BoxChild w5 = ((global::Gtk.Box.BoxChild)(this.vboxSamplePreview [this.lPreview]));
     w5.Position = 0;
     w5.Expand   = false;
     w5.Fill     = false;
     // Container child vboxSamplePreview.Gtk.Box+BoxChild
     this.preview = new global::Gtk.DrawingArea();
     this.preview.HeightRequest = 90;
     this.preview.Name          = "preview";
     this.vboxSamplePreview.Add(this.preview);
     global::Gtk.Box.BoxChild w6 = ((global::Gtk.Box.BoxChild)(this.vboxSamplePreview [this.preview]));
     w6.Position = 1;
     // Container child vboxSamplePreview.Gtk.Box+BoxChild
     this.ePreviewSample               = new global::Gtk.Entry();
     this.ePreviewSample.CanFocus      = true;
     this.ePreviewSample.Name          = "ePreviewSample";
     this.ePreviewSample.Text          = global::Mono.Unix.Catalog.GetString("DGLE2 is here!");
     this.ePreviewSample.IsEditable    = true;
     this.ePreviewSample.InvisibleChar = '●';
     this.vboxSamplePreview.Add(this.ePreviewSample);
     global::Gtk.Box.BoxChild w7 = ((global::Gtk.Box.BoxChild)(this.vboxSamplePreview [this.ePreviewSample]));
     w7.Position = 2;
     w7.Expand   = false;
     w7.Fill     = false;
     this.vboxFontSettings.Add(this.vboxSamplePreview);
     global::Gtk.Box.BoxChild w8 = ((global::Gtk.Box.BoxChild)(this.vboxFontSettings [this.vboxSamplePreview]));
     w8.Position = 1;
     w8.Expand   = false;
     // Container child vboxFontSettings.Gtk.Box+BoxChild
     this.hboxSettings         = new global::Gtk.HBox();
     this.hboxSettings.Name    = "hboxSettings";
     this.hboxSettings.Spacing = 6;
     // Container child hboxSettings.Gtk.Box+BoxChild
     this.tableSettings               = new global::Gtk.Table(((uint)(2)), ((uint)(4)), true);
     this.tableSettings.Name          = "tableSettings";
     this.tableSettings.RowSpacing    = ((uint)(12));
     this.tableSettings.ColumnSpacing = ((uint)(12));
     // Container child tableSettings.Gtk.Table+TableChild
     this.cbBold               = new global::Gtk.CheckButton();
     this.cbBold.CanFocus      = true;
     this.cbBold.Name          = "cbBold";
     this.cbBold.Label         = global::Mono.Unix.Catalog.GetString("Bold");
     this.cbBold.DrawIndicator = true;
     this.cbBold.UseUnderline  = true;
     this.tableSettings.Add(this.cbBold);
     global::Gtk.Table.TableChild w9 = ((global::Gtk.Table.TableChild)(this.tableSettings [this.cbBold]));
     w9.LeftAttach  = ((uint)(3));
     w9.RightAttach = ((uint)(4));
     w9.XOptions    = ((global::Gtk.AttachOptions)(4));
     w9.YOptions    = ((global::Gtk.AttachOptions)(4));
     // Container child tableSettings.Gtk.Table+TableChild
     this.cbItalic               = new global::Gtk.CheckButton();
     this.cbItalic.CanFocus      = true;
     this.cbItalic.Name          = "cbItalic";
     this.cbItalic.Label         = global::Mono.Unix.Catalog.GetString("Italic");
     this.cbItalic.DrawIndicator = true;
     this.cbItalic.UseUnderline  = true;
     this.tableSettings.Add(this.cbItalic);
     global::Gtk.Table.TableChild w10 = ((global::Gtk.Table.TableChild)(this.tableSettings [this.cbItalic]));
     w10.LeftAttach  = ((uint)(2));
     w10.RightAttach = ((uint)(3));
     w10.XOptions    = ((global::Gtk.AttachOptions)(4));
     w10.YOptions    = ((global::Gtk.AttachOptions)(4));
     // Container child tableSettings.Gtk.Table+TableChild
     this.cbStrikeout               = new global::Gtk.CheckButton();
     this.cbStrikeout.CanFocus      = true;
     this.cbStrikeout.Name          = "cbStrikeout";
     this.cbStrikeout.Label         = global::Mono.Unix.Catalog.GetString("Strikeout");
     this.cbStrikeout.DrawIndicator = true;
     this.cbStrikeout.UseUnderline  = true;
     this.tableSettings.Add(this.cbStrikeout);
     global::Gtk.Table.TableChild w11 = ((global::Gtk.Table.TableChild)(this.tableSettings [this.cbStrikeout]));
     w11.TopAttach    = ((uint)(1));
     w11.BottomAttach = ((uint)(2));
     w11.LeftAttach   = ((uint)(3));
     w11.RightAttach  = ((uint)(4));
     w11.XOptions     = ((global::Gtk.AttachOptions)(4));
     w11.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child tableSettings.Gtk.Table+TableChild
     this.cbUnderline               = new global::Gtk.CheckButton();
     this.cbUnderline.CanFocus      = true;
     this.cbUnderline.Name          = "cbUnderline";
     this.cbUnderline.Label         = global::Mono.Unix.Catalog.GetString("Underline");
     this.cbUnderline.DrawIndicator = true;
     this.cbUnderline.UseUnderline  = true;
     this.tableSettings.Add(this.cbUnderline);
     global::Gtk.Table.TableChild w12 = ((global::Gtk.Table.TableChild)(this.tableSettings [this.cbUnderline]));
     w12.TopAttach    = ((uint)(1));
     w12.BottomAttach = ((uint)(2));
     w12.LeftAttach   = ((uint)(2));
     w12.RightAttach  = ((uint)(3));
     w12.XOptions     = ((global::Gtk.AttachOptions)(4));
     w12.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child tableSettings.Gtk.Table+TableChild
     this.lSize           = new global::Gtk.Label();
     this.lSize.Name      = "lSize";
     this.lSize.Xalign    = 0F;
     this.lSize.LabelProp = global::Mono.Unix.Catalog.GetString("Size");
     this.tableSettings.Add(this.lSize);
     global::Gtk.Table.TableChild w13 = ((global::Gtk.Table.TableChild)(this.tableSettings [this.lSize]));
     w13.XOptions = ((global::Gtk.AttachOptions)(4));
     w13.YOptions = ((global::Gtk.AttachOptions)(4));
     // Container child tableSettings.Gtk.Table+TableChild
     this.lStretch           = new global::Gtk.Label();
     this.lStretch.Name      = "lStretch";
     this.lStretch.Xalign    = 0F;
     this.lStretch.LabelProp = global::Mono.Unix.Catalog.GetString("Stretch");
     this.tableSettings.Add(this.lStretch);
     global::Gtk.Table.TableChild w14 = ((global::Gtk.Table.TableChild)(this.tableSettings [this.lStretch]));
     w14.TopAttach    = ((uint)(1));
     w14.BottomAttach = ((uint)(2));
     w14.XOptions     = ((global::Gtk.AttachOptions)(4));
     w14.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child tableSettings.Gtk.Table+TableChild
     this.sbSize = new global::Gtk.SpinButton(4D, 72D, 1D);
     this.sbSize.WidthRequest             = 80;
     this.sbSize.CanFocus                 = true;
     this.sbSize.Name                     = "sbSize";
     this.sbSize.Adjustment.PageIncrement = 10D;
     this.sbSize.ClimbRate                = 1D;
     this.sbSize.Numeric                  = true;
     this.sbSize.Value                    = 12D;
     this.tableSettings.Add(this.sbSize);
     global::Gtk.Table.TableChild w15 = ((global::Gtk.Table.TableChild)(this.tableSettings [this.sbSize]));
     w15.LeftAttach  = ((uint)(1));
     w15.RightAttach = ((uint)(2));
     w15.XOptions    = ((global::Gtk.AttachOptions)(4));
     w15.YOptions    = ((global::Gtk.AttachOptions)(4));
     // Container child tableSettings.Gtk.Table+TableChild
     this.sbStretch = new global::Gtk.SpinButton(0D, 72D, 1D);
     this.sbStretch.WidthRequest             = 80;
     this.sbStretch.CanFocus                 = true;
     this.sbStretch.Name                     = "sbStretch";
     this.sbStretch.Adjustment.PageIncrement = 10D;
     this.sbStretch.ClimbRate                = 1D;
     this.sbStretch.Numeric                  = true;
     this.tableSettings.Add(this.sbStretch);
     global::Gtk.Table.TableChild w16 = ((global::Gtk.Table.TableChild)(this.tableSettings [this.sbStretch]));
     w16.TopAttach    = ((uint)(1));
     w16.BottomAttach = ((uint)(2));
     w16.LeftAttach   = ((uint)(1));
     w16.RightAttach  = ((uint)(2));
     w16.XOptions     = ((global::Gtk.AttachOptions)(4));
     w16.YOptions     = ((global::Gtk.AttachOptions)(4));
     this.hboxSettings.Add(this.tableSettings);
     global::Gtk.Box.BoxChild w17 = ((global::Gtk.Box.BoxChild)(this.hboxSettings [this.tableSettings]));
     w17.Position = 0;
     w17.Expand   = false;
     w17.Fill     = false;
     // Container child hboxSettings.Gtk.Box+BoxChild
     this.vbox2         = new global::Gtk.VBox();
     this.vbox2.Name    = "vbox2";
     this.vbox2.Spacing = 6;
     // Container child vbox2.Gtk.Box+BoxChild
     this.btnNextPreview              = new global::Gtk.Button();
     this.btnNextPreview.CanFocus     = true;
     this.btnNextPreview.Name         = "btnNextPreview";
     this.btnNextPreview.UseUnderline = true;
     // Container child btnNextPreview.Gtk.Container+ContainerChild
     global::Gtk.Alignment w18 = new global::Gtk.Alignment(0.5F, 0.5F, 0F, 0F);
     // Container child GtkAlignment.Gtk.Container+ContainerChild
     global::Gtk.HBox w19 = new global::Gtk.HBox();
     w19.Spacing = 2;
     // Container child GtkHBox.Gtk.Container+ContainerChild
     global::Gtk.Image w20 = new global::Gtk.Image();
     w20.Pixbuf = global::Stetic.IconLoader.LoadIcon(this, "gtk-go-forward", global::Gtk.IconSize.Menu);
     w19.Add(w20);
     // Container child GtkHBox.Gtk.Container+ContainerChild
     global::Gtk.Label w22 = new global::Gtk.Label();
     w22.LabelProp    = global::Mono.Unix.Catalog.GetString("Preview");
     w22.UseUnderline = true;
     w19.Add(w22);
     w18.Add(w19);
     this.btnNextPreview.Add(w18);
     this.vbox2.Add(this.btnNextPreview);
     global::Gtk.Box.BoxChild w26 = ((global::Gtk.Box.BoxChild)(this.vbox2 [this.btnNextPreview]));
     w26.PackType = ((global::Gtk.PackType)(1));
     w26.Position = 0;
     w26.Expand   = false;
     w26.Fill     = false;
     this.hboxSettings.Add(this.vbox2);
     global::Gtk.Box.BoxChild w27 = ((global::Gtk.Box.BoxChild)(this.hboxSettings [this.vbox2]));
     w27.PackType = ((global::Gtk.PackType)(1));
     w27.Position = 1;
     w27.Expand   = false;
     w27.Fill     = false;
     this.vboxFontSettings.Add(this.hboxSettings);
     global::Gtk.Box.BoxChild w28 = ((global::Gtk.Box.BoxChild)(this.vboxFontSettings [this.hboxSettings]));
     w28.Position = 2;
     w28.Expand   = false;
     w28.Fill     = false;
     w28.Padding  = ((uint)(6));
     this.notebookFont.Add(this.vboxFontSettings);
     // Notebook tab
     this.label1           = new global::Gtk.Label();
     this.label1.Name      = "label1";
     this.label1.LabelProp = global::Mono.Unix.Catalog.GetString("Settings");
     this.notebookFont.SetTabLabel(this.vboxFontSettings, this.label1);
     this.label1.ShowAll();
     // Container child notebookFont.Gtk.Notebook+NotebookChild
     this.vboxBuildPreview             = new global::Gtk.VBox();
     this.vboxBuildPreview.Name        = "vboxBuildPreview";
     this.vboxBuildPreview.Spacing     = 6;
     this.vboxBuildPreview.BorderWidth = ((uint)(6));
     // Container child vboxBuildPreview.Gtk.Box+BoxChild
     this.scrolledwindowPreview            = new global::Gtk.ScrolledWindow();
     this.scrolledwindowPreview.CanFocus   = true;
     this.scrolledwindowPreview.Name       = "scrolledwindowPreview";
     this.scrolledwindowPreview.ShadowType = ((global::Gtk.ShadowType)(1));
     // Container child scrolledwindowPreview.Gtk.Container+ContainerChild
     global::Gtk.Viewport w30 = new global::Gtk.Viewport();
     w30.ShadowType = ((global::Gtk.ShadowType)(0));
     // Container child GtkViewport.Gtk.Container+ContainerChild
     this.fontPreviewImage      = new global::FontTool.FontPreviewWidget();
     this.fontPreviewImage.Name = "fontPreviewImage";
     w30.Add(this.fontPreviewImage);
     this.scrolledwindowPreview.Add(w30);
     this.vboxBuildPreview.Add(this.scrolledwindowPreview);
     global::Gtk.Box.BoxChild w33 = ((global::Gtk.Box.BoxChild)(this.vboxBuildPreview [this.scrolledwindowPreview]));
     w33.Position = 0;
     // Container child vboxBuildPreview.Gtk.Box+BoxChild
     this.hboxPreview         = new global::Gtk.HBox();
     this.hboxPreview.Name    = "hboxPreview";
     this.hboxPreview.Spacing = 6;
     // Container child hboxPreview.Gtk.Box+BoxChild
     this.lImageSize           = new global::Gtk.Label();
     this.lImageSize.Name      = "lImageSize";
     this.lImageSize.LabelProp = global::Mono.Unix.Catalog.GetString("Image 0 X 0");
     this.hboxPreview.Add(this.lImageSize);
     global::Gtk.Box.BoxChild w34 = ((global::Gtk.Box.BoxChild)(this.hboxPreview [this.lImageSize]));
     w34.Position = 0;
     w34.Expand   = false;
     w34.Fill     = false;
     // Container child hboxPreview.Gtk.Box+BoxChild
     this.lFileSize           = new global::Gtk.Label();
     this.lFileSize.Name      = "lFileSize";
     this.lFileSize.LabelProp = global::Mono.Unix.Catalog.GetString("0 KB");
     this.hboxPreview.Add(this.lFileSize);
     global::Gtk.Box.BoxChild w35 = ((global::Gtk.Box.BoxChild)(this.hboxPreview [this.lFileSize]));
     w35.Position = 1;
     w35.Expand   = false;
     w35.Fill     = false;
     // Container child hboxPreview.Gtk.Box+BoxChild
     this.btnPrevSettings              = new global::Gtk.Button();
     this.btnPrevSettings.CanFocus     = true;
     this.btnPrevSettings.Name         = "btnPrevSettings";
     this.btnPrevSettings.UseUnderline = true;
     // Container child btnPrevSettings.Gtk.Container+ContainerChild
     global::Gtk.Alignment w36 = new global::Gtk.Alignment(0.5F, 0.5F, 0F, 0F);
     // Container child GtkAlignment.Gtk.Container+ContainerChild
     global::Gtk.HBox w37 = new global::Gtk.HBox();
     w37.Spacing = 2;
     // Container child GtkHBox.Gtk.Container+ContainerChild
     global::Gtk.Image w38 = new global::Gtk.Image();
     w38.Pixbuf = global::Stetic.IconLoader.LoadIcon(this, "gtk-go-back", global::Gtk.IconSize.Menu);
     w37.Add(w38);
     // Container child GtkHBox.Gtk.Container+ContainerChild
     global::Gtk.Label w40 = new global::Gtk.Label();
     w40.LabelProp    = global::Mono.Unix.Catalog.GetString("Settings");
     w40.UseUnderline = true;
     w37.Add(w40);
     w36.Add(w37);
     this.btnPrevSettings.Add(w36);
     this.hboxPreview.Add(this.btnPrevSettings);
     global::Gtk.Box.BoxChild w44 = ((global::Gtk.Box.BoxChild)(this.hboxPreview [this.btnPrevSettings]));
     w44.PackType = ((global::Gtk.PackType)(1));
     w44.Position = 2;
     w44.Expand   = false;
     w44.Fill     = false;
     this.vboxBuildPreview.Add(this.hboxPreview);
     global::Gtk.Box.BoxChild w45 = ((global::Gtk.Box.BoxChild)(this.vboxBuildPreview [this.hboxPreview]));
     w45.Position = 1;
     w45.Expand   = false;
     w45.Fill     = false;
     w45.Padding  = ((uint)(6));
     this.notebookFont.Add(this.vboxBuildPreview);
     global::Gtk.Notebook.NotebookChild w46 = ((global::Gtk.Notebook.NotebookChild)(this.notebookFont [this.vboxBuildPreview]));
     w46.Position = 1;
     // Notebook tab
     this.label2           = new global::Gtk.Label();
     this.label2.Name      = "label2";
     this.label2.LabelProp = global::Mono.Unix.Catalog.GetString("Preview");
     this.notebookFont.SetTabLabel(this.vboxBuildPreview, this.label2);
     this.label2.ShowAll();
     this.vbox1.Add(this.notebookFont);
     global::Gtk.Box.BoxChild w47 = ((global::Gtk.Box.BoxChild)(this.vbox1 [this.notebookFont]));
     w47.Position = 1;
     this.Add(this.vbox1);
     if ((this.Child != null))
     {
         this.Child.ShowAll();
     }
     this.DefaultWidth  = 536;
     this.DefaultHeight = 536;
     this.HasDefault    = true;
     this.Show();
 }
 protected virtual void Build()
 {
     global::Stetic.Gui.Initialize (this);
     // Widget KaleidoscopeGenerator.UI.Gtk.MainWindow
     this.Name = "KaleidoscopeGenerator.UI.Gtk.MainWindow";
     this.Title = global::Mono.Unix.Catalog.GetString ("MainWindow");
     this.WindowPosition = ((global::Gtk.WindowPosition)(4));
     // Container child KaleidoscopeGenerator.UI.Gtk.MainWindow.Gtk.Container+ContainerChild
     this.hbox1 = new global::Gtk.HBox ();
     this.hbox1.Spacing = 6;
     // Container child hbox1.Gtk.Box+BoxChild
     this.vbox1 = new global::Gtk.VBox ();
     this.vbox1.Name = "vbox1";
     this.vbox1.Spacing = 16;
     this.vbox1.BorderWidth = ((uint)(11));
     // Container child vbox1.Gtk.Box+BoxChild
     this.label1 = new global::Gtk.Label ();
     this.label1.Name = "label1";
     this.label1.LabelProp = global::Mono.Unix.Catalog.GetString ("Mirrow width");
     this.vbox1.Add (this.label1);
     global::Gtk.Box.BoxChild w1 = ((global::Gtk.Box.BoxChild)(this.vbox1 [this.label1]));
     w1.Position = 0;
     w1.Expand = false;
     w1.Fill = false;
     // Container child vbox1.Gtk.Box+BoxChild
     this._geometryWidthSpinButton = new global::Gtk.SpinButton (10, 500, 1);
     this._geometryWidthSpinButton.CanFocus = true;
     this._geometryWidthSpinButton.Name = "_geometryWidthSpinButton";
     this._geometryWidthSpinButton.Adjustment.PageIncrement = 10;
     this._geometryWidthSpinButton.ClimbRate = 1;
     this._geometryWidthSpinButton.Numeric = true;
     this._geometryWidthSpinButton.Value = 100;
     this.vbox1.Add (this._geometryWidthSpinButton);
     global::Gtk.Box.BoxChild w2 = ((global::Gtk.Box.BoxChild)(this.vbox1 [this._geometryWidthSpinButton]));
     w2.Position = 1;
     w2.Expand = false;
     w2.Fill = false;
     // Container child vbox1.Gtk.Box+BoxChild
     this.label2 = new global::Gtk.Label ();
     this.label2.Name = "label2";
     this.label2.LabelProp = global::Mono.Unix.Catalog.GetString ("Number of Mirrors");
     this.vbox1.Add (this.label2);
     global::Gtk.Box.BoxChild w3 = ((global::Gtk.Box.BoxChild)(this.vbox1 [this.label2]));
     w3.Position = 2;
     w3.Expand = false;
     w3.Fill = false;
     // Container child vbox1.Gtk.Box+BoxChild
     this._typeComboBox = global::Gtk.ComboBox.NewText ();
     this._typeComboBox.Name = "_typeComboBox";
     this.vbox1.Add (this._typeComboBox);
     global::Gtk.Box.BoxChild w4 = ((global::Gtk.Box.BoxChild)(this.vbox1 [this._typeComboBox]));
     w4.Position = 3;
     w4.Expand = false;
     w4.Fill = false;
     // Container child vbox1.Gtk.Box+BoxChild
     this.label3 = new global::Gtk.Label ();
     this.label3.Name = "label3";
     this.label3.LabelProp = global::Mono.Unix.Catalog.GetString ("Base image");
     this.vbox1.Add (this.label3);
     global::Gtk.Box.BoxChild w5 = ((global::Gtk.Box.BoxChild)(this.vbox1 [this.label3]));
     w5.Position = 4;
     w5.Expand = false;
     w5.Fill = false;
     // Container child vbox1.Gtk.Box+BoxChild
     this._imageSelectButton = new global::Gtk.Button ();
     this._imageSelectButton.CanFocus = true;
     this._imageSelectButton.Name = "_imageSelectButton";
     this._imageSelectButton.UseUnderline = true;
     this._imageSelectButton.Label = global::Mono.Unix.Catalog.GetString ("Select");
     this.vbox1.Add (this._imageSelectButton);
     global::Gtk.Box.BoxChild w6 = ((global::Gtk.Box.BoxChild)(this.vbox1 [this._imageSelectButton]));
     w6.Position = 5;
     w6.Expand = false;
     w6.Fill = false;
     // Container child vbox1.Gtk.Box+BoxChild
     this._previewImage = new global::Gtk.Image ();
     this._previewImage.WidthRequest = 100;
     this._previewImage.Name = "_previewImage";
     this.vbox1.Add (this._previewImage);
     global::Gtk.Box.BoxChild w7 = ((global::Gtk.Box.BoxChild)(this.vbox1 [this._previewImage]));
     w7.Position = 6;
     w7.Expand = false;
     w7.Fill = false;
     this.hbox1.Add (this.vbox1);
     global::Gtk.Box.BoxChild w8 = ((global::Gtk.Box.BoxChild)(this.hbox1 [this.vbox1]));
     w8.Position = 0;
     w8.Expand = false;
     w8.Fill = false;
     // Container child hbox1.Gtk.Box+BoxChild
     this._drawingArea = new global::Gtk.DrawingArea ();
     this._drawingArea.Name = "_drawingArea";
     this.hbox1.Add (this._drawingArea);
     global::Gtk.Box.BoxChild w9 = ((global::Gtk.Box.BoxChild)(this.hbox1 [this._drawingArea]));
     w9.Position = 1;
     this.Add (this.hbox1);
     if ((this.Child != null)) {
         this.Child.ShowAll ();
     }
     this.DefaultWidth = 792;
     this.DefaultHeight = 543;
     this.Show ();
     this.DeleteEvent += new global::Gtk.DeleteEventHandler (this.OnDeleteEvent);
 }
 protected virtual void Build()
 {
     global::Stetic.Gui.Initialize (this);
     // Widget CupboardDesigner.Basis
     this.Name = "CupboardDesigner.Basis";
     this.Title = global::Mono.Unix.Catalog.GetString ("Вид основания");
     this.WindowPosition = ((global::Gtk.WindowPosition)(4));
     // Internal child CupboardDesigner.Basis.VBox
     global::Gtk.VBox w1 = this.VBox;
     w1.Name = "dialog1_VBox";
     w1.BorderWidth = ((uint)(2));
     // Container child dialog1_VBox.Gtk.Box+BoxChild
     this.hbox3 = new global::Gtk.HBox ();
     this.hbox3.Name = "hbox3";
     this.hbox3.Spacing = 6;
     // Container child hbox3.Gtk.Box+BoxChild
     this.vbox3 = new global::Gtk.VBox ();
     this.vbox3.Name = "vbox3";
     this.vbox3.Spacing = 6;
     // Container child vbox3.Gtk.Box+BoxChild
     this.table1 = new global::Gtk.Table (((uint)(6)), ((uint)(2)), false);
     this.table1.Name = "table1";
     this.table1.RowSpacing = ((uint)(6));
     this.table1.ColumnSpacing = ((uint)(6));
     // Container child table1.Gtk.Table+TableChild
     this.entryName = new global::Gtk.Entry ();
     this.entryName.CanFocus = true;
     this.entryName.Name = "entryName";
     this.entryName.IsEditable = true;
     this.entryName.InvisibleChar = '●';
     this.table1.Add (this.entryName);
     global::Gtk.Table.TableChild w2 = ((global::Gtk.Table.TableChild)(this.table1 [this.entryName]));
     w2.TopAttach = ((uint)(1));
     w2.BottomAttach = ((uint)(2));
     w2.LeftAttach = ((uint)(1));
     w2.RightAttach = ((uint)(2));
     w2.XOptions = ((global::Gtk.AttachOptions)(4));
     w2.YOptions = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     this.hbox1 = new global::Gtk.HBox ();
     this.hbox1.Name = "hbox1";
     this.hbox1.Spacing = 6;
     // Container child hbox1.Gtk.Box+BoxChild
     this.spinL = new global::Gtk.SpinButton (0, 10000, 1);
     this.spinL.CanFocus = true;
     this.spinL.Name = "spinL";
     this.spinL.Adjustment.PageIncrement = 10;
     this.spinL.ClimbRate = 1;
     this.spinL.Numeric = true;
     this.hbox1.Add (this.spinL);
     global::Gtk.Box.BoxChild w3 = ((global::Gtk.Box.BoxChild)(this.hbox1 [this.spinL]));
     w3.Position = 0;
     w3.Expand = false;
     w3.Fill = false;
     // Container child hbox1.Gtk.Box+BoxChild
     this.label8 = new global::Gtk.Label ();
     this.label8.Name = "label8";
     this.label8.LabelProp = global::Mono.Unix.Catalog.GetString ("мм");
     this.hbox1.Add (this.label8);
     global::Gtk.Box.BoxChild w4 = ((global::Gtk.Box.BoxChild)(this.hbox1 [this.label8]));
     w4.Position = 1;
     w4.Expand = false;
     w4.Fill = false;
     this.table1.Add (this.hbox1);
     global::Gtk.Table.TableChild w5 = ((global::Gtk.Table.TableChild)(this.table1 [this.hbox1]));
     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 table1.Gtk.Table+TableChild
     this.hbox2 = new global::Gtk.HBox ();
     this.hbox2.Name = "hbox2";
     this.hbox2.Spacing = 6;
     // Container child hbox2.Gtk.Box+BoxChild
     this.spinH = new global::Gtk.SpinButton (0, 10000, 1);
     this.spinH.CanFocus = true;
     this.spinH.Name = "spinH";
     this.spinH.Adjustment.PageIncrement = 10;
     this.spinH.ClimbRate = 1;
     this.spinH.Numeric = true;
     this.hbox2.Add (this.spinH);
     global::Gtk.Box.BoxChild w6 = ((global::Gtk.Box.BoxChild)(this.hbox2 [this.spinH]));
     w6.Position = 0;
     w6.Expand = false;
     w6.Fill = false;
     // Container child hbox2.Gtk.Box+BoxChild
     this.label7 = new global::Gtk.Label ();
     this.label7.Name = "label7";
     this.label7.LabelProp = global::Mono.Unix.Catalog.GetString ("мм");
     this.hbox2.Add (this.label7);
     global::Gtk.Box.BoxChild w7 = ((global::Gtk.Box.BoxChild)(this.hbox2 [this.label7]));
     w7.Position = 1;
     w7.Expand = false;
     w7.Fill = false;
     this.table1.Add (this.hbox2);
     global::Gtk.Table.TableChild w8 = ((global::Gtk.Table.TableChild)(this.table1 [this.hbox2]));
     w8.TopAttach = ((uint)(5));
     w8.BottomAttach = ((uint)(6));
     w8.LeftAttach = ((uint)(1));
     w8.RightAttach = ((uint)(2));
     w8.XOptions = ((global::Gtk.AttachOptions)(4));
     w8.YOptions = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     this.hbox4 = new global::Gtk.HBox ();
     this.hbox4.Name = "hbox4";
     this.hbox4.Spacing = 6;
     // Container child hbox4.Gtk.Box+BoxChild
     this.spinW = new global::Gtk.SpinButton (0, 10000, 1);
     this.spinW.CanFocus = true;
     this.spinW.Name = "spinW";
     this.spinW.Adjustment.PageIncrement = 10;
     this.spinW.ClimbRate = 1;
     this.spinW.Numeric = true;
     this.hbox4.Add (this.spinW);
     global::Gtk.Box.BoxChild w9 = ((global::Gtk.Box.BoxChild)(this.hbox4 [this.spinW]));
     w9.Position = 0;
     w9.Expand = false;
     w9.Fill = false;
     // Container child hbox4.Gtk.Box+BoxChild
     this.label10 = new global::Gtk.Label ();
     this.label10.Name = "label10";
     this.label10.LabelProp = global::Mono.Unix.Catalog.GetString ("мм");
     this.hbox4.Add (this.label10);
     global::Gtk.Box.BoxChild w10 = ((global::Gtk.Box.BoxChild)(this.hbox4 [this.label10]));
     w10.Position = 1;
     w10.Expand = false;
     w10.Fill = false;
     this.table1.Add (this.hbox4);
     global::Gtk.Table.TableChild w11 = ((global::Gtk.Table.TableChild)(this.table1 [this.hbox4]));
     w11.TopAttach = ((uint)(2));
     w11.BottomAttach = ((uint)(3));
     w11.LeftAttach = ((uint)(1));
     w11.RightAttach = ((uint)(2));
     w11.XOptions = ((global::Gtk.AttachOptions)(4));
     w11.YOptions = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     this.label1 = new global::Gtk.Label ();
     this.label1.Name = "label1";
     this.label1.Xalign = 1F;
     this.label1.LabelProp = global::Mono.Unix.Catalog.GetString ("Название:");
     this.table1.Add (this.label1);
     global::Gtk.Table.TableChild w12 = ((global::Gtk.Table.TableChild)(this.table1 [this.label1]));
     w12.TopAttach = ((uint)(1));
     w12.BottomAttach = ((uint)(2));
     w12.XOptions = ((global::Gtk.AttachOptions)(4));
     w12.YOptions = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     this.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 w13 = ((global::Gtk.Table.TableChild)(this.table1 [this.label2]));
     w13.XOptions = ((global::Gtk.AttachOptions)(4));
     w13.YOptions = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     this.label3 = new global::Gtk.Label ();
     this.label3.Name = "label3";
     this.label3.Xalign = 0F;
     this.label3.LabelProp = global::Mono.Unix.Catalog.GetString ("Добавить к габаритам");
     this.table1.Add (this.label3);
     global::Gtk.Table.TableChild w14 = ((global::Gtk.Table.TableChild)(this.table1 [this.label3]));
     w14.TopAttach = ((uint)(3));
     w14.BottomAttach = ((uint)(4));
     w14.RightAttach = ((uint)(2));
     w14.XOptions = ((global::Gtk.AttachOptions)(4));
     w14.YOptions = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     this.label5 = new global::Gtk.Label ();
     this.label5.Name = "label5";
     this.label5.Xalign = 1F;
     this.label5.LabelProp = global::Mono.Unix.Catalog.GetString ("Высоту (H):");
     this.table1.Add (this.label5);
     global::Gtk.Table.TableChild w15 = ((global::Gtk.Table.TableChild)(this.table1 [this.label5]));
     w15.TopAttach = ((uint)(5));
     w15.BottomAttach = ((uint)(6));
     w15.XOptions = ((global::Gtk.AttachOptions)(4));
     w15.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 ("Длину (L):");
     this.table1.Add (this.label6);
     global::Gtk.Table.TableChild w16 = ((global::Gtk.Table.TableChild)(this.table1 [this.label6]));
     w16.TopAttach = ((uint)(4));
     w16.BottomAttach = ((uint)(5));
     w16.XOptions = ((global::Gtk.AttachOptions)(4));
     w16.YOptions = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     this.label9 = new global::Gtk.Label ();
     this.label9.Name = "label9";
     this.label9.Xalign = 1F;
     this.label9.LabelProp = global::Mono.Unix.Catalog.GetString ("Ширина (W):");
     this.table1.Add (this.label9);
     global::Gtk.Table.TableChild w17 = ((global::Gtk.Table.TableChild)(this.table1 [this.label9]));
     w17.TopAttach = ((uint)(2));
     w17.BottomAttach = ((uint)(3));
     w17.XOptions = ((global::Gtk.AttachOptions)(4));
     w17.YOptions = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     this.labelId = new global::Gtk.Label ();
     this.labelId.Name = "labelId";
     this.labelId.LabelProp = global::Mono.Unix.Catalog.GetString ("не определён");
     this.table1.Add (this.labelId);
     global::Gtk.Table.TableChild w18 = ((global::Gtk.Table.TableChild)(this.table1 [this.labelId]));
     w18.LeftAttach = ((uint)(1));
     w18.RightAttach = ((uint)(2));
     w18.XOptions = ((global::Gtk.AttachOptions)(4));
     w18.YOptions = ((global::Gtk.AttachOptions)(4));
     this.vbox3.Add (this.table1);
     global::Gtk.Box.BoxChild w19 = ((global::Gtk.Box.BoxChild)(this.vbox3 [this.table1]));
     w19.Position = 0;
     w19.Expand = false;
     w19.Fill = false;
     // Container child vbox3.Gtk.Box+BoxChild
     this.drawBasis = new global::Gtk.DrawingArea ();
     this.drawBasis.Name = "drawBasis";
     this.vbox3.Add (this.drawBasis);
     global::Gtk.Box.BoxChild w20 = ((global::Gtk.Box.BoxChild)(this.vbox3 [this.drawBasis]));
     w20.Position = 1;
     // Container child vbox3.Gtk.Box+BoxChild
     this.buttonLoadImage = new global::Gtk.Button ();
     this.buttonLoadImage.CanFocus = true;
     this.buttonLoadImage.Name = "buttonLoadImage";
     this.buttonLoadImage.UseUnderline = true;
     this.buttonLoadImage.Label = global::Mono.Unix.Catalog.GetString ("Загрузить изображени");
     global::Gtk.Image w21 = new global::Gtk.Image ();
     w21.Pixbuf = global::Stetic.IconLoader.LoadIcon (this, "gtk-harddisk", global::Gtk.IconSize.Menu);
     this.buttonLoadImage.Image = w21;
     this.vbox3.Add (this.buttonLoadImage);
     global::Gtk.Box.BoxChild w22 = ((global::Gtk.Box.BoxChild)(this.vbox3 [this.buttonLoadImage]));
     w22.Position = 2;
     w22.Expand = false;
     w22.Fill = false;
     this.hbox3.Add (this.vbox3);
     global::Gtk.Box.BoxChild w23 = ((global::Gtk.Box.BoxChild)(this.hbox3 [this.vbox3]));
     w23.Position = 0;
     w23.Expand = false;
     // Container child hbox3.Gtk.Box+BoxChild
     this.vbox2 = new global::Gtk.VBox ();
     this.vbox2.Name = "vbox2";
     this.vbox2.Spacing = 6;
     // 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 ("<b>Состав номенклатуры:</b>");
     this.label4.UseMarkup = true;
     this.vbox2.Add (this.label4);
     global::Gtk.Box.BoxChild w24 = ((global::Gtk.Box.BoxChild)(this.vbox2 [this.label4]));
     w24.Position = 0;
     w24.Expand = false;
     w24.Fill = false;
     // Container child vbox2.Gtk.Box+BoxChild
     this.GtkScrolledWindow = new global::Gtk.ScrolledWindow ();
     this.GtkScrolledWindow.Name = "GtkScrolledWindow";
     this.GtkScrolledWindow.ShadowType = ((global::Gtk.ShadowType)(1));
     // Container child GtkScrolledWindow.Gtk.Container+ContainerChild
     this.treeviewNomenclature = new global::Gtk.TreeView ();
     this.treeviewNomenclature.CanFocus = true;
     this.treeviewNomenclature.Name = "treeviewNomenclature";
     this.GtkScrolledWindow.Add (this.treeviewNomenclature);
     this.vbox2.Add (this.GtkScrolledWindow);
     global::Gtk.Box.BoxChild w26 = ((global::Gtk.Box.BoxChild)(this.vbox2 [this.GtkScrolledWindow]));
     w26.Position = 1;
     this.hbox3.Add (this.vbox2);
     global::Gtk.Box.BoxChild w27 = ((global::Gtk.Box.BoxChild)(this.hbox3 [this.vbox2]));
     w27.Position = 1;
     w1.Add (this.hbox3);
     global::Gtk.Box.BoxChild w28 = ((global::Gtk.Box.BoxChild)(w1 [this.hbox3]));
     w28.Position = 0;
     // Internal child CupboardDesigner.Basis.ActionArea
     global::Gtk.HButtonBox w29 = this.ActionArea;
     w29.Name = "dialog1_ActionArea";
     w29.Spacing = 10;
     w29.BorderWidth = ((uint)(5));
     w29.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 w30 = ((global::Gtk.ButtonBox.ButtonBoxChild)(w29 [this.buttonCancel]));
     w30.Expand = false;
     w30.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";
     w29.Add (this.buttonOk);
     global::Gtk.ButtonBox.ButtonBoxChild w31 = ((global::Gtk.ButtonBox.ButtonBoxChild)(w29 [this.buttonOk]));
     w31.Position = 1;
     w31.Expand = false;
     w31.Fill = false;
     if ((this.Child != null)) {
         this.Child.ShowAll ();
     }
     this.DefaultWidth = 539;
     this.DefaultHeight = 300;
     this.Show ();
     this.drawBasis.ExposeEvent += new global::Gtk.ExposeEventHandler (this.OnDrawBasisExposeEvent);
     this.buttonLoadImage.Clicked += new global::System.EventHandler (this.OnButtonLoadImageClicked);
     this.buttonOk.Clicked += new global::System.EventHandler (this.OnButtonOkClicked);
 }
 protected virtual void Build()
 {
     global::Stetic.Gui.Initialize (this);
     // Widget LongoMatch.Gui.Component.DashboardWidget
     global::Stetic.BinContainer.Attach (this);
     this.Name = "LongoMatch.Gui.Component.DashboardWidget";
     // Container child LongoMatch.Gui.Component.DashboardWidget.Gtk.Container+ContainerChild
     this.hbox2 = new global::Gtk.HBox ();
     this.hbox2.Name = "hbox2";
     this.hbox2.Spacing = 12;
     // Container child hbox2.Gtk.Box+BoxChild
     this.vbox2 = new global::Gtk.VBox ();
     this.vbox2.CanFocus = true;
     this.vbox2.Name = "vbox2";
     this.vbox2.Spacing = 6;
     // Container child vbox2.Gtk.Box+BoxChild
     this.hbuttonbox2 = new global::Gtk.HButtonBox ();
     this.hbuttonbox2.Name = "hbuttonbox2";
     this.hbuttonbox2.LayoutStyle = ((global::Gtk.ButtonBoxStyle)(1));
     // Container child hbuttonbox2.Gtk.ButtonBox+ButtonBoxChild
     this.addcatbutton = new global::Gtk.Button ();
     this.addcatbutton.CanFocus = true;
     this.addcatbutton.Name = "addcatbutton";
     // Container child addcatbutton.Gtk.Container+ContainerChild
     this.addcatbuttonimage = new global::Gtk.Image ();
     this.addcatbuttonimage.Name = "addcatbuttonimage";
     this.addcatbutton.Add (this.addcatbuttonimage);
     this.hbuttonbox2.Add (this.addcatbutton);
     global::Gtk.ButtonBox.ButtonBoxChild w2 = ((global::Gtk.ButtonBox.ButtonBoxChild)(this.hbuttonbox2 [this.addcatbutton]));
     w2.Expand = false;
     w2.Fill = false;
     // Container child hbuttonbox2.Gtk.ButtonBox+ButtonBoxChild
     this.addtimerbutton = new global::Gtk.Button ();
     this.addtimerbutton.CanFocus = true;
     this.addtimerbutton.Name = "addtimerbutton";
     // Container child addtimerbutton.Gtk.Container+ContainerChild
     this.addtimerbuttonimage = new global::Gtk.Image ();
     this.addtimerbuttonimage.Name = "addtimerbuttonimage";
     this.addtimerbutton.Add (this.addtimerbuttonimage);
     this.hbuttonbox2.Add (this.addtimerbutton);
     global::Gtk.ButtonBox.ButtonBoxChild w4 = ((global::Gtk.ButtonBox.ButtonBoxChild)(this.hbuttonbox2 [this.addtimerbutton]));
     w4.Position = 1;
     w4.Expand = false;
     w4.Fill = false;
     // Container child hbuttonbox2.Gtk.ButtonBox+ButtonBoxChild
     this.addscorebutton = new global::Gtk.Button ();
     this.addscorebutton.CanFocus = true;
     this.addscorebutton.Name = "addscorebutton";
     // Container child addscorebutton.Gtk.Container+ContainerChild
     this.addscorebuttonimage = new global::Gtk.Image ();
     this.addscorebuttonimage.Name = "addscorebuttonimage";
     this.addscorebutton.Add (this.addscorebuttonimage);
     this.hbuttonbox2.Add (this.addscorebutton);
     global::Gtk.ButtonBox.ButtonBoxChild w6 = ((global::Gtk.ButtonBox.ButtonBoxChild)(this.hbuttonbox2 [this.addscorebutton]));
     w6.Position = 2;
     w6.Expand = false;
     w6.Fill = false;
     // Container child hbuttonbox2.Gtk.ButtonBox+ButtonBoxChild
     this.addcardbutton = new global::Gtk.Button ();
     this.addcardbutton.CanFocus = true;
     this.addcardbutton.Name = "addcardbutton";
     // Container child addcardbutton.Gtk.Container+ContainerChild
     this.addcardbuttonimage = new global::Gtk.Image ();
     this.addcardbuttonimage.Name = "addcardbuttonimage";
     this.addcardbutton.Add (this.addcardbuttonimage);
     this.hbuttonbox2.Add (this.addcardbutton);
     global::Gtk.ButtonBox.ButtonBoxChild w8 = ((global::Gtk.ButtonBox.ButtonBoxChild)(this.hbuttonbox2 [this.addcardbutton]));
     w8.Position = 3;
     w8.Expand = false;
     w8.Fill = false;
     // Container child hbuttonbox2.Gtk.ButtonBox+ButtonBoxChild
     this.addtagbutton = new global::Gtk.Button ();
     this.addtagbutton.CanFocus = true;
     this.addtagbutton.Name = "addtagbutton";
     // Container child addtagbutton.Gtk.Container+ContainerChild
     this.addtagbuttonimage = new global::Gtk.Image ();
     this.addtagbuttonimage.Name = "addtagbuttonimage";
     this.addtagbutton.Add (this.addtagbuttonimage);
     this.hbuttonbox2.Add (this.addtagbutton);
     global::Gtk.ButtonBox.ButtonBoxChild w10 = ((global::Gtk.ButtonBox.ButtonBoxChild)(this.hbuttonbox2 [this.addtagbutton]));
     w10.Position = 4;
     w10.Expand = false;
     w10.Fill = false;
     this.vbox2.Add (this.hbuttonbox2);
     global::Gtk.Box.BoxChild w11 = ((global::Gtk.Box.BoxChild)(this.vbox2 [this.hbuttonbox2]));
     w11.Position = 0;
     w11.Expand = false;
     w11.Fill = false;
     // Container child vbox2.Gtk.Box+BoxChild
     this.dashscrolledwindow = new global::Gtk.ScrolledWindow ();
     this.dashscrolledwindow.CanFocus = true;
     this.dashscrolledwindow.Name = "dashscrolledwindow";
     // Container child dashscrolledwindow.Gtk.Container+ContainerChild
     global::Gtk.Viewport w12 = new global::Gtk.Viewport ();
     w12.ShadowType = ((global::Gtk.ShadowType)(0));
     // Container child GtkViewport.Gtk.Container+ContainerChild
     this.drawingarea = new global::Gtk.DrawingArea ();
     this.drawingarea.CanFocus = true;
     this.drawingarea.Name = "drawingarea";
     w12.Add (this.drawingarea);
     this.dashscrolledwindow.Add (w12);
     this.vbox2.Add (this.dashscrolledwindow);
     global::Gtk.Box.BoxChild w15 = ((global::Gtk.Box.BoxChild)(this.vbox2 [this.dashscrolledwindow]));
     w15.Position = 1;
     this.hbox2.Add (this.vbox2);
     global::Gtk.Box.BoxChild w16 = ((global::Gtk.Box.BoxChild)(this.hbox2 [this.vbox2]));
     w16.Position = 0;
     // Container child hbox2.Gtk.Box+BoxChild
     this.rightbox = new global::Gtk.VBox ();
     this.rightbox.Name = "rightbox";
     this.rightbox.Spacing = 6;
     // Container child rightbox.Gtk.Box+BoxChild
     this.propertiesframe = new global::Gtk.Frame ();
     this.propertiesframe.Name = "propertiesframe";
     this.propertiesframe.ShadowType = ((global::Gtk.ShadowType)(1));
     // Container child propertiesframe.Gtk.Container+ContainerChild
     this.propertiesalignment = new global::Gtk.Alignment (0F, 0F, 1F, 1F);
     this.propertiesalignment.Name = "propertiesalignment";
     this.propertiesalignment.BorderWidth = ((uint)(6));
     // Container child propertiesalignment.Gtk.Container+ContainerChild
     this.vbox10 = new global::Gtk.VBox ();
     this.vbox10.Name = "vbox10";
     this.vbox10.Spacing = 6;
     // Container child vbox10.Gtk.Box+BoxChild
     this.positionsbox = new global::Gtk.HBox ();
     this.positionsbox.Name = "positionsbox";
     this.positionsbox.Spacing = 6;
     // Container child positionsbox.Gtk.Box+BoxChild
     this.fieldvbox = new global::Gtk.VBox ();
     this.fieldvbox.Name = "fieldvbox";
     this.fieldvbox.Spacing = 6;
     // Container child fieldvbox.Gtk.Box+BoxChild
     this.fieldframe = new global::Gtk.Frame ();
     this.fieldframe.Name = "fieldframe";
     this.fieldframe.ShadowType = ((global::Gtk.ShadowType)(1));
     // Container child fieldframe.Gtk.Container+ContainerChild
     this.fieldalignment = new global::Gtk.Alignment (0F, 0F, 1F, 1F);
     this.fieldalignment.Name = "fieldalignment";
     this.fieldalignment.LeftPadding = ((uint)(6));
     this.fieldalignment.RightPadding = ((uint)(6));
     // Container child fieldalignment.Gtk.Container+ContainerChild
     this.fieldeventbox = new global::Gtk.EventBox ();
     this.fieldeventbox.Name = "fieldeventbox";
     // Container child fieldeventbox.Gtk.Container+ContainerChild
     this.vbox12 = new global::Gtk.VBox ();
     this.vbox12.Name = "vbox12";
     this.vbox12.Spacing = 2;
     // Container child vbox12.Gtk.Box+BoxChild
     this.fieldimage = new global::Gtk.Image ();
     this.fieldimage.WidthRequest = 71;
     this.fieldimage.HeightRequest = 50;
     this.fieldimage.Name = "fieldimage";
     this.vbox12.Add (this.fieldimage);
     global::Gtk.Box.BoxChild w17 = ((global::Gtk.Box.BoxChild)(this.vbox12 [this.fieldimage]));
     w17.Position = 0;
     w17.Expand = false;
     w17.Fill = false;
     // Container child vbox12.Gtk.Box+BoxChild
     this.fieldlabel1 = new global::Gtk.Label ();
     this.fieldlabel1.Name = "fieldlabel1";
     this.fieldlabel1.LabelProp = global::Mono.Unix.Catalog.GetString ("<span font_desc=\"10\">Field</span>");
     this.fieldlabel1.UseMarkup = true;
     this.fieldlabel1.Wrap = true;
     this.fieldlabel1.Justify = ((global::Gtk.Justification)(2));
     this.vbox12.Add (this.fieldlabel1);
     global::Gtk.Box.BoxChild w18 = ((global::Gtk.Box.BoxChild)(this.vbox12 [this.fieldlabel1]));
     w18.Position = 1;
     w18.Expand = false;
     w18.Fill = false;
     // Container child vbox12.Gtk.Box+BoxChild
     this.fieldlabel2 = new global::Gtk.Label ();
     this.fieldlabel2.Name = "fieldlabel2";
     this.fieldlabel2.LabelProp = global::Mono.Unix.Catalog.GetString ("<span font_desc=\"8\">click to change...</span>");
     this.fieldlabel2.UseMarkup = true;
     this.vbox12.Add (this.fieldlabel2);
     global::Gtk.Box.BoxChild w19 = ((global::Gtk.Box.BoxChild)(this.vbox12 [this.fieldlabel2]));
     w19.Position = 2;
     w19.Expand = false;
     w19.Fill = false;
     this.fieldeventbox.Add (this.vbox12);
     this.fieldalignment.Add (this.fieldeventbox);
     this.fieldframe.Add (this.fieldalignment);
     this.fieldvbox.Add (this.fieldframe);
     global::Gtk.Box.BoxChild w23 = ((global::Gtk.Box.BoxChild)(this.fieldvbox [this.fieldframe]));
     w23.Position = 0;
     w23.Expand = false;
     w23.Fill = false;
     // Container child fieldvbox.Gtk.Box+BoxChild
     this.resetfieldbutton = new global::Gtk.Button ();
     this.resetfieldbutton.CanFocus = true;
     this.resetfieldbutton.Name = "resetfieldbutton";
     this.resetfieldbutton.UseStock = true;
     this.resetfieldbutton.UseUnderline = true;
     this.resetfieldbutton.Label = "gtk-refresh";
     this.fieldvbox.Add (this.resetfieldbutton);
     global::Gtk.Box.BoxChild w24 = ((global::Gtk.Box.BoxChild)(this.fieldvbox [this.resetfieldbutton]));
     w24.Position = 1;
     w24.Expand = false;
     w24.Fill = false;
     this.positionsbox.Add (this.fieldvbox);
     global::Gtk.Box.BoxChild w25 = ((global::Gtk.Box.BoxChild)(this.positionsbox [this.fieldvbox]));
     w25.Position = 0;
     w25.Expand = false;
     w25.Fill = false;
     // Container child positionsbox.Gtk.Box+BoxChild
     this.hfieldvbox = new global::Gtk.VBox ();
     this.hfieldvbox.Name = "hfieldvbox";
     this.hfieldvbox.Spacing = 6;
     // Container child hfieldvbox.Gtk.Box+BoxChild
     this.hfieldframe = new global::Gtk.Frame ();
     this.hfieldframe.Name = "hfieldframe";
     this.hfieldframe.ShadowType = ((global::Gtk.ShadowType)(1));
     // Container child hfieldframe.Gtk.Container+ContainerChild
     this.halffieldalignment = new global::Gtk.Alignment (0F, 0F, 1F, 1F);
     this.halffieldalignment.Name = "halffieldalignment";
     this.halffieldalignment.LeftPadding = ((uint)(6));
     this.halffieldalignment.RightPadding = ((uint)(6));
     // Container child halffieldalignment.Gtk.Container+ContainerChild
     this.hfieldeventbox = new global::Gtk.EventBox ();
     this.hfieldeventbox.Name = "hfieldeventbox";
     // Container child hfieldeventbox.Gtk.Container+ContainerChild
     this.vbox14 = new global::Gtk.VBox ();
     this.vbox14.Name = "vbox14";
     this.vbox14.Spacing = 2;
     // Container child vbox14.Gtk.Box+BoxChild
     this.hfieldimage = new global::Gtk.Image ();
     this.hfieldimage.WidthRequest = 71;
     this.hfieldimage.HeightRequest = 50;
     this.hfieldimage.Name = "hfieldimage";
     this.vbox14.Add (this.hfieldimage);
     global::Gtk.Box.BoxChild w26 = ((global::Gtk.Box.BoxChild)(this.vbox14 [this.hfieldimage]));
     w26.Position = 0;
     w26.Expand = false;
     w26.Fill = false;
     // Container child vbox14.Gtk.Box+BoxChild
     this.hfieldlabel1 = new global::Gtk.Label ();
     this.hfieldlabel1.Name = "hfieldlabel1";
     this.hfieldlabel1.LabelProp = global::Mono.Unix.Catalog.GetString ("<span font_desc=\"10\">Half field</span>");
     this.hfieldlabel1.UseMarkup = true;
     this.vbox14.Add (this.hfieldlabel1);
     global::Gtk.Box.BoxChild w27 = ((global::Gtk.Box.BoxChild)(this.vbox14 [this.hfieldlabel1]));
     w27.Position = 1;
     w27.Expand = false;
     w27.Fill = false;
     // Container child vbox14.Gtk.Box+BoxChild
     this.hfieldlabel2 = new global::Gtk.Label ();
     this.hfieldlabel2.Name = "hfieldlabel2";
     this.hfieldlabel2.LabelProp = global::Mono.Unix.Catalog.GetString ("<span font_desc=\"8\">click to change...</span>");
     this.hfieldlabel2.UseMarkup = true;
     this.vbox14.Add (this.hfieldlabel2);
     global::Gtk.Box.BoxChild w28 = ((global::Gtk.Box.BoxChild)(this.vbox14 [this.hfieldlabel2]));
     w28.Position = 2;
     w28.Expand = false;
     w28.Fill = false;
     this.hfieldeventbox.Add (this.vbox14);
     this.halffieldalignment.Add (this.hfieldeventbox);
     this.hfieldframe.Add (this.halffieldalignment);
     this.hfieldvbox.Add (this.hfieldframe);
     global::Gtk.Box.BoxChild w32 = ((global::Gtk.Box.BoxChild)(this.hfieldvbox [this.hfieldframe]));
     w32.Position = 0;
     w32.Expand = false;
     w32.Fill = false;
     // Container child hfieldvbox.Gtk.Box+BoxChild
     this.resethfieldbutton = new global::Gtk.Button ();
     this.resethfieldbutton.CanFocus = true;
     this.resethfieldbutton.Name = "resethfieldbutton";
     this.resethfieldbutton.UseStock = true;
     this.resethfieldbutton.UseUnderline = true;
     this.resethfieldbutton.Label = "gtk-refresh";
     this.hfieldvbox.Add (this.resethfieldbutton);
     global::Gtk.Box.BoxChild w33 = ((global::Gtk.Box.BoxChild)(this.hfieldvbox [this.resethfieldbutton]));
     w33.Position = 1;
     w33.Expand = false;
     w33.Fill = false;
     this.positionsbox.Add (this.hfieldvbox);
     global::Gtk.Box.BoxChild w34 = ((global::Gtk.Box.BoxChild)(this.positionsbox [this.hfieldvbox]));
     w34.Position = 1;
     w34.Expand = false;
     w34.Fill = false;
     // Container child positionsbox.Gtk.Box+BoxChild
     this.goalvbox = new global::Gtk.VBox ();
     this.goalvbox.Name = "goalvbox";
     this.goalvbox.Spacing = 6;
     // Container child goalvbox.Gtk.Box+BoxChild
     this.goalframe = new global::Gtk.Frame ();
     this.goalframe.Name = "goalframe";
     this.goalframe.ShadowType = ((global::Gtk.ShadowType)(1));
     // Container child goalframe.Gtk.Container+ContainerChild
     this.goalalignment = new global::Gtk.Alignment (0F, 0F, 1F, 1F);
     this.goalalignment.Name = "goalalignment";
     this.goalalignment.LeftPadding = ((uint)(6));
     this.goalalignment.RightPadding = ((uint)(6));
     // Container child goalalignment.Gtk.Container+ContainerChild
     this.goaleventbox = new global::Gtk.EventBox ();
     this.goaleventbox.Name = "goaleventbox";
     // Container child goaleventbox.Gtk.Container+ContainerChild
     this.vbox16 = new global::Gtk.VBox ();
     this.vbox16.Name = "vbox16";
     this.vbox16.Spacing = 2;
     // Container child vbox16.Gtk.Box+BoxChild
     this.goalimage = new global::Gtk.Image ();
     this.goalimage.WidthRequest = 71;
     this.goalimage.HeightRequest = 50;
     this.goalimage.Name = "goalimage";
     this.vbox16.Add (this.goalimage);
     global::Gtk.Box.BoxChild w35 = ((global::Gtk.Box.BoxChild)(this.vbox16 [this.goalimage]));
     w35.Position = 0;
     w35.Expand = false;
     w35.Fill = false;
     // Container child vbox16.Gtk.Box+BoxChild
     this.goallabel1 = new global::Gtk.Label ();
     this.goallabel1.Name = "goallabel1";
     this.goallabel1.LabelProp = global::Mono.Unix.Catalog.GetString ("<span font_desc=\"10\">Goal</span>");
     this.goallabel1.UseMarkup = true;
     this.vbox16.Add (this.goallabel1);
     global::Gtk.Box.BoxChild w36 = ((global::Gtk.Box.BoxChild)(this.vbox16 [this.goallabel1]));
     w36.Position = 1;
     w36.Expand = false;
     w36.Fill = false;
     // Container child vbox16.Gtk.Box+BoxChild
     this.goallabel2 = new global::Gtk.Label ();
     this.goallabel2.Name = "goallabel2";
     this.goallabel2.LabelProp = global::Mono.Unix.Catalog.GetString ("<span font_desc=\"8\">click to change...</span>");
     this.goallabel2.UseMarkup = true;
     this.vbox16.Add (this.goallabel2);
     global::Gtk.Box.BoxChild w37 = ((global::Gtk.Box.BoxChild)(this.vbox16 [this.goallabel2]));
     w37.Position = 2;
     w37.Expand = false;
     w37.Fill = false;
     this.goaleventbox.Add (this.vbox16);
     this.goalalignment.Add (this.goaleventbox);
     this.goalframe.Add (this.goalalignment);
     this.goalvbox.Add (this.goalframe);
     global::Gtk.Box.BoxChild w41 = ((global::Gtk.Box.BoxChild)(this.goalvbox [this.goalframe]));
     w41.Position = 0;
     w41.Expand = false;
     w41.Fill = false;
     // Container child goalvbox.Gtk.Box+BoxChild
     this.resetgoalbutton = new global::Gtk.Button ();
     this.resetgoalbutton.CanFocus = true;
     this.resetgoalbutton.Name = "resetgoalbutton";
     this.resetgoalbutton.UseStock = true;
     this.resetgoalbutton.UseUnderline = true;
     this.resetgoalbutton.Label = "gtk-refresh";
     this.goalvbox.Add (this.resetgoalbutton);
     global::Gtk.Box.BoxChild w42 = ((global::Gtk.Box.BoxChild)(this.goalvbox [this.resetgoalbutton]));
     w42.Position = 1;
     w42.Expand = false;
     w42.Fill = false;
     this.positionsbox.Add (this.goalvbox);
     global::Gtk.Box.BoxChild w43 = ((global::Gtk.Box.BoxChild)(this.positionsbox [this.goalvbox]));
     w43.Position = 2;
     w43.Expand = false;
     w43.Fill = false;
     this.vbox10.Add (this.positionsbox);
     global::Gtk.Box.BoxChild w44 = ((global::Gtk.Box.BoxChild)(this.vbox10 [this.positionsbox]));
     w44.Position = 0;
     w44.Expand = false;
     w44.Fill = false;
     // Container child vbox10.Gtk.Box+BoxChild
     this.periodsbox = new global::Gtk.HBox ();
     this.periodsbox.Name = "periodsbox";
     this.periodsbox.Spacing = 6;
     // Container child periodsbox.Gtk.Box+BoxChild
     this.periodslabel = new global::Gtk.Label ();
     this.periodslabel.Name = "periodslabel";
     this.periodslabel.LabelProp = global::Mono.Unix.Catalog.GetString ("Periods");
     this.periodsbox.Add (this.periodslabel);
     global::Gtk.Box.BoxChild w45 = ((global::Gtk.Box.BoxChild)(this.periodsbox [this.periodslabel]));
     w45.Position = 0;
     w45.Expand = false;
     w45.Fill = false;
     // Container child periodsbox.Gtk.Box+BoxChild
     this.periodsentry = new global::Gtk.Entry ();
     this.periodsentry.CanFocus = true;
     this.periodsentry.Name = "periodsentry";
     this.periodsentry.IsEditable = true;
     this.periodsentry.InvisibleChar = '•';
     this.periodsbox.Add (this.periodsentry);
     global::Gtk.Box.BoxChild w46 = ((global::Gtk.Box.BoxChild)(this.periodsbox [this.periodsentry]));
     w46.Position = 1;
     // Container child periodsbox.Gtk.Box+BoxChild
     this.applybutton = new global::Gtk.Button ();
     this.applybutton.CanFocus = true;
     this.applybutton.Name = "applybutton";
     // Container child applybutton.Gtk.Container+ContainerChild
     this.applyimage = new global::Gtk.Image ();
     this.applyimage.Name = "applyimage";
     this.applybutton.Add (this.applyimage);
     this.periodsbox.Add (this.applybutton);
     global::Gtk.Box.BoxChild w48 = ((global::Gtk.Box.BoxChild)(this.periodsbox [this.applybutton]));
     w48.Position = 2;
     w48.Expand = false;
     w48.Fill = false;
     this.vbox10.Add (this.periodsbox);
     global::Gtk.Box.BoxChild w49 = ((global::Gtk.Box.BoxChild)(this.vbox10 [this.periodsbox]));
     w49.Position = 1;
     w49.Expand = false;
     w49.Fill = false;
     // Container child vbox10.Gtk.Box+BoxChild
     this.propertiesscrolledwindow = new global::Gtk.ScrolledWindow ();
     this.propertiesscrolledwindow.CanFocus = true;
     this.propertiesscrolledwindow.Name = "propertiesscrolledwindow";
     this.propertiesscrolledwindow.HscrollbarPolicy = ((global::Gtk.PolicyType)(2));
     this.propertiesscrolledwindow.ShadowType = ((global::Gtk.ShadowType)(1));
     // Container child propertiesscrolledwindow.Gtk.Container+ContainerChild
     global::Gtk.Viewport w50 = new global::Gtk.Viewport ();
     w50.ShadowType = ((global::Gtk.ShadowType)(0));
     // Container child GtkViewport1.Gtk.Container+ContainerChild
     this.tagpropertiesalignment = new global::Gtk.Alignment (0.5F, 0.5F, 1F, 1F);
     this.tagpropertiesalignment.Name = "tagpropertiesalignment";
     this.tagpropertiesalignment.BorderWidth = ((uint)(6));
     // Container child tagpropertiesalignment.Gtk.Container+ContainerChild
     this.propertiesnotebook = new global::Gtk.Notebook ();
     this.propertiesnotebook.CanFocus = true;
     this.propertiesnotebook.Name = "propertiesnotebook";
     this.propertiesnotebook.CurrentPage = 2;
     this.propertiesnotebook.ShowBorder = false;
     this.propertiesnotebook.ShowTabs = false;
     // Notebook tab
     global::Gtk.Label w51 = new global::Gtk.Label ();
     w51.Visible = true;
     this.propertiesnotebook.Add (w51);
     this.label2 = new global::Gtk.Label ();
     this.label2.Name = "label2";
     this.label2.LabelProp = global::Mono.Unix.Catalog.GetString ("page1");
     this.propertiesnotebook.SetTabLabel (w51, this.label2);
     this.label2.ShowAll ();
     // Container child propertiesnotebook.Gtk.Notebook+NotebookChild
     this.tagproperties = new global::LongoMatch.Gui.Component.CategoryProperties ();
     this.tagproperties.Events = ((global::Gdk.EventMask)(256));
     this.tagproperties.Name = "tagproperties";
     this.tagproperties.Edited = false;
     this.propertiesnotebook.Add (this.tagproperties);
     global::Gtk.Notebook.NotebookChild w52 = ((global::Gtk.Notebook.NotebookChild)(this.propertiesnotebook [this.tagproperties]));
     w52.Position = 1;
     // Notebook tab
     this.label3 = new global::Gtk.Label ();
     this.label3.Name = "label3";
     this.label3.LabelProp = global::Mono.Unix.Catalog.GetString ("page2");
     this.propertiesnotebook.SetTabLabel (this.tagproperties, this.label3);
     this.label3.ShowAll ();
     // Container child propertiesnotebook.Gtk.Notebook+NotebookChild
     this.linkproperties = new global::LongoMatch.Gui.Component.LinkProperties ();
     this.linkproperties.Events = ((global::Gdk.EventMask)(256));
     this.linkproperties.Name = "linkproperties";
     this.linkproperties.Edited = false;
     this.propertiesnotebook.Add (this.linkproperties);
     global::Gtk.Notebook.NotebookChild w53 = ((global::Gtk.Notebook.NotebookChild)(this.propertiesnotebook [this.linkproperties]));
     w53.Position = 2;
     // Notebook tab
     this.label5 = new global::Gtk.Label ();
     this.label5.Name = "label5";
     this.label5.LabelProp = global::Mono.Unix.Catalog.GetString ("page3");
     this.propertiesnotebook.SetTabLabel (this.linkproperties, this.label5);
     this.label5.ShowAll ();
     this.tagpropertiesalignment.Add (this.propertiesnotebook);
     w50.Add (this.tagpropertiesalignment);
     this.propertiesscrolledwindow.Add (w50);
     this.vbox10.Add (this.propertiesscrolledwindow);
     global::Gtk.Box.BoxChild w57 = ((global::Gtk.Box.BoxChild)(this.vbox10 [this.propertiesscrolledwindow]));
     w57.Position = 2;
     this.propertiesalignment.Add (this.vbox10);
     this.propertiesframe.Add (this.propertiesalignment);
     this.rightbox.Add (this.propertiesframe);
     global::Gtk.Box.BoxChild w60 = ((global::Gtk.Box.BoxChild)(this.rightbox [this.propertiesframe]));
     w60.Position = 0;
     this.hbox2.Add (this.rightbox);
     global::Gtk.Box.BoxChild w61 = ((global::Gtk.Box.BoxChild)(this.hbox2 [this.rightbox]));
     w61.Position = 1;
     w61.Expand = false;
     w61.Fill = false;
     this.Add (this.hbox2);
     if ((this.Child != null)) {
         this.Child.ShowAll ();
     }
     this.Show ();
 }
Esempio n. 47
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.FileAction1 = new global::Gtk.Action ("FileAction1", global::Mono.Unix.Catalog.GetString ("File"), null, null);
     this.FileAction1.IsImportant = true;
     this.FileAction1.ShortLabel = global::Mono.Unix.Catalog.GetString ("File");
     w1.Add (this.FileAction1, null);
     this.EditAction = new global::Gtk.Action ("EditAction", global::Mono.Unix.Catalog.GetString ("Edit"), null, null);
     this.EditAction.IsImportant = true;
     this.EditAction.ShortLabel = global::Mono.Unix.Catalog.GetString ("Edit");
     w1.Add (this.EditAction, null);
     this.newAction = new global::Gtk.Action ("newAction", null, null, "gtk-new");
     w1.Add (this.newAction, null);
     this.openAction = new global::Gtk.Action ("openAction", null, null, "gtk-open");
     w1.Add (this.openAction, null);
     this.saveAction = new global::Gtk.Action ("saveAction", null, null, "gtk-save");
     w1.Add (this.saveAction, null);
     this.addAction = new global::Gtk.RadioAction ("addAction", null, null, "gtk-add", 0);
     this.addAction.Group = new global::GLib.SList (global::System.IntPtr.Zero);
     w1.Add (this.addAction, null);
     this.HelpAction = new global::Gtk.Action ("HelpAction", global::Mono.Unix.Catalog.GetString ("Help"), null, null);
     this.HelpAction.ShortLabel = global::Mono.Unix.Catalog.GetString ("Help");
     w1.Add (this.HelpAction, null);
     this.UIManager.InsertActionGroup (w1, 0);
     this.AddAccelGroup (this.UIManager.AccelGroup);
     this.Name = "MainWindow";
     this.Title = global::Mono.Unix.Catalog.GetString ("Absolom");
     this.WindowPosition = ((global::Gtk.WindowPosition)(4));
     this.DefaultWidth = 800;
     this.DefaultHeight = 800;
     this.AcceptFocus = false;
     // Container child MainWindow.Gtk.Container+ContainerChild
     this.vbox2 = new global::Gtk.VBox ();
     this.vbox2.Name = "vbox2";
     // Container child vbox2.Gtk.Box+BoxChild
     this.UIManager.AddUiFromString ("<ui><menubar name='menubar9'><menu name='FileAction1' action='FileAction1'/><menu name='EditAction' action='EditAction'/><menu name='HelpAction' action='HelpAction'/></menubar></ui>");
     this.menubar9 = ((global::Gtk.MenuBar)(this.UIManager.GetWidget ("/menubar9")));
     this.menubar9.Name = "menubar9";
     this.vbox2.Add (this.menubar9);
     global::Gtk.Box.BoxChild w2 = ((global::Gtk.Box.BoxChild)(this.vbox2 [this.menubar9]));
     w2.Position = 0;
     w2.Expand = false;
     w2.Fill = false;
     // Container child vbox2.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'/><separator/></toolbar></ui>");
     this.toolbar1 = ((global::Gtk.Toolbar)(this.UIManager.GetWidget ("/toolbar1")));
     this.toolbar1.Name = "toolbar1";
     this.toolbar1.ShowArrow = false;
     this.toolbar1.IconSize = ((global::Gtk.IconSize)(1));
     this.vbox2.Add (this.toolbar1);
     global::Gtk.Box.BoxChild w3 = ((global::Gtk.Box.BoxChild)(this.vbox2 [this.toolbar1]));
     w3.Position = 1;
     w3.Expand = false;
     w3.Fill = false;
     // Container child vbox2.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 w4 = new global::Gtk.Viewport ();
     w4.ShadowType = ((global::Gtk.ShadowType)(0));
     // Container child GtkViewport.Gtk.Container+ContainerChild
     this.DrawArea = new global::Gtk.DrawingArea ();
     this.DrawArea.CanFocus = true;
     this.DrawArea.Name = "DrawArea";
     w4.Add (this.DrawArea);
     this.scrolledwindow1.Add (w4);
     this.vbox2.Add (this.scrolledwindow1);
     global::Gtk.Box.BoxChild w7 = ((global::Gtk.Box.BoxChild)(this.vbox2 [this.scrolledwindow1]));
     w7.Position = 2;
     this.Add (this.vbox2);
     if ((this.Child != null)) {
         this.Child.ShowAll ();
     }
     this.Show ();
     this.DeleteEvent += new global::Gtk.DeleteEventHandler (this.OnDeleteEvent);
     this.scrolledwindow1.ScrollEvent += new global::Gtk.ScrollEventHandler (this.Grid_On_Scroll_Event);
     this.DrawArea.ExposeEvent += new global::Gtk.ExposeEventHandler (this.DrawArea_On_Expose_Event);
 }
 protected virtual void Build()
 {
     global::Stetic.Gui.Initialize(this);
     // Widget LongoMatch.Gui.Panel.NewProjectPanel
     global::Stetic.BinContainer.Attach(this);
     this.Name = "LongoMatch.Gui.Panel.NewProjectPanel";
     // Container child LongoMatch.Gui.Panel.NewProjectPanel.Gtk.Container+ContainerChild
     this.vbox3 = new global::Gtk.VBox();
     this.vbox3.Name = "vbox3";
     // Container child vbox3.Gtk.Box+BoxChild
     this.headereventbox = new global::Gtk.EventBox();
     this.headereventbox.Name = "headereventbox";
     // Container child headereventbox.Gtk.Container+ContainerChild
     this.panelheader1 = new global::LongoMatch.Gui.Panel.PanelHeader();
     this.panelheader1.Events = ((global::Gdk.EventMask)(256));
     this.panelheader1.Name = "panelheader1";
     this.headereventbox.Add(this.panelheader1);
     this.vbox3.Add(this.headereventbox);
     global::Gtk.Box.BoxChild w2 = ((global::Gtk.Box.BoxChild)(this.vbox3[this.headereventbox]));
     w2.Position = 0;
     w2.Expand = false;
     w2.Fill = false;
     // Container child vbox3.Gtk.Box+BoxChild
     this.notebook1 = new global::Gtk.Notebook();
     this.notebook1.CanFocus = true;
     this.notebook1.Name = "notebook1";
     this.notebook1.CurrentPage = 1;
     this.notebook1.ShowBorder = false;
     this.notebook1.Scrollable = true;
     // Container child notebook1.Gtk.Notebook+NotebookChild
     this.alignment2 = new global::Gtk.Alignment(0.5F, 0.5F, 0F, 0F);
     this.alignment2.Name = "alignment2";
     // Container child alignment2.Gtk.Container+ContainerChild
     this.hbox11 = new global::Gtk.HBox();
     this.hbox11.Name = "hbox11";
     this.hbox11.Homogeneous = true;
     // Container child hbox11.Gtk.Box+BoxChild
     this.vbox12 = new global::Gtk.VBox();
     this.vbox12.Name = "vbox12";
     this.vbox12.Spacing = 6;
     // Container child vbox12.Gtk.Box+BoxChild
     this.alignment4 = new global::Gtk.Alignment(0.5F, 0.5F, 0F, 0F);
     this.alignment4.Name = "alignment4";
     // Container child alignment4.Gtk.Container+ContainerChild
     this.filebutton = new global::Gtk.Button();
     this.filebutton.WidthRequest = 100;
     this.filebutton.HeightRequest = 100;
     this.filebutton.CanFocus = true;
     this.filebutton.Name = "filebutton";
     // Container child filebutton.Gtk.Container+ContainerChild
     this.fileimage = new global::Gtk.Image();
     this.fileimage.Name = "fileimage";
     this.filebutton.Add(this.fileimage);
     this.alignment4.Add(this.filebutton);
     this.vbox12.Add(this.alignment4);
     global::Gtk.Box.BoxChild w5 = ((global::Gtk.Box.BoxChild)(this.vbox12[this.alignment4]));
     w5.Position = 0;
     w5.Expand = false;
     w5.Fill = false;
     // Container child vbox12.Gtk.Box+BoxChild
     this.label2 = new global::Gtk.Label();
     this.label2.WidthRequest = 180;
     this.label2.Name = "label2";
     this.label2.LabelProp = global::VAS.Core.Catalog.GetString("Video file");
     this.label2.Wrap = true;
     this.label2.Justify = ((global::Gtk.Justification)(2));
     this.label2.WidthChars = 1;
     this.vbox12.Add(this.label2);
     global::Gtk.Box.BoxChild w6 = ((global::Gtk.Box.BoxChild)(this.vbox12[this.label2]));
     w6.Position = 1;
     w6.Expand = false;
     w6.Fill = false;
     this.hbox11.Add(this.vbox12);
     global::Gtk.Box.BoxChild w7 = ((global::Gtk.Box.BoxChild)(this.hbox11[this.vbox12]));
     w7.Position = 0;
     w7.Expand = false;
     w7.Fill = false;
     // Container child hbox11.Gtk.Box+BoxChild
     this.vbox13 = new global::Gtk.VBox();
     this.vbox13.Name = "vbox13";
     this.vbox13.Spacing = 6;
     // Container child vbox13.Gtk.Box+BoxChild
     this.alignment3 = new global::Gtk.Alignment(0.5F, 0.5F, 0F, 0F);
     this.alignment3.Name = "alignment3";
     // Container child alignment3.Gtk.Container+ContainerChild
     this.capturebutton = new global::Gtk.Button();
     this.capturebutton.WidthRequest = 100;
     this.capturebutton.HeightRequest = 100;
     this.capturebutton.CanFocus = true;
     this.capturebutton.Name = "capturebutton";
     // Container child capturebutton.Gtk.Container+ContainerChild
     this.captureimage = new global::Gtk.Image();
     this.captureimage.Name = "captureimage";
     this.capturebutton.Add(this.captureimage);
     this.alignment3.Add(this.capturebutton);
     this.vbox13.Add(this.alignment3);
     global::Gtk.Box.BoxChild w10 = ((global::Gtk.Box.BoxChild)(this.vbox13[this.alignment3]));
     w10.Position = 0;
     w10.Expand = false;
     w10.Fill = false;
     // Container child vbox13.Gtk.Box+BoxChild
     this.label4 = new global::Gtk.Label();
     this.label4.WidthRequest = 180;
     this.label4.Name = "label4";
     this.label4.LabelProp = global::VAS.Core.Catalog.GetString("Capture device");
     this.label4.Wrap = true;
     this.label4.Justify = ((global::Gtk.Justification)(2));
     this.label4.WidthChars = 1;
     this.vbox13.Add(this.label4);
     global::Gtk.Box.BoxChild w11 = ((global::Gtk.Box.BoxChild)(this.vbox13[this.label4]));
     w11.Position = 1;
     w11.Expand = false;
     w11.Fill = false;
     this.hbox11.Add(this.vbox13);
     global::Gtk.Box.BoxChild w12 = ((global::Gtk.Box.BoxChild)(this.hbox11[this.vbox13]));
     w12.Position = 1;
     w12.Expand = false;
     w12.Fill = false;
     // Container child hbox11.Gtk.Box+BoxChild
     this.vbox14 = new global::Gtk.VBox();
     this.vbox14.Name = "vbox14";
     this.vbox14.Spacing = 6;
     // Container child vbox14.Gtk.Box+BoxChild
     this.alignment5 = new global::Gtk.Alignment(0.5F, 0.5F, 0F, 0F);
     this.alignment5.Name = "alignment5";
     // Container child alignment5.Gtk.Container+ContainerChild
     this.fakebutton = new global::Gtk.Button();
     this.fakebutton.WidthRequest = 100;
     this.fakebutton.HeightRequest = 100;
     this.fakebutton.CanFocus = true;
     this.fakebutton.Name = "fakebutton";
     // Container child fakebutton.Gtk.Container+ContainerChild
     this.fakeimage = new global::Gtk.Image();
     this.fakeimage.Name = "fakeimage";
     this.fakebutton.Add(this.fakeimage);
     this.alignment5.Add(this.fakebutton);
     this.vbox14.Add(this.alignment5);
     global::Gtk.Box.BoxChild w15 = ((global::Gtk.Box.BoxChild)(this.vbox14[this.alignment5]));
     w15.Position = 0;
     w15.Expand = false;
     w15.Fill = false;
     // Container child vbox14.Gtk.Box+BoxChild
     this.label5 = new global::Gtk.Label();
     this.label5.WidthRequest = 180;
     this.label5.Name = "label5";
     this.label5.LabelProp = global::VAS.Core.Catalog.GetString("Fake capture device");
     this.label5.Wrap = true;
     this.label5.Justify = ((global::Gtk.Justification)(2));
     this.label5.WidthChars = 1;
     this.vbox14.Add(this.label5);
     global::Gtk.Box.BoxChild w16 = ((global::Gtk.Box.BoxChild)(this.vbox14[this.label5]));
     w16.Position = 1;
     w16.Expand = false;
     w16.Fill = false;
     this.hbox11.Add(this.vbox14);
     global::Gtk.Box.BoxChild w17 = ((global::Gtk.Box.BoxChild)(this.hbox11[this.vbox14]));
     w17.Position = 2;
     w17.Expand = false;
     w17.Fill = false;
     // Container child hbox11.Gtk.Box+BoxChild
     this.vbox15 = new global::Gtk.VBox();
     this.vbox15.Name = "vbox15";
     this.vbox15.Spacing = 6;
     // Container child vbox15.Gtk.Box+BoxChild
     this.alignment6 = new global::Gtk.Alignment(0.5F, 0.5F, 0F, 0F);
     this.alignment6.Name = "alignment6";
     // Container child alignment6.Gtk.Container+ContainerChild
     this.ipbutton = new global::Gtk.Button();
     this.ipbutton.WidthRequest = 100;
     this.ipbutton.HeightRequest = 100;
     this.ipbutton.CanFocus = true;
     this.ipbutton.Name = "ipbutton";
     // Container child ipbutton.Gtk.Container+ContainerChild
     this.ipimage = new global::Gtk.Image();
     this.ipimage.Name = "ipimage";
     this.ipbutton.Add(this.ipimage);
     this.alignment6.Add(this.ipbutton);
     this.vbox15.Add(this.alignment6);
     global::Gtk.Box.BoxChild w20 = ((global::Gtk.Box.BoxChild)(this.vbox15[this.alignment6]));
     w20.Position = 0;
     w20.Expand = false;
     w20.Fill = false;
     // Container child vbox15.Gtk.Box+BoxChild
     this.label6 = new global::Gtk.Label();
     this.label6.WidthRequest = 180;
     this.label6.Name = "label6";
     this.label6.LabelProp = global::VAS.Core.Catalog.GetString("Ip camera");
     this.label6.Wrap = true;
     this.label6.Justify = ((global::Gtk.Justification)(2));
     this.label6.WidthChars = 1;
     this.vbox15.Add(this.label6);
     global::Gtk.Box.BoxChild w21 = ((global::Gtk.Box.BoxChild)(this.vbox15[this.label6]));
     w21.Position = 1;
     w21.Expand = false;
     w21.Fill = false;
     this.hbox11.Add(this.vbox15);
     global::Gtk.Box.BoxChild w22 = ((global::Gtk.Box.BoxChild)(this.hbox11[this.vbox15]));
     w22.Position = 3;
     w22.Expand = false;
     w22.Fill = false;
     this.alignment2.Add(this.hbox11);
     this.notebook1.Add(this.alignment2);
     // Notebook tab
     this.label1 = new global::Gtk.Label();
     this.label1.Name = "label1";
     this.label1.LabelProp = global::VAS.Core.Catalog.GetString("page1");
     this.notebook1.SetTabLabel(this.alignment2, this.label1);
     this.label1.ShowAll();
     // Container child notebook1.Gtk.Notebook+NotebookChild
     this.vbox5 = new global::Gtk.VBox();
     this.vbox5.Name = "vbox5";
     this.vbox5.Spacing = 6;
     this.vbox5.BorderWidth = ((uint)(10));
     // Container child vbox5.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.topbox = new global::Gtk.HBox();
     this.topbox.Name = "topbox";
     this.topbox.Spacing = 6;
     // Container child topbox.Gtk.Box+BoxChild
     this.lefttable = new global::Gtk.Table(((uint)(4)), ((uint)(2)), false);
     this.lefttable.Name = "lefttable";
     this.lefttable.RowSpacing = ((uint)(6));
     this.lefttable.ColumnSpacing = ((uint)(6));
     // Container child lefttable.Gtk.Table+TableChild
     this.competitionentry = new global::Gtk.Entry();
     this.competitionentry.CanFocus = true;
     this.competitionentry.Name = "competitionentry";
     this.competitionentry.IsEditable = true;
     this.competitionentry.InvisibleChar = '●';
     this.lefttable.Add(this.competitionentry);
     global::Gtk.Table.TableChild w25 = ((global::Gtk.Table.TableChild)(this.lefttable[this.competitionentry]));
     w25.TopAttach = ((uint)(1));
     w25.BottomAttach = ((uint)(2));
     w25.LeftAttach = ((uint)(1));
     w25.RightAttach = ((uint)(2));
     w25.XOptions = ((global::Gtk.AttachOptions)(4));
     w25.YOptions = ((global::Gtk.AttachOptions)(4));
     // Container child lefttable.Gtk.Table+TableChild
     this.Competitionlabel = new global::Gtk.Label();
     this.Competitionlabel.Name = "Competitionlabel";
     this.Competitionlabel.Xalign = 1F;
     this.Competitionlabel.LabelProp = global::VAS.Core.Catalog.GetString("Competition");
     this.lefttable.Add(this.Competitionlabel);
     global::Gtk.Table.TableChild w26 = ((global::Gtk.Table.TableChild)(this.lefttable[this.Competitionlabel]));
     w26.TopAttach = ((uint)(1));
     w26.BottomAttach = ((uint)(2));
     w26.XOptions = ((global::Gtk.AttachOptions)(4));
     w26.YOptions = ((global::Gtk.AttachOptions)(4));
     // Container child lefttable.Gtk.Table+TableChild
     this.datelabel2 = new global::Gtk.Label();
     this.datelabel2.Name = "datelabel2";
     this.datelabel2.Xalign = 1F;
     this.datelabel2.LabelProp = global::VAS.Core.Catalog.GetString("Date");
     this.lefttable.Add(this.datelabel2);
     global::Gtk.Table.TableChild w27 = ((global::Gtk.Table.TableChild)(this.lefttable[this.datelabel2]));
     w27.TopAttach = ((uint)(3));
     w27.BottomAttach = ((uint)(4));
     w27.XOptions = ((global::Gtk.AttachOptions)(4));
     w27.YOptions = ((global::Gtk.AttachOptions)(4));
     // Container child lefttable.Gtk.Table+TableChild
     this.datepicker1 = new global::VAS.UI.UI.Component.DatePicker ();
     this.datepicker1.Events = ((global::Gdk.EventMask)(256));
     this.datepicker1.Name = "datepicker1";
     this.datepicker1.Date = new global::System.DateTime(0);
     this.lefttable.Add(this.datepicker1);
     global::Gtk.Table.TableChild w28 = ((global::Gtk.Table.TableChild)(this.lefttable[this.datepicker1]));
     w28.TopAttach = ((uint)(3));
     w28.BottomAttach = ((uint)(4));
     w28.LeftAttach = ((uint)(1));
     w28.RightAttach = ((uint)(2));
     w28.XOptions = ((global::Gtk.AttachOptions)(0));
     w28.YOptions = ((global::Gtk.AttachOptions)(0));
     // Container child lefttable.Gtk.Table+TableChild
     this.desclabel = new global::Gtk.Label();
     this.desclabel.Name = "desclabel";
     this.desclabel.Xalign = 1F;
     this.desclabel.Yalign = 0F;
     this.desclabel.LabelProp = global::VAS.Core.Catalog.GetString("Description");
     this.lefttable.Add(this.desclabel);
     global::Gtk.Table.TableChild w29 = ((global::Gtk.Table.TableChild)(this.lefttable[this.desclabel]));
     w29.TopAttach = ((uint)(2));
     w29.BottomAttach = ((uint)(3));
     w29.XOptions = ((global::Gtk.AttachOptions)(4));
     w29.YOptions = ((global::Gtk.AttachOptions)(4));
     // Container child lefttable.Gtk.Table+TableChild
     this.GtkScrolledWindow = new global::Gtk.ScrolledWindow();
     this.GtkScrolledWindow.Name = "GtkScrolledWindow";
     this.GtkScrolledWindow.ShadowType = ((global::Gtk.ShadowType)(1));
     // Container child GtkScrolledWindow.Gtk.Container+ContainerChild
     this.desctextview = new global::Gtk.TextView();
     this.desctextview.CanFocus = true;
     this.desctextview.Name = "desctextview";
     this.GtkScrolledWindow.Add(this.desctextview);
     this.lefttable.Add(this.GtkScrolledWindow);
     global::Gtk.Table.TableChild w31 = ((global::Gtk.Table.TableChild)(this.lefttable[this.GtkScrolledWindow]));
     w31.TopAttach = ((uint)(2));
     w31.BottomAttach = ((uint)(3));
     w31.LeftAttach = ((uint)(1));
     w31.RightAttach = ((uint)(2));
     w31.XOptions = ((global::Gtk.AttachOptions)(4));
     w31.YOptions = ((global::Gtk.AttachOptions)(4));
     // Container child lefttable.Gtk.Table+TableChild
     this.seasonentry = new global::Gtk.Entry();
     this.seasonentry.CanFocus = true;
     this.seasonentry.Name = "seasonentry";
     this.seasonentry.IsEditable = true;
     this.seasonentry.InvisibleChar = '●';
     this.lefttable.Add(this.seasonentry);
     global::Gtk.Table.TableChild w32 = ((global::Gtk.Table.TableChild)(this.lefttable[this.seasonentry]));
     w32.LeftAttach = ((uint)(1));
     w32.RightAttach = ((uint)(2));
     w32.XOptions = ((global::Gtk.AttachOptions)(4));
     w32.YOptions = ((global::Gtk.AttachOptions)(4));
     // Container child lefttable.Gtk.Table+TableChild
     this.seasonlabel = new global::Gtk.Label();
     this.seasonlabel.Name = "seasonlabel";
     this.seasonlabel.Xalign = 1F;
     this.seasonlabel.LabelProp = global::VAS.Core.Catalog.GetString("Season");
     this.lefttable.Add(this.seasonlabel);
     global::Gtk.Table.TableChild w33 = ((global::Gtk.Table.TableChild)(this.lefttable[this.seasonlabel]));
     w33.YOptions = ((global::Gtk.AttachOptions)(4));
     this.topbox.Add(this.lefttable);
     global::Gtk.Box.BoxChild w34 = ((global::Gtk.Box.BoxChild)(this.topbox[this.lefttable]));
     w34.Position = 0;
     w34.Expand = false;
     w34.Fill = false;
     // Container child topbox.Gtk.Box+BoxChild
     this.centerbox = new global::Gtk.VBox();
     this.centerbox.WidthRequest = 500;
     this.centerbox.Name = "centerbox";
     this.centerbox.Spacing = 6;
     // Container child centerbox.Gtk.Box+BoxChild
     this.hbox15 = new global::Gtk.HBox();
     this.hbox15.HeightRequest = 60;
     this.hbox15.Name = "hbox15";
     // Container child hbox15.Gtk.Box+BoxChild
     this.hometeamscombobox = new global::LongoMatch.Gui.Component.HomeTeamsComboBox();
     this.hometeamscombobox.Name = "hometeamscombobox";
     this.hbox15.Add(this.hometeamscombobox);
     global::Gtk.Box.BoxChild w35 = ((global::Gtk.Box.BoxChild)(this.hbox15[this.hometeamscombobox]));
     w35.Position = 0;
     // Container child hbox15.Gtk.Box+BoxChild
     this.vsimage = new global::Gtk.Image();
     this.vsimage.Name = "vsimage";
     this.hbox15.Add(this.vsimage);
     global::Gtk.Box.BoxChild w36 = ((global::Gtk.Box.BoxChild)(this.hbox15[this.vsimage]));
     w36.Position = 1;
     w36.Expand = false;
     w36.Fill = false;
     // Container child hbox15.Gtk.Box+BoxChild
     this.awayteamscombobox = new global::LongoMatch.Gui.Component.AwayTeamsComboBox();
     this.awayteamscombobox.Name = "awayteamscombobox";
     this.hbox15.Add(this.awayteamscombobox);
     global::Gtk.Box.BoxChild w37 = ((global::Gtk.Box.BoxChild)(this.hbox15[this.awayteamscombobox]));
     w37.Position = 2;
     this.centerbox.Add(this.hbox15);
     global::Gtk.Box.BoxChild w38 = ((global::Gtk.Box.BoxChild)(this.centerbox[this.hbox15]));
     w38.Position = 0;
     w38.Expand = false;
     w38.Fill = false;
     // Container child centerbox.Gtk.Box+BoxChild
     this.mediafilesetselection1 = new global::LongoMatch.Gui.Component.MediaFileSetSelection();
     this.mediafilesetselection1.HeightRequest = 100;
     this.mediafilesetselection1.Events = ((global::Gdk.EventMask)(256));
     this.mediafilesetselection1.Name = "mediafilesetselection1";
     this.centerbox.Add(this.mediafilesetselection1);
     global::Gtk.Box.BoxChild w39 = ((global::Gtk.Box.BoxChild)(this.centerbox[this.mediafilesetselection1]));
     w39.Position = 1;
     // Container child centerbox.Gtk.Box+BoxChild
     this.capturebox = new global::Gtk.VBox();
     this.capturebox.Name = "capturebox";
     this.capturebox.Spacing = 6;
     // Container child capturebox.Gtk.Box+BoxChild
     this.outputfiletable = new global::Gtk.Table(((uint)(1)), ((uint)(2)), false);
     this.outputfiletable.Name = "outputfiletable";
     this.outputfiletable.RowSpacing = ((uint)(6));
     this.outputfiletable.ColumnSpacing = ((uint)(6));
     // Container child outputfiletable.Gtk.Table+TableChild
     this.capturemediafilechooser = new global::VAS.UI.Component.MediaFileChooser ();
     this.capturemediafilechooser.Events = ((global::Gdk.EventMask)(256));
     this.capturemediafilechooser.Name = "capturemediafilechooser";
     this.outputfiletable.Add(this.capturemediafilechooser);
     global::Gtk.Table.TableChild w40 = ((global::Gtk.Table.TableChild)(this.outputfiletable[this.capturemediafilechooser]));
     w40.LeftAttach = ((uint)(1));
     w40.RightAttach = ((uint)(2));
     w40.YOptions = ((global::Gtk.AttachOptions)(4));
     // Container child outputfiletable.Gtk.Table+TableChild
     this.outputfilelabel = new global::Gtk.Label();
     this.outputfilelabel.Name = "outputfilelabel";
     this.outputfilelabel.Xalign = 1F;
     this.outputfilelabel.LabelProp = global::VAS.Core.Catalog.GetString("Output file");
     this.outputfiletable.Add(this.outputfilelabel);
     global::Gtk.Table.TableChild w41 = ((global::Gtk.Table.TableChild)(this.outputfiletable[this.outputfilelabel]));
     w41.XOptions = ((global::Gtk.AttachOptions)(4));
     w41.YOptions = ((global::Gtk.AttachOptions)(4));
     this.capturebox.Add(this.outputfiletable);
     global::Gtk.Box.BoxChild w42 = ((global::Gtk.Box.BoxChild)(this.capturebox[this.outputfiletable]));
     w42.Position = 0;
     w42.Expand = false;
     w42.Fill = false;
     // Container child capturebox.Gtk.Box+BoxChild
     this.urltable = new global::Gtk.Table(((uint)(1)), ((uint)(2)), false);
     this.urltable.Name = "urltable";
     this.urltable.RowSpacing = ((uint)(6));
     this.urltable.ColumnSpacing = ((uint)(6));
     // Container child urltable.Gtk.Table+TableChild
     this.urientry = new global::Gtk.Entry();
     this.urientry.CanFocus = true;
     this.urientry.Name = "urientry";
     this.urientry.IsEditable = true;
     this.urientry.InvisibleChar = '•';
     this.urltable.Add(this.urientry);
     global::Gtk.Table.TableChild w43 = ((global::Gtk.Table.TableChild)(this.urltable[this.urientry]));
     w43.LeftAttach = ((uint)(1));
     w43.RightAttach = ((uint)(2));
     w43.YOptions = ((global::Gtk.AttachOptions)(4));
     // Container child urltable.Gtk.Table+TableChild
     this.urilabel = new global::Gtk.Label();
     this.urilabel.Name = "urilabel";
     this.urilabel.Xalign = 1F;
     this.urilabel.LabelProp = global::VAS.Core.Catalog.GetString("URL");
     this.urltable.Add(this.urilabel);
     global::Gtk.Table.TableChild w44 = ((global::Gtk.Table.TableChild)(this.urltable[this.urilabel]));
     w44.XOptions = ((global::Gtk.AttachOptions)(4));
     w44.YOptions = ((global::Gtk.AttachOptions)(4));
     this.capturebox.Add(this.urltable);
     global::Gtk.Box.BoxChild w45 = ((global::Gtk.Box.BoxChild)(this.capturebox[this.urltable]));
     w45.Position = 1;
     w45.Expand = false;
     w45.Fill = false;
     // Container child capturebox.Gtk.Box+BoxChild
     this.credentialtable = new global::Gtk.Table(((uint)(1)), ((uint)(4)), false);
     this.credentialtable.Name = "credentialtable";
     this.credentialtable.RowSpacing = ((uint)(6));
     this.credentialtable.ColumnSpacing = ((uint)(6));
     // Container child credentialtable.Gtk.Table+TableChild
     this.passwordentry = new global::Gtk.Entry();
     this.passwordentry.CanFocus = true;
     this.passwordentry.Name = "passwordentry";
     this.passwordentry.IsEditable = true;
     this.passwordentry.Visibility = false;
     this.passwordentry.InvisibleChar = '●';
     this.credentialtable.Add(this.passwordentry);
     global::Gtk.Table.TableChild w46 = ((global::Gtk.Table.TableChild)(this.credentialtable[this.passwordentry]));
     w46.LeftAttach = ((uint)(3));
     w46.RightAttach = ((uint)(4));
     w46.YOptions = ((global::Gtk.AttachOptions)(4));
     // Container child credentialtable.Gtk.Table+TableChild
     this.passwordlabel = new global::Gtk.Label();
     this.passwordlabel.Name = "passwordlabel";
     this.passwordlabel.Xalign = 1F;
     this.passwordlabel.LabelProp = global::VAS.Core.Catalog.GetString("Password");
     this.credentialtable.Add(this.passwordlabel);
     global::Gtk.Table.TableChild w47 = ((global::Gtk.Table.TableChild)(this.credentialtable[this.passwordlabel]));
     w47.LeftAttach = ((uint)(2));
     w47.RightAttach = ((uint)(3));
     w47.XOptions = ((global::Gtk.AttachOptions)(4));
     w47.YOptions = ((global::Gtk.AttachOptions)(4));
     // Container child credentialtable.Gtk.Table+TableChild
     this.userentry = new global::Gtk.Entry();
     this.userentry.CanFocus = true;
     this.userentry.Name = "userentry";
     this.userentry.IsEditable = true;
     this.userentry.InvisibleChar = '●';
     this.credentialtable.Add(this.userentry);
     global::Gtk.Table.TableChild w48 = ((global::Gtk.Table.TableChild)(this.credentialtable[this.userentry]));
     w48.LeftAttach = ((uint)(1));
     w48.RightAttach = ((uint)(2));
     w48.YOptions = ((global::Gtk.AttachOptions)(4));
     // Container child credentialtable.Gtk.Table+TableChild
     this.userlabel = new global::Gtk.Label();
     this.userlabel.Name = "userlabel";
     this.userlabel.Xalign = 1F;
     this.userlabel.LabelProp = global::VAS.Core.Catalog.GetString("Username");
     this.credentialtable.Add(this.userlabel);
     global::Gtk.Table.TableChild w49 = ((global::Gtk.Table.TableChild)(this.credentialtable[this.userlabel]));
     w49.XOptions = ((global::Gtk.AttachOptions)(4));
     w49.YOptions = ((global::Gtk.AttachOptions)(4));
     this.capturebox.Add(this.credentialtable);
     global::Gtk.Box.BoxChild w50 = ((global::Gtk.Box.BoxChild)(this.capturebox[this.credentialtable]));
     w50.Position = 2;
     w50.Expand = false;
     w50.Fill = false;
     // Container child capturebox.Gtk.Box+BoxChild
     this.devicetable = new global::Gtk.Table(((uint)(2)), ((uint)(2)), false);
     this.devicetable.Name = "devicetable";
     this.devicetable.RowSpacing = ((uint)(6));
     this.devicetable.ColumnSpacing = ((uint)(6));
     // Container child devicetable.Gtk.Table+TableChild
     this.device = new global::Gtk.Label();
     this.device.Name = "device";
     this.device.Xalign = 1F;
     this.device.LabelProp = global::VAS.Core.Catalog.GetString("Device");
     this.devicetable.Add(this.device);
     global::Gtk.Table.TableChild w51 = ((global::Gtk.Table.TableChild)(this.devicetable[this.device]));
     w51.XOptions = ((global::Gtk.AttachOptions)(4));
     w51.YOptions = ((global::Gtk.AttachOptions)(4));
     // Container child devicetable.Gtk.Table+TableChild
     this.devicecombobox = global::Gtk.ComboBox.NewText();
     this.devicecombobox.WidthRequest = 300;
     this.devicecombobox.Name = "devicecombobox";
     this.devicetable.Add(this.devicecombobox);
     global::Gtk.Table.TableChild w52 = ((global::Gtk.Table.TableChild)(this.devicetable[this.devicecombobox]));
     w52.LeftAttach = ((uint)(1));
     w52.RightAttach = ((uint)(2));
     w52.YOptions = ((global::Gtk.AttachOptions)(4));
     // Container child devicetable.Gtk.Table+TableChild
     this.deviceformatcombobox = global::Gtk.ComboBox.NewText();
     this.deviceformatcombobox.Name = "deviceformatcombobox";
     this.devicetable.Add(this.deviceformatcombobox);
     global::Gtk.Table.TableChild w53 = ((global::Gtk.Table.TableChild)(this.devicetable[this.deviceformatcombobox]));
     w53.TopAttach = ((uint)(1));
     w53.BottomAttach = ((uint)(2));
     w53.LeftAttach = ((uint)(1));
     w53.RightAttach = ((uint)(2));
     w53.XOptions = ((global::Gtk.AttachOptions)(4));
     w53.YOptions = ((global::Gtk.AttachOptions)(4));
     // Container child devicetable.Gtk.Table+TableChild
     this.deviceformatlabel = new global::Gtk.Label();
     this.deviceformatlabel.Name = "deviceformatlabel";
     this.deviceformatlabel.Xalign = 1F;
     this.deviceformatlabel.LabelProp = global::VAS.Core.Catalog.GetString("Device format");
     this.devicetable.Add(this.deviceformatlabel);
     global::Gtk.Table.TableChild w54 = ((global::Gtk.Table.TableChild)(this.devicetable[this.deviceformatlabel]));
     w54.TopAttach = ((uint)(1));
     w54.BottomAttach = ((uint)(2));
     w54.XOptions = ((global::Gtk.AttachOptions)(4));
     w54.YOptions = ((global::Gtk.AttachOptions)(4));
     this.capturebox.Add(this.devicetable);
     global::Gtk.Box.BoxChild w55 = ((global::Gtk.Box.BoxChild)(this.capturebox[this.devicetable]));
     w55.Position = 3;
     w55.Expand = false;
     w55.Fill = false;
     // Container child capturebox.Gtk.Box+BoxChild
     this.encpropstable = new global::Gtk.Table(((uint)(2)), ((uint)(4)), false);
     this.encpropstable.Name = "encpropstable";
     this.encpropstable.RowSpacing = ((uint)(6));
     this.encpropstable.ColumnSpacing = ((uint)(6));
     // Container child encpropstable.Gtk.Table+TableChild
     this.encodingcombobox = global::Gtk.ComboBox.NewText();
     this.encodingcombobox.Name = "encodingcombobox";
     this.encpropstable.Add(this.encodingcombobox);
     global::Gtk.Table.TableChild w56 = ((global::Gtk.Table.TableChild)(this.encpropstable[this.encodingcombobox]));
     w56.LeftAttach = ((uint)(1));
     w56.RightAttach = ((uint)(2));
     w56.YOptions = ((global::Gtk.AttachOptions)(4));
     // Container child encpropstable.Gtk.Table+TableChild
     this.imagecombobox = global::Gtk.ComboBox.NewText();
     this.imagecombobox.Name = "imagecombobox";
     this.encpropstable.Add(this.imagecombobox);
     global::Gtk.Table.TableChild w57 = ((global::Gtk.Table.TableChild)(this.encpropstable[this.imagecombobox]));
     w57.TopAttach = ((uint)(1));
     w57.BottomAttach = ((uint)(2));
     w57.LeftAttach = ((uint)(1));
     w57.RightAttach = ((uint)(2));
     w57.XOptions = ((global::Gtk.AttachOptions)(4));
     w57.YOptions = ((global::Gtk.AttachOptions)(4));
     // Container child encpropstable.Gtk.Table+TableChild
     this.outputsizelabel = new global::Gtk.Label();
     this.outputsizelabel.Name = "outputsizelabel";
     this.outputsizelabel.Xalign = 1F;
     this.outputsizelabel.LabelProp = global::VAS.Core.Catalog.GetString("Output size");
     this.encpropstable.Add(this.outputsizelabel);
     global::Gtk.Table.TableChild w58 = ((global::Gtk.Table.TableChild)(this.encpropstable[this.outputsizelabel]));
     w58.TopAttach = ((uint)(1));
     w58.BottomAttach = ((uint)(2));
     w58.XOptions = ((global::Gtk.AttachOptions)(4));
     w58.YOptions = ((global::Gtk.AttachOptions)(4));
     // Container child encpropstable.Gtk.Table+TableChild
     this.qualitycombobox = global::Gtk.ComboBox.NewText();
     this.qualitycombobox.Name = "qualitycombobox";
     this.encpropstable.Add(this.qualitycombobox);
     global::Gtk.Table.TableChild w59 = ((global::Gtk.Table.TableChild)(this.encpropstable[this.qualitycombobox]));
     w59.LeftAttach = ((uint)(3));
     w59.RightAttach = ((uint)(4));
     w59.YOptions = ((global::Gtk.AttachOptions)(4));
     // Container child encpropstable.Gtk.Table+TableChild
     this.qualityformatlabel = new global::Gtk.Label();
     this.qualityformatlabel.Name = "qualityformatlabel";
     this.qualityformatlabel.Xalign = 1F;
     this.qualityformatlabel.LabelProp = global::VAS.Core.Catalog.GetString("Quality");
     this.encpropstable.Add(this.qualityformatlabel);
     global::Gtk.Table.TableChild w60 = ((global::Gtk.Table.TableChild)(this.encpropstable[this.qualityformatlabel]));
     w60.LeftAttach = ((uint)(2));
     w60.RightAttach = ((uint)(3));
     w60.XOptions = ((global::Gtk.AttachOptions)(4));
     w60.YOptions = ((global::Gtk.AttachOptions)(4));
     // Container child encpropstable.Gtk.Table+TableChild
     this.videoformatlabel = new global::Gtk.Label();
     this.videoformatlabel.Name = "videoformatlabel";
     this.videoformatlabel.Xalign = 1F;
     this.videoformatlabel.LabelProp = global::VAS.Core.Catalog.GetString("Format");
     this.encpropstable.Add(this.videoformatlabel);
     global::Gtk.Table.TableChild w61 = ((global::Gtk.Table.TableChild)(this.encpropstable[this.videoformatlabel]));
     w61.XOptions = ((global::Gtk.AttachOptions)(4));
     w61.YOptions = ((global::Gtk.AttachOptions)(4));
     this.capturebox.Add(this.encpropstable);
     global::Gtk.Box.BoxChild w62 = ((global::Gtk.Box.BoxChild)(this.capturebox[this.encpropstable]));
     w62.Position = 4;
     w62.Expand = false;
     w62.Fill = false;
     this.centerbox.Add(this.capturebox);
     global::Gtk.Box.BoxChild w63 = ((global::Gtk.Box.BoxChild)(this.centerbox[this.capturebox]));
     w63.Position = 2;
     w63.Expand = false;
     w63.Fill = false;
     this.topbox.Add(this.centerbox);
     global::Gtk.Box.BoxChild w64 = ((global::Gtk.Box.BoxChild)(this.topbox[this.centerbox]));
     w64.Position = 1;
     w64.Fill = false;
     // Container child topbox.Gtk.Box+BoxChild
     this.righttable = new global::Gtk.Table(((uint)(1)), ((uint)(2)), false);
     this.righttable.Name = "righttable";
     this.righttable.RowSpacing = ((uint)(6));
     this.righttable.ColumnSpacing = ((uint)(6));
     // Container child righttable.Gtk.Table+TableChild
     this.analysislabel = new global::Gtk.Label();
     this.analysislabel.Name = "analysislabel";
     this.analysislabel.LabelProp = global::VAS.Core.Catalog.GetString("Dashboard");
     this.righttable.Add(this.analysislabel);
     global::Gtk.Table.TableChild w65 = ((global::Gtk.Table.TableChild)(this.righttable[this.analysislabel]));
     w65.XOptions = ((global::Gtk.AttachOptions)(4));
     w65.YOptions = ((global::Gtk.AttachOptions)(0));
     // Container child righttable.Gtk.Table+TableChild
     this.tagscombobox = global::Gtk.ComboBox.NewText();
     this.tagscombobox.Name = "tagscombobox";
     this.righttable.Add(this.tagscombobox);
     global::Gtk.Table.TableChild w66 = ((global::Gtk.Table.TableChild)(this.righttable[this.tagscombobox]));
     w66.LeftAttach = ((uint)(1));
     w66.RightAttach = ((uint)(2));
     w66.YOptions = ((global::Gtk.AttachOptions)(0));
     this.topbox.Add(this.righttable);
     global::Gtk.Box.BoxChild w67 = ((global::Gtk.Box.BoxChild)(this.topbox[this.righttable]));
     w67.Position = 2;
     w67.Expand = false;
     w67.Fill = false;
     this.alignment1.Add(this.topbox);
     this.vbox5.Add(this.alignment1);
     global::Gtk.Box.BoxChild w69 = ((global::Gtk.Box.BoxChild)(this.vbox5[this.alignment1]));
     w69.Position = 0;
     w69.Expand = false;
     w69.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.hseparator1 = new global::Gtk.HSeparator();
     this.hseparator1.Name = "hseparator1";
     this.vbox6.Add(this.hseparator1);
     global::Gtk.Box.BoxChild w70 = ((global::Gtk.Box.BoxChild)(this.vbox6[this.hseparator1]));
     w70.Position = 0;
     w70.Expand = false;
     w70.Fill = false;
     // Container child vbox6.Gtk.Box+BoxChild
     this.hbox14 = new global::Gtk.HBox();
     this.hbox14.Name = "hbox14";
     this.hbox14.Spacing = 6;
     // Container child hbox14.Gtk.Box+BoxChild
     this.homealignment = new global::Gtk.Alignment(0.5F, 0.5F, 0F, 1F);
     this.homealignment.Name = "homealignment";
     // Container child homealignment.Gtk.Container+ContainerChild
     this.hbox16 = new global::Gtk.HBox();
     this.hbox16.Name = "hbox16";
     this.hbox16.Spacing = 6;
     // Container child hbox16.Gtk.Box+BoxChild
     this.label11 = new global::Gtk.Label();
     this.label11.Name = "label11";
     this.label11.LabelProp = global::VAS.Core.Catalog.GetString("Tactics");
     this.hbox16.Add(this.label11);
     global::Gtk.Box.BoxChild w71 = ((global::Gtk.Box.BoxChild)(this.hbox16[this.label11]));
     w71.Position = 0;
     w71.Expand = false;
     w71.Fill = false;
     // Container child hbox16.Gtk.Box+BoxChild
     this.hometacticsentry = new global::Gtk.Entry();
     this.hometacticsentry.CanFocus = true;
     this.hometacticsentry.Name = "hometacticsentry";
     this.hometacticsentry.IsEditable = true;
     this.hometacticsentry.InvisibleChar = '•';
     this.hbox16.Add(this.hometacticsentry);
     global::Gtk.Box.BoxChild w72 = ((global::Gtk.Box.BoxChild)(this.hbox16[this.hometacticsentry]));
     w72.Position = 1;
     w72.Expand = false;
     // Container child hbox16.Gtk.Box+BoxChild
     this.hometacticsbutton = new global::Gtk.Button();
     this.hometacticsbutton.CanFocus = true;
     this.hometacticsbutton.Name = "hometacticsbutton";
     this.hometacticsbutton.UseUnderline = true;
     global::Gtk.Image w73 = new global::Gtk.Image();
     w73.Pixbuf = global::Stetic.IconLoader.LoadIcon(this, "gtk-apply", global::Gtk.IconSize.Menu);
     this.hometacticsbutton.Image = w73;
     this.hbox16.Add(this.hometacticsbutton);
     global::Gtk.Box.BoxChild w74 = ((global::Gtk.Box.BoxChild)(this.hbox16[this.hometacticsbutton]));
     w74.Position = 2;
     w74.Expand = false;
     w74.Fill = false;
     // Container child hbox16.Gtk.Box+BoxChild
     this.homecolor1button = new global::Gtk.ToggleButton();
     this.homecolor1button.WidthRequest = 30;
     this.homecolor1button.CanFocus = true;
     this.homecolor1button.Name = "homecolor1button";
     // Container child homecolor1button.Gtk.Container+ContainerChild
     this.homecolor1 = new global::Gtk.DrawingArea();
     this.homecolor1.Name = "homecolor1";
     this.homecolor1button.Add(this.homecolor1);
     this.hbox16.Add(this.homecolor1button);
     global::Gtk.Box.BoxChild w76 = ((global::Gtk.Box.BoxChild)(this.hbox16[this.homecolor1button]));
     w76.Position = 3;
     // Container child hbox16.Gtk.Box+BoxChild
     this.homecolor2button = new global::Gtk.ToggleButton();
     this.homecolor2button.WidthRequest = 30;
     this.homecolor2button.CanFocus = true;
     this.homecolor2button.Name = "homecolor2button";
     // Container child homecolor2button.Gtk.Container+ContainerChild
     this.homecolor2 = new global::Gtk.DrawingArea();
     this.homecolor2.Name = "homecolor2";
     this.homecolor2button.Add(this.homecolor2);
     this.hbox16.Add(this.homecolor2button);
     global::Gtk.Box.BoxChild w78 = ((global::Gtk.Box.BoxChild)(this.hbox16[this.homecolor2button]));
     w78.Position = 4;
     this.homealignment.Add(this.hbox16);
     this.hbox14.Add(this.homealignment);
     global::Gtk.Box.BoxChild w80 = ((global::Gtk.Box.BoxChild)(this.hbox14[this.homealignment]));
     w80.Position = 0;
     // Container child hbox14.Gtk.Box+BoxChild
     this.awayalignment = new global::Gtk.Alignment(0.5F, 0.5F, 0F, 1F);
     this.awayalignment.Name = "awayalignment";
     // Container child awayalignment.Gtk.Container+ContainerChild
     this.hbox17 = new global::Gtk.HBox();
     this.hbox17.Name = "hbox17";
     this.hbox17.Spacing = 6;
     // Container child hbox17.Gtk.Box+BoxChild
     this.label12 = new global::Gtk.Label();
     this.label12.Name = "label12";
     this.label12.LabelProp = global::VAS.Core.Catalog.GetString("Tactics");
     this.hbox17.Add(this.label12);
     global::Gtk.Box.BoxChild w81 = ((global::Gtk.Box.BoxChild)(this.hbox17[this.label12]));
     w81.Position = 0;
     w81.Expand = false;
     w81.Fill = false;
     // Container child hbox17.Gtk.Box+BoxChild
     this.awaytacticsentry = new global::Gtk.Entry();
     this.awaytacticsentry.CanFocus = true;
     this.awaytacticsentry.Name = "awaytacticsentry";
     this.awaytacticsentry.IsEditable = true;
     this.awaytacticsentry.InvisibleChar = '•';
     this.hbox17.Add(this.awaytacticsentry);
     global::Gtk.Box.BoxChild w82 = ((global::Gtk.Box.BoxChild)(this.hbox17[this.awaytacticsentry]));
     w82.Position = 1;
     w82.Expand = false;
     // Container child hbox17.Gtk.Box+BoxChild
     this.awaytacticsbutton = new global::Gtk.Button();
     this.awaytacticsbutton.CanFocus = true;
     this.awaytacticsbutton.Name = "awaytacticsbutton";
     this.awaytacticsbutton.UseUnderline = true;
     global::Gtk.Image w83 = new global::Gtk.Image();
     w83.Pixbuf = global::Stetic.IconLoader.LoadIcon(this, "gtk-apply", global::Gtk.IconSize.Menu);
     this.awaytacticsbutton.Image = w83;
     this.hbox17.Add(this.awaytacticsbutton);
     global::Gtk.Box.BoxChild w84 = ((global::Gtk.Box.BoxChild)(this.hbox17[this.awaytacticsbutton]));
     w84.Position = 2;
     w84.Expand = false;
     w84.Fill = false;
     // Container child hbox17.Gtk.Box+BoxChild
     this.awaycolor1button = new global::Gtk.ToggleButton();
     this.awaycolor1button.WidthRequest = 30;
     this.awaycolor1button.CanFocus = true;
     this.awaycolor1button.Name = "awaycolor1button";
     // Container child awaycolor1button.Gtk.Container+ContainerChild
     this.awaycolor1 = new global::Gtk.DrawingArea();
     this.awaycolor1.Name = "awaycolor1";
     this.awaycolor1button.Add(this.awaycolor1);
     this.hbox17.Add(this.awaycolor1button);
     global::Gtk.Box.BoxChild w86 = ((global::Gtk.Box.BoxChild)(this.hbox17[this.awaycolor1button]));
     w86.Position = 3;
     // Container child hbox17.Gtk.Box+BoxChild
     this.awaycolor2button = new global::Gtk.ToggleButton();
     this.awaycolor2button.WidthRequest = 30;
     this.awaycolor2button.CanFocus = true;
     this.awaycolor2button.Name = "awaycolor2button";
     // Container child awaycolor2button.Gtk.Container+ContainerChild
     this.awaycolor2 = new global::Gtk.DrawingArea();
     this.awaycolor2.Name = "awaycolor2";
     this.awaycolor2button.Add(this.awaycolor2);
     this.hbox17.Add(this.awaycolor2button);
     global::Gtk.Box.BoxChild w88 = ((global::Gtk.Box.BoxChild)(this.hbox17[this.awaycolor2button]));
     w88.Position = 4;
     this.awayalignment.Add(this.hbox17);
     this.hbox14.Add(this.awayalignment);
     global::Gtk.Box.BoxChild w90 = ((global::Gtk.Box.BoxChild)(this.hbox14[this.awayalignment]));
     w90.Position = 1;
     this.vbox6.Add(this.hbox14);
     global::Gtk.Box.BoxChild w91 = ((global::Gtk.Box.BoxChild)(this.vbox6[this.hbox14]));
     w91.Position = 1;
     w91.Expand = false;
     // Container child vbox6.Gtk.Box+BoxChild
     this.drawingarea = new global::Gtk.DrawingArea();
     this.drawingarea.Name = "drawingarea";
     this.vbox6.Add(this.drawingarea);
     global::Gtk.Box.BoxChild w92 = ((global::Gtk.Box.BoxChild)(this.vbox6[this.drawingarea]));
     w92.Position = 2;
     this.vbox5.Add(this.vbox6);
     global::Gtk.Box.BoxChild w93 = ((global::Gtk.Box.BoxChild)(this.vbox5[this.vbox6]));
     w93.Position = 1;
     this.notebook1.Add(this.vbox5);
     global::Gtk.Notebook.NotebookChild w94 = ((global::Gtk.Notebook.NotebookChild)(this.notebook1[this.vbox5]));
     w94.Position = 1;
     w94.TabFill = false;
     w94.MenuLabel = "";
     // Notebook tab
     this.label13 = new global::Gtk.Label();
     this.label13.Name = "label13";
     this.label13.LabelProp = global::VAS.Core.Catalog.GetString("page2");
     this.notebook1.SetTabLabel(this.vbox5, this.label13);
     this.label13.ShowAll();
     // Container child notebook1.Gtk.Notebook+NotebookChild
     this.projectperiods1 = new global::LongoMatch.Gui.Component.SynchronizationWidget();
     this.projectperiods1.Events = ((global::Gdk.EventMask)(256));
     this.projectperiods1.Name = "projectperiods1";
     this.projectperiods1.FixedPeriods = false;
     this.notebook1.Add(this.projectperiods1);
     global::Gtk.Notebook.NotebookChild w95 = ((global::Gtk.Notebook.NotebookChild)(this.notebook1[this.projectperiods1]));
     w95.Position = 2;
     // Notebook tab
     this.label14 = new global::Gtk.Label();
     this.label14.Name = "label14";
     this.label14.LabelProp = global::VAS.Core.Catalog.GetString("page3");
     this.notebook1.SetTabLabel(this.projectperiods1, this.label14);
     this.label14.ShowAll();
     this.vbox3.Add(this.notebook1);
     global::Gtk.Box.BoxChild w96 = ((global::Gtk.Box.BoxChild)(this.vbox3[this.notebook1]));
     w96.Position = 1;
     this.Add(this.vbox3);
     if ((this.Child != null))
     {
         this.Child.ShowAll();
     }
     this.Hide();
 }
Esempio n. 49
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.ExitAction = new global::Gtk.Action ("ExitAction", global::Mono.Unix.Catalog.GetString ("_Exit"), null, null);
     this.ExitAction.ShortLabel = global::Mono.Unix.Catalog.GetString ("Exit");
     w1.Add (this.ExitAction, null);
     this.ConfigurationAction = new global::Gtk.Action ("ConfigurationAction", global::Mono.Unix.Catalog.GetString ("Configuration"), null, null);
     this.ConfigurationAction.ShortLabel = global::Mono.Unix.Catalog.GetString ("Configuration");
     w1.Add (this.ConfigurationAction, 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.AboutAction1 = new global::Gtk.Action ("AboutAction1", global::Mono.Unix.Catalog.GetString ("About"), null, null);
     this.AboutAction1.ShortLabel = global::Mono.Unix.Catalog.GetString ("About");
     w1.Add (this.AboutAction1, null);
     this.RemoteIpAction = new global::Gtk.Action ("RemoteIpAction", global::Mono.Unix.Catalog.GetString ("Remote Ip"), null, null);
     this.RemoteIpAction.ShortLabel = global::Mono.Unix.Catalog.GetString ("Remote Ip");
     w1.Add (this.RemoteIpAction, null);
     this.LoadFromFileAction = new global::Gtk.Action ("LoadFromFileAction", global::Mono.Unix.Catalog.GetString ("Load from file"), null, null);
     this.LoadFromFileAction.ShortLabel = global::Mono.Unix.Catalog.GetString ("Load from file");
     w1.Add (this.LoadFromFileAction, null);
     this.RunQueryAction = new global::Gtk.Action ("RunQueryAction", global::Mono.Unix.Catalog.GetString ("Run query"), null, null);
     this.RunQueryAction.ShortLabel = global::Mono.Unix.Catalog.GetString ("Run query");
     w1.Add (this.RunQueryAction, null);
     this.NewEquipmentAction = new global::Gtk.Action ("NewEquipmentAction", global::Mono.Unix.Catalog.GetString ("_New Equipment"), null, null);
     this.NewEquipmentAction.ShortLabel = global::Mono.Unix.Catalog.GetString ("_New Equipment");
     w1.Add (this.NewEquipmentAction, null);
     this.Action = new global::Gtk.Action ("Action", null, null, null);
     w1.Add (this.Action, null);
     this.UIManager.InsertActionGroup (w1, 0);
     this.AddAccelGroup (this.UIManager.AccelGroup);
     this.Name = "MainWindow";
     this.Title = global::Mono.Unix.Catalog.GetString ("SnrViewer");
     this.WindowPosition = ((global::Gtk.WindowPosition)(4));
     this.DefaultHeight = 600;
     // 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='RunQueryAction' action='RunQueryAction'/><menuitem name='ExitAction' action='ExitAction'/></menu><menu name='ConfigurationAction' action='ConfigurationAction'><menuitem name='RemoteIpAction' action='RemoteIpAction'/><menuitem name='LoadFromFileAction' action='LoadFromFileAction'/><menuitem name='NewEquipmentAction' action='NewEquipmentAction'/></menu><menu name='HelpAction' action='HelpAction'><menuitem name='AboutAction1' action='AboutAction1'/></menu><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.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.GtkScrolledWindow = new global::Gtk.ScrolledWindow ();
     this.GtkScrolledWindow.Name = "GtkScrolledWindow";
     this.GtkScrolledWindow.ShadowType = ((global::Gtk.ShadowType)(1));
     // Container child GtkScrolledWindow.Gtk.Container+ContainerChild
     this.equipmentList = new global::Gtk.TreeView ();
     this.equipmentList.CanFocus = true;
     this.equipmentList.Name = "equipmentList";
     this.GtkScrolledWindow.Add (this.equipmentList);
     this.vbox2.Add (this.GtkScrolledWindow);
     global::Gtk.Box.BoxChild w4 = ((global::Gtk.Box.BoxChild)(this.vbox2 [this.GtkScrolledWindow]));
     w4.Position = 0;
     // Container child vbox2.Gtk.Box+BoxChild
     this.drawingarea4 = new global::Gtk.DrawingArea ();
     this.drawingarea4.Name = "drawingarea4";
     this.vbox2.Add (this.drawingarea4);
     global::Gtk.Box.BoxChild w5 = ((global::Gtk.Box.BoxChild)(this.vbox2 [this.drawingarea4]));
     w5.Position = 1;
     this.hbox1.Add (this.vbox2);
     global::Gtk.Box.BoxChild w6 = ((global::Gtk.Box.BoxChild)(this.hbox1 [this.vbox2]));
     w6.Position = 0;
     // Container child hbox1.Gtk.Box+BoxChild
     this.vbox3 = new global::Gtk.VBox ();
     this.vbox3.Name = "vbox3";
     this.vbox3.Spacing = 6;
     this.hbox1.Add (this.vbox3);
     global::Gtk.Box.BoxChild w7 = ((global::Gtk.Box.BoxChild)(this.hbox1 [this.vbox3]));
     w7.Position = 1;
     this.vbox1.Add (this.hbox1);
     global::Gtk.Box.BoxChild w8 = ((global::Gtk.Box.BoxChild)(this.vbox1 [this.hbox1]));
     w8.Position = 1;
     this.Add (this.vbox1);
     if ((this.Child != null)) {
         this.Child.ShowAll ();
     }
     this.DefaultWidth = 553;
     this.Show ();
     this.DeleteEvent += new global::Gtk.DeleteEventHandler (this.OnDeleteEvent);
     this.ExitAction.Activated += new global::System.EventHandler (this.btSair);
     this.RunQueryAction.Activated += new global::System.EventHandler (this.btRunQuery);
     this.NewEquipmentAction.Activated += new global::System.EventHandler (this.newEquipmentAction);
 }
 protected virtual void Build()
 {
     global::Stetic.Gui.Initialize(this);
     // Widget Pinta.Effects.CurvesDialog
     this.Name = "Pinta.Effects.CurvesDialog";
     this.Title = global::Mono.Unix.Catalog.GetString("Curves");
     this.WindowPosition = ((global::Gtk.WindowPosition)(4));
     this.Resizable = false;
     this.AllowGrow = false;
     this.SkipTaskbarHint = true;
     // Internal child Pinta.Effects.CurvesDialog.VBox
     global::Gtk.VBox w1 = this.VBox;
     w1.Name = "dialog1_VBox";
     w1.BorderWidth = ((uint)(2));
     // Container child dialog1_VBox.Gtk.Box+BoxChild
     this.hbox1 = new global::Gtk.HBox();
     this.hbox1.Name = "hbox1";
     this.hbox1.Spacing = 6;
     // Container child hbox1.Gtk.Box+BoxChild
     this.labelMap = new global::Gtk.Label();
     this.labelMap.Name = "labelMap";
     this.labelMap.LabelProp = global::Mono.Unix.Catalog.GetString("Transfer Map");
     this.hbox1.Add(this.labelMap);
     global::Gtk.Box.BoxChild w2 = ((global::Gtk.Box.BoxChild)(this.hbox1[this.labelMap]));
     w2.Position = 0;
     w2.Expand = false;
     w2.Fill = false;
     // Container child hbox1.Gtk.Box+BoxChild
     this.hseparatorMap = new global::Gtk.HSeparator();
     this.hseparatorMap.Name = "hseparatorMap";
     this.hbox1.Add(this.hseparatorMap);
     global::Gtk.Box.BoxChild w3 = ((global::Gtk.Box.BoxChild)(this.hbox1[this.hseparatorMap]));
     w3.Position = 1;
     w1.Add(this.hbox1);
     global::Gtk.Box.BoxChild w4 = ((global::Gtk.Box.BoxChild)(w1[this.hbox1]));
     w4.Position = 0;
     w4.Expand = false;
     w4.Fill = false;
     // Container child dialog1_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.comboMap = global::Gtk.ComboBox.NewText();
     this.comboMap.AppendText(global::Mono.Unix.Catalog.GetString("RGB\r"));
     this.comboMap.AppendText(global::Mono.Unix.Catalog.GetString("Luminosity"));
     this.comboMap.Name = "comboMap";
     this.comboMap.Active = 1;
     this.hbox2.Add(this.comboMap);
     global::Gtk.Box.BoxChild w5 = ((global::Gtk.Box.BoxChild)(this.hbox2[this.comboMap]));
     w5.Position = 0;
     w5.Expand = false;
     w5.Fill = false;
     // Container child hbox2.Gtk.Box+BoxChild
     this.alignment3 = new global::Gtk.Alignment(1F, 0.5F, 0F, 0F);
     this.alignment3.Name = "alignment3";
     // Container child alignment3.Gtk.Container+ContainerChild
     this.labelPoint = new global::Gtk.Label();
     this.labelPoint.Name = "labelPoint";
     this.labelPoint.LabelProp = global::Mono.Unix.Catalog.GetString("(256, 256)");
     this.alignment3.Add(this.labelPoint);
     this.hbox2.Add(this.alignment3);
     global::Gtk.Box.BoxChild w7 = ((global::Gtk.Box.BoxChild)(this.hbox2[this.alignment3]));
     w7.PackType = ((global::Gtk.PackType)(1));
     w7.Position = 2;
     w7.Expand = false;
     w7.Fill = false;
     w1.Add(this.hbox2);
     global::Gtk.Box.BoxChild w8 = ((global::Gtk.Box.BoxChild)(w1[this.hbox2]));
     w8.Position = 1;
     w8.Expand = false;
     w8.Fill = false;
     // Container child dialog1_VBox.Gtk.Box+BoxChild
     this.drawing = new global::Gtk.DrawingArea();
     this.drawing.WidthRequest = 256;
     this.drawing.HeightRequest = 256;
     this.drawing.CanFocus = true;
     this.drawing.Events = ((global::Gdk.EventMask)(795646));
     this.drawing.Name = "drawing";
     w1.Add(this.drawing);
     global::Gtk.Box.BoxChild w9 = ((global::Gtk.Box.BoxChild)(w1[this.drawing]));
     w9.Position = 2;
     w9.Padding = ((uint)(8));
     // Container child dialog1_VBox.Gtk.Box+BoxChild
     this.hbox3 = new global::Gtk.HBox();
     this.hbox3.Name = "hbox3";
     // Container child hbox3.Gtk.Box+BoxChild
     this.checkRed = new global::Gtk.CheckButton();
     this.checkRed.CanFocus = true;
     this.checkRed.Name = "checkRed";
     this.checkRed.Label = global::Mono.Unix.Catalog.GetString("Red  ");
     this.checkRed.Active = true;
     this.checkRed.DrawIndicator = true;
     this.checkRed.UseUnderline = true;
     this.hbox3.Add(this.checkRed);
     global::Gtk.Box.BoxChild w10 = ((global::Gtk.Box.BoxChild)(this.hbox3[this.checkRed]));
     w10.Position = 0;
     // Container child hbox3.Gtk.Box+BoxChild
     this.checkGreen = new global::Gtk.CheckButton();
     this.checkGreen.CanFocus = true;
     this.checkGreen.Name = "checkGreen";
     this.checkGreen.Label = global::Mono.Unix.Catalog.GetString("Green");
     this.checkGreen.Active = true;
     this.checkGreen.DrawIndicator = true;
     this.checkGreen.UseUnderline = true;
     this.hbox3.Add(this.checkGreen);
     global::Gtk.Box.BoxChild w11 = ((global::Gtk.Box.BoxChild)(this.hbox3[this.checkGreen]));
     w11.Position = 1;
     // Container child hbox3.Gtk.Box+BoxChild
     this.checkBlue = new global::Gtk.CheckButton();
     this.checkBlue.CanFocus = true;
     this.checkBlue.Name = "checkBlue";
     this.checkBlue.Label = global::Mono.Unix.Catalog.GetString("Blue ");
     this.checkBlue.Active = true;
     this.checkBlue.DrawIndicator = true;
     this.checkBlue.UseUnderline = true;
     this.hbox3.Add(this.checkBlue);
     global::Gtk.Box.BoxChild w12 = ((global::Gtk.Box.BoxChild)(this.hbox3[this.checkBlue]));
     w12.Position = 2;
     // Container child hbox3.Gtk.Box+BoxChild
     this.alignment1 = new global::Gtk.Alignment(0.5F, 0.5F, 1F, 1F);
     this.alignment1.Name = "alignment1";
     this.hbox3.Add(this.alignment1);
     global::Gtk.Box.BoxChild w13 = ((global::Gtk.Box.BoxChild)(this.hbox3[this.alignment1]));
     w13.Position = 3;
     // Container child hbox3.Gtk.Box+BoxChild
     this.buttonReset = new global::Gtk.Button();
     this.buttonReset.WidthRequest = 81;
     this.buttonReset.HeightRequest = 30;
     this.buttonReset.CanFocus = true;
     this.buttonReset.Name = "buttonReset";
     this.buttonReset.UseUnderline = true;
     this.buttonReset.Label = global::Mono.Unix.Catalog.GetString("Reset");
     this.hbox3.Add(this.buttonReset);
     global::Gtk.Box.BoxChild w14 = ((global::Gtk.Box.BoxChild)(this.hbox3[this.buttonReset]));
     w14.Position = 4;
     w14.Expand = false;
     w14.Fill = false;
     w1.Add(this.hbox3);
     global::Gtk.Box.BoxChild w15 = ((global::Gtk.Box.BoxChild)(w1[this.hbox3]));
     w15.Position = 3;
     w15.Expand = false;
     w15.Fill = false;
     // Container child dialog1_VBox.Gtk.Box+BoxChild
     this.labelTip = new global::Gtk.Label();
     this.labelTip.Name = "labelTip";
     this.labelTip.LabelProp = global::Mono.Unix.Catalog.GetString("Tip: Right-click to remove control points.");
     w1.Add(this.labelTip);
     global::Gtk.Box.BoxChild w16 = ((global::Gtk.Box.BoxChild)(w1[this.labelTip]));
     w16.Position = 4;
     w16.Expand = false;
     w16.Fill = false;
     // Internal child Pinta.Effects.CurvesDialog.ActionArea
     global::Gtk.HButtonBox w17 = this.ActionArea;
     w17.Name = "dialog1_ActionArea";
     w17.Spacing = 10;
     w17.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 w18 = ((global::Gtk.ButtonBox.ButtonBoxChild)(w17[this.buttonCancel]));
     w18.Expand = false;
     w18.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 w19 = ((global::Gtk.ButtonBox.ButtonBoxChild)(w17[this.buttonOk]));
     w19.Position = 1;
     w19.Expand = false;
     w19.Fill = false;
     if ((this.Child != null))
     {
         this.Child.ShowAll();
     }
     this.DefaultWidth = 269;
     this.DefaultHeight = 418;
     this.checkRed.Hide();
     this.checkGreen.Hide();
     this.checkBlue.Hide();
     this.Show();
 }
 protected virtual void Build()
 {
     global::Stetic.Gui.Initialize(this);
     // Widget LongoMatch.Gui.Component.SynchronizationWidget
     global::Stetic.BinContainer.Attach(this);
     this.Name = "LongoMatch.Gui.Component.SynchronizationWidget";
     // Container child LongoMatch.Gui.Component.SynchronizationWidget.Gtk.Container+ContainerChild
     this.headereventbox      = new global::Gtk.EventBox();
     this.headereventbox.Name = "headereventbox";
     // Container child headereventbox.Gtk.Container+ContainerChild
     this.vpaned2          = new global::Gtk.VPaned();
     this.vpaned2.CanFocus = true;
     this.vpaned2.Name     = "vpaned2";
     this.vpaned2.Position = 400;
     // Container child vpaned2.Gtk.Paned+PanedChild
     this.playbins_hbox             = new global::Gtk.HBox();
     this.playbins_hbox.Name        = "playbins_hbox";
     this.playbins_hbox.Homogeneous = true;
     this.playbins_hbox.Spacing     = 15;
     this.playbins_hbox.BorderWidth = ((uint)(15));
     // Container child playbins_hbox.Gtk.Box+BoxChild
     this.main_cam_vbox         = new global::Gtk.VBox();
     this.main_cam_vbox.Name    = "main_cam_vbox";
     this.main_cam_vbox.Spacing = 6;
     // Container child main_cam_vbox.Gtk.Box+BoxChild
     this.main_cam_playerbin        = new global::LongoMatch.Gui.PlayerView();
     this.main_cam_playerbin.Events = ((global::Gdk.EventMask)(256));
     this.main_cam_playerbin.Name   = "main_cam_playerbin";
     this.main_cam_vbox.Add(this.main_cam_playerbin);
     global::Gtk.Box.BoxChild w1 = ((global::Gtk.Box.BoxChild)(this.main_cam_vbox [this.main_cam_playerbin]));
     w1.Position = 0;
     // Container child main_cam_vbox.Gtk.Box+BoxChild
     this.main_cam_hbox         = new global::Gtk.HBox();
     this.main_cam_hbox.Name    = "main_cam_hbox";
     this.main_cam_hbox.Spacing = 6;
     // Container child main_cam_hbox.Gtk.Box+BoxChild
     this.main_cam_label        = new global::Gtk.Label();
     this.main_cam_label.Name   = "main_cam_label";
     this.main_cam_label.Xalign = 0F;
     this.main_cam_hbox.Add(this.main_cam_label);
     global::Gtk.Box.BoxChild w2 = ((global::Gtk.Box.BoxChild)(this.main_cam_hbox [this.main_cam_label]));
     w2.Position = 0;
     // Container child main_cam_hbox.Gtk.Box+BoxChild
     this.main_cam_audio_alignment              = new global::Gtk.Alignment(0.5F, 0.5F, 1F, 1F);
     this.main_cam_audio_alignment.Name         = "main_cam_audio_alignment";
     this.main_cam_audio_alignment.RightPadding = ((uint)(50));
     // Container child main_cam_audio_alignment.Gtk.Container+ContainerChild
     this.main_cam_audio_button          = new global::Gtk.ToggleButton();
     this.main_cam_audio_button.CanFocus = true;
     this.main_cam_audio_button.Name     = "main_cam_audio_button";
     this.main_cam_audio_button.Active   = true;
     // Container child main_cam_audio_button.Gtk.Container+ContainerChild
     this.main_cam_audio_button_image      = new global::Gtk.Image();
     this.main_cam_audio_button_image.Name = "main_cam_audio_button_image";
     this.main_cam_audio_button.Add(this.main_cam_audio_button_image);
     this.main_cam_audio_alignment.Add(this.main_cam_audio_button);
     this.main_cam_hbox.Add(this.main_cam_audio_alignment);
     global::Gtk.Box.BoxChild w5 = ((global::Gtk.Box.BoxChild)(this.main_cam_hbox [this.main_cam_audio_alignment]));
     w5.Position = 1;
     w5.Expand   = false;
     w5.Fill     = false;
     this.main_cam_vbox.Add(this.main_cam_hbox);
     global::Gtk.Box.BoxChild w6 = ((global::Gtk.Box.BoxChild)(this.main_cam_vbox [this.main_cam_hbox]));
     w6.Position = 1;
     w6.Expand   = false;
     w6.Fill     = false;
     this.playbins_hbox.Add(this.main_cam_vbox);
     global::Gtk.Box.BoxChild w7 = ((global::Gtk.Box.BoxChild)(this.playbins_hbox [this.main_cam_vbox]));
     w7.Position = 0;
     // Container child playbins_hbox.Gtk.Box+BoxChild
     this.sec_cam_vbox         = new global::Gtk.VBox();
     this.sec_cam_vbox.Name    = "sec_cam_vbox";
     this.sec_cam_vbox.Spacing = 6;
     // Container child sec_cam_vbox.Gtk.Box+BoxChild
     this.sec_cam_playerbin        = new global::LongoMatch.Gui.PlayerView();
     this.sec_cam_playerbin.Events = ((global::Gdk.EventMask)(256));
     this.sec_cam_playerbin.Name   = "sec_cam_playerbin";
     this.sec_cam_vbox.Add(this.sec_cam_playerbin);
     global::Gtk.Box.BoxChild w8 = ((global::Gtk.Box.BoxChild)(this.sec_cam_vbox [this.sec_cam_playerbin]));
     w8.Position = 0;
     // Container child sec_cam_vbox.Gtk.Box+BoxChild
     this.sec_cam_hbox         = new global::Gtk.HBox();
     this.sec_cam_hbox.Name    = "sec_cam_hbox";
     this.sec_cam_hbox.Spacing = 6;
     // Container child sec_cam_hbox.Gtk.Box+BoxChild
     this.sec_cam_label           = new global::Gtk.Label();
     this.sec_cam_label.Name      = "sec_cam_label";
     this.sec_cam_label.Xalign    = 0F;
     this.sec_cam_label.UseMarkup = true;
     this.sec_cam_hbox.Add(this.sec_cam_label);
     global::Gtk.Box.BoxChild w9 = ((global::Gtk.Box.BoxChild)(this.sec_cam_hbox [this.sec_cam_label]));
     w9.Position = 0;
     // Container child sec_cam_hbox.Gtk.Box+BoxChild
     this.sec_cam_audio_alignment              = new global::Gtk.Alignment(0.5F, 0.5F, 1F, 1F);
     this.sec_cam_audio_alignment.Name         = "sec_cam_audio_alignment";
     this.sec_cam_audio_alignment.RightPadding = ((uint)(50));
     // Container child sec_cam_audio_alignment.Gtk.Container+ContainerChild
     this.sec_cam_audio_button          = new global::Gtk.ToggleButton();
     this.sec_cam_audio_button.CanFocus = true;
     this.sec_cam_audio_button.Name     = "sec_cam_audio_button";
     // Container child sec_cam_audio_button.Gtk.Container+ContainerChild
     this.sec_cam_audio_button_image      = new global::Gtk.Image();
     this.sec_cam_audio_button_image.Name = "sec_cam_audio_button_image";
     this.sec_cam_audio_button.Add(this.sec_cam_audio_button_image);
     this.sec_cam_audio_alignment.Add(this.sec_cam_audio_button);
     this.sec_cam_hbox.Add(this.sec_cam_audio_alignment);
     global::Gtk.Box.BoxChild w12 = ((global::Gtk.Box.BoxChild)(this.sec_cam_hbox [this.sec_cam_audio_alignment]));
     w12.Position = 1;
     w12.Expand   = false;
     w12.Fill     = false;
     this.sec_cam_vbox.Add(this.sec_cam_hbox);
     global::Gtk.Box.BoxChild w13 = ((global::Gtk.Box.BoxChild)(this.sec_cam_vbox [this.sec_cam_hbox]));
     w13.Position = 1;
     w13.Expand   = false;
     w13.Fill     = false;
     this.playbins_hbox.Add(this.sec_cam_vbox);
     global::Gtk.Box.BoxChild w14 = ((global::Gtk.Box.BoxChild)(this.playbins_hbox [this.sec_cam_vbox]));
     w14.Position = 1;
     // Container child playbins_hbox.Gtk.Box+BoxChild
     this.sec_cam_didactic_label      = new global::Gtk.Label();
     this.sec_cam_didactic_label.Name = "sec_cam_didactic_label";
     this.playbins_hbox.Add(this.sec_cam_didactic_label);
     global::Gtk.Box.BoxChild w15 = ((global::Gtk.Box.BoxChild)(this.playbins_hbox [this.sec_cam_didactic_label]));
     w15.Position = 2;
     w15.Expand   = false;
     w15.Fill     = false;
     this.vpaned2.Add(this.playbins_hbox);
     global::Gtk.Paned.PanedChild w16 = ((global::Gtk.Paned.PanedChild)(this.vpaned2 [this.playbins_hbox]));
     w16.Resize = false;
     // Container child vpaned2.Gtk.Paned+PanedChild
     this.hbox5      = new global::Gtk.HBox();
     this.hbox5.Name = "hbox5";
     // Container child hbox5.Gtk.Box+BoxChild
     this.labels_alignment      = new global::Gtk.Alignment(0.5F, 0.5F, 1F, 1F);
     this.labels_alignment.Name = "labels_alignment";
     // Container child labels_alignment.Gtk.Container+ContainerChild
     this.labels_vbox      = new global::Gtk.VBox();
     this.labels_vbox.Name = "labels_vbox";
     // Container child labels_vbox.Gtk.Box+BoxChild
     this.labelsarea      = new global::Gtk.DrawingArea();
     this.labelsarea.Name = "labelsarea";
     this.labels_vbox.Add(this.labelsarea);
     global::Gtk.Box.BoxChild w17 = ((global::Gtk.Box.BoxChild)(this.labels_vbox [this.labelsarea]));
     w17.Position = 0;
     // Container child labels_vbox.Gtk.Box+BoxChild
     this.zoomhbox         = new global::Gtk.HBox();
     this.zoomhbox.Name    = "zoomhbox";
     this.zoomhbox.Spacing = 6;
     // Container child zoomhbox.Gtk.Box+BoxChild
     this.zoomoutimage = new global::Gtk.Image();
     this.zoomoutimage.WidthRequest  = 14;
     this.zoomoutimage.HeightRequest = 8;
     this.zoomoutimage.Name          = "zoomoutimage";
     this.zoomhbox.Add(this.zoomoutimage);
     global::Gtk.Box.BoxChild w18 = ((global::Gtk.Box.BoxChild)(this.zoomhbox [this.zoomoutimage]));
     w18.Position = 0;
     w18.Expand   = false;
     w18.Fill     = false;
     // Container child zoomhbox.Gtk.Box+BoxChild
     this.zoomscale                          = new global::Gtk.HScale(null);
     this.zoomscale.CanFocus                 = true;
     this.zoomscale.Name                     = "zoomscale";
     this.zoomscale.Adjustment.Upper         = 100;
     this.zoomscale.Adjustment.PageIncrement = 10;
     this.zoomscale.Adjustment.StepIncrement = 1;
     this.zoomscale.DrawValue                = false;
     this.zoomscale.Digits                   = 0;
     this.zoomscale.ValuePos                 = ((global::Gtk.PositionType)(2));
     this.zoomhbox.Add(this.zoomscale);
     global::Gtk.Box.BoxChild w19 = ((global::Gtk.Box.BoxChild)(this.zoomhbox [this.zoomscale]));
     w19.Position = 1;
     // Container child zoomhbox.Gtk.Box+BoxChild
     this.zoominimage = new global::Gtk.Image();
     this.zoominimage.WidthRequest  = 14;
     this.zoominimage.HeightRequest = 8;
     this.zoominimage.Name          = "zoominimage";
     this.zoomhbox.Add(this.zoominimage);
     global::Gtk.Box.BoxChild w20 = ((global::Gtk.Box.BoxChild)(this.zoomhbox [this.zoominimage]));
     w20.Position = 2;
     w20.Expand   = false;
     w20.Fill     = false;
     this.labels_vbox.Add(this.zoomhbox);
     global::Gtk.Box.BoxChild w21 = ((global::Gtk.Box.BoxChild)(this.labels_vbox [this.zoomhbox]));
     w21.Position = 1;
     w21.Expand   = false;
     w21.Fill     = false;
     this.labels_alignment.Add(this.labels_vbox);
     this.hbox5.Add(this.labels_alignment);
     global::Gtk.Box.BoxChild w23 = ((global::Gtk.Box.BoxChild)(this.hbox5 [this.labels_alignment]));
     w23.Position = 0;
     w23.Expand   = false;
     // Container child hbox5.Gtk.Box+BoxChild
     this.vbox9      = new global::Gtk.VBox();
     this.vbox9.Name = "vbox9";
     // Container child vbox9.Gtk.Box+BoxChild
     this.timerulearea      = new global::Gtk.DrawingArea();
     this.timerulearea.Name = "timerulearea";
     this.vbox9.Add(this.timerulearea);
     global::Gtk.Box.BoxChild w24 = ((global::Gtk.Box.BoxChild)(this.vbox9 [this.timerulearea]));
     w24.Position = 0;
     w24.Expand   = false;
     // Container child vbox9.Gtk.Box+BoxChild
     this.scrolledwindow2 = new global::Gtk.ScrolledWindow();
     this.scrolledwindow2.HeightRequest    = 50;
     this.scrolledwindow2.CanFocus         = true;
     this.scrolledwindow2.Name             = "scrolledwindow2";
     this.scrolledwindow2.VscrollbarPolicy = ((global::Gtk.PolicyType)(0));
     this.scrolledwindow2.HscrollbarPolicy = ((global::Gtk.PolicyType)(0));
     // Container child scrolledwindow2.Gtk.Container+ContainerChild
     global::Gtk.Viewport w25 = new global::Gtk.Viewport();
     w25.ShadowType = ((global::Gtk.ShadowType)(0));
     // Container child GtkViewport.Gtk.Container+ContainerChild
     this.timelinearea      = new global::Gtk.DrawingArea();
     this.timelinearea.Name = "timelinearea";
     w25.Add(this.timelinearea);
     this.scrolledwindow2.Add(w25);
     this.vbox9.Add(this.scrolledwindow2);
     global::Gtk.Box.BoxChild w28 = ((global::Gtk.Box.BoxChild)(this.vbox9 [this.scrolledwindow2]));
     w28.Position = 1;
     this.hbox5.Add(this.vbox9);
     global::Gtk.Box.BoxChild w29 = ((global::Gtk.Box.BoxChild)(this.hbox5 [this.vbox9]));
     w29.Position = 1;
     this.vpaned2.Add(this.hbox5);
     this.headereventbox.Add(this.vpaned2);
     this.Add(this.headereventbox);
     if ((this.Child != null))
     {
         this.Child.ShowAll();
     }
     this.sec_cam_vbox.Hide();
     this.sec_cam_didactic_label.Hide();
     this.Hide();
 }
 protected virtual void Build()
 {
     global::Stetic.Gui.Initialize (this);
     // Widget LongoMatch.Gui.Dialog.PlayEditor
     this.Name = "LongoMatch.Gui.Dialog.PlayEditor";
     this.Title = global::Mono.Unix.Catalog.GetString ("Edit event details");
     this.Icon = global::Stetic.IconLoader.LoadIcon (this, "longomatch", global::Gtk.IconSize.Menu);
     this.TypeHint = ((global::Gdk.WindowTypeHint)(1));
     this.WindowPosition = ((global::Gtk.WindowPosition)(4));
     this.Modal = true;
     this.Gravity = ((global::Gdk.Gravity)(5));
     this.SkipPagerHint = true;
     this.SkipTaskbarHint = true;
     // Internal child LongoMatch.Gui.Dialog.PlayEditor.VBox
     global::Gtk.VBox w1 = this.VBox;
     w1.Name = "dialog1_VBox";
     w1.BorderWidth = ((uint)(2));
     // Container child dialog1_VBox.Gtk.Box+BoxChild
     this.scrolledwindow2 = new global::Gtk.ScrolledWindow ();
     this.scrolledwindow2.CanFocus = true;
     this.scrolledwindow2.Name = "scrolledwindow2";
     this.scrolledwindow2.ShadowType = ((global::Gtk.ShadowType)(1));
     // Container child scrolledwindow2.Gtk.Container+ContainerChild
     global::Gtk.Viewport w2 = new global::Gtk.Viewport ();
     w2.ShadowType = ((global::Gtk.ShadowType)(0));
     // Container child GtkViewport1.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.HeightRequest = 80;
     this.hbox4.Name = "hbox4";
     this.hbox4.Spacing = 6;
     // Container child hbox4.Gtk.Box+BoxChild
     this.nameframe = new global::Gtk.Frame ();
     this.nameframe.WidthRequest = 200;
     this.nameframe.Name = "nameframe";
     this.nameframe.ShadowType = ((global::Gtk.ShadowType)(0));
     // Container child nameframe.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.hbox3 = new global::Gtk.HBox ();
     this.hbox3.Name = "hbox3";
     this.hbox3.Spacing = 6;
     // Container child hbox3.Gtk.Box+BoxChild
     this.nameentry = new global::Gtk.Entry ();
     this.nameentry.CanFocus = true;
     this.nameentry.Name = "nameentry";
     this.nameentry.IsEditable = true;
     this.nameentry.InvisibleChar = '•';
     this.hbox3.Add (this.nameentry);
     global::Gtk.Box.BoxChild w3 = ((global::Gtk.Box.BoxChild)(this.hbox3 [this.nameentry]));
     w3.Position = 0;
     w3.Expand = false;
     w3.Fill = false;
     this.GtkAlignment3.Add (this.hbox3);
     this.nameframe.Add (this.GtkAlignment3);
     this.GtkLabel3 = new global::Gtk.Label ();
     this.GtkLabel3.Name = "GtkLabel3";
     this.GtkLabel3.LabelProp = global::Mono.Unix.Catalog.GetString ("<b>Name</b>");
     this.GtkLabel3.UseMarkup = true;
     this.nameframe.LabelWidget = this.GtkLabel3;
     this.hbox4.Add (this.nameframe);
     global::Gtk.Box.BoxChild w6 = ((global::Gtk.Box.BoxChild)(this.hbox4 [this.nameframe]));
     w6.Position = 0;
     w6.Expand = false;
     w6.Fill = false;
     // Container child hbox4.Gtk.Box+BoxChild
     this.notesframe = new global::Gtk.Frame ();
     this.notesframe.Name = "notesframe";
     this.notesframe.ShadowType = ((global::Gtk.ShadowType)(0));
     // Container child notesframe.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.notes = new global::LongoMatch.Gui.Component.NotesWidget ();
     this.notes.HeightRequest = 100;
     this.notes.Events = ((global::Gdk.EventMask)(256));
     this.notes.Name = "notes";
     this.GtkAlignment.Add (this.notes);
     this.notesframe.Add (this.GtkAlignment);
     this.GtkLabel = new global::Gtk.Label ();
     this.GtkLabel.Name = "GtkLabel";
     this.GtkLabel.LabelProp = global::Mono.Unix.Catalog.GetString ("<b>Notes</b>");
     this.GtkLabel.UseMarkup = true;
     this.notesframe.LabelWidget = this.GtkLabel;
     this.hbox4.Add (this.notesframe);
     global::Gtk.Box.BoxChild w9 = ((global::Gtk.Box.BoxChild)(this.hbox4 [this.notesframe]));
     w9.Position = 1;
     this.vbox3.Add (this.hbox4);
     global::Gtk.Box.BoxChild w10 = ((global::Gtk.Box.BoxChild)(this.vbox3 [this.hbox4]));
     w10.Position = 0;
     w10.Expand = false;
     w10.Fill = false;
     // Container child vbox3.Gtk.Box+BoxChild
     this.tagsvbox = new global::Gtk.VBox ();
     this.tagsvbox.Name = "tagsvbox";
     this.tagsvbox.Spacing = 6;
     this.vbox3.Add (this.tagsvbox);
     global::Gtk.Box.BoxChild w11 = ((global::Gtk.Box.BoxChild)(this.vbox3 [this.tagsvbox]));
     w11.Position = 1;
     // Container child vbox3.Gtk.Box+BoxChild
     this.tagger = new global::LongoMatch.Gui.Component.PlaysCoordinatesTagger ();
     this.tagger.HeightRequest = 200;
     this.tagger.Events = ((global::Gdk.EventMask)(256));
     this.tagger.Name = "tagger";
     this.vbox3.Add (this.tagger);
     global::Gtk.Box.BoxChild w12 = ((global::Gtk.Box.BoxChild)(this.vbox3 [this.tagger]));
     w12.Position = 2;
     // Container child vbox3.Gtk.Box+BoxChild
     this.drawingarea3 = new global::Gtk.DrawingArea ();
     this.drawingarea3.HeightRequest = 200;
     this.drawingarea3.Name = "drawingarea3";
     this.vbox3.Add (this.drawingarea3);
     global::Gtk.Box.BoxChild w13 = ((global::Gtk.Box.BoxChild)(this.vbox3 [this.drawingarea3]));
     w13.Position = 3;
     w2.Add (this.vbox3);
     this.scrolledwindow2.Add (w2);
     w1.Add (this.scrolledwindow2);
     global::Gtk.Box.BoxChild w16 = ((global::Gtk.Box.BoxChild)(w1 [this.scrolledwindow2]));
     w16.Position = 0;
     // Internal child LongoMatch.Gui.Dialog.PlayEditor.ActionArea
     global::Gtk.HButtonBox w17 = this.ActionArea;
     w17.Name = "dialog1_ActionArea";
     w17.Spacing = 10;
     w17.BorderWidth = ((uint)(5));
     w17.LayoutStyle = ((global::Gtk.ButtonBoxStyle)(4));
     // Container child dialog1_ActionArea.Gtk.ButtonBox+ButtonBoxChild
     this.buttonOk = new global::Gtk.Button ();
     this.buttonOk.CanDefault = true;
     this.buttonOk.CanFocus = true;
     this.buttonOk.Name = "buttonOk";
     this.buttonOk.UseStock = true;
     this.buttonOk.UseUnderline = true;
     this.buttonOk.Label = "gtk-ok";
     this.AddActionWidget (this.buttonOk, -5);
     global::Gtk.ButtonBox.ButtonBoxChild w18 = ((global::Gtk.ButtonBox.ButtonBoxChild)(w17 [this.buttonOk]));
     w18.Expand = false;
     w18.Fill = false;
     if ((this.Child != null)) {
         this.Child.ShowAll ();
     }
     this.DefaultWidth = 1021;
     this.DefaultHeight = 671;
     this.Show ();
 }
 protected virtual void Build()
 {
     global::Stetic.Gui.Initialize (this);
     // Widget MonoReports.Gui.Widgets.MainDesignView
     Stetic.BinContainer w1 = global::Stetic.BinContainer.Attach (this);
     this.UIManager = new global::Gtk.UIManager ();
     global::Gtk.ActionGroup w2 = new global::Gtk.ActionGroup ("Default");
     this.executeAction = new global::Gtk.Action ("executeAction", null, null, "gtk-execute");
     w2.Add (this.executeAction, null);
     this.UIManager.InsertActionGroup (w2, 0);
     this.Name = "MonoReports.Gui.Widgets.MainDesignView";
     // Container child MonoReports.Gui.Widgets.MainDesignView.Gtk.Container+ContainerChild
     this.mainNotebook = new global::Gtk.Notebook ();
     this.mainNotebook.CanFocus = true;
     this.mainNotebook.Events = ((global::Gdk.EventMask)(52992));
     this.mainNotebook.Name = "mainNotebook";
     this.mainNotebook.CurrentPage = 2;
     // Container child mainNotebook.Gtk.Notebook+NotebookChild
     this.designScrolledWindow = new global::Gtk.ScrolledWindow ();
     this.designScrolledWindow.CanFocus = true;
     this.designScrolledWindow.Name = "designScrolledWindow";
     this.designScrolledWindow.ShadowType = ((global::Gtk.ShadowType)(1));
     // Container child designScrolledWindow.Gtk.Container+ContainerChild
     global::Gtk.Viewport w3 = new global::Gtk.Viewport ();
     w3.ShadowType = ((global::Gtk.ShadowType)(0));
     // Container child GtkViewport.Gtk.Container+ContainerChild
     this.drawingarea = new global::Gtk.DrawingArea ();
     this.drawingarea.CanFocus = true;
     this.drawingarea.Events = ((global::Gdk.EventMask)(69382));
     this.drawingarea.ExtensionEvents = ((global::Gdk.ExtensionMode)(1));
     this.drawingarea.Name = "drawingarea";
     w3.Add (this.drawingarea);
     this.designScrolledWindow.Add (w3);
     this.mainNotebook.Add (this.designScrolledWindow);
     // Notebook tab
     this.designTitleLabel = new global::Gtk.Label ();
     this.designTitleLabel.Name = "designTitleLabel";
     this.designTitleLabel.LabelProp = global::Mono.Unix.Catalog.GetString ("desing");
     this.mainNotebook.SetTabLabel (this.designScrolledWindow, this.designTitleLabel);
     this.designTitleLabel.ShowAll ();
     // Container child mainNotebook.Gtk.Notebook+NotebookChild
     this.previewVbox = new global::Gtk.VBox ();
     this.previewVbox.Name = "previewVbox";
     this.previewVbox.Spacing = 6;
     // Container child previewVbox.Gtk.Box+BoxChild
     this.previewScrolledWindow = new global::Gtk.ScrolledWindow ();
     this.previewScrolledWindow.CanFocus = true;
     this.previewScrolledWindow.Name = "previewScrolledWindow";
     this.previewScrolledWindow.ShadowType = ((global::Gtk.ShadowType)(1));
     // Container child previewScrolledWindow.Gtk.Container+ContainerChild
     global::Gtk.Viewport w7 = new global::Gtk.Viewport ();
     w7.ShadowType = ((global::Gtk.ShadowType)(0));
     // Container child GtkViewport1.Gtk.Container+ContainerChild
     this.previewDrawingArea = new global::Gtk.DrawingArea ();
     this.previewDrawingArea.Events = ((global::Gdk.EventMask)(774));
     this.previewDrawingArea.Name = "previewDrawingArea";
     w7.Add (this.previewDrawingArea);
     this.previewScrolledWindow.Add (w7);
     this.previewVbox.Add (this.previewScrolledWindow);
     global::Gtk.Box.BoxChild w10 = ((global::Gtk.Box.BoxChild)(this.previewVbox [this.previewScrolledWindow]));
     w10.Position = 0;
     // Container child previewVbox.Gtk.Box+BoxChild
     this.UIManager.AddUiFromString ("<ui><toolbar name='previewToolbar'/></ui>");
     this.previewToolbar = ((global::Gtk.Toolbar)(this.UIManager.GetWidget ("/previewToolbar")));
     this.previewToolbar.Name = "previewToolbar";
     this.previewToolbar.ShowArrow = false;
     this.previewVbox.Add (this.previewToolbar);
     global::Gtk.Box.BoxChild w11 = ((global::Gtk.Box.BoxChild)(this.previewVbox [this.previewToolbar]));
     w11.Position = 1;
     w11.Expand = false;
     w11.Fill = false;
     this.mainNotebook.Add (this.previewVbox);
     global::Gtk.Notebook.NotebookChild w12 = ((global::Gtk.Notebook.NotebookChild)(this.mainNotebook [this.previewVbox]));
     w12.Position = 1;
     // Notebook tab
     this.previewTitleLabel = new global::Gtk.Label ();
     this.previewTitleLabel.Name = "previewTitleLabel";
     this.previewTitleLabel.LabelProp = global::Mono.Unix.Catalog.GetString ("preview");
     this.mainNotebook.SetTabLabel (this.previewVbox, this.previewTitleLabel);
     this.previewTitleLabel.ShowAll ();
     // Container child mainNotebook.Gtk.Notebook+NotebookChild
     this.vbox2 = new global::Gtk.VBox ();
     this.vbox2.Name = "vbox2";
     this.vbox2.Spacing = 6;
     // Container child vbox2.Gtk.Box+BoxChild
     this.vpaned1 = new global::Gtk.VPaned ();
     this.vpaned1.CanFocus = true;
     this.vpaned1.Name = "vpaned1";
     this.vpaned1.Position = 399;
     // Container child vpaned1.Gtk.Paned+PanedChild
     this.GtkScrolledWindow = new global::Gtk.ScrolledWindow ();
     this.GtkScrolledWindow.Name = "GtkScrolledWindow";
     this.GtkScrolledWindow.ShadowType = ((global::Gtk.ShadowType)(1));
     // Container child GtkScrolledWindow.Gtk.Container+ContainerChild
     this.codeTextview = new global::Gtk.TextView ();
     this.codeTextview.CanFocus = true;
     this.codeTextview.Name = "codeTextview";
     this.GtkScrolledWindow.Add (this.codeTextview);
     this.vpaned1.Add (this.GtkScrolledWindow);
     global::Gtk.Paned.PanedChild w14 = ((global::Gtk.Paned.PanedChild)(this.vpaned1 [this.GtkScrolledWindow]));
     w14.Resize = false;
     // Container child vpaned1.Gtk.Paned+PanedChild
     this.GtkScrolledWindow1 = new global::Gtk.ScrolledWindow ();
     this.GtkScrolledWindow1.Name = "GtkScrolledWindow1";
     this.GtkScrolledWindow1.ShadowType = ((global::Gtk.ShadowType)(1));
     // Container child GtkScrolledWindow1.Gtk.Container+ContainerChild
     this.outputTextview = new global::Gtk.TextView ();
     this.outputTextview.CanFocus = true;
     this.outputTextview.Name = "outputTextview";
     this.GtkScrolledWindow1.Add (this.outputTextview);
     this.vpaned1.Add (this.GtkScrolledWindow1);
     this.vbox2.Add (this.vpaned1);
     global::Gtk.Box.BoxChild w17 = ((global::Gtk.Box.BoxChild)(this.vbox2 [this.vpaned1]));
     w17.Position = 0;
     // Container child vbox2.Gtk.Box+BoxChild
     this.UIManager.AddUiFromString ("<ui><toolbar name='toolbar1'><toolitem name='executeAction' action='executeAction'/></toolbar></ui>");
     this.toolbar1 = ((global::Gtk.Toolbar)(this.UIManager.GetWidget ("/toolbar1")));
     this.toolbar1.Name = "toolbar1";
     this.toolbar1.ShowArrow = false;
     this.vbox2.Add (this.toolbar1);
     global::Gtk.Box.BoxChild w18 = ((global::Gtk.Box.BoxChild)(this.vbox2 [this.toolbar1]));
     w18.Position = 1;
     w18.Expand = false;
     w18.Fill = false;
     this.mainNotebook.Add (this.vbox2);
     global::Gtk.Notebook.NotebookChild w19 = ((global::Gtk.Notebook.NotebookChild)(this.mainNotebook [this.vbox2]));
     w19.Position = 2;
     // Notebook tab
     this.datasourceLabel = new global::Gtk.Label ();
     this.datasourceLabel.Name = "datasourceLabel";
     this.datasourceLabel.LabelProp = global::Mono.Unix.Catalog.GetString ("datasource");
     this.mainNotebook.SetTabLabel (this.vbox2, this.datasourceLabel);
     this.datasourceLabel.ShowAll ();
     this.Add (this.mainNotebook);
     if ((this.Child != null)) {
         this.Child.ShowAll ();
     }
     w1.SetUiManager (UIManager);
     this.Hide ();
     this.executeAction.Activated += new global::System.EventHandler (this.OnExecuteActionActivated);
     this.mainNotebook.SwitchPage += new global::Gtk.SwitchPageHandler (this.OnMainNotebookSwitchPage);
     this.drawingarea.ButtonPressEvent += new global::Gtk.ButtonPressEventHandler (this.OnDrawingareaButtonPressEvent);
     this.drawingarea.ButtonReleaseEvent += new global::Gtk.ButtonReleaseEventHandler (this.OnDrawingareaButtonReleaseEvent);
     this.drawingarea.MotionNotifyEvent += new global::Gtk.MotionNotifyEventHandler (this.OnDrawingareaMotionNotifyEvent);
     this.drawingarea.ExposeEvent += new global::Gtk.ExposeEventHandler (this.OnDrawingareaExposeEvent);
     this.drawingarea.KeyPressEvent += new global::Gtk.KeyPressEventHandler (this.OnDrawingareaKeyPressEvent);
     this.drawingarea.KeyReleaseEvent += new global::Gtk.KeyReleaseEventHandler (this.OnDrawingareaKeyReleaseEvent);
     this.previewDrawingArea.ExposeEvent += new global::Gtk.ExposeEventHandler (this.OnPreviewDrawingareaExposeEvent);
     this.previewDrawingArea.ButtonPressEvent += new global::Gtk.ButtonPressEventHandler (this.OnDrawingareaButtonPressEvent);
     this.previewDrawingArea.ButtonReleaseEvent += new global::Gtk.ButtonReleaseEventHandler (this.OnDrawingareaButtonReleaseEvent);
     this.previewDrawingArea.MotionNotifyEvent += new global::Gtk.MotionNotifyEventHandler (this.OnDrawingareaMotionNotifyEvent);
 }
Esempio n. 54
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 ("LOL");
     w1.Add (this.FileAction, null);
     this.CloseAction = new global::Gtk.Action ("CloseAction", global::Mono.Unix.Catalog.GetString ("Close"), null, null);
     this.CloseAction.ShortLabel = global::Mono.Unix.Catalog.GetString ("About");
     w1.Add (this.CloseAction, 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.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.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.fixed1 = new global::Gtk.Fixed ();
     this.fixed1.HeightRequest = 360;
     this.fixed1.Name = "fixed1";
     this.fixed1.HasWindow = false;
     // Container child fixed1.Gtk.Fixed+FixedChild
     this.colorSaturation = new global::ColorPicker.ColorSaturation ();
     this.colorSaturation.WidthRequest = 128;
     this.colorSaturation.HeightRequest = 14;
     this.colorSaturation.Name = "colorSaturation";
     this.fixed1.Add (this.colorSaturation);
     global::Gtk.Fixed.FixedChild w2 = ((global::Gtk.Fixed.FixedChild)(this.fixed1 [this.colorSaturation]));
     w2.X = 8;
     w2.Y = 168;
     // Container child fixed1.Gtk.Fixed+FixedChild
     this.colorBrightness = new global::ColorPicker.ColorBrightness ();
     this.colorBrightness.WidthRequest = 14;
     this.colorBrightness.HeightRequest = 128;
     this.colorBrightness.Name = "colorBrightness";
     this.fixed1.Add (this.colorBrightness);
     global::Gtk.Fixed.FixedChild w3 = ((global::Gtk.Fixed.FixedChild)(this.fixed1 [this.colorBrightness]));
     w3.X = 142;
     w3.Y = 30;
     // Container child fixed1.Gtk.Fixed+FixedChild
     this.colorSquare = new global::ColorPicker.ColorSquare ();
     this.colorSquare.WidthRequest = 128;
     this.colorSquare.HeightRequest = 128;
     this.colorSquare.Name = "colorSquare";
     this.fixed1.Add (this.colorSquare);
     global::Gtk.Fixed.FixedChild w4 = ((global::Gtk.Fixed.FixedChild)(this.fixed1 [this.colorSquare]));
     w4.X = 8;
     w4.Y = 30;
     // Container child fixed1.Gtk.Fixed+FixedChild
     this.UIManager.AddUiFromString ("<ui><menubar name=\'menubar1\'><menu name=\'FileAction\' action=\'FileAction\'><menuite" +
         "m name=\'CloseAction\' action=\'CloseAction\'/></menu><menu name=\'HelpAction\' action" +
         "=\'HelpAction\'><menuitem name=\'AboutAction\' action=\'AboutAction\'/></menu></menuba" +
         "r></ui>");
     this.menubar1 = ((global::Gtk.MenuBar)(this.UIManager.GetWidget ("/menubar1")));
     this.menubar1.WidthRequest = 452;
     this.menubar1.Name = "menubar1";
     this.fixed1.Add (this.menubar1);
     // Container child fixed1.Gtk.Fixed+FixedChild
     this.colorSpectrum = new global::ColorPicker.ColorSpectrum ();
     this.colorSpectrum.WidthRequest = 256;
     this.colorSpectrum.HeightRequest = 128;
     this.colorSpectrum.Name = "colorSpectrum";
     this.colorSpectrum.Red = ((ushort)(0));
     this.colorSpectrum.Green = ((ushort)(0));
     this.colorSpectrum.Blue = ((ushort)(0));
     this.fixed1.Add (this.colorSpectrum);
     global::Gtk.Fixed.FixedChild w6 = ((global::Gtk.Fixed.FixedChild)(this.fixed1 [this.colorSpectrum]));
     w6.X = 8;
     w6.Y = 220;
     // Container child fixed1.Gtk.Fixed+FixedChild
     this.redScale = new global::Gtk.HScale (null);
     this.redScale.WidthRequest = 128;
     this.redScale.CanFocus = true;
     this.redScale.Name = "redScale";
     this.redScale.Adjustment.Upper = 255D;
     this.redScale.Adjustment.PageIncrement = 10D;
     this.redScale.Adjustment.StepIncrement = 1D;
     this.redScale.Adjustment.Value = 255D;
     this.redScale.DrawValue = true;
     this.redScale.Digits = 0;
     this.redScale.ValuePos = ((global::Gtk.PositionType)(2));
     this.fixed1.Add (this.redScale);
     global::Gtk.Fixed.FixedChild w7 = ((global::Gtk.Fixed.FixedChild)(this.fixed1 [this.redScale]));
     w7.X = 276;
     w7.Y = 30;
     // Container child fixed1.Gtk.Fixed+FixedChild
     this.label1 = new global::Gtk.Label ();
     this.label1.Name = "label1";
     this.label1.LabelProp = global::Mono.Unix.Catalog.GetString ("Red");
     this.fixed1.Add (this.label1);
     global::Gtk.Fixed.FixedChild w8 = ((global::Gtk.Fixed.FixedChild)(this.fixed1 [this.label1]));
     w8.X = 233;
     w8.Y = 47;
     // Container child fixed1.Gtk.Fixed+FixedChild
     this.greenScale = new global::Gtk.HScale (null);
     this.greenScale.WidthRequest = 128;
     this.greenScale.CanFocus = true;
     this.greenScale.Name = "greenScale";
     this.greenScale.Adjustment.Upper = 255D;
     this.greenScale.Adjustment.PageIncrement = 10D;
     this.greenScale.Adjustment.StepIncrement = 1D;
     this.greenScale.Adjustment.Value = 255D;
     this.greenScale.DrawValue = true;
     this.greenScale.Digits = 0;
     this.greenScale.ValuePos = ((global::Gtk.PositionType)(2));
     this.fixed1.Add (this.greenScale);
     global::Gtk.Fixed.FixedChild w9 = ((global::Gtk.Fixed.FixedChild)(this.fixed1 [this.greenScale]));
     w9.X = 276;
     w9.Y = 74;
     // Container child fixed1.Gtk.Fixed+FixedChild
     this.label2 = new global::Gtk.Label ();
     this.label2.Name = "label2";
     this.label2.LabelProp = global::Mono.Unix.Catalog.GetString ("Green");
     this.fixed1.Add (this.label2);
     global::Gtk.Fixed.FixedChild w10 = ((global::Gtk.Fixed.FixedChild)(this.fixed1 [this.label2]));
     w10.X = 229;
     w10.Y = 89;
     // Container child fixed1.Gtk.Fixed+FixedChild
     this.blueScale = new global::Gtk.HScale (null);
     this.blueScale.WidthRequest = 128;
     this.blueScale.CanFocus = true;
     this.blueScale.Name = "blueScale";
     this.blueScale.Adjustment.Upper = 255D;
     this.blueScale.Adjustment.PageIncrement = 10D;
     this.blueScale.Adjustment.StepIncrement = 1D;
     this.blueScale.Adjustment.Value = 255D;
     this.blueScale.DrawValue = true;
     this.blueScale.Digits = 0;
     this.blueScale.ValuePos = ((global::Gtk.PositionType)(2));
     this.fixed1.Add (this.blueScale);
     global::Gtk.Fixed.FixedChild w11 = ((global::Gtk.Fixed.FixedChild)(this.fixed1 [this.blueScale]));
     w11.X = 276;
     w11.Y = 120;
     // Container child fixed1.Gtk.Fixed+FixedChild
     this.label3 = new global::Gtk.Label ();
     this.label3.Name = "label3";
     this.label3.LabelProp = global::Mono.Unix.Catalog.GetString ("Blue");
     this.fixed1.Add (this.label3);
     global::Gtk.Fixed.FixedChild w12 = ((global::Gtk.Fixed.FixedChild)(this.fixed1 [this.label3]));
     w12.X = 235;
     w12.Y = 136;
     // Container child fixed1.Gtk.Fixed+FixedChild
     this.alphaScale = new global::Gtk.HScale (null);
     this.alphaScale.WidthRequest = 128;
     this.alphaScale.CanFocus = true;
     this.alphaScale.Name = "alphaScale";
     this.alphaScale.Adjustment.Upper = 255D;
     this.alphaScale.Adjustment.PageIncrement = 10D;
     this.alphaScale.Adjustment.StepIncrement = 1D;
     this.alphaScale.Adjustment.Value = 255D;
     this.alphaScale.DrawValue = true;
     this.alphaScale.Digits = 0;
     this.alphaScale.ValuePos = ((global::Gtk.PositionType)(2));
     this.fixed1.Add (this.alphaScale);
     global::Gtk.Fixed.FixedChild w13 = ((global::Gtk.Fixed.FixedChild)(this.fixed1 [this.alphaScale]));
     w13.X = 276;
     w13.Y = 163;
     // Container child fixed1.Gtk.Fixed+FixedChild
     this.label4 = new global::Gtk.Label ();
     this.label4.Name = "label4";
     this.label4.LabelProp = global::Mono.Unix.Catalog.GetString ("Alpha");
     this.fixed1.Add (this.label4);
     global::Gtk.Fixed.FixedChild w14 = ((global::Gtk.Fixed.FixedChild)(this.fixed1 [this.label4]));
     w14.X = 230;
     w14.Y = 180;
     // Container child fixed1.Gtk.Fixed+FixedChild
     this.alphaView = new global::ColorPicker.AlphaView ();
     this.alphaView.WidthRequest = 60;
     this.alphaView.HeightRequest = 60;
     this.alphaView.Name = "alphaView";
     this.fixed1.Add (this.alphaView);
     global::Gtk.Fixed.FixedChild w15 = ((global::Gtk.Fixed.FixedChild)(this.fixed1 [this.alphaView]));
     w15.X = 280;
     w15.Y = 220;
     // Container child fixed1.Gtk.Fixed+FixedChild
     this.colorView = new global::Gtk.DrawingArea ();
     this.colorView.WidthRequest = 60;
     this.colorView.HeightRequest = 60;
     this.colorView.Name = "colorView";
     this.fixed1.Add (this.colorView);
     global::Gtk.Fixed.FixedChild w16 = ((global::Gtk.Fixed.FixedChild)(this.fixed1 [this.colorView]));
     w16.X = 280;
     w16.Y = 288;
     // Container child fixed1.Gtk.Fixed+FixedChild
     this.colorCode = new global::Gtk.Entry ();
     this.colorCode.WidthRequest = 80;
     this.colorCode.CanFocus = true;
     this.colorCode.Name = "colorCode";
     this.colorCode.Text = global::Mono.Unix.Catalog.GetString ("#FFFFFF");
     this.colorCode.IsEditable = true;
     this.colorCode.MaxLength = 7;
     this.colorCode.InvisibleChar = '●';
     this.fixed1.Add (this.colorCode);
     global::Gtk.Fixed.FixedChild w17 = ((global::Gtk.Fixed.FixedChild)(this.fixed1 [this.colorCode]));
     w17.X = 356;
     w17.Y = 305;
     // Container child fixed1.Gtk.Fixed+FixedChild
     this.aColorCode = new global::Gtk.Entry ();
     this.aColorCode.WidthRequest = 80;
     this.aColorCode.CanFocus = true;
     this.aColorCode.Name = "aColorCode";
     this.aColorCode.Text = global::Mono.Unix.Catalog.GetString ("#FFFFFFFF");
     this.aColorCode.IsEditable = true;
     this.aColorCode.MaxLength = 9;
     this.aColorCode.InvisibleChar = '●';
     this.fixed1.Add (this.aColorCode);
     global::Gtk.Fixed.FixedChild w18 = ((global::Gtk.Fixed.FixedChild)(this.fixed1 [this.aColorCode]));
     w18.X = 356;
     w18.Y = 237;
     this.Add (this.fixed1);
     if ((this.Child != null)) {
         this.Child.ShowAll ();
     }
     this.DefaultWidth = 466;
     this.DefaultHeight = 404;
     this.Show ();
     this.DeleteEvent += new global::Gtk.DeleteEventHandler (this.OnDeleteEvent);
     this.CloseAction.Activated += new global::System.EventHandler (this.OnCloseActionActivated);
     this.AboutAction.Activated += new global::System.EventHandler (this.OnAboutActionActivated);
     this.redScale.ValueChanged += new global::System.EventHandler (this.OnRedScaleValueChanged);
     this.greenScale.ValueChanged += new global::System.EventHandler (this.OnGreenScaleValueChanged);
     this.blueScale.ValueChanged += new global::System.EventHandler (this.OnBlueScaleValueChanged);
     this.alphaScale.ValueChanged += new global::System.EventHandler (this.OnAlphaScaleValueChanged);
     this.colorCode.Changed += new global::System.EventHandler (this.OnColorCodeChanged);
     this.aColorCode.Changed += new global::System.EventHandler (this.OnAColorCodeChanged);
 }
Esempio n. 55
0
 protected virtual void Build()
 {
     global::Stetic.Gui.Initialize(this);
     // Widget MainWindow
     this.Name           = "MainWindow";
     this.Title          = global::Mono.Unix.Catalog.GetString("GeneticSharp :: Runner");
     this.Icon           = new global::Gdk.Pixbuf(global::System.IO.Path.Combine(global::System.AppDomain.CurrentDomain.BaseDirectory, "./Icon.png"));
     this.WindowPosition = ((global::Gtk.WindowPosition)(1));
     this.Modal          = true;
     this.DefaultWidth   = 800;
     this.DefaultHeight  = 600;
     // Container child MainWindow.Gtk.Container+ContainerChild
     this.hbxMain             = new global::Gtk.HBox();
     this.hbxMain.Name        = "hbxMain";
     this.hbxMain.Spacing     = 10;
     this.hbxMain.BorderWidth = ((uint)(10));
     // Container child hbxMain.Gtk.Box+BoxChild
     this.drawingArea      = new global::Gtk.DrawingArea();
     this.drawingArea.Name = "drawingArea";
     this.hbxMain.Add(this.drawingArea);
     global::Gtk.Box.BoxChild w1 = ((global::Gtk.Box.BoxChild)(this.hbxMain[this.drawingArea]));
     w1.Position = 0;
     w1.Padding  = ((uint)(1));
     // Container child hbxMain.Gtk.Box+BoxChild
     this.vbxConfig         = new global::Gtk.VBox();
     this.vbxConfig.Name    = "vbxConfig";
     this.vbxConfig.Spacing = 6;
     // Container child vbxConfig.Gtk.Box+BoxChild
     this.vbxSample         = new global::Gtk.VBox();
     this.vbxSample.Name    = "vbxSample";
     this.vbxSample.Spacing = 6;
     // Container child vbxSample.Gtk.Box+BoxChild
     this.label4           = new global::Gtk.Label();
     this.label4.Name      = "label4";
     this.label4.LabelProp = global::Mono.Unix.Catalog.GetString("Problem");
     this.vbxSample.Add(this.label4);
     global::Gtk.Box.BoxChild w2 = ((global::Gtk.Box.BoxChild)(this.vbxSample[this.label4]));
     w2.Position = 0;
     w2.Expand   = false;
     w2.Fill     = false;
     // Container child vbxSample.Gtk.Box+BoxChild
     this.cmbSample      = global::Gtk.ComboBox.NewText();
     this.cmbSample.Name = "cmbSample";
     this.vbxSample.Add(this.cmbSample);
     global::Gtk.Box.BoxChild w3 = ((global::Gtk.Box.BoxChild)(this.vbxSample[this.cmbSample]));
     w3.Position = 1;
     w3.Expand   = false;
     w3.Fill     = false;
     // Container child vbxSample.Gtk.Box+BoxChild
     this.problemConfigWidgetContainer          = new global::Gtk.VPaned();
     this.problemConfigWidgetContainer.CanFocus = true;
     this.problemConfigWidgetContainer.Name     = "problemConfigWidgetContainer";
     this.problemConfigWidgetContainer.Position = 10;
     this.vbxSample.Add(this.problemConfigWidgetContainer);
     global::Gtk.Box.BoxChild w4 = ((global::Gtk.Box.BoxChild)(this.vbxSample[this.problemConfigWidgetContainer]));
     w4.Position = 2;
     this.vbxConfig.Add(this.vbxSample);
     global::Gtk.Box.BoxChild w5 = ((global::Gtk.Box.BoxChild)(this.vbxConfig[this.vbxSample]));
     w5.Position = 0;
     // Container child vbxConfig.Gtk.Box+BoxChild
     this.vbxGA = new global::Gtk.VBox();
     this.vbxGA.WidthRequest = 250;
     this.vbxGA.Name         = "vbxGA";
     this.vbxGA.Spacing      = 6;
     // Container child vbxGA.Gtk.Box+BoxChild
     this.vbbSample      = new global::Gtk.VButtonBox();
     this.vbbSample.Name = "vbbSample";
     this.vbxGA.Add(this.vbbSample);
     global::Gtk.Box.BoxChild w6 = ((global::Gtk.Box.BoxChild)(this.vbxGA[this.vbbSample]));
     w6.Position = 0;
     // Container child vbxGA.Gtk.Box+BoxChild
     this.hseparator1      = new global::Gtk.HSeparator();
     this.hseparator1.Name = "hseparator1";
     this.vbxGA.Add(this.hseparator1);
     global::Gtk.Box.BoxChild w7 = ((global::Gtk.Box.BoxChild)(this.vbxGA[this.hseparator1]));
     w7.Position = 1;
     w7.Expand   = false;
     w7.Fill     = false;
     // Container child vbxGA.Gtk.Box+BoxChild
     this.label1           = new global::Gtk.Label();
     this.label1.Name      = "label1";
     this.label1.LabelProp = global::Mono.Unix.Catalog.GetString("Population size");
     this.vbxGA.Add(this.label1);
     global::Gtk.Box.BoxChild w8 = ((global::Gtk.Box.BoxChild)(this.vbxGA[this.label1]));
     w8.Position = 2;
     w8.Expand   = false;
     w8.Fill     = false;
     // Container child vbxGA.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("Min");
     this.hbox2.Add(this.label2);
     global::Gtk.Box.BoxChild w9 = ((global::Gtk.Box.BoxChild)(this.hbox2[this.label2]));
     w9.Position = 0;
     w9.Expand   = false;
     w9.Fill     = false;
     // Container child hbox2.Gtk.Box+BoxChild
     this.sbtPopulationMinSize          = new global::Gtk.SpinButton(2D, 10000D, 1D);
     this.sbtPopulationMinSize.CanFocus = true;
     this.sbtPopulationMinSize.Name     = "sbtPopulationMinSize";
     this.sbtPopulationMinSize.Adjustment.PageIncrement = 10D;
     this.sbtPopulationMinSize.ClimbRate = 1D;
     this.sbtPopulationMinSize.Numeric   = true;
     this.sbtPopulationMinSize.Value     = 50D;
     this.hbox2.Add(this.sbtPopulationMinSize);
     global::Gtk.Box.BoxChild w10 = ((global::Gtk.Box.BoxChild)(this.hbox2[this.sbtPopulationMinSize]));
     w10.Position = 1;
     w10.Expand   = false;
     w10.Fill     = false;
     w10.Padding  = ((uint)(3));
     // Container child hbox2.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("Max");
     this.hbox3.Add(this.label3);
     global::Gtk.Box.BoxChild w11 = ((global::Gtk.Box.BoxChild)(this.hbox3[this.label3]));
     w11.Position = 0;
     w11.Expand   = false;
     w11.Fill     = false;
     // Container child hbox3.Gtk.Box+BoxChild
     this.sbtPopulationMaxSize          = new global::Gtk.SpinButton(2D, 10000D, 1D);
     this.sbtPopulationMaxSize.CanFocus = true;
     this.sbtPopulationMaxSize.Name     = "sbtPopulationMaxSize";
     this.sbtPopulationMaxSize.Adjustment.PageIncrement = 10D;
     this.sbtPopulationMaxSize.ClimbRate = 1D;
     this.sbtPopulationMaxSize.Numeric   = true;
     this.sbtPopulationMaxSize.Value     = 70D;
     this.hbox3.Add(this.sbtPopulationMaxSize);
     global::Gtk.Box.BoxChild w12 = ((global::Gtk.Box.BoxChild)(this.hbox3[this.sbtPopulationMaxSize]));
     w12.Position = 1;
     w12.Expand   = false;
     w12.Fill     = false;
     this.hbox2.Add(this.hbox3);
     global::Gtk.Box.BoxChild w13 = ((global::Gtk.Box.BoxChild)(this.hbox2[this.hbox3]));
     w13.PackType = ((global::Gtk.PackType)(1));
     w13.Position = 2;
     w13.Expand   = false;
     w13.Fill     = false;
     this.vbxGA.Add(this.hbox2);
     global::Gtk.Box.BoxChild w14 = ((global::Gtk.Box.BoxChild)(this.vbxGA[this.hbox2]));
     w14.Position = 3;
     w14.Expand   = false;
     w14.Fill     = false;
     // Container child vbxGA.Gtk.Box+BoxChild
     this.hbox11         = new global::Gtk.HBox();
     this.hbox11.Name    = "hbox11";
     this.hbox11.Spacing = 6;
     // Container child hbox11.Gtk.Box+BoxChild
     this.cmbGenerationStrategy = global::Gtk.ComboBox.NewText();
     this.cmbGenerationStrategy.WidthRequest = 200;
     this.cmbGenerationStrategy.Name         = "cmbGenerationStrategy";
     this.hbox11.Add(this.cmbGenerationStrategy);
     global::Gtk.Box.BoxChild w15 = ((global::Gtk.Box.BoxChild)(this.hbox11[this.cmbGenerationStrategy]));
     w15.Position = 0;
     w15.Expand   = false;
     w15.Fill     = false;
     // Container child hbox11.Gtk.Box+BoxChild
     this.btnEditGenerationStrategy              = new global::Gtk.Button();
     this.btnEditGenerationStrategy.CanFocus     = true;
     this.btnEditGenerationStrategy.Name         = "btnEditGenerationStrategy";
     this.btnEditGenerationStrategy.UseUnderline = true;
     this.btnEditGenerationStrategy.Label        = global::Mono.Unix.Catalog.GetString("Edit");
     this.hbox11.Add(this.btnEditGenerationStrategy);
     global::Gtk.Box.BoxChild w16 = ((global::Gtk.Box.BoxChild)(this.hbox11[this.btnEditGenerationStrategy]));
     w16.Position = 1;
     w16.Expand   = false;
     w16.Fill     = false;
     this.vbxGA.Add(this.hbox11);
     global::Gtk.Box.BoxChild w17 = ((global::Gtk.Box.BoxChild)(this.vbxGA[this.hbox11]));
     w17.Position = 4;
     w17.Expand   = false;
     w17.Fill     = false;
     // Container child vbxGA.Gtk.Box+BoxChild
     this.hseparator2      = new global::Gtk.HSeparator();
     this.hseparator2.Name = "hseparator2";
     this.vbxGA.Add(this.hseparator2);
     global::Gtk.Box.BoxChild w18 = ((global::Gtk.Box.BoxChild)(this.vbxGA[this.hseparator2]));
     w18.Position = 5;
     w18.Expand   = false;
     w18.Fill     = false;
     // Container child vbxGA.Gtk.Box+BoxChild
     this.label5           = new global::Gtk.Label();
     this.label5.Name      = "label5";
     this.label5.LabelProp = global::Mono.Unix.Catalog.GetString("Selection");
     this.vbxGA.Add(this.label5);
     global::Gtk.Box.BoxChild w19 = ((global::Gtk.Box.BoxChild)(this.vbxGA[this.label5]));
     w19.Position = 6;
     w19.Expand   = false;
     w19.Fill     = false;
     // Container child vbxGA.Gtk.Box+BoxChild
     this.hbox5         = new global::Gtk.HBox();
     this.hbox5.Name    = "hbox5";
     this.hbox5.Spacing = 6;
     // Container child hbox5.Gtk.Box+BoxChild
     this.cmbSelection = global::Gtk.ComboBox.NewText();
     this.cmbSelection.WidthRequest = 200;
     this.cmbSelection.Name         = "cmbSelection";
     this.hbox5.Add(this.cmbSelection);
     global::Gtk.Box.BoxChild w20 = ((global::Gtk.Box.BoxChild)(this.hbox5[this.cmbSelection]));
     w20.Position = 0;
     w20.Expand   = false;
     w20.Fill     = false;
     // Container child hbox5.Gtk.Box+BoxChild
     this.btnEditSelection              = new global::Gtk.Button();
     this.btnEditSelection.CanFocus     = true;
     this.btnEditSelection.Name         = "btnEditSelection";
     this.btnEditSelection.UseUnderline = true;
     this.btnEditSelection.Label        = global::Mono.Unix.Catalog.GetString("Edit");
     this.hbox5.Add(this.btnEditSelection);
     global::Gtk.Box.BoxChild w21 = ((global::Gtk.Box.BoxChild)(this.hbox5[this.btnEditSelection]));
     w21.Position = 1;
     w21.Expand   = false;
     w21.Fill     = false;
     this.vbxGA.Add(this.hbox5);
     global::Gtk.Box.BoxChild w22 = ((global::Gtk.Box.BoxChild)(this.vbxGA[this.hbox5]));
     w22.Position = 7;
     w22.Expand   = false;
     w22.Fill     = false;
     // Container child vbxGA.Gtk.Box+BoxChild
     this.hseparator4      = new global::Gtk.HSeparator();
     this.hseparator4.Name = "hseparator4";
     this.vbxGA.Add(this.hseparator4);
     global::Gtk.Box.BoxChild w23 = ((global::Gtk.Box.BoxChild)(this.vbxGA[this.hseparator4]));
     w23.Position = 8;
     w23.Expand   = false;
     w23.Fill     = false;
     // Container child vbxGA.Gtk.Box+BoxChild
     this.label7           = new global::Gtk.Label();
     this.label7.Name      = "label7";
     this.label7.LabelProp = global::Mono.Unix.Catalog.GetString("Crossover");
     this.vbxGA.Add(this.label7);
     global::Gtk.Box.BoxChild w24 = ((global::Gtk.Box.BoxChild)(this.vbxGA[this.label7]));
     w24.Position = 9;
     w24.Expand   = false;
     w24.Fill     = false;
     // Container child vbxGA.Gtk.Box+BoxChild
     this.hbox9         = new global::Gtk.HBox();
     this.hbox9.Name    = "hbox9";
     this.hbox9.Spacing = 6;
     // Container child hbox9.Gtk.Box+BoxChild
     this.label10           = new global::Gtk.Label();
     this.label10.Name      = "label10";
     this.label10.LabelProp = global::Mono.Unix.Catalog.GetString("Probability");
     this.hbox9.Add(this.label10);
     global::Gtk.Box.BoxChild w25 = ((global::Gtk.Box.BoxChild)(this.hbox9[this.label10]));
     w25.Position = 0;
     w25.Expand   = false;
     w25.Fill     = false;
     // Container child hbox9.Gtk.Box+BoxChild
     this.hslCrossoverProbability                          = new global::Gtk.HScale(null);
     this.hslCrossoverProbability.CanFocus                 = true;
     this.hslCrossoverProbability.Name                     = "hslCrossoverProbability";
     this.hslCrossoverProbability.Adjustment.Upper         = 1.1D;
     this.hslCrossoverProbability.Adjustment.PageIncrement = 0.1D;
     this.hslCrossoverProbability.Adjustment.PageSize      = 0.1D;
     this.hslCrossoverProbability.Adjustment.StepIncrement = 0.01D;
     this.hslCrossoverProbability.Adjustment.Value         = 0.01D;
     this.hslCrossoverProbability.DrawValue                = true;
     this.hslCrossoverProbability.Digits                   = 2;
     this.hslCrossoverProbability.ValuePos                 = ((global::Gtk.PositionType)(2));
     this.hbox9.Add(this.hslCrossoverProbability);
     global::Gtk.Box.BoxChild w26 = ((global::Gtk.Box.BoxChild)(this.hbox9[this.hslCrossoverProbability]));
     w26.Position = 1;
     this.vbxGA.Add(this.hbox9);
     global::Gtk.Box.BoxChild w27 = ((global::Gtk.Box.BoxChild)(this.vbxGA[this.hbox9]));
     w27.Position = 10;
     w27.Expand   = false;
     w27.Fill     = false;
     // Container child vbxGA.Gtk.Box+BoxChild
     this.hbox6         = new global::Gtk.HBox();
     this.hbox6.Name    = "hbox6";
     this.hbox6.Spacing = 6;
     // Container child hbox6.Gtk.Box+BoxChild
     this.cmbCrossover = global::Gtk.ComboBox.NewText();
     this.cmbCrossover.WidthRequest = 200;
     this.cmbCrossover.Name         = "cmbCrossover";
     this.hbox6.Add(this.cmbCrossover);
     global::Gtk.Box.BoxChild w28 = ((global::Gtk.Box.BoxChild)(this.hbox6[this.cmbCrossover]));
     w28.Position = 0;
     w28.Expand   = false;
     w28.Fill     = false;
     // Container child hbox6.Gtk.Box+BoxChild
     this.btnEditCrossover              = new global::Gtk.Button();
     this.btnEditCrossover.CanFocus     = true;
     this.btnEditCrossover.Name         = "btnEditCrossover";
     this.btnEditCrossover.UseUnderline = true;
     this.btnEditCrossover.Label        = global::Mono.Unix.Catalog.GetString("Edit");
     this.hbox6.Add(this.btnEditCrossover);
     global::Gtk.Box.BoxChild w29 = ((global::Gtk.Box.BoxChild)(this.hbox6[this.btnEditCrossover]));
     w29.Position = 1;
     w29.Expand   = false;
     w29.Fill     = false;
     this.vbxGA.Add(this.hbox6);
     global::Gtk.Box.BoxChild w30 = ((global::Gtk.Box.BoxChild)(this.vbxGA[this.hbox6]));
     w30.Position = 11;
     w30.Expand   = false;
     w30.Fill     = false;
     // Container child vbxGA.Gtk.Box+BoxChild
     this.hseparator5      = new global::Gtk.HSeparator();
     this.hseparator5.Name = "hseparator5";
     this.vbxGA.Add(this.hseparator5);
     global::Gtk.Box.BoxChild w31 = ((global::Gtk.Box.BoxChild)(this.vbxGA[this.hseparator5]));
     w31.Position = 12;
     w31.Expand   = false;
     w31.Fill     = false;
     // Container child vbxGA.Gtk.Box+BoxChild
     this.label8           = new global::Gtk.Label();
     this.label8.Name      = "label8";
     this.label8.LabelProp = global::Mono.Unix.Catalog.GetString("Mutation");
     this.vbxGA.Add(this.label8);
     global::Gtk.Box.BoxChild w32 = ((global::Gtk.Box.BoxChild)(this.vbxGA[this.label8]));
     w32.Position = 13;
     w32.Expand   = false;
     w32.Fill     = false;
     // Container child vbxGA.Gtk.Box+BoxChild
     this.hbox8         = new global::Gtk.HBox();
     this.hbox8.Name    = "hbox8";
     this.hbox8.Spacing = 6;
     // Container child hbox8.Gtk.Box+BoxChild
     this.label9           = new global::Gtk.Label();
     this.label9.Name      = "label9";
     this.label9.LabelProp = global::Mono.Unix.Catalog.GetString("Probability");
     this.hbox8.Add(this.label9);
     global::Gtk.Box.BoxChild w33 = ((global::Gtk.Box.BoxChild)(this.hbox8[this.label9]));
     w33.Position = 0;
     w33.Expand   = false;
     w33.Fill     = false;
     // Container child hbox8.Gtk.Box+BoxChild
     this.hslMutationProbability                          = new global::Gtk.HScale(null);
     this.hslMutationProbability.CanFocus                 = true;
     this.hslMutationProbability.Name                     = "hslMutationProbability";
     this.hslMutationProbability.Adjustment.Upper         = 1.1D;
     this.hslMutationProbability.Adjustment.PageIncrement = 0.1D;
     this.hslMutationProbability.Adjustment.PageSize      = 0.1D;
     this.hslMutationProbability.Adjustment.StepIncrement = 0.01D;
     this.hslMutationProbability.DrawValue                = true;
     this.hslMutationProbability.Digits                   = 2;
     this.hslMutationProbability.ValuePos                 = ((global::Gtk.PositionType)(2));
     this.hbox8.Add(this.hslMutationProbability);
     global::Gtk.Box.BoxChild w34 = ((global::Gtk.Box.BoxChild)(this.hbox8[this.hslMutationProbability]));
     w34.Position = 1;
     this.vbxGA.Add(this.hbox8);
     global::Gtk.Box.BoxChild w35 = ((global::Gtk.Box.BoxChild)(this.vbxGA[this.hbox8]));
     w35.Position = 14;
     w35.Expand   = false;
     w35.Fill     = false;
     // Container child vbxGA.Gtk.Box+BoxChild
     this.hbox7         = new global::Gtk.HBox();
     this.hbox7.Name    = "hbox7";
     this.hbox7.Spacing = 6;
     // Container child hbox7.Gtk.Box+BoxChild
     this.cmbMutation = global::Gtk.ComboBox.NewText();
     this.cmbMutation.WidthRequest = 200;
     this.cmbMutation.Name         = "cmbMutation";
     this.hbox7.Add(this.cmbMutation);
     global::Gtk.Box.BoxChild w36 = ((global::Gtk.Box.BoxChild)(this.hbox7[this.cmbMutation]));
     w36.Position = 0;
     w36.Expand   = false;
     w36.Fill     = false;
     // Container child hbox7.Gtk.Box+BoxChild
     this.btnEditMutation              = new global::Gtk.Button();
     this.btnEditMutation.CanFocus     = true;
     this.btnEditMutation.Name         = "btnEditMutation";
     this.btnEditMutation.UseUnderline = true;
     this.btnEditMutation.Label        = global::Mono.Unix.Catalog.GetString("Edit");
     this.hbox7.Add(this.btnEditMutation);
     global::Gtk.Box.BoxChild w37 = ((global::Gtk.Box.BoxChild)(this.hbox7[this.btnEditMutation]));
     w37.Position = 1;
     w37.Expand   = false;
     w37.Fill     = false;
     this.vbxGA.Add(this.hbox7);
     global::Gtk.Box.BoxChild w38 = ((global::Gtk.Box.BoxChild)(this.vbxGA[this.hbox7]));
     w38.Position = 15;
     w38.Expand   = false;
     w38.Fill     = false;
     // Container child vbxGA.Gtk.Box+BoxChild
     this.hseparator3      = new global::Gtk.HSeparator();
     this.hseparator3.Name = "hseparator3";
     this.vbxGA.Add(this.hseparator3);
     global::Gtk.Box.BoxChild w39 = ((global::Gtk.Box.BoxChild)(this.vbxGA[this.hseparator3]));
     w39.Position = 16;
     w39.Expand   = false;
     w39.Fill     = false;
     // Container child vbxGA.Gtk.Box+BoxChild
     this.label12           = new global::Gtk.Label();
     this.label12.Name      = "label12";
     this.label12.LabelProp = global::Mono.Unix.Catalog.GetString("Reinsertion");
     this.vbxGA.Add(this.label12);
     global::Gtk.Box.BoxChild w40 = ((global::Gtk.Box.BoxChild)(this.vbxGA[this.label12]));
     w40.Position = 17;
     w40.Expand   = false;
     w40.Fill     = false;
     // Container child vbxGA.Gtk.Box+BoxChild
     this.hbox12         = new global::Gtk.HBox();
     this.hbox12.Name    = "hbox12";
     this.hbox12.Spacing = 6;
     // Container child hbox12.Gtk.Box+BoxChild
     this.cmbTermination1 = global::Gtk.ComboBox.NewText();
     this.cmbTermination1.WidthRequest = 200;
     this.cmbTermination1.Name         = "cmbTermination1";
     this.hbox12.Add(this.cmbTermination1);
     global::Gtk.Box.BoxChild w41 = ((global::Gtk.Box.BoxChild)(this.hbox12[this.cmbTermination1]));
     w41.Position = 0;
     w41.Expand   = false;
     w41.Fill     = false;
     // Container child hbox12.Gtk.Box+BoxChild
     this.btnEditReinsertion              = new global::Gtk.Button();
     this.btnEditReinsertion.CanFocus     = true;
     this.btnEditReinsertion.Name         = "btnEditReinsertion";
     this.btnEditReinsertion.UseUnderline = true;
     this.btnEditReinsertion.Label        = global::Mono.Unix.Catalog.GetString("Edit");
     this.hbox12.Add(this.btnEditReinsertion);
     global::Gtk.Box.BoxChild w42 = ((global::Gtk.Box.BoxChild)(this.hbox12[this.btnEditReinsertion]));
     w42.Position = 1;
     w42.Expand   = false;
     w42.Fill     = false;
     this.vbxGA.Add(this.hbox12);
     global::Gtk.Box.BoxChild w43 = ((global::Gtk.Box.BoxChild)(this.vbxGA[this.hbox12]));
     w43.Position = 18;
     w43.Expand   = false;
     w43.Fill     = false;
     // Container child vbxGA.Gtk.Box+BoxChild
     this.label11           = new global::Gtk.Label();
     this.label11.Name      = "label11";
     this.label11.LabelProp = global::Mono.Unix.Catalog.GetString("Termination");
     this.vbxGA.Add(this.label11);
     global::Gtk.Box.BoxChild w44 = ((global::Gtk.Box.BoxChild)(this.vbxGA[this.label11]));
     w44.Position = 19;
     w44.Expand   = false;
     w44.Fill     = false;
     // Container child vbxGA.Gtk.Box+BoxChild
     this.hbox10         = new global::Gtk.HBox();
     this.hbox10.Name    = "hbox10";
     this.hbox10.Spacing = 6;
     // Container child hbox10.Gtk.Box+BoxChild
     this.cmbTermination = global::Gtk.ComboBox.NewText();
     this.cmbTermination.WidthRequest = 200;
     this.cmbTermination.Name         = "cmbTermination";
     this.hbox10.Add(this.cmbTermination);
     global::Gtk.Box.BoxChild w45 = ((global::Gtk.Box.BoxChild)(this.hbox10[this.cmbTermination]));
     w45.Position = 0;
     w45.Expand   = false;
     w45.Fill     = false;
     // Container child hbox10.Gtk.Box+BoxChild
     this.btnEditTermination              = new global::Gtk.Button();
     this.btnEditTermination.CanFocus     = true;
     this.btnEditTermination.Name         = "btnEditTermination";
     this.btnEditTermination.UseUnderline = true;
     this.btnEditTermination.Label        = global::Mono.Unix.Catalog.GetString("Edit");
     this.hbox10.Add(this.btnEditTermination);
     global::Gtk.Box.BoxChild w46 = ((global::Gtk.Box.BoxChild)(this.hbox10[this.btnEditTermination]));
     w46.Position = 1;
     w46.Expand   = false;
     w46.Fill     = false;
     this.vbxGA.Add(this.hbox10);
     global::Gtk.Box.BoxChild w47 = ((global::Gtk.Box.BoxChild)(this.vbxGA[this.hbox10]));
     w47.Position = 20;
     w47.Expand   = false;
     w47.Fill     = false;
     // Container child vbxGA.Gtk.Box+BoxChild
     this.hseparator6      = new global::Gtk.HSeparator();
     this.hseparator6.Name = "hseparator6";
     this.vbxGA.Add(this.hseparator6);
     global::Gtk.Box.BoxChild w48 = ((global::Gtk.Box.BoxChild)(this.vbxGA[this.hseparator6]));
     w48.Position = 21;
     w48.Expand   = false;
     w48.Fill     = false;
     this.vbxConfig.Add(this.vbxGA);
     global::Gtk.Box.BoxChild w49 = ((global::Gtk.Box.BoxChild)(this.vbxConfig[this.vbxGA]));
     w49.Position = 1;
     // Container child vbxConfig.Gtk.Box+BoxChild
     this.btnStart              = new global::Gtk.Button();
     this.btnStart.CanFocus     = true;
     this.btnStart.Name         = "btnStart";
     this.btnStart.UseUnderline = true;
     this.btnStart.Label        = global::Mono.Unix.Catalog.GetString("_Start");
     this.vbxConfig.Add(this.btnStart);
     global::Gtk.Box.BoxChild w50 = ((global::Gtk.Box.BoxChild)(this.vbxConfig[this.btnStart]));
     w50.Position = 2;
     w50.Expand   = false;
     w50.Fill     = false;
     // Container child vbxConfig.Gtk.Box+BoxChild
     this.btnNew              = new global::Gtk.Button();
     this.btnNew.CanFocus     = true;
     this.btnNew.Name         = "btnNew";
     this.btnNew.UseUnderline = true;
     this.btnNew.Label        = global::Mono.Unix.Catalog.GetString("_New");
     this.vbxConfig.Add(this.btnNew);
     global::Gtk.Box.BoxChild w51 = ((global::Gtk.Box.BoxChild)(this.vbxConfig[this.btnNew]));
     w51.Position = 3;
     w51.Expand   = false;
     w51.Fill     = false;
     // Container child vbxConfig.Gtk.Box+BoxChild
     this.btnStop              = new global::Gtk.Button();
     this.btnStop.CanFocus     = true;
     this.btnStop.Name         = "btnStop";
     this.btnStop.UseUnderline = true;
     this.btnStop.Label        = global::Mono.Unix.Catalog.GetString("_Stop");
     this.vbxConfig.Add(this.btnStop);
     global::Gtk.Box.BoxChild w52 = ((global::Gtk.Box.BoxChild)(this.vbxConfig[this.btnStop]));
     w52.Position = 4;
     w52.Expand   = false;
     w52.Fill     = false;
     // Container child vbxConfig.Gtk.Box+BoxChild
     this.btnResume              = new global::Gtk.Button();
     this.btnResume.CanFocus     = true;
     this.btnResume.Name         = "btnResume";
     this.btnResume.UseUnderline = true;
     this.btnResume.Label        = global::Mono.Unix.Catalog.GetString("_Resume");
     this.vbxConfig.Add(this.btnResume);
     global::Gtk.Box.BoxChild w53 = ((global::Gtk.Box.BoxChild)(this.vbxConfig[this.btnResume]));
     w53.Position = 5;
     w53.Expand   = false;
     w53.Fill     = false;
     this.hbxMain.Add(this.vbxConfig);
     global::Gtk.Box.BoxChild w54 = ((global::Gtk.Box.BoxChild)(this.hbxMain[this.vbxConfig]));
     w54.Position = 1;
     w54.Expand   = false;
     w54.Fill     = false;
     this.Add(this.hbxMain);
     if ((this.Child != null))
     {
         this.Child.ShowAll();
     }
     this.btnResume.Hide();
     this.Show();
     this.DeleteEvent += new global::Gtk.DeleteEventHandler(this.OnDeleteEvent);
 }
 protected virtual void Build()
 {
     global::Stetic.Gui.Initialize (this);
     // Widget LongoMatch.Gui.CapturerBin
     global::Stetic.BinContainer.Attach (this);
     this.Name = "LongoMatch.Gui.CapturerBin";
     // Container child LongoMatch.Gui.CapturerBin.Gtk.Container+ContainerChild
     this.vbox1 = new global::Gtk.VBox ();
     this.vbox1.Name = "vbox1";
     this.vbox1.Spacing = 6;
     // Container child vbox1.Gtk.Box+BoxChild
     this.capturerhbox = new global::Gtk.HBox ();
     this.capturerhbox.Name = "capturerhbox";
     this.capturerhbox.Spacing = 6;
     this.vbox1.Add (this.capturerhbox);
     global::Gtk.Box.BoxChild w1 = ((global::Gtk.Box.BoxChild)(this.vbox1[this.capturerhbox]));
     w1.Position = 0;
     // Container child vbox1.Gtk.Box+BoxChild
     this.logodrawingarea = new global::Gtk.DrawingArea ();
     this.logodrawingarea.Name = "logodrawingarea";
     this.vbox1.Add (this.logodrawingarea);
     global::Gtk.Box.BoxChild w2 = ((global::Gtk.Box.BoxChild)(this.vbox1[this.logodrawingarea]));
     w2.Position = 1;
     // 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.buttonsbox = new global::Gtk.HBox ();
     this.buttonsbox.Name = "buttonsbox";
     this.buttonsbox.Spacing = 6;
     // Container child buttonsbox.Gtk.Box+BoxChild
     this.recbutton = new global::Gtk.Button ();
     this.recbutton.TooltipMarkup = "Start or continue capture";
     this.recbutton.Name = "recbutton";
     this.recbutton.UseUnderline = true;
     // Container child recbutton.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-media-record", global::Gtk.IconSize.Dialog);
     w4.Add (w5);
     // Container child GtkHBox.Gtk.Container+ContainerChild
     global::Gtk.Label w7 = new global::Gtk.Label ();
     w4.Add (w7);
     w3.Add (w4);
     this.recbutton.Add (w3);
     this.buttonsbox.Add (this.recbutton);
     global::Gtk.Box.BoxChild w11 = ((global::Gtk.Box.BoxChild)(this.buttonsbox[this.recbutton]));
     w11.Position = 0;
     w11.Expand = false;
     w11.Fill = false;
     // Container child buttonsbox.Gtk.Box+BoxChild
     this.pausebutton = new global::Gtk.Button ();
     this.pausebutton.TooltipMarkup = "Pause capture";
     this.pausebutton.Name = "pausebutton";
     this.pausebutton.UseUnderline = true;
     // Container child pausebutton.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-media-pause", global::Gtk.IconSize.Dialog);
     w13.Add (w14);
     // Container child GtkHBox.Gtk.Container+ContainerChild
     global::Gtk.Label w16 = new global::Gtk.Label ();
     w13.Add (w16);
     w12.Add (w13);
     this.pausebutton.Add (w12);
     this.buttonsbox.Add (this.pausebutton);
     global::Gtk.Box.BoxChild w20 = ((global::Gtk.Box.BoxChild)(this.buttonsbox[this.pausebutton]));
     w20.Position = 1;
     w20.Expand = false;
     w20.Fill = false;
     // Container child buttonsbox.Gtk.Box+BoxChild
     this.stopbutton = new global::Gtk.Button ();
     this.stopbutton.TooltipMarkup = "Stop and close capture";
     this.stopbutton.Name = "stopbutton";
     this.stopbutton.UseUnderline = true;
     // Container child stopbutton.Gtk.Container+ContainerChild
     global::Gtk.Alignment w21 = new global::Gtk.Alignment (0.5f, 0.5f, 0f, 0f);
     // Container child GtkAlignment.Gtk.Container+ContainerChild
     global::Gtk.HBox w22 = new global::Gtk.HBox ();
     w22.Spacing = 2;
     // Container child GtkHBox.Gtk.Container+ContainerChild
     global::Gtk.Image w23 = new global::Gtk.Image ();
     w23.Pixbuf = global::Stetic.IconLoader.LoadIcon (this, "gtk-media-stop", global::Gtk.IconSize.Dialog);
     w22.Add (w23);
     // Container child GtkHBox.Gtk.Container+ContainerChild
     global::Gtk.Label w25 = new global::Gtk.Label ();
     w22.Add (w25);
     w21.Add (w22);
     this.stopbutton.Add (w21);
     this.buttonsbox.Add (this.stopbutton);
     global::Gtk.Box.BoxChild w29 = ((global::Gtk.Box.BoxChild)(this.buttonsbox[this.stopbutton]));
     w29.Position = 2;
     w29.Expand = false;
     w29.Fill = false;
     // Container child buttonsbox.Gtk.Box+BoxChild
     this.snapshotbutton = new global::Gtk.Button ();
     this.snapshotbutton.CanFocus = true;
     this.snapshotbutton.Name = "snapshotbutton";
     this.snapshotbutton.UseUnderline = true;
     // Container child snapshotbutton.Gtk.Container+ContainerChild
     global::Gtk.Alignment w30 = new global::Gtk.Alignment (0.5f, 0.5f, 0f, 0f);
     // Container child GtkAlignment.Gtk.Container+ContainerChild
     global::Gtk.HBox w31 = new global::Gtk.HBox ();
     w31.Spacing = 2;
     // Container child GtkHBox.Gtk.Container+ContainerChild
     global::Gtk.Image w32 = new global::Gtk.Image ();
     w32.Pixbuf = global::Stetic.IconLoader.LoadIcon (this, "stock_about", global::Gtk.IconSize.Button);
     //w31.Add (w32);
     // Container child GtkHBox.Gtk.Container+ContainerChild
     global::Gtk.Label w34 = new global::Gtk.Label ();
     w34.LabelProp = global::Mono.Unix.Catalog.GetString ("Take _snaphot");
     w34.UseUnderline = true;
     w31.Add (w34);
     w30.Add (w31);
     this.snapshotbutton.Add (w30);
     this.buttonsbox.Add (this.snapshotbutton);
     global::Gtk.Box.BoxChild w38 = ((global::Gtk.Box.BoxChild)(this.buttonsbox[this.snapshotbutton]));
     w38.Position = 3;
     w38.Expand = false;
     w38.Fill = false;
     this.hbox2.Add (this.buttonsbox);
     global::Gtk.Box.BoxChild w39 = ((global::Gtk.Box.BoxChild)(this.hbox2[this.buttonsbox]));
     w39.Position = 0;
     w39.Expand = false;
     w39.Fill = false;
     // Container child hbox2.Gtk.Box+BoxChild
     this.timelabel = new global::Gtk.Label ();
     this.timelabel.Name = "timelabel";
     this.timelabel.Xalign = 1f;
     this.timelabel.LabelProp = "Time: 0:00:00";
     this.hbox2.Add (this.timelabel);
     global::Gtk.Box.BoxChild w40 = ((global::Gtk.Box.BoxChild)(this.hbox2[this.timelabel]));
     w40.PackType = ((global::Gtk.PackType)(1));
     w40.Position = 1;
     w40.Expand = false;
     this.vbox1.Add (this.hbox2);
     global::Gtk.Box.BoxChild w41 = ((global::Gtk.Box.BoxChild)(this.vbox1[this.hbox2]));
     w41.Position = 2;
     w41.Expand = false;
     w41.Fill = false;
     this.Add (this.vbox1);
     if ((this.Child != null)) {
         this.Child.ShowAll ();
     }
     this.pausebutton.Hide ();
     this.stopbutton.Hide ();
     this.Show ();
     this.logodrawingarea.ExposeEvent += new global::Gtk.ExposeEventHandler (this.OnLogodrawingareaExposeEvent);
     this.recbutton.Clicked += new global::System.EventHandler (this.OnRecbuttonClicked);
     this.pausebutton.Clicked += new global::System.EventHandler (this.OnPausebuttonClicked);
     this.stopbutton.Clicked += new global::System.EventHandler (this.OnStopbuttonClicked);
     this.snapshotbutton.Clicked += new global::System.EventHandler (this.OnSnapshotbuttonClicked);
 }
Esempio n. 57
0
 protected virtual void Build()
 {
     global::Stetic.Gui.Initialize(this);
     // Widget lab07.MainWindow
     this.UIManager = new global::Gtk.UIManager();
     global::Gtk.ActionGroup w1 = new global::Gtk.ActionGroup("Default");
     this.openAction            = new global::Gtk.Action("openAction", global::Mono.Unix.Catalog.GetString("Открыть"), null, "gtk-open");
     this.openAction.ShortLabel = global::Mono.Unix.Catalog.GetString("Открыть");
     w1.Add(this.openAction, "<Primary><Mod2>o");
     this.saveAsAction            = new global::Gtk.Action("saveAsAction", global::Mono.Unix.Catalog.GetString("Сохранить схему"), null, "gtk-save-as");
     this.saveAsAction.ShortLabel = global::Mono.Unix.Catalog.GetString("Сохранить схему");
     w1.Add(this.saveAsAction, "<Primary><Mod2>s");
     this.convertAction            = new global::Gtk.Action("convertAction", global::Mono.Unix.Catalog.GetString("Сохранить картинку"), null, "gtk-convert");
     this.convertAction.ShortLabel = global::Mono.Unix.Catalog.GetString("Сохранить картинку");
     w1.Add(this.convertAction, "<Primary><Alt><Mod2>s");
     this.indexAction            = new global::Gtk.Action("indexAction", global::Mono.Unix.Catalog.GetString("Сохранить журнал"), null, "gtk-index");
     this.indexAction.ShortLabel = global::Mono.Unix.Catalog.GetString("Сохранить журнал");
     w1.Add(this.indexAction, "<Alt><Mod2>s");
     this.quitAction            = new global::Gtk.Action("quitAction", global::Mono.Unix.Catalog.GetString("Выйти"), null, "gtk-quit");
     this.quitAction.ShortLabel = global::Mono.Unix.Catalog.GetString("Выйти");
     w1.Add(this.quitAction, "<Primary><Mod2>q");
     this.UIManager.InsertActionGroup(w1, 0);
     this.AddAccelGroup(this.UIManager.AccelGroup);
     this.Name           = "lab07.MainWindow";
     this.Title          = global::Mono.Unix.Catalog.GetString("MainWindow");
     this.WindowPosition = ((global::Gtk.WindowPosition)(4));
     // Container child lab07.MainWindow.Gtk.Container+ContainerChild
     this.vpaned          = new global::Gtk.VPaned();
     this.vpaned.CanFocus = true;
     this.vpaned.Name     = "vpaned";
     this.vpaned.Position = 320;
     // Container child vpaned.Gtk.Paned+PanedChild
     this.vboxUp         = new global::Gtk.VBox();
     this.vboxUp.Name    = "vboxUp";
     this.vboxUp.Spacing = 6;
     // Container child vboxUp.Gtk.Box+BoxChild
     this.UIManager.AddUiFromString(@"<ui><toolbar name='toolBar'><toolitem name='openAction' action='openAction'/><toolitem name='saveAsAction' action='saveAsAction'/><toolitem name='convertAction' action='convertAction'/><toolitem name='indexAction' action='indexAction'/><toolitem name='quitAction' action='quitAction'/></toolbar></ui>");
     this.toolBar              = ((global::Gtk.Toolbar)(this.UIManager.GetWidget("/toolBar")));
     this.toolBar.Name         = "toolBar";
     this.toolBar.ShowArrow    = false;
     this.toolBar.ToolbarStyle = ((global::Gtk.ToolbarStyle)(2));
     this.toolBar.IconSize     = ((global::Gtk.IconSize)(1));
     this.vboxUp.Add(this.toolBar);
     global::Gtk.Box.BoxChild w2 = ((global::Gtk.Box.BoxChild)(this.vboxUp[this.toolBar]));
     w2.Position = 0;
     w2.Expand   = false;
     w2.Fill     = false;
     // Container child vboxUp.Gtk.Box+BoxChild
     this.drawingArea      = new global::Gtk.DrawingArea();
     this.drawingArea.Name = "drawingArea";
     this.vboxUp.Add(this.drawingArea);
     global::Gtk.Box.BoxChild w3 = ((global::Gtk.Box.BoxChild)(this.vboxUp[this.drawingArea]));
     w3.Position = 1;
     this.vpaned.Add(this.vboxUp);
     global::Gtk.Paned.PanedChild w4 = ((global::Gtk.Paned.PanedChild)(this.vpaned[this.vboxUp]));
     w4.Resize = false;
     // Container child vpaned.Gtk.Paned+PanedChild
     this.vboxDown         = new global::Gtk.VBox();
     this.vboxDown.Name    = "vboxDown";
     this.vboxDown.Spacing = 6;
     // Container child vboxDown.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.viewLogText          = new global::Gtk.TextView();
     this.viewLogText.CanFocus = true;
     this.viewLogText.Name     = "viewLogText";
     this.GtkScrolledWindow.Add(this.viewLogText);
     this.vboxDown.Add(this.GtkScrolledWindow);
     global::Gtk.Box.BoxChild w6 = ((global::Gtk.Box.BoxChild)(this.vboxDown[this.GtkScrolledWindow]));
     w6.Position = 0;
     // Container child vboxDown.Gtk.Box+BoxChild
     this.statusBar         = new global::Gtk.Statusbar();
     this.statusBar.Name    = "statusBar";
     this.statusBar.Spacing = 6;
     this.vboxDown.Add(this.statusBar);
     global::Gtk.Box.BoxChild w7 = ((global::Gtk.Box.BoxChild)(this.vboxDown[this.statusBar]));
     w7.Position = 1;
     w7.Expand   = false;
     w7.Fill     = false;
     this.vpaned.Add(this.vboxDown);
     this.Add(this.vpaned);
     if ((this.Child != null))
     {
         this.Child.ShowAll();
     }
     this.DefaultWidth  = 697;
     this.DefaultHeight = 418;
     this.Show();
     this.DeleteEvent                   += new global::Gtk.DeleteEventHandler(this.effectDelete);
     this.openAction.Activated          += new global::System.EventHandler(this.effectLoadScheme);
     this.saveAsAction.Activated        += new global::System.EventHandler(this.effectSaveScheme);
     this.convertAction.Activated       += new global::System.EventHandler(this.effectSavePic);
     this.indexAction.Activated         += new global::System.EventHandler(this.effectSaveLog);
     this.quitAction.Activated          += new global::System.EventHandler(this.effectQuit);
     this.drawingArea.MotionNotifyEvent += new global::Gtk.MotionNotifyEventHandler(this.effectMotion);
     this.drawingArea.ExposeEvent       += new global::Gtk.ExposeEventHandler(this.effectExpose);
 }
 protected virtual void Build()
 {
     global::Stetic.Gui.Initialize (this);
     // Widget LongoMatch.Gui.Component.TeamTemplateEditor
     global::Stetic.BinContainer.Attach (this);
     this.Name = "LongoMatch.Gui.Component.TeamTemplateEditor";
     // Container child LongoMatch.Gui.Component.TeamTemplateEditor.Gtk.Container+ContainerChild
     this.vbox3 = new global::Gtk.VBox ();
     this.vbox3.Name = "vbox3";
     this.vbox3.Spacing = 6;
     // Container child vbox3.Gtk.Box+BoxChild
     this.hbox4 = new global::Gtk.HBox ();
     this.hbox4.Name = "hbox4";
     this.hbox4.Spacing = 6;
     // Container child hbox4.Gtk.Box+BoxChild
     this.teamframe = new global::Gtk.Frame ();
     this.teamframe.Name = "teamframe";
     this.teamframe.ShadowType = ((global::Gtk.ShadowType)(1));
     // Container child teamframe.Gtk.Container+ContainerChild
     this.GtkAlignment3 = new global::Gtk.Alignment (0F, 0F, 1F, 1F);
     this.GtkAlignment3.Name = "GtkAlignment3";
     this.GtkAlignment3.LeftPadding = ((uint)(12));
     this.GtkAlignment3.TopPadding = ((uint)(12));
     this.GtkAlignment3.RightPadding = ((uint)(12));
     this.GtkAlignment3.BottomPadding = ((uint)(12));
     // Container child GtkAlignment3.Gtk.Container+ContainerChild
     this.vbox5 = new global::Gtk.VBox ();
     this.vbox5.Name = "vbox5";
     this.vbox5.Spacing = 6;
     // Container child vbox5.Gtk.Box+BoxChild
     this.hbox2 = new global::Gtk.HBox ();
     this.hbox2.Name = "hbox2";
     this.hbox2.Spacing = 30;
     // Container child hbox2.Gtk.Box+BoxChild
     this.shieldframe = new global::Gtk.Frame ();
     this.shieldframe.Name = "shieldframe";
     this.shieldframe.ShadowType = ((global::Gtk.ShadowType)(1));
     // Container child shieldframe.Gtk.Container+ContainerChild
     this.shieldalignment = new global::Gtk.Alignment (0F, 0F, 1F, 1F);
     this.shieldalignment.WidthRequest = 120;
     this.shieldalignment.HeightRequest = 120;
     this.shieldalignment.Name = "shieldalignment";
     this.shieldalignment.LeftPadding = ((uint)(6));
     this.shieldalignment.TopPadding = ((uint)(6));
     this.shieldalignment.RightPadding = ((uint)(6));
     this.shieldalignment.BottomPadding = ((uint)(6));
     // Container child shieldalignment.Gtk.Container+ContainerChild
     this.shieldeventbox = new global::Gtk.EventBox ();
     this.shieldeventbox.Name = "shieldeventbox";
     // Container child shieldeventbox.Gtk.Container+ContainerChild
     this.shieldvbox = new global::Gtk.VBox ();
     this.shieldvbox.Name = "shieldvbox";
     this.shieldvbox.Spacing = 2;
     // Container child shieldvbox.Gtk.Box+BoxChild
     this.shieldimage = new global::Gtk.Image ();
     this.shieldimage.Name = "shieldimage";
     this.shieldvbox.Add (this.shieldimage);
     global::Gtk.Box.BoxChild w1 = ((global::Gtk.Box.BoxChild)(this.shieldvbox [this.shieldimage]));
     w1.Position = 0;
     w1.Expand = false;
     w1.Fill = false;
     // Container child shieldvbox.Gtk.Box+BoxChild
     this.teamshieldlabel1 = new global::Gtk.Label ();
     this.teamshieldlabel1.Name = "teamshieldlabel1";
     this.teamshieldlabel1.LabelProp = global::Mono.Unix.Catalog.GetString ("<span font_desc=\"10\">Team shield</span>");
     this.teamshieldlabel1.UseMarkup = true;
     this.shieldvbox.Add (this.teamshieldlabel1);
     global::Gtk.Box.BoxChild w2 = ((global::Gtk.Box.BoxChild)(this.shieldvbox [this.teamshieldlabel1]));
     w2.Position = 1;
     w2.Expand = false;
     w2.Fill = false;
     // Container child shieldvbox.Gtk.Box+BoxChild
     this.teamshieldlabel2 = new global::Gtk.Label ();
     this.teamshieldlabel2.Name = "teamshieldlabel2";
     this.teamshieldlabel2.LabelProp = global::Mono.Unix.Catalog.GetString ("<span font_desc=\"8\">click to change...</span>");
     this.teamshieldlabel2.UseMarkup = true;
     this.shieldvbox.Add (this.teamshieldlabel2);
     global::Gtk.Box.BoxChild w3 = ((global::Gtk.Box.BoxChild)(this.shieldvbox [this.teamshieldlabel2]));
     w3.Position = 2;
     w3.Expand = false;
     w3.Fill = false;
     this.shieldeventbox.Add (this.shieldvbox);
     this.shieldalignment.Add (this.shieldeventbox);
     this.shieldframe.Add (this.shieldalignment);
     this.hbox2.Add (this.shieldframe);
     global::Gtk.Box.BoxChild w7 = ((global::Gtk.Box.BoxChild)(this.hbox2 [this.shieldframe]));
     w7.Position = 0;
     w7.Expand = false;
     // Container child hbox2.Gtk.Box+BoxChild
     this.teamtable = new global::Gtk.Table (((uint)(3)), ((uint)(2)), false);
     this.teamtable.WidthRequest = 300;
     this.teamtable.Name = "teamtable";
     this.teamtable.RowSpacing = ((uint)(6));
     this.teamtable.ColumnSpacing = ((uint)(6));
     // Container child teamtable.Gtk.Table+TableChild
     this.GtkLabel4 = new global::Gtk.Label ();
     this.GtkLabel4.Name = "GtkLabel4";
     this.GtkLabel4.Xalign = 1F;
     this.GtkLabel4.LabelProp = global::Mono.Unix.Catalog.GetString ("<span font_desc=\"10\">Team name</span>");
     this.GtkLabel4.UseMarkup = true;
     this.teamtable.Add (this.GtkLabel4);
     // Container child teamtable.Gtk.Table+TableChild
     this.hbox5 = new global::Gtk.HBox ();
     this.hbox5.Name = "hbox5";
     this.hbox5.Spacing = 6;
     // Container child hbox5.Gtk.Box+BoxChild
     this.tacticsentry = new global::Gtk.Entry ();
     this.tacticsentry.WidthRequest = 30;
     this.tacticsentry.CanFocus = true;
     this.tacticsentry.Name = "tacticsentry";
     this.tacticsentry.IsEditable = true;
     this.tacticsentry.InvisibleChar = '•';
     this.hbox5.Add (this.tacticsentry);
     global::Gtk.Box.BoxChild w9 = ((global::Gtk.Box.BoxChild)(this.hbox5 [this.tacticsentry]));
     w9.Position = 0;
     // Container child hbox5.Gtk.Box+BoxChild
     this.applybutton = new global::Gtk.Button ();
     this.applybutton.CanFocus = true;
     this.applybutton.Name = "applybutton";
     this.applybutton.UseUnderline = true;
     // Container child applybutton.Gtk.Container+ContainerChild
     global::Gtk.Alignment w10 = new global::Gtk.Alignment (0.5F, 0.5F, 0F, 0F);
     // Container child GtkAlignment.Gtk.Container+ContainerChild
     global::Gtk.HBox w11 = new global::Gtk.HBox ();
     w11.Spacing = 2;
     // Container child GtkHBox.Gtk.Container+ContainerChild
     global::Gtk.Image w12 = new global::Gtk.Image ();
     w12.Pixbuf = global::Stetic.IconLoader.LoadIcon (this, "gtk-apply", global::Gtk.IconSize.Menu);
     w11.Add (w12);
     // Container child GtkHBox.Gtk.Container+ContainerChild
     global::Gtk.Label w14 = new global::Gtk.Label ();
     w11.Add (w14);
     w10.Add (w11);
     this.applybutton.Add (w10);
     this.hbox5.Add (this.applybutton);
     global::Gtk.Box.BoxChild w18 = ((global::Gtk.Box.BoxChild)(this.hbox5 [this.applybutton]));
     w18.Position = 1;
     w18.Expand = false;
     w18.Fill = false;
     this.teamtable.Add (this.hbox5);
     global::Gtk.Table.TableChild w19 = ((global::Gtk.Table.TableChild)(this.teamtable [this.hbox5]));
     w19.TopAttach = ((uint)(1));
     w19.BottomAttach = ((uint)(2));
     w19.LeftAttach = ((uint)(1));
     w19.RightAttach = ((uint)(2));
     w19.XOptions = ((global::Gtk.AttachOptions)(4));
     w19.YOptions = ((global::Gtk.AttachOptions)(4));
     // Container child teamtable.Gtk.Table+TableChild
     this.hbox6 = new global::Gtk.HBox ();
     this.hbox6.Name = "hbox6";
     this.hbox6.Spacing = 6;
     // Container child hbox6.Gtk.Box+BoxChild
     this.colorbutton1 = new global::Gtk.ColorButton ();
     this.colorbutton1.CanFocus = true;
     this.colorbutton1.Events = ((global::Gdk.EventMask)(784));
     this.colorbutton1.Name = "colorbutton1";
     this.hbox6.Add (this.colorbutton1);
     global::Gtk.Box.BoxChild w20 = ((global::Gtk.Box.BoxChild)(this.hbox6 [this.colorbutton1]));
     w20.Position = 0;
     w20.Fill = false;
     // Container child hbox6.Gtk.Box+BoxChild
     this.colorbutton2 = new global::Gtk.ColorButton ();
     this.colorbutton2.CanFocus = true;
     this.colorbutton2.Events = ((global::Gdk.EventMask)(784));
     this.colorbutton2.Name = "colorbutton2";
     this.hbox6.Add (this.colorbutton2);
     global::Gtk.Box.BoxChild w21 = ((global::Gtk.Box.BoxChild)(this.hbox6 [this.colorbutton2]));
     w21.Position = 1;
     w21.Fill = false;
     this.teamtable.Add (this.hbox6);
     global::Gtk.Table.TableChild w22 = ((global::Gtk.Table.TableChild)(this.teamtable [this.hbox6]));
     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 teamtable.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 ("<span font_desc=\"10\">Tactics</span>");
     this.label2.UseMarkup = true;
     this.teamtable.Add (this.label2);
     global::Gtk.Table.TableChild w23 = ((global::Gtk.Table.TableChild)(this.teamtable [this.label2]));
     w23.TopAttach = ((uint)(1));
     w23.BottomAttach = ((uint)(2));
     // Container child teamtable.Gtk.Table+TableChild
     this.label4 = new global::Gtk.Label ();
     this.label4.Name = "label4";
     this.label4.Xalign = 1F;
     this.label4.LabelProp = global::Mono.Unix.Catalog.GetString ("<span font_desc=\"10\">Colors</span>");
     this.label4.UseMarkup = true;
     this.teamtable.Add (this.label4);
     global::Gtk.Table.TableChild w24 = ((global::Gtk.Table.TableChild)(this.teamtable [this.label4]));
     w24.TopAttach = ((uint)(2));
     w24.BottomAttach = ((uint)(3));
     // Container child teamtable.Gtk.Table+TableChild
     this.teamnameentry = new global::Gtk.Entry ();
     this.teamnameentry.WidthRequest = 100;
     this.teamnameentry.CanFocus = true;
     this.teamnameentry.Name = "teamnameentry";
     this.teamnameentry.IsEditable = true;
     this.teamnameentry.InvisibleChar = '•';
     this.teamtable.Add (this.teamnameentry);
     global::Gtk.Table.TableChild w25 = ((global::Gtk.Table.TableChild)(this.teamtable [this.teamnameentry]));
     w25.LeftAttach = ((uint)(1));
     w25.RightAttach = ((uint)(2));
     w25.YOptions = ((global::Gtk.AttachOptions)(4));
     this.hbox2.Add (this.teamtable);
     global::Gtk.Box.BoxChild w26 = ((global::Gtk.Box.BoxChild)(this.hbox2 [this.teamtable]));
     w26.Position = 1;
     w26.Expand = false;
     w26.Fill = false;
     this.vbox5.Add (this.hbox2);
     global::Gtk.Box.BoxChild w27 = ((global::Gtk.Box.BoxChild)(this.vbox5 [this.hbox2]));
     w27.Position = 0;
     w27.Expand = false;
     w27.Fill = false;
     // Container child vbox5.Gtk.Box+BoxChild
     this.drawingarea = new global::Gtk.DrawingArea ();
     this.drawingarea.Name = "drawingarea";
     this.vbox5.Add (this.drawingarea);
     global::Gtk.Box.BoxChild w28 = ((global::Gtk.Box.BoxChild)(this.vbox5 [this.drawingarea]));
     w28.Position = 1;
     this.GtkAlignment3.Add (this.vbox5);
     this.teamframe.Add (this.GtkAlignment3);
     this.hbox4.Add (this.teamframe);
     global::Gtk.Box.BoxChild w31 = ((global::Gtk.Box.BoxChild)(this.hbox4 [this.teamframe]));
     w31.Position = 0;
     // Container child hbox4.Gtk.Box+BoxChild
     this.alignment2 = new global::Gtk.Alignment (0.5F, 0F, 1F, 0F);
     this.alignment2.Name = "alignment2";
     // Container child alignment2.Gtk.Container+ContainerChild
     this.playerframe = new global::Gtk.Frame ();
     this.playerframe.Name = "playerframe";
     this.playerframe.ShadowType = ((global::Gtk.ShadowType)(1));
     // Container child playerframe.Gtk.Container+ContainerChild
     this.playerpropertyalignment = new global::Gtk.Alignment (0F, 0F, 1F, 1F);
     this.playerpropertyalignment.Name = "playerpropertyalignment";
     this.playerpropertyalignment.LeftPadding = ((uint)(12));
     this.playerpropertyalignment.TopPadding = ((uint)(12));
     this.playerpropertyalignment.RightPadding = ((uint)(12));
     this.playerpropertyalignment.BottomPadding = ((uint)(12));
     // Container child playerpropertyalignment.Gtk.Container+ContainerChild
     this.playerpropertyhbox = new global::Gtk.HBox ();
     this.playerpropertyhbox.Name = "playerpropertyhbox";
     this.playerpropertyhbox.Spacing = 6;
     // Container child playerpropertyhbox.Gtk.Box+BoxChild
     this.alignment1 = new global::Gtk.Alignment (0.5F, 0F, 0F, 0F);
     this.alignment1.Name = "alignment1";
     // Container child alignment1.Gtk.Container+ContainerChild
     this.playerimageframe = new global::Gtk.Frame ();
     this.playerimageframe.Name = "playerimageframe";
     this.playerimageframe.ShadowType = ((global::Gtk.ShadowType)(1));
     // Container child playerimageframe.Gtk.Container+ContainerChild
     this.playerimagealignment = new global::Gtk.Alignment (0F, 0F, 1F, 1F);
     this.playerimagealignment.Name = "playerimagealignment";
     this.playerimagealignment.LeftPadding = ((uint)(12));
     this.playerimagealignment.TopPadding = ((uint)(12));
     this.playerimagealignment.RightPadding = ((uint)(12));
     this.playerimagealignment.BottomPadding = ((uint)(12));
     // Container child playerimagealignment.Gtk.Container+ContainerChild
     this.playereventbox = new global::Gtk.EventBox ();
     this.playereventbox.Name = "playereventbox";
     // Container child playereventbox.Gtk.Container+ContainerChild
     this.playervbox = new global::Gtk.VBox ();
     this.playervbox.Name = "playervbox";
     this.playervbox.Spacing = 2;
     // Container child playervbox.Gtk.Box+BoxChild
     this.playerimage = new global::Gtk.Image ();
     this.playerimage.Name = "playerimage";
     this.playervbox.Add (this.playerimage);
     global::Gtk.Box.BoxChild w32 = ((global::Gtk.Box.BoxChild)(this.playervbox [this.playerimage]));
     w32.Position = 0;
     w32.Expand = false;
     w32.Fill = false;
     // Container child playervbox.Gtk.Box+BoxChild
     this.playerimagelabel1 = new global::Gtk.Label ();
     this.playerimagelabel1.Name = "playerimagelabel1";
     this.playerimagelabel1.LabelProp = global::Mono.Unix.Catalog.GetString ("<span font_desc=\"10\">Player picture</span>");
     this.playerimagelabel1.UseMarkup = true;
     this.playervbox.Add (this.playerimagelabel1);
     global::Gtk.Box.BoxChild w33 = ((global::Gtk.Box.BoxChild)(this.playervbox [this.playerimagelabel1]));
     w33.Position = 1;
     w33.Expand = false;
     w33.Fill = false;
     // Container child playervbox.Gtk.Box+BoxChild
     this.playerimagelabel2 = new global::Gtk.Label ();
     this.playerimagelabel2.Name = "playerimagelabel2";
     this.playerimagelabel2.LabelProp = global::Mono.Unix.Catalog.GetString ("<span font_desc=\"8\">click to change...</span>");
     this.playerimagelabel2.UseMarkup = true;
     this.playervbox.Add (this.playerimagelabel2);
     global::Gtk.Box.BoxChild w34 = ((global::Gtk.Box.BoxChild)(this.playervbox [this.playerimagelabel2]));
     w34.Position = 2;
     w34.Expand = false;
     w34.Fill = false;
     this.playereventbox.Add (this.playervbox);
     this.playerimagealignment.Add (this.playereventbox);
     this.playerimageframe.Add (this.playerimagealignment);
     this.alignment1.Add (this.playerimageframe);
     this.playerpropertyhbox.Add (this.alignment1);
     global::Gtk.Box.BoxChild w39 = ((global::Gtk.Box.BoxChild)(this.playerpropertyhbox [this.alignment1]));
     w39.Position = 0;
     w39.Expand = false;
     w39.Fill = false;
     // Container child playerpropertyhbox.Gtk.Box+BoxChild
     this.table1 = new global::Gtk.Table (((uint)(10)), ((uint)(2)), false);
     this.table1.Name = "table1";
     this.table1.RowSpacing = ((uint)(6));
     this.table1.ColumnSpacing = ((uint)(6));
     // Container child table1.Gtk.Table+TableChild
     this.bdaydatepicker = new global::LongoMatch.Gui.Component.DatePicker ();
     this.bdaydatepicker.Events = ((global::Gdk.EventMask)(256));
     this.bdaydatepicker.Name = "bdaydatepicker";
     this.bdaydatepicker.Date = new global::System.DateTime (0);
     this.table1.Add (this.bdaydatepicker);
     global::Gtk.Table.TableChild w40 = ((global::Gtk.Table.TableChild)(this.table1 [this.bdaydatepicker]));
     w40.TopAttach = ((uint)(8));
     w40.BottomAttach = ((uint)(9));
     w40.LeftAttach = ((uint)(1));
     w40.RightAttach = ((uint)(2));
     w40.XOptions = ((global::Gtk.AttachOptions)(4));
     w40.YOptions = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     this.heightspinbutton = new global::Gtk.SpinButton (0, 100, 1);
     this.heightspinbutton.CanFocus = true;
     this.heightspinbutton.Name = "heightspinbutton";
     this.heightspinbutton.Adjustment.PageIncrement = 10;
     this.heightspinbutton.ClimbRate = 1;
     this.heightspinbutton.Digits = ((uint)(2));
     this.heightspinbutton.Numeric = true;
     this.heightspinbutton.Value = 18;
     this.table1.Add (this.heightspinbutton);
     global::Gtk.Table.TableChild w41 = ((global::Gtk.Table.TableChild)(this.table1 [this.heightspinbutton]));
     w41.TopAttach = ((uint)(6));
     w41.BottomAttach = ((uint)(7));
     w41.LeftAttach = ((uint)(1));
     w41.RightAttach = ((uint)(2));
     w41.XOptions = ((global::Gtk.AttachOptions)(4));
     w41.YOptions = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     this.label11 = new global::Gtk.Label ();
     this.label11.Name = "label11";
     this.label11.Xalign = 1F;
     this.label11.LabelProp = global::Mono.Unix.Catalog.GetString ("<span font_desc=\"10\">Position</span>");
     this.label11.UseMarkup = true;
     this.table1.Add (this.label11);
     global::Gtk.Table.TableChild w42 = ((global::Gtk.Table.TableChild)(this.table1 [this.label11]));
     w42.TopAttach = ((uint)(4));
     w42.BottomAttach = ((uint)(5));
     w42.XOptions = ((global::Gtk.AttachOptions)(4));
     w42.YOptions = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     this.label12 = new global::Gtk.Label ();
     this.label12.Name = "label12";
     this.label12.Xalign = 1F;
     this.label12.LabelProp = global::Mono.Unix.Catalog.GetString ("<span font_desc=\"10\">Name</span>");
     this.label12.UseMarkup = true;
     this.table1.Add (this.label12);
     global::Gtk.Table.TableChild w43 = ((global::Gtk.Table.TableChild)(this.table1 [this.label12]));
     w43.YOptions = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     this.label13 = new global::Gtk.Label ();
     this.label13.Name = "label13";
     this.label13.Xalign = 1F;
     this.label13.LabelProp = global::Mono.Unix.Catalog.GetString ("<span font_desc=\"10\">Last name</span>");
     this.label13.UseMarkup = true;
     this.table1.Add (this.label13);
     global::Gtk.Table.TableChild w44 = ((global::Gtk.Table.TableChild)(this.table1 [this.label13]));
     w44.TopAttach = ((uint)(1));
     w44.BottomAttach = ((uint)(2));
     w44.XOptions = ((global::Gtk.AttachOptions)(4));
     w44.YOptions = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     this.label14 = new global::Gtk.Label ();
     this.label14.Name = "label14";
     this.label14.Xalign = 1F;
     this.label14.LabelProp = global::Mono.Unix.Catalog.GetString ("<span font_desc=\"10\">Nickname</span>");
     this.label14.UseMarkup = true;
     this.table1.Add (this.label14);
     global::Gtk.Table.TableChild w45 = ((global::Gtk.Table.TableChild)(this.table1 [this.label14]));
     w45.TopAttach = ((uint)(2));
     w45.BottomAttach = ((uint)(3));
     w45.XOptions = ((global::Gtk.AttachOptions)(4));
     w45.YOptions = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     this.label3 = new global::Gtk.Label ();
     this.label3.Name = "label3";
     this.label3.Xalign = 1F;
     this.label3.LabelProp = global::Mono.Unix.Catalog.GetString ("<span font_desc=\"10\">Number</span>");
     this.label3.UseMarkup = true;
     this.table1.Add (this.label3);
     global::Gtk.Table.TableChild w46 = ((global::Gtk.Table.TableChild)(this.table1 [this.label3]));
     w46.TopAttach = ((uint)(5));
     w46.BottomAttach = ((uint)(6));
     w46.XOptions = ((global::Gtk.AttachOptions)(4));
     w46.YOptions = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     this.label5 = new global::Gtk.Label ();
     this.label5.Name = "label5";
     this.label5.Xalign = 1F;
     this.label5.LabelProp = global::Mono.Unix.Catalog.GetString ("<span font_desc=\"10\">Height</span>");
     this.label5.UseMarkup = true;
     this.table1.Add (this.label5);
     global::Gtk.Table.TableChild w47 = ((global::Gtk.Table.TableChild)(this.table1 [this.label5]));
     w47.TopAttach = ((uint)(6));
     w47.BottomAttach = ((uint)(7));
     w47.XOptions = ((global::Gtk.AttachOptions)(4));
     w47.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 ("<span font_desc=\"10\">Weight</span>");
     this.label6.UseMarkup = true;
     this.table1.Add (this.label6);
     global::Gtk.Table.TableChild w48 = ((global::Gtk.Table.TableChild)(this.table1 [this.label6]));
     w48.TopAttach = ((uint)(7));
     w48.BottomAttach = ((uint)(8));
     w48.XOptions = ((global::Gtk.AttachOptions)(4));
     w48.YOptions = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     this.label7 = new global::Gtk.Label ();
     this.label7.Name = "label7";
     this.label7.Xalign = 1F;
     this.label7.LabelProp = global::Mono.Unix.Catalog.GetString ("<span font_desc=\"10\">Birth Date</span>");
     this.label7.UseMarkup = true;
     this.table1.Add (this.label7);
     global::Gtk.Table.TableChild w49 = ((global::Gtk.Table.TableChild)(this.table1 [this.label7]));
     w49.TopAttach = ((uint)(8));
     w49.BottomAttach = ((uint)(9));
     w49.XOptions = ((global::Gtk.AttachOptions)(4));
     w49.YOptions = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     this.label8 = new global::Gtk.Label ();
     this.label8.Name = "label8";
     this.label8.Xalign = 1F;
     this.label8.LabelProp = global::Mono.Unix.Catalog.GetString ("<span font_desc=\"10\">Nationality</span>");
     this.label8.UseMarkup = true;
     this.table1.Add (this.label8);
     global::Gtk.Table.TableChild w50 = ((global::Gtk.Table.TableChild)(this.table1 [this.label8]));
     w50.TopAttach = ((uint)(3));
     w50.BottomAttach = ((uint)(4));
     w50.XOptions = ((global::Gtk.AttachOptions)(4));
     w50.YOptions = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     this.lastnameentry = new global::Gtk.Entry ();
     this.lastnameentry.CanFocus = true;
     this.lastnameentry.Name = "lastnameentry";
     this.lastnameentry.IsEditable = true;
     this.lastnameentry.InvisibleChar = '●';
     this.table1.Add (this.lastnameentry);
     global::Gtk.Table.TableChild w51 = ((global::Gtk.Table.TableChild)(this.table1 [this.lastnameentry]));
     w51.TopAttach = ((uint)(1));
     w51.BottomAttach = ((uint)(2));
     w51.LeftAttach = ((uint)(1));
     w51.RightAttach = ((uint)(2));
     w51.XOptions = ((global::Gtk.AttachOptions)(4));
     w51.YOptions = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     this.mailentry = new global::Gtk.Entry ();
     this.mailentry.CanFocus = true;
     this.mailentry.Name = "mailentry";
     this.mailentry.IsEditable = true;
     this.mailentry.InvisibleChar = '•';
     this.table1.Add (this.mailentry);
     global::Gtk.Table.TableChild w52 = ((global::Gtk.Table.TableChild)(this.table1 [this.mailentry]));
     w52.TopAttach = ((uint)(9));
     w52.BottomAttach = ((uint)(10));
     w52.LeftAttach = ((uint)(1));
     w52.RightAttach = ((uint)(2));
     w52.XOptions = ((global::Gtk.AttachOptions)(4));
     w52.YOptions = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     this.maillabel = new global::Gtk.Label ();
     this.maillabel.Name = "maillabel";
     this.maillabel.Xalign = 1F;
     this.maillabel.LabelProp = global::Mono.Unix.Catalog.GetString ("<span font_desc=\"10\">E-mail</span>");
     this.maillabel.UseMarkup = true;
     this.table1.Add (this.maillabel);
     global::Gtk.Table.TableChild w53 = ((global::Gtk.Table.TableChild)(this.table1 [this.maillabel]));
     w53.TopAttach = ((uint)(9));
     w53.BottomAttach = ((uint)(10));
     w53.XOptions = ((global::Gtk.AttachOptions)(4));
     w53.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 w54 = ((global::Gtk.Table.TableChild)(this.table1 [this.nameentry]));
     w54.LeftAttach = ((uint)(1));
     w54.RightAttach = ((uint)(2));
     w54.XOptions = ((global::Gtk.AttachOptions)(4));
     w54.YOptions = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     this.nationalityentry = new global::Gtk.Entry ();
     this.nationalityentry.CanFocus = true;
     this.nationalityentry.Name = "nationalityentry";
     this.nationalityentry.IsEditable = true;
     this.nationalityentry.InvisibleChar = '●';
     this.table1.Add (this.nationalityentry);
     global::Gtk.Table.TableChild w55 = ((global::Gtk.Table.TableChild)(this.table1 [this.nationalityentry]));
     w55.TopAttach = ((uint)(3));
     w55.BottomAttach = ((uint)(4));
     w55.LeftAttach = ((uint)(1));
     w55.RightAttach = ((uint)(2));
     w55.XOptions = ((global::Gtk.AttachOptions)(4));
     w55.YOptions = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     this.nicknameentry = new global::Gtk.Entry ();
     this.nicknameentry.CanFocus = true;
     this.nicknameentry.Name = "nicknameentry";
     this.nicknameentry.IsEditable = true;
     this.nicknameentry.InvisibleChar = '●';
     this.table1.Add (this.nicknameentry);
     global::Gtk.Table.TableChild w56 = ((global::Gtk.Table.TableChild)(this.table1 [this.nicknameentry]));
     w56.TopAttach = ((uint)(2));
     w56.BottomAttach = ((uint)(3));
     w56.LeftAttach = ((uint)(1));
     w56.RightAttach = ((uint)(2));
     w56.XOptions = ((global::Gtk.AttachOptions)(4));
     w56.YOptions = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     this.numberspinbutton = new global::Gtk.SpinButton (0, 100, 1);
     this.numberspinbutton.CanFocus = true;
     this.numberspinbutton.Name = "numberspinbutton";
     this.numberspinbutton.Adjustment.PageIncrement = 10;
     this.numberspinbutton.ClimbRate = 1;
     this.numberspinbutton.Numeric = true;
     this.table1.Add (this.numberspinbutton);
     global::Gtk.Table.TableChild w57 = ((global::Gtk.Table.TableChild)(this.table1 [this.numberspinbutton]));
     w57.TopAttach = ((uint)(5));
     w57.BottomAttach = ((uint)(6));
     w57.LeftAttach = ((uint)(1));
     w57.RightAttach = ((uint)(2));
     w57.XOptions = ((global::Gtk.AttachOptions)(4));
     w57.YOptions = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     this.positionentry = new global::Gtk.Entry ();
     this.positionentry.CanFocus = true;
     this.positionentry.Name = "positionentry";
     this.positionentry.IsEditable = true;
     this.positionentry.InvisibleChar = '●';
     this.table1.Add (this.positionentry);
     global::Gtk.Table.TableChild w58 = ((global::Gtk.Table.TableChild)(this.table1 [this.positionentry]));
     w58.TopAttach = ((uint)(4));
     w58.BottomAttach = ((uint)(5));
     w58.LeftAttach = ((uint)(1));
     w58.RightAttach = ((uint)(2));
     w58.XOptions = ((global::Gtk.AttachOptions)(4));
     w58.YOptions = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     this.weightspinbutton = new global::Gtk.SpinButton (0, 1000, 1);
     this.weightspinbutton.CanFocus = true;
     this.weightspinbutton.Name = "weightspinbutton";
     this.weightspinbutton.Adjustment.PageIncrement = 10;
     this.weightspinbutton.ClimbRate = 1;
     this.weightspinbutton.Numeric = true;
     this.weightspinbutton.Value = 80;
     this.table1.Add (this.weightspinbutton);
     global::Gtk.Table.TableChild w59 = ((global::Gtk.Table.TableChild)(this.table1 [this.weightspinbutton]));
     w59.TopAttach = ((uint)(7));
     w59.BottomAttach = ((uint)(8));
     w59.LeftAttach = ((uint)(1));
     w59.RightAttach = ((uint)(2));
     w59.XOptions = ((global::Gtk.AttachOptions)(4));
     w59.YOptions = ((global::Gtk.AttachOptions)(4));
     this.playerpropertyhbox.Add (this.table1);
     global::Gtk.Box.BoxChild w60 = ((global::Gtk.Box.BoxChild)(this.playerpropertyhbox [this.table1]));
     w60.Position = 1;
     w60.Expand = false;
     w60.Fill = false;
     this.playerpropertyalignment.Add (this.playerpropertyhbox);
     this.playerframe.Add (this.playerpropertyalignment);
     this.alignment2.Add (this.playerframe);
     this.hbox4.Add (this.alignment2);
     global::Gtk.Box.BoxChild w64 = ((global::Gtk.Box.BoxChild)(this.hbox4 [this.alignment2]));
     w64.Position = 1;
     w64.Expand = false;
     w64.Fill = false;
     this.vbox3.Add (this.hbox4);
     global::Gtk.Box.BoxChild w65 = ((global::Gtk.Box.BoxChild)(this.vbox3 [this.hbox4]));
     w65.Position = 0;
     // Container child vbox3.Gtk.Box+BoxChild
     this.hbuttonbox2 = new global::Gtk.HButtonBox ();
     this.hbuttonbox2.Name = "hbuttonbox2";
     this.hbuttonbox2.LayoutStyle = ((global::Gtk.ButtonBoxStyle)(1));
     // Container child hbuttonbox2.Gtk.ButtonBox+ButtonBoxChild
     this.savebutton = new global::Gtk.Button ();
     this.savebutton.CanFocus = true;
     this.savebutton.Name = "savebutton";
     this.savebutton.UseUnderline = true;
     // Container child savebutton.Gtk.Container+ContainerChild
     global::Gtk.Alignment w66 = new global::Gtk.Alignment (0.5F, 0.5F, 0F, 0F);
     // Container child GtkAlignment.Gtk.Container+ContainerChild
     global::Gtk.HBox w67 = new global::Gtk.HBox ();
     w67.Spacing = 2;
     // Container child GtkHBox.Gtk.Container+ContainerChild
     global::Gtk.Image w68 = new global::Gtk.Image ();
     w68.Pixbuf = global::Stetic.IconLoader.LoadIcon (this, "gtk-save", global::Gtk.IconSize.Dialog);
     w67.Add (w68);
     // Container child GtkHBox.Gtk.Container+ContainerChild
     global::Gtk.Label w70 = new global::Gtk.Label ();
     w70.LabelProp = global::Mono.Unix.Catalog.GetString ("Save template");
     w70.UseUnderline = true;
     w67.Add (w70);
     w66.Add (w67);
     this.savebutton.Add (w66);
     this.hbuttonbox2.Add (this.savebutton);
     global::Gtk.ButtonBox.ButtonBoxChild w74 = ((global::Gtk.ButtonBox.ButtonBoxChild)(this.hbuttonbox2 [this.savebutton]));
     w74.Expand = false;
     w74.Fill = false;
     // Container child hbuttonbox2.Gtk.ButtonBox+ButtonBoxChild
     this.newplayerbutton = new global::Gtk.Button ();
     this.newplayerbutton.CanFocus = true;
     this.newplayerbutton.Name = "newplayerbutton";
     this.newplayerbutton.UseUnderline = true;
     // Container child newplayerbutton.Gtk.Container+ContainerChild
     global::Gtk.Alignment w75 = new global::Gtk.Alignment (0.5F, 0.5F, 0F, 0F);
     // Container child GtkAlignment.Gtk.Container+ContainerChild
     global::Gtk.HBox w76 = new global::Gtk.HBox ();
     w76.Spacing = 2;
     // Container child GtkHBox.Gtk.Container+ContainerChild
     global::Gtk.Image w77 = new global::Gtk.Image ();
     w77.Pixbuf = global::Stetic.IconLoader.LoadIcon (this, "gtk-new", global::Gtk.IconSize.Dialog);
     w76.Add (w77);
     // Container child GtkHBox.Gtk.Container+ContainerChild
     global::Gtk.Label w79 = new global::Gtk.Label ();
     w79.LabelProp = global::Mono.Unix.Catalog.GetString ("New player");
     w79.UseUnderline = true;
     w76.Add (w79);
     w75.Add (w76);
     this.newplayerbutton.Add (w75);
     this.hbuttonbox2.Add (this.newplayerbutton);
     global::Gtk.ButtonBox.ButtonBoxChild w83 = ((global::Gtk.ButtonBox.ButtonBoxChild)(this.hbuttonbox2 [this.newplayerbutton]));
     w83.Position = 1;
     w83.Expand = false;
     w83.Fill = false;
     // Container child hbuttonbox2.Gtk.ButtonBox+ButtonBoxChild
     this.deletebutton = new global::Gtk.Button ();
     this.deletebutton.CanFocus = true;
     this.deletebutton.Name = "deletebutton";
     this.deletebutton.UseUnderline = true;
     // Container child deletebutton.Gtk.Container+ContainerChild
     global::Gtk.Alignment w84 = new global::Gtk.Alignment (0.5F, 0.5F, 0F, 0F);
     // Container child GtkAlignment.Gtk.Container+ContainerChild
     global::Gtk.HBox w85 = new global::Gtk.HBox ();
     w85.Spacing = 2;
     // Container child GtkHBox.Gtk.Container+ContainerChild
     global::Gtk.Image w86 = new global::Gtk.Image ();
     w86.Pixbuf = global::Stetic.IconLoader.LoadIcon (this, "gtk-delete", global::Gtk.IconSize.Dialog);
     w85.Add (w86);
     // Container child GtkHBox.Gtk.Container+ContainerChild
     global::Gtk.Label w88 = new global::Gtk.Label ();
     w88.LabelProp = global::Mono.Unix.Catalog.GetString ("Delete player");
     w88.UseUnderline = true;
     w85.Add (w88);
     w84.Add (w85);
     this.deletebutton.Add (w84);
     this.hbuttonbox2.Add (this.deletebutton);
     global::Gtk.ButtonBox.ButtonBoxChild w92 = ((global::Gtk.ButtonBox.ButtonBoxChild)(this.hbuttonbox2 [this.deletebutton]));
     w92.Position = 2;
     w92.Expand = false;
     w92.Fill = false;
     this.vbox3.Add (this.hbuttonbox2);
     global::Gtk.Box.BoxChild w93 = ((global::Gtk.Box.BoxChild)(this.vbox3 [this.hbuttonbox2]));
     w93.Position = 1;
     w93.Expand = false;
     w93.Fill = false;
     this.Add (this.vbox3);
     if ((this.Child != null)) {
         this.Child.ShowAll ();
     }
     this.Hide ();
 }
		protected virtual void Build ()
		{
			global::Stetic.Gui.Initialize (this);
			// Widget MonoDevelop.AspNet.Projects.GtkAspNetProjectTemplateWizardPageWidget
			global::Stetic.BinContainer.Attach (this);
			this.Name = "MonoDevelop.AspNet.Projects.GtkAspNetProjectTemplateWizardPageWidget";
			// Container child MonoDevelop.AspNet.Projects.GtkAspNetProjectTemplateWizardPageWidget.Gtk.Container+ContainerChild
			this.mainHBox = new global::Gtk.HBox ();
			this.mainHBox.Name = "mainHBox";
			// Container child mainHBox.Gtk.Box+BoxChild
			this.leftBorderEventBox = new global::Gtk.EventBox ();
			this.leftBorderEventBox.WidthRequest = 30;
			this.leftBorderEventBox.Name = "leftBorderEventBox";
			this.mainHBox.Add (this.leftBorderEventBox);
			global::Gtk.Box.BoxChild w1 = ((global::Gtk.Box.BoxChild)(this.mainHBox [this.leftBorderEventBox]));
			w1.Position = 0;
			w1.Expand = false;
			// Container child mainHBox.Gtk.Box+BoxChild
			this.configurationVBox = new global::Gtk.VBox ();
			this.configurationVBox.WidthRequest = 440;
			this.configurationVBox.Name = "configurationVBox";
			// Container child configurationVBox.Gtk.Box+BoxChild
			this.configurationTopEventBox = new global::Gtk.EventBox ();
			this.configurationTopEventBox.Name = "configurationTopEventBox";
			this.configurationVBox.Add (this.configurationTopEventBox);
			global::Gtk.Box.BoxChild w2 = ((global::Gtk.Box.BoxChild)(this.configurationVBox [this.configurationTopEventBox]));
			w2.Position = 0;
			// Container child configurationVBox.Gtk.Box+BoxChild
			this.configurationTableEventBox = new global::Gtk.EventBox ();
			this.configurationTableEventBox.Name = "configurationTableEventBox";
			// Container child configurationTableEventBox.Gtk.Container+ContainerChild
			this.configurationTable = new global::Gtk.Table (((uint)(6)), ((uint)(3)), false);
			this.configurationTable.Name = "configurationTable";
			this.configurationTable.RowSpacing = ((uint)(7));
			this.configurationTable.ColumnSpacing = ((uint)(6));
			// Container child configurationTable.Gtk.Table+TableChild
			this.includeLabelVBox = new global::Gtk.VBox ();
			this.includeLabelVBox.Name = "includeLabelVBox";
			// Container child includeLabelVBox.Gtk.Box+BoxChild
			this.includeLabelPadding = new global::Gtk.Label ();
			this.includeLabelPadding.WidthRequest = 0;
			this.includeLabelPadding.HeightRequest = 3;
			this.includeLabelPadding.Name = "includeLabelPadding";
			this.includeLabelVBox.Add (this.includeLabelPadding);
			global::Gtk.Box.BoxChild w3 = ((global::Gtk.Box.BoxChild)(this.includeLabelVBox [this.includeLabelPadding]));
			w3.Position = 0;
			w3.Expand = false;
			w3.Fill = false;
			// Container child includeLabelVBox.Gtk.Box+BoxChild
			this.includeLabel = new global::Gtk.Label ();
			this.includeLabel.Name = "includeLabel";
			this.includeLabel.Xpad = 5;
			this.includeLabel.Xalign = 1F;
			this.includeLabel.Yalign = 0F;
			this.includeLabel.LabelProp = global::Mono.Unix.Catalog.GetString ("Include:");
			this.includeLabel.Justify = ((global::Gtk.Justification)(1));
			this.includeLabelVBox.Add (this.includeLabel);
			global::Gtk.Box.BoxChild w4 = ((global::Gtk.Box.BoxChild)(this.includeLabelVBox [this.includeLabel]));
			w4.Position = 1;
			w4.Expand = false;
			w4.Fill = false;
			this.configurationTable.Add (this.includeLabelVBox);
			global::Gtk.Table.TableChild w5 = ((global::Gtk.Table.TableChild)(this.configurationTable [this.includeLabelVBox]));
			w5.XOptions = ((global::Gtk.AttachOptions)(4));
			w5.YOptions = ((global::Gtk.AttachOptions)(4));
			// Container child configurationTable.Gtk.Table+TableChild
			this.includeUnitTestProjectVBox = new global::Gtk.VBox ();
			this.includeUnitTestProjectVBox.Name = "includeUnitTestProjectVBox";
			// Container child includeUnitTestProjectVBox.Gtk.Box+BoxChild
			this.includeTestProjectCheck = new global::Gtk.CheckButton ();
			this.includeTestProjectCheck.CanFocus = true;
			this.includeTestProjectCheck.Name = "includeTestProjectCheck";
			this.includeTestProjectCheck.Label = global::Mono.Unix.Catalog.GetString ("Include Unit Test Project");
			this.includeTestProjectCheck.Active = true;
			this.includeTestProjectCheck.DrawIndicator = true;
			this.includeTestProjectCheck.UseUnderline = true;
			this.includeUnitTestProjectVBox.Add (this.includeTestProjectCheck);
			global::Gtk.Box.BoxChild w6 = ((global::Gtk.Box.BoxChild)(this.includeUnitTestProjectVBox [this.includeTestProjectCheck]));
			w6.Position = 0;
			w6.Expand = false;
			w6.Fill = false;
			// Container child includeUnitTestProjectVBox.Gtk.Box+BoxChild
			this.includeUnitTestProjectDescriptionHBox = new global::Gtk.HBox ();
			this.includeUnitTestProjectDescriptionHBox.Name = "includeUnitTestProjectDescriptionHBox";
			// Container child includeUnitTestProjectDescriptionHBox.Gtk.Box+BoxChild
			this.includeUnitTestProjectDescriptionLeftHandPadding = new global::Gtk.Label ();
			this.includeUnitTestProjectDescriptionLeftHandPadding.WidthRequest = 21;
			this.includeUnitTestProjectDescriptionLeftHandPadding.Name = "includeUnitTestProjectDescriptionLeftHandPadding";
			this.includeUnitTestProjectDescriptionHBox.Add (this.includeUnitTestProjectDescriptionLeftHandPadding);
			global::Gtk.Box.BoxChild w7 = ((global::Gtk.Box.BoxChild)(this.includeUnitTestProjectDescriptionHBox [this.includeUnitTestProjectDescriptionLeftHandPadding]));
			w7.Position = 0;
			w7.Expand = false;
			w7.Fill = false;
			// Container child includeUnitTestProjectDescriptionHBox.Gtk.Box+BoxChild
			this.includeUnitTestProjectDescriptionLabel = new global::Gtk.Label ();
			this.includeUnitTestProjectDescriptionLabel.WidthRequest = 255;
			this.includeUnitTestProjectDescriptionLabel.Name = "includeUnitTestProjectDescriptionLabel";
			this.includeUnitTestProjectDescriptionLabel.Xalign = 0F;
			this.includeUnitTestProjectDescriptionLabel.LabelProp = global::Mono.Unix.Catalog.GetString ("<span size=\'smaller\' color=\'grey\'>Add a Unit Test Project for testing the Web Pro" +
			"ject using NUnit</span>");
			this.includeUnitTestProjectDescriptionLabel.UseMarkup = true;
			this.includeUnitTestProjectDescriptionLabel.Wrap = true;
			this.includeUnitTestProjectDescriptionHBox.Add (this.includeUnitTestProjectDescriptionLabel);
			global::Gtk.Box.BoxChild w8 = ((global::Gtk.Box.BoxChild)(this.includeUnitTestProjectDescriptionHBox [this.includeUnitTestProjectDescriptionLabel]));
			w8.Position = 1;
			w8.Expand = false;
			w8.Fill = false;
			this.includeUnitTestProjectVBox.Add (this.includeUnitTestProjectDescriptionHBox);
			global::Gtk.Box.BoxChild w9 = ((global::Gtk.Box.BoxChild)(this.includeUnitTestProjectVBox [this.includeUnitTestProjectDescriptionHBox]));
			w9.Position = 1;
			w9.Expand = false;
			w9.Fill = false;
			this.configurationTable.Add (this.includeUnitTestProjectVBox);
			global::Gtk.Table.TableChild w10 = ((global::Gtk.Table.TableChild)(this.configurationTable [this.includeUnitTestProjectVBox]));
			w10.TopAttach = ((uint)(4));
			w10.BottomAttach = ((uint)(5));
			w10.LeftAttach = ((uint)(1));
			w10.RightAttach = ((uint)(2));
			w10.XOptions = ((global::Gtk.AttachOptions)(4));
			w10.YOptions = ((global::Gtk.AttachOptions)(4));
			// Container child configurationTable.Gtk.Table+TableChild
			this.mvcVBox = new global::Gtk.VBox ();
			this.mvcVBox.Name = "mvcVBox";
			// Container child mvcVBox.Gtk.Box+BoxChild
			this.includeMvcCheck = new global::Gtk.CheckButton ();
			this.includeMvcCheck.CanFocus = true;
			this.includeMvcCheck.Name = "includeMvcCheck";
			this.includeMvcCheck.Label = global::Mono.Unix.Catalog.GetString ("MVC");
			this.includeMvcCheck.Active = true;
			this.includeMvcCheck.DrawIndicator = true;
			this.includeMvcCheck.UseUnderline = true;
			this.mvcVBox.Add (this.includeMvcCheck);
			global::Gtk.Box.BoxChild w11 = ((global::Gtk.Box.BoxChild)(this.mvcVBox [this.includeMvcCheck]));
			w11.Position = 0;
			w11.Expand = false;
			w11.Fill = false;
			// Container child mvcVBox.Gtk.Box+BoxChild
			this.mvcDescriptionHBox = new global::Gtk.HBox ();
			this.mvcDescriptionHBox.Name = "mvcDescriptionHBox";
			// Container child mvcDescriptionHBox.Gtk.Box+BoxChild
			this.mvcDescriptionLeftHandPadding = new global::Gtk.Label ();
			this.mvcDescriptionLeftHandPadding.WidthRequest = 21;
			this.mvcDescriptionLeftHandPadding.Name = "mvcDescriptionLeftHandPadding";
			this.mvcDescriptionHBox.Add (this.mvcDescriptionLeftHandPadding);
			global::Gtk.Box.BoxChild w12 = ((global::Gtk.Box.BoxChild)(this.mvcDescriptionHBox [this.mvcDescriptionLeftHandPadding]));
			w12.Position = 0;
			w12.Expand = false;
			w12.Fill = false;
			// Container child mvcDescriptionHBox.Gtk.Box+BoxChild
			this.mvcDescriptionLabel = new global::Gtk.Label ();
			this.mvcDescriptionLabel.WidthRequest = 255;
			this.mvcDescriptionLabel.Name = "mvcDescriptionLabel";
			this.mvcDescriptionLabel.Xalign = 0F;
			this.mvcDescriptionLabel.LabelProp = global::Mono.Unix.Catalog.GetString ("<span size=\'smaller\' color=\'grey\'>Modern programming model. Unit testable, choice" +
			" of templating languages</span>");
			this.mvcDescriptionLabel.UseMarkup = true;
			this.mvcDescriptionLabel.Wrap = true;
			this.mvcDescriptionHBox.Add (this.mvcDescriptionLabel);
			global::Gtk.Box.BoxChild w13 = ((global::Gtk.Box.BoxChild)(this.mvcDescriptionHBox [this.mvcDescriptionLabel]));
			w13.Position = 1;
			w13.Expand = false;
			w13.Fill = false;
			this.mvcVBox.Add (this.mvcDescriptionHBox);
			global::Gtk.Box.BoxChild w14 = ((global::Gtk.Box.BoxChild)(this.mvcVBox [this.mvcDescriptionHBox]));
			w14.Position = 1;
			w14.Expand = false;
			w14.Fill = false;
			this.configurationTable.Add (this.mvcVBox);
			global::Gtk.Table.TableChild w15 = ((global::Gtk.Table.TableChild)(this.configurationTable [this.mvcVBox]));
			w15.LeftAttach = ((uint)(1));
			w15.RightAttach = ((uint)(2));
			w15.XOptions = ((global::Gtk.AttachOptions)(4));
			w15.YOptions = ((global::Gtk.AttachOptions)(4));
			// Container child configurationTable.Gtk.Table+TableChild
			this.paddingLabel = new global::Gtk.Label ();
			this.paddingLabel.WidthRequest = 132;
			this.paddingLabel.Name = "paddingLabel";
			this.paddingLabel.Justify = ((global::Gtk.Justification)(1));
			this.configurationTable.Add (this.paddingLabel);
			global::Gtk.Table.TableChild w16 = ((global::Gtk.Table.TableChild)(this.configurationTable [this.paddingLabel]));
			w16.TopAttach = ((uint)(5));
			w16.BottomAttach = ((uint)(6));
			w16.XOptions = ((global::Gtk.AttachOptions)(4));
			w16.YOptions = ((global::Gtk.AttachOptions)(4));
			// Container child configurationTable.Gtk.Table+TableChild
			this.testingLabelVBox = new global::Gtk.VBox ();
			this.testingLabelVBox.Name = "testingLabelVBox";
			// Container child testingLabelVBox.Gtk.Box+BoxChild
			this.testingLabelPadding = new global::Gtk.Label ();
			this.testingLabelPadding.WidthRequest = 0;
			this.testingLabelPadding.HeightRequest = 3;
			this.testingLabelPadding.Name = "testingLabelPadding";
			this.testingLabelVBox.Add (this.testingLabelPadding);
			global::Gtk.Box.BoxChild w17 = ((global::Gtk.Box.BoxChild)(this.testingLabelVBox [this.testingLabelPadding]));
			w17.Position = 0;
			w17.Expand = false;
			w17.Fill = false;
			// Container child testingLabelVBox.Gtk.Box+BoxChild
			this.testingLabel = new global::Gtk.Label ();
			this.testingLabel.Name = "testingLabel";
			this.testingLabel.Xpad = 5;
			this.testingLabel.Xalign = 1F;
			this.testingLabel.Yalign = 0F;
			this.testingLabel.LabelProp = global::Mono.Unix.Catalog.GetString ("Testing:");
			this.testingLabel.Justify = ((global::Gtk.Justification)(1));
			this.testingLabelVBox.Add (this.testingLabel);
			global::Gtk.Box.BoxChild w18 = ((global::Gtk.Box.BoxChild)(this.testingLabelVBox [this.testingLabel]));
			w18.Position = 1;
			w18.Expand = false;
			w18.Fill = false;
			this.configurationTable.Add (this.testingLabelVBox);
			global::Gtk.Table.TableChild w19 = ((global::Gtk.Table.TableChild)(this.configurationTable [this.testingLabelVBox]));
			w19.TopAttach = ((uint)(4));
			w19.BottomAttach = ((uint)(5));
			w19.XOptions = ((global::Gtk.AttachOptions)(4));
			w19.YOptions = ((global::Gtk.AttachOptions)(4));
			// Container child configurationTable.Gtk.Table+TableChild
			this.testingSeparator = new global::Gtk.DrawingArea ();
			this.testingSeparator.WidthRequest = 440;
			this.testingSeparator.HeightRequest = 1;
			this.testingSeparator.Name = "testingSeparator";
			this.configurationTable.Add (this.testingSeparator);
			global::Gtk.Table.TableChild w20 = ((global::Gtk.Table.TableChild)(this.configurationTable [this.testingSeparator]));
			w20.TopAttach = ((uint)(3));
			w20.BottomAttach = ((uint)(4));
			w20.RightAttach = ((uint)(3));
			w20.YPadding = ((uint)(10));
			w20.XOptions = ((global::Gtk.AttachOptions)(4));
			w20.YOptions = ((global::Gtk.AttachOptions)(0));
			// Container child configurationTable.Gtk.Table+TableChild
			this.webApiVBox = new global::Gtk.VBox ();
			this.webApiVBox.Name = "webApiVBox";
			// Container child webApiVBox.Gtk.Box+BoxChild
			this.includeWebApiCheck = new global::Gtk.CheckButton ();
			this.includeWebApiCheck.CanFocus = true;
			this.includeWebApiCheck.Name = "includeWebApiCheck";
			this.includeWebApiCheck.Label = global::Mono.Unix.Catalog.GetString ("Web API");
			this.includeWebApiCheck.Active = true;
			this.includeWebApiCheck.DrawIndicator = true;
			this.includeWebApiCheck.UseUnderline = true;
			this.webApiVBox.Add (this.includeWebApiCheck);
			global::Gtk.Box.BoxChild w21 = ((global::Gtk.Box.BoxChild)(this.webApiVBox [this.includeWebApiCheck]));
			w21.Position = 0;
			w21.Expand = false;
			w21.Fill = false;
			// Container child webApiVBox.Gtk.Box+BoxChild
			this.webApiDescriptionHBox = new global::Gtk.HBox ();
			this.webApiDescriptionHBox.Name = "webApiDescriptionHBox";
			// Container child webApiDescriptionHBox.Gtk.Box+BoxChild
			this.webApiDescriptionLeftHandPadding = new global::Gtk.Label ();
			this.webApiDescriptionLeftHandPadding.WidthRequest = 21;
			this.webApiDescriptionLeftHandPadding.Name = "webApiDescriptionLeftHandPadding";
			this.webApiDescriptionHBox.Add (this.webApiDescriptionLeftHandPadding);
			global::Gtk.Box.BoxChild w22 = ((global::Gtk.Box.BoxChild)(this.webApiDescriptionHBox [this.webApiDescriptionLeftHandPadding]));
			w22.Position = 0;
			w22.Expand = false;
			w22.Fill = false;
			// Container child webApiDescriptionHBox.Gtk.Box+BoxChild
			this.webApiDescriptionLabel = new global::Gtk.Label ();
			this.webApiDescriptionLabel.WidthRequest = 255;
			this.webApiDescriptionLabel.Name = "webApiDescriptionLabel";
			this.webApiDescriptionLabel.Xalign = 0F;
			this.webApiDescriptionLabel.LabelProp = global::Mono.Unix.Catalog.GetString ("<span size=\'smaller\' color=\'grey\'>Framework for creating HTTP web services</span>" +
			"");
			this.webApiDescriptionLabel.UseMarkup = true;
			this.webApiDescriptionLabel.Wrap = true;
			this.webApiDescriptionHBox.Add (this.webApiDescriptionLabel);
			global::Gtk.Box.BoxChild w23 = ((global::Gtk.Box.BoxChild)(this.webApiDescriptionHBox [this.webApiDescriptionLabel]));
			w23.Position = 1;
			w23.Expand = false;
			w23.Fill = false;
			this.webApiVBox.Add (this.webApiDescriptionHBox);
			global::Gtk.Box.BoxChild w24 = ((global::Gtk.Box.BoxChild)(this.webApiVBox [this.webApiDescriptionHBox]));
			w24.Position = 1;
			w24.Expand = false;
			w24.Fill = false;
			this.configurationTable.Add (this.webApiVBox);
			global::Gtk.Table.TableChild w25 = ((global::Gtk.Table.TableChild)(this.configurationTable [this.webApiVBox]));
			w25.TopAttach = ((uint)(2));
			w25.BottomAttach = ((uint)(3));
			w25.LeftAttach = ((uint)(1));
			w25.RightAttach = ((uint)(2));
			w25.XOptions = ((global::Gtk.AttachOptions)(4));
			w25.YOptions = ((global::Gtk.AttachOptions)(4));
			// Container child configurationTable.Gtk.Table+TableChild
			this.webFormsVBox = new global::Gtk.VBox ();
			this.webFormsVBox.Name = "webFormsVBox";
			// Container child webFormsVBox.Gtk.Box+BoxChild
			this.includeWebFormsCheck = new global::Gtk.CheckButton ();
			this.includeWebFormsCheck.CanFocus = true;
			this.includeWebFormsCheck.Name = "includeWebFormsCheck";
			this.includeWebFormsCheck.Label = global::Mono.Unix.Catalog.GetString ("Web Forms");
			this.includeWebFormsCheck.Active = true;
			this.includeWebFormsCheck.DrawIndicator = true;
			this.includeWebFormsCheck.UseUnderline = true;
			this.webFormsVBox.Add (this.includeWebFormsCheck);
			global::Gtk.Box.BoxChild w26 = ((global::Gtk.Box.BoxChild)(this.webFormsVBox [this.includeWebFormsCheck]));
			w26.Position = 0;
			w26.Expand = false;
			w26.Fill = false;
			// Container child webFormsVBox.Gtk.Box+BoxChild
			this.webFormsDescriptionHBox = new global::Gtk.HBox ();
			this.webFormsDescriptionHBox.Name = "webFormsDescriptionHBox";
			// Container child webFormsDescriptionHBox.Gtk.Box+BoxChild
			this.webFormsDescriptionLeftHandPadding = new global::Gtk.Label ();
			this.webFormsDescriptionLeftHandPadding.WidthRequest = 21;
			this.webFormsDescriptionLeftHandPadding.Name = "webFormsDescriptionLeftHandPadding";
			this.webFormsDescriptionHBox.Add (this.webFormsDescriptionLeftHandPadding);
			global::Gtk.Box.BoxChild w27 = ((global::Gtk.Box.BoxChild)(this.webFormsDescriptionHBox [this.webFormsDescriptionLeftHandPadding]));
			w27.Position = 0;
			w27.Expand = false;
			w27.Fill = false;
			// Container child webFormsDescriptionHBox.Gtk.Box+BoxChild
			this.webFormsDescriptionLabel = new global::Gtk.Label ();
			this.webFormsDescriptionLabel.WidthRequest = 255;
			this.webFormsDescriptionLabel.Name = "webFormsDescriptionLabel";
			this.webFormsDescriptionLabel.Xalign = 0F;
			this.webFormsDescriptionLabel.LabelProp = global::Mono.Unix.Catalog.GetString ("<span size=\'smaller\' color=\'grey\'>Stateful programming model similar to desktop a" +
			"pplications</span>");
			this.webFormsDescriptionLabel.UseMarkup = true;
			this.webFormsDescriptionLabel.Wrap = true;
			this.webFormsDescriptionHBox.Add (this.webFormsDescriptionLabel);
			global::Gtk.Box.BoxChild w28 = ((global::Gtk.Box.BoxChild)(this.webFormsDescriptionHBox [this.webFormsDescriptionLabel]));
			w28.Position = 1;
			w28.Expand = false;
			w28.Fill = false;
			this.webFormsVBox.Add (this.webFormsDescriptionHBox);
			global::Gtk.Box.BoxChild w29 = ((global::Gtk.Box.BoxChild)(this.webFormsVBox [this.webFormsDescriptionHBox]));
			w29.Position = 1;
			w29.Expand = false;
			w29.Fill = false;
			this.configurationTable.Add (this.webFormsVBox);
			global::Gtk.Table.TableChild w30 = ((global::Gtk.Table.TableChild)(this.configurationTable [this.webFormsVBox]));
			w30.TopAttach = ((uint)(1));
			w30.BottomAttach = ((uint)(2));
			w30.LeftAttach = ((uint)(1));
			w30.RightAttach = ((uint)(2));
			w30.XOptions = ((global::Gtk.AttachOptions)(4));
			w30.YOptions = ((global::Gtk.AttachOptions)(4));
			this.configurationTableEventBox.Add (this.configurationTable);
			this.configurationVBox.Add (this.configurationTableEventBox);
			global::Gtk.Box.BoxChild w32 = ((global::Gtk.Box.BoxChild)(this.configurationVBox [this.configurationTableEventBox]));
			w32.Position = 1;
			w32.Expand = false;
			w32.Fill = false;
			// Container child configurationVBox.Gtk.Box+BoxChild
			this.configurationBottomEventBox = new global::Gtk.EventBox ();
			this.configurationBottomEventBox.Name = "configurationBottomEventBox";
			this.configurationVBox.Add (this.configurationBottomEventBox);
			global::Gtk.Box.BoxChild w33 = ((global::Gtk.Box.BoxChild)(this.configurationVBox [this.configurationBottomEventBox]));
			w33.Position = 2;
			this.mainHBox.Add (this.configurationVBox);
			global::Gtk.Box.BoxChild w34 = ((global::Gtk.Box.BoxChild)(this.mainHBox [this.configurationVBox]));
			w34.Position = 1;
			w34.Expand = false;
			w34.Fill = false;
			// Container child mainHBox.Gtk.Box+BoxChild
			this.backgroundLargeImageEventBox = new global::Gtk.EventBox ();
			this.backgroundLargeImageEventBox.Name = "backgroundLargeImageEventBox";
			// Container child backgroundLargeImageEventBox.Gtk.Container+ContainerChild
			this.backgroundLargeImageVBox = new global::Gtk.VBox ();
			this.backgroundLargeImageVBox.Name = "backgroundLargeImageVBox";
			this.backgroundLargeImageEventBox.Add (this.backgroundLargeImageVBox);
			this.mainHBox.Add (this.backgroundLargeImageEventBox);
			global::Gtk.Box.BoxChild w36 = ((global::Gtk.Box.BoxChild)(this.mainHBox [this.backgroundLargeImageEventBox]));
			w36.Position = 2;
			this.Add (this.mainHBox);
			if ((this.Child != null)) {
				this.Child.ShowAll ();
			}
			this.Hide ();
		}
Esempio n. 60
0
 protected virtual void Build()
 {
     global::Stetic.Gui.Initialize (this);
     // Widget MeeGen.MainWindow
     this.Name = "MeeGen.MainWindow";
     this.Title = global::Mono.Unix.Catalog.GetString ("MeeGen");
     this.Icon = global::Gdk.Pixbuf.LoadFromResource ("MeeGen.Resources.ico-meegen.png");
     this.WindowPosition = ((global::Gtk.WindowPosition)(1));
     this.AllowShrink = true;
     // Container child MeeGen.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.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.vbuttonbox1 = new global::Gtk.VButtonBox ();
     this.vbuttonbox1.Name = "vbuttonbox1";
     this.vbuttonbox1.Homogeneous = true;
     this.vbuttonbox1.Spacing = 2;
     this.vbuttonbox1.LayoutStyle = ((global::Gtk.ButtonBoxStyle)(1));
     // Container child vbuttonbox1.Gtk.ButtonBox+ButtonBoxChild
     this.BtnHeads = new global::Gtk.Button ();
     this.BtnHeads.CanFocus = true;
     this.BtnHeads.Name = "BtnHeads";
     this.BtnHeads.UseUnderline = true;
     this.BtnHeads.Relief = ((global::Gtk.ReliefStyle)(2));
     this.BtnHeads.Label = global::Mono.Unix.Catalog.GetString ("Heads");
     this.vbuttonbox1.Add (this.BtnHeads);
     global::Gtk.ButtonBox.ButtonBoxChild w1 = ((global::Gtk.ButtonBox.ButtonBoxChild)(this.vbuttonbox1[this.BtnHeads]));
     w1.Expand = false;
     w1.Fill = false;
     // Container child vbuttonbox1.Gtk.ButtonBox+ButtonBoxChild
     this.BtnHair = new global::Gtk.Button ();
     this.BtnHair.CanFocus = true;
     this.BtnHair.Name = "BtnHair";
     this.BtnHair.UseUnderline = true;
     this.BtnHair.Relief = ((global::Gtk.ReliefStyle)(2));
     this.BtnHair.Label = global::Mono.Unix.Catalog.GetString ("Hair");
     this.vbuttonbox1.Add (this.BtnHair);
     global::Gtk.ButtonBox.ButtonBoxChild w2 = ((global::Gtk.ButtonBox.ButtonBoxChild)(this.vbuttonbox1[this.BtnHair]));
     w2.Position = 1;
     w2.Expand = false;
     w2.Fill = false;
     // Container child vbuttonbox1.Gtk.ButtonBox+ButtonBoxChild
     this.BtnArms = new global::Gtk.Button ();
     this.BtnArms.CanFocus = true;
     this.BtnArms.Name = "BtnArms";
     this.BtnArms.UseUnderline = true;
     this.BtnArms.Relief = ((global::Gtk.ReliefStyle)(2));
     this.BtnArms.Label = global::Mono.Unix.Catalog.GetString ("Arms");
     this.vbuttonbox1.Add (this.BtnArms);
     global::Gtk.ButtonBox.ButtonBoxChild w3 = ((global::Gtk.ButtonBox.ButtonBoxChild)(this.vbuttonbox1[this.BtnArms]));
     w3.Position = 2;
     w3.Expand = false;
     w3.Fill = false;
     // Container child vbuttonbox1.Gtk.ButtonBox+ButtonBoxChild
     this.BtnBodies = new global::Gtk.Button ();
     this.BtnBodies.CanFocus = true;
     this.BtnBodies.Name = "BtnBodies";
     this.BtnBodies.UseUnderline = true;
     this.BtnBodies.Relief = ((global::Gtk.ReliefStyle)(2));
     this.BtnBodies.Label = global::Mono.Unix.Catalog.GetString ("Bodies");
     this.vbuttonbox1.Add (this.BtnBodies);
     global::Gtk.ButtonBox.ButtonBoxChild w4 = ((global::Gtk.ButtonBox.ButtonBoxChild)(this.vbuttonbox1[this.BtnBodies]));
     w4.Position = 3;
     w4.Expand = false;
     w4.Fill = false;
     // Container child vbuttonbox1.Gtk.ButtonBox+ButtonBoxChild
     this.BtnLegs = new global::Gtk.Button ();
     this.BtnLegs.CanFocus = true;
     this.BtnLegs.Name = "BtnLegs";
     this.BtnLegs.UseUnderline = true;
     this.BtnLegs.Relief = ((global::Gtk.ReliefStyle)(2));
     this.BtnLegs.Label = global::Mono.Unix.Catalog.GetString ("Legs");
     this.vbuttonbox1.Add (this.BtnLegs);
     global::Gtk.ButtonBox.ButtonBoxChild w5 = ((global::Gtk.ButtonBox.ButtonBoxChild)(this.vbuttonbox1[this.BtnLegs]));
     w5.Position = 4;
     w5.Expand = false;
     w5.Fill = false;
     // Container child vbuttonbox1.Gtk.ButtonBox+ButtonBoxChild
     this.BtnEyes = new global::Gtk.Button ();
     this.BtnEyes.CanFocus = true;
     this.BtnEyes.Name = "BtnEyes";
     this.BtnEyes.UseUnderline = true;
     this.BtnEyes.Relief = ((global::Gtk.ReliefStyle)(2));
     this.BtnEyes.Label = global::Mono.Unix.Catalog.GetString ("Eyes");
     this.vbuttonbox1.Add (this.BtnEyes);
     global::Gtk.ButtonBox.ButtonBoxChild w6 = ((global::Gtk.ButtonBox.ButtonBoxChild)(this.vbuttonbox1[this.BtnEyes]));
     w6.Position = 5;
     w6.Expand = false;
     w6.Fill = false;
     // Container child vbuttonbox1.Gtk.ButtonBox+ButtonBoxChild
     this.BtnPets = new global::Gtk.Button ();
     this.BtnPets.CanFocus = true;
     this.BtnPets.Name = "BtnPets";
     this.BtnPets.UseUnderline = true;
     this.BtnPets.Relief = ((global::Gtk.ReliefStyle)(2));
     this.BtnPets.Label = global::Mono.Unix.Catalog.GetString ("Pets");
     this.vbuttonbox1.Add (this.BtnPets);
     global::Gtk.ButtonBox.ButtonBoxChild w7 = ((global::Gtk.ButtonBox.ButtonBoxChild)(this.vbuttonbox1[this.BtnPets]));
     w7.Position = 6;
     w7.Expand = false;
     w7.Fill = false;
     // Container child vbuttonbox1.Gtk.ButtonBox+ButtonBoxChild
     this.BtnMore = new global::Gtk.Button ();
     this.BtnMore.CanFocus = true;
     this.BtnMore.Name = "BtnMore";
     this.BtnMore.Relief = ((global::Gtk.ReliefStyle)(2));
     this.BtnMore.Xalign = 0f;
     this.BtnMore.Yalign = 0f;
     this.BtnMore.BorderWidth = ((uint)(6));
     // Container child BtnMore.Gtk.Container+ContainerChild
     this.hbox2 = new global::Gtk.HBox ();
     this.hbox2.Name = "hbox2";
     this.hbox2.Spacing = 6;
     this.hbox2.BorderWidth = ((uint)(5));
     // Container child hbox2.Gtk.Box+BoxChild
     this.label1 = new global::Gtk.Label ();
     this.label1.Name = "label1";
     this.label1.Yalign = 0.8f;
     this.label1.LabelProp = global::Mono.Unix.Catalog.GetString ("More");
     this.label1.Justify = ((global::Gtk.Justification)(2));
     this.label1.WidthChars = 8;
     this.label1.SingleLineMode = true;
     this.hbox2.Add (this.label1);
     global::Gtk.Box.BoxChild w8 = ((global::Gtk.Box.BoxChild)(this.hbox2[this.label1]));
     w8.Position = 0;
     w8.Expand = false;
     w8.Fill = false;
     // Container child hbox2.Gtk.Box+BoxChild
     this.image8 = new global::Gtk.Image ();
     this.image8.Name = "image8";
     this.image8.Pixbuf = global::Gdk.Pixbuf.LoadFromResource ("MeeGen.Resources.small-arrow-right.png");
     this.hbox2.Add (this.image8);
     global::Gtk.Box.BoxChild w9 = ((global::Gtk.Box.BoxChild)(this.hbox2[this.image8]));
     w9.Position = 1;
     w9.Expand = false;
     w9.Fill = false;
     this.BtnMore.Add (this.hbox2);
     this.BtnMore.Label = null;
     this.vbuttonbox1.Add (this.BtnMore);
     global::Gtk.ButtonBox.ButtonBoxChild w11 = ((global::Gtk.ButtonBox.ButtonBoxChild)(this.vbuttonbox1[this.BtnMore]));
     w11.Position = 7;
     w11.Expand = false;
     w11.Fill = false;
     this.vbox3.Add (this.vbuttonbox1);
     global::Gtk.Box.BoxChild w12 = ((global::Gtk.Box.BoxChild)(this.vbox3[this.vbuttonbox1]));
     w12.Position = 0;
     // Container child vbox3.Gtk.Box+BoxChild
     this.table1 = new global::Gtk.Table (((uint)(2)), ((uint)(2)), true);
     this.table1.Name = "table1";
     this.table1.RowSpacing = ((uint)(5));
     this.table1.ColumnSpacing = ((uint)(20));
     this.table1.BorderWidth = ((uint)(5));
     // Container child table1.Gtk.Table+TableChild
     this.BtnAbout = new global::Gtk.Button ();
     this.BtnAbout.TooltipMarkup = "About";
     this.BtnAbout.CanFocus = true;
     this.BtnAbout.Name = "BtnAbout";
     this.BtnAbout.UseUnderline = true;
     this.BtnAbout.FocusOnClick = false;
     this.BtnAbout.Relief = ((global::Gtk.ReliefStyle)(2));
     // Container child BtnAbout.Gtk.Container+ContainerChild
     global::Gtk.Alignment w13 = new global::Gtk.Alignment (0.5f, 0.5f, 0f, 0f);
     // Container child GtkAlignment.Gtk.Container+ContainerChild
     global::Gtk.HBox w14 = new global::Gtk.HBox ();
     w14.Spacing = 2;
     // Container child GtkHBox.Gtk.Container+ContainerChild
     global::Gtk.Image w15 = new global::Gtk.Image ();
     w15.Pixbuf = global::Gdk.Pixbuf.LoadFromResource ("MeeGen.Resources.dialog-information.png");
     w14.Add (w15);
     // Container child GtkHBox.Gtk.Container+ContainerChild
     global::Gtk.Label w17 = new global::Gtk.Label ();
     w14.Add (w17);
     w13.Add (w14);
     this.BtnAbout.Add (w13);
     this.table1.Add (this.BtnAbout);
     global::Gtk.Table.TableChild w21 = ((global::Gtk.Table.TableChild)(this.table1[this.BtnAbout]));
     w21.TopAttach = ((uint)(1));
     w21.BottomAttach = ((uint)(2));
     w21.LeftAttach = ((uint)(1));
     w21.RightAttach = ((uint)(2));
     w21.XOptions = ((global::Gtk.AttachOptions)(4));
     w21.YOptions = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     this.BtnOpen = new global::Gtk.Button ();
     this.BtnOpen.TooltipMarkup = "Open";
     this.BtnOpen.CanFocus = true;
     this.BtnOpen.Name = "BtnOpen";
     this.BtnOpen.UseUnderline = true;
     this.BtnOpen.FocusOnClick = false;
     this.BtnOpen.Relief = ((global::Gtk.ReliefStyle)(2));
     // Container child BtnOpen.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::Gdk.Pixbuf.LoadFromResource ("MeeGen.Resources.document-open.png");
     w23.Add (w24);
     // Container child GtkHBox.Gtk.Container+ContainerChild
     global::Gtk.Label w26 = new global::Gtk.Label ();
     w23.Add (w26);
     w22.Add (w23);
     this.BtnOpen.Add (w22);
     this.table1.Add (this.BtnOpen);
     global::Gtk.Table.TableChild w30 = ((global::Gtk.Table.TableChild)(this.table1[this.BtnOpen]));
     w30.LeftAttach = ((uint)(1));
     w30.RightAttach = ((uint)(2));
     w30.XOptions = ((global::Gtk.AttachOptions)(4));
     w30.YOptions = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     this.BtnReset = new global::Gtk.Button ();
     this.BtnReset.TooltipMarkup = "Delete";
     this.BtnReset.CanFocus = true;
     this.BtnReset.Name = "BtnReset";
     this.BtnReset.UseUnderline = true;
     this.BtnReset.FocusOnClick = false;
     this.BtnReset.Relief = ((global::Gtk.ReliefStyle)(2));
     // Container child BtnReset.Gtk.Container+ContainerChild
     global::Gtk.Alignment w31 = new global::Gtk.Alignment (0.5f, 0.5f, 0f, 0f);
     // Container child GtkAlignment.Gtk.Container+ContainerChild
     global::Gtk.HBox w32 = new global::Gtk.HBox ();
     w32.Spacing = 2;
     // Container child GtkHBox.Gtk.Container+ContainerChild
     global::Gtk.Image w33 = new global::Gtk.Image ();
     w33.Pixbuf = global::Gdk.Pixbuf.LoadFromResource ("MeeGen.Resources.user-trash.png");
     w32.Add (w33);
     // Container child GtkHBox.Gtk.Container+ContainerChild
     global::Gtk.Label w35 = new global::Gtk.Label ();
     w32.Add (w35);
     w31.Add (w32);
     this.BtnReset.Add (w31);
     this.table1.Add (this.BtnReset);
     global::Gtk.Table.TableChild w39 = ((global::Gtk.Table.TableChild)(this.table1[this.BtnReset]));
     w39.TopAttach = ((uint)(1));
     w39.BottomAttach = ((uint)(2));
     w39.XOptions = ((global::Gtk.AttachOptions)(4));
     w39.YOptions = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     this.BtnSave = new global::Gtk.Button ();
     this.BtnSave.TooltipMarkup = "Save";
     this.BtnSave.CanFocus = true;
     this.BtnSave.Name = "BtnSave";
     this.BtnSave.UseUnderline = true;
     this.BtnSave.FocusOnClick = false;
     this.BtnSave.Relief = ((global::Gtk.ReliefStyle)(2));
     // Container child BtnSave.Gtk.Container+ContainerChild
     global::Gtk.Alignment w40 = new global::Gtk.Alignment (0.5f, 0.5f, 0f, 0f);
     // Container child GtkAlignment.Gtk.Container+ContainerChild
     global::Gtk.HBox w41 = new global::Gtk.HBox ();
     w41.Spacing = 2;
     // Container child GtkHBox.Gtk.Container+ContainerChild
     global::Gtk.Image w42 = new global::Gtk.Image ();
     w42.Pixbuf = global::Gdk.Pixbuf.LoadFromResource ("MeeGen.Resources.document-save.png");
     w41.Add (w42);
     // Container child GtkHBox.Gtk.Container+ContainerChild
     global::Gtk.Label w44 = new global::Gtk.Label ();
     w41.Add (w44);
     w40.Add (w41);
     this.BtnSave.Add (w40);
     this.table1.Add (this.BtnSave);
     global::Gtk.Table.TableChild w48 = ((global::Gtk.Table.TableChild)(this.table1[this.BtnSave]));
     w48.XOptions = ((global::Gtk.AttachOptions)(4));
     w48.YOptions = ((global::Gtk.AttachOptions)(4));
     this.vbox3.Add (this.table1);
     global::Gtk.Box.BoxChild w49 = ((global::Gtk.Box.BoxChild)(this.vbox3[this.table1]));
     w49.Position = 1;
     w49.Expand = false;
     w49.Fill = false;
     this.hbox1.Add (this.vbox3);
     global::Gtk.Box.BoxChild w50 = ((global::Gtk.Box.BoxChild)(this.hbox1[this.vbox3]));
     w50.Position = 0;
     w50.Expand = false;
     w50.Fill = false;
     // Container child hbox1.Gtk.Box+BoxChild
     this.vbox6 = new global::Gtk.VBox ();
     this.vbox6.Name = "vbox6";
     // Container child vbox6.Gtk.Box+BoxChild
     this.hbuttonbox15 = new global::Gtk.HButtonBox ();
     this.hbuttonbox15.Name = "hbuttonbox15";
     this.hbuttonbox15.LayoutStyle = ((global::Gtk.ButtonBoxStyle)(2));
     // Container child hbuttonbox15.Gtk.ButtonBox+ButtonBoxChild
     this.BtnZoomIn = new global::Gtk.Button ();
     this.BtnZoomIn.CanFocus = true;
     this.BtnZoomIn.Name = "BtnZoomIn";
     this.BtnZoomIn.UseUnderline = true;
     this.BtnZoomIn.FocusOnClick = false;
     this.BtnZoomIn.Relief = ((global::Gtk.ReliefStyle)(2));
     // Container child BtnZoomIn.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::Gdk.Pixbuf.LoadFromResource ("MeeGen.Resources.zoom-in.png");
     w52.Add (w53);
     // Container child GtkHBox.Gtk.Container+ContainerChild
     global::Gtk.Label w55 = new global::Gtk.Label ();
     w52.Add (w55);
     w51.Add (w52);
     this.BtnZoomIn.Add (w51);
     this.hbuttonbox15.Add (this.BtnZoomIn);
     global::Gtk.ButtonBox.ButtonBoxChild w59 = ((global::Gtk.ButtonBox.ButtonBoxChild)(this.hbuttonbox15[this.BtnZoomIn]));
     w59.Expand = false;
     w59.Fill = false;
     // Container child hbuttonbox15.Gtk.ButtonBox+ButtonBoxChild
     this.BtnZoomOut = new global::Gtk.Button ();
     this.BtnZoomOut.CanFocus = true;
     this.BtnZoomOut.Name = "BtnZoomOut";
     this.BtnZoomOut.UseUnderline = true;
     this.BtnZoomOut.FocusOnClick = false;
     this.BtnZoomOut.Relief = ((global::Gtk.ReliefStyle)(2));
     // Container child BtnZoomOut.Gtk.Container+ContainerChild
     global::Gtk.Alignment w60 = new global::Gtk.Alignment (0.5f, 0.5f, 0f, 0f);
     // Container child GtkAlignment.Gtk.Container+ContainerChild
     global::Gtk.HBox w61 = new global::Gtk.HBox ();
     w61.Spacing = 2;
     // Container child GtkHBox.Gtk.Container+ContainerChild
     global::Gtk.Image w62 = new global::Gtk.Image ();
     w62.Pixbuf = global::Gdk.Pixbuf.LoadFromResource ("MeeGen.Resources.zoom-out.png");
     w61.Add (w62);
     // Container child GtkHBox.Gtk.Container+ContainerChild
     global::Gtk.Label w64 = new global::Gtk.Label ();
     w61.Add (w64);
     w60.Add (w61);
     this.BtnZoomOut.Add (w60);
     this.hbuttonbox15.Add (this.BtnZoomOut);
     global::Gtk.ButtonBox.ButtonBoxChild w68 = ((global::Gtk.ButtonBox.ButtonBoxChild)(this.hbuttonbox15[this.BtnZoomOut]));
     w68.Position = 1;
     w68.Expand = false;
     w68.Fill = false;
     // Container child hbuttonbox15.Gtk.ButtonBox+ButtonBoxChild
     this.BtnRotateLeft = new global::Gtk.Button ();
     this.BtnRotateLeft.CanFocus = true;
     this.BtnRotateLeft.Name = "BtnRotateLeft";
     this.BtnRotateLeft.UseUnderline = true;
     this.BtnRotateLeft.FocusOnClick = false;
     this.BtnRotateLeft.Relief = ((global::Gtk.ReliefStyle)(2));
     // Container child BtnRotateLeft.Gtk.Container+ContainerChild
     global::Gtk.Alignment w69 = new global::Gtk.Alignment (0.5f, 0.5f, 0f, 0f);
     // Container child GtkAlignment.Gtk.Container+ContainerChild
     global::Gtk.HBox w70 = new global::Gtk.HBox ();
     w70.Spacing = 2;
     // Container child GtkHBox.Gtk.Container+ContainerChild
     global::Gtk.Image w71 = new global::Gtk.Image ();
     w71.Pixbuf = global::Gdk.Pixbuf.LoadFromResource ("MeeGen.Resources.object-rotate-left.png");
     w70.Add (w71);
     // Container child GtkHBox.Gtk.Container+ContainerChild
     global::Gtk.Label w73 = new global::Gtk.Label ();
     w70.Add (w73);
     w69.Add (w70);
     this.BtnRotateLeft.Add (w69);
     this.hbuttonbox15.Add (this.BtnRotateLeft);
     global::Gtk.ButtonBox.ButtonBoxChild w77 = ((global::Gtk.ButtonBox.ButtonBoxChild)(this.hbuttonbox15[this.BtnRotateLeft]));
     w77.Position = 2;
     w77.Expand = false;
     w77.Fill = false;
     // Container child hbuttonbox15.Gtk.ButtonBox+ButtonBoxChild
     this.BtnRotateRight = new global::Gtk.Button ();
     this.BtnRotateRight.CanFocus = true;
     this.BtnRotateRight.Name = "BtnRotateRight";
     this.BtnRotateRight.UseUnderline = true;
     this.BtnRotateRight.FocusOnClick = false;
     this.BtnRotateRight.Relief = ((global::Gtk.ReliefStyle)(2));
     // Container child BtnRotateRight.Gtk.Container+ContainerChild
     global::Gtk.Alignment w78 = new global::Gtk.Alignment (0.5f, 0.5f, 0f, 0f);
     // Container child GtkAlignment.Gtk.Container+ContainerChild
     global::Gtk.HBox w79 = new global::Gtk.HBox ();
     w79.Spacing = 2;
     // Container child GtkHBox.Gtk.Container+ContainerChild
     global::Gtk.Image w80 = new global::Gtk.Image ();
     w80.Pixbuf = global::Gdk.Pixbuf.LoadFromResource ("MeeGen.Resources.object-rotate-right.png");
     w79.Add (w80);
     // Container child GtkHBox.Gtk.Container+ContainerChild
     global::Gtk.Label w82 = new global::Gtk.Label ();
     w79.Add (w82);
     w78.Add (w79);
     this.BtnRotateRight.Add (w78);
     this.hbuttonbox15.Add (this.BtnRotateRight);
     global::Gtk.ButtonBox.ButtonBoxChild w86 = ((global::Gtk.ButtonBox.ButtonBoxChild)(this.hbuttonbox15[this.BtnRotateRight]));
     w86.Position = 3;
     w86.Expand = false;
     w86.Fill = false;
     // Container child hbuttonbox15.Gtk.ButtonBox+ButtonBoxChild
     this.BtnLayerUp = new global::Gtk.Button ();
     this.BtnLayerUp.CanFocus = true;
     this.BtnLayerUp.Name = "BtnLayerUp";
     this.BtnLayerUp.UseUnderline = true;
     this.BtnLayerUp.FocusOnClick = false;
     this.BtnLayerUp.Relief = ((global::Gtk.ReliefStyle)(2));
     // Container child BtnLayerUp.Gtk.Container+ContainerChild
     global::Gtk.Alignment w87 = new global::Gtk.Alignment (0.5f, 0.5f, 0f, 0f);
     // Container child GtkAlignment.Gtk.Container+ContainerChild
     global::Gtk.HBox w88 = new global::Gtk.HBox ();
     w88.Spacing = 2;
     // Container child GtkHBox.Gtk.Container+ContainerChild
     global::Gtk.Image w89 = new global::Gtk.Image ();
     w89.Pixbuf = global::Gdk.Pixbuf.LoadFromResource ("MeeGen.Resources.go-up.png");
     w88.Add (w89);
     // Container child GtkHBox.Gtk.Container+ContainerChild
     global::Gtk.Label w91 = new global::Gtk.Label ();
     w88.Add (w91);
     w87.Add (w88);
     this.BtnLayerUp.Add (w87);
     this.hbuttonbox15.Add (this.BtnLayerUp);
     global::Gtk.ButtonBox.ButtonBoxChild w95 = ((global::Gtk.ButtonBox.ButtonBoxChild)(this.hbuttonbox15[this.BtnLayerUp]));
     w95.Position = 4;
     w95.Expand = false;
     w95.Fill = false;
     // Container child hbuttonbox15.Gtk.ButtonBox+ButtonBoxChild
     this.BtnLayerDown = new global::Gtk.Button ();
     this.BtnLayerDown.CanFocus = true;
     this.BtnLayerDown.Name = "BtnLayerDown";
     this.BtnLayerDown.UseUnderline = true;
     this.BtnLayerDown.FocusOnClick = false;
     this.BtnLayerDown.Relief = ((global::Gtk.ReliefStyle)(2));
     // Container child BtnLayerDown.Gtk.Container+ContainerChild
     global::Gtk.Alignment w96 = new global::Gtk.Alignment (0.5f, 0.5f, 0f, 0f);
     // Container child GtkAlignment.Gtk.Container+ContainerChild
     global::Gtk.HBox w97 = new global::Gtk.HBox ();
     w97.Spacing = 2;
     // Container child GtkHBox.Gtk.Container+ContainerChild
     global::Gtk.Image w98 = new global::Gtk.Image ();
     w98.Pixbuf = global::Gdk.Pixbuf.LoadFromResource ("MeeGen.Resources.go-down.png");
     w97.Add (w98);
     // Container child GtkHBox.Gtk.Container+ContainerChild
     global::Gtk.Label w100 = new global::Gtk.Label ();
     w97.Add (w100);
     w96.Add (w97);
     this.BtnLayerDown.Add (w96);
     this.hbuttonbox15.Add (this.BtnLayerDown);
     global::Gtk.ButtonBox.ButtonBoxChild w104 = ((global::Gtk.ButtonBox.ButtonBoxChild)(this.hbuttonbox15[this.BtnLayerDown]));
     w104.Position = 5;
     w104.Expand = false;
     w104.Fill = false;
     // Container child hbuttonbox15.Gtk.ButtonBox+ButtonBoxChild
     this.BtnFlipH = new global::Gtk.Button ();
     this.BtnFlipH.CanFocus = true;
     this.BtnFlipH.Name = "BtnFlipH";
     this.BtnFlipH.UseUnderline = true;
     this.BtnFlipH.FocusOnClick = false;
     this.BtnFlipH.Relief = ((global::Gtk.ReliefStyle)(2));
     // Container child BtnFlipH.Gtk.Container+ContainerChild
     global::Gtk.Alignment w105 = new global::Gtk.Alignment (0.5f, 0.5f, 0f, 0f);
     // Container child GtkAlignment.Gtk.Container+ContainerChild
     global::Gtk.HBox w106 = new global::Gtk.HBox ();
     w106.Spacing = 2;
     // Container child GtkHBox.Gtk.Container+ContainerChild
     global::Gtk.Image w107 = new global::Gtk.Image ();
     w107.Pixbuf = global::Gdk.Pixbuf.LoadFromResource ("MeeGen.Resources.object-flip-horizontal.png");
     w106.Add (w107);
     // Container child GtkHBox.Gtk.Container+ContainerChild
     global::Gtk.Label w109 = new global::Gtk.Label ();
     w106.Add (w109);
     w105.Add (w106);
     this.BtnFlipH.Add (w105);
     this.hbuttonbox15.Add (this.BtnFlipH);
     global::Gtk.ButtonBox.ButtonBoxChild w113 = ((global::Gtk.ButtonBox.ButtonBoxChild)(this.hbuttonbox15[this.BtnFlipH]));
     w113.Position = 6;
     w113.Expand = false;
     w113.Fill = false;
     // Container child hbuttonbox15.Gtk.ButtonBox+ButtonBoxChild
     this.BtnFlipV = new global::Gtk.Button ();
     this.BtnFlipV.CanFocus = true;
     this.BtnFlipV.Name = "BtnFlipV";
     this.BtnFlipV.UseUnderline = true;
     this.BtnFlipV.FocusOnClick = false;
     this.BtnFlipV.Relief = ((global::Gtk.ReliefStyle)(2));
     // Container child BtnFlipV.Gtk.Container+ContainerChild
     global::Gtk.Alignment w114 = new global::Gtk.Alignment (0.5f, 0.5f, 0f, 0f);
     // Container child GtkAlignment.Gtk.Container+ContainerChild
     global::Gtk.HBox w115 = new global::Gtk.HBox ();
     w115.Spacing = 2;
     // Container child GtkHBox.Gtk.Container+ContainerChild
     global::Gtk.Image w116 = new global::Gtk.Image ();
     w116.Pixbuf = global::Gdk.Pixbuf.LoadFromResource ("MeeGen.Resources.object-flip-vertical.png");
     w115.Add (w116);
     // Container child GtkHBox.Gtk.Container+ContainerChild
     global::Gtk.Label w118 = new global::Gtk.Label ();
     w115.Add (w118);
     w114.Add (w115);
     this.BtnFlipV.Add (w114);
     this.hbuttonbox15.Add (this.BtnFlipV);
     global::Gtk.ButtonBox.ButtonBoxChild w122 = ((global::Gtk.ButtonBox.ButtonBoxChild)(this.hbuttonbox15[this.BtnFlipV]));
     w122.Position = 7;
     w122.Expand = false;
     w122.Fill = false;
     // Container child hbuttonbox15.Gtk.ButtonBox+ButtonBoxChild
     this.BtnColorSelection = new global::Gtk.Button ();
     this.BtnColorSelection.CanFocus = true;
     this.BtnColorSelection.Name = "BtnColorSelection";
     this.BtnColorSelection.UseUnderline = true;
     this.BtnColorSelection.FocusOnClick = false;
     this.BtnColorSelection.Relief = ((global::Gtk.ReliefStyle)(2));
     // Container child BtnColorSelection.Gtk.Container+ContainerChild
     global::Gtk.Alignment w123 = new global::Gtk.Alignment (0.5f, 0.5f, 0f, 0f);
     // Container child GtkAlignment.Gtk.Container+ContainerChild
     global::Gtk.HBox w124 = new global::Gtk.HBox ();
     w124.Spacing = 2;
     // Container child GtkHBox.Gtk.Container+ContainerChild
     global::Gtk.Image w125 = new global::Gtk.Image ();
     w125.Pixbuf = global::Gdk.Pixbuf.LoadFromResource ("MeeGen.Resources.color-chooser.png");
     w124.Add (w125);
     // Container child GtkHBox.Gtk.Container+ContainerChild
     global::Gtk.Label w127 = new global::Gtk.Label ();
     w124.Add (w127);
     w123.Add (w124);
     this.BtnColorSelection.Add (w123);
     this.hbuttonbox15.Add (this.BtnColorSelection);
     global::Gtk.ButtonBox.ButtonBoxChild w131 = ((global::Gtk.ButtonBox.ButtonBoxChild)(this.hbuttonbox15[this.BtnColorSelection]));
     w131.Position = 8;
     w131.Expand = false;
     w131.Fill = false;
     this.vbox6.Add (this.hbuttonbox15);
     global::Gtk.Box.BoxChild w132 = ((global::Gtk.Box.BoxChild)(this.vbox6[this.hbuttonbox15]));
     w132.Position = 0;
     w132.Expand = false;
     w132.Fill = false;
     // Container child vbox6.Gtk.Box+BoxChild
     this.drawingarea = new global::Gtk.DrawingArea ();
     this.drawingarea.CanDefault = true;
     this.drawingarea.CanFocus = true;
     this.drawingarea.Events = ((global::Gdk.EventMask)(804));
     this.drawingarea.Name = "drawingarea";
     this.vbox6.Add (this.drawingarea);
     global::Gtk.Box.BoxChild w133 = ((global::Gtk.Box.BoxChild)(this.vbox6[this.drawingarea]));
     w133.Position = 1;
     // 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.BtnScrollLeft = new global::Gtk.Button ();
     this.BtnScrollLeft.CanFocus = true;
     this.BtnScrollLeft.Name = "BtnScrollLeft";
     this.BtnScrollLeft.UseUnderline = true;
     this.BtnScrollLeft.FocusOnClick = false;
     this.BtnScrollLeft.Relief = ((global::Gtk.ReliefStyle)(2));
     // Container child BtnScrollLeft.Gtk.Container+ContainerChild
     global::Gtk.Alignment w134 = new global::Gtk.Alignment (0.5f, 0.5f, 0f, 0f);
     // Container child GtkAlignment.Gtk.Container+ContainerChild
     global::Gtk.HBox w135 = new global::Gtk.HBox ();
     w135.Spacing = 2;
     // Container child GtkHBox.Gtk.Container+ContainerChild
     global::Gtk.Image w136 = new global::Gtk.Image ();
     w136.Pixbuf = global::Gdk.Pixbuf.LoadFromResource ("MeeGen.Resources.arrow-left.png");
     w135.Add (w136);
     // Container child GtkHBox.Gtk.Container+ContainerChild
     global::Gtk.Label w138 = new global::Gtk.Label ();
     w135.Add (w138);
     w134.Add (w135);
     this.BtnScrollLeft.Add (w134);
     this.hbox4.Add (this.BtnScrollLeft);
     global::Gtk.Box.BoxChild w142 = ((global::Gtk.Box.BoxChild)(this.hbox4[this.BtnScrollLeft]));
     w142.Position = 0;
     w142.Expand = false;
     w142.Fill = false;
     // Container child hbox4.Gtk.Box+BoxChild
     this.GtkScrolledWindow = new global::Gtk.ScrolledWindow ();
     this.GtkScrolledWindow.Name = "GtkScrolledWindow";
     this.GtkScrolledWindow.HscrollbarPolicy = ((global::Gtk.PolicyType)(2));
     // Container child GtkScrolledWindow.Gtk.Container+ContainerChild
     this.iconview = new global::Gtk.IconView ();
     this.iconview.Name = "iconview";
     this.GtkScrolledWindow.Add (this.iconview);
     this.hbox4.Add (this.GtkScrolledWindow);
     global::Gtk.Box.BoxChild w144 = ((global::Gtk.Box.BoxChild)(this.hbox4[this.GtkScrolledWindow]));
     w144.Position = 1;
     // Container child hbox4.Gtk.Box+BoxChild
     this.BtnScrollRight = new global::Gtk.Button ();
     this.BtnScrollRight.CanFocus = true;
     this.BtnScrollRight.Name = "BtnScrollRight";
     this.BtnScrollRight.UseUnderline = true;
     this.BtnScrollRight.FocusOnClick = false;
     this.BtnScrollRight.Relief = ((global::Gtk.ReliefStyle)(2));
     // Container child BtnScrollRight.Gtk.Container+ContainerChild
     global::Gtk.Alignment w145 = new global::Gtk.Alignment (0.5f, 0.5f, 0f, 0f);
     // Container child GtkAlignment.Gtk.Container+ContainerChild
     global::Gtk.HBox w146 = new global::Gtk.HBox ();
     w146.Spacing = 2;
     // Container child GtkHBox.Gtk.Container+ContainerChild
     global::Gtk.Image w147 = new global::Gtk.Image ();
     w147.Pixbuf = global::Gdk.Pixbuf.LoadFromResource ("MeeGen.Resources.arrow-right.png");
     w146.Add (w147);
     // Container child GtkHBox.Gtk.Container+ContainerChild
     global::Gtk.Label w149 = new global::Gtk.Label ();
     w146.Add (w149);
     w145.Add (w146);
     this.BtnScrollRight.Add (w145);
     this.hbox4.Add (this.BtnScrollRight);
     global::Gtk.Box.BoxChild w153 = ((global::Gtk.Box.BoxChild)(this.hbox4[this.BtnScrollRight]));
     w153.Position = 2;
     w153.Expand = false;
     w153.Fill = false;
     this.vbox6.Add (this.hbox4);
     global::Gtk.Box.BoxChild w154 = ((global::Gtk.Box.BoxChild)(this.vbox6[this.hbox4]));
     w154.Position = 2;
     w154.Expand = false;
     w154.Fill = false;
     this.hbox1.Add (this.vbox6);
     global::Gtk.Box.BoxChild w155 = ((global::Gtk.Box.BoxChild)(this.hbox1[this.vbox6]));
     w155.Position = 1;
     this.vbox2.Add (this.hbox1);
     global::Gtk.Box.BoxChild w156 = ((global::Gtk.Box.BoxChild)(this.vbox2[this.hbox1]));
     w156.Position = 0;
     this.vbox1.Add (this.vbox2);
     global::Gtk.Box.BoxChild w157 = ((global::Gtk.Box.BoxChild)(this.vbox1[this.vbox2]));
     w157.Position = 0;
     this.Add (this.vbox1);
     if ((this.Child != null)) {
         this.Child.ShowAll ();
     }
     this.DefaultWidth = 899;
     this.DefaultHeight = 562;
     this.drawingarea.HasDefault = true;
     this.Show ();
     this.DeleteEvent += new global::Gtk.DeleteEventHandler (this.OnDeleteEvent);
     this.BtnHeads.Clicked += new global::System.EventHandler (this.CategoryButtonClicked);
     this.BtnHair.Clicked += new global::System.EventHandler (this.CategoryButtonClicked);
     this.BtnArms.Clicked += new global::System.EventHandler (this.CategoryButtonClicked);
     this.BtnBodies.Clicked += new global::System.EventHandler (this.CategoryButtonClicked);
     this.BtnLegs.Clicked += new global::System.EventHandler (this.CategoryButtonClicked);
     this.BtnEyes.Clicked += new global::System.EventHandler (this.CategoryButtonClicked);
     this.BtnPets.Clicked += new global::System.EventHandler (this.CategoryButtonClicked);
     this.BtnMore.Clicked += new global::System.EventHandler (this.MoreButtonClicked);
     this.BtnSave.Clicked += new global::System.EventHandler (this.SaveButtonClicked);
     this.BtnReset.Clicked += new global::System.EventHandler (this.ResetButtonClicked);
     this.BtnOpen.Clicked += new global::System.EventHandler (this.OpenButtonClicked);
     this.BtnAbout.Clicked += new global::System.EventHandler (this.AboutButtonClicked);
     this.BtnZoomIn.Clicked += new global::System.EventHandler (this.ZoomInButtonClicked);
     this.BtnZoomOut.Clicked += new global::System.EventHandler (this.ZoomOutButtonClicked);
     this.BtnRotateLeft.Clicked += new global::System.EventHandler (this.RotateLeftButtonClicked);
     this.BtnRotateRight.Clicked += new global::System.EventHandler (this.RotateRightButtonClicked);
     this.BtnLayerUp.Clicked += new global::System.EventHandler (this.UpButtonClicked);
     this.BtnLayerDown.Clicked += new global::System.EventHandler (this.DownButtonClicked);
     this.BtnFlipH.Clicked += new global::System.EventHandler (this.FlipHButtonClicked);
     this.BtnFlipV.Clicked += new global::System.EventHandler (this.FlipVButtonClicked);
     this.BtnColorSelection.Clicked += new global::System.EventHandler (this.ColorSelectionButtonClicked);
     this.drawingarea.ExposeEvent += new global::Gtk.ExposeEventHandler (this.DrawingAreaExpose);
     this.drawingarea.DragDataReceived += new global::Gtk.DragDataReceivedHandler (this.DragData_Received);
     this.drawingarea.ButtonPressEvent += new global::Gtk.ButtonPressEventHandler (this.DrawingAreaPress);
     this.drawingarea.MotionNotifyEvent += new global::Gtk.MotionNotifyEventHandler (this.DrawingAreaMotionNotify);
     this.drawingarea.KeyPressEvent += new global::Gtk.KeyPressEventHandler (this.OnDrawingareaKeyPressEvent);
     this.BtnScrollLeft.Clicked += new global::System.EventHandler (this.ScrollLeftButtonClicked);
     this.iconview.DragDataGet += new global::Gtk.DragDataGetHandler (this.DragData_Get);
     this.iconview.DragBegin += new global::Gtk.DragBeginHandler (this.Drag_Begin);
     this.BtnScrollRight.Clicked += new global::System.EventHandler (this.ScrollRightButtonClicked);
 }