ReginSet.h
上传用户:qiye66671
上传日期:2009-12-10
资源大小:182k
文件大小:1k
源码类别:

绘图程序

开发平台:

C/C++

  1. #if !defined(AFX_REGINSET_H__C3DA9B06_357D_4E7B_9B85_E4BF1C6A6B02__INCLUDED_)
  2. #define AFX_REGINSET_H__C3DA9B06_357D_4E7B_9B85_E4BF1C6A6B02__INCLUDED_
  3. #if _MSC_VER > 1000
  4. #pragma once
  5. #endif // _MSC_VER > 1000
  6. // ReginSet.h : header file
  7. //
  8. /////////////////////////////////////////////////////////////////////////////
  9. // CReginSet dialog
  10. class CReginSet : public CDialog
  11. {
  12. // Construction
  13. public:
  14. CReginSet(CWnd* pParent = NULL);   // standard constructor
  15. // Dialog Data
  16. //{{AFX_DATA(CReginSet)
  17. enum { IDD = IDD_DIALOG_ReginSet };
  18. CEdit m_Edit_Y;
  19. CEdit m_Edit_X;
  20. DWORD m_Length;
  21. DWORD m_Width;
  22. int m_X;
  23. int m_Y;
  24. //}}AFX_DATA
  25.     BOOL    m_bIsViewReign;
  26.     CBrush brush;
  27. // Overrides
  28. // ClassWizard generated virtual function overrides
  29. //{{AFX_VIRTUAL(CReginSet)
  30. protected:
  31. virtual void DoDataExchange(CDataExchange* pDX);    // DDX/DDV support
  32. //}}AFX_VIRTUAL
  33. // Implementation
  34. protected:
  35. // Generated message map functions
  36. //{{AFX_MSG(CReginSet)
  37. afx_msg HBRUSH OnCtlColor(CDC* pDC, CWnd* pWnd, UINT nCtlColor);
  38. virtual BOOL OnInitDialog();
  39. //}}AFX_MSG
  40. DECLARE_MESSAGE_MAP()
  41. };
  42. //{{AFX_INSERT_LOCATION}}
  43. // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
  44. #endif // !defined(AFX_REGINSET_H__C3DA9B06_357D_4E7B_9B85_E4BF1C6A6B02__INCLUDED_)