|
@@ -14,11 +14,11 @@ namespace UI.MatchingCompetition
|
|
|
public GTextField m_titleText;
|
|
|
public UI_Component11 m_player1;
|
|
|
public UI_Component11 m_player2;
|
|
|
- public GTextField m_timeText;
|
|
|
public UI_Button3 m_select1;
|
|
|
public GTextField m_selectText1;
|
|
|
public UI_Button3 m_select2;
|
|
|
public GTextField m_selectText2;
|
|
|
+ public GTextField m_timeText;
|
|
|
public GButton m_BtnBack;
|
|
|
public Transition m_t0;
|
|
|
public Transition m_t1;
|
|
@@ -76,11 +76,11 @@ namespace UI.MatchingCompetition
|
|
|
m_titleText = (GTextField)comp.GetChild("titleText");
|
|
|
m_player1 = (UI_Component11)UI_Component11.Create(comp.GetChild("player1"));
|
|
|
m_player2 = (UI_Component11)UI_Component11.Create(comp.GetChild("player2"));
|
|
|
- m_timeText = (GTextField)comp.GetChild("timeText");
|
|
|
m_select1 = (UI_Button3)UI_Button3.Create(comp.GetChild("select1"));
|
|
|
m_selectText1 = (GTextField)comp.GetChild("selectText1");
|
|
|
m_select2 = (UI_Button3)UI_Button3.Create(comp.GetChild("select2"));
|
|
|
m_selectText2 = (GTextField)comp.GetChild("selectText2");
|
|
|
+ m_timeText = (GTextField)comp.GetChild("timeText");
|
|
|
m_BtnBack = (GButton)comp.GetChild("BtnBack");
|
|
|
m_t0 = comp.GetTransition("t0");
|
|
|
m_t1 = comp.GetTransition("t1");
|
|
@@ -98,13 +98,13 @@ namespace UI.MatchingCompetition
|
|
|
m_player1 = null;
|
|
|
m_player2.Dispose();
|
|
|
m_player2 = null;
|
|
|
- m_timeText = null;
|
|
|
m_select1.Dispose();
|
|
|
m_select1 = null;
|
|
|
m_selectText1 = null;
|
|
|
m_select2.Dispose();
|
|
|
m_select2 = null;
|
|
|
m_selectText2 = null;
|
|
|
+ m_timeText = null;
|
|
|
m_BtnBack = null;
|
|
|
m_t0 = null;
|
|
|
m_t1 = null;
|