|
@@ -12,6 +12,7 @@ namespace UI.LuckyBox
|
|
public GLoader m_loaTitle;
|
|
public GLoader m_loaTitle;
|
|
public GTextField m_txtTime;
|
|
public GTextField m_txtTime;
|
|
public GGroup m_grpTime;
|
|
public GGroup m_grpTime;
|
|
|
|
+ public GTextField m_txtTsyTime;
|
|
public GGroup m_grpTitle;
|
|
public GGroup m_grpTitle;
|
|
public GButton m_btnGiftBag;
|
|
public GButton m_btnGiftBag;
|
|
public UI_ComBagTime m_comBagTime;
|
|
public UI_ComBagTime m_comBagTime;
|
|
@@ -73,6 +74,7 @@ namespace UI.LuckyBox
|
|
m_loaTitle = (GLoader)comp.GetChild("loaTitle");
|
|
m_loaTitle = (GLoader)comp.GetChild("loaTitle");
|
|
m_txtTime = (GTextField)comp.GetChild("txtTime");
|
|
m_txtTime = (GTextField)comp.GetChild("txtTime");
|
|
m_grpTime = (GGroup)comp.GetChild("grpTime");
|
|
m_grpTime = (GGroup)comp.GetChild("grpTime");
|
|
|
|
+ m_txtTsyTime = (GTextField)comp.GetChild("txtTsyTime");
|
|
m_grpTitle = (GGroup)comp.GetChild("grpTitle");
|
|
m_grpTitle = (GGroup)comp.GetChild("grpTitle");
|
|
m_btnGiftBag = (GButton)comp.GetChild("btnGiftBag");
|
|
m_btnGiftBag = (GButton)comp.GetChild("btnGiftBag");
|
|
m_comBagTime = (UI_ComBagTime)UI_ComBagTime.Create(comp.GetChild("comBagTime"));
|
|
m_comBagTime = (UI_ComBagTime)UI_ComBagTime.Create(comp.GetChild("comBagTime"));
|
|
@@ -91,6 +93,7 @@ namespace UI.LuckyBox
|
|
m_loaTitle = null;
|
|
m_loaTitle = null;
|
|
m_txtTime = null;
|
|
m_txtTime = null;
|
|
m_grpTime = null;
|
|
m_grpTime = null;
|
|
|
|
+ m_txtTsyTime = null;
|
|
m_grpTitle = null;
|
|
m_grpTitle = null;
|
|
m_btnGiftBag = null;
|
|
m_btnGiftBag = null;
|
|
m_comBagTime.Dispose();
|
|
m_comBagTime.Dispose();
|