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