CB32 1.2 sources
This commit is contained in:
parent
cf25bc7627
commit
fd87f89a19
100 changed files with 14543 additions and 0 deletions
38
PropNote.h
Normal file
38
PropNote.h
Normal file
|
|
@ -0,0 +1,38 @@
|
|||
// 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()
|
||||
|
||||
};
|
||||
Reference in a new issue