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