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 end_point;
|
||
|
|
public GTextField text_num;
|
||
|
|
public GTextField title0;
|
||
|
|
public GButton btn_close;
|
||
|
|
public GImage img_cash;
|
||
|
|
public GButton btn_get;
|
||
|
|
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);
|
||
|
|
end_point = (GTextField)GetChildAt(2);
|
||
|
|
text_num = (GTextField)GetChildAt(4);
|
||
|
|
title0 = (GTextField)GetChildAt(5);
|
||
|
|
btn_close = (GButton)GetChildAt(6);
|
||
|
|
img_cash = (GImage)GetChildAt(7);
|
||
|
|
btn_get = (GButton)GetChildAt(8);
|
||
|
|
}
|
||
|
|
}
|
||
|
|
}
|