/** This is an automatically generated class by FairyGUI. Please do not modify it. **/ using FairyGUI; using FairyGUI.Utils; namespace FGUI.JRewardPop { public partial class com_reward : GComponent { public Controller gift; public GGraph fx_lihua; public GGraph fx_bg; public GGraph fx_PiaoDai; public GLoader loader_puzzle; public GTextField text_num; public GButton btn_no; public GButton btn_collect; public GTextField rate_text; public const string URL = "ui://tm1qhgb4n5d53"; public static com_reward CreateInstance() { return (com_reward)UIPackage.CreateObject("JRewardPop", "com_reward"); } public override void ConstructFromXML(XML xml) { base.ConstructFromXML(xml); gift = GetControllerAt(0); fx_lihua = (GGraph)GetChildAt(0); fx_bg = (GGraph)GetChildAt(1); fx_PiaoDai = (GGraph)GetChildAt(3); loader_puzzle = (GLoader)GetChildAt(4); text_num = (GTextField)GetChildAt(6); btn_no = (GButton)GetChildAt(7); btn_collect = (GButton)GetChildAt(8); rate_text = (GTextField)GetChildAt(10); } } }