// This file has been generated by the GUI designer. Do not modify. namespace LliureXMiniScreen { public partial class About { private global::Gtk.HBox hbox1; private global::Gtk.Image image1; private global::Gtk.Label label1; private global::Gtk.Button Button; protected virtual void Build () { global::Stetic.Gui.Initialize (this); // Widget LliureXMiniScreen.About this.Name = "LliureXMiniScreen.About"; this.Title = global::Mono.Unix.Catalog.GetString ("About..."); this.Icon = global::Stetic.IconLoader.LoadIcon (this, "gtk-about", global::Gtk.IconSize.Menu); this.WindowPosition = ((global::Gtk.WindowPosition)(4)); this.Resizable = false; this.AllowGrow = false; this.DefaultWidth = 400; // Internal child LliureXMiniScreen.About.VBox global::Gtk.VBox w1 = this.VBox; w1.Name = "dialog1_VBox"; w1.BorderWidth = ((uint)(2)); // Container child dialog1_VBox.Gtk.Box+BoxChild this.hbox1 = new global::Gtk.HBox (); this.hbox1.Name = "hbox1"; this.hbox1.Spacing = 6; // Container child hbox1.Gtk.Box+BoxChild this.image1 = new global::Gtk.Image (); this.image1.Name = "image1"; this.image1.Pixbuf = global::Gdk.Pixbuf.LoadFromResource ("MiniScreen.Lliurex-MiniScreen.png"); this.hbox1.Add (this.image1); global::Gtk.Box.BoxChild w2 = ((global::Gtk.Box.BoxChild)(this.hbox1 [this.image1])); w2.Position = 0; w2.Expand = false; w2.Fill = false; w2.Padding = ((uint)(20)); // Container child hbox1.Gtk.Box+BoxChild this.label1 = new global::Gtk.Label (); this.label1.Name = "label1"; this.label1.LabelProp = global::Mono.Unix.Catalog.GetString ("\n\n LliureX MiniScreen v. 0.1\n\nCopyright 2011. The LliureX Team.\n\n License: GPL-3\n\nThis program is free software; you can \nredistribute it and/or modify it under \nthe terms of the GNU General Public \nLicense as published by the Free Soft-\nware Foundation; either version 3, or \n(at your option) any later version.\n\n\n"); this.hbox1.Add (this.label1); global::Gtk.Box.BoxChild w3 = ((global::Gtk.Box.BoxChild)(this.hbox1 [this.label1])); w3.Position = 1; w3.Expand = false; w3.Fill = false; w3.Padding = ((uint)(20)); w1.Add (this.hbox1); global::Gtk.Box.BoxChild w4 = ((global::Gtk.Box.BoxChild)(w1 [this.hbox1])); w4.Position = 0; w4.Expand = false; w4.Fill = false; // Internal child LliureXMiniScreen.About.ActionArea global::Gtk.HButtonBox w5 = this.ActionArea; w5.Name = "dialog1_ActionArea"; w5.Spacing = 10; w5.BorderWidth = ((uint)(5)); w5.LayoutStyle = ((global::Gtk.ButtonBoxStyle)(4)); // Container child dialog1_ActionArea.Gtk.ButtonBox+ButtonBoxChild this.Button = new global::Gtk.Button (); this.Button.CanDefault = true; this.Button.CanFocus = true; this.Button.Name = "Button"; this.Button.UseStock = true; this.Button.UseUnderline = true; this.Button.Label = "gtk-close"; this.AddActionWidget (this.Button, -7); global::Gtk.ButtonBox.ButtonBoxChild w6 = ((global::Gtk.ButtonBox.ButtonBoxChild)(w5 [this.Button])); w6.Expand = false; w6.Fill = false; if ((this.Child != null)) { this.Child.ShowAll (); } this.DefaultHeight = 399; this.Show (); } } }