29 lines
773 B
C#
29 lines
773 B
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_faq : GComponent
|
|
{
|
|
public GRichTextField txt_title;
|
|
public GList list_;
|
|
public GButton btn_close;
|
|
public const string URL = "ui://qw9x6rf3heqb2x";
|
|
|
|
public static com_faq CreateInstance()
|
|
{
|
|
return (com_faq)UIPackage.CreateObject("JMain", "com_faq");
|
|
}
|
|
|
|
public override void ConstructFromXML(XML xml)
|
|
{
|
|
base.ConstructFromXML(xml);
|
|
|
|
txt_title = (GRichTextField)GetChildAt(1);
|
|
list_ = (GList)GetChildAt(24);
|
|
btn_close = (GButton)GetChildAt(25);
|
|
}
|
|
}
|
|
} |