Leaked source code of windows server 2003
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

62 lines
1.6 KiB

  1. #if !defined(AFX_SPLITTERVIEW_H__B912CF6F_F183_4821_BAC1_D82D257B44FF__INCLUDED_)
  2. #define AFX_SPLITTERVIEW_H__B912CF6F_F183_4821_BAC1_D82D257B44FF__INCLUDED_
  3. #if _MSC_VER > 1000
  4. #pragma once
  5. #endif // _MSC_VER > 1000
  6. // SplitterView.h : header file
  7. //
  8. /////////////////////////////////////////////////////////////////////////////
  9. // CSplitterView view
  10. class CNcbrowseView;
  11. class CNCEditView;
  12. class CSplitterView : public CView
  13. {
  14. protected:
  15. CSplitterView(); // protected constructor used by dynamic creation
  16. DECLARE_DYNCREATE(CSplitterView)
  17. BOOL m_bInitialized;
  18. BOOL m_bShouldSetXColumn;
  19. // Attributes
  20. public:
  21. CSplitterWnd m_wndSplitterLR;
  22. // Operations
  23. public:
  24. // Overrides
  25. // ClassWizard generated virtual function overrides
  26. //{{AFX_VIRTUAL(CSplitterView)
  27. public:
  28. virtual void OnInitialUpdate();
  29. protected:
  30. virtual void OnDraw(CDC* pDC); // overridden to draw this view
  31. //}}AFX_VIRTUAL
  32. // Implementation
  33. protected:
  34. virtual ~CSplitterView();
  35. #ifdef _DEBUG
  36. virtual void AssertValid() const;
  37. virtual void Dump(CDumpContext& dc) const;
  38. #endif
  39. // Generated message map functions
  40. protected:
  41. //{{AFX_MSG(CSplitterView)
  42. afx_msg int OnCreate(LPCREATESTRUCT lpCreateStruct);
  43. afx_msg void OnSize(UINT nType, int cx, int cy);
  44. //}}AFX_MSG
  45. DECLARE_MESSAGE_MAP()
  46. };
  47. /////////////////////////////////////////////////////////////////////////////
  48. //{{AFX_INSERT_LOCATION}}
  49. // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
  50. #endif // !defined(AFX_SPLITTERVIEW_H__B912CF6F_F183_4821_BAC1_D82D257B44FF__INCLUDED_)