51 lines
1.6 KiB
C#
51 lines
1.6 KiB
C#
/** This is an automatically generated class by FairyGUI. Please do not modify it. **/
|
|
|
|
using FairyGUI;
|
|
using FairyGUI.Utils;
|
|
|
|
namespace FGUI.threeDaysGift
|
|
{
|
|
public partial class com_three_days : GComponent
|
|
{
|
|
public Controller pay_type;
|
|
public GGraph ani_bg;
|
|
public GGraph node_end;
|
|
public com_item day1;
|
|
public com_item day2;
|
|
public com_item day3;
|
|
public GTextField text_have;
|
|
public GTextField need_text;
|
|
public GGraph ani_title;
|
|
public GButton btn_get;
|
|
public GButton btn_close;
|
|
public GButton btn_buypack;
|
|
public GButton btn_max_pack;
|
|
public GGroup groups;
|
|
public const string URL = "ui://kw7ckyk6ke930";
|
|
|
|
public static com_three_days CreateInstance()
|
|
{
|
|
return (com_three_days)UIPackage.CreateObject("threeDaysGift", "com_three_days");
|
|
}
|
|
|
|
public override void ConstructFromXML(XML xml)
|
|
{
|
|
base.ConstructFromXML(xml);
|
|
|
|
pay_type = GetControllerAt(0);
|
|
ani_bg = (GGraph)GetChildAt(0);
|
|
node_end = (GGraph)GetChildAt(1);
|
|
day1 = (com_item)GetChildAt(3);
|
|
day2 = (com_item)GetChildAt(4);
|
|
day3 = (com_item)GetChildAt(5);
|
|
text_have = (GTextField)GetChildAt(6);
|
|
need_text = (GTextField)GetChildAt(7);
|
|
ani_title = (GGraph)GetChildAt(9);
|
|
btn_get = (GButton)GetChildAt(10);
|
|
btn_close = (GButton)GetChildAt(11);
|
|
btn_buypack = (GButton)GetChildAt(12);
|
|
btn_max_pack = (GButton)GetChildAt(13);
|
|
groups = (GGroup)GetChildAt(14);
|
|
}
|
|
}
|
|
} |