#if !defined(AFX_COMBINEPROPPAGE_H__5AC8F636_991E_47D0_98C6_DF8E8A4A29D5__INCLUDED_) #define AFX_COMBINEPROPPAGE_H__5AC8F636_991E_47D0_98C6_DF8E8A4A29D5__INCLUDED_ #if _MSC_VER > 1000 #pragma once #endif // _MSC_VER > 1000 // CombinePropPage.h : header file // ///////////////////////////////////////////////////////////////////////////// // CCombinePropPage dialog class CCombinePropPage : public CPropertyPage { DECLARE_DYNCREATE(CCombinePropPage) // Construction public: CCombinePropPage(); ~CCombinePropPage(); // Dialog Data //{{AFX_DATA(CCombinePropPage) enum { IDD = IDD_PROPPAGE_COMBINE }; int m_nCombineType; int m_nCombineFactor; int m_nCombineFactorSlider; //}}AFX_DATA // Overrides // ClassWizard generate virtual function overrides //{{AFX_VIRTUAL(CCombinePropPage) public: virtual void OnOK(); virtual BOOL OnApply(); protected: virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support //}}AFX_VIRTUAL // Implementation protected: // Generated message map functions //{{AFX_MSG(CCombinePropPage) virtual BOOL OnInitDialog(); afx_msg void OnCustomdrawSliderCombinefactor(NMHDR* pNMHDR, LRESULT* pResult); afx_msg void OnKillfocusEditCombinefactor(); afx_msg void OnSelchangeComboCombinetype(); //}}AFX_MSG DECLARE_MESSAGE_MAP() }; //{{AFX_INSERT_LOCATION}} // Microsoft Visual C++ will insert additional declarations immediately before the previous line. #endif // !defined(AFX_COMBINEPROPPAGE_H__5AC8F636_991E_47D0_98C6_DF8E8A4A29D5__INCLUDED_)