| 1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889 | 
							- /** This is an automatically generated class by FairyGUI. Please do not modify it. **/
 
- using FairyGUI;
 
- namespace UI.Travel
 
- {
 
-     public partial class UI_TravelDressupUI
 
-     {
 
-         public GComponent target;
 
-         public UI_ComDress m_comDress0;
 
-         public UI_ComDress m_comDress1;
 
-         public UI_ComDress m_comDress2;
 
-         public GList m_list;
 
-         public GButton m_btnCancle;
 
-         public GButton m_btnGo;
 
-         public const string URL = "ui://jitclg1gwono1";
 
-         public const string PACKAGE_NAME = "Travel";
 
-         public const string RES_NAME = "TravelDressupUI";
 
-         private static UI_TravelDressupUI _proxy;
 
-         public static UI_TravelDressupUI Create(GObject gObject = null)
 
-         {
 
-             var ui = new UI_TravelDressupUI();
 
-             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_TravelDressupUI Proxy(GObject gObject = null)
 
-         {
 
-             if(_proxy == null)
 
-             {
 
-                 _proxy = new UI_TravelDressupUI();
 
-             }
 
-             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_comDress0 = (UI_ComDress)UI_ComDress.Create(comp.GetChild("comDress0"));
 
-             m_comDress1 = (UI_ComDress)UI_ComDress.Create(comp.GetChild("comDress1"));
 
-             m_comDress2 = (UI_ComDress)UI_ComDress.Create(comp.GetChild("comDress2"));
 
-             m_list = (GList)comp.GetChild("list");
 
-             m_btnCancle = (GButton)comp.GetChild("btnCancle");
 
-             m_btnGo = (GButton)comp.GetChild("btnGo");
 
-         }
 
-         public void Dispose(bool disposeTarget = false)
 
-         {
 
-             m_comDress0.Dispose();
 
-             m_comDress0 = null;
 
-             m_comDress1.Dispose();
 
-             m_comDress1 = null;
 
-             m_comDress2.Dispose();
 
-             m_comDress2 = null;
 
-             m_list = null;
 
-             m_btnCancle = null;
 
-             m_btnGo = null;
 
-             if(disposeTarget && target != null)
 
-             {
 
-                 target.RemoveFromParent();
 
-                 target.Dispose();
 
-             }
 
-             target = null;
 
-         }
 
-     }
 
- }
 
 
  |