// DIFastDlg.h : header file // #if !defined(AFX_DIFASTDLG_H__D761321F_8D75_46DC_80E3_0A844C5F150C__INCLUDED_) #define AFX_DIFASTDLG_H__D761321F_8D75_46DC_80E3_0A844C5F150C__INCLUDED_ #if _MSC_VER > 1000 #pragma once #endif // _MSC_VER > 1000 ///////////////////////////////////////////////////////////////////////////// // CDIFastDlg dialog class CDIFastDlg : public CDialog { // Construction public: CDIFastDlg(CWnd* pParent = NULL); // standard constructor // Dialog Data //{{AFX_DATA(CDIFastDlg) enum { IDD = IDD_DIFAST_DIALOG }; CListBox m_LogList; CString m_BlurbText; //}}AFX_DATA // ClassWizard generated virtual function overrides //{{AFX_VIRTUAL(CDIFastDlg) protected: virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support //}}AFX_VIRTUAL // Implementation protected: HICON m_hIcon; // Generated message map functions //{{AFX_MSG(CDIFastDlg) virtual BOOL OnInitDialog(); afx_msg void OnPaint(); afx_msg HCURSOR OnQueryDragIcon(); afx_msg void OnStart(); //}}AFX_MSG DECLARE_MESSAGE_MAP() void Log(LPCTSTR Str); }; //{{AFX_INSERT_LOCATION}} // Microsoft Visual C++ will insert additional declarations immediately before the previous line. #endif // !defined(AFX_DIFASTDLG_H__D761321F_8D75_46DC_80E3_0A844C5F150C__INCLUDED_)