home *** CD-ROM | disk | FTP | other *** search
- // MyPropertyPage1.h : header file
- //
-
- #ifndef __MYPROPERTYPAGE1_H__
- #define __MYPROPERTYPAGE1_H__
-
- /////////////////////////////////////////////////////////////////////////////
- // CMyPropertyPage1 dialog
-
- class CMyPropertyPage1 : public CPropertyPage
- {
- DECLARE_DYNCREATE(CMyPropertyPage1)
-
- // Construction
- public:
- CMyPropertyPage1();
- ~CMyPropertyPage1();
-
- // Dialog Data
- //{{AFX_DATA(CMyPropertyPage1)
- enum { IDD = IDD_PROPPAGE1 };
- int m_MailSystem;
- //}}AFX_DATA
-
-
- // Overrides
- // ClassWizard generate virtual function overrides
- //{{AFX_VIRTUAL(CMyPropertyPage1)
- public:
- virtual BOOL OnSetActive();
- virtual LRESULT OnWizardNext();
- protected:
- virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
- //}}AFX_VIRTUAL
-
- // Implementation
- protected:
- // Generated message map functions
- //{{AFX_MSG(CMyPropertyPage1)
- virtual BOOL OnInitDialog();
- //}}AFX_MSG
- DECLARE_MESSAGE_MAP()
-
- };
-
-
- /////////////////////////////////////////////////////////////////////////////
- // CMyPropertyPage2 dialog
-
- class CMyPropertyPage2 : public CPropertyPage
- {
- DECLARE_DYNCREATE(CMyPropertyPage2)
-
- // Construction
- public:
- CMyPropertyPage2();
- ~CMyPropertyPage2();
-
- // Dialog Data
- //{{AFX_DATA(CMyPropertyPage2)
- enum { IDD = IDD_PROPPAGE2 };
- CString m_Name;
- CString m_Password;
- //}}AFX_DATA
-
-
- // Overrides
- // ClassWizard generate virtual function overrides
- //{{AFX_VIRTUAL(CMyPropertyPage2)
- public:
- virtual BOOL OnSetActive();
- virtual LRESULT OnWizardNext();
- protected:
- virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
- //}}AFX_VIRTUAL
-
- // Implementation
- protected:
- // Generated message map functions
- //{{AFX_MSG(CMyPropertyPage2)
- // NOTE: the ClassWizard will add member functions here
- //}}AFX_MSG
- DECLARE_MESSAGE_MAP()
-
- };
-
-
- /////////////////////////////////////////////////////////////////////////////
- // CMyPropertyPage3 dialog
-
- class CMyPropertyPage3 : public CPropertyPage
- {
- DECLARE_DYNCREATE(CMyPropertyPage3)
-
- // Construction
- public:
- BOOL m_InboxMsg;
- CImageList m_ImageList;
- CMyPropertyPage3();
- ~CMyPropertyPage3();
-
- // Dialog Data
- //{{AFX_DATA(CMyPropertyPage3)
- enum { IDD = IDD_PROPPAGE3 };
- CListCtrl m_List;
- CString m_TotalNum;
- //}}AFX_DATA
-
-
- // Overrides
- // ClassWizard generate virtual function overrides
- //{{AFX_VIRTUAL(CMyPropertyPage3)
- public:
- virtual LRESULT OnWizardNext();
- virtual BOOL OnSetActive();
- protected:
- virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
- //}}AFX_VIRTUAL
-
- // Implementation
- protected:
- // Generated message map functions
- //{{AFX_MSG(CMyPropertyPage3)
- virtual BOOL OnInitDialog();
- afx_msg void OnDblclkList1(NMHDR* pNMHDR, LRESULT* pResult);
- //}}AFX_MSG
- DECLARE_MESSAGE_MAP()
-
- };
-
-
- /////////////////////////////////////////////////////////////////////////////
- // CMyPropertyPage4 dialog
-
- class CMyPropertyPage4 : public CPropertyPage
- {
- DECLARE_DYNCREATE(CMyPropertyPage4)
-
- // Construction
- public:
- CMyPropertyPage4();
- ~CMyPropertyPage4();
-
- // Dialog Data
- //{{AFX_DATA(CMyPropertyPage4)
- enum { IDD = IDD_PROPPAGE4 };
- CButton m_Reply;
- CButton m_Forward;
- CString m_szNotePart;
- CString m_szSubject;
- CString m_szFrom;
- //}}AFX_DATA
-
-
- // Overrides
- // ClassWizard generate virtual function overrides
- //{{AFX_VIRTUAL(CMyPropertyPage4)
- public:
- virtual BOOL OnSetActive();
- protected:
- virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
- //}}AFX_VIRTUAL
-
- // Implementation
- protected:
- // Generated message map functions
- //{{AFX_MSG(CMyPropertyPage4)
- afx_msg void OnSend();
- afx_msg void OnReply();
- afx_msg void OnForward();
- //}}AFX_MSG
- DECLARE_MESSAGE_MAP()
-
- };
-
-
- /////////////////////////////////////////////////////////////////////////////
- // CMyPropertyPage5 dialog
-
- class CMyPropertyPage5 : public CPropertyPage
- {
- DECLARE_DYNCREATE(CMyPropertyPage5)
-
- // Construction
- public:
- CMyPropertyPage5();
- ~CMyPropertyPage5();
-
- // Dialog Data
- //{{AFX_DATA(CMyPropertyPage5)
- enum { IDD = IDD_PROPPAGE5 };
- // NOTE - ClassWizard will add data members here.
- // DO NOT EDIT what you see in these blocks of generated code !
- //}}AFX_DATA
-
-
- // Overrides
- // ClassWizard generate virtual function overrides
- //{{AFX_VIRTUAL(CMyPropertyPage5)
- public:
- virtual BOOL OnSetActive();
- protected:
- virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
- //}}AFX_VIRTUAL
-
- // Implementation
- protected:
- // Generated message map functions
- //{{AFX_MSG(CMyPropertyPage5)
- // NOTE: the ClassWizard will add member functions here
- //}}AFX_MSG
- DECLARE_MESSAGE_MAP()
-
- };
-
-
-
- #endif // __MYPROPERTYPAGE1_H__
-