| 12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394 | 
							- /** This is an automatically generated class by FairyGUI. Please do not modify it. **/
 
- using FairyGUI;
 
- namespace UI.Poem
 
- {
 
-     public partial class UI_PoemGalleryUI
 
-     {
 
-         public GComponent target;
 
-         public Controller m_c1;
 
-         public GLoader m_loaBg;
 
-         public GButton m_btnback;
 
-         public UI_ComNormal m_comNormal;
 
-         public UI_ComFavorites m_comFavorites;
 
-         public GButton m_btnRecover;
 
-         public GButton m_btnJoin;
 
-         public GButton m_btnFavorites;
 
-         public const string URL = "ui://iyz778gkr9ri10u";
 
-         public const string PACKAGE_NAME = "Poem";
 
-         public const string RES_NAME = "PoemGalleryUI";
 
-         private static UI_PoemGalleryUI _proxy;
 
-         public static UI_PoemGalleryUI Create(GObject gObject = null)
 
-         {
 
-             var ui = new UI_PoemGalleryUI();
 
-             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_PoemGalleryUI Proxy(GObject gObject = null)
 
-         {
 
-             if(_proxy == null)
 
-             {
 
-                 _proxy = new UI_PoemGalleryUI();
 
-             }
 
-             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_loaBg = (GLoader)comp.GetChild("loaBg");
 
-             m_btnback = (GButton)comp.GetChild("btnback");
 
-             m_comNormal = (UI_ComNormal)UI_ComNormal.Create(comp.GetChild("comNormal"));
 
-             m_comFavorites = (UI_ComFavorites)UI_ComFavorites.Create(comp.GetChild("comFavorites"));
 
-             m_btnRecover = (GButton)comp.GetChild("btnRecover");
 
-             m_btnJoin = (GButton)comp.GetChild("btnJoin");
 
-             m_btnFavorites = (GButton)comp.GetChild("btnFavorites");
 
-         }
 
-         public void Dispose(bool disposeTarget = false)
 
-         {
 
-             m_c1 = null;
 
-             m_loaBg = null;
 
-             m_btnback = null;
 
-             m_comNormal.Dispose();
 
-             m_comNormal = null;
 
-             m_comFavorites.Dispose();
 
-             m_comFavorites = null;
 
-             m_btnRecover = null;
 
-             m_btnJoin = null;
 
-             m_btnFavorites = null;
 
-             if(disposeTarget && target != null)
 
-             {
 
-                 target.RemoveFromParent();
 
-                 target.Dispose();
 
-             }
 
-             target = null;
 
-         }
 
-     }
 
- }
 
 
  |