#if !defined(AFX_MRCPAGE_H__2C5C8604_5FF9_4D1B_A4D7_F3EB75819B3C__INCLUDED_) #define AFX_MRCPAGE_H__2C5C8604_5FF9_4D1B_A4D7_F3EB75819B3C__INCLUDED_ #if _MSC_VER > 1000 #pragma once #endif // _MSC_VER > 1000 // MRCPage.h : header file // ///////////////////////////////////////////////////////////////////////////// // CMRCPage dialog class CMRCPage : public CPropertyPage { DECLARE_DYNCREATE(CMRCPage) // Construction public: CMRCPage(); ~CMRCPage(); public: LPMRCOPTIONS m_pMrcOptions; void ChangeQFactorStatus(); // Dialog Data //{{AFX_DATA(CMRCPage) enum { IDD = IDD_DIALOG_MRCCOMPRESS }; CEdit m_edtGSQFactor; CEdit m_edtQFactor; CComboBox m_cmbGrayScaleCoder; CComboBox m_cmbGrayScale2BitCoder; CComboBox m_cmbText2BitCoder; CComboBox m_cmbPictureCoder; CComboBox m_cmbMaskCoder; //}}AFX_DATA // Overrides // ClassWizard generate virtual function overrides //{{AFX_VIRTUAL(CMRCPage) public: virtual void OnOK(); protected: virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support //}}AFX_VIRTUAL // Implementation protected: // Generated message map functions //{{AFX_MSG(CMRCPage) virtual BOOL OnInitDialog(); afx_msg void OnSelChangePictureCoder(); afx_msg void OnSelChangeGrayScaleCoder(); afx_msg void OnKillFocusQFactor(); afx_msg void OnKillFocusGsQFactor(); //}}AFX_MSG DECLARE_MESSAGE_MAP() }; //{{AFX_INSERT_LOCATION}} // Microsoft Visual C++ will insert additional declarations immediately before the previous line. #endif // !defined(AFX_MRCPAGE_H__2C5C8604_5FF9_4D1B_A4D7_F3EB75819B3C__INCLUDED_)