bingo 项目提交
This commit is contained in:
@@ -0,0 +1,29 @@
|
||||
/** 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);
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user