UI_MainUI.cs 7.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189
  1. /** This is an automatically generated class by FairyGUI. Please do not modify it. **/
  2. using FairyGUI;
  3. namespace UI.Main
  4. {
  5. public partial class UI_MainUI
  6. {
  7. public GComponent target;
  8. public GComponent m_valueBar;
  9. public UI_ComponentHeadBar m_headBar;
  10. public UI_ButtonModle1 m_btnMain;
  11. public UI_ButtonModle1 m_btnHuanZhuang;
  12. public UI_ButtonModle1 m_btnXiuFang;
  13. public UI_ButtonModle1 m_btnCiPai;
  14. public UI_ButtonModle1 m_btnZhaiXing;
  15. public UI_Component7 m_loaRight;
  16. public UI_BtnModle m_btnFirstRecharge;
  17. public UI_BtnModle m_btnGiftBag1;
  18. public UI_BtnModle m_btnGiftBag2;
  19. public GList m_list;
  20. public UI_ButtonChange m_btnChange;
  21. public GGroup m_grpList;
  22. public UI_ComAd m_comListAd;
  23. public UI_BtnModle1 m_btnDailyWelfare;
  24. public UI_BtnModle2 m_btnActivityDay7;
  25. public UI_BtnModle2 m_btnActivityLuckyBox;
  26. public GGroup m_grpLeft;
  27. public UI_ButtonModle6 m_btnArena;
  28. public UI_ButtonModle7 m_btn1;
  29. public UI_ButtonModle2 m_btnStudio;
  30. public UI_ButtonModle3 m_btnTravel;
  31. public UI_ButtonModle5 m_btnPoem;
  32. public UI_ButtonModle4 m_btnField;
  33. public UI_Component7 m_loaLeft;
  34. public GGroup m_grpRight;
  35. public GGroup m_grpMove;
  36. public GLoader m_loaGuidestudio;
  37. public Transition m_t1;
  38. public Transition m_t2;
  39. public Transition m_t3;
  40. public Transition m_t4;
  41. public const string URL = "ui://mfvz4q8kq08x0";
  42. public const string PACKAGE_NAME = "Main";
  43. public const string RES_NAME = "MainUI";
  44. private static UI_MainUI _proxy;
  45. public static UI_MainUI Create(GObject gObject = null)
  46. {
  47. var ui = new UI_MainUI();
  48. if(gObject == null)
  49. ui.target = (GComponent)UIPackage.CreateObject(PACKAGE_NAME, RES_NAME);
  50. else
  51. ui.target = (GComponent)gObject;
  52. ui.Init(ui.target);
  53. return ui;
  54. }
  55. public static UI_MainUI Proxy(GObject gObject = null)
  56. {
  57. if(_proxy == null)
  58. {
  59. _proxy = new UI_MainUI();
  60. }
  61. var ui = _proxy;
  62. if(gObject == null)
  63. ui.target = (GComponent)UIPackage.CreateObject(PACKAGE_NAME, RES_NAME);
  64. else
  65. ui.target = (GComponent)gObject;
  66. ui.Init(ui.target);
  67. return ui;
  68. }
  69. public static void ProxyEnd()
  70. {
  71. if (_proxy != null)
  72. {
  73. _proxy.Dispose();
  74. }
  75. }
  76. public static void ClearProxy()
  77. {
  78. ProxyEnd();
  79. _proxy = null;
  80. }
  81. private void Init(GComponent comp)
  82. {
  83. m_valueBar = (GComponent)comp.GetChild("valueBar");
  84. m_headBar = (UI_ComponentHeadBar)UI_ComponentHeadBar.Create(comp.GetChild("headBar"));
  85. m_btnMain = (UI_ButtonModle1)UI_ButtonModle1.Create(comp.GetChild("btnMain"));
  86. m_btnHuanZhuang = (UI_ButtonModle1)UI_ButtonModle1.Create(comp.GetChild("btnHuanZhuang"));
  87. m_btnXiuFang = (UI_ButtonModle1)UI_ButtonModle1.Create(comp.GetChild("btnXiuFang"));
  88. m_btnCiPai = (UI_ButtonModle1)UI_ButtonModle1.Create(comp.GetChild("btnCiPai"));
  89. m_btnZhaiXing = (UI_ButtonModle1)UI_ButtonModle1.Create(comp.GetChild("btnZhaiXing"));
  90. m_loaRight = (UI_Component7)UI_Component7.Create(comp.GetChild("loaRight"));
  91. m_btnFirstRecharge = (UI_BtnModle)UI_BtnModle.Create(comp.GetChild("btnFirstRecharge"));
  92. m_btnGiftBag1 = (UI_BtnModle)UI_BtnModle.Create(comp.GetChild("btnGiftBag1"));
  93. m_btnGiftBag2 = (UI_BtnModle)UI_BtnModle.Create(comp.GetChild("btnGiftBag2"));
  94. m_list = (GList)comp.GetChild("list");
  95. m_btnChange = (UI_ButtonChange)UI_ButtonChange.Create(comp.GetChild("btnChange"));
  96. m_grpList = (GGroup)comp.GetChild("grpList");
  97. m_comListAd = (UI_ComAd)UI_ComAd.Create(comp.GetChild("comListAd"));
  98. m_btnDailyWelfare = (UI_BtnModle1)UI_BtnModle1.Create(comp.GetChild("btnDailyWelfare"));
  99. m_btnActivityDay7 = (UI_BtnModle2)UI_BtnModle2.Create(comp.GetChild("btnActivityDay7"));
  100. m_btnActivityLuckyBox = (UI_BtnModle2)UI_BtnModle2.Create(comp.GetChild("btnActivityLuckyBox"));
  101. m_grpLeft = (GGroup)comp.GetChild("grpLeft");
  102. m_btnArena = (UI_ButtonModle6)UI_ButtonModle6.Create(comp.GetChild("btnArena"));
  103. m_btn1 = (UI_ButtonModle7)UI_ButtonModle7.Create(comp.GetChild("btn1"));
  104. m_btnStudio = (UI_ButtonModle2)UI_ButtonModle2.Create(comp.GetChild("btnStudio"));
  105. m_btnTravel = (UI_ButtonModle3)UI_ButtonModle3.Create(comp.GetChild("btnTravel"));
  106. m_btnPoem = (UI_ButtonModle5)UI_ButtonModle5.Create(comp.GetChild("btnPoem"));
  107. m_btnField = (UI_ButtonModle4)UI_ButtonModle4.Create(comp.GetChild("btnField"));
  108. m_loaLeft = (UI_Component7)UI_Component7.Create(comp.GetChild("loaLeft"));
  109. m_grpRight = (GGroup)comp.GetChild("grpRight");
  110. m_grpMove = (GGroup)comp.GetChild("grpMove");
  111. m_loaGuidestudio = (GLoader)comp.GetChild("loaGuidestudio");
  112. m_t1 = comp.GetTransition("t1");
  113. m_t2 = comp.GetTransition("t2");
  114. m_t3 = comp.GetTransition("t3");
  115. m_t4 = comp.GetTransition("t4");
  116. }
  117. public void Dispose(bool disposeTarget = false)
  118. {
  119. m_valueBar = null;
  120. m_headBar.Dispose();
  121. m_headBar = null;
  122. m_btnMain.Dispose();
  123. m_btnMain = null;
  124. m_btnHuanZhuang.Dispose();
  125. m_btnHuanZhuang = null;
  126. m_btnXiuFang.Dispose();
  127. m_btnXiuFang = null;
  128. m_btnCiPai.Dispose();
  129. m_btnCiPai = null;
  130. m_btnZhaiXing.Dispose();
  131. m_btnZhaiXing = null;
  132. m_loaRight.Dispose();
  133. m_loaRight = null;
  134. m_btnFirstRecharge.Dispose();
  135. m_btnFirstRecharge = null;
  136. m_btnGiftBag1.Dispose();
  137. m_btnGiftBag1 = null;
  138. m_btnGiftBag2.Dispose();
  139. m_btnGiftBag2 = null;
  140. m_list = null;
  141. m_btnChange.Dispose();
  142. m_btnChange = null;
  143. m_grpList = null;
  144. m_comListAd.Dispose();
  145. m_comListAd = null;
  146. m_btnDailyWelfare.Dispose();
  147. m_btnDailyWelfare = null;
  148. m_btnActivityDay7.Dispose();
  149. m_btnActivityDay7 = null;
  150. m_btnActivityLuckyBox.Dispose();
  151. m_btnActivityLuckyBox = null;
  152. m_grpLeft = null;
  153. m_btnArena.Dispose();
  154. m_btnArena = null;
  155. m_btn1.Dispose();
  156. m_btn1 = null;
  157. m_btnStudio.Dispose();
  158. m_btnStudio = null;
  159. m_btnTravel.Dispose();
  160. m_btnTravel = null;
  161. m_btnPoem.Dispose();
  162. m_btnPoem = null;
  163. m_btnField.Dispose();
  164. m_btnField = null;
  165. m_loaLeft.Dispose();
  166. m_loaLeft = null;
  167. m_grpRight = null;
  168. m_grpMove = null;
  169. m_loaGuidestudio = null;
  170. m_t1 = null;
  171. m_t2 = null;
  172. m_t3 = null;
  173. m_t4 = null;
  174. if(disposeTarget && target != null)
  175. {
  176. target.RemoveFromParent();
  177. target.Dispose();
  178. }
  179. target = null;
  180. }
  181. }
  182. }