UI_ComFosterBottom.cs 7.5 KB

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