41 lines
1.2 KiB
C#
41 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.P21_MailView
|
||
|
|
{
|
||
|
|
public partial class com_mail : GComponent
|
||
|
|
{
|
||
|
|
public Controller stage;
|
||
|
|
public GTextField text_noTips;
|
||
|
|
public GButton com_gold;
|
||
|
|
public GList list_mail;
|
||
|
|
public GGroup panel;
|
||
|
|
public Transition show1;
|
||
|
|
public Transition show2;
|
||
|
|
public Transition hide1;
|
||
|
|
public Transition hide2;
|
||
|
|
public const string URL = "ui://oi9nwct7m0oh0";
|
||
|
|
|
||
|
|
public static com_mail CreateInstance()
|
||
|
|
{
|
||
|
|
return (com_mail)UIPackage.CreateObject("P21_MailView", "com_mail");
|
||
|
|
}
|
||
|
|
|
||
|
|
public override void ConstructFromXML(XML xml)
|
||
|
|
{
|
||
|
|
base.ConstructFromXML(xml);
|
||
|
|
|
||
|
|
stage = GetControllerAt(0);
|
||
|
|
text_noTips = (GTextField)GetChildAt(2);
|
||
|
|
com_gold = (GButton)GetChildAt(3);
|
||
|
|
list_mail = (GList)GetChildAt(4);
|
||
|
|
panel = (GGroup)GetChildAt(5);
|
||
|
|
show1 = GetTransitionAt(0);
|
||
|
|
show2 = GetTransitionAt(1);
|
||
|
|
hide1 = GetTransitionAt(2);
|
||
|
|
hide2 = GetTransitionAt(3);
|
||
|
|
}
|
||
|
|
}
|
||
|
|
}
|