UI_DressUpFightUI.cs 6.1 KB

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