Files
ZooMatch-GP/Assets/Legend/FGUI/package/G016_WB/com_webtop.cs
T

37 lines
1.1 KiB
C#
Raw Normal View History

2026-06-02 10:26:44 +08:00
/** This is an automatically generated class by FairyGUI. Please do not modify it. **/
using FairyGUI;
using FairyGUI.Utils;
namespace FGUI.G016_WB
{
public partial class com_webtop : GComponent
{
public GTextField text_num;
public GProgressBar pb_num;
public GTextField text_more1;
public GTextField text_more;
public GTextField text_more2;
public GButton btn_out;
public GImage icon_102;
public const string URL = "ui://bfkmhq3qfbkwe";
public static com_webtop CreateInstance()
{
return (com_webtop)UIPackage.CreateObject("G016_WB", "com_webtop");
}
public override void ConstructFromXML(XML xml)
{
base.ConstructFromXML(xml);
text_num = (GTextField)GetChildAt(1);
pb_num = (GProgressBar)GetChildAt(2);
text_more1 = (GTextField)GetChildAt(3);
text_more = (GTextField)GetChildAt(4);
text_more2 = (GTextField)GetChildAt(5);
btn_out = (GButton)GetChildAt(6);
icon_102 = (GImage)GetChildAt(7);
}
}
}