// This file has been generated by the GUI designer. Do not modify. namespace DMX2 { public partial class SelSeqCircuits { private global::Gtk.HBox hbox1; private global::Gtk.ScrolledWindow GtkScrolledWindow; private global::Gtk.TreeView listeToutCircuits; private global::Gtk.VButtonBox vbuttonbox1; private global::Gtk.Button ajtBut; private global::Gtk.Button supBt; private global::Gtk.Button supToutBut; private global::Gtk.Button button90; private global::Gtk.Button mvHautBt; private global::Gtk.Button mvBasBt; private global::Gtk.ScrolledWindow GtkScrolledWindow1; private global::Gtk.TreeView listeSelCircuits; private global::Gtk.Button buttonCancel; private global::Gtk.Button buttonOk; protected virtual void Build () { global::Stetic.Gui.Initialize (this); // Widget DMX2.SelSeqCircuits this.Name = "DMX2.SelSeqCircuits"; this.Title = "Selection des Circuits"; this.TypeHint = ((global::Gdk.WindowTypeHint)(1)); this.WindowPosition = ((global::Gtk.WindowPosition)(4)); this.Modal = true; this.DestroyWithParent = true; this.Gravity = ((global::Gdk.Gravity)(10)); // Internal child DMX2.SelSeqCircuits.VBox global::Gtk.VBox w1 = this.VBox; w1.Name = "dialog1_VBox"; w1.BorderWidth = ((uint)(2)); // 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.GtkScrolledWindow = new global::Gtk.ScrolledWindow (); this.GtkScrolledWindow.Name = "GtkScrolledWindow"; this.GtkScrolledWindow.ShadowType = ((global::Gtk.ShadowType)(1)); // Container child GtkScrolledWindow.Gtk.Container+ContainerChild this.listeToutCircuits = new global::Gtk.TreeView (); this.listeToutCircuits.CanFocus = true; this.listeToutCircuits.Name = "listeToutCircuits"; this.GtkScrolledWindow.Add (this.listeToutCircuits); this.hbox1.Add (this.GtkScrolledWindow); global::Gtk.Box.BoxChild w3 = ((global::Gtk.Box.BoxChild)(this.hbox1 [this.GtkScrolledWindow])); w3.Position = 0; // Container child hbox1.Gtk.Box+BoxChild this.vbuttonbox1 = new global::Gtk.VButtonBox (); this.vbuttonbox1.Name = "vbuttonbox1"; this.vbuttonbox1.LayoutStyle = ((global::Gtk.ButtonBoxStyle)(3)); // Container child vbuttonbox1.Gtk.ButtonBox+ButtonBoxChild this.ajtBut = new global::Gtk.Button (); this.ajtBut.CanFocus = true; this.ajtBut.Name = "ajtBut"; this.ajtBut.UseUnderline = true; // Container child ajtBut.Gtk.Container+ContainerChild global::Gtk.Alignment w4 = new global::Gtk.Alignment (0.5F, 0.5F, 0F, 0F); // Container child GtkAlignment.Gtk.Container+ContainerChild global::Gtk.HBox w5 = new global::Gtk.HBox (); w5.Spacing = 2; // Container child GtkHBox.Gtk.Container+ContainerChild global::Gtk.Image w6 = new global::Gtk.Image (); w6.Pixbuf = global::Stetic.IconLoader.LoadIcon (this, "gtk-go-forward", global::Gtk.IconSize.Menu); w5.Add (w6); // Container child GtkHBox.Gtk.Container+ContainerChild global::Gtk.Label w8 = new global::Gtk.Label (); w8.LabelProp = "Ajouter"; w8.UseUnderline = true; w5.Add (w8); w4.Add (w5); this.ajtBut.Add (w4); this.vbuttonbox1.Add (this.ajtBut); global::Gtk.ButtonBox.ButtonBoxChild w12 = ((global::Gtk.ButtonBox.ButtonBoxChild)(this.vbuttonbox1 [this.ajtBut])); w12.Expand = false; w12.Fill = false; // Container child vbuttonbox1.Gtk.ButtonBox+ButtonBoxChild this.supBt = new global::Gtk.Button (); this.supBt.CanFocus = true; this.supBt.Name = "supBt"; this.supBt.UseUnderline = true; // Container child supBt.Gtk.Container+ContainerChild global::Gtk.Alignment w13 = new global::Gtk.Alignment (0.5F, 0.5F, 0F, 0F); // Container child GtkAlignment.Gtk.Container+ContainerChild global::Gtk.HBox w14 = new global::Gtk.HBox (); w14.Spacing = 2; // Container child GtkHBox.Gtk.Container+ContainerChild global::Gtk.Image w15 = new global::Gtk.Image (); w15.Pixbuf = global::Stetic.IconLoader.LoadIcon (this, "gtk-go-back", global::Gtk.IconSize.Menu); w14.Add (w15); // Container child GtkHBox.Gtk.Container+ContainerChild global::Gtk.Label w17 = new global::Gtk.Label (); w17.LabelProp = "Enlever"; w17.UseUnderline = true; w14.Add (w17); w13.Add (w14); this.supBt.Add (w13); this.vbuttonbox1.Add (this.supBt); global::Gtk.ButtonBox.ButtonBoxChild w21 = ((global::Gtk.ButtonBox.ButtonBoxChild)(this.vbuttonbox1 [this.supBt])); w21.Position = 1; w21.Expand = false; w21.Fill = false; // Container child vbuttonbox1.Gtk.ButtonBox+ButtonBoxChild this.supToutBut = new global::Gtk.Button (); this.supToutBut.CanFocus = true; this.supToutBut.Name = "supToutBut"; this.supToutBut.UseUnderline = true; // Container child supToutBut.Gtk.Container+ContainerChild global::Gtk.Alignment w22 = new global::Gtk.Alignment (0.5F, 0.5F, 0F, 0F); // Container child GtkAlignment.Gtk.Container+ContainerChild global::Gtk.HBox w23 = new global::Gtk.HBox (); w23.Spacing = 2; // Container child GtkHBox.Gtk.Container+ContainerChild global::Gtk.Image w24 = new global::Gtk.Image (); w24.Pixbuf = global::Stetic.IconLoader.LoadIcon (this, "gtk-go-back", global::Gtk.IconSize.Menu); w23.Add (w24); // Container child GtkHBox.Gtk.Container+ContainerChild global::Gtk.Label w26 = new global::Gtk.Label (); w26.LabelProp = "Tout Enlever"; w26.UseUnderline = true; w23.Add (w26); w22.Add (w23); this.supToutBut.Add (w22); this.vbuttonbox1.Add (this.supToutBut); global::Gtk.ButtonBox.ButtonBoxChild w30 = ((global::Gtk.ButtonBox.ButtonBoxChild)(this.vbuttonbox1 [this.supToutBut])); w30.Position = 2; w30.Expand = false; w30.Fill = false; // Container child vbuttonbox1.Gtk.ButtonBox+ButtonBoxChild this.button90 = new global::Gtk.Button (); this.button90.Sensitive = false; this.button90.CanFocus = true; this.button90.Name = "button90"; this.button90.UseUnderline = true; this.button90.Relief = ((global::Gtk.ReliefStyle)(2)); this.button90.Label = ""; this.vbuttonbox1.Add (this.button90); global::Gtk.ButtonBox.ButtonBoxChild w31 = ((global::Gtk.ButtonBox.ButtonBoxChild)(this.vbuttonbox1 [this.button90])); w31.Position = 3; w31.Expand = false; w31.Fill = false; // Container child vbuttonbox1.Gtk.ButtonBox+ButtonBoxChild this.mvHautBt = new global::Gtk.Button (); this.mvHautBt.CanFocus = true; this.mvHautBt.Name = "mvHautBt"; this.mvHautBt.UseUnderline = true; // Container child mvHautBt.Gtk.Container+ContainerChild global::Gtk.Alignment w32 = new global::Gtk.Alignment (0.5F, 0.5F, 0F, 0F); // Container child GtkAlignment.Gtk.Container+ContainerChild global::Gtk.HBox w33 = new global::Gtk.HBox (); w33.Spacing = 2; // Container child GtkHBox.Gtk.Container+ContainerChild global::Gtk.Image w34 = new global::Gtk.Image (); w34.Pixbuf = global::Stetic.IconLoader.LoadIcon (this, "gtk-go-up", global::Gtk.IconSize.Menu); w33.Add (w34); // Container child GtkHBox.Gtk.Container+ContainerChild global::Gtk.Label w36 = new global::Gtk.Label (); w36.LabelProp = "Monter"; w36.UseUnderline = true; w33.Add (w36); w32.Add (w33); this.mvHautBt.Add (w32); this.vbuttonbox1.Add (this.mvHautBt); global::Gtk.ButtonBox.ButtonBoxChild w40 = ((global::Gtk.ButtonBox.ButtonBoxChild)(this.vbuttonbox1 [this.mvHautBt])); w40.Position = 4; w40.Expand = false; w40.Fill = false; // Container child vbuttonbox1.Gtk.ButtonBox+ButtonBoxChild this.mvBasBt = new global::Gtk.Button (); this.mvBasBt.CanFocus = true; this.mvBasBt.Name = "mvBasBt"; this.mvBasBt.UseUnderline = true; // Container child mvBasBt.Gtk.Container+ContainerChild global::Gtk.Alignment w41 = new global::Gtk.Alignment (0.5F, 0.5F, 0F, 0F); // Container child GtkAlignment.Gtk.Container+ContainerChild global::Gtk.HBox w42 = new global::Gtk.HBox (); w42.Spacing = 2; // Container child GtkHBox.Gtk.Container+ContainerChild global::Gtk.Image w43 = new global::Gtk.Image (); w43.Pixbuf = global::Stetic.IconLoader.LoadIcon (this, "gtk-go-down", global::Gtk.IconSize.Menu); w42.Add (w43); // Container child GtkHBox.Gtk.Container+ContainerChild global::Gtk.Label w45 = new global::Gtk.Label (); w45.LabelProp = "Descendre"; w45.UseUnderline = true; w42.Add (w45); w41.Add (w42); this.mvBasBt.Add (w41); this.vbuttonbox1.Add (this.mvBasBt); global::Gtk.ButtonBox.ButtonBoxChild w49 = ((global::Gtk.ButtonBox.ButtonBoxChild)(this.vbuttonbox1 [this.mvBasBt])); w49.Position = 5; w49.Expand = false; w49.Fill = false; this.hbox1.Add (this.vbuttonbox1); global::Gtk.Box.BoxChild w50 = ((global::Gtk.Box.BoxChild)(this.hbox1 [this.vbuttonbox1])); w50.Position = 1; w50.Expand = false; w50.Fill = false; // Container child hbox1.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.listeSelCircuits = new global::Gtk.TreeView (); this.listeSelCircuits.CanFocus = true; this.listeSelCircuits.Name = "listeSelCircuits"; this.GtkScrolledWindow1.Add (this.listeSelCircuits); this.hbox1.Add (this.GtkScrolledWindow1); global::Gtk.Box.BoxChild w52 = ((global::Gtk.Box.BoxChild)(this.hbox1 [this.GtkScrolledWindow1])); w52.Position = 2; w1.Add (this.hbox1); global::Gtk.Box.BoxChild w53 = ((global::Gtk.Box.BoxChild)(w1 [this.hbox1])); w53.Position = 0; // Internal child DMX2.SelSeqCircuits.ActionArea global::Gtk.HButtonBox w54 = this.ActionArea; w54.Name = "dialog1_ActionArea"; w54.Spacing = 10; w54.BorderWidth = ((uint)(5)); w54.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-cancel"; this.AddActionWidget (this.buttonCancel, -6); global::Gtk.ButtonBox.ButtonBoxChild w55 = ((global::Gtk.ButtonBox.ButtonBoxChild)(w54 [this.buttonCancel])); w55.Expand = false; w55.Fill = false; // Container child dialog1_ActionArea.Gtk.ButtonBox+ButtonBoxChild this.buttonOk = new global::Gtk.Button (); this.buttonOk.CanDefault = true; this.buttonOk.CanFocus = true; this.buttonOk.Name = "buttonOk"; this.buttonOk.UseStock = true; this.buttonOk.UseUnderline = true; this.buttonOk.Label = "gtk-ok"; this.AddActionWidget (this.buttonOk, -5); global::Gtk.ButtonBox.ButtonBoxChild w56 = ((global::Gtk.ButtonBox.ButtonBoxChild)(w54 [this.buttonOk])); w56.Position = 1; w56.Expand = false; w56.Fill = false; if ((this.Child != null)) { this.Child.ShowAll (); } this.DefaultWidth = 740; this.DefaultHeight = 587; this.Hide (); this.ajtBut.Clicked += new global::System.EventHandler (this.OnAjtButClicked); this.supBt.Clicked += new global::System.EventHandler (this.OnSupBtClicked); this.supToutBut.Clicked += new global::System.EventHandler (this.OnSupToutButClicked); this.mvHautBt.Clicked += new global::System.EventHandler (this.OnMvHautBtClicked); this.mvBasBt.Clicked += new global::System.EventHandler (this.OnMvBasBtClicked); } } }