新增兑换
This commit is contained in:
@@ -0,0 +1,47 @@
|
||||
/** This is an automatically generated class by FairyGUI. Please do not modify it. **/
|
||||
|
||||
using FairyGUI;
|
||||
using FairyGUI.Utils;
|
||||
|
||||
namespace FGUI.JMall
|
||||
{
|
||||
public partial class com_exchange : GComponent
|
||||
{
|
||||
public btn_setnum btn_subcard;
|
||||
public btn_setnum btn_addcard;
|
||||
public GTextField text_card_num;
|
||||
public btn_redeem_coin btn_exchange_card;
|
||||
public btn_setnum btn_subamazon;
|
||||
public btn_setnum btn_addamazon;
|
||||
public GTextField text_amazon_num;
|
||||
public btn_redeem_coin btn_exchange_amazon;
|
||||
public GTextField text_amazon_ch;
|
||||
public com_makeup com_makeup0;
|
||||
public com_makeup com_makeup1;
|
||||
public com_makeup com_makeup2;
|
||||
public const string URL = "ui://wj1zvor9pf31j";
|
||||
|
||||
public static com_exchange CreateInstance()
|
||||
{
|
||||
return (com_exchange)UIPackage.CreateObject("JMall", "com_exchange");
|
||||
}
|
||||
|
||||
public override void ConstructFromXML(XML xml)
|
||||
{
|
||||
base.ConstructFromXML(xml);
|
||||
|
||||
btn_subcard = (btn_setnum)GetChildAt(5);
|
||||
btn_addcard = (btn_setnum)GetChildAt(6);
|
||||
text_card_num = (GTextField)GetChildAt(7);
|
||||
btn_exchange_card = (btn_redeem_coin)GetChildAt(8);
|
||||
btn_subamazon = (btn_setnum)GetChildAt(10);
|
||||
btn_addamazon = (btn_setnum)GetChildAt(11);
|
||||
text_amazon_num = (GTextField)GetChildAt(12);
|
||||
btn_exchange_amazon = (btn_redeem_coin)GetChildAt(13);
|
||||
text_amazon_ch = (GTextField)GetChildAt(16);
|
||||
com_makeup0 = (com_makeup)GetChildAt(17);
|
||||
com_makeup1 = (com_makeup)GetChildAt(18);
|
||||
com_makeup2 = (com_makeup)GetChildAt(19);
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user