31 lines
850 B
C#
31 lines
850 B
C#
|
|
/** This is an automatically generated class by FairyGUI. Please do not modify it. **/
|
||
|
|
|
||
|
|
using FairyGUI;
|
||
|
|
using FairyGUI.Utils;
|
||
|
|
|
||
|
|
namespace FGUI.JSign
|
||
|
|
{
|
||
|
|
public partial class com_sign : GComponent
|
||
|
|
{
|
||
|
|
public GGraph gp_bg;
|
||
|
|
public GButton closeButton;
|
||
|
|
public GList list_sign;
|
||
|
|
public GTextField text_time;
|
||
|
|
public const string URL = "ui://9o0kw0z3ouxd0";
|
||
|
|
|
||
|
|
public static com_sign CreateInstance()
|
||
|
|
{
|
||
|
|
return (com_sign)UIPackage.CreateObject("JSign", "com_sign");
|
||
|
|
}
|
||
|
|
|
||
|
|
public override void ConstructFromXML(XML xml)
|
||
|
|
{
|
||
|
|
base.ConstructFromXML(xml);
|
||
|
|
|
||
|
|
gp_bg = (GGraph)GetChildAt(0);
|
||
|
|
closeButton = (GButton)GetChildAt(2);
|
||
|
|
list_sign = (GList)GetChildAt(3);
|
||
|
|
text_time = (GTextField)GetChildAt(5);
|
||
|
|
}
|
||
|
|
}
|
||
|
|
}
|