home *** CD-ROM | disk | FTP | other *** search
- // Justify.h : header file
- //
-
- /////////////////////////////////////////////////////////////////////////////
- // CJustify dialog
-
- class CJustify : public CPropertyPage
- {
- DECLARE_DYNCREATE(CJustify)
-
- // Construction
- public:
- CJustify();
- ~CJustify();
-
- // Dialog Data
- //{{AFX_DATA(CJustify)
- enum { IDD = IDD_DIALOG2 };
- int m_Justify;
- //}}AFX_DATA
-
-
- // Overrides
- // ClassWizard generate virtual function overrides
- //{{AFX_VIRTUAL(CJustify)
- protected:
- virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
- //}}AFX_VIRTUAL
-
- // Implementation
- protected:
- // Generated message map functions
- //{{AFX_MSG(CJustify)
- // NOTE: the ClassWizard will add member functions here
- //}}AFX_MSG
- DECLARE_MESSAGE_MAP()
-
- };
-