修改bug
This commit is contained in:
@@ -7,6 +7,7 @@ namespace FGUI.JBingoPlay
|
||||
{
|
||||
public partial class com_end : GComponent
|
||||
{
|
||||
public Controller gift;
|
||||
public com_endpop com_endPop;
|
||||
public btn_playagain btn_playagain;
|
||||
public GButton btn_home;
|
||||
@@ -22,6 +23,7 @@ namespace FGUI.JBingoPlay
|
||||
{
|
||||
base.ConstructFromXML(xml);
|
||||
|
||||
gift = GetControllerAt(0);
|
||||
com_endPop = (com_endpop)GetChildAt(2);
|
||||
btn_playagain = (btn_playagain)GetChildAt(3);
|
||||
btn_home = (GButton)GetChildAt(4);
|
||||
|
||||
@@ -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);
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -10,7 +10,7 @@ namespace FGUI.tixian
|
||||
public Controller index;
|
||||
public Controller btn_state;
|
||||
public GTextField text_type;
|
||||
public GTextField text_ch;
|
||||
public GRichTextField text_ch;
|
||||
public GImage img_outline;
|
||||
public const string URL = "ui://jwedp6jyupx71r";
|
||||
|
||||
@@ -26,7 +26,7 @@ namespace FGUI.tixian
|
||||
index = GetControllerAt(0);
|
||||
btn_state = GetControllerAt(1);
|
||||
text_type = (GTextField)GetChildAt(5);
|
||||
text_ch = (GTextField)GetChildAt(6);
|
||||
text_ch = (GRichTextField)GetChildAt(6);
|
||||
img_outline = (GImage)GetChildAt(7);
|
||||
}
|
||||
}
|
||||
|
||||
@@ -23,9 +23,9 @@ namespace FGUI.tixian
|
||||
{
|
||||
base.ConstructFromXML(xml);
|
||||
|
||||
rich_text0 = (GRichTextField)GetChildAt(1);
|
||||
rich_text1 = (GRichTextField)GetChildAt(3);
|
||||
rich_text2 = (GRichTextField)GetChildAt(5);
|
||||
rich_text0 = (GRichTextField)GetChildAt(4);
|
||||
rich_text1 = (GRichTextField)GetChildAt(5);
|
||||
rich_text2 = (GRichTextField)GetChildAt(6);
|
||||
rich_text3 = (GRichTextField)GetChildAt(7);
|
||||
t1 = GetTransitionAt(0);
|
||||
}
|
||||
|
||||
@@ -33,7 +33,6 @@ namespace FGUI.tixian
|
||||
public GTextField text_chdate3;
|
||||
public GTextField text_number0;
|
||||
public GTextField text_number1;
|
||||
public GTextField text_number2;
|
||||
public btn_pay btn_watch;
|
||||
public btn_get btn_tab;
|
||||
public btn_get btn_earn;
|
||||
@@ -59,8 +58,9 @@ namespace FGUI.tixian
|
||||
public GRichTextField text_condi1;
|
||||
public GRichTextField text_ch_number;
|
||||
public GButton btn_close;
|
||||
public GComponent btn_watchad;
|
||||
public GButton btn_task_watch;
|
||||
public GRichTextField text_number2;
|
||||
public GButton btn_watchad;
|
||||
public Transition t0;
|
||||
public const string URL = "ui://jwedp6jyut66d";
|
||||
|
||||
@@ -99,34 +99,34 @@ namespace FGUI.tixian
|
||||
text_chdate3 = (GTextField)GetChildAt(36);
|
||||
text_number0 = (GTextField)GetChildAt(37);
|
||||
text_number1 = (GTextField)GetChildAt(38);
|
||||
text_number2 = (GTextField)GetChildAt(39);
|
||||
btn_watch = (btn_pay)GetChildAt(40);
|
||||
btn_tab = (btn_get)GetChildAt(41);
|
||||
btn_earn = (btn_get)GetChildAt(42);
|
||||
btn_chout = (btn_get)GetChildAt(43);
|
||||
btn_confirm = (btn_get)GetChildAt(44);
|
||||
btn_check_level = (btn_get)GetChildAt(45);
|
||||
text_nowch = (GTextField)GetChildAt(47);
|
||||
text_cashneedlv = (GTextField)GetChildAt(48);
|
||||
text_leveltime = (GTextField)GetChildAt(49);
|
||||
lab_lv_need_des = (GTextField)GetChildAt(51);
|
||||
com_chlevel = (cash_levelcom)GetChildAt(54);
|
||||
group_ = (GGroup)GetChildAt(55);
|
||||
lab_mn = (GTextField)GetChildAt(59);
|
||||
list_kicket = (GList)GetChildAt(64);
|
||||
lab_mn2 = (GTextField)GetChildAt(69);
|
||||
lab_ticket = (GTextField)GetChildAt(77);
|
||||
lab_code = (GTextField)GetChildAt(79);
|
||||
btn_copy = (btn_code)GetChildAt(80);
|
||||
btn_contact_us = (btn_code)GetChildAt(81);
|
||||
btn_back = (GButton)GetChildAt(85);
|
||||
lab_ads = (GTextField)GetChildAt(88);
|
||||
btn_inline_ok = (btn_get)GetChildAt(89);
|
||||
text_condi1 = (GRichTextField)GetChildAt(90);
|
||||
text_ch_number = (GRichTextField)GetChildAt(91);
|
||||
btn_close = (GButton)GetChildAt(92);
|
||||
btn_watchad = (GComponent)GetChildAt(93);
|
||||
btn_task_watch = (GButton)GetChildAt(96);
|
||||
btn_watch = (btn_pay)GetChildAt(39);
|
||||
btn_tab = (btn_get)GetChildAt(40);
|
||||
btn_earn = (btn_get)GetChildAt(41);
|
||||
btn_chout = (btn_get)GetChildAt(42);
|
||||
btn_confirm = (btn_get)GetChildAt(43);
|
||||
btn_check_level = (btn_get)GetChildAt(44);
|
||||
text_nowch = (GTextField)GetChildAt(46);
|
||||
text_cashneedlv = (GTextField)GetChildAt(47);
|
||||
text_leveltime = (GTextField)GetChildAt(48);
|
||||
lab_lv_need_des = (GTextField)GetChildAt(50);
|
||||
com_chlevel = (cash_levelcom)GetChildAt(53);
|
||||
group_ = (GGroup)GetChildAt(54);
|
||||
lab_mn = (GTextField)GetChildAt(58);
|
||||
list_kicket = (GList)GetChildAt(63);
|
||||
lab_mn2 = (GTextField)GetChildAt(68);
|
||||
lab_ticket = (GTextField)GetChildAt(76);
|
||||
lab_code = (GTextField)GetChildAt(78);
|
||||
btn_copy = (btn_code)GetChildAt(79);
|
||||
btn_contact_us = (btn_code)GetChildAt(80);
|
||||
btn_back = (GButton)GetChildAt(84);
|
||||
lab_ads = (GTextField)GetChildAt(87);
|
||||
btn_inline_ok = (btn_get)GetChildAt(88);
|
||||
text_condi1 = (GRichTextField)GetChildAt(89);
|
||||
text_ch_number = (GRichTextField)GetChildAt(90);
|
||||
btn_close = (GButton)GetChildAt(91);
|
||||
btn_task_watch = (GButton)GetChildAt(94);
|
||||
text_number2 = (GRichTextField)GetChildAt(95);
|
||||
btn_watchad = (GButton)GetChildAt(96);
|
||||
t0 = GetTransitionAt(0);
|
||||
}
|
||||
}
|
||||
|
||||
@@ -9,11 +9,11 @@ namespace FGUI.tixian
|
||||
{
|
||||
public Controller type;
|
||||
public Controller cont_confirm;
|
||||
public Controller isRDExchangeMode;
|
||||
public GGraph ani_potparent;
|
||||
public GTextField text_remaintime;
|
||||
public GProgressBar progress_ch;
|
||||
public GTextField text_chprogress;
|
||||
public GTextField text_nowch;
|
||||
public GTextField text_ad;
|
||||
public GTextField text_pay;
|
||||
public GButton btn_ch;
|
||||
@@ -51,6 +51,8 @@ namespace FGUI.tixian
|
||||
public com_broadcast broad;
|
||||
public GButton btn_close;
|
||||
public GButton btn_task_watch;
|
||||
public GRichTextField text_nowch;
|
||||
public GImage text_ch_2;
|
||||
public const string URL = "ui://jwedp6jyupx71p";
|
||||
|
||||
public static com_saveingpot CreateInstance()
|
||||
@@ -64,48 +66,50 @@ namespace FGUI.tixian
|
||||
|
||||
type = GetControllerAt(0);
|
||||
cont_confirm = GetControllerAt(1);
|
||||
isRDExchangeMode = GetControllerAt(2);
|
||||
ani_potparent = (GGraph)GetChildAt(0);
|
||||
text_remaintime = (GTextField)GetChildAt(3);
|
||||
progress_ch = (GProgressBar)GetChildAt(4);
|
||||
text_chprogress = (GTextField)GetChildAt(5);
|
||||
text_nowch = (GTextField)GetChildAt(6);
|
||||
text_ad = (GTextField)GetChildAt(8);
|
||||
text_pay = (GTextField)GetChildAt(9);
|
||||
btn_ch = (GButton)GetChildAt(10);
|
||||
text_lose = (GTextField)GetChildAt(11);
|
||||
btn_confirm = (btn_confirm)GetChildAt(14);
|
||||
text_title = (GTextField)GetChildAt(15);
|
||||
text_query = (GTextField)GetChildAt(19);
|
||||
text_payhint = (GTextField)GetChildAt(20);
|
||||
btn_level0 = (btn_top)GetChildAt(21);
|
||||
btn_level1 = (btn_top)GetChildAt(22);
|
||||
btn_level2 = (btn_top)GetChildAt(23);
|
||||
group_ = (GGroup)GetChildAt(24);
|
||||
text_title_2 = (GTextField)GetChildAt(25);
|
||||
text_smaill_title = (GTextField)GetChildAt(26);
|
||||
com_info = (com_enter)GetChildAt(27);
|
||||
com_fname = (com_firstname)GetChildAt(28);
|
||||
com_lname = (com_lastname)GetChildAt(29);
|
||||
com_pay = (com_info)GetChildAt(30);
|
||||
text_smaill_title_2 = (GTextField)GetChildAt(31);
|
||||
text_ch = (GTextField)GetChildAt(34);
|
||||
text_account = (GTextField)GetChildAt(35);
|
||||
com_task = (com_task)GetChildAt(38);
|
||||
com_newRecord = (com_newRecord)GetChildAt(39);
|
||||
btn_watch = (btn_pay)GetChildAt(40);
|
||||
card_ = (GImage)GetChildAt(42);
|
||||
lab_mn = (GTextField)GetChildAt(45);
|
||||
list_kicket = (GList)GetChildAt(51);
|
||||
lab_mn2 = (GTextField)GetChildAt(55);
|
||||
lab_ticket = (GTextField)GetChildAt(62);
|
||||
lab_code = (GTextField)GetChildAt(64);
|
||||
btn_copy = (btn_code)GetChildAt(65);
|
||||
btn_contact_us = (btn_code)GetChildAt(66);
|
||||
btn_back = (GButton)GetChildAt(70);
|
||||
btn_inline_ok = (btn_get)GetChildAt(75);
|
||||
broad = (com_broadcast)GetChildAt(76);
|
||||
btn_close = (GButton)GetChildAt(77);
|
||||
btn_task_watch = (GButton)GetChildAt(78);
|
||||
text_ad = (GTextField)GetChildAt(7);
|
||||
text_pay = (GTextField)GetChildAt(8);
|
||||
btn_ch = (GButton)GetChildAt(9);
|
||||
text_lose = (GTextField)GetChildAt(10);
|
||||
btn_confirm = (btn_confirm)GetChildAt(13);
|
||||
text_title = (GTextField)GetChildAt(14);
|
||||
text_query = (GTextField)GetChildAt(18);
|
||||
text_payhint = (GTextField)GetChildAt(19);
|
||||
btn_level0 = (btn_top)GetChildAt(20);
|
||||
btn_level1 = (btn_top)GetChildAt(21);
|
||||
btn_level2 = (btn_top)GetChildAt(22);
|
||||
group_ = (GGroup)GetChildAt(23);
|
||||
text_title_2 = (GTextField)GetChildAt(24);
|
||||
text_smaill_title = (GTextField)GetChildAt(25);
|
||||
com_info = (com_enter)GetChildAt(26);
|
||||
com_fname = (com_firstname)GetChildAt(27);
|
||||
com_lname = (com_lastname)GetChildAt(28);
|
||||
com_pay = (com_info)GetChildAt(29);
|
||||
text_smaill_title_2 = (GTextField)GetChildAt(30);
|
||||
text_ch = (GTextField)GetChildAt(33);
|
||||
text_account = (GTextField)GetChildAt(34);
|
||||
com_task = (com_task)GetChildAt(37);
|
||||
com_newRecord = (com_newRecord)GetChildAt(38);
|
||||
btn_watch = (btn_pay)GetChildAt(39);
|
||||
card_ = (GImage)GetChildAt(41);
|
||||
lab_mn = (GTextField)GetChildAt(44);
|
||||
list_kicket = (GList)GetChildAt(50);
|
||||
lab_mn2 = (GTextField)GetChildAt(54);
|
||||
lab_ticket = (GTextField)GetChildAt(61);
|
||||
lab_code = (GTextField)GetChildAt(63);
|
||||
btn_copy = (btn_code)GetChildAt(64);
|
||||
btn_contact_us = (btn_code)GetChildAt(65);
|
||||
btn_back = (GButton)GetChildAt(69);
|
||||
btn_inline_ok = (btn_get)GetChildAt(74);
|
||||
broad = (com_broadcast)GetChildAt(75);
|
||||
btn_close = (GButton)GetChildAt(76);
|
||||
btn_task_watch = (GButton)GetChildAt(77);
|
||||
text_nowch = (GRichTextField)GetChildAt(78);
|
||||
text_ch_2 = (GImage)GetChildAt(79);
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -12,7 +12,7 @@ namespace FGUI.tixian
|
||||
public GTextField text_task_title;
|
||||
public GTextField text_ads;
|
||||
public GTextField text_task;
|
||||
public GTextField text_payer;
|
||||
public GRichTextField text_payer;
|
||||
public const string URL = "ui://jwedp6jyes171x";
|
||||
|
||||
public static com_task CreateInstance()
|
||||
@@ -29,7 +29,7 @@ namespace FGUI.tixian
|
||||
text_task_title = (GTextField)GetChildAt(5);
|
||||
text_ads = (GTextField)GetChildAt(6);
|
||||
text_task = (GTextField)GetChildAt(7);
|
||||
text_payer = (GTextField)GetChildAt(16);
|
||||
text_payer = (GRichTextField)GetChildAt(16);
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user