62 lines
1.7 KiB
C++
62 lines
1.7 KiB
C++
#if !defined(AFX_APPDEVOLVIEW_H__C8E50CBD_A606_42C6_BD13_076EE2D2C5FD__INCLUDED_)
|
|
#define AFX_APPDEVOLVIEW_H__C8E50CBD_A606_42C6_BD13_076EE2D2C5FD__INCLUDED_
|
|
|
|
#if _MSC_VER > 1000
|
|
#pragma once
|
|
#endif // _MSC_VER > 1000
|
|
// appdevolview.h : header file
|
|
//
|
|
|
|
/////////////////////////////////////////////////////////////////////////////
|
|
// CAppDevOLView view
|
|
|
|
class CAppDevOLView : public CView
|
|
{
|
|
protected:
|
|
CAppDevOLView(); // protected constructor used by dynamic creation
|
|
DECLARE_DYNCREATE(CAppDevOLView)
|
|
|
|
// Attributes
|
|
public:
|
|
|
|
// Operations
|
|
public:
|
|
CView* m_pDevOLDetailListView;
|
|
CView* m_pDevOLGRListView;
|
|
CView* m_pDevOLACListView;
|
|
|
|
// Overrides
|
|
// ClassWizard generated virtual function overrides
|
|
//{{AFX_VIRTUAL(CAppDevOLView)
|
|
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 ~CAppDevOLView();
|
|
#ifdef _DEBUG
|
|
virtual void AssertValid() const;
|
|
virtual void Dump(CDumpContext& dc) const;
|
|
#endif
|
|
|
|
// Generated message map functions
|
|
protected:
|
|
//{{AFX_MSG(CAppDevOLView)
|
|
afx_msg void OnSize(UINT nType, int cx, int cy);
|
|
//}}AFX_MSG
|
|
DECLARE_MESSAGE_MAP()
|
|
private:
|
|
CSplitterWnd m_firstSplitter;
|
|
CSplitterWnd m_secondSplitter;
|
|
};
|
|
|
|
/////////////////////////////////////////////////////////////////////////////
|
|
|
|
//{{AFX_INSERT_LOCATION}}
|
|
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.
|
|
|
|
#endif // !defined(AFX_APPDEVOLVIEW_H__C8E50CBD_A606_42C6_BD13_076EE2D2C5FD__INCLUDED_)
|