feat:1、添加项目

This commit is contained in:
2026-06-02 10:26:44 +08:00
commit dfead2c461
7518 changed files with 748693 additions and 0 deletions
@@ -0,0 +1,37 @@
/** 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);
}
}
}