| 
					
				 | 
			
			
				@@ -15,9 +15,9 @@ namespace UI.LuckyBox 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         public UI_ComCost2 m_comCostOne; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         public UI_ComCost2 m_comCostTen; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         public GButton m_btnBuyOne; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-        public GGraph m_btnBuyTen_eff; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         public GButton m_btnBuyTen; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         public GTextField m_txtRemainTimes; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+        public GGraph m_btnBuyTen_eff; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         public GGraph m_Special_eff; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         public GImage m_imgSpecial; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         public GGroup m_grpSpecial; 
			 | 
		
	
	
		
			
				| 
					
				 | 
			
			
				@@ -76,9 +76,9 @@ namespace UI.LuckyBox 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				             m_comCostOne = (UI_ComCost2)UI_ComCost2.Create(comp.GetChild("comCostOne")); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				             m_comCostTen = (UI_ComCost2)UI_ComCost2.Create(comp.GetChild("comCostTen")); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				             m_btnBuyOne = (GButton)comp.GetChild("btnBuyOne"); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-            m_btnBuyTen_eff = (GGraph)comp.GetChild("btnBuyTen_eff"); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				             m_btnBuyTen = (GButton)comp.GetChild("btnBuyTen"); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				             m_txtRemainTimes = (GTextField)comp.GetChild("txtRemainTimes"); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+            m_btnBuyTen_eff = (GGraph)comp.GetChild("btnBuyTen_eff"); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				             m_Special_eff = (GGraph)comp.GetChild("Special_eff"); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				             m_imgSpecial = (GImage)comp.GetChild("imgSpecial"); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				             m_grpSpecial = (GGroup)comp.GetChild("grpSpecial"); 
			 | 
		
	
	
		
			
				| 
					
				 | 
			
			
				@@ -97,9 +97,9 @@ namespace UI.LuckyBox 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				             m_comCostTen.Dispose(); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				             m_comCostTen = null; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				             m_btnBuyOne = null; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-            m_btnBuyTen_eff = null; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				             m_btnBuyTen = null; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				             m_txtRemainTimes = null; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+            m_btnBuyTen_eff = null; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				             m_Special_eff = null; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				             m_imgSpecial = null; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				             m_grpSpecial = null; 
			 |