/** 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_regulation : GComponent { public GTextField title0; public GButton closeButton; public const string URL = "ui://md8tkwlzghqt2"; public static com_regulation CreateInstance() { return (com_regulation)UIPackage.CreateObject("G007_makeup", "com_regulation"); } public override void ConstructFromXML(XML xml) { base.ConstructFromXML(xml); title0 = (GTextField)GetChildAt(4); closeButton = (GButton)GetChildAt(5); } } }