5 #include "../../../idlib/precompiled.h"
16 : CFormView((LPCTSTR)
NULL)
35 CDocument* pDoc = GetDocument();
43 void CPropTreeView::AssertValid()
const
48 void CPropTreeView::Dump(CDumpContext& dc)
const
56 DWORD dwStyle,
const RECT& rect, CWnd* pParentWnd,
57 UINT nID, CCreateContext* pContext)
60 m_pCreateContext = pContext;
61 if (!CView::Create(lpszClassName, lpszWindowName,
62 dwStyle, rect, pParentWnd, nID, pContext))
73 if (CView::OnCreate(lpCreateStruct) == -1)
93 CView::OnSize(nType, cx, cy);
95 if (::IsWindow(
m_Tree.GetSafeHwnd()))
96 m_Tree.SetWindowPos(
NULL, -1, -1, cx, cy, SWP_NOMOVE|SWP_NOZORDER);
CONST PIXELFORMATDESCRIPTOR UINT
virtual BOOL Create(LPCTSTR lpszClassName, LPCTSTR lpszWindowName, DWORD dwStyle, const RECT &rect, CWnd *pParentWnd, UINT nID, CCreateContext *pContext=NULL)
afx_msg void OnSize(UINT nType, int cx, int cy)
BOOL Create(DWORD dwStyle, const RECT &rect, CWnd *pParentWnd, UINT nID)
afx_msg int OnCreate(LPCREATESTRUCT lpCreateStruct)
IMPLEMENT_DYNCREATE(CCamWnd, CWnd)