| 1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192 | 
							- /** This is an automatically generated class by FairyGUI. Please do not modify it. **/
 
- using FairyGUI;
 
- namespace UI.Field
 
- {
 
-     public partial class UI_FieldFightEndUI
 
-     {
 
-         public GComponent target;
 
-         public GList m_list;
 
-         public GTextField m_txtTitle;
 
-         public GButton m_btnConfirm;
 
-         public GTextField m_txtNum;
 
-         public GTextField m_txtHas;
 
-         public GLoader m_loaCost;
 
-         public GTextField m_txtCostNum;
 
-         public GTextField m_txtTips;
 
-         public const string URL = "ui://5oh3t798s20jd";
 
-         public const string PACKAGE_NAME = "Field";
 
-         public const string RES_NAME = "FieldFightEndUI";
 
-         private static UI_FieldFightEndUI _proxy;
 
-         public static UI_FieldFightEndUI Create(GObject gObject = null)
 
-         {
 
-             var ui = new UI_FieldFightEndUI();
 
-             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_FieldFightEndUI Proxy(GObject gObject = null)
 
-         {
 
-             if(_proxy == null)
 
-             {
 
-                 _proxy = new UI_FieldFightEndUI();
 
-             }
 
-             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_list = (GList)comp.GetChild("list");
 
-             m_txtTitle = (GTextField)comp.GetChild("txtTitle");
 
-             m_btnConfirm = (GButton)comp.GetChild("btnConfirm");
 
-             m_txtNum = (GTextField)comp.GetChild("txtNum");
 
-             m_txtHas = (GTextField)comp.GetChild("txtHas");
 
-             m_loaCost = (GLoader)comp.GetChild("loaCost");
 
-             m_txtCostNum = (GTextField)comp.GetChild("txtCostNum");
 
-             m_txtTips = (GTextField)comp.GetChild("txtTips");
 
-         }
 
-         public void Dispose(bool disposeTarget = false)
 
-         {
 
-             m_list = null;
 
-             m_txtTitle = null;
 
-             m_btnConfirm = null;
 
-             m_txtNum = null;
 
-             m_txtHas = null;
 
-             m_loaCost = null;
 
-             m_txtCostNum = null;
 
-             m_txtTips = null;
 
-             if(disposeTarget && target != null)
 
-             {
 
-                 target.RemoveFromParent();
 
-                 target.Dispose();
 
-             }
 
-             target = null;
 
-         }
 
-     }
 
- }
 
 
  |