123 lines
5.0 KiB
C#
123 lines
5.0 KiB
C#
/** This is an automatically generated class by FairyGUI. Please do not modify it. **/
|
|
|
|
using FairyGUI;
|
|
using FairyGUI.Utils;
|
|
|
|
namespace FGUI.G007_makeup
|
|
{
|
|
public partial class com_confirm : GComponent
|
|
{
|
|
public Controller cont_state;
|
|
public Controller cont_confirm;
|
|
public Controller lang;
|
|
public Controller show_pay;
|
|
public GButton btn_record;
|
|
public com_enter com_info;
|
|
public com_firstname com_fname;
|
|
public com_lastname com_lname;
|
|
public GComponent com_rule;
|
|
public GTextField text_payhint;
|
|
public GTextField text_title;
|
|
public GTextField text_smaill_title;
|
|
public GTextField nrules;
|
|
public com_task com_task;
|
|
public GButton btn_back;
|
|
public GTextField text_query;
|
|
public GTextField text_condi1;
|
|
public GTextField text_condi2;
|
|
public GTextField nrules_2;
|
|
public GTextField text_payhint_2;
|
|
public GTextField text_wallet;
|
|
public GTextField text_cash;
|
|
public GTextField text_account;
|
|
public GRichTextField pay_text1;
|
|
public GButton btn_pay1;
|
|
public GTextField text_title_2;
|
|
public GProgressBar pb_condi2;
|
|
public GProgressBar pb_condi1;
|
|
public com_newRecord com_newRecord;
|
|
public btn_watch btn_watch;
|
|
public com_info com_pay;
|
|
public GTextField text_smaill_title_2;
|
|
public cash_levelcom com_cashlevel;
|
|
public GTextField text_cashneedlv;
|
|
public GTextField text_nowcash;
|
|
public GTextField text_cashdate;
|
|
public GTextField text_cashdate_2;
|
|
public GTextField text_cashdate_3;
|
|
public GTextField text_cashdate_4;
|
|
public GTextField text_number0;
|
|
public GTextField text_number1;
|
|
public GTextField text_number2;
|
|
public GTextField text_cash_title;
|
|
public GButton btn_close;
|
|
public GButton btn_tab;
|
|
public GButton btn_earn;
|
|
public GButton btn_cashout;
|
|
public GButton btn_confirm;
|
|
public GButton btn_check_level;
|
|
public Transition t0;
|
|
public const string URL = "ui://md8tkwlzut66d";
|
|
|
|
public static com_confirm CreateInstance()
|
|
{
|
|
return (com_confirm)UIPackage.CreateObject("G007_makeup", "com_confirm");
|
|
}
|
|
|
|
public override void ConstructFromXML(XML xml)
|
|
{
|
|
base.ConstructFromXML(xml);
|
|
|
|
cont_state = GetControllerAt(0);
|
|
cont_confirm = GetControllerAt(1);
|
|
lang = GetControllerAt(2);
|
|
show_pay = GetControllerAt(3);
|
|
btn_record = (GButton)GetChildAt(7);
|
|
com_info = (com_enter)GetChildAt(9);
|
|
com_fname = (com_firstname)GetChildAt(10);
|
|
com_lname = (com_lastname)GetChildAt(11);
|
|
com_rule = (GComponent)GetChildAt(12);
|
|
text_payhint = (GTextField)GetChildAt(13);
|
|
text_title = (GTextField)GetChildAt(14);
|
|
text_smaill_title = (GTextField)GetChildAt(15);
|
|
nrules = (GTextField)GetChildAt(16);
|
|
com_task = (com_task)GetChildAt(17);
|
|
btn_back = (GButton)GetChildAt(18);
|
|
text_query = (GTextField)GetChildAt(19);
|
|
text_condi1 = (GTextField)GetChildAt(21);
|
|
text_condi2 = (GTextField)GetChildAt(22);
|
|
nrules_2 = (GTextField)GetChildAt(23);
|
|
text_payhint_2 = (GTextField)GetChildAt(25);
|
|
text_wallet = (GTextField)GetChildAt(27);
|
|
text_cash = (GTextField)GetChildAt(28);
|
|
text_account = (GTextField)GetChildAt(29);
|
|
pay_text1 = (GRichTextField)GetChildAt(33);
|
|
btn_pay1 = (GButton)GetChildAt(34);
|
|
text_title_2 = (GTextField)GetChildAt(36);
|
|
pb_condi2 = (GProgressBar)GetChildAt(37);
|
|
pb_condi1 = (GProgressBar)GetChildAt(38);
|
|
com_newRecord = (com_newRecord)GetChildAt(39);
|
|
btn_watch = (btn_watch)GetChildAt(40);
|
|
com_pay = (com_info)GetChildAt(41);
|
|
text_smaill_title_2 = (GTextField)GetChildAt(43);
|
|
com_cashlevel = (cash_levelcom)GetChildAt(44);
|
|
text_cashneedlv = (GTextField)GetChildAt(45);
|
|
text_nowcash = (GTextField)GetChildAt(47);
|
|
text_cashdate = (GTextField)GetChildAt(49);
|
|
text_cashdate_2 = (GTextField)GetChildAt(56);
|
|
text_cashdate_3 = (GTextField)GetChildAt(57);
|
|
text_cashdate_4 = (GTextField)GetChildAt(58);
|
|
text_number0 = (GTextField)GetChildAt(59);
|
|
text_number1 = (GTextField)GetChildAt(60);
|
|
text_number2 = (GTextField)GetChildAt(61);
|
|
text_cash_title = (GTextField)GetChildAt(62);
|
|
btn_close = (GButton)GetChildAt(64);
|
|
btn_tab = (GButton)GetChildAt(65);
|
|
btn_earn = (GButton)GetChildAt(66);
|
|
btn_cashout = (GButton)GetChildAt(67);
|
|
btn_confirm = (GButton)GetChildAt(68);
|
|
btn_check_level = (GButton)GetChildAt(69);
|
|
t0 = GetTransitionAt(0);
|
|
}
|
|
}
|
|
} |