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_Vip
|
||
|
|
{
|
||
|
|
public partial class com_vip : GComponent
|
||
|
|
{
|
||
|
|
public Controller vip_lv;
|
||
|
|
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 GTextField text_terms;
|
||
|
|
public GButton btn_restore;
|
||
|
|
public GButton btn_close;
|
||
|
|
public GLoader vip_icon_loader;
|
||
|
|
public GGroup group_;
|
||
|
|
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);
|
||
|
|
|
||
|
|
vip_lv = GetControllerAt(0);
|
||
|
|
bg_loader = (GLoader)GetChildAt(1);
|
||
|
|
list = (GList)GetChildAt(3);
|
||
|
|
btn_week = (btn_vipType)GetChildAt(4);
|
||
|
|
btn_month = (btn_vipType)GetChildAt(5);
|
||
|
|
btn_year = (btn_vipType)GetChildAt(6);
|
||
|
|
btn_sub = (btn_subscirbe)GetChildAt(7);
|
||
|
|
btn_pri = (GButton)GetChildAt(8);
|
||
|
|
btn_terns = (GButton)GetChildAt(9);
|
||
|
|
text_terms = (GTextField)GetChildAt(11);
|
||
|
|
btn_restore = (GButton)GetChildAt(12);
|
||
|
|
btn_close = (GButton)GetChildAt(14);
|
||
|
|
vip_icon_loader = (GLoader)GetChildAt(17);
|
||
|
|
group_ = (GGroup)GetChildAt(19);
|
||
|
|
}
|
||
|
|
}
|
||
|
|
}
|