97 lines
3.8 KiB
C#
97 lines
3.8 KiB
C#
/** This is an automatically generated class by FairyGUI. Please do not modify it. **/
|
|
|
|
using FairyGUI;
|
|
using FairyGUI.Utils;
|
|
|
|
namespace FGUI.SaveingPot
|
|
{
|
|
public partial class com_saveingpot : GComponent
|
|
{
|
|
public Controller type;
|
|
public Controller cont_confirm;
|
|
public GGraph ani_potparent;
|
|
public GTextField text_remaintime;
|
|
public GButton btn_close;
|
|
public GProgressBar progress_cash;
|
|
public GTextField text_cashprogress;
|
|
public GTextField text_nowcash;
|
|
public GTextField text_ad;
|
|
public GTextField text_pay;
|
|
public GButton btn_cash;
|
|
public GTextField text_lose;
|
|
public com_broadcast broad;
|
|
public com_enter com_info;
|
|
public com_firstname com_fname;
|
|
public com_firstname com_lname;
|
|
public GTextField text_title;
|
|
public GTextField text_smaill_title;
|
|
public GButton btn_confirm;
|
|
public GTextField text_smaill_title_2;
|
|
public com_info com_pay;
|
|
public GTextField text_wallet;
|
|
public GTextField text_cash;
|
|
public GTextField text_account;
|
|
public GProgressBar pb_condi2;
|
|
public GTextField text_condi2;
|
|
public com_task com_task;
|
|
public com_newRecord com_newRecord;
|
|
public btn_pay btn_watch;
|
|
public GTextField text_query;
|
|
public GTextField text_payhint;
|
|
public btn_top btn_level0;
|
|
public btn_top btn_level1;
|
|
public btn_top btn_level2;
|
|
public GGroup group_;
|
|
public GButton btn_close1;
|
|
public GTextField txt_title;
|
|
public const string URL = "ui://sddomhj3upx71p";
|
|
|
|
public static com_saveingpot CreateInstance()
|
|
{
|
|
return (com_saveingpot)UIPackage.CreateObject("SaveingPot", "com_saveingpot");
|
|
}
|
|
|
|
public override void ConstructFromXML(XML xml)
|
|
{
|
|
base.ConstructFromXML(xml);
|
|
|
|
type = GetControllerAt(0);
|
|
cont_confirm = GetControllerAt(1);
|
|
ani_potparent = (GGraph)GetChildAt(0);
|
|
text_remaintime = (GTextField)GetChildAt(4);
|
|
btn_close = (GButton)GetChildAt(5);
|
|
progress_cash = (GProgressBar)GetChildAt(6);
|
|
text_cashprogress = (GTextField)GetChildAt(7);
|
|
text_nowcash = (GTextField)GetChildAt(8);
|
|
text_ad = (GTextField)GetChildAt(10);
|
|
text_pay = (GTextField)GetChildAt(11);
|
|
btn_cash = (GButton)GetChildAt(12);
|
|
text_lose = (GTextField)GetChildAt(13);
|
|
broad = (com_broadcast)GetChildAt(14);
|
|
com_info = (com_enter)GetChildAt(19);
|
|
com_fname = (com_firstname)GetChildAt(20);
|
|
com_lname = (com_firstname)GetChildAt(21);
|
|
text_title = (GTextField)GetChildAt(22);
|
|
text_smaill_title = (GTextField)GetChildAt(23);
|
|
btn_confirm = (GButton)GetChildAt(24);
|
|
text_smaill_title_2 = (GTextField)GetChildAt(26);
|
|
com_pay = (com_info)GetChildAt(27);
|
|
text_wallet = (GTextField)GetChildAt(32);
|
|
text_cash = (GTextField)GetChildAt(33);
|
|
text_account = (GTextField)GetChildAt(34);
|
|
pb_condi2 = (GProgressBar)GetChildAt(38);
|
|
text_condi2 = (GTextField)GetChildAt(39);
|
|
com_task = (com_task)GetChildAt(40);
|
|
com_newRecord = (com_newRecord)GetChildAt(41);
|
|
btn_watch = (btn_pay)GetChildAt(42);
|
|
text_query = (GTextField)GetChildAt(45);
|
|
text_payhint = (GTextField)GetChildAt(47);
|
|
btn_level0 = (btn_top)GetChildAt(48);
|
|
btn_level1 = (btn_top)GetChildAt(49);
|
|
btn_level2 = (btn_top)GetChildAt(50);
|
|
group_ = (GGroup)GetChildAt(51);
|
|
btn_close1 = (GButton)GetChildAt(52);
|
|
txt_title = (GTextField)GetChildAt(53);
|
|
}
|
|
}
|
|
} |