/** This is an automatically generated class by FairyGUI. Please do not modify it. **/ using FairyGUI; using FairyGUI.Utils; namespace FGUI.JMain { public partial class com_main : GComponent { public Controller gift; public Controller type; public GGraph gp_fx; public GButton btn_play; public com_cardnum com_cardnum; public com_playnum com_cards; public com_cardplaytext com_cardplay; public GButton btn_ballon; public GButton btn_set; public makeup makeup; public GButton btn_admin; public btn_question btn_question; public btn_signin btn_sign; public btn_taks btn_task; public btn_wheel btn_wheel; public com_mainplay com_mainplay; public GButton settings; public GButton btn_coin; public GButton btn_cash; public GComponent com_avatar; public const string URL = "ui://qw9x6rf3lbaa0"; public static com_main CreateInstance() { return (com_main)UIPackage.CreateObject("JMain", "com_main"); } public override void ConstructFromXML(XML xml) { base.ConstructFromXML(xml); gift = GetControllerAt(0); type = GetControllerAt(1); gp_fx = (GGraph)GetChildAt(1); btn_play = (GButton)GetChildAt(2); com_cardnum = (com_cardnum)GetChildAt(3); com_cards = (com_playnum)GetChildAt(4); com_cardplay = (com_cardplaytext)GetChildAt(5); btn_ballon = (GButton)GetChildAt(6); btn_set = (GButton)GetChildAt(7); makeup = (makeup)GetChildAt(8); btn_admin = (GButton)GetChildAt(9); btn_question = (btn_question)GetChildAt(10); btn_sign = (btn_signin)GetChildAt(11); btn_task = (btn_taks)GetChildAt(12); btn_wheel = (btn_wheel)GetChildAt(13); com_mainplay = (com_mainplay)GetChildAt(14); settings = (GButton)GetChildAt(15); btn_coin = (GButton)GetChildAt(16); btn_cash = (GButton)GetChildAt(17); com_avatar = (GComponent)GetChildAt(18); } } }