51 lines
1.7 KiB
C#
51 lines
1.7 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 com_main : GComponent
|
|
{
|
|
public Controller gift;
|
|
public Controller type;
|
|
public GGraph gp_fx;
|
|
public GButton btn_play;
|
|
public com_cardnum com_cardnum;
|
|
public com_playnum com_cards;
|
|
public com_cardplaytext com_cardplay;
|
|
public GButton btn_ballon;
|
|
public GButton btn_set;
|
|
public makeup makeup;
|
|
public GButton btn_admin;
|
|
public btn_question btn_question;
|
|
public GButton btn_saveingpot;
|
|
public GButton btn_cashout;
|
|
public const string URL = "ui://qw9x6rf3lbaa0";
|
|
|
|
public static com_main CreateInstance()
|
|
{
|
|
return (com_main)UIPackage.CreateObject("JMain", "com_main");
|
|
}
|
|
|
|
public override void ConstructFromXML(XML xml)
|
|
{
|
|
base.ConstructFromXML(xml);
|
|
|
|
gift = GetControllerAt(0);
|
|
type = GetControllerAt(1);
|
|
gp_fx = (GGraph)GetChildAt(0);
|
|
btn_play = (GButton)GetChildAt(6);
|
|
com_cardnum = (com_cardnum)GetChildAt(7);
|
|
com_cards = (com_playnum)GetChildAt(8);
|
|
com_cardplay = (com_cardplaytext)GetChildAt(9);
|
|
btn_ballon = (GButton)GetChildAt(10);
|
|
btn_set = (GButton)GetChildAt(11);
|
|
makeup = (makeup)GetChildAt(12);
|
|
btn_admin = (GButton)GetChildAt(13);
|
|
btn_question = (btn_question)GetChildAt(14);
|
|
btn_saveingpot = (GButton)GetChildAt(15);
|
|
btn_cashout = (GButton)GetChildAt(16);
|
|
}
|
|
}
|
|
} |