61 lines
2 KiB
C#
61 lines
2 KiB
C#
|
|
// This file has been generated by the GUI designer. Do not modify.
|
|
namespace DMX2
|
|
{
|
|
public partial class About
|
|
{
|
|
private global::Gtk.Label labelA;
|
|
|
|
private global::Gtk.Button buttonOk;
|
|
|
|
protected virtual void Build()
|
|
{
|
|
global::Stetic.Gui.Initialize(this);
|
|
// Widget DMX2.About
|
|
this.Name = "DMX2.About";
|
|
this.WindowPosition = ((global::Gtk.WindowPosition)(4));
|
|
this.Modal = true;
|
|
// Internal child DMX2.About.VBox
|
|
global::Gtk.VBox w1 = this.VBox;
|
|
w1.Name = "dialog1_VBox";
|
|
w1.BorderWidth = ((uint)(2));
|
|
// Container child dialog1_VBox.Gtk.Box+BoxChild
|
|
this.labelA = new global::Gtk.Label();
|
|
this.labelA.Name = "labelA";
|
|
this.labelA.LabelProp = "Loupiottes\n\nLogiciel de contrôle DMX 512\n\nCopyright (C) Arnaud Houdelette\t\t2012-" +
|
|
"2014\nCopyright (C) Emmanuel Langlois\t\t2012-2014\nhttp://www.loupiottes.fr\nLicence" +
|
|
" : GPL V2";
|
|
w1.Add(this.labelA);
|
|
global::Gtk.Box.BoxChild w2 = ((global::Gtk.Box.BoxChild)(w1[this.labelA]));
|
|
w2.Position = 0;
|
|
w2.Expand = false;
|
|
w2.Fill = false;
|
|
// Internal child DMX2.About.ActionArea
|
|
global::Gtk.HButtonBox w3 = this.ActionArea;
|
|
w3.Name = "dialog1_ActionArea";
|
|
w3.Spacing = 10;
|
|
w3.BorderWidth = ((uint)(5));
|
|
w3.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 w4 = ((global::Gtk.ButtonBox.ButtonBoxChild)(w3[this.buttonOk]));
|
|
w4.Expand = false;
|
|
w4.Fill = false;
|
|
if ((this.Child != null))
|
|
{
|
|
this.Child.ShowAll();
|
|
}
|
|
this.DefaultWidth = 400;
|
|
this.DefaultHeight = 300;
|
|
this.Show();
|
|
this.buttonOk.Clicked += new global::System.EventHandler(this.OnButtonOkClicked);
|
|
}
|
|
}
|
|
}
|