修改bug
This commit is contained in:
@@ -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);
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user