29 lines
778 B
C#
29 lines
778 B
C#
/** This is an automatically generated class by FairyGUI. Please do not modify it. **/
|
|
|
|
using FairyGUI;
|
|
using FairyGUI.Utils;
|
|
|
|
namespace FGUI.JTask
|
|
{
|
|
public partial class com_task : GComponent
|
|
{
|
|
public GList list_task;
|
|
public GButton closeButton;
|
|
public GTextField text_time;
|
|
public const string URL = "ui://qmomwx89lbaa0";
|
|
|
|
public static com_task CreateInstance()
|
|
{
|
|
return (com_task)UIPackage.CreateObject("JTask", "com_task");
|
|
}
|
|
|
|
public override void ConstructFromXML(XML xml)
|
|
{
|
|
base.ConstructFromXML(xml);
|
|
|
|
list_task = (GList)GetChildAt(2);
|
|
closeButton = (GButton)GetChildAt(3);
|
|
text_time = (GTextField)GetChildAt(5);
|
|
}
|
|
}
|
|
} |