2026-06-12 18:10:00 +08:00
|
|
|
/** This is an automatically generated class by FairyGUI. Please do not modify it. **/
|
|
|
|
|
|
|
|
|
|
using FairyGUI;
|
|
|
|
|
using FairyGUI.Utils;
|
|
|
|
|
|
|
|
|
|
namespace FGUI.Lobby_03
|
|
|
|
|
{
|
|
|
|
|
public partial class com_hall : GComponent
|
|
|
|
|
{
|
|
|
|
|
public Controller state;
|
|
|
|
|
public GTextField text_name;
|
|
|
|
|
public GButton btn_petty;
|
|
|
|
|
public GButton btn_battle;
|
|
|
|
|
public GButton btn_noads;
|
|
|
|
|
public GButton btn_task;
|
|
|
|
|
public GButton btn_statement;
|
|
|
|
|
public GButton btn_wv;
|
|
|
|
|
public GGroup left_group;
|
|
|
|
|
public GButton btn_failpack;
|
|
|
|
|
public GButton btn_faq;
|
|
|
|
|
public GButton btn_three_day;
|
|
|
|
|
public btn_shop btn_shop;
|
|
|
|
|
public GButton btn_saveingpot;
|
|
|
|
|
public GButton btn_rank;
|
|
|
|
|
public btn_sign btn_sign;
|
|
|
|
|
public btn_wheel btn_spin;
|
|
|
|
|
public GButton btn_setting;
|
|
|
|
|
public GButton btn_restore;
|
|
|
|
|
public GGroup right_group;
|
|
|
|
|
public GComponent btn_money;
|
|
|
|
|
public GButton btn_start;
|
|
|
|
|
public com_level com_level;
|
|
|
|
|
public GButton btn_gold;
|
|
|
|
|
public GButton btn_head;
|
|
|
|
|
public GGroup top_group;
|
|
|
|
|
public const string URL = "ui://gytj501copwg9";
|
|
|
|
|
|
|
|
|
|
public static com_hall CreateInstance()
|
|
|
|
|
{
|
|
|
|
|
return (com_hall)UIPackage.CreateObject("Lobby_03", "com_hall");
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
public override void ConstructFromXML(XML xml)
|
|
|
|
|
{
|
|
|
|
|
base.ConstructFromXML(xml);
|
|
|
|
|
|
|
|
|
|
state = GetControllerAt(0);
|
2026-07-01 10:26:18 +08:00
|
|
|
text_name = (GTextField)GetChildAt(1);
|
|
|
|
|
btn_petty = (GButton)GetChildAt(3);
|
|
|
|
|
btn_battle = (GButton)GetChildAt(4);
|
|
|
|
|
btn_noads = (GButton)GetChildAt(5);
|
|
|
|
|
btn_task = (GButton)GetChildAt(6);
|
|
|
|
|
btn_statement = (GButton)GetChildAt(7);
|
|
|
|
|
btn_wv = (GButton)GetChildAt(8);
|
|
|
|
|
left_group = (GGroup)GetChildAt(9);
|
|
|
|
|
btn_failpack = (GButton)GetChildAt(11);
|
|
|
|
|
btn_faq = (GButton)GetChildAt(12);
|
|
|
|
|
btn_three_day = (GButton)GetChildAt(13);
|
|
|
|
|
btn_shop = (btn_shop)GetChildAt(17);
|
|
|
|
|
btn_saveingpot = (GButton)GetChildAt(18);
|
|
|
|
|
btn_rank = (GButton)GetChildAt(19);
|
|
|
|
|
btn_sign = (btn_sign)GetChildAt(20);
|
|
|
|
|
btn_spin = (btn_wheel)GetChildAt(21);
|
|
|
|
|
btn_setting = (GButton)GetChildAt(22);
|
|
|
|
|
btn_restore = (GButton)GetChildAt(23);
|
|
|
|
|
right_group = (GGroup)GetChildAt(24);
|
|
|
|
|
btn_money = (GComponent)GetChildAt(25);
|
|
|
|
|
btn_start = (GButton)GetChildAt(27);
|
|
|
|
|
com_level = (com_level)GetChildAt(28);
|
|
|
|
|
btn_gold = (GButton)GetChildAt(30);
|
|
|
|
|
btn_head = (GButton)GetChildAt(31);
|
|
|
|
|
top_group = (GGroup)GetChildAt(32);
|
2026-06-12 18:10:00 +08:00
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|