#if !defined(AFX_ARCPAGE_H__6C56F9BE_BA5B_461D_99CC_D44862F4D17F__INCLUDED_) #define AFX_ARCPAGE_H__6C56F9BE_BA5B_461D_99CC_D44862F4D17F__INCLUDED_ #if _MSC_VER > 1000 #pragma once #endif // _MSC_VER > 1000 // ArcPage.h : header file // ///////////////////////////////////////////////////////////////////////////// // CArcPage dialog class CArcPage : public CPropertyPage { DECLARE_DYNCREATE(CArcPage) // Construction public: CArcPage(); ~CArcPage(); // Dialog Data //{{AFX_DATA(CArcPage) enum { IDD = IDD_ACRPAGE }; int m_nStartAngle; int m_nSweepAngle; //}}AFX_DATA // Overrides // ClassWizard generate virtual function overrides //{{AFX_VIRTUAL(CArcPage) protected: virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support //}}AFX_VIRTUAL // Implementation protected: // Generated message map functions //{{AFX_MSG(CArcPage) // NOTE: the ClassWizard will add member functions here //}}AFX_MSG DECLARE_MESSAGE_MAP() }; //{{AFX_INSERT_LOCATION}} // Microsoft Visual C++ will insert additional declarations immediately before the previous line. #endif // !defined(AFX_ARCPAGE_H__6C56F9BE_BA5B_461D_99CC_D44862F4D17F__INCLUDED_)