fix:1、添加项目
This commit is contained in:
@@ -0,0 +1,61 @@
|
||||
/** This is an automatically generated class by FairyGUI. Please do not modify it. **/
|
||||
|
||||
using FairyGUI;
|
||||
using FairyGUI.Utils;
|
||||
|
||||
namespace FGUI.P17_PackAward
|
||||
{
|
||||
public partial class pack_panel : GComponent
|
||||
{
|
||||
public Controller pay_type;
|
||||
public GButton btn_close1;
|
||||
public GTextField text_goldnum2;
|
||||
public GTextField title;
|
||||
public GTextField title2;
|
||||
public GTextField tips2;
|
||||
public GButton btn_buyremovead;
|
||||
public GButton btn_max_remove;
|
||||
public GTextField lab_time;
|
||||
public GGraph ani_pack_bg;
|
||||
public GTextField text_goldnum;
|
||||
public GTextField text_refreshnum;
|
||||
public GTextField text_outnum;
|
||||
public GTextField text_backnum1;
|
||||
public GTextField tips1;
|
||||
public GButton btn_max_pack;
|
||||
public GButton btn_buypack;
|
||||
public GTextField ads;
|
||||
public GButton btn_close0;
|
||||
public const string URL = "ui://5gv9hkgsd3a96";
|
||||
|
||||
public static pack_panel CreateInstance()
|
||||
{
|
||||
return (pack_panel)UIPackage.CreateObject("P17_PackAward", "pack_panel");
|
||||
}
|
||||
|
||||
public override void ConstructFromXML(XML xml)
|
||||
{
|
||||
base.ConstructFromXML(xml);
|
||||
|
||||
pay_type = GetControllerAt(0);
|
||||
btn_close1 = (GButton)GetChildAt(7);
|
||||
text_goldnum2 = (GTextField)GetChildAt(11);
|
||||
title = (GTextField)GetChildAt(12);
|
||||
title2 = (GTextField)GetChildAt(13);
|
||||
tips2 = (GTextField)GetChildAt(14);
|
||||
btn_buyremovead = (GButton)GetChildAt(15);
|
||||
btn_max_remove = (GButton)GetChildAt(16);
|
||||
lab_time = (GTextField)GetChildAt(17);
|
||||
ani_pack_bg = (GGraph)GetChildAt(20);
|
||||
text_goldnum = (GTextField)GetChildAt(32);
|
||||
text_refreshnum = (GTextField)GetChildAt(33);
|
||||
text_outnum = (GTextField)GetChildAt(34);
|
||||
text_backnum1 = (GTextField)GetChildAt(35);
|
||||
tips1 = (GTextField)GetChildAt(36);
|
||||
btn_max_pack = (GButton)GetChildAt(37);
|
||||
btn_buypack = (GButton)GetChildAt(38);
|
||||
ads = (GTextField)GetChildAt(39);
|
||||
btn_close0 = (GButton)GetChildAt(40);
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user