218 lines
8.7 KiB
C#
218 lines
8.7 KiB
C#
|
|
// This file has been generated by the GUI designer. Do not modify.
|
|
namespace DMX2
|
|
{
|
|
public partial class DriverBoitierV2UI
|
|
{
|
|
private global::Gtk.VBox vbox2;
|
|
private global::Gtk.Label label1;
|
|
private global::Gtk.Table table1;
|
|
private global::Gtk.ComboBox cbUnivers1;
|
|
private global::Gtk.ComboBox cbUnivers2;
|
|
private global::Gtk.Entry entry1;
|
|
private global::Gtk.Entry entry2;
|
|
private global::Gtk.Entry entry3;
|
|
private global::Gtk.Entry entry4;
|
|
private global::Gtk.Label label2;
|
|
private global::Gtk.Label label3;
|
|
private global::Gtk.Label label4;
|
|
private global::Gtk.Label label5;
|
|
private global::Gtk.Label label6;
|
|
private global::Gtk.Label label7;
|
|
private global::Gtk.HBox hbox1;
|
|
private global::Gtk.Button button120;
|
|
|
|
protected virtual void Build ()
|
|
{
|
|
global::Stetic.Gui.Initialize (this);
|
|
// Widget DMX2.DriverBoitierV2UI
|
|
global::Stetic.BinContainer.Attach (this);
|
|
this.Name = "DMX2.DriverBoitierV2UI";
|
|
// Container child DMX2.DriverBoitierV2UI.Gtk.Container+ContainerChild
|
|
this.vbox2 = new global::Gtk.VBox ();
|
|
this.vbox2.Name = "vbox2";
|
|
this.vbox2.Spacing = 6;
|
|
// Container child vbox2.Gtk.Box+BoxChild
|
|
this.label1 = new global::Gtk.Label ();
|
|
this.label1.Name = "label1";
|
|
this.label1.LabelProp = "Driver V2";
|
|
this.vbox2.Add (this.label1);
|
|
global::Gtk.Box.BoxChild w1 = ((global::Gtk.Box.BoxChild)(this.vbox2 [this.label1]));
|
|
w1.Position = 0;
|
|
w1.Expand = false;
|
|
w1.Fill = false;
|
|
// Container child vbox2.Gtk.Box+BoxChild
|
|
this.table1 = new global::Gtk.Table (((uint)(3)), ((uint)(4)), false);
|
|
this.table1.Name = "table1";
|
|
this.table1.RowSpacing = ((uint)(6));
|
|
this.table1.ColumnSpacing = ((uint)(6));
|
|
// 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 w2 = ((global::Gtk.Table.TableChild)(this.table1 [this.cbUnivers1]));
|
|
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.cbUnivers2 = global::Gtk.ComboBox.NewText ();
|
|
this.cbUnivers2.Name = "cbUnivers2";
|
|
this.table1.Add (this.cbUnivers2);
|
|
global::Gtk.Table.TableChild w3 = ((global::Gtk.Table.TableChild)(this.table1 [this.cbUnivers2]));
|
|
w3.TopAttach = ((uint)(2));
|
|
w3.BottomAttach = ((uint)(3));
|
|
w3.LeftAttach = ((uint)(1));
|
|
w3.RightAttach = ((uint)(2));
|
|
w3.XOptions = ((global::Gtk.AttachOptions)(4));
|
|
w3.YOptions = ((global::Gtk.AttachOptions)(4));
|
|
// Container child table1.Gtk.Table+TableChild
|
|
this.entry1 = new global::Gtk.Entry ();
|
|
this.entry1.CanFocus = true;
|
|
this.entry1.Name = "entry1";
|
|
this.entry1.IsEditable = true;
|
|
this.entry1.InvisibleChar = '•';
|
|
this.table1.Add (this.entry1);
|
|
global::Gtk.Table.TableChild w4 = ((global::Gtk.Table.TableChild)(this.table1 [this.entry1]));
|
|
w4.TopAttach = ((uint)(1));
|
|
w4.BottomAttach = ((uint)(2));
|
|
w4.LeftAttach = ((uint)(2));
|
|
w4.RightAttach = ((uint)(3));
|
|
w4.XOptions = ((global::Gtk.AttachOptions)(4));
|
|
w4.YOptions = ((global::Gtk.AttachOptions)(4));
|
|
// Container child table1.Gtk.Table+TableChild
|
|
this.entry2 = new global::Gtk.Entry ();
|
|
this.entry2.CanFocus = true;
|
|
this.entry2.Name = "entry2";
|
|
this.entry2.IsEditable = true;
|
|
this.entry2.InvisibleChar = '•';
|
|
this.table1.Add (this.entry2);
|
|
global::Gtk.Table.TableChild w5 = ((global::Gtk.Table.TableChild)(this.table1 [this.entry2]));
|
|
w5.TopAttach = ((uint)(1));
|
|
w5.BottomAttach = ((uint)(2));
|
|
w5.LeftAttach = ((uint)(3));
|
|
w5.RightAttach = ((uint)(4));
|
|
w5.XOptions = ((global::Gtk.AttachOptions)(4));
|
|
w5.YOptions = ((global::Gtk.AttachOptions)(4));
|
|
// Container child table1.Gtk.Table+TableChild
|
|
this.entry3 = new global::Gtk.Entry ();
|
|
this.entry3.CanFocus = true;
|
|
this.entry3.Name = "entry3";
|
|
this.entry3.IsEditable = true;
|
|
this.entry3.InvisibleChar = '•';
|
|
this.table1.Add (this.entry3);
|
|
global::Gtk.Table.TableChild w6 = ((global::Gtk.Table.TableChild)(this.table1 [this.entry3]));
|
|
w6.TopAttach = ((uint)(2));
|
|
w6.BottomAttach = ((uint)(3));
|
|
w6.LeftAttach = ((uint)(2));
|
|
w6.RightAttach = ((uint)(3));
|
|
w6.XOptions = ((global::Gtk.AttachOptions)(4));
|
|
w6.YOptions = ((global::Gtk.AttachOptions)(4));
|
|
// Container child table1.Gtk.Table+TableChild
|
|
this.entry4 = new global::Gtk.Entry ();
|
|
this.entry4.CanFocus = true;
|
|
this.entry4.Name = "entry4";
|
|
this.entry4.IsEditable = true;
|
|
this.entry4.InvisibleChar = '•';
|
|
this.table1.Add (this.entry4);
|
|
global::Gtk.Table.TableChild w7 = ((global::Gtk.Table.TableChild)(this.table1 [this.entry4]));
|
|
w7.TopAttach = ((uint)(2));
|
|
w7.BottomAttach = ((uint)(3));
|
|
w7.LeftAttach = ((uint)(3));
|
|
w7.RightAttach = ((uint)(4));
|
|
w7.XOptions = ((global::Gtk.AttachOptions)(4));
|
|
w7.YOptions = ((global::Gtk.AttachOptions)(4));
|
|
// Container child table1.Gtk.Table+TableChild
|
|
this.label2 = new global::Gtk.Label ();
|
|
this.label2.Name = "label2";
|
|
this.label2.LabelProp = "Etat";
|
|
this.table1.Add (this.label2);
|
|
global::Gtk.Table.TableChild w8 = ((global::Gtk.Table.TableChild)(this.table1 [this.label2]));
|
|
w8.XOptions = ((global::Gtk.AttachOptions)(4));
|
|
w8.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 w9 = ((global::Gtk.Table.TableChild)(this.table1 [this.label3]));
|
|
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.label4 = new global::Gtk.Label ();
|
|
this.label4.Name = "label4";
|
|
this.label4.LabelProp = "Break";
|
|
this.table1.Add (this.label4);
|
|
global::Gtk.Table.TableChild w10 = ((global::Gtk.Table.TableChild)(this.table1 [this.label4]));
|
|
w10.LeftAttach = ((uint)(2));
|
|
w10.RightAttach = ((uint)(3));
|
|
w10.XOptions = ((global::Gtk.AttachOptions)(4));
|
|
w10.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";
|
|
this.table1.Add (this.label5);
|
|
global::Gtk.Table.TableChild w11 = ((global::Gtk.Table.TableChild)(this.table1 [this.label5]));
|
|
w11.LeftAttach = ((uint)(3));
|
|
w11.RightAttach = ((uint)(4));
|
|
w11.XOptions = ((global::Gtk.AttachOptions)(4));
|
|
w11.YOptions = ((global::Gtk.AttachOptions)(4));
|
|
// Container child table1.Gtk.Table+TableChild
|
|
this.label6 = new global::Gtk.Label ();
|
|
this.label6.Name = "label6";
|
|
this.label6.LabelProp = "Block 1";
|
|
this.table1.Add (this.label6);
|
|
global::Gtk.Table.TableChild w12 = ((global::Gtk.Table.TableChild)(this.table1 [this.label6]));
|
|
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.label7 = new global::Gtk.Label ();
|
|
this.label7.Name = "label7";
|
|
this.label7.LabelProp = "Block 2";
|
|
this.table1.Add (this.label7);
|
|
global::Gtk.Table.TableChild w13 = ((global::Gtk.Table.TableChild)(this.table1 [this.label7]));
|
|
w13.TopAttach = ((uint)(2));
|
|
w13.BottomAttach = ((uint)(3));
|
|
w13.XOptions = ((global::Gtk.AttachOptions)(4));
|
|
w13.YOptions = ((global::Gtk.AttachOptions)(4));
|
|
this.vbox2.Add (this.table1);
|
|
global::Gtk.Box.BoxChild w14 = ((global::Gtk.Box.BoxChild)(this.vbox2 [this.table1]));
|
|
w14.Position = 1;
|
|
w14.Expand = false;
|
|
w14.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.button120 = new global::Gtk.Button ();
|
|
this.button120.CanFocus = true;
|
|
this.button120.Name = "button120";
|
|
this.button120.UseUnderline = true;
|
|
this.button120.Label = "Valider";
|
|
this.hbox1.Add (this.button120);
|
|
global::Gtk.Box.BoxChild w15 = ((global::Gtk.Box.BoxChild)(this.hbox1 [this.button120]));
|
|
w15.Position = 1;
|
|
w15.Expand = false;
|
|
w15.Fill = false;
|
|
this.vbox2.Add (this.hbox1);
|
|
global::Gtk.Box.BoxChild w16 = ((global::Gtk.Box.BoxChild)(this.vbox2 [this.hbox1]));
|
|
w16.PackType = ((global::Gtk.PackType)(1));
|
|
w16.Position = 2;
|
|
w16.Expand = false;
|
|
w16.Fill = false;
|
|
this.Add (this.vbox2);
|
|
if ((this.Child != null)) {
|
|
this.Child.ShowAll ();
|
|
}
|
|
this.Hide ();
|
|
}
|
|
}
|
|
}
|