From d71eec8062e852e56f03102ba4b4e87dc485821d Mon Sep 17 00:00:00 2001 From: docwhat Date: Sun, 14 Nov 1999 06:43:18 +0000 Subject: Initial revision git-svn-id: http://svn.leocad.org/trunk@2 c7d43263-9d01-0410-8a33-9dba5d9f93d6 --- win/propssht.h | 50 ++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 50 insertions(+) create mode 100644 win/propssht.h (limited to 'win/propssht.h') diff --git a/win/propssht.h b/win/propssht.h new file mode 100644 index 0000000..884f43a --- /dev/null +++ b/win/propssht.h @@ -0,0 +1,50 @@ +// PropsSht.h : header file +// +// This class defines custom modal property sheet +// CPropertiesSheet. + +#ifndef __PROPSSHT_H__ +#define __PROPSSHT_H__ + +#include "PropsPgs.h" + +///////////////////////////////////////////////////////////////////////////// +// CPropertiesSheet + +class CPropertiesSheet : public CPropertySheet +{ + DECLARE_DYNAMIC(CPropertiesSheet) + +// Construction +public: + CPropertiesSheet(CWnd* pWndParent = NULL); + +// Attributes +public: + CPropertiesGeneral m_PageGeneral; + CPropertiesSummary m_PageSummary; + CPropertiesPieces m_PagePieces; + +// Operations +public: + +// Overrides + // ClassWizard generated virtual function overrides + //{{AFX_VIRTUAL(CPropertiesSheet) + //}}AFX_VIRTUAL + +// Implementation +public: + virtual ~CPropertiesSheet(); + +// Generated message map functions +protected: + //{{AFX_MSG(CPropertiesSheet) + // NOTE - the ClassWizard will add and remove member functions here. + //}}AFX_MSG + DECLARE_MESSAGE_MAP() +}; + +///////////////////////////////////////////////////////////////////////////// + +#endif // __PROPSSHT_H__ -- cgit v1.2.3