39 lines
1.2 KiB
C#
39 lines
1.2 KiB
C#
/** This is an automatically generated class by FairyGUI. Please do not modify it. **/
|
|||
|
|
|
||
|
|
using FairyGUI;
|
||
|
|
using FairyGUI.Utils;
|
||
|
|
|
||
|
|
namespace FGUI.P06_Hall
|
||
|
|
{
|
||
|
|
public partial class com_faq : GComponent
|
||
|
|
{
|
||
|
|
public GTextField lab_title;
|
||
|
|
public GButton btn_close;
|
||
|
|
public GImage input_bg;
|
||
|
|
public GButton btn_contactus;
|
||
|
|
public GButton btn_send;
|
||
|
|
public GList list_msg;
|
||
|
|
public GTextInput input_msg;
|
||
|
|
public GList list_faq;
|
||
|
|
public const string URL = "ui://gytj501ci5lx1r";
|
||
|
|
|
||
|
|
public static com_faq CreateInstance()
|
||
|
|
{
|
||
|
|
return (com_faq)UIPackage.CreateObject("P06_Hall", "com_faq");
|
||
|
|
}
|
||
|
|
|
||
|
|
public override void ConstructFromXML(XML xml)
|
||
|
|
{
|
||
|
|
base.ConstructFromXML(xml);
|
||
|
|
|
||
|
|
lab_title = (GTextField)GetChildAt(1);
|
||
|
|
btn_close = (GButton)GetChildAt(2);
|
||
|
|
input_bg = (GImage)GetChildAt(4);
|
||
|
|
btn_contactus = (GButton)GetChildAt(5);
|
||
|
|
btn_send = (GButton)GetChildAt(6);
|
||
|
|
list_msg = (GList)GetChildAt(7);
|
||
|
|
input_msg = (GTextInput)GetChildAt(8);
|
||
|
|
list_faq = (GList)GetChildAt(9);
|
||
|
|
}
|
||
|
|
}
|
||
|
|
}
|