home *** CD-ROM | disk | FTP | other *** search
- #ifndef __FILEOPENEX_H__
- #define __FILEOPENEX_H__
-
- // FileOpenEx.h : header file
- //
-
- /////////////////////////////////////////////////////////////////////////////
- // CFileOpenEx dialog
-
- class CFileOpenEx : public CDialog
- {
- // Construction
- public:
- CFileOpenEx(CWnd* pParent = NULL); // standard constructor
-
- // Dialog Data
- //{{AFX_DATA(CFileOpenEx)
- enum { IDD = IDD_FILEOPEN_EX };
- // NOTE: the ClassWizard will add data members here
- //}}AFX_DATA
-
-
- // Overrides
- // ClassWizard generated virtual function overrides
- //{{AFX_VIRTUAL(CFileOpenEx)
- public:
- virtual int DoModal();
- protected:
- virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
- //}}AFX_VIRTUAL
-
- // Implementation
- protected:
- virtual void OnFileNameChange();
- BOOL m_bUnfolded;
- BOOL m_bFirstTime;
- CRichEditCtrl m_RichEdit;
-
- // Generated message map functions
- //{{AFX_MSG(CFileOpenEx)
- afx_msg void OnSize(UINT nType, int cx, int cy);
- afx_msg void OnButtonOptions();
- //}}AFX_MSG
- DECLARE_MESSAGE_MAP()
- };
-
- //{{AFX_INSERT_LOCATION}}
- // Microsoft Developer Studio will insert additional declarations immediately before the previous line.
-
- #endif // __FILEOPENEX_H__
-