首次提交

This commit is contained in:
2026-07-13 18:14:23 +08:00
commit 20d09e4ebb
5293 changed files with 621708 additions and 0 deletions
@@ -0,0 +1,32 @@
/** 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(btn_edit.URL, typeof(btn_edit));
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(com_PixPay.URL, typeof(com_PixPay));
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));
}
}
}
@@ -0,0 +1,11 @@
fileFormatVersion: 2
guid: c2ad6f203e4e15742b66472393c7d707
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://dgtrojo7if1e7";
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: 9be30cde23215534ea07f4e906ad6913
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 btn_edit : GButton
{
public GTextField text_title;
public const string URL = "ui://dgtrojo7deiw1s";
public static btn_edit CreateInstance()
{
return (btn_edit)UIPackage.CreateObject("G007_makeup", "btn_edit");
}
public override void ConstructFromXML(XML xml)
{
base.ConstructFromXML(xml);
text_title = (GTextField)GetChildAt(1);
}
}
}
@@ -0,0 +1,11 @@
fileFormatVersion: 2
guid: 8ce8ed5fd8a40ee418ded4af1c9075f0
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://dgtrojo7qgv24n";
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(3);
}
}
}
@@ -0,0 +1,11 @@
fileFormatVersion: 2
guid: fbe383c895da9cb44bbd18b5f3c7bdcb
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://dgtrojo7fzz842";
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: 1f1580e1bf2d82b489793b40687f0fdb
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_PixPay : GComponent
{
public GButton btn_close;
public GTextInput input_1;
public GButton btn_comfirmar;
public GTextInput input_2;
public GTextInput input_3;
public GButton btn_close_view;
public const string URL = "ui://dgtrojo7heqb2o";
public static com_PixPay CreateInstance()
{
return (com_PixPay)UIPackage.CreateObject("G007_makeup", "com_PixPay");
}
public override void ConstructFromXML(XML xml)
{
base.ConstructFromXML(xml);
btn_close = (GButton)GetChildAt(1);
input_1 = (GTextInput)GetChildAt(7);
btn_comfirmar = (GButton)GetChildAt(8);
input_2 = (GTextInput)GetChildAt(10);
input_3 = (GTextInput)GetChildAt(12);
btn_close_view = (GButton)GetChildAt(13);
}
}
}
@@ -0,0 +1,11 @@
fileFormatVersion: 2
guid: c5a7cb61def6a1e468c8880a91445ab1
MonoImporter:
externalObjects: {}
serializedVersion: 2
defaultReferences: []
executionOrder: 0
icon: {instanceID: 0}
userData:
assetBundleName:
assetBundleVariant:
@@ -0,0 +1,119 @@
/** 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_back;
public GTextField Text_Title;
public cash_levelcom com_cashlevel;
public GGroup TopBox;
public GTextField text_cashdate;
public GTextField text_cashdate_2;
public GTextField text_number0;
public GTextField text_cashdate_3;
public GTextField text_number1;
public GTextField text_cashdate_4;
public GTextField text_number2;
public GTextField text_smaill_title;
public com_enter com_info;
public com_firstname com_fname;
public com_lastname com_lname;
public GButton btn_tab;
public GButton btn_earn;
public GTextField text_condi1;
public GProgressBar pb_condi1;
public GTextField text_wallet;
public GTextField text_cash;
public GTextField text_account;
public GButton btn_cashout;
public com_task com_task;
public com_newRecord com_newRecord;
public btn_watch btn_watch;
public GTextField text_payhint;
public GTextField text_payhint_2;
public GTextField text_query;
public com_info com_pay;
public GButton btn_confirm;
public GTextField text_smaill_title_2;
public GTextField text_cashneedlv;
public GTextField text_nowcash;
public GButton btn_check_level;
public GButton btn_record;
public GTextField nrules;
public GTextField nrules_2;
public GRichTextField pay_text1;
public GButton btn_pay1;
public GButton btn_close;
public GTextField text_condi2;
public GProgressBar pb_condi2;
public Transition t0;
public const string URL = "ui://dgtrojo7ut66d";
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_back = (GButton)GetChildAt(0);
Text_Title = (GTextField)GetChildAt(2);
com_cashlevel = (cash_levelcom)GetChildAt(5);
TopBox = (GGroup)GetChildAt(6);
text_cashdate = (GTextField)GetChildAt(8);
text_cashdate_2 = (GTextField)GetChildAt(10);
text_number0 = (GTextField)GetChildAt(11);
text_cashdate_3 = (GTextField)GetChildAt(14);
text_number1 = (GTextField)GetChildAt(15);
text_cashdate_4 = (GTextField)GetChildAt(18);
text_number2 = (GTextField)GetChildAt(19);
text_smaill_title = (GTextField)GetChildAt(22);
com_info = (com_enter)GetChildAt(23);
com_fname = (com_firstname)GetChildAt(24);
com_lname = (com_lastname)GetChildAt(25);
btn_tab = (GButton)GetChildAt(26);
btn_earn = (GButton)GetChildAt(27);
text_condi1 = (GTextField)GetChildAt(30);
pb_condi1 = (GProgressBar)GetChildAt(31);
text_wallet = (GTextField)GetChildAt(34);
text_cash = (GTextField)GetChildAt(36);
text_account = (GTextField)GetChildAt(37);
btn_cashout = (GButton)GetChildAt(42);
com_task = (com_task)GetChildAt(43);
com_newRecord = (com_newRecord)GetChildAt(44);
btn_watch = (btn_watch)GetChildAt(45);
text_payhint = (GTextField)GetChildAt(46);
text_payhint_2 = (GTextField)GetChildAt(47);
text_query = (GTextField)GetChildAt(48);
com_pay = (com_info)GetChildAt(50);
btn_confirm = (GButton)GetChildAt(51);
text_smaill_title_2 = (GTextField)GetChildAt(53);
text_cashneedlv = (GTextField)GetChildAt(54);
text_nowcash = (GTextField)GetChildAt(57);
btn_check_level = (GButton)GetChildAt(58);
btn_record = (GButton)GetChildAt(59);
nrules = (GTextField)GetChildAt(60);
nrules_2 = (GTextField)GetChildAt(61);
pay_text1 = (GRichTextField)GetChildAt(63);
btn_pay1 = (GButton)GetChildAt(64);
btn_close = (GButton)GetChildAt(66);
text_condi2 = (GTextField)GetChildAt(67);
pb_condi2 = (GProgressBar)GetChildAt(68);
t0 = GetTransitionAt(0);
}
}
}
@@ -0,0 +1,11 @@
fileFormatVersion: 2
guid: a1efdb9261eb66c469663812353dc8d3
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_payer;
public GTextField text_amt;
public GLoader loader_logo;
public GTextField status_text_1;
public GTextField email_text;
public GTextField time_text;
public GTextField status_text_0;
public GTextField text_name;
public GTextField number_text;
public const string URL = "ui://dgtrojo7meh8c";
public static com_cord CreateInstance()
{
return (com_cord)UIPackage.CreateObject("G007_makeup", "com_cord");
}
public override void ConstructFromXML(XML xml)
{
base.ConstructFromXML(xml);
text_payer = (GTextField)GetChildAt(1);
text_amt = (GTextField)GetChildAt(3);
loader_logo = (GLoader)GetChildAt(4);
status_text_1 = (GTextField)GetChildAt(5);
email_text = (GTextField)GetChildAt(7);
time_text = (GTextField)GetChildAt(9);
status_text_0 = (GTextField)GetChildAt(12);
text_name = (GTextField)GetChildAt(13);
number_text = (GTextField)GetChildAt(14);
}
}
}
@@ -0,0 +1,11 @@
fileFormatVersion: 2
guid: 79cc21e753879d14ea0be33aec82ac35
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://dgtrojo7deiw1k";
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(3);
enter_phone = (GTextInput)GetChildAt(4);
ph_7 = (GTextField)GetChildAt(5);
}
}
}
@@ -0,0 +1,11 @@
fileFormatVersion: 2
guid: aabb1bafc4c0d3147b5ab63847860847
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://dgtrojo7deiw1j";
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: c486d2625d916dd4d960a344bac81d3e
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://dgtrojo7if1eb";
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: f77a1085a48aa7a409a990bb2ba4718a
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://dgtrojo7deiw1i";
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: 9ec32ce1accc5c344b94a7133accf901
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_cord com_cord;
public com_rank com_rank;
public const string URL = "ui://dgtrojo7qgv24k";
public static com_newRecord CreateInstance()
{
return (com_newRecord)UIPackage.CreateObject("G007_makeup", "com_newRecord");
}
public override void ConstructFromXML(XML xml)
{
base.ConstructFromXML(xml);
com_cord = (com_cord)GetChildAt(0);
com_rank = (com_rank)GetChildAt(1);
}
}
}
@@ -0,0 +1,11 @@
fileFormatVersion: 2
guid: 6b63a6ca28c346844af41b9bc1e0eb0a
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://dgtrojo7qgv24f";
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: 1fbc965b17bae6e409d9eae1ee5042a0
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_record : GComponent
{
public Controller cont_show;
public GList list_record;
public GButton btn_help;
public GButton closeButton;
public const string URL = "ui://dgtrojo7w3axa";
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(3);
btn_help = (GButton)GetChildAt(4);
closeButton = (GButton)GetChildAt(7);
}
}
}
@@ -0,0 +1,11 @@
fileFormatVersion: 2
guid: 37adff47f17732f499bab28413135a88
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 GButton closeButton;
public GTextField title0;
public const string URL = "ui://dgtrojo7ghqt2";
public static com_regulation CreateInstance()
{
return (com_regulation)UIPackage.CreateObject("G007_makeup", "com_regulation");
}
public override void ConstructFromXML(XML xml)
{
base.ConstructFromXML(xml);
closeButton = (GButton)GetChildAt(3);
title0 = (GTextField)GetChildAt(5);
}
}
}
@@ -0,0 +1,11 @@
fileFormatVersion: 2
guid: 7a1f2149ace158f4c8e52bed0977465d
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://dgtrojo7rezm0";
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: 41ee54cb2124a9f4782c56092e83f4bb
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 GRichTextField pay_text1;
public GButton btn_pay2;
public GTextField title;
public GTextField title_2;
public GTextField text_payer;
public const string URL = "ui://dgtrojo7es171x";
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(3);
text_task_title = (GTextField)GetChildAt(9);
text_ads = (GTextField)GetChildAt(10);
pay_text1 = (GRichTextField)GetChildAt(11);
btn_pay2 = (GButton)GetChildAt(12);
title = (GTextField)GetChildAt(13);
title_2 = (GTextField)GetChildAt(14);
text_payer = (GTextField)GetChildAt(20);
}
}
}
@@ -0,0 +1,11 @@
fileFormatVersion: 2
guid: 9d699efde1e51cf4bbe4512ae3912eef
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://dgtrojo7if1e9";
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: ea3fb1c9d57360e42a396662ff8e5133
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 level_btn : GButton
{
public Controller btn_state;
public GTextField text_Level0;
public GTextField text_Level1;
public GTextField text_Level2;
public GImage img_check;
public GTextField text_level1;
public const string URL = "ui://dgtrojo7fzz843";
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(3);
text_Level1 = (GTextField)GetChildAt(4);
text_Level2 = (GTextField)GetChildAt(5);
img_check = (GImage)GetChildAt(6);
text_level1 = (GTextField)GetChildAt(8);
}
}
}
@@ -0,0 +1,11 @@
fileFormatVersion: 2
guid: bf739ac503ea4fa43ac7076030e6b6b9
MonoImporter:
externalObjects: {}
serializedVersion: 2
defaultReferences: []
executionOrder: 0
icon: {instanceID: 0}
userData:
assetBundleName:
assetBundleVariant: