// This file has been generated by the GUI designer. Do not modify. namespace DMX2 { public partial class SeqSonUI { private global::Gtk.UIManager UIManager; private global::Gtk.Action closeAction; private global::Gtk.Action mediaPlayAction; private global::Gtk.Action mediaPauseAction; private global::Gtk.Action mediaStopAction; private global::Gtk.Action mediaPreviousAction; private global::Gtk.Action mediaRewindAction; private global::Gtk.Action mediaForwardAction; private global::Gtk.Action mediaNextAction; private global::Gtk.Action addAction; private global::Gtk.Action removeAction; private global::Gtk.Action preferencesAction; private global::Gtk.Action closeAction1; private global::Gtk.Action preferencesAction1; private global::Gtk.Frame frame1; private global::Gtk.Alignment GtkAlignment; private global::Gtk.VBox vbox2; private global::Gtk.HBox hbox1; private global::Gtk.VBox vbox3; private global::Gtk.EventBox evBBox; private global::Gtk.HBox hbox2; private global::Gtk.Label posLabel; private global::Gtk.Label actLabel; private global::Gtk.Label timeLabel; private global::Gtk.ProgressBar progressbar1; private global::Gtk.Toolbar toolbar2; private global::Gtk.HBox hbox4; private global::Gtk.Toolbar toolbar3; private global::Gtk.Entry entry1; private global::Gtk.Button button133; private global::Gtk.VScale vscale1; private global::Gtk.Toolbar toolbar4; private global::Gtk.ScrolledWindow GtkScrolledWindow; private global::Gtk.NodeView nodeview1; private global::Gtk.Label GtkLabel3; protected virtual void Build () { global::Stetic.Gui.Initialize (this); // Widget DMX2.SeqSonUI Stetic.BinContainer w1 = global::Stetic.BinContainer.Attach (this); this.UIManager = new global::Gtk.UIManager (); global::Gtk.ActionGroup w2 = new global::Gtk.ActionGroup ("Default"); this.closeAction = new global::Gtk.Action ("closeAction", null, null, "gtk-close"); w2.Add (this.closeAction, null); this.mediaPlayAction = new global::Gtk.Action ("mediaPlayAction", null, null, "gtk-media-play"); w2.Add (this.mediaPlayAction, null); this.mediaPauseAction = new global::Gtk.Action ("mediaPauseAction", null, null, "gtk-media-pause"); w2.Add (this.mediaPauseAction, null); this.mediaStopAction = new global::Gtk.Action ("mediaStopAction", null, null, "gtk-media-stop"); w2.Add (this.mediaStopAction, null); this.mediaPreviousAction = new global::Gtk.Action ("mediaPreviousAction", null, null, "gtk-media-previous"); w2.Add (this.mediaPreviousAction, null); this.mediaRewindAction = new global::Gtk.Action ("mediaRewindAction", null, null, "gtk-media-rewind"); w2.Add (this.mediaRewindAction, null); this.mediaForwardAction = new global::Gtk.Action ("mediaForwardAction", null, null, "gtk-media-forward"); w2.Add (this.mediaForwardAction, null); this.mediaNextAction = new global::Gtk.Action ("mediaNextAction", null, null, "gtk-media-next"); w2.Add (this.mediaNextAction, null); this.addAction = new global::Gtk.Action ("addAction", null, null, "gtk-add"); w2.Add (this.addAction, null); this.removeAction = new global::Gtk.Action ("removeAction", null, null, "gtk-remove"); w2.Add (this.removeAction, null); this.preferencesAction = new global::Gtk.Action ("preferencesAction", null, null, "gtk-preferences"); w2.Add (this.preferencesAction, null); this.closeAction1 = new global::Gtk.Action ("closeAction1", null, null, "gtk-close"); w2.Add (this.closeAction1, null); this.preferencesAction1 = new global::Gtk.Action ("preferencesAction1", null, null, "gtk-preferences"); w2.Add (this.preferencesAction1, null); this.UIManager.InsertActionGroup (w2, 0); this.Name = "DMX2.SeqSonUI"; // Container child DMX2.SeqSonUI.Gtk.Container+ContainerChild this.frame1 = new global::Gtk.Frame (); this.frame1.Name = "frame1"; this.frame1.ShadowType = ((global::Gtk.ShadowType)(1)); // Container child frame1.Gtk.Container+ContainerChild this.GtkAlignment = new global::Gtk.Alignment (0F, 0F, 1F, 1F); this.GtkAlignment.Name = "GtkAlignment"; this.GtkAlignment.LeftPadding = ((uint)(12)); // Container child GtkAlignment.Gtk.Container+ContainerChild this.vbox2 = new global::Gtk.VBox (); this.vbox2.Name = "vbox2"; this.vbox2.Spacing = 6; // Container child vbox2.Gtk.Box+BoxChild this.hbox1 = new global::Gtk.HBox (); this.hbox1.Name = "hbox1"; this.hbox1.Spacing = 6; // Container child hbox1.Gtk.Box+BoxChild this.vbox3 = new global::Gtk.VBox (); this.vbox3.Name = "vbox3"; this.vbox3.Spacing = 6; // Container child vbox3.Gtk.Box+BoxChild this.evBBox = new global::Gtk.EventBox (); this.evBBox.Name = "evBBox"; // Container child evBBox.Gtk.Container+ContainerChild this.hbox2 = new global::Gtk.HBox (); this.hbox2.WidthRequest = 300; this.hbox2.Name = "hbox2"; this.hbox2.Spacing = 6; // Container child hbox2.Gtk.Box+BoxChild this.posLabel = new global::Gtk.Label (); this.posLabel.HeightRequest = 33; this.posLabel.Name = "posLabel"; this.posLabel.Xpad = 15; this.posLabel.Xalign = 0F; this.posLabel.LabelProp = "n° 0"; this.posLabel.UseMarkup = true; this.hbox2.Add (this.posLabel); global::Gtk.Box.BoxChild w3 = ((global::Gtk.Box.BoxChild)(this.hbox2 [this.posLabel])); w3.Position = 0; w3.Expand = false; w3.Fill = false; // Container child hbox2.Gtk.Box+BoxChild this.actLabel = new global::Gtk.Label (); this.actLabel.Name = "actLabel"; this.actLabel.UseMarkup = true; this.actLabel.Wrap = true; this.hbox2.Add (this.actLabel); global::Gtk.Box.BoxChild w4 = ((global::Gtk.Box.BoxChild)(this.hbox2 [this.actLabel])); w4.Position = 1; w4.Fill = false; // Container child hbox2.Gtk.Box+BoxChild this.timeLabel = new global::Gtk.Label (); this.timeLabel.HeightRequest = 33; this.timeLabel.Name = "timeLabel"; this.timeLabel.Xpad = 15; this.timeLabel.LabelProp = "00.0"; this.timeLabel.UseMarkup = true; this.hbox2.Add (this.timeLabel); global::Gtk.Box.BoxChild w5 = ((global::Gtk.Box.BoxChild)(this.hbox2 [this.timeLabel])); w5.PackType = ((global::Gtk.PackType)(1)); w5.Position = 2; w5.Expand = false; w5.Fill = false; this.evBBox.Add (this.hbox2); this.vbox3.Add (this.evBBox); global::Gtk.Box.BoxChild w7 = ((global::Gtk.Box.BoxChild)(this.vbox3 [this.evBBox])); w7.Position = 0; w7.Expand = false; w7.Fill = false; // Container child vbox3.Gtk.Box+BoxChild this.progressbar1 = new global::Gtk.ProgressBar (); this.progressbar1.Name = "progressbar1"; this.vbox3.Add (this.progressbar1); global::Gtk.Box.BoxChild w8 = ((global::Gtk.Box.BoxChild)(this.vbox3 [this.progressbar1])); w8.Position = 1; w8.Expand = false; w8.Fill = false; // Container child vbox3.Gtk.Box+BoxChild this.UIManager.AddUiFromString (""); this.toolbar2 = ((global::Gtk.Toolbar)(this.UIManager.GetWidget ("/toolbar2"))); this.toolbar2.Name = "toolbar2"; this.toolbar2.ShowArrow = false; this.toolbar2.ToolbarStyle = ((global::Gtk.ToolbarStyle)(0)); this.toolbar2.IconSize = ((global::Gtk.IconSize)(2)); this.vbox3.Add (this.toolbar2); global::Gtk.Box.BoxChild w9 = ((global::Gtk.Box.BoxChild)(this.vbox3 [this.toolbar2])); w9.Position = 2; w9.Expand = false; w9.Fill = false; // Container child vbox3.Gtk.Box+BoxChild this.hbox4 = new global::Gtk.HBox (); this.hbox4.Name = "hbox4"; this.hbox4.Spacing = 6; // Container child hbox4.Gtk.Box+BoxChild this.UIManager.AddUiFromString (""); 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.hbox4.Add (this.toolbar3); global::Gtk.Box.BoxChild w10 = ((global::Gtk.Box.BoxChild)(this.hbox4 [this.toolbar3])); w10.Position = 0; // Container child hbox4.Gtk.Box+BoxChild this.entry1 = new global::Gtk.Entry (); this.entry1.CanFocus = true; this.entry1.Name = "entry1"; this.entry1.IsEditable = true; this.entry1.InvisibleChar = '•'; this.hbox4.Add (this.entry1); global::Gtk.Box.BoxChild w11 = ((global::Gtk.Box.BoxChild)(this.hbox4 [this.entry1])); w11.Position = 1; // Container child hbox4.Gtk.Box+BoxChild this.button133 = new global::Gtk.Button (); this.button133.CanFocus = true; this.button133.Name = "button133"; this.button133.UseUnderline = true; this.button133.Label = "GoTo"; this.hbox4.Add (this.button133); global::Gtk.Box.BoxChild w12 = ((global::Gtk.Box.BoxChild)(this.hbox4 [this.button133])); w12.Position = 2; w12.Expand = false; w12.Fill = false; this.vbox3.Add (this.hbox4); global::Gtk.Box.BoxChild w13 = ((global::Gtk.Box.BoxChild)(this.vbox3 [this.hbox4])); w13.Position = 3; w13.Expand = false; w13.Fill = false; this.hbox1.Add (this.vbox3); global::Gtk.Box.BoxChild w14 = ((global::Gtk.Box.BoxChild)(this.hbox1 [this.vbox3])); w14.Position = 0; // Container child hbox1.Gtk.Box+BoxChild this.vscale1 = new global::Gtk.VScale (null); this.vscale1.WidthRequest = 20; this.vscale1.CanFocus = true; this.vscale1.Name = "vscale1"; this.vscale1.Inverted = true; this.vscale1.Adjustment.Upper = 100; this.vscale1.Adjustment.PageIncrement = 10; this.vscale1.Adjustment.StepIncrement = 1; this.vscale1.Adjustment.Value = 100; this.vscale1.DrawValue = true; this.vscale1.Digits = 0; this.vscale1.ValuePos = ((global::Gtk.PositionType)(3)); this.hbox1.Add (this.vscale1); global::Gtk.Box.BoxChild w15 = ((global::Gtk.Box.BoxChild)(this.hbox1 [this.vscale1])); w15.Position = 1; w15.Expand = false; w15.Fill = false; // Container child hbox1.Gtk.Box+BoxChild this.UIManager.AddUiFromString (""); 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.toolbar4.IconSize = ((global::Gtk.IconSize)(2)); this.hbox1.Add (this.toolbar4); global::Gtk.Box.BoxChild w16 = ((global::Gtk.Box.BoxChild)(this.hbox1 [this.toolbar4])); w16.Position = 2; w16.Expand = false; w16.Fill = false; this.vbox2.Add (this.hbox1); global::Gtk.Box.BoxChild w17 = ((global::Gtk.Box.BoxChild)(this.vbox2 [this.hbox1])); w17.Position = 0; w17.Expand = false; w17.Fill = false; // Container child vbox2.Gtk.Box+BoxChild this.GtkScrolledWindow = new global::Gtk.ScrolledWindow (); this.GtkScrolledWindow.Name = "GtkScrolledWindow"; this.GtkScrolledWindow.ShadowType = ((global::Gtk.ShadowType)(1)); // Container child GtkScrolledWindow.Gtk.Container+ContainerChild this.nodeview1 = new global::Gtk.NodeView (); this.nodeview1.CanFocus = true; this.nodeview1.Name = "nodeview1"; this.GtkScrolledWindow.Add (this.nodeview1); this.vbox2.Add (this.GtkScrolledWindow); global::Gtk.Box.BoxChild w19 = ((global::Gtk.Box.BoxChild)(this.vbox2 [this.GtkScrolledWindow])); w19.Position = 1; this.GtkAlignment.Add (this.vbox2); this.frame1.Add (this.GtkAlignment); this.GtkLabel3 = new global::Gtk.Label (); this.GtkLabel3.Name = "GtkLabel3"; this.GtkLabel3.LabelProp = "Sequenceur Son"; this.GtkLabel3.UseMarkup = true; this.frame1.LabelWidget = this.GtkLabel3; this.Add (this.frame1); if ((this.Child != null)) { this.Child.ShowAll (); } w1.SetUiManager (UIManager); this.Hide (); } } }