No puede seleccionar más de 25 temas Los temas deben comenzar con una letra o número, pueden incluir guiones ('-') y pueden tener hasta 35 caracteres de largo.

ThePimp.ToolBox.cs 9.8 KiB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221
  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 ToolBox {
  12. private Gtk.Table table1;
  13. private Gtk.Button button10;
  14. private Gtk.Image image5;
  15. private Gtk.Button button11;
  16. private Gtk.Image image6;
  17. private Gtk.Button button12;
  18. private Gtk.Image image9;
  19. private Gtk.Button button13;
  20. private Gtk.Image image8;
  21. private Gtk.Button button5;
  22. private Gtk.Image image1;
  23. private Gtk.Button button6;
  24. private Gtk.Image image7;
  25. private Gtk.Button button7;
  26. private Gtk.Image image3;
  27. private Gtk.Button button8;
  28. private Gtk.Image image2;
  29. private Gtk.Button button9;
  30. private Gtk.Image image4;
  31. protected virtual void Build() {
  32. Stetic.Gui.Initialize(this);
  33. // Widget ThePimp.ToolBox
  34. Stetic.BinContainer.Attach(this);
  35. this.Name = "ThePimp.ToolBox";
  36. // Container child ThePimp.ToolBox.Gtk.Container+ContainerChild
  37. this.table1 = new Gtk.Table(((uint)(4)), ((uint)(4)), false);
  38. this.table1.Name = "table1";
  39. this.table1.RowSpacing = ((uint)(6));
  40. this.table1.ColumnSpacing = ((uint)(6));
  41. // Container child table1.Gtk.Table+TableChild
  42. this.button10 = new Gtk.Button();
  43. this.button10.CanFocus = true;
  44. this.button10.Name = "button10";
  45. // Container child button10.Gtk.Container+ContainerChild
  46. this.image5 = new Gtk.Image();
  47. this.image5.Name = "image5";
  48. this.image5.Pixbuf = Stetic.IconLoader.LoadIcon(this, "stock_draw-rectangle", Gtk.IconSize.Menu, 16);
  49. this.button10.Add(this.image5);
  50. this.button10.Label = null;
  51. this.table1.Add(this.button10);
  52. Gtk.Table.TableChild w2 = ((Gtk.Table.TableChild)(this.table1[this.button10]));
  53. w2.TopAttach = ((uint)(1));
  54. w2.BottomAttach = ((uint)(2));
  55. w2.LeftAttach = ((uint)(1));
  56. w2.RightAttach = ((uint)(2));
  57. w2.XOptions = ((Gtk.AttachOptions)(4));
  58. w2.YOptions = ((Gtk.AttachOptions)(4));
  59. // Container child table1.Gtk.Table+TableChild
  60. this.button11 = new Gtk.Button();
  61. this.button11.CanFocus = true;
  62. this.button11.Name = "button11";
  63. // Container child button11.Gtk.Container+ContainerChild
  64. this.image6 = new Gtk.Image();
  65. this.image6.Name = "image6";
  66. this.image6.Pixbuf = Stetic.IconLoader.LoadIcon(this, "stock_draw-ellipse", Gtk.IconSize.Menu, 16);
  67. this.button11.Add(this.image6);
  68. this.button11.Label = null;
  69. this.table1.Add(this.button11);
  70. Gtk.Table.TableChild w4 = ((Gtk.Table.TableChild)(this.table1[this.button11]));
  71. w4.TopAttach = ((uint)(1));
  72. w4.BottomAttach = ((uint)(2));
  73. w4.LeftAttach = ((uint)(2));
  74. w4.RightAttach = ((uint)(3));
  75. w4.XOptions = ((Gtk.AttachOptions)(4));
  76. w4.YOptions = ((Gtk.AttachOptions)(4));
  77. // Container child table1.Gtk.Table+TableChild
  78. this.button12 = new Gtk.Button();
  79. this.button12.CanFocus = true;
  80. this.button12.Name = "button12";
  81. // Container child button12.Gtk.Container+ContainerChild
  82. this.image9 = new Gtk.Image();
  83. this.image9.Name = "image9";
  84. this.image9.Pixbuf = Stetic.IconLoader.LoadIcon(this, "stock_3d-color-picker", Gtk.IconSize.Menu, 16);
  85. this.button12.Add(this.image9);
  86. this.button12.Label = null;
  87. this.table1.Add(this.button12);
  88. Gtk.Table.TableChild w6 = ((Gtk.Table.TableChild)(this.table1[this.button12]));
  89. w6.TopAttach = ((uint)(2));
  90. w6.BottomAttach = ((uint)(3));
  91. w6.LeftAttach = ((uint)(2));
  92. w6.RightAttach = ((uint)(3));
  93. w6.XOptions = ((Gtk.AttachOptions)(4));
  94. w6.YOptions = ((Gtk.AttachOptions)(4));
  95. // Container child table1.Gtk.Table+TableChild
  96. this.button13 = new Gtk.Button();
  97. this.button13.CanFocus = true;
  98. this.button13.Name = "button13";
  99. // Container child button13.Gtk.Container+ContainerChild
  100. this.image8 = new Gtk.Image();
  101. this.image8.Name = "image8";
  102. this.image8.Pixbuf = Stetic.IconLoader.LoadIcon(this, "stock_draw-text", Gtk.IconSize.Menu, 16);
  103. this.button13.Add(this.image8);
  104. this.button13.Label = null;
  105. this.table1.Add(this.button13);
  106. Gtk.Table.TableChild w8 = ((Gtk.Table.TableChild)(this.table1[this.button13]));
  107. w8.TopAttach = ((uint)(2));
  108. w8.BottomAttach = ((uint)(3));
  109. w8.LeftAttach = ((uint)(1));
  110. w8.RightAttach = ((uint)(2));
  111. w8.XOptions = ((Gtk.AttachOptions)(4));
  112. w8.YOptions = ((Gtk.AttachOptions)(4));
  113. // Container child table1.Gtk.Table+TableChild
  114. this.button5 = new Gtk.Button();
  115. this.button5.CanFocus = true;
  116. this.button5.Name = "button5";
  117. // Container child button5.Gtk.Container+ContainerChild
  118. this.image1 = new Gtk.Image();
  119. this.image1.Name = "image1";
  120. this.image1.Pixbuf = Stetic.IconLoader.LoadIcon(this, "stock_show-draw-functions", Gtk.IconSize.Menu, 16);
  121. this.button5.Add(this.image1);
  122. this.button5.Label = null;
  123. this.table1.Add(this.button5);
  124. Gtk.Table.TableChild w10 = ((Gtk.Table.TableChild)(this.table1[this.button5]));
  125. w10.XOptions = ((Gtk.AttachOptions)(4));
  126. w10.YOptions = ((Gtk.AttachOptions)(4));
  127. // Container child table1.Gtk.Table+TableChild
  128. this.button6 = new Gtk.Button();
  129. this.button6.CanFocus = true;
  130. this.button6.Name = "button6";
  131. // Container child button6.Gtk.Container+ContainerChild
  132. this.image7 = new Gtk.Image();
  133. this.image7.Name = "image7";
  134. this.image7.Pixbuf = Stetic.IconLoader.LoadIcon(this, "stock_draw-polygon", Gtk.IconSize.Menu, 16);
  135. this.button6.Add(this.image7);
  136. this.button6.Label = null;
  137. this.table1.Add(this.button6);
  138. Gtk.Table.TableChild w12 = ((Gtk.Table.TableChild)(this.table1[this.button6]));
  139. w12.TopAttach = ((uint)(2));
  140. w12.BottomAttach = ((uint)(3));
  141. w12.XOptions = ((Gtk.AttachOptions)(4));
  142. w12.YOptions = ((Gtk.AttachOptions)(4));
  143. // Container child table1.Gtk.Table+TableChild
  144. this.button7 = new Gtk.Button();
  145. this.button7.CanFocus = true;
  146. this.button7.Name = "button7";
  147. // Container child button7.Gtk.Container+ContainerChild
  148. this.image3 = new Gtk.Image();
  149. this.image3.Name = "image3";
  150. this.image3.Pixbuf = Stetic.IconLoader.LoadIcon(this, "gtk-clear", Gtk.IconSize.Menu, 16);
  151. this.button7.Add(this.image3);
  152. this.button7.Label = null;
  153. this.table1.Add(this.button7);
  154. Gtk.Table.TableChild w14 = ((Gtk.Table.TableChild)(this.table1[this.button7]));
  155. w14.LeftAttach = ((uint)(2));
  156. w14.RightAttach = ((uint)(3));
  157. w14.XOptions = ((Gtk.AttachOptions)(4));
  158. w14.YOptions = ((Gtk.AttachOptions)(4));
  159. // Container child table1.Gtk.Table+TableChild
  160. this.button8 = new Gtk.Button();
  161. this.button8.CanFocus = true;
  162. this.button8.Name = "button8";
  163. // Container child button8.Gtk.Container+ContainerChild
  164. this.image2 = new Gtk.Image();
  165. this.image2.Name = "image2";
  166. this.image2.Pixbuf = Stetic.IconLoader.LoadIcon(this, "stock_insert-fields-author", Gtk.IconSize.Menu, 16);
  167. this.button8.Add(this.image2);
  168. this.button8.Label = null;
  169. this.table1.Add(this.button8);
  170. Gtk.Table.TableChild w16 = ((Gtk.Table.TableChild)(this.table1[this.button8]));
  171. w16.LeftAttach = ((uint)(1));
  172. w16.RightAttach = ((uint)(2));
  173. w16.XOptions = ((Gtk.AttachOptions)(4));
  174. w16.YOptions = ((Gtk.AttachOptions)(4));
  175. // Container child table1.Gtk.Table+TableChild
  176. this.button9 = new Gtk.Button();
  177. this.button9.CanFocus = true;
  178. this.button9.Name = "button9";
  179. // Container child button9.Gtk.Container+ContainerChild
  180. this.image4 = new Gtk.Image();
  181. this.image4.Name = "image4";
  182. this.image4.Pixbuf = Stetic.IconLoader.LoadIcon(this, "stock_draw-line", Gtk.IconSize.Menu, 16);
  183. this.button9.Add(this.image4);
  184. this.button9.Label = null;
  185. this.table1.Add(this.button9);
  186. Gtk.Table.TableChild w18 = ((Gtk.Table.TableChild)(this.table1[this.button9]));
  187. w18.TopAttach = ((uint)(1));
  188. w18.BottomAttach = ((uint)(2));
  189. w18.XOptions = ((Gtk.AttachOptions)(4));
  190. w18.YOptions = ((Gtk.AttachOptions)(4));
  191. this.Add(this.table1);
  192. if ((this.Child != null)) {
  193. this.Child.ShowAll();
  194. }
  195. this.Show();
  196. }
  197. }
  198. }