39 lines
1.2 KiB
C#
39 lines
1.2 KiB
C#
|
|
/** This is an automatically generated class by FairyGUI. Please do not modify it. **/
|
||
|
|
|
||
|
|
using FairyGUI;
|
||
|
|
using FairyGUI.Utils;
|
||
|
|
|
||
|
|
namespace FGUI.G001_rewardPop
|
||
|
|
{
|
||
|
|
public partial class com_extraItem : GComponent
|
||
|
|
{
|
||
|
|
public Controller cont_extra;
|
||
|
|
public GTextField title;
|
||
|
|
public GTextField text_num;
|
||
|
|
public GButton closeButton;
|
||
|
|
public GButton btn_more;
|
||
|
|
public com_roll com_roll;
|
||
|
|
public GTextField text_cardnum;
|
||
|
|
public btn_claim btn_claim;
|
||
|
|
public const string URL = "ui://tm1qhgb4n5d50";
|
||
|
|
|
||
|
|
public static com_extraItem CreateInstance()
|
||
|
|
{
|
||
|
|
return (com_extraItem)UIPackage.CreateObject("G001_rewardPop", "com_extraItem");
|
||
|
|
}
|
||
|
|
|
||
|
|
public override void ConstructFromXML(XML xml)
|
||
|
|
{
|
||
|
|
base.ConstructFromXML(xml);
|
||
|
|
|
||
|
|
cont_extra = GetControllerAt(0);
|
||
|
|
title = (GTextField)GetChildAt(1);
|
||
|
|
text_num = (GTextField)GetChildAt(4);
|
||
|
|
closeButton = (GButton)GetChildAt(5);
|
||
|
|
btn_more = (GButton)GetChildAt(6);
|
||
|
|
com_roll = (com_roll)GetChildAt(7);
|
||
|
|
text_cardnum = (GTextField)GetChildAt(11);
|
||
|
|
btn_claim = (btn_claim)GetChildAt(14);
|
||
|
|
}
|
||
|
|
}
|
||
|
|
}
|