loupiottes/DMX-2.0/gtk-gui/DMX2.GestionDriversUI.cs
2015-05-20 07:03:38 +00:00

135 lines
5.3 KiB
C#

// This file has been generated by the GUI designer. Do not modify.
namespace DMX2
{
public partial class GestionDriversUI
{
private global::Gtk.VBox vbox2;
private global::Gtk.TreeView listeUsb;
private global::Gtk.HBox hbox1;
private global::Gtk.ComboBox comboDriver;
private global::Gtk.Button btnDisconnect;
private global::Gtk.Button btnConnect;
private global::Gtk.Frame frmDrvUI;
private global::Gtk.Alignment frmDrvChild;
private global::Gtk.Label GtkLabel2;
private global::Gtk.Button buttonOk;
protected virtual void Build ()
{
global::Stetic.Gui.Initialize (this);
// Widget DMX2.GestionDriversUI
this.Name = "DMX2.GestionDriversUI";
this.WindowPosition = ((global::Gtk.WindowPosition)(4));
// Internal child DMX2.GestionDriversUI.VBox
global::Gtk.VBox w1 = this.VBox;
w1.Name = "dialog1_VBox";
w1.BorderWidth = ((uint)(2));
// Container child dialog1_VBox.Gtk.Box+BoxChild
this.vbox2 = new global::Gtk.VBox ();
this.vbox2.Name = "vbox2";
this.vbox2.Spacing = 6;
// Container child vbox2.Gtk.Box+BoxChild
this.listeUsb = new global::Gtk.TreeView ();
this.listeUsb.HeightRequest = 87;
this.listeUsb.CanFocus = true;
this.listeUsb.Name = "listeUsb";
this.vbox2.Add (this.listeUsb);
global::Gtk.Box.BoxChild w2 = ((global::Gtk.Box.BoxChild)(this.vbox2 [this.listeUsb]));
w2.Position = 0;
w2.Expand = false;
// Container child vbox2.Gtk.Box+BoxChild
this.hbox1 = new global::Gtk.HBox ();
this.hbox1.Name = "hbox1";
this.hbox1.Spacing = 6;
// Container child hbox1.Gtk.Box+BoxChild
this.comboDriver = global::Gtk.ComboBox.NewText ();
this.comboDriver.Sensitive = false;
this.comboDriver.Name = "comboDriver";
this.hbox1.Add (this.comboDriver);
global::Gtk.Box.BoxChild w3 = ((global::Gtk.Box.BoxChild)(this.hbox1 [this.comboDriver]));
w3.Position = 0;
// Container child hbox1.Gtk.Box+BoxChild
this.btnDisconnect = new global::Gtk.Button ();
this.btnDisconnect.Sensitive = false;
this.btnDisconnect.CanFocus = true;
this.btnDisconnect.Name = "btnDisconnect";
this.btnDisconnect.UseStock = true;
this.btnDisconnect.UseUnderline = true;
this.btnDisconnect.Label = "gtk-disconnect";
this.hbox1.Add (this.btnDisconnect);
global::Gtk.Box.BoxChild w4 = ((global::Gtk.Box.BoxChild)(this.hbox1 [this.btnDisconnect]));
w4.PackType = ((global::Gtk.PackType)(1));
w4.Position = 1;
w4.Expand = false;
w4.Fill = false;
// Container child hbox1.Gtk.Box+BoxChild
this.btnConnect = new global::Gtk.Button ();
this.btnConnect.Sensitive = false;
this.btnConnect.CanFocus = true;
this.btnConnect.Name = "btnConnect";
this.btnConnect.UseStock = true;
this.btnConnect.UseUnderline = true;
this.btnConnect.Label = "gtk-connect";
this.hbox1.Add (this.btnConnect);
global::Gtk.Box.BoxChild w5 = ((global::Gtk.Box.BoxChild)(this.hbox1 [this.btnConnect]));
w5.PackType = ((global::Gtk.PackType)(1));
w5.Position = 2;
w5.Expand = false;
w5.Fill = false;
this.vbox2.Add (this.hbox1);
global::Gtk.Box.BoxChild w6 = ((global::Gtk.Box.BoxChild)(this.vbox2 [this.hbox1]));
w6.Position = 1;
w6.Expand = false;
w6.Fill = false;
// Container child vbox2.Gtk.Box+BoxChild
this.frmDrvUI = new global::Gtk.Frame ();
this.frmDrvUI.HeightRequest = 200;
this.frmDrvUI.Name = "frmDrvUI";
this.frmDrvUI.ShadowType = ((global::Gtk.ShadowType)(1));
// Container child frmDrvUI.Gtk.Container+ContainerChild
this.frmDrvChild = new global::Gtk.Alignment (0F, 0F, 1F, 1F);
this.frmDrvChild.Name = "frmDrvChild";
this.frmDrvChild.LeftPadding = ((uint)(12));
this.frmDrvUI.Add (this.frmDrvChild);
this.GtkLabel2 = new global::Gtk.Label ();
this.GtkLabel2.Name = "GtkLabel2";
this.GtkLabel2.UseMarkup = true;
this.frmDrvUI.LabelWidget = this.GtkLabel2;
this.vbox2.Add (this.frmDrvUI);
global::Gtk.Box.BoxChild w8 = ((global::Gtk.Box.BoxChild)(this.vbox2 [this.frmDrvUI]));
w8.Position = 2;
w1.Add (this.vbox2);
global::Gtk.Box.BoxChild w9 = ((global::Gtk.Box.BoxChild)(w1 [this.vbox2]));
w9.Position = 0;
// Internal child DMX2.GestionDriversUI.ActionArea
global::Gtk.HButtonBox w10 = this.ActionArea;
w10.Name = "dialog1_ActionArea";
w10.Spacing = 10;
w10.BorderWidth = ((uint)(5));
w10.LayoutStyle = ((global::Gtk.ButtonBoxStyle)(4));
// 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-close";
this.AddActionWidget (this.buttonOk, -7);
global::Gtk.ButtonBox.ButtonBoxChild w11 = ((global::Gtk.ButtonBox.ButtonBoxChild)(w10 [this.buttonOk]));
w11.Expand = false;
w11.Fill = false;
if ((this.Child != null)) {
this.Child.ShowAll ();
}
this.DefaultWidth = 488;
this.DefaultHeight = 420;
this.Show ();
this.listeUsb.CursorChanged += new global::System.EventHandler (this.OnListeUsbCursorChanged);
this.btnConnect.Clicked += new global::System.EventHandler (this.OnBtnConnectClicked);
this.btnDisconnect.Clicked += new global::System.EventHandler (this.OnBtnDisConnectClicked);
this.buttonOk.Clicked += new global::System.EventHandler (this.OnButtonOkClicked);
}
}
}