47 lines
1.5 KiB
C#
47 lines
1.5 KiB
C#
/** This is an automatically generated class by FairyGUI. Please do not modify it. **/
|
|
|
|
using FairyGUI;
|
|
using FairyGUI.Utils;
|
|
|
|
namespace FGUI.LG_Vip
|
|
{
|
|
public partial class com_vip : GComponent
|
|
{
|
|
public Controller viplevel;
|
|
public GLoader bg_loader;
|
|
public GList list;
|
|
public btn_vipType btn_week;
|
|
public btn_vipType btn_month;
|
|
public btn_vipType btn_year;
|
|
public btn_subscirbe btn_sub;
|
|
public GButton btn_pri;
|
|
public GButton btn_terns;
|
|
public GButton btn_close;
|
|
public GTextField text_terms;
|
|
public GButton btn_restore;
|
|
public const string URL = "ui://thnrr08jcv0e0";
|
|
|
|
public static com_vip CreateInstance()
|
|
{
|
|
return (com_vip)UIPackage.CreateObject("LG_Vip", "com_vip");
|
|
}
|
|
|
|
public override void ConstructFromXML(XML xml)
|
|
{
|
|
base.ConstructFromXML(xml);
|
|
|
|
viplevel = GetControllerAt(0);
|
|
bg_loader = (GLoader)GetChildAt(2);
|
|
list = (GList)GetChildAt(7);
|
|
btn_week = (btn_vipType)GetChildAt(8);
|
|
btn_month = (btn_vipType)GetChildAt(9);
|
|
btn_year = (btn_vipType)GetChildAt(10);
|
|
btn_sub = (btn_subscirbe)GetChildAt(11);
|
|
btn_pri = (GButton)GetChildAt(12);
|
|
btn_terns = (GButton)GetChildAt(13);
|
|
btn_close = (GButton)GetChildAt(14);
|
|
text_terms = (GTextField)GetChildAt(17);
|
|
btn_restore = (GButton)GetChildAt(18);
|
|
}
|
|
}
|
|
} |