/** This is an automatically generated class by FairyGUI. Please do not modify it. **/ using FairyGUI; namespace UI.Card { public partial class UI_ComFosterBottom { public GComponent target; public Controller m_ctrlFullStar; public Controller m_ctrlFullLv; public Controller m_ctrlTab; public Controller m_ctrlSkillCount; public GLoader m_loaScore; public GTextField m_txtName0; public GTextField m_txtName1; public GTextField m_txtName2; public GTextField m_txtName3; public GTextField m_txtName4; public GProgressBar m_barLv; public GTextField m_txtCurLv; public GTextField m_txtMaxLv; public GList m_listLvConsume; public GButton m_btnAll; public GButton m_btnClearAll; public GButton m_btnUpLv; public GComponent m_ComLvConsumeGold; public GTextField m_txtCurExp; public GTextField m_txtMaxExp; public GGroup m_grpLv; public GButton m_btnUpStar; public GComponent m_comStarCousumeGold; public GTextField m_txtTips; public GList m_listStarConsume; public UI_ComStarItem m_comStarItem0; public UI_ComStarItem m_comStarItem1; public UI_ComStarItem m_comStarItem2; public UI_ComStarItem m_comStarItem3; public GList m_listShowCard; public GGroup m_grpStar; public GList m_listSkill; public GButton m_btnUpSkillLv; public GGroup m_grpSkill; public GButton m_btnLv; public GButton m_btnStar; public GButton m_btnSkill; public GGroup m_grpTab; public GList m_listProperty; public const string URL = "ui://7l6lvkayj4c69d"; public const string PACKAGE_NAME = "Card"; public const string RES_NAME = "ComFosterBottom"; private static UI_ComFosterBottom _proxy; public static UI_ComFosterBottom Create(GObject gObject = null) { var ui = new UI_ComFosterBottom(); if(gObject == null) ui.target = (GComponent)UIPackage.CreateObject(PACKAGE_NAME, RES_NAME); else ui.target = (GComponent)gObject; ui.Init(ui.target); return ui; } public static UI_ComFosterBottom Proxy(GObject gObject = null) { if(_proxy == null) { _proxy = new UI_ComFosterBottom(); } var ui = _proxy; if(gObject == null) ui.target = (GComponent)UIPackage.CreateObject(PACKAGE_NAME, RES_NAME); else ui.target = (GComponent)gObject; ui.Init(ui.target); return ui; } public static void ProxyEnd() { if (_proxy != null) { _proxy.Dispose(); } } public static void ClearProxy() { ProxyEnd(); _proxy = null; } private void Init(GComponent comp) { m_ctrlFullStar = comp.GetController("ctrlFullStar"); m_ctrlFullLv = comp.GetController("ctrlFullLv"); m_ctrlTab = comp.GetController("ctrlTab"); m_ctrlSkillCount = comp.GetController("ctrlSkillCount"); m_loaScore = (GLoader)comp.GetChild("loaScore"); m_txtName0 = (GTextField)comp.GetChild("txtName0"); m_txtName1 = (GTextField)comp.GetChild("txtName1"); m_txtName2 = (GTextField)comp.GetChild("txtName2"); m_txtName3 = (GTextField)comp.GetChild("txtName3"); m_txtName4 = (GTextField)comp.GetChild("txtName4"); m_barLv = (GProgressBar)comp.GetChild("barLv"); m_txtCurLv = (GTextField)comp.GetChild("txtCurLv"); m_txtMaxLv = (GTextField)comp.GetChild("txtMaxLv"); m_listLvConsume = (GList)comp.GetChild("listLvConsume"); m_btnAll = (GButton)comp.GetChild("btnAll"); m_btnClearAll = (GButton)comp.GetChild("btnClearAll"); m_btnUpLv = (GButton)comp.GetChild("btnUpLv"); m_ComLvConsumeGold = (GComponent)comp.GetChild("ComLvConsumeGold"); m_txtCurExp = (GTextField)comp.GetChild("txtCurExp"); m_txtMaxExp = (GTextField)comp.GetChild("txtMaxExp"); m_grpLv = (GGroup)comp.GetChild("grpLv"); m_btnUpStar = (GButton)comp.GetChild("btnUpStar"); m_comStarCousumeGold = (GComponent)comp.GetChild("comStarCousumeGold"); m_txtTips = (GTextField)comp.GetChild("txtTips"); m_listStarConsume = (GList)comp.GetChild("listStarConsume"); m_comStarItem0 = (UI_ComStarItem)UI_ComStarItem.Create(comp.GetChild("comStarItem0")); m_comStarItem1 = (UI_ComStarItem)UI_ComStarItem.Create(comp.GetChild("comStarItem1")); m_comStarItem2 = (UI_ComStarItem)UI_ComStarItem.Create(comp.GetChild("comStarItem2")); m_comStarItem3 = (UI_ComStarItem)UI_ComStarItem.Create(comp.GetChild("comStarItem3")); m_listShowCard = (GList)comp.GetChild("listShowCard"); m_grpStar = (GGroup)comp.GetChild("grpStar"); m_listSkill = (GList)comp.GetChild("listSkill"); m_btnUpSkillLv = (GButton)comp.GetChild("btnUpSkillLv"); m_grpSkill = (GGroup)comp.GetChild("grpSkill"); m_btnLv = (GButton)comp.GetChild("btnLv"); m_btnStar = (GButton)comp.GetChild("btnStar"); m_btnSkill = (GButton)comp.GetChild("btnSkill"); m_grpTab = (GGroup)comp.GetChild("grpTab"); m_listProperty = (GList)comp.GetChild("listProperty"); } public void Dispose(bool disposeTarget = false) { m_ctrlFullStar = null; m_ctrlFullLv = null; m_ctrlTab = null; m_ctrlSkillCount = null; m_loaScore = null; m_txtName0 = null; m_txtName1 = null; m_txtName2 = null; m_txtName3 = null; m_txtName4 = null; m_barLv = null; m_txtCurLv = null; m_txtMaxLv = null; m_listLvConsume = null; m_btnAll = null; m_btnClearAll = null; m_btnUpLv = null; m_ComLvConsumeGold = null; m_txtCurExp = null; m_txtMaxExp = null; m_grpLv = null; m_btnUpStar = null; m_comStarCousumeGold = null; m_txtTips = null; m_listStarConsume = null; m_comStarItem0.Dispose(); m_comStarItem0 = null; m_comStarItem1.Dispose(); m_comStarItem1 = null; m_comStarItem2.Dispose(); m_comStarItem2 = null; m_comStarItem3.Dispose(); m_comStarItem3 = null; m_listShowCard = null; m_grpStar = null; m_listSkill = null; m_btnUpSkillLv = null; m_grpSkill = null; m_btnLv = null; m_btnStar = null; m_btnSkill = null; m_grpTab = null; m_listProperty = null; if(disposeTarget && target != null) { target.RemoveFromParent(); target.Dispose(); } target = null; } } }