|
@@ -32,11 +32,11 @@ namespace UI.Main
|
|
|
public UI_BtnModle m_btnGiftBag1;
|
|
|
public UI_BtnModle m_btnGiftBag2;
|
|
|
public UI_ButtonModle1 m_btnZhaiXing;
|
|
|
+ public UI_ButtonModleEffect m_btnMain;
|
|
|
public UI_ButtonModle1 m_btnCiPai;
|
|
|
public UI_ButtonModle1 m_btnXiuFang;
|
|
|
public UI_ButtonModle1 m_btnHuanZhuang;
|
|
|
public UI_ButtonModleEffect m_btnHaiZhiShi;
|
|
|
- public UI_ButtonModleEffect m_btnMain;
|
|
|
public UI_BtnModle1 m_btnNewYearRedEnvelope;
|
|
|
public UI_BtnModle1 m_btnDailyWelfare;
|
|
|
public UI_BtnModle1 m_btnActivityDay7;
|
|
@@ -118,11 +118,11 @@ namespace UI.Main
|
|
|
m_btnGiftBag1 = (UI_BtnModle)UI_BtnModle.Create(comp.GetChild("btnGiftBag1"));
|
|
|
m_btnGiftBag2 = (UI_BtnModle)UI_BtnModle.Create(comp.GetChild("btnGiftBag2"));
|
|
|
m_btnZhaiXing = (UI_ButtonModle1)UI_ButtonModle1.Create(comp.GetChild("btnZhaiXing"));
|
|
|
+ m_btnMain = (UI_ButtonModleEffect)UI_ButtonModleEffect.Create(comp.GetChild("btnMain"));
|
|
|
m_btnCiPai = (UI_ButtonModle1)UI_ButtonModle1.Create(comp.GetChild("btnCiPai"));
|
|
|
m_btnXiuFang = (UI_ButtonModle1)UI_ButtonModle1.Create(comp.GetChild("btnXiuFang"));
|
|
|
m_btnHuanZhuang = (UI_ButtonModle1)UI_ButtonModle1.Create(comp.GetChild("btnHuanZhuang"));
|
|
|
m_btnHaiZhiShi = (UI_ButtonModleEffect)UI_ButtonModleEffect.Create(comp.GetChild("btnHaiZhiShi"));
|
|
|
- m_btnMain = (UI_ButtonModleEffect)UI_ButtonModleEffect.Create(comp.GetChild("btnMain"));
|
|
|
m_btnNewYearRedEnvelope = (UI_BtnModle1)UI_BtnModle1.Create(comp.GetChild("btnNewYearRedEnvelope"));
|
|
|
m_btnDailyWelfare = (UI_BtnModle1)UI_BtnModle1.Create(comp.GetChild("btnDailyWelfare"));
|
|
|
m_btnActivityDay7 = (UI_BtnModle1)UI_BtnModle1.Create(comp.GetChild("btnActivityDay7"));
|
|
@@ -174,6 +174,8 @@ namespace UI.Main
|
|
|
m_btnGiftBag2 = null;
|
|
|
m_btnZhaiXing.Dispose();
|
|
|
m_btnZhaiXing = null;
|
|
|
+ m_btnMain.Dispose();
|
|
|
+ m_btnMain = null;
|
|
|
m_btnCiPai.Dispose();
|
|
|
m_btnCiPai = null;
|
|
|
m_btnXiuFang.Dispose();
|
|
@@ -182,8 +184,6 @@ namespace UI.Main
|
|
|
m_btnHuanZhuang = null;
|
|
|
m_btnHaiZhiShi.Dispose();
|
|
|
m_btnHaiZhiShi = null;
|
|
|
- m_btnMain.Dispose();
|
|
|
- m_btnMain = null;
|
|
|
m_btnNewYearRedEnvelope.Dispose();
|
|
|
m_btnNewYearRedEnvelope = null;
|
|
|
m_btnDailyWelfare.Dispose();
|