#if !defined(AFX_COMBINEPAGE_H__53B5322A_FAD8_41B5_BA9B_8A6150A6EF49__INCLUDED_) #define AFX_COMBINEPAGE_H__53B5322A_FAD8_41B5_BA9B_8A6150A6EF49__INCLUDED_ #if _MSC_VER > 1000 #pragma once #endif // _MSC_VER > 1000 // CombinePage.h : header file // ///////////////////////////////////////////////////////////////////////////// // CCombinePage dialog class CCombinePage : public CPropertyPage { DECLARE_DYNCREATE(CCombinePage) private: BOOL m_bChange; COMBINEOPTIONS m_CombineOptions; // Construction public: CCombinePage(); ~CCombinePage(); public: LPCOMBINEOPTIONS m_pCombineOptions; void InitValues(); // Dialog Data //{{AFX_DATA(CCombinePage) enum { IDD = IDD_DIALOG_COMBINE }; CEdit m_edtCombineFactor; CComboBox m_cmbCombineType; CSliderCtrl m_CombineTrack; //}}AFX_DATA // Overrides // ClassWizard generate virtual function overrides //{{AFX_VIRTUAL(CCombinePage) public: virtual void OnOK(); protected: virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support //}}AFX_VIRTUAL // Implementation protected: // Generated message map functions //{{AFX_MSG(CCombinePage) virtual BOOL OnInitDialog(); afx_msg void OnHScroll(UINT nSBCode, UINT nPos, CScrollBar* pScrollBar); afx_msg void OnSelChangeCombiningType(); afx_msg void OnChangeCombineFactor(); //}}AFX_MSG DECLARE_MESSAGE_MAP() }; //{{AFX_INSERT_LOCATION}} // Microsoft Visual C++ will insert additional declarations immediately before the previous line. #endif // !defined(AFX_COMBINEPAGE_H__53B5322A_FAD8_41B5_BA9B_8A6150A6EF49__INCLUDED_)