|
@@ -10,9 +10,9 @@ namespace UI.Store
|
|
public Controller m_c1;
|
|
public Controller m_c1;
|
|
public Controller m_c2;
|
|
public Controller m_c2;
|
|
public GImage m_imgDouble;
|
|
public GImage m_imgDouble;
|
|
|
|
+ public GGroup m_grpDiscount;
|
|
public GGraph m_holderfEff;
|
|
public GGraph m_holderfEff;
|
|
public GTextField m_txtDesc;
|
|
public GTextField m_txtDesc;
|
|
- public GGroup m_grpDiscount;
|
|
|
|
public GLoader m_icon;
|
|
public GLoader m_icon;
|
|
public GTextField m_txtName;
|
|
public GTextField m_txtName;
|
|
public GTextField m_txtEndTime;
|
|
public GTextField m_txtEndTime;
|
|
@@ -69,9 +69,9 @@ namespace UI.Store
|
|
m_c1 = comp.GetController("c1");
|
|
m_c1 = comp.GetController("c1");
|
|
m_c2 = comp.GetController("c2");
|
|
m_c2 = comp.GetController("c2");
|
|
m_imgDouble = (GImage)comp.GetChild("imgDouble");
|
|
m_imgDouble = (GImage)comp.GetChild("imgDouble");
|
|
|
|
+ m_grpDiscount = (GGroup)comp.GetChild("grpDiscount");
|
|
m_holderfEff = (GGraph)comp.GetChild("holderfEff");
|
|
m_holderfEff = (GGraph)comp.GetChild("holderfEff");
|
|
m_txtDesc = (GTextField)comp.GetChild("txtDesc");
|
|
m_txtDesc = (GTextField)comp.GetChild("txtDesc");
|
|
- m_grpDiscount = (GGroup)comp.GetChild("grpDiscount");
|
|
|
|
m_icon = (GLoader)comp.GetChild("icon");
|
|
m_icon = (GLoader)comp.GetChild("icon");
|
|
m_txtName = (GTextField)comp.GetChild("txtName");
|
|
m_txtName = (GTextField)comp.GetChild("txtName");
|
|
m_txtEndTime = (GTextField)comp.GetChild("txtEndTime");
|
|
m_txtEndTime = (GTextField)comp.GetChild("txtEndTime");
|
|
@@ -84,9 +84,9 @@ namespace UI.Store
|
|
m_c1 = null;
|
|
m_c1 = null;
|
|
m_c2 = null;
|
|
m_c2 = null;
|
|
m_imgDouble = null;
|
|
m_imgDouble = null;
|
|
|
|
+ m_grpDiscount = null;
|
|
m_holderfEff = null;
|
|
m_holderfEff = null;
|
|
m_txtDesc = null;
|
|
m_txtDesc = null;
|
|
- m_grpDiscount = null;
|
|
|
|
m_icon = null;
|
|
m_icon = null;
|
|
m_txtName = null;
|
|
m_txtName = null;
|
|
m_txtEndTime = null;
|
|
m_txtEndTime = null;
|