33 lines
963 B
C#
33 lines
963 B
C#
|
|
/** This is an automatically generated class by FairyGUI. Please do not modify it. **/
|
||
|
|
|
||
|
|
using FairyGUI;
|
||
|
|
using FairyGUI.Utils;
|
||
|
|
|
||
|
|
namespace FGUI.JBingoPlay
|
||
|
|
{
|
||
|
|
public partial class com_boxdown : GComponent
|
||
|
|
{
|
||
|
|
public Controller com_GiftSwitch;
|
||
|
|
public Controller gift;
|
||
|
|
public GProgressBar pb_box;
|
||
|
|
public GImage icon_102;
|
||
|
|
public GTextField text_aNum;
|
||
|
|
public const string URL = "ui://qrqjiu5sy0npfv";
|
||
|
|
|
||
|
|
public static com_boxdown CreateInstance()
|
||
|
|
{
|
||
|
|
return (com_boxdown)UIPackage.CreateObject("JBingoPlay", "com_boxdown");
|
||
|
|
}
|
||
|
|
|
||
|
|
public override void ConstructFromXML(XML xml)
|
||
|
|
{
|
||
|
|
base.ConstructFromXML(xml);
|
||
|
|
|
||
|
|
com_GiftSwitch = GetControllerAt(0);
|
||
|
|
gift = GetControllerAt(1);
|
||
|
|
pb_box = (GProgressBar)GetChildAt(0);
|
||
|
|
icon_102 = (GImage)GetChildAt(2);
|
||
|
|
text_aNum = (GTextField)GetChildAt(5);
|
||
|
|
}
|
||
|
|
}
|
||
|
|
}
|