31 lines
901 B
C#
31 lines
901 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 txt_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);
|
|
|
|
txt_title = (GTextField)GetChildAt(2);
|
|
closeButton = (GButton)GetChildAt(3);
|
|
btn_more = (GButton)GetChildAt(5);
|
|
text_cardnum = (GTextField)GetChildAt(7);
|
|
}
|
|
}
|
|
} |