This commit is contained in:
2026-07-15 16:19:07 +08:00
parent 64bad7c077
commit 544f4b2d01
7963 changed files with 447731 additions and 972637 deletions
@@ -0,0 +1,25 @@
/** This is an automatically generated class by FairyGUI. Please do not modify it. **/
using FairyGUI;
namespace FGUI.SaveingPot
{
public class SaveingPotBinder
{
public static void BindAll()
{
UIObjectFactory.SetPackageItemExtension(com_firstname.URL, typeof(com_firstname));
UIObjectFactory.SetPackageItemExtension(com_enter.URL, typeof(com_enter));
UIObjectFactory.SetPackageItemExtension(com_task.URL, typeof(com_task));
UIObjectFactory.SetPackageItemExtension(btn_pay.URL, typeof(btn_pay));
UIObjectFactory.SetPackageItemExtension(com_info.URL, typeof(com_info));
UIObjectFactory.SetPackageItemExtension(com_cord.URL, typeof(com_cord));
UIObjectFactory.SetPackageItemExtension(com_rank.URL, typeof(com_rank));
UIObjectFactory.SetPackageItemExtension(com_newRecord.URL, typeof(com_newRecord));
UIObjectFactory.SetPackageItemExtension(com_saveingpot.URL, typeof(com_saveingpot));
UIObjectFactory.SetPackageItemExtension(btn_top.URL, typeof(btn_top));
UIObjectFactory.SetPackageItemExtension(com_broadcast.URL, typeof(com_broadcast));
UIObjectFactory.SetPackageItemExtension(com_progress_item.URL, typeof(com_progress_item));
}
}
}
@@ -0,0 +1,11 @@
fileFormatVersion: 2
guid: e97d260cf466a4223adbcaaefe84a63c
MonoImporter:
externalObjects: {}
serializedVersion: 2
defaultReferences: []
executionOrder: 0
icon: {instanceID: 0}
userData:
assetBundleName:
assetBundleVariant:
@@ -0,0 +1,27 @@
/** This is an automatically generated class by FairyGUI. Please do not modify it. **/
using FairyGUI;
using FairyGUI.Utils;
namespace FGUI.SaveingPot
{
public partial class btn_pay : GButton
{
public Controller show_cd;
public GTextField text_cd;
public const string URL = "ui://3xypx0e8heqb2k";
public static btn_pay CreateInstance()
{
return (btn_pay)UIPackage.CreateObject("SaveingPot", "btn_pay");
}
public override void ConstructFromXML(XML xml)
{
base.ConstructFromXML(xml);
show_cd = GetControllerAt(0);
text_cd = (GTextField)GetChildAt(2);
}
}
}
@@ -0,0 +1,11 @@
fileFormatVersion: 2
guid: f0dcd2aa774554ef2ad0c852f88cd199
MonoImporter:
externalObjects: {}
serializedVersion: 2
defaultReferences: []
executionOrder: 0
icon: {instanceID: 0}
userData:
assetBundleName:
assetBundleVariant:
@@ -0,0 +1,33 @@
/** This is an automatically generated class by FairyGUI. Please do not modify it. **/
using FairyGUI;
using FairyGUI.Utils;
namespace FGUI.SaveingPot
{
public partial class btn_top : GButton
{
public Controller index;
public Controller btn_state;
public GTextField text_type;
public GTextField text_cash;
public GImage img_outline;
public const string URL = "ui://3xypx0e8upx71r";
public static btn_top CreateInstance()
{
return (btn_top)UIPackage.CreateObject("SaveingPot", "btn_top");
}
public override void ConstructFromXML(XML xml)
{
base.ConstructFromXML(xml);
index = GetControllerAt(0);
btn_state = GetControllerAt(1);
text_type = (GTextField)GetChildAt(4);
text_cash = (GTextField)GetChildAt(5);
img_outline = (GImage)GetChildAt(6);
}
}
}
@@ -0,0 +1,11 @@
fileFormatVersion: 2
guid: 1b5cdef0b3e724274a99a0b8194cc5dc
MonoImporter:
externalObjects: {}
serializedVersion: 2
defaultReferences: []
executionOrder: 0
icon: {instanceID: 0}
userData:
assetBundleName:
assetBundleVariant:
@@ -0,0 +1,33 @@
/** This is an automatically generated class by FairyGUI. Please do not modify it. **/
using FairyGUI;
using FairyGUI.Utils;
namespace FGUI.SaveingPot
{
public partial class com_broadcast : GComponent
{
public GTextField text_0;
public GTextField text_1;
public GTextField text_2;
public GTextField text_3;
public Transition t1;
public const string URL = "ui://3xypx0e8upx71v";
public static com_broadcast CreateInstance()
{
return (com_broadcast)UIPackage.CreateObject("SaveingPot", "com_broadcast");
}
public override void ConstructFromXML(XML xml)
{
base.ConstructFromXML(xml);
text_0 = (GTextField)GetChildAt(1);
text_1 = (GTextField)GetChildAt(3);
text_2 = (GTextField)GetChildAt(5);
text_3 = (GTextField)GetChildAt(7);
t1 = GetTransitionAt(0);
}
}
}
@@ -0,0 +1,11 @@
fileFormatVersion: 2
guid: 07ab56a453fe24fa28ae7570da7f8e9c
MonoImporter:
externalObjects: {}
serializedVersion: 2
defaultReferences: []
executionOrder: 0
icon: {instanceID: 0}
userData:
assetBundleName:
assetBundleVariant:
@@ -0,0 +1,41 @@
/** This is an automatically generated class by FairyGUI. Please do not modify it. **/
using FairyGUI;
using FairyGUI.Utils;
namespace FGUI.SaveingPot
{
public partial class com_cord : GComponent
{
public GTextField text_amt;
public GTextField text_payer;
public GTextField text_name;
public GLoader loader_logo;
public GTextField email_text;
public GTextField time_text;
public GTextField number_text;
public GTextField status_text_0;
public GTextField status_text_1;
public const string URL = "ui://3xypx0e8meh8c";
public static com_cord CreateInstance()
{
return (com_cord)UIPackage.CreateObject("SaveingPot", "com_cord");
}
public override void ConstructFromXML(XML xml)
{
base.ConstructFromXML(xml);
text_amt = (GTextField)GetChildAt(3);
text_payer = (GTextField)GetChildAt(4);
text_name = (GTextField)GetChildAt(5);
loader_logo = (GLoader)GetChildAt(6);
email_text = (GTextField)GetChildAt(10);
time_text = (GTextField)GetChildAt(11);
number_text = (GTextField)GetChildAt(12);
status_text_0 = (GTextField)GetChildAt(13);
status_text_1 = (GTextField)GetChildAt(14);
}
}
}
@@ -0,0 +1,11 @@
fileFormatVersion: 2
guid: 5b5b83ff3451e4b3aa41c284dd996565
MonoImporter:
externalObjects: {}
serializedVersion: 2
defaultReferences: []
executionOrder: 0
icon: {instanceID: 0}
userData:
assetBundleName:
assetBundleVariant:
@@ -0,0 +1,25 @@
/** This is an automatically generated class by FairyGUI. Please do not modify it. **/
using FairyGUI;
using FairyGUI.Utils;
namespace FGUI.SaveingPot
{
public partial class com_enter : GComponent
{
public GTextInput enter_email;
public const string URL = "ui://3xypx0e8deiw1k";
public static com_enter CreateInstance()
{
return (com_enter)UIPackage.CreateObject("SaveingPot", "com_enter");
}
public override void ConstructFromXML(XML xml)
{
base.ConstructFromXML(xml);
enter_email = (GTextInput)GetChildAt(1);
}
}
}
@@ -0,0 +1,11 @@
fileFormatVersion: 2
guid: e641827da70334776bd41d984a388e2d
MonoImporter:
externalObjects: {}
serializedVersion: 2
defaultReferences: []
executionOrder: 0
icon: {instanceID: 0}
userData:
assetBundleName:
assetBundleVariant:
@@ -0,0 +1,29 @@
/** This is an automatically generated class by FairyGUI. Please do not modify it. **/
using FairyGUI;
using FairyGUI.Utils;
namespace FGUI.SaveingPot
{
public partial class com_firstname : GComponent
{
public Controller type;
public GTextInput enter_fname;
public GTextInput enter_fname_1;
public const string URL = "ui://3xypx0e8deiw1j";
public static com_firstname CreateInstance()
{
return (com_firstname)UIPackage.CreateObject("SaveingPot", "com_firstname");
}
public override void ConstructFromXML(XML xml)
{
base.ConstructFromXML(xml);
type = GetControllerAt(0);
enter_fname = (GTextInput)GetChildAt(1);
enter_fname_1 = (GTextInput)GetChildAt(3);
}
}
}
@@ -0,0 +1,11 @@
fileFormatVersion: 2
guid: e25e3c2c668c84cc69dfe3735d21cc11
MonoImporter:
externalObjects: {}
serializedVersion: 2
defaultReferences: []
executionOrder: 0
icon: {instanceID: 0}
userData:
assetBundleName:
assetBundleVariant:
@@ -0,0 +1,31 @@
/** This is an automatically generated class by FairyGUI. Please do not modify it. **/
using FairyGUI;
using FairyGUI.Utils;
namespace FGUI.SaveingPot
{
public partial class com_info : GComponent
{
public GTextField text_name;
public GTextField text_email;
public GButton btn_change;
public GLoader load_avatar;
public const string URL = "ui://3xypx0e8if1eb";
public static com_info CreateInstance()
{
return (com_info)UIPackage.CreateObject("SaveingPot", "com_info");
}
public override void ConstructFromXML(XML xml)
{
base.ConstructFromXML(xml);
text_name = (GTextField)GetChildAt(0);
text_email = (GTextField)GetChildAt(1);
btn_change = (GButton)GetChildAt(2);
load_avatar = (GLoader)GetChildAt(3);
}
}
}
@@ -0,0 +1,11 @@
fileFormatVersion: 2
guid: 41e7a6d8036c14b78b178b794d9b5d66
MonoImporter:
externalObjects: {}
serializedVersion: 2
defaultReferences: []
executionOrder: 0
icon: {instanceID: 0}
userData:
assetBundleName:
assetBundleVariant:
@@ -0,0 +1,27 @@
/** This is an automatically generated class by FairyGUI. Please do not modify it. **/
using FairyGUI;
using FairyGUI.Utils;
namespace FGUI.SaveingPot
{
public partial class com_newRecord : GComponent
{
public com_rank com_rank;
public com_cord com_cord;
public const string URL = "ui://3xypx0e8qgv24k";
public static com_newRecord CreateInstance()
{
return (com_newRecord)UIPackage.CreateObject("SaveingPot", "com_newRecord");
}
public override void ConstructFromXML(XML xml)
{
base.ConstructFromXML(xml);
com_rank = (com_rank)GetChildAt(0);
com_cord = (com_cord)GetChildAt(1);
}
}
}
@@ -0,0 +1,11 @@
fileFormatVersion: 2
guid: 66b09ef64cb1d4a89aaad3292721c2ff
MonoImporter:
externalObjects: {}
serializedVersion: 2
defaultReferences: []
executionOrder: 0
icon: {instanceID: 0}
userData:
assetBundleName:
assetBundleVariant:
@@ -0,0 +1,25 @@
/** This is an automatically generated class by FairyGUI. Please do not modify it. **/
using FairyGUI;
using FairyGUI.Utils;
namespace FGUI.SaveingPot
{
public partial class com_progress_item : GComponent
{
public GTextField text_rank1;
public const string URL = "ui://3xypx0e8upx71w";
public static com_progress_item CreateInstance()
{
return (com_progress_item)UIPackage.CreateObject("SaveingPot", "com_progress_item");
}
public override void ConstructFromXML(XML xml)
{
base.ConstructFromXML(xml);
text_rank1 = (GTextField)GetChildAt(1);
}
}
}
@@ -0,0 +1,11 @@
fileFormatVersion: 2
guid: 74b438867b17e413fad2f04ccd624209
MonoImporter:
externalObjects: {}
serializedVersion: 2
defaultReferences: []
executionOrder: 0
icon: {instanceID: 0}
userData:
assetBundleName:
assetBundleVariant:
@@ -0,0 +1,37 @@
/** This is an automatically generated class by FairyGUI. Please do not modify it. **/
using FairyGUI;
using FairyGUI.Utils;
namespace FGUI.SaveingPot
{
public partial class com_rank : GComponent
{
public Controller content1;
public Controller content2;
public Controller content3;
public GTextField text_ranks;
public GTextField text_rank1;
public GTextField text_rank2;
public GTextField text_rank3;
public const string URL = "ui://3xypx0e8qgv24f";
public static com_rank CreateInstance()
{
return (com_rank)UIPackage.CreateObject("SaveingPot", "com_rank");
}
public override void ConstructFromXML(XML xml)
{
base.ConstructFromXML(xml);
content1 = GetControllerAt(0);
content2 = GetControllerAt(1);
content3 = GetControllerAt(2);
text_ranks = (GTextField)GetChildAt(3);
text_rank1 = (GTextField)GetChildAt(5);
text_rank2 = (GTextField)GetChildAt(6);
text_rank3 = (GTextField)GetChildAt(7);
}
}
}
@@ -0,0 +1,11 @@
fileFormatVersion: 2
guid: e2b7b19eb544c498aae19724b775c569
MonoImporter:
externalObjects: {}
serializedVersion: 2
defaultReferences: []
executionOrder: 0
icon: {instanceID: 0}
userData:
assetBundleName:
assetBundleVariant:
@@ -0,0 +1,97 @@
/** This is an automatically generated class by FairyGUI. Please do not modify it. **/
using FairyGUI;
using FairyGUI.Utils;
namespace FGUI.SaveingPot
{
public partial class com_saveingpot : GComponent
{
public Controller type;
public Controller cont_confirm;
public GGraph ani_potparent;
public GTextField text_remaintime;
public GButton btn_close;
public GProgressBar progress_cash;
public GTextField text_cashprogress;
public GTextField text_nowcash;
public GTextField text_ad;
public GTextField text_pay;
public GButton btn_cash;
public GTextField text_lose;
public com_broadcast broad;
public com_enter com_info;
public com_firstname com_fname;
public com_firstname com_lname;
public GTextField text_title;
public GTextField text_smaill_title;
public GButton btn_confirm;
public GTextField text_smaill_title_2;
public com_info com_pay;
public GTextField text_wallet;
public GTextField text_cash;
public GTextField text_account;
public com_task com_task;
public com_newRecord com_newRecord;
public btn_pay btn_watch;
public GTextField text_query;
public GTextField text_payhint;
public btn_top btn_level0;
public btn_top btn_level1;
public btn_top btn_level2;
public GGroup group_;
public GTextField txt_title;
public GButton btn_close1;
public GProgressBar pb_condi2;
public GTextField text_condi2;
public const string URL = "ui://3xypx0e8upx71p";
public static com_saveingpot CreateInstance()
{
return (com_saveingpot)UIPackage.CreateObject("SaveingPot", "com_saveingpot");
}
public override void ConstructFromXML(XML xml)
{
base.ConstructFromXML(xml);
type = GetControllerAt(0);
cont_confirm = GetControllerAt(1);
ani_potparent = (GGraph)GetChildAt(0);
text_remaintime = (GTextField)GetChildAt(6);
btn_close = (GButton)GetChildAt(7);
progress_cash = (GProgressBar)GetChildAt(8);
text_cashprogress = (GTextField)GetChildAt(9);
text_nowcash = (GTextField)GetChildAt(10);
text_ad = (GTextField)GetChildAt(12);
text_pay = (GTextField)GetChildAt(13);
btn_cash = (GButton)GetChildAt(14);
text_lose = (GTextField)GetChildAt(15);
broad = (com_broadcast)GetChildAt(16);
com_info = (com_enter)GetChildAt(19);
com_fname = (com_firstname)GetChildAt(20);
com_lname = (com_firstname)GetChildAt(21);
text_title = (GTextField)GetChildAt(22);
text_smaill_title = (GTextField)GetChildAt(23);
btn_confirm = (GButton)GetChildAt(24);
text_smaill_title_2 = (GTextField)GetChildAt(26);
com_pay = (com_info)GetChildAt(27);
text_wallet = (GTextField)GetChildAt(29);
text_cash = (GTextField)GetChildAt(30);
text_account = (GTextField)GetChildAt(31);
com_task = (com_task)GetChildAt(35);
com_newRecord = (com_newRecord)GetChildAt(36);
btn_watch = (btn_pay)GetChildAt(37);
text_query = (GTextField)GetChildAt(40);
text_payhint = (GTextField)GetChildAt(42);
btn_level0 = (btn_top)GetChildAt(43);
btn_level1 = (btn_top)GetChildAt(44);
btn_level2 = (btn_top)GetChildAt(45);
group_ = (GGroup)GetChildAt(46);
txt_title = (GTextField)GetChildAt(47);
btn_close1 = (GButton)GetChildAt(48);
pb_condi2 = (GProgressBar)GetChildAt(50);
text_condi2 = (GTextField)GetChildAt(52);
}
}
}
@@ -0,0 +1,11 @@
fileFormatVersion: 2
guid: 83a0800ff000f4f859cb42184eb7a46e
MonoImporter:
externalObjects: {}
serializedVersion: 2
defaultReferences: []
executionOrder: 0
icon: {instanceID: 0}
userData:
assetBundleName:
assetBundleVariant:
@@ -0,0 +1,33 @@
/** This is an automatically generated class by FairyGUI. Please do not modify it. **/
using FairyGUI;
using FairyGUI.Utils;
namespace FGUI.SaveingPot
{
public partial class com_task : GComponent
{
public Controller cont_process;
public GTextField text_orderid;
public GTextField text_task_title;
public GTextField text_ads;
public GTextField text_payer;
public const string URL = "ui://3xypx0e8es171x";
public static com_task CreateInstance()
{
return (com_task)UIPackage.CreateObject("SaveingPot", "com_task");
}
public override void ConstructFromXML(XML xml)
{
base.ConstructFromXML(xml);
cont_process = GetControllerAt(0);
text_orderid = (GTextField)GetChildAt(6);
text_task_title = (GTextField)GetChildAt(7);
text_ads = (GTextField)GetChildAt(8);
text_payer = (GTextField)GetChildAt(10);
}
}
}
@@ -0,0 +1,11 @@
fileFormatVersion: 2
guid: 855fb3bf313434d719b5b9557cb0f3a0
MonoImporter:
externalObjects: {}
serializedVersion: 2
defaultReferences: []
executionOrder: 0
icon: {instanceID: 0}
userData:
assetBundleName:
assetBundleVariant: