UI_ComFosterBottom.cs 7.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198
  1. /** This is an automatically generated class by FairyGUI. Please do not modify it. **/
  2. using FairyGUI;
  3. namespace UI.Card
  4. {
  5. public partial class UI_ComFosterBottom
  6. {
  7. public GComponent target;
  8. public Controller m_ctrlFullStar;
  9. public Controller m_ctrlFullLv;
  10. public Controller m_ctrlTab;
  11. public Controller m_ctrlSkillCount;
  12. public GGraph m_holderfBgEff;
  13. public GLoader m_loaRarity;
  14. public GTextField m_txtName0;
  15. public GTextField m_txtName1;
  16. public GTextField m_txtName2;
  17. public GTextField m_txtName3;
  18. public GTextField m_txtName4;
  19. public GProgressBar m_barLv;
  20. public GTextField m_txtCurLv;
  21. public GTextField m_txtMaxLv;
  22. public GList m_listLvConsume;
  23. public GButton m_btnAll;
  24. public GButton m_btnClearAll;
  25. public GButton m_btnUpLv;
  26. public GGraph m_holderflower;
  27. public GComponent m_ComLvConsumeGold;
  28. public GTextField m_txtCurExp;
  29. public GTextField m_txtMaxExp;
  30. public GGraph m_holderbarLv;
  31. public GGroup m_grpLv;
  32. public GButton m_btnUpStar;
  33. public GComponent m_comStarCousumeGold;
  34. public GTextField m_txtTips;
  35. public GList m_listStarConsume;
  36. public UI_ComStarItem m_comStarItem0;
  37. public UI_ComStarItem m_comStarItem1;
  38. public UI_ComStarItem m_comStarItem2;
  39. public UI_ComStarItem m_comStarItem3;
  40. public GList m_listShowCard;
  41. public GGroup m_grpStar;
  42. public GList m_listSkill;
  43. public GButton m_btnUpSkillLv;
  44. public GGroup m_grpSkill;
  45. public GButton m_btnLv;
  46. public GButton m_btnStar;
  47. public GButton m_btnSkill;
  48. public GGroup m_grpTab;
  49. public GList m_listProperty;
  50. public const string URL = "ui://7l6lvkayj4c69d";
  51. public const string PACKAGE_NAME = "Card";
  52. public const string RES_NAME = "ComFosterBottom";
  53. private static UI_ComFosterBottom _proxy;
  54. public static UI_ComFosterBottom Create(GObject gObject = null)
  55. {
  56. var ui = new UI_ComFosterBottom();
  57. if(gObject == null)
  58. ui.target = (GComponent)UIPackage.CreateObject(PACKAGE_NAME, RES_NAME);
  59. else
  60. ui.target = (GComponent)gObject;
  61. ui.Init(ui.target);
  62. return ui;
  63. }
  64. public static UI_ComFosterBottom Proxy(GObject gObject = null)
  65. {
  66. if(_proxy == null)
  67. {
  68. _proxy = new UI_ComFosterBottom();
  69. }
  70. var ui = _proxy;
  71. if(gObject == null)
  72. ui.target = (GComponent)UIPackage.CreateObject(PACKAGE_NAME, RES_NAME);
  73. else
  74. ui.target = (GComponent)gObject;
  75. ui.Init(ui.target);
  76. return ui;
  77. }
  78. public static void ProxyEnd()
  79. {
  80. if (_proxy != null)
  81. {
  82. _proxy.Dispose();
  83. }
  84. }
  85. public static void ClearProxy()
  86. {
  87. ProxyEnd();
  88. _proxy = null;
  89. }
  90. private void Init(GComponent comp)
  91. {
  92. m_ctrlFullStar = comp.GetController("ctrlFullStar");
  93. m_ctrlFullLv = comp.GetController("ctrlFullLv");
  94. m_ctrlTab = comp.GetController("ctrlTab");
  95. m_ctrlSkillCount = comp.GetController("ctrlSkillCount");
  96. m_holderfBgEff = (GGraph)comp.GetChild("holderfBgEff");
  97. m_loaRarity = (GLoader)comp.GetChild("loaRarity");
  98. m_txtName0 = (GTextField)comp.GetChild("txtName0");
  99. m_txtName1 = (GTextField)comp.GetChild("txtName1");
  100. m_txtName2 = (GTextField)comp.GetChild("txtName2");
  101. m_txtName3 = (GTextField)comp.GetChild("txtName3");
  102. m_txtName4 = (GTextField)comp.GetChild("txtName4");
  103. m_barLv = (GProgressBar)comp.GetChild("barLv");
  104. m_txtCurLv = (GTextField)comp.GetChild("txtCurLv");
  105. m_txtMaxLv = (GTextField)comp.GetChild("txtMaxLv");
  106. m_listLvConsume = (GList)comp.GetChild("listLvConsume");
  107. m_btnAll = (GButton)comp.GetChild("btnAll");
  108. m_btnClearAll = (GButton)comp.GetChild("btnClearAll");
  109. m_btnUpLv = (GButton)comp.GetChild("btnUpLv");
  110. m_holderflower = (GGraph)comp.GetChild("holderflower");
  111. m_ComLvConsumeGold = (GComponent)comp.GetChild("ComLvConsumeGold");
  112. m_txtCurExp = (GTextField)comp.GetChild("txtCurExp");
  113. m_txtMaxExp = (GTextField)comp.GetChild("txtMaxExp");
  114. m_holderbarLv = (GGraph)comp.GetChild("holderbarLv");
  115. m_grpLv = (GGroup)comp.GetChild("grpLv");
  116. m_btnUpStar = (GButton)comp.GetChild("btnUpStar");
  117. m_comStarCousumeGold = (GComponent)comp.GetChild("comStarCousumeGold");
  118. m_txtTips = (GTextField)comp.GetChild("txtTips");
  119. m_listStarConsume = (GList)comp.GetChild("listStarConsume");
  120. m_comStarItem0 = (UI_ComStarItem)UI_ComStarItem.Create(comp.GetChild("comStarItem0"));
  121. m_comStarItem1 = (UI_ComStarItem)UI_ComStarItem.Create(comp.GetChild("comStarItem1"));
  122. m_comStarItem2 = (UI_ComStarItem)UI_ComStarItem.Create(comp.GetChild("comStarItem2"));
  123. m_comStarItem3 = (UI_ComStarItem)UI_ComStarItem.Create(comp.GetChild("comStarItem3"));
  124. m_listShowCard = (GList)comp.GetChild("listShowCard");
  125. m_grpStar = (GGroup)comp.GetChild("grpStar");
  126. m_listSkill = (GList)comp.GetChild("listSkill");
  127. m_btnUpSkillLv = (GButton)comp.GetChild("btnUpSkillLv");
  128. m_grpSkill = (GGroup)comp.GetChild("grpSkill");
  129. m_btnLv = (GButton)comp.GetChild("btnLv");
  130. m_btnStar = (GButton)comp.GetChild("btnStar");
  131. m_btnSkill = (GButton)comp.GetChild("btnSkill");
  132. m_grpTab = (GGroup)comp.GetChild("grpTab");
  133. m_listProperty = (GList)comp.GetChild("listProperty");
  134. }
  135. public void Dispose(bool disposeTarget = false)
  136. {
  137. m_ctrlFullStar = null;
  138. m_ctrlFullLv = null;
  139. m_ctrlTab = null;
  140. m_ctrlSkillCount = null;
  141. m_holderfBgEff = null;
  142. m_loaRarity = null;
  143. m_txtName0 = null;
  144. m_txtName1 = null;
  145. m_txtName2 = null;
  146. m_txtName3 = null;
  147. m_txtName4 = null;
  148. m_barLv = null;
  149. m_txtCurLv = null;
  150. m_txtMaxLv = null;
  151. m_listLvConsume = null;
  152. m_btnAll = null;
  153. m_btnClearAll = null;
  154. m_btnUpLv = null;
  155. m_holderflower = null;
  156. m_ComLvConsumeGold = null;
  157. m_txtCurExp = null;
  158. m_txtMaxExp = null;
  159. m_holderbarLv = null;
  160. m_grpLv = null;
  161. m_btnUpStar = null;
  162. m_comStarCousumeGold = null;
  163. m_txtTips = null;
  164. m_listStarConsume = null;
  165. m_comStarItem0.Dispose();
  166. m_comStarItem0 = null;
  167. m_comStarItem1.Dispose();
  168. m_comStarItem1 = null;
  169. m_comStarItem2.Dispose();
  170. m_comStarItem2 = null;
  171. m_comStarItem3.Dispose();
  172. m_comStarItem3 = null;
  173. m_listShowCard = null;
  174. m_grpStar = null;
  175. m_listSkill = null;
  176. m_btnUpSkillLv = null;
  177. m_grpSkill = null;
  178. m_btnLv = null;
  179. m_btnStar = null;
  180. m_btnSkill = null;
  181. m_grpTab = null;
  182. m_listProperty = null;
  183. if(disposeTarget && target != null)
  184. {
  185. target.RemoveFromParent();
  186. target.Dispose();
  187. }
  188. target = null;
  189. }
  190. }
  191. }