bingo b面修改
This commit is contained in:
@@ -22,9 +22,9 @@ namespace FGUI.JBingoPlay
|
||||
{
|
||||
base.ConstructFromXML(xml);
|
||||
|
||||
com_endPop = (com_endpop)GetChildAt(0);
|
||||
btn_playagain = (btn_playagain)GetChildAt(1);
|
||||
btn_home = (GButton)GetChildAt(2);
|
||||
com_endPop = (com_endpop)GetChildAt(2);
|
||||
btn_playagain = (btn_playagain)GetChildAt(3);
|
||||
btn_home = (GButton)GetChildAt(4);
|
||||
fx_enter = GetTransitionAt(0);
|
||||
}
|
||||
}
|
||||
|
||||
@@ -10,7 +10,6 @@ namespace FGUI.JBingoPlay
|
||||
public Controller cont_end;
|
||||
public Controller cont_giftSwitch;
|
||||
public Controller gift;
|
||||
public GGraph gp_fx;
|
||||
public GTextField text_coin;
|
||||
public GTextField text_cash;
|
||||
public GTextField title;
|
||||
@@ -29,11 +28,10 @@ namespace FGUI.JBingoPlay
|
||||
cont_end = GetControllerAt(0);
|
||||
cont_giftSwitch = GetControllerAt(1);
|
||||
gift = GetControllerAt(2);
|
||||
gp_fx = (GGraph)GetChildAt(0);
|
||||
text_coin = (GTextField)GetChildAt(4);
|
||||
text_cash = (GTextField)GetChildAt(5);
|
||||
title = (GTextField)GetChildAt(7);
|
||||
txt = (GTextField)GetChildAt(8);
|
||||
text_coin = (GTextField)GetChildAt(2);
|
||||
text_cash = (GTextField)GetChildAt(3);
|
||||
title = (GTextField)GetChildAt(5);
|
||||
txt = (GTextField)GetChildAt(6);
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -23,11 +23,11 @@ namespace FGUI.JBingoPlay
|
||||
{
|
||||
base.ConstructFromXML(xml);
|
||||
|
||||
title = (GTextField)GetChildAt(1);
|
||||
text = (GTextField)GetChildAt(2);
|
||||
btn_leave = (GButton)GetChildAt(3);
|
||||
btn_stay = (GButton)GetChildAt(4);
|
||||
closeButton = (GButton)GetChildAt(5);
|
||||
title = (GTextField)GetChildAt(2);
|
||||
text = (GTextField)GetChildAt(3);
|
||||
btn_leave = (GButton)GetChildAt(4);
|
||||
btn_stay = (GButton)GetChildAt(5);
|
||||
closeButton = (GButton)GetChildAt(6);
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -7,7 +7,7 @@ namespace FGUI.JBingoPlay
|
||||
{
|
||||
public partial class com_morecard : GComponent
|
||||
{
|
||||
public GTextField title;
|
||||
public GTextField txt_title;
|
||||
public GButton closeButton;
|
||||
public GButton btn_more;
|
||||
public GTextField text_cardnum;
|
||||
@@ -22,10 +22,10 @@ namespace FGUI.JBingoPlay
|
||||
{
|
||||
base.ConstructFromXML(xml);
|
||||
|
||||
title = (GTextField)GetChildAt(1);
|
||||
txt_title = (GTextField)GetChildAt(2);
|
||||
closeButton = (GButton)GetChildAt(3);
|
||||
btn_more = (GButton)GetChildAt(4);
|
||||
text_cardnum = (GTextField)GetChildAt(6);
|
||||
btn_more = (GButton)GetChildAt(5);
|
||||
text_cardnum = (GTextField)GetChildAt(7);
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -14,11 +14,11 @@ namespace FGUI.JBingoPlay
|
||||
public com_prop com_prop;
|
||||
public com_AddBall com_AddBall;
|
||||
public GButton btn_close;
|
||||
public GComponent btn_coin;
|
||||
public GButton btn_coin;
|
||||
public GButton btn_cash;
|
||||
public com_carddi com_carddi;
|
||||
public btn_star btn_star;
|
||||
public GGraph spine_parent;
|
||||
public GComponent btn_cash;
|
||||
public com_CallNum com_CallNum;
|
||||
public com_ball com_ballleft;
|
||||
public GGroup group_;
|
||||
@@ -44,11 +44,11 @@ namespace FGUI.JBingoPlay
|
||||
com_prop = (com_prop)GetChildAt(4);
|
||||
com_AddBall = (com_AddBall)GetChildAt(5);
|
||||
btn_close = (GButton)GetChildAt(6);
|
||||
btn_coin = (GComponent)GetChildAt(7);
|
||||
com_carddi = (com_carddi)GetChildAt(8);
|
||||
btn_star = (btn_star)GetChildAt(9);
|
||||
spine_parent = (GGraph)GetChildAt(10);
|
||||
btn_cash = (GComponent)GetChildAt(11);
|
||||
btn_coin = (GButton)GetChildAt(7);
|
||||
btn_cash = (GButton)GetChildAt(8);
|
||||
com_carddi = (com_carddi)GetChildAt(9);
|
||||
btn_star = (btn_star)GetChildAt(10);
|
||||
spine_parent = (GGraph)GetChildAt(11);
|
||||
com_CallNum = (com_CallNum)GetChildAt(12);
|
||||
com_ballleft = (com_ball)GetChildAt(13);
|
||||
group_ = (GGroup)GetChildAt(14);
|
||||
|
||||
Reference in New Issue
Block a user