31 lines
893 B
C#
31 lines
893 B
C#
|
|
/** This is an automatically generated class by FairyGUI. Please do not modify it. **/
|
||
|
|
|
||
|
|
using FairyGUI;
|
||
|
|
using FairyGUI.Utils;
|
||
|
|
|
||
|
|
namespace FGUI.JBingoPlay
|
||
|
|
{
|
||
|
|
public partial class com_morecard : GComponent
|
||
|
|
{
|
||
|
|
public GTextField title;
|
||
|
|
public GButton closeButton;
|
||
|
|
public GButton btn_more;
|
||
|
|
public GTextField text_cardnum;
|
||
|
|
public const string URL = "ui://qrqjiu5sn5d5fk";
|
||
|
|
|
||
|
|
public static com_morecard CreateInstance()
|
||
|
|
{
|
||
|
|
return (com_morecard)UIPackage.CreateObject("JBingoPlay", "com_morecard");
|
||
|
|
}
|
||
|
|
|
||
|
|
public override void ConstructFromXML(XML xml)
|
||
|
|
{
|
||
|
|
base.ConstructFromXML(xml);
|
||
|
|
|
||
|
|
title = (GTextField)GetChildAt(1);
|
||
|
|
closeButton = (GButton)GetChildAt(3);
|
||
|
|
btn_more = (GButton)GetChildAt(4);
|
||
|
|
text_cardnum = (GTextField)GetChildAt(6);
|
||
|
|
}
|
||
|
|
}
|
||
|
|
}
|