Files
BingoGrassland/Assets/BingoBrain/FGUI/Package/G007_makeup/com_task.cs
T

43 lines
1.4 KiB
C#
Raw Normal View History

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.G007_makeup
{
public partial class com_task : GComponent
{
public Controller cont_process;
public Controller lang;
public GTextField text_orderid;
public GTextField text_task_title;
public GTextField text_ads;
public GTextField text_payer;
public GRichTextField pay_text1;
public GButton btn_pay2;
public GTextField title;
public GTextField title_2;
public const string URL = "ui://md8tkwlzes171x";
public static com_task CreateInstance()
{
return (com_task)UIPackage.CreateObject("G007_makeup", "com_task");
}
public override void ConstructFromXML(XML xml)
{
base.ConstructFromXML(xml);
cont_process = GetControllerAt(0);
lang = GetControllerAt(1);
text_orderid = (GTextField)GetChildAt(4);
text_task_title = (GTextField)GetChildAt(5);
text_ads = (GTextField)GetChildAt(6);
text_payer = (GTextField)GetChildAt(8);
pay_text1 = (GRichTextField)GetChildAt(11);
btn_pay2 = (GButton)GetChildAt(12);
title = (GTextField)GetChildAt(13);
title_2 = (GTextField)GetChildAt(14);
}
}
}