51 lines
1.7 KiB
C#
51 lines
1.7 KiB
C#
/** This is an automatically generated class by FairyGUI. Please do not modify it. **/
|
|
|
|
using FairyGUI;
|
|
using FairyGUI.Utils;
|
|
|
|
namespace FGUI.LG_AIchat
|
|
{
|
|
public partial class com_chat : GComponent
|
|
{
|
|
public Controller type;
|
|
public Controller have_free;
|
|
public GList list_;
|
|
public GTextInput input_message;
|
|
public GButton btn_send;
|
|
public GButton btn_photo;
|
|
public GTextField text_remainfreeNum;
|
|
public GButton btn_video;
|
|
public GButton btn_close;
|
|
public GTextField text_name;
|
|
public GButton btn_gold;
|
|
public GLoader top_head;
|
|
public GGroup group_;
|
|
public GTextField text_remainNum;
|
|
public const string URL = "ui://tksc66j2cv0ea";
|
|
|
|
public static com_chat CreateInstance()
|
|
{
|
|
return (com_chat)UIPackage.CreateObject("LG_AIchat", "com_chat");
|
|
}
|
|
|
|
public override void ConstructFromXML(XML xml)
|
|
{
|
|
base.ConstructFromXML(xml);
|
|
|
|
type = GetControllerAt(0);
|
|
have_free = GetControllerAt(1);
|
|
list_ = (GList)GetChildAt(7);
|
|
input_message = (GTextInput)GetChildAt(8);
|
|
btn_send = (GButton)GetChildAt(9);
|
|
btn_photo = (GButton)GetChildAt(10);
|
|
text_remainfreeNum = (GTextField)GetChildAt(11);
|
|
btn_video = (GButton)GetChildAt(12);
|
|
btn_close = (GButton)GetChildAt(14);
|
|
text_name = (GTextField)GetChildAt(16);
|
|
btn_gold = (GButton)GetChildAt(17);
|
|
top_head = (GLoader)GetChildAt(18);
|
|
group_ = (GGroup)GetChildAt(19);
|
|
text_remainNum = (GTextField)GetChildAt(21);
|
|
}
|
|
}
|
|
} |