|  | @@ -7,7 +7,7 @@
 | 
	
		
			
				|  |  |  #include "CTSManager.h"
 | 
	
		
			
				|  |  |  #include "CFormViewBrand.h"
 | 
	
		
			
				|  |  |  #include "CFormViewQuater.h"
 | 
	
		
			
				|  |  | -
 | 
	
		
			
				|  |  | +#include "CFormViewQBrand.h"
 | 
	
		
			
				|  |  |  #include "MainFrm.h"
 | 
	
		
			
				|  |  |  
 | 
	
		
			
				|  |  |  #ifdef _DEBUG
 | 
	
	
		
			
				|  | @@ -239,6 +239,7 @@ int CMainFrame::OnCreate(LPCREATESTRUCT lpCreateStruct)
 | 
	
		
			
				|  |  |  	CChildFrameList::Init(this, m_pDoc);
 | 
	
		
			
				|  |  |  	CChildFrameList::AppendView(_T("品牌"), RUNTIME_CLASS(CFormViewBrand), IDR_MAINFRAME, IDD_FORMVIEW_BRAND);
 | 
	
		
			
				|  |  |  	CChildFrameList::AppendView(_T("季度"), RUNTIME_CLASS(CFormViewQuater), IDR_MAINFRAME, IDD_FORMVIEW_QUATER);
 | 
	
		
			
				|  |  | +	CChildFrameList::AppendView(_T("季度品牌"), RUNTIME_CLASS(CFormViewQBrand), IDR_MAINFRAME, IDD_FORMVIEW_QUATER);
 | 
	
		
			
				|  |  |  #endif
 | 
	
		
			
				|  |  |  
 | 
	
		
			
				|  |  |  	return 0;
 |