fix:1、UI更换(全部更换完)
This commit is contained in:
@@ -33,6 +33,7 @@ namespace FGUI.LG_End
|
||||
public GButton btn_download_coin;
|
||||
public GButton btn_continue;
|
||||
public Transition t0;
|
||||
public Transition t1;
|
||||
public const string URL = "ui://tiispqmpcv0e0";
|
||||
|
||||
public static com_newend CreateInstance()
|
||||
@@ -48,28 +49,29 @@ namespace FGUI.LG_End
|
||||
step = GetControllerAt(1);
|
||||
gift_switch = GetControllerAt(2);
|
||||
is_vip = GetControllerAt(3);
|
||||
loader_bgimg = (GLoader)GetChildAt(0);
|
||||
remain_time = (GTextField)GetChildAt(2);
|
||||
tetx_level = (GTextField)GetChildAt(4);
|
||||
btn_setting = (GButton)GetChildAt(5);
|
||||
congra_parent = (GGraph)GetChildAt(10);
|
||||
text_levelType = (GTextField)GetChildAt(11);
|
||||
bg_parent = (GGraph)GetChildAt(12);
|
||||
congra_parent_2 = (GGraph)GetChildAt(13);
|
||||
coin_parent = (GGraph)GetChildAt(14);
|
||||
text_award = (GTextField)GetChildAt(16);
|
||||
btn_gold = (GButton)GetChildAt(19);
|
||||
com_loader = (GComponent)GetChildAt(22);
|
||||
btn_download = (GButton)GetChildAt(24);
|
||||
btn_restart = (GButton)GetChildAt(25);
|
||||
wheel = (GComponent)GetChildAt(26);
|
||||
progress_level = (GProgressBar)GetChildAt(27);
|
||||
btn_mult = (GButton)GetChildAt(28);
|
||||
btn_claim = (GButton)GetChildAt(29);
|
||||
logo = (GImage)GetChildAt(30);
|
||||
btn_download_coin = (GButton)GetChildAt(31);
|
||||
btn_continue = (GButton)GetChildAt(33);
|
||||
loader_bgimg = (GLoader)GetChildAt(1);
|
||||
remain_time = (GTextField)GetChildAt(5);
|
||||
tetx_level = (GTextField)GetChildAt(7);
|
||||
btn_setting = (GButton)GetChildAt(8);
|
||||
congra_parent = (GGraph)GetChildAt(13);
|
||||
text_levelType = (GTextField)GetChildAt(14);
|
||||
bg_parent = (GGraph)GetChildAt(15);
|
||||
congra_parent_2 = (GGraph)GetChildAt(16);
|
||||
coin_parent = (GGraph)GetChildAt(17);
|
||||
text_award = (GTextField)GetChildAt(22);
|
||||
btn_gold = (GButton)GetChildAt(25);
|
||||
com_loader = (GComponent)GetChildAt(28);
|
||||
btn_download = (GButton)GetChildAt(30);
|
||||
btn_restart = (GButton)GetChildAt(31);
|
||||
wheel = (GComponent)GetChildAt(32);
|
||||
progress_level = (GProgressBar)GetChildAt(33);
|
||||
btn_mult = (GButton)GetChildAt(34);
|
||||
btn_claim = (GButton)GetChildAt(35);
|
||||
logo = (GImage)GetChildAt(36);
|
||||
btn_download_coin = (GButton)GetChildAt(37);
|
||||
btn_continue = (GButton)GetChildAt(39);
|
||||
t0 = GetTransitionAt(0);
|
||||
t1 = GetTransitionAt(1);
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -10,8 +10,6 @@ namespace FGUI.LG_LuckyGift
|
||||
public Controller type;
|
||||
public Controller pay_type;
|
||||
public Controller gift_switch;
|
||||
public GButton btn_close;
|
||||
public GTextField ads;
|
||||
public com_pic lucky_pic;
|
||||
public GTextField tips1;
|
||||
public GTextField text_goldnum;
|
||||
@@ -19,13 +17,16 @@ namespace FGUI.LG_LuckyGift
|
||||
public GTextField text_outnum;
|
||||
public GTextField text_backnum1;
|
||||
public GButton btn_buypack;
|
||||
public GButton btn_luck_close;
|
||||
public GGroup lucky;
|
||||
public GButton btn_close;
|
||||
public com_pic no_ad_pic;
|
||||
public GTextField text_goldnum2;
|
||||
public GTextField text_time;
|
||||
public GButton btn_buyremovead;
|
||||
public com_pic no_ad_pic;
|
||||
public GTextField tips2;
|
||||
public GGroup ad_panel;
|
||||
public GTextField ads;
|
||||
public GButton btn_max_pack;
|
||||
public GButton btn_go_ad;
|
||||
public GButton btn_go_lucky;
|
||||
@@ -45,27 +46,28 @@ namespace FGUI.LG_LuckyGift
|
||||
type = GetControllerAt(0);
|
||||
pay_type = GetControllerAt(1);
|
||||
gift_switch = GetControllerAt(2);
|
||||
btn_close = (GButton)GetChildAt(5);
|
||||
ads = (GTextField)GetChildAt(7);
|
||||
lucky_pic = (com_pic)GetChildAt(15);
|
||||
tips1 = (GTextField)GetChildAt(16);
|
||||
text_goldnum = (GTextField)GetChildAt(18);
|
||||
text_refreshnum = (GTextField)GetChildAt(19);
|
||||
text_outnum = (GTextField)GetChildAt(20);
|
||||
text_backnum1 = (GTextField)GetChildAt(21);
|
||||
btn_buypack = (GButton)GetChildAt(26);
|
||||
lucky = (GGroup)GetChildAt(27);
|
||||
text_goldnum2 = (GTextField)GetChildAt(33);
|
||||
text_time = (GTextField)GetChildAt(34);
|
||||
btn_buyremovead = (GButton)GetChildAt(35);
|
||||
no_ad_pic = (com_pic)GetChildAt(36);
|
||||
tips2 = (GTextField)GetChildAt(37);
|
||||
ad_panel = (GGroup)GetChildAt(39);
|
||||
btn_max_pack = (GButton)GetChildAt(40);
|
||||
btn_go_ad = (GButton)GetChildAt(41);
|
||||
btn_go_lucky = (GButton)GetChildAt(42);
|
||||
btn_max_remove = (GButton)GetChildAt(43);
|
||||
gold = (GButton)GetChildAt(44);
|
||||
lucky_pic = (com_pic)GetChildAt(7);
|
||||
tips1 = (GTextField)GetChildAt(9);
|
||||
text_goldnum = (GTextField)GetChildAt(10);
|
||||
text_refreshnum = (GTextField)GetChildAt(11);
|
||||
text_outnum = (GTextField)GetChildAt(12);
|
||||
text_backnum1 = (GTextField)GetChildAt(13);
|
||||
btn_buypack = (GButton)GetChildAt(18);
|
||||
btn_luck_close = (GButton)GetChildAt(19);
|
||||
lucky = (GGroup)GetChildAt(20);
|
||||
btn_close = (GButton)GetChildAt(23);
|
||||
no_ad_pic = (com_pic)GetChildAt(26);
|
||||
text_goldnum2 = (GTextField)GetChildAt(27);
|
||||
text_time = (GTextField)GetChildAt(28);
|
||||
btn_buyremovead = (GButton)GetChildAt(29);
|
||||
tips2 = (GTextField)GetChildAt(30);
|
||||
ad_panel = (GGroup)GetChildAt(33);
|
||||
ads = (GTextField)GetChildAt(34);
|
||||
btn_max_pack = (GButton)GetChildAt(35);
|
||||
btn_go_ad = (GButton)GetChildAt(36);
|
||||
btn_go_lucky = (GButton)GetChildAt(37);
|
||||
btn_max_remove = (GButton)GetChildAt(38);
|
||||
gold = (GButton)GetChildAt(39);
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -10,7 +10,6 @@ namespace FGUI.ZM_AddCell_12
|
||||
{
|
||||
UIObjectFactory.SetPackageItemExtension(btn_claim.URL, typeof(btn_claim));
|
||||
UIObjectFactory.SetPackageItemExtension(com_addView.URL, typeof(com_addView));
|
||||
UIObjectFactory.SetPackageItemExtension(btn_buy_one.URL, typeof(btn_buy_one));
|
||||
UIObjectFactory.SetPackageItemExtension(com_goldreward.URL, typeof(com_goldreward));
|
||||
}
|
||||
}
|
||||
|
||||
@@ -1,31 +0,0 @@
|
||||
/** This is an automatically generated class by FairyGUI. Please do not modify it. **/
|
||||
|
||||
using FairyGUI;
|
||||
using FairyGUI.Utils;
|
||||
|
||||
namespace FGUI.ZM_AddCell_12
|
||||
{
|
||||
public partial class btn_buy_one : GButton
|
||||
{
|
||||
public Controller buy_state;
|
||||
public Controller can_buy;
|
||||
public GTextField btn_text;
|
||||
public GTextField watch;
|
||||
public const string URL = "ui://cwrkvs46emjhj";
|
||||
|
||||
public static btn_buy_one CreateInstance()
|
||||
{
|
||||
return (btn_buy_one)UIPackage.CreateObject("ZM_AddCell_12", "btn_buy_one");
|
||||
}
|
||||
|
||||
public override void ConstructFromXML(XML xml)
|
||||
{
|
||||
base.ConstructFromXML(xml);
|
||||
|
||||
buy_state = GetControllerAt(0);
|
||||
can_buy = GetControllerAt(1);
|
||||
btn_text = (GTextField)GetChildAt(2);
|
||||
watch = (GTextField)GetChildAt(3);
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -1,11 +0,0 @@
|
||||
fileFormatVersion: 2
|
||||
guid: bfaadc02693e00340a8101e85bfb5ee1
|
||||
MonoImporter:
|
||||
externalObjects: {}
|
||||
serializedVersion: 2
|
||||
defaultReferences: []
|
||||
executionOrder: 0
|
||||
icon: {instanceID: 0}
|
||||
userData:
|
||||
assetBundleName:
|
||||
assetBundleVariant:
|
||||
@@ -12,10 +12,9 @@ namespace FGUI.ZM_AddCell_12
|
||||
public GImage com_pic;
|
||||
public GButton btn_watch;
|
||||
public GTextField tips;
|
||||
public GTextField ads;
|
||||
public GButton btn_max_pay;
|
||||
public GTextField title1;
|
||||
public GGraph anim_bg;
|
||||
public GTextField text_watch_ad;
|
||||
public const string URL = "ui://cwrkvs469eoj0";
|
||||
|
||||
public static com_addView CreateInstance()
|
||||
@@ -28,14 +27,13 @@ namespace FGUI.ZM_AddCell_12
|
||||
base.ConstructFromXML(xml);
|
||||
|
||||
pay_type = GetControllerAt(0);
|
||||
btn_close = (GButton)GetChildAt(1);
|
||||
com_pic = (GImage)GetChildAt(2);
|
||||
btn_watch = (GButton)GetChildAt(3);
|
||||
tips = (GTextField)GetChildAt(4);
|
||||
ads = (GTextField)GetChildAt(5);
|
||||
btn_max_pay = (GButton)GetChildAt(6);
|
||||
title1 = (GTextField)GetChildAt(10);
|
||||
anim_bg = (GGraph)GetChildAt(12);
|
||||
btn_close = (GButton)GetChildAt(4);
|
||||
com_pic = (GImage)GetChildAt(5);
|
||||
btn_watch = (GButton)GetChildAt(6);
|
||||
tips = (GTextField)GetChildAt(7);
|
||||
btn_max_pay = (GButton)GetChildAt(8);
|
||||
title1 = (GTextField)GetChildAt(11);
|
||||
text_watch_ad = (GTextField)GetChildAt(15);
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -8,9 +8,6 @@ namespace FGUI.ZM_Game_04
|
||||
{
|
||||
public static void BindAll()
|
||||
{
|
||||
UIObjectFactory.SetPackageItemExtension(com_game_menu.URL, typeof(com_game_menu));
|
||||
UIObjectFactory.SetPackageItemExtension(btn_exit.URL, typeof(btn_exit));
|
||||
UIObjectFactory.SetPackageItemExtension(btn_set.URL, typeof(btn_set));
|
||||
UIObjectFactory.SetPackageItemExtension(com_rewardbox.URL, typeof(com_rewardbox));
|
||||
UIObjectFactory.SetPackageItemExtension(btn_look_ad.URL, typeof(btn_look_ad));
|
||||
UIObjectFactory.SetPackageItemExtension(btn_prop.URL, typeof(btn_prop));
|
||||
|
||||
@@ -1,25 +0,0 @@
|
||||
/** This is an automatically generated class by FairyGUI. Please do not modify it. **/
|
||||
|
||||
using FairyGUI;
|
||||
using FairyGUI.Utils;
|
||||
|
||||
namespace FGUI.ZM_Game_04
|
||||
{
|
||||
public partial class btn_exit : GButton
|
||||
{
|
||||
public GTextField text_exit;
|
||||
public const string URL = "ui://g3iqdlgc9wz11d";
|
||||
|
||||
public static btn_exit CreateInstance()
|
||||
{
|
||||
return (btn_exit)UIPackage.CreateObject("ZM_Game_04", "btn_exit");
|
||||
}
|
||||
|
||||
public override void ConstructFromXML(XML xml)
|
||||
{
|
||||
base.ConstructFromXML(xml);
|
||||
|
||||
text_exit = (GTextField)GetChildAt(2);
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -1,11 +0,0 @@
|
||||
fileFormatVersion: 2
|
||||
guid: 9953ee9b5c32048b18cc5586269eaa3c
|
||||
MonoImporter:
|
||||
externalObjects: {}
|
||||
serializedVersion: 2
|
||||
defaultReferences: []
|
||||
executionOrder: 0
|
||||
icon: {instanceID: 0}
|
||||
userData:
|
||||
assetBundleName:
|
||||
assetBundleVariant:
|
||||
@@ -23,9 +23,9 @@ namespace FGUI.ZM_Game_04
|
||||
base.ConstructFromXML(xml);
|
||||
|
||||
prop = GetControllerAt(0);
|
||||
number_text = (GTextField)GetChildAt(5);
|
||||
img_add = (GImage)GetChildAt(6);
|
||||
ani_parent = (GGraph)GetChildAt(8);
|
||||
number_text = (GTextField)GetChildAt(4);
|
||||
img_add = (GImage)GetChildAt(5);
|
||||
ani_parent = (GGraph)GetChildAt(7);
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -1,25 +0,0 @@
|
||||
/** This is an automatically generated class by FairyGUI. Please do not modify it. **/
|
||||
|
||||
using FairyGUI;
|
||||
using FairyGUI.Utils;
|
||||
|
||||
namespace FGUI.ZM_Game_04
|
||||
{
|
||||
public partial class btn_set : GButton
|
||||
{
|
||||
public GTextField text_set;
|
||||
public const string URL = "ui://g3iqdlgc9wz11e";
|
||||
|
||||
public static btn_set CreateInstance()
|
||||
{
|
||||
return (btn_set)UIPackage.CreateObject("ZM_Game_04", "btn_set");
|
||||
}
|
||||
|
||||
public override void ConstructFromXML(XML xml)
|
||||
{
|
||||
base.ConstructFromXML(xml);
|
||||
|
||||
text_set = (GTextField)GetChildAt(2);
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -1,11 +0,0 @@
|
||||
fileFormatVersion: 2
|
||||
guid: 7c372980445904e95b373f26a433b323
|
||||
MonoImporter:
|
||||
externalObjects: {}
|
||||
serializedVersion: 2
|
||||
defaultReferences: []
|
||||
executionOrder: 0
|
||||
icon: {instanceID: 0}
|
||||
userData:
|
||||
assetBundleName:
|
||||
assetBundleVariant:
|
||||
@@ -1,33 +0,0 @@
|
||||
/** This is an automatically generated class by FairyGUI. Please do not modify it. **/
|
||||
|
||||
using FairyGUI;
|
||||
using FairyGUI.Utils;
|
||||
|
||||
namespace FGUI.ZM_Game_04
|
||||
{
|
||||
public partial class com_game_menu : GComponent
|
||||
{
|
||||
public btn_exit btn_exit;
|
||||
public btn_set btn_settings;
|
||||
public GGroup node;
|
||||
public Transition show;
|
||||
public Transition hide;
|
||||
public const string URL = "ui://g3iqdlgc9wz116";
|
||||
|
||||
public static com_game_menu CreateInstance()
|
||||
{
|
||||
return (com_game_menu)UIPackage.CreateObject("ZM_Game_04", "com_game_menu");
|
||||
}
|
||||
|
||||
public override void ConstructFromXML(XML xml)
|
||||
{
|
||||
base.ConstructFromXML(xml);
|
||||
|
||||
btn_exit = (btn_exit)GetChildAt(1);
|
||||
btn_settings = (btn_set)GetChildAt(2);
|
||||
node = (GGroup)GetChildAt(3);
|
||||
show = GetTransitionAt(0);
|
||||
hide = GetTransitionAt(1);
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -1,11 +0,0 @@
|
||||
fileFormatVersion: 2
|
||||
guid: 379efd07b3dfc4ba7a193bcf4e665ba3
|
||||
MonoImporter:
|
||||
externalObjects: {}
|
||||
serializedVersion: 2
|
||||
defaultReferences: []
|
||||
executionOrder: 0
|
||||
icon: {instanceID: 0}
|
||||
userData:
|
||||
assetBundleName:
|
||||
assetBundleVariant:
|
||||
@@ -7,10 +7,10 @@ namespace FGUI.ZM_Game_04
|
||||
{
|
||||
public partial class com_open : GComponent
|
||||
{
|
||||
public GImage bg;
|
||||
public GTextField text_level;
|
||||
public GGraph tips_node;
|
||||
public GGraph tips_node1;
|
||||
public Transition t0;
|
||||
public const string URL = "ui://g3iqdlgcopwg13";
|
||||
|
||||
public static com_open CreateInstance()
|
||||
@@ -22,10 +22,10 @@ namespace FGUI.ZM_Game_04
|
||||
{
|
||||
base.ConstructFromXML(xml);
|
||||
|
||||
bg = (GImage)GetChildAt(0);
|
||||
text_level = (GTextField)GetChildAt(1);
|
||||
tips_node = (GGraph)GetChildAt(2);
|
||||
tips_node1 = (GGraph)GetChildAt(3);
|
||||
text_level = (GTextField)GetChildAt(3);
|
||||
tips_node = (GGraph)GetChildAt(4);
|
||||
tips_node1 = (GGraph)GetChildAt(5);
|
||||
t0 = GetTransitionAt(0);
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -19,7 +19,7 @@ namespace FGUI.ZM_Game_04
|
||||
{
|
||||
base.ConstructFromXML(xml);
|
||||
|
||||
text_level = (GTextField)GetChildAt(1);
|
||||
text_level = (GTextField)GetChildAt(2);
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -29,13 +29,13 @@ namespace FGUI.ZM_Pack_16
|
||||
|
||||
pay_type = GetControllerAt(0);
|
||||
gift_switch = GetControllerAt(1);
|
||||
loader = (com_pic)GetChildAt(4);
|
||||
btn_close = (GButton)GetChildAt(5);
|
||||
text_allgold = (GTextField)GetChildAt(8);
|
||||
btn_buypass = (GButton)GetChildAt(9);
|
||||
tips = (GTextField)GetChildAt(10);
|
||||
ads = (GTextField)GetChildAt(11);
|
||||
btn_max_pay = (GButton)GetChildAt(12);
|
||||
loader = (com_pic)GetChildAt(3);
|
||||
btn_close = (GButton)GetChildAt(4);
|
||||
text_allgold = (GTextField)GetChildAt(7);
|
||||
btn_buypass = (GButton)GetChildAt(8);
|
||||
tips = (GTextField)GetChildAt(9);
|
||||
ads = (GTextField)GetChildAt(10);
|
||||
btn_max_pay = (GButton)GetChildAt(11);
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -10,7 +10,6 @@ namespace FGUI.ZM_Pass_14
|
||||
{
|
||||
UIObjectFactory.SetPackageItemExtension(com_List.URL, typeof(com_List));
|
||||
UIObjectFactory.SetPackageItemExtension(com_pass_view.URL, typeof(com_pass_view));
|
||||
UIObjectFactory.SetPackageItemExtension(btn_recive_gift.URL, typeof(btn_recive_gift));
|
||||
UIObjectFactory.SetPackageItemExtension(progress_pass.URL, typeof(progress_pass));
|
||||
UIObjectFactory.SetPackageItemExtension(com_pass_item.URL, typeof(com_pass_item));
|
||||
UIObjectFactory.SetPackageItemExtension(com_item_award.URL, typeof(com_item_award));
|
||||
|
||||
@@ -1,25 +0,0 @@
|
||||
/** This is an automatically generated class by FairyGUI. Please do not modify it. **/
|
||||
|
||||
using FairyGUI;
|
||||
using FairyGUI.Utils;
|
||||
|
||||
namespace FGUI.ZM_Pass_14
|
||||
{
|
||||
public partial class btn_recive_gift : GButton
|
||||
{
|
||||
public GImage ad_icon;
|
||||
public const string URL = "ui://wyu9msxws27hv";
|
||||
|
||||
public static btn_recive_gift CreateInstance()
|
||||
{
|
||||
return (btn_recive_gift)UIPackage.CreateObject("ZM_Pass_14", "btn_recive_gift");
|
||||
}
|
||||
|
||||
public override void ConstructFromXML(XML xml)
|
||||
{
|
||||
base.ConstructFromXML(xml);
|
||||
|
||||
ad_icon = (GImage)GetChildAt(2);
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -1,11 +0,0 @@
|
||||
fileFormatVersion: 2
|
||||
guid: 3fe4f6980be5f4c98946504ea8a6bf74
|
||||
MonoImporter:
|
||||
externalObjects: {}
|
||||
serializedVersion: 2
|
||||
defaultReferences: []
|
||||
executionOrder: 0
|
||||
icon: {instanceID: 0}
|
||||
userData:
|
||||
assetBundleName:
|
||||
assetBundleVariant:
|
||||
@@ -19,7 +19,7 @@ namespace FGUI.ZM_Pass_14
|
||||
{
|
||||
base.ConstructFromXML(xml);
|
||||
|
||||
pass_list = (GList)GetChildAt(1);
|
||||
pass_list = (GList)GetChildAt(0);
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -11,7 +11,6 @@ namespace FGUI.ZM_Pass_14
|
||||
public Controller state;
|
||||
public GLoader item_loader;
|
||||
public GTextField number_text;
|
||||
public GGraph anim_parent;
|
||||
public GButton btn_claim;
|
||||
public const string URL = "ui://wyu9msxws27hz";
|
||||
|
||||
@@ -27,9 +26,8 @@ namespace FGUI.ZM_Pass_14
|
||||
type = GetControllerAt(0);
|
||||
state = GetControllerAt(1);
|
||||
item_loader = (GLoader)GetChildAt(3);
|
||||
number_text = (GTextField)GetChildAt(6);
|
||||
anim_parent = (GGraph)GetChildAt(7);
|
||||
btn_claim = (GButton)GetChildAt(8);
|
||||
number_text = (GTextField)GetChildAt(4);
|
||||
btn_claim = (GButton)GetChildAt(5);
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -9,7 +9,6 @@ namespace FGUI.ZM_Pass_14
|
||||
{
|
||||
public Controller state;
|
||||
public Controller is_full;
|
||||
public GImage yuan;
|
||||
public GTextField index_text;
|
||||
public com_item_award free_item;
|
||||
public com_item_award pay_item;
|
||||
@@ -26,10 +25,9 @@ namespace FGUI.ZM_Pass_14
|
||||
|
||||
state = GetControllerAt(0);
|
||||
is_full = GetControllerAt(1);
|
||||
yuan = (GImage)GetChildAt(1);
|
||||
index_text = (GTextField)GetChildAt(2);
|
||||
free_item = (com_item_award)GetChildAt(3);
|
||||
pay_item = (com_item_award)GetChildAt(4);
|
||||
index_text = (GTextField)GetChildAt(3);
|
||||
free_item = (com_item_award)GetChildAt(4);
|
||||
pay_item = (com_item_award)GetChildAt(5);
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -7,15 +7,13 @@ namespace FGUI.ZM_Pass_14
|
||||
{
|
||||
public partial class com_pass_view : GComponent
|
||||
{
|
||||
public btn_recive_gift btn_recive;
|
||||
public GButton btn_recive;
|
||||
public progress_pass progress_pass;
|
||||
public GTextField text_level;
|
||||
public com_List list_panel;
|
||||
public GButton btn_tips;
|
||||
public GImage top_bg;
|
||||
public GButton gold;
|
||||
public GTextField remain_time;
|
||||
public GButton head;
|
||||
public GGroup group_;
|
||||
public GButton close;
|
||||
public const string URL = "ui://wyu9msxws27h0";
|
||||
@@ -29,17 +27,15 @@ namespace FGUI.ZM_Pass_14
|
||||
{
|
||||
base.ConstructFromXML(xml);
|
||||
|
||||
btn_recive = (btn_recive_gift)GetChildAt(6);
|
||||
progress_pass = (progress_pass)GetChildAt(7);
|
||||
text_level = (GTextField)GetChildAt(10);
|
||||
list_panel = (com_List)GetChildAt(13);
|
||||
btn_tips = (GButton)GetChildAt(14);
|
||||
top_bg = (GImage)GetChildAt(15);
|
||||
gold = (GButton)GetChildAt(16);
|
||||
remain_time = (GTextField)GetChildAt(18);
|
||||
head = (GButton)GetChildAt(20);
|
||||
group_ = (GGroup)GetChildAt(21);
|
||||
close = (GButton)GetChildAt(22);
|
||||
btn_recive = (GButton)GetChildAt(1);
|
||||
progress_pass = (progress_pass)GetChildAt(2);
|
||||
text_level = (GTextField)GetChildAt(5);
|
||||
list_panel = (com_List)GetChildAt(8);
|
||||
btn_tips = (GButton)GetChildAt(9);
|
||||
gold = (GButton)GetChildAt(10);
|
||||
remain_time = (GTextField)GetChildAt(12);
|
||||
group_ = (GGroup)GetChildAt(14);
|
||||
close = (GButton)GetChildAt(15);
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -12,7 +12,7 @@ namespace FGUI.ZM_Prop_09
|
||||
public btn_goldBuy btn_gold_buy;
|
||||
public GButton btn_thanks;
|
||||
public GButton btn_ad;
|
||||
public GTextField title1;
|
||||
public GTextField title;
|
||||
public const string URL = "ui://ig55ss7kq8uc0";
|
||||
|
||||
public static com_choose CreateInstance()
|
||||
@@ -29,7 +29,7 @@ namespace FGUI.ZM_Prop_09
|
||||
btn_gold_buy = (btn_goldBuy)GetChildAt(2);
|
||||
btn_thanks = (GButton)GetChildAt(3);
|
||||
btn_ad = (GButton)GetChildAt(4);
|
||||
title1 = (GTextField)GetChildAt(5);
|
||||
title = (GTextField)GetChildAt(5);
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -8,6 +8,7 @@ namespace FGUI.ZM_Prop_09
|
||||
public partial class com_prop : GComponent
|
||||
{
|
||||
public Controller prop;
|
||||
public GTextField title;
|
||||
public GTextField title1;
|
||||
public btn_goldBuy btn_buy;
|
||||
public GButton btn_back;
|
||||
@@ -23,9 +24,10 @@ namespace FGUI.ZM_Prop_09
|
||||
base.ConstructFromXML(xml);
|
||||
|
||||
prop = GetControllerAt(0);
|
||||
title1 = (GTextField)GetChildAt(5);
|
||||
btn_buy = (btn_goldBuy)GetChildAt(6);
|
||||
btn_back = (GButton)GetChildAt(7);
|
||||
title = (GTextField)GetChildAt(2);
|
||||
title1 = (GTextField)GetChildAt(7);
|
||||
btn_buy = (btn_goldBuy)GetChildAt(8);
|
||||
btn_back = (GButton)GetChildAt(9);
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -8,6 +8,7 @@ namespace FGUI.ZM_Setting_07
|
||||
public partial class btn_item_head : GButton
|
||||
{
|
||||
public Controller head_select;
|
||||
public Controller setting;
|
||||
public GButton head;
|
||||
public const string URL = "ui://8rcjs2ucsebxj";
|
||||
|
||||
@@ -21,7 +22,8 @@ namespace FGUI.ZM_Setting_07
|
||||
base.ConstructFromXML(xml);
|
||||
|
||||
head_select = GetControllerAt(0);
|
||||
head = (GButton)GetChildAt(1);
|
||||
setting = GetControllerAt(1);
|
||||
head = (GButton)GetChildAt(0);
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -8,6 +8,7 @@ namespace FGUI.ZM_Setting_07
|
||||
public partial class com_setting : GComponent
|
||||
{
|
||||
public Controller gift_switch;
|
||||
public Controller isHall;
|
||||
public GButton btn_back;
|
||||
public btn_sound_on_off btn_sound;
|
||||
public btn_music_on_off btn_music;
|
||||
@@ -22,6 +23,8 @@ namespace FGUI.ZM_Setting_07
|
||||
public btn_menu btn_us;
|
||||
public GButton btn_back_home;
|
||||
public btn_menu btn_language;
|
||||
public com_edit_name edit_name;
|
||||
public btn_item_head btn_head;
|
||||
public const string URL = "ui://8rcjs2ucsebx10";
|
||||
|
||||
public static com_setting CreateInstance()
|
||||
@@ -34,20 +37,23 @@ namespace FGUI.ZM_Setting_07
|
||||
base.ConstructFromXML(xml);
|
||||
|
||||
gift_switch = GetControllerAt(0);
|
||||
btn_back = (GButton)GetChildAt(1);
|
||||
btn_sound = (btn_sound_on_off)GetChildAt(2);
|
||||
btn_music = (btn_music_on_off)GetChildAt(3);
|
||||
btn_privacy = (btn_menu)GetChildAt(4);
|
||||
btn_terms = (btn_menu)GetChildAt(5);
|
||||
btn_official = (btn_menu)GetChildAt(6);
|
||||
btn_restore = (btn_menu)GetChildAt(7);
|
||||
text_uid = (GTextField)GetChildAt(8);
|
||||
text_version = (GTextField)GetChildAt(9);
|
||||
title = (GTextField)GetChildAt(10);
|
||||
com_gold = (GButton)GetChildAt(11);
|
||||
btn_us = (btn_menu)GetChildAt(12);
|
||||
btn_back_home = (GButton)GetChildAt(13);
|
||||
btn_language = (btn_menu)GetChildAt(14);
|
||||
isHall = GetControllerAt(1);
|
||||
btn_back = (GButton)GetChildAt(2);
|
||||
btn_sound = (btn_sound_on_off)GetChildAt(3);
|
||||
btn_music = (btn_music_on_off)GetChildAt(4);
|
||||
btn_privacy = (btn_menu)GetChildAt(5);
|
||||
btn_terms = (btn_menu)GetChildAt(6);
|
||||
btn_official = (btn_menu)GetChildAt(7);
|
||||
btn_restore = (btn_menu)GetChildAt(8);
|
||||
text_uid = (GTextField)GetChildAt(9);
|
||||
text_version = (GTextField)GetChildAt(10);
|
||||
title = (GTextField)GetChildAt(11);
|
||||
com_gold = (GButton)GetChildAt(12);
|
||||
btn_us = (btn_menu)GetChildAt(13);
|
||||
btn_back_home = (GButton)GetChildAt(14);
|
||||
btn_language = (btn_menu)GetChildAt(15);
|
||||
edit_name = (com_edit_name)GetChildAt(16);
|
||||
btn_head = (btn_item_head)GetChildAt(17);
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -8,12 +8,10 @@ namespace FGUI.ZM_store_17
|
||||
{
|
||||
public static void BindAll()
|
||||
{
|
||||
UIObjectFactory.SetPackageItemExtension(btn_get.URL, typeof(btn_get));
|
||||
UIObjectFactory.SetPackageItemExtension(btn_buy.URL, typeof(btn_buy));
|
||||
UIObjectFactory.SetPackageItemExtension(buygold_item.URL, typeof(buygold_item));
|
||||
UIObjectFactory.SetPackageItemExtension(com_buygold.URL, typeof(com_buygold));
|
||||
UIObjectFactory.SetPackageItemExtension(btn_watchAd1.URL, typeof(btn_watchAd1));
|
||||
UIObjectFactory.SetPackageItemExtension(btn_close.URL, typeof(btn_close));
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -8,6 +8,7 @@ namespace FGUI.ZM_store_17
|
||||
public partial class btn_buy : GButton
|
||||
{
|
||||
public Controller can_buy;
|
||||
public Controller index;
|
||||
public GTextField btn_text;
|
||||
public const string URL = "ui://5crzgdh6d3a90";
|
||||
|
||||
@@ -21,6 +22,7 @@ namespace FGUI.ZM_store_17
|
||||
base.ConstructFromXML(xml);
|
||||
|
||||
can_buy = GetControllerAt(0);
|
||||
index = GetControllerAt(1);
|
||||
btn_text = (GTextField)GetChildAt(2);
|
||||
}
|
||||
}
|
||||
|
||||
@@ -1,25 +0,0 @@
|
||||
/** This is an automatically generated class by FairyGUI. Please do not modify it. **/
|
||||
|
||||
using FairyGUI;
|
||||
using FairyGUI.Utils;
|
||||
|
||||
namespace FGUI.ZM_store_17
|
||||
{
|
||||
public partial class btn_close : GButton
|
||||
{
|
||||
public Controller can_buy;
|
||||
public const string URL = "ui://5crzgdh6wgo41q";
|
||||
|
||||
public static btn_close CreateInstance()
|
||||
{
|
||||
return (btn_close)UIPackage.CreateObject("ZM_store_17", "btn_close");
|
||||
}
|
||||
|
||||
public override void ConstructFromXML(XML xml)
|
||||
{
|
||||
base.ConstructFromXML(xml);
|
||||
|
||||
can_buy = GetControllerAt(0);
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -1,11 +0,0 @@
|
||||
fileFormatVersion: 2
|
||||
guid: 3b61d0e12945e0f44aa3825351686544
|
||||
MonoImporter:
|
||||
externalObjects: {}
|
||||
serializedVersion: 2
|
||||
defaultReferences: []
|
||||
executionOrder: 0
|
||||
icon: {instanceID: 0}
|
||||
userData:
|
||||
assetBundleName:
|
||||
assetBundleVariant:
|
||||
@@ -1,25 +0,0 @@
|
||||
/** This is an automatically generated class by FairyGUI. Please do not modify it. **/
|
||||
|
||||
using FairyGUI;
|
||||
using FairyGUI.Utils;
|
||||
|
||||
namespace FGUI.ZM_store_17
|
||||
{
|
||||
public partial class btn_get : GButton
|
||||
{
|
||||
public Controller state;
|
||||
public const string URL = "ui://5crzgdh69aez2i";
|
||||
|
||||
public static btn_get CreateInstance()
|
||||
{
|
||||
return (btn_get)UIPackage.CreateObject("ZM_store_17", "btn_get");
|
||||
}
|
||||
|
||||
public override void ConstructFromXML(XML xml)
|
||||
{
|
||||
base.ConstructFromXML(xml);
|
||||
|
||||
state = GetControllerAt(0);
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -1,11 +0,0 @@
|
||||
fileFormatVersion: 2
|
||||
guid: 11e562194f2f6fa46812f2d5a4656ce8
|
||||
MonoImporter:
|
||||
externalObjects: {}
|
||||
serializedVersion: 2
|
||||
defaultReferences: []
|
||||
executionOrder: 0
|
||||
icon: {instanceID: 0}
|
||||
userData:
|
||||
assetBundleName:
|
||||
assetBundleVariant:
|
||||
@@ -9,10 +9,6 @@ namespace FGUI.ZM_store_17
|
||||
{
|
||||
public Controller index;
|
||||
public GTextField coin_text;
|
||||
public GTextField off_text;
|
||||
public GTextField content_text;
|
||||
public GGroup discount;
|
||||
public GTextField text_tips;
|
||||
public btn_buy btn_buy;
|
||||
public GTextField text_ads;
|
||||
public const string URL = "ui://5crzgdh6d3a91";
|
||||
@@ -28,12 +24,8 @@ namespace FGUI.ZM_store_17
|
||||
|
||||
index = GetControllerAt(0);
|
||||
coin_text = (GTextField)GetChildAt(1);
|
||||
off_text = (GTextField)GetChildAt(4);
|
||||
content_text = (GTextField)GetChildAt(5);
|
||||
discount = (GGroup)GetChildAt(6);
|
||||
text_tips = (GTextField)GetChildAt(7);
|
||||
btn_buy = (btn_buy)GetChildAt(8);
|
||||
text_ads = (GTextField)GetChildAt(9);
|
||||
btn_buy = (btn_buy)GetChildAt(3);
|
||||
text_ads = (GTextField)GetChildAt(4);
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -13,7 +13,6 @@ namespace FGUI.ZM_store_17
|
||||
public GButton top_gold;
|
||||
public GTextField text_my_ads;
|
||||
public btn_watchAd1 btn_watch;
|
||||
public GGroup panel_ad;
|
||||
public GButton btn_close;
|
||||
public const string URL = "ui://5crzgdh6d3a92";
|
||||
|
||||
@@ -27,13 +26,12 @@ namespace FGUI.ZM_store_17
|
||||
base.ConstructFromXML(xml);
|
||||
|
||||
pay_type = GetControllerAt(0);
|
||||
com_head = (GButton)GetChildAt(3);
|
||||
gold_list = (GList)GetChildAt(4);
|
||||
top_gold = (GButton)GetChildAt(6);
|
||||
text_my_ads = (GTextField)GetChildAt(8);
|
||||
btn_watch = (btn_watchAd1)GetChildAt(9);
|
||||
panel_ad = (GGroup)GetChildAt(11);
|
||||
btn_close = (GButton)GetChildAt(13);
|
||||
com_head = (GButton)GetChildAt(1);
|
||||
gold_list = (GList)GetChildAt(2);
|
||||
top_gold = (GButton)GetChildAt(3);
|
||||
text_my_ads = (GTextField)GetChildAt(5);
|
||||
btn_watch = (btn_watchAd1)GetChildAt(6);
|
||||
btn_close = (GButton)GetChildAt(7);
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user