fix:1、添加项目
This commit is contained in:
@@ -0,0 +1,35 @@
|
||||
/** 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_task : GComponent
|
||||
{
|
||||
public Controller cont_process;
|
||||
public GTextField text_orderid;
|
||||
public GTextField text_task_title;
|
||||
public GTextField text_ads;
|
||||
public GTextField text_task;
|
||||
public GTextField text_payer;
|
||||
public const string URL = "ui://md8tkwlzes171x";
|
||||
|
||||
public static com_task CreateInstance()
|
||||
{
|
||||
return (com_task)UIPackage.CreateObject("tixian", "com_task");
|
||||
}
|
||||
|
||||
public override void ConstructFromXML(XML xml)
|
||||
{
|
||||
base.ConstructFromXML(xml);
|
||||
|
||||
cont_process = GetControllerAt(0);
|
||||
text_orderid = (GTextField)GetChildAt(6);
|
||||
text_task_title = (GTextField)GetChildAt(7);
|
||||
text_ads = (GTextField)GetChildAt(8);
|
||||
text_task = (GTextField)GetChildAt(9);
|
||||
text_payer = (GTextField)GetChildAt(10);
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user