#if !defined(AFX_LOGFILE_H__A0AD20A9_82BA_4F19_8761_4345D087A7E3__INCLUDED_) #define AFX_LOGFILE_H__A0AD20A9_82BA_4F19_8761_4345D087A7E3__INCLUDED_ #if _MSC_VER >= 1000 #pragma once #endif // _MSC_VER >= 1000 // LogFile.h : header file // ///////////////////////////////////////////////////////////////////////////// // CLogFile dialog class CLogFile : public CDialog { // Construction public: CLogFile(L_BOOL bShowLog = TRUE, CWnd* pParent = NULL); // standard constructor L_BOOL CheckFileName(CString csFileName); // Dialog Data //{{AFX_DATA(CLogFile) enum { IDD = IDD_SEL_LOG_FILE }; CButton m_btnOK; CEdit m_edtFileName; CString m_csFileName; //}}AFX_DATA CString m_csDatFile; CString m_csDatFileNum; L_BOOL m_bShowLog; // Overrides // ClassWizard generated virtual function overrides //{{AFX_VIRTUAL(CLogFile) protected: virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support //}}AFX_VIRTUAL // Implementation protected: // Generated message map functions //{{AFX_MSG(CLogFile) afx_msg void OnBtnSelLogFile(); afx_msg void OnChangeEditFileName(); virtual BOOL OnInitDialog(); virtual void OnOK(); //}}AFX_MSG DECLARE_MESSAGE_MAP() }; //{{AFX_INSERT_LOCATION}} // Microsoft Developer Studio will insert additional declarations immediately before the previous line. #endif // !defined(AFX_LOGFILE_H__A0AD20A9_82BA_4F19_8761_4345D087A7E3__INCLUDED_)