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/GetNew.h
2024-03-20 09:28:18 -05:00

35 lines
718 B
C++

// GetNew.h : header file
//
/////////////////////////////////////////////////////////////////////////////
// CGetNew dialog
class CGetNew : public CDialog
{
// Construction
public:
CGetNew(CWnd* pParent = NULL); // standard constructor
// Dialog Data
//{{AFX_DATA(CGetNew)
enum { IDD = IDD_GETNEW };
BOOL m_addinfo;
CString m_newinfo;
//}}AFX_DATA
// Overrides
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(CGetNew)
protected:
virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
//}}AFX_VIRTUAL
// Implementation
protected:
// Generated message map functions
//{{AFX_MSG(CGetNew)
//}}AFX_MSG
DECLARE_MESSAGE_MAP()
};