/** 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 GGraph m_holderfBgEff; public GLoader m_loaRarity; 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 GGraph m_holderbarLv; public GGroup m_grpLv; public GButton m_btnUpStar; public GComponent m_comStarCousumeGold; public GTextField m_txtTips; public GList m_listStarConsume; public UI_ComStarItem m_comStarItem; public GGraph m_holderUpStar; public UI_ComDodgeStar m_dodgeStar0; public UI_ComDodgeStar m_dodgeStar1; public UI_ComDodgeStar m_dodgeStar2; public UI_ComDodgeStar m_dodgeStar3; 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 GGraph m_holderflower; public GGraph m_holderTouchFlower; public GList m_listProperty; public Transition m_starItemAlpha; 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_holderfBgEff = (GGraph)comp.GetChild("holderfBgEff"); m_loaRarity = (GLoader)comp.GetChild("loaRarity"); 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_holderbarLv = (GGraph)comp.GetChild("holderbarLv"); 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_comStarItem = (UI_ComStarItem)UI_ComStarItem.Create(comp.GetChild("comStarItem")); m_holderUpStar = (GGraph)comp.GetChild("holderUpStar"); m_dodgeStar0 = (UI_ComDodgeStar)UI_ComDodgeStar.Create(comp.GetChild("dodgeStar0")); m_dodgeStar1 = (UI_ComDodgeStar)UI_ComDodgeStar.Create(comp.GetChild("dodgeStar1")); m_dodgeStar2 = (UI_ComDodgeStar)UI_ComDodgeStar.Create(comp.GetChild("dodgeStar2")); m_dodgeStar3 = (UI_ComDodgeStar)UI_ComDodgeStar.Create(comp.GetChild("dodgeStar3")); 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_holderflower = (GGraph)comp.GetChild("holderflower"); m_holderTouchFlower = (GGraph)comp.GetChild("holderTouchFlower"); m_listProperty = (GList)comp.GetChild("listProperty"); m_starItemAlpha = comp.GetTransition("starItemAlpha"); } public void Dispose(bool disposeTarget = false) { m_ctrlFullStar = null; m_ctrlFullLv = null; m_ctrlTab = null; m_ctrlSkillCount = null; m_holderfBgEff = null; m_loaRarity = 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_holderbarLv = null; m_grpLv = null; m_btnUpStar = null; m_comStarCousumeGold = null; m_txtTips = null; m_listStarConsume = null; m_comStarItem.Dispose(); m_comStarItem = null; m_holderUpStar = null; m_dodgeStar0.Dispose(); m_dodgeStar0 = null; m_dodgeStar1.Dispose(); m_dodgeStar1 = null; m_dodgeStar2.Dispose(); m_dodgeStar2 = null; m_dodgeStar3.Dispose(); m_dodgeStar3 = 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_holderflower = null; m_holderTouchFlower = null; m_listProperty = null; m_starItemAlpha = null; if(disposeTarget && target != null) { target.RemoveFromParent(); target.Dispose(); } target = null; } } }