#if !defined(AFX_PDFCOMPOPTIONSDLG_H__BD9D47F4_CA71_4424_88EC_E27DB7C5CABD__INCLUDED_) #define AFX_PDFCOMPOPTIONSDLG_H__BD9D47F4_CA71_4424_88EC_E27DB7C5CABD__INCLUDED_ #if _MSC_VER > 1000 #pragma once #endif // _MSC_VER > 1000 // PDFCompOptionsDlg.h : header file // ///////////////////////////////////////////////////////////////////////////// // CPDFCompOptionsDlg dialog class CPDFCompOptionsDlg : public CDialog { // Construction public: CPDFCompOptionsDlg(CWnd* pParent = NULL); // standard constructor // Dialog Data //{{AFX_DATA(CPDFCompOptionsDlg) enum { IDD = IDD_DIALOG_OPTION }; CSliderCtrl m_QFactor; int m_nQFactor; int m_n1Bit; int m_n2Bit; int m_nPict; BOOL m_bCheckBackground; int m_nSeg; // NOTE: the ClassWizard will add data members here //}}AFX_DATA // Overrides // ClassWizard generated virtual function overrides //{{AFX_VIRTUAL(CPDFCompOptionsDlg) public: virtual BOOL DestroyWindow(); protected: virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support //}}AFX_VIRTUAL // Implementation protected: // Generated message map functions //{{AFX_MSG(CPDFCompOptionsDlg) afx_msg void OnSelchangePict(); virtual void OnOK(); virtual BOOL OnInitDialog(); // NOTE: the ClassWizard will add member functions here //}}AFX_MSG DECLARE_MESSAGE_MAP() }; //{{AFX_INSERT_LOCATION}} // Microsoft Visual C++ will insert additional declarations immediately before the previous line. ///////////////////////////////////////////////////////////////////////////// // PDFCompDPIOptionsDlg dialog class PDFCompDPIOptionsDlg : public CDialog { CSize m_Resolution ; // Construction public: PDFCompDPIOptionsDlg(CWnd* pParent = NULL); // standard constructor void SetDPIResolution ( CSize resolution ) ; CSize GetDPIResolution ( ) ; // Dialog Data //{{AFX_DATA(PDFCompDPIOptionsDlg) enum { IDD = IDD_DIALOG_DPI_OPTION }; // NOTE: the ClassWizard will add data members here //}}AFX_DATA // Overrides // ClassWizard generated virtual function overrides //{{AFX_VIRTUAL(PDFCompDPIOptionsDlg) protected: virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support //}}AFX_VIRTUAL // Implementation protected: // Generated message map functions //{{AFX_MSG(PDFCompDPIOptionsDlg) virtual void OnOK(); virtual BOOL OnInitDialog(); // NOTE: the ClassWizard will add member functions here //}}AFX_MSG DECLARE_MESSAGE_MAP() }; #endif // !defined(AFX_PDFCOMPOPTIONSDLG_H__BD9D47F4_CA71_4424_88EC_E27DB7C5CABD__INCLUDED_)