31 lines
848 B
C#
31 lines
848 B
C#
/** This is an automatically generated class by FairyGUI. Please do not modify it. **/
|
|
|
|
using FairyGUI;
|
|
using FairyGUI.Utils;
|
|
|
|
namespace FGUI.bkg_jilu
|
|
{
|
|
public partial class com_jilu : GComponent
|
|
{
|
|
public GTextField txt_title;
|
|
public GButton btn_close;
|
|
public GList list;
|
|
public com_panel panel;
|
|
public const string URL = "ui://u5bqcwhxf6p00";
|
|
|
|
public static com_jilu CreateInstance()
|
|
{
|
|
return (com_jilu)UIPackage.CreateObject("bkg_jilu", "com_jilu");
|
|
}
|
|
|
|
public override void ConstructFromXML(XML xml)
|
|
{
|
|
base.ConstructFromXML(xml);
|
|
|
|
txt_title = (GTextField)GetChildAt(2);
|
|
btn_close = (GButton)GetChildAt(3);
|
|
list = (GList)GetChildAt(4);
|
|
panel = (com_panel)GetChildAt(5);
|
|
}
|
|
}
|
|
} |