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;
|
|
|
|
|
|
|
|
|
|
namespace FGUI.JPrivacy
|
|
|
|
|
{
|
|
|
|
|
public partial class com_privacy : GComponent
|
|
|
|
|
{
|
|
|
|
|
public GTextField txt_title;
|
|
|
|
|
public GButton closeButton;
|
|
|
|
|
public GList list_privacy;
|
|
|
|
|
public const string URL = "ui://st9pm1gcms4v0";
|
|
|
|
|
|
|
|
|
|
public static com_privacy CreateInstance()
|
|
|
|
|
{
|
|
|
|
|
return (com_privacy)UIPackage.CreateObject("JPrivacy", "com_privacy");
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
public override void ConstructFromXML(XML xml)
|
|
|
|
|
{
|
|
|
|
|
base.ConstructFromXML(xml);
|
|
|
|
|
|
2026-05-08 11:03:00 +08:00
|
|
|
txt_title = (GTextField)GetChildAt(2);
|
2026-04-20 13:49:36 +08:00
|
|
|
closeButton = (GButton)GetChildAt(3);
|
|
|
|
|
list_privacy = (GList)GetChildAt(4);
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|