ParagraphDialog.h
上传用户:shilei2004
上传日期:2020-07-18
资源大小:83k
文件大小:1k
- #if !defined(AFX_PARAGRAPHDIALOG_H__AD3E74A0_91AE_4B5B_B5C5_61259E5E2F38__INCLUDED_)
- #define AFX_PARAGRAPHDIALOG_H__AD3E74A0_91AE_4B5B_B5C5_61259E5E2F38__INCLUDED_
- #if _MSC_VER > 1000
- #pragma once
- #endif // _MSC_VER > 1000
- // ParagraphDialog.h : header file
- //
- /////////////////////////////////////////////////////////////////////////////
- // CParagraphDialog dialog
- class CParagraphDialog : public CDialog
- {
- // Construction
- public:
- CParagraphDialog(PARAFORMAT &pf, CWnd* pParent = NULL); // standard constructor
- PARAFORMAT m_pf;
- // Dialog Data
- //{{AFX_DATA(CParagraphDialog)
- enum { IDD = IDD_PARAGRAPH };
- int m_nAlignment;
- int m_nFirst;
- int m_nLeft;
- int m_nRight;
- //}}AFX_DATA
- // Overrides
- // ClassWizard generated virtual function overrides
- //{{AFX_VIRTUAL(CParagraphDialog)
- protected:
- virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
- //}}AFX_VIRTUAL
- // Implementation
- protected:
- virtual void OnOK();
- // Generated message map functions
- //{{AFX_MSG(CParagraphDialog)
- 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_PARAGRAPHDIALOG_H__AD3E74A0_91AE_4B5B_B5C5_61259E5E2F38__INCLUDED_)