#if !defined(AFX_CONFIGDLG_H__EB6580C1_E748_44C7_94C4_F051DDF24E74__INCLUDED_) #define AFX_CONFIGDLG_H__EB6580C1_E748_44C7_94C4_F051DDF24E74__INCLUDED_ #if _MSC_VER > 1000 #pragma once #endif // _MSC_VER > 1000 // ConfigDlg.h : header file // #include "resource.h" ///////////////////////////////////////////////////////////////////////////// // CConfigDlg dialog class CConfigDlg : public CDialog { // Construction public: CConfigDlg(int threshold, int quality, CWnd* pParent = NULL); // standard constructor // Dialog Data //{{AFX_DATA(CConfigDlg) enum { IDD = IDD_DIALOG1 }; CSliderCtrl m_qualityctrl; CSliderCtrl m_thresholdctrl; BOOL m_fSaveSettings; int m_threshold; int m_quality; //}}AFX_DATA // Overrides // ClassWizard generated virtual function overrides //{{AFX_VIRTUAL(CConfigDlg) protected: virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support //}}AFX_VIRTUAL // Implementation protected: // Generated message map functions //{{AFX_MSG(CConfigDlg) virtual BOOL OnInitDialog(); afx_msg void OnAbout(); virtual void OnOK(); //}}AFX_MSG DECLARE_MESSAGE_MAP() }; //{{AFX_INSERT_LOCATION}} // Microsoft Visual C++ will insert additional declarations immediately before the previous line. #endif // !defined(AFX_CONFIGDLG_H__EB6580C1_E748_44C7_94C4_F051DDF24E74__INCLUDED_)