#if !defined(AFX_DOCOPTIONS_H__AA467EC3_CD06_47FD_86F9_162831ECF32B__INCLUDED_) #define AFX_DOCOPTIONS_H__AA467EC3_CD06_47FD_86F9_162831ECF32B__INCLUDED_ #if _MSC_VER > 1000 #pragma once #endif // _MSC_VER > 1000 // DocOptions.h : header file // ///////////////////////////////////////////////////////////////////////////// // CDocOptions dialog class CDocOptions : public CDialog { // Construction public: CDocOptions(ILEADRasterDocument* pLRasterDoc, CWnd* pParent = NULL); // standard constructor void CheckOKButton(); // Dialog Data //{{AFX_DATA(CDocOptions) enum { IDD = IDD_DOCUMENT_OPTIONS }; CButton m_btnOK; CComboBox m_cmbTableMethod; CComboBox m_cmbColorRes; CComboBox m_cmbPaperOrient; CComboBox m_cmbPaperType; CComboBox m_cmbPaperSize; CComboBox m_cmbLangRes; CComboBox m_cmbLangMode; CComboBox m_cmbMarginMode; BOOL m_bEnablePageBreak; BOOL m_bEnableTextBox; int m_nMarginHeight; int m_nMarginLeft; int m_nMarginTop; int m_nMarginWidth; //}}AFX_DATA ILEADRasterDocument* m_pLRasterDoc; // Overrides // ClassWizard generated virtual function overrides //{{AFX_VIRTUAL(CDocOptions) protected: virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support //}}AFX_VIRTUAL // Implementation protected: // Generated message map functions //{{AFX_MSG(CDocOptions) // NOTE: the ClassWizard will add member functions here virtual BOOL OnInitDialog(); afx_msg void OnChangeEditMarginLeft(); afx_msg void OnChangeEditMarginTop(); afx_msg void OnChangeEditMarginWidth(); afx_msg void OnChangeEditMarginHeight(); afx_msg void OnSelchangeCmbLanguageMode(); afx_msg void OnSelchangeCmbMarginMode(); afx_msg void OnSelchangeCmbPaperSize(); virtual void OnOK(); //}}AFX_MSG DECLARE_MESSAGE_MAP() }; //{{AFX_INSERT_LOCATION}} // Microsoft Visual C++ will insert additional declarations immediately before the previous line. #endif // !defined(AFX_DOCOPTIONS_H__AA467EC3_CD06_47FD_86F9_162831ECF32B__INCLUDED_)