// ------------------------------------------------------------------------------ // // This code was generated by a tool. // // // Changes to this file may cause incorrect behavior and will be lost if // the code is regenerated. // // ------------------------------------------------------------------------------ namespace LliureXMiniScreen { public partial class About { private Gtk.HBox hbox1; private Gtk.Image image1; private Gtk.Label label1; private Gtk.Button Button; protected virtual void Build() { Stetic.Gui.Initialize(this); // Widget LliureXMiniScreen.About this.Name = "LliureXMiniScreen.About"; this.Title = Mono.Unix.Catalog.GetString("About..."); this.Icon = Stetic.IconLoader.LoadIcon(this, "gtk-about", Gtk.IconSize.Menu, 16); this.WindowPosition = ((Gtk.WindowPosition)(4)); this.Resizable = false; this.AllowGrow = false; this.DefaultWidth = 400; // Internal child LliureXMiniScreen.About.VBox Gtk.VBox w1 = this.VBox; w1.Name = "dialog1_VBox"; w1.BorderWidth = ((uint)(2)); // Container child dialog1_VBox.Gtk.Box+BoxChild this.hbox1 = new Gtk.HBox(); this.hbox1.Name = "hbox1"; this.hbox1.Spacing = 6; // Container child hbox1.Gtk.Box+BoxChild this.image1 = new Gtk.Image(); this.image1.Name = "image1"; this.image1.Pixbuf = Gdk.Pixbuf.LoadFromResource("MiniScreen.Lliurex-MiniScreen.png"); this.hbox1.Add(this.image1); Gtk.Box.BoxChild w2 = ((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 Gtk.Label(); this.label1.Name = "label1"; this.label1.LabelProp = 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); Gtk.Box.BoxChild w3 = ((Gtk.Box.BoxChild)(this.hbox1[this.label1])); w3.Position = 1; w3.Expand = false; w3.Fill = false; w3.Padding = ((uint)(20)); w1.Add(this.hbox1); Gtk.Box.BoxChild w4 = ((Gtk.Box.BoxChild)(w1[this.hbox1])); w4.Position = 0; w4.Expand = false; w4.Fill = false; // Internal child LliureXMiniScreen.About.ActionArea Gtk.HButtonBox w5 = this.ActionArea; w5.Name = "dialog1_ActionArea"; w5.Spacing = 10; w5.BorderWidth = ((uint)(5)); w5.LayoutStyle = ((Gtk.ButtonBoxStyle)(4)); // Container child dialog1_ActionArea.Gtk.ButtonBox+ButtonBoxChild this.Button = new 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); Gtk.ButtonBox.ButtonBoxChild w6 = ((Gtk.ButtonBox.ButtonBoxChild)(w5[this.Button])); w6.Expand = false; w6.Fill = false; if ((this.Child != null)) { this.Child.ShowAll(); } this.DefaultHeight = 399; this.Show(); } } }