home *** CD-ROM | disk | FTP | other *** search
- // linedemo.h : header file
- //
-
- /////////////////////////////////////////////////////////////////////////////
- // CLineDemo dialog
-
- class CLineDemo : public CDialog
- {
- // Construction
- public:
- CLineDemo(CWnd* pParent = NULL); // standard constructor
-
- // Dialog Data
- //{{AFX_DATA(CLineDemo)
- enum { IDD = IDD_LINE };
- // NOTE: the ClassWizard will add data members here
- //}}AFX_DATA
-
- // Implementation
- protected:
- virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
-
- // Generated message map functions
- //{{AFX_MSG(CLineDemo)
- virtual BOOL OnInitDialog();
- afx_msg void OnDestroy();
- afx_msg void OnHelp();
- //}}AFX_MSG
- DECLARE_MESSAGE_MAP()
- };
-