30 lines
794 B
C#
30 lines
794 B
C#
|
|
||
|
// This file has been generated by the GUI designer. Do not modify.
|
||
|
|
||
|
public partial class MainWindow
|
||
|
{
|
||
|
private global::Gtk.Fixed fixed1;
|
||
|
|
||
|
protected virtual void Build()
|
||
|
{
|
||
|
global::Stetic.Gui.Initialize(this);
|
||
|
// Widget MainWindow
|
||
|
this.Name = "MainWindow";
|
||
|
this.Title = global::Mono.Unix.Catalog.GetString("MainWindow");
|
||
|
this.WindowPosition = ((global::Gtk.WindowPosition)(4));
|
||
|
// Container child MainWindow.Gtk.Container+ContainerChild
|
||
|
this.fixed1 = new global::Gtk.Fixed();
|
||
|
this.fixed1.Name = "fixed1";
|
||
|
this.fixed1.HasWindow = false;
|
||
|
this.Add(this.fixed1);
|
||
|
if ((this.Child != null))
|
||
|
{
|
||
|
this.Child.ShowAll();
|
||
|
}
|
||
|
this.DefaultWidth = 204;
|
||
|
this.DefaultHeight = 86;
|
||
|
this.Show();
|
||
|
this.DeleteEvent += new global::Gtk.DeleteEventHandler(this.OnDeleteEvent);
|
||
|
}
|
||
|
}
|