#if !defined(AFX_PARAGRAPHOPTIONS_H__5A02E023_D865_4F18_8A39_F9FFC2EA5710__INCLUDED_) #define AFX_PARAGRAPHOPTIONS_H__5A02E023_D865_4F18_8A39_F9FFC2EA5710__INCLUDED_ #if _MSC_VER > 1000 #pragma once #endif // _MSC_VER > 1000 // ParagraphOptions.h : header file // ///////////////////////////////////////////////////////////////////////////// // CParagraphOptions dialog class CParagraphOptions : public CDialog { // Construction public: CParagraphOptions(ILEADRasterDocument* pLRasterDoc, CWnd* pParent = NULL); // standard constructor // Dialog Data //{{AFX_DATA(CParagraphOptions) enum { IDD = IDD_PARAGRAPH_OPTIONS }; CButton m_btnOK; CComboBox m_cmbSpaceParagMode; CComboBox m_cmbParagIndentMode; CComboBox m_cmbLineSpacingValue; CComboBox m_cmbLineSpacingMode; CComboBox m_cmbAlignValue; CComboBox m_cmbAlignMode; int m_nSpaceParagValue; int m_nParagIndentValue; //}}AFX_DATA ILEADRasterDocument* m_pLRasterDoc; // Overrides // ClassWizard generated virtual function overrides //{{AFX_VIRTUAL(CParagraphOptions) protected: virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support //}}AFX_VIRTUAL // Implementation protected: // Generated message map functions //{{AFX_MSG(CParagraphOptions) // NOTE: the ClassWizard will add member functions here afx_msg void OnSelchangeCmbAlignmentMode(); afx_msg void OnSelchangeCmbLineSpacingMode(); afx_msg void OnSelchangeCmbParagraphIndentMode(); afx_msg void OnSelchangeCmbSpaceParagraphMode(); 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_PARAGRAPHOPTIONS_H__5A02E023_D865_4F18_8A39_F9FFC2EA5710__INCLUDED_)