// This file has been generated by the GUI designer. Do not modify. namespace zero.netboot { public partial class IsoListWidget { private global::Gtk.ScrolledWindow GtkScrolledWindow; private global::Gtk.VBox vbox; protected virtual void Build () { global::Stetic.Gui.Initialize (this); // Widget zero.netboot.IsoListWidget this.WidthRequest = 550; this.Name = "zero.netboot.IsoListWidget"; this.Title = global::Mono.Unix.Catalog.GetString ("List of available ISOs..."); this.WindowPosition = ((global::Gtk.WindowPosition)(3)); // Container child zero.netboot.IsoListWidget.Gtk.Container+ContainerChild this.GtkScrolledWindow = new global::Gtk.ScrolledWindow (); this.GtkScrolledWindow.Name = "GtkScrolledWindow"; this.GtkScrolledWindow.ShadowType = ((global::Gtk.ShadowType)(1)); // Container child GtkScrolledWindow.Gtk.Container+ContainerChild global::Gtk.Viewport w1 = new global::Gtk.Viewport (); w1.ShadowType = ((global::Gtk.ShadowType)(0)); // Container child GtkViewport.Gtk.Container+ContainerChild this.vbox = new global::Gtk.VBox (); this.vbox.Name = "vbox"; this.vbox.Homogeneous = true; this.vbox.Spacing = 6; this.vbox.BorderWidth = ((uint)(8)); w1.Add (this.vbox); this.GtkScrolledWindow.Add (w1); this.Add (this.GtkScrolledWindow); if ((this.Child != null)) { this.Child.ShowAll (); } this.DefaultWidth = 552; this.DefaultHeight = 482; this.Show (); } } }