#if !defined(AFX_SCANRES_H__0E31E7E4_B9D0_4F4A_BBB6_02259A166C74__INCLUDED_) #define AFX_SCANRES_H__0E31E7E4_B9D0_4F4A_BBB6_02259A166C74__INCLUDED_ #if _MSC_VER >= 1000 #pragma once #endif // _MSC_VER >= 1000 // ScanRes.h : header file // ///////////////////////////////////////////////////////////////////////////// // CScanRes dialog class CScanRes : public CDialog { // Construction public: CScanRes(CWnd* pParent = NULL); // standard constructor // Dialog Data //{{AFX_DATA(CScanRes) enum { IDD = IDD_FAST_SCAN_RESULT }; CEdit m_EdtAvgScan; CEdit m_EdtTotScan; CListCtrl m_LstTimeScan; //}}AFX_DATA // Overrides // ClassWizard generated virtual function overrides //{{AFX_VIRTUAL(CScanRes) protected: virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support //}}AFX_VIRTUAL // Implementation protected: // Generated message map functions //{{AFX_MSG(CScanRes) virtual BOOL OnInitDialog(); //}}AFX_MSG DECLARE_MESSAGE_MAP() }; //{{AFX_INSERT_LOCATION}} // Microsoft Developer Studio will insert additional declarations immediately before the previous line. #endif // !defined(AFX_SCANRES_H__0E31E7E4_B9D0_4F4A_BBB6_02259A166C74__INCLUDED_)