DLineProperty.h 1.7 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465
  1. #if !defined(AFX_DLINEPROPERTY_H__97614135_D466_427C_BBDF_A32C3123811E__INCLUDED_)
  2. #define AFX_DLINEPROPERTY_H__97614135_D466_427C_BBDF_A32C3123811E__INCLUDED_
  3. #if _MSC_VER > 1000
  4. #pragma once
  5. #endif // _MSC_VER > 1000
  6. // DLineProperty.h : header file
  7. //
  8. /////////////////////////////////////////////////////////////////////////////
  9. // CDLineProperty
  10. #include <afxdlgs.h>
  11. #include "DLineDlg1.h"
  12. #include "DLineDlg2.h"
  13. #include "Mode.h"
  14. class CEastDrawView;
  15. class CDLineProperty : public CPropertySheet
  16. {
  17. DECLARE_DYNAMIC(CDLineProperty)
  18. // Construction
  19. public:
  20. CDLineProperty(UINT nIDCaption, CWnd* pParentWnd = NULL, UINT iSelectPage = 0);
  21. CDLineProperty(LPCTSTR pszCaption, CWnd* pParentWnd = NULL, UINT iSelectPage = 0);
  22. // Attributes
  23. public:
  24. CDLineDlg1 *m_DLineDlg1;
  25. CDLineDlg2 *m_DLineDlg2;
  26. //CMode *m_Mode;
  27. CBrush brush;
  28. // CEastDrawView *m_Parent;
  29. // Operations
  30. public:
  31. // Overrides
  32. // ClassWizard generated virtual function overrides
  33. //{{AFX_VIRTUAL(CDLineProperty)
  34. //}}AFX_VIRTUAL
  35. // Implementation
  36. public:
  37. virtual ~CDLineProperty();
  38. // Generated message map functions
  39. protected:
  40. //{{AFX_MSG(CDLineProperty)
  41. afx_msg void OnClose();
  42. afx_msg void OnNcLButtonDblClk(UINT nHitTest, CPoint point);
  43. afx_msg HBRUSH OnCtlColor(CDC* pDC, CWnd* pWnd, UINT nCtlColor);
  44. afx_msg void OnPaint();
  45. afx_msg void OnDrawItem(int nIDCtl, LPDRAWITEMSTRUCT lpDrawItemStruct);
  46. afx_msg void OnNcPaint();
  47. //}}AFX_MSG
  48. DECLARE_MESSAGE_MAP()
  49. };
  50. /////////////////////////////////////////////////////////////////////////////
  51. //{{AFX_INSERT_LOCATION}}
  52. // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
  53. #endif // !defined(AFX_DLINEPROPERTY_H__97614135_D466_427C_BBDF_A32C3123811E__INCLUDED_)