#if !defined(AFX_APPDATAPROVIEW_H__44839902_5943_47BC_9195_86B242042BFA__INCLUDED_) #define AFX_APPDATAPROVIEW_H__44839902_5943_47BC_9195_86B242042BFA__INCLUDED_ #include "MainFrm.h" #include "datamngframe.h" #if _MSC_VER > 1000 #pragma once #endif // _MSC_VER > 1000 // appdataproview.h : header file // ///////////////////////////////////////////////////////////////////////////// // CAppDataProView view class CAppDataProView : public CView { protected: CAppDataProView(); // protected constructor used by dynamic creation CMDIChildWnd* m_pMngFrm; DECLARE_DYNCREATE(CAppDataProView) // Attributes public: // Operations public: CView* m_pContentListView; CView* m_pDetailListView; // Overrides // ClassWizard generated virtual function overrides //{{AFX_VIRTUAL(CAppDataProView) public: virtual BOOL Create(LPCTSTR lpszClassName, LPCTSTR lpszWindowName, DWORD dwStyle, const RECT& rect, CWnd* pParentWnd, UINT nID, CCreateContext* pContext = NULL); protected: virtual void OnDraw(CDC* pDC); // overridden to draw this view //}}AFX_VIRTUAL // Implementation protected: virtual ~CAppDataProView(); #ifdef _DEBUG virtual void AssertValid() const; virtual void Dump(CDumpContext& dc) const; #endif // Generated message map functions protected: //{{AFX_MSG(CAppDataProView) afx_msg void OnSize(UINT nType, int cx, int cy); //}}AFX_MSG DECLARE_MESSAGE_MAP() private: CSplitterWnd m_firstSplitter; }; ///////////////////////////////////////////////////////////////////////////// //{{AFX_INSERT_LOCATION}} // Microsoft Visual C++ will insert additional declarations immediately before the previous line. #endif // !defined(AFX_APPDATAPROVIEW_H__44839902_5943_47BC_9195_86B242042BFA__INCLUDED_)