#if !defined(AFX_LOGSDLG_H__E53BC73A_974B_4FB3_8A09_FB4645FBDF50__INCLUDED_) #define AFX_LOGSDLG_H__E53BC73A_974B_4FB3_8A09_FB4645FBDF50__INCLUDED_ #if _MSC_VER > 1000 #pragma once #endif // _MSC_VER > 1000 // LogsDlg.h : header file // ///////////////////////////////////////////////////////////////////////////// // CLogOptionsDlg dialog class CLogOptionsDlg : public CDialog { // Construction public: CLogOptionsDlg(CWnd* pParent = NULL); // standard constructor // Dialog Data //{{AFX_DATA(CLogOptionsDlg) enum { IDD = IDD_LOG }; BOOL m_bGenerateEventsLogFile; BOOL m_bSaveReceivedCSs; BOOL m_bSaveReceivedDSs; BOOL m_bSaveSentDSs; CString m_sLogFolder; //}}AFX_DATA // Overrides // ClassWizard generated virtual function overrides //{{AFX_VIRTUAL(CLogOptionsDlg) protected: virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support //}}AFX_VIRTUAL // Implementation protected: // Generated message map functions //{{AFX_MSG(CLogOptionsDlg) afx_msg void OnCheckReceivedCS(); afx_msg void OnCheckReceivedDS(); afx_msg void OnCheckSentDS(); afx_msg void OnButtonBrowse(); virtual BOOL OnInitDialog(); //}}AFX_MSG DECLARE_MESSAGE_MAP() void EnableLogFolderItems(); }; //{{AFX_INSERT_LOCATION}} // Microsoft Visual C++ will insert additional declarations immediately before the previous line. #endif // !defined(AFX_LOGSDLG_H__E53BC73A_974B_4FB3_8A09_FB4645FBDF50__INCLUDED_)