TaxExpertView.h
上传用户:szcysw
上传日期:2013-03-11
资源大小:6752k
文件大小:2k
- // TaxExpertView.h : interface of the CTaxExpertView class
- //
- /////////////////////////////////////////////////////////////////////////////
- #if !defined(AFX_OUTLOOKUIDEMOVIEW_H__15E90BCE_292F_11D3_873E_000000000000__INCLUDED_)
- #define AFX_OUTLOOKUIDEMOVIEW_H__15E90BCE_292F_11D3_873E_000000000000__INCLUDED_
- #if _MSC_VER >= 1000
- #pragma once
- #endif // _MSC_VER >= 1000
- class CTaxExpertDoc;
- class CTaxExpertView : public CView
- {
- protected:
- CTaxExpertView();
- DECLARE_DYNCREATE(CTaxExpertView)
- public:
- CTaxExpertDoc* GetDocument();
- public:
- //横标题栏
- CCJCaption m_Caption;
- //切分条
- CCJFlatSplitterWnd m_wndSplitter, m_wndSplitter2;
- //横标字体
- CFont m_CaptionFont;
- //横标栏右侧所使用的图标
- HICON m_hIcon;
- //记录用户在目录树中选择的类别(大类、小类)
- CString current_sel_main;
- CString current_sel_sub;
- public:
- virtual void OnDraw(CDC* pDC); // overridden to draw this view
- virtual BOOL PreCreateWindow(CREATESTRUCT& cs);
- protected:
- virtual void OnInitialUpdate();
- public:
- CCJTreeCtrl* GetFolderTreeCtrl();
- virtual ~CTaxExpertView();
- #ifdef _DEBUG
- virtual void AssertValid() const;
- virtual void Dump(CDumpContext& dc) const;
- #endif
- protected:
- //{{AFX_MSG(CTaxExpertView)
- afx_msg int OnCreate(LPCREATESTRUCT lpCreateStruct);
- afx_msg void OnSize(UINT nType, int cx, int cy);
- //}}AFX_MSG
- afx_msg void OnCloseFolderListView(UINT lParam, LONG wParam);
- afx_msg void OnPushPinButton(UINT lParam, LONG wParam);
- afx_msg void OnPushPinCancel(UINT lParam, LONG wParam);
- DECLARE_MESSAGE_MAP()
- };
- #ifndef _DEBUG // debug version in TaxExpertView.cpp
- inline CTaxExpertDoc* CTaxExpertView::GetDocument()
- { return (CTaxExpertDoc*)m_pDocument; }
- #endif
- /////////////////////////////////////////////////////////////////////////////
- //{{AFX_INSERT_LOCATION}}
- // Microsoft Developer Studio will insert additional declarations immediately before the previous line.
- #endif // !defined(AFX_OUTLOOKUIDEMOVIEW_H__15E90BCE_292F_11D3_873E_000000000000__INCLUDED_)