protected virtual void Build()
 {
     global::Stetic.Gui.Initialize(this);
     // Widget LongoMatch.Gui.Component.FakeAnalysisComponent
     global::Stetic.BinContainer.Attach(this);
     this.Name = "LongoMatch.Gui.Component.FakeAnalysisComponent";
     // Container child LongoMatch.Gui.Component.FakeAnalysisComponent.Gtk.Container+ContainerChild
     this.lightbackgroundeventbox      = new global::Gtk.EventBox();
     this.lightbackgroundeventbox.Name = "lightbackgroundeventbox";
     // Container child lightbackgroundeventbox.Gtk.Container+ContainerChild
     this.vbox3         = new global::Gtk.VBox();
     this.vbox3.Name    = "vbox3";
     this.vbox3.Spacing = 6;
     // Container child vbox3.Gtk.Box+BoxChild
     this.capturerbin           = new global::LongoMatch.Gui.CapturerBin();
     this.capturerbin.Events    = ((global::Gdk.EventMask)(256));
     this.capturerbin.Name      = "capturerbin";
     this.capturerbin.Capturing = false;
     this.vbox3.Add(this.capturerbin);
     global::Gtk.Box.BoxChild w1 = ((global::Gtk.Box.BoxChild)(this.vbox3 [this.capturerbin]));
     w1.Position = 0;
     w1.Expand   = false;
     // Container child vbox3.Gtk.Box+BoxChild
     this.hseparator1      = new global::Gtk.HSeparator();
     this.hseparator1.Name = "hseparator1";
     this.vbox3.Add(this.hseparator1);
     global::Gtk.Box.BoxChild w2 = ((global::Gtk.Box.BoxChild)(this.vbox3 [this.hseparator1]));
     w2.Position = 1;
     w2.Expand   = false;
     w2.Fill     = false;
     // Container child vbox3.Gtk.Box+BoxChild
     this.codingwidget1              = new global::LongoMatch.Gui.Component.CodingWidget();
     this.codingwidget1.Events       = ((global::Gdk.EventMask)(256));
     this.codingwidget1.Name         = "codingwidget1";
     this.codingwidget1.TagPositions = false;
     this.vbox3.Add(this.codingwidget1);
     global::Gtk.Box.BoxChild w3 = ((global::Gtk.Box.BoxChild)(this.vbox3 [this.codingwidget1]));
     w3.Position = 2;
     this.lightbackgroundeventbox.Add(this.vbox3);
     this.Add(this.lightbackgroundeventbox);
     if ((this.Child != null))
     {
         this.Child.ShowAll();
     }
     this.Hide();
 }
 protected virtual void Build()
 {
     global::Stetic.Gui.Initialize (this);
     // Widget LongoMatch.Gui.Component.FakeAnalysisComponent
     global::Stetic.BinContainer.Attach (this);
     this.Name = "LongoMatch.Gui.Component.FakeAnalysisComponent";
     // Container child LongoMatch.Gui.Component.FakeAnalysisComponent.Gtk.Container+ContainerChild
     this.lightbackgroundeventbox = new global::Gtk.EventBox ();
     this.lightbackgroundeventbox.Name = "lightbackgroundeventbox";
     // Container child lightbackgroundeventbox.Gtk.Container+ContainerChild
     this.vbox3 = new global::Gtk.VBox ();
     this.vbox3.Name = "vbox3";
     this.vbox3.Spacing = 6;
     // Container child vbox3.Gtk.Box+BoxChild
     this.capturerbin = new global::VAS.UI.CapturerBin ();
     this.capturerbin.Events = ((global::Gdk.EventMask)(256));
     this.capturerbin.Name = "capturerbin";
     this.capturerbin.Capturing = false;
     this.vbox3.Add (this.capturerbin);
     global::Gtk.Box.BoxChild w1 = ((global::Gtk.Box.BoxChild)(this.vbox3 [this.capturerbin]));
     w1.Position = 0;
     w1.Expand = false;
     // Container child vbox3.Gtk.Box+BoxChild
     this.hseparator1 = new global::Gtk.HSeparator ();
     this.hseparator1.Name = "hseparator1";
     this.vbox3.Add (this.hseparator1);
     global::Gtk.Box.BoxChild w2 = ((global::Gtk.Box.BoxChild)(this.vbox3 [this.hseparator1]));
     w2.Position = 1;
     w2.Expand = false;
     w2.Fill = false;
     // Container child vbox3.Gtk.Box+BoxChild
     this.codingwidget1 = new global::LongoMatch.Gui.Component.CodingWidget ();
     this.codingwidget1.Events = ((global::Gdk.EventMask)(256));
     this.codingwidget1.Name = "codingwidget1";
     this.codingwidget1.TagPositions = false;
     this.vbox3.Add (this.codingwidget1);
     global::Gtk.Box.BoxChild w3 = ((global::Gtk.Box.BoxChild)(this.vbox3 [this.codingwidget1]));
     w3.Position = 2;
     this.lightbackgroundeventbox.Add (this.vbox3);
     this.Add (this.lightbackgroundeventbox);
     if ((this.Child != null)) {
         this.Child.ShowAll ();
     }
     this.Hide ();
 }
 protected virtual void Build()
 {
     global::Stetic.Gui.Initialize (this);
     // Widget LongoMatch.Gui.Component.AnalysisComponent
     Stetic.BinContainer w1 = global::Stetic.BinContainer.Attach (this);
     this.UIManager = new global::Gtk.UIManager ();
     global::Gtk.ActionGroup w2 = new global::Gtk.ActionGroup ("Default");
     this.UIManager.InsertActionGroup (w2, 0);
     this.Name = "LongoMatch.Gui.Component.AnalysisComponent";
     // Container child LongoMatch.Gui.Component.AnalysisComponent.Gtk.Container+ContainerChild
     this.hbox1 = new global::Gtk.HBox ();
     this.hbox1.Name = "hbox1";
     this.hbox1.Spacing = 6;
     // Container child hbox1.Gtk.Box+BoxChild
     this.lightbackgroundeventbox = new global::Gtk.EventBox ();
     this.lightbackgroundeventbox.Name = "lightbackgroundeventbox";
     // Container child lightbackgroundeventbox.Gtk.Container+ContainerChild
     this.centralpane = new global::Gtk.VPaned ();
     this.centralpane.CanFocus = true;
     this.centralpane.Name = "centralpane";
     this.centralpane.Position = 422;
     // Container child centralpane.Gtk.Paned+PanedChild
     this.uppane = new global::Gtk.HPaned ();
     this.uppane.CanFocus = true;
     this.uppane.Name = "uppane";
     this.uppane.Position = 400;
     // Container child uppane.Gtk.Paned+PanedChild
     this.playsSelection = new global::LongoMatch.Gui.Component.PlaysSelectionWidget ();
     this.playsSelection.WidthRequest = 400;
     this.playsSelection.Events = ((global::Gdk.EventMask)(256));
     this.playsSelection.Name = "playsSelection";
     this.uppane.Add (this.playsSelection);
     global::Gtk.Paned.PanedChild w3 = ((global::Gtk.Paned.PanedChild)(this.uppane [this.playsSelection]));
     w3.Resize = false;
     // Container child uppane.Gtk.Paned+PanedChild
     this.videowidgetsbox = new global::Gtk.HBox ();
     this.videowidgetsbox.Name = "videowidgetsbox";
     this.videowidgetsbox.Spacing = 6;
     // Container child videowidgetsbox.Gtk.Box+BoxChild
     this.playercapturer = new global::VAS.UI.PlayerCapturerBin ();
     this.playercapturer.Events = ((global::Gdk.EventMask)(256));
     this.playercapturer.Name = "playercapturer";
     this.videowidgetsbox.Add (this.playercapturer);
     global::Gtk.Box.BoxChild w4 = ((global::Gtk.Box.BoxChild)(this.videowidgetsbox [this.playercapturer]));
     w4.Position = 0;
     this.uppane.Add (this.videowidgetsbox);
     this.centralpane.Add (this.uppane);
     global::Gtk.Paned.PanedChild w6 = ((global::Gtk.Paned.PanedChild)(this.centralpane [this.uppane]));
     w6.Resize = false;
     // Container child centralpane.Gtk.Paned+PanedChild
     this.codingwidget = new global::LongoMatch.Gui.Component.CodingWidget ();
     this.codingwidget.Events = ((global::Gdk.EventMask)(256));
     this.codingwidget.Name = "codingwidget";
     this.codingwidget.TagPositions = false;
     this.centralpane.Add (this.codingwidget);
     global::Gtk.Paned.PanedChild w7 = ((global::Gtk.Paned.PanedChild)(this.centralpane [this.codingwidget]));
     w7.Resize = false;
     this.lightbackgroundeventbox.Add (this.centralpane);
     this.hbox1.Add (this.lightbackgroundeventbox);
     global::Gtk.Box.BoxChild w9 = ((global::Gtk.Box.BoxChild)(this.hbox1 [this.lightbackgroundeventbox]));
     w9.Position = 0;
     this.Add (this.hbox1);
     if ((this.Child != null)) {
         this.Child.ShowAll ();
     }
     w1.SetUiManager (UIManager);
     this.Hide ();
 }
 protected virtual void Build()
 {
     global::Stetic.Gui.Initialize(this);
     // Widget LongoMatch.Gui.Component.AnalysisComponent
     Stetic.BinContainer w1 = global::Stetic.BinContainer.Attach(this);
     this.UIManager = new global::Gtk.UIManager();
     global::Gtk.ActionGroup w2 = new global::Gtk.ActionGroup("Default");
     this.UIManager.InsertActionGroup(w2, 0);
     this.Name = "LongoMatch.Gui.Component.AnalysisComponent";
     // Container child LongoMatch.Gui.Component.AnalysisComponent.Gtk.Container+ContainerChild
     this.hbox1         = new global::Gtk.HBox();
     this.hbox1.Name    = "hbox1";
     this.hbox1.Spacing = 6;
     // Container child hbox1.Gtk.Box+BoxChild
     this.lightbackgroundeventbox      = new global::Gtk.EventBox();
     this.lightbackgroundeventbox.Name = "lightbackgroundeventbox";
     // Container child lightbackgroundeventbox.Gtk.Container+ContainerChild
     this.centralpane          = new global::Gtk.VPaned();
     this.centralpane.CanFocus = true;
     this.centralpane.Name     = "centralpane";
     this.centralpane.Position = 263;
     // Container child centralpane.Gtk.Paned+PanedChild
     this.uppane          = new global::Gtk.HPaned();
     this.uppane.CanFocus = true;
     this.uppane.Name     = "uppane";
     this.uppane.Position = 400;
     // Container child uppane.Gtk.Paned+PanedChild
     this.playsSelection = new global::LongoMatch.Gui.Component.PlaysSelectionWidget();
     this.playsSelection.WidthRequest = 400;
     this.playsSelection.Events       = ((global::Gdk.EventMask)(256));
     this.playsSelection.Name         = "playsSelection";
     this.uppane.Add(this.playsSelection);
     global::Gtk.Paned.PanedChild w3 = ((global::Gtk.Paned.PanedChild)(this.uppane [this.playsSelection]));
     w3.Resize = false;
     // Container child uppane.Gtk.Paned+PanedChild
     this.rigthpane          = new global::Gtk.HPaned();
     this.rigthpane.CanFocus = true;
     this.rigthpane.Name     = "rigthpane";
     this.rigthpane.Position = 1219;
     // Container child rigthpane.Gtk.Paned+PanedChild
     this.videowidgetsbox         = new global::Gtk.HBox();
     this.videowidgetsbox.Name    = "videowidgetsbox";
     this.videowidgetsbox.Spacing = 6;
     // Container child videowidgetsbox.Gtk.Box+BoxChild
     this.playercapturer        = new global::LongoMatch.Gui.PlayerCapturerBin();
     this.playercapturer.Events = ((global::Gdk.EventMask)(256));
     this.playercapturer.Name   = "playercapturer";
     this.videowidgetsbox.Add(this.playercapturer);
     global::Gtk.Box.BoxChild w4 = ((global::Gtk.Box.BoxChild)(this.videowidgetsbox [this.playercapturer]));
     w4.Position = 0;
     this.rigthpane.Add(this.videowidgetsbox);
     global::Gtk.Paned.PanedChild w5 = ((global::Gtk.Paned.PanedChild)(this.rigthpane [this.videowidgetsbox]));
     w5.Resize = false;
     this.uppane.Add(this.rigthpane);
     this.centralpane.Add(this.uppane);
     global::Gtk.Paned.PanedChild w7 = ((global::Gtk.Paned.PanedChild)(this.centralpane [this.uppane]));
     w7.Resize = false;
     // Container child centralpane.Gtk.Paned+PanedChild
     this.codingwidget              = new global::LongoMatch.Gui.Component.CodingWidget();
     this.codingwidget.Events       = ((global::Gdk.EventMask)(256));
     this.codingwidget.Name         = "codingwidget";
     this.codingwidget.TagPositions = false;
     this.centralpane.Add(this.codingwidget);
     this.lightbackgroundeventbox.Add(this.centralpane);
     this.hbox1.Add(this.lightbackgroundeventbox);
     global::Gtk.Box.BoxChild w10 = ((global::Gtk.Box.BoxChild)(this.hbox1 [this.lightbackgroundeventbox]));
     w10.Position = 0;
     this.Add(this.hbox1);
     if ((this.Child != null))
     {
         this.Child.ShowAll();
     }
     w1.SetUiManager(UIManager);
     this.Hide();
 }