// This file has been generated by the GUI designer. Do not modify. namespace DMX2 { public partial class GestionMidiUI { private global::Gtk.Table table1; private global::Gtk.Frame frame2; private global::Gtk.Alignment GtkAlignment3; private global::Gtk.VBox vbox4; private global::Gtk.HBox hbox1; private global::Gtk.Label label3; private global::Gtk.SpinButton spinNbPage; private global::Gtk.HBox hbox2; private global::Gtk.Label label4; private global::Gtk.SpinButton spinUPCh; private global::Gtk.Label GtkLabel5; private global::Gtk.Frame frame3; private global::Gtk.Alignment GtkAlignment2; private global::Gtk.VBox vbox5; private global::Gtk.CheckButton chkFB; private global::Gtk.Label GtkLabel3; private global::Gtk.HButtonBox hbuttonbox2; private global::Gtk.Button btnActiv; private global::Gtk.Button btnDesactiv; private global::Gtk.VBox vbox2; private global::Gtk.Label label1; private global::Gtk.ScrolledWindow GtkScrolledWindow; private global::Gtk.TreeView listDetect; private global::Gtk.VBox vbox3; private global::Gtk.Label label2; private global::Gtk.ScrolledWindow GtkScrolledWindow1; private global::Gtk.TreeView listKnown; private global::Gtk.Button buttonClose; protected virtual void Build () { global::Stetic.Gui.Initialize (this); // Widget DMX2.GestionMidiUI this.Name = "DMX2.GestionMidiUI"; this.Title = "Connexions Midi"; this.WindowPosition = ((global::Gtk.WindowPosition)(4)); // Internal child DMX2.GestionMidiUI.VBox global::Gtk.VBox w1 = this.VBox; w1.Name = "dialog1_VBox"; w1.BorderWidth = ((uint)(2)); // Container child dialog1_VBox.Gtk.Box+BoxChild this.table1 = new global::Gtk.Table (((uint)(3)), ((uint)(2)), false); this.table1.Name = "table1"; this.table1.RowSpacing = ((uint)(6)); this.table1.ColumnSpacing = ((uint)(6)); // Container child table1.Gtk.Table+TableChild this.frame2 = new global::Gtk.Frame (); this.frame2.Name = "frame2"; this.frame2.ShadowType = ((global::Gtk.ShadowType)(1)); // Container child frame2.Gtk.Container+ContainerChild this.GtkAlignment3 = new global::Gtk.Alignment (0F, 0F, 1F, 1F); this.GtkAlignment3.Name = "GtkAlignment3"; this.GtkAlignment3.LeftPadding = ((uint)(12)); // Container child GtkAlignment3.Gtk.Container+ContainerChild this.vbox4 = new global::Gtk.VBox (); this.vbox4.Name = "vbox4"; this.vbox4.Spacing = 6; // Container child vbox4.Gtk.Box+BoxChild this.hbox1 = new global::Gtk.HBox (); this.hbox1.Name = "hbox1"; this.hbox1.Spacing = 6; // Container child hbox1.Gtk.Box+BoxChild this.label3 = new global::Gtk.Label (); this.label3.Name = "label3"; this.label3.Xalign = 0F; this.label3.LabelProp = "Nombre de pages"; this.hbox1.Add (this.label3); global::Gtk.Box.BoxChild w2 = ((global::Gtk.Box.BoxChild)(this.hbox1 [this.label3])); w2.Position = 0; w2.Expand = false; w2.Fill = false; // Container child hbox1.Gtk.Box+BoxChild this.spinNbPage = new global::Gtk.SpinButton (1, 99, 1); this.spinNbPage.CanFocus = true; this.spinNbPage.Name = "spinNbPage"; this.spinNbPage.Adjustment.PageIncrement = 10; this.spinNbPage.ClimbRate = 1; this.spinNbPage.Numeric = true; this.spinNbPage.Value = 8; this.hbox1.Add (this.spinNbPage); global::Gtk.Box.BoxChild w3 = ((global::Gtk.Box.BoxChild)(this.hbox1 [this.spinNbPage])); w3.PackType = ((global::Gtk.PackType)(1)); w3.Position = 1; w3.Expand = false; w3.Fill = false; this.vbox4.Add (this.hbox1); global::Gtk.Box.BoxChild w4 = ((global::Gtk.Box.BoxChild)(this.vbox4 [this.hbox1])); w4.Position = 0; w4.Expand = false; w4.Fill = false; // Container child vbox4.Gtk.Box+BoxChild this.hbox2 = new global::Gtk.HBox (); this.hbox2.Name = "hbox2"; this.hbox2.Spacing = 6; // Container child hbox2.Gtk.Box+BoxChild this.label4 = new global::Gtk.Label (); this.label4.Name = "label4"; this.label4.Xalign = 0F; this.label4.LabelProp = "Ne pas paginer\nce canal :"; this.hbox2.Add (this.label4); global::Gtk.Box.BoxChild w5 = ((global::Gtk.Box.BoxChild)(this.hbox2 [this.label4])); w5.Position = 0; w5.Expand = false; w5.Fill = false; // Container child hbox2.Gtk.Box+BoxChild this.spinUPCh = new global::Gtk.SpinButton (0, 16, 1); this.spinUPCh.CanFocus = true; this.spinUPCh.Name = "spinUPCh"; this.spinUPCh.Adjustment.PageIncrement = 10; this.spinUPCh.ClimbRate = 1; this.spinUPCh.Numeric = true; this.hbox2.Add (this.spinUPCh); global::Gtk.Box.BoxChild w6 = ((global::Gtk.Box.BoxChild)(this.hbox2 [this.spinUPCh])); w6.PackType = ((global::Gtk.PackType)(1)); w6.Position = 1; w6.Expand = false; w6.Fill = false; this.vbox4.Add (this.hbox2); global::Gtk.Box.BoxChild w7 = ((global::Gtk.Box.BoxChild)(this.vbox4 [this.hbox2])); w7.Position = 1; w7.Expand = false; w7.Fill = false; this.GtkAlignment3.Add (this.vbox4); this.frame2.Add (this.GtkAlignment3); this.GtkLabel5 = new global::Gtk.Label (); this.GtkLabel5.Name = "GtkLabel5"; this.GtkLabel5.LabelProp = "Options Midi"; this.GtkLabel5.UseMarkup = true; this.frame2.LabelWidget = this.GtkLabel5; this.table1.Add (this.frame2); global::Gtk.Table.TableChild w10 = ((global::Gtk.Table.TableChild)(this.table1 [this.frame2])); w10.XOptions = ((global::Gtk.AttachOptions)(4)); w10.YOptions = ((global::Gtk.AttachOptions)(4)); // Container child table1.Gtk.Table+TableChild this.frame3 = new global::Gtk.Frame (); this.frame3.Name = "frame3"; this.frame3.ShadowType = ((global::Gtk.ShadowType)(1)); // Container child frame3.Gtk.Container+ContainerChild this.GtkAlignment2 = new global::Gtk.Alignment (0F, 0F, 1F, 1F); this.GtkAlignment2.Name = "GtkAlignment2"; this.GtkAlignment2.LeftPadding = ((uint)(12)); // Container child GtkAlignment2.Gtk.Container+ContainerChild this.vbox5 = new global::Gtk.VBox (); this.vbox5.Name = "vbox5"; this.vbox5.Spacing = 6; // Container child vbox5.Gtk.Box+BoxChild this.chkFB = new global::Gtk.CheckButton (); this.chkFB.Sensitive = false; this.chkFB.CanFocus = true; this.chkFB.Name = "chkFB"; this.chkFB.Label = "Feedback\n(interface motorisée)"; this.chkFB.DrawIndicator = true; this.chkFB.UseUnderline = true; this.vbox5.Add (this.chkFB); global::Gtk.Box.BoxChild w11 = ((global::Gtk.Box.BoxChild)(this.vbox5 [this.chkFB])); w11.Position = 0; w11.Expand = false; w11.Fill = false; this.GtkAlignment2.Add (this.vbox5); this.frame3.Add (this.GtkAlignment2); this.GtkLabel3 = new global::Gtk.Label (); this.GtkLabel3.Name = "GtkLabel3"; this.GtkLabel3.LabelProp = "Options de l'interface"; this.GtkLabel3.UseMarkup = true; this.frame3.LabelWidget = this.GtkLabel3; this.table1.Add (this.frame3); global::Gtk.Table.TableChild w14 = ((global::Gtk.Table.TableChild)(this.table1 [this.frame3])); w14.TopAttach = ((uint)(2)); w14.BottomAttach = ((uint)(3)); w14.XOptions = ((global::Gtk.AttachOptions)(4)); w14.YOptions = ((global::Gtk.AttachOptions)(4)); // Container child table1.Gtk.Table+TableChild this.hbuttonbox2 = new global::Gtk.HButtonBox (); this.hbuttonbox2.Name = "hbuttonbox2"; // Container child hbuttonbox2.Gtk.ButtonBox+ButtonBoxChild this.btnActiv = new global::Gtk.Button (); this.btnActiv.Sensitive = false; this.btnActiv.CanFocus = true; this.btnActiv.Name = "btnActiv"; this.btnActiv.UseUnderline = true; // Container child btnActiv.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-go-down", global::Gtk.IconSize.Menu); w16.Add (w17); // Container child GtkHBox.Gtk.Container+ContainerChild global::Gtk.Label w19 = new global::Gtk.Label (); w19.LabelProp = "Activer"; w19.UseUnderline = true; w16.Add (w19); w15.Add (w16); this.btnActiv.Add (w15); this.hbuttonbox2.Add (this.btnActiv); global::Gtk.ButtonBox.ButtonBoxChild w23 = ((global::Gtk.ButtonBox.ButtonBoxChild)(this.hbuttonbox2 [this.btnActiv])); w23.Expand = false; w23.Fill = false; // Container child hbuttonbox2.Gtk.ButtonBox+ButtonBoxChild this.btnDesactiv = new global::Gtk.Button (); this.btnDesactiv.Sensitive = false; this.btnDesactiv.CanFocus = true; this.btnDesactiv.Name = "btnDesactiv"; this.btnDesactiv.UseUnderline = true; // Container child btnDesactiv.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-go-up", global::Gtk.IconSize.Menu); w25.Add (w26); // Container child GtkHBox.Gtk.Container+ContainerChild global::Gtk.Label w28 = new global::Gtk.Label (); w28.LabelProp = "Désactiver"; w28.UseUnderline = true; w25.Add (w28); w24.Add (w25); this.btnDesactiv.Add (w24); this.hbuttonbox2.Add (this.btnDesactiv); global::Gtk.ButtonBox.ButtonBoxChild w32 = ((global::Gtk.ButtonBox.ButtonBoxChild)(this.hbuttonbox2 [this.btnDesactiv])); w32.Position = 1; w32.Expand = false; w32.Fill = false; this.table1.Add (this.hbuttonbox2); global::Gtk.Table.TableChild w33 = ((global::Gtk.Table.TableChild)(this.table1 [this.hbuttonbox2])); w33.TopAttach = ((uint)(1)); w33.BottomAttach = ((uint)(2)); w33.LeftAttach = ((uint)(1)); w33.RightAttach = ((uint)(2)); w33.XOptions = ((global::Gtk.AttachOptions)(0)); w33.YOptions = ((global::Gtk.AttachOptions)(4)); // Container child table1.Gtk.Table+TableChild this.vbox2 = new global::Gtk.VBox (); this.vbox2.Name = "vbox2"; this.vbox2.Spacing = 6; // Container child vbox2.Gtk.Box+BoxChild this.label1 = new global::Gtk.Label (); this.label1.Name = "label1"; this.label1.Xalign = 0F; this.label1.LabelProp = "Interfaces disponibles :"; this.vbox2.Add (this.label1); global::Gtk.Box.BoxChild w34 = ((global::Gtk.Box.BoxChild)(this.vbox2 [this.label1])); w34.Position = 0; w34.Expand = false; w34.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.listDetect = new global::Gtk.TreeView (); this.listDetect.CanFocus = true; this.listDetect.Name = "listDetect"; this.listDetect.HeadersVisible = false; this.GtkScrolledWindow.Add (this.listDetect); this.vbox2.Add (this.GtkScrolledWindow); global::Gtk.Box.BoxChild w36 = ((global::Gtk.Box.BoxChild)(this.vbox2 [this.GtkScrolledWindow])); w36.Position = 1; this.table1.Add (this.vbox2); global::Gtk.Table.TableChild w37 = ((global::Gtk.Table.TableChild)(this.table1 [this.vbox2])); w37.LeftAttach = ((uint)(1)); w37.RightAttach = ((uint)(2)); // Container child table1.Gtk.Table+TableChild this.vbox3 = new global::Gtk.VBox (); this.vbox3.Name = "vbox3"; this.vbox3.Spacing = 6; // Container child vbox3.Gtk.Box+BoxChild this.label2 = new global::Gtk.Label (); this.label2.Name = "label2"; this.label2.Xalign = 0F; this.label2.LabelProp = "Interfaces selectionnées : "; this.vbox3.Add (this.label2); global::Gtk.Box.BoxChild w38 = ((global::Gtk.Box.BoxChild)(this.vbox3 [this.label2])); w38.Position = 0; w38.Expand = false; w38.Fill = false; // Container child vbox3.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.listKnown = new global::Gtk.TreeView (); this.listKnown.CanFocus = true; this.listKnown.Name = "listKnown"; this.listKnown.HeadersVisible = false; this.GtkScrolledWindow1.Add (this.listKnown); this.vbox3.Add (this.GtkScrolledWindow1); global::Gtk.Box.BoxChild w40 = ((global::Gtk.Box.BoxChild)(this.vbox3 [this.GtkScrolledWindow1])); w40.Position = 1; this.table1.Add (this.vbox3); global::Gtk.Table.TableChild w41 = ((global::Gtk.Table.TableChild)(this.table1 [this.vbox3])); w41.TopAttach = ((uint)(2)); w41.BottomAttach = ((uint)(3)); w41.LeftAttach = ((uint)(1)); w41.RightAttach = ((uint)(2)); w1.Add (this.table1); global::Gtk.Box.BoxChild w42 = ((global::Gtk.Box.BoxChild)(w1 [this.table1])); w42.Position = 0; // Internal child DMX2.GestionMidiUI.ActionArea global::Gtk.HButtonBox w43 = this.ActionArea; w43.Name = "dialog1_ActionArea"; w43.Spacing = 10; w43.BorderWidth = ((uint)(5)); w43.LayoutStyle = ((global::Gtk.ButtonBoxStyle)(4)); // Container child dialog1_ActionArea.Gtk.ButtonBox+ButtonBoxChild this.buttonClose = new global::Gtk.Button (); this.buttonClose.CanDefault = true; this.buttonClose.CanFocus = true; this.buttonClose.Name = "buttonClose"; this.buttonClose.UseStock = true; this.buttonClose.UseUnderline = true; this.buttonClose.Label = "gtk-close"; this.AddActionWidget (this.buttonClose, -7); global::Gtk.ButtonBox.ButtonBoxChild w44 = ((global::Gtk.ButtonBox.ButtonBoxChild)(w43 [this.buttonClose])); w44.Expand = false; w44.Fill = false; if ((this.Child != null)) { this.Child.ShowAll (); } this.DefaultWidth = 587; this.DefaultHeight = 503; this.Show (); this.listKnown.CursorChanged += new global::System.EventHandler (this.OnListKnownCursorChanged); this.listDetect.CursorChanged += new global::System.EventHandler (this.OnListDetectCursorChanged); this.btnActiv.Clicked += new global::System.EventHandler (this.OnBtnActivClicked); this.btnDesactiv.Clicked += new global::System.EventHandler (this.OnBtnDesactivClicked); this.chkFB.Toggled += new global::System.EventHandler (this.OnChkFBToggled); this.spinNbPage.ValueChanged += new global::System.EventHandler (this.OnSpinNbPageValueChanged); this.spinUPCh.ValueChanged += new global::System.EventHandler (this.OnSpinUPChValueChanged); this.buttonClose.Clicked += new global::System.EventHandler (this.OnButtonCloseClicked); } } }