33 lines
990 B
C#
33 lines
990 B
C#
/** This is an automatically generated class by FairyGUI. Please do not modify it. **/
|
|
|
|
using FairyGUI;
|
|
using FairyGUI.Utils;
|
|
|
|
namespace FGUI.ZM_Petty
|
|
{
|
|
public partial class com_detail : GComponent
|
|
{
|
|
public GTextField text_amount;
|
|
public GTextField text_data;
|
|
public GTextField text_order;
|
|
public GTextField text_email;
|
|
public GTextField text_limit;
|
|
public const string URL = "ui://e9w4rbkqkbzob";
|
|
|
|
public static com_detail CreateInstance()
|
|
{
|
|
return (com_detail)UIPackage.CreateObject("ZM_Petty", "com_detail");
|
|
}
|
|
|
|
public override void ConstructFromXML(XML xml)
|
|
{
|
|
base.ConstructFromXML(xml);
|
|
|
|
text_amount = (GTextField)GetChildAt(2);
|
|
text_data = (GTextField)GetChildAt(3);
|
|
text_order = (GTextField)GetChildAt(4);
|
|
text_email = (GTextField)GetChildAt(5);
|
|
text_limit = (GTextField)GetChildAt(6);
|
|
}
|
|
}
|
|
} |