1 #if !defined(AFX_LOGICTREEVIEW_H__EB843012_833A_4979_AECA_63302172A812__INCLUDED_)
2 #define AFX_LOGICTREEVIEW_H__EB843012_833A_4979_AECA_63302172A812__INCLUDED_
6 #endif // _MSC_VER > 1000
7 // LogicTreeView.h : header file
10 /////////////////////////////////////////////////////////////////////////////
11 // CLogicTreeView view
13 class CLogicTreeView
: public CView
16 CLogicTreeView(); // protected constructor used by dynamic creation
17 DECLARE_DYNCREATE(CLogicTreeView
)
22 /// the splitter window in the view
23 CSplitterWnd m_wndSplitter
;
29 // ClassWizard generated virtual function overrides
30 //{{AFX_VIRTUAL(CLogicTreeView)
32 virtual void OnDraw(CDC
* pDC
); // overridden to draw this view
37 virtual ~CLogicTreeView();
39 virtual void AssertValid() const;
40 virtual void Dump(CDumpContext
& dc
) const;
43 // Generated message map functions
45 //{{AFX_MSG(CLogicTreeView)
46 afx_msg
int OnCreate(LPCREATESTRUCT lpCreateStruct
);
47 afx_msg
void OnSize(UINT nType
, int cx
, int cy
);
52 /////////////////////////////////////////////////////////////////////////////
54 //{{AFX_INSERT_LOCATION}}
55 // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
57 #endif // !defined(AFX_LOGICTREEVIEW_H__EB843012_833A_4979_AECA_63302172A812__INCLUDED_)