#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 // ///////////////////////////////////////////////////////////////////////////// // COptions dialog class COptions : public CDialog { // Construction public: COptions(CWnd* pParent = NULL); // standard constructor // Dialog Data //{{AFX_DATA(COptions) 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; int m_nTmpPict; //}}AFX_DATA // Overrides // ClassWizard generated virtual function overrides //{{AFX_VIRTUAL(COptions) public: virtual BOOL DestroyWindow(); protected: virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support //}}AFX_VIRTUAL // Implementation protected: // Generated message map functions //{{AFX_MSG(COptions) afx_msg void OnSelchangePict(); virtual void OnOK(); virtual BOOL OnInitDialog(); virtual void OnCancel(); //}}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_) // PDFDPIOptions.h: interface for the PDFDPIOptions class. // ////////////////////////////////////////////////////////////////////// #if !defined(AFX_PDFDPIOPTIONS_H__360192CA_5872_4F29_9ECB_D52D390928FB__INCLUDED_) #define AFX_PDFDPIOPTIONS_H__360192CA_5872_4F29_9ECB_D52D390928FB__INCLUDED_ #if _MSC_VER > 1000 #pragma once #endif // _MSC_VER > 1000 #endif // !defined(AFX_PDFDPIOPTIONS_H__360192CA_5872_4F29_9ECB_D52D390928FB__INCLUDED_) ///////////////////////////////////////////////////////////////////////////// // CPDFDPIOptions dialog class CPDFDPIOptions : public CDialog { // Construction public: CPDFDPIOptions(CWnd* pParent = NULL); // standard constructor // Dialog Data //{{AFX_DATA(CPDFDPIOptions) enum { IDD = IDD_PDFDPIOPTIONS }; CEdit m_YResolution; CEdit m_XResolution; int m_nXResolution; int m_nYResolution; //}}AFX_DATA // Overrides // ClassWizard generated virtual function overrides //{{AFX_VIRTUAL(CPDFDPIOptions) protected: virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support //}}AFX_VIRTUAL // Implementation protected: // Generated message map functions //{{AFX_MSG(CPDFDPIOptions) virtual BOOL OnInitDialog(); //}}AFX_MSG DECLARE_MESSAGE_MAP() };