#if !defined(AFX_DOCOPTS_H__371D701E_53D2_49E2_A538_4B21338115AF__INCLUDED_) #define AFX_DOCOPTS_H__371D701E_53D2_49E2_A538_4B21338115AF__INCLUDED_ #if _MSC_VER >= 1000 #pragma once #endif // _MSC_VER >= 1000 // DocOpts.h : header file // ///////////////////////////////////////////////////////////////////////////// // CDocOptions dialog class CDocOptions : public CDialog { // Construction public: CDocOptions(pDOCUMENTOPTIONS pDocOpts, 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 pDOCUMENTOPTIONS m_pDocOpts; // 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) 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 Developer Studio will insert additional declarations immediately before the previous line. #endif // !defined(AFX_DOCOPTS_H__371D701E_53D2_49E2_A538_4B21338115AF__INCLUDED_)