31 lines
886 B
C#
31 lines
886 B
C#
|
|
/** This is an automatically generated class by FairyGUI. Please do not modify it. **/
|
||
|
|
|
||
|
|
using FairyGUI;
|
||
|
|
using FairyGUI.Utils;
|
||
|
|
|
||
|
|
namespace FGUI.G007_makeup
|
||
|
|
{
|
||
|
|
public partial class com_enter : GComponent
|
||
|
|
{
|
||
|
|
public Controller cont_type;
|
||
|
|
public GTextInput enter_email;
|
||
|
|
public GTextInput enter_phone;
|
||
|
|
public GTextField ph_7;
|
||
|
|
public const string URL = "ui://md8tkwlzdeiw1k";
|
||
|
|
|
||
|
|
public static com_enter CreateInstance()
|
||
|
|
{
|
||
|
|
return (com_enter)UIPackage.CreateObject("G007_makeup", "com_enter");
|
||
|
|
}
|
||
|
|
|
||
|
|
public override void ConstructFromXML(XML xml)
|
||
|
|
{
|
||
|
|
base.ConstructFromXML(xml);
|
||
|
|
|
||
|
|
cont_type = GetControllerAt(0);
|
||
|
|
enter_email = (GTextInput)GetChildAt(2);
|
||
|
|
enter_phone = (GTextInput)GetChildAt(3);
|
||
|
|
ph_7 = (GTextField)GetChildAt(4);
|
||
|
|
}
|
||
|
|
}
|
||
|
|
}
|