#if !defined(AFX_PDFCOMPSETDLG_H__CA076B78_D5D0_4707_B571_D507D9646108__INCLUDED_) #define AFX_PDFCOMPSETDLG_H__CA076B78_D5D0_4707_B571_D507D9646108__INCLUDED_ #if _MSC_VER > 1000 #pragma once #endif // _MSC_VER > 1000 // PDFCompSetDlg.h : header file // ///////////////////////////////////////////////////////////////////////////// // CPDFCompSetDlg dialog class CPDFCompSetDlg : public CDialog { // Construction public: CPDFCompSetDlg(CWnd* pParent = NULL); // standard constructor L_BOOL m_bAdded; L_INT m_nPDFComboSel; L_INT m_nImgQComboSel; L_INT m_nDocCount; L_INT m_nAddedDocCount; L_VOID SetProfileValue(); L_VOID CheckPdfPrf(); L_VOID CheckOpImgQualityPrf(); L_VOID CheckPdfMrc(); // Dialog Data //{{AFX_DATA(CPDFCompSetDlg) enum { IDD = IDD_PDFCOMPSET }; CButton m_AddButton; CButton m_NOMRC; CEdit m_PageOrder; CEdit m_SegQuality; CEdit m_CombThreshold; CEdit m_CLRThreshold; CEdit m_CleanSize; CEdit m_BKThreshold; CComboBox m_PDFImgQuality; CComboBox m_PDFProfCombo; int m_nBKThreshold; int m_nCleanSize; int m_nCLRThreshold; int m_nCombThreshold; int m_nSegQuality; int m_nPageOrder; BOOL m_bNOMRC; //}}AFX_DATA // Overrides // ClassWizard generated virtual function overrides //{{AFX_VIRTUAL(CPDFCompSetDlg) protected: virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support virtual BOOL OnCommand(WPARAM wParam, LPARAM lParam); //}}AFX_VIRTUAL // Implementation protected: // Generated message map functions //{{AFX_MSG(CPDFCompSetDlg) virtual BOOL OnInitDialog(); afx_msg void OnADD(); afx_msg void OnAdd(); afx_msg void OnSelchangeComboPdfprof(); afx_msg void OnSelchangeComboOpimgquality(); afx_msg void OnRadioNomrc(); afx_msg void OnRadioMrc(); afx_msg void OnCheckNomrc(); afx_msg void OnDelete(); //}}AFX_MSG DECLARE_MESSAGE_MAP() }; //{{AFX_INSERT_LOCATION}} // Microsoft Visual C++ will insert additional declarations immediately before the previous line. #endif // !defined(AFX_PDFCOMPSETDLG_H__CA076B78_D5D0_4707_B571_D507D9646108__INCLUDED_)