#if !defined(AFX_RNDRCDLG_H__536BA600_023E_11D6_8386_942BF065FC6B__INCLUDED_) #define AFX_RNDRCDLG_H__536BA600_023E_11D6_8386_942BF065FC6B__INCLUDED_ #if _MSC_VER > 1000 #pragma once #endif // _MSC_VER > 1000 // RndRcDlg.h : header file // #define MAX_ROUNDRECT 500 ///////////////////////////////////////////////////////////////////////////// // CRoundRectDlg dialog class CRoundRectDlg : public CDialog { // Attributes public: HRGN m_hRoundRectRgn; // Construction public: CRoundRectDlg(CWnd* pParent = NULL); // standard constructor // Destructor public: ~CRoundRectDlg(); // Dialog Data //{{AFX_DATA(CRoundRectDlg) enum { IDD = IDD_ROUND_RECT }; int m_nEllipseHeight; int m_nEllipseWidth; int m_nRectHeight; int m_nRectWidth; //}}AFX_DATA // Overrides // ClassWizard generated virtual function overrides //{{AFX_VIRTUAL(CRoundRectDlg) protected: virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support //}}AFX_VIRTUAL // Implementation protected: // Generated message map functions //{{AFX_MSG(CRoundRectDlg) virtual void OnOK(); //}}AFX_MSG DECLARE_MESSAGE_MAP() }; //{{AFX_INSERT_LOCATION}} // Microsoft Visual C++ will insert additional declarations immediately before the previous line. #endif // !defined(AFX_RNDRCDLG_H__536BA600_023E_11D6_8386_942BF065FC6B__INCLUDED_)