ExportDlg.h
资源名称:ISQL_src.zip [点击查看]
上传用户:jsxglz
上传日期:2007-01-03
资源大小:117k
文件大小:1k
源码类别:
SQL Server
开发平台:
Visual C++
- #if !defined(AFX_EXPORTDLG_H__4C4A9325_983A_11D2_BD49_204C4F4F5020__INCLUDED_)
- #define AFX_EXPORTDLG_H__4C4A9325_983A_11D2_BD49_204C4F4F5020__INCLUDED_
- #if _MSC_VER > 1000
- #pragma once
- #endif // _MSC_VER > 1000
- // ExportDlg.h : header file
- //
- /////////////////////////////////////////////////////////////////////////////
- // CExportDlg dialog
- class CExportDlg : public CFileDialog
- {
- DECLARE_DYNAMIC(CExportDlg)
- public:
- bool m_bSaveSelection;
- BOOL m_bColumnNames;
- CString m_strDelimiter;
- CExportDlg(BOOL bOpenFileDialog, // TRUE for FileOpen, FALSE for FileSaveAs
- LPCTSTR lpszDefExt = NULL,
- LPCTSTR lpszFileName = NULL,
- DWORD dwFlags = OFN_HIDEREADONLY | OFN_OVERWRITEPROMPT,
- LPCTSTR lpszFilter = NULL,
- CWnd* pParentWnd = NULL);
- protected:
- //{{AFX_MSG(CExportDlg)
- virtual BOOL OnInitDialog();
- //}}AFX_MSG
- DECLARE_MESSAGE_MAP()
- private:
- virtual BOOL OnFileNameOK();
- };
- //{{AFX_INSERT_LOCATION}}
- // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
- #endif // !defined(AFX_EXPORTDLG_H__4C4A9325_983A_11D2_BD49_204C4F4F5020__INCLUDED_)