loupiottes/DMX-2.0/gtk-gui/DMX2.MainWindow.cs
2013-04-08 15:27:18 +00:00

23 lines
618 B
C#

// This file has been generated by the GUI designer. Do not modify.
namespace DMX2
{
public partial class MainWindow
{
protected virtual void Build ()
{
global::Stetic.Gui.Initialize (this);
// Widget DMX2.MainWindow
this.Name = "DMX2.MainWindow";
this.Title = global::Mono.Unix.Catalog.GetString ("MainWindow");
this.WindowPosition = ((global::Gtk.WindowPosition)(4));
if ((this.Child != null)) {
this.Child.ShowAll ();
}
this.DefaultWidth = 400;
this.DefaultHeight = 300;
this.Show ();
this.DeleteEvent += new global::Gtk.DeleteEventHandler (this.OnDeleteEvent);
}
}
}