You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

70 line
2.8 KiB

  1. // ------------------------------------------------------------------------------
  2. // <autogenerated>
  3. // This code was generated by a tool.
  4. // Mono Runtime Version: 2.0.50727.42
  5. //
  6. // Changes to this file may cause incorrect behavior and will be lost if
  7. // the code is regenerated.
  8. // </autogenerated>
  9. // ------------------------------------------------------------------------------
  10. namespace ThePimp {
  11. public partial class About {
  12. private Gtk.Image image1;
  13. private Gtk.Button buttonClose;
  14. protected virtual void Build() {
  15. Stetic.Gui.Initialize(this);
  16. // Widget ThePimp.About
  17. this.Name = "ThePimp.About";
  18. this.Title = Mono.Unix.Catalog.GetString("About The Pimp");
  19. this.Icon = Stetic.IconLoader.LoadIcon(this, "gtk-about", Gtk.IconSize.Menu, 16);
  20. this.WindowPosition = ((Gtk.WindowPosition)(4));
  21. this.Modal = true;
  22. this.HasSeparator = false;
  23. // Internal child ThePimp.About.VBox
  24. Gtk.VBox w1 = this.VBox;
  25. w1.Name = "dialog1_VBox";
  26. w1.BorderWidth = ((uint)(2));
  27. // Container child dialog1_VBox.Gtk.Box+BoxChild
  28. this.image1 = new Gtk.Image();
  29. this.image1.Name = "image1";
  30. this.image1.Pixbuf = Gdk.Pixbuf.LoadFromResource("about.png");
  31. w1.Add(this.image1);
  32. Gtk.Box.BoxChild w2 = ((Gtk.Box.BoxChild)(w1[this.image1]));
  33. w2.Position = 0;
  34. w2.Expand = false;
  35. w2.Fill = false;
  36. // Internal child ThePimp.About.ActionArea
  37. Gtk.HButtonBox w3 = this.ActionArea;
  38. w3.Name = "dialog1_ActionArea";
  39. w3.Spacing = 6;
  40. w3.BorderWidth = ((uint)(5));
  41. w3.LayoutStyle = ((Gtk.ButtonBoxStyle)(4));
  42. // Container child dialog1_ActionArea.Gtk.ButtonBox+ButtonBoxChild
  43. this.buttonClose = new Gtk.Button();
  44. this.buttonClose.CanDefault = true;
  45. this.buttonClose.CanFocus = true;
  46. this.buttonClose.Name = "buttonClose";
  47. this.buttonClose.UseStock = true;
  48. this.buttonClose.UseUnderline = true;
  49. this.buttonClose.Label = "gtk-close";
  50. this.AddActionWidget(this.buttonClose, -7);
  51. Gtk.ButtonBox.ButtonBoxChild w4 = ((Gtk.ButtonBox.ButtonBoxChild)(w3[this.buttonClose]));
  52. w4.Expand = false;
  53. w4.Fill = false;
  54. if ((this.Child != null)) {
  55. this.Child.ShowAll();
  56. }
  57. this.DefaultWidth = 462;
  58. this.DefaultHeight = 367;
  59. this.Show();
  60. this.buttonClose.Clicked += new System.EventHandler(this.OnButtonCloseClicked);
  61. }
  62. }
  63. }