UI_DressUpFightUI.cs 6.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179
  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 GTextField m_txtMatch;
  42. public GTextField m_txtTeaPartyName;
  43. public const string URL = "ui://mbo439wbqsvd2m";
  44. public const string PACKAGE_NAME = "DressUp";
  45. public const string RES_NAME = "DressUpFightUI";
  46. private static UI_DressUpFightUI _proxy;
  47. public static UI_DressUpFightUI Create(GObject gObject = null)
  48. {
  49. var ui = new UI_DressUpFightUI();
  50. if(gObject == null)
  51. ui.target = (GComponent)UIPackage.CreateObject(PACKAGE_NAME, RES_NAME);
  52. else
  53. ui.target = (GComponent)gObject;
  54. ui.Init(ui.target);
  55. return ui;
  56. }
  57. public static UI_DressUpFightUI Proxy(GObject gObject = null)
  58. {
  59. if(_proxy == null)
  60. {
  61. _proxy = new UI_DressUpFightUI();
  62. }
  63. var ui = _proxy;
  64. if(gObject == null)
  65. ui.target = (GComponent)UIPackage.CreateObject(PACKAGE_NAME, RES_NAME);
  66. else
  67. ui.target = (GComponent)gObject;
  68. ui.Init(ui.target);
  69. return ui;
  70. }
  71. public static void ProxyEnd()
  72. {
  73. if (_proxy != null)
  74. {
  75. _proxy.Dispose();
  76. }
  77. }
  78. public static void ClearProxy()
  79. {
  80. ProxyEnd();
  81. _proxy = null;
  82. }
  83. private void Init(GComponent comp)
  84. {
  85. m_c1 = comp.GetController("c1");
  86. m_loaBg = (GLoader)comp.GetChild("loaBg");
  87. m_touchPad = (GGraph)comp.GetChild("touchPad");
  88. m_comboBox = (GComboBox)comp.GetChild("comboBox");
  89. m_btnBack = (GButton)comp.GetChild("btnBack");
  90. m_btnHome = (GButton)comp.GetChild("btnHome");
  91. m_txtDressLimit = (GTextField)comp.GetChild("txtDressLimit");
  92. m_scoreType = (GLoader)comp.GetChild("scoreType");
  93. m_txtScore = (GTextField)comp.GetChild("txtScore");
  94. m_compNeed = (UI_Component1)UI_Component1.Create(comp.GetChild("compNeed"));
  95. m_comListType1 = (UI_comListType)UI_comListType.Create(comp.GetChild("comListType1"));
  96. m_comListType2 = (UI_comListType)UI_comListType.Create(comp.GetChild("comListType2"));
  97. m_partsList = (UI_PartsList)UI_PartsList.Create(comp.GetChild("partsList"));
  98. m_partsList2 = (UI_PartsList)UI_PartsList.Create(comp.GetChild("partsList2"));
  99. m_partsListSearch = (UI_PartsList)UI_PartsList.Create(comp.GetChild("partsListSearch"));
  100. m_btnClose = (GGraph)comp.GetChild("btnClose");
  101. m_txtHint = (GTextField)comp.GetChild("txtHint");
  102. m_grpTips = (GGroup)comp.GetChild("grpTips");
  103. m_btnHint = (GButton)comp.GetChild("btnHint");
  104. m_btnClothingShop = (GButton)comp.GetChild("btnClothingShop");
  105. m_btnRepeal = (GButton)comp.GetChild("btnRepeal");
  106. m_btnRenewal = (GButton)comp.GetChild("btnRenewal");
  107. m_btnLastStep = (GButton)comp.GetChild("btnLastStep");
  108. m_btnNextStep = (GButton)comp.GetChild("btnNextStep");
  109. m_btnDelete = (GButton)comp.GetChild("btnDelete");
  110. m_btnSearch = (GButton)comp.GetChild("btnSearch");
  111. m_btnNext = (GButton)comp.GetChild("btnNext");
  112. m_btnRecommend = (GButton)comp.GetChild("btnRecommend");
  113. m_btnAutoPlay = (GButton)comp.GetChild("btnAutoPlay");
  114. m_txtRecommendCount = (GTextField)comp.GetChild("txtRecommendCount");
  115. m_graContent = (GGroup)comp.GetChild("graContent");
  116. m_loaGuide = (GLoader)comp.GetChild("loaGuide");
  117. m_btnSubmission = (GButton)comp.GetChild("btnSubmission");
  118. m_txtMatch = (GTextField)comp.GetChild("txtMatch");
  119. m_txtTeaPartyName = (GTextField)comp.GetChild("txtTeaPartyName");
  120. }
  121. public void Dispose(bool disposeTarget = false)
  122. {
  123. m_c1 = null;
  124. m_loaBg = null;
  125. m_touchPad = null;
  126. m_comboBox = null;
  127. m_btnBack = null;
  128. m_btnHome = null;
  129. m_txtDressLimit = null;
  130. m_scoreType = null;
  131. m_txtScore = null;
  132. m_compNeed.Dispose();
  133. m_compNeed = null;
  134. m_comListType1.Dispose();
  135. m_comListType1 = null;
  136. m_comListType2.Dispose();
  137. m_comListType2 = null;
  138. m_partsList.Dispose();
  139. m_partsList = null;
  140. m_partsList2.Dispose();
  141. m_partsList2 = null;
  142. m_partsListSearch.Dispose();
  143. m_partsListSearch = null;
  144. m_btnClose = null;
  145. m_txtHint = null;
  146. m_grpTips = null;
  147. m_btnHint = null;
  148. m_btnClothingShop = null;
  149. m_btnRepeal = null;
  150. m_btnRenewal = null;
  151. m_btnLastStep = null;
  152. m_btnNextStep = null;
  153. m_btnDelete = null;
  154. m_btnSearch = null;
  155. m_btnNext = null;
  156. m_btnRecommend = null;
  157. m_btnAutoPlay = null;
  158. m_txtRecommendCount = null;
  159. m_graContent = null;
  160. m_loaGuide = null;
  161. m_btnSubmission = null;
  162. m_txtMatch = null;
  163. m_txtTeaPartyName = null;
  164. if(disposeTarget && target != null)
  165. {
  166. target.RemoveFromParent();
  167. target.Dispose();
  168. }
  169. target = null;
  170. }
  171. }
  172. }