loupiottes/DMX-2.0/gtk-gui/DMX2.DriverBoitierV3UI.cs
2018-10-04 17:12:24 +02:00

311 lines
12 KiB
C#

// This file has been generated by the GUI designer. Do not modify.
namespace DMX2
{
public partial class DriverBoitierV3UI
{
private global::Gtk.VBox vbox2;
private global::Gtk.Label labelT;
private global::Gtk.Table table1;
private global::Gtk.Entry caseBrk;
private global::Gtk.Entry caseCircuits;
private global::Gtk.Entry caseDMXInt;
private global::Gtk.Entry caseMab;
private global::Gtk.Entry caseUSBRef;
private global::Gtk.ComboBox cbUnivers1;
private global::Gtk.CheckButton chkMerge1;
private global::Gtk.CheckButton chkSync;
private global::Gtk.Label label10;
private global::Gtk.Label label3;
private global::Gtk.Label label4;
private global::Gtk.Label label5;
private global::Gtk.Label label8;
private global::Gtk.Label label9;
private global::Gtk.Label labelsync;
private global::Gtk.Label lblDMX;
private global::Gtk.HBox hbox1;
private global::Gtk.Button btnValider;
private global::Gtk.Button btnInit;
protected virtual void Build()
{
global::Stetic.Gui.Initialize(this);
// Widget DMX2.DriverBoitierV3UI
global::Stetic.BinContainer.Attach(this);
this.Name = "DMX2.DriverBoitierV3UI";
// Container child DMX2.DriverBoitierV3UI.Gtk.Container+ContainerChild
this.vbox2 = new global::Gtk.VBox();
this.vbox2.Name = "vbox2";
this.vbox2.Spacing = 6;
// Container child vbox2.Gtk.Box+BoxChild
this.labelT = new global::Gtk.Label();
this.labelT.Name = "labelT";
this.labelT.LabelProp = "Driver V3";
this.vbox2.Add(this.labelT);
global::Gtk.Box.BoxChild w1 = ((global::Gtk.Box.BoxChild)(this.vbox2[this.labelT]));
w1.Position = 0;
w1.Expand = false;
w1.Fill = false;
// Container child vbox2.Gtk.Box+BoxChild
this.table1 = new global::Gtk.Table(((uint)(5)), ((uint)(4)), false);
this.table1.Name = "table1";
this.table1.RowSpacing = ((uint)(6));
this.table1.ColumnSpacing = ((uint)(6));
// Container child table1.Gtk.Table+TableChild
this.caseBrk = new global::Gtk.Entry();
this.caseBrk.CanFocus = true;
this.caseBrk.Name = "caseBrk";
this.caseBrk.IsEditable = true;
this.caseBrk.InvisibleChar = '•';
this.table1.Add(this.caseBrk);
global::Gtk.Table.TableChild w2 = ((global::Gtk.Table.TableChild)(this.table1[this.caseBrk]));
w2.TopAttach = ((uint)(1));
w2.BottomAttach = ((uint)(2));
w2.LeftAttach = ((uint)(1));
w2.RightAttach = ((uint)(2));
w2.XOptions = ((global::Gtk.AttachOptions)(4));
w2.YOptions = ((global::Gtk.AttachOptions)(4));
// Container child table1.Gtk.Table+TableChild
this.caseCircuits = new global::Gtk.Entry();
this.caseCircuits.CanFocus = true;
this.caseCircuits.Name = "caseCircuits";
this.caseCircuits.IsEditable = true;
this.caseCircuits.InvisibleChar = '•';
this.table1.Add(this.caseCircuits);
global::Gtk.Table.TableChild w3 = ((global::Gtk.Table.TableChild)(this.table1[this.caseCircuits]));
w3.LeftAttach = ((uint)(3));
w3.RightAttach = ((uint)(4));
w3.YOptions = ((global::Gtk.AttachOptions)(4));
// Container child table1.Gtk.Table+TableChild
this.caseDMXInt = new global::Gtk.Entry();
this.caseDMXInt.CanFocus = true;
this.caseDMXInt.Name = "caseDMXInt";
this.caseDMXInt.IsEditable = true;
this.caseDMXInt.InvisibleChar = '•';
this.table1.Add(this.caseDMXInt);
global::Gtk.Table.TableChild w4 = ((global::Gtk.Table.TableChild)(this.table1[this.caseDMXInt]));
w4.TopAttach = ((uint)(3));
w4.BottomAttach = ((uint)(4));
w4.LeftAttach = ((uint)(3));
w4.RightAttach = ((uint)(4));
w4.YOptions = ((global::Gtk.AttachOptions)(4));
// Container child table1.Gtk.Table+TableChild
this.caseMab = new global::Gtk.Entry();
this.caseMab.CanFocus = true;
this.caseMab.Name = "caseMab";
this.caseMab.IsEditable = true;
this.caseMab.InvisibleChar = '•';
this.table1.Add(this.caseMab);
global::Gtk.Table.TableChild w5 = ((global::Gtk.Table.TableChild)(this.table1[this.caseMab]));
w5.TopAttach = ((uint)(1));
w5.BottomAttach = ((uint)(2));
w5.LeftAttach = ((uint)(3));
w5.RightAttach = ((uint)(4));
w5.YOptions = ((global::Gtk.AttachOptions)(4));
// Container child table1.Gtk.Table+TableChild
this.caseUSBRef = new global::Gtk.Entry();
this.caseUSBRef.CanFocus = true;
this.caseUSBRef.Name = "caseUSBRef";
this.caseUSBRef.IsEditable = true;
this.caseUSBRef.InvisibleChar = '•';
this.table1.Add(this.caseUSBRef);
global::Gtk.Table.TableChild w6 = ((global::Gtk.Table.TableChild)(this.table1[this.caseUSBRef]));
w6.TopAttach = ((uint)(3));
w6.BottomAttach = ((uint)(4));
w6.LeftAttach = ((uint)(1));
w6.RightAttach = ((uint)(2));
w6.XOptions = ((global::Gtk.AttachOptions)(4));
w6.YOptions = ((global::Gtk.AttachOptions)(4));
// Container child table1.Gtk.Table+TableChild
this.cbUnivers1 = global::Gtk.ComboBox.NewText();
this.cbUnivers1.Name = "cbUnivers1";
this.table1.Add(this.cbUnivers1);
global::Gtk.Table.TableChild w7 = ((global::Gtk.Table.TableChild)(this.table1[this.cbUnivers1]));
w7.LeftAttach = ((uint)(1));
w7.RightAttach = ((uint)(2));
w7.XOptions = ((global::Gtk.AttachOptions)(4));
w7.YOptions = ((global::Gtk.AttachOptions)(4));
// Container child table1.Gtk.Table+TableChild
this.chkMerge1 = new global::Gtk.CheckButton();
this.chkMerge1.CanFocus = true;
this.chkMerge1.Name = "chkMerge1";
this.chkMerge1.Label = "";
this.chkMerge1.DrawIndicator = true;
this.chkMerge1.UseUnderline = true;
this.table1.Add(this.chkMerge1);
global::Gtk.Table.TableChild w8 = ((global::Gtk.Table.TableChild)(this.table1[this.chkMerge1]));
w8.TopAttach = ((uint)(2));
w8.BottomAttach = ((uint)(3));
w8.LeftAttach = ((uint)(3));
w8.RightAttach = ((uint)(4));
w8.YOptions = ((global::Gtk.AttachOptions)(4));
// Container child table1.Gtk.Table+TableChild
this.chkSync = new global::Gtk.CheckButton();
this.chkSync.CanFocus = true;
this.chkSync.Name = "chkSync";
this.chkSync.Label = "";
this.chkSync.DrawIndicator = true;
this.chkSync.UseUnderline = true;
this.table1.Add(this.chkSync);
global::Gtk.Table.TableChild w9 = ((global::Gtk.Table.TableChild)(this.table1[this.chkSync]));
w9.TopAttach = ((uint)(2));
w9.BottomAttach = ((uint)(3));
w9.LeftAttach = ((uint)(1));
w9.RightAttach = ((uint)(2));
w9.XOptions = ((global::Gtk.AttachOptions)(4));
w9.YOptions = ((global::Gtk.AttachOptions)(4));
// Container child table1.Gtk.Table+TableChild
this.label10 = new global::Gtk.Label();
this.label10.Name = "label10";
this.label10.LabelProp = "Freq. USB (ms)";
this.table1.Add(this.label10);
global::Gtk.Table.TableChild w10 = ((global::Gtk.Table.TableChild)(this.table1[this.label10]));
w10.TopAttach = ((uint)(3));
w10.BottomAttach = ((uint)(4));
w10.XOptions = ((global::Gtk.AttachOptions)(4));
w10.YOptions = ((global::Gtk.AttachOptions)(4));
// Container child table1.Gtk.Table+TableChild
this.label3 = new global::Gtk.Label();
this.label3.Name = "label3";
this.label3.LabelProp = "Univer associé";
this.table1.Add(this.label3);
global::Gtk.Table.TableChild w11 = ((global::Gtk.Table.TableChild)(this.table1[this.label3]));
w11.XOptions = ((global::Gtk.AttachOptions)(4));
w11.YOptions = ((global::Gtk.AttachOptions)(4));
// Container child table1.Gtk.Table+TableChild
this.label4 = new global::Gtk.Label();
this.label4.Name = "label4";
this.label4.LabelProp = "Break (µs)";
this.table1.Add(this.label4);
global::Gtk.Table.TableChild w12 = ((global::Gtk.Table.TableChild)(this.table1[this.label4]));
w12.TopAttach = ((uint)(1));
w12.BottomAttach = ((uint)(2));
w12.XOptions = ((global::Gtk.AttachOptions)(4));
w12.YOptions = ((global::Gtk.AttachOptions)(4));
// Container child table1.Gtk.Table+TableChild
this.label5 = new global::Gtk.Label();
this.label5.Name = "label5";
this.label5.LabelProp = "MAB (µs)";
this.table1.Add(this.label5);
global::Gtk.Table.TableChild w13 = ((global::Gtk.Table.TableChild)(this.table1[this.label5]));
w13.TopAttach = ((uint)(1));
w13.BottomAttach = ((uint)(2));
w13.LeftAttach = ((uint)(2));
w13.RightAttach = ((uint)(3));
w13.XOptions = ((global::Gtk.AttachOptions)(4));
w13.YOptions = ((global::Gtk.AttachOptions)(4));
// Container child table1.Gtk.Table+TableChild
this.label8 = new global::Gtk.Label();
this.label8.Name = "label8";
this.label8.LabelProp = "Merge";
this.table1.Add(this.label8);
global::Gtk.Table.TableChild w14 = ((global::Gtk.Table.TableChild)(this.table1[this.label8]));
w14.TopAttach = ((uint)(2));
w14.BottomAttach = ((uint)(3));
w14.LeftAttach = ((uint)(2));
w14.RightAttach = ((uint)(3));
w14.XOptions = ((global::Gtk.AttachOptions)(4));
w14.YOptions = ((global::Gtk.AttachOptions)(4));
// Container child table1.Gtk.Table+TableChild
this.label9 = new global::Gtk.Label();
this.label9.Name = "label9";
this.label9.LabelProp = "Circuits";
this.table1.Add(this.label9);
global::Gtk.Table.TableChild w15 = ((global::Gtk.Table.TableChild)(this.table1[this.label9]));
w15.LeftAttach = ((uint)(2));
w15.RightAttach = ((uint)(3));
w15.XOptions = ((global::Gtk.AttachOptions)(4));
w15.YOptions = ((global::Gtk.AttachOptions)(4));
// Container child table1.Gtk.Table+TableChild
this.labelsync = new global::Gtk.Label();
this.labelsync.Name = "labelsync";
this.labelsync.LabelProp = "Syncro\nDMX<->USB";
this.table1.Add(this.labelsync);
global::Gtk.Table.TableChild w16 = ((global::Gtk.Table.TableChild)(this.table1[this.labelsync]));
w16.TopAttach = ((uint)(2));
w16.BottomAttach = ((uint)(3));
w16.XOptions = ((global::Gtk.AttachOptions)(4));
w16.YOptions = ((global::Gtk.AttachOptions)(4));
// Container child table1.Gtk.Table+TableChild
this.lblDMX = new global::Gtk.Label();
this.lblDMX.Name = "lblDMX";
this.lblDMX.LabelProp = "Intervale entre\ntrames DMX (ms)";
this.table1.Add(this.lblDMX);
global::Gtk.Table.TableChild w17 = ((global::Gtk.Table.TableChild)(this.table1[this.lblDMX]));
w17.TopAttach = ((uint)(3));
w17.BottomAttach = ((uint)(4));
w17.LeftAttach = ((uint)(2));
w17.RightAttach = ((uint)(3));
w17.XOptions = ((global::Gtk.AttachOptions)(4));
w17.YOptions = ((global::Gtk.AttachOptions)(4));
this.vbox2.Add(this.table1);
global::Gtk.Box.BoxChild w18 = ((global::Gtk.Box.BoxChild)(this.vbox2[this.table1]));
w18.Position = 1;
w18.Expand = false;
w18.Fill = 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.btnValider = new global::Gtk.Button();
this.btnValider.CanFocus = true;
this.btnValider.Name = "btnValider";
this.btnValider.UseUnderline = true;
this.btnValider.Label = "Valider";
this.hbox1.Add(this.btnValider);
global::Gtk.Box.BoxChild w19 = ((global::Gtk.Box.BoxChild)(this.hbox1[this.btnValider]));
w19.Position = 1;
w19.Expand = false;
w19.Fill = false;
// Container child hbox1.Gtk.Box+BoxChild
this.btnInit = new global::Gtk.Button();
this.btnInit.CanFocus = true;
this.btnInit.Name = "btnInit";
this.btnInit.UseUnderline = true;
this.btnInit.Label = "Init Boitier";
this.hbox1.Add(this.btnInit);
global::Gtk.Box.BoxChild w20 = ((global::Gtk.Box.BoxChild)(this.hbox1[this.btnInit]));
w20.Position = 2;
w20.Expand = false;
w20.Fill = false;
this.vbox2.Add(this.hbox1);
global::Gtk.Box.BoxChild w21 = ((global::Gtk.Box.BoxChild)(this.vbox2[this.hbox1]));
w21.PackType = ((global::Gtk.PackType)(1));
w21.Position = 2;
w21.Expand = false;
w21.Fill = false;
this.Add(this.vbox2);
if ((this.Child != null))
{
this.Child.ShowAll();
}
this.Hide();
this.chkSync.Toggled += new global::System.EventHandler(this.OnChkSyncToggled);
this.caseUSBRef.Changed += new global::System.EventHandler(this.OnCaseUSBRefChanged);
this.btnValider.Clicked += new global::System.EventHandler(this.OnButtonValider);
this.btnInit.Clicked += new global::System.EventHandler(this.OnBtnInitClicked);
}
}
}