41 lines
1.3 KiB
C#
41 lines
1.3 KiB
C#
/** This is an automatically generated class by FairyGUI. Please do not modify it. **/
|
|
|
|
using FairyGUI;
|
|
using FairyGUI.Utils;
|
|
|
|
namespace FGUI.JMain
|
|
{
|
|
public partial class com_firstreward : GComponent
|
|
{
|
|
public Controller state;
|
|
public GGraph spine_parent;
|
|
public GButton btn_getreward;
|
|
public GTextField txt_title;
|
|
public GButton closeButton;
|
|
public GTextField text_num;
|
|
public GButton btn_get;
|
|
public GImage img_gold;
|
|
public GTextField end_point;
|
|
public const string URL = "ui://qw9x6rf3ngxz38";
|
|
|
|
public static com_firstreward CreateInstance()
|
|
{
|
|
return (com_firstreward)UIPackage.CreateObject("JMain", "com_firstreward");
|
|
}
|
|
|
|
public override void ConstructFromXML(XML xml)
|
|
{
|
|
base.ConstructFromXML(xml);
|
|
|
|
state = GetControllerAt(0);
|
|
spine_parent = (GGraph)GetChildAt(0);
|
|
btn_getreward = (GButton)GetChildAt(1);
|
|
txt_title = (GTextField)GetChildAt(4);
|
|
closeButton = (GButton)GetChildAt(5);
|
|
text_num = (GTextField)GetChildAt(6);
|
|
btn_get = (GButton)GetChildAt(7);
|
|
img_gold = (GImage)GetChildAt(8);
|
|
end_point = (GTextField)GetChildAt(10);
|
|
}
|
|
}
|
|
} |