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

41
PropOnline.h Normal file
View file

@ -0,0 +1,41 @@
// PropOnline.h : header file
//
/////////////////////////////////////////////////////////////////////////////
// CPropOnline dialog
class CPropOnline : public CPropertyPage
{
DECLARE_DYNCREATE(CPropOnline)
// Construction
public:
CPropOnline();
~CPropOnline();
// Dialog Data
//{{AFX_DATA(CPropOnline)
enum { IDD = IDD_OPAGE };
CString m_email1;
CString m_email2;
CString m_web1;
CString m_web2;
//}}AFX_DATA
// Overrides
// ClassWizard generate virtual function overrides
//{{AFX_VIRTUAL(CPropOnline)
protected:
virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
//}}AFX_VIRTUAL
// Implementation
protected:
// Generated message map functions
//{{AFX_MSG(CPropOnline)
// NOTE: the ClassWizard will add member functions here
//}}AFX_MSG
DECLARE_MESSAGE_MAP()
};