// 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 GtkLabelT; 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 btnClearEvents; 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(1D, 16383D, 1D); this.spinMax14b.CanFocus = true; this.spinMax14b.Name = "spinMax14b"; this.spinMax14b.Adjustment.PageIncrement = 10D; this.spinMax14b.ClimbRate = 1D; this.spinMax14b.Numeric = true; this.spinMax14b.Value = 127D; 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(1D, 99D, 1D); this.spinNbPage.CanFocus = true; this.spinNbPage.Name = "spinNbPage"; this.spinNbPage.Adjustment.PageIncrement = 10D; this.spinNbPage.ClimbRate = 1D; this.spinNbPage.Numeric = true; this.spinNbPage.Value = 8D; 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(1D, 127D, 1D); this.spinPageDown.CanFocus = true; this.spinPageDown.Name = "spinPageDown"; this.spinPageDown.Adjustment.PageIncrement = 10D; this.spinPageDown.ClimbRate = 1D; this.spinPageDown.Numeric = true; this.spinPageDown.Value = 126D; 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(1D, 127D, 1D); this.spinPageUp.CanFocus = true; this.spinPageUp.Name = "spinPageUp"; this.spinPageUp.Adjustment.PageIncrement = 10D; this.spinPageUp.ClimbRate = 1D; this.spinPageUp.Numeric = true; this.spinPageUp.Value = 127D; 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(1D, 16D, 1D); this.spinUPCh.CanFocus = true; this.spinUPCh.Name = "spinUPCh"; this.spinUPCh.Adjustment.PageIncrement = 1D; this.spinUPCh.ClimbRate = 1D; this.spinUPCh.Numeric = true; this.spinUPCh.Value = 1D; 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.GtkLabelT = new global::Gtk.Label(); this.GtkLabelT.Name = "GtkLabelT"; this.GtkLabelT.LabelProp = "Options Midi"; this.GtkLabelT.UseMarkup = true; this.frame2.LabelWidget = this.GtkLabelT; 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; this.btnActiv.Label = "Activer"; global::Gtk.Image w20 = new global::Gtk.Image(); w20.Pixbuf = global::Stetic.IconLoader.LoadIcon(this, "gtk-go-down", global::Gtk.IconSize.Menu); this.btnActiv.Image = w20; this.hbuttonbox2.Add(this.btnActiv); global::Gtk.ButtonBox.ButtonBoxChild w21 = ((global::Gtk.ButtonBox.ButtonBoxChild)(this.hbuttonbox2[this.btnActiv])); w21.Expand = false; w21.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; this.btnDesactiv.Label = "Désactiver"; global::Gtk.Image w22 = new global::Gtk.Image(); w22.Pixbuf = global::Stetic.IconLoader.LoadIcon(this, "gtk-go-up", global::Gtk.IconSize.Menu); this.btnDesactiv.Image = w22; this.hbuttonbox2.Add(this.btnDesactiv); global::Gtk.ButtonBox.ButtonBoxChild w23 = ((global::Gtk.ButtonBox.ButtonBoxChild)(this.hbuttonbox2[this.btnDesactiv])); w23.Position = 1; w23.Expand = false; w23.Fill = false; this.table1.Add(this.hbuttonbox2); global::Gtk.Table.TableChild w24 = ((global::Gtk.Table.TableChild)(this.table1[this.hbuttonbox2])); w24.TopAttach = ((uint)(1)); w24.BottomAttach = ((uint)(2)); w24.LeftAttach = ((uint)(1)); w24.RightAttach = ((uint)(2)); w24.XOptions = ((global::Gtk.AttachOptions)(0)); w24.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 w25 = ((global::Gtk.Box.BoxChild)(this.vbox2[this.label1])); w25.Position = 0; w25.Expand = false; w25.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 w27 = ((global::Gtk.Box.BoxChild)(this.vbox2[this.GtkScrolledWindow])); w27.Position = 1; this.table1.Add(this.vbox2); global::Gtk.Table.TableChild w28 = ((global::Gtk.Table.TableChild)(this.table1[this.vbox2])); w28.LeftAttach = ((uint)(1)); w28.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 w29 = ((global::Gtk.Box.BoxChild)(this.vbox3[this.label2])); w29.Position = 0; w29.Expand = false; w29.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 w31 = ((global::Gtk.Box.BoxChild)(this.vbox3[this.GtkScrolledWindow1])); w31.Position = 1; this.table1.Add(this.vbox3); global::Gtk.Table.TableChild w32 = ((global::Gtk.Table.TableChild)(this.table1[this.vbox3])); w32.TopAttach = ((uint)(2)); w32.BottomAttach = ((uint)(3)); w32.LeftAttach = ((uint)(1)); w32.RightAttach = ((uint)(2)); w1.Add(this.table1); global::Gtk.Box.BoxChild w33 = ((global::Gtk.Box.BoxChild)(w1[this.table1])); w33.Position = 0; // Internal child DMX2.GestionMidiUI.ActionArea global::Gtk.HButtonBox w34 = this.ActionArea; w34.Name = "dialog1_ActionArea"; w34.Spacing = 10; w34.BorderWidth = ((uint)(5)); w34.LayoutStyle = ((global::Gtk.ButtonBoxStyle)(4)); // Container child dialog1_ActionArea.Gtk.ButtonBox+ButtonBoxChild this.btnClearEvents = new global::Gtk.Button(); this.btnClearEvents.CanFocus = true; this.btnClearEvents.Name = "btnClearEvents"; this.btnClearEvents.UseUnderline = true; this.btnClearEvents.Label = "Delier tout les évenements"; this.AddActionWidget(this.btnClearEvents, 0); global::Gtk.ButtonBox.ButtonBoxChild w35 = ((global::Gtk.ButtonBox.ButtonBoxChild)(w34[this.btnClearEvents])); w35.Expand = false; w35.Fill = false; // 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 w36 = ((global::Gtk.ButtonBox.ButtonBoxChild)(w34[this.buttonClose])); w36.Position = 1; w36.Expand = false; w36.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.btnClearEvents.Clicked += new global::System.EventHandler(this.OnBtnClearEventsClicked); this.buttonClose.Clicked += new global::System.EventHandler(this.OnButtonCloseClicked); } } }