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.Setting_07
|
|
|
|
|
{
|
|
|
|
|
public partial class com_person : GComponent
|
|
|
|
|
{
|
|
|
|
|
public com_edit_name edit_name;
|
|
|
|
|
public GList list;
|
|
|
|
|
public GButton btn_close;
|
|
|
|
|
public GTextField text_uid;
|
|
|
|
|
public GTextField text_version;
|
|
|
|
|
public GButton head;
|
|
|
|
|
public btn_menu btn_official;
|
|
|
|
|
public btn_menu btn_privacy;
|
|
|
|
|
public btn_menu btn_terms;
|
|
|
|
|
public btn_on_off btn_music;
|
|
|
|
|
public btn_on_off btn_sound;
|
|
|
|
|
public btn_menu btn_us;
|
|
|
|
|
public btn_menu btn_restore;
|
2026-06-17 14:45:28 +08:00
|
|
|
public GButton btn_revive;
|
|
|
|
|
public GSlider speed_slide;
|
|
|
|
|
public GTextField level_text;
|
|
|
|
|
public GButton btn_player;
|
2026-06-12 18:10:00 +08:00
|
|
|
public Transition show;
|
|
|
|
|
public Transition hide;
|
|
|
|
|
public const string URL = "ui://8rcjs2ucsebxf";
|
|
|
|
|
|
|
|
|
|
public static com_person CreateInstance()
|
|
|
|
|
{
|
|
|
|
|
return (com_person)UIPackage.CreateObject("Setting_07", "com_person");
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
public override void ConstructFromXML(XML xml)
|
|
|
|
|
{
|
|
|
|
|
base.ConstructFromXML(xml);
|
|
|
|
|
|
2026-06-17 14:45:28 +08:00
|
|
|
edit_name = (com_edit_name)GetChildAt(4);
|
|
|
|
|
list = (GList)GetChildAt(5);
|
|
|
|
|
btn_close = (GButton)GetChildAt(6);
|
|
|
|
|
text_uid = (GTextField)GetChildAt(7);
|
|
|
|
|
text_version = (GTextField)GetChildAt(8);
|
2026-06-12 18:10:00 +08:00
|
|
|
head = (GButton)GetChildAt(12);
|
|
|
|
|
btn_official = (btn_menu)GetChildAt(13);
|
|
|
|
|
btn_privacy = (btn_menu)GetChildAt(14);
|
|
|
|
|
btn_terms = (btn_menu)GetChildAt(15);
|
|
|
|
|
btn_music = (btn_on_off)GetChildAt(16);
|
|
|
|
|
btn_sound = (btn_on_off)GetChildAt(17);
|
|
|
|
|
btn_us = (btn_menu)GetChildAt(18);
|
|
|
|
|
btn_restore = (btn_menu)GetChildAt(19);
|
2026-06-17 14:45:28 +08:00
|
|
|
btn_revive = (GButton)GetChildAt(20);
|
|
|
|
|
speed_slide = (GSlider)GetChildAt(21);
|
|
|
|
|
level_text = (GTextField)GetChildAt(25);
|
|
|
|
|
btn_player = (GButton)GetChildAt(26);
|
2026-06-12 18:10:00 +08:00
|
|
|
show = GetTransitionAt(0);
|
|
|
|
|
hide = GetTransitionAt(1);
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|