216 lines
8.8 KiB
C#
216 lines
8.8 KiB
C#
|
|
// 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 vbuttonbox;
|
|
|
|
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.vbuttonbox = new global::Gtk.VButtonBox();
|
|
this.vbuttonbox.Name = "vbuttonbox";
|
|
this.vbuttonbox.LayoutStyle = ((global::Gtk.ButtonBoxStyle)(3));
|
|
// Container child vbuttonbox.Gtk.ButtonBox+ButtonBoxChild
|
|
this.ajtBut = new global::Gtk.Button();
|
|
this.ajtBut.CanFocus = true;
|
|
this.ajtBut.Name = "ajtBut";
|
|
this.ajtBut.UseUnderline = true;
|
|
this.ajtBut.Label = "Ajouter";
|
|
global::Gtk.Image w4 = new global::Gtk.Image();
|
|
w4.Pixbuf = global::Stetic.IconLoader.LoadIcon(this, "gtk-go-forward", global::Gtk.IconSize.Menu);
|
|
this.ajtBut.Image = w4;
|
|
this.vbuttonbox.Add(this.ajtBut);
|
|
global::Gtk.ButtonBox.ButtonBoxChild w5 = ((global::Gtk.ButtonBox.ButtonBoxChild)(this.vbuttonbox[this.ajtBut]));
|
|
w5.Expand = false;
|
|
w5.Fill = false;
|
|
// Container child vbuttonbox.Gtk.ButtonBox+ButtonBoxChild
|
|
this.supBt = new global::Gtk.Button();
|
|
this.supBt.CanFocus = true;
|
|
this.supBt.Name = "supBt";
|
|
this.supBt.UseUnderline = true;
|
|
this.supBt.Label = "Enlever";
|
|
global::Gtk.Image w6 = new global::Gtk.Image();
|
|
w6.Pixbuf = global::Stetic.IconLoader.LoadIcon(this, "gtk-go-back", global::Gtk.IconSize.Menu);
|
|
this.supBt.Image = w6;
|
|
this.vbuttonbox.Add(this.supBt);
|
|
global::Gtk.ButtonBox.ButtonBoxChild w7 = ((global::Gtk.ButtonBox.ButtonBoxChild)(this.vbuttonbox[this.supBt]));
|
|
w7.Position = 1;
|
|
w7.Expand = false;
|
|
w7.Fill = false;
|
|
// Container child vbuttonbox.Gtk.ButtonBox+ButtonBoxChild
|
|
this.supToutBut = new global::Gtk.Button();
|
|
this.supToutBut.CanFocus = true;
|
|
this.supToutBut.Name = "supToutBut";
|
|
this.supToutBut.UseUnderline = true;
|
|
this.supToutBut.Label = "Tout Enlever";
|
|
global::Gtk.Image w8 = new global::Gtk.Image();
|
|
w8.Pixbuf = global::Stetic.IconLoader.LoadIcon(this, "gtk-go-back", global::Gtk.IconSize.Menu);
|
|
this.supToutBut.Image = w8;
|
|
this.vbuttonbox.Add(this.supToutBut);
|
|
global::Gtk.ButtonBox.ButtonBoxChild w9 = ((global::Gtk.ButtonBox.ButtonBoxChild)(this.vbuttonbox[this.supToutBut]));
|
|
w9.Position = 2;
|
|
w9.Expand = false;
|
|
w9.Fill = false;
|
|
// Container child vbuttonbox.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.vbuttonbox.Add(this.button90);
|
|
global::Gtk.ButtonBox.ButtonBoxChild w10 = ((global::Gtk.ButtonBox.ButtonBoxChild)(this.vbuttonbox[this.button90]));
|
|
w10.Position = 3;
|
|
w10.Expand = false;
|
|
w10.Fill = false;
|
|
// Container child vbuttonbox.Gtk.ButtonBox+ButtonBoxChild
|
|
this.mvHautBt = new global::Gtk.Button();
|
|
this.mvHautBt.CanFocus = true;
|
|
this.mvHautBt.Name = "mvHautBt";
|
|
this.mvHautBt.UseUnderline = true;
|
|
this.mvHautBt.Label = "Monter";
|
|
global::Gtk.Image w11 = new global::Gtk.Image();
|
|
w11.Pixbuf = global::Stetic.IconLoader.LoadIcon(this, "gtk-go-up", global::Gtk.IconSize.Menu);
|
|
this.mvHautBt.Image = w11;
|
|
this.vbuttonbox.Add(this.mvHautBt);
|
|
global::Gtk.ButtonBox.ButtonBoxChild w12 = ((global::Gtk.ButtonBox.ButtonBoxChild)(this.vbuttonbox[this.mvHautBt]));
|
|
w12.Position = 4;
|
|
w12.Expand = false;
|
|
w12.Fill = false;
|
|
// Container child vbuttonbox.Gtk.ButtonBox+ButtonBoxChild
|
|
this.mvBasBt = new global::Gtk.Button();
|
|
this.mvBasBt.CanFocus = true;
|
|
this.mvBasBt.Name = "mvBasBt";
|
|
this.mvBasBt.UseUnderline = true;
|
|
this.mvBasBt.Label = "Descendre";
|
|
global::Gtk.Image w13 = new global::Gtk.Image();
|
|
w13.Pixbuf = global::Stetic.IconLoader.LoadIcon(this, "gtk-go-down", global::Gtk.IconSize.Menu);
|
|
this.mvBasBt.Image = w13;
|
|
this.vbuttonbox.Add(this.mvBasBt);
|
|
global::Gtk.ButtonBox.ButtonBoxChild w14 = ((global::Gtk.ButtonBox.ButtonBoxChild)(this.vbuttonbox[this.mvBasBt]));
|
|
w14.Position = 5;
|
|
w14.Expand = false;
|
|
w14.Fill = false;
|
|
this.hbox1.Add(this.vbuttonbox);
|
|
global::Gtk.Box.BoxChild w15 = ((global::Gtk.Box.BoxChild)(this.hbox1[this.vbuttonbox]));
|
|
w15.Position = 1;
|
|
w15.Expand = false;
|
|
w15.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 w17 = ((global::Gtk.Box.BoxChild)(this.hbox1[this.GtkScrolledWindow1]));
|
|
w17.Position = 2;
|
|
w1.Add(this.hbox1);
|
|
global::Gtk.Box.BoxChild w18 = ((global::Gtk.Box.BoxChild)(w1[this.hbox1]));
|
|
w18.Position = 0;
|
|
// Internal child DMX2.SelSeqCircuits.ActionArea
|
|
global::Gtk.HButtonBox w19 = this.ActionArea;
|
|
w19.Name = "dialog1_ActionArea";
|
|
w19.Spacing = 10;
|
|
w19.BorderWidth = ((uint)(5));
|
|
w19.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 w20 = ((global::Gtk.ButtonBox.ButtonBoxChild)(w19[this.buttonCancel]));
|
|
w20.Expand = false;
|
|
w20.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 w21 = ((global::Gtk.ButtonBox.ButtonBoxChild)(w19[this.buttonOk]));
|
|
w21.Position = 1;
|
|
w21.Expand = false;
|
|
w21.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);
|
|
}
|
|
}
|
|
}
|