fix:1、更换ui(图鉴相关)
This commit is contained in:
@@ -19,7 +19,7 @@ namespace FGUI.LG_Common
|
||||
{
|
||||
base.ConstructFromXML(xml);
|
||||
|
||||
anim = (GGraph)GetChildAt(1);
|
||||
anim = (GGraph)GetChildAt(0);
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -9,6 +9,7 @@ namespace FGUI.LG_Unlock
|
||||
public static void BindAll()
|
||||
{
|
||||
UIObjectFactory.SetPackageItemExtension(com_chatUnlock.URL, typeof(com_chatUnlock));
|
||||
UIObjectFactory.SetPackageItemExtension(com_imgMask.URL, typeof(com_imgMask));
|
||||
UIObjectFactory.SetPackageItemExtension(com_scAlbumLock.URL, typeof(com_scAlbumLock));
|
||||
UIObjectFactory.SetPackageItemExtension(com_LiveUnlock.URL, typeof(com_LiveUnlock));
|
||||
UIObjectFactory.SetPackageItemExtension(com_SubUnlock.URL, typeof(com_SubUnlock));
|
||||
|
||||
@@ -0,0 +1,25 @@
|
||||
/** This is an automatically generated class by FairyGUI. Please do not modify it. **/
|
||||
|
||||
using FairyGUI;
|
||||
using FairyGUI.Utils;
|
||||
|
||||
namespace FGUI.LG_Unlock
|
||||
{
|
||||
public partial class com_imgMask : GComponent
|
||||
{
|
||||
public GGraph anim;
|
||||
public const string URL = "ui://876wwqikd3y01h";
|
||||
|
||||
public static com_imgMask CreateInstance()
|
||||
{
|
||||
return (com_imgMask)UIPackage.CreateObject("LG_Unlock", "com_imgMask");
|
||||
}
|
||||
|
||||
public override void ConstructFromXML(XML xml)
|
||||
{
|
||||
base.ConstructFromXML(xml);
|
||||
|
||||
anim = (GGraph)GetChildAt(1);
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,11 @@
|
||||
fileFormatVersion: 2
|
||||
guid: 9023c92b04f52a142ba0852e04f2eb2f
|
||||
MonoImporter:
|
||||
externalObjects: {}
|
||||
serializedVersion: 2
|
||||
defaultReferences: []
|
||||
executionOrder: 0
|
||||
icon: {instanceID: 0}
|
||||
userData:
|
||||
assetBundleName:
|
||||
assetBundleVariant:
|
||||
@@ -8,6 +8,7 @@ namespace FGUI.LG_Unlock
|
||||
public partial class com_scAlbumLock : GComponent
|
||||
{
|
||||
public GButton btn_close;
|
||||
public GGraph anim;
|
||||
public GTextField text_unlock;
|
||||
public const string URL = "ui://876wwqiki5pm0";
|
||||
|
||||
@@ -21,7 +22,8 @@ namespace FGUI.LG_Unlock
|
||||
base.ConstructFromXML(xml);
|
||||
|
||||
btn_close = (GButton)GetChildAt(1);
|
||||
text_unlock = (GTextField)GetChildAt(2);
|
||||
anim = (GGraph)GetChildAt(2);
|
||||
text_unlock = (GTextField)GetChildAt(4);
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -28,12 +28,12 @@ namespace FGUI.LG_albums
|
||||
|
||||
type = GetControllerAt(0);
|
||||
is_vip = GetControllerAt(1);
|
||||
com_loader = (GComponent)GetChildAt(1);
|
||||
btn_pay = (GButton)GetChildAt(12);
|
||||
btn_vip = (GButton)GetChildAt(13);
|
||||
btn_download = (GButton)GetChildAt(14);
|
||||
btn_watch = (GButton)GetChildAt(15);
|
||||
btn_download_coin = (GButton)GetChildAt(16);
|
||||
com_loader = (GComponent)GetChildAt(2);
|
||||
btn_pay = (GButton)GetChildAt(13);
|
||||
btn_vip = (GButton)GetChildAt(14);
|
||||
btn_download = (GButton)GetChildAt(15);
|
||||
btn_watch = (GButton)GetChildAt(16);
|
||||
btn_download_coin = (GButton)GetChildAt(17);
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -11,6 +11,8 @@ namespace FGUI.LG_live
|
||||
UIObjectFactory.SetPackageItemExtension(com_live.URL, typeof(com_live));
|
||||
UIObjectFactory.SetPackageItemExtension(item_live.URL, typeof(item_live));
|
||||
UIObjectFactory.SetPackageItemExtension(com_liveDetail.URL, typeof(com_liveDetail));
|
||||
UIObjectFactory.SetPackageItemExtension(btn_claim.URL, typeof(btn_claim));
|
||||
UIObjectFactory.SetPackageItemExtension(btn_unlock_1.URL, typeof(btn_unlock_1));
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,27 @@
|
||||
/** This is an automatically generated class by FairyGUI. Please do not modify it. **/
|
||||
|
||||
using FairyGUI;
|
||||
using FairyGUI.Utils;
|
||||
|
||||
namespace FGUI.LG_live
|
||||
{
|
||||
public partial class btn_claim : GButton
|
||||
{
|
||||
public Controller have_vip;
|
||||
public GImage ad_icon;
|
||||
public const string URL = "ui://ttzukgl9lk0x1d";
|
||||
|
||||
public static btn_claim CreateInstance()
|
||||
{
|
||||
return (btn_claim)UIPackage.CreateObject("LG_live", "btn_claim");
|
||||
}
|
||||
|
||||
public override void ConstructFromXML(XML xml)
|
||||
{
|
||||
base.ConstructFromXML(xml);
|
||||
|
||||
have_vip = GetControllerAt(0);
|
||||
ad_icon = (GImage)GetChildAt(1);
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,11 @@
|
||||
fileFormatVersion: 2
|
||||
guid: d080593136c6b74438e366864f073a4c
|
||||
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.LG_live
|
||||
{
|
||||
public partial class btn_unlock_1 : GButton
|
||||
{
|
||||
public Controller down_load;
|
||||
public const string URL = "ui://ttzukgl9lk0x1i";
|
||||
|
||||
public static btn_unlock_1 CreateInstance()
|
||||
{
|
||||
return (btn_unlock_1)UIPackage.CreateObject("LG_live", "btn_unlock_1");
|
||||
}
|
||||
|
||||
public override void ConstructFromXML(XML xml)
|
||||
{
|
||||
base.ConstructFromXML(xml);
|
||||
|
||||
down_load = GetControllerAt(0);
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,11 @@
|
||||
fileFormatVersion: 2
|
||||
guid: c6836849b9bedcb4b9f3e81def6d3a3f
|
||||
MonoImporter:
|
||||
externalObjects: {}
|
||||
serializedVersion: 2
|
||||
defaultReferences: []
|
||||
executionOrder: 0
|
||||
icon: {instanceID: 0}
|
||||
userData:
|
||||
assetBundleName:
|
||||
assetBundleVariant:
|
||||
@@ -20,8 +20,8 @@ namespace FGUI.LG_live
|
||||
{
|
||||
base.ConstructFromXML(xml);
|
||||
|
||||
list_ = (GList)GetChildAt(2);
|
||||
btn_close = (GButton)GetChildAt(3);
|
||||
list_ = (GList)GetChildAt(1);
|
||||
btn_close = (GButton)GetChildAt(2);
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -16,8 +16,8 @@ namespace FGUI.LG_live
|
||||
public GComponent com_loader;
|
||||
public GComponent img_cover;
|
||||
public GImage img_mask;
|
||||
public GButton btn_download;
|
||||
public GButton btn_download_coin;
|
||||
public btn_claim btn_download;
|
||||
public btn_unlock_1 btn_download_coin;
|
||||
public GButton btn_pay;
|
||||
public GButton btn_watchad;
|
||||
public GButton btn_vip_unlock;
|
||||
@@ -41,8 +41,8 @@ namespace FGUI.LG_live
|
||||
com_loader = (GComponent)GetChildAt(4);
|
||||
img_cover = (GComponent)GetChildAt(5);
|
||||
img_mask = (GImage)GetChildAt(6);
|
||||
btn_download = (GButton)GetChildAt(7);
|
||||
btn_download_coin = (GButton)GetChildAt(8);
|
||||
btn_download = (btn_claim)GetChildAt(7);
|
||||
btn_download_coin = (btn_unlock_1)GetChildAt(8);
|
||||
btn_pay = (GButton)GetChildAt(11);
|
||||
btn_watchad = (GButton)GetChildAt(12);
|
||||
btn_vip_unlock = (GButton)GetChildAt(13);
|
||||
|
||||
@@ -26,6 +26,7 @@ namespace FGUI.ZM_Lobby_03
|
||||
public GButton btn_head;
|
||||
public GButton btn_gold;
|
||||
public btn_play btn_play;
|
||||
public btn_play btn_play_1;
|
||||
public GButton btn_album;
|
||||
public GButton btn_secret;
|
||||
public GButton btn_vip;
|
||||
@@ -72,22 +73,23 @@ namespace FGUI.ZM_Lobby_03
|
||||
btn_head = (GButton)GetChildAt(19);
|
||||
btn_gold = (GButton)GetChildAt(20);
|
||||
btn_play = (btn_play)GetChildAt(21);
|
||||
btn_album = (GButton)GetChildAt(22);
|
||||
btn_secret = (GButton)GetChildAt(23);
|
||||
btn_vip = (GButton)GetChildAt(24);
|
||||
btn_live = (GButton)GetChildAt(25);
|
||||
btn_wheel = (GButton)GetChildAt(26);
|
||||
btn_sign = (btn_sign)GetChildAt(27);
|
||||
btn_shop = (GButton)GetChildAt(28);
|
||||
btn_pass = (btn_task_pass)GetChildAt(29);
|
||||
btn_three_day = (GButton)GetChildAt(30);
|
||||
btn_task = (GButton)GetChildAt(31);
|
||||
btn_noads = (GButton)GetChildAt(32);
|
||||
btn_record = (GButton)GetChildAt(33);
|
||||
btn_restore = (GButton)GetChildAt(34);
|
||||
btn_egg = (btn_egg)GetChildAt(35);
|
||||
top_panel = (GGroup)GetChildAt(36);
|
||||
btn_chat = (GButton)GetChildAt(37);
|
||||
btn_play_1 = (btn_play)GetChildAt(22);
|
||||
btn_album = (GButton)GetChildAt(23);
|
||||
btn_secret = (GButton)GetChildAt(24);
|
||||
btn_vip = (GButton)GetChildAt(25);
|
||||
btn_live = (GButton)GetChildAt(26);
|
||||
btn_wheel = (GButton)GetChildAt(27);
|
||||
btn_sign = (btn_sign)GetChildAt(28);
|
||||
btn_shop = (GButton)GetChildAt(29);
|
||||
btn_pass = (btn_task_pass)GetChildAt(30);
|
||||
btn_three_day = (GButton)GetChildAt(31);
|
||||
btn_task = (GButton)GetChildAt(32);
|
||||
btn_noads = (GButton)GetChildAt(33);
|
||||
btn_record = (GButton)GetChildAt(34);
|
||||
btn_restore = (GButton)GetChildAt(35);
|
||||
btn_egg = (btn_egg)GetChildAt(36);
|
||||
top_panel = (GGroup)GetChildAt(37);
|
||||
btn_chat = (GButton)GetChildAt(38);
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user