// This file has been generated by the GUI designer. Do not modify. namespace DMX2 { public partial class GestionMidiUI { private global::Gtk.HBox hbox2; private global::Gtk.Label label1; private global::Gtk.ScrolledWindow GtkScrolledWindow; private global::Gtk.TreeView treeview1; private global::Gtk.HBox hbox1; private global::Gtk.Label label2; private global::Gtk.Button button59; private global::Gtk.Button button60; private global::Gtk.ScrolledWindow GtkScrolledWindow1; private global::Gtk.TreeView treeview2; 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.hbox2 = new global::Gtk.HBox (); this.hbox2.Name = "hbox2"; this.hbox2.Spacing = 6; // Container child hbox2.Gtk.Box+BoxChild this.label1 = new global::Gtk.Label (); this.label1.Name = "label1"; this.label1.LabelProp = "Ports Midi disponibles :"; this.hbox2.Add (this.label1); global::Gtk.Box.BoxChild w2 = ((global::Gtk.Box.BoxChild)(this.hbox2 [this.label1])); w2.Position = 0; w2.Expand = false; w2.Fill = false; w1.Add (this.hbox2); global::Gtk.Box.BoxChild w3 = ((global::Gtk.Box.BoxChild)(w1 [this.hbox2])); w3.Position = 0; w3.Expand = false; w3.Fill = false; // Container child dialog1_VBox.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.treeview1 = new global::Gtk.TreeView (); this.treeview1.CanFocus = true; this.treeview1.Name = "treeview1"; this.GtkScrolledWindow.Add (this.treeview1); w1.Add (this.GtkScrolledWindow); global::Gtk.Box.BoxChild w5 = ((global::Gtk.Box.BoxChild)(w1 [this.GtkScrolledWindow])); w5.Position = 1; // Container child dialog1_VBox.Gtk.Box+BoxChild this.hbox1 = new global::Gtk.HBox (); this.hbox1.Name = "hbox1"; this.hbox1.Spacing = 6; // Container child hbox1.Gtk.Box+BoxChild this.label2 = new global::Gtk.Label (); this.label2.Name = "label2"; this.label2.LabelProp = "Ports Midi connectés :"; this.hbox1.Add (this.label2); global::Gtk.Box.BoxChild w6 = ((global::Gtk.Box.BoxChild)(this.hbox1 [this.label2])); w6.Position = 0; w6.Expand = false; w6.Fill = false; // Container child hbox1.Gtk.Box+BoxChild this.button59 = new global::Gtk.Button (); this.button59.CanFocus = true; this.button59.Name = "button59"; this.button59.UseUnderline = true; // Container child button59.Gtk.Container+ContainerChild global::Gtk.Alignment w7 = new global::Gtk.Alignment (0.5F, 0.5F, 0F, 0F); // Container child GtkAlignment.Gtk.Container+ContainerChild global::Gtk.HBox w8 = new global::Gtk.HBox (); w8.Spacing = 2; // Container child GtkHBox.Gtk.Container+ContainerChild global::Gtk.Image w9 = new global::Gtk.Image (); w9.Pixbuf = global::Stetic.IconLoader.LoadIcon (this, "gtk-disconnect", global::Gtk.IconSize.Menu); w8.Add (w9); // Container child GtkHBox.Gtk.Container+ContainerChild global::Gtk.Label w11 = new global::Gtk.Label (); w11.LabelProp = "_Déconnecter"; w11.UseUnderline = true; w8.Add (w11); w7.Add (w8); this.button59.Add (w7); this.hbox1.Add (this.button59); global::Gtk.Box.BoxChild w15 = ((global::Gtk.Box.BoxChild)(this.hbox1 [this.button59])); w15.PackType = ((global::Gtk.PackType)(1)); w15.Position = 2; w15.Expand = false; w15.Fill = false; // Container child hbox1.Gtk.Box+BoxChild this.button60 = new global::Gtk.Button (); this.button60.CanFocus = true; this.button60.Name = "button60"; this.button60.UseUnderline = true; // Container child button60.Gtk.Container+ContainerChild global::Gtk.Alignment w16 = new global::Gtk.Alignment (0.5F, 0.5F, 0F, 0F); // Container child GtkAlignment.Gtk.Container+ContainerChild global::Gtk.HBox w17 = new global::Gtk.HBox (); w17.Spacing = 2; // Container child GtkHBox.Gtk.Container+ContainerChild global::Gtk.Image w18 = new global::Gtk.Image (); w18.Pixbuf = global::Stetic.IconLoader.LoadIcon (this, "gtk-connect", global::Gtk.IconSize.Menu); w17.Add (w18); // Container child GtkHBox.Gtk.Container+ContainerChild global::Gtk.Label w20 = new global::Gtk.Label (); w20.LabelProp = "Connecter"; w20.UseUnderline = true; w17.Add (w20); w16.Add (w17); this.button60.Add (w16); this.hbox1.Add (this.button60); global::Gtk.Box.BoxChild w24 = ((global::Gtk.Box.BoxChild)(this.hbox1 [this.button60])); w24.PackType = ((global::Gtk.PackType)(1)); w24.Position = 3; w24.Expand = false; w24.Fill = false; w1.Add (this.hbox1); global::Gtk.Box.BoxChild w25 = ((global::Gtk.Box.BoxChild)(w1 [this.hbox1])); w25.Position = 2; w25.Expand = false; w25.Fill = false; // Container child dialog1_VBox.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.treeview2 = new global::Gtk.TreeView (); this.treeview2.CanFocus = true; this.treeview2.Name = "treeview2"; this.GtkScrolledWindow1.Add (this.treeview2); w1.Add (this.GtkScrolledWindow1); global::Gtk.Box.BoxChild w27 = ((global::Gtk.Box.BoxChild)(w1 [this.GtkScrolledWindow1])); w27.Position = 3; // Internal child DMX2.GestionMidiUI.ActionArea global::Gtk.HButtonBox w28 = this.ActionArea; w28.Name = "dialog1_ActionArea"; w28.Spacing = 10; w28.BorderWidth = ((uint)(5)); w28.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 w29 = ((global::Gtk.ButtonBox.ButtonBoxChild)(w28 [this.buttonClose])); w29.Expand = false; w29.Fill = false; if ((this.Child != null)) { this.Child.ShowAll (); } this.DefaultWidth = 667; this.DefaultHeight = 424; this.Show (); this.buttonClose.Clicked += new global::System.EventHandler (this.OnButtonCloseClicked); } } }