// DOFastDlg.h : header file // #if !defined(AFX_DOFASTDLG_H__1A8E4349_B452_478F_8B8B_C1DF1FA13D33__INCLUDED_) #define AFX_DOFASTDLG_H__1A8E4349_B452_478F_8B8B_C1DF1FA13D33__INCLUDED_ #if _MSC_VER > 1000 #pragma once #endif // _MSC_VER > 1000 ///////////////////////////////////////////////////////////////////////////// // CDOFastDlg dialog class CDOFastDlg : public CDialog { // Construction public: CDOFastDlg(CWnd* pParent = NULL); // standard constructor // Dialog Data //{{AFX_DATA(CDOFastDlg) enum { IDD = IDD_DOFAST_DIALOG }; CListBox m_LogList; CString m_BlurbText; //}}AFX_DATA // ClassWizard generated virtual function overrides //{{AFX_VIRTUAL(CDOFastDlg) protected: virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support //}}AFX_VIRTUAL // Implementation protected: HICON m_hIcon; // Generated message map functions //{{AFX_MSG(CDOFastDlg) virtual BOOL OnInitDialog(); afx_msg void OnPaint(); afx_msg HCURSOR OnQueryDragIcon(); afx_msg void OnDropFiles(HDROP hDropInfo); //}}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_DOFASTDLG_H__1A8E4349_B452_478F_8B8B_C1DF1FA13D33__INCLUDED_)