UI_MainUI.cs 8.0 KB

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