| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158 | 
							- /** This is an automatically generated class by FairyGUI. Please do not modify it. **/
 
- using FairyGUI;
 
- namespace UI.Card
 
- {
 
-     public partial class UI_ComFosterBottom
 
-     {
 
-         public GComponent target;
 
-         public Controller m_ctrlFullStar;
 
-         public Controller m_ctrlFullLv;
 
-         public Controller m_ctrlTab;
 
-         public GButton m_btnStory;
 
-         public GLoader m_loaRarity;
 
-         public GTextField m_txtName;
 
-         public GButton m_btnLv;
 
-         public GButton m_btnStar;
 
-         public GButton m_btnSkill;
 
-         public GGroup m_grpTab;
 
-         public GList m_listProperty;
 
-         public GProgressBar m_barLv;
 
-         public GTextField m_txtCurLv;
 
-         public GTextField m_txtMaxLv;
 
-         public GTextField m_txtCurExp;
 
-         public GTextField m_txtMaxExp;
 
-         public GList m_listLvConsume;
 
-         public UI_ComConsumeCurrency m_ComLvConsumeGold;
 
-         public GButton m_btnAll;
 
-         public GButton m_btnUpLv;
 
-         public GGroup m_grpLv;
 
-         public UI_ComBigStar m_comStar;
 
-         public GList m_listStarConsume;
 
-         public UI_ComConsumeCurrency m_comStarCousumeGold;
 
-         public GButton m_btnUpStar;
 
-         public GComponent m_comTips;
 
-         public GList m_listShowCard;
 
-         public GGroup m_grpStar;
 
-         public GList m_listSkill;
 
-         public const string URL = "ui://7l6lvkayj4c69d";
 
-         public const string PACKAGE_NAME = "Card";
 
-         public const string RES_NAME = "ComFosterBottom";
 
-         private static UI_ComFosterBottom _proxy;
 
-         public static UI_ComFosterBottom Create(GObject gObject = null)
 
-         {
 
-             var ui = new UI_ComFosterBottom();
 
-             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_ComFosterBottom Proxy(GObject gObject = null)
 
-         {
 
-             if(_proxy == null)
 
-             {
 
-                 _proxy = new UI_ComFosterBottom();
 
-             }
 
-             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_ctrlFullStar = comp.GetController("ctrlFullStar");
 
-             m_ctrlFullLv = comp.GetController("ctrlFullLv");
 
-             m_ctrlTab = comp.GetController("ctrlTab");
 
-             m_btnStory = (GButton)comp.GetChild("btnStory");
 
-             m_loaRarity = (GLoader)comp.GetChild("loaRarity");
 
-             m_txtName = (GTextField)comp.GetChild("txtName");
 
-             m_btnLv = (GButton)comp.GetChild("btnLv");
 
-             m_btnStar = (GButton)comp.GetChild("btnStar");
 
-             m_btnSkill = (GButton)comp.GetChild("btnSkill");
 
-             m_grpTab = (GGroup)comp.GetChild("grpTab");
 
-             m_listProperty = (GList)comp.GetChild("listProperty");
 
-             m_barLv = (GProgressBar)comp.GetChild("barLv");
 
-             m_txtCurLv = (GTextField)comp.GetChild("txtCurLv");
 
-             m_txtMaxLv = (GTextField)comp.GetChild("txtMaxLv");
 
-             m_txtCurExp = (GTextField)comp.GetChild("txtCurExp");
 
-             m_txtMaxExp = (GTextField)comp.GetChild("txtMaxExp");
 
-             m_listLvConsume = (GList)comp.GetChild("listLvConsume");
 
-             m_ComLvConsumeGold = (UI_ComConsumeCurrency)UI_ComConsumeCurrency.Create(comp.GetChild("ComLvConsumeGold"));
 
-             m_btnAll = (GButton)comp.GetChild("btnAll");
 
-             m_btnUpLv = (GButton)comp.GetChild("btnUpLv");
 
-             m_grpLv = (GGroup)comp.GetChild("grpLv");
 
-             m_comStar = (UI_ComBigStar)UI_ComBigStar.Create(comp.GetChild("comStar"));
 
-             m_listStarConsume = (GList)comp.GetChild("listStarConsume");
 
-             m_comStarCousumeGold = (UI_ComConsumeCurrency)UI_ComConsumeCurrency.Create(comp.GetChild("comStarCousumeGold"));
 
-             m_btnUpStar = (GButton)comp.GetChild("btnUpStar");
 
-             m_comTips = (GComponent)comp.GetChild("comTips");
 
-             m_listShowCard = (GList)comp.GetChild("listShowCard");
 
-             m_grpStar = (GGroup)comp.GetChild("grpStar");
 
-             m_listSkill = (GList)comp.GetChild("listSkill");
 
-         }
 
-         public void Dispose(bool disposeTarget = false)
 
-         {
 
-             m_ctrlFullStar = null;
 
-             m_ctrlFullLv = null;
 
-             m_ctrlTab = null;
 
-             m_btnStory = null;
 
-             m_loaRarity = null;
 
-             m_txtName = null;
 
-             m_btnLv = null;
 
-             m_btnStar = null;
 
-             m_btnSkill = null;
 
-             m_grpTab = null;
 
-             m_listProperty = null;
 
-             m_barLv = null;
 
-             m_txtCurLv = null;
 
-             m_txtMaxLv = null;
 
-             m_txtCurExp = null;
 
-             m_txtMaxExp = null;
 
-             m_listLvConsume = null;
 
-             m_ComLvConsumeGold.Dispose();
 
-             m_ComLvConsumeGold = null;
 
-             m_btnAll = null;
 
-             m_btnUpLv = null;
 
-             m_grpLv = null;
 
-             m_comStar.Dispose();
 
-             m_comStar = null;
 
-             m_listStarConsume = null;
 
-             m_comStarCousumeGold.Dispose();
 
-             m_comStarCousumeGold = null;
 
-             m_btnUpStar = null;
 
-             m_comTips = null;
 
-             m_listShowCard = null;
 
-             m_grpStar = null;
 
-             m_listSkill = null;
 
-             if(disposeTarget && target != null)
 
-             {
 
-                 target.RemoveFromParent();
 
-                 target.Dispose();
 
-             }
 
-             target = null;
 
-         }
 
-     }
 
- }
 
 
  |