filenameinputdlg.h
上传用户:maryhy001
上传日期:2007-05-02
资源大小:2317k
文件大小:1k
- // FileNameInputDlg.h : header file
- #ifndef _FILENAME_INPUT_DLG_H
- #define _FILENAME_INPUT_DLG_H
- class CFileNameInputDlg : public CDialog
- {
- // Construction
- public:
- CFileNameInputDlg(CWnd* pParent = NULL); // standard constructor
- // Dialog Data
- //{{AFX_DATA(CFileNameInputDlg)
- enum { IDD = IDD_FILENAMEINPUT };
- BOOL m_bdontask;
- CString m_sfilename;
- //}}AFX_DATA
- // Overrides
- // ClassWizard generated virtual function overrides
- //{{AFX_VIRTUAL(CFileNameInputDlg)
- protected:
- virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
- //}}AFX_VIRTUAL
- // Implementation
- protected:
- // Generated message map functions
- //{{AFX_MSG(CFileNameInputDlg)
- virtual BOOL OnInitDialog();
- afx_msg void OnChkoverwrite();
- //}}AFX_MSG
- DECLARE_MESSAGE_MAP()
- };
- #endif //_FILENAME_INPUT_DLG_H