CB32 1.2 sources

This commit is contained in:
troyengel 2014-11-26 13:59:13 -06:00
parent cf25bc7627
commit fd87f89a19
100 changed files with 14543 additions and 0 deletions

47
PropAdd.h Normal file
View file

@ -0,0 +1,47 @@
// PropAdd.h : header file
//
/////////////////////////////////////////////////////////////////////////////
// CPropAdd dialog
class CPropAdd : public CPropertyPage
{
DECLARE_DYNCREATE(CPropAdd)
// Construction
public:
CPropAdd();
~CPropAdd();
// Dialog Data
//{{AFX_DATA(CPropAdd)
enum { IDD = IDD_APAGE };
CString m_add1;
CString m_add2;
CString m_city;
CString m_country;
CString m_fname;
CString m_lname;
CString m_mi;
CString m_state;
CString m_title;
CString m_zipcode;
//}}AFX_DATA
// Overrides
// ClassWizard generate virtual function overrides
//{{AFX_VIRTUAL(CPropAdd)
protected:
virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
//}}AFX_VIRTUAL
// Implementation
protected:
// Generated message map functions
//{{AFX_MSG(CPropAdd)
// NOTE: the ClassWizard will add member functions here
//}}AFX_MSG
DECLARE_MESSAGE_MAP()
};