31 lines
918 B
C#
31 lines
918 B
C#
/** This is an automatically generated class by FairyGUI. Please do not modify it. **/
|
|
|
|
using FairyGUI;
|
|
using FairyGUI.Utils;
|
|
|
|
namespace FGUI.JMall
|
|
{
|
|
public partial class com_makeup : GComponent
|
|
{
|
|
public GProgressBar progress_makeup;
|
|
public GTextField text_progress;
|
|
public GButton btn_makeup;
|
|
public GRichTextField text_makeup;
|
|
public const string URL = "ui://wj1zvor9pf31z";
|
|
|
|
public static com_makeup CreateInstance()
|
|
{
|
|
return (com_makeup)UIPackage.CreateObject("JMall", "com_makeup");
|
|
}
|
|
|
|
public override void ConstructFromXML(XML xml)
|
|
{
|
|
base.ConstructFromXML(xml);
|
|
|
|
progress_makeup = (GProgressBar)GetChildAt(2);
|
|
text_progress = (GTextField)GetChildAt(3);
|
|
btn_makeup = (GButton)GetChildAt(4);
|
|
text_makeup = (GRichTextField)GetChildAt(5);
|
|
}
|
|
}
|
|
} |