This repository has been archived on 2024-03-20. You can view files and clone it, but you cannot make any changes to it's state, such as pushing and creating new issues, pull requests or comments.
ContactBook/PropNote.h
2024-03-20 09:28:18 -05:00

38 lines
778 B
C++

// PropNote.h : header file
//
/////////////////////////////////////////////////////////////////////////////
// CPropNote dialog
class CPropNote : public CPropertyPage
{
DECLARE_DYNCREATE(CPropNote)
// Construction
public:
CPropNote();
~CPropNote();
// Dialog Data
//{{AFX_DATA(CPropNote)
enum { IDD = IDD_NPAGE };
CString m_notes;
//}}AFX_DATA
// Overrides
// ClassWizard generate virtual function overrides
//{{AFX_VIRTUAL(CPropNote)
protected:
virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
//}}AFX_VIRTUAL
// Implementation
protected:
// Generated message map functions
//{{AFX_MSG(CPropNote)
// NOTE: the ClassWizard will add member functions here
//}}AFX_MSG
DECLARE_MESSAGE_MAP()
};