| 1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980 | 
							- /** This is an automatically generated class by FairyGUI. Please do not modify it. **/
 
- using FairyGUI;
 
- namespace UI.ClothingDecompose
 
- {
 
-     public partial class UI_ClothingDecomposeRuleUI
 
-     {
 
-         public GComponent target;
 
-         public GComponent m_loaBg;
 
-         public GTextField m_txtTitle;
 
-         public GTextField m_txtRule;
 
-         public GList m_listReward;
 
-         public const string URL = "ui://h9mv1l71qyr6b";
 
-         public const string PACKAGE_NAME = "ClothingDecompose";
 
-         public const string RES_NAME = "ClothingDecomposeRuleUI";
 
-         private static UI_ClothingDecomposeRuleUI _proxy;
 
-         public static UI_ClothingDecomposeRuleUI Create(GObject gObject = null)
 
-         {
 
-             var ui = new UI_ClothingDecomposeRuleUI();
 
-             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_ClothingDecomposeRuleUI Proxy(GObject gObject = null)
 
-         {
 
-             if(_proxy == null)
 
-             {
 
-                 _proxy = new UI_ClothingDecomposeRuleUI();
 
-             }
 
-             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_loaBg = (GComponent)comp.GetChild("loaBg");
 
-             m_txtTitle = (GTextField)comp.GetChild("txtTitle");
 
-             m_txtRule = (GTextField)comp.GetChild("txtRule");
 
-             m_listReward = (GList)comp.GetChild("listReward");
 
-         }
 
-         public void Dispose(bool disposeTarget = false)
 
-         {
 
-             m_loaBg = null;
 
-             m_txtTitle = null;
 
-             m_txtRule = null;
 
-             m_listReward = null;
 
-             if(disposeTarget && target != null)
 
-             {
 
-                 target.RemoveFromParent();
 
-                 target.Dispose();
 
-             }
 
-             target = null;
 
-         }
 
-     }
 
- }
 
 
  |