// 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.Table table2; private global::Gtk.CheckButton chkFourteenBits; private global::Gtk.CheckButton chkPg; private global::Gtk.Label label3; private global::Gtk.Label label4; private global::Gtk.Label label5; private global::Gtk.Label label6; private global::Gtk.SpinButton spinMax14b; private global::Gtk.SpinButton spinNbPage; private global::Gtk.SpinButton spinPageDown; private global::Gtk.SpinButton spinPageUp; private global::Gtk.SpinButton spinUPCh; private global::Gtk.Label GtkLabel6; 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.table2 = new global::Gtk.Table (((uint)(6)), ((uint)(2)), false); this.table2.Name = "table2"; this.table2.RowSpacing = ((uint)(6)); this.table2.ColumnSpacing = ((uint)(6)); // Container child table2.Gtk.Table+TableChild this.chkFourteenBits = new global::Gtk.CheckButton (); this.chkFourteenBits.CanFocus = true; this.chkFourteenBits.Name = "chkFourteenBits"; this.chkFourteenBits.Label = "Mode 14bits (CC 1 à 32)"; this.chkFourteenBits.DrawIndicator = true; this.chkFourteenBits.UseUnderline = true; this.table2.Add (this.chkFourteenBits); global::Gtk.Table.TableChild w2 = ((global::Gtk.Table.TableChild)(this.table2 [this.chkFourteenBits])); w2.TopAttach = ((uint)(4)); w2.BottomAttach = ((uint)(5)); w2.XOptions = ((global::Gtk.AttachOptions)(4)); w2.YOptions = ((global::Gtk.AttachOptions)(4)); // Container child table2.Gtk.Table+TableChild this.chkPg = new global::Gtk.CheckButton (); this.chkPg.CanFocus = true; this.chkPg.Name = "chkPg"; this.chkPg.Label = "ne pas paginer ce canal :"; this.chkPg.DrawIndicator = true; this.chkPg.UseUnderline = true; this.table2.Add (this.chkPg); global::Gtk.Table.TableChild w3 = ((global::Gtk.Table.TableChild)(this.table2 [this.chkPg])); w3.TopAttach = ((uint)(1)); w3.BottomAttach = ((uint)(2)); w3.XOptions = ((global::Gtk.AttachOptions)(4)); w3.YOptions = ((global::Gtk.AttachOptions)(4)); // Container child table2.Gtk.Table+TableChild this.label3 = new global::Gtk.Label (); this.label3.Name = "label3"; this.label3.Xalign = 0F; this.label3.LabelProp = "Nombre de pages"; this.table2.Add (this.label3); global::Gtk.Table.TableChild w4 = ((global::Gtk.Table.TableChild)(this.table2 [this.label3])); w4.XOptions = ((global::Gtk.AttachOptions)(4)); w4.YOptions = ((global::Gtk.AttachOptions)(4)); // Container child table2.Gtk.Table+TableChild this.label4 = new global::Gtk.Label (); this.label4.Name = "label4"; this.label4.Xalign = 0F; this.label4.LabelProp = "CC page suivante :"; this.table2.Add (this.label4); global::Gtk.Table.TableChild w5 = ((global::Gtk.Table.TableChild)(this.table2 [this.label4])); w5.TopAttach = ((uint)(2)); w5.BottomAttach = ((uint)(3)); w5.XOptions = ((global::Gtk.AttachOptions)(4)); w5.YOptions = ((global::Gtk.AttachOptions)(4)); // Container child table2.Gtk.Table+TableChild this.label5 = new global::Gtk.Label (); this.label5.Name = "label5"; this.label5.Xalign = 0F; this.label5.LabelProp = "CC page précédente :"; this.table2.Add (this.label5); global::Gtk.Table.TableChild w6 = ((global::Gtk.Table.TableChild)(this.table2 [this.label5])); w6.TopAttach = ((uint)(3)); w6.BottomAttach = ((uint)(4)); w6.XOptions = ((global::Gtk.AttachOptions)(4)); w6.YOptions = ((global::Gtk.AttachOptions)(4)); // Container child table2.Gtk.Table+TableChild this.label6 = new global::Gtk.Label (); this.label6.Name = "label6"; this.label6.Xpad = 20; this.label6.Xalign = 0F; this.label6.LabelProp = "Valeur entrée max :"; this.table2.Add (this.label6); global::Gtk.Table.TableChild w7 = ((global::Gtk.Table.TableChild)(this.table2 [this.label6])); w7.TopAttach = ((uint)(5)); w7.BottomAttach = ((uint)(6)); w7.XOptions = ((global::Gtk.AttachOptions)(4)); w7.YOptions = ((global::Gtk.AttachOptions)(4)); // Container child table2.Gtk.Table+TableChild this.spinMax14b = new global::Gtk.SpinButton (1, 16383, 1); this.spinMax14b.CanFocus = true; this.spinMax14b.Name = "spinMax14b"; this.spinMax14b.Adjustment.PageIncrement = 10; this.spinMax14b.ClimbRate = 1; this.spinMax14b.Numeric = true; this.spinMax14b.Value = 127; this.table2.Add (this.spinMax14b); global::Gtk.Table.TableChild w8 = ((global::Gtk.Table.TableChild)(this.table2 [this.spinMax14b])); w8.TopAttach = ((uint)(5)); w8.BottomAttach = ((uint)(6)); w8.LeftAttach = ((uint)(1)); w8.RightAttach = ((uint)(2)); w8.XOptions = ((global::Gtk.AttachOptions)(4)); w8.YOptions = ((global::Gtk.AttachOptions)(4)); // Container child table2.Gtk.Table+TableChild 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.table2.Add (this.spinNbPage); global::Gtk.Table.TableChild w9 = ((global::Gtk.Table.TableChild)(this.table2 [this.spinNbPage])); w9.LeftAttach = ((uint)(1)); w9.RightAttach = ((uint)(2)); w9.XOptions = ((global::Gtk.AttachOptions)(4)); w9.YOptions = ((global::Gtk.AttachOptions)(4)); // Container child table2.Gtk.Table+TableChild this.spinPageDown = new global::Gtk.SpinButton (1, 127, 1); this.spinPageDown.CanFocus = true; this.spinPageDown.Name = "spinPageDown"; this.spinPageDown.Adjustment.PageIncrement = 10; this.spinPageDown.ClimbRate = 1; this.spinPageDown.Numeric = true; this.spinPageDown.Value = 126; this.table2.Add (this.spinPageDown); global::Gtk.Table.TableChild w10 = ((global::Gtk.Table.TableChild)(this.table2 [this.spinPageDown])); w10.TopAttach = ((uint)(3)); w10.BottomAttach = ((uint)(4)); w10.LeftAttach = ((uint)(1)); w10.RightAttach = ((uint)(2)); w10.XOptions = ((global::Gtk.AttachOptions)(4)); w10.YOptions = ((global::Gtk.AttachOptions)(4)); // Container child table2.Gtk.Table+TableChild this.spinPageUp = new global::Gtk.SpinButton (1, 127, 1); this.spinPageUp.CanFocus = true; this.spinPageUp.Name = "spinPageUp"; this.spinPageUp.Adjustment.PageIncrement = 10; this.spinPageUp.ClimbRate = 1; this.spinPageUp.Numeric = true; this.spinPageUp.Value = 127; this.table2.Add (this.spinPageUp); global::Gtk.Table.TableChild w11 = ((global::Gtk.Table.TableChild)(this.table2 [this.spinPageUp])); w11.TopAttach = ((uint)(2)); w11.BottomAttach = ((uint)(3)); w11.LeftAttach = ((uint)(1)); w11.RightAttach = ((uint)(2)); w11.XOptions = ((global::Gtk.AttachOptions)(4)); w11.YOptions = ((global::Gtk.AttachOptions)(4)); // Container child table2.Gtk.Table+TableChild this.spinUPCh = new global::Gtk.SpinButton (1, 16, 1); this.spinUPCh.CanFocus = true; this.spinUPCh.Name = "spinUPCh"; this.spinUPCh.Adjustment.PageIncrement = 1; this.spinUPCh.ClimbRate = 1; this.spinUPCh.Numeric = true; this.spinUPCh.Value = 1; this.table2.Add (this.spinUPCh); global::Gtk.Table.TableChild w12 = ((global::Gtk.Table.TableChild)(this.table2 [this.spinUPCh])); w12.TopAttach = ((uint)(1)); w12.BottomAttach = ((uint)(2)); w12.LeftAttach = ((uint)(1)); w12.RightAttach = ((uint)(2)); w12.XOptions = ((global::Gtk.AttachOptions)(4)); w12.YOptions = ((global::Gtk.AttachOptions)(4)); this.GtkAlignment3.Add (this.table2); this.frame2.Add (this.GtkAlignment3); this.GtkLabel6 = new global::Gtk.Label (); this.GtkLabel6.Name = "GtkLabel6"; this.GtkLabel6.LabelProp = "Options Midi"; this.GtkLabel6.UseMarkup = true; this.frame2.LabelWidget = this.GtkLabel6; this.table1.Add (this.frame2); global::Gtk.Table.TableChild w15 = ((global::Gtk.Table.TableChild)(this.table1 [this.frame2])); w15.XOptions = ((global::Gtk.AttachOptions)(4)); w15.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 w16 = ((global::Gtk.Box.BoxChild)(this.vbox5 [this.chkFB])); w16.Position = 0; w16.Expand = false; w16.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 w19 = ((global::Gtk.Table.TableChild)(this.table1 [this.frame3])); w19.TopAttach = ((uint)(2)); w19.BottomAttach = ((uint)(3)); w19.XOptions = ((global::Gtk.AttachOptions)(4)); w19.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 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-go-down", global::Gtk.IconSize.Menu); w21.Add (w22); // Container child GtkHBox.Gtk.Container+ContainerChild global::Gtk.Label w24 = new global::Gtk.Label (); w24.LabelProp = "Activer"; w24.UseUnderline = true; w21.Add (w24); w20.Add (w21); this.btnActiv.Add (w20); this.hbuttonbox2.Add (this.btnActiv); global::Gtk.ButtonBox.ButtonBoxChild w28 = ((global::Gtk.ButtonBox.ButtonBoxChild)(this.hbuttonbox2 [this.btnActiv])); w28.Expand = false; w28.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 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-go-up", global::Gtk.IconSize.Menu); w30.Add (w31); // Container child GtkHBox.Gtk.Container+ContainerChild global::Gtk.Label w33 = new global::Gtk.Label (); w33.LabelProp = "Désactiver"; w33.UseUnderline = true; w30.Add (w33); w29.Add (w30); this.btnDesactiv.Add (w29); this.hbuttonbox2.Add (this.btnDesactiv); global::Gtk.ButtonBox.ButtonBoxChild w37 = ((global::Gtk.ButtonBox.ButtonBoxChild)(this.hbuttonbox2 [this.btnDesactiv])); w37.Position = 1; w37.Expand = false; w37.Fill = false; this.table1.Add (this.hbuttonbox2); global::Gtk.Table.TableChild w38 = ((global::Gtk.Table.TableChild)(this.table1 [this.hbuttonbox2])); w38.TopAttach = ((uint)(1)); w38.BottomAttach = ((uint)(2)); w38.LeftAttach = ((uint)(1)); w38.RightAttach = ((uint)(2)); w38.XOptions = ((global::Gtk.AttachOptions)(0)); w38.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.Xalign = 0F; this.label1.LabelProp = "Interfaces disponibles :"; this.vbox2.Add (this.label1); global::Gtk.Box.BoxChild w39 = ((global::Gtk.Box.BoxChild)(this.vbox2 [this.label1])); w39.Position = 0; w39.Expand = false; w39.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 w41 = ((global::Gtk.Box.BoxChild)(this.vbox2 [this.GtkScrolledWindow])); w41.Position = 1; this.table1.Add (this.vbox2); global::Gtk.Table.TableChild w42 = ((global::Gtk.Table.TableChild)(this.table1 [this.vbox2])); w42.LeftAttach = ((uint)(1)); w42.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 w43 = ((global::Gtk.Box.BoxChild)(this.vbox3 [this.label2])); w43.Position = 0; w43.Expand = false; w43.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 w45 = ((global::Gtk.Box.BoxChild)(this.vbox3 [this.GtkScrolledWindow1])); w45.Position = 1; this.table1.Add (this.vbox3); global::Gtk.Table.TableChild w46 = ((global::Gtk.Table.TableChild)(this.table1 [this.vbox3])); w46.TopAttach = ((uint)(2)); w46.BottomAttach = ((uint)(3)); w46.LeftAttach = ((uint)(1)); w46.RightAttach = ((uint)(2)); w1.Add (this.table1); global::Gtk.Box.BoxChild w47 = ((global::Gtk.Box.BoxChild)(w1 [this.table1])); w47.Position = 0; // Internal child DMX2.GestionMidiUI.ActionArea global::Gtk.HButtonBox w48 = this.ActionArea; w48.Name = "dialog1_ActionArea"; w48.Spacing = 10; w48.BorderWidth = ((uint)(5)); w48.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 w49 = ((global::Gtk.ButtonBox.ButtonBoxChild)(w48 [this.buttonClose])); w49.Expand = false; w49.Fill = false; if ((this.Child != null)) { this.Child.ShowAll (); } this.DefaultWidth = 838; this.DefaultHeight = 567; 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.spinUPCh.ValueChanged += new global::System.EventHandler (this.OnSpinUPChValueChanged); this.spinPageUp.ValueChanged += new global::System.EventHandler (this.OnSpinPageUpValueChanged); this.spinPageDown.ValueChanged += new global::System.EventHandler (this.OnSpinPageDownValueChanged); this.spinMax14b.ValueChanged += new global::System.EventHandler (this.OnSpinMax14bValueChanged); this.chkPg.Toggled += new global::System.EventHandler (this.OnChkPgToggled); this.chkFourteenBits.Toggled += new global::System.EventHandler (this.OnChkFourteenBitsToggled); this.buttonClose.Clicked += new global::System.EventHandler (this.OnButtonCloseClicked); } } }