// ScanDlg.h : header file // ///////////////////////////////////////////////////////////////////////////// // ScanDlg dialog class ScanDlg : public CDialog { // Construction public: ScanDlg(CWnd* pParent = NULL); // standard constructor // Dialog Data //{{AFX_DATA(ScanDlg) enum { IDD = IDD_SCAN_DLG }; double m_stop; double m_stepSize; double m_start; CString m_fname; CString m_constText; double m_const_val; CString m_varText; int m_event; //}}AFX_DATA // Overrides // ClassWizard generated virtual function overrides //{{AFX_VIRTUAL(ScanDlg) protected: virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support //}}AFX_VIRTUAL // Implementation protected: // Generated message map functions //{{AFX_MSG(ScanDlg) // NOTE: the ClassWizard will add member functions here //}}AFX_MSG DECLARE_MESSAGE_MAP() };