2026-04-20 13:49:36 +08:00
|
|
|
/** This is an automatically generated class by FairyGUI. Please do not modify it. **/
|
|
|
|
|
|
|
|
|
|
using FairyGUI;
|
|
|
|
|
using FairyGUI.Utils;
|
|
|
|
|
|
|
|
|
|
namespace FGUI.JRewardPop
|
|
|
|
|
{
|
|
|
|
|
public partial class com_extraItem : GComponent
|
|
|
|
|
{
|
|
|
|
|
public Controller cont_extra;
|
|
|
|
|
public Controller curr_type;
|
2026-05-08 11:03:00 +08:00
|
|
|
public GTextField txt_title;
|
2026-04-20 13:49:36 +08:00
|
|
|
public GButton closeButton;
|
2026-05-08 11:03:00 +08:00
|
|
|
public GTextField text_num;
|
2026-04-20 13:49:36 +08:00
|
|
|
public GButton btn_more;
|
|
|
|
|
public com_roll com_roll;
|
|
|
|
|
public GTextField text_cardnum;
|
|
|
|
|
public btn_claim btn_claim;
|
|
|
|
|
public const string URL = "ui://tm1qhgb4n5d50";
|
|
|
|
|
|
|
|
|
|
public static com_extraItem CreateInstance()
|
|
|
|
|
{
|
|
|
|
|
return (com_extraItem)UIPackage.CreateObject("JRewardPop", "com_extraItem");
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
public override void ConstructFromXML(XML xml)
|
|
|
|
|
{
|
|
|
|
|
base.ConstructFromXML(xml);
|
|
|
|
|
|
|
|
|
|
cont_extra = GetControllerAt(0);
|
|
|
|
|
curr_type = GetControllerAt(1);
|
2026-05-08 11:03:00 +08:00
|
|
|
txt_title = (GTextField)GetChildAt(3);
|
|
|
|
|
closeButton = (GButton)GetChildAt(4);
|
|
|
|
|
text_num = (GTextField)GetChildAt(8);
|
|
|
|
|
btn_more = (GButton)GetChildAt(9);
|
|
|
|
|
com_roll = (com_roll)GetChildAt(10);
|
|
|
|
|
text_cardnum = (GTextField)GetChildAt(13);
|
|
|
|
|
btn_claim = (btn_claim)GetChildAt(16);
|
2026-04-20 13:49:36 +08:00
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|