|
@@ -10,8 +10,8 @@ namespace UI.LuckyBox
|
|
public Controller m_showActivityType;
|
|
public Controller m_showActivityType;
|
|
public UI_ComModel m_comModel;
|
|
public UI_ComModel m_comModel;
|
|
public GLoader m_loaTitle;
|
|
public GLoader m_loaTitle;
|
|
- public GTextField m_txtTime;
|
|
|
|
public GTextField m_txtTsyTime;
|
|
public GTextField m_txtTsyTime;
|
|
|
|
+ public GTextField m_txtTime;
|
|
public GGroup m_grpTime;
|
|
public GGroup m_grpTime;
|
|
public GButton m_btnRule;
|
|
public GButton m_btnRule;
|
|
public GGroup m_grpTitle;
|
|
public GGroup m_grpTitle;
|
|
@@ -73,8 +73,8 @@ namespace UI.LuckyBox
|
|
m_showActivityType = comp.GetController("showActivityType");
|
|
m_showActivityType = comp.GetController("showActivityType");
|
|
m_comModel = (UI_ComModel)UI_ComModel.Create(comp.GetChild("comModel"));
|
|
m_comModel = (UI_ComModel)UI_ComModel.Create(comp.GetChild("comModel"));
|
|
m_loaTitle = (GLoader)comp.GetChild("loaTitle");
|
|
m_loaTitle = (GLoader)comp.GetChild("loaTitle");
|
|
- m_txtTime = (GTextField)comp.GetChild("txtTime");
|
|
|
|
m_txtTsyTime = (GTextField)comp.GetChild("txtTsyTime");
|
|
m_txtTsyTime = (GTextField)comp.GetChild("txtTsyTime");
|
|
|
|
+ m_txtTime = (GTextField)comp.GetChild("txtTime");
|
|
m_grpTime = (GGroup)comp.GetChild("grpTime");
|
|
m_grpTime = (GGroup)comp.GetChild("grpTime");
|
|
m_btnRule = (GButton)comp.GetChild("btnRule");
|
|
m_btnRule = (GButton)comp.GetChild("btnRule");
|
|
m_grpTitle = (GGroup)comp.GetChild("grpTitle");
|
|
m_grpTitle = (GGroup)comp.GetChild("grpTitle");
|
|
@@ -93,8 +93,8 @@ namespace UI.LuckyBox
|
|
m_comModel.Dispose();
|
|
m_comModel.Dispose();
|
|
m_comModel = null;
|
|
m_comModel = null;
|
|
m_loaTitle = null;
|
|
m_loaTitle = null;
|
|
- m_txtTime = null;
|
|
|
|
m_txtTsyTime = null;
|
|
m_txtTsyTime = null;
|
|
|
|
+ m_txtTime = null;
|
|
m_grpTime = null;
|
|
m_grpTime = null;
|
|
m_btnRule = null;
|
|
m_btnRule = null;
|
|
m_grpTitle = null;
|
|
m_grpTitle = null;
|