81 lines
2.9 KiB
C#
81 lines
2.9 KiB
C#
/** 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 pay_type;
|
||
|
|
public Controller mode;
|
||
|
|
public GButton btn_rule;
|
||
|
|
public GTextField lab_pot;
|
||
|
|
public GButton btn_close;
|
||
|
|
public GTextField lab_time;
|
||
|
|
public GButton btn_pot;
|
||
|
|
public GGroup group_top;
|
||
|
|
public GList list_rank;
|
||
|
|
public btn_task_tab btn_task_tab;
|
||
|
|
public GButton head_2;
|
||
|
|
public GButton head_1;
|
||
|
|
public GButton head_3;
|
||
|
|
public point_item second_points;
|
||
|
|
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_rank;
|
||
|
|
public GButton btn_head;
|
||
|
|
public point_item2 self_points;
|
||
|
|
public point_item2 self_pot;
|
||
|
|
public GTextField lab_name;
|
||
|
|
public GTextField lab_name2;
|
||
|
|
public GTextField lab_name1;
|
||
|
|
public GTextField lab_name3;
|
||
|
|
public GComponent add_points;
|
||
|
|
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);
|
||
|
|
|
||
|
|
pay_type = GetControllerAt(0);
|
||
|
|
mode = GetControllerAt(1);
|
||
|
|
btn_rule = (GButton)GetChildAt(4);
|
||
|
|
lab_pot = (GTextField)GetChildAt(7);
|
||
|
|
btn_close = (GButton)GetChildAt(8);
|
||
|
|
lab_time = (GTextField)GetChildAt(10);
|
||
|
|
btn_pot = (GButton)GetChildAt(11);
|
||
|
|
group_top = (GGroup)GetChildAt(13);
|
||
|
|
list_rank = (GList)GetChildAt(17);
|
||
|
|
btn_task_tab = (btn_task_tab)GetChildAt(18);
|
||
|
|
head_2 = (GButton)GetChildAt(22);
|
||
|
|
head_1 = (GButton)GetChildAt(23);
|
||
|
|
head_3 = (GButton)GetChildAt(24);
|
||
|
|
second_points = (point_item)GetChildAt(25);
|
||
|
|
second_pot = (point_item)GetChildAt(26);
|
||
|
|
first_points = (point_item)GetChildAt(27);
|
||
|
|
first_pot = (point_item)GetChildAt(28);
|
||
|
|
third_points = (point_item)GetChildAt(29);
|
||
|
|
third_pot = (point_item)GetChildAt(30);
|
||
|
|
lab_rank = (GTextField)GetChildAt(32);
|
||
|
|
btn_head = (GButton)GetChildAt(33);
|
||
|
|
self_points = (point_item2)GetChildAt(34);
|
||
|
|
self_pot = (point_item2)GetChildAt(35);
|
||
|
|
lab_name = (GTextField)GetChildAt(36);
|
||
|
|
lab_name2 = (GTextField)GetChildAt(37);
|
||
|
|
lab_name1 = (GTextField)GetChildAt(38);
|
||
|
|
lab_name3 = (GTextField)GetChildAt(39);
|
||
|
|
add_points = (GComponent)GetChildAt(40);
|
||
|
|
t0 = GetTransitionAt(0);
|
||
|
|
}
|
||
|
|
}
|
||
|
|
}
|