49 lines
1.6 KiB
C#
49 lines
1.6 KiB
C#
/** This is an automatically generated class by FairyGUI. Please do not modify it. **/
|
|||
|
|
|
||
|
|
using FairyGUI;
|
||
|
|
using FairyGUI.Utils;
|
||
|
|
|
||
|
|
namespace FGUI.P13_AddOne
|
||
|
|
{
|
||
|
|
public partial class com_addView : GComponent
|
||
|
|
{
|
||
|
|
public Controller pay_type;
|
||
|
|
public GTextField title;
|
||
|
|
public GButton btn_close;
|
||
|
|
public com_title com_tips;
|
||
|
|
public com_pic com_pic;
|
||
|
|
public GButton btn_watch;
|
||
|
|
public GTextField tips;
|
||
|
|
public GTextField ads;
|
||
|
|
public GButton btn_max_pay;
|
||
|
|
public GGraph ani_node;
|
||
|
|
public GComponent broad;
|
||
|
|
public btn_gold_buy btn_gold_buy;
|
||
|
|
public btn_add_watch btn_watch_ad;
|
||
|
|
public const string URL = "ui://cwrkvs469eoj0";
|
||
|
|
|
||
|
|
public static com_addView CreateInstance()
|
||
|
|
{
|
||
|
|
return (com_addView)UIPackage.CreateObject("P13_AddOne", "com_addView");
|
||
|
|
}
|
||
|
|
|
||
|
|
public override void ConstructFromXML(XML xml)
|
||
|
|
{
|
||
|
|
base.ConstructFromXML(xml);
|
||
|
|
|
||
|
|
pay_type = GetControllerAt(0);
|
||
|
|
title = (GTextField)GetChildAt(2);
|
||
|
|
btn_close = (GButton)GetChildAt(4);
|
||
|
|
com_tips = (com_title)GetChildAt(5);
|
||
|
|
com_pic = (com_pic)GetChildAt(6);
|
||
|
|
btn_watch = (GButton)GetChildAt(7);
|
||
|
|
tips = (GTextField)GetChildAt(8);
|
||
|
|
ads = (GTextField)GetChildAt(9);
|
||
|
|
btn_max_pay = (GButton)GetChildAt(10);
|
||
|
|
ani_node = (GGraph)GetChildAt(12);
|
||
|
|
broad = (GComponent)GetChildAt(13);
|
||
|
|
btn_gold_buy = (btn_gold_buy)GetChildAt(14);
|
||
|
|
btn_watch_ad = (btn_add_watch)GetChildAt(15);
|
||
|
|
}
|
||
|
|
}
|
||
|
|
}
|