feat: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.Pack_16
|
||||
{
|
||||
public partial class pack_panel : GComponent
|
||||
{
|
||||
public Controller pay_type;
|
||||
public Controller gift;
|
||||
public GTextField text_goldnum;
|
||||
public GTextField text_refreshnum;
|
||||
public GTextField text_outnum;
|
||||
public GTextField text_backnum1;
|
||||
public GTextField title2;
|
||||
public GTextField tips1;
|
||||
public GTextField ads;
|
||||
public GButton btn_buypack;
|
||||
public GButton btn_buyremovead;
|
||||
public GButton btn_close0;
|
||||
public GButton btn_close1;
|
||||
public GTextField tips2;
|
||||
public GTextField ads1;
|
||||
public GTextField text_goldnum2;
|
||||
public GButton btn_max_pack;
|
||||
public GButton btn_max_remove;
|
||||
public GTextField text_removetime;
|
||||
public const string URL = "ui://ynjzovt4cou62";
|
||||
|
||||
public static pack_panel CreateInstance()
|
||||
{
|
||||
return (pack_panel)UIPackage.CreateObject("Pack_16", "pack_panel");
|
||||
}
|
||||
|
||||
public override void ConstructFromXML(XML xml)
|
||||
{
|
||||
base.ConstructFromXML(xml);
|
||||
|
||||
pay_type = GetControllerAt(0);
|
||||
gift = GetControllerAt(1);
|
||||
text_goldnum = (GTextField)GetChildAt(10);
|
||||
text_refreshnum = (GTextField)GetChildAt(11);
|
||||
text_outnum = (GTextField)GetChildAt(12);
|
||||
text_backnum1 = (GTextField)GetChildAt(13);
|
||||
title2 = (GTextField)GetChildAt(17);
|
||||
tips1 = (GTextField)GetChildAt(18);
|
||||
ads = (GTextField)GetChildAt(19);
|
||||
btn_buypack = (GButton)GetChildAt(20);
|
||||
btn_buyremovead = (GButton)GetChildAt(21);
|
||||
btn_close0 = (GButton)GetChildAt(23);
|
||||
btn_close1 = (GButton)GetChildAt(24);
|
||||
tips2 = (GTextField)GetChildAt(27);
|
||||
ads1 = (GTextField)GetChildAt(28);
|
||||
text_goldnum2 = (GTextField)GetChildAt(29);
|
||||
btn_max_pack = (GButton)GetChildAt(30);
|
||||
btn_max_remove = (GButton)GetChildAt(31);
|
||||
text_removetime = (GTextField)GetChildAt(32);
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user