h5sdk提交
This commit is contained in:
@@ -7,6 +7,7 @@ namespace FGUI.JRewardPop
|
||||
{
|
||||
public partial class com_StarReward : GComponent
|
||||
{
|
||||
public Controller gift;
|
||||
public GGraph spine_parent;
|
||||
public GTextField cash_text;
|
||||
public GButton btn_adget;
|
||||
@@ -24,12 +25,13 @@ namespace FGUI.JRewardPop
|
||||
{
|
||||
base.ConstructFromXML(xml);
|
||||
|
||||
spine_parent = (GGraph)GetChildAt(2);
|
||||
cash_text = (GTextField)GetChildAt(4);
|
||||
btn_adget = (GButton)GetChildAt(5);
|
||||
rate_text = (GTextField)GetChildAt(7);
|
||||
btn_get = (GButton)GetChildAt(8);
|
||||
reward_end = (GButton)GetChildAt(9);
|
||||
gift = GetControllerAt(0);
|
||||
spine_parent = (GGraph)GetChildAt(1);
|
||||
cash_text = (GTextField)GetChildAt(3);
|
||||
btn_adget = (GButton)GetChildAt(4);
|
||||
rate_text = (GTextField)GetChildAt(6);
|
||||
btn_get = (GButton)GetChildAt(7);
|
||||
reward_end = (GButton)GetChildAt(8);
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -9,13 +9,15 @@ namespace FGUI.JRewardPop
|
||||
{
|
||||
public Controller cont_extra;
|
||||
public Controller curr_type;
|
||||
public GButton closeButton;
|
||||
public GTextField text_num;
|
||||
public GButton btn_more;
|
||||
public com_roll com_roll;
|
||||
public btn_claim btn_claim;
|
||||
public GTextField txt_title;
|
||||
public GButton closeButton;
|
||||
public GImage img_diamond;
|
||||
public GImage img_ch;
|
||||
public GTextField text_num;
|
||||
public com_roll com_roll;
|
||||
public GButton btn_more;
|
||||
public GTextField text_cardnum;
|
||||
public btn_claim btn_claim;
|
||||
public const string URL = "ui://tm1qhgb4n5d50";
|
||||
|
||||
public static com_extraItem CreateInstance()
|
||||
@@ -29,13 +31,15 @@ namespace FGUI.JRewardPop
|
||||
|
||||
cont_extra = GetControllerAt(0);
|
||||
curr_type = GetControllerAt(1);
|
||||
closeButton = (GButton)GetChildAt(2);
|
||||
text_num = (GTextField)GetChildAt(6);
|
||||
btn_more = (GButton)GetChildAt(7);
|
||||
com_roll = (com_roll)GetChildAt(8);
|
||||
btn_claim = (btn_claim)GetChildAt(13);
|
||||
txt_title = (GTextField)GetChildAt(17);
|
||||
text_cardnum = (GTextField)GetChildAt(19);
|
||||
txt_title = (GTextField)GetChildAt(3);
|
||||
closeButton = (GButton)GetChildAt(4);
|
||||
img_diamond = (GImage)GetChildAt(6);
|
||||
img_ch = (GImage)GetChildAt(7);
|
||||
text_num = (GTextField)GetChildAt(9);
|
||||
com_roll = (com_roll)GetChildAt(10);
|
||||
btn_more = (GButton)GetChildAt(11);
|
||||
text_cardnum = (GTextField)GetChildAt(14);
|
||||
btn_claim = (btn_claim)GetChildAt(17);
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -19,7 +19,7 @@ namespace FGUI.JRewardPop
|
||||
{
|
||||
base.ConstructFromXML(xml);
|
||||
|
||||
list_roll = (GList)GetChildAt(1);
|
||||
list_roll = (GList)GetChildAt(0);
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user