UI_DressUpFightUI.cs 5.8 KB

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