fix:1、添加项目
This commit is contained in:
@@ -0,0 +1,37 @@
|
||||
/** This is an automatically generated class by FairyGUI. Please do not modify it. **/
|
||||
|
||||
using FairyGUI;
|
||||
using FairyGUI.Utils;
|
||||
|
||||
namespace FGUI.rank
|
||||
{
|
||||
public partial class btn_task_tab : GComponent
|
||||
{
|
||||
public Controller select;
|
||||
public GTextField title;
|
||||
public GTextField title1;
|
||||
public GTextField title2;
|
||||
public GButton btn_hour;
|
||||
public GButton btn_day;
|
||||
public GButton btn_week;
|
||||
public const string URL = "ui://edhx114fiec41";
|
||||
|
||||
public static btn_task_tab CreateInstance()
|
||||
{
|
||||
return (btn_task_tab)UIPackage.CreateObject("rank", "btn_task_tab");
|
||||
}
|
||||
|
||||
public override void ConstructFromXML(XML xml)
|
||||
{
|
||||
base.ConstructFromXML(xml);
|
||||
|
||||
select = GetControllerAt(0);
|
||||
title = (GTextField)GetChildAt(2);
|
||||
title1 = (GTextField)GetChildAt(7);
|
||||
title2 = (GTextField)GetChildAt(8);
|
||||
btn_hour = (GButton)GetChildAt(9);
|
||||
btn_day = (GButton)GetChildAt(10);
|
||||
btn_week = (GButton)GetChildAt(11);
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user