protected virtual void Build()
 {
     global::Stetic.Gui.Initialize (this);
     // Widget LongoMatch.Gui.PlayerBin
     global::Stetic.BinContainer.Attach (this);
     this.Name = "LongoMatch.Gui.PlayerBin";
     // Container child LongoMatch.Gui.PlayerBin.Gtk.Container+ContainerChild
     this.mainbox = new global::Gtk.HBox ();
     this.mainbox.Name = "mainbox";
     this.mainbox.Spacing = 6;
     // Container child mainbox.Gtk.Box+BoxChild
     this.vbox2 = new global::Gtk.VBox ();
     this.vbox2.Name = "vbox2";
     this.vbox2.Spacing = 6;
     // Container child vbox2.Gtk.Box+BoxChild
     this.videobox = new global::Gtk.HBox ();
     this.videobox.Name = "videobox";
     this.videobox.Spacing = 6;
     this.vbox2.Add (this.videobox);
     global::Gtk.Box.BoxChild w1 = ((global::Gtk.Box.BoxChild)(this.vbox2[this.videobox]));
     w1.Position = 0;
     // Container child vbox2.Gtk.Box+BoxChild
     this.controlsbox = new global::Gtk.HBox ();
     this.controlsbox.Name = "controlsbox";
     this.controlsbox.Spacing = 6;
     // Container child controlsbox.Gtk.Box+BoxChild
     this.buttonsbox = new global::Gtk.HBox ();
     this.buttonsbox.Name = "buttonsbox";
     this.buttonsbox.Homogeneous = true;
     // Container child buttonsbox.Gtk.Box+BoxChild
     this.closebutton = new global::Gtk.Button ();
     this.closebutton.Name = "closebutton";
     this.closebutton.UseUnderline = true;
     // Container child closebutton.Gtk.Container+ContainerChild
     global::Gtk.Alignment w2 = new global::Gtk.Alignment (0.5f, 0.5f, 0f, 0f);
     // Container child GtkAlignment.Gtk.Container+ContainerChild
     global::Gtk.HBox w3 = new global::Gtk.HBox ();
     w3.Spacing = 2;
     // Container child GtkHBox.Gtk.Container+ContainerChild
     global::Gtk.Image w4 = new global::Gtk.Image ();
     w4.Pixbuf = global::Stetic.IconLoader.LoadIcon (this, "gtk-close", global::Gtk.IconSize.Dnd);
     w3.Add (w4);
     // Container child GtkHBox.Gtk.Container+ContainerChild
     global::Gtk.Label w6 = new global::Gtk.Label ();
     w3.Add (w6);
     w2.Add (w3);
     //this.closebutton.Add (w2);
     //this.buttonsbox.Add (this.closebutton);
     //global::Gtk.Box.BoxChild w10 = ((global::Gtk.Box.BoxChild)(this.buttonsbox[this.closebutton]));
     //w10.Position = 0;
     //w10.Expand = false;
     //w10.Fill = false;
     // Container child buttonsbox.Gtk.Box+BoxChild
     this.drawbutton = new global::Gtk.Button ();
     this.drawbutton.Name = "drawbutton";
     this.drawbutton.UseUnderline = true;
     // Container child drawbutton.Gtk.Container+ContainerChild
     global::Gtk.Alignment w11 = new global::Gtk.Alignment (0.5f, 0.5f, 0f, 0f);
     // Container child GtkAlignment.Gtk.Container+ContainerChild
     global::Gtk.HBox w12 = new global::Gtk.HBox ();
     w12.Spacing = 2;
     // Container child GtkHBox.Gtk.Container+ContainerChild
     global::Gtk.Image w13 = new global::Gtk.Image ();
     w13.Pixbuf = global::Stetic.IconLoader.LoadIcon (this, "gtk-select-color", global::Gtk.IconSize.Menu);
     w12.Add (w13);
     // Container child GtkHBox.Gtk.Container+ContainerChild
     global::Gtk.Label w15 = new global::Gtk.Label ();
     w12.Add (w15);
     w11.Add (w12);
     //this.drawbutton.Add (w11);
     //this.buttonsbox.Add (this.drawbutton);
     //global::Gtk.Box.BoxChild w19 = ((global::Gtk.Box.BoxChild)(this.buttonsbox[this.drawbutton]));
     //w19.Position = 1;
     //w19.Expand = false;
     //w19.Fill = false;
     // Container child buttonsbox.Gtk.Box+BoxChild
     this.playbutton = new global::Gtk.Button ();
     this.playbutton.Name = "playbutton";
     this.playbutton.UseUnderline = true;
     this.playbutton.Relief = ((global::Gtk.ReliefStyle)(2));
     // Container child playbutton.Gtk.Container+ContainerChild
     global::Gtk.Alignment w20 = new global::Gtk.Alignment (0.5f, 0.5f, 0f, 0f);
     // Container child GtkAlignment.Gtk.Container+ContainerChild
     global::Gtk.HBox w21 = new global::Gtk.HBox ();
     w21.Spacing = 2;
     // Container child GtkHBox.Gtk.Container+ContainerChild
     global::Gtk.Image w22 = new global::Gtk.Image ();
     w22.Pixbuf = global::Stetic.IconLoader.LoadIcon (this, "gtk-media-play", global::Gtk.IconSize.Button);
     w21.Add (w22);
     // Container child GtkHBox.Gtk.Container+ContainerChild
     global::Gtk.Label w24 = new global::Gtk.Label ();
     w21.Add (w24);
     w20.Add (w21);
     this.playbutton.Add (w20);
     this.buttonsbox.Add (this.playbutton);
     global::Gtk.Box.BoxChild w28 = ((global::Gtk.Box.BoxChild)(this.buttonsbox[this.playbutton]));
     w28.Position = 2;
     w28.Expand = false;
     w28.Fill = false;
     // Container child buttonsbox.Gtk.Box+BoxChild
     this.pausebutton = new global::Gtk.Button ();
     this.pausebutton.Name = "pausebutton";
     this.pausebutton.UseUnderline = true;
     this.pausebutton.Relief = ((global::Gtk.ReliefStyle)(2));
     // Container child pausebutton.Gtk.Container+ContainerChild
     global::Gtk.Alignment w29 = new global::Gtk.Alignment (0.5f, 0.5f, 0f, 0f);
     // Container child GtkAlignment.Gtk.Container+ContainerChild
     global::Gtk.HBox w30 = new global::Gtk.HBox ();
     w30.Spacing = 2;
     // Container child GtkHBox.Gtk.Container+ContainerChild
     global::Gtk.Image w31 = new global::Gtk.Image ();
     w31.Pixbuf = global::Stetic.IconLoader.LoadIcon (this, "gtk-media-pause", global::Gtk.IconSize.Button);
     w30.Add (w31);
     // Container child GtkHBox.Gtk.Container+ContainerChild
     global::Gtk.Label w33 = new global::Gtk.Label ();
     w30.Add (w33);
     w29.Add (w30);
     this.pausebutton.Add (w29);
     this.buttonsbox.Add (this.pausebutton);
     global::Gtk.Box.BoxChild w37 = ((global::Gtk.Box.BoxChild)(this.buttonsbox[this.pausebutton]));
     w37.Position = 3;
     w37.Expand = false;
     w37.Fill = false;
     // Container child buttonsbox.Gtk.Box+BoxChild
     this.prevbutton = new global::Gtk.Button ();
     this.prevbutton.Name = "prevbutton";
     this.prevbutton.UseUnderline = true;
     this.prevbutton.Relief = ((global::Gtk.ReliefStyle)(2));
     // Container child prevbutton.Gtk.Container+ContainerChild
     global::Gtk.Alignment w38 = new global::Gtk.Alignment (0.5f, 0.5f, 0f, 0f);
     // Container child GtkAlignment.Gtk.Container+ContainerChild
     global::Gtk.HBox w39 = new global::Gtk.HBox ();
     w39.Spacing = 2;
     // Container child GtkHBox.Gtk.Container+ContainerChild
     global::Gtk.Image w40 = new global::Gtk.Image ();
     w40.Pixbuf = global::Stetic.IconLoader.LoadIcon (this, "gtk-media-previous", global::Gtk.IconSize.Button);
     w39.Add (w40);
     // Container child GtkHBox.Gtk.Container+ContainerChild
     global::Gtk.Label w42 = new global::Gtk.Label ();
     w39.Add (w42);
     w38.Add (w39);
     this.prevbutton.Add (w38);
     this.buttonsbox.Add (this.prevbutton);
     global::Gtk.Box.BoxChild w46 = ((global::Gtk.Box.BoxChild)(this.buttonsbox[this.prevbutton]));
     w46.Position = 4;
     w46.Expand = false;
     w46.Fill = false;
     // Container child buttonsbox.Gtk.Box+BoxChild
     this.nextbutton = new global::Gtk.Button ();
     this.nextbutton.Sensitive = false;
     this.nextbutton.Name = "nextbutton";
     this.nextbutton.UseUnderline = true;
     this.nextbutton.Relief = ((global::Gtk.ReliefStyle)(2));
     // Container child nextbutton.Gtk.Container+ContainerChild
     global::Gtk.Alignment w47 = new global::Gtk.Alignment (0.5f, 0.5f, 0f, 0f);
     // Container child GtkAlignment.Gtk.Container+ContainerChild
     global::Gtk.HBox w48 = new global::Gtk.HBox ();
     w48.Spacing = 2;
     // Container child GtkHBox.Gtk.Container+ContainerChild
     global::Gtk.Image w49 = new global::Gtk.Image ();
     w49.Pixbuf = global::Stetic.IconLoader.LoadIcon (this, "gtk-media-next", global::Gtk.IconSize.Button);
     w48.Add (w49);
     // Container child GtkHBox.Gtk.Container+ContainerChild
     global::Gtk.Label w51 = new global::Gtk.Label ();
     w48.Add (w51);
     w47.Add (w48);
     this.nextbutton.Add (w47);
     this.buttonsbox.Add (this.nextbutton);
     global::Gtk.Box.BoxChild w55 = ((global::Gtk.Box.BoxChild)(this.buttonsbox[this.nextbutton]));
     w55.Position = 5;
     w55.Expand = false;
     w55.Fill = false;
     this.controlsbox.Add (this.buttonsbox);
     global::Gtk.Box.BoxChild w56 = ((global::Gtk.Box.BoxChild)(this.controlsbox[this.buttonsbox]));
     w56.Position = 0;
     w56.Expand = false;
     w56.Fill = false;
     // Container child controlsbox.Gtk.Box+BoxChild
     this.tlabel = new global::Gtk.Label ();
     this.tlabel.Name = "tlabel";
     this.tlabel.LabelProp = global::Mono.Unix.Catalog.GetString ("Time:");
     this.controlsbox.Add (this.tlabel);
     global::Gtk.Box.BoxChild w57 = ((global::Gtk.Box.BoxChild)(this.controlsbox[this.tlabel]));
     w57.Position = 1;
     w57.Expand = false;
     w57.Fill = false;
     // Container child controlsbox.Gtk.Box+BoxChild
     this.timescale = new global::Gtk.HScale (null);
     this.timescale.Name = "timescale";
     this.timescale.UpdatePolicy = ((global::Gtk.UpdateType)(1));
     this.timescale.Adjustment.Upper = 1;
     this.timescale.Adjustment.PageIncrement = 1;
     this.timescale.Adjustment.StepIncrement = 1;
     this.timescale.Adjustment.Value = 1;
     this.timescale.DrawValue = false;
     this.timescale.Digits = 0;
     this.timescale.ValuePos = ((global::Gtk.PositionType)(2));
     this.controlsbox.Add (this.timescale);
     global::Gtk.Box.BoxChild w58 = ((global::Gtk.Box.BoxChild)(this.controlsbox[this.timescale]));
     w58.Position = 2;
     // Container child controlsbox.Gtk.Box+BoxChild
     this.timelabel = new global::Gtk.Label ();
     this.timelabel.Name = "timelabel";
     this.controlsbox.Add (this.timelabel);
     global::Gtk.Box.BoxChild w59 = ((global::Gtk.Box.BoxChild)(this.controlsbox[this.timelabel]));
     w59.Position = 3;
     w59.Expand = false;
     // Container child controlsbox.Gtk.Box+BoxChild
     this.volumebutton = new global::Gtk.Button ();
     this.volumebutton.Name = "volumebutton";
     this.volumebutton.UseUnderline = true;
     this.volumebutton.Relief = ((global::Gtk.ReliefStyle)(2));
     // Container child volumebutton.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::Stetic.IconLoader.LoadIcon (this, "stock_volume", global::Gtk.IconSize.Button);
     w61.Add (w62);
     // Container child GtkHBox.Gtk.Container+ContainerChild
     global::Gtk.Label w64 = new global::Gtk.Label ();
     w61.Add (w64);
     w60.Add (w61);
     //this.volumebutton.Add (w60);
     //this.controlsbox.Add (this.volumebutton);
     //global::Gtk.Box.BoxChild w68 = ((global::Gtk.Box.BoxChild)(this.controlsbox[this.volumebutton]));
     //w68.Position = 4;
     //w68.Expand = false;
     //w68.Fill = false;
     this.vbox2.Add (this.controlsbox);
     global::Gtk.Box.BoxChild w69 = ((global::Gtk.Box.BoxChild)(this.vbox2[this.controlsbox]));
     w69.Position = 1;
     w69.Expand = false;
     this.mainbox.Add (this.vbox2);
     global::Gtk.Box.BoxChild w70 = ((global::Gtk.Box.BoxChild)(this.mainbox[this.vbox2]));
     w70.Position = 0;
     // Container child mainbox.Gtk.Box+BoxChild
     this.vbox3 = new global::Gtk.VBox ();
     this.vbox3.Name = "vbox3";
     this.vbox3.Spacing = 6;
     // Container child vbox3.Gtk.Box+BoxChild
     this.vscale1 = new global::Gtk.VScale (null);
     this.vscale1.WidthRequest = 45;
     this.vscale1.Sensitive = false;
     this.vscale1.Name = "vscale1";
     this.vscale1.UpdatePolicy = ((global::Gtk.UpdateType)(1));
     this.vscale1.Inverted = true;
     this.vscale1.Adjustment.Lower = 1;
     this.vscale1.Adjustment.Upper = 28;
     this.vscale1.Adjustment.PageIncrement = 3;
     this.vscale1.Adjustment.PageSize = 1;
     this.vscale1.Adjustment.StepIncrement = 1;
     this.vscale1.Adjustment.Value = 25;
     this.vscale1.DrawValue = true;
     this.vscale1.Digits = 0;
     this.vscale1.ValuePos = ((global::Gtk.PositionType)(3));
     this.vbox3.Add (this.vscale1);
     global::Gtk.Box.BoxChild w71 = ((global::Gtk.Box.BoxChild)(this.vbox3[this.vscale1]));
     w71.Position = 0;
     this.mainbox.Add (this.vbox3);
     global::Gtk.Box.BoxChild w72 = ((global::Gtk.Box.BoxChild)(this.mainbox[this.vbox3]));
     w72.Position = 1;
     w72.Expand = false;
     w72.Fill = false;
     this.Add (this.mainbox);
     if ((this.Child != null)) {
         this.Child.ShowAll ();
     }
     this.closebutton.Hide ();
     this.prevbutton.Hide ();
     this.nextbutton.Hide ();
     this.controlsbox.Hide ();
     this.Show ();
     this.closebutton.Clicked += new global::System.EventHandler (this.OnClosebuttonClicked);
     this.drawbutton.Clicked += new global::System.EventHandler (this.OnDrawButtonClicked);
     this.playbutton.Clicked += new global::System.EventHandler (this.OnPlaybuttonClicked);
     this.pausebutton.Clicked += new global::System.EventHandler (this.OnPausebuttonClicked);
     this.prevbutton.Clicked += new global::System.EventHandler (this.OnPrevbuttonClicked);
     this.nextbutton.Clicked += new global::System.EventHandler (this.OnNextbuttonClicked);
     this.timescale.ValueChanged += new global::System.EventHandler (this.OnTimescaleValueChanged);
     this.timescale.AdjustBounds += new global::Gtk.AdjustBoundsHandler (this.OnTimescaleAdjustBounds);
     this.volumebutton.Clicked += new global::System.EventHandler (this.OnVolumebuttonClicked);
     this.vscale1.FormatValue += new global::Gtk.FormatValueHandler (this.OnVscale1FormatValue);
     this.vscale1.ValueChanged += new global::System.EventHandler (this.OnVscale1ValueChanged);
 }
 protected virtual void Build()
 {
     global::Stetic.Gui.Initialize(this);
     // Widget TraceLab.UI.GTK.ExperimentCanvasWidget
     global::Stetic.BinContainer.Attach(this);
     this.Name = "TraceLab.UI.GTK.ExperimentCanvasWidget";
     // Container child TraceLab.UI.GTK.ExperimentCanvasWidget.Gtk.Container+ContainerChild
     this.hbox2         = new global::Gtk.HBox();
     this.hbox2.Name    = "hbox2";
     this.hbox2.Spacing = 6;
     // Container child hbox2.Gtk.Box+BoxChild
     this.vbox2         = new global::Gtk.VBox();
     this.vbox2.Name    = "vbox2";
     this.vbox2.Spacing = 6;
     // Container child vbox2.Gtk.Box+BoxChild
     this.experimentCrumbs         = new global::TraceLab.UI.GTK.Crumbs();
     this.experimentCrumbs.Events  = ((global::Gdk.EventMask)(256));
     this.experimentCrumbs.Name    = "experimentCrumbs";
     this.experimentCrumbs.Radius  = 5;
     this.experimentCrumbs.Spacing = 11;
     this.experimentCrumbs.Xoffset = 12;
     this.experimentCrumbs.Yoffset = 6;
     this.vbox2.Add(this.experimentCrumbs);
     global::Gtk.Box.BoxChild w1 = ((global::Gtk.Box.BoxChild)(this.vbox2 [this.experimentCrumbs]));
     w1.Position = 0;
     w1.Expand   = false;
     w1.Fill     = false;
     // Container child vbox2.Gtk.Box+BoxChild
     this.experimentCanvas        = new global::MonoHotDraw.SteticComponent();
     this.experimentCanvas.Events = ((global::Gdk.EventMask)(256));
     this.experimentCanvas.Name   = "experimentCanvas";
     this.vbox2.Add(this.experimentCanvas);
     global::Gtk.Box.BoxChild w2 = ((global::Gtk.Box.BoxChild)(this.vbox2 [this.experimentCanvas]));
     w2.Position = 1;
     this.hbox2.Add(this.vbox2);
     global::Gtk.Box.BoxChild w3 = ((global::Gtk.Box.BoxChild)(this.hbox2 [this.vbox2]));
     w3.Position = 0;
     // Container child hbox2.Gtk.Box+BoxChild
     this.vbox1         = new global::Gtk.VBox();
     this.vbox1.Name    = "vbox1";
     this.vbox1.Spacing = 6;
     // Container child vbox1.Gtk.Box+BoxChild
     this.zoomScale = new global::Gtk.VScale(null);
     this.zoomScale.HeightRequest            = 300;
     this.zoomScale.CanFocus                 = true;
     this.zoomScale.Name                     = "zoomScale";
     this.zoomScale.Inverted                 = true;
     this.zoomScale.Adjustment.Lower         = 0.1D;
     this.zoomScale.Adjustment.Upper         = 3D;
     this.zoomScale.Adjustment.PageIncrement = 0.1D;
     this.zoomScale.Adjustment.StepIncrement = 0.01D;
     this.zoomScale.Adjustment.Value         = 1D;
     this.zoomScale.DrawValue                = true;
     this.zoomScale.Digits                   = 2;
     this.zoomScale.ValuePos                 = ((global::Gtk.PositionType)(3));
     this.vbox1.Add(this.zoomScale);
     global::Gtk.Box.BoxChild w4 = ((global::Gtk.Box.BoxChild)(this.vbox1 [this.zoomScale]));
     w4.Position = 0;
     w4.Expand   = false;
     w4.Fill     = false;
     // Container child vbox1.Gtk.Box+BoxChild
     this.scaleToOriginalSizeButton = new global::Gtk.Button();
     this.scaleToOriginalSizeButton.TooltipMarkup = "Zoom to orginal 1:1 scale";
     this.scaleToOriginalSizeButton.CanFocus      = true;
     this.scaleToOriginalSizeButton.Name          = "scaleToOriginalSizeButton";
     // Container child scaleToOriginalSizeButton.Gtk.Container+ContainerChild
     global::Gtk.Alignment w5 = new global::Gtk.Alignment(0.5F, 0.5F, 0F, 0F);
     // Container child GtkAlignment.Gtk.Container+ContainerChild
     global::Gtk.HBox w6 = new global::Gtk.HBox();
     w6.Spacing = 2;
     // Container child GtkHBox.Gtk.Container+ContainerChild
     global::Gtk.Image w7 = new global::Gtk.Image();
     w7.Pixbuf = global::Stetic.IconLoader.LoadIcon(this, "gtk-zoom-100", global::Gtk.IconSize.Menu);
     w6.Add(w7);
     // Container child GtkHBox.Gtk.Container+ContainerChild
     global::Gtk.Label w9 = new global::Gtk.Label();
     w6.Add(w9);
     w5.Add(w6);
     this.scaleToOriginalSizeButton.Add(w5);
     this.vbox1.Add(this.scaleToOriginalSizeButton);
     global::Gtk.Box.BoxChild w13 = ((global::Gtk.Box.BoxChild)(this.vbox1 [this.scaleToOriginalSizeButton]));
     w13.Position = 1;
     w13.Expand   = false;
     w13.Fill     = false;
     // Container child vbox1.Gtk.Box+BoxChild
     this.zoomToFitButton = new global::Gtk.Button();
     this.zoomToFitButton.TooltipMarkup = "Zoom to fit";
     this.zoomToFitButton.CanFocus      = true;
     this.zoomToFitButton.Name          = "zoomToFitButton";
     // Container child zoomToFitButton.Gtk.Container+ContainerChild
     global::Gtk.Alignment w14 = new global::Gtk.Alignment(0.5F, 0.5F, 0F, 0F);
     // Container child GtkAlignment.Gtk.Container+ContainerChild
     global::Gtk.HBox w15 = new global::Gtk.HBox();
     w15.Spacing = 2;
     // Container child GtkHBox.Gtk.Container+ContainerChild
     global::Gtk.Image w16 = new global::Gtk.Image();
     w16.Pixbuf = global::Stetic.IconLoader.LoadIcon(this, "gtk-zoom-fit", global::Gtk.IconSize.Menu);
     w15.Add(w16);
     // Container child GtkHBox.Gtk.Container+ContainerChild
     global::Gtk.Label w18 = new global::Gtk.Label();
     w15.Add(w18);
     w14.Add(w15);
     this.zoomToFitButton.Add(w14);
     this.vbox1.Add(this.zoomToFitButton);
     global::Gtk.Box.BoxChild w22 = ((global::Gtk.Box.BoxChild)(this.vbox1 [this.zoomToFitButton]));
     w22.Position = 2;
     w22.Expand   = false;
     w22.Fill     = false;
     // Container child vbox1.Gtk.Box+BoxChild
     this.hseparator1      = new global::Gtk.HSeparator();
     this.hseparator1.Name = "hseparator1";
     this.vbox1.Add(this.hseparator1);
     global::Gtk.Box.BoxChild w23 = ((global::Gtk.Box.BoxChild)(this.vbox1 [this.hseparator1]));
     w23.Position = 3;
     w23.Expand   = false;
     w23.Fill     = false;
     // Container child vbox1.Gtk.Box+BoxChild
     this.selectionToolButton              = new global::Gtk.ToggleButton();
     this.selectionToolButton.CanFocus     = true;
     this.selectionToolButton.Name         = "selectionToolButton";
     this.selectionToolButton.UseUnderline = true;
     this.selectionToolButton.Active       = true;
     // Container child selectionToolButton.Gtk.Container+ContainerChild
     global::Gtk.Alignment w24 = new global::Gtk.Alignment(0.5F, 0.5F, 0F, 0F);
     // Container child GtkAlignment.Gtk.Container+ContainerChild
     global::Gtk.HBox w25 = new global::Gtk.HBox();
     w25.Spacing = 2;
     // Container child GtkHBox.Gtk.Container+ContainerChild
     global::Gtk.Image w26 = new global::Gtk.Image();
     w26.Pixbuf = global::Gdk.Pixbuf.LoadFromResource("TraceLab.UI.GTK.Resources.arrowcursor_icon.png");
     w25.Add(w26);
     // Container child GtkHBox.Gtk.Container+ContainerChild
     global::Gtk.Label w28 = new global::Gtk.Label();
     w25.Add(w28);
     w24.Add(w25);
     this.selectionToolButton.Add(w24);
     this.vbox1.Add(this.selectionToolButton);
     global::Gtk.Box.BoxChild w32 = ((global::Gtk.Box.BoxChild)(this.vbox1 [this.selectionToolButton]));
     w32.Position = 4;
     w32.Expand   = false;
     w32.Fill     = false;
     // Container child vbox1.Gtk.Box+BoxChild
     this.panToolButton              = new global::Gtk.ToggleButton();
     this.panToolButton.CanFocus     = true;
     this.panToolButton.Name         = "panToolButton";
     this.panToolButton.UseUnderline = true;
     // Container child panToolButton.Gtk.Container+ContainerChild
     global::Gtk.Alignment w33 = new global::Gtk.Alignment(0.5F, 0.5F, 0F, 0F);
     // Container child GtkAlignment.Gtk.Container+ContainerChild
     global::Gtk.HBox w34 = new global::Gtk.HBox();
     w34.Spacing = 2;
     // Container child GtkHBox.Gtk.Container+ContainerChild
     global::Gtk.Image w35 = new global::Gtk.Image();
     w35.Pixbuf = global::Gdk.Pixbuf.LoadFromResource("TraceLab.UI.GTK.Resources.cursor-grab-open.png");
     w34.Add(w35);
     // Container child GtkHBox.Gtk.Container+ContainerChild
     global::Gtk.Label w37 = new global::Gtk.Label();
     w34.Add(w37);
     w33.Add(w34);
     this.panToolButton.Add(w33);
     this.vbox1.Add(this.panToolButton);
     global::Gtk.Box.BoxChild w41 = ((global::Gtk.Box.BoxChild)(this.vbox1 [this.panToolButton]));
     w41.Position = 5;
     w41.Expand   = false;
     w41.Fill     = false;
     this.hbox2.Add(this.vbox1);
     global::Gtk.Box.BoxChild w42 = ((global::Gtk.Box.BoxChild)(this.hbox2 [this.vbox1]));
     w42.Position = 1;
     w42.Expand   = false;
     w42.Fill     = false;
     this.Add(this.hbox2);
     if ((this.Child != null))
     {
         this.Child.ShowAll();
     }
     this.Hide();
     this.zoomScale.ValueChanged            += new global::System.EventHandler(this.ZoomValueChanged);
     this.scaleToOriginalSizeButton.Clicked += new global::System.EventHandler(this.ZoomToOriginal);
     this.zoomToFitButton.Clicked           += new global::System.EventHandler(this.ZoomToFit);
     this.selectionToolButton.Toggled       += new global::System.EventHandler(this.SelectionToolButtonToggled);
     this.panToolButton.Toggled             += new global::System.EventHandler(this.PanToolButtonToggled);
 }
 protected virtual void Build()
 {
     global::Stetic.Gui.Initialize(this);
     // Widget Mono.Instrumentation.Monitor.TimeLineViewWindow
     this.Name           = "Mono.Instrumentation.Monitor.TimeLineViewWindow";
     this.Title          = global::Mono.Unix.Catalog.GetString("Time Line");
     this.WindowPosition = ((global::Gtk.WindowPosition)(4));
     // Container child Mono.Instrumentation.Monitor.TimeLineViewWindow.Gtk.Container+ContainerChild
     this.vbox2             = new global::Gtk.VBox();
     this.vbox2.Name        = "vbox2";
     this.vbox2.Spacing     = 6;
     this.vbox2.BorderWidth = ((uint)(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.buttonExpand              = new global::Gtk.Button();
     this.buttonExpand.CanFocus     = true;
     this.buttonExpand.Name         = "buttonExpand";
     this.buttonExpand.UseUnderline = true;
     this.buttonExpand.Label        = global::Mono.Unix.Catalog.GetString("Expand All");
     this.hbox1.Add(this.buttonExpand);
     global::Gtk.Box.BoxChild w1 = ((global::Gtk.Box.BoxChild)(this.hbox1 [this.buttonExpand]));
     w1.Position = 0;
     w1.Expand   = false;
     w1.Fill     = false;
     // Container child hbox1.Gtk.Box+BoxChild
     this.buttonCollapse              = new global::Gtk.Button();
     this.buttonCollapse.CanFocus     = true;
     this.buttonCollapse.Name         = "buttonCollapse";
     this.buttonCollapse.UseUnderline = true;
     this.buttonCollapse.Label        = global::Mono.Unix.Catalog.GetString("Collapse All");
     this.hbox1.Add(this.buttonCollapse);
     global::Gtk.Box.BoxChild w2 = ((global::Gtk.Box.BoxChild)(this.hbox1 [this.buttonCollapse]));
     w2.Position = 1;
     w2.Expand   = false;
     w2.Fill     = false;
     // Container child hbox1.Gtk.Box+BoxChild
     this.checkSingleThread               = new global::Gtk.CheckButton();
     this.checkSingleThread.CanFocus      = true;
     this.checkSingleThread.Name          = "checkSingleThread";
     this.checkSingleThread.Label         = global::Mono.Unix.Catalog.GetString("Single Thread");
     this.checkSingleThread.DrawIndicator = true;
     this.checkSingleThread.UseUnderline  = true;
     this.hbox1.Add(this.checkSingleThread);
     global::Gtk.Box.BoxChild w3 = ((global::Gtk.Box.BoxChild)(this.hbox1 [this.checkSingleThread]));
     w3.Position = 2;
     w3.Expand   = false;
     w3.Fill     = false;
     this.vbox2.Add(this.hbox1);
     global::Gtk.Box.BoxChild w4 = ((global::Gtk.Box.BoxChild)(this.vbox2 [this.hbox1]));
     w4.Position = 0;
     w4.Expand   = false;
     w4.Fill     = false;
     // Container child vbox2.Gtk.Box+BoxChild
     this.hbox2         = new global::Gtk.HBox();
     this.hbox2.Name    = "hbox2";
     this.hbox2.Spacing = 6;
     // Container child hbox2.Gtk.Box+BoxChild
     this.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 w5 = new global::Gtk.Viewport();
     w5.ShadowType = ((global::Gtk.ShadowType)(0));
     // Container child GtkViewport.Gtk.Container+ContainerChild
     this.timeView              = new global::Mono.Instrumentation.Monitor.TimeLineView();
     this.timeView.Name         = "timeView";
     this.timeView.SingleThread = false;
     this.timeView.TimeScale    = 0;
     this.timeView.Zoom         = 0;
     this.timeView.Scale        = 0;
     w5.Add(this.timeView);
     this.GtkScrolledWindow.Add(w5);
     this.hbox2.Add(this.GtkScrolledWindow);
     global::Gtk.Box.BoxChild w8 = ((global::Gtk.Box.BoxChild)(this.hbox2 [this.GtkScrolledWindow]));
     w8.Position = 0;
     // Container child hbox2.Gtk.Box+BoxChild
     this.vbox1         = new global::Gtk.VBox();
     this.vbox1.Name    = "vbox1";
     this.vbox1.Spacing = 6;
     // Container child vbox1.Gtk.Box+BoxChild
     this.button3              = new global::Gtk.Button();
     this.button3.CanFocus     = true;
     this.button3.Name         = "button3";
     this.button3.UseUnderline = true;
     this.button3.Label        = "";
     global::Gtk.Image w9 = new global::Gtk.Image();
     w9.Pixbuf          = global::Stetic.IconLoader.LoadIcon(this, "gtk-zoom-100", global::Gtk.IconSize.Menu);
     this.button3.Image = w9;
     this.vbox1.Add(this.button3);
     global::Gtk.Box.BoxChild w10 = ((global::Gtk.Box.BoxChild)(this.vbox1 [this.button3]));
     w10.Position = 0;
     w10.Expand   = false;
     w10.Fill     = false;
     // Container child vbox1.Gtk.Box+BoxChild
     this.vscaleZoom = new global::Gtk.VScale(null);
     this.vscaleZoom.HeightRequest            = 150;
     this.vscaleZoom.CanFocus                 = true;
     this.vscaleZoom.Name                     = "vscaleZoom";
     this.vscaleZoom.Adjustment.Lower         = 10;
     this.vscaleZoom.Adjustment.Upper         = 300;
     this.vscaleZoom.Adjustment.PageIncrement = 10;
     this.vscaleZoom.Adjustment.StepIncrement = 1;
     this.vscaleZoom.Adjustment.Value         = 100;
     this.vscaleZoom.DrawValue                = true;
     this.vscaleZoom.Digits                   = 0;
     this.vscaleZoom.ValuePos                 = ((global::Gtk.PositionType)(2));
     this.vbox1.Add(this.vscaleZoom);
     global::Gtk.Box.BoxChild w11 = ((global::Gtk.Box.BoxChild)(this.vbox1 [this.vscaleZoom]));
     w11.Position = 1;
     w11.Expand   = false;
     w11.Fill     = false;
     // Container child vbox1.Gtk.Box+BoxChild
     this.label2      = new global::Gtk.Label();
     this.label2.Name = "label2";
     this.vbox1.Add(this.label2);
     global::Gtk.Box.BoxChild w12 = ((global::Gtk.Box.BoxChild)(this.vbox1 [this.label2]));
     w12.Position = 2;
     w12.Expand   = false;
     w12.Fill     = false;
     // Container child vbox1.Gtk.Box+BoxChild
     this.buttonResetScale              = new global::Gtk.Button();
     this.buttonResetScale.CanFocus     = true;
     this.buttonResetScale.Name         = "buttonResetScale";
     this.buttonResetScale.UseUnderline = true;
     this.buttonResetScale.Label        = "";
     global::Gtk.Image w13 = new global::Gtk.Image();
     w13.Pixbuf = global::Stetic.IconLoader.LoadIcon(this, "stock_draw-dimension-line", global::Gtk.IconSize.Menu);
     this.buttonResetScale.Image = w13;
     this.vbox1.Add(this.buttonResetScale);
     global::Gtk.Box.BoxChild w14 = ((global::Gtk.Box.BoxChild)(this.vbox1 [this.buttonResetScale]));
     w14.Position = 3;
     w14.Expand   = false;
     w14.Fill     = false;
     // Container child vbox1.Gtk.Box+BoxChild
     this.vscaleScale = new global::Gtk.VScale(null);
     this.vscaleScale.HeightRequest            = 150;
     this.vscaleScale.CanFocus                 = true;
     this.vscaleScale.Name                     = "vscaleScale";
     this.vscaleScale.Adjustment.Lower         = 10;
     this.vscaleScale.Adjustment.Upper         = 300;
     this.vscaleScale.Adjustment.PageIncrement = 10;
     this.vscaleScale.Adjustment.StepIncrement = 1;
     this.vscaleScale.Adjustment.Value         = 100;
     this.vscaleScale.DrawValue                = true;
     this.vscaleScale.Digits                   = 0;
     this.vscaleScale.ValuePos                 = ((global::Gtk.PositionType)(2));
     this.vbox1.Add(this.vscaleScale);
     global::Gtk.Box.BoxChild w15 = ((global::Gtk.Box.BoxChild)(this.vbox1 [this.vscaleScale]));
     w15.Position = 4;
     w15.Expand   = false;
     w15.Fill     = false;
     this.hbox2.Add(this.vbox1);
     global::Gtk.Box.BoxChild w16 = ((global::Gtk.Box.BoxChild)(this.hbox2 [this.vbox1]));
     w16.Position = 1;
     w16.Expand   = false;
     w16.Fill     = false;
     this.vbox2.Add(this.hbox2);
     global::Gtk.Box.BoxChild w17 = ((global::Gtk.Box.BoxChild)(this.vbox2 [this.hbox2]));
     w17.Position = 1;
     this.Add(this.vbox2);
     if ((this.Child != null))
     {
         this.Child.ShowAll();
     }
     this.DefaultWidth  = 806;
     this.DefaultHeight = 638;
     this.Show();
     this.buttonExpand.Clicked      += new global::System.EventHandler(this.OnButtonExpandClicked);
     this.buttonCollapse.Clicked    += new global::System.EventHandler(this.OnButtonCollapseClicked);
     this.checkSingleThread.Toggled += new global::System.EventHandler(this.OnCheckSingleThreadToggled);
     this.buttonResetScale.Clicked  += new global::System.EventHandler(this.OnButtonResetScaleClicked);
     this.vscaleScale.ChangeValue   += new global::Gtk.ChangeValueHandler(this.OnVscaleScaleChangeValue);
 }
Esempio n. 4
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.saveAction = new global::Gtk.Action ("saveAction", null, null, "gtk-save");
     w1.Add (this.saveAction, null);
     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.OpenAction = new global::Gtk.Action ("OpenAction", global::Mono.Unix.Catalog.GetString ("Open"), null, null);
     this.OpenAction.ShortLabel = global::Mono.Unix.Catalog.GetString ("Exit");
     w1.Add (this.OpenAction, 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.SaveAsAction = new global::Gtk.Action ("SaveAsAction", global::Mono.Unix.Catalog.GetString ("Save as.."), null, null);
     this.SaveAsAction.ShortLabel = global::Mono.Unix.Catalog.GetString ("Save as..");
     w1.Add (this.SaveAsAction, 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.UIManager.InsertActionGroup (w1, 0);
     this.AddAccelGroup (this.UIManager.AccelGroup);
     this.Name = "MainWindow";
     this.Title = global::Mono.Unix.Catalog.GetString ("Limbus Laboratory");
     this.Icon = global::Stetic.IconLoader.LoadIcon (this, "gtk-execute", global::Gtk.IconSize.Menu);
     this.WindowPosition = ((global::Gtk.WindowPosition)(4));
     // Container child MainWindow.Gtk.Container+ContainerChild
     this.vbxMain = new global::Gtk.VBox ();
     this.vbxMain.Name = "vbxMain";
     this.vbxMain.Spacing = 6;
     // Container child vbxMain.Gtk.Box+BoxChild
     this.UIManager.AddUiFromString ("<ui><menubar name='menubar2'><menu name='FileAction' action='FileAction'><menuitem name='OpenAction' action='OpenAction'/><menuitem name='SaveAction' action='SaveAction'/><menuitem name='SaveAsAction' action='SaveAsAction'/><menuitem name='ExitAction' action='ExitAction'/></menu></menubar></ui>");
     this.menubar2 = ((global::Gtk.MenuBar)(this.UIManager.GetWidget ("/menubar2")));
     this.menubar2.Name = "menubar2";
     this.vbxMain.Add (this.menubar2);
     global::Gtk.Box.BoxChild w2 = ((global::Gtk.Box.BoxChild)(this.vbxMain [this.menubar2]));
     w2.Position = 0;
     w2.Expand = false;
     w2.Fill = false;
     // Container child vbxMain.Gtk.Box+BoxChild
     this.UIManager.AddUiFromString ("<ui><toolbar name='toolbar1'><toolitem name='saveAction' action='saveAction'/></toolbar></ui>");
     this.toolbar1 = ((global::Gtk.Toolbar)(this.UIManager.GetWidget ("/toolbar1")));
     this.toolbar1.Name = "toolbar1";
     this.toolbar1.ShowArrow = false;
     this.vbxMain.Add (this.toolbar1);
     global::Gtk.Box.BoxChild w3 = ((global::Gtk.Box.BoxChild)(this.vbxMain [this.toolbar1]));
     w3.Position = 1;
     w3.Expand = false;
     w3.Fill = false;
     // Container child vbxMain.Gtk.Box+BoxChild
     this.vbxPlot = new global::Gtk.VBox ();
     this.vbxPlot.Name = "vbxPlot";
     this.vbxPlot.Spacing = 6;
     this.vbxMain.Add (this.vbxPlot);
     global::Gtk.Box.BoxChild w4 = ((global::Gtk.Box.BoxChild)(this.vbxMain [this.vbxPlot]));
     w4.Position = 2;
     // Container child vbxMain.Gtk.Box+BoxChild
     this.hbxMixer = new global::Gtk.HBox ();
     this.hbxMixer.HeightRequest = 250;
     this.hbxMixer.Name = "hbxMixer";
     this.hbxMixer.Spacing = 6;
     // Container child hbxMixer.Gtk.Box+BoxChild
     this.vbxPoti1 = new global::Gtk.VBox ();
     this.vbxPoti1.Name = "vbxPoti1";
     this.vbxPoti1.Spacing = 6;
     // Container child vbxPoti1.Gtk.Box+BoxChild
     this.btnPotiOnOff1 = new global::Gtk.ToggleButton ();
     this.btnPotiOnOff1.CanFocus = true;
     this.btnPotiOnOff1.Name = "btnPotiOnOff1";
     this.btnPotiOnOff1.UseUnderline = true;
     this.btnPotiOnOff1.Active = true;
     this.btnPotiOnOff1.Label = global::Mono.Unix.Catalog.GetString ("On/Off");
     this.vbxPoti1.Add (this.btnPotiOnOff1);
     global::Gtk.Box.BoxChild w5 = ((global::Gtk.Box.BoxChild)(this.vbxPoti1 [this.btnPotiOnOff1]));
     w5.Position = 0;
     w5.Expand = false;
     w5.Fill = false;
     // Container child vbxPoti1.Gtk.Box+BoxChild
     this.edPoti1 = new global::Gtk.Entry ();
     this.edPoti1.WidthRequest = 50;
     this.edPoti1.Sensitive = false;
     this.edPoti1.CanFocus = true;
     this.edPoti1.Name = "edPoti1";
     this.edPoti1.IsEditable = true;
     this.edPoti1.InvisibleChar = '●';
     this.vbxPoti1.Add (this.edPoti1);
     global::Gtk.Box.BoxChild w6 = ((global::Gtk.Box.BoxChild)(this.vbxPoti1 [this.edPoti1]));
     w6.Position = 1;
     w6.Expand = false;
     w6.Fill = false;
     // Container child vbxPoti1.Gtk.Box+BoxChild
     this.vscalePoti1 = new global::Gtk.VScale (null);
     this.vscalePoti1.CanFocus = true;
     this.vscalePoti1.Name = "vscalePoti1";
     this.vscalePoti1.UpdatePolicy = ((global::Gtk.UpdateType)(2));
     this.vscalePoti1.Inverted = true;
     this.vscalePoti1.Adjustment.Upper = 255;
     this.vscalePoti1.Adjustment.PageIncrement = 10;
     this.vscalePoti1.Adjustment.StepIncrement = 1;
     this.vscalePoti1.Adjustment.Value = 35;
     this.vscalePoti1.DrawValue = false;
     this.vscalePoti1.Digits = 0;
     this.vscalePoti1.ValuePos = ((global::Gtk.PositionType)(2));
     this.vbxPoti1.Add (this.vscalePoti1);
     global::Gtk.Box.BoxChild w7 = ((global::Gtk.Box.BoxChild)(this.vbxPoti1 [this.vscalePoti1]));
     w7.Position = 2;
     // Container child vbxPoti1.Gtk.Box+BoxChild
     this.lblPoti1 = new global::Gtk.Label ();
     this.lblPoti1.Name = "lblPoti1";
     this.lblPoti1.LabelProp = global::Mono.Unix.Catalog.GetString ("Poti1");
     this.vbxPoti1.Add (this.lblPoti1);
     global::Gtk.Box.BoxChild w8 = ((global::Gtk.Box.BoxChild)(this.vbxPoti1 [this.lblPoti1]));
     w8.Position = 3;
     w8.Expand = false;
     w8.Fill = false;
     this.hbxMixer.Add (this.vbxPoti1);
     global::Gtk.Box.BoxChild w9 = ((global::Gtk.Box.BoxChild)(this.hbxMixer [this.vbxPoti1]));
     w9.Position = 0;
     w9.Expand = false;
     w9.Fill = false;
     // Container child hbxMixer.Gtk.Box+BoxChild
     this.vbxPoti2 = new global::Gtk.VBox ();
     this.vbxPoti2.Name = "vbxPoti2";
     this.vbxPoti2.Spacing = 6;
     // Container child vbxPoti2.Gtk.Box+BoxChild
     this.btnPotiOnOff2 = new global::Gtk.ToggleButton ();
     this.btnPotiOnOff2.CanFocus = true;
     this.btnPotiOnOff2.Name = "btnPotiOnOff2";
     this.btnPotiOnOff2.UseUnderline = true;
     this.btnPotiOnOff2.Active = true;
     this.btnPotiOnOff2.Label = global::Mono.Unix.Catalog.GetString ("On/Off");
     this.vbxPoti2.Add (this.btnPotiOnOff2);
     global::Gtk.Box.BoxChild w10 = ((global::Gtk.Box.BoxChild)(this.vbxPoti2 [this.btnPotiOnOff2]));
     w10.Position = 0;
     w10.Expand = false;
     w10.Fill = false;
     // Container child vbxPoti2.Gtk.Box+BoxChild
     this.edPoti2 = new global::Gtk.Entry ();
     this.edPoti2.WidthRequest = 50;
     this.edPoti2.Sensitive = false;
     this.edPoti2.CanFocus = true;
     this.edPoti2.Name = "edPoti2";
     this.edPoti2.IsEditable = true;
     this.edPoti2.InvisibleChar = '●';
     this.vbxPoti2.Add (this.edPoti2);
     global::Gtk.Box.BoxChild w11 = ((global::Gtk.Box.BoxChild)(this.vbxPoti2 [this.edPoti2]));
     w11.Position = 1;
     w11.Expand = false;
     w11.Fill = false;
     // Container child vbxPoti2.Gtk.Box+BoxChild
     this.vscalePoti2 = new global::Gtk.VScale (null);
     this.vscalePoti2.CanFocus = true;
     this.vscalePoti2.Name = "vscalePoti2";
     this.vscalePoti2.UpdatePolicy = ((global::Gtk.UpdateType)(2));
     this.vscalePoti2.Inverted = true;
     this.vscalePoti2.Adjustment.Upper = 255;
     this.vscalePoti2.Adjustment.PageIncrement = 10;
     this.vscalePoti2.Adjustment.StepIncrement = 1;
     this.vscalePoti2.Adjustment.Value = 15;
     this.vscalePoti2.DrawValue = false;
     this.vscalePoti2.Digits = 0;
     this.vscalePoti2.ValuePos = ((global::Gtk.PositionType)(2));
     this.vbxPoti2.Add (this.vscalePoti2);
     global::Gtk.Box.BoxChild w12 = ((global::Gtk.Box.BoxChild)(this.vbxPoti2 [this.vscalePoti2]));
     w12.Position = 2;
     // Container child vbxPoti2.Gtk.Box+BoxChild
     this.lblPoti2 = new global::Gtk.Label ();
     this.lblPoti2.Name = "lblPoti2";
     this.lblPoti2.LabelProp = global::Mono.Unix.Catalog.GetString ("Poti2");
     this.vbxPoti2.Add (this.lblPoti2);
     global::Gtk.Box.BoxChild w13 = ((global::Gtk.Box.BoxChild)(this.vbxPoti2 [this.lblPoti2]));
     w13.Position = 3;
     w13.Expand = false;
     w13.Fill = false;
     this.hbxMixer.Add (this.vbxPoti2);
     global::Gtk.Box.BoxChild w14 = ((global::Gtk.Box.BoxChild)(this.hbxMixer [this.vbxPoti2]));
     w14.Position = 1;
     w14.Expand = false;
     w14.Fill = false;
     // Container child hbxMixer.Gtk.Box+BoxChild
     this.vbxPoti3 = new global::Gtk.VBox ();
     this.vbxPoti3.Name = "vbxPoti3";
     this.vbxPoti3.Spacing = 6;
     // Container child vbxPoti3.Gtk.Box+BoxChild
     this.btnPotiOnOff3 = new global::Gtk.ToggleButton ();
     this.btnPotiOnOff3.CanFocus = true;
     this.btnPotiOnOff3.Name = "btnPotiOnOff3";
     this.btnPotiOnOff3.UseUnderline = true;
     this.btnPotiOnOff3.Active = true;
     this.btnPotiOnOff3.Label = global::Mono.Unix.Catalog.GetString ("On/Off");
     this.vbxPoti3.Add (this.btnPotiOnOff3);
     global::Gtk.Box.BoxChild w15 = ((global::Gtk.Box.BoxChild)(this.vbxPoti3 [this.btnPotiOnOff3]));
     w15.Position = 0;
     w15.Expand = false;
     w15.Fill = false;
     // Container child vbxPoti3.Gtk.Box+BoxChild
     this.edPoti3 = new global::Gtk.Entry ();
     this.edPoti3.WidthRequest = 50;
     this.edPoti3.Sensitive = false;
     this.edPoti3.CanFocus = true;
     this.edPoti3.Name = "edPoti3";
     this.edPoti3.IsEditable = true;
     this.edPoti3.InvisibleChar = '●';
     this.vbxPoti3.Add (this.edPoti3);
     global::Gtk.Box.BoxChild w16 = ((global::Gtk.Box.BoxChild)(this.vbxPoti3 [this.edPoti3]));
     w16.Position = 1;
     w16.Expand = false;
     w16.Fill = false;
     // Container child vbxPoti3.Gtk.Box+BoxChild
     this.vscalePoti3 = new global::Gtk.VScale (null);
     this.vscalePoti3.CanFocus = true;
     this.vscalePoti3.Name = "vscalePoti3";
     this.vscalePoti3.UpdatePolicy = ((global::Gtk.UpdateType)(2));
     this.vscalePoti3.Inverted = true;
     this.vscalePoti3.Adjustment.Upper = 255;
     this.vscalePoti3.Adjustment.PageIncrement = 10;
     this.vscalePoti3.Adjustment.StepIncrement = 1;
     this.vscalePoti3.DrawValue = false;
     this.vscalePoti3.Digits = 0;
     this.vscalePoti3.ValuePos = ((global::Gtk.PositionType)(2));
     this.vbxPoti3.Add (this.vscalePoti3);
     global::Gtk.Box.BoxChild w17 = ((global::Gtk.Box.BoxChild)(this.vbxPoti3 [this.vscalePoti3]));
     w17.Position = 2;
     // Container child vbxPoti3.Gtk.Box+BoxChild
     this.lblPoti3 = new global::Gtk.Label ();
     this.lblPoti3.Name = "lblPoti3";
     this.lblPoti3.LabelProp = global::Mono.Unix.Catalog.GetString ("Poti3");
     this.vbxPoti3.Add (this.lblPoti3);
     global::Gtk.Box.BoxChild w18 = ((global::Gtk.Box.BoxChild)(this.vbxPoti3 [this.lblPoti3]));
     w18.Position = 3;
     w18.Expand = false;
     w18.Fill = false;
     this.hbxMixer.Add (this.vbxPoti3);
     global::Gtk.Box.BoxChild w19 = ((global::Gtk.Box.BoxChild)(this.hbxMixer [this.vbxPoti3]));
     w19.Position = 2;
     w19.Expand = false;
     w19.Fill = false;
     // Container child hbxMixer.Gtk.Box+BoxChild
     this.vbxPoti4 = new global::Gtk.VBox ();
     this.vbxPoti4.Name = "vbxPoti4";
     this.vbxPoti4.Spacing = 6;
     // Container child vbxPoti4.Gtk.Box+BoxChild
     this.btnPotiOnOff4 = new global::Gtk.ToggleButton ();
     this.btnPotiOnOff4.CanFocus = true;
     this.btnPotiOnOff4.Name = "btnPotiOnOff4";
     this.btnPotiOnOff4.UseUnderline = true;
     this.btnPotiOnOff4.Active = true;
     this.btnPotiOnOff4.Label = global::Mono.Unix.Catalog.GetString ("On/Off");
     this.vbxPoti4.Add (this.btnPotiOnOff4);
     global::Gtk.Box.BoxChild w20 = ((global::Gtk.Box.BoxChild)(this.vbxPoti4 [this.btnPotiOnOff4]));
     w20.Position = 0;
     w20.Expand = false;
     w20.Fill = false;
     // Container child vbxPoti4.Gtk.Box+BoxChild
     this.edPoti4 = new global::Gtk.Entry ();
     this.edPoti4.WidthRequest = 50;
     this.edPoti4.Sensitive = false;
     this.edPoti4.CanFocus = true;
     this.edPoti4.Name = "edPoti4";
     this.edPoti4.IsEditable = true;
     this.edPoti4.InvisibleChar = '●';
     this.vbxPoti4.Add (this.edPoti4);
     global::Gtk.Box.BoxChild w21 = ((global::Gtk.Box.BoxChild)(this.vbxPoti4 [this.edPoti4]));
     w21.Position = 1;
     w21.Expand = false;
     w21.Fill = false;
     // Container child vbxPoti4.Gtk.Box+BoxChild
     this.vscalePoti4 = new global::Gtk.VScale (null);
     this.vscalePoti4.CanFocus = true;
     this.vscalePoti4.Name = "vscalePoti4";
     this.vscalePoti4.UpdatePolicy = ((global::Gtk.UpdateType)(2));
     this.vscalePoti4.Inverted = true;
     this.vscalePoti4.Adjustment.Upper = 255;
     this.vscalePoti4.Adjustment.PageIncrement = 10;
     this.vscalePoti4.Adjustment.StepIncrement = 1;
     this.vscalePoti4.Adjustment.Value = 15;
     this.vscalePoti4.DrawValue = false;
     this.vscalePoti4.Digits = 0;
     this.vscalePoti4.ValuePos = ((global::Gtk.PositionType)(2));
     this.vbxPoti4.Add (this.vscalePoti4);
     global::Gtk.Box.BoxChild w22 = ((global::Gtk.Box.BoxChild)(this.vbxPoti4 [this.vscalePoti4]));
     w22.Position = 2;
     // Container child vbxPoti4.Gtk.Box+BoxChild
     this.lblPoti4 = new global::Gtk.Label ();
     this.lblPoti4.Name = "lblPoti4";
     this.lblPoti4.LabelProp = global::Mono.Unix.Catalog.GetString ("Poti4");
     this.vbxPoti4.Add (this.lblPoti4);
     global::Gtk.Box.BoxChild w23 = ((global::Gtk.Box.BoxChild)(this.vbxPoti4 [this.lblPoti4]));
     w23.Position = 3;
     w23.Expand = false;
     w23.Fill = false;
     this.hbxMixer.Add (this.vbxPoti4);
     global::Gtk.Box.BoxChild w24 = ((global::Gtk.Box.BoxChild)(this.hbxMixer [this.vbxPoti4]));
     w24.Position = 3;
     w24.Expand = false;
     w24.Fill = false;
     // Container child hbxMixer.Gtk.Box+BoxChild
     this.vbxPoti5 = new global::Gtk.VBox ();
     this.vbxPoti5.Name = "vbxPoti5";
     this.vbxPoti5.Spacing = 6;
     // Container child vbxPoti5.Gtk.Box+BoxChild
     this.btnPotiOnOff5 = new global::Gtk.ToggleButton ();
     this.btnPotiOnOff5.CanFocus = true;
     this.btnPotiOnOff5.Name = "btnPotiOnOff5";
     this.btnPotiOnOff5.UseUnderline = true;
     this.btnPotiOnOff5.Active = true;
     this.btnPotiOnOff5.Label = global::Mono.Unix.Catalog.GetString ("On/Off");
     this.vbxPoti5.Add (this.btnPotiOnOff5);
     global::Gtk.Box.BoxChild w25 = ((global::Gtk.Box.BoxChild)(this.vbxPoti5 [this.btnPotiOnOff5]));
     w25.Position = 0;
     w25.Expand = false;
     w25.Fill = false;
     // Container child vbxPoti5.Gtk.Box+BoxChild
     this.edPoti5 = new global::Gtk.Entry ();
     this.edPoti5.WidthRequest = 50;
     this.edPoti5.Sensitive = false;
     this.edPoti5.CanFocus = true;
     this.edPoti5.Name = "edPoti5";
     this.edPoti5.IsEditable = true;
     this.edPoti5.InvisibleChar = '●';
     this.vbxPoti5.Add (this.edPoti5);
     global::Gtk.Box.BoxChild w26 = ((global::Gtk.Box.BoxChild)(this.vbxPoti5 [this.edPoti5]));
     w26.Position = 1;
     w26.Expand = false;
     w26.Fill = false;
     // Container child vbxPoti5.Gtk.Box+BoxChild
     this.vscalePoti5 = new global::Gtk.VScale (null);
     this.vscalePoti5.CanFocus = true;
     this.vscalePoti5.Name = "vscalePoti5";
     this.vscalePoti5.UpdatePolicy = ((global::Gtk.UpdateType)(2));
     this.vscalePoti5.Inverted = true;
     this.vscalePoti5.Adjustment.Upper = 255;
     this.vscalePoti5.Adjustment.PageIncrement = 10;
     this.vscalePoti5.Adjustment.StepIncrement = 1;
     this.vscalePoti5.Adjustment.Value = 15;
     this.vscalePoti5.DrawValue = false;
     this.vscalePoti5.Digits = 0;
     this.vscalePoti5.ValuePos = ((global::Gtk.PositionType)(2));
     this.vbxPoti5.Add (this.vscalePoti5);
     global::Gtk.Box.BoxChild w27 = ((global::Gtk.Box.BoxChild)(this.vbxPoti5 [this.vscalePoti5]));
     w27.Position = 2;
     // Container child vbxPoti5.Gtk.Box+BoxChild
     this.lblPoti5 = new global::Gtk.Label ();
     this.lblPoti5.Name = "lblPoti5";
     this.lblPoti5.LabelProp = global::Mono.Unix.Catalog.GetString ("Poti5");
     this.vbxPoti5.Add (this.lblPoti5);
     global::Gtk.Box.BoxChild w28 = ((global::Gtk.Box.BoxChild)(this.vbxPoti5 [this.lblPoti5]));
     w28.Position = 3;
     w28.Expand = false;
     w28.Fill = false;
     this.hbxMixer.Add (this.vbxPoti5);
     global::Gtk.Box.BoxChild w29 = ((global::Gtk.Box.BoxChild)(this.hbxMixer [this.vbxPoti5]));
     w29.Position = 4;
     w29.Expand = false;
     w29.Fill = false;
     // Container child hbxMixer.Gtk.Box+BoxChild
     this.vseparator1 = new global::Gtk.VSeparator ();
     this.vseparator1.Name = "vseparator1";
     this.hbxMixer.Add (this.vseparator1);
     global::Gtk.Box.BoxChild w30 = ((global::Gtk.Box.BoxChild)(this.hbxMixer [this.vseparator1]));
     w30.Position = 5;
     w30.Expand = false;
     w30.Fill = false;
     // Container child hbxMixer.Gtk.Box+BoxChild
     this.vbxDigitals = new global::Gtk.VBox ();
     this.vbxDigitals.Name = "vbxDigitals";
     this.vbxDigitals.Spacing = 6;
     // Container child vbxDigitals.Gtk.Box+BoxChild
     this.bntD1 = new global::Gtk.ToggleButton ();
     this.bntD1.CanFocus = true;
     this.bntD1.Name = "bntD1";
     this.bntD1.UseUnderline = true;
     this.bntD1.Label = global::Mono.Unix.Catalog.GetString ("D1");
     this.vbxDigitals.Add (this.bntD1);
     global::Gtk.Box.BoxChild w31 = ((global::Gtk.Box.BoxChild)(this.vbxDigitals [this.bntD1]));
     w31.Position = 0;
     w31.Expand = false;
     w31.Fill = false;
     // Container child vbxDigitals.Gtk.Box+BoxChild
     this.btnD2 = new global::Gtk.ToggleButton ();
     this.btnD2.CanFocus = true;
     this.btnD2.Name = "btnD2";
     this.btnD2.UseUnderline = true;
     this.btnD2.Label = global::Mono.Unix.Catalog.GetString ("D2");
     this.vbxDigitals.Add (this.btnD2);
     global::Gtk.Box.BoxChild w32 = ((global::Gtk.Box.BoxChild)(this.vbxDigitals [this.btnD2]));
     w32.Position = 1;
     w32.Expand = false;
     w32.Fill = false;
     // Container child vbxDigitals.Gtk.Box+BoxChild
     this.btnD3 = new global::Gtk.ToggleButton ();
     this.btnD3.CanFocus = true;
     this.btnD3.Name = "btnD3";
     this.btnD3.UseUnderline = true;
     this.btnD3.Label = global::Mono.Unix.Catalog.GetString ("D3");
     this.vbxDigitals.Add (this.btnD3);
     global::Gtk.Box.BoxChild w33 = ((global::Gtk.Box.BoxChild)(this.vbxDigitals [this.btnD3]));
     w33.Position = 2;
     w33.Expand = false;
     w33.Fill = false;
     // Container child vbxDigitals.Gtk.Box+BoxChild
     this.btnD4 = new global::Gtk.ToggleButton ();
     this.btnD4.CanFocus = true;
     this.btnD4.Name = "btnD4";
     this.btnD4.UseUnderline = true;
     this.btnD4.Label = global::Mono.Unix.Catalog.GetString ("D4");
     this.vbxDigitals.Add (this.btnD4);
     global::Gtk.Box.BoxChild w34 = ((global::Gtk.Box.BoxChild)(this.vbxDigitals [this.btnD4]));
     w34.Position = 3;
     w34.Expand = false;
     w34.Fill = false;
     // Container child vbxDigitals.Gtk.Box+BoxChild
     this.btnD5 = new global::Gtk.ToggleButton ();
     this.btnD5.CanFocus = true;
     this.btnD5.Name = "btnD5";
     this.btnD5.UseUnderline = true;
     this.btnD5.Label = global::Mono.Unix.Catalog.GetString ("D5");
     this.vbxDigitals.Add (this.btnD5);
     global::Gtk.Box.BoxChild w35 = ((global::Gtk.Box.BoxChild)(this.vbxDigitals [this.btnD5]));
     w35.Position = 4;
     w35.Expand = false;
     w35.Fill = false;
     this.hbxMixer.Add (this.vbxDigitals);
     global::Gtk.Box.BoxChild w36 = ((global::Gtk.Box.BoxChild)(this.hbxMixer [this.vbxDigitals]));
     w36.Position = 6;
     w36.Expand = false;
     w36.Fill = false;
     // Container child hbxMixer.Gtk.Box+BoxChild
     this.vseparator2 = new global::Gtk.VSeparator ();
     this.vseparator2.Name = "vseparator2";
     this.hbxMixer.Add (this.vseparator2);
     global::Gtk.Box.BoxChild w37 = ((global::Gtk.Box.BoxChild)(this.hbxMixer [this.vseparator2]));
     w37.Position = 7;
     w37.Expand = false;
     w37.Fill = false;
     // Container child hbxMixer.Gtk.Box+BoxChild
     this.vbxButtons = new global::Gtk.VBox ();
     this.vbxButtons.Name = "vbxButtons";
     this.vbxButtons.Spacing = 6;
     // Container child vbxButtons.Gtk.Box+BoxChild
     this.btnB1 = new global::Gtk.Button ();
     this.btnB1.CanFocus = true;
     this.btnB1.Name = "btnB1";
     this.btnB1.UseUnderline = true;
     this.btnB1.Label = global::Mono.Unix.Catalog.GetString ("B1");
     this.vbxButtons.Add (this.btnB1);
     global::Gtk.Box.BoxChild w38 = ((global::Gtk.Box.BoxChild)(this.vbxButtons [this.btnB1]));
     w38.Position = 0;
     w38.Expand = false;
     w38.Fill = false;
     // Container child vbxButtons.Gtk.Box+BoxChild
     this.btnB2 = new global::Gtk.Button ();
     this.btnB2.CanFocus = true;
     this.btnB2.Name = "btnB2";
     this.btnB2.UseUnderline = true;
     this.btnB2.Label = global::Mono.Unix.Catalog.GetString ("B2");
     this.vbxButtons.Add (this.btnB2);
     global::Gtk.Box.BoxChild w39 = ((global::Gtk.Box.BoxChild)(this.vbxButtons [this.btnB2]));
     w39.Position = 1;
     w39.Expand = false;
     w39.Fill = false;
     // Container child vbxButtons.Gtk.Box+BoxChild
     this.btnB3 = new global::Gtk.Button ();
     this.btnB3.CanFocus = true;
     this.btnB3.Name = "btnB3";
     this.btnB3.UseUnderline = true;
     this.btnB3.Label = global::Mono.Unix.Catalog.GetString ("B3");
     this.vbxButtons.Add (this.btnB3);
     global::Gtk.Box.BoxChild w40 = ((global::Gtk.Box.BoxChild)(this.vbxButtons [this.btnB3]));
     w40.Position = 2;
     w40.Expand = false;
     w40.Fill = false;
     // Container child vbxButtons.Gtk.Box+BoxChild
     this.btnB4 = new global::Gtk.Button ();
     this.btnB4.CanFocus = true;
     this.btnB4.Name = "btnB4";
     this.btnB4.UseUnderline = true;
     this.btnB4.Label = global::Mono.Unix.Catalog.GetString ("B4");
     this.vbxButtons.Add (this.btnB4);
     global::Gtk.Box.BoxChild w41 = ((global::Gtk.Box.BoxChild)(this.vbxButtons [this.btnB4]));
     w41.Position = 3;
     w41.Expand = false;
     w41.Fill = false;
     // Container child vbxButtons.Gtk.Box+BoxChild
     this.btnB5 = new global::Gtk.Button ();
     this.btnB5.CanFocus = true;
     this.btnB5.Name = "btnB5";
     this.btnB5.UseUnderline = true;
     this.btnB5.Label = global::Mono.Unix.Catalog.GetString ("B5");
     this.vbxButtons.Add (this.btnB5);
     global::Gtk.Box.BoxChild w42 = ((global::Gtk.Box.BoxChild)(this.vbxButtons [this.btnB5]));
     w42.Position = 4;
     w42.Expand = false;
     w42.Fill = false;
     this.hbxMixer.Add (this.vbxButtons);
     global::Gtk.Box.BoxChild w43 = ((global::Gtk.Box.BoxChild)(this.hbxMixer [this.vbxButtons]));
     w43.Position = 8;
     w43.Expand = false;
     w43.Fill = false;
     // Container child hbxMixer.Gtk.Box+BoxChild
     this.nbSettings = new global::Gtk.Notebook ();
     this.nbSettings.CanFocus = true;
     this.nbSettings.Name = "nbSettings";
     this.nbSettings.CurrentPage = 0;
     // Container child nbSettings.Gtk.Notebook+NotebookChild
     this.GtkScrolledWindow = new global::Gtk.ScrolledWindow ();
     this.GtkScrolledWindow.Name = "GtkScrolledWindow";
     this.GtkScrolledWindow.ShadowType = ((global::Gtk.ShadowType)(1));
     // Container child GtkScrolledWindow.Gtk.Container+ContainerChild
     this.txtLabSettings = new global::Gtk.TextView ();
     this.txtLabSettings.CanFocus = true;
     this.txtLabSettings.Name = "txtLabSettings";
     this.GtkScrolledWindow.Add (this.txtLabSettings);
     this.nbSettings.Add (this.GtkScrolledWindow);
     // Notebook tab
     this.lblLabSettings = new global::Gtk.Label ();
     this.lblLabSettings.Name = "lblLabSettings";
     this.lblLabSettings.LabelProp = global::Mono.Unix.Catalog.GetString ("Lab.Settings");
     this.nbSettings.SetTabLabel (this.GtkScrolledWindow, this.lblLabSettings);
     this.lblLabSettings.ShowAll ();
     // Container child nbSettings.Gtk.Notebook+NotebookChild
     this.GtkScrolledWindow1 = new global::Gtk.ScrolledWindow ();
     this.GtkScrolledWindow1.Name = "GtkScrolledWindow1";
     this.GtkScrolledWindow1.ShadowType = ((global::Gtk.ShadowType)(1));
     // Container child GtkScrolledWindow1.Gtk.Container+ContainerChild
     this.txtArduinoSettings = new global::Gtk.TextView ();
     this.txtArduinoSettings.CanFocus = true;
     this.txtArduinoSettings.Name = "txtArduinoSettings";
     this.GtkScrolledWindow1.Add (this.txtArduinoSettings);
     this.nbSettings.Add (this.GtkScrolledWindow1);
     global::Gtk.Notebook.NotebookChild w47 = ((global::Gtk.Notebook.NotebookChild)(this.nbSettings [this.GtkScrolledWindow1]));
     w47.Position = 1;
     // Notebook tab
     this.lblArduinoSettings = new global::Gtk.Label ();
     this.lblArduinoSettings.Name = "lblArduinoSettings";
     this.lblArduinoSettings.LabelProp = global::Mono.Unix.Catalog.GetString ("Arduino.Settings");
     this.nbSettings.SetTabLabel (this.GtkScrolledWindow1, this.lblArduinoSettings);
     this.lblArduinoSettings.ShowAll ();
     this.hbxMixer.Add (this.nbSettings);
     global::Gtk.Box.BoxChild w48 = ((global::Gtk.Box.BoxChild)(this.hbxMixer [this.nbSettings]));
     w48.Position = 9;
     this.vbxMain.Add (this.hbxMixer);
     global::Gtk.Box.BoxChild w49 = ((global::Gtk.Box.BoxChild)(this.vbxMain [this.hbxMixer]));
     w49.Position = 3;
     w49.Expand = false;
     w49.Fill = false;
     this.Add (this.vbxMain);
     if ((this.Child != null)) {
         this.Child.ShowAll ();
     }
     this.DefaultWidth = 761;
     this.DefaultHeight = 604;
     this.Show ();
     this.DeleteEvent += new global::Gtk.DeleteEventHandler (this.OnDeleteEvent);
     this.saveAction.Activated += new global::System.EventHandler (this.btnSave_Clicked);
     this.btnPotiOnOff1.Toggled += new global::System.EventHandler (this.btnPotiOnOff_Toggled);
     this.edPoti1.KeyReleaseEvent += new global::Gtk.KeyReleaseEventHandler (this.edPoti_KeyReleased);
     this.vscalePoti1.ValueChanged += new global::System.EventHandler (this.vScalePoti_Changed);
     this.btnPotiOnOff2.Toggled += new global::System.EventHandler (this.btnPotiOnOff_Toggled);
     this.edPoti2.KeyReleaseEvent += new global::Gtk.KeyReleaseEventHandler (this.edPoti_KeyReleased);
     this.vscalePoti2.ValueChanged += new global::System.EventHandler (this.vScalePoti_Changed);
     this.btnPotiOnOff3.Toggled += new global::System.EventHandler (this.btnPotiOnOff_Toggled);
     this.edPoti3.KeyReleaseEvent += new global::Gtk.KeyReleaseEventHandler (this.edPoti_KeyReleased);
     this.vscalePoti3.ValueChanged += new global::System.EventHandler (this.vScalePoti_Changed);
     this.btnPotiOnOff4.Toggled += new global::System.EventHandler (this.btnPotiOnOff_Toggled);
     this.edPoti4.KeyReleaseEvent += new global::Gtk.KeyReleaseEventHandler (this.edPoti_KeyReleased);
     this.vscalePoti4.ValueChanged += new global::System.EventHandler (this.vScalePoti_Changed);
     this.btnPotiOnOff5.Toggled += new global::System.EventHandler (this.btnPotiOnOff_Toggled);
     this.edPoti5.KeyReleaseEvent += new global::Gtk.KeyReleaseEventHandler (this.edPoti_KeyReleased);
     this.vscalePoti5.ValueChanged += new global::System.EventHandler (this.vScalePoti_Changed);
 }
		protected virtual void Build ()
		{
			global::Stetic.Gui.Initialize (this);
			// Widget MPfm.GTK.Windows.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.actionExit = new global::Gtk.Action ("actionExit", global::Mono.Unix.Catalog.GetString ("Exit"), null, "gtk-quit");
			this.actionExit.ShortLabel = global::Mono.Unix.Catalog.GetString ("Exit");
			w1.Add (this.actionExit, null);
			this.actionAbout = new global::Gtk.Action ("actionAbout", global::Mono.Unix.Catalog.GetString ("About MPfm"), null, null);
			this.actionAbout.ShortLabel = global::Mono.Unix.Catalog.GetString ("About MPfm");
			w1.Add (this.actionAbout, null);
			this.actionHelp = new global::Gtk.Action ("actionHelp", global::Mono.Unix.Catalog.GetString ("Help"), null, "gtk-help");
			this.actionHelp.ShortLabel = global::Mono.Unix.Catalog.GetString ("Help");
			w1.Add (this.actionHelp, null);
			this.aboutAction = new global::Gtk.Action ("aboutAction", global::Mono.Unix.Catalog.GetString ("About MPfm"), null, "gtk-about");
			this.aboutAction.ShortLabel = global::Mono.Unix.Catalog.GetString ("About MPfm");
			w1.Add (this.aboutAction, null);
			this.PlaybackAction = new global::Gtk.Action ("PlaybackAction", global::Mono.Unix.Catalog.GetString ("Playback"), null, null);
			this.PlaybackAction.ShortLabel = global::Mono.Unix.Catalog.GetString ("Playback");
			w1.Add (this.PlaybackAction, null);
			this.actionPlay = new global::Gtk.Action ("actionPlay", global::Mono.Unix.Catalog.GetString ("Play"), null, "gtk-media-play");
			this.actionPlay.ShortLabel = global::Mono.Unix.Catalog.GetString ("Play");
			w1.Add (this.actionPlay, null);
			this.actionPause = new global::Gtk.Action ("actionPause", global::Mono.Unix.Catalog.GetString ("Pause"), null, "gtk-media-pause");
			this.actionPause.ShortLabel = global::Mono.Unix.Catalog.GetString ("Pause");
			w1.Add (this.actionPause, null);
			this.actionStop = new global::Gtk.Action ("actionStop", global::Mono.Unix.Catalog.GetString ("Stop"), null, "gtk-media-stop");
			this.actionStop.ShortLabel = global::Mono.Unix.Catalog.GetString ("Stop");
			w1.Add (this.actionStop, null);
			this.actionPrevious = new global::Gtk.Action ("actionPrevious", global::Mono.Unix.Catalog.GetString ("Previous Song"), null, "gtk-media-previous");
			this.actionPrevious.ShortLabel = global::Mono.Unix.Catalog.GetString ("Previous Song");
			w1.Add (this.actionPrevious, null);
			this.actionNext = new global::Gtk.Action ("actionNext", global::Mono.Unix.Catalog.GetString ("Next Song"), null, "gtk-media-next");
			this.actionNext.ShortLabel = global::Mono.Unix.Catalog.GetString ("Next Song");
			w1.Add (this.actionNext, null);
			this.actionRepeatType = new global::Gtk.Action ("actionRepeatType", global::Mono.Unix.Catalog.GetString ("Repeat Type (Off)"), null, "stock_repeat");
			this.actionRepeatType.ShortLabel = global::Mono.Unix.Catalog.GetString ("Repeat Type (Off)");
			w1.Add (this.actionRepeatType, null);
			this.openAction = new global::Gtk.Action ("openAction", global::Mono.Unix.Catalog.GetString ("Open audio files..."), null, "gtk-open");
			this.openAction.ShortLabel = global::Mono.Unix.Catalog.GetString ("Open Audio Files");
			w1.Add (this.openAction, null);
			this.actionUpdateLibrary = new global::Gtk.Action ("actionUpdateLibrary", global::Mono.Unix.Catalog.GetString ("Update Library"), null, "gtk-refresh");
			this.actionUpdateLibrary.ShortLabel = global::Mono.Unix.Catalog.GetString ("Update Library");
			w1.Add (this.actionUpdateLibrary, null);
			this.actionSettings = new global::Gtk.Action ("actionSettings", global::Mono.Unix.Catalog.GetString ("Settings"), null, "gtk-preferences");
			this.actionSettings.ShortLabel = global::Mono.Unix.Catalog.GetString ("Settings");
			w1.Add (this.actionSettings, null);
			this.actionEffects = new global::Gtk.Action ("actionEffects", global::Mono.Unix.Catalog.GetString ("Effects"), null, "stock_volume");
			this.actionEffects.ShortLabel = global::Mono.Unix.Catalog.GetString ("Effects");
			w1.Add (this.actionEffects, null);
			this.WindowsAction = new global::Gtk.Action ("WindowsAction", global::Mono.Unix.Catalog.GetString ("Windows"), null, null);
			this.WindowsAction.ShortLabel = global::Mono.Unix.Catalog.GetString ("Windows");
			w1.Add (this.WindowsAction, null);
			this.actionPlaylist = new global::Gtk.Action ("actionPlaylist", global::Mono.Unix.Catalog.GetString ("Playlist"), null, "gtk-dnd-multiple");
			this.actionPlaylist.ShortLabel = global::Mono.Unix.Catalog.GetString ("Playlist");
			w1.Add (this.actionPlaylist, null);
			this.actionRemoveLoop = new global::Gtk.Action ("actionRemoveLoop", null, null, "gtk-remove");
			w1.Add (this.actionRemoveLoop, null);
			this.actionAddMarker = new global::Gtk.Action ("actionAddMarker", null, null, "gtk-add");
			w1.Add (this.actionAddMarker, null);
			this.actionRemoveMarker = new global::Gtk.Action ("actionRemoveMarker", null, null, "gtk-remove");
			w1.Add (this.actionRemoveMarker, null);
			this.addAction = new global::Gtk.Action ("addAction", null, null, "gtk-add");
			w1.Add (this.addAction, null);
			this.editAction = new global::Gtk.Action ("editAction", null, null, "gtk-edit");
			w1.Add (this.editAction, null);
			this.actionEditMarker = new global::Gtk.Action ("actionEditMarker", null, null, "gtk-edit");
			w1.Add (this.actionEditMarker, null);
			this.actionGoToMarker = new global::Gtk.Action ("actionGoToMarker", null, null, "gtk-go-forward");
			w1.Add (this.actionGoToMarker, null);
			this.actionAddFiles = new global::Gtk.Action ("actionAddFiles", global::Mono.Unix.Catalog.GetString ("Add files to library..."), null, "gtk-add");
			this.actionAddFiles.ShortLabel = global::Mono.Unix.Catalog.GetString ("Add files to library...");
			w1.Add (this.actionAddFiles, null);
			this.actionAddFolder = new global::Gtk.Action ("actionAddFolder", global::Mono.Unix.Catalog.GetString ("Add folder to library..."), null, "gtk-add");
			this.actionAddFolder.ShortLabel = global::Mono.Unix.Catalog.GetString ("Add folder to library...");
			w1.Add (this.actionAddFolder, 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.actionPlayLoop = new global::Gtk.Action ("actionPlayLoop", null, null, "gtk-media-play");
			w1.Add (this.actionPlayLoop, null);
			this.connectAction = new global::Gtk.Action ("connectAction", null, null, "gtk-connect");
			w1.Add (this.connectAction, null);
			this.SyncCloudAction = new global::Gtk.Action ("SyncCloudAction", global::Mono.Unix.Catalog.GetString ("Sync (Cloud)"), null, null);
			this.SyncCloudAction.ShortLabel = global::Mono.Unix.Catalog.GetString ("Sync (Cloud)");
			w1.Add (this.SyncCloudAction, null);
			this.SyncWebBrowserAction = new global::Gtk.Action ("SyncWebBrowserAction", global::Mono.Unix.Catalog.GetString ("Sync (Web Browser)"), null, null);
			this.SyncWebBrowserAction.ShortLabel = global::Mono.Unix.Catalog.GetString ("Sync (Web Browser)");
			w1.Add (this.SyncWebBrowserAction, null);
			this.UIManager.InsertActionGroup (w1, 0);
			this.AddAccelGroup (this.UIManager.AccelGroup);
			this.Name = "MPfm.GTK.Windows.MainWindow";
			this.Title = global::Mono.Unix.Catalog.GetString ("MPfm: Music Player for Musicians");
			this.Icon = new global::Gdk.Pixbuf (global::System.IO.Path.Combine (global::System.AppDomain.CurrentDomain.BaseDirectory, "./icon48.png"));
			this.WindowPosition = ((global::Gtk.WindowPosition)(1));
			this.DefaultWidth = 100;
			// Container child MPfm.GTK.Windows.MainWindow.Gtk.Container+ContainerChild
			this.vboxMain = new global::Gtk.VBox ();
			this.vboxMain.Name = "vboxMain";
			// Container child vboxMain.Gtk.Box+BoxChild
			this.UIManager.AddUiFromString ("<ui><menubar name='menubarMain'><menu name='FileAction' action='FileAction'><menuitem name='actionAddFiles' action='actionAddFiles'/><menuitem name='actionAddFolder' action='actionAddFolder'/><separator/><menuitem name='openAction' action='openAction'/><separator/><menuitem name='actionUpdateLibrary' action='actionUpdateLibrary'/><separator/><menuitem name='actionExit' action='actionExit'/></menu><menu name='PlaybackAction' action='PlaybackAction'><menuitem name='actionPlay' action='actionPlay'/><menuitem name='actionPause' action='actionPause'/><menuitem name='actionStop' action='actionStop'/><menuitem name='actionPrevious' action='actionPrevious'/><menuitem name='actionNext' action='actionNext'/><menuitem name='actionRepeatType' action='actionRepeatType'/></menu><menu name='WindowsAction' action='WindowsAction'><menuitem name='SyncCloudAction' action='SyncCloudAction'/><menuitem name='SyncWebBrowserAction' action='SyncWebBrowserAction'/></menu><menu name='HelpAction' action='HelpAction'><menuitem name='actionHelp' action='actionHelp'/><menuitem name='actionAbout' action='actionAbout'/></menu></menubar></ui>");
			this.menubarMain = ((global::Gtk.MenuBar)(this.UIManager.GetWidget ("/menubarMain")));
			this.menubarMain.Name = "menubarMain";
			this.vboxMain.Add (this.menubarMain);
			global::Gtk.Box.BoxChild w2 = ((global::Gtk.Box.BoxChild)(this.vboxMain [this.menubarMain]));
			w2.Position = 0;
			w2.Expand = false;
			w2.Fill = false;
			// Container child vboxMain.Gtk.Box+BoxChild
			this.UIManager.AddUiFromString ("<ui><toolbar name='toolbarMain'><toolitem name='openAction' action='openAction'/><separator/><toolitem name='actionPlay' action='actionPlay'/><toolitem name='actionPrevious' action='actionPrevious'/><toolitem name='actionNext' action='actionNext'/><toolitem name='actionRepeatType' action='actionRepeatType'/><separator/><toolitem name='actionUpdateLibrary' action='actionUpdateLibrary'/><toolitem name='actionPlaylist' action='actionPlaylist'/><toolitem name='actionEffects' action='actionEffects'/><toolitem name='connectAction' action='connectAction'/><toolitem name='actionSettings' action='actionSettings'/></toolbar></ui>");
			this.toolbarMain = ((global::Gtk.Toolbar)(this.UIManager.GetWidget ("/toolbarMain")));
			this.toolbarMain.Name = "toolbarMain";
			this.toolbarMain.ShowArrow = false;
			this.toolbarMain.ToolbarStyle = ((global::Gtk.ToolbarStyle)(0));
			this.toolbarMain.IconSize = ((global::Gtk.IconSize)(2));
			this.vboxMain.Add (this.toolbarMain);
			global::Gtk.Box.BoxChild w3 = ((global::Gtk.Box.BoxChild)(this.vboxMain [this.toolbarMain]));
			w3.Position = 1;
			w3.Expand = false;
			w3.Fill = false;
			// Container child vboxMain.Gtk.Box+BoxChild
			this.hpanedMain = new global::Gtk.HPaned ();
			this.hpanedMain.CanFocus = true;
			this.hpanedMain.Name = "hpanedMain";
			this.hpanedMain.Position = 236;
			// Container child hpanedMain.Gtk.Paned+PanedChild
			this.vboxLeft = new global::Gtk.VBox ();
			this.vboxLeft.Name = "vboxLeft";
			this.vboxLeft.Spacing = 6;
			this.vboxLeft.BorderWidth = ((uint)(4));
			// Container child vboxLeft.Gtk.Box+BoxChild
			this.lblLibraryBrowser = new global::Gtk.Label ();
			this.lblLibraryBrowser.Name = "lblLibraryBrowser";
			this.lblLibraryBrowser.Xalign = 0F;
			this.lblLibraryBrowser.LabelProp = global::Mono.Unix.Catalog.GetString ("Library Browser");
			this.vboxLeft.Add (this.lblLibraryBrowser);
			global::Gtk.Box.BoxChild w4 = ((global::Gtk.Box.BoxChild)(this.vboxLeft [this.lblLibraryBrowser]));
			w4.Position = 0;
			w4.Expand = false;
			w4.Fill = false;
			// Container child vboxLeft.Gtk.Box+BoxChild
			this.hbox13 = new global::Gtk.HBox ();
			this.hbox13.Name = "hbox13";
			this.hbox13.Spacing = 6;
			// Container child hbox13.Gtk.Box+BoxChild
			this.lblLibraryFilter = new global::Gtk.Label ();
			this.lblLibraryFilter.Name = "lblLibraryFilter";
			this.lblLibraryFilter.Xalign = 0F;
			this.lblLibraryFilter.LabelProp = global::Mono.Unix.Catalog.GetString ("Filter by Sound Format:");
			this.hbox13.Add (this.lblLibraryFilter);
			global::Gtk.Box.BoxChild w5 = ((global::Gtk.Box.BoxChild)(this.hbox13 [this.lblLibraryFilter]));
			w5.Position = 0;
			w5.Expand = false;
			w5.Fill = false;
			// Container child hbox13.Gtk.Box+BoxChild
			this.cboSoundFormat = global::Gtk.ComboBox.NewText ();
			this.cboSoundFormat.Name = "cboSoundFormat";
			this.hbox13.Add (this.cboSoundFormat);
			global::Gtk.Box.BoxChild w6 = ((global::Gtk.Box.BoxChild)(this.hbox13 [this.cboSoundFormat]));
			w6.Position = 1;
			this.vboxLeft.Add (this.hbox13);
			global::Gtk.Box.BoxChild w7 = ((global::Gtk.Box.BoxChild)(this.vboxLeft [this.hbox13]));
			w7.Position = 1;
			w7.Expand = false;
			w7.Fill = false;
			// Container child vboxLeft.Gtk.Box+BoxChild
			this.GtkScrolledWindow1 = new global::Gtk.ScrolledWindow ();
			this.GtkScrolledWindow1.Name = "GtkScrolledWindow1";
			this.GtkScrolledWindow1.ShadowType = ((global::Gtk.ShadowType)(1));
			// Container child GtkScrolledWindow1.Gtk.Container+ContainerChild
			this.treeLibraryBrowser = new global::Gtk.TreeView ();
			this.treeLibraryBrowser.CanFocus = true;
			this.treeLibraryBrowser.Name = "treeLibraryBrowser";
			this.GtkScrolledWindow1.Add (this.treeLibraryBrowser);
			this.vboxLeft.Add (this.GtkScrolledWindow1);
			global::Gtk.Box.BoxChild w9 = ((global::Gtk.Box.BoxChild)(this.vboxLeft [this.GtkScrolledWindow1]));
			w9.Position = 2;
			this.hpanedMain.Add (this.vboxLeft);
			global::Gtk.Paned.PanedChild w10 = ((global::Gtk.Paned.PanedChild)(this.hpanedMain [this.vboxLeft]));
			w10.Resize = false;
			// Container child hpanedMain.Gtk.Paned+PanedChild
			this.vboxRight = new global::Gtk.VBox ();
			this.vboxRight.Name = "vboxRight";
			this.vboxRight.Spacing = 6;
			this.vboxRight.BorderWidth = ((uint)(4));
			// Container child vboxRight.Gtk.Box+BoxChild
			this.vboxCurrentSong = new global::Gtk.VBox ();
			this.vboxCurrentSong.Name = "vboxCurrentSong";
			this.vboxCurrentSong.Spacing = 2;
			// Container child vboxCurrentSong.Gtk.Box+BoxChild
			this.lblCurrentSong = new global::Gtk.Label ();
			this.lblCurrentSong.Name = "lblCurrentSong";
			this.lblCurrentSong.Xalign = 0F;
			this.lblCurrentSong.LabelProp = global::Mono.Unix.Catalog.GetString ("Current Song");
			this.vboxCurrentSong.Add (this.lblCurrentSong);
			global::Gtk.Box.BoxChild w11 = ((global::Gtk.Box.BoxChild)(this.vboxCurrentSong [this.lblCurrentSong]));
			w11.Position = 0;
			w11.Expand = false;
			w11.Fill = false;
			// Container child vboxCurrentSong.Gtk.Box+BoxChild
			this.hbox4 = new global::Gtk.HBox ();
			this.hbox4.Name = "hbox4";
			this.hbox4.Spacing = 6;
			// Container child hbox4.Gtk.Box+BoxChild
			this.imageAlbumCover = new global::Gtk.Image ();
			this.imageAlbumCover.Name = "imageAlbumCover";
			this.imageAlbumCover.Pixbuf = global::Stetic.IconLoader.LoadIcon (this, "gtk-about", global::Gtk.IconSize.Menu);
			this.hbox4.Add (this.imageAlbumCover);
			global::Gtk.Box.BoxChild w12 = ((global::Gtk.Box.BoxChild)(this.hbox4 [this.imageAlbumCover]));
			w12.Position = 0;
			w12.Expand = false;
			w12.Fill = false;
			// Container child hbox4.Gtk.Box+BoxChild
			this.vbox3 = new global::Gtk.VBox ();
			this.vbox3.Name = "vbox3";
			this.vbox3.Spacing = 6;
			// Container child vbox3.Gtk.Box+BoxChild
			this.hbox5 = new global::Gtk.HBox ();
			this.hbox5.Name = "hbox5";
			this.hbox5.Spacing = 6;
			// Container child hbox5.Gtk.Box+BoxChild
			this.vbox4 = new global::Gtk.VBox ();
			this.vbox4.Name = "vbox4";
			this.vbox4.Spacing = 6;
			// Container child vbox4.Gtk.Box+BoxChild
			this.lblArtistName = new global::Gtk.Label ();
			this.lblArtistName.Name = "lblArtistName";
			this.lblArtistName.Xalign = 0F;
			this.lblArtistName.LabelProp = global::Mono.Unix.Catalog.GetString ("Artist Name");
			this.lblArtistName.Wrap = true;
			this.lblArtistName.Ellipsize = ((global::Pango.EllipsizeMode)(3));
			this.vbox4.Add (this.lblArtistName);
			global::Gtk.Box.BoxChild w13 = ((global::Gtk.Box.BoxChild)(this.vbox4 [this.lblArtistName]));
			w13.Position = 0;
			w13.Expand = false;
			// Container child vbox4.Gtk.Box+BoxChild
			this.lblAlbumTitle = new global::Gtk.Label ();
			this.lblAlbumTitle.Name = "lblAlbumTitle";
			this.lblAlbumTitle.Xalign = 0F;
			this.lblAlbumTitle.LabelProp = global::Mono.Unix.Catalog.GetString ("Album Title");
			this.lblAlbumTitle.Wrap = true;
			this.lblAlbumTitle.Ellipsize = ((global::Pango.EllipsizeMode)(3));
			this.vbox4.Add (this.lblAlbumTitle);
			global::Gtk.Box.BoxChild w14 = ((global::Gtk.Box.BoxChild)(this.vbox4 [this.lblAlbumTitle]));
			w14.Position = 1;
			w14.Expand = false;
			w14.Fill = false;
			// Container child vbox4.Gtk.Box+BoxChild
			this.lblSongTitle = new global::Gtk.Label ();
			this.lblSongTitle.Name = "lblSongTitle";
			this.lblSongTitle.Xalign = 0F;
			this.lblSongTitle.LabelProp = global::Mono.Unix.Catalog.GetString ("Song Title");
			this.lblSongTitle.Wrap = true;
			this.lblSongTitle.Ellipsize = ((global::Pango.EllipsizeMode)(3));
			this.vbox4.Add (this.lblSongTitle);
			global::Gtk.Box.BoxChild w15 = ((global::Gtk.Box.BoxChild)(this.vbox4 [this.lblSongTitle]));
			w15.Position = 2;
			w15.Expand = false;
			w15.Fill = false;
			// Container child vbox4.Gtk.Box+BoxChild
			this.lblSongFilePath = new global::Gtk.Label ();
			this.lblSongFilePath.Name = "lblSongFilePath";
			this.lblSongFilePath.Xalign = 0F;
			this.lblSongFilePath.LabelProp = global::Mono.Unix.Catalog.GetString ("Song File Path");
			this.lblSongFilePath.Wrap = true;
			this.lblSongFilePath.Ellipsize = ((global::Pango.EllipsizeMode)(3));
			this.vbox4.Add (this.lblSongFilePath);
			global::Gtk.Box.BoxChild w16 = ((global::Gtk.Box.BoxChild)(this.vbox4 [this.lblSongFilePath]));
			w16.Position = 3;
			w16.Expand = false;
			w16.Fill = false;
			this.hbox5.Add (this.vbox4);
			global::Gtk.Box.BoxChild w17 = ((global::Gtk.Box.BoxChild)(this.hbox5 [this.vbox4]));
			w17.Position = 0;
			// Container child hbox5.Gtk.Box+BoxChild
			this.fixed3 = new global::Gtk.Fixed ();
			this.fixed3.WidthRequest = 300;
			this.fixed3.HeightRequest = 145;
			this.fixed3.Name = "fixed3";
			this.fixed3.HasWindow = false;
			// Container child fixed3.Gtk.Fixed+FixedChild
			this.lblPitchShiftingValue = new global::Gtk.Label ();
			this.lblPitchShiftingValue.Name = "lblPitchShiftingValue";
			this.lblPitchShiftingValue.Xalign = 0F;
			this.lblPitchShiftingValue.LabelProp = global::Mono.Unix.Catalog.GetString ("100 %");
			this.fixed3.Add (this.lblPitchShiftingValue);
			global::Gtk.Fixed.FixedChild w18 = ((global::Gtk.Fixed.FixedChild)(this.fixed3 [this.lblPitchShiftingValue]));
			w18.X = 131;
			w18.Y = 26;
			// Container child fixed3.Gtk.Fixed+FixedChild
			this.btnDetectTempo = new global::Gtk.Button ();
			this.btnDetectTempo.HeightRequest = 22;
			this.btnDetectTempo.CanFocus = true;
			this.btnDetectTempo.Name = "btnDetectTempo";
			this.btnDetectTempo.UseUnderline = true;
			this.btnDetectTempo.Label = global::Mono.Unix.Catalog.GetString ("Detect tempo");
			this.fixed3.Add (this.btnDetectTempo);
			global::Gtk.Fixed.FixedChild w19 = ((global::Gtk.Fixed.FixedChild)(this.fixed3 [this.btnDetectTempo]));
			w19.X = 23;
			w19.Y = 72;
			// Container child fixed3.Gtk.Fixed+FixedChild
			this.hscaleTimeShifting1 = new global::Gtk.HScale (null);
			this.hscaleTimeShifting1.WidthRequest = 272;
			this.hscaleTimeShifting1.CanFocus = true;
			this.hscaleTimeShifting1.Name = "hscaleTimeShifting1";
			this.hscaleTimeShifting1.Adjustment.Lower = 50;
			this.hscaleTimeShifting1.Adjustment.Upper = 150;
			this.hscaleTimeShifting1.Adjustment.PageIncrement = 10;
			this.hscaleTimeShifting1.Adjustment.StepIncrement = 1;
			this.hscaleTimeShifting1.Adjustment.Value = 100.617283950617;
			this.hscaleTimeShifting1.DrawValue = false;
			this.hscaleTimeShifting1.Digits = 0;
			this.hscaleTimeShifting1.ValuePos = ((global::Gtk.PositionType)(0));
			this.fixed3.Add (this.hscaleTimeShifting1);
			global::Gtk.Fixed.FixedChild w20 = ((global::Gtk.Fixed.FixedChild)(this.fixed3 [this.hscaleTimeShifting1]));
			w20.X = 7;
			w20.Y = 41;
			// Container child fixed3.Gtk.Fixed+FixedChild
			this.lblPitchShifting = new global::Gtk.Label ();
			this.lblPitchShifting.HeightRequest = 20;
			this.lblPitchShifting.Name = "lblPitchShifting";
			this.lblPitchShifting.Xalign = 0F;
			this.lblPitchShifting.LabelProp = global::Mono.Unix.Catalog.GetString ("Pitch Shifting");
			this.fixed3.Add (this.lblPitchShifting);
			global::Gtk.Fixed.FixedChild w21 = ((global::Gtk.Fixed.FixedChild)(this.fixed3 [this.lblPitchShifting]));
			w21.X = 21;
			w21.Y = 22;
			this.hbox5.Add (this.fixed3);
			global::Gtk.Box.BoxChild w22 = ((global::Gtk.Box.BoxChild)(this.hbox5 [this.fixed3]));
			w22.PackType = ((global::Gtk.PackType)(1));
			w22.Position = 1;
			w22.Expand = false;
			w22.Fill = false;
			// Container child hbox5.Gtk.Box+BoxChild
			this.vbox10 = new global::Gtk.VBox ();
			this.vbox10.WidthRequest = 84;
			this.vbox10.Name = "vbox10";
			this.vbox10.Spacing = 6;
			// Container child vbox10.Gtk.Box+BoxChild
			this.lblInformation = new global::Gtk.Label ();
			this.lblInformation.HeightRequest = 20;
			this.lblInformation.Name = "lblInformation";
			this.lblInformation.Xalign = 0F;
			this.lblInformation.LabelProp = global::Mono.Unix.Catalog.GetString ("Information");
			this.vbox10.Add (this.lblInformation);
			global::Gtk.Box.BoxChild w23 = ((global::Gtk.Box.BoxChild)(this.vbox10 [this.lblInformation]));
			w23.Position = 0;
			w23.Expand = false;
			w23.Fill = false;
			// Container child vbox10.Gtk.Box+BoxChild
			this.lblCurrentFileType = new global::Gtk.Label ();
			this.lblCurrentFileType.Name = "lblCurrentFileType";
			this.lblCurrentFileType.Xalign = 0F;
			this.lblCurrentFileType.LabelProp = global::Mono.Unix.Catalog.GetString ("FLAC");
			this.vbox10.Add (this.lblCurrentFileType);
			global::Gtk.Box.BoxChild w24 = ((global::Gtk.Box.BoxChild)(this.vbox10 [this.lblCurrentFileType]));
			w24.Position = 1;
			w24.Expand = false;
			w24.Fill = false;
			// Container child vbox10.Gtk.Box+BoxChild
			this.lblCurrentSampleRate = new global::Gtk.Label ();
			this.lblCurrentSampleRate.Name = "lblCurrentSampleRate";
			this.lblCurrentSampleRate.Xalign = 0F;
			this.lblCurrentSampleRate.LabelProp = global::Mono.Unix.Catalog.GetString ("44100 Hz");
			this.vbox10.Add (this.lblCurrentSampleRate);
			global::Gtk.Box.BoxChild w25 = ((global::Gtk.Box.BoxChild)(this.vbox10 [this.lblCurrentSampleRate]));
			w25.Position = 2;
			w25.Expand = false;
			w25.Fill = false;
			// Container child vbox10.Gtk.Box+BoxChild
			this.lblCurrentBitsPerSample = new global::Gtk.Label ();
			this.lblCurrentBitsPerSample.Name = "lblCurrentBitsPerSample";
			this.lblCurrentBitsPerSample.Xalign = 0F;
			this.lblCurrentBitsPerSample.LabelProp = global::Mono.Unix.Catalog.GetString ("16 bits");
			this.vbox10.Add (this.lblCurrentBitsPerSample);
			global::Gtk.Box.BoxChild w26 = ((global::Gtk.Box.BoxChild)(this.vbox10 [this.lblCurrentBitsPerSample]));
			w26.Position = 3;
			w26.Expand = false;
			w26.Fill = false;
			// Container child vbox10.Gtk.Box+BoxChild
			this.lblCurrentBitrate = new global::Gtk.Label ();
			this.lblCurrentBitrate.Name = "lblCurrentBitrate";
			this.lblCurrentBitrate.Xalign = 0F;
			this.lblCurrentBitrate.LabelProp = global::Mono.Unix.Catalog.GetString ("320 kbps");
			this.vbox10.Add (this.lblCurrentBitrate);
			global::Gtk.Box.BoxChild w27 = ((global::Gtk.Box.BoxChild)(this.vbox10 [this.lblCurrentBitrate]));
			w27.Position = 4;
			w27.Expand = false;
			w27.Fill = false;
			this.hbox5.Add (this.vbox10);
			global::Gtk.Box.BoxChild w28 = ((global::Gtk.Box.BoxChild)(this.hbox5 [this.vbox10]));
			w28.PackType = ((global::Gtk.PackType)(1));
			w28.Position = 2;
			w28.Expand = false;
			w28.Fill = false;
			this.vbox3.Add (this.hbox5);
			global::Gtk.Box.BoxChild w29 = ((global::Gtk.Box.BoxChild)(this.vbox3 [this.hbox5]));
			w29.Position = 0;
			// Container child vbox3.Gtk.Box+BoxChild
			this.hbox6 = new global::Gtk.HBox ();
			this.hbox6.Name = "hbox6";
			this.hbox6.Spacing = 6;
			// Container child hbox6.Gtk.Box+BoxChild
			this.vbox5 = new global::Gtk.VBox ();
			this.vbox5.Name = "vbox5";
			this.vbox5.Spacing = 6;
			// Container child vbox5.Gtk.Box+BoxChild
			this.lblSongPosition = new global::Gtk.Label ();
			this.lblSongPosition.HeightRequest = 20;
			this.lblSongPosition.Name = "lblSongPosition";
			this.lblSongPosition.Xalign = 0F;
			this.lblSongPosition.LabelProp = global::Mono.Unix.Catalog.GetString ("Song Position");
			this.vbox5.Add (this.lblSongPosition);
			global::Gtk.Box.BoxChild w30 = ((global::Gtk.Box.BoxChild)(this.vbox5 [this.lblSongPosition]));
			w30.Position = 0;
			w30.Expand = false;
			w30.Fill = false;
			// Container child vbox5.Gtk.Box+BoxChild
			this.hbox7 = new global::Gtk.HBox ();
			this.hbox7.Name = "hbox7";
			this.hbox7.Spacing = 6;
			// Container child hbox7.Gtk.Box+BoxChild
			this.lblCurrentPosition = new global::Gtk.Label ();
			this.lblCurrentPosition.Name = "lblCurrentPosition";
			this.lblCurrentPosition.Xalign = 0F;
			this.lblCurrentPosition.LabelProp = global::Mono.Unix.Catalog.GetString ("[Position]");
			this.hbox7.Add (this.lblCurrentPosition);
			global::Gtk.Box.BoxChild w31 = ((global::Gtk.Box.BoxChild)(this.hbox7 [this.lblCurrentPosition]));
			w31.Position = 0;
			w31.Expand = false;
			w31.Fill = false;
			// Container child hbox7.Gtk.Box+BoxChild
			this.hscaleSongPosition = new global::Gtk.HScale (null);
			this.hscaleSongPosition.CanFocus = true;
			this.hscaleSongPosition.Name = "hscaleSongPosition";
			this.hscaleSongPosition.Adjustment.Upper = 9999;
			this.hscaleSongPosition.Adjustment.PageIncrement = 10;
			this.hscaleSongPosition.Adjustment.StepIncrement = 1;
			this.hscaleSongPosition.Adjustment.Value = 10;
			this.hscaleSongPosition.DrawValue = false;
			this.hscaleSongPosition.Digits = 0;
			this.hscaleSongPosition.ValuePos = ((global::Gtk.PositionType)(2));
			this.hbox7.Add (this.hscaleSongPosition);
			global::Gtk.Box.BoxChild w32 = ((global::Gtk.Box.BoxChild)(this.hbox7 [this.hscaleSongPosition]));
			w32.Position = 1;
			// Container child hbox7.Gtk.Box+BoxChild
			this.lblCurrentLength = new global::Gtk.Label ();
			this.lblCurrentLength.Name = "lblCurrentLength";
			this.lblCurrentLength.Xalign = 0F;
			this.lblCurrentLength.LabelProp = global::Mono.Unix.Catalog.GetString ("[Length]");
			this.hbox7.Add (this.lblCurrentLength);
			global::Gtk.Box.BoxChild w33 = ((global::Gtk.Box.BoxChild)(this.hbox7 [this.lblCurrentLength]));
			w33.Position = 2;
			w33.Expand = false;
			w33.Fill = false;
			this.vbox5.Add (this.hbox7);
			global::Gtk.Box.BoxChild w34 = ((global::Gtk.Box.BoxChild)(this.vbox5 [this.hbox7]));
			w34.Position = 1;
			w34.Expand = false;
			w34.Fill = false;
			this.hbox6.Add (this.vbox5);
			global::Gtk.Box.BoxChild w35 = ((global::Gtk.Box.BoxChild)(this.hbox6 [this.vbox5]));
			w35.Position = 0;
			// Container child hbox6.Gtk.Box+BoxChild
			this.vboxTimeShifting = new global::Gtk.VBox ();
			this.vboxTimeShifting.WidthRequest = 180;
			this.vboxTimeShifting.Name = "vboxTimeShifting";
			this.vboxTimeShifting.Spacing = 2;
			// Container child vboxTimeShifting.Gtk.Box+BoxChild
			this.hbox11 = new global::Gtk.HBox ();
			this.hbox11.Name = "hbox11";
			this.hbox11.Spacing = 8;
			// Container child hbox11.Gtk.Box+BoxChild
			this.lblTimeShifting = new global::Gtk.Label ();
			this.lblTimeShifting.HeightRequest = 20;
			this.lblTimeShifting.Name = "lblTimeShifting";
			this.lblTimeShifting.Xalign = 0F;
			this.lblTimeShifting.LabelProp = global::Mono.Unix.Catalog.GetString ("Time Shifting");
			this.hbox11.Add (this.lblTimeShifting);
			global::Gtk.Box.BoxChild w36 = ((global::Gtk.Box.BoxChild)(this.hbox11 [this.lblTimeShifting]));
			w36.Position = 0;
			// Container child hbox11.Gtk.Box+BoxChild
			this.btnTimeShiftingMore = new global::Gtk.Button ();
			this.btnTimeShiftingMore.HeightRequest = 20;
			this.btnTimeShiftingMore.CanFocus = true;
			this.btnTimeShiftingMore.Name = "btnTimeShiftingMore";
			this.btnTimeShiftingMore.UseUnderline = true;
			this.btnTimeShiftingMore.Label = global::Mono.Unix.Catalog.GetString ("...");
			this.hbox11.Add (this.btnTimeShiftingMore);
			global::Gtk.Box.BoxChild w37 = ((global::Gtk.Box.BoxChild)(this.hbox11 [this.btnTimeShiftingMore]));
			w37.Position = 1;
			w37.Expand = false;
			w37.Fill = false;
			this.vboxTimeShifting.Add (this.hbox11);
			global::Gtk.Box.BoxChild w38 = ((global::Gtk.Box.BoxChild)(this.vboxTimeShifting [this.hbox11]));
			w38.Position = 0;
			w38.Expand = false;
			w38.Fill = false;
			// Container child vboxTimeShifting.Gtk.Box+BoxChild
			this.hscaleTimeShifting = new global::Gtk.HScale (null);
			this.hscaleTimeShifting.CanFocus = true;
			this.hscaleTimeShifting.Name = "hscaleTimeShifting";
			this.hscaleTimeShifting.Adjustment.Lower = 50;
			this.hscaleTimeShifting.Adjustment.Upper = 150;
			this.hscaleTimeShifting.Adjustment.PageIncrement = 10;
			this.hscaleTimeShifting.Adjustment.StepIncrement = 1;
			this.hscaleTimeShifting.Adjustment.Value = 100;
			this.hscaleTimeShifting.DrawValue = false;
			this.hscaleTimeShifting.Digits = 0;
			this.hscaleTimeShifting.ValuePos = ((global::Gtk.PositionType)(0));
			this.vboxTimeShifting.Add (this.hscaleTimeShifting);
			global::Gtk.Box.BoxChild w39 = ((global::Gtk.Box.BoxChild)(this.vboxTimeShifting [this.hscaleTimeShifting]));
			w39.Position = 1;
			w39.Expand = false;
			w39.Fill = false;
			// Container child vboxTimeShifting.Gtk.Box+BoxChild
			this.hbox3 = new global::Gtk.HBox ();
			this.hbox3.Name = "hbox3";
			this.hbox3.Spacing = 4;
			// Container child hbox3.Gtk.Box+BoxChild
			this.lblTimeShiftingReset = new global::Gtk.Label ();
			this.lblTimeShiftingReset.Name = "lblTimeShiftingReset";
			this.lblTimeShiftingReset.Xalign = 0F;
			this.lblTimeShiftingReset.LabelProp = global::Mono.Unix.Catalog.GetString ("Reset");
			this.hbox3.Add (this.lblTimeShiftingReset);
			global::Gtk.Box.BoxChild w40 = ((global::Gtk.Box.BoxChild)(this.hbox3 [this.lblTimeShiftingReset]));
			w40.Position = 0;
			// Container child hbox3.Gtk.Box+BoxChild
			this.lblTimeShiftingValue = new global::Gtk.Label ();
			this.lblTimeShiftingValue.Name = "lblTimeShiftingValue";
			this.lblTimeShiftingValue.Xalign = 0F;
			this.lblTimeShiftingValue.LabelProp = global::Mono.Unix.Catalog.GetString ("100 %");
			this.hbox3.Add (this.lblTimeShiftingValue);
			global::Gtk.Box.BoxChild w41 = ((global::Gtk.Box.BoxChild)(this.hbox3 [this.lblTimeShiftingValue]));
			w41.Position = 2;
			w41.Expand = false;
			w41.Fill = false;
			this.vboxTimeShifting.Add (this.hbox3);
			global::Gtk.Box.BoxChild w42 = ((global::Gtk.Box.BoxChild)(this.vboxTimeShifting [this.hbox3]));
			w42.Position = 2;
			w42.Expand = false;
			w42.Fill = false;
			this.hbox6.Add (this.vboxTimeShifting);
			global::Gtk.Box.BoxChild w43 = ((global::Gtk.Box.BoxChild)(this.hbox6 [this.vboxTimeShifting]));
			w43.Position = 1;
			w43.Expand = false;
			w43.Fill = false;
			this.vbox3.Add (this.hbox6);
			global::Gtk.Box.BoxChild w44 = ((global::Gtk.Box.BoxChild)(this.vbox3 [this.hbox6]));
			w44.Position = 1;
			w44.Expand = false;
			w44.Fill = false;
			this.hbox4.Add (this.vbox3);
			global::Gtk.Box.BoxChild w45 = ((global::Gtk.Box.BoxChild)(this.hbox4 [this.vbox3]));
			w45.Position = 1;
			// Container child hbox4.Gtk.Box+BoxChild
			this.vbox9 = new global::Gtk.VBox ();
			this.vbox9.Name = "vbox9";
			this.vbox9.Spacing = 6;
			// Container child vbox9.Gtk.Box+BoxChild
			this.lblVolume = new global::Gtk.Label ();
			this.lblVolume.HeightRequest = 20;
			this.lblVolume.Name = "lblVolume";
			this.lblVolume.Xalign = 0F;
			this.lblVolume.LabelProp = global::Mono.Unix.Catalog.GetString ("Volume");
			this.vbox9.Add (this.lblVolume);
			global::Gtk.Box.BoxChild w46 = ((global::Gtk.Box.BoxChild)(this.vbox9 [this.lblVolume]));
			w46.Position = 0;
			w46.Expand = false;
			w46.Fill = false;
			// Container child vbox9.Gtk.Box+BoxChild
			this.hboxVolume = new global::Gtk.HBox ();
			this.hboxVolume.Name = "hboxVolume";
			this.hboxVolume.Spacing = 6;
			// Container child hboxVolume.Gtk.Box+BoxChild
			this.vscaleVolume = new global::Gtk.VScale (null);
			this.vscaleVolume.TooltipMarkup = "Changes the playback volume (in percentage).";
			this.vscaleVolume.CanFocus = true;
			this.vscaleVolume.Name = "vscaleVolume";
			this.vscaleVolume.Inverted = true;
			this.vscaleVolume.Adjustment.Upper = 100;
			this.vscaleVolume.Adjustment.PageIncrement = 10;
			this.vscaleVolume.Adjustment.StepIncrement = 1;
			this.vscaleVolume.Adjustment.Value = 100;
			this.vscaleVolume.DrawValue = false;
			this.vscaleVolume.Digits = 0;
			this.vscaleVolume.ValuePos = ((global::Gtk.PositionType)(3));
			this.hboxVolume.Add (this.vscaleVolume);
			global::Gtk.Box.BoxChild w47 = ((global::Gtk.Box.BoxChild)(this.hboxVolume [this.vscaleVolume]));
			w47.Position = 0;
			w47.Expand = false;
			w47.Fill = false;
			this.vbox9.Add (this.hboxVolume);
			global::Gtk.Box.BoxChild w48 = ((global::Gtk.Box.BoxChild)(this.vbox9 [this.hboxVolume]));
			w48.Position = 1;
			// Container child vbox9.Gtk.Box+BoxChild
			this.lblCurrentVolume = new global::Gtk.Label ();
			this.lblCurrentVolume.Name = "lblCurrentVolume";
			this.lblCurrentVolume.LabelProp = global::Mono.Unix.Catalog.GetString ("100 %");
			this.vbox9.Add (this.lblCurrentVolume);
			global::Gtk.Box.BoxChild w49 = ((global::Gtk.Box.BoxChild)(this.vbox9 [this.lblCurrentVolume]));
			w49.Position = 2;
			w49.Expand = false;
			w49.Fill = false;
			this.hbox4.Add (this.vbox9);
			global::Gtk.Box.BoxChild w50 = ((global::Gtk.Box.BoxChild)(this.hbox4 [this.vbox9]));
			w50.PackType = ((global::Gtk.PackType)(1));
			w50.Position = 2;
			w50.Expand = false;
			w50.Fill = false;
			this.vboxCurrentSong.Add (this.hbox4);
			global::Gtk.Box.BoxChild w51 = ((global::Gtk.Box.BoxChild)(this.vboxCurrentSong [this.hbox4]));
			w51.Position = 1;
			w51.Expand = false;
			w51.Fill = false;
			this.vboxRight.Add (this.vboxCurrentSong);
			global::Gtk.Box.BoxChild w52 = ((global::Gtk.Box.BoxChild)(this.vboxRight [this.vboxCurrentSong]));
			w52.Position = 0;
			w52.Expand = false;
			w52.Fill = false;
			// Container child vboxRight.Gtk.Box+BoxChild
			this.vpanedLoopsMarkersSongBrowser = new global::Gtk.VPaned ();
			this.vpanedLoopsMarkersSongBrowser.CanFocus = true;
			this.vpanedLoopsMarkersSongBrowser.Name = "vpanedLoopsMarkersSongBrowser";
			this.vpanedLoopsMarkersSongBrowser.Position = 150;
			// Container child vpanedLoopsMarkersSongBrowser.Gtk.Paned+PanedChild
			this.hpanedLoopsMarkers = new global::Gtk.HPaned ();
			this.hpanedLoopsMarkers.CanFocus = true;
			this.hpanedLoopsMarkers.Name = "hpanedLoopsMarkers";
			this.hpanedLoopsMarkers.Position = 350;
			// Container child hpanedLoopsMarkers.Gtk.Paned+PanedChild
			this.vboxLoops = new global::Gtk.VBox ();
			this.vboxLoops.Name = "vboxLoops";
			// Container child vboxLoops.Gtk.Box+BoxChild
			this.hbox8 = new global::Gtk.HBox ();
			this.hbox8.Name = "hbox8";
			this.hbox8.Spacing = 6;
			// Container child hbox8.Gtk.Box+BoxChild
			this.lblLoops = new global::Gtk.Label ();
			this.lblLoops.Name = "lblLoops";
			this.lblLoops.Xalign = 0F;
			this.lblLoops.LabelProp = global::Mono.Unix.Catalog.GetString ("Loops");
			this.hbox8.Add (this.lblLoops);
			global::Gtk.Box.BoxChild w53 = ((global::Gtk.Box.BoxChild)(this.hbox8 [this.lblLoops]));
			w53.Position = 0;
			w53.Expand = false;
			w53.Fill = false;
			// Container child hbox8.Gtk.Box+BoxChild
			this.UIManager.AddUiFromString ("<ui><toolbar name='toolbarLoops'><toolitem name='actionPlayLoop' action='actionPlayLoop'/><toolitem name='editAction' action='editAction'/><toolitem name='addAction' action='addAction'/><toolitem name='actionRemoveLoop' action='actionRemoveLoop'/></toolbar></ui>");
			this.toolbarLoops = ((global::Gtk.Toolbar)(this.UIManager.GetWidget ("/toolbarLoops")));
			this.toolbarLoops.Name = "toolbarLoops";
			this.toolbarLoops.ShowArrow = false;
			this.toolbarLoops.ToolbarStyle = ((global::Gtk.ToolbarStyle)(0));
			this.toolbarLoops.IconSize = ((global::Gtk.IconSize)(1));
			this.hbox8.Add (this.toolbarLoops);
			global::Gtk.Box.BoxChild w54 = ((global::Gtk.Box.BoxChild)(this.hbox8 [this.toolbarLoops]));
			w54.Position = 1;
			this.vboxLoops.Add (this.hbox8);
			global::Gtk.Box.BoxChild w55 = ((global::Gtk.Box.BoxChild)(this.vboxLoops [this.hbox8]));
			w55.Position = 0;
			w55.Expand = false;
			w55.Fill = false;
			// Container child vboxLoops.Gtk.Box+BoxChild
			this.GtkScrolledWindow2 = new global::Gtk.ScrolledWindow ();
			this.GtkScrolledWindow2.Name = "GtkScrolledWindow2";
			this.GtkScrolledWindow2.ShadowType = ((global::Gtk.ShadowType)(1));
			// Container child GtkScrolledWindow2.Gtk.Container+ContainerChild
			this.treeLoops = new global::Gtk.TreeView ();
			this.treeLoops.CanFocus = true;
			this.treeLoops.Name = "treeLoops";
			this.GtkScrolledWindow2.Add (this.treeLoops);
			this.vboxLoops.Add (this.GtkScrolledWindow2);
			global::Gtk.Box.BoxChild w57 = ((global::Gtk.Box.BoxChild)(this.vboxLoops [this.GtkScrolledWindow2]));
			w57.Position = 1;
			this.hpanedLoopsMarkers.Add (this.vboxLoops);
			global::Gtk.Paned.PanedChild w58 = ((global::Gtk.Paned.PanedChild)(this.hpanedLoopsMarkers [this.vboxLoops]));
			w58.Resize = false;
			// Container child hpanedLoopsMarkers.Gtk.Paned+PanedChild
			this.vboxLoops1 = new global::Gtk.VBox ();
			this.vboxLoops1.Name = "vboxLoops1";
			// Container child vboxLoops1.Gtk.Box+BoxChild
			this.hbox9 = new global::Gtk.HBox ();
			this.hbox9.Name = "hbox9";
			this.hbox9.Spacing = 6;
			// Container child hbox9.Gtk.Box+BoxChild
			this.lblMarkers = new global::Gtk.Label ();
			this.lblMarkers.Name = "lblMarkers";
			this.lblMarkers.Xalign = 0F;
			this.lblMarkers.LabelProp = global::Mono.Unix.Catalog.GetString ("Markers");
			this.hbox9.Add (this.lblMarkers);
			global::Gtk.Box.BoxChild w59 = ((global::Gtk.Box.BoxChild)(this.hbox9 [this.lblMarkers]));
			w59.Position = 0;
			w59.Expand = false;
			w59.Fill = false;
			// Container child hbox9.Gtk.Box+BoxChild
			this.UIManager.AddUiFromString ("<ui><toolbar name='toolbarMarkers'><toolitem name='actionGoToMarker' action='actionGoToMarker'/><toolitem name='actionAddMarker' action='actionAddMarker'/><toolitem name='actionEditMarker' action='actionEditMarker'/><toolitem name='actionRemoveMarker' action='actionRemoveMarker'/></toolbar></ui>");
			this.toolbarMarkers = ((global::Gtk.Toolbar)(this.UIManager.GetWidget ("/toolbarMarkers")));
			this.toolbarMarkers.Name = "toolbarMarkers";
			this.toolbarMarkers.ShowArrow = false;
			this.toolbarMarkers.ToolbarStyle = ((global::Gtk.ToolbarStyle)(0));
			this.toolbarMarkers.IconSize = ((global::Gtk.IconSize)(1));
			this.hbox9.Add (this.toolbarMarkers);
			global::Gtk.Box.BoxChild w60 = ((global::Gtk.Box.BoxChild)(this.hbox9 [this.toolbarMarkers]));
			w60.Position = 1;
			this.vboxLoops1.Add (this.hbox9);
			global::Gtk.Box.BoxChild w61 = ((global::Gtk.Box.BoxChild)(this.vboxLoops1 [this.hbox9]));
			w61.Position = 0;
			w61.Expand = false;
			w61.Fill = false;
			// Container child vboxLoops1.Gtk.Box+BoxChild
			this.GtkScrolledWindow3 = new global::Gtk.ScrolledWindow ();
			this.GtkScrolledWindow3.Name = "GtkScrolledWindow3";
			this.GtkScrolledWindow3.ShadowType = ((global::Gtk.ShadowType)(1));
			// Container child GtkScrolledWindow3.Gtk.Container+ContainerChild
			this.treeMarkers = new global::Gtk.TreeView ();
			this.treeMarkers.CanFocus = true;
			this.treeMarkers.Name = "treeMarkers";
			this.GtkScrolledWindow3.Add (this.treeMarkers);
			this.vboxLoops1.Add (this.GtkScrolledWindow3);
			global::Gtk.Box.BoxChild w63 = ((global::Gtk.Box.BoxChild)(this.vboxLoops1 [this.GtkScrolledWindow3]));
			w63.Position = 1;
			this.hpanedLoopsMarkers.Add (this.vboxLoops1);
			this.vpanedLoopsMarkersSongBrowser.Add (this.hpanedLoopsMarkers);
			global::Gtk.Paned.PanedChild w65 = ((global::Gtk.Paned.PanedChild)(this.vpanedLoopsMarkersSongBrowser [this.hpanedLoopsMarkers]));
			w65.Resize = false;
			// Container child vpanedLoopsMarkersSongBrowser.Gtk.Paned+PanedChild
			this.vboxSongBrowser = new global::Gtk.VBox ();
			this.vboxSongBrowser.Name = "vboxSongBrowser";
			// Container child vboxSongBrowser.Gtk.Box+BoxChild
			this.hbox10 = new global::Gtk.HBox ();
			this.hbox10.Name = "hbox10";
			this.hbox10.Spacing = 6;
			// Container child hbox10.Gtk.Box+BoxChild
			this.lblSongBrowser = new global::Gtk.Label ();
			this.lblSongBrowser.Name = "lblSongBrowser";
			this.lblSongBrowser.Xalign = 0F;
			this.lblSongBrowser.LabelProp = global::Mono.Unix.Catalog.GetString ("Song Browser");
			this.hbox10.Add (this.lblSongBrowser);
			global::Gtk.Box.BoxChild w66 = ((global::Gtk.Box.BoxChild)(this.hbox10 [this.lblSongBrowser]));
			w66.Position = 0;
			w66.Expand = false;
			w66.Fill = false;
			// Container child hbox10.Gtk.Box+BoxChild
			this.lblSearchFor = new global::Gtk.Label ();
			this.lblSearchFor.Name = "lblSearchFor";
			this.lblSearchFor.Xalign = 1F;
			this.lblSearchFor.LabelProp = global::Mono.Unix.Catalog.GetString ("Search for:");
			this.hbox10.Add (this.lblSearchFor);
			global::Gtk.Box.BoxChild w67 = ((global::Gtk.Box.BoxChild)(this.hbox10 [this.lblSearchFor]));
			w67.Position = 1;
			// Container child hbox10.Gtk.Box+BoxChild
			this.txtSearch = new global::Gtk.Entry ();
			this.txtSearch.CanFocus = true;
			this.txtSearch.Name = "txtSearch";
			this.txtSearch.IsEditable = true;
			this.txtSearch.InvisibleChar = '•';
			this.hbox10.Add (this.txtSearch);
			global::Gtk.Box.BoxChild w68 = ((global::Gtk.Box.BoxChild)(this.hbox10 [this.txtSearch]));
			w68.Position = 2;
			this.vboxSongBrowser.Add (this.hbox10);
			global::Gtk.Box.BoxChild w69 = ((global::Gtk.Box.BoxChild)(this.vboxSongBrowser [this.hbox10]));
			w69.Position = 0;
			w69.Expand = false;
			w69.Fill = false;
			// Container child vboxSongBrowser.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.treeSongBrowser = new global::Gtk.TreeView ();
			this.treeSongBrowser.CanFocus = true;
			this.treeSongBrowser.Name = "treeSongBrowser";
			this.GtkScrolledWindow.Add (this.treeSongBrowser);
			this.vboxSongBrowser.Add (this.GtkScrolledWindow);
			global::Gtk.Box.BoxChild w71 = ((global::Gtk.Box.BoxChild)(this.vboxSongBrowser [this.GtkScrolledWindow]));
			w71.Position = 1;
			this.vpanedLoopsMarkersSongBrowser.Add (this.vboxSongBrowser);
			this.vboxRight.Add (this.vpanedLoopsMarkersSongBrowser);
			global::Gtk.Box.BoxChild w73 = ((global::Gtk.Box.BoxChild)(this.vboxRight [this.vpanedLoopsMarkersSongBrowser]));
			w73.Position = 1;
			// Container child vboxRight.Gtk.Box+BoxChild
			this.fixed2 = new global::Gtk.Fixed ();
			this.fixed2.Name = "fixed2";
			this.fixed2.HasWindow = false;
			this.vboxRight.Add (this.fixed2);
			global::Gtk.Box.BoxChild w74 = ((global::Gtk.Box.BoxChild)(this.vboxRight [this.fixed2]));
			w74.Position = 3;
			w74.Expand = false;
			w74.Fill = false;
			this.hpanedMain.Add (this.vboxRight);
			this.vboxMain.Add (this.hpanedMain);
			global::Gtk.Box.BoxChild w76 = ((global::Gtk.Box.BoxChild)(this.vboxMain [this.hpanedMain]));
			w76.Position = 2;
			// Container child vboxMain.Gtk.Box+BoxChild
			this.statusbar1 = new global::Gtk.Statusbar ();
			this.statusbar1.Name = "statusbar1";
			this.statusbar1.Spacing = 6;
			this.vboxMain.Add (this.statusbar1);
			global::Gtk.Box.BoxChild w77 = ((global::Gtk.Box.BoxChild)(this.vboxMain [this.statusbar1]));
			w77.Position = 3;
			w77.Expand = false;
			w77.Fill = false;
			this.Add (this.vboxMain);
			if ((this.Child != null)) {
				this.Child.ShowAll ();
			}
			this.DefaultHeight = 729;
			this.Show ();
			this.DeleteEvent += new global::Gtk.DeleteEventHandler (this.OnDeleteEvent);
			this.actionExit.Activated += new global::System.EventHandler (this.OnExitActionActivated);
			this.actionAbout.Activated += new global::System.EventHandler (this.OnAboutActionActivated);
			this.actionHelp.Activated += new global::System.EventHandler (this.OnHelpActionContentsActivated);
			this.aboutAction.Activated += new global::System.EventHandler (this.OnAboutActionActivated);
			this.actionPlay.Activated += new global::System.EventHandler (this.OnActionPlayActivated);
			this.actionPause.Activated += new global::System.EventHandler (this.OnActionPauseActivated);
			this.actionStop.Activated += new global::System.EventHandler (this.OnActionStopActivated);
			this.actionPrevious.Activated += new global::System.EventHandler (this.OnActionPreviousActivated);
			this.actionNext.Activated += new global::System.EventHandler (this.OnActionNextActivated);
			this.actionRepeatType.Activated += new global::System.EventHandler (this.OnActionRepeatTypeActivated);
			this.openAction.Activated += new global::System.EventHandler (this.OnOpenActionActivated);
			this.actionUpdateLibrary.Activated += new global::System.EventHandler (this.OnActionUpdateLibraryActivated);
			this.actionSettings.Activated += new global::System.EventHandler (this.OnActionSettingsActivated);
			this.actionEffects.Activated += new global::System.EventHandler (this.OnActionEffectsActivated);
			this.actionPlaylist.Activated += new global::System.EventHandler (this.OnActionPlaylistActivated);
			this.actionAddMarker.Activated += new global::System.EventHandler (this.OnActionAddMarkerActivated);
			this.actionRemoveMarker.Activated += new global::System.EventHandler (this.OnActionDeleteMarkerActivated);
			this.actionEditMarker.Activated += new global::System.EventHandler (this.OnActionEditMarkerActivated);
			this.actionGoToMarker.Activated += new global::System.EventHandler (this.OnActionGoToMarkerActivated);
			this.actionAddFiles.Activated += new global::System.EventHandler (this.OnActionAddFilesActivated);
			this.actionAddFolder.Activated += new global::System.EventHandler (this.OnActionAddFolderActivated);
			this.actionPlayLoop.Activated += new global::System.EventHandler (this.OnActionPlayLoopActivated);
			this.connectAction.Activated += new global::System.EventHandler (this.OnActionSyncLibrary);
			this.SyncCloudAction.Activated += new global::System.EventHandler (this.OnActionSyncCloudActivated);
			this.SyncWebBrowserAction.Activated += new global::System.EventHandler (this.OnActionSyncWebBrowserActivated);
			this.cboSoundFormat.Changed += new global::System.EventHandler (this.OnSoundFormatChanged);
			this.treeLibraryBrowser.RowActivated += new global::Gtk.RowActivatedHandler (this.OnTreeLibraryBrowserRowActivated);
			this.treeLibraryBrowser.CursorChanged += new global::System.EventHandler (this.OnTreeLibraryBrowserCursorChanged);
			this.treeLibraryBrowser.RowExpanded += new global::Gtk.RowExpandedHandler (this.OnTreeLibraryBrowserRowExpanded);
			this.hscaleTimeShifting1.ValueChanged += new global::System.EventHandler (this.OnTimeShiftingValueChanged);
			this.hscaleSongPosition.ButtonPressEvent += new global::Gtk.ButtonPressEventHandler (this.OnHscaleSongPositionButtonPressEvent);
			this.hscaleSongPosition.ButtonReleaseEvent += new global::Gtk.ButtonReleaseEventHandler (this.OnHscaleSongPositionButtonReleaseEvent);
			this.hscaleTimeShifting.ValueChanged += new global::System.EventHandler (this.OnTimeShiftingValueChanged);
			this.vscaleVolume.ValueChanged += new global::System.EventHandler (this.OnVolumeValueChanged);
			this.treeMarkers.RowActivated += new global::Gtk.RowActivatedHandler (this.OnTreeMarkersRowActivated);
			this.treeSongBrowser.RowActivated += new global::Gtk.RowActivatedHandler (this.OnTreeSongBrowserRowActivated);
		}
Esempio n. 6
0
 protected virtual void Build()
 {
     global::Stetic.Gui.Initialize(this);
     // Widget VAS.UI.SliderView
     this.WidthRequest      = 30;
     this.HeightRequest     = 205;
     this.Name              = "VAS.UI.SliderView";
     this.Title             = "";
     this.WindowPosition    = ((global::Gtk.WindowPosition)(2));
     this.Decorated         = false;
     this.DestroyWithParent = true;
     this.SkipPagerHint     = true;
     this.SkipTaskbarHint   = true;
     // Container child VAS.UI.SliderView.Gtk.Container+ContainerChild
     this.vbox2      = new global::Gtk.VBox();
     this.vbox2.Name = "vbox2";
     // Container child vbox2.Gtk.Box+BoxChild
     this.morebutton = new global::Gtk.Button();
     this.morebutton.TooltipMarkup = "Pause";
     this.morebutton.WidthRequest  = 25;
     this.morebutton.HeightRequest = 25;
     this.morebutton.Name          = "morebutton";
     this.morebutton.Relief        = ((global::Gtk.ReliefStyle)(2));
     // Container child morebutton.Gtk.Container+ContainerChild
     this.moreButtonImage = new global::VAS.UI.Helpers.ImageView();
     this.moreButtonImage.WidthRequest  = 22;
     this.moreButtonImage.HeightRequest = 22;
     this.moreButtonImage.Name          = "moreButtonImage";
     this.morebutton.Add(this.moreButtonImage);
     this.vbox2.Add(this.morebutton);
     global::Gtk.Box.BoxChild w2 = ((global::Gtk.Box.BoxChild)(this.vbox2[this.morebutton]));
     w2.Position = 0;
     w2.Expand   = false;
     w2.Fill     = false;
     // Container child vbox2.Gtk.Box+BoxChild
     this.scale = new global::Gtk.VScale(null);
     this.scale.TooltipMarkup            = "Playback speed";
     this.scale.Name                     = "scale";
     this.scale.UpdatePolicy             = ((global::Gtk.UpdateType)(1));
     this.scale.Inverted                 = true;
     this.scale.Adjustment.Lower         = 1;
     this.scale.Adjustment.Upper         = 30;
     this.scale.Adjustment.PageIncrement = 3;
     this.scale.Adjustment.PageSize      = 1;
     this.scale.Adjustment.StepIncrement = 1;
     this.scale.Adjustment.Value         = 1;
     this.scale.DrawValue                = true;
     this.scale.Digits                   = 0;
     this.scale.ValuePos                 = ((global::Gtk.PositionType)(3));
     this.vbox2.Add(this.scale);
     global::Gtk.Box.BoxChild w3 = ((global::Gtk.Box.BoxChild)(this.vbox2[this.scale]));
     w3.Position = 1;
     // Container child vbox2.Gtk.Box+BoxChild
     this.lessbutton = new global::Gtk.Button();
     this.lessbutton.TooltipMarkup = "Pause";
     this.lessbutton.WidthRequest  = 25;
     this.lessbutton.HeightRequest = 25;
     this.lessbutton.Name          = "lessbutton";
     this.lessbutton.Relief        = ((global::Gtk.ReliefStyle)(2));
     // Container child lessbutton.Gtk.Container+ContainerChild
     this.lessButtonImage = new global::VAS.UI.Helpers.ImageView();
     this.lessButtonImage.WidthRequest  = 22;
     this.lessButtonImage.HeightRequest = 22;
     this.lessButtonImage.Name          = "lessButtonImage";
     this.lessbutton.Add(this.lessButtonImage);
     this.vbox2.Add(this.lessbutton);
     global::Gtk.Box.BoxChild w5 = ((global::Gtk.Box.BoxChild)(this.vbox2[this.lessbutton]));
     w5.Position = 2;
     w5.Expand   = false;
     w5.Fill     = false;
     this.Add(this.vbox2);
     if ((this.Child != null))
     {
         this.Child.ShowAll();
     }
     this.DefaultWidth  = 30;
     this.DefaultHeight = 205;
     this.Hide();
     this.FocusOutEvent += new global::Gtk.FocusOutEventHandler(this.OnFocusOutEvent);
 }
 protected virtual void Build()
 {
     global::Stetic.Gui.Initialize (this);
     // Widget LongoMatch.Gui.PlayerView
     global::Stetic.BinContainer.Attach (this);
     this.Name = "LongoMatch.Gui.PlayerView";
     // Container child LongoMatch.Gui.PlayerView.Gtk.Container+ContainerChild
     this.vbox3 = new global::Gtk.VBox ();
     this.vbox3.Name = "vbox3";
     this.vbox3.Spacing = 6;
     // Container child vbox3.Gtk.Box+BoxChild
     this.mainbox = new global::Gtk.HBox ();
     this.mainbox.Name = "mainbox";
     this.mainbox.Spacing = 6;
     // Container child mainbox.Gtk.Box+BoxChild
     this.hbox3 = new global::Gtk.HBox ();
     this.hbox3.Name = "hbox3";
     this.hbox3.Spacing = 6;
     // Container child hbox3.Gtk.Box+BoxChild
     this.videowindow = new global::LongoMatch.Gui.VideoWindow ();
     this.videowindow.Events = ((global::Gdk.EventMask)(256));
     this.videowindow.Name = "videowindow";
     this.videowindow.Ready = false;
     this.hbox3.Add (this.videowindow);
     global::Gtk.Box.BoxChild w1 = ((global::Gtk.Box.BoxChild)(this.hbox3 [this.videowindow]));
     w1.Position = 0;
     // Container child hbox3.Gtk.Box+BoxChild
     this.blackboarddrawingarea = new global::Gtk.DrawingArea ();
     this.blackboarddrawingarea.Name = "blackboarddrawingarea";
     this.hbox3.Add (this.blackboarddrawingarea);
     global::Gtk.Box.BoxChild w2 = ((global::Gtk.Box.BoxChild)(this.hbox3 [this.blackboarddrawingarea]));
     w2.Position = 1;
     this.mainbox.Add (this.hbox3);
     global::Gtk.Box.BoxChild w3 = ((global::Gtk.Box.BoxChild)(this.mainbox [this.hbox3]));
     w3.Position = 0;
     // Container child mainbox.Gtk.Box+BoxChild
     this.vbox5 = new global::Gtk.VBox ();
     this.vbox5.Name = "vbox5";
     this.vbox5.Spacing = 6;
     // Container child vbox5.Gtk.Box+BoxChild
     this.ratescale = new global::Gtk.VScale (null);
     this.ratescale.TooltipMarkup = "Playback speed";
     this.ratescale.WidthRequest = 36;
     this.ratescale.Sensitive = false;
     this.ratescale.Name = "ratescale";
     this.ratescale.UpdatePolicy = ((global::Gtk.UpdateType)(1));
     this.ratescale.Inverted = true;
     this.ratescale.Adjustment.Lower = 1;
     this.ratescale.Adjustment.Upper = 30;
     this.ratescale.Adjustment.PageIncrement = 3;
     this.ratescale.Adjustment.PageSize = 1;
     this.ratescale.Adjustment.StepIncrement = 1;
     this.ratescale.Adjustment.Value = 25;
     this.ratescale.DrawValue = true;
     this.ratescale.Digits = 0;
     this.ratescale.ValuePos = ((global::Gtk.PositionType)(3));
     this.vbox5.Add (this.ratescale);
     global::Gtk.Box.BoxChild w4 = ((global::Gtk.Box.BoxChild)(this.vbox5 [this.ratescale]));
     w4.Position = 0;
     this.mainbox.Add (this.vbox5);
     global::Gtk.Box.BoxChild w5 = ((global::Gtk.Box.BoxChild)(this.mainbox [this.vbox5]));
     w5.Position = 1;
     w5.Expand = false;
     w5.Fill = false;
     this.vbox3.Add (this.mainbox);
     global::Gtk.Box.BoxChild w6 = ((global::Gtk.Box.BoxChild)(this.vbox3 [this.mainbox]));
     w6.Position = 0;
     // Container child vbox3.Gtk.Box+BoxChild
     this.lightbackgroundeventbox = new global::Gtk.EventBox ();
     this.lightbackgroundeventbox.Name = "lightbackgroundeventbox";
     // Container child lightbackgroundeventbox.Gtk.Container+ContainerChild
     this.controlsbox = new global::Gtk.HBox ();
     this.controlsbox.Name = "controlsbox";
     this.controlsbox.Spacing = 6;
     // Container child controlsbox.Gtk.Box+BoxChild
     this.buttonsbox = new global::Gtk.HBox ();
     this.buttonsbox.Name = "buttonsbox";
     this.buttonsbox.Homogeneous = true;
     // Container child buttonsbox.Gtk.Box+BoxChild
     this.closebutton = new global::Gtk.Button ();
     this.closebutton.TooltipMarkup = "Close loaded event";
     this.closebutton.Name = "closebutton";
     this.closebutton.Relief = ((global::Gtk.ReliefStyle)(2));
     // Container child closebutton.Gtk.Container+ContainerChild
     this.closebuttonimage = new global::Gtk.Image ();
     this.closebuttonimage.Name = "closebuttonimage";
     this.closebutton.Add (this.closebuttonimage);
     this.buttonsbox.Add (this.closebutton);
     global::Gtk.Box.BoxChild w8 = ((global::Gtk.Box.BoxChild)(this.buttonsbox [this.closebutton]));
     w8.Position = 0;
     w8.Expand = false;
     w8.Fill = false;
     // Container child buttonsbox.Gtk.Box+BoxChild
     this.drawbutton = new global::Gtk.Button ();
     this.drawbutton.TooltipMarkup = "Draw frame";
     this.drawbutton.Name = "drawbutton";
     this.drawbutton.Relief = ((global::Gtk.ReliefStyle)(2));
     // Container child drawbutton.Gtk.Container+ContainerChild
     this.drawbuttonimage = new global::Gtk.Image ();
     this.drawbuttonimage.Name = "drawbuttonimage";
     this.drawbutton.Add (this.drawbuttonimage);
     this.buttonsbox.Add (this.drawbutton);
     global::Gtk.Box.BoxChild w10 = ((global::Gtk.Box.BoxChild)(this.buttonsbox [this.drawbutton]));
     w10.Position = 1;
     w10.Expand = false;
     w10.Fill = false;
     // Container child buttonsbox.Gtk.Box+BoxChild
     this.playbutton = new global::Gtk.Button ();
     this.playbutton.TooltipMarkup = "Play";
     this.playbutton.Name = "playbutton";
     this.playbutton.Relief = ((global::Gtk.ReliefStyle)(2));
     // Container child playbutton.Gtk.Container+ContainerChild
     this.playbuttonimage = new global::Gtk.Image ();
     this.playbuttonimage.Name = "playbuttonimage";
     this.playbutton.Add (this.playbuttonimage);
     this.buttonsbox.Add (this.playbutton);
     global::Gtk.Box.BoxChild w12 = ((global::Gtk.Box.BoxChild)(this.buttonsbox [this.playbutton]));
     w12.Position = 2;
     w12.Expand = false;
     w12.Fill = false;
     // Container child buttonsbox.Gtk.Box+BoxChild
     this.pausebutton = new global::Gtk.Button ();
     this.pausebutton.TooltipMarkup = "Pause";
     this.pausebutton.Name = "pausebutton";
     this.pausebutton.Relief = ((global::Gtk.ReliefStyle)(2));
     // Container child pausebutton.Gtk.Container+ContainerChild
     this.pausebuttonimage = new global::Gtk.Image ();
     this.pausebuttonimage.Name = "pausebuttonimage";
     this.pausebutton.Add (this.pausebuttonimage);
     this.buttonsbox.Add (this.pausebutton);
     global::Gtk.Box.BoxChild w14 = ((global::Gtk.Box.BoxChild)(this.buttonsbox [this.pausebutton]));
     w14.Position = 3;
     w14.Expand = false;
     w14.Fill = false;
     // Container child buttonsbox.Gtk.Box+BoxChild
     this.prevbutton = new global::Gtk.Button ();
     this.prevbutton.TooltipMarkup = "Previous";
     this.prevbutton.Name = "prevbutton";
     this.prevbutton.Relief = ((global::Gtk.ReliefStyle)(2));
     // Container child prevbutton.Gtk.Container+ContainerChild
     this.prevbuttonimage = new global::Gtk.Image ();
     this.prevbuttonimage.Name = "prevbuttonimage";
     this.prevbutton.Add (this.prevbuttonimage);
     this.buttonsbox.Add (this.prevbutton);
     global::Gtk.Box.BoxChild w16 = ((global::Gtk.Box.BoxChild)(this.buttonsbox [this.prevbutton]));
     w16.Position = 4;
     w16.Expand = false;
     w16.Fill = false;
     // Container child buttonsbox.Gtk.Box+BoxChild
     this.nextbutton = new global::Gtk.Button ();
     this.nextbutton.TooltipMarkup = "Next";
     this.nextbutton.Sensitive = false;
     this.nextbutton.Name = "nextbutton";
     this.nextbutton.Relief = ((global::Gtk.ReliefStyle)(2));
     // Container child nextbutton.Gtk.Container+ContainerChild
     this.nextbuttonimage = new global::Gtk.Image ();
     this.nextbuttonimage.Name = "nextbuttonimage";
     this.nextbutton.Add (this.nextbuttonimage);
     this.buttonsbox.Add (this.nextbutton);
     global::Gtk.Box.BoxChild w18 = ((global::Gtk.Box.BoxChild)(this.buttonsbox [this.nextbutton]));
     w18.Position = 5;
     w18.Expand = false;
     w18.Fill = false;
     this.controlsbox.Add (this.buttonsbox);
     global::Gtk.Box.BoxChild w19 = ((global::Gtk.Box.BoxChild)(this.controlsbox [this.buttonsbox]));
     w19.Position = 0;
     w19.Expand = false;
     w19.Fill = false;
     // Container child controlsbox.Gtk.Box+BoxChild
     this.hbox1 = new global::Gtk.HBox ();
     this.hbox1.Name = "hbox1";
     this.hbox1.Spacing = 6;
     // Container child hbox1.Gtk.Box+BoxChild
     this.jumplabel = new global::Gtk.Label ();
     this.jumplabel.Name = "jumplabel";
     this.jumplabel.LabelProp = global::Mono.Unix.Catalog.GetString ("Jump (s):");
     this.hbox1.Add (this.jumplabel);
     global::Gtk.Box.BoxChild w20 = ((global::Gtk.Box.BoxChild)(this.hbox1 [this.jumplabel]));
     w20.Position = 0;
     w20.Expand = false;
     w20.Fill = false;
     // Container child hbox1.Gtk.Box+BoxChild
     this.jumpspinbutton = new global::Gtk.SpinButton (1, 100, 1);
     this.jumpspinbutton.TooltipMarkup = "Jump in seconds. Hold the Shift key with the direction keys to activate it.";
     this.jumpspinbutton.Name = "jumpspinbutton";
     this.jumpspinbutton.Adjustment.PageIncrement = 10;
     this.jumpspinbutton.ClimbRate = 1;
     this.jumpspinbutton.Numeric = true;
     this.jumpspinbutton.Value = 10;
     this.hbox1.Add (this.jumpspinbutton);
     global::Gtk.Box.BoxChild w21 = ((global::Gtk.Box.BoxChild)(this.hbox1 [this.jumpspinbutton]));
     w21.Position = 1;
     w21.Expand = false;
     w21.Fill = false;
     this.controlsbox.Add (this.hbox1);
     global::Gtk.Box.BoxChild w22 = ((global::Gtk.Box.BoxChild)(this.controlsbox [this.hbox1]));
     w22.Position = 1;
     w22.Expand = false;
     w22.Fill = false;
     // Container child controlsbox.Gtk.Box+BoxChild
     this.tlabel = new global::Gtk.Label ();
     this.tlabel.Name = "tlabel";
     this.tlabel.LabelProp = global::Mono.Unix.Catalog.GetString ("Time:");
     this.controlsbox.Add (this.tlabel);
     global::Gtk.Box.BoxChild w23 = ((global::Gtk.Box.BoxChild)(this.controlsbox [this.tlabel]));
     w23.Position = 2;
     w23.Expand = false;
     w23.Fill = false;
     // Container child controlsbox.Gtk.Box+BoxChild
     this.timescale = new global::Gtk.HScale (null);
     this.timescale.Name = "timescale";
     this.timescale.Adjustment.Upper = 1;
     this.timescale.Adjustment.PageIncrement = 1;
     this.timescale.Adjustment.StepIncrement = 1;
     this.timescale.DrawValue = false;
     this.timescale.Digits = 0;
     this.timescale.ValuePos = ((global::Gtk.PositionType)(2));
     this.controlsbox.Add (this.timescale);
     global::Gtk.Box.BoxChild w24 = ((global::Gtk.Box.BoxChild)(this.controlsbox [this.timescale]));
     w24.Position = 3;
     // Container child controlsbox.Gtk.Box+BoxChild
     this.timelabel = new global::Gtk.Label ();
     this.timelabel.Name = "timelabel";
     this.controlsbox.Add (this.timelabel);
     global::Gtk.Box.BoxChild w25 = ((global::Gtk.Box.BoxChild)(this.controlsbox [this.timelabel]));
     w25.Position = 4;
     w25.Expand = false;
     // Container child controlsbox.Gtk.Box+BoxChild
     this.volumebutton = new global::Gtk.Button ();
     this.volumebutton.TooltipMarkup = "Volume";
     this.volumebutton.Name = "volumebutton";
     this.volumebutton.Relief = ((global::Gtk.ReliefStyle)(2));
     // Container child volumebutton.Gtk.Container+ContainerChild
     this.volumebuttonimage = new global::Gtk.Image ();
     this.volumebuttonimage.Name = "volumebuttonimage";
     this.volumebutton.Add (this.volumebuttonimage);
     this.controlsbox.Add (this.volumebutton);
     global::Gtk.Box.BoxChild w27 = ((global::Gtk.Box.BoxChild)(this.controlsbox [this.volumebutton]));
     w27.Position = 5;
     w27.Expand = false;
     w27.Fill = false;
     // Container child controlsbox.Gtk.Box+BoxChild
     this.detachbutton = new global::Gtk.Button ();
     this.detachbutton.TooltipMarkup = "Detach window";
     this.detachbutton.Name = "detachbutton";
     this.detachbutton.Relief = ((global::Gtk.ReliefStyle)(2));
     // Container child detachbutton.Gtk.Container+ContainerChild
     this.detachbuttonimage = new global::Gtk.Image ();
     this.detachbuttonimage.Name = "detachbuttonimage";
     this.detachbutton.Add (this.detachbuttonimage);
     this.controlsbox.Add (this.detachbutton);
     global::Gtk.Box.BoxChild w29 = ((global::Gtk.Box.BoxChild)(this.controlsbox [this.detachbutton]));
     w29.Position = 6;
     w29.Expand = false;
     w29.Fill = false;
     this.lightbackgroundeventbox.Add (this.controlsbox);
     this.vbox3.Add (this.lightbackgroundeventbox);
     global::Gtk.Box.BoxChild w31 = ((global::Gtk.Box.BoxChild)(this.vbox3 [this.lightbackgroundeventbox]));
     w31.Position = 1;
     w31.Expand = false;
     w31.Fill = false;
     this.Add (this.vbox3);
     if ((this.Child != null)) {
         this.Child.ShowAll ();
     }
     this.videowindow.Hide ();
     this.blackboarddrawingarea.Hide ();
     this.closebutton.Hide ();
     this.prevbutton.Hide ();
     this.nextbutton.Hide ();
     this.controlsbox.Hide ();
     this.Show ();
 }
		protected virtual void Build ()
		{
			global::Stetic.Gui.Initialize (this);
			// Widget MPfm.GTK.Windows.EffectsWindow
			this.Name = "MPfm.GTK.Windows.EffectsWindow";
			this.Title = global::Mono.Unix.Catalog.GetString ("Effects");
			this.WindowPosition = ((global::Gtk.WindowPosition)(1));
			// Container child MPfm.GTK.Windows.EffectsWindow.Gtk.Container+ContainerChild
			this.hboxMain = new global::Gtk.HBox ();
			this.hboxMain.Name = "hboxMain";
			this.hboxMain.Spacing = 4;
			this.hboxMain.BorderWidth = ((uint)(8));
			// Container child hboxMain.Gtk.Box+BoxChild
			this.hboxFaders = new global::Gtk.HBox ();
			this.hboxFaders.Name = "hboxFaders";
			this.hboxFaders.Spacing = 6;
			// Container child hboxFaders.Gtk.Box+BoxChild
			this.vbox3 = new global::Gtk.VBox ();
			this.vbox3.Name = "vbox3";
			this.vbox3.Spacing = 6;
			// Container child vbox3.Gtk.Box+BoxChild
			this.vscale1 = new global::Gtk.VScale (null);
			this.vscale1.CanFocus = true;
			this.vscale1.Name = "vscale1";
			this.vscale1.Inverted = true;
			this.vscale1.Adjustment.Lower = -6;
			this.vscale1.Adjustment.Upper = 6;
			this.vscale1.Adjustment.PageIncrement = 1;
			this.vscale1.Adjustment.StepIncrement = 1;
			this.vscale1.DrawValue = false;
			this.vscale1.Digits = 0;
			this.vscale1.ValuePos = ((global::Gtk.PositionType)(2));
			this.vbox3.Add (this.vscale1);
			global::Gtk.Box.BoxChild w1 = ((global::Gtk.Box.BoxChild)(this.vbox3 [this.vscale1]));
			w1.Position = 0;
			w1.Padding = ((uint)(6));
			// Container child vbox3.Gtk.Box+BoxChild
			this.label1 = new global::Gtk.Label ();
			this.label1.WidthRequest = 40;
			this.label1.Name = "label1";
			this.label1.LabelProp = global::Mono.Unix.Catalog.GetString ("55 Hz");
			this.vbox3.Add (this.label1);
			global::Gtk.Box.BoxChild w2 = ((global::Gtk.Box.BoxChild)(this.vbox3 [this.label1]));
			w2.Position = 1;
			w2.Expand = false;
			w2.Fill = false;
			// Container child vbox3.Gtk.Box+BoxChild
			this.label1Value = new global::Gtk.Label ();
			this.label1Value.Name = "label1Value";
			this.label1Value.LabelProp = global::Mono.Unix.Catalog.GetString ("0 dB");
			this.vbox3.Add (this.label1Value);
			global::Gtk.Box.BoxChild w3 = ((global::Gtk.Box.BoxChild)(this.vbox3 [this.label1Value]));
			w3.Position = 2;
			w3.Expand = false;
			w3.Fill = false;
			w3.Padding = ((uint)(3));
			this.hboxFaders.Add (this.vbox3);
			global::Gtk.Box.BoxChild w4 = ((global::Gtk.Box.BoxChild)(this.hboxFaders [this.vbox3]));
			w4.Position = 0;
			w4.Expand = false;
			w4.Fill = false;
			// Container child hboxFaders.Gtk.Box+BoxChild
			this.vbox4 = new global::Gtk.VBox ();
			this.vbox4.Name = "vbox4";
			this.vbox4.Spacing = 6;
			// Container child vbox4.Gtk.Box+BoxChild
			this.vscale2 = new global::Gtk.VScale (null);
			this.vscale2.CanFocus = true;
			this.vscale2.Name = "vscale2";
			this.vscale2.Inverted = true;
			this.vscale2.Adjustment.Lower = -6;
			this.vscale2.Adjustment.Upper = 6;
			this.vscale2.Adjustment.PageIncrement = 1;
			this.vscale2.Adjustment.StepIncrement = 1;
			this.vscale2.DrawValue = false;
			this.vscale2.Digits = 0;
			this.vscale2.ValuePos = ((global::Gtk.PositionType)(2));
			this.vbox4.Add (this.vscale2);
			global::Gtk.Box.BoxChild w5 = ((global::Gtk.Box.BoxChild)(this.vbox4 [this.vscale2]));
			w5.Position = 0;
			w5.Padding = ((uint)(6));
			// Container child vbox4.Gtk.Box+BoxChild
			this.label2 = new global::Gtk.Label ();
			this.label2.WidthRequest = 40;
			this.label2.Name = "label2";
			this.label2.LabelProp = global::Mono.Unix.Catalog.GetString ("77 Hz");
			this.vbox4.Add (this.label2);
			global::Gtk.Box.BoxChild w6 = ((global::Gtk.Box.BoxChild)(this.vbox4 [this.label2]));
			w6.Position = 1;
			w6.Expand = false;
			w6.Fill = false;
			// Container child vbox4.Gtk.Box+BoxChild
			this.label2Value = new global::Gtk.Label ();
			this.label2Value.Name = "label2Value";
			this.label2Value.LabelProp = global::Mono.Unix.Catalog.GetString ("0 dB");
			this.vbox4.Add (this.label2Value);
			global::Gtk.Box.BoxChild w7 = ((global::Gtk.Box.BoxChild)(this.vbox4 [this.label2Value]));
			w7.Position = 2;
			w7.Expand = false;
			w7.Fill = false;
			w7.Padding = ((uint)(3));
			this.hboxFaders.Add (this.vbox4);
			global::Gtk.Box.BoxChild w8 = ((global::Gtk.Box.BoxChild)(this.hboxFaders [this.vbox4]));
			w8.Position = 1;
			w8.Expand = false;
			w8.Fill = false;
			// Container child hboxFaders.Gtk.Box+BoxChild
			this.vbox5 = new global::Gtk.VBox ();
			this.vbox5.Name = "vbox5";
			this.vbox5.Spacing = 6;
			// Container child vbox5.Gtk.Box+BoxChild
			this.vscale3 = new global::Gtk.VScale (null);
			this.vscale3.CanFocus = true;
			this.vscale3.Name = "vscale3";
			this.vscale3.Inverted = true;
			this.vscale3.Adjustment.Lower = -6;
			this.vscale3.Adjustment.Upper = 6;
			this.vscale3.Adjustment.PageIncrement = 1;
			this.vscale3.Adjustment.StepIncrement = 1;
			this.vscale3.DrawValue = false;
			this.vscale3.Digits = 0;
			this.vscale3.ValuePos = ((global::Gtk.PositionType)(2));
			this.vbox5.Add (this.vscale3);
			global::Gtk.Box.BoxChild w9 = ((global::Gtk.Box.BoxChild)(this.vbox5 [this.vscale3]));
			w9.Position = 0;
			w9.Padding = ((uint)(6));
			// Container child vbox5.Gtk.Box+BoxChild
			this.label3 = new global::Gtk.Label ();
			this.label3.WidthRequest = 40;
			this.label3.Name = "label3";
			this.label3.LabelProp = global::Mono.Unix.Catalog.GetString ("110 Hz");
			this.vbox5.Add (this.label3);
			global::Gtk.Box.BoxChild w10 = ((global::Gtk.Box.BoxChild)(this.vbox5 [this.label3]));
			w10.Position = 1;
			w10.Expand = false;
			w10.Fill = false;
			// Container child vbox5.Gtk.Box+BoxChild
			this.label3Value = new global::Gtk.Label ();
			this.label3Value.Name = "label3Value";
			this.label3Value.LabelProp = global::Mono.Unix.Catalog.GetString ("0 dB");
			this.vbox5.Add (this.label3Value);
			global::Gtk.Box.BoxChild w11 = ((global::Gtk.Box.BoxChild)(this.vbox5 [this.label3Value]));
			w11.Position = 2;
			w11.Expand = false;
			w11.Fill = false;
			w11.Padding = ((uint)(3));
			this.hboxFaders.Add (this.vbox5);
			global::Gtk.Box.BoxChild w12 = ((global::Gtk.Box.BoxChild)(this.hboxFaders [this.vbox5]));
			w12.Position = 2;
			w12.Expand = false;
			w12.Fill = false;
			// Container child hboxFaders.Gtk.Box+BoxChild
			this.vbox6 = new global::Gtk.VBox ();
			this.vbox6.Name = "vbox6";
			this.vbox6.Spacing = 6;
			// Container child vbox6.Gtk.Box+BoxChild
			this.vscale4 = new global::Gtk.VScale (null);
			this.vscale4.CanFocus = true;
			this.vscale4.Name = "vscale4";
			this.vscale4.Inverted = true;
			this.vscale4.Adjustment.Lower = -6;
			this.vscale4.Adjustment.Upper = 6;
			this.vscale4.Adjustment.PageIncrement = 1;
			this.vscale4.Adjustment.StepIncrement = 1;
			this.vscale4.DrawValue = false;
			this.vscale4.Digits = 0;
			this.vscale4.ValuePos = ((global::Gtk.PositionType)(2));
			this.vbox6.Add (this.vscale4);
			global::Gtk.Box.BoxChild w13 = ((global::Gtk.Box.BoxChild)(this.vbox6 [this.vscale4]));
			w13.Position = 0;
			w13.Padding = ((uint)(6));
			// Container child vbox6.Gtk.Box+BoxChild
			this.label4 = new global::Gtk.Label ();
			this.label4.WidthRequest = 40;
			this.label4.Name = "label4";
			this.label4.LabelProp = global::Mono.Unix.Catalog.GetString ("156 Hz");
			this.vbox6.Add (this.label4);
			global::Gtk.Box.BoxChild w14 = ((global::Gtk.Box.BoxChild)(this.vbox6 [this.label4]));
			w14.Position = 1;
			w14.Expand = false;
			w14.Fill = false;
			// Container child vbox6.Gtk.Box+BoxChild
			this.label4Value = new global::Gtk.Label ();
			this.label4Value.Name = "label4Value";
			this.label4Value.LabelProp = global::Mono.Unix.Catalog.GetString ("0 dB");
			this.vbox6.Add (this.label4Value);
			global::Gtk.Box.BoxChild w15 = ((global::Gtk.Box.BoxChild)(this.vbox6 [this.label4Value]));
			w15.Position = 2;
			w15.Expand = false;
			w15.Fill = false;
			w15.Padding = ((uint)(3));
			this.hboxFaders.Add (this.vbox6);
			global::Gtk.Box.BoxChild w16 = ((global::Gtk.Box.BoxChild)(this.hboxFaders [this.vbox6]));
			w16.Position = 3;
			w16.Expand = false;
			w16.Fill = false;
			// Container child hboxFaders.Gtk.Box+BoxChild
			this.vbox7 = new global::Gtk.VBox ();
			this.vbox7.Name = "vbox7";
			this.vbox7.Spacing = 6;
			// Container child vbox7.Gtk.Box+BoxChild
			this.vscale5 = new global::Gtk.VScale (null);
			this.vscale5.CanFocus = true;
			this.vscale5.Name = "vscale5";
			this.vscale5.Inverted = true;
			this.vscale5.Adjustment.Lower = -6;
			this.vscale5.Adjustment.Upper = 6;
			this.vscale5.Adjustment.PageIncrement = 1;
			this.vscale5.Adjustment.StepIncrement = 1;
			this.vscale5.DrawValue = false;
			this.vscale5.Digits = 0;
			this.vscale5.ValuePos = ((global::Gtk.PositionType)(2));
			this.vbox7.Add (this.vscale5);
			global::Gtk.Box.BoxChild w17 = ((global::Gtk.Box.BoxChild)(this.vbox7 [this.vscale5]));
			w17.Position = 0;
			w17.Padding = ((uint)(6));
			// Container child vbox7.Gtk.Box+BoxChild
			this.label5 = new global::Gtk.Label ();
			this.label5.WidthRequest = 40;
			this.label5.Name = "label5";
			this.label5.LabelProp = global::Mono.Unix.Catalog.GetString ("220 Hz");
			this.vbox7.Add (this.label5);
			global::Gtk.Box.BoxChild w18 = ((global::Gtk.Box.BoxChild)(this.vbox7 [this.label5]));
			w18.Position = 1;
			w18.Expand = false;
			w18.Fill = false;
			// Container child vbox7.Gtk.Box+BoxChild
			this.label5Value = new global::Gtk.Label ();
			this.label5Value.Name = "label5Value";
			this.label5Value.LabelProp = global::Mono.Unix.Catalog.GetString ("0 dB");
			this.vbox7.Add (this.label5Value);
			global::Gtk.Box.BoxChild w19 = ((global::Gtk.Box.BoxChild)(this.vbox7 [this.label5Value]));
			w19.Position = 2;
			w19.Expand = false;
			w19.Fill = false;
			w19.Padding = ((uint)(3));
			this.hboxFaders.Add (this.vbox7);
			global::Gtk.Box.BoxChild w20 = ((global::Gtk.Box.BoxChild)(this.hboxFaders [this.vbox7]));
			w20.Position = 4;
			w20.Expand = false;
			w20.Fill = false;
			// Container child hboxFaders.Gtk.Box+BoxChild
			this.vbox8 = new global::Gtk.VBox ();
			this.vbox8.Name = "vbox8";
			this.vbox8.Spacing = 6;
			// Container child vbox8.Gtk.Box+BoxChild
			this.vscale6 = new global::Gtk.VScale (null);
			this.vscale6.CanFocus = true;
			this.vscale6.Name = "vscale6";
			this.vscale6.Inverted = true;
			this.vscale6.Adjustment.Lower = -6;
			this.vscale6.Adjustment.Upper = 6;
			this.vscale6.Adjustment.PageIncrement = 1;
			this.vscale6.Adjustment.StepIncrement = 1;
			this.vscale6.DrawValue = false;
			this.vscale6.Digits = 0;
			this.vscale6.ValuePos = ((global::Gtk.PositionType)(2));
			this.vbox8.Add (this.vscale6);
			global::Gtk.Box.BoxChild w21 = ((global::Gtk.Box.BoxChild)(this.vbox8 [this.vscale6]));
			w21.Position = 0;
			w21.Padding = ((uint)(6));
			// Container child vbox8.Gtk.Box+BoxChild
			this.label6 = new global::Gtk.Label ();
			this.label6.WidthRequest = 40;
			this.label6.Name = "label6";
			this.label6.LabelProp = global::Mono.Unix.Catalog.GetString ("311 Hz");
			this.vbox8.Add (this.label6);
			global::Gtk.Box.BoxChild w22 = ((global::Gtk.Box.BoxChild)(this.vbox8 [this.label6]));
			w22.Position = 1;
			w22.Expand = false;
			w22.Fill = false;
			// Container child vbox8.Gtk.Box+BoxChild
			this.label6Value = new global::Gtk.Label ();
			this.label6Value.Name = "label6Value";
			this.label6Value.LabelProp = global::Mono.Unix.Catalog.GetString ("0 dB");
			this.vbox8.Add (this.label6Value);
			global::Gtk.Box.BoxChild w23 = ((global::Gtk.Box.BoxChild)(this.vbox8 [this.label6Value]));
			w23.Position = 2;
			w23.Expand = false;
			w23.Fill = false;
			w23.Padding = ((uint)(3));
			this.hboxFaders.Add (this.vbox8);
			global::Gtk.Box.BoxChild w24 = ((global::Gtk.Box.BoxChild)(this.hboxFaders [this.vbox8]));
			w24.Position = 5;
			w24.Expand = false;
			w24.Fill = false;
			// Container child hboxFaders.Gtk.Box+BoxChild
			this.vbox9 = new global::Gtk.VBox ();
			this.vbox9.Name = "vbox9";
			this.vbox9.Spacing = 6;
			// Container child vbox9.Gtk.Box+BoxChild
			this.vscale7 = new global::Gtk.VScale (null);
			this.vscale7.CanFocus = true;
			this.vscale7.Name = "vscale7";
			this.vscale7.Inverted = true;
			this.vscale7.Adjustment.Lower = -6;
			this.vscale7.Adjustment.Upper = 6;
			this.vscale7.Adjustment.PageIncrement = 1;
			this.vscale7.Adjustment.StepIncrement = 1;
			this.vscale7.DrawValue = false;
			this.vscale7.Digits = 0;
			this.vscale7.ValuePos = ((global::Gtk.PositionType)(2));
			this.vbox9.Add (this.vscale7);
			global::Gtk.Box.BoxChild w25 = ((global::Gtk.Box.BoxChild)(this.vbox9 [this.vscale7]));
			w25.Position = 0;
			w25.Padding = ((uint)(6));
			// Container child vbox9.Gtk.Box+BoxChild
			this.label7 = new global::Gtk.Label ();
			this.label7.WidthRequest = 40;
			this.label7.Name = "label7";
			this.label7.LabelProp = global::Mono.Unix.Catalog.GetString ("440 Hz");
			this.vbox9.Add (this.label7);
			global::Gtk.Box.BoxChild w26 = ((global::Gtk.Box.BoxChild)(this.vbox9 [this.label7]));
			w26.Position = 1;
			w26.Expand = false;
			w26.Fill = false;
			// Container child vbox9.Gtk.Box+BoxChild
			this.label7Value = new global::Gtk.Label ();
			this.label7Value.Name = "label7Value";
			this.label7Value.LabelProp = global::Mono.Unix.Catalog.GetString ("0 dB");
			this.vbox9.Add (this.label7Value);
			global::Gtk.Box.BoxChild w27 = ((global::Gtk.Box.BoxChild)(this.vbox9 [this.label7Value]));
			w27.Position = 2;
			w27.Expand = false;
			w27.Fill = false;
			w27.Padding = ((uint)(3));
			this.hboxFaders.Add (this.vbox9);
			global::Gtk.Box.BoxChild w28 = ((global::Gtk.Box.BoxChild)(this.hboxFaders [this.vbox9]));
			w28.Position = 6;
			w28.Expand = false;
			w28.Fill = false;
			// Container child hboxFaders.Gtk.Box+BoxChild
			this.vbox10 = new global::Gtk.VBox ();
			this.vbox10.Name = "vbox10";
			this.vbox10.Spacing = 6;
			// Container child vbox10.Gtk.Box+BoxChild
			this.vscale8 = new global::Gtk.VScale (null);
			this.vscale8.CanFocus = true;
			this.vscale8.Name = "vscale8";
			this.vscale8.Inverted = true;
			this.vscale8.Adjustment.Lower = -6;
			this.vscale8.Adjustment.Upper = 6;
			this.vscale8.Adjustment.PageIncrement = 1;
			this.vscale8.Adjustment.StepIncrement = 1;
			this.vscale8.DrawValue = false;
			this.vscale8.Digits = 0;
			this.vscale8.ValuePos = ((global::Gtk.PositionType)(2));
			this.vbox10.Add (this.vscale8);
			global::Gtk.Box.BoxChild w29 = ((global::Gtk.Box.BoxChild)(this.vbox10 [this.vscale8]));
			w29.Position = 0;
			w29.Padding = ((uint)(6));
			// Container child vbox10.Gtk.Box+BoxChild
			this.label8 = new global::Gtk.Label ();
			this.label8.WidthRequest = 40;
			this.label8.Name = "label8";
			this.label8.LabelProp = global::Mono.Unix.Catalog.GetString ("622 Hz");
			this.vbox10.Add (this.label8);
			global::Gtk.Box.BoxChild w30 = ((global::Gtk.Box.BoxChild)(this.vbox10 [this.label8]));
			w30.Position = 1;
			w30.Expand = false;
			w30.Fill = false;
			// Container child vbox10.Gtk.Box+BoxChild
			this.label8Value = new global::Gtk.Label ();
			this.label8Value.Name = "label8Value";
			this.label8Value.LabelProp = global::Mono.Unix.Catalog.GetString ("0 dB");
			this.vbox10.Add (this.label8Value);
			global::Gtk.Box.BoxChild w31 = ((global::Gtk.Box.BoxChild)(this.vbox10 [this.label8Value]));
			w31.Position = 2;
			w31.Expand = false;
			w31.Fill = false;
			w31.Padding = ((uint)(3));
			this.hboxFaders.Add (this.vbox10);
			global::Gtk.Box.BoxChild w32 = ((global::Gtk.Box.BoxChild)(this.hboxFaders [this.vbox10]));
			w32.Position = 7;
			w32.Expand = false;
			w32.Fill = false;
			// Container child hboxFaders.Gtk.Box+BoxChild
			this.vbox11 = new global::Gtk.VBox ();
			this.vbox11.Name = "vbox11";
			this.vbox11.Spacing = 6;
			// Container child vbox11.Gtk.Box+BoxChild
			this.vscale9 = new global::Gtk.VScale (null);
			this.vscale9.CanFocus = true;
			this.vscale9.Name = "vscale9";
			this.vscale9.Inverted = true;
			this.vscale9.Adjustment.Lower = -6;
			this.vscale9.Adjustment.Upper = 6;
			this.vscale9.Adjustment.PageIncrement = 1;
			this.vscale9.Adjustment.StepIncrement = 1;
			this.vscale9.DrawValue = false;
			this.vscale9.Digits = 0;
			this.vscale9.ValuePos = ((global::Gtk.PositionType)(2));
			this.vbox11.Add (this.vscale9);
			global::Gtk.Box.BoxChild w33 = ((global::Gtk.Box.BoxChild)(this.vbox11 [this.vscale9]));
			w33.Position = 0;
			w33.Padding = ((uint)(6));
			// Container child vbox11.Gtk.Box+BoxChild
			this.label9 = new global::Gtk.Label ();
			this.label9.WidthRequest = 40;
			this.label9.Name = "label9";
			this.label9.LabelProp = global::Mono.Unix.Catalog.GetString ("880 Hz");
			this.vbox11.Add (this.label9);
			global::Gtk.Box.BoxChild w34 = ((global::Gtk.Box.BoxChild)(this.vbox11 [this.label9]));
			w34.Position = 1;
			w34.Expand = false;
			w34.Fill = false;
			// Container child vbox11.Gtk.Box+BoxChild
			this.label9Value = new global::Gtk.Label ();
			this.label9Value.Name = "label9Value";
			this.label9Value.LabelProp = global::Mono.Unix.Catalog.GetString ("0 dB");
			this.vbox11.Add (this.label9Value);
			global::Gtk.Box.BoxChild w35 = ((global::Gtk.Box.BoxChild)(this.vbox11 [this.label9Value]));
			w35.Position = 2;
			w35.Expand = false;
			w35.Fill = false;
			w35.Padding = ((uint)(3));
			this.hboxFaders.Add (this.vbox11);
			global::Gtk.Box.BoxChild w36 = ((global::Gtk.Box.BoxChild)(this.hboxFaders [this.vbox11]));
			w36.Position = 8;
			w36.Expand = false;
			w36.Fill = false;
			// Container child hboxFaders.Gtk.Box+BoxChild
			this.vbox12 = new global::Gtk.VBox ();
			this.vbox12.Name = "vbox12";
			this.vbox12.Spacing = 6;
			// Container child vbox12.Gtk.Box+BoxChild
			this.vscale10 = new global::Gtk.VScale (null);
			this.vscale10.CanFocus = true;
			this.vscale10.Name = "vscale10";
			this.vscale10.Inverted = true;
			this.vscale10.Adjustment.Lower = -6;
			this.vscale10.Adjustment.Upper = 6;
			this.vscale10.Adjustment.PageIncrement = 1;
			this.vscale10.Adjustment.StepIncrement = 1;
			this.vscale10.DrawValue = false;
			this.vscale10.Digits = 0;
			this.vscale10.ValuePos = ((global::Gtk.PositionType)(2));
			this.vbox12.Add (this.vscale10);
			global::Gtk.Box.BoxChild w37 = ((global::Gtk.Box.BoxChild)(this.vbox12 [this.vscale10]));
			w37.Position = 0;
			w37.Padding = ((uint)(6));
			// Container child vbox12.Gtk.Box+BoxChild
			this.label10 = new global::Gtk.Label ();
			this.label10.WidthRequest = 40;
			this.label10.Name = "label10";
			this.label10.LabelProp = global::Mono.Unix.Catalog.GetString ("1.2 kHz");
			this.vbox12.Add (this.label10);
			global::Gtk.Box.BoxChild w38 = ((global::Gtk.Box.BoxChild)(this.vbox12 [this.label10]));
			w38.Position = 1;
			w38.Expand = false;
			w38.Fill = false;
			// Container child vbox12.Gtk.Box+BoxChild
			this.label10Value = new global::Gtk.Label ();
			this.label10Value.Name = "label10Value";
			this.label10Value.LabelProp = global::Mono.Unix.Catalog.GetString ("0 dB");
			this.vbox12.Add (this.label10Value);
			global::Gtk.Box.BoxChild w39 = ((global::Gtk.Box.BoxChild)(this.vbox12 [this.label10Value]));
			w39.Position = 2;
			w39.Expand = false;
			w39.Fill = false;
			w39.Padding = ((uint)(3));
			this.hboxFaders.Add (this.vbox12);
			global::Gtk.Box.BoxChild w40 = ((global::Gtk.Box.BoxChild)(this.hboxFaders [this.vbox12]));
			w40.Position = 9;
			w40.Expand = false;
			w40.Fill = false;
			// Container child hboxFaders.Gtk.Box+BoxChild
			this.vbox13 = new global::Gtk.VBox ();
			this.vbox13.Name = "vbox13";
			this.vbox13.Spacing = 6;
			// Container child vbox13.Gtk.Box+BoxChild
			this.vscale11 = new global::Gtk.VScale (null);
			this.vscale11.CanFocus = true;
			this.vscale11.Name = "vscale11";
			this.vscale11.Inverted = true;
			this.vscale11.Adjustment.Lower = -6;
			this.vscale11.Adjustment.Upper = 6;
			this.vscale11.Adjustment.PageIncrement = 1;
			this.vscale11.Adjustment.StepIncrement = 1;
			this.vscale11.DrawValue = false;
			this.vscale11.Digits = 0;
			this.vscale11.ValuePos = ((global::Gtk.PositionType)(2));
			this.vbox13.Add (this.vscale11);
			global::Gtk.Box.BoxChild w41 = ((global::Gtk.Box.BoxChild)(this.vbox13 [this.vscale11]));
			w41.Position = 0;
			w41.Padding = ((uint)(6));
			// Container child vbox13.Gtk.Box+BoxChild
			this.label11 = new global::Gtk.Label ();
			this.label11.WidthRequest = 40;
			this.label11.Name = "label11";
			this.label11.LabelProp = global::Mono.Unix.Catalog.GetString ("1.8 kHz");
			this.vbox13.Add (this.label11);
			global::Gtk.Box.BoxChild w42 = ((global::Gtk.Box.BoxChild)(this.vbox13 [this.label11]));
			w42.Position = 1;
			w42.Expand = false;
			w42.Fill = false;
			// Container child vbox13.Gtk.Box+BoxChild
			this.label11Value = new global::Gtk.Label ();
			this.label11Value.Name = "label11Value";
			this.label11Value.LabelProp = global::Mono.Unix.Catalog.GetString ("0 dB");
			this.vbox13.Add (this.label11Value);
			global::Gtk.Box.BoxChild w43 = ((global::Gtk.Box.BoxChild)(this.vbox13 [this.label11Value]));
			w43.Position = 2;
			w43.Expand = false;
			w43.Fill = false;
			w43.Padding = ((uint)(3));
			this.hboxFaders.Add (this.vbox13);
			global::Gtk.Box.BoxChild w44 = ((global::Gtk.Box.BoxChild)(this.hboxFaders [this.vbox13]));
			w44.Position = 10;
			w44.Expand = false;
			w44.Fill = false;
			// Container child hboxFaders.Gtk.Box+BoxChild
			this.vbox14 = new global::Gtk.VBox ();
			this.vbox14.Name = "vbox14";
			this.vbox14.Spacing = 6;
			// Container child vbox14.Gtk.Box+BoxChild
			this.vscale12 = new global::Gtk.VScale (null);
			this.vscale12.CanFocus = true;
			this.vscale12.Name = "vscale12";
			this.vscale12.Inverted = true;
			this.vscale12.Adjustment.Lower = -6;
			this.vscale12.Adjustment.Upper = 6;
			this.vscale12.Adjustment.PageIncrement = 1;
			this.vscale12.Adjustment.StepIncrement = 1;
			this.vscale12.DrawValue = false;
			this.vscale12.Digits = 0;
			this.vscale12.ValuePos = ((global::Gtk.PositionType)(2));
			this.vbox14.Add (this.vscale12);
			global::Gtk.Box.BoxChild w45 = ((global::Gtk.Box.BoxChild)(this.vbox14 [this.vscale12]));
			w45.Position = 0;
			w45.Padding = ((uint)(6));
			// Container child vbox14.Gtk.Box+BoxChild
			this.label12 = new global::Gtk.Label ();
			this.label12.WidthRequest = 40;
			this.label12.Name = "label12";
			this.label12.LabelProp = global::Mono.Unix.Catalog.GetString ("2.5 kHz");
			this.vbox14.Add (this.label12);
			global::Gtk.Box.BoxChild w46 = ((global::Gtk.Box.BoxChild)(this.vbox14 [this.label12]));
			w46.Position = 1;
			w46.Expand = false;
			w46.Fill = false;
			// Container child vbox14.Gtk.Box+BoxChild
			this.label12Value = new global::Gtk.Label ();
			this.label12Value.Name = "label12Value";
			this.label12Value.LabelProp = global::Mono.Unix.Catalog.GetString ("0 dB");
			this.vbox14.Add (this.label12Value);
			global::Gtk.Box.BoxChild w47 = ((global::Gtk.Box.BoxChild)(this.vbox14 [this.label12Value]));
			w47.Position = 2;
			w47.Expand = false;
			w47.Fill = false;
			w47.Padding = ((uint)(3));
			this.hboxFaders.Add (this.vbox14);
			global::Gtk.Box.BoxChild w48 = ((global::Gtk.Box.BoxChild)(this.hboxFaders [this.vbox14]));
			w48.Position = 11;
			w48.Expand = false;
			w48.Fill = false;
			// Container child hboxFaders.Gtk.Box+BoxChild
			this.vbox15 = new global::Gtk.VBox ();
			this.vbox15.Name = "vbox15";
			this.vbox15.Spacing = 6;
			// Container child vbox15.Gtk.Box+BoxChild
			this.vscale13 = new global::Gtk.VScale (null);
			this.vscale13.CanFocus = true;
			this.vscale13.Name = "vscale13";
			this.vscale13.Inverted = true;
			this.vscale13.Adjustment.Lower = -6;
			this.vscale13.Adjustment.Upper = 6;
			this.vscale13.Adjustment.PageIncrement = 1;
			this.vscale13.Adjustment.StepIncrement = 1;
			this.vscale13.DrawValue = false;
			this.vscale13.Digits = 0;
			this.vscale13.ValuePos = ((global::Gtk.PositionType)(2));
			this.vbox15.Add (this.vscale13);
			global::Gtk.Box.BoxChild w49 = ((global::Gtk.Box.BoxChild)(this.vbox15 [this.vscale13]));
			w49.Position = 0;
			w49.Padding = ((uint)(6));
			// Container child vbox15.Gtk.Box+BoxChild
			this.label13 = new global::Gtk.Label ();
			this.label13.WidthRequest = 40;
			this.label13.Name = "label13";
			this.label13.LabelProp = global::Mono.Unix.Catalog.GetString ("3.5 kHz");
			this.vbox15.Add (this.label13);
			global::Gtk.Box.BoxChild w50 = ((global::Gtk.Box.BoxChild)(this.vbox15 [this.label13]));
			w50.Position = 1;
			w50.Expand = false;
			w50.Fill = false;
			// Container child vbox15.Gtk.Box+BoxChild
			this.label13Value = new global::Gtk.Label ();
			this.label13Value.Name = "label13Value";
			this.label13Value.LabelProp = global::Mono.Unix.Catalog.GetString ("0 dB");
			this.vbox15.Add (this.label13Value);
			global::Gtk.Box.BoxChild w51 = ((global::Gtk.Box.BoxChild)(this.vbox15 [this.label13Value]));
			w51.Position = 2;
			w51.Expand = false;
			w51.Fill = false;
			w51.Padding = ((uint)(3));
			this.hboxFaders.Add (this.vbox15);
			global::Gtk.Box.BoxChild w52 = ((global::Gtk.Box.BoxChild)(this.hboxFaders [this.vbox15]));
			w52.Position = 12;
			w52.Expand = false;
			w52.Fill = false;
			// Container child hboxFaders.Gtk.Box+BoxChild
			this.vbox16 = new global::Gtk.VBox ();
			this.vbox16.Name = "vbox16";
			this.vbox16.Spacing = 6;
			// Container child vbox16.Gtk.Box+BoxChild
			this.vscale14 = new global::Gtk.VScale (null);
			this.vscale14.CanFocus = true;
			this.vscale14.Name = "vscale14";
			this.vscale14.Inverted = true;
			this.vscale14.Adjustment.Lower = -6;
			this.vscale14.Adjustment.Upper = 6;
			this.vscale14.Adjustment.PageIncrement = 1;
			this.vscale14.Adjustment.StepIncrement = 1;
			this.vscale14.DrawValue = false;
			this.vscale14.Digits = 0;
			this.vscale14.ValuePos = ((global::Gtk.PositionType)(2));
			this.vbox16.Add (this.vscale14);
			global::Gtk.Box.BoxChild w53 = ((global::Gtk.Box.BoxChild)(this.vbox16 [this.vscale14]));
			w53.Position = 0;
			w53.Padding = ((uint)(6));
			// Container child vbox16.Gtk.Box+BoxChild
			this.label14 = new global::Gtk.Label ();
			this.label14.WidthRequest = 40;
			this.label14.Name = "label14";
			this.label14.LabelProp = global::Mono.Unix.Catalog.GetString ("5 kHz");
			this.vbox16.Add (this.label14);
			global::Gtk.Box.BoxChild w54 = ((global::Gtk.Box.BoxChild)(this.vbox16 [this.label14]));
			w54.Position = 1;
			w54.Expand = false;
			w54.Fill = false;
			// Container child vbox16.Gtk.Box+BoxChild
			this.label14Value = new global::Gtk.Label ();
			this.label14Value.Name = "label14Value";
			this.label14Value.LabelProp = global::Mono.Unix.Catalog.GetString ("0 dB");
			this.vbox16.Add (this.label14Value);
			global::Gtk.Box.BoxChild w55 = ((global::Gtk.Box.BoxChild)(this.vbox16 [this.label14Value]));
			w55.Position = 2;
			w55.Expand = false;
			w55.Fill = false;
			w55.Padding = ((uint)(3));
			this.hboxFaders.Add (this.vbox16);
			global::Gtk.Box.BoxChild w56 = ((global::Gtk.Box.BoxChild)(this.hboxFaders [this.vbox16]));
			w56.Position = 13;
			w56.Expand = false;
			w56.Fill = false;
			// Container child hboxFaders.Gtk.Box+BoxChild
			this.vbox17 = new global::Gtk.VBox ();
			this.vbox17.Name = "vbox17";
			this.vbox17.Spacing = 6;
			// Container child vbox17.Gtk.Box+BoxChild
			this.vscale15 = new global::Gtk.VScale (null);
			this.vscale15.WidthRequest = 0;
			this.vscale15.CanFocus = true;
			this.vscale15.Name = "vscale15";
			this.vscale15.Inverted = true;
			this.vscale15.Adjustment.Lower = -6;
			this.vscale15.Adjustment.Upper = 6;
			this.vscale15.Adjustment.PageIncrement = 1;
			this.vscale15.Adjustment.StepIncrement = 1;
			this.vscale15.DrawValue = false;
			this.vscale15.Digits = 0;
			this.vscale15.ValuePos = ((global::Gtk.PositionType)(2));
			this.vbox17.Add (this.vscale15);
			global::Gtk.Box.BoxChild w57 = ((global::Gtk.Box.BoxChild)(this.vbox17 [this.vscale15]));
			w57.Position = 0;
			w57.Padding = ((uint)(6));
			// Container child vbox17.Gtk.Box+BoxChild
			this.label15 = new global::Gtk.Label ();
			this.label15.WidthRequest = 40;
			this.label15.Name = "label15";
			this.label15.LabelProp = global::Mono.Unix.Catalog.GetString ("7 kHz");
			this.vbox17.Add (this.label15);
			global::Gtk.Box.BoxChild w58 = ((global::Gtk.Box.BoxChild)(this.vbox17 [this.label15]));
			w58.Position = 1;
			w58.Expand = false;
			w58.Fill = false;
			// Container child vbox17.Gtk.Box+BoxChild
			this.label15Value = new global::Gtk.Label ();
			this.label15Value.Name = "label15Value";
			this.label15Value.LabelProp = global::Mono.Unix.Catalog.GetString ("0 dB");
			this.vbox17.Add (this.label15Value);
			global::Gtk.Box.BoxChild w59 = ((global::Gtk.Box.BoxChild)(this.vbox17 [this.label15Value]));
			w59.Position = 2;
			w59.Expand = false;
			w59.Fill = false;
			w59.Padding = ((uint)(3));
			this.hboxFaders.Add (this.vbox17);
			global::Gtk.Box.BoxChild w60 = ((global::Gtk.Box.BoxChild)(this.hboxFaders [this.vbox17]));
			w60.Position = 14;
			w60.Expand = false;
			w60.Fill = false;
			// Container child hboxFaders.Gtk.Box+BoxChild
			this.vbox18 = new global::Gtk.VBox ();
			this.vbox18.Name = "vbox18";
			this.vbox18.Spacing = 6;
			// Container child vbox18.Gtk.Box+BoxChild
			this.vscale16 = new global::Gtk.VScale (null);
			this.vscale16.WidthRequest = 0;
			this.vscale16.CanFocus = true;
			this.vscale16.Name = "vscale16";
			this.vscale16.Inverted = true;
			this.vscale16.Adjustment.Lower = -6;
			this.vscale16.Adjustment.Upper = 6;
			this.vscale16.Adjustment.PageIncrement = 1;
			this.vscale16.Adjustment.StepIncrement = 1;
			this.vscale16.DrawValue = false;
			this.vscale16.Digits = 0;
			this.vscale16.ValuePos = ((global::Gtk.PositionType)(2));
			this.vbox18.Add (this.vscale16);
			global::Gtk.Box.BoxChild w61 = ((global::Gtk.Box.BoxChild)(this.vbox18 [this.vscale16]));
			w61.Position = 0;
			w61.Padding = ((uint)(6));
			// Container child vbox18.Gtk.Box+BoxChild
			this.label16 = new global::Gtk.Label ();
			this.label16.WidthRequest = 40;
			this.label16.Name = "label16";
			this.label16.LabelProp = global::Mono.Unix.Catalog.GetString ("10 kHz");
			this.vbox18.Add (this.label16);
			global::Gtk.Box.BoxChild w62 = ((global::Gtk.Box.BoxChild)(this.vbox18 [this.label16]));
			w62.Position = 1;
			w62.Expand = false;
			w62.Fill = false;
			// Container child vbox18.Gtk.Box+BoxChild
			this.label16Value = new global::Gtk.Label ();
			this.label16Value.Name = "label16Value";
			this.label16Value.LabelProp = global::Mono.Unix.Catalog.GetString ("0 dB");
			this.vbox18.Add (this.label16Value);
			global::Gtk.Box.BoxChild w63 = ((global::Gtk.Box.BoxChild)(this.vbox18 [this.label16Value]));
			w63.Position = 2;
			w63.Expand = false;
			w63.Fill = false;
			w63.Padding = ((uint)(3));
			this.hboxFaders.Add (this.vbox18);
			global::Gtk.Box.BoxChild w64 = ((global::Gtk.Box.BoxChild)(this.hboxFaders [this.vbox18]));
			w64.Position = 15;
			w64.Expand = false;
			w64.Fill = false;
			// Container child hboxFaders.Gtk.Box+BoxChild
			this.vbox19 = new global::Gtk.VBox ();
			this.vbox19.Name = "vbox19";
			this.vbox19.Spacing = 6;
			// Container child vbox19.Gtk.Box+BoxChild
			this.vscale17 = new global::Gtk.VScale (null);
			this.vscale17.WidthRequest = 0;
			this.vscale17.CanFocus = true;
			this.vscale17.Name = "vscale17";
			this.vscale17.Inverted = true;
			this.vscale17.Adjustment.Lower = -6;
			this.vscale17.Adjustment.Upper = 6;
			this.vscale17.Adjustment.PageIncrement = 1;
			this.vscale17.Adjustment.StepIncrement = 1;
			this.vscale17.DrawValue = false;
			this.vscale17.Digits = 0;
			this.vscale17.ValuePos = ((global::Gtk.PositionType)(2));
			this.vbox19.Add (this.vscale17);
			global::Gtk.Box.BoxChild w65 = ((global::Gtk.Box.BoxChild)(this.vbox19 [this.vscale17]));
			w65.Position = 0;
			w65.Padding = ((uint)(6));
			// Container child vbox19.Gtk.Box+BoxChild
			this.label17 = new global::Gtk.Label ();
			this.label17.WidthRequest = 40;
			this.label17.Name = "label17";
			this.label17.LabelProp = global::Mono.Unix.Catalog.GetString ("14 kHz");
			this.vbox19.Add (this.label17);
			global::Gtk.Box.BoxChild w66 = ((global::Gtk.Box.BoxChild)(this.vbox19 [this.label17]));
			w66.Position = 1;
			w66.Expand = false;
			w66.Fill = false;
			// Container child vbox19.Gtk.Box+BoxChild
			this.label17Value = new global::Gtk.Label ();
			this.label17Value.Name = "label17Value";
			this.label17Value.LabelProp = global::Mono.Unix.Catalog.GetString ("0 dB");
			this.vbox19.Add (this.label17Value);
			global::Gtk.Box.BoxChild w67 = ((global::Gtk.Box.BoxChild)(this.vbox19 [this.label17Value]));
			w67.Position = 2;
			w67.Expand = false;
			w67.Fill = false;
			w67.Padding = ((uint)(3));
			this.hboxFaders.Add (this.vbox19);
			global::Gtk.Box.BoxChild w68 = ((global::Gtk.Box.BoxChild)(this.hboxFaders [this.vbox19]));
			w68.Position = 16;
			w68.Expand = false;
			w68.Fill = false;
			// Container child hboxFaders.Gtk.Box+BoxChild
			this.vbox20 = new global::Gtk.VBox ();
			this.vbox20.Name = "vbox20";
			this.vbox20.Spacing = 6;
			// Container child vbox20.Gtk.Box+BoxChild
			this.vscale18 = new global::Gtk.VScale (null);
			this.vscale18.WidthRequest = 0;
			this.vscale18.CanFocus = true;
			this.vscale18.Name = "vscale18";
			this.vscale18.Inverted = true;
			this.vscale18.Adjustment.Lower = -6;
			this.vscale18.Adjustment.Upper = 6;
			this.vscale18.Adjustment.PageIncrement = 1;
			this.vscale18.Adjustment.StepIncrement = 1;
			this.vscale18.DrawValue = false;
			this.vscale18.Digits = 0;
			this.vscale18.ValuePos = ((global::Gtk.PositionType)(2));
			this.vbox20.Add (this.vscale18);
			global::Gtk.Box.BoxChild w69 = ((global::Gtk.Box.BoxChild)(this.vbox20 [this.vscale18]));
			w69.Position = 0;
			w69.Padding = ((uint)(6));
			// Container child vbox20.Gtk.Box+BoxChild
			this.label18 = new global::Gtk.Label ();
			this.label18.WidthRequest = 40;
			this.label18.Name = "label18";
			this.label18.LabelProp = global::Mono.Unix.Catalog.GetString ("20 kHz");
			this.vbox20.Add (this.label18);
			global::Gtk.Box.BoxChild w70 = ((global::Gtk.Box.BoxChild)(this.vbox20 [this.label18]));
			w70.Position = 1;
			w70.Expand = false;
			w70.Fill = false;
			// Container child vbox20.Gtk.Box+BoxChild
			this.label18Value = new global::Gtk.Label ();
			this.label18Value.Name = "label18Value";
			this.label18Value.LabelProp = global::Mono.Unix.Catalog.GetString ("0 dB");
			this.vbox20.Add (this.label18Value);
			global::Gtk.Box.BoxChild w71 = ((global::Gtk.Box.BoxChild)(this.vbox20 [this.label18Value]));
			w71.Position = 2;
			w71.Expand = false;
			w71.Fill = false;
			w71.Padding = ((uint)(3));
			this.hboxFaders.Add (this.vbox20);
			global::Gtk.Box.BoxChild w72 = ((global::Gtk.Box.BoxChild)(this.hboxFaders [this.vbox20]));
			w72.Position = 17;
			w72.Expand = false;
			w72.Fill = false;
			this.hboxMain.Add (this.hboxFaders);
			global::Gtk.Box.BoxChild w73 = ((global::Gtk.Box.BoxChild)(this.hboxMain [this.hboxFaders]));
			w73.Position = 0;
			w73.Expand = false;
			w73.Fill = false;
			w73.Padding = ((uint)(6));
			// Container child hboxMain.Gtk.Box+BoxChild
			this.vboxPanel = new global::Gtk.VBox ();
			this.vboxPanel.Name = "vboxPanel";
			this.vboxPanel.Spacing = 6;
			// Container child vboxPanel.Gtk.Box+BoxChild
			this.lblPresets = new global::Gtk.Label ();
			this.lblPresets.Name = "lblPresets";
			this.lblPresets.LabelProp = global::Mono.Unix.Catalog.GetString ("Presets");
			this.vboxPanel.Add (this.lblPresets);
			global::Gtk.Box.BoxChild w74 = ((global::Gtk.Box.BoxChild)(this.vboxPanel [this.lblPresets]));
			w74.Position = 0;
			w74.Expand = false;
			w74.Fill = false;
			// Container child vboxPanel.Gtk.Box+BoxChild
			this.comboPreset = global::Gtk.ComboBox.NewText ();
			this.comboPreset.CanFocus = true;
			this.comboPreset.Name = "comboPreset";
			this.vboxPanel.Add (this.comboPreset);
			global::Gtk.Box.BoxChild w75 = ((global::Gtk.Box.BoxChild)(this.vboxPanel [this.comboPreset]));
			w75.Position = 1;
			w75.Expand = false;
			w75.Fill = false;
			// Container child vboxPanel.Gtk.Box+BoxChild
			this.chkEQOn = new global::Gtk.CheckButton ();
			this.chkEQOn.CanFocus = true;
			this.chkEQOn.Name = "chkEQOn";
			this.chkEQOn.Label = global::Mono.Unix.Catalog.GetString ("EQ Bypassed");
			this.chkEQOn.DrawIndicator = true;
			this.chkEQOn.UseUnderline = true;
			this.vboxPanel.Add (this.chkEQOn);
			global::Gtk.Box.BoxChild w76 = ((global::Gtk.Box.BoxChild)(this.vboxPanel [this.chkEQOn]));
			w76.Position = 2;
			w76.Expand = false;
			w76.Fill = false;
			// Container child vboxPanel.Gtk.Box+BoxChild
			this.btnNewPreset = new global::Gtk.Button ();
			this.btnNewPreset.CanFocus = true;
			this.btnNewPreset.Name = "btnNewPreset";
			this.btnNewPreset.UseUnderline = true;
			this.btnNewPreset.Label = global::Mono.Unix.Catalog.GetString ("New Preset");
			global::Gtk.Image w77 = new global::Gtk.Image ();
			w77.Pixbuf = global::Stetic.IconLoader.LoadIcon (this, "gtk-add", global::Gtk.IconSize.Menu);
			this.btnNewPreset.Image = w77;
			this.vboxPanel.Add (this.btnNewPreset);
			global::Gtk.Box.BoxChild w78 = ((global::Gtk.Box.BoxChild)(this.vboxPanel [this.btnNewPreset]));
			w78.Position = 3;
			w78.Expand = false;
			w78.Fill = false;
			// Container child vboxPanel.Gtk.Box+BoxChild
			this.lblCurrentPreset = new global::Gtk.Label ();
			this.lblCurrentPreset.Name = "lblCurrentPreset";
			this.lblCurrentPreset.LabelProp = global::Mono.Unix.Catalog.GetString ("Current Preset");
			this.vboxPanel.Add (this.lblCurrentPreset);
			global::Gtk.Box.BoxChild w79 = ((global::Gtk.Box.BoxChild)(this.vboxPanel [this.lblCurrentPreset]));
			w79.Position = 4;
			w79.Expand = false;
			w79.Fill = false;
			// Container child vboxPanel.Gtk.Box+BoxChild
			this.lblName = new global::Gtk.Label ();
			this.lblName.Name = "lblName";
			this.lblName.Xalign = 0F;
			this.lblName.LabelProp = global::Mono.Unix.Catalog.GetString ("Name:");
			this.vboxPanel.Add (this.lblName);
			global::Gtk.Box.BoxChild w80 = ((global::Gtk.Box.BoxChild)(this.vboxPanel [this.lblName]));
			w80.Position = 5;
			w80.Expand = false;
			w80.Fill = false;
			// Container child vboxPanel.Gtk.Box+BoxChild
			this.txtPresetName = new global::Gtk.Entry ();
			this.txtPresetName.CanFocus = true;
			this.txtPresetName.Name = "txtPresetName";
			this.txtPresetName.IsEditable = true;
			this.txtPresetName.InvisibleChar = '●';
			this.vboxPanel.Add (this.txtPresetName);
			global::Gtk.Box.BoxChild w81 = ((global::Gtk.Box.BoxChild)(this.vboxPanel [this.txtPresetName]));
			w81.Position = 6;
			w81.Expand = false;
			w81.Fill = false;
			// Container child vboxPanel.Gtk.Box+BoxChild
			this.btnSavePreset = new global::Gtk.Button ();
			this.btnSavePreset.CanFocus = true;
			this.btnSavePreset.Name = "btnSavePreset";
			this.btnSavePreset.UseUnderline = true;
			this.btnSavePreset.Label = global::Mono.Unix.Catalog.GetString ("Save Preset");
			global::Gtk.Image w82 = new global::Gtk.Image ();
			w82.Pixbuf = global::Stetic.IconLoader.LoadIcon (this, "gtk-save", global::Gtk.IconSize.Menu);
			this.btnSavePreset.Image = w82;
			this.vboxPanel.Add (this.btnSavePreset);
			global::Gtk.Box.BoxChild w83 = ((global::Gtk.Box.BoxChild)(this.vboxPanel [this.btnSavePreset]));
			w83.Position = 7;
			w83.Expand = false;
			w83.Fill = false;
			// Container child vboxPanel.Gtk.Box+BoxChild
			this.btnDeletePreset = new global::Gtk.Button ();
			this.btnDeletePreset.CanFocus = true;
			this.btnDeletePreset.Name = "btnDeletePreset";
			this.btnDeletePreset.UseUnderline = true;
			this.btnDeletePreset.Label = global::Mono.Unix.Catalog.GetString ("Delete Preset");
			global::Gtk.Image w84 = new global::Gtk.Image ();
			w84.Pixbuf = global::Stetic.IconLoader.LoadIcon (this, "gtk-delete", global::Gtk.IconSize.Menu);
			this.btnDeletePreset.Image = w84;
			this.vboxPanel.Add (this.btnDeletePreset);
			global::Gtk.Box.BoxChild w85 = ((global::Gtk.Box.BoxChild)(this.vboxPanel [this.btnDeletePreset]));
			w85.Position = 8;
			w85.Expand = false;
			w85.Fill = false;
			// Container child vboxPanel.Gtk.Box+BoxChild
			this.btnAutoLevel = new global::Gtk.Button ();
			this.btnAutoLevel.CanFocus = true;
			this.btnAutoLevel.Name = "btnAutoLevel";
			this.btnAutoLevel.UseUnderline = true;
			this.btnAutoLevel.Label = global::Mono.Unix.Catalog.GetString ("Normalize");
			this.vboxPanel.Add (this.btnAutoLevel);
			global::Gtk.Box.BoxChild w86 = ((global::Gtk.Box.BoxChild)(this.vboxPanel [this.btnAutoLevel]));
			w86.Position = 9;
			w86.Expand = false;
			w86.Fill = false;
			// Container child vboxPanel.Gtk.Box+BoxChild
			this.btnResetEQ = new global::Gtk.Button ();
			this.btnResetEQ.CanFocus = true;
			this.btnResetEQ.Name = "btnResetEQ";
			this.btnResetEQ.UseUnderline = true;
			this.btnResetEQ.Label = global::Mono.Unix.Catalog.GetString ("Reset");
			this.vboxPanel.Add (this.btnResetEQ);
			global::Gtk.Box.BoxChild w87 = ((global::Gtk.Box.BoxChild)(this.vboxPanel [this.btnResetEQ]));
			w87.Position = 10;
			w87.Expand = false;
			w87.Fill = false;
			this.hboxMain.Add (this.vboxPanel);
			global::Gtk.Box.BoxChild w88 = ((global::Gtk.Box.BoxChild)(this.hboxMain [this.vboxPanel]));
			w88.Position = 1;
			this.Add (this.hboxMain);
			if ((this.Child != null)) {
				this.Child.ShowAll ();
			}
			this.DefaultWidth = 1036;
			this.DefaultHeight = 441;
			this.Hide ();
			this.vscale1.ChangeValue += new global::Gtk.ChangeValueHandler (this.OnScaleChangeValue1);
			this.vscale2.ChangeValue += new global::Gtk.ChangeValueHandler (this.OnScaleChangeValue2);
			this.vscale3.ChangeValue += new global::Gtk.ChangeValueHandler (this.OnScaleChangeValue3);
			this.vscale4.ChangeValue += new global::Gtk.ChangeValueHandler (this.OnScaleChangeValue4);
			this.vscale5.ChangeValue += new global::Gtk.ChangeValueHandler (this.OnScaleChangeValue5);
			this.vscale6.ChangeValue += new global::Gtk.ChangeValueHandler (this.OnScaleChangeValue6);
			this.vscale7.ChangeValue += new global::Gtk.ChangeValueHandler (this.OnScaleChangeValue7);
			this.vscale8.ChangeValue += new global::Gtk.ChangeValueHandler (this.OnScaleChangeValue8);
			this.vscale9.ChangeValue += new global::Gtk.ChangeValueHandler (this.OnScaleChangeValue9);
			this.vscale10.ChangeValue += new global::Gtk.ChangeValueHandler (this.OnScaleChangeValue10);
			this.vscale11.ChangeValue += new global::Gtk.ChangeValueHandler (this.OnScaleChangeValue11);
			this.vscale12.ChangeValue += new global::Gtk.ChangeValueHandler (this.OnScaleChangeValue12);
			this.vscale13.ChangeValue += new global::Gtk.ChangeValueHandler (this.OnScaleChangeValue13);
			this.vscale14.ChangeValue += new global::Gtk.ChangeValueHandler (this.OnScaleChangeValue14);
			this.vscale15.ChangeValue += new global::Gtk.ChangeValueHandler (this.OnScaleChangeValue15);
			this.vscale16.ChangeValue += new global::Gtk.ChangeValueHandler (this.OnScaleChangeValue16);
			this.vscale17.ChangeValue += new global::Gtk.ChangeValueHandler (this.OnScaleChangeValue17);
			this.vscale18.ChangeValue += new global::Gtk.ChangeValueHandler (this.OnScaleChangeValue18);
			this.chkEQOn.Toggled += new global::System.EventHandler (this.OnEQOnToggled);
			this.btnNewPreset.Clicked += new global::System.EventHandler (this.OnClickNewPreset);
			this.btnSavePreset.Clicked += new global::System.EventHandler (this.OnClickSavePreset);
			this.btnDeletePreset.Clicked += new global::System.EventHandler (this.OnClickDeletePreset);
			this.btnAutoLevel.Clicked += new global::System.EventHandler (this.OnClickNormalizePreset);
			this.btnResetEQ.Clicked += new global::System.EventHandler (this.OnClickResetPreset);
		}
 protected virtual void Build()
 {
     global::Stetic.Gui.Initialize(this);
     // Widget LongoMatch.Gui.PlayerBin
     global::Stetic.BinContainer.Attach(this);
     this.Name = "LongoMatch.Gui.PlayerBin";
     // Container child LongoMatch.Gui.PlayerBin.Gtk.Container+ContainerChild
     this.mainbox         = new global::Gtk.HBox();
     this.mainbox.Name    = "mainbox";
     this.mainbox.Spacing = 6;
     // Container child mainbox.Gtk.Box+BoxChild
     this.vbox2         = new global::Gtk.VBox();
     this.vbox2.Name    = "vbox2";
     this.vbox2.Spacing = 6;
     // Container child vbox2.Gtk.Box+BoxChild
     this.videobox         = new global::Gtk.HBox();
     this.videobox.Name    = "videobox";
     this.videobox.Spacing = 6;
     this.vbox2.Add(this.videobox);
     global::Gtk.Box.BoxChild w1 = ((global::Gtk.Box.BoxChild)(this.vbox2 [this.videobox]));
     w1.Position = 0;
     // Container child vbox2.Gtk.Box+BoxChild
     this.controlsbox         = new global::Gtk.HBox();
     this.controlsbox.Name    = "controlsbox";
     this.controlsbox.Spacing = 6;
     // Container child controlsbox.Gtk.Box+BoxChild
     this.buttonsbox             = new global::Gtk.HBox();
     this.buttonsbox.Name        = "buttonsbox";
     this.buttonsbox.Homogeneous = true;
     // Container child buttonsbox.Gtk.Box+BoxChild
     this.closebutton              = new global::Gtk.Button();
     this.closebutton.Name         = "closebutton";
     this.closebutton.UseUnderline = true;
     // Container child closebutton.Gtk.Container+ContainerChild
     global::Gtk.Alignment w2 = new global::Gtk.Alignment(0.5F, 0.5F, 0F, 0F);
     // Container child GtkAlignment.Gtk.Container+ContainerChild
     global::Gtk.HBox w3 = new global::Gtk.HBox();
     w3.Spacing = 2;
     // Container child GtkHBox.Gtk.Container+ContainerChild
     global::Gtk.Image w4 = new global::Gtk.Image();
     w4.Pixbuf = global::Stetic.IconLoader.LoadIcon(this, "gtk-close", global::Gtk.IconSize.Dnd);
     w3.Add(w4);
     // Container child GtkHBox.Gtk.Container+ContainerChild
     global::Gtk.Label w6 = new global::Gtk.Label();
     w3.Add(w6);
     w2.Add(w3);
     this.closebutton.Add(w2);
     this.buttonsbox.Add(this.closebutton);
     global::Gtk.Box.BoxChild w10 = ((global::Gtk.Box.BoxChild)(this.buttonsbox [this.closebutton]));
     w10.Position = 0;
     w10.Expand   = false;
     w10.Fill     = false;
     // Container child buttonsbox.Gtk.Box+BoxChild
     this.drawbutton              = new global::Gtk.Button();
     this.drawbutton.Name         = "drawbutton";
     this.drawbutton.UseUnderline = true;
     // Container child drawbutton.Gtk.Container+ContainerChild
     global::Gtk.Alignment w11 = new global::Gtk.Alignment(0.5F, 0.5F, 0F, 0F);
     // Container child GtkAlignment.Gtk.Container+ContainerChild
     global::Gtk.HBox w12 = new global::Gtk.HBox();
     w12.Spacing = 2;
     // Container child GtkHBox.Gtk.Container+ContainerChild
     global::Gtk.Image w13 = new global::Gtk.Image();
     w13.Pixbuf = global::Stetic.IconLoader.LoadIcon(this, "gtk-select-color", global::Gtk.IconSize.Menu);
     w12.Add(w13);
     // Container child GtkHBox.Gtk.Container+ContainerChild
     global::Gtk.Label w15 = new global::Gtk.Label();
     w12.Add(w15);
     w11.Add(w12);
     this.drawbutton.Add(w11);
     this.buttonsbox.Add(this.drawbutton);
     global::Gtk.Box.BoxChild w19 = ((global::Gtk.Box.BoxChild)(this.buttonsbox [this.drawbutton]));
     w19.Position = 1;
     w19.Expand   = false;
     w19.Fill     = false;
     // Container child buttonsbox.Gtk.Box+BoxChild
     this.playbutton              = new global::Gtk.Button();
     this.playbutton.Name         = "playbutton";
     this.playbutton.UseUnderline = true;
     this.playbutton.Relief       = ((global::Gtk.ReliefStyle)(2));
     // Container child playbutton.Gtk.Container+ContainerChild
     global::Gtk.Alignment w20 = new global::Gtk.Alignment(0.5F, 0.5F, 0F, 0F);
     // Container child GtkAlignment.Gtk.Container+ContainerChild
     global::Gtk.HBox w21 = new global::Gtk.HBox();
     w21.Spacing = 2;
     // Container child GtkHBox.Gtk.Container+ContainerChild
     global::Gtk.Image w22 = new global::Gtk.Image();
     w22.Pixbuf = global::Stetic.IconLoader.LoadIcon(this, "gtk-media-play", global::Gtk.IconSize.Button);
     w21.Add(w22);
     // Container child GtkHBox.Gtk.Container+ContainerChild
     global::Gtk.Label w24 = new global::Gtk.Label();
     w21.Add(w24);
     w20.Add(w21);
     this.playbutton.Add(w20);
     this.buttonsbox.Add(this.playbutton);
     global::Gtk.Box.BoxChild w28 = ((global::Gtk.Box.BoxChild)(this.buttonsbox [this.playbutton]));
     w28.Position = 2;
     w28.Expand   = false;
     w28.Fill     = false;
     // Container child buttonsbox.Gtk.Box+BoxChild
     this.pausebutton              = new global::Gtk.Button();
     this.pausebutton.Name         = "pausebutton";
     this.pausebutton.UseUnderline = true;
     this.pausebutton.Relief       = ((global::Gtk.ReliefStyle)(2));
     // Container child pausebutton.Gtk.Container+ContainerChild
     global::Gtk.Alignment w29 = new global::Gtk.Alignment(0.5F, 0.5F, 0F, 0F);
     // Container child GtkAlignment.Gtk.Container+ContainerChild
     global::Gtk.HBox w30 = new global::Gtk.HBox();
     w30.Spacing = 2;
     // Container child GtkHBox.Gtk.Container+ContainerChild
     global::Gtk.Image w31 = new global::Gtk.Image();
     w31.Pixbuf = global::Stetic.IconLoader.LoadIcon(this, "gtk-media-pause", global::Gtk.IconSize.Button);
     w30.Add(w31);
     // Container child GtkHBox.Gtk.Container+ContainerChild
     global::Gtk.Label w33 = new global::Gtk.Label();
     w30.Add(w33);
     w29.Add(w30);
     this.pausebutton.Add(w29);
     this.buttonsbox.Add(this.pausebutton);
     global::Gtk.Box.BoxChild w37 = ((global::Gtk.Box.BoxChild)(this.buttonsbox [this.pausebutton]));
     w37.Position = 3;
     w37.Expand   = false;
     w37.Fill     = false;
     // Container child buttonsbox.Gtk.Box+BoxChild
     this.prevbutton              = new global::Gtk.Button();
     this.prevbutton.Name         = "prevbutton";
     this.prevbutton.UseUnderline = true;
     this.prevbutton.Relief       = ((global::Gtk.ReliefStyle)(2));
     // Container child prevbutton.Gtk.Container+ContainerChild
     global::Gtk.Alignment w38 = new global::Gtk.Alignment(0.5F, 0.5F, 0F, 0F);
     // Container child GtkAlignment.Gtk.Container+ContainerChild
     global::Gtk.HBox w39 = new global::Gtk.HBox();
     w39.Spacing = 2;
     // Container child GtkHBox.Gtk.Container+ContainerChild
     global::Gtk.Image w40 = new global::Gtk.Image();
     w40.Pixbuf = global::Stetic.IconLoader.LoadIcon(this, "gtk-media-previous", global::Gtk.IconSize.Button);
     w39.Add(w40);
     // Container child GtkHBox.Gtk.Container+ContainerChild
     global::Gtk.Label w42 = new global::Gtk.Label();
     w39.Add(w42);
     w38.Add(w39);
     this.prevbutton.Add(w38);
     this.buttonsbox.Add(this.prevbutton);
     global::Gtk.Box.BoxChild w46 = ((global::Gtk.Box.BoxChild)(this.buttonsbox [this.prevbutton]));
     w46.Position = 4;
     w46.Expand   = false;
     w46.Fill     = false;
     // Container child buttonsbox.Gtk.Box+BoxChild
     this.nextbutton              = new global::Gtk.Button();
     this.nextbutton.Sensitive    = false;
     this.nextbutton.Name         = "nextbutton";
     this.nextbutton.UseUnderline = true;
     this.nextbutton.Relief       = ((global::Gtk.ReliefStyle)(2));
     // Container child nextbutton.Gtk.Container+ContainerChild
     global::Gtk.Alignment w47 = new global::Gtk.Alignment(0.5F, 0.5F, 0F, 0F);
     // Container child GtkAlignment.Gtk.Container+ContainerChild
     global::Gtk.HBox w48 = new global::Gtk.HBox();
     w48.Spacing = 2;
     // Container child GtkHBox.Gtk.Container+ContainerChild
     global::Gtk.Image w49 = new global::Gtk.Image();
     w49.Pixbuf = global::Stetic.IconLoader.LoadIcon(this, "gtk-media-next", global::Gtk.IconSize.Button);
     w48.Add(w49);
     // Container child GtkHBox.Gtk.Container+ContainerChild
     global::Gtk.Label w51 = new global::Gtk.Label();
     w48.Add(w51);
     w47.Add(w48);
     this.nextbutton.Add(w47);
     this.buttonsbox.Add(this.nextbutton);
     global::Gtk.Box.BoxChild w55 = ((global::Gtk.Box.BoxChild)(this.buttonsbox [this.nextbutton]));
     w55.Position = 5;
     w55.Expand   = false;
     w55.Fill     = false;
     this.controlsbox.Add(this.buttonsbox);
     global::Gtk.Box.BoxChild w56 = ((global::Gtk.Box.BoxChild)(this.controlsbox [this.buttonsbox]));
     w56.Position = 0;
     w56.Expand   = false;
     w56.Fill     = false;
     // Container child controlsbox.Gtk.Box+BoxChild
     this.tlabel           = new global::Gtk.Label();
     this.tlabel.Name      = "tlabel";
     this.tlabel.LabelProp = global::Mono.Unix.Catalog.GetString("Time:");
     this.controlsbox.Add(this.tlabel);
     global::Gtk.Box.BoxChild w57 = ((global::Gtk.Box.BoxChild)(this.controlsbox [this.tlabel]));
     w57.Position = 1;
     w57.Expand   = false;
     w57.Fill     = false;
     // Container child controlsbox.Gtk.Box+BoxChild
     this.timescale                          = new global::Gtk.HScale(null);
     this.timescale.Name                     = "timescale";
     this.timescale.UpdatePolicy             = ((global::Gtk.UpdateType)(1));
     this.timescale.Adjustment.Upper         = 1;
     this.timescale.Adjustment.PageIncrement = 1;
     this.timescale.Adjustment.StepIncrement = 1;
     this.timescale.Adjustment.Value         = 1;
     this.timescale.DrawValue                = false;
     this.timescale.Digits                   = 0;
     this.timescale.ValuePos                 = ((global::Gtk.PositionType)(2));
     this.controlsbox.Add(this.timescale);
     global::Gtk.Box.BoxChild w58 = ((global::Gtk.Box.BoxChild)(this.controlsbox [this.timescale]));
     w58.Position = 2;
     // Container child controlsbox.Gtk.Box+BoxChild
     this.timelabel      = new global::Gtk.Label();
     this.timelabel.Name = "timelabel";
     this.controlsbox.Add(this.timelabel);
     global::Gtk.Box.BoxChild w59 = ((global::Gtk.Box.BoxChild)(this.controlsbox [this.timelabel]));
     w59.Position = 3;
     w59.Expand   = false;
     // Container child controlsbox.Gtk.Box+BoxChild
     this.volumebutton              = new global::Gtk.Button();
     this.volumebutton.Name         = "volumebutton";
     this.volumebutton.UseUnderline = true;
     this.volumebutton.Relief       = ((global::Gtk.ReliefStyle)(2));
     // Container child volumebutton.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::Stetic.IconLoader.LoadIcon(this, "stock_volume", global::Gtk.IconSize.Button);
     w61.Add(w62);
     // Container child GtkHBox.Gtk.Container+ContainerChild
     global::Gtk.Label w64 = new global::Gtk.Label();
     w61.Add(w64);
     w60.Add(w61);
     this.volumebutton.Add(w60);
     this.controlsbox.Add(this.volumebutton);
     global::Gtk.Box.BoxChild w68 = ((global::Gtk.Box.BoxChild)(this.controlsbox [this.volumebutton]));
     w68.Position = 4;
     w68.Expand   = false;
     w68.Fill     = false;
     this.vbox2.Add(this.controlsbox);
     global::Gtk.Box.BoxChild w69 = ((global::Gtk.Box.BoxChild)(this.vbox2 [this.controlsbox]));
     w69.Position = 1;
     w69.Expand   = false;
     this.mainbox.Add(this.vbox2);
     global::Gtk.Box.BoxChild w70 = ((global::Gtk.Box.BoxChild)(this.mainbox [this.vbox2]));
     w70.Position = 0;
     // Container child mainbox.Gtk.Box+BoxChild
     this.vbox3         = new global::Gtk.VBox();
     this.vbox3.Name    = "vbox3";
     this.vbox3.Spacing = 6;
     // Container child vbox3.Gtk.Box+BoxChild
     this.vscale1 = new global::Gtk.VScale(null);
     this.vscale1.WidthRequest             = 45;
     this.vscale1.Sensitive                = false;
     this.vscale1.Name                     = "vscale1";
     this.vscale1.UpdatePolicy             = ((global::Gtk.UpdateType)(1));
     this.vscale1.Inverted                 = true;
     this.vscale1.Adjustment.Lower         = 1;
     this.vscale1.Adjustment.Upper         = 28;
     this.vscale1.Adjustment.PageIncrement = 3;
     this.vscale1.Adjustment.PageSize      = 1;
     this.vscale1.Adjustment.StepIncrement = 1;
     this.vscale1.Adjustment.Value         = 25;
     this.vscale1.DrawValue                = true;
     this.vscale1.Digits                   = 0;
     this.vscale1.ValuePos                 = ((global::Gtk.PositionType)(3));
     this.vbox3.Add(this.vscale1);
     global::Gtk.Box.BoxChild w71 = ((global::Gtk.Box.BoxChild)(this.vbox3 [this.vscale1]));
     w71.Position = 0;
     this.mainbox.Add(this.vbox3);
     global::Gtk.Box.BoxChild w72 = ((global::Gtk.Box.BoxChild)(this.mainbox [this.vbox3]));
     w72.Position = 1;
     w72.Expand   = false;
     w72.Fill     = false;
     this.Add(this.mainbox);
     if ((this.Child != null))
     {
         this.Child.ShowAll();
     }
     this.closebutton.Hide();
     this.prevbutton.Hide();
     this.nextbutton.Hide();
     this.controlsbox.Hide();
     this.Show();
     this.closebutton.Clicked    += new global::System.EventHandler(this.OnClosebuttonClicked);
     this.drawbutton.Clicked     += new global::System.EventHandler(this.OnDrawButtonClicked);
     this.playbutton.Clicked     += new global::System.EventHandler(this.OnPlaybuttonClicked);
     this.pausebutton.Clicked    += new global::System.EventHandler(this.OnPausebuttonClicked);
     this.prevbutton.Clicked     += new global::System.EventHandler(this.OnPrevbuttonClicked);
     this.nextbutton.Clicked     += new global::System.EventHandler(this.OnNextbuttonClicked);
     this.timescale.ValueChanged += new global::System.EventHandler(this.OnTimescaleValueChanged);
     this.timescale.AdjustBounds += new global::Gtk.AdjustBoundsHandler(this.OnTimescaleAdjustBounds);
     this.volumebutton.Clicked   += new global::System.EventHandler(this.OnVolumebuttonClicked);
     this.vscale1.FormatValue    += new global::Gtk.FormatValueHandler(this.OnVscale1FormatValue);
     this.vscale1.ValueChanged   += new global::System.EventHandler(this.OnVscale1ValueChanged);
 }
Esempio n. 10
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.PanelsAction = new global::Gtk.Action("PanelsAction", global::Mono.Unix.Catalog.GetString("Panels"), null, null);
     this.PanelsAction.ShortLabel = global::Mono.Unix.Catalog.GetString("Panels");
     w1.Add(this.PanelsAction, null);
     this.TurbineAction = new global::Gtk.Action("TurbineAction", global::Mono.Unix.Catalog.GetString("Turbine"), null, null);
     this.TurbineAction.ShortLabel = global::Mono.Unix.Catalog.GetString("Turbine");
     w1.Add(this.TurbineAction, null);
     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.ExitAction1 = new global::Gtk.Action("ExitAction1", global::Mono.Unix.Catalog.GetString("Exit"), null, null);
     this.ExitAction1.ShortLabel = global::Mono.Unix.Catalog.GetString("Exit");
     w1.Add(this.ExitAction1, null);
     this.UIManager.InsertActionGroup(w1, 0);
     this.AddAccelGroup(this.UIManager.AccelGroup);
     this.Name = "MainWindow";
     this.Title = global::Mono.Unix.Catalog.GetString("Reactor");
     this.WindowPosition = ((global::Gtk.WindowPosition)(4));
     // Container child MainWindow.Gtk.Container+ContainerChild
     this.vbox1 = new global::Gtk.VBox();
     this.vbox1.Name = "vbox1";
     this.vbox1.Spacing = 6;
     // Container child vbox1.Gtk.Box+BoxChild
     this.UIManager.AddUiFromString("<ui><menubar name='menubar1'><menu name='FileAction' action='FileAction'><menuitem name='ExitAction1' action='ExitAction1'/></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.vbox5 = new global::Gtk.VBox();
     this.vbox5.Name = "vbox5";
     this.vbox5.Spacing = 6;
     // Container child vbox5.Gtk.Box+BoxChild
     this.table1 = new global::Gtk.Table(((uint)(7)), ((uint)(2)), false);
     this.table1.Name = "table1";
     this.table1.RowSpacing = ((uint)(6));
     this.table1.ColumnSpacing = ((uint)(6));
     // Container child table1.Gtk.Table+TableChild
     this.label10 = new global::Gtk.Label();
     this.label10.Name = "label10";
     this.label10.LabelProp = global::Mono.Unix.Catalog.GetString("no value");
     this.label10.WidthChars = 8;
     this.table1.Add(this.label10);
     global::Gtk.Table.TableChild w3 = ((global::Gtk.Table.TableChild)(this.table1[this.label10]));
     w3.TopAttach = ((uint)(2));
     w3.BottomAttach = ((uint)(3));
     w3.LeftAttach = ((uint)(1));
     w3.RightAttach = ((uint)(2));
     w3.XOptions = ((global::Gtk.AttachOptions)(4));
     w3.YOptions = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     this.label11 = new global::Gtk.Label();
     this.label11.Name = "label11";
     this.label11.LabelProp = global::Mono.Unix.Catalog.GetString("no value");
     this.label11.WidthChars = 8;
     this.table1.Add(this.label11);
     global::Gtk.Table.TableChild w4 = ((global::Gtk.Table.TableChild)(this.table1[this.label11]));
     w4.TopAttach = ((uint)(3));
     w4.BottomAttach = ((uint)(4));
     w4.LeftAttach = ((uint)(1));
     w4.RightAttach = ((uint)(2));
     w4.XOptions = ((global::Gtk.AttachOptions)(4));
     w4.YOptions = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     this.label12 = new global::Gtk.Label();
     this.label12.Name = "label12";
     this.label12.LabelProp = global::Mono.Unix.Catalog.GetString("no value");
     this.label12.WidthChars = 8;
     this.table1.Add(this.label12);
     global::Gtk.Table.TableChild w5 = ((global::Gtk.Table.TableChild)(this.table1[this.label12]));
     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.label13 = new global::Gtk.Label();
     this.label13.Name = "label13";
     this.label13.LabelProp = global::Mono.Unix.Catalog.GetString("no value");
     this.label13.WidthChars = 8;
     this.table1.Add(this.label13);
     global::Gtk.Table.TableChild w6 = ((global::Gtk.Table.TableChild)(this.table1[this.label13]));
     w6.TopAttach = ((uint)(5));
     w6.BottomAttach = ((uint)(6));
     w6.LeftAttach = ((uint)(1));
     w6.RightAttach = ((uint)(2));
     w6.XOptions = ((global::Gtk.AttachOptions)(4));
     w6.YOptions = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     this.label2 = new global::Gtk.Label();
     this.label2.Name = "label2";
     this.label2.LabelProp = global::Mono.Unix.Catalog.GetString("Tavg");
     this.table1.Add(this.label2);
     global::Gtk.Table.TableChild w7 = ((global::Gtk.Table.TableChild)(this.table1[this.label2]));
     w7.TopAttach = ((uint)(2));
     w7.BottomAttach = ((uint)(3));
     w7.XOptions = ((global::Gtk.AttachOptions)(4));
     w7.YOptions = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     this.label3 = new global::Gtk.Label();
     this.label3.Name = "label3";
     this.label3.LabelProp = global::Mono.Unix.Catalog.GetString("no value");
     this.label3.WidthChars = 8;
     this.table1.Add(this.label3);
     global::Gtk.Table.TableChild w8 = ((global::Gtk.Table.TableChild)(this.table1[this.label3]));
     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.label4 = new global::Gtk.Label();
     this.label4.Name = "label4";
     this.label4.LabelProp = global::Mono.Unix.Catalog.GetString("Tref");
     this.table1.Add(this.label4);
     global::Gtk.Table.TableChild w9 = ((global::Gtk.Table.TableChild)(this.table1[this.label4]));
     w9.TopAttach = ((uint)(3));
     w9.BottomAttach = ((uint)(4));
     w9.XOptions = ((global::Gtk.AttachOptions)(4));
     w9.YOptions = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     this.label5 = new global::Gtk.Label();
     this.label5.Name = "label5";
     this.label5.LabelProp = global::Mono.Unix.Catalog.GetString("no value");
     this.label5.WidthChars = 8;
     this.table1.Add(this.label5);
     global::Gtk.Table.TableChild w10 = ((global::Gtk.Table.TableChild)(this.table1[this.label5]));
     w10.TopAttach = ((uint)(1));
     w10.BottomAttach = ((uint)(2));
     w10.LeftAttach = ((uint)(1));
     w10.RightAttach = ((uint)(2));
     w10.XOptions = ((global::Gtk.AttachOptions)(4));
     w10.YOptions = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     this.label6 = new global::Gtk.Label();
     this.label6.Name = "label6";
     this.label6.LabelProp = global::Mono.Unix.Catalog.GetString("Turbine power");
     this.table1.Add(this.label6);
     global::Gtk.Table.TableChild w11 = ((global::Gtk.Table.TableChild)(this.table1[this.label6]));
     w11.TopAttach = ((uint)(5));
     w11.BottomAttach = ((uint)(6));
     w11.XOptions = ((global::Gtk.AttachOptions)(4));
     w11.YOptions = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     this.label7 = new global::Gtk.Label();
     this.label7.Name = "label7";
     this.label7.LabelProp = global::Mono.Unix.Catalog.GetString("Neutron flux");
     this.table1.Add(this.label7);
     global::Gtk.Table.TableChild w12 = ((global::Gtk.Table.TableChild)(this.table1[this.label7]));
     w12.TopAttach = ((uint)(4));
     w12.BottomAttach = ((uint)(5));
     w12.XOptions = ((global::Gtk.AttachOptions)(4));
     w12.YOptions = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     this.label8 = new global::Gtk.Label();
     this.label8.Name = "label8";
     this.label8.LabelProp = global::Mono.Unix.Catalog.GetString("Boron concentration");
     this.table1.Add(this.label8);
     global::Gtk.Table.TableChild w13 = ((global::Gtk.Table.TableChild)(this.table1[this.label8]));
     w13.TopAttach = ((uint)(1));
     w13.BottomAttach = ((uint)(2));
     w13.XOptions = ((global::Gtk.AttachOptions)(4));
     w13.YOptions = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     this.label9 = new global::Gtk.Label();
     this.label9.Name = "label9";
     this.label9.LabelProp = global::Mono.Unix.Catalog.GetString("Burnup");
     this.table1.Add(this.label9);
     global::Gtk.Table.TableChild w14 = ((global::Gtk.Table.TableChild)(this.table1[this.label9]));
     w14.XOptions = ((global::Gtk.AttachOptions)(4));
     w14.YOptions = ((global::Gtk.AttachOptions)(4));
     this.vbox5.Add(this.table1);
     global::Gtk.Box.BoxChild w15 = ((global::Gtk.Box.BoxChild)(this.vbox5[this.table1]));
     w15.Position = 0;
     // Container child vbox5.Gtk.Box+BoxChild
     this.hseparator2 = new global::Gtk.HSeparator();
     this.hseparator2.Name = "hseparator2";
     this.vbox5.Add(this.hseparator2);
     global::Gtk.Box.BoxChild w16 = ((global::Gtk.Box.BoxChild)(this.vbox5[this.hseparator2]));
     w16.Position = 1;
     w16.Expand = false;
     w16.Fill = false;
     // Container child vbox5.Gtk.Box+BoxChild
     this.vbox2 = new global::Gtk.VBox();
     this.vbox2.Name = "vbox2";
     this.vbox2.Spacing = 6;
     // Container child vbox2.Gtk.Box+BoxChild
     this.label19 = new global::Gtk.Label();
     this.label19.Name = "label19";
     this.label19.LabelProp = global::Mono.Unix.Catalog.GetString("RCS makeup");
     this.vbox2.Add(this.label19);
     global::Gtk.Box.BoxChild w17 = ((global::Gtk.Box.BoxChild)(this.vbox2[this.label19]));
     w17.Position = 0;
     w17.Expand = false;
     w17.Fill = false;
     // Container child vbox2.Gtk.Box+BoxChild
     this.table4 = new global::Gtk.Table(((uint)(2)), ((uint)(3)), false);
     this.table4.Name = "table4";
     this.table4.RowSpacing = ((uint)(6));
     this.table4.ColumnSpacing = ((uint)(6));
     // Container child table4.Gtk.Table+TableChild
     this.label20 = new global::Gtk.Label();
     this.label20.Name = "label20";
     this.label20.LabelProp = global::Mono.Unix.Catalog.GetString("Water");
     this.table4.Add(this.label20);
     global::Gtk.Table.TableChild w18 = ((global::Gtk.Table.TableChild)(this.table4[this.label20]));
     w18.TopAttach = ((uint)(1));
     w18.BottomAttach = ((uint)(2));
     w18.XOptions = ((global::Gtk.AttachOptions)(4));
     w18.YOptions = ((global::Gtk.AttachOptions)(4));
     // Container child table4.Gtk.Table+TableChild
     this.label21 = new global::Gtk.Label();
     this.label21.Name = "label21";
     this.label21.LabelProp = global::Mono.Unix.Catalog.GetString("liters");
     this.table4.Add(this.label21);
     global::Gtk.Table.TableChild w19 = ((global::Gtk.Table.TableChild)(this.table4[this.label21]));
     w19.LeftAttach = ((uint)(2));
     w19.RightAttach = ((uint)(3));
     w19.XOptions = ((global::Gtk.AttachOptions)(4));
     w19.YOptions = ((global::Gtk.AttachOptions)(4));
     // Container child table4.Gtk.Table+TableChild
     this.label22 = new global::Gtk.Label();
     this.label22.Name = "label22";
     this.label22.LabelProp = global::Mono.Unix.Catalog.GetString("Boron");
     this.table4.Add(this.label22);
     global::Gtk.Table.TableChild w20 = ((global::Gtk.Table.TableChild)(this.table4[this.label22]));
     w20.XOptions = ((global::Gtk.AttachOptions)(4));
     w20.YOptions = ((global::Gtk.AttachOptions)(4));
     // Container child table4.Gtk.Table+TableChild
     this.label23 = new global::Gtk.Label();
     this.label23.Name = "label23";
     this.label23.LabelProp = global::Mono.Unix.Catalog.GetString("liters");
     this.table4.Add(this.label23);
     global::Gtk.Table.TableChild w21 = ((global::Gtk.Table.TableChild)(this.table4[this.label23]));
     w21.TopAttach = ((uint)(1));
     w21.BottomAttach = ((uint)(2));
     w21.LeftAttach = ((uint)(2));
     w21.RightAttach = ((uint)(3));
     w21.XOptions = ((global::Gtk.AttachOptions)(4));
     w21.YOptions = ((global::Gtk.AttachOptions)(4));
     // Container child table4.Gtk.Table+TableChild
     this.spinbutton1 = new global::Gtk.SpinButton(0, 1000, 1);
     this.spinbutton1.CanFocus = true;
     this.spinbutton1.Name = "spinbutton1";
     this.spinbutton1.Adjustment.PageIncrement = 10;
     this.spinbutton1.ClimbRate = 1;
     this.spinbutton1.Numeric = true;
     this.table4.Add(this.spinbutton1);
     global::Gtk.Table.TableChild w22 = ((global::Gtk.Table.TableChild)(this.table4[this.spinbutton1]));
     w22.LeftAttach = ((uint)(1));
     w22.RightAttach = ((uint)(2));
     w22.XOptions = ((global::Gtk.AttachOptions)(4));
     w22.YOptions = ((global::Gtk.AttachOptions)(4));
     // Container child table4.Gtk.Table+TableChild
     this.spinbutton2 = new global::Gtk.SpinButton(0, 1000, 1);
     this.spinbutton2.CanFocus = true;
     this.spinbutton2.Name = "spinbutton2";
     this.spinbutton2.Adjustment.PageIncrement = 10;
     this.spinbutton2.ClimbRate = 1;
     this.spinbutton2.Numeric = true;
     this.table4.Add(this.spinbutton2);
     global::Gtk.Table.TableChild w23 = ((global::Gtk.Table.TableChild)(this.table4[this.spinbutton2]));
     w23.TopAttach = ((uint)(1));
     w23.BottomAttach = ((uint)(2));
     w23.LeftAttach = ((uint)(1));
     w23.RightAttach = ((uint)(2));
     w23.XOptions = ((global::Gtk.AttachOptions)(4));
     w23.YOptions = ((global::Gtk.AttachOptions)(4));
     this.vbox2.Add(this.table4);
     global::Gtk.Box.BoxChild w24 = ((global::Gtk.Box.BoxChild)(this.vbox2[this.table4]));
     w24.Position = 1;
     w24.Expand = false;
     w24.Fill = false;
     // Container child vbox2.Gtk.Box+BoxChild
     this.radiobutton1 = new global::Gtk.RadioButton(global::Mono.Unix.Catalog.GetString("Borate"));
     this.radiobutton1.CanFocus = true;
     this.radiobutton1.Name = "radiobutton1";
     this.radiobutton1.DrawIndicator = true;
     this.radiobutton1.UseUnderline = true;
     this.radiobutton1.Group = new global::GLib.SList(global::System.IntPtr.Zero);
     this.vbox2.Add(this.radiobutton1);
     global::Gtk.Box.BoxChild w25 = ((global::Gtk.Box.BoxChild)(this.vbox2[this.radiobutton1]));
     w25.Position = 2;
     w25.Expand = false;
     w25.Fill = false;
     // Container child vbox2.Gtk.Box+BoxChild
     this.radiobutton2 = new global::Gtk.RadioButton(global::Mono.Unix.Catalog.GetString("Dilute"));
     this.radiobutton2.CanFocus = true;
     this.radiobutton2.Name = "radiobutton2";
     this.radiobutton2.DrawIndicator = true;
     this.radiobutton2.UseUnderline = true;
     this.radiobutton2.Group = this.radiobutton1.Group;
     this.vbox2.Add(this.radiobutton2);
     global::Gtk.Box.BoxChild w26 = ((global::Gtk.Box.BoxChild)(this.vbox2[this.radiobutton2]));
     w26.Position = 3;
     w26.Expand = false;
     w26.Fill = false;
     // Container child vbox2.Gtk.Box+BoxChild
     this.togglebutton2 = new global::Gtk.ToggleButton();
     this.togglebutton2.CanFocus = true;
     this.togglebutton2.Name = "togglebutton2";
     this.togglebutton2.UseUnderline = true;
     this.togglebutton2.Label = global::Mono.Unix.Catalog.GetString("START");
     this.vbox2.Add(this.togglebutton2);
     global::Gtk.Box.BoxChild w27 = ((global::Gtk.Box.BoxChild)(this.vbox2[this.togglebutton2]));
     w27.Position = 4;
     w27.Expand = false;
     w27.Fill = false;
     this.vbox5.Add(this.vbox2);
     global::Gtk.Box.BoxChild w28 = ((global::Gtk.Box.BoxChild)(this.vbox5[this.vbox2]));
     w28.Position = 2;
     this.hbox1.Add(this.vbox5);
     global::Gtk.Box.BoxChild w29 = ((global::Gtk.Box.BoxChild)(this.hbox1[this.vbox5]));
     w29.Position = 0;
     w29.Expand = false;
     w29.Fill = false;
     // Container child hbox1.Gtk.Box+BoxChild
     this.vseparator2 = new global::Gtk.VSeparator();
     this.vseparator2.Name = "vseparator2";
     this.hbox1.Add(this.vseparator2);
     global::Gtk.Box.BoxChild w30 = ((global::Gtk.Box.BoxChild)(this.hbox1[this.vseparator2]));
     w30.Position = 1;
     w30.Expand = false;
     w30.Fill = false;
     // Container child hbox1.Gtk.Box+BoxChild
     this.vbox4 = new global::Gtk.VBox();
     this.vbox4.Name = "vbox4";
     this.vbox4.Spacing = 6;
     // Container child vbox4.Gtk.Box+BoxChild
     this.table3 = new global::Gtk.Table(((uint)(2)), ((uint)(6)), false);
     this.table3.Name = "table3";
     this.table3.RowSpacing = ((uint)(6));
     this.table3.ColumnSpacing = ((uint)(6));
     // Container child table3.Gtk.Table+TableChild
     this.label1 = new global::Gtk.Label();
     this.label1.Name = "label1";
     this.label1.LabelProp = global::Mono.Unix.Catalog.GetString("Group B");
     this.table3.Add(this.label1);
     global::Gtk.Table.TableChild w31 = ((global::Gtk.Table.TableChild)(this.table3[this.label1]));
     w31.LeftAttach = ((uint)(1));
     w31.RightAttach = ((uint)(2));
     w31.XOptions = ((global::Gtk.AttachOptions)(4));
     w31.YOptions = ((global::Gtk.AttachOptions)(4));
     // Container child table3.Gtk.Table+TableChild
     this.label14 = new global::Gtk.Label();
     this.label14.Name = "label14";
     this.label14.LabelProp = global::Mono.Unix.Catalog.GetString("Group A");
     this.table3.Add(this.label14);
     global::Gtk.Table.TableChild w32 = ((global::Gtk.Table.TableChild)(this.table3[this.label14]));
     w32.XOptions = ((global::Gtk.AttachOptions)(4));
     w32.YOptions = ((global::Gtk.AttachOptions)(4));
     // Container child table3.Gtk.Table+TableChild
     this.label15 = new global::Gtk.Label();
     this.label15.Name = "label15";
     this.label15.LabelProp = global::Mono.Unix.Catalog.GetString("Group C");
     this.table3.Add(this.label15);
     global::Gtk.Table.TableChild w33 = ((global::Gtk.Table.TableChild)(this.table3[this.label15]));
     w33.LeftAttach = ((uint)(2));
     w33.RightAttach = ((uint)(3));
     w33.XOptions = ((global::Gtk.AttachOptions)(4));
     w33.YOptions = ((global::Gtk.AttachOptions)(4));
     // Container child table3.Gtk.Table+TableChild
     this.label16 = new global::Gtk.Label();
     this.label16.Name = "label16";
     this.label16.LabelProp = global::Mono.Unix.Catalog.GetString("Group D");
     this.table3.Add(this.label16);
     global::Gtk.Table.TableChild w34 = ((global::Gtk.Table.TableChild)(this.table3[this.label16]));
     w34.LeftAttach = ((uint)(3));
     w34.RightAttach = ((uint)(4));
     w34.XOptions = ((global::Gtk.AttachOptions)(4));
     w34.YOptions = ((global::Gtk.AttachOptions)(4));
     // Container child table3.Gtk.Table+TableChild
     this.label17 = new global::Gtk.Label();
     this.label17.Name = "label17";
     this.label17.LabelProp = global::Mono.Unix.Catalog.GetString("Group SA");
     this.table3.Add(this.label17);
     global::Gtk.Table.TableChild w35 = ((global::Gtk.Table.TableChild)(this.table3[this.label17]));
     w35.LeftAttach = ((uint)(4));
     w35.RightAttach = ((uint)(5));
     w35.XOptions = ((global::Gtk.AttachOptions)(4));
     w35.YOptions = ((global::Gtk.AttachOptions)(4));
     // Container child table3.Gtk.Table+TableChild
     this.label18 = new global::Gtk.Label();
     this.label18.Name = "label18";
     this.label18.LabelProp = global::Mono.Unix.Catalog.GetString("Group SB");
     this.table3.Add(this.label18);
     global::Gtk.Table.TableChild w36 = ((global::Gtk.Table.TableChild)(this.table3[this.label18]));
     w36.LeftAttach = ((uint)(5));
     w36.RightAttach = ((uint)(6));
     w36.XOptions = ((global::Gtk.AttachOptions)(4));
     w36.YOptions = ((global::Gtk.AttachOptions)(4));
     // Container child table3.Gtk.Table+TableChild
     this.vscale1 = new global::Gtk.VScale(null);
     this.vscale1.CanFocus = true;
     this.vscale1.Name = "vscale1";
     this.vscale1.Inverted = true;
     this.vscale1.Adjustment.Upper = 228;
     this.vscale1.Adjustment.PageIncrement = 10;
     this.vscale1.Adjustment.StepIncrement = 1;
     this.vscale1.DrawValue = true;
     this.vscale1.Digits = 0;
     this.vscale1.ValuePos = ((global::Gtk.PositionType)(3));
     this.table3.Add(this.vscale1);
     global::Gtk.Table.TableChild w37 = ((global::Gtk.Table.TableChild)(this.table3[this.vscale1]));
     w37.TopAttach = ((uint)(1));
     w37.BottomAttach = ((uint)(2));
     w37.XOptions = ((global::Gtk.AttachOptions)(4));
     // Container child table3.Gtk.Table+TableChild
     this.vscale2 = new global::Gtk.VScale(null);
     this.vscale2.CanFocus = true;
     this.vscale2.Name = "vscale2";
     this.vscale2.Inverted = true;
     this.vscale2.Adjustment.Upper = 228;
     this.vscale2.Adjustment.PageIncrement = 10;
     this.vscale2.Adjustment.StepIncrement = 1;
     this.vscale2.DrawValue = true;
     this.vscale2.Digits = 0;
     this.vscale2.ValuePos = ((global::Gtk.PositionType)(3));
     this.table3.Add(this.vscale2);
     global::Gtk.Table.TableChild w38 = ((global::Gtk.Table.TableChild)(this.table3[this.vscale2]));
     w38.TopAttach = ((uint)(1));
     w38.BottomAttach = ((uint)(2));
     w38.LeftAttach = ((uint)(1));
     w38.RightAttach = ((uint)(2));
     w38.XOptions = ((global::Gtk.AttachOptions)(4));
     // Container child table3.Gtk.Table+TableChild
     this.vscale3 = new global::Gtk.VScale(null);
     this.vscale3.CanFocus = true;
     this.vscale3.Name = "vscale3";
     this.vscale3.Inverted = true;
     this.vscale3.Adjustment.Upper = 228;
     this.vscale3.Adjustment.PageIncrement = 10;
     this.vscale3.Adjustment.StepIncrement = 1;
     this.vscale3.DrawValue = true;
     this.vscale3.Digits = 0;
     this.vscale3.ValuePos = ((global::Gtk.PositionType)(3));
     this.table3.Add(this.vscale3);
     global::Gtk.Table.TableChild w39 = ((global::Gtk.Table.TableChild)(this.table3[this.vscale3]));
     w39.TopAttach = ((uint)(1));
     w39.BottomAttach = ((uint)(2));
     w39.LeftAttach = ((uint)(2));
     w39.RightAttach = ((uint)(3));
     w39.XOptions = ((global::Gtk.AttachOptions)(4));
     // Container child table3.Gtk.Table+TableChild
     this.vscale4 = new global::Gtk.VScale(null);
     this.vscale4.CanFocus = true;
     this.vscale4.Name = "vscale4";
     this.vscale4.Inverted = true;
     this.vscale4.Adjustment.Upper = 228;
     this.vscale4.Adjustment.PageIncrement = 10;
     this.vscale4.Adjustment.StepIncrement = 1;
     this.vscale4.DrawValue = true;
     this.vscale4.Digits = 0;
     this.vscale4.ValuePos = ((global::Gtk.PositionType)(3));
     this.table3.Add(this.vscale4);
     global::Gtk.Table.TableChild w40 = ((global::Gtk.Table.TableChild)(this.table3[this.vscale4]));
     w40.TopAttach = ((uint)(1));
     w40.BottomAttach = ((uint)(2));
     w40.LeftAttach = ((uint)(3));
     w40.RightAttach = ((uint)(4));
     w40.XOptions = ((global::Gtk.AttachOptions)(4));
     // Container child table3.Gtk.Table+TableChild
     this.vscale5 = new global::Gtk.VScale(null);
     this.vscale5.CanFocus = true;
     this.vscale5.Name = "vscale5";
     this.vscale5.Inverted = true;
     this.vscale5.Adjustment.Upper = 228;
     this.vscale5.Adjustment.PageIncrement = 10;
     this.vscale5.Adjustment.StepIncrement = 1;
     this.vscale5.DrawValue = true;
     this.vscale5.Digits = 0;
     this.vscale5.ValuePos = ((global::Gtk.PositionType)(3));
     this.table3.Add(this.vscale5);
     global::Gtk.Table.TableChild w41 = ((global::Gtk.Table.TableChild)(this.table3[this.vscale5]));
     w41.TopAttach = ((uint)(1));
     w41.BottomAttach = ((uint)(2));
     w41.LeftAttach = ((uint)(4));
     w41.RightAttach = ((uint)(5));
     w41.XOptions = ((global::Gtk.AttachOptions)(4));
     // Container child table3.Gtk.Table+TableChild
     this.vscale6 = new global::Gtk.VScale(null);
     this.vscale6.CanFocus = true;
     this.vscale6.Name = "vscale6";
     this.vscale6.Inverted = true;
     this.vscale6.Adjustment.Upper = 228;
     this.vscale6.Adjustment.PageIncrement = 10;
     this.vscale6.Adjustment.StepIncrement = 1;
     this.vscale6.DrawValue = true;
     this.vscale6.Digits = 0;
     this.vscale6.ValuePos = ((global::Gtk.PositionType)(3));
     this.table3.Add(this.vscale6);
     global::Gtk.Table.TableChild w42 = ((global::Gtk.Table.TableChild)(this.table3[this.vscale6]));
     w42.TopAttach = ((uint)(1));
     w42.BottomAttach = ((uint)(2));
     w42.LeftAttach = ((uint)(5));
     w42.RightAttach = ((uint)(6));
     w42.XOptions = ((global::Gtk.AttachOptions)(4));
     this.vbox4.Add(this.table3);
     global::Gtk.Box.BoxChild w43 = ((global::Gtk.Box.BoxChild)(this.vbox4[this.table3]));
     w43.Position = 0;
     // Container child vbox4.Gtk.Box+BoxChild
     this.vbox3 = new global::Gtk.VBox();
     this.vbox3.Name = "vbox3";
     this.vbox3.Spacing = 6;
     // 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 w44 = ((global::Gtk.Box.BoxChild)(this.vbox3[this.hseparator1]));
     w44.Position = 0;
     w44.Expand = false;
     w44.Fill = false;
     // Container child vbox3.Gtk.Box+BoxChild
     this.label24 = new global::Gtk.Label();
     this.label24.Name = "label24";
     this.label24.LabelProp = global::Mono.Unix.Catalog.GetString("Rod control");
     this.vbox3.Add(this.label24);
     global::Gtk.Box.BoxChild w45 = ((global::Gtk.Box.BoxChild)(this.vbox3[this.label24]));
     w45.Position = 1;
     w45.Expand = false;
     w45.Fill = false;
     // 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.radiobutton3 = new global::Gtk.RadioButton(global::Mono.Unix.Catalog.GetString("Auto"));
     this.radiobutton3.CanFocus = true;
     this.radiobutton3.Name = "radiobutton3";
     this.radiobutton3.DrawIndicator = true;
     this.radiobutton3.UseUnderline = true;
     this.radiobutton3.Group = new global::GLib.SList(global::System.IntPtr.Zero);
     this.hbox2.Add(this.radiobutton3);
     global::Gtk.Box.BoxChild w46 = ((global::Gtk.Box.BoxChild)(this.hbox2[this.radiobutton3]));
     w46.Position = 0;
     // Container child hbox2.Gtk.Box+BoxChild
     this.radiobutton4 = new global::Gtk.RadioButton(global::Mono.Unix.Catalog.GetString("Manual"));
     this.radiobutton4.CanFocus = true;
     this.radiobutton4.Name = "radiobutton4";
     this.radiobutton4.DrawIndicator = true;
     this.radiobutton4.UseUnderline = true;
     this.radiobutton4.Group = this.radiobutton3.Group;
     this.hbox2.Add(this.radiobutton4);
     global::Gtk.Box.BoxChild w47 = ((global::Gtk.Box.BoxChild)(this.hbox2[this.radiobutton4]));
     w47.Position = 1;
     this.vbox3.Add(this.hbox2);
     global::Gtk.Box.BoxChild w48 = ((global::Gtk.Box.BoxChild)(this.vbox3[this.hbox2]));
     w48.Position = 2;
     w48.Expand = false;
     w48.Fill = false;
     // Container child vbox3.Gtk.Box+BoxChild
     this.hbox3 = new global::Gtk.HBox();
     this.hbox3.Name = "hbox3";
     this.hbox3.Spacing = 6;
     // Container child hbox3.Gtk.Box+BoxChild
     this.label25 = new global::Gtk.Label();
     this.label25.Name = "label25";
     this.label25.LabelProp = global::Mono.Unix.Catalog.GetString("Speed: ");
     this.hbox3.Add(this.label25);
     global::Gtk.Box.BoxChild w49 = ((global::Gtk.Box.BoxChild)(this.hbox3[this.label25]));
     w49.Position = 0;
     w49.Expand = false;
     w49.Fill = false;
     // Container child hbox3.Gtk.Box+BoxChild
     this.label26 = new global::Gtk.Label();
     this.label26.Name = "label26";
     this.label26.LabelProp = global::Mono.Unix.Catalog.GetString("no value");
     this.hbox3.Add(this.label26);
     global::Gtk.Box.BoxChild w50 = ((global::Gtk.Box.BoxChild)(this.hbox3[this.label26]));
     w50.Position = 1;
     w50.Expand = false;
     w50.Fill = false;
     this.vbox3.Add(this.hbox3);
     global::Gtk.Box.BoxChild w51 = ((global::Gtk.Box.BoxChild)(this.vbox3[this.hbox3]));
     w51.Position = 3;
     w51.Expand = false;
     w51.Fill = false;
     this.vbox4.Add(this.vbox3);
     global::Gtk.Box.BoxChild w52 = ((global::Gtk.Box.BoxChild)(this.vbox4[this.vbox3]));
     w52.Position = 1;
     w52.Expand = false;
     w52.Fill = false;
     // Container child vbox4.Gtk.Box+BoxChild
     this.table2 = new global::Gtk.Table(((uint)(2)), ((uint)(3)), false);
     this.table2.Name = "table2";
     this.table2.RowSpacing = ((uint)(6));
     this.table2.ColumnSpacing = ((uint)(6));
     // Container child table2.Gtk.Table+TableChild
     this.button4 = new global::Gtk.Button();
     this.button4.CanFocus = true;
     this.button4.Name = "button4";
     this.button4.UseUnderline = true;
     this.button4.Label = global::Mono.Unix.Catalog.GetString("STEP UP");
     this.table2.Add(this.button4);
     global::Gtk.Table.TableChild w53 = ((global::Gtk.Table.TableChild)(this.table2[this.button4]));
     w53.XOptions = ((global::Gtk.AttachOptions)(4));
     w53.YOptions = ((global::Gtk.AttachOptions)(4));
     // Container child table2.Gtk.Table+TableChild
     this.button5 = new global::Gtk.Button();
     this.button5.CanFocus = true;
     this.button5.Name = "button5";
     this.button5.UseUnderline = true;
     this.button5.Label = global::Mono.Unix.Catalog.GetString("STEP DOWN");
     this.table2.Add(this.button5);
     global::Gtk.Table.TableChild w54 = ((global::Gtk.Table.TableChild)(this.table2[this.button5]));
     w54.TopAttach = ((uint)(1));
     w54.BottomAttach = ((uint)(2));
     w54.XOptions = ((global::Gtk.AttachOptions)(4));
     w54.YOptions = ((global::Gtk.AttachOptions)(4));
     // Container child table2.Gtk.Table+TableChild
     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("TRIP");
     this.table2.Add(this.button6);
     global::Gtk.Table.TableChild w55 = ((global::Gtk.Table.TableChild)(this.table2[this.button6]));
     w55.TopAttach = ((uint)(1));
     w55.BottomAttach = ((uint)(2));
     w55.LeftAttach = ((uint)(2));
     w55.RightAttach = ((uint)(3));
     w55.XOptions = ((global::Gtk.AttachOptions)(4));
     w55.YOptions = ((global::Gtk.AttachOptions)(4));
     this.vbox4.Add(this.table2);
     global::Gtk.Box.BoxChild w56 = ((global::Gtk.Box.BoxChild)(this.vbox4[this.table2]));
     w56.Position = 2;
     w56.Expand = false;
     w56.Fill = false;
     this.hbox1.Add(this.vbox4);
     global::Gtk.Box.BoxChild w57 = ((global::Gtk.Box.BoxChild)(this.hbox1[this.vbox4]));
     w57.Position = 2;
     w57.Expand = false;
     w57.Fill = false;
     // Container child hbox1.Gtk.Box+BoxChild
     this.vseparator1 = new global::Gtk.VSeparator();
     this.vseparator1.Name = "vseparator1";
     this.hbox1.Add(this.vseparator1);
     global::Gtk.Box.BoxChild w58 = ((global::Gtk.Box.BoxChild)(this.hbox1[this.vseparator1]));
     w58.Position = 3;
     w58.Expand = false;
     w58.Fill = false;
     // Container child hbox1.Gtk.Box+BoxChild
     this.table5 = new global::Gtk.Table(((uint)(2)), ((uint)(2)), false);
     this.table5.Name = "table5";
     this.table5.RowSpacing = ((uint)(6));
     this.table5.ColumnSpacing = ((uint)(6));
     // Container child table5.Gtk.Table+TableChild
     this.vbox6 = new global::Gtk.VBox();
     this.vbox6.Name = "vbox6";
     this.vbox6.Spacing = 6;
     // Container child vbox6.Gtk.Box+BoxChild
     this.label27 = new global::Gtk.Label();
     this.label27.Name = "label27";
     this.label27.LabelProp = global::Mono.Unix.Catalog.GetString("Flux");
     this.vbox6.Add(this.label27);
     global::Gtk.Box.BoxChild w59 = ((global::Gtk.Box.BoxChild)(this.vbox6[this.label27]));
     w59.Position = 0;
     w59.Expand = false;
     w59.Fill = false;
     // Container child vbox6.Gtk.Box+BoxChild
     this.vscale7 = new global::Gtk.VScale(null);
     this.vscale7.CanFocus = true;
     this.vscale7.Name = "vscale7";
     this.vscale7.Inverted = true;
     this.vscale7.Adjustment.Upper = 100;
     this.vscale7.Adjustment.PageIncrement = 10;
     this.vscale7.Adjustment.StepIncrement = 1;
     this.vscale7.DrawValue = false;
     this.vscale7.Digits = 0;
     this.vscale7.ValuePos = ((global::Gtk.PositionType)(3));
     this.vbox6.Add(this.vscale7);
     global::Gtk.Box.BoxChild w60 = ((global::Gtk.Box.BoxChild)(this.vbox6[this.vscale7]));
     w60.Position = 1;
     // Container child vbox6.Gtk.Box+BoxChild
     this.label28 = new global::Gtk.Label();
     this.label28.Name = "label28";
     this.label28.LabelProp = global::Mono.Unix.Catalog.GetString("label2");
     this.vbox6.Add(this.label28);
     global::Gtk.Box.BoxChild w61 = ((global::Gtk.Box.BoxChild)(this.vbox6[this.label28]));
     w61.Position = 2;
     w61.Expand = false;
     w61.Fill = false;
     this.table5.Add(this.vbox6);
     global::Gtk.Table.TableChild w62 = ((global::Gtk.Table.TableChild)(this.table5[this.vbox6]));
     w62.XOptions = ((global::Gtk.AttachOptions)(4));
     // Container child table5.Gtk.Table+TableChild
     this.vbox7 = new global::Gtk.VBox();
     this.vbox7.Name = "vbox7";
     this.vbox7.Spacing = 6;
     // Container child vbox7.Gtk.Box+BoxChild
     this.label29 = new global::Gtk.Label();
     this.label29.Name = "label29";
     this.label29.LabelProp = global::Mono.Unix.Catalog.GetString("Turbine");
     this.vbox7.Add(this.label29);
     global::Gtk.Box.BoxChild w63 = ((global::Gtk.Box.BoxChild)(this.vbox7[this.label29]));
     w63.Position = 0;
     w63.Expand = false;
     w63.Fill = false;
     // Container child vbox7.Gtk.Box+BoxChild
     this.vscale8 = new global::Gtk.VScale(null);
     this.vscale8.CanFocus = true;
     this.vscale8.Name = "vscale8";
     this.vscale8.Inverted = true;
     this.vscale8.Adjustment.Upper = 100;
     this.vscale8.Adjustment.PageIncrement = 10;
     this.vscale8.Adjustment.StepIncrement = 1;
     this.vscale8.DrawValue = false;
     this.vscale8.Digits = 0;
     this.vscale8.ValuePos = ((global::Gtk.PositionType)(3));
     this.vbox7.Add(this.vscale8);
     global::Gtk.Box.BoxChild w64 = ((global::Gtk.Box.BoxChild)(this.vbox7[this.vscale8]));
     w64.Position = 1;
     // Container child vbox7.Gtk.Box+BoxChild
     this.label30 = new global::Gtk.Label();
     this.label30.Name = "label30";
     this.label30.LabelProp = global::Mono.Unix.Catalog.GetString("label2");
     this.vbox7.Add(this.label30);
     global::Gtk.Box.BoxChild w65 = ((global::Gtk.Box.BoxChild)(this.vbox7[this.label30]));
     w65.Position = 2;
     w65.Expand = false;
     w65.Fill = false;
     this.table5.Add(this.vbox7);
     global::Gtk.Table.TableChild w66 = ((global::Gtk.Table.TableChild)(this.table5[this.vbox7]));
     w66.LeftAttach = ((uint)(1));
     w66.RightAttach = ((uint)(2));
     w66.XOptions = ((global::Gtk.AttachOptions)(4));
     // Container child table5.Gtk.Table+TableChild
     this.vbox8 = new global::Gtk.VBox();
     this.vbox8.Name = "vbox8";
     this.vbox8.Spacing = 6;
     // Container child vbox8.Gtk.Box+BoxChild
     this.label31 = new global::Gtk.Label();
     this.label31.Name = "label31";
     this.label31.LabelProp = global::Mono.Unix.Catalog.GetString("Tavg");
     this.vbox8.Add(this.label31);
     global::Gtk.Box.BoxChild w67 = ((global::Gtk.Box.BoxChild)(this.vbox8[this.label31]));
     w67.Position = 0;
     w67.Expand = false;
     w67.Fill = false;
     // Container child vbox8.Gtk.Box+BoxChild
     this.vscale9 = new global::Gtk.VScale(null);
     this.vscale9.CanFocus = true;
     this.vscale9.Name = "vscale9";
     this.vscale9.Inverted = true;
     this.vscale9.Adjustment.Upper = 100;
     this.vscale9.Adjustment.PageIncrement = 10;
     this.vscale9.Adjustment.StepIncrement = 1;
     this.vscale9.DrawValue = false;
     this.vscale9.Digits = 0;
     this.vscale9.ValuePos = ((global::Gtk.PositionType)(3));
     this.vbox8.Add(this.vscale9);
     global::Gtk.Box.BoxChild w68 = ((global::Gtk.Box.BoxChild)(this.vbox8[this.vscale9]));
     w68.Position = 1;
     // Container child vbox8.Gtk.Box+BoxChild
     this.label32 = new global::Gtk.Label();
     this.label32.Name = "label32";
     this.label32.LabelProp = global::Mono.Unix.Catalog.GetString("label2");
     this.vbox8.Add(this.label32);
     global::Gtk.Box.BoxChild w69 = ((global::Gtk.Box.BoxChild)(this.vbox8[this.label32]));
     w69.Position = 2;
     w69.Expand = false;
     w69.Fill = false;
     this.table5.Add(this.vbox8);
     global::Gtk.Table.TableChild w70 = ((global::Gtk.Table.TableChild)(this.table5[this.vbox8]));
     w70.TopAttach = ((uint)(1));
     w70.BottomAttach = ((uint)(2));
     w70.XOptions = ((global::Gtk.AttachOptions)(4));
     // Container child table5.Gtk.Table+TableChild
     this.vbox9 = new global::Gtk.VBox();
     this.vbox9.Name = "vbox9";
     this.vbox9.Spacing = 6;
     // Container child vbox9.Gtk.Box+BoxChild
     this.label33 = new global::Gtk.Label();
     this.label33.Name = "label33";
     this.label33.LabelProp = global::Mono.Unix.Catalog.GetString("Tref");
     this.vbox9.Add(this.label33);
     global::Gtk.Box.BoxChild w71 = ((global::Gtk.Box.BoxChild)(this.vbox9[this.label33]));
     w71.Position = 0;
     w71.Expand = false;
     w71.Fill = false;
     // Container child vbox9.Gtk.Box+BoxChild
     this.vscale10 = new global::Gtk.VScale(null);
     this.vscale10.CanFocus = true;
     this.vscale10.Name = "vscale10";
     this.vscale10.Inverted = true;
     this.vscale10.Adjustment.Upper = 100;
     this.vscale10.Adjustment.PageIncrement = 10;
     this.vscale10.Adjustment.StepIncrement = 1;
     this.vscale10.DrawValue = false;
     this.vscale10.Digits = 0;
     this.vscale10.ValuePos = ((global::Gtk.PositionType)(3));
     this.vbox9.Add(this.vscale10);
     global::Gtk.Box.BoxChild w72 = ((global::Gtk.Box.BoxChild)(this.vbox9[this.vscale10]));
     w72.Position = 1;
     // Container child vbox9.Gtk.Box+BoxChild
     this.label34 = new global::Gtk.Label();
     this.label34.Name = "label34";
     this.label34.LabelProp = global::Mono.Unix.Catalog.GetString("label2");
     this.vbox9.Add(this.label34);
     global::Gtk.Box.BoxChild w73 = ((global::Gtk.Box.BoxChild)(this.vbox9[this.label34]));
     w73.Position = 2;
     w73.Expand = false;
     w73.Fill = false;
     this.table5.Add(this.vbox9);
     global::Gtk.Table.TableChild w74 = ((global::Gtk.Table.TableChild)(this.table5[this.vbox9]));
     w74.TopAttach = ((uint)(1));
     w74.BottomAttach = ((uint)(2));
     w74.LeftAttach = ((uint)(1));
     w74.RightAttach = ((uint)(2));
     w74.XOptions = ((global::Gtk.AttachOptions)(4));
     this.hbox1.Add(this.table5);
     global::Gtk.Box.BoxChild w75 = ((global::Gtk.Box.BoxChild)(this.hbox1[this.table5]));
     w75.Position = 4;
     w75.Expand = false;
     w75.Fill = false;
     this.vbox1.Add(this.hbox1);
     global::Gtk.Box.BoxChild w76 = ((global::Gtk.Box.BoxChild)(this.vbox1[this.hbox1]));
     w76.Position = 1;
     // Container child vbox1.Gtk.Box+BoxChild
     this.statusbar1 = new global::Gtk.Statusbar();
     this.statusbar1.Name = "statusbar1";
     this.statusbar1.Spacing = 6;
     this.vbox1.Add(this.statusbar1);
     global::Gtk.Box.BoxChild w77 = ((global::Gtk.Box.BoxChild)(this.vbox1[this.statusbar1]));
     w77.Position = 2;
     w77.Expand = false;
     w77.Fill = false;
     this.Add(this.vbox1);
     if ((this.Child != null)) {
         this.Child.ShowAll();
     }
     this.DefaultWidth = 620;
     this.DefaultHeight = 409;
     this.Show();
     this.ExitAction.Activated += new global::System.EventHandler(this.OnExitActionActivated);
     this.togglebutton2.Clicked += new global::System.EventHandler(this.OnTogglebutton2Clicked);
     this.radiobutton3.Clicked += new global::System.EventHandler(this.OnRadiobutton3Clicked);
     this.radiobutton4.Clicked += new global::System.EventHandler(this.OnRadiobutton4Clicked);
     this.button5.Clicked += new global::System.EventHandler(this.OnButton5Clicked);
     this.button4.Clicked += new global::System.EventHandler(this.OnButton4Clicked);
 }
 protected virtual void Build()
 {
     global::Stetic.Gui.Initialize (this);
     // Widget LongoMatch.Gui.PlayerBin
     global::Stetic.BinContainer.Attach (this);
     this.Name = "LongoMatch.Gui.PlayerBin";
     // Container child LongoMatch.Gui.PlayerBin.Gtk.Container+ContainerChild
     this.vbox3 = new global::Gtk.VBox ();
     this.vbox3.Name = "vbox3";
     this.vbox3.Spacing = 6;
     // Container child vbox3.Gtk.Box+BoxChild
     this.mainbox = new global::Gtk.HBox ();
     this.mainbox.Name = "mainbox";
     this.mainbox.Spacing = 6;
     // Container child mainbox.Gtk.Box+BoxChild
     this.vbox2 = new global::Gtk.VBox ();
     this.vbox2.Name = "vbox2";
     this.vbox2.Spacing = 6;
     // Container child vbox2.Gtk.Box+BoxChild
     this.videobox = new global::Gtk.HBox ();
     this.videobox.Name = "videobox";
     this.videobox.Spacing = 6;
     this.vbox2.Add (this.videobox);
     global::Gtk.Box.BoxChild w1 = ((global::Gtk.Box.BoxChild)(this.vbox2 [this.videobox]));
     w1.Position = 0;
     this.mainbox.Add (this.vbox2);
     global::Gtk.Box.BoxChild w2 = ((global::Gtk.Box.BoxChild)(this.mainbox [this.vbox2]));
     w2.Position = 0;
     // Container child mainbox.Gtk.Box+BoxChild
     this.vbox5 = new global::Gtk.VBox ();
     this.vbox5.Name = "vbox5";
     this.vbox5.Spacing = 6;
     // Container child vbox5.Gtk.Box+BoxChild
     this.vscale1 = new global::Gtk.VScale (null);
     this.vscale1.WidthRequest = 30;
     this.vscale1.Sensitive = false;
     this.vscale1.Name = "vscale1";
     this.vscale1.UpdatePolicy = ((global::Gtk.UpdateType)(1));
     this.vscale1.Inverted = true;
     this.vscale1.Adjustment.Lower = 1;
     this.vscale1.Adjustment.Upper = 28;
     this.vscale1.Adjustment.PageIncrement = 3;
     this.vscale1.Adjustment.PageSize = 1;
     this.vscale1.Adjustment.StepIncrement = 1;
     this.vscale1.Adjustment.Value = 25;
     this.vscale1.DrawValue = true;
     this.vscale1.Digits = 0;
     this.vscale1.ValuePos = ((global::Gtk.PositionType)(3));
     this.vbox5.Add (this.vscale1);
     global::Gtk.Box.BoxChild w3 = ((global::Gtk.Box.BoxChild)(this.vbox5 [this.vscale1]));
     w3.Position = 0;
     this.mainbox.Add (this.vbox5);
     global::Gtk.Box.BoxChild w4 = ((global::Gtk.Box.BoxChild)(this.mainbox [this.vbox5]));
     w4.Position = 1;
     w4.Expand = false;
     w4.Fill = false;
     this.vbox3.Add (this.mainbox);
     global::Gtk.Box.BoxChild w5 = ((global::Gtk.Box.BoxChild)(this.vbox3 [this.mainbox]));
     w5.Position = 0;
     // Container child vbox3.Gtk.Box+BoxChild
     this.controlsbox = new global::Gtk.HBox ();
     this.controlsbox.Name = "controlsbox";
     this.controlsbox.Spacing = 6;
     // Container child controlsbox.Gtk.Box+BoxChild
     this.buttonsbox = new global::Gtk.HBox ();
     this.buttonsbox.Name = "buttonsbox";
     this.buttonsbox.Homogeneous = true;
     // Container child buttonsbox.Gtk.Box+BoxChild
     this.closebutton = new global::Gtk.Button ();
     this.closebutton.Name = "closebutton";
     this.closebutton.UseUnderline = true;
     // Container child closebutton.Gtk.Container+ContainerChild
     global::Gtk.Alignment w6 = new global::Gtk.Alignment (0.5F, 0.5F, 0F, 0F);
     // Container child GtkAlignment.Gtk.Container+ContainerChild
     global::Gtk.HBox w7 = new global::Gtk.HBox ();
     w7.Spacing = 2;
     // Container child GtkHBox.Gtk.Container+ContainerChild
     global::Gtk.Image w8 = new global::Gtk.Image ();
     w8.Pixbuf = global::Stetic.IconLoader.LoadIcon (this, "gtk-close", global::Gtk.IconSize.Dnd);
     w7.Add (w8);
     // Container child GtkHBox.Gtk.Container+ContainerChild
     global::Gtk.Label w10 = new global::Gtk.Label ();
     w7.Add (w10);
     w6.Add (w7);
     this.closebutton.Add (w6);
     this.buttonsbox.Add (this.closebutton);
     global::Gtk.Box.BoxChild w14 = ((global::Gtk.Box.BoxChild)(this.buttonsbox [this.closebutton]));
     w14.Position = 0;
     w14.Expand = false;
     w14.Fill = false;
     // Container child buttonsbox.Gtk.Box+BoxChild
     this.drawbutton = new global::Gtk.Button ();
     this.drawbutton.Name = "drawbutton";
     this.drawbutton.UseUnderline = true;
     this.drawbutton.Relief = ((global::Gtk.ReliefStyle)(2));
     // Container child drawbutton.Gtk.Container+ContainerChild
     global::Gtk.Alignment w15 = new global::Gtk.Alignment (0.5F, 0.5F, 0F, 0F);
     // Container child GtkAlignment.Gtk.Container+ContainerChild
     global::Gtk.HBox w16 = new global::Gtk.HBox ();
     w16.Spacing = 2;
     // Container child GtkHBox.Gtk.Container+ContainerChild
     global::Gtk.Image w17 = new global::Gtk.Image ();
     w17.Pixbuf = global::Stetic.IconLoader.LoadIcon (this, "gtk-select-color", global::Gtk.IconSize.Menu);
     w16.Add (w17);
     // Container child GtkHBox.Gtk.Container+ContainerChild
     global::Gtk.Label w19 = new global::Gtk.Label ();
     w16.Add (w19);
     w15.Add (w16);
     this.drawbutton.Add (w15);
     this.buttonsbox.Add (this.drawbutton);
     global::Gtk.Box.BoxChild w23 = ((global::Gtk.Box.BoxChild)(this.buttonsbox [this.drawbutton]));
     w23.Position = 1;
     w23.Expand = false;
     w23.Fill = false;
     // Container child buttonsbox.Gtk.Box+BoxChild
     this.playbutton = new global::Gtk.Button ();
     this.playbutton.Name = "playbutton";
     this.playbutton.UseUnderline = true;
     this.playbutton.Relief = ((global::Gtk.ReliefStyle)(2));
     // Container child playbutton.Gtk.Container+ContainerChild
     global::Gtk.Alignment w24 = new global::Gtk.Alignment (0.5F, 0.5F, 0F, 0F);
     // Container child GtkAlignment.Gtk.Container+ContainerChild
     global::Gtk.HBox w25 = new global::Gtk.HBox ();
     w25.Spacing = 2;
     // Container child GtkHBox.Gtk.Container+ContainerChild
     global::Gtk.Image w26 = new global::Gtk.Image ();
     w26.Pixbuf = global::Stetic.IconLoader.LoadIcon (this, "gtk-media-play", global::Gtk.IconSize.Button);
     w25.Add (w26);
     // Container child GtkHBox.Gtk.Container+ContainerChild
     global::Gtk.Label w28 = new global::Gtk.Label ();
     w25.Add (w28);
     w24.Add (w25);
     this.playbutton.Add (w24);
     this.buttonsbox.Add (this.playbutton);
     global::Gtk.Box.BoxChild w32 = ((global::Gtk.Box.BoxChild)(this.buttonsbox [this.playbutton]));
     w32.Position = 2;
     w32.Expand = false;
     w32.Fill = false;
     // Container child buttonsbox.Gtk.Box+BoxChild
     this.pausebutton = new global::Gtk.Button ();
     this.pausebutton.Name = "pausebutton";
     this.pausebutton.UseUnderline = true;
     this.pausebutton.Relief = ((global::Gtk.ReliefStyle)(2));
     // Container child pausebutton.Gtk.Container+ContainerChild
     global::Gtk.Alignment w33 = new global::Gtk.Alignment (0.5F, 0.5F, 0F, 0F);
     // Container child GtkAlignment.Gtk.Container+ContainerChild
     global::Gtk.HBox w34 = new global::Gtk.HBox ();
     w34.Spacing = 2;
     // Container child GtkHBox.Gtk.Container+ContainerChild
     global::Gtk.Image w35 = new global::Gtk.Image ();
     w35.Pixbuf = global::Stetic.IconLoader.LoadIcon (this, "gtk-media-pause", global::Gtk.IconSize.Button);
     w34.Add (w35);
     // Container child GtkHBox.Gtk.Container+ContainerChild
     global::Gtk.Label w37 = new global::Gtk.Label ();
     w34.Add (w37);
     w33.Add (w34);
     this.pausebutton.Add (w33);
     this.buttonsbox.Add (this.pausebutton);
     global::Gtk.Box.BoxChild w41 = ((global::Gtk.Box.BoxChild)(this.buttonsbox [this.pausebutton]));
     w41.Position = 3;
     w41.Expand = false;
     w41.Fill = false;
     // Container child buttonsbox.Gtk.Box+BoxChild
     this.prevbutton = new global::Gtk.Button ();
     this.prevbutton.Name = "prevbutton";
     this.prevbutton.UseUnderline = true;
     this.prevbutton.Relief = ((global::Gtk.ReliefStyle)(2));
     // Container child prevbutton.Gtk.Container+ContainerChild
     global::Gtk.Alignment w42 = new global::Gtk.Alignment (0.5F, 0.5F, 0F, 0F);
     // Container child GtkAlignment.Gtk.Container+ContainerChild
     global::Gtk.HBox w43 = new global::Gtk.HBox ();
     w43.Spacing = 2;
     // Container child GtkHBox.Gtk.Container+ContainerChild
     global::Gtk.Image w44 = new global::Gtk.Image ();
     w44.Pixbuf = global::Stetic.IconLoader.LoadIcon (this, "gtk-media-previous", global::Gtk.IconSize.Button);
     w43.Add (w44);
     // Container child GtkHBox.Gtk.Container+ContainerChild
     global::Gtk.Label w46 = new global::Gtk.Label ();
     w43.Add (w46);
     w42.Add (w43);
     this.prevbutton.Add (w42);
     this.buttonsbox.Add (this.prevbutton);
     global::Gtk.Box.BoxChild w50 = ((global::Gtk.Box.BoxChild)(this.buttonsbox [this.prevbutton]));
     w50.Position = 4;
     w50.Expand = false;
     w50.Fill = false;
     // Container child buttonsbox.Gtk.Box+BoxChild
     this.nextbutton = new global::Gtk.Button ();
     this.nextbutton.Sensitive = false;
     this.nextbutton.Name = "nextbutton";
     this.nextbutton.UseUnderline = true;
     this.nextbutton.Relief = ((global::Gtk.ReliefStyle)(2));
     // Container child nextbutton.Gtk.Container+ContainerChild
     global::Gtk.Alignment w51 = new global::Gtk.Alignment (0.5F, 0.5F, 0F, 0F);
     // Container child GtkAlignment.Gtk.Container+ContainerChild
     global::Gtk.HBox w52 = new global::Gtk.HBox ();
     w52.Spacing = 2;
     // Container child GtkHBox.Gtk.Container+ContainerChild
     global::Gtk.Image w53 = new global::Gtk.Image ();
     w53.Pixbuf = global::Stetic.IconLoader.LoadIcon (this, "gtk-media-next", global::Gtk.IconSize.Button);
     w52.Add (w53);
     // Container child GtkHBox.Gtk.Container+ContainerChild
     global::Gtk.Label w55 = new global::Gtk.Label ();
     w52.Add (w55);
     w51.Add (w52);
     this.nextbutton.Add (w51);
     this.buttonsbox.Add (this.nextbutton);
     global::Gtk.Box.BoxChild w59 = ((global::Gtk.Box.BoxChild)(this.buttonsbox [this.nextbutton]));
     w59.Position = 5;
     w59.Expand = false;
     w59.Fill = false;
     this.controlsbox.Add (this.buttonsbox);
     global::Gtk.Box.BoxChild w60 = ((global::Gtk.Box.BoxChild)(this.controlsbox [this.buttonsbox]));
     w60.Position = 0;
     w60.Expand = false;
     w60.Fill = false;
     // Container child controlsbox.Gtk.Box+BoxChild
     this.hbox1 = new global::Gtk.HBox ();
     this.hbox1.Name = "hbox1";
     this.hbox1.Spacing = 6;
     // Container child hbox1.Gtk.Box+BoxChild
     this.jumplabel = new global::Gtk.Label ();
     this.jumplabel.Name = "jumplabel";
     this.jumplabel.LabelProp = global::Mono.Unix.Catalog.GetString ("Jump (s):");
     this.hbox1.Add (this.jumplabel);
     global::Gtk.Box.BoxChild w61 = ((global::Gtk.Box.BoxChild)(this.hbox1 [this.jumplabel]));
     w61.Position = 0;
     w61.Expand = false;
     w61.Fill = false;
     // Container child hbox1.Gtk.Box+BoxChild
     this.jumpspinbutton = new global::Gtk.SpinButton (1, 100, 1);
     this.jumpspinbutton.TooltipMarkup = "Jump in seconds. Hold the Shift key with the direction keys to activate it.";
     this.jumpspinbutton.Name = "jumpspinbutton";
     this.jumpspinbutton.Adjustment.PageIncrement = 10;
     this.jumpspinbutton.ClimbRate = 1;
     this.jumpspinbutton.Numeric = true;
     this.jumpspinbutton.Value = 10;
     this.hbox1.Add (this.jumpspinbutton);
     global::Gtk.Box.BoxChild w62 = ((global::Gtk.Box.BoxChild)(this.hbox1 [this.jumpspinbutton]));
     w62.Position = 1;
     w62.Expand = false;
     w62.Fill = false;
     this.controlsbox.Add (this.hbox1);
     global::Gtk.Box.BoxChild w63 = ((global::Gtk.Box.BoxChild)(this.controlsbox [this.hbox1]));
     w63.Position = 1;
     w63.Expand = false;
     w63.Fill = false;
     // Container child controlsbox.Gtk.Box+BoxChild
     this.tlabel = new global::Gtk.Label ();
     this.tlabel.Name = "tlabel";
     this.tlabel.LabelProp = global::Mono.Unix.Catalog.GetString ("Time:");
     this.controlsbox.Add (this.tlabel);
     global::Gtk.Box.BoxChild w64 = ((global::Gtk.Box.BoxChild)(this.controlsbox [this.tlabel]));
     w64.Position = 2;
     w64.Expand = false;
     w64.Fill = false;
     // Container child controlsbox.Gtk.Box+BoxChild
     this.timescale = new global::Gtk.HScale (null);
     this.timescale.Name = "timescale";
     this.timescale.UpdatePolicy = ((global::Gtk.UpdateType)(1));
     this.timescale.Adjustment.Upper = 1;
     this.timescale.Adjustment.PageIncrement = 1;
     this.timescale.Adjustment.StepIncrement = 1;
     this.timescale.Adjustment.Value = 1;
     this.timescale.DrawValue = false;
     this.timescale.Digits = 0;
     this.timescale.ValuePos = ((global::Gtk.PositionType)(2));
     this.controlsbox.Add (this.timescale);
     global::Gtk.Box.BoxChild w65 = ((global::Gtk.Box.BoxChild)(this.controlsbox [this.timescale]));
     w65.Position = 3;
     // Container child controlsbox.Gtk.Box+BoxChild
     this.timelabel = new global::Gtk.Label ();
     this.timelabel.Name = "timelabel";
     this.controlsbox.Add (this.timelabel);
     global::Gtk.Box.BoxChild w66 = ((global::Gtk.Box.BoxChild)(this.controlsbox [this.timelabel]));
     w66.Position = 4;
     w66.Expand = false;
     // Container child controlsbox.Gtk.Box+BoxChild
     this.volumebutton = new global::Gtk.Button ();
     this.volumebutton.Name = "volumebutton";
     this.volumebutton.UseUnderline = true;
     this.volumebutton.Relief = ((global::Gtk.ReliefStyle)(2));
     // Container child volumebutton.Gtk.Container+ContainerChild
     global::Gtk.Alignment w67 = new global::Gtk.Alignment (0.5F, 0.5F, 0F, 0F);
     // Container child GtkAlignment.Gtk.Container+ContainerChild
     global::Gtk.HBox w68 = new global::Gtk.HBox ();
     w68.Spacing = 2;
     // Container child GtkHBox.Gtk.Container+ContainerChild
     global::Gtk.Image w69 = new global::Gtk.Image ();
     w69.Pixbuf = global::Stetic.IconLoader.LoadIcon (this, "stock_volume", global::Gtk.IconSize.Button);
     w68.Add (w69);
     // Container child GtkHBox.Gtk.Container+ContainerChild
     global::Gtk.Label w71 = new global::Gtk.Label ();
     w68.Add (w71);
     w67.Add (w68);
     this.volumebutton.Add (w67);
     this.controlsbox.Add (this.volumebutton);
     global::Gtk.Box.BoxChild w75 = ((global::Gtk.Box.BoxChild)(this.controlsbox [this.volumebutton]));
     w75.Position = 5;
     w75.Expand = false;
     w75.Fill = false;
     // Container child controlsbox.Gtk.Box+BoxChild
     this.detachbutton = new global::Gtk.Button ();
     this.detachbutton.Name = "detachbutton";
     this.detachbutton.UseUnderline = true;
     this.detachbutton.Relief = ((global::Gtk.ReliefStyle)(2));
     // Container child detachbutton.Gtk.Container+ContainerChild
     global::Gtk.Alignment w76 = new global::Gtk.Alignment (0.5F, 0.5F, 0F, 0F);
     // Container child GtkAlignment.Gtk.Container+ContainerChild
     global::Gtk.HBox w77 = new global::Gtk.HBox ();
     w77.Spacing = 2;
     // Container child GtkHBox.Gtk.Container+ContainerChild
     global::Gtk.Image w78 = new global::Gtk.Image ();
     w78.Pixbuf = global::Stetic.IconLoader.LoadIcon (this, "gtk-disconnect", global::Gtk.IconSize.Menu);
     w77.Add (w78);
     // Container child GtkHBox.Gtk.Container+ContainerChild
     global::Gtk.Label w80 = new global::Gtk.Label ();
     w77.Add (w80);
     w76.Add (w77);
     this.detachbutton.Add (w76);
     this.controlsbox.Add (this.detachbutton);
     global::Gtk.Box.BoxChild w84 = ((global::Gtk.Box.BoxChild)(this.controlsbox [this.detachbutton]));
     w84.Position = 6;
     w84.Expand = false;
     w84.Fill = false;
     this.vbox3.Add (this.controlsbox);
     global::Gtk.Box.BoxChild w85 = ((global::Gtk.Box.BoxChild)(this.vbox3 [this.controlsbox]));
     w85.Position = 1;
     w85.Expand = false;
     w85.Fill = false;
     this.Add (this.vbox3);
     if ((this.Child != null)) {
         this.Child.ShowAll ();
     }
     this.closebutton.Hide ();
     this.prevbutton.Hide ();
     this.nextbutton.Hide ();
     this.controlsbox.Hide ();
     this.Show ();
     this.vscale1.FormatValue += new global::Gtk.FormatValueHandler (this.OnVscale1FormatValue);
     this.vscale1.ValueChanged += new global::System.EventHandler (this.OnVscale1ValueChanged);
     this.closebutton.Clicked += new global::System.EventHandler (this.OnClosebuttonClicked);
     this.drawbutton.Clicked += new global::System.EventHandler (this.OnDrawButtonClicked);
     this.playbutton.Clicked += new global::System.EventHandler (this.OnPlaybuttonClicked);
     this.pausebutton.Clicked += new global::System.EventHandler (this.OnPausebuttonClicked);
     this.prevbutton.Clicked += new global::System.EventHandler (this.OnPrevbuttonClicked);
     this.nextbutton.Clicked += new global::System.EventHandler (this.OnNextbuttonClicked);
     this.timescale.ValueChanged += new global::System.EventHandler (this.OnTimescaleValueChanged);
     this.timescale.AdjustBounds += new global::Gtk.AdjustBoundsHandler (this.OnTimescaleAdjustBounds);
     this.volumebutton.Clicked += new global::System.EventHandler (this.OnVolumebuttonClicked);
 }
 protected virtual void Build()
 {
     global::Stetic.Gui.Initialize(this);
     // Widget LongoMatch.Gui.PlayerBin
     global::Stetic.BinContainer.Attach(this);
     this.Name = "LongoMatch.Gui.PlayerBin";
     // Container child LongoMatch.Gui.PlayerBin.Gtk.Container+ContainerChild
     this.vbox3         = new global::Gtk.VBox();
     this.vbox3.Name    = "vbox3";
     this.vbox3.Spacing = 6;
     // Container child vbox3.Gtk.Box+BoxChild
     this.mainbox         = new global::Gtk.HBox();
     this.mainbox.Name    = "mainbox";
     this.mainbox.Spacing = 6;
     // Container child mainbox.Gtk.Box+BoxChild
     this.vbox2         = new global::Gtk.VBox();
     this.vbox2.Name    = "vbox2";
     this.vbox2.Spacing = 6;
     // Container child vbox2.Gtk.Box+BoxChild
     this.videobox         = new global::Gtk.HBox();
     this.videobox.Name    = "videobox";
     this.videobox.Spacing = 6;
     this.vbox2.Add(this.videobox);
     global::Gtk.Box.BoxChild w1 = ((global::Gtk.Box.BoxChild)(this.vbox2 [this.videobox]));
     w1.Position = 0;
     this.mainbox.Add(this.vbox2);
     global::Gtk.Box.BoxChild w2 = ((global::Gtk.Box.BoxChild)(this.mainbox [this.vbox2]));
     w2.Position = 0;
     // Container child mainbox.Gtk.Box+BoxChild
     this.vbox5         = new global::Gtk.VBox();
     this.vbox5.Name    = "vbox5";
     this.vbox5.Spacing = 6;
     // Container child vbox5.Gtk.Box+BoxChild
     this.vscale1 = new global::Gtk.VScale(null);
     this.vscale1.WidthRequest             = 30;
     this.vscale1.Sensitive                = false;
     this.vscale1.Name                     = "vscale1";
     this.vscale1.UpdatePolicy             = ((global::Gtk.UpdateType)(1));
     this.vscale1.Inverted                 = true;
     this.vscale1.Adjustment.Lower         = 1;
     this.vscale1.Adjustment.Upper         = 30;
     this.vscale1.Adjustment.PageIncrement = 3;
     this.vscale1.Adjustment.PageSize      = 1;
     this.vscale1.Adjustment.StepIncrement = 1;
     this.vscale1.Adjustment.Value         = 25;
     this.vscale1.DrawValue                = true;
     this.vscale1.Digits                   = 0;
     this.vscale1.ValuePos                 = ((global::Gtk.PositionType)(3));
     this.vbox5.Add(this.vscale1);
     global::Gtk.Box.BoxChild w3 = ((global::Gtk.Box.BoxChild)(this.vbox5 [this.vscale1]));
     w3.Position = 0;
     this.mainbox.Add(this.vbox5);
     global::Gtk.Box.BoxChild w4 = ((global::Gtk.Box.BoxChild)(this.mainbox [this.vbox5]));
     w4.Position = 1;
     w4.Expand   = false;
     w4.Fill     = false;
     this.vbox3.Add(this.mainbox);
     global::Gtk.Box.BoxChild w5 = ((global::Gtk.Box.BoxChild)(this.vbox3 [this.mainbox]));
     w5.Position = 0;
     // Container child vbox3.Gtk.Box+BoxChild
     this.controlsbox         = new global::Gtk.HBox();
     this.controlsbox.Name    = "controlsbox";
     this.controlsbox.Spacing = 6;
     // Container child controlsbox.Gtk.Box+BoxChild
     this.buttonsbox             = new global::Gtk.HBox();
     this.buttonsbox.Name        = "buttonsbox";
     this.buttonsbox.Homogeneous = true;
     // Container child buttonsbox.Gtk.Box+BoxChild
     this.closebutton              = new global::Gtk.Button();
     this.closebutton.Name         = "closebutton";
     this.closebutton.UseUnderline = true;
     // Container child closebutton.Gtk.Container+ContainerChild
     global::Gtk.Alignment w6 = new global::Gtk.Alignment(0.5F, 0.5F, 0F, 0F);
     // Container child GtkAlignment.Gtk.Container+ContainerChild
     global::Gtk.HBox w7 = new global::Gtk.HBox();
     w7.Spacing = 2;
     // Container child GtkHBox.Gtk.Container+ContainerChild
     global::Gtk.Image w8 = new global::Gtk.Image();
     w8.Pixbuf = global::Stetic.IconLoader.LoadIcon(this, "gtk-close", global::Gtk.IconSize.Dnd);
     w7.Add(w8);
     // Container child GtkHBox.Gtk.Container+ContainerChild
     global::Gtk.Label w10 = new global::Gtk.Label();
     w7.Add(w10);
     w6.Add(w7);
     this.closebutton.Add(w6);
     this.buttonsbox.Add(this.closebutton);
     global::Gtk.Box.BoxChild w14 = ((global::Gtk.Box.BoxChild)(this.buttonsbox [this.closebutton]));
     w14.Position = 0;
     w14.Expand   = false;
     w14.Fill     = false;
     // Container child buttonsbox.Gtk.Box+BoxChild
     this.drawbutton              = new global::Gtk.Button();
     this.drawbutton.Name         = "drawbutton";
     this.drawbutton.UseUnderline = true;
     this.drawbutton.Relief       = ((global::Gtk.ReliefStyle)(2));
     // Container child drawbutton.Gtk.Container+ContainerChild
     global::Gtk.Alignment w15 = new global::Gtk.Alignment(0.5F, 0.5F, 0F, 0F);
     // Container child GtkAlignment.Gtk.Container+ContainerChild
     global::Gtk.HBox w16 = new global::Gtk.HBox();
     w16.Spacing = 2;
     // Container child GtkHBox.Gtk.Container+ContainerChild
     global::Gtk.Image w17 = new global::Gtk.Image();
     w17.Pixbuf = global::Stetic.IconLoader.LoadIcon(this, "gtk-select-color", global::Gtk.IconSize.Menu);
     w16.Add(w17);
     // Container child GtkHBox.Gtk.Container+ContainerChild
     global::Gtk.Label w19 = new global::Gtk.Label();
     w16.Add(w19);
     w15.Add(w16);
     this.drawbutton.Add(w15);
     this.buttonsbox.Add(this.drawbutton);
     global::Gtk.Box.BoxChild w23 = ((global::Gtk.Box.BoxChild)(this.buttonsbox [this.drawbutton]));
     w23.Position = 1;
     w23.Expand   = false;
     w23.Fill     = false;
     // Container child buttonsbox.Gtk.Box+BoxChild
     this.playbutton              = new global::Gtk.Button();
     this.playbutton.Name         = "playbutton";
     this.playbutton.UseUnderline = true;
     this.playbutton.Relief       = ((global::Gtk.ReliefStyle)(2));
     // Container child playbutton.Gtk.Container+ContainerChild
     global::Gtk.Alignment w24 = new global::Gtk.Alignment(0.5F, 0.5F, 0F, 0F);
     // Container child GtkAlignment.Gtk.Container+ContainerChild
     global::Gtk.HBox w25 = new global::Gtk.HBox();
     w25.Spacing = 2;
     // Container child GtkHBox.Gtk.Container+ContainerChild
     global::Gtk.Image w26 = new global::Gtk.Image();
     w26.Pixbuf = global::Stetic.IconLoader.LoadIcon(this, "gtk-media-play", global::Gtk.IconSize.Button);
     w25.Add(w26);
     // Container child GtkHBox.Gtk.Container+ContainerChild
     global::Gtk.Label w28 = new global::Gtk.Label();
     w25.Add(w28);
     w24.Add(w25);
     this.playbutton.Add(w24);
     this.buttonsbox.Add(this.playbutton);
     global::Gtk.Box.BoxChild w32 = ((global::Gtk.Box.BoxChild)(this.buttonsbox [this.playbutton]));
     w32.Position = 2;
     w32.Expand   = false;
     w32.Fill     = false;
     // Container child buttonsbox.Gtk.Box+BoxChild
     this.pausebutton              = new global::Gtk.Button();
     this.pausebutton.Name         = "pausebutton";
     this.pausebutton.UseUnderline = true;
     this.pausebutton.Relief       = ((global::Gtk.ReliefStyle)(2));
     // Container child pausebutton.Gtk.Container+ContainerChild
     global::Gtk.Alignment w33 = new global::Gtk.Alignment(0.5F, 0.5F, 0F, 0F);
     // Container child GtkAlignment.Gtk.Container+ContainerChild
     global::Gtk.HBox w34 = new global::Gtk.HBox();
     w34.Spacing = 2;
     // Container child GtkHBox.Gtk.Container+ContainerChild
     global::Gtk.Image w35 = new global::Gtk.Image();
     w35.Pixbuf = global::Stetic.IconLoader.LoadIcon(this, "gtk-media-pause", global::Gtk.IconSize.Button);
     w34.Add(w35);
     // Container child GtkHBox.Gtk.Container+ContainerChild
     global::Gtk.Label w37 = new global::Gtk.Label();
     w34.Add(w37);
     w33.Add(w34);
     this.pausebutton.Add(w33);
     this.buttonsbox.Add(this.pausebutton);
     global::Gtk.Box.BoxChild w41 = ((global::Gtk.Box.BoxChild)(this.buttonsbox [this.pausebutton]));
     w41.Position = 3;
     w41.Expand   = false;
     w41.Fill     = false;
     // Container child buttonsbox.Gtk.Box+BoxChild
     this.prevbutton              = new global::Gtk.Button();
     this.prevbutton.Name         = "prevbutton";
     this.prevbutton.UseUnderline = true;
     this.prevbutton.Relief       = ((global::Gtk.ReliefStyle)(2));
     // Container child prevbutton.Gtk.Container+ContainerChild
     global::Gtk.Alignment w42 = new global::Gtk.Alignment(0.5F, 0.5F, 0F, 0F);
     // Container child GtkAlignment.Gtk.Container+ContainerChild
     global::Gtk.HBox w43 = new global::Gtk.HBox();
     w43.Spacing = 2;
     // Container child GtkHBox.Gtk.Container+ContainerChild
     global::Gtk.Image w44 = new global::Gtk.Image();
     w44.Pixbuf = global::Stetic.IconLoader.LoadIcon(this, "gtk-media-previous", global::Gtk.IconSize.Button);
     w43.Add(w44);
     // Container child GtkHBox.Gtk.Container+ContainerChild
     global::Gtk.Label w46 = new global::Gtk.Label();
     w43.Add(w46);
     w42.Add(w43);
     this.prevbutton.Add(w42);
     this.buttonsbox.Add(this.prevbutton);
     global::Gtk.Box.BoxChild w50 = ((global::Gtk.Box.BoxChild)(this.buttonsbox [this.prevbutton]));
     w50.Position = 4;
     w50.Expand   = false;
     w50.Fill     = false;
     // Container child buttonsbox.Gtk.Box+BoxChild
     this.nextbutton              = new global::Gtk.Button();
     this.nextbutton.Sensitive    = false;
     this.nextbutton.Name         = "nextbutton";
     this.nextbutton.UseUnderline = true;
     this.nextbutton.Relief       = ((global::Gtk.ReliefStyle)(2));
     // Container child nextbutton.Gtk.Container+ContainerChild
     global::Gtk.Alignment w51 = new global::Gtk.Alignment(0.5F, 0.5F, 0F, 0F);
     // Container child GtkAlignment.Gtk.Container+ContainerChild
     global::Gtk.HBox w52 = new global::Gtk.HBox();
     w52.Spacing = 2;
     // Container child GtkHBox.Gtk.Container+ContainerChild
     global::Gtk.Image w53 = new global::Gtk.Image();
     w53.Pixbuf = global::Stetic.IconLoader.LoadIcon(this, "gtk-media-next", global::Gtk.IconSize.Button);
     w52.Add(w53);
     // Container child GtkHBox.Gtk.Container+ContainerChild
     global::Gtk.Label w55 = new global::Gtk.Label();
     w52.Add(w55);
     w51.Add(w52);
     this.nextbutton.Add(w51);
     this.buttonsbox.Add(this.nextbutton);
     global::Gtk.Box.BoxChild w59 = ((global::Gtk.Box.BoxChild)(this.buttonsbox [this.nextbutton]));
     w59.Position = 5;
     w59.Expand   = false;
     w59.Fill     = false;
     this.controlsbox.Add(this.buttonsbox);
     global::Gtk.Box.BoxChild w60 = ((global::Gtk.Box.BoxChild)(this.controlsbox [this.buttonsbox]));
     w60.Position = 0;
     w60.Expand   = false;
     w60.Fill     = false;
     // Container child controlsbox.Gtk.Box+BoxChild
     this.hbox1         = new global::Gtk.HBox();
     this.hbox1.Name    = "hbox1";
     this.hbox1.Spacing = 6;
     // Container child hbox1.Gtk.Box+BoxChild
     this.jumplabel           = new global::Gtk.Label();
     this.jumplabel.Name      = "jumplabel";
     this.jumplabel.LabelProp = global::Mono.Unix.Catalog.GetString("Jump (s):");
     this.hbox1.Add(this.jumplabel);
     global::Gtk.Box.BoxChild w61 = ((global::Gtk.Box.BoxChild)(this.hbox1 [this.jumplabel]));
     w61.Position = 0;
     w61.Expand   = false;
     w61.Fill     = false;
     // Container child hbox1.Gtk.Box+BoxChild
     this.jumpspinbutton = new global::Gtk.SpinButton(1, 100, 1);
     this.jumpspinbutton.TooltipMarkup            = "Jump in seconds. Hold the Shift key with the direction keys to activate it.";
     this.jumpspinbutton.Name                     = "jumpspinbutton";
     this.jumpspinbutton.Adjustment.PageIncrement = 10;
     this.jumpspinbutton.ClimbRate                = 1;
     this.jumpspinbutton.Numeric                  = true;
     this.jumpspinbutton.Value                    = 10;
     this.hbox1.Add(this.jumpspinbutton);
     global::Gtk.Box.BoxChild w62 = ((global::Gtk.Box.BoxChild)(this.hbox1 [this.jumpspinbutton]));
     w62.Position = 1;
     w62.Expand   = false;
     w62.Fill     = false;
     this.controlsbox.Add(this.hbox1);
     global::Gtk.Box.BoxChild w63 = ((global::Gtk.Box.BoxChild)(this.controlsbox [this.hbox1]));
     w63.Position = 1;
     w63.Expand   = false;
     w63.Fill     = false;
     // Container child controlsbox.Gtk.Box+BoxChild
     this.tlabel           = new global::Gtk.Label();
     this.tlabel.Name      = "tlabel";
     this.tlabel.LabelProp = global::Mono.Unix.Catalog.GetString("Time:");
     this.controlsbox.Add(this.tlabel);
     global::Gtk.Box.BoxChild w64 = ((global::Gtk.Box.BoxChild)(this.controlsbox [this.tlabel]));
     w64.Position = 2;
     w64.Expand   = false;
     w64.Fill     = false;
     // Container child controlsbox.Gtk.Box+BoxChild
     this.timescale                          = new global::Gtk.HScale(null);
     this.timescale.Name                     = "timescale";
     this.timescale.UpdatePolicy             = ((global::Gtk.UpdateType)(1));
     this.timescale.Adjustment.Upper         = 1;
     this.timescale.Adjustment.PageIncrement = 1;
     this.timescale.Adjustment.StepIncrement = 1;
     this.timescale.Adjustment.Value         = 1;
     this.timescale.DrawValue                = false;
     this.timescale.Digits                   = 0;
     this.timescale.ValuePos                 = ((global::Gtk.PositionType)(2));
     this.controlsbox.Add(this.timescale);
     global::Gtk.Box.BoxChild w65 = ((global::Gtk.Box.BoxChild)(this.controlsbox [this.timescale]));
     w65.Position = 3;
     // Container child controlsbox.Gtk.Box+BoxChild
     this.timelabel      = new global::Gtk.Label();
     this.timelabel.Name = "timelabel";
     this.controlsbox.Add(this.timelabel);
     global::Gtk.Box.BoxChild w66 = ((global::Gtk.Box.BoxChild)(this.controlsbox [this.timelabel]));
     w66.Position = 4;
     w66.Expand   = false;
     // Container child controlsbox.Gtk.Box+BoxChild
     this.volumebutton              = new global::Gtk.Button();
     this.volumebutton.Name         = "volumebutton";
     this.volumebutton.UseUnderline = true;
     this.volumebutton.Relief       = ((global::Gtk.ReliefStyle)(2));
     // Container child volumebutton.Gtk.Container+ContainerChild
     global::Gtk.Alignment w67 = new global::Gtk.Alignment(0.5F, 0.5F, 0F, 0F);
     // Container child GtkAlignment.Gtk.Container+ContainerChild
     global::Gtk.HBox w68 = new global::Gtk.HBox();
     w68.Spacing = 2;
     // Container child GtkHBox.Gtk.Container+ContainerChild
     global::Gtk.Image w69 = new global::Gtk.Image();
     w69.Pixbuf = global::Stetic.IconLoader.LoadIcon(this, "stock_volume", global::Gtk.IconSize.Button);
     w68.Add(w69);
     // Container child GtkHBox.Gtk.Container+ContainerChild
     global::Gtk.Label w71 = new global::Gtk.Label();
     w68.Add(w71);
     w67.Add(w68);
     this.volumebutton.Add(w67);
     this.controlsbox.Add(this.volumebutton);
     global::Gtk.Box.BoxChild w75 = ((global::Gtk.Box.BoxChild)(this.controlsbox [this.volumebutton]));
     w75.Position = 5;
     w75.Expand   = false;
     w75.Fill     = false;
     // Container child controlsbox.Gtk.Box+BoxChild
     this.detachbutton              = new global::Gtk.Button();
     this.detachbutton.Name         = "detachbutton";
     this.detachbutton.UseUnderline = true;
     this.detachbutton.Relief       = ((global::Gtk.ReliefStyle)(2));
     // Container child detachbutton.Gtk.Container+ContainerChild
     global::Gtk.Alignment w76 = new global::Gtk.Alignment(0.5F, 0.5F, 0F, 0F);
     // Container child GtkAlignment.Gtk.Container+ContainerChild
     global::Gtk.HBox w77 = new global::Gtk.HBox();
     w77.Spacing = 2;
     // Container child GtkHBox.Gtk.Container+ContainerChild
     global::Gtk.Image w78 = new global::Gtk.Image();
     w78.Pixbuf = global::Stetic.IconLoader.LoadIcon(this, "gtk-disconnect", global::Gtk.IconSize.Menu);
     w77.Add(w78);
     // Container child GtkHBox.Gtk.Container+ContainerChild
     global::Gtk.Label w80 = new global::Gtk.Label();
     w77.Add(w80);
     w76.Add(w77);
     this.detachbutton.Add(w76);
     this.controlsbox.Add(this.detachbutton);
     global::Gtk.Box.BoxChild w84 = ((global::Gtk.Box.BoxChild)(this.controlsbox [this.detachbutton]));
     w84.Position = 6;
     w84.Expand   = false;
     w84.Fill     = false;
     this.vbox3.Add(this.controlsbox);
     global::Gtk.Box.BoxChild w85 = ((global::Gtk.Box.BoxChild)(this.vbox3 [this.controlsbox]));
     w85.Position = 1;
     w85.Expand   = false;
     w85.Fill     = false;
     this.Add(this.vbox3);
     if ((this.Child != null))
     {
         this.Child.ShowAll();
     }
     this.closebutton.Hide();
     this.prevbutton.Hide();
     this.nextbutton.Hide();
     this.controlsbox.Hide();
     this.Show();
     this.vscale1.FormatValue    += new global::Gtk.FormatValueHandler(this.OnVscale1FormatValue);
     this.vscale1.ValueChanged   += new global::System.EventHandler(this.OnVscale1ValueChanged);
     this.closebutton.Clicked    += new global::System.EventHandler(this.OnClosebuttonClicked);
     this.drawbutton.Clicked     += new global::System.EventHandler(this.OnDrawButtonClicked);
     this.playbutton.Clicked     += new global::System.EventHandler(this.OnPlaybuttonClicked);
     this.pausebutton.Clicked    += new global::System.EventHandler(this.OnPausebuttonClicked);
     this.prevbutton.Clicked     += new global::System.EventHandler(this.OnPrevbuttonClicked);
     this.nextbutton.Clicked     += new global::System.EventHandler(this.OnNextbuttonClicked);
     this.timescale.ValueChanged += new global::System.EventHandler(this.OnTimescaleValueChanged);
     this.timescale.AdjustBounds += new global::Gtk.AdjustBoundsHandler(this.OnTimescaleAdjustBounds);
     this.volumebutton.Clicked   += new global::System.EventHandler(this.OnVolumebuttonClicked);
 }
 protected virtual void Build()
 {
     global::Stetic.Gui.Initialize (this);
     // Widget LongoMatch.Gui.VolumeWindow
     this.Name = "LongoMatch.Gui.VolumeWindow";
     this.Title = "";
     this.WindowPosition = ((global::Gtk.WindowPosition)(2));
     this.Decorated = false;
     this.DestroyWithParent = true;
     this.SkipPagerHint = true;
     this.SkipTaskbarHint = true;
     // Container child LongoMatch.Gui.VolumeWindow.Gtk.Container+ContainerChild
     this.vbox2 = new global::Gtk.VBox ();
     this.vbox2.Name = "vbox2";
     // Container child vbox2.Gtk.Box+BoxChild
     this.morebutton = new global::Gtk.Button ();
     this.morebutton.Name = "morebutton";
     this.morebutton.Relief = ((global::Gtk.ReliefStyle)(2));
     this.morebutton.Label = "+";
     this.vbox2.Add (this.morebutton);
     global::Gtk.Box.BoxChild w1 = ((global::Gtk.Box.BoxChild)(this.vbox2[this.morebutton]));
     w1.Position = 0;
     w1.Expand = false;
     w1.Fill = false;
     // Container child vbox2.Gtk.Box+BoxChild
     this.volumescale = new global::Gtk.VScale (null);
     this.volumescale.CanFocus = true;
     this.volumescale.Name = "volumescale";
     this.volumescale.Inverted = true;
     this.volumescale.Adjustment.Upper = 1;
     this.volumescale.Adjustment.PageIncrement = 1;
     this.volumescale.Adjustment.StepIncrement = 1;
     this.volumescale.Adjustment.Value = 1;
     this.volumescale.DrawValue = false;
     this.volumescale.Digits = 0;
     this.volumescale.ValuePos = ((global::Gtk.PositionType)(2));
     this.vbox2.Add (this.volumescale);
     global::Gtk.Box.BoxChild w2 = ((global::Gtk.Box.BoxChild)(this.vbox2[this.volumescale]));
     w2.Position = 1;
     // Container child vbox2.Gtk.Box+BoxChild
     this.lessbutton = new global::Gtk.Button ();
     this.lessbutton.Name = "lessbutton";
     this.lessbutton.Relief = ((global::Gtk.ReliefStyle)(2));
     this.lessbutton.Label = "-";
     this.vbox2.Add (this.lessbutton);
     global::Gtk.Box.BoxChild w3 = ((global::Gtk.Box.BoxChild)(this.vbox2[this.lessbutton]));
     w3.Position = 2;
     w3.Expand = false;
     w3.Fill = false;
     this.Add (this.vbox2);
     if ((this.Child != null)) {
         this.Child.ShowAll ();
     }
     this.DefaultWidth = 31;
     this.DefaultHeight = 204;
     this.Hide ();
     this.FocusOutEvent += new global::Gtk.FocusOutEventHandler (this.OnFocusOutEvent);
     this.morebutton.Clicked += new global::System.EventHandler (this.OnMorebuttonClicked);
     this.volumescale.ValueChanged += new global::System.EventHandler (this.OnVolumescaleValueChanged);
     this.lessbutton.Clicked += new global::System.EventHandler (this.OnLessbuttonClicked);
 }
Esempio n. 14
0
 protected virtual void Build()
 {
     global::Stetic.Gui.Initialize(this);
     // Widget LongoMatch.Gui.PlayerView
     global::Stetic.BinContainer.Attach(this);
     this.Name = "LongoMatch.Gui.PlayerView";
     // Container child LongoMatch.Gui.PlayerView.Gtk.Container+ContainerChild
     this.vbox3         = new global::Gtk.VBox();
     this.vbox3.Name    = "vbox3";
     this.vbox3.Spacing = 6;
     // Container child vbox3.Gtk.Box+BoxChild
     this.mainbox         = new global::Gtk.HBox();
     this.mainbox.Name    = "mainbox";
     this.mainbox.Spacing = 6;
     // Container child mainbox.Gtk.Box+BoxChild
     this.hbox3         = new global::Gtk.HBox();
     this.hbox3.Name    = "hbox3";
     this.hbox3.Spacing = 6;
     // Container child hbox3.Gtk.Box+BoxChild
     this.videowindow        = new global::LongoMatch.Gui.VideoWindow();
     this.videowindow.Events = ((global::Gdk.EventMask)(256));
     this.videowindow.Name   = "videowindow";
     this.videowindow.Ready  = false;
     this.hbox3.Add(this.videowindow);
     global::Gtk.Box.BoxChild w1 = ((global::Gtk.Box.BoxChild)(this.hbox3 [this.videowindow]));
     w1.Position = 0;
     // Container child hbox3.Gtk.Box+BoxChild
     this.blackboarddrawingarea      = new global::Gtk.DrawingArea();
     this.blackboarddrawingarea.Name = "blackboarddrawingarea";
     this.hbox3.Add(this.blackboarddrawingarea);
     global::Gtk.Box.BoxChild w2 = ((global::Gtk.Box.BoxChild)(this.hbox3 [this.blackboarddrawingarea]));
     w2.Position = 1;
     this.mainbox.Add(this.hbox3);
     global::Gtk.Box.BoxChild w3 = ((global::Gtk.Box.BoxChild)(this.mainbox [this.hbox3]));
     w3.Position = 0;
     // Container child mainbox.Gtk.Box+BoxChild
     this.vbox5         = new global::Gtk.VBox();
     this.vbox5.Name    = "vbox5";
     this.vbox5.Spacing = 6;
     // Container child vbox5.Gtk.Box+BoxChild
     this.ratescale = new global::Gtk.VScale(null);
     this.ratescale.TooltipMarkup            = "Playback speed";
     this.ratescale.WidthRequest             = 36;
     this.ratescale.Sensitive                = false;
     this.ratescale.Name                     = "ratescale";
     this.ratescale.UpdatePolicy             = ((global::Gtk.UpdateType)(1));
     this.ratescale.Inverted                 = true;
     this.ratescale.Adjustment.Lower         = 1;
     this.ratescale.Adjustment.Upper         = 30;
     this.ratescale.Adjustment.PageIncrement = 3;
     this.ratescale.Adjustment.PageSize      = 1;
     this.ratescale.Adjustment.StepIncrement = 1;
     this.ratescale.Adjustment.Value         = 25;
     this.ratescale.DrawValue                = true;
     this.ratescale.Digits                   = 0;
     this.ratescale.ValuePos                 = ((global::Gtk.PositionType)(3));
     this.vbox5.Add(this.ratescale);
     global::Gtk.Box.BoxChild w4 = ((global::Gtk.Box.BoxChild)(this.vbox5 [this.ratescale]));
     w4.Position = 0;
     this.mainbox.Add(this.vbox5);
     global::Gtk.Box.BoxChild w5 = ((global::Gtk.Box.BoxChild)(this.mainbox [this.vbox5]));
     w5.Position = 1;
     w5.Expand   = false;
     w5.Fill     = false;
     this.vbox3.Add(this.mainbox);
     global::Gtk.Box.BoxChild w6 = ((global::Gtk.Box.BoxChild)(this.vbox3 [this.mainbox]));
     w6.Position = 0;
     // Container child vbox3.Gtk.Box+BoxChild
     this.lightbackgroundeventbox      = new global::Gtk.EventBox();
     this.lightbackgroundeventbox.Name = "lightbackgroundeventbox";
     // Container child lightbackgroundeventbox.Gtk.Container+ContainerChild
     this.controlsbox         = new global::Gtk.HBox();
     this.controlsbox.Name    = "controlsbox";
     this.controlsbox.Spacing = 6;
     // Container child controlsbox.Gtk.Box+BoxChild
     this.buttonsbox             = new global::Gtk.HBox();
     this.buttonsbox.Name        = "buttonsbox";
     this.buttonsbox.Homogeneous = true;
     // Container child buttonsbox.Gtk.Box+BoxChild
     this.closebutton = new global::Gtk.Button();
     this.closebutton.TooltipMarkup = "Close loaded event";
     this.closebutton.Name          = "closebutton";
     this.closebutton.Relief        = ((global::Gtk.ReliefStyle)(2));
     // Container child closebutton.Gtk.Container+ContainerChild
     this.closebuttonimage      = new global::Gtk.Image();
     this.closebuttonimage.Name = "closebuttonimage";
     this.closebutton.Add(this.closebuttonimage);
     this.buttonsbox.Add(this.closebutton);
     global::Gtk.Box.BoxChild w8 = ((global::Gtk.Box.BoxChild)(this.buttonsbox [this.closebutton]));
     w8.Position = 0;
     w8.Expand   = false;
     w8.Fill     = false;
     // Container child buttonsbox.Gtk.Box+BoxChild
     this.drawbutton = new global::Gtk.Button();
     this.drawbutton.TooltipMarkup = "Draw frame";
     this.drawbutton.Name          = "drawbutton";
     this.drawbutton.Relief        = ((global::Gtk.ReliefStyle)(2));
     // Container child drawbutton.Gtk.Container+ContainerChild
     this.drawbuttonimage      = new global::Gtk.Image();
     this.drawbuttonimage.Name = "drawbuttonimage";
     this.drawbutton.Add(this.drawbuttonimage);
     this.buttonsbox.Add(this.drawbutton);
     global::Gtk.Box.BoxChild w10 = ((global::Gtk.Box.BoxChild)(this.buttonsbox [this.drawbutton]));
     w10.Position = 1;
     w10.Expand   = false;
     w10.Fill     = false;
     // Container child buttonsbox.Gtk.Box+BoxChild
     this.playbutton = new global::Gtk.Button();
     this.playbutton.TooltipMarkup = "Play";
     this.playbutton.Name          = "playbutton";
     this.playbutton.Relief        = ((global::Gtk.ReliefStyle)(2));
     // Container child playbutton.Gtk.Container+ContainerChild
     this.playbuttonimage      = new global::Gtk.Image();
     this.playbuttonimage.Name = "playbuttonimage";
     this.playbutton.Add(this.playbuttonimage);
     this.buttonsbox.Add(this.playbutton);
     global::Gtk.Box.BoxChild w12 = ((global::Gtk.Box.BoxChild)(this.buttonsbox [this.playbutton]));
     w12.Position = 2;
     w12.Expand   = false;
     w12.Fill     = false;
     // Container child buttonsbox.Gtk.Box+BoxChild
     this.pausebutton = new global::Gtk.Button();
     this.pausebutton.TooltipMarkup = "Pause";
     this.pausebutton.Name          = "pausebutton";
     this.pausebutton.Relief        = ((global::Gtk.ReliefStyle)(2));
     // Container child pausebutton.Gtk.Container+ContainerChild
     this.pausebuttonimage      = new global::Gtk.Image();
     this.pausebuttonimage.Name = "pausebuttonimage";
     this.pausebutton.Add(this.pausebuttonimage);
     this.buttonsbox.Add(this.pausebutton);
     global::Gtk.Box.BoxChild w14 = ((global::Gtk.Box.BoxChild)(this.buttonsbox [this.pausebutton]));
     w14.Position = 3;
     w14.Expand   = false;
     w14.Fill     = false;
     // Container child buttonsbox.Gtk.Box+BoxChild
     this.prevbutton = new global::Gtk.Button();
     this.prevbutton.TooltipMarkup = "Previous";
     this.prevbutton.Name          = "prevbutton";
     this.prevbutton.Relief        = ((global::Gtk.ReliefStyle)(2));
     // Container child prevbutton.Gtk.Container+ContainerChild
     this.prevbuttonimage      = new global::Gtk.Image();
     this.prevbuttonimage.Name = "prevbuttonimage";
     this.prevbutton.Add(this.prevbuttonimage);
     this.buttonsbox.Add(this.prevbutton);
     global::Gtk.Box.BoxChild w16 = ((global::Gtk.Box.BoxChild)(this.buttonsbox [this.prevbutton]));
     w16.Position = 4;
     w16.Expand   = false;
     w16.Fill     = false;
     // Container child buttonsbox.Gtk.Box+BoxChild
     this.nextbutton = new global::Gtk.Button();
     this.nextbutton.TooltipMarkup = "Next";
     this.nextbutton.Sensitive     = false;
     this.nextbutton.Name          = "nextbutton";
     this.nextbutton.Relief        = ((global::Gtk.ReliefStyle)(2));
     // Container child nextbutton.Gtk.Container+ContainerChild
     this.nextbuttonimage      = new global::Gtk.Image();
     this.nextbuttonimage.Name = "nextbuttonimage";
     this.nextbutton.Add(this.nextbuttonimage);
     this.buttonsbox.Add(this.nextbutton);
     global::Gtk.Box.BoxChild w18 = ((global::Gtk.Box.BoxChild)(this.buttonsbox [this.nextbutton]));
     w18.Position = 5;
     w18.Expand   = false;
     w18.Fill     = false;
     this.controlsbox.Add(this.buttonsbox);
     global::Gtk.Box.BoxChild w19 = ((global::Gtk.Box.BoxChild)(this.controlsbox [this.buttonsbox]));
     w19.Position = 0;
     w19.Expand   = false;
     w19.Fill     = false;
     // Container child controlsbox.Gtk.Box+BoxChild
     this.hbox1         = new global::Gtk.HBox();
     this.hbox1.Name    = "hbox1";
     this.hbox1.Spacing = 6;
     // Container child hbox1.Gtk.Box+BoxChild
     this.jumplabel           = new global::Gtk.Label();
     this.jumplabel.Name      = "jumplabel";
     this.jumplabel.LabelProp = global::Mono.Unix.Catalog.GetString("Jump (s):");
     this.hbox1.Add(this.jumplabel);
     global::Gtk.Box.BoxChild w20 = ((global::Gtk.Box.BoxChild)(this.hbox1 [this.jumplabel]));
     w20.Position = 0;
     w20.Expand   = false;
     w20.Fill     = false;
     // Container child hbox1.Gtk.Box+BoxChild
     this.jumpspinbutton = new global::Gtk.SpinButton(1, 100, 1);
     this.jumpspinbutton.TooltipMarkup            = "Jump in seconds. Hold the Shift key with the direction keys to activate it.";
     this.jumpspinbutton.Name                     = "jumpspinbutton";
     this.jumpspinbutton.Adjustment.PageIncrement = 10;
     this.jumpspinbutton.ClimbRate                = 1;
     this.jumpspinbutton.Numeric                  = true;
     this.jumpspinbutton.Value                    = 10;
     this.hbox1.Add(this.jumpspinbutton);
     global::Gtk.Box.BoxChild w21 = ((global::Gtk.Box.BoxChild)(this.hbox1 [this.jumpspinbutton]));
     w21.Position = 1;
     w21.Expand   = false;
     w21.Fill     = false;
     this.controlsbox.Add(this.hbox1);
     global::Gtk.Box.BoxChild w22 = ((global::Gtk.Box.BoxChild)(this.controlsbox [this.hbox1]));
     w22.Position = 1;
     w22.Expand   = false;
     w22.Fill     = false;
     // Container child controlsbox.Gtk.Box+BoxChild
     this.tlabel           = new global::Gtk.Label();
     this.tlabel.Name      = "tlabel";
     this.tlabel.LabelProp = global::Mono.Unix.Catalog.GetString("Time:");
     this.controlsbox.Add(this.tlabel);
     global::Gtk.Box.BoxChild w23 = ((global::Gtk.Box.BoxChild)(this.controlsbox [this.tlabel]));
     w23.Position = 2;
     w23.Expand   = false;
     w23.Fill     = false;
     // Container child controlsbox.Gtk.Box+BoxChild
     this.timescale                          = new global::Gtk.HScale(null);
     this.timescale.Name                     = "timescale";
     this.timescale.Adjustment.Upper         = 1;
     this.timescale.Adjustment.PageIncrement = 1;
     this.timescale.Adjustment.StepIncrement = 1;
     this.timescale.DrawValue                = false;
     this.timescale.Digits                   = 0;
     this.timescale.ValuePos                 = ((global::Gtk.PositionType)(2));
     this.controlsbox.Add(this.timescale);
     global::Gtk.Box.BoxChild w24 = ((global::Gtk.Box.BoxChild)(this.controlsbox [this.timescale]));
     w24.Position = 3;
     // Container child controlsbox.Gtk.Box+BoxChild
     this.timelabel      = new global::Gtk.Label();
     this.timelabel.Name = "timelabel";
     this.controlsbox.Add(this.timelabel);
     global::Gtk.Box.BoxChild w25 = ((global::Gtk.Box.BoxChild)(this.controlsbox [this.timelabel]));
     w25.Position = 4;
     w25.Expand   = false;
     // Container child controlsbox.Gtk.Box+BoxChild
     this.volumebutton = new global::Gtk.Button();
     this.volumebutton.TooltipMarkup = "Volume";
     this.volumebutton.Name          = "volumebutton";
     this.volumebutton.Relief        = ((global::Gtk.ReliefStyle)(2));
     // Container child volumebutton.Gtk.Container+ContainerChild
     this.volumebuttonimage      = new global::Gtk.Image();
     this.volumebuttonimage.Name = "volumebuttonimage";
     this.volumebutton.Add(this.volumebuttonimage);
     this.controlsbox.Add(this.volumebutton);
     global::Gtk.Box.BoxChild w27 = ((global::Gtk.Box.BoxChild)(this.controlsbox [this.volumebutton]));
     w27.Position = 5;
     w27.Expand   = false;
     w27.Fill     = false;
     // Container child controlsbox.Gtk.Box+BoxChild
     this.detachbutton = new global::Gtk.Button();
     this.detachbutton.TooltipMarkup = "Detach window";
     this.detachbutton.Name          = "detachbutton";
     this.detachbutton.Relief        = ((global::Gtk.ReliefStyle)(2));
     // Container child detachbutton.Gtk.Container+ContainerChild
     this.detachbuttonimage      = new global::Gtk.Image();
     this.detachbuttonimage.Name = "detachbuttonimage";
     this.detachbutton.Add(this.detachbuttonimage);
     this.controlsbox.Add(this.detachbutton);
     global::Gtk.Box.BoxChild w29 = ((global::Gtk.Box.BoxChild)(this.controlsbox [this.detachbutton]));
     w29.Position = 6;
     w29.Expand   = false;
     w29.Fill     = false;
     this.lightbackgroundeventbox.Add(this.controlsbox);
     this.vbox3.Add(this.lightbackgroundeventbox);
     global::Gtk.Box.BoxChild w31 = ((global::Gtk.Box.BoxChild)(this.vbox3 [this.lightbackgroundeventbox]));
     w31.Position = 1;
     w31.Expand   = false;
     w31.Fill     = false;
     this.Add(this.vbox3);
     if ((this.Child != null))
     {
         this.Child.ShowAll();
     }
     this.videowindow.Hide();
     this.blackboarddrawingarea.Hide();
     this.closebutton.Hide();
     this.prevbutton.Hide();
     this.nextbutton.Hide();
     this.controlsbox.Hide();
     this.Show();
 }
 protected virtual void Build()
 {
     global::Stetic.Gui.Initialize(this);
     // Widget LongoMatch.Gui.VolumeWindow
     this.Name              = "LongoMatch.Gui.VolumeWindow";
     this.Title             = "";
     this.WindowPosition    = ((global::Gtk.WindowPosition)(2));
     this.Decorated         = false;
     this.DestroyWithParent = true;
     this.SkipPagerHint     = true;
     this.SkipTaskbarHint   = true;
     // Container child LongoMatch.Gui.VolumeWindow.Gtk.Container+ContainerChild
     this.vbox2      = new global::Gtk.VBox();
     this.vbox2.Name = "vbox2";
     // Container child vbox2.Gtk.Box+BoxChild
     this.morebutton        = new global::Gtk.Button();
     this.morebutton.Name   = "morebutton";
     this.morebutton.Relief = ((global::Gtk.ReliefStyle)(2));
     this.morebutton.Label  = "+";
     this.vbox2.Add(this.morebutton);
     global::Gtk.Box.BoxChild w1 = ((global::Gtk.Box.BoxChild)(this.vbox2 [this.morebutton]));
     w1.Position = 0;
     w1.Expand   = false;
     w1.Fill     = false;
     // Container child vbox2.Gtk.Box+BoxChild
     this.volumescale                          = new global::Gtk.VScale(null);
     this.volumescale.CanFocus                 = true;
     this.volumescale.Name                     = "volumescale";
     this.volumescale.Inverted                 = true;
     this.volumescale.Adjustment.Upper         = 1;
     this.volumescale.Adjustment.PageIncrement = 1;
     this.volumescale.Adjustment.StepIncrement = 1;
     this.volumescale.Adjustment.Value         = 1;
     this.volumescale.DrawValue                = false;
     this.volumescale.Digits                   = 0;
     this.volumescale.ValuePos                 = ((global::Gtk.PositionType)(2));
     this.vbox2.Add(this.volumescale);
     global::Gtk.Box.BoxChild w2 = ((global::Gtk.Box.BoxChild)(this.vbox2 [this.volumescale]));
     w2.Position = 1;
     // Container child vbox2.Gtk.Box+BoxChild
     this.lessbutton        = new global::Gtk.Button();
     this.lessbutton.Name   = "lessbutton";
     this.lessbutton.Relief = ((global::Gtk.ReliefStyle)(2));
     this.lessbutton.Label  = "-";
     this.vbox2.Add(this.lessbutton);
     global::Gtk.Box.BoxChild w3 = ((global::Gtk.Box.BoxChild)(this.vbox2 [this.lessbutton]));
     w3.Position = 2;
     w3.Expand   = false;
     w3.Fill     = false;
     this.Add(this.vbox2);
     if ((this.Child != null))
     {
         this.Child.ShowAll();
     }
     this.DefaultWidth  = 31;
     this.DefaultHeight = 204;
     this.Hide();
     this.FocusOutEvent            += new global::Gtk.FocusOutEventHandler(this.OnFocusOutEvent);
     this.morebutton.Clicked       += new global::System.EventHandler(this.OnMorebuttonClicked);
     this.volumescale.ValueChanged += new global::System.EventHandler(this.OnVolumescaleValueChanged);
     this.lessbutton.Clicked       += new global::System.EventHandler(this.OnLessbuttonClicked);
 }
		protected virtual void Build ()
		{
			global::Stetic.Gui.Initialize (this);
			// Widget Mono.Instrumentation.Monitor.TimeLineViewWindow
			this.Name = "Mono.Instrumentation.Monitor.TimeLineViewWindow";
			this.Title = global::Mono.Unix.Catalog.GetString ("Time Line");
			this.WindowPosition = ((global::Gtk.WindowPosition)(4));
			// Container child Mono.Instrumentation.Monitor.TimeLineViewWindow.Gtk.Container+ContainerChild
			this.vbox2 = new global::Gtk.VBox ();
			this.vbox2.Name = "vbox2";
			this.vbox2.Spacing = 6;
			this.vbox2.BorderWidth = ((uint)(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.buttonExpand = new global::Gtk.Button ();
			this.buttonExpand.CanFocus = true;
			this.buttonExpand.Name = "buttonExpand";
			this.buttonExpand.UseUnderline = true;
			this.buttonExpand.Label = global::Mono.Unix.Catalog.GetString ("Expand All");
			this.hbox1.Add (this.buttonExpand);
			global::Gtk.Box.BoxChild w1 = ((global::Gtk.Box.BoxChild)(this.hbox1 [this.buttonExpand]));
			w1.Position = 0;
			w1.Expand = false;
			w1.Fill = false;
			// Container child hbox1.Gtk.Box+BoxChild
			this.buttonCollapse = new global::Gtk.Button ();
			this.buttonCollapse.CanFocus = true;
			this.buttonCollapse.Name = "buttonCollapse";
			this.buttonCollapse.UseUnderline = true;
			this.buttonCollapse.Label = global::Mono.Unix.Catalog.GetString ("Collapse All");
			this.hbox1.Add (this.buttonCollapse);
			global::Gtk.Box.BoxChild w2 = ((global::Gtk.Box.BoxChild)(this.hbox1 [this.buttonCollapse]));
			w2.Position = 1;
			w2.Expand = false;
			w2.Fill = false;
			// Container child hbox1.Gtk.Box+BoxChild
			this.checkSingleThread = new global::Gtk.CheckButton ();
			this.checkSingleThread.CanFocus = true;
			this.checkSingleThread.Name = "checkSingleThread";
			this.checkSingleThread.Label = global::Mono.Unix.Catalog.GetString ("Single Thread");
			this.checkSingleThread.DrawIndicator = true;
			this.checkSingleThread.UseUnderline = true;
			this.hbox1.Add (this.checkSingleThread);
			global::Gtk.Box.BoxChild w3 = ((global::Gtk.Box.BoxChild)(this.hbox1 [this.checkSingleThread]));
			w3.Position = 2;
			w3.Expand = false;
			w3.Fill = false;
			this.vbox2.Add (this.hbox1);
			global::Gtk.Box.BoxChild w4 = ((global::Gtk.Box.BoxChild)(this.vbox2 [this.hbox1]));
			w4.Position = 0;
			w4.Expand = false;
			w4.Fill = false;
			// Container child vbox2.Gtk.Box+BoxChild
			this.hbox2 = new global::Gtk.HBox ();
			this.hbox2.Name = "hbox2";
			this.hbox2.Spacing = 6;
			// Container child hbox2.Gtk.Box+BoxChild
			this.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 w5 = new global::Gtk.Viewport ();
			w5.ShadowType = ((global::Gtk.ShadowType)(0));
			// Container child GtkViewport.Gtk.Container+ContainerChild
			this.timeView = new global::Mono.Instrumentation.Monitor.TimeLineView ();
			this.timeView.Name = "timeView";
			this.timeView.SingleThread = false;
			this.timeView.TimeScale = 0;
			this.timeView.Zoom = 0;
			this.timeView.Scale = 0;
			w5.Add (this.timeView);
			this.GtkScrolledWindow.Add (w5);
			this.hbox2.Add (this.GtkScrolledWindow);
			global::Gtk.Box.BoxChild w8 = ((global::Gtk.Box.BoxChild)(this.hbox2 [this.GtkScrolledWindow]));
			w8.Position = 0;
			// Container child hbox2.Gtk.Box+BoxChild
			this.vbox1 = new global::Gtk.VBox ();
			this.vbox1.Name = "vbox1";
			this.vbox1.Spacing = 6;
			// Container child vbox1.Gtk.Box+BoxChild
			this.button3 = new global::Gtk.Button ();
			this.button3.CanFocus = true;
			this.button3.Name = "button3";
			this.button3.UseUnderline = true;
			// Container child button3.Gtk.Container+ContainerChild
			global::Gtk.Alignment w9 = new global::Gtk.Alignment (0.5F, 0.5F, 0F, 0F);
			// Container child GtkAlignment.Gtk.Container+ContainerChild
			global::Gtk.HBox w10 = new global::Gtk.HBox ();
			w10.Spacing = 2;
			// Container child GtkHBox.Gtk.Container+ContainerChild
			global::Gtk.Image w11 = new global::Gtk.Image ();
			w11.Pixbuf = global::Stetic.IconLoader.LoadIcon (this, "gtk-zoom-100", global::Gtk.IconSize.Menu);
			w10.Add (w11);
			// Container child GtkHBox.Gtk.Container+ContainerChild
			global::Gtk.Label w13 = new global::Gtk.Label ();
			w10.Add (w13);
			w9.Add (w10);
			this.button3.Add (w9);
			this.vbox1.Add (this.button3);
			global::Gtk.Box.BoxChild w17 = ((global::Gtk.Box.BoxChild)(this.vbox1 [this.button3]));
			w17.Position = 0;
			w17.Expand = false;
			w17.Fill = false;
			// Container child vbox1.Gtk.Box+BoxChild
			this.vscaleZoom = new global::Gtk.VScale (null);
			this.vscaleZoom.HeightRequest = 150;
			this.vscaleZoom.CanFocus = true;
			this.vscaleZoom.Name = "vscaleZoom";
			this.vscaleZoom.Adjustment.Lower = 10;
			this.vscaleZoom.Adjustment.Upper = 300;
			this.vscaleZoom.Adjustment.PageIncrement = 10;
			this.vscaleZoom.Adjustment.StepIncrement = 1;
			this.vscaleZoom.Adjustment.Value = 100;
			this.vscaleZoom.DrawValue = true;
			this.vscaleZoom.Digits = 0;
			this.vscaleZoom.ValuePos = ((global::Gtk.PositionType)(2));
			this.vbox1.Add (this.vscaleZoom);
			global::Gtk.Box.BoxChild w18 = ((global::Gtk.Box.BoxChild)(this.vbox1 [this.vscaleZoom]));
			w18.Position = 1;
			w18.Expand = false;
			w18.Fill = false;
			// Container child vbox1.Gtk.Box+BoxChild
			this.label2 = new global::Gtk.Label ();
			this.label2.Name = "label2";
			this.vbox1.Add (this.label2);
			global::Gtk.Box.BoxChild w19 = ((global::Gtk.Box.BoxChild)(this.vbox1 [this.label2]));
			w19.Position = 2;
			w19.Expand = false;
			w19.Fill = false;
			// Container child vbox1.Gtk.Box+BoxChild
			this.buttonResetScale = new global::Gtk.Button ();
			this.buttonResetScale.CanFocus = true;
			this.buttonResetScale.Name = "buttonResetScale";
			this.buttonResetScale.UseUnderline = true;
			// Container child buttonResetScale.Gtk.Container+ContainerChild
			global::Gtk.Alignment w20 = new global::Gtk.Alignment (0.5F, 0.5F, 0F, 0F);
			// Container child GtkAlignment.Gtk.Container+ContainerChild
			global::Gtk.HBox w21 = new global::Gtk.HBox ();
			w21.Spacing = 2;
			// Container child GtkHBox.Gtk.Container+ContainerChild
			global::Gtk.Image w22 = new global::Gtk.Image ();
			w22.Pixbuf = global::Stetic.IconLoader.LoadIcon (this, "stock_draw-dimension-line", global::Gtk.IconSize.Menu);
			w21.Add (w22);
			// Container child GtkHBox.Gtk.Container+ContainerChild
			global::Gtk.Label w24 = new global::Gtk.Label ();
			w21.Add (w24);
			w20.Add (w21);
			this.buttonResetScale.Add (w20);
			this.vbox1.Add (this.buttonResetScale);
			global::Gtk.Box.BoxChild w28 = ((global::Gtk.Box.BoxChild)(this.vbox1 [this.buttonResetScale]));
			w28.Position = 3;
			w28.Expand = false;
			w28.Fill = false;
			// Container child vbox1.Gtk.Box+BoxChild
			this.vscaleScale = new global::Gtk.VScale (null);
			this.vscaleScale.HeightRequest = 150;
			this.vscaleScale.CanFocus = true;
			this.vscaleScale.Name = "vscaleScale";
			this.vscaleScale.Adjustment.Lower = 10;
			this.vscaleScale.Adjustment.Upper = 300;
			this.vscaleScale.Adjustment.PageIncrement = 10;
			this.vscaleScale.Adjustment.StepIncrement = 1;
			this.vscaleScale.Adjustment.Value = 100;
			this.vscaleScale.DrawValue = true;
			this.vscaleScale.Digits = 0;
			this.vscaleScale.ValuePos = ((global::Gtk.PositionType)(2));
			this.vbox1.Add (this.vscaleScale);
			global::Gtk.Box.BoxChild w29 = ((global::Gtk.Box.BoxChild)(this.vbox1 [this.vscaleScale]));
			w29.Position = 4;
			w29.Expand = false;
			w29.Fill = false;
			this.hbox2.Add (this.vbox1);
			global::Gtk.Box.BoxChild w30 = ((global::Gtk.Box.BoxChild)(this.hbox2 [this.vbox1]));
			w30.Position = 1;
			w30.Expand = false;
			w30.Fill = false;
			this.vbox2.Add (this.hbox2);
			global::Gtk.Box.BoxChild w31 = ((global::Gtk.Box.BoxChild)(this.vbox2 [this.hbox2]));
			w31.Position = 1;
			this.Add (this.vbox2);
			if ((this.Child != null)) {
				this.Child.ShowAll ();
			}
			this.DefaultWidth = 806;
			this.DefaultHeight = 638;
			this.Show ();
			this.buttonExpand.Clicked += new global::System.EventHandler (this.OnButtonExpandClicked);
			this.buttonCollapse.Clicked += new global::System.EventHandler (this.OnButtonCollapseClicked);
			this.checkSingleThread.Toggled += new global::System.EventHandler (this.OnCheckSingleThreadToggled);
			this.buttonResetScale.Clicked += new global::System.EventHandler (this.OnButtonResetScaleClicked);
			this.vscaleScale.ChangeValue += new global::Gtk.ChangeValueHandler (this.OnVscaleScaleChangeValue);
		}
		protected virtual void Build ()
		{
			global::Stetic.Gui.Initialize (this);
			// Widget TraceLab.UI.GTK.ExperimentCanvasWidget
			global::Stetic.BinContainer.Attach (this);
			this.Name = "TraceLab.UI.GTK.ExperimentCanvasWidget";
			// Container child TraceLab.UI.GTK.ExperimentCanvasWidget.Gtk.Container+ContainerChild
			this.hbox2 = new global::Gtk.HBox ();
			this.hbox2.Name = "hbox2";
			this.hbox2.Spacing = 6;
			// Container child hbox2.Gtk.Box+BoxChild
			this.vbox2 = new global::Gtk.VBox ();
			this.vbox2.Name = "vbox2";
			this.vbox2.Spacing = 6;
			// Container child vbox2.Gtk.Box+BoxChild
			this.experimentCrumbs = new global::TraceLab.UI.GTK.Crumbs ();
			this.experimentCrumbs.Events = ((global::Gdk.EventMask)(256));
			this.experimentCrumbs.Name = "experimentCrumbs";
			this.experimentCrumbs.Radius = 5;
			this.experimentCrumbs.Spacing = 11;
			this.experimentCrumbs.Xoffset = 12;
			this.experimentCrumbs.Yoffset = 6;
			this.vbox2.Add (this.experimentCrumbs);
			global::Gtk.Box.BoxChild w1 = ((global::Gtk.Box.BoxChild)(this.vbox2 [this.experimentCrumbs]));
			w1.Position = 0;
			w1.Expand = false;
			w1.Fill = false;
			// Container child vbox2.Gtk.Box+BoxChild
			this.experimentCanvas = new global::MonoHotDraw.SteticComponent ();
			this.experimentCanvas.Events = ((global::Gdk.EventMask)(256));
			this.experimentCanvas.Name = "experimentCanvas";
			this.vbox2.Add (this.experimentCanvas);
			global::Gtk.Box.BoxChild w2 = ((global::Gtk.Box.BoxChild)(this.vbox2 [this.experimentCanvas]));
			w2.Position = 1;
			this.hbox2.Add (this.vbox2);
			global::Gtk.Box.BoxChild w3 = ((global::Gtk.Box.BoxChild)(this.hbox2 [this.vbox2]));
			w3.Position = 0;
			// Container child hbox2.Gtk.Box+BoxChild
			this.vbox1 = new global::Gtk.VBox ();
			this.vbox1.Name = "vbox1";
			this.vbox1.Spacing = 6;
			// Container child vbox1.Gtk.Box+BoxChild
			this.zoomScale = new global::Gtk.VScale (null);
			this.zoomScale.HeightRequest = 300;
			this.zoomScale.CanFocus = true;
			this.zoomScale.Name = "zoomScale";
			this.zoomScale.Inverted = true;
			this.zoomScale.Adjustment.Lower = 0.1D;
			this.zoomScale.Adjustment.Upper = 3D;
			this.zoomScale.Adjustment.PageIncrement = 0.1D;
			this.zoomScale.Adjustment.StepIncrement = 0.01D;
			this.zoomScale.Adjustment.Value = 1D;
			this.zoomScale.DrawValue = true;
			this.zoomScale.Digits = 2;
			this.zoomScale.ValuePos = ((global::Gtk.PositionType)(3));
			this.vbox1.Add (this.zoomScale);
			global::Gtk.Box.BoxChild w4 = ((global::Gtk.Box.BoxChild)(this.vbox1 [this.zoomScale]));
			w4.Position = 0;
			w4.Expand = false;
			w4.Fill = false;
			// Container child vbox1.Gtk.Box+BoxChild
			this.scaleToOriginalSizeButton = new global::Gtk.Button ();
			this.scaleToOriginalSizeButton.TooltipMarkup = "Zoom to orginal 1:1 scale";
			this.scaleToOriginalSizeButton.CanFocus = true;
			this.scaleToOriginalSizeButton.Name = "scaleToOriginalSizeButton";
			// Container child scaleToOriginalSizeButton.Gtk.Container+ContainerChild
			global::Gtk.Alignment w5 = new global::Gtk.Alignment (0.5F, 0.5F, 0F, 0F);
			// Container child GtkAlignment.Gtk.Container+ContainerChild
			global::Gtk.HBox w6 = new global::Gtk.HBox ();
			w6.Spacing = 2;
			// Container child GtkHBox.Gtk.Container+ContainerChild
			global::Gtk.Image w7 = new global::Gtk.Image ();
			w7.Pixbuf = global::Stetic.IconLoader.LoadIcon (this, "gtk-zoom-100", global::Gtk.IconSize.Menu);
			w6.Add (w7);
			// Container child GtkHBox.Gtk.Container+ContainerChild
			global::Gtk.Label w9 = new global::Gtk.Label ();
			w6.Add (w9);
			w5.Add (w6);
			this.scaleToOriginalSizeButton.Add (w5);
			this.vbox1.Add (this.scaleToOriginalSizeButton);
			global::Gtk.Box.BoxChild w13 = ((global::Gtk.Box.BoxChild)(this.vbox1 [this.scaleToOriginalSizeButton]));
			w13.Position = 1;
			w13.Expand = false;
			w13.Fill = false;
			// Container child vbox1.Gtk.Box+BoxChild
			this.zoomToFitButton = new global::Gtk.Button ();
			this.zoomToFitButton.TooltipMarkup = "Zoom to fit";
			this.zoomToFitButton.CanFocus = true;
			this.zoomToFitButton.Name = "zoomToFitButton";
			// Container child zoomToFitButton.Gtk.Container+ContainerChild
			global::Gtk.Alignment w14 = new global::Gtk.Alignment (0.5F, 0.5F, 0F, 0F);
			// Container child GtkAlignment.Gtk.Container+ContainerChild
			global::Gtk.HBox w15 = new global::Gtk.HBox ();
			w15.Spacing = 2;
			// Container child GtkHBox.Gtk.Container+ContainerChild
			global::Gtk.Image w16 = new global::Gtk.Image ();
			w16.Pixbuf = global::Stetic.IconLoader.LoadIcon (this, "gtk-zoom-fit", global::Gtk.IconSize.Menu);
			w15.Add (w16);
			// Container child GtkHBox.Gtk.Container+ContainerChild
			global::Gtk.Label w18 = new global::Gtk.Label ();
			w15.Add (w18);
			w14.Add (w15);
			this.zoomToFitButton.Add (w14);
			this.vbox1.Add (this.zoomToFitButton);
			global::Gtk.Box.BoxChild w22 = ((global::Gtk.Box.BoxChild)(this.vbox1 [this.zoomToFitButton]));
			w22.Position = 2;
			w22.Expand = false;
			w22.Fill = false;
			// Container child vbox1.Gtk.Box+BoxChild
			this.hseparator1 = new global::Gtk.HSeparator ();
			this.hseparator1.Name = "hseparator1";
			this.vbox1.Add (this.hseparator1);
			global::Gtk.Box.BoxChild w23 = ((global::Gtk.Box.BoxChild)(this.vbox1 [this.hseparator1]));
			w23.Position = 3;
			w23.Expand = false;
			w23.Fill = false;
			// Container child vbox1.Gtk.Box+BoxChild
			this.selectionToolButton = new global::Gtk.ToggleButton ();
			this.selectionToolButton.CanFocus = true;
			this.selectionToolButton.Name = "selectionToolButton";
			this.selectionToolButton.UseUnderline = true;
			this.selectionToolButton.Active = true;
			// Container child selectionToolButton.Gtk.Container+ContainerChild
			global::Gtk.Alignment w24 = new global::Gtk.Alignment (0.5F, 0.5F, 0F, 0F);
			// Container child GtkAlignment.Gtk.Container+ContainerChild
			global::Gtk.HBox w25 = new global::Gtk.HBox ();
			w25.Spacing = 2;
			// Container child GtkHBox.Gtk.Container+ContainerChild
			global::Gtk.Image w26 = new global::Gtk.Image ();
			w26.Pixbuf = global::Gdk.Pixbuf.LoadFromResource ("TraceLab.UI.GTK.Resources.arrowcursor_icon.png");
			w25.Add (w26);
			// Container child GtkHBox.Gtk.Container+ContainerChild
			global::Gtk.Label w28 = new global::Gtk.Label ();
			w25.Add (w28);
			w24.Add (w25);
			this.selectionToolButton.Add (w24);
			this.vbox1.Add (this.selectionToolButton);
			global::Gtk.Box.BoxChild w32 = ((global::Gtk.Box.BoxChild)(this.vbox1 [this.selectionToolButton]));
			w32.Position = 4;
			w32.Expand = false;
			w32.Fill = false;
			// Container child vbox1.Gtk.Box+BoxChild
			this.panToolButton = new global::Gtk.ToggleButton ();
			this.panToolButton.CanFocus = true;
			this.panToolButton.Name = "panToolButton";
			this.panToolButton.UseUnderline = true;
			// Container child panToolButton.Gtk.Container+ContainerChild
			global::Gtk.Alignment w33 = new global::Gtk.Alignment (0.5F, 0.5F, 0F, 0F);
			// Container child GtkAlignment.Gtk.Container+ContainerChild
			global::Gtk.HBox w34 = new global::Gtk.HBox ();
			w34.Spacing = 2;
			// Container child GtkHBox.Gtk.Container+ContainerChild
			global::Gtk.Image w35 = new global::Gtk.Image ();
			w35.Pixbuf = global::Gdk.Pixbuf.LoadFromResource ("TraceLab.UI.GTK.Resources.cursor-grab-open.png");
			w34.Add (w35);
			// Container child GtkHBox.Gtk.Container+ContainerChild
			global::Gtk.Label w37 = new global::Gtk.Label ();
			w34.Add (w37);
			w33.Add (w34);
			this.panToolButton.Add (w33);
			this.vbox1.Add (this.panToolButton);
			global::Gtk.Box.BoxChild w41 = ((global::Gtk.Box.BoxChild)(this.vbox1 [this.panToolButton]));
			w41.Position = 5;
			w41.Expand = false;
			w41.Fill = false;
			this.hbox2.Add (this.vbox1);
			global::Gtk.Box.BoxChild w42 = ((global::Gtk.Box.BoxChild)(this.hbox2 [this.vbox1]));
			w42.Position = 1;
			w42.Expand = false;
			w42.Fill = false;
			this.Add (this.hbox2);
			if ((this.Child != null)) {
				this.Child.ShowAll ();
			}
			this.Hide ();
			this.zoomScale.ValueChanged += new global::System.EventHandler (this.ZoomValueChanged);
			this.scaleToOriginalSizeButton.Clicked += new global::System.EventHandler (this.ZoomToOriginal);
			this.zoomToFitButton.Clicked += new global::System.EventHandler (this.ZoomToFit);
			this.selectionToolButton.Toggled += new global::System.EventHandler (this.SelectionToolButtonToggled);
			this.panToolButton.Toggled += new global::System.EventHandler (this.PanToolButtonToggled);
		}
Esempio n. 18
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.executeAction = new global::Gtk.RadioAction ("executeAction", global::Mono.Unix.Catalog.GetString ("SP"), null, "gtk-execute", 0);
     this.executeAction.Group = new global::GLib.SList (global::System.IntPtr.Zero);
     this.executeAction.ShortLabel = global::Mono.Unix.Catalog.GetString ("SP");
     w1.Add (this.executeAction, null);
     this.executeAction4 = new global::Gtk.RadioAction ("executeAction4", global::Mono.Unix.Catalog.GetString ("SN"), null, "gtk-execute", 0);
     this.executeAction4.Group = this.executeAction.Group;
     this.executeAction4.ShortLabel = global::Mono.Unix.Catalog.GetString ("SN");
     w1.Add (this.executeAction4, null);
     this.executeAction5 = new global::Gtk.RadioAction ("executeAction5", global::Mono.Unix.Catalog.GetString ("Metal"), null, "gtk-execute", 0);
     this.executeAction5.Group = this.executeAction.Group;
     this.executeAction5.ShortLabel = global::Mono.Unix.Catalog.GetString ("Metal");
     w1.Add (this.executeAction5, null);
     this.executeAction6 = new global::Gtk.RadioAction ("executeAction6", global::Mono.Unix.Catalog.GetString ("Del S"), null, "gtk-execute", 0);
     this.executeAction6.Group = this.executeAction.Group;
     this.executeAction6.ShortLabel = global::Mono.Unix.Catalog.GetString ("Del S");
     w1.Add (this.executeAction6, null);
     this.executeAction7 = new global::Gtk.RadioAction ("executeAction7", global::Mono.Unix.Catalog.GetString ("Del M"), null, "gtk-execute", 0);
     this.executeAction7.Group = this.executeAction6.Group;
     this.executeAction7.ShortLabel = global::Mono.Unix.Catalog.GetString ("Del M");
     w1.Add (this.executeAction7, 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.refreshAction = new global::Gtk.Action ("refreshAction", global::Mono.Unix.Catalog.GetString ("Redraw"), null, "gtk-refresh");
     this.refreshAction.ShortLabel = global::Mono.Unix.Catalog.GetString ("Redraw");
     w1.Add (this.refreshAction, null);
     this.gotoBottomAction = new global::Gtk.RadioAction ("gotoBottomAction", global::Mono.Unix.Catalog.GetString ("Input"), null, "gtk-goto-bottom", 0);
     this.gotoBottomAction.Group = this.executeAction6.Group;
     this.gotoBottomAction.ShortLabel = global::Mono.Unix.Catalog.GetString ("Input");
     w1.Add (this.gotoBottomAction, null);
     this.gotoTopAction = new global::Gtk.RadioAction ("gotoTopAction", global::Mono.Unix.Catalog.GetString ("Output"), null, "gtk-goto-top", 0);
     this.gotoTopAction.Group = this.gotoBottomAction.Group;
     this.gotoTopAction.ShortLabel = global::Mono.Unix.Catalog.GetString ("Output");
     w1.Add (this.gotoTopAction, null);
     this.executeAction8 = new global::Gtk.RadioAction ("executeAction8", global::Mono.Unix.Catalog.GetString ("Via"), null, "gtk-execute", 0);
     this.executeAction8.Group = this.gotoBottomAction.Group;
     this.executeAction8.ShortLabel = global::Mono.Unix.Catalog.GetString ("Via");
     w1.Add (this.executeAction8, null);
     this.findAction = new global::Gtk.RadioAction ("findAction", global::Mono.Unix.Catalog.GetString ("LinkChk"), null, "gtk-find", 0);
     this.findAction.Group = this.gotoBottomAction.Group;
     this.findAction.ShortLabel = global::Mono.Unix.Catalog.GetString ("LinkChk");
     w1.Add (this.findAction, null);
     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.executeAction9 = new global::Gtk.ToggleAction ("executeAction9", null, null, "gtk-execute");
     this.executeAction9.Active = true;
     w1.Add (this.executeAction9, null);
     this.executeAction10 = new global::Gtk.ToggleAction ("executeAction10", null, null, "gtk-execute");
     this.executeAction10.Active = true;
     w1.Add (this.executeAction10, null);
     this.executeAction11 = new global::Gtk.ToggleAction ("executeAction11", null, null, "gtk-execute");
     this.executeAction11.Active = true;
     w1.Add (this.executeAction11, null);
     this.mediaPlayAction = new global::Gtk.ToggleAction ("mediaPlayAction", null, null, "gtk-media-play");
     w1.Add (this.mediaPlayAction, null);
     this.mediaStopAction = new global::Gtk.Action ("mediaStopAction", null, null, "gtk-media-stop");
     w1.Add (this.mediaStopAction, null);
     this.goForwardAction = new global::Gtk.Action ("goForwardAction", null, null, "gtk-go-forward");
     w1.Add (this.goForwardAction, null);
     this.UIManager.InsertActionGroup (w1, 0);
     this.AddAccelGroup (this.UIManager.AccelGroup);
     this.Events = ((global::Gdk.EventMask)(256));
     this.Name = "MainWindow";
     this.Title = global::Mono.Unix.Catalog.GetString ("Celltronix");
     this.WindowPosition = ((global::Gtk.WindowPosition)(4));
     // Container child MainWindow.Gtk.Container+ContainerChild
     this.vbox1 = new global::Gtk.VBox ();
     this.vbox1.Name = "vbox1";
     this.vbox1.Spacing = 6;
     // Container child vbox1.Gtk.Box+BoxChild
     this.UIManager.AddUiFromString ("<ui><menubar name='menubar1'><menu name='FileAction' action='FileAction'/></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.vpaned1 = new global::Gtk.VPaned ();
     this.vpaned1.CanFocus = true;
     this.vpaned1.Name = "vpaned1";
     this.vpaned1.Position = 352;
     // Container child vpaned1.Gtk.Paned+PanedChild
     this.hbox1 = new global::Gtk.HBox ();
     this.hbox1.Name = "hbox1";
     this.hbox1.Spacing = 6;
     // Container child hbox1.Gtk.Box+BoxChild
     this.UIManager.AddUiFromString ("<ui><toolbar name='toolbar1'><toolitem name='newAction' action='newAction'/><toolitem name='openAction' action='openAction'/><toolitem name='saveAction' action='saveAction'/><toolitem name='refreshAction' action='refreshAction'/></toolbar></ui>");
     this.toolbar1 = ((global::Gtk.Toolbar)(this.UIManager.GetWidget ("/toolbar1")));
     this.toolbar1.Name = "toolbar1";
     this.toolbar1.Orientation = ((global::Gtk.Orientation)(1));
     this.toolbar1.ShowArrow = false;
     this.hbox1.Add (this.toolbar1);
     global::Gtk.Box.BoxChild w3 = ((global::Gtk.Box.BoxChild)(this.hbox1 [this.toolbar1]));
     w3.Position = 0;
     w3.Expand = false;
     w3.Fill = false;
     // Container child hbox1.Gtk.Box+BoxChild
     this.drawingarea1 = new global::Gtk.DrawingArea ();
     this.drawingarea1.Events = ((global::Gdk.EventMask)(774));
     this.drawingarea1.Name = "drawingarea1";
     this.hbox1.Add (this.drawingarea1);
     global::Gtk.Box.BoxChild w4 = ((global::Gtk.Box.BoxChild)(this.hbox1 [this.drawingarea1]));
     w4.Position = 1;
     // 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.UIManager.AddUiFromString ("<ui><toolbar name='toolbar2'><toolitem name='executeAction4' action='executeAction4'/><toolitem name='executeAction' action='executeAction'/><toolitem name='executeAction5' action='executeAction5'/><toolitem name='executeAction8' action='executeAction8'/><toolitem name='executeAction6' action='executeAction6'/><toolitem name='executeAction7' action='executeAction7'/><toolitem name='gotoBottomAction' action='gotoBottomAction'/><toolitem name='gotoTopAction' action='gotoTopAction'/><toolitem name='findAction' action='findAction'/></toolbar></ui>");
     this.toolbar2 = ((global::Gtk.Toolbar)(this.UIManager.GetWidget ("/toolbar2")));
     this.toolbar2.Name = "toolbar2";
     this.toolbar2.Orientation = ((global::Gtk.Orientation)(1));
     this.toolbar2.ShowArrow = false;
     this.vbox2.Add (this.toolbar2);
     global::Gtk.Box.BoxChild w5 = ((global::Gtk.Box.BoxChild)(this.vbox2 [this.toolbar2]));
     w5.Position = 0;
     // Container child vbox2.Gtk.Box+BoxChild
     this.hbuttonbox2 = new global::Gtk.HButtonBox ();
     this.hbuttonbox2.Name = "hbuttonbox2";
     this.vbox2.Add (this.hbuttonbox2);
     global::Gtk.Box.BoxChild w6 = ((global::Gtk.Box.BoxChild)(this.vbox2 [this.hbuttonbox2]));
     w6.Position = 1;
     w6.Expand = false;
     w6.Fill = false;
     // Container child vbox2.Gtk.Box+BoxChild
     this.UIManager.AddUiFromString ("<ui><toolbar name='toolbar3'><toolitem name='executeAction9' action='executeAction9'/><toolitem name='executeAction10' action='executeAction10'/></toolbar></ui>");
     this.toolbar3 = ((global::Gtk.Toolbar)(this.UIManager.GetWidget ("/toolbar3")));
     this.toolbar3.Name = "toolbar3";
     this.toolbar3.ShowArrow = false;
     this.toolbar3.ToolbarStyle = ((global::Gtk.ToolbarStyle)(0));
     this.toolbar3.IconSize = ((global::Gtk.IconSize)(2));
     this.vbox2.Add (this.toolbar3);
     global::Gtk.Box.BoxChild w7 = ((global::Gtk.Box.BoxChild)(this.vbox2 [this.toolbar3]));
     w7.Position = 2;
     w7.Expand = false;
     w7.Fill = false;
     this.hbox1.Add (this.vbox2);
     global::Gtk.Box.BoxChild w8 = ((global::Gtk.Box.BoxChild)(this.hbox1 [this.vbox2]));
     w8.Position = 2;
     w8.Expand = false;
     w8.Fill = false;
     this.vpaned1.Add (this.hbox1);
     global::Gtk.Paned.PanedChild w9 = ((global::Gtk.Paned.PanedChild)(this.vpaned1 [this.hbox1]));
     w9.Resize = false;
     // Container child vpaned1.Gtk.Paned+PanedChild
     this.hbox2 = new global::Gtk.HBox ();
     this.hbox2.Name = "hbox2";
     this.hbox2.Spacing = 6;
     // Container child hbox2.Gtk.Box+BoxChild
     this.UIManager.AddUiFromString ("<ui><toolbar name='toolbar4'><toolitem name='mediaPlayAction' action='mediaPlayAction'/><toolitem name='mediaStopAction' action='mediaStopAction'/><toolitem name='goForwardAction' action='goForwardAction'/></toolbar></ui>");
     this.toolbar4 = ((global::Gtk.Toolbar)(this.UIManager.GetWidget ("/toolbar4")));
     this.toolbar4.Name = "toolbar4";
     this.toolbar4.Orientation = ((global::Gtk.Orientation)(1));
     this.toolbar4.ShowArrow = false;
     this.toolbar4.ToolbarStyle = ((global::Gtk.ToolbarStyle)(0));
     this.hbox2.Add (this.toolbar4);
     global::Gtk.Box.BoxChild w10 = ((global::Gtk.Box.BoxChild)(this.hbox2 [this.toolbar4]));
     w10.Position = 0;
     w10.Expand = false;
     w10.Fill = false;
     // Container child hbox2.Gtk.Box+BoxChild
     this.vscaleSimSpeed = new global::Gtk.VScale (null);
     this.vscaleSimSpeed.TooltipMarkup = "simulation speed";
     this.vscaleSimSpeed.CanFocus = true;
     this.vscaleSimSpeed.Name = "vscaleSimSpeed";
     this.vscaleSimSpeed.Adjustment.Upper = 100;
     this.vscaleSimSpeed.Adjustment.PageIncrement = 10;
     this.vscaleSimSpeed.Adjustment.StepIncrement = 1;
     this.vscaleSimSpeed.Adjustment.Value = 10;
     this.vscaleSimSpeed.DrawValue = false;
     this.vscaleSimSpeed.Digits = 0;
     this.vscaleSimSpeed.ValuePos = ((global::Gtk.PositionType)(2));
     this.hbox2.Add (this.vscaleSimSpeed);
     global::Gtk.Box.BoxChild w11 = ((global::Gtk.Box.BoxChild)(this.hbox2 [this.vscaleSimSpeed]));
     w11.Position = 1;
     w11.Expand = false;
     w11.Fill = false;
     // Container child hbox2.Gtk.Box+BoxChild
     this.drawingarea2 = new global::Gtk.DrawingArea ();
     this.drawingarea2.Name = "drawingarea2";
     this.hbox2.Add (this.drawingarea2);
     global::Gtk.Box.BoxChild w12 = ((global::Gtk.Box.BoxChild)(this.hbox2 [this.drawingarea2]));
     w12.Position = 2;
     this.vpaned1.Add (this.hbox2);
     this.vbox1.Add (this.vpaned1);
     global::Gtk.Box.BoxChild w14 = ((global::Gtk.Box.BoxChild)(this.vbox1 [this.vpaned1]));
     w14.Position = 1;
     // Container child vbox1.Gtk.Box+BoxChild
     this.statusbar1 = new global::Gtk.Statusbar ();
     this.statusbar1.Name = "statusbar1";
     this.statusbar1.Spacing = 6;
     // Container child statusbar1.Gtk.Box+BoxChild
     this.lblCellCount = new global::Gtk.Label ();
     this.lblCellCount.Name = "lblCellCount";
     this.statusbar1.Add (this.lblCellCount);
     global::Gtk.Box.BoxChild w15 = ((global::Gtk.Box.BoxChild)(this.statusbar1 [this.lblCellCount]));
     w15.Position = 1;
     w15.Expand = false;
     w15.Fill = false;
     this.vbox1.Add (this.statusbar1);
     global::Gtk.Box.BoxChild w16 = ((global::Gtk.Box.BoxChild)(this.vbox1 [this.statusbar1]));
     w16.Position = 2;
     w16.Expand = false;
     w16.Fill = false;
     this.Add (this.vbox1);
     if ((this.Child != null)) {
         this.Child.ShowAll ();
     }
     this.DefaultWidth = 962;
     this.DefaultHeight = 655;
     this.Show ();
     this.DeleteEvent += new global::Gtk.DeleteEventHandler (this.OnDeleteEvent);
     this.SizeAllocated += new global::Gtk.SizeAllocatedHandler (this.onSize);
     this.executeAction.Activated += new global::System.EventHandler (this.onSP);
     this.executeAction4.Activated += new global::System.EventHandler (this.onSN);
     this.executeAction5.Activated += new global::System.EventHandler (this.onMetal);
     this.executeAction6.Activated += new global::System.EventHandler (this.onDelS);
     this.executeAction7.Activated += new global::System.EventHandler (this.onDelM);
     this.newAction.Activated += new global::System.EventHandler (this.onNew);
     this.refreshAction.Activated += new global::System.EventHandler (this.onRedraw);
     this.gotoBottomAction.Activated += new global::System.EventHandler (this.onInput);
     this.executeAction8.Activated += new global::System.EventHandler (this.onVia);
     this.findAction.Activated += new global::System.EventHandler (this.onLinkChk);
     this.executeAction9.Activated += new global::System.EventHandler (this.showHideM);
     this.executeAction10.Activated += new global::System.EventHandler (this.showHideS);
     this.executeAction11.Activated += new global::System.EventHandler (this.showHideM);
     this.goForwardAction.Activated += new global::System.EventHandler (this.OnSimStepActionActivated);
     this.drawingarea1.ExposeEvent += new global::Gtk.ExposeEventHandler (this.onDAExposed);
     this.drawingarea1.ButtonPressEvent += new global::Gtk.ButtonPressEventHandler (this.onDAButtonPress);
     this.drawingarea1.ButtonReleaseEvent += new global::Gtk.ButtonReleaseEventHandler (this.onDAButtonRelease);
     this.drawingarea1.MotionNotifyEvent += new global::Gtk.MotionNotifyEventHandler (this.onDAMotionNotify);
     this.lblCellCount.ExposeEvent += new global::Gtk.ExposeEventHandler (this.OnLblCellCountExposeEvent);
 }