bingo 项目提交

This commit is contained in:
2026-04-20 13:49:36 +08:00
commit ad5920ac6a
5585 changed files with 1216243 additions and 0 deletions
@@ -0,0 +1,31 @@
/** This is an automatically generated class by FairyGUI. Please do not modify it. **/
using FairyGUI;
namespace FGUI.G007_makeup
{
public class G007_makeupBinder
{
public static void BindAll()
{
UIObjectFactory.SetPackageItemExtension(com_lastname.URL, typeof(com_lastname));
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(cash_levelcom.URL, typeof(cash_levelcom));
UIObjectFactory.SetPackageItemExtension(level_btn.URL, typeof(level_btn));
UIObjectFactory.SetPackageItemExtension(com_regulation.URL, typeof(com_regulation));
UIObjectFactory.SetPackageItemExtension(btn_confirm.URL, typeof(btn_confirm));
UIObjectFactory.SetPackageItemExtension(com_trans.URL, typeof(com_trans));
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(btn_watch.URL, typeof(btn_watch));
UIObjectFactory.SetPackageItemExtension(com_step.URL, typeof(com_step));
UIObjectFactory.SetPackageItemExtension(com_confirm.URL, typeof(com_confirm));
UIObjectFactory.SetPackageItemExtension(com_record.URL, typeof(com_record));
UIObjectFactory.SetPackageItemExtension(com_cord_new.URL, typeof(com_cord_new));
}
}
}
@@ -0,0 +1,11 @@
fileFormatVersion: 2
guid: d63b59ca309454747a107d8e84712217
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.G007_makeup
{
public partial class btn_confirm : GButton
{
public Controller country;
public GTextField con;
public const string URL = "ui://md8tkwlzif1e7";
public static btn_confirm CreateInstance()
{
return (btn_confirm)UIPackage.CreateObject("G007_makeup", "btn_confirm");
}
public override void ConstructFromXML(XML xml)
{
base.ConstructFromXML(xml);
country = GetControllerAt(0);
con = (GTextField)GetChildAt(2);
}
}
}
@@ -0,0 +1,11 @@
fileFormatVersion: 2
guid: 94377add384484d6fbe529400bd411a1
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.G007_makeup
{
public partial class btn_watch : GButton
{
public Controller show_cd;
public GTextField text_cd;
public const string URL = "ui://md8tkwlzqgv24n";
public static btn_watch CreateInstance()
{
return (btn_watch)UIPackage.CreateObject("G007_makeup", "btn_watch");
}
public override void ConstructFromXML(XML xml)
{
base.ConstructFromXML(xml);
show_cd = GetControllerAt(0);
text_cd = (GTextField)GetChildAt(1);
}
}
}
@@ -0,0 +1,11 @@
fileFormatVersion: 2
guid: b6b4a5a0a938f4d4095b4ac075b0d699
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.G007_makeup
{
public partial class cash_levelcom : GComponent
{
public level_btn btn_0;
public level_btn btn_1;
public level_btn btn_2;
public const string URL = "ui://md8tkwlzfzz842";
public static cash_levelcom CreateInstance()
{
return (cash_levelcom)UIPackage.CreateObject("G007_makeup", "cash_levelcom");
}
public override void ConstructFromXML(XML xml)
{
base.ConstructFromXML(xml);
btn_0 = (level_btn)GetChildAt(0);
btn_1 = (level_btn)GetChildAt(1);
btn_2 = (level_btn)GetChildAt(2);
}
}
}
@@ -0,0 +1,11 @@
fileFormatVersion: 2
guid: 8e782acaefbbf44c7b990c5d9e83bde6
MonoImporter:
externalObjects: {}
serializedVersion: 2
defaultReferences: []
executionOrder: 0
icon: {instanceID: 0}
userData:
assetBundleName:
assetBundleVariant:
@@ -0,0 +1,123 @@
/** This is an automatically generated class by FairyGUI. Please do not modify it. **/
using FairyGUI;
using FairyGUI.Utils;
namespace FGUI.G007_makeup
{
public partial class com_confirm : GComponent
{
public Controller cont_state;
public Controller cont_confirm;
public Controller lang;
public Controller show_pay;
public GButton btn_record;
public com_enter com_info;
public com_firstname com_fname;
public com_lastname com_lname;
public GComponent com_rule;
public GTextField text_payhint;
public GTextField text_title;
public GTextField text_smaill_title;
public GTextField nrules;
public com_task com_task;
public GButton btn_back;
public GTextField text_query;
public GTextField text_condi1;
public GTextField text_condi2;
public GTextField nrules_2;
public GTextField text_payhint_2;
public GTextField text_wallet;
public GTextField text_cash;
public GTextField text_account;
public GRichTextField pay_text1;
public GButton btn_pay1;
public GTextField text_title_2;
public GProgressBar pb_condi2;
public GProgressBar pb_condi1;
public com_newRecord com_newRecord;
public btn_watch btn_watch;
public com_info com_pay;
public GTextField text_smaill_title_2;
public cash_levelcom com_cashlevel;
public GTextField text_cashneedlv;
public GTextField text_nowcash;
public GTextField text_cashdate;
public GTextField text_cashdate_2;
public GTextField text_cashdate_3;
public GTextField text_cashdate_4;
public GTextField text_number0;
public GTextField text_number1;
public GTextField text_number2;
public GTextField text_cash_title;
public GButton btn_close;
public GButton btn_tab;
public GButton btn_earn;
public GButton btn_cashout;
public GButton btn_confirm;
public GButton btn_check_level;
public Transition t0;
public const string URL = "ui://md8tkwlzut66d";
public static com_confirm CreateInstance()
{
return (com_confirm)UIPackage.CreateObject("G007_makeup", "com_confirm");
}
public override void ConstructFromXML(XML xml)
{
base.ConstructFromXML(xml);
cont_state = GetControllerAt(0);
cont_confirm = GetControllerAt(1);
lang = GetControllerAt(2);
show_pay = GetControllerAt(3);
btn_record = (GButton)GetChildAt(7);
com_info = (com_enter)GetChildAt(9);
com_fname = (com_firstname)GetChildAt(10);
com_lname = (com_lastname)GetChildAt(11);
com_rule = (GComponent)GetChildAt(12);
text_payhint = (GTextField)GetChildAt(13);
text_title = (GTextField)GetChildAt(14);
text_smaill_title = (GTextField)GetChildAt(15);
nrules = (GTextField)GetChildAt(16);
com_task = (com_task)GetChildAt(17);
btn_back = (GButton)GetChildAt(18);
text_query = (GTextField)GetChildAt(19);
text_condi1 = (GTextField)GetChildAt(21);
text_condi2 = (GTextField)GetChildAt(22);
nrules_2 = (GTextField)GetChildAt(23);
text_payhint_2 = (GTextField)GetChildAt(25);
text_wallet = (GTextField)GetChildAt(27);
text_cash = (GTextField)GetChildAt(28);
text_account = (GTextField)GetChildAt(29);
pay_text1 = (GRichTextField)GetChildAt(33);
btn_pay1 = (GButton)GetChildAt(34);
text_title_2 = (GTextField)GetChildAt(36);
pb_condi2 = (GProgressBar)GetChildAt(37);
pb_condi1 = (GProgressBar)GetChildAt(38);
com_newRecord = (com_newRecord)GetChildAt(39);
btn_watch = (btn_watch)GetChildAt(40);
com_pay = (com_info)GetChildAt(41);
text_smaill_title_2 = (GTextField)GetChildAt(43);
com_cashlevel = (cash_levelcom)GetChildAt(44);
text_cashneedlv = (GTextField)GetChildAt(45);
text_nowcash = (GTextField)GetChildAt(47);
text_cashdate = (GTextField)GetChildAt(49);
text_cashdate_2 = (GTextField)GetChildAt(56);
text_cashdate_3 = (GTextField)GetChildAt(57);
text_cashdate_4 = (GTextField)GetChildAt(58);
text_number0 = (GTextField)GetChildAt(59);
text_number1 = (GTextField)GetChildAt(60);
text_number2 = (GTextField)GetChildAt(61);
text_cash_title = (GTextField)GetChildAt(62);
btn_close = (GButton)GetChildAt(64);
btn_tab = (GButton)GetChildAt(65);
btn_earn = (GButton)GetChildAt(66);
btn_cashout = (GButton)GetChildAt(67);
btn_confirm = (GButton)GetChildAt(68);
btn_check_level = (GButton)GetChildAt(69);
t0 = GetTransitionAt(0);
}
}
}
@@ -0,0 +1,11 @@
fileFormatVersion: 2
guid: 0735a0d3bf6a8470fa186c40cbfbc329
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.G007_makeup
{
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://md8tkwlzmeh8c";
public static com_cord CreateInstance()
{
return (com_cord)UIPackage.CreateObject("G007_makeup", "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: 3ebbbce3d0b2547d2bad9ef012f20bc2
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.G007_makeup
{
public partial class com_cord_new : 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://md8tkwlzzeoz5v";
public static com_cord_new CreateInstance()
{
return (com_cord_new)UIPackage.CreateObject("G007_makeup", "com_cord_new");
}
public override void ConstructFromXML(XML xml)
{
base.ConstructFromXML(xml);
text_amt = (GTextField)GetChildAt(2);
text_payer = (GTextField)GetChildAt(3);
text_name = (GTextField)GetChildAt(4);
loader_logo = (GLoader)GetChildAt(5);
email_text = (GTextField)GetChildAt(9);
time_text = (GTextField)GetChildAt(10);
number_text = (GTextField)GetChildAt(11);
status_text_0 = (GTextField)GetChildAt(12);
status_text_1 = (GTextField)GetChildAt(13);
}
}
}
@@ -0,0 +1,11 @@
fileFormatVersion: 2
guid: c965f0b35fbe54854bc27e51534e78b4
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.G007_makeup
{
public partial class com_enter : GComponent
{
public Controller cont_type;
public GTextInput enter_email;
public GTextInput enter_phone;
public GTextField ph_7;
public const string URL = "ui://md8tkwlzdeiw1k";
public static com_enter CreateInstance()
{
return (com_enter)UIPackage.CreateObject("G007_makeup", "com_enter");
}
public override void ConstructFromXML(XML xml)
{
base.ConstructFromXML(xml);
cont_type = GetControllerAt(0);
enter_email = (GTextInput)GetChildAt(2);
enter_phone = (GTextInput)GetChildAt(3);
ph_7 = (GTextField)GetChildAt(4);
}
}
}
@@ -0,0 +1,11 @@
fileFormatVersion: 2
guid: 9d9318dbc36b74fbba8081ff2f38fc10
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.G007_makeup
{
public partial class com_firstname : GComponent
{
public GTextInput enter_fname;
public const string URL = "ui://md8tkwlzdeiw1j";
public static com_firstname CreateInstance()
{
return (com_firstname)UIPackage.CreateObject("G007_makeup", "com_firstname");
}
public override void ConstructFromXML(XML xml)
{
base.ConstructFromXML(xml);
enter_fname = (GTextInput)GetChildAt(1);
}
}
}
@@ -0,0 +1,11 @@
fileFormatVersion: 2
guid: 4b6f516a4327a439eb8bcd783067c6fa
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.G007_makeup
{
public partial class com_info : GComponent
{
public Controller cont_counrty;
public GTextField text_name;
public GTextField text_email;
public GButton btn_change;
public GButton btn_menu;
public const string URL = "ui://md8tkwlzif1eb";
public static com_info CreateInstance()
{
return (com_info)UIPackage.CreateObject("G007_makeup", "com_info");
}
public override void ConstructFromXML(XML xml)
{
base.ConstructFromXML(xml);
cont_counrty = GetControllerAt(0);
text_name = (GTextField)GetChildAt(0);
text_email = (GTextField)GetChildAt(1);
btn_change = (GButton)GetChildAt(2);
btn_menu = (GButton)GetChildAt(5);
}
}
}
@@ -0,0 +1,11 @@
fileFormatVersion: 2
guid: 75f71dd060ba749b6a8947598609bbc3
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.G007_makeup
{
public partial class com_lastname : GComponent
{
public GTextInput enter_lname;
public const string URL = "ui://md8tkwlzdeiw1i";
public static com_lastname CreateInstance()
{
return (com_lastname)UIPackage.CreateObject("G007_makeup", "com_lastname");
}
public override void ConstructFromXML(XML xml)
{
base.ConstructFromXML(xml);
enter_lname = (GTextInput)GetChildAt(1);
}
}
}
@@ -0,0 +1,11 @@
fileFormatVersion: 2
guid: 5dfc602d4d4bb4722bb4518c02cede48
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.G007_makeup
{
public partial class com_newRecord : GComponent
{
public com_rank com_rank;
public com_cord com_cord;
public const string URL = "ui://md8tkwlzqgv24k";
public static com_newRecord CreateInstance()
{
return (com_newRecord)UIPackage.CreateObject("G007_makeup", "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: 75716ba577aa843d29c832759a8bf3e5
MonoImporter:
externalObjects: {}
serializedVersion: 2
defaultReferences: []
executionOrder: 0
icon: {instanceID: 0}
userData:
assetBundleName:
assetBundleVariant:
@@ -0,0 +1,43 @@
/** This is an automatically generated class by FairyGUI. Please do not modify it. **/
using FairyGUI;
using FairyGUI.Utils;
namespace FGUI.G007_makeup
{
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 GImage img_gou1;
public GImage img_gou2;
public GImage img_gou3;
public const string URL = "ui://md8tkwlzqgv24f";
public static com_rank CreateInstance()
{
return (com_rank)UIPackage.CreateObject("G007_makeup", "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);
img_gou1 = (GImage)GetChildAt(8);
img_gou2 = (GImage)GetChildAt(9);
img_gou3 = (GImage)GetChildAt(10);
}
}
}
@@ -0,0 +1,11 @@
fileFormatVersion: 2
guid: 4a86377bc61294574b33ff86fd7a3627
MonoImporter:
externalObjects: {}
serializedVersion: 2
defaultReferences: []
executionOrder: 0
icon: {instanceID: 0}
userData:
assetBundleName:
assetBundleVariant:
@@ -0,0 +1,35 @@
/** This is an automatically generated class by FairyGUI. Please do not modify it. **/
using FairyGUI;
using FairyGUI.Utils;
namespace FGUI.G007_makeup
{
public partial class com_record : GComponent
{
public Controller cont_show;
public GList list_record;
public GTextField money_text;
public GButton closeButton;
public GGroup group_;
public GButton btn_help;
public const string URL = "ui://md8tkwlzw3axa";
public static com_record CreateInstance()
{
return (com_record)UIPackage.CreateObject("G007_makeup", "com_record");
}
public override void ConstructFromXML(XML xml)
{
base.ConstructFromXML(xml);
cont_show = GetControllerAt(0);
list_record = (GList)GetChildAt(2);
money_text = (GTextField)GetChildAt(5);
closeButton = (GButton)GetChildAt(6);
group_ = (GGroup)GetChildAt(7);
btn_help = (GButton)GetChildAt(8);
}
}
}
@@ -0,0 +1,11 @@
fileFormatVersion: 2
guid: 20e67d2930608484fa6cb64967b7695c
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.G007_makeup
{
public partial class com_regulation : GComponent
{
public GTextField title0;
public GButton closeButton;
public const string URL = "ui://md8tkwlzghqt2";
public static com_regulation CreateInstance()
{
return (com_regulation)UIPackage.CreateObject("G007_makeup", "com_regulation");
}
public override void ConstructFromXML(XML xml)
{
base.ConstructFromXML(xml);
title0 = (GTextField)GetChildAt(4);
closeButton = (GButton)GetChildAt(5);
}
}
}
@@ -0,0 +1,11 @@
fileFormatVersion: 2
guid: 3f0a333d1642544eea5dfd892430fbed
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.G007_makeup
{
public partial class com_step : GComponent
{
public Controller lang;
public com_info com_info;
public btn_confirm btn_confirm;
public com_trans com_trans;
public GTextField text_warn;
public GLoader loader_payer;
public Transition fx_in;
public const string URL = "ui://md8tkwlzrezm0";
public static com_step CreateInstance()
{
return (com_step)UIPackage.CreateObject("G007_makeup", "com_step");
}
public override void ConstructFromXML(XML xml)
{
base.ConstructFromXML(xml);
lang = GetControllerAt(0);
com_info = (com_info)GetChildAt(1);
btn_confirm = (btn_confirm)GetChildAt(2);
com_trans = (com_trans)GetChildAt(4);
text_warn = (GTextField)GetChildAt(5);
loader_payer = (GLoader)GetChildAt(6);
fx_in = GetTransitionAt(0);
}
}
}
@@ -0,0 +1,11 @@
fileFormatVersion: 2
guid: cd01d0acf7d9c499781f5098c2b343ea
MonoImporter:
externalObjects: {}
serializedVersion: 2
defaultReferences: []
executionOrder: 0
icon: {instanceID: 0}
userData:
assetBundleName:
assetBundleVariant:
@@ -0,0 +1,43 @@
/** This is an automatically generated class by FairyGUI. Please do not modify it. **/
using FairyGUI;
using FairyGUI.Utils;
namespace FGUI.G007_makeup
{
public partial class com_task : GComponent
{
public Controller cont_process;
public Controller lang;
public GTextField text_orderid;
public GTextField text_task_title;
public GTextField text_ads;
public GTextField text_payer;
public GRichTextField pay_text1;
public GButton btn_pay2;
public GTextField title;
public GTextField title_2;
public const string URL = "ui://md8tkwlzes171x";
public static com_task CreateInstance()
{
return (com_task)UIPackage.CreateObject("G007_makeup", "com_task");
}
public override void ConstructFromXML(XML xml)
{
base.ConstructFromXML(xml);
cont_process = GetControllerAt(0);
lang = GetControllerAt(1);
text_orderid = (GTextField)GetChildAt(4);
text_task_title = (GTextField)GetChildAt(5);
text_ads = (GTextField)GetChildAt(6);
text_payer = (GTextField)GetChildAt(8);
pay_text1 = (GRichTextField)GetChildAt(11);
btn_pay2 = (GButton)GetChildAt(12);
title = (GTextField)GetChildAt(13);
title_2 = (GTextField)GetChildAt(14);
}
}
}
@@ -0,0 +1,11 @@
fileFormatVersion: 2
guid: 4bb3c4fc0e14b4a8ab48abd7b23672b6
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.G007_makeup
{
public partial class com_trans : GComponent
{
public Controller cont_country;
public GLoader loader_payer;
public const string URL = "ui://md8tkwlzif1e9";
public static com_trans CreateInstance()
{
return (com_trans)UIPackage.CreateObject("G007_makeup", "com_trans");
}
public override void ConstructFromXML(XML xml)
{
base.ConstructFromXML(xml);
cont_country = GetControllerAt(0);
loader_payer = (GLoader)GetChildAt(2);
}
}
}
@@ -0,0 +1,11 @@
fileFormatVersion: 2
guid: dfc0876f507c14b679a293f5d34fce6e
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.G007_makeup
{
public partial class level_btn : GButton
{
public Controller btn_state;
public GTextField text_level0;
public GTextField text_level1;
public GImage img_check;
public GTextField text_level1_2;
public const string URL = "ui://md8tkwlzfzz843";
public static level_btn CreateInstance()
{
return (level_btn)UIPackage.CreateObject("G007_makeup", "level_btn");
}
public override void ConstructFromXML(XML xml)
{
base.ConstructFromXML(xml);
btn_state = GetControllerAt(0);
text_level0 = (GTextField)GetChildAt(2);
text_level1 = (GTextField)GetChildAt(3);
img_check = (GImage)GetChildAt(4);
text_level1_2 = (GTextField)GetChildAt(6);
}
}
}
@@ -0,0 +1,11 @@
fileFormatVersion: 2
guid: 3230276d1577a4ab28d20524f0ff4d7e
MonoImporter:
externalObjects: {}
serializedVersion: 2
defaultReferences: []
executionOrder: 0
icon: {instanceID: 0}
userData:
assetBundleName:
assetBundleVariant: