⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 exportdatasetdlg.h

📁 用VC+SuperMap开发的校园GIS系统
💻 H
字号:
#if !defined(AFX_EXPORTDATASETDLG_H__DD9B1474_6D5E_4331_B69F_F2253310651A__INCLUDED_)
#define AFX_EXPORTDATASETDLG_H__DD9B1474_6D5E_4331_B69F_F2253310651A__INCLUDED_

#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
// ExportDatasetDlg.h : header file
//
#include "afxdlgs.h"
#include "superworkspace.h"
#include "sodatasources.h"
#include "sodatasource.h"
#include "sodatasets.h"
/////////////////////////////////////////////////////////////////////////////
// CExportDatasetDlg dialog

class CExportDatasetDlg : public CDialog
{
// Construction
public:
	CExportDatasetDlg(CWnd* pParent = NULL);   // standard constructor
	CSuperWorkspace *m_pSuperWorkspace;
// Dialog Data
	//{{AFX_DATA(CExportDatasetDlg)
	enum { IDD = IDD_EXPORTDLG };
	CButton	m_btnOpenFile;
	CEdit	m_txtFileName;
	CComboBox	m_cmbUnit;
	CComboBox	m_cmbFileType;
	CComboBox	m_cmbDgnUnit;
	CComboBox	m_cmbDatasource;
	CComboBox	m_cmbDataset;
	//}}AFX_DATA


// Overrides
	// ClassWizard generated virtual function overrides
	//{{AFX_VIRTUAL(CExportDatasetDlg)
	protected:
	virtual void DoDataExchange(CDataExchange* pDX);    // DDX/DDV support
	//}}AFX_VIRTUAL

// Implementation
protected:
	CsoDataset GetDataset(CsoDataSource objDs);
	CsoDataSource GetDataSource();
	BOOL m_bIsVector;

	// Generated message map functions
	//{{AFX_MSG(CExportDatasetDlg)
	virtual BOOL OnInitDialog();
	afx_msg void OnSelchangeCmbDatasource();
	afx_msg void OnSelchangeCmbDataset();
	afx_msg void OnSelchangeCmbFileType();
	afx_msg void OnBtnOpenFile();
	virtual void OnOK();
	//}}AFX_MSG
	DECLARE_MESSAGE_MAP()
};

//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.

#endif // !defined(AFX_EXPORTDATASETDLG_H__DD9B1474_6D5E_4331_B69F_F2253310651A__INCLUDED_)

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -