31 lines
884 B
C#
31 lines
884 B
C#
/** This is an automatically generated class by FairyGUI. Please do not modify it. **/
|
|
|
|
using FairyGUI;
|
|
using FairyGUI.Utils;
|
|
|
|
namespace FGUI.Common_01
|
|
{
|
|
public partial class com_adcoming : GComponent
|
|
{
|
|
public GTextField money_text;
|
|
public GTextField time_text;
|
|
public btn_get btn_removead;
|
|
public Transition t0;
|
|
public const string URL = "ui://o9974uc5jobfas";
|
|
|
|
public static com_adcoming CreateInstance()
|
|
{
|
|
return (com_adcoming)UIPackage.CreateObject("Common_01", "com_adcoming");
|
|
}
|
|
|
|
public override void ConstructFromXML(XML xml)
|
|
{
|
|
base.ConstructFromXML(xml);
|
|
|
|
money_text = (GTextField)GetChildAt(2);
|
|
time_text = (GTextField)GetChildAt(3);
|
|
btn_removead = (btn_get)GetChildAt(4);
|
|
t0 = GetTransitionAt(0);
|
|
}
|
|
}
|
|
} |