fix:1、添加项目
This commit is contained in:
@@ -0,0 +1,18 @@
|
||||
/** This is an automatically generated class by FairyGUI. Please do not modify it. **/
|
||||
|
||||
using FairyGUI;
|
||||
|
||||
namespace FGUI.P17_PackAward
|
||||
{
|
||||
public class P17_PackAwardBinder
|
||||
{
|
||||
public static void BindAll()
|
||||
{
|
||||
UIObjectFactory.SetPackageItemExtension(com_packaward.URL, typeof(com_packaward));
|
||||
UIObjectFactory.SetPackageItemExtension(com_passunlock.URL, typeof(com_passunlock));
|
||||
UIObjectFactory.SetPackageItemExtension(pack_panelparent.URL, typeof(pack_panelparent));
|
||||
UIObjectFactory.SetPackageItemExtension(pack_panel.URL, typeof(pack_panel));
|
||||
UIObjectFactory.SetPackageItemExtension(com_adcoming.URL, typeof(com_adcoming));
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,11 @@
|
||||
fileFormatVersion: 2
|
||||
guid: 5e46e25d072404b1b9baaf2ae5217dec
|
||||
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.P17_PackAward
|
||||
{
|
||||
public partial class com_adcoming : GComponent
|
||||
{
|
||||
public GImage img_progress;
|
||||
public GTextField money_text;
|
||||
public GButton btn_removead;
|
||||
public GTextField time_text;
|
||||
public const string URL = "ui://5gv9hkgsrnhkl";
|
||||
|
||||
public static com_adcoming CreateInstance()
|
||||
{
|
||||
return (com_adcoming)UIPackage.CreateObject("P17_PackAward", "com_adcoming");
|
||||
}
|
||||
|
||||
public override void ConstructFromXML(XML xml)
|
||||
{
|
||||
base.ConstructFromXML(xml);
|
||||
|
||||
img_progress = (GImage)GetChildAt(2);
|
||||
money_text = (GTextField)GetChildAt(3);
|
||||
btn_removead = (GButton)GetChildAt(4);
|
||||
time_text = (GTextField)GetChildAt(5);
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,11 @@
|
||||
fileFormatVersion: 2
|
||||
guid: 6ace373846f9e48558f0321d38c1550d
|
||||
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.P17_PackAward
|
||||
{
|
||||
public partial class com_packaward : GComponent
|
||||
{
|
||||
public pack_panelparent panel_parent;
|
||||
public GButton gold;
|
||||
public const string URL = "ui://5gv9hkgsd3a90";
|
||||
|
||||
public static com_packaward CreateInstance()
|
||||
{
|
||||
return (com_packaward)UIPackage.CreateObject("P17_PackAward", "com_packaward");
|
||||
}
|
||||
|
||||
public override void ConstructFromXML(XML xml)
|
||||
{
|
||||
base.ConstructFromXML(xml);
|
||||
|
||||
panel_parent = (pack_panelparent)GetChildAt(1);
|
||||
gold = (GButton)GetChildAt(2);
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,11 @@
|
||||
fileFormatVersion: 2
|
||||
guid: 8cd4788013d7c458d9f77d072b3518cd
|
||||
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.P17_PackAward
|
||||
{
|
||||
public partial class com_passunlock : GComponent
|
||||
{
|
||||
public Controller pay_type;
|
||||
public GButton btn_close;
|
||||
public GTextField text_allgold;
|
||||
public GButton btn_buypass;
|
||||
public GTextField tips;
|
||||
public GTextField ads;
|
||||
public GButton btn_max_pay;
|
||||
public const string URL = "ui://5gv9hkgsd3a91";
|
||||
|
||||
public static com_passunlock CreateInstance()
|
||||
{
|
||||
return (com_passunlock)UIPackage.CreateObject("P17_PackAward", "com_passunlock");
|
||||
}
|
||||
|
||||
public override void ConstructFromXML(XML xml)
|
||||
{
|
||||
base.ConstructFromXML(xml);
|
||||
|
||||
pay_type = GetControllerAt(0);
|
||||
btn_close = (GButton)GetChildAt(3);
|
||||
text_allgold = (GTextField)GetChildAt(6);
|
||||
btn_buypass = (GButton)GetChildAt(7);
|
||||
tips = (GTextField)GetChildAt(8);
|
||||
ads = (GTextField)GetChildAt(9);
|
||||
btn_max_pay = (GButton)GetChildAt(10);
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,11 @@
|
||||
fileFormatVersion: 2
|
||||
guid: 5acaa6439bc2b45b0bfc9fcf22528c2a
|
||||
MonoImporter:
|
||||
externalObjects: {}
|
||||
serializedVersion: 2
|
||||
defaultReferences: []
|
||||
executionOrder: 0
|
||||
icon: {instanceID: 0}
|
||||
userData:
|
||||
assetBundleName:
|
||||
assetBundleVariant:
|
||||
@@ -0,0 +1,61 @@
|
||||
/** This is an automatically generated class by FairyGUI. Please do not modify it. **/
|
||||
|
||||
using FairyGUI;
|
||||
using FairyGUI.Utils;
|
||||
|
||||
namespace FGUI.P17_PackAward
|
||||
{
|
||||
public partial class pack_panel : GComponent
|
||||
{
|
||||
public Controller pay_type;
|
||||
public GButton btn_close1;
|
||||
public GTextField text_goldnum2;
|
||||
public GTextField title;
|
||||
public GTextField title2;
|
||||
public GTextField tips2;
|
||||
public GButton btn_buyremovead;
|
||||
public GButton btn_max_remove;
|
||||
public GTextField lab_time;
|
||||
public GGraph ani_pack_bg;
|
||||
public GTextField text_goldnum;
|
||||
public GTextField text_refreshnum;
|
||||
public GTextField text_outnum;
|
||||
public GTextField text_backnum1;
|
||||
public GTextField tips1;
|
||||
public GButton btn_max_pack;
|
||||
public GButton btn_buypack;
|
||||
public GTextField ads;
|
||||
public GButton btn_close0;
|
||||
public const string URL = "ui://5gv9hkgsd3a96";
|
||||
|
||||
public static pack_panel CreateInstance()
|
||||
{
|
||||
return (pack_panel)UIPackage.CreateObject("P17_PackAward", "pack_panel");
|
||||
}
|
||||
|
||||
public override void ConstructFromXML(XML xml)
|
||||
{
|
||||
base.ConstructFromXML(xml);
|
||||
|
||||
pay_type = GetControllerAt(0);
|
||||
btn_close1 = (GButton)GetChildAt(7);
|
||||
text_goldnum2 = (GTextField)GetChildAt(11);
|
||||
title = (GTextField)GetChildAt(12);
|
||||
title2 = (GTextField)GetChildAt(13);
|
||||
tips2 = (GTextField)GetChildAt(14);
|
||||
btn_buyremovead = (GButton)GetChildAt(15);
|
||||
btn_max_remove = (GButton)GetChildAt(16);
|
||||
lab_time = (GTextField)GetChildAt(17);
|
||||
ani_pack_bg = (GGraph)GetChildAt(20);
|
||||
text_goldnum = (GTextField)GetChildAt(32);
|
||||
text_refreshnum = (GTextField)GetChildAt(33);
|
||||
text_outnum = (GTextField)GetChildAt(34);
|
||||
text_backnum1 = (GTextField)GetChildAt(35);
|
||||
tips1 = (GTextField)GetChildAt(36);
|
||||
btn_max_pack = (GButton)GetChildAt(37);
|
||||
btn_buypack = (GButton)GetChildAt(38);
|
||||
ads = (GTextField)GetChildAt(39);
|
||||
btn_close0 = (GButton)GetChildAt(40);
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,11 @@
|
||||
fileFormatVersion: 2
|
||||
guid: fe0d44eaf464d45dca272b9ad0ae4c4e
|
||||
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.P17_PackAward
|
||||
{
|
||||
public partial class pack_panelparent : GComponent
|
||||
{
|
||||
public pack_panel panel;
|
||||
public const string URL = "ui://5gv9hkgsd3a95";
|
||||
|
||||
public static pack_panelparent CreateInstance()
|
||||
{
|
||||
return (pack_panelparent)UIPackage.CreateObject("P17_PackAward", "pack_panelparent");
|
||||
}
|
||||
|
||||
public override void ConstructFromXML(XML xml)
|
||||
{
|
||||
base.ConstructFromXML(xml);
|
||||
|
||||
panel = (pack_panel)GetChildAt(0);
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,11 @@
|
||||
fileFormatVersion: 2
|
||||
guid: e415fe98c942c47fdb05609b5e9548ca
|
||||
MonoImporter:
|
||||
externalObjects: {}
|
||||
serializedVersion: 2
|
||||
defaultReferences: []
|
||||
executionOrder: 0
|
||||
icon: {instanceID: 0}
|
||||
userData:
|
||||
assetBundleName:
|
||||
assetBundleVariant:
|
||||
Reference in New Issue
Block a user