#if !defined(AFX_MRCCOMPRESSIONSPROPPAGE_H__36766E82_77F1_4901_A574_45F98C78D845__INCLUDED_) #define AFX_MRCCOMPRESSIONSPROPPAGE_H__36766E82_77F1_4901_A574_45F98C78D845__INCLUDED_ #if _MSC_VER > 1000 #pragma once #endif // _MSC_VER > 1000 // MRCCompressionsPropPage.h : header file // ///////////////////////////////////////////////////////////////////////////// // CMRCCompressionsPropPage dialog class CMRCCompressionsPropPage : public CPropertyPage { DECLARE_DYNCREATE(CMRCCompressionsPropPage) // Construction public: CMRCCompressionsPropPage(); ~CMRCCompressionsPropPage(); // Dialog Data //{{AFX_DATA(CMRCCompressionsPropPage) enum { IDD = IDD_PROPPAGE_MRCCOMPRESSIONS }; int m_nGrayScale2BitCoder; int m_nGrayScaleCoder; int m_nMaskCoder; int m_nPictureCoder; int m_nText2BitCoder; int m_nQFactorGrayScale; int m_nQFactor; //}}AFX_DATA // Overrides // ClassWizard generate virtual function overrides //{{AFX_VIRTUAL(CMRCCompressionsPropPage) 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(CMRCCompressionsPropPage) virtual BOOL OnInitDialog(); afx_msg void OnSelchangeComboPicturecoder(); afx_msg void OnSelchangeComboGrayscalecoder(); afx_msg void OnChangeEditMrcQfactor(); afx_msg void OnSelchangeComboMrcText2bitcoder(); afx_msg void OnSelchangeComboMrcGrayscale2bitcoder(); afx_msg void OnSelchangeComboMrcMaskcoder(); //}}AFX_MSG DECLARE_MESSAGE_MAP() }; //{{AFX_INSERT_LOCATION}} // Microsoft Visual C++ will insert additional declarations immediately before the previous line. #endif // !defined(AFX_MRCCOMPRESSIONSPROPPAGE_H__36766E82_77F1_4901_A574_45F98C78D845__INCLUDED_)