#if !defined(AFX_OPTIONS_H__47AF77E2_6C47_4732_96C7_333D49FE7B2C__INCLUDED_) #define AFX_OPTIONS_H__47AF77E2_6C47_4732_96C7_333D49FE7B2C__INCLUDED_ #if _MSC_VER > 1000 #pragma once #endif // _MSC_VER > 1000 // Options.h : header file // ///////////////////////////////////////////////////////////////////////////// // CPDFOptions dialog class CPDFOptions : public CDialog { // Construction public: CPDFOptions(CWnd* pParent = NULL); // standard constructor // Dialog Data //{{AFX_DATA(CPDFOptions) enum { IDD = IDD_OPTIONS }; CSliderCtrl m_QFactor; int m_nQFactor; int m_n1Bit; int m_n2Bit; int m_nPict; BOOL m_bCheckBackground; int m_nSeg; //}}AFX_DATA // Overrides // ClassWizard generated virtual function overrides //{{AFX_VIRTUAL(CPDFOptions) public: virtual BOOL DestroyWindow(); protected: virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support //}}AFX_VIRTUAL // Implementation protected: // Generated message map functions //{{AFX_MSG(CPDFOptions) afx_msg void OnSelchangePict(); virtual void OnOK(); virtual BOOL OnInitDialog(); //}}AFX_MSG DECLARE_MESSAGE_MAP() }; //{{AFX_INSERT_LOCATION}} // Microsoft Visual C++ will insert additional declarations immediately before the previous line. #endif // !defined(AFX_OPTIONS_H__47AF77E2_6C47_4732_96C7_333D49FE7B2C__INCLUDED_) #if !defined(AFX_PDFDPIOPTIONS_H__B4E7EFCE_32B1_41C6_B1AA_326E994C2DF9__INCLUDED_) #define AFX_PDFDPIOPTIONS_H__B4E7EFCE_32B1_41C6_B1AA_326E994C2DF9__INCLUDED_ #if _MSC_VER > 1000 #pragma once #endif // _MSC_VER > 1000 // PDFDPIOptions.h : header file // ///////////////////////////////////////////////////////////////////////////// // PDFDPIOptions dialog class PDFDPIOptions : public CDialog { // Construction public: PDFDPIOptions(CWnd* pParent = NULL); // standard constructor // Dialog Data //{{AFX_DATA(PDFDPIOptions) enum { IDD = IDD_PDFDPIOPTIONS }; int m_edtPDFYRes; int m_edtPDFXRes; //}}AFX_DATA // Overrides // ClassWizard generated virtual function overrides //{{AFX_VIRTUAL(PDFDPIOptions) protected: virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support //}}AFX_VIRTUAL // Implementation protected: // Generated message map functions //{{AFX_MSG(PDFDPIOptions) // 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. #endif // !defined(AFX_PDFDPIOPTIONS_H__B4E7EFCE_32B1_41C6_B1AA_326E994C2DF9__INCLUDED_)