|
- // ------------------------------------------------------------------------------
- // <autogenerated>
- // This code was generated by a tool.
- // Mono Runtime Version: 2.0.50727.42
- //
- // Changes to this file may cause incorrect behavior and will be lost if
- // the code is regenerated.
- // </autogenerated>
- // ------------------------------------------------------------------------------
-
- namespace ThePimp {
-
-
- public partial class About {
-
- private Gtk.Image image1;
-
- private Gtk.Button buttonClose;
-
- protected virtual void Build() {
- Stetic.Gui.Initialize(this);
- // Widget ThePimp.About
- this.Name = "ThePimp.About";
- this.Title = Mono.Unix.Catalog.GetString("About The Pimp");
- this.Icon = Stetic.IconLoader.LoadIcon(this, "gtk-about", Gtk.IconSize.Menu, 16);
- this.WindowPosition = ((Gtk.WindowPosition)(4));
- this.Modal = true;
- this.HasSeparator = false;
- // Internal child ThePimp.About.VBox
- Gtk.VBox w1 = this.VBox;
- w1.Name = "dialog1_VBox";
- w1.BorderWidth = ((uint)(2));
- // Container child dialog1_VBox.Gtk.Box+BoxChild
- this.image1 = new Gtk.Image();
- this.image1.Name = "image1";
- this.image1.Pixbuf = Gdk.Pixbuf.LoadFromResource("about.png");
- w1.Add(this.image1);
- Gtk.Box.BoxChild w2 = ((Gtk.Box.BoxChild)(w1[this.image1]));
- w2.Position = 0;
- w2.Expand = false;
- w2.Fill = false;
- // Internal child ThePimp.About.ActionArea
- Gtk.HButtonBox w3 = this.ActionArea;
- w3.Name = "dialog1_ActionArea";
- w3.Spacing = 6;
- w3.BorderWidth = ((uint)(5));
- w3.LayoutStyle = ((Gtk.ButtonBoxStyle)(4));
- // Container child dialog1_ActionArea.Gtk.ButtonBox+ButtonBoxChild
- this.buttonClose = new Gtk.Button();
- this.buttonClose.CanDefault = true;
- this.buttonClose.CanFocus = true;
- this.buttonClose.Name = "buttonClose";
- this.buttonClose.UseStock = true;
- this.buttonClose.UseUnderline = true;
- this.buttonClose.Label = "gtk-close";
- this.AddActionWidget(this.buttonClose, -7);
- Gtk.ButtonBox.ButtonBoxChild w4 = ((Gtk.ButtonBox.ButtonBoxChild)(w3[this.buttonClose]));
- w4.Expand = false;
- w4.Fill = false;
- if ((this.Child != null)) {
- this.Child.ShowAll();
- }
- this.DefaultWidth = 462;
- this.DefaultHeight = 367;
- this.Show();
- this.buttonClose.Clicked += new System.EventHandler(this.OnButtonCloseClicked);
- }
- }
- }
|