/** This is an automatically generated class by FairyGUI. Please do not modify it. **/ using FairyGUI; using FairyGUI.Utils; namespace FGUI.rank { public partial class com_rank_view : GComponent { public Controller pot_switch; public GList list_rank; public GTextField lab_rank; public point_item2 self_points; public point_item2 self_pot; public GTextField lab_name; public btn_head btn_head; public point_item second_points; public GTextField lab_time; public point_item second_pot; public point_item first_points; public point_item first_pot; public point_item third_points; public point_item third_pot; public GTextField lab_name2; public GTextField lab_name1; public GTextField lab_name3; public GButton btn_rule; public btn_task_tab btn_task_tab; public btn_head head_3; public btn_head head_2; public btn_head head_1; public GButton btn_close; public GComponent add_points; public GTextField lab_pot; public GButton btn_pot; public GGroup group_top; public Transition t0; public const string URL = "ui://edhx114fnest8"; public static com_rank_view CreateInstance() { return (com_rank_view)UIPackage.CreateObject("rank", "com_rank_view"); } public override void ConstructFromXML(XML xml) { base.ConstructFromXML(xml); pot_switch = GetControllerAt(0); list_rank = (GList)GetChildAt(6); lab_rank = (GTextField)GetChildAt(10); self_points = (point_item2)GetChildAt(11); self_pot = (point_item2)GetChildAt(12); lab_name = (GTextField)GetChildAt(13); btn_head = (btn_head)GetChildAt(14); second_points = (point_item)GetChildAt(15); lab_time = (GTextField)GetChildAt(17); second_pot = (point_item)GetChildAt(19); first_points = (point_item)GetChildAt(20); first_pot = (point_item)GetChildAt(21); third_points = (point_item)GetChildAt(22); third_pot = (point_item)GetChildAt(23); lab_name2 = (GTextField)GetChildAt(24); lab_name1 = (GTextField)GetChildAt(25); lab_name3 = (GTextField)GetChildAt(26); btn_rule = (GButton)GetChildAt(27); btn_task_tab = (btn_task_tab)GetChildAt(28); head_3 = (btn_head)GetChildAt(29); head_2 = (btn_head)GetChildAt(30); head_1 = (btn_head)GetChildAt(31); btn_close = (GButton)GetChildAt(35); add_points = (GComponent)GetChildAt(36); lab_pot = (GTextField)GetChildAt(38); btn_pot = (GButton)GetChildAt(40); group_top = (GGroup)GetChildAt(41); t0 = GetTransitionAt(0); } } }