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