71 lines
2.5 KiB
C#
71 lines
2.5 KiB
C#
/** This is an automatically generated class by FairyGUI. Please do not modify it. **/
|
|||
|
|
|
||
|
|
using FairyGUI;
|
||
|
|
using FairyGUI.Utils;
|
||
|
|
|
||
|
|
namespace FGUI.LG_LuckyGift
|
||
|
|
{
|
||
|
|
public partial class com_lucky : GComponent
|
||
|
|
{
|
||
|
|
public Controller type;
|
||
|
|
public Controller pay_type;
|
||
|
|
public Controller gift_switch;
|
||
|
|
public GButton btn_close;
|
||
|
|
public GTextField ads;
|
||
|
|
public com_pic lucky_pic;
|
||
|
|
public GTextField tips1;
|
||
|
|
public GTextField text_goldnum;
|
||
|
|
public GTextField text_refreshnum;
|
||
|
|
public GTextField text_outnum;
|
||
|
|
public GTextField text_backnum1;
|
||
|
|
public GButton btn_buypack;
|
||
|
|
public GGroup lucky;
|
||
|
|
public GTextField text_goldnum2;
|
||
|
|
public GTextField text_time;
|
||
|
|
public GButton btn_buyremovead;
|
||
|
|
public com_pic no_ad_pic;
|
||
|
|
public GTextField tips2;
|
||
|
|
public GGroup ad_panel;
|
||
|
|
public GButton btn_max_pack;
|
||
|
|
public GButton btn_go_ad;
|
||
|
|
public GButton btn_go_lucky;
|
||
|
|
public GButton btn_max_remove;
|
||
|
|
public GButton gold;
|
||
|
|
public const string URL = "ui://8f5ysgjwksdz0";
|
||
|
|
|
||
|
|
public static com_lucky CreateInstance()
|
||
|
|
{
|
||
|
|
return (com_lucky)UIPackage.CreateObject("LG_LuckyGift", "com_lucky");
|
||
|
|
}
|
||
|
|
|
||
|
|
public override void ConstructFromXML(XML xml)
|
||
|
|
{
|
||
|
|
base.ConstructFromXML(xml);
|
||
|
|
|
||
|
|
type = GetControllerAt(0);
|
||
|
|
pay_type = GetControllerAt(1);
|
||
|
|
gift_switch = GetControllerAt(2);
|
||
|
|
btn_close = (GButton)GetChildAt(5);
|
||
|
|
ads = (GTextField)GetChildAt(7);
|
||
|
|
lucky_pic = (com_pic)GetChildAt(15);
|
||
|
|
tips1 = (GTextField)GetChildAt(16);
|
||
|
|
text_goldnum = (GTextField)GetChildAt(18);
|
||
|
|
text_refreshnum = (GTextField)GetChildAt(19);
|
||
|
|
text_outnum = (GTextField)GetChildAt(20);
|
||
|
|
text_backnum1 = (GTextField)GetChildAt(21);
|
||
|
|
btn_buypack = (GButton)GetChildAt(26);
|
||
|
|
lucky = (GGroup)GetChildAt(27);
|
||
|
|
text_goldnum2 = (GTextField)GetChildAt(33);
|
||
|
|
text_time = (GTextField)GetChildAt(34);
|
||
|
|
btn_buyremovead = (GButton)GetChildAt(35);
|
||
|
|
no_ad_pic = (com_pic)GetChildAt(36);
|
||
|
|
tips2 = (GTextField)GetChildAt(37);
|
||
|
|
ad_panel = (GGroup)GetChildAt(39);
|
||
|
|
btn_max_pack = (GButton)GetChildAt(40);
|
||
|
|
btn_go_ad = (GButton)GetChildAt(41);
|
||
|
|
btn_go_lucky = (GButton)GetChildAt(42);
|
||
|
|
btn_max_remove = (GButton)GetChildAt(43);
|
||
|
|
gold = (GButton)GetChildAt(44);
|
||
|
|
}
|
||
|
|
}
|
||
|
|
}
|