换皮
This commit is contained in:
@@ -0,0 +1,27 @@
|
||||
/** This is an automatically generated class by FairyGUI. Please do not modify it. **/
|
||||
|
||||
using FairyGUI;
|
||||
using FairyGUI.Utils;
|
||||
|
||||
namespace FGUI.tixian
|
||||
{
|
||||
public partial class btn_get : GButton
|
||||
{
|
||||
public Controller state;
|
||||
public GImage img_saveingpot;
|
||||
public const string URL = "ui://md8tkwlzcphly";
|
||||
|
||||
public static btn_get CreateInstance()
|
||||
{
|
||||
return (btn_get)UIPackage.CreateObject("tixian", "btn_get");
|
||||
}
|
||||
|
||||
public override void ConstructFromXML(XML xml)
|
||||
{
|
||||
base.ConstructFromXML(xml);
|
||||
|
||||
state = GetControllerAt(0);
|
||||
img_saveingpot = (GImage)GetChildAt(2);
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,11 @@
|
||||
fileFormatVersion: 2
|
||||
guid: 58c65548754968a4984d1cd880649055
|
||||
MonoImporter:
|
||||
externalObjects: {}
|
||||
serializedVersion: 2
|
||||
defaultReferences: []
|
||||
executionOrder: 0
|
||||
icon: {instanceID: 0}
|
||||
userData:
|
||||
assetBundleName:
|
||||
assetBundleVariant:
|
||||
@@ -36,11 +36,11 @@ namespace FGUI.tixian
|
||||
public GTextField text_number2;
|
||||
public btn_pay btn_watch;
|
||||
public GButton btn_close;
|
||||
public GButton btn_tab;
|
||||
public GButton btn_earn;
|
||||
public GButton btn_chout;
|
||||
public GButton btn_confirm;
|
||||
public GButton btn_check_level;
|
||||
public btn_get btn_tab;
|
||||
public btn_get btn_earn;
|
||||
public btn_get btn_chout;
|
||||
public btn_get btn_confirm;
|
||||
public btn_get btn_check_level;
|
||||
public GTextField text_nowch;
|
||||
public GButton btn_task_watch;
|
||||
public GTextField text_cashneedlv;
|
||||
@@ -58,7 +58,7 @@ namespace FGUI.tixian
|
||||
public btn_code btn_contact_us;
|
||||
public GButton btn_back;
|
||||
public GTextField lab_ads;
|
||||
public GButton btn_inline_ok;
|
||||
public btn_get btn_inline_ok;
|
||||
public GRichTextField text_condi1;
|
||||
public GRichTextField text_ch_number;
|
||||
public Transition t0;
|
||||
@@ -102,11 +102,11 @@ namespace FGUI.tixian
|
||||
text_number2 = (GTextField)GetChildAt(41);
|
||||
btn_watch = (btn_pay)GetChildAt(42);
|
||||
btn_close = (GButton)GetChildAt(43);
|
||||
btn_tab = (GButton)GetChildAt(44);
|
||||
btn_earn = (GButton)GetChildAt(45);
|
||||
btn_chout = (GButton)GetChildAt(46);
|
||||
btn_confirm = (GButton)GetChildAt(47);
|
||||
btn_check_level = (GButton)GetChildAt(48);
|
||||
btn_tab = (btn_get)GetChildAt(44);
|
||||
btn_earn = (btn_get)GetChildAt(45);
|
||||
btn_chout = (btn_get)GetChildAt(46);
|
||||
btn_confirm = (btn_get)GetChildAt(47);
|
||||
btn_check_level = (btn_get)GetChildAt(48);
|
||||
text_nowch = (GTextField)GetChildAt(51);
|
||||
btn_task_watch = (GButton)GetChildAt(52);
|
||||
text_cashneedlv = (GTextField)GetChildAt(53);
|
||||
@@ -124,7 +124,7 @@ namespace FGUI.tixian
|
||||
btn_contact_us = (btn_code)GetChildAt(87);
|
||||
btn_back = (GButton)GetChildAt(91);
|
||||
lab_ads = (GTextField)GetChildAt(94);
|
||||
btn_inline_ok = (GButton)GetChildAt(95);
|
||||
btn_inline_ok = (btn_get)GetChildAt(95);
|
||||
text_condi1 = (GRichTextField)GetChildAt(96);
|
||||
text_ch_number = (GRichTextField)GetChildAt(97);
|
||||
t0 = GetTransitionAt(0);
|
||||
|
||||
@@ -48,7 +48,7 @@ namespace FGUI.tixian
|
||||
public btn_code btn_contact_us;
|
||||
public GButton btn_back;
|
||||
public GButton btn_task_watch;
|
||||
public GButton btn_inline_ok;
|
||||
public btn_get btn_inline_ok;
|
||||
public com_broadcast broad;
|
||||
public GButton btn_close;
|
||||
public const string URL = "ui://md8tkwlzupx71p";
|
||||
@@ -103,7 +103,7 @@ namespace FGUI.tixian
|
||||
btn_contact_us = (btn_code)GetChildAt(66);
|
||||
btn_back = (GButton)GetChildAt(70);
|
||||
btn_task_watch = (GButton)GetChildAt(75);
|
||||
btn_inline_ok = (GButton)GetChildAt(76);
|
||||
btn_inline_ok = (btn_get)GetChildAt(76);
|
||||
broad = (com_broadcast)GetChildAt(77);
|
||||
btn_close = (GButton)GetChildAt(78);
|
||||
}
|
||||
|
||||
@@ -9,6 +9,7 @@ namespace FGUI.tixian
|
||||
public static void BindAll()
|
||||
{
|
||||
UIObjectFactory.SetPackageItemExtension(com_cord_new.URL, typeof(com_cord_new));
|
||||
UIObjectFactory.SetPackageItemExtension(btn_get.URL, typeof(btn_get));
|
||||
UIObjectFactory.SetPackageItemExtension(com_lastname.URL, typeof(com_lastname));
|
||||
UIObjectFactory.SetPackageItemExtension(com_firstname.URL, typeof(com_firstname));
|
||||
UIObjectFactory.SetPackageItemExtension(com_enter.URL, typeof(com_enter));
|
||||
|
||||
Reference in New Issue
Block a user