UI_DressUpFightUI.cs 7.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182
  1. /** This is an automatically generated class by FairyGUI. Please do not modify it. **/
  2. using FairyGUI;
  3. namespace UI.DressUp
  4. {
  5. public partial class UI_DressUpFightUI
  6. {
  7. public GComponent target;
  8. public Controller m_c1;
  9. public GLoader m_loaBg;
  10. public GGraph m_touchPad;
  11. public GComboBox m_comboBox;
  12. public GButton m_btnBack;
  13. public GButton m_btnHome;
  14. public GTextField m_txtDressLimit;
  15. public GLoader m_scoreType;
  16. public GTextField m_txtScore;
  17. public UI_Component1 m_compNeed;
  18. public UI_comListType m_comListType1;
  19. public UI_comListType m_comListType2;
  20. public UI_PartsList m_partsList;
  21. public UI_PartsList m_partsList2;
  22. public UI_PartsList m_partsListSearch;
  23. public GGraph m_btnClose;
  24. public GTextField m_txtHint;
  25. public GGroup m_grpTips;
  26. public GButton m_btnHint;
  27. public GButton m_btnClothingShop;
  28. public GButton m_btnRepeal;
  29. public GButton m_btnRenewal;
  30. public GButton m_btnLastStep;
  31. public GButton m_btnNextStep;
  32. public GButton m_btnDelete;
  33. public GButton m_btnSearch;
  34. public GButton m_btnNext;
  35. public GButton m_btnRecommend;
  36. public GButton m_btnAutoPlay;
  37. public GTextField m_txtRecommendCount;
  38. public GGroup m_graContent;
  39. public GLoader m_loaGuide;
  40. public GButton m_btnSubmission;
  41. public GButton m_btnNextCompetition;
  42. public GTextField m_txtMatch;
  43. public GTextField m_txtTeaPartyName;
  44. public const string URL = "ui://mbo439wbqsvd2m";
  45. public const string PACKAGE_NAME = "DressUp";
  46. public const string RES_NAME = "DressUpFightUI";
  47. private static UI_DressUpFightUI _proxy;
  48. public static UI_DressUpFightUI Create(GObject gObject = null)
  49. {
  50. var ui = new UI_DressUpFightUI();
  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_DressUpFightUI Proxy(GObject gObject = null)
  59. {
  60. if(_proxy == null)
  61. {
  62. _proxy = new UI_DressUpFightUI();
  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_c1 = comp.GetController("c1");
  87. m_loaBg = (GLoader)comp.GetChild("loaBg");
  88. m_touchPad = (GGraph)comp.GetChild("touchPad");
  89. m_comboBox = (GComboBox)comp.GetChild("comboBox");
  90. m_btnBack = (GButton)comp.GetChild("btnBack");
  91. m_btnHome = (GButton)comp.GetChild("btnHome");
  92. m_txtDressLimit = (GTextField)comp.GetChild("txtDressLimit");
  93. m_scoreType = (GLoader)comp.GetChild("scoreType");
  94. m_txtScore = (GTextField)comp.GetChild("txtScore");
  95. m_compNeed = (UI_Component1)UI_Component1.Create(comp.GetChild("compNeed"));
  96. m_comListType1 = (UI_comListType)UI_comListType.Create(comp.GetChild("comListType1"));
  97. m_comListType2 = (UI_comListType)UI_comListType.Create(comp.GetChild("comListType2"));
  98. m_partsList = (UI_PartsList)UI_PartsList.Create(comp.GetChild("partsList"));
  99. m_partsList2 = (UI_PartsList)UI_PartsList.Create(comp.GetChild("partsList2"));
  100. m_partsListSearch = (UI_PartsList)UI_PartsList.Create(comp.GetChild("partsListSearch"));
  101. m_btnClose = (GGraph)comp.GetChild("btnClose");
  102. m_txtHint = (GTextField)comp.GetChild("txtHint");
  103. m_grpTips = (GGroup)comp.GetChild("grpTips");
  104. m_btnHint = (GButton)comp.GetChild("btnHint");
  105. m_btnClothingShop = (GButton)comp.GetChild("btnClothingShop");
  106. m_btnRepeal = (GButton)comp.GetChild("btnRepeal");
  107. m_btnRenewal = (GButton)comp.GetChild("btnRenewal");
  108. m_btnLastStep = (GButton)comp.GetChild("btnLastStep");
  109. m_btnNextStep = (GButton)comp.GetChild("btnNextStep");
  110. m_btnDelete = (GButton)comp.GetChild("btnDelete");
  111. m_btnSearch = (GButton)comp.GetChild("btnSearch");
  112. m_btnNext = (GButton)comp.GetChild("btnNext");
  113. m_btnRecommend = (GButton)comp.GetChild("btnRecommend");
  114. m_btnAutoPlay = (GButton)comp.GetChild("btnAutoPlay");
  115. m_txtRecommendCount = (GTextField)comp.GetChild("txtRecommendCount");
  116. m_graContent = (GGroup)comp.GetChild("graContent");
  117. m_loaGuide = (GLoader)comp.GetChild("loaGuide");
  118. m_btnSubmission = (GButton)comp.GetChild("btnSubmission");
  119. m_btnNextCompetition = (GButton)comp.GetChild("btnNextCompetition");
  120. m_txtMatch = (GTextField)comp.GetChild("txtMatch");
  121. m_txtTeaPartyName = (GTextField)comp.GetChild("txtTeaPartyName");
  122. }
  123. public void Dispose(bool disposeTarget = false)
  124. {
  125. m_c1 = null;
  126. m_loaBg = null;
  127. m_touchPad = null;
  128. m_comboBox = null;
  129. m_btnBack = null;
  130. m_btnHome = null;
  131. m_txtDressLimit = null;
  132. m_scoreType = null;
  133. m_txtScore = null;
  134. m_compNeed.Dispose();
  135. m_compNeed = null;
  136. m_comListType1.Dispose();
  137. m_comListType1 = null;
  138. m_comListType2.Dispose();
  139. m_comListType2 = null;
  140. m_partsList.Dispose();
  141. m_partsList = null;
  142. m_partsList2.Dispose();
  143. m_partsList2 = null;
  144. m_partsListSearch.Dispose();
  145. m_partsListSearch = null;
  146. m_btnClose = null;
  147. m_txtHint = null;
  148. m_grpTips = null;
  149. m_btnHint = null;
  150. m_btnClothingShop = null;
  151. m_btnRepeal = null;
  152. m_btnRenewal = null;
  153. m_btnLastStep = null;
  154. m_btnNextStep = null;
  155. m_btnDelete = null;
  156. m_btnSearch = null;
  157. m_btnNext = null;
  158. m_btnRecommend = null;
  159. m_btnAutoPlay = null;
  160. m_txtRecommendCount = null;
  161. m_graContent = null;
  162. m_loaGuide = null;
  163. m_btnSubmission = null;
  164. m_btnNextCompetition = null;
  165. m_txtMatch = null;
  166. m_txtTeaPartyName = null;
  167. if(disposeTarget && target != null)
  168. {
  169. target.RemoveFromParent();
  170. target.Dispose();
  171. }
  172. target = null;
  173. }
  174. }
  175. }