新增小额奖励
This commit is contained in:
@@ -0,0 +1,21 @@
|
||||
/** This is an automatically generated class by FairyGUI. Please do not modify it. **/
|
||||
|
||||
using FairyGUI;
|
||||
|
||||
namespace FGUI.ZM_Petty
|
||||
{
|
||||
public class ZM_PettyBinder
|
||||
{
|
||||
public static void BindAll()
|
||||
{
|
||||
UIObjectFactory.SetPackageItemExtension(com_petty_award.URL, typeof(com_petty_award));
|
||||
UIObjectFactory.SetPackageItemExtension(com_get_panel.URL, typeof(com_get_panel));
|
||||
UIObjectFactory.SetPackageItemExtension(com_account.URL, typeof(com_account));
|
||||
UIObjectFactory.SetPackageItemExtension(com_email.URL, typeof(com_email));
|
||||
UIObjectFactory.SetPackageItemExtension(com_firstName.URL, typeof(com_firstName));
|
||||
UIObjectFactory.SetPackageItemExtension(com_lastName.URL, typeof(com_lastName));
|
||||
UIObjectFactory.SetPackageItemExtension(com_detail.URL, typeof(com_detail));
|
||||
UIObjectFactory.SetPackageItemExtension(com_scond_confirm.URL, typeof(com_scond_confirm));
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,11 @@
|
||||
fileFormatVersion: 2
|
||||
guid: 2981a968a89b8514583ad63e5e7b4424
|
||||
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.ZM_Petty
|
||||
{
|
||||
public partial class com_account : GComponent
|
||||
{
|
||||
public com_email com_email;
|
||||
public com_firstName com_first_name;
|
||||
public com_lastName com_last_name;
|
||||
public GButton btn_confirm;
|
||||
public const string URL = "ui://e9w4rbkqkbzo4";
|
||||
|
||||
public static com_account CreateInstance()
|
||||
{
|
||||
return (com_account)UIPackage.CreateObject("ZM_Petty", "com_account");
|
||||
}
|
||||
|
||||
public override void ConstructFromXML(XML xml)
|
||||
{
|
||||
base.ConstructFromXML(xml);
|
||||
|
||||
com_email = (com_email)GetChildAt(4);
|
||||
com_first_name = (com_firstName)GetChildAt(5);
|
||||
com_last_name = (com_lastName)GetChildAt(6);
|
||||
btn_confirm = (GButton)GetChildAt(7);
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,11 @@
|
||||
fileFormatVersion: 2
|
||||
guid: a914ed167d523f1428efe0cdc480594d
|
||||
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.ZM_Petty
|
||||
{
|
||||
public partial class com_detail : GComponent
|
||||
{
|
||||
public GTextField text_amount;
|
||||
public GTextField text_data;
|
||||
public GTextField text_order;
|
||||
public GTextField text_email;
|
||||
public GTextField text_limit;
|
||||
public const string URL = "ui://e9w4rbkqkbzob";
|
||||
|
||||
public static com_detail CreateInstance()
|
||||
{
|
||||
return (com_detail)UIPackage.CreateObject("ZM_Petty", "com_detail");
|
||||
}
|
||||
|
||||
public override void ConstructFromXML(XML xml)
|
||||
{
|
||||
base.ConstructFromXML(xml);
|
||||
|
||||
text_amount = (GTextField)GetChildAt(2);
|
||||
text_data = (GTextField)GetChildAt(3);
|
||||
text_order = (GTextField)GetChildAt(4);
|
||||
text_email = (GTextField)GetChildAt(5);
|
||||
text_limit = (GTextField)GetChildAt(6);
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,11 @@
|
||||
fileFormatVersion: 2
|
||||
guid: ce2d2ea1b03310148aee053423f6b7d0
|
||||
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.ZM_Petty
|
||||
{
|
||||
public partial class com_email : GComponent
|
||||
{
|
||||
public GTextInput enter_email;
|
||||
public const string URL = "ui://e9w4rbkqkbzo5";
|
||||
|
||||
public static com_email CreateInstance()
|
||||
{
|
||||
return (com_email)UIPackage.CreateObject("ZM_Petty", "com_email");
|
||||
}
|
||||
|
||||
public override void ConstructFromXML(XML xml)
|
||||
{
|
||||
base.ConstructFromXML(xml);
|
||||
|
||||
enter_email = (GTextInput)GetChildAt(2);
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,11 @@
|
||||
fileFormatVersion: 2
|
||||
guid: c230ffca0dd06d14899e8ea2c43efa78
|
||||
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.ZM_Petty
|
||||
{
|
||||
public partial class com_firstName : GComponent
|
||||
{
|
||||
public GTextInput enter_first_name;
|
||||
public const string URL = "ui://e9w4rbkqkbzo8";
|
||||
|
||||
public static com_firstName CreateInstance()
|
||||
{
|
||||
return (com_firstName)UIPackage.CreateObject("ZM_Petty", "com_firstName");
|
||||
}
|
||||
|
||||
public override void ConstructFromXML(XML xml)
|
||||
{
|
||||
base.ConstructFromXML(xml);
|
||||
|
||||
enter_first_name = (GTextInput)GetChildAt(2);
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,11 @@
|
||||
fileFormatVersion: 2
|
||||
guid: 284c09afa9d82a049b89f18bcc60d585
|
||||
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.ZM_Petty
|
||||
{
|
||||
public partial class com_get_panel : GComponent
|
||||
{
|
||||
public GTextField text_reward;
|
||||
public GButton btn_get;
|
||||
public const string URL = "ui://e9w4rbkqkbzo3";
|
||||
|
||||
public static com_get_panel CreateInstance()
|
||||
{
|
||||
return (com_get_panel)UIPackage.CreateObject("ZM_Petty", "com_get_panel");
|
||||
}
|
||||
|
||||
public override void ConstructFromXML(XML xml)
|
||||
{
|
||||
base.ConstructFromXML(xml);
|
||||
|
||||
text_reward = (GTextField)GetChildAt(2);
|
||||
btn_get = (GButton)GetChildAt(3);
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,11 @@
|
||||
fileFormatVersion: 2
|
||||
guid: 8d7bd47ab0d30804b86df841447000ed
|
||||
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.ZM_Petty
|
||||
{
|
||||
public partial class com_lastName : GComponent
|
||||
{
|
||||
public GTextInput enter_last_name;
|
||||
public const string URL = "ui://e9w4rbkqkbzo9";
|
||||
|
||||
public static com_lastName CreateInstance()
|
||||
{
|
||||
return (com_lastName)UIPackage.CreateObject("ZM_Petty", "com_lastName");
|
||||
}
|
||||
|
||||
public override void ConstructFromXML(XML xml)
|
||||
{
|
||||
base.ConstructFromXML(xml);
|
||||
|
||||
enter_last_name = (GTextInput)GetChildAt(2);
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,11 @@
|
||||
fileFormatVersion: 2
|
||||
guid: 5f43f0e0b9c5efc4faf79bc76efeac6a
|
||||
MonoImporter:
|
||||
externalObjects: {}
|
||||
serializedVersion: 2
|
||||
defaultReferences: []
|
||||
executionOrder: 0
|
||||
icon: {instanceID: 0}
|
||||
userData:
|
||||
assetBundleName:
|
||||
assetBundleVariant:
|
||||
@@ -0,0 +1,39 @@
|
||||
/** This is an automatically generated class by FairyGUI. Please do not modify it. **/
|
||||
|
||||
using FairyGUI;
|
||||
using FairyGUI.Utils;
|
||||
|
||||
namespace FGUI.ZM_Petty
|
||||
{
|
||||
public partial class com_petty_award : GComponent
|
||||
{
|
||||
public Controller state;
|
||||
public GGraph anim;
|
||||
public GButton btn_gerAward;
|
||||
public com_get_panel com_get_panel;
|
||||
public com_account com_account;
|
||||
public com_detail com_detail;
|
||||
public com_scond_confirm com_second_confirm;
|
||||
public GButton btn_close;
|
||||
public const string URL = "ui://e9w4rbkqkbzo26";
|
||||
|
||||
public static com_petty_award CreateInstance()
|
||||
{
|
||||
return (com_petty_award)UIPackage.CreateObject("ZM_Petty", "com_petty_award");
|
||||
}
|
||||
|
||||
public override void ConstructFromXML(XML xml)
|
||||
{
|
||||
base.ConstructFromXML(xml);
|
||||
|
||||
state = GetControllerAt(0);
|
||||
anim = (GGraph)GetChildAt(0);
|
||||
btn_gerAward = (GButton)GetChildAt(1);
|
||||
com_get_panel = (com_get_panel)GetChildAt(2);
|
||||
com_account = (com_account)GetChildAt(3);
|
||||
com_detail = (com_detail)GetChildAt(4);
|
||||
com_second_confirm = (com_scond_confirm)GetChildAt(5);
|
||||
btn_close = (GButton)GetChildAt(6);
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,11 @@
|
||||
fileFormatVersion: 2
|
||||
guid: 263f1e9d94b21d04ba51132ca8935243
|
||||
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.ZM_Petty
|
||||
{
|
||||
public partial class com_scond_confirm : GComponent
|
||||
{
|
||||
public GButton btn_confirm;
|
||||
public GTextField text_account;
|
||||
public GTextField text_first_name;
|
||||
public GTextField text_last_name;
|
||||
public const string URL = "ui://e9w4rbkqkbzoe";
|
||||
|
||||
public static com_scond_confirm CreateInstance()
|
||||
{
|
||||
return (com_scond_confirm)UIPackage.CreateObject("ZM_Petty", "com_scond_confirm");
|
||||
}
|
||||
|
||||
public override void ConstructFromXML(XML xml)
|
||||
{
|
||||
base.ConstructFromXML(xml);
|
||||
|
||||
btn_confirm = (GButton)GetChildAt(2);
|
||||
text_account = (GTextField)GetChildAt(3);
|
||||
text_first_name = (GTextField)GetChildAt(4);
|
||||
text_last_name = (GTextField)GetChildAt(5);
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,11 @@
|
||||
fileFormatVersion: 2
|
||||
guid: 1ea69dbf4afb0e348bb716ee758fed60
|
||||
MonoImporter:
|
||||
externalObjects: {}
|
||||
serializedVersion: 2
|
||||
defaultReferences: []
|
||||
executionOrder: 0
|
||||
icon: {instanceID: 0}
|
||||
userData:
|
||||
assetBundleName:
|
||||
assetBundleVariant:
|
||||
Reference in New Issue
Block a user