ParagraphDialog.h
上传用户:shilei2004
上传日期:2020-07-18
资源大小:83k
文件大小:1k
源码类别:

RichEdit

开发平台:

Visual C++

  1. #if !defined(AFX_PARAGRAPHDIALOG_H__AD3E74A0_91AE_4B5B_B5C5_61259E5E2F38__INCLUDED_)
  2. #define AFX_PARAGRAPHDIALOG_H__AD3E74A0_91AE_4B5B_B5C5_61259E5E2F38__INCLUDED_
  3. #if _MSC_VER > 1000
  4. #pragma once
  5. #endif // _MSC_VER > 1000
  6. // ParagraphDialog.h : header file
  7. //
  8. /////////////////////////////////////////////////////////////////////////////
  9. // CParagraphDialog dialog
  10. class CParagraphDialog : public CDialog
  11. {
  12. // Construction
  13. public:
  14. CParagraphDialog(PARAFORMAT &pf, CWnd* pParent = NULL);   // standard constructor
  15. PARAFORMAT m_pf;
  16. // Dialog Data
  17. //{{AFX_DATA(CParagraphDialog)
  18. enum { IDD = IDD_PARAGRAPH };
  19. int     m_nAlignment;
  20. int m_nFirst;
  21. int m_nLeft;
  22. int m_nRight;
  23. //}}AFX_DATA
  24. // Overrides
  25. // ClassWizard generated virtual function overrides
  26. //{{AFX_VIRTUAL(CParagraphDialog)
  27. protected:
  28. virtual void DoDataExchange(CDataExchange* pDX);    // DDX/DDV support
  29. //}}AFX_VIRTUAL
  30. // Implementation
  31. protected:
  32. virtual void OnOK();
  33. // Generated message map functions
  34. //{{AFX_MSG(CParagraphDialog)
  35. virtual BOOL OnInitDialog();
  36. //}}AFX_MSG
  37. DECLARE_MESSAGE_MAP()
  38. };
  39. //{{AFX_INSERT_LOCATION}}
  40. // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
  41. #endif // !defined(AFX_PARAGRAPHDIALOG_H__AD3E74A0_91AE_4B5B_B5C5_61259E5E2F38__INCLUDED_)