|
@@ -10,6 +10,7 @@ namespace UI.FieldGuide
|
|
public Controller m_c1;
|
|
public Controller m_c1;
|
|
public GLoader m_loaBg;
|
|
public GLoader m_loaBg;
|
|
public GButton m_btnBack;
|
|
public GButton m_btnBack;
|
|
|
|
+ public GLoader m_icon;
|
|
public GList m_suitTypeList;
|
|
public GList m_suitTypeList;
|
|
public UI_SuitTypeItems m_suitTypeItems;
|
|
public UI_SuitTypeItems m_suitTypeItems;
|
|
public GList m_suitType2Items;
|
|
public GList m_suitType2Items;
|
|
@@ -63,6 +64,7 @@ namespace UI.FieldGuide
|
|
m_c1 = comp.GetController("c1");
|
|
m_c1 = comp.GetController("c1");
|
|
m_loaBg = (GLoader)comp.GetChild("loaBg");
|
|
m_loaBg = (GLoader)comp.GetChild("loaBg");
|
|
m_btnBack = (GButton)comp.GetChild("btnBack");
|
|
m_btnBack = (GButton)comp.GetChild("btnBack");
|
|
|
|
+ m_icon = (GLoader)comp.GetChild("icon");
|
|
m_suitTypeList = (GList)comp.GetChild("suitTypeList");
|
|
m_suitTypeList = (GList)comp.GetChild("suitTypeList");
|
|
m_suitTypeItems = (UI_SuitTypeItems)UI_SuitTypeItems.Create(comp.GetChild("suitTypeItems"));
|
|
m_suitTypeItems = (UI_SuitTypeItems)UI_SuitTypeItems.Create(comp.GetChild("suitTypeItems"));
|
|
m_suitType2Items = (GList)comp.GetChild("suitType2Items");
|
|
m_suitType2Items = (GList)comp.GetChild("suitType2Items");
|
|
@@ -72,6 +74,7 @@ namespace UI.FieldGuide
|
|
m_c1 = null;
|
|
m_c1 = null;
|
|
m_loaBg = null;
|
|
m_loaBg = null;
|
|
m_btnBack = null;
|
|
m_btnBack = null;
|
|
|
|
+ m_icon = null;
|
|
m_suitTypeList = null;
|
|
m_suitTypeList = null;
|
|
m_suitTypeItems.Dispose();
|
|
m_suitTypeItems.Dispose();
|
|
m_suitTypeItems = null;
|
|
m_suitTypeItems = null;
|