Files
coco df489d5640 a
2026-07-03 16:05:30 +08:00

66 lines
1.8 KiB
C++

#if !defined(AFX_APPDATAIPSPTDVIEW_H__818E9077_7A06_40CD_83DC_0A0E80321916__INCLUDED_)
#define AFX_APPDATAIPSPTDVIEW_H__818E9077_7A06_40CD_83DC_0A0E80321916__INCLUDED_
#include "MainFrm.h"
#include "datamngframe.h"
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
// appdataipsp2dtdview.h : header file
//
/////////////////////////////////////////////////////////////////////////////
// CAppDataIpsp2DTdView view
class CAppDataIpsp2DTdView : public CView
{
protected:
CAppDataIpsp2DTdView(); // protected constructor used by dynamic creation
CMDIChildWnd* m_pMngFrm;
DECLARE_DYNCREATE(CAppDataIpsp2DTdView)
// Attributes
public:
CView* m_pGrListView;
CView* m_pContentListView;
CView* m_pDetailListView;
// Operations
public:
// Overrides
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(CAppDataIpsp2DTdView)
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 ~CAppDataIpsp2DTdView();
#ifdef _DEBUG
virtual void AssertValid() const;
virtual void Dump(CDumpContext& dc) const;
#endif
// Generated message map functions
protected:
//{{AFX_MSG(CAppDataIpsp2DTdView)
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_APPDATAIPSPTDVIEW_H__818E9077_7A06_40CD_83DC_0A0E80321916__INCLUDED_)