// This file has been generated by the GUI designer. Do not modify. namespace DMX2 { public partial class EditionUnivers { private global::Gtk.HBox hbox2; private global::Gtk.Button button162; private global::Gtk.Button button163; private global::Gtk.ScrolledWindow GtkScrolledWindow; private global::Gtk.TreeView listeGradas; private global::Gtk.Button buttonCancel; protected virtual void Build () { global::Stetic.Gui.Initialize (this); // Widget DMX2.EditionUnivers this.Name = "DMX2.EditionUnivers"; this.WindowPosition = ((global::Gtk.WindowPosition)(4)); // Internal child DMX2.EditionUnivers.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.button162 = new global::Gtk.Button (); this.button162.CanFocus = true; this.button162.Name = "button162"; this.button162.UseUnderline = true; this.button162.Label = global::Mono.Unix.Catalog.GetString ("1 Circuit = 1 Grada"); this.hbox2.Add (this.button162); global::Gtk.Box.BoxChild w2 = ((global::Gtk.Box.BoxChild)(this.hbox2 [this.button162])); w2.Position = 0; w2.Expand = false; w2.Fill = false; // Container child hbox2.Gtk.Box+BoxChild this.button163 = new global::Gtk.Button (); this.button163.CanFocus = true; this.button163.Name = "button163"; this.button163.UseUnderline = true; this.button163.Label = global::Mono.Unix.Catalog.GetString ("Tout Réinitialiser"); this.hbox2.Add (this.button163); global::Gtk.Box.BoxChild w3 = ((global::Gtk.Box.BoxChild)(this.hbox2 [this.button163])); w3.Position = 1; w3.Expand = false; w3.Fill = false; w1.Add (this.hbox2); global::Gtk.Box.BoxChild w4 = ((global::Gtk.Box.BoxChild)(w1 [this.hbox2])); w4.Position = 0; w4.Expand = false; w4.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.listeGradas = new global::Gtk.TreeView (); this.listeGradas.CanFocus = true; this.listeGradas.Name = "treeview2"; this.GtkScrolledWindow.Add (this.listeGradas); w1.Add (this.GtkScrolledWindow); global::Gtk.Box.BoxChild w6 = ((global::Gtk.Box.BoxChild)(w1 [this.GtkScrolledWindow])); w6.Position = 1; // Internal child DMX2.EditionUnivers.ActionArea global::Gtk.HButtonBox w7 = this.ActionArea; w7.Name = "dialog1_ActionArea"; w7.Spacing = 10; w7.BorderWidth = ((uint)(5)); w7.LayoutStyle = ((global::Gtk.ButtonBoxStyle)(4)); // Container child dialog1_ActionArea.Gtk.ButtonBox+ButtonBoxChild this.buttonCancel = new global::Gtk.Button (); this.buttonCancel.CanDefault = true; this.buttonCancel.CanFocus = true; this.buttonCancel.Name = "buttonCancel"; this.buttonCancel.UseStock = true; this.buttonCancel.UseUnderline = true; this.buttonCancel.Label = "gtk-close"; this.AddActionWidget (this.buttonCancel, -7); global::Gtk.ButtonBox.ButtonBoxChild w8 = ((global::Gtk.ButtonBox.ButtonBoxChild)(w7 [this.buttonCancel])); w8.Expand = false; w8.Fill = false; if ((this.Child != null)) { this.Child.ShowAll (); } this.DefaultWidth = 704; this.DefaultHeight = 483; this.Show (); } } }