2026-04-20 13:49:36 +08:00
|
|
|
/** This is an automatically generated class by FairyGUI. Please do not modify it. **/
|
|
|
|
|
|
|
|
|
|
using FairyGUI;
|
|
|
|
|
using FairyGUI.Utils;
|
|
|
|
|
|
2026-05-08 11:03:00 +08:00
|
|
|
namespace FGUI.tixian
|
2026-04-20 13:49:36 +08:00
|
|
|
{
|
|
|
|
|
public partial class com_info : GComponent
|
|
|
|
|
{
|
|
|
|
|
public GTextField text_name;
|
|
|
|
|
public GTextField text_email;
|
|
|
|
|
public GButton btn_change;
|
2026-05-08 11:03:00 +08:00
|
|
|
public const string URL = "ui://jwedp6jyif1eb";
|
2026-04-20 13:49:36 +08:00
|
|
|
|
|
|
|
|
public static com_info CreateInstance()
|
|
|
|
|
{
|
2026-05-08 11:03:00 +08:00
|
|
|
return (com_info)UIPackage.CreateObject("tixian", "com_info");
|
2026-04-20 13:49:36 +08:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
public override void ConstructFromXML(XML xml)
|
|
|
|
|
{
|
|
|
|
|
base.ConstructFromXML(xml);
|
|
|
|
|
|
|
|
|
|
text_name = (GTextField)GetChildAt(0);
|
|
|
|
|
text_email = (GTextField)GetChildAt(1);
|
|
|
|
|
btn_change = (GButton)GetChildAt(2);
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|