RectDlg.h
上传用户:seaboy_04
上传日期:2013-02-24
资源大小:284k
文件大小:1k
源码类别:

其他行业

开发平台:

Visual C++

  1. #if !defined(AFX_RECTDLG_H__21BACE39_882A_4385_8669_B46E530F474C__INCLUDED_)
  2. #define AFX_RECTDLG_H__21BACE39_882A_4385_8669_B46E530F474C__INCLUDED_
  3. #if _MSC_VER > 1000
  4. #pragma once
  5. #endif // _MSC_VER > 1000
  6. // RectDlg.h : header file
  7. //
  8. /////////////////////////////////////////////////////////////////////////////
  9. // CRectDlg dialog
  10. class CRectDlg : public CPropertyPage
  11. {
  12. DECLARE_DYNCREATE(CRectDlg)
  13. // Construction
  14. public:
  15. COLORREF m_LineColor;
  16. COLORREF m_FillColor;
  17. CRectDlg();
  18. ~CRectDlg();
  19. // Dialog Data
  20. //{{AFX_DATA(CRectDlg)
  21. enum { IDD = IDD_PROP_RECT };
  22. CSpinButtonCtrl m_SpinCtrl;
  23. BOOL    m_bNoFill;
  24. UINT    m_penSize;
  25. // NOTE - ClassWizard will add data members here.
  26. //    DO NOT EDIT what you see in these blocks of generated code !
  27. //}}AFX_DATA
  28. // Overrides
  29. // ClassWizard generate virtual function overrides
  30. //{{AFX_VIRTUAL(CRectDlg)
  31. protected:
  32. virtual void DoDataExchange(CDataExchange* pDX);    // DDX/DDV support
  33. //}}AFX_VIRTUAL
  34. // Implementation
  35. protected:
  36. // Generated message map functions
  37. //{{AFX_MSG(CRectDlg)
  38. virtual BOOL OnInitDialog();
  39. afx_msg void OnPaint();
  40. afx_msg void OnFillcolorButton();
  41. afx_msg void OnLinecolorButton();
  42. //}}AFX_MSG
  43. DECLARE_MESSAGE_MAP()
  44. };
  45. //{{AFX_INSERT_LOCATION}}
  46. // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
  47. #endif // !defined(AFX_RECTDLG_H__21BACE39_882A_4385_8669_B46E530F474C__INCLUDED_)