/** 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 GTextField text_have; public GTextField need_text; public GGraph ani_title; public GButton btn_get; public GButton btn_max_pack; public com_item day1; public com_item day2; public com_item day3; public GGroup groups; public btn_watchAd btn_buypack; public GComponent broadcast_top; public GButton btn_close; public const string URL = "ui://3rlku5n6ke930"; 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); text_have = (GTextField)GetChildAt(3); need_text = (GTextField)GetChildAt(4); ani_title = (GGraph)GetChildAt(6); btn_get = (GButton)GetChildAt(7); btn_max_pack = (GButton)GetChildAt(8); day1 = (com_item)GetChildAt(9); day2 = (com_item)GetChildAt(10); day3 = (com_item)GetChildAt(11); groups = (GGroup)GetChildAt(12); btn_buypack = (btn_watchAd)GetChildAt(13); broadcast_top = (GComponent)GetChildAt(14); btn_close = (GButton)GetChildAt(15); } } }