| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106 | 
							- /** This is an automatically generated class by FairyGUI. Please do not modify it. **/
 
- using FairyGUI;
 
- namespace UI.ActivityWanShiLi
 
- {
 
-     public partial class UI_ActivityWanShiLiUI
 
-     {
 
-         public GComponent target;
 
-         public GGraph m_holder;
 
-         public UI_ProgressBar2 m_progress;
 
-         public GTextField m_txtTime;
 
-         public GGroup m_grpTime;
 
-         public GButton m_btnBack;
 
-         public UI_item m_DBGiftItem0;
 
-         public UI_item m_DBGiftItem1;
 
-         public UI_item m_DBGiftItem2;
 
-         public UI_item m_DBGiftItem3;
 
-         public GGroup m_DBGiftItemGroup;
 
-         public Transition m_t0;
 
-         public const string URL = "ui://z8lqda6wc82k0";
 
-         public const string PACKAGE_NAME = "ActivityWanShiLi";
 
-         public const string RES_NAME = "ActivityWanShiLiUI";
 
-         private static UI_ActivityWanShiLiUI _proxy;
 
-         public static UI_ActivityWanShiLiUI Create(GObject gObject = null)
 
-         {
 
-             var ui = new UI_ActivityWanShiLiUI();
 
-             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_ActivityWanShiLiUI Proxy(GObject gObject = null)
 
-         {
 
-             if(_proxy == null)
 
-             {
 
-                 _proxy = new UI_ActivityWanShiLiUI();
 
-             }
 
-             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_holder = (GGraph)comp.GetChild("holder");
 
-             m_progress = (UI_ProgressBar2)UI_ProgressBar2.Create(comp.GetChild("progress"));
 
-             m_txtTime = (GTextField)comp.GetChild("txtTime");
 
-             m_grpTime = (GGroup)comp.GetChild("grpTime");
 
-             m_btnBack = (GButton)comp.GetChild("btnBack");
 
-             m_DBGiftItem0 = (UI_item)UI_item.Create(comp.GetChild("DBGiftItem0"));
 
-             m_DBGiftItem1 = (UI_item)UI_item.Create(comp.GetChild("DBGiftItem1"));
 
-             m_DBGiftItem2 = (UI_item)UI_item.Create(comp.GetChild("DBGiftItem2"));
 
-             m_DBGiftItem3 = (UI_item)UI_item.Create(comp.GetChild("DBGiftItem3"));
 
-             m_DBGiftItemGroup = (GGroup)comp.GetChild("DBGiftItemGroup");
 
-             m_t0 = comp.GetTransition("t0");
 
-         }
 
-         public void Dispose(bool disposeTarget = false)
 
-         {
 
-             m_holder = null;
 
-             m_progress.Dispose();
 
-             m_progress = null;
 
-             m_txtTime = null;
 
-             m_grpTime = null;
 
-             m_btnBack = null;
 
-             m_DBGiftItem0.Dispose();
 
-             m_DBGiftItem0 = null;
 
-             m_DBGiftItem1.Dispose();
 
-             m_DBGiftItem1 = null;
 
-             m_DBGiftItem2.Dispose();
 
-             m_DBGiftItem2 = null;
 
-             m_DBGiftItem3.Dispose();
 
-             m_DBGiftItem3 = null;
 
-             m_DBGiftItemGroup = null;
 
-             m_t0 = null;
 
-             if(disposeTarget && target != null)
 
-             {
 
-                 target.RemoveFromParent();
 
-                 target.Dispose();
 
-             }
 
-             target = null;
 
-         }
 
-     }
 
- }
 
 
  |