home *** CD-ROM | disk | FTP | other *** search
- /**********************************************************
-
- GraphDlg.h
- Copyright TransEra Corporation 1999.
-
- ***********************************************************/
-
-
- #if !defined(AFX_GRAPHDLG_H__4D53684E_7B42_11D3_8BCE_00105AC66D91__INCLUDED_)
- #define AFX_GRAPHDLG_H__4D53684E_7B42_11D3_8BCE_00105AC66D91__INCLUDED_
-
- #if _MSC_VER > 1000
- #pragma once
- #endif // _MSC_VER > 1000
-
- class GraphDlg : public CDialog
- {
- // Construction
- public:
- GraphDlg(CWnd* pParent = NULL); // standard constructor
-
- // Dialog Data
- //{{AFX_DATA(GraphDlg)
- enum { IDD = IDD_DIALOG1 };
- // NOTE: the ClassWizard will add data members here
- //}}AFX_DATA
-
-
- // Overrides
- // ClassWizard generated virtual function overrides
- //{{AFX_VIRTUAL(GraphDlg)
- protected:
- virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
- //}}AFX_VIRTUAL
-
- // Implementation
- protected:
-
- // Generated message map functions
- //{{AFX_MSG(GraphDlg)
- virtual BOOL OnInitDialog();
- afx_msg void OnPaint();
- afx_msg void OnTimer(UINT nIDEvent);
- //}}AFX_MSG
- DECLARE_MESSAGE_MAP()
- };
-
- //{{AFX_INSERT_LOCATION}}
- // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
-
- #endif // !defined(AFX_GRAPHDLG_H__4D53684E_7B42_11D3_8BCE_00105AC66D91__INCLUDED_)
-