- #pragma once
- // CPage2 dialog
- class CPage2 : public CPropertyPage
- {
- DECLARE_DYNAMIC(CPage2)
- public:
- CPage2();
- virtual ~CPage2();
- // Dialog Data
- enum { IDD = IDD_DIALOG2 };
- protected:
- virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
- DECLARE_MESSAGE_MAP()
- public:
- int int1;
- CEditView *m_pView;
- afx_msg void OnEnKillfocusEdit1();
- afx_msg void OnBnClickedButton1();
- };
English
