41 lines
1.3 KiB
C#
41 lines
1.3 KiB
C#
/** This is an automatically generated class by FairyGUI. Please do not modify it. **/
|
|
|
|
using FairyGUI;
|
|
using FairyGUI.Utils;
|
|
|
|
namespace FGUI.JMain
|
|
{
|
|
public partial class makeup : GComponent
|
|
{
|
|
public GTextField gold_text;
|
|
public GTextField cash_text;
|
|
public GButton btn_cash;
|
|
public GButton btn_goldout;
|
|
public GProgressBar gold_progress;
|
|
public GProgressBar cash_progress;
|
|
public GTextField gold_progress_text;
|
|
public GTextField cash_progress_text;
|
|
public GTextField coin_cash;
|
|
public const string URL = "ui://qw9x6rf3112epi7";
|
|
|
|
public static makeup CreateInstance()
|
|
{
|
|
return (makeup)UIPackage.CreateObject("JMain", "makeup");
|
|
}
|
|
|
|
public override void ConstructFromXML(XML xml)
|
|
{
|
|
base.ConstructFromXML(xml);
|
|
|
|
gold_text = (GTextField)GetChildAt(2);
|
|
cash_text = (GTextField)GetChildAt(5);
|
|
btn_cash = (GButton)GetChildAt(6);
|
|
btn_goldout = (GButton)GetChildAt(7);
|
|
gold_progress = (GProgressBar)GetChildAt(8);
|
|
cash_progress = (GProgressBar)GetChildAt(9);
|
|
gold_progress_text = (GTextField)GetChildAt(10);
|
|
cash_progress_text = (GTextField)GetChildAt(11);
|
|
coin_cash = (GTextField)GetChildAt(13);
|
|
}
|
|
}
|
|
} |