home *** CD-ROM | disk | FTP | other *** search
- //
- // Copyright (c) 1996 Vermeer Technologies, Inc., a wholly owned
- // subsidiary of Microsoft Corp. All Rights Reserved
- //
- // SimpleDialog.h : header file
- //
-
- /////////////////////////////////////////////////////////////////////////////
- // CSimpleDialog dialog
-
- class CSimpleDialog : public CDialog
- {
- // Construction
- public:
- CSimpleDialog(CWnd* pParent = NULL); // standard constructor
-
- // Dialog Data
- //{{AFX_DATA(CSimpleDialog)
- enum { IDD = IDD_DIALOG1 };
- CString m_edit;
- //}}AFX_DATA
-
-
- // Overrides
- // ClassWizard generated virtual function overrides
- //{{AFX_VIRTUAL(CSimpleDialog)
- protected:
- virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
- //}}AFX_VIRTUAL
-
- // Implementation
- protected:
-
- // Generated message map functions
- //{{AFX_MSG(CSimpleDialog)
- // NOTE: the ClassWizard will add member functions here
- //}}AFX_MSG
- DECLARE_MESSAGE_MAP()
- };
-