|
@@ -34,6 +34,8 @@ namespace UI.Card
|
|
public GComponent m_comStarCousumeGold;
|
|
public GComponent m_comStarCousumeGold;
|
|
public GTextField m_txtTips;
|
|
public GTextField m_txtTips;
|
|
public GList m_listStarConsume;
|
|
public GList m_listStarConsume;
|
|
|
|
+ public GButton m_btnRule;
|
|
|
|
+ public GButton m_btnCheckAuto;
|
|
public UI_ComStarItem m_comStarItem;
|
|
public UI_ComStarItem m_comStarItem;
|
|
public GGraph m_holderUpStar;
|
|
public GGraph m_holderUpStar;
|
|
public UI_ComDodgeStar m_dodgeStar0;
|
|
public UI_ComDodgeStar m_dodgeStar0;
|
|
@@ -128,6 +130,8 @@ namespace UI.Card
|
|
m_comStarCousumeGold = (GComponent)comp.GetChild("comStarCousumeGold");
|
|
m_comStarCousumeGold = (GComponent)comp.GetChild("comStarCousumeGold");
|
|
m_txtTips = (GTextField)comp.GetChild("txtTips");
|
|
m_txtTips = (GTextField)comp.GetChild("txtTips");
|
|
m_listStarConsume = (GList)comp.GetChild("listStarConsume");
|
|
m_listStarConsume = (GList)comp.GetChild("listStarConsume");
|
|
|
|
+ m_btnRule = (GButton)comp.GetChild("btnRule");
|
|
|
|
+ m_btnCheckAuto = (GButton)comp.GetChild("btnCheckAuto");
|
|
m_comStarItem = (UI_ComStarItem)UI_ComStarItem.Create(comp.GetChild("comStarItem"));
|
|
m_comStarItem = (UI_ComStarItem)UI_ComStarItem.Create(comp.GetChild("comStarItem"));
|
|
m_holderUpStar = (GGraph)comp.GetChild("holderUpStar");
|
|
m_holderUpStar = (GGraph)comp.GetChild("holderUpStar");
|
|
m_dodgeStar0 = (UI_ComDodgeStar)UI_ComDodgeStar.Create(comp.GetChild("dodgeStar0"));
|
|
m_dodgeStar0 = (UI_ComDodgeStar)UI_ComDodgeStar.Create(comp.GetChild("dodgeStar0"));
|
|
@@ -178,6 +182,8 @@ namespace UI.Card
|
|
m_comStarCousumeGold = null;
|
|
m_comStarCousumeGold = null;
|
|
m_txtTips = null;
|
|
m_txtTips = null;
|
|
m_listStarConsume = null;
|
|
m_listStarConsume = null;
|
|
|
|
+ m_btnRule = null;
|
|
|
|
+ m_btnCheckAuto = null;
|
|
m_comStarItem.Dispose();
|
|
m_comStarItem.Dispose();
|
|
m_comStarItem = null;
|
|
m_comStarItem = null;
|
|
m_holderUpStar = null;
|
|
m_holderUpStar = null;
|