/** This is an automatically generated class by FairyGUI. Please do not modify it. **/ using FairyGUI; namespace UI.DeleteAccount { public partial class UI_DeleteAccountUI { public GComponent target; public Controller m_c1; public GComponent m_bg; public GButton m_btnBack; public UI_ComTextCondition m_txtComp; public GButton m_btnAgree; public GTextField m_txtAgree; public UI_Button19 m_btnNext; public GGroup m_groupAgree1; public UI_Button19 m_btnSure; public UI_Button19 m_btnCancel; public GTextInput m_inputIDNumber; public GTextInput m_inputName; public GTextField m_txtRoleName; public GTextField m_txtAccount; public GTextField m_txtLvl; public GGroup m_groupSure; public GTextField m_txtSuccess; public UI_Button19 m_btnQuit; public GGroup m_groupResult; public UI_ComTextProtocal m_txtComp_2; public GButton m_btnAgree2; public GTextField m_txtAgree2; public UI_Button19 m_btnNext2; public GGroup m_groupAgree2; public const string URL = "ui://foz986b69xh80"; public const string PACKAGE_NAME = "DeleteAccount"; public const string RES_NAME = "DeleteAccountUI"; private static UI_DeleteAccountUI _proxy; public static UI_DeleteAccountUI Create(GObject gObject = null) { var ui = new UI_DeleteAccountUI(); if(gObject == null) ui.target = (GComponent)UIPackage.CreateObject(PACKAGE_NAME, RES_NAME); else ui.target = (GComponent)gObject; ui.Init(ui.target); return ui; } public static UI_DeleteAccountUI Proxy(GObject gObject = null) { if(_proxy == null) { _proxy = new UI_DeleteAccountUI(); } var ui = _proxy; if(gObject == null) ui.target = (GComponent)UIPackage.CreateObject(PACKAGE_NAME, RES_NAME); else ui.target = (GComponent)gObject; ui.Init(ui.target); return ui; } public static void ProxyEnd() { if (_proxy != null) { _proxy.Dispose(); } } public static void ClearProxy() { ProxyEnd(); _proxy = null; } private void Init(GComponent comp) { m_c1 = comp.GetController("c1"); m_bg = (GComponent)comp.GetChild("bg"); m_btnBack = (GButton)comp.GetChild("btnBack"); m_txtComp = (UI_ComTextCondition)UI_ComTextCondition.Create(comp.GetChild("txtComp")); m_btnAgree = (GButton)comp.GetChild("btnAgree"); m_txtAgree = (GTextField)comp.GetChild("txtAgree"); m_btnNext = (UI_Button19)UI_Button19.Create(comp.GetChild("btnNext")); m_groupAgree1 = (GGroup)comp.GetChild("groupAgree1"); m_btnSure = (UI_Button19)UI_Button19.Create(comp.GetChild("btnSure")); m_btnCancel = (UI_Button19)UI_Button19.Create(comp.GetChild("btnCancel")); m_inputIDNumber = (GTextInput)comp.GetChild("inputIDNumber"); m_inputName = (GTextInput)comp.GetChild("inputName"); m_txtRoleName = (GTextField)comp.GetChild("txtRoleName"); m_txtAccount = (GTextField)comp.GetChild("txtAccount"); m_txtLvl = (GTextField)comp.GetChild("txtLvl"); m_groupSure = (GGroup)comp.GetChild("groupSure"); m_txtSuccess = (GTextField)comp.GetChild("txtSuccess"); m_btnQuit = (UI_Button19)UI_Button19.Create(comp.GetChild("btnQuit")); m_groupResult = (GGroup)comp.GetChild("groupResult"); m_txtComp_2 = (UI_ComTextProtocal)UI_ComTextProtocal.Create(comp.GetChild("txtComp")); m_btnAgree2 = (GButton)comp.GetChild("btnAgree2"); m_txtAgree2 = (GTextField)comp.GetChild("txtAgree2"); m_btnNext2 = (UI_Button19)UI_Button19.Create(comp.GetChild("btnNext2")); m_groupAgree2 = (GGroup)comp.GetChild("groupAgree2"); } public void Dispose(bool disposeTarget = false) { m_c1 = null; m_bg = null; m_btnBack = null; m_txtComp.Dispose(); m_txtComp = null; m_btnAgree = null; m_txtAgree = null; m_btnNext.Dispose(); m_btnNext = null; m_groupAgree1 = null; m_btnSure.Dispose(); m_btnSure = null; m_btnCancel.Dispose(); m_btnCancel = null; m_inputIDNumber = null; m_inputName = null; m_txtRoleName = null; m_txtAccount = null; m_txtLvl = null; m_groupSure = null; m_txtSuccess = null; m_btnQuit.Dispose(); m_btnQuit = null; m_groupResult = null; m_txtComp_2.Dispose(); m_txtComp_2 = null; m_btnAgree2 = null; m_txtAgree2 = null; m_btnNext2.Dispose(); m_btnNext2 = null; m_groupAgree2 = null; if(disposeTarget && target != null) { target.RemoveFromParent(); target.Dispose(); } target = null; } } }