27 lines
729 B
C#
27 lines
729 B
C#
/** This is an automatically generated class by FairyGUI. Please do not modify it. **/
|
|
|
|
using FairyGUI;
|
|
using FairyGUI.Utils;
|
|
|
|
namespace FGUI.tixian
|
|
{
|
|
public partial class com_ticket_item : GComponent
|
|
{
|
|
public GTextField lab_num;
|
|
public btn_kicket btn_claim;
|
|
public const string URL = "ui://jwedp6jytivmee";
|
|
|
|
public static com_ticket_item CreateInstance()
|
|
{
|
|
return (com_ticket_item)UIPackage.CreateObject("tixian", "com_ticket_item");
|
|
}
|
|
|
|
public override void ConstructFromXML(XML xml)
|
|
{
|
|
base.ConstructFromXML(xml);
|
|
|
|
lab_num = (GTextField)GetChildAt(4);
|
|
btn_claim = (btn_kicket)GetChildAt(5);
|
|
}
|
|
}
|
|
} |