UI_MainUI.cs 8.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208
  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 Controller m_type;
  9. public GLoader m_loaBg;
  10. public GComponent m_valueBar;
  11. public GTextField m_grpLeaguetext;
  12. public GGroup m_grpLeagueTips;
  13. public GGraph m_BottomEffectHolder;
  14. public UI_ComponentHeadBar m_headBar;
  15. public GButton m_btnYouJian;
  16. public GButton m_btnGongGao;
  17. public GList m_list;
  18. public UI_ButtonChange m_btnChange;
  19. public UI_BtnModle2 m_btnActivityAfuGift;
  20. public UI_BtnModle2 m_btnWanShiLi;
  21. public UI_BtnModle2 m_btnTea;
  22. public UI_BtnModle2 m_btnOpenServerActivity;
  23. public UI_BtnModle2 m_btnActivityLuckyBox;
  24. public UI_BtnModle2 m_btnActivityZCJB;
  25. public UI_BtnModle2 m_btnGetYuanXiao;
  26. public GTextField m_serverTime;
  27. public GLoader m_loaGuidestudio;
  28. public UI_ComAd m_comListAd;
  29. public UI_BtnModle m_btnFirstRecharge;
  30. public UI_BtnModle m_btnGiftBag1;
  31. public UI_BtnModle m_btnGiftBag2;
  32. public UI_ButtonModle1 m_btnZhaiXing;
  33. public UI_BtnModle1 m_btnNewYearRedEnvelope;
  34. public UI_BtnModle1 m_btnDailyWelfare;
  35. public UI_BtnModle1 m_btnActivityDay7;
  36. public UI_BtnModle1 m_btnShow;
  37. public UI_ButtonModle1 m_btnCiPai;
  38. public UI_ButtonModle1 m_btnXiuFang;
  39. public UI_ButtonModle1 m_btnHuanZhuang;
  40. public UI_ButtonModleEffect m_btnHaiZhiShi;
  41. public UI_ButtonModleEffect m_btnMain;
  42. public GGroup m_AllUI;
  43. public GGraph m_touchMask;
  44. public Transition m_openViewAction;
  45. public Transition m_hide;
  46. public Transition m_show;
  47. public const string URL = "ui://mfvz4q8kq08x0";
  48. public const string PACKAGE_NAME = "Main";
  49. public const string RES_NAME = "MainUI";
  50. private static UI_MainUI _proxy;
  51. public static UI_MainUI Create(GObject gObject = null)
  52. {
  53. var ui = new UI_MainUI();
  54. if(gObject == null)
  55. ui.target = (GComponent)UIPackage.CreateObject(PACKAGE_NAME, RES_NAME);
  56. else
  57. ui.target = (GComponent)gObject;
  58. ui.Init(ui.target);
  59. return ui;
  60. }
  61. public static UI_MainUI Proxy(GObject gObject = null)
  62. {
  63. if(_proxy == null)
  64. {
  65. _proxy = new UI_MainUI();
  66. }
  67. var ui = _proxy;
  68. if(gObject == null)
  69. ui.target = (GComponent)UIPackage.CreateObject(PACKAGE_NAME, RES_NAME);
  70. else
  71. ui.target = (GComponent)gObject;
  72. ui.Init(ui.target);
  73. return ui;
  74. }
  75. public static void ProxyEnd()
  76. {
  77. if (_proxy != null)
  78. {
  79. _proxy.Dispose();
  80. }
  81. }
  82. public static void ClearProxy()
  83. {
  84. ProxyEnd();
  85. _proxy = null;
  86. }
  87. private void Init(GComponent comp)
  88. {
  89. m_type = comp.GetController("type");
  90. m_loaBg = (GLoader)comp.GetChild("loaBg");
  91. m_valueBar = (GComponent)comp.GetChild("valueBar");
  92. m_grpLeaguetext = (GTextField)comp.GetChild("grpLeaguetext");
  93. m_grpLeagueTips = (GGroup)comp.GetChild("grpLeagueTips");
  94. m_BottomEffectHolder = (GGraph)comp.GetChild("BottomEffectHolder");
  95. m_headBar = (UI_ComponentHeadBar)UI_ComponentHeadBar.Create(comp.GetChild("headBar"));
  96. m_btnYouJian = (GButton)comp.GetChild("btnYouJian");
  97. m_btnGongGao = (GButton)comp.GetChild("btnGongGao");
  98. m_list = (GList)comp.GetChild("list");
  99. m_btnChange = (UI_ButtonChange)UI_ButtonChange.Create(comp.GetChild("btnChange"));
  100. m_btnActivityAfuGift = (UI_BtnModle2)UI_BtnModle2.Create(comp.GetChild("btnActivityAfuGift"));
  101. m_btnWanShiLi = (UI_BtnModle2)UI_BtnModle2.Create(comp.GetChild("btnWanShiLi"));
  102. m_btnTea = (UI_BtnModle2)UI_BtnModle2.Create(comp.GetChild("btnTea"));
  103. m_btnOpenServerActivity = (UI_BtnModle2)UI_BtnModle2.Create(comp.GetChild("btnOpenServerActivity"));
  104. m_btnActivityLuckyBox = (UI_BtnModle2)UI_BtnModle2.Create(comp.GetChild("btnActivityLuckyBox"));
  105. m_btnActivityZCJB = (UI_BtnModle2)UI_BtnModle2.Create(comp.GetChild("btnActivityZCJB"));
  106. m_btnGetYuanXiao = (UI_BtnModle2)UI_BtnModle2.Create(comp.GetChild("btnGetYuanXiao"));
  107. m_serverTime = (GTextField)comp.GetChild("serverTime");
  108. m_loaGuidestudio = (GLoader)comp.GetChild("loaGuidestudio");
  109. m_comListAd = (UI_ComAd)UI_ComAd.Create(comp.GetChild("comListAd"));
  110. m_btnFirstRecharge = (UI_BtnModle)UI_BtnModle.Create(comp.GetChild("btnFirstRecharge"));
  111. m_btnGiftBag1 = (UI_BtnModle)UI_BtnModle.Create(comp.GetChild("btnGiftBag1"));
  112. m_btnGiftBag2 = (UI_BtnModle)UI_BtnModle.Create(comp.GetChild("btnGiftBag2"));
  113. m_btnZhaiXing = (UI_ButtonModle1)UI_ButtonModle1.Create(comp.GetChild("btnZhaiXing"));
  114. m_btnNewYearRedEnvelope = (UI_BtnModle1)UI_BtnModle1.Create(comp.GetChild("btnNewYearRedEnvelope"));
  115. m_btnDailyWelfare = (UI_BtnModle1)UI_BtnModle1.Create(comp.GetChild("btnDailyWelfare"));
  116. m_btnActivityDay7 = (UI_BtnModle1)UI_BtnModle1.Create(comp.GetChild("btnActivityDay7"));
  117. m_btnShow = (UI_BtnModle1)UI_BtnModle1.Create(comp.GetChild("btnShow"));
  118. m_btnCiPai = (UI_ButtonModle1)UI_ButtonModle1.Create(comp.GetChild("btnCiPai"));
  119. m_btnXiuFang = (UI_ButtonModle1)UI_ButtonModle1.Create(comp.GetChild("btnXiuFang"));
  120. m_btnHuanZhuang = (UI_ButtonModle1)UI_ButtonModle1.Create(comp.GetChild("btnHuanZhuang"));
  121. m_btnHaiZhiShi = (UI_ButtonModleEffect)UI_ButtonModleEffect.Create(comp.GetChild("btnHaiZhiShi"));
  122. m_btnMain = (UI_ButtonModleEffect)UI_ButtonModleEffect.Create(comp.GetChild("btnMain"));
  123. m_AllUI = (GGroup)comp.GetChild("AllUI");
  124. m_touchMask = (GGraph)comp.GetChild("touchMask");
  125. m_openViewAction = comp.GetTransition("openViewAction");
  126. m_hide = comp.GetTransition("hide");
  127. m_show = comp.GetTransition("show");
  128. }
  129. public void Dispose(bool disposeTarget = false)
  130. {
  131. m_type = null;
  132. m_loaBg = null;
  133. m_valueBar = null;
  134. m_grpLeaguetext = null;
  135. m_grpLeagueTips = null;
  136. m_BottomEffectHolder = null;
  137. m_headBar.Dispose();
  138. m_headBar = null;
  139. m_btnYouJian = null;
  140. m_btnGongGao = null;
  141. m_list = null;
  142. m_btnChange.Dispose();
  143. m_btnChange = null;
  144. m_btnActivityAfuGift.Dispose();
  145. m_btnActivityAfuGift = null;
  146. m_btnWanShiLi.Dispose();
  147. m_btnWanShiLi = null;
  148. m_btnTea.Dispose();
  149. m_btnTea = null;
  150. m_btnOpenServerActivity.Dispose();
  151. m_btnOpenServerActivity = null;
  152. m_btnActivityLuckyBox.Dispose();
  153. m_btnActivityLuckyBox = null;
  154. m_btnActivityZCJB.Dispose();
  155. m_btnActivityZCJB = null;
  156. m_btnGetYuanXiao.Dispose();
  157. m_btnGetYuanXiao = null;
  158. m_serverTime = null;
  159. m_loaGuidestudio = null;
  160. m_comListAd.Dispose();
  161. m_comListAd = null;
  162. m_btnFirstRecharge.Dispose();
  163. m_btnFirstRecharge = null;
  164. m_btnGiftBag1.Dispose();
  165. m_btnGiftBag1 = null;
  166. m_btnGiftBag2.Dispose();
  167. m_btnGiftBag2 = null;
  168. m_btnZhaiXing.Dispose();
  169. m_btnZhaiXing = null;
  170. m_btnNewYearRedEnvelope.Dispose();
  171. m_btnNewYearRedEnvelope = null;
  172. m_btnDailyWelfare.Dispose();
  173. m_btnDailyWelfare = null;
  174. m_btnActivityDay7.Dispose();
  175. m_btnActivityDay7 = null;
  176. m_btnShow.Dispose();
  177. m_btnShow = null;
  178. m_btnCiPai.Dispose();
  179. m_btnCiPai = null;
  180. m_btnXiuFang.Dispose();
  181. m_btnXiuFang = null;
  182. m_btnHuanZhuang.Dispose();
  183. m_btnHuanZhuang = null;
  184. m_btnHaiZhiShi.Dispose();
  185. m_btnHaiZhiShi = null;
  186. m_btnMain.Dispose();
  187. m_btnMain = null;
  188. m_AllUI = null;
  189. m_touchMask = null;
  190. m_openViewAction = null;
  191. m_hide = null;
  192. m_show = null;
  193. if(disposeTarget && target != null)
  194. {
  195. target.RemoveFromParent();
  196. target.Dispose();
  197. }
  198. target = null;
  199. }
  200. }
  201. }