import1datasetdlg.h

来自「用VC+SuperMap开发的校园GIS系统」· C头文件 代码 · 共 73 行

H
73
字号
#if !defined(AFX_IMPORT1DATASETDLG_H__83E0E48B_0E0A_4FFF_A419_71C676CE04FC__INCLUDED_)
#define AFX_IMPORT1DATASETDLG_H__83E0E48B_0E0A_4FFF_A419_71C676CE04FC__INCLUDED_

#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
// Import1DatasetDlg.h : header file
//

/////////////////////////////////////////////////////////////////////////////
// CImport1DatasetDlg dialog
#include "superworkspace.h"

#include "MainFrm.h"
#include "afxdlgs.h"
#include "Import2VDatasetDlg.h"
#include "Import2GDatasetDlg.h"

class CImport1DatasetDlg : public CDialog
{
// Construction
public:
	void CreateImport2GDatasetDlg(CString strFileName,CString strDatasourceName);
	void CreateImport2VDatasetDlg(CString strFileName,CString strDatasourceName);
	bool m_bShowProgress;
	CString m_strPathName;
	CString m_str;
	BOOL m_bVector;
	int m_nOldIndex;
	CMainFrame* GetMainFramePointer();
	CImport1DatasetDlg(CWnd* pParent = NULL);   // standard constructor
	CSuperWorkspace *m_pSuperWorkspace;
	CImport2VDatasetDlg	*m_pImport2VDatasetDlg;
	CImport2GDatasetDlg	*m_pImport2GDatasetDlg;
// Dialog Data
	//{{AFX_DATA(CImport1DatasetDlg)
	enum { IDD = IDD_IMPORT1DLG };
	CButton	m_chkProgress;
	CButton	m_Ok;
	CComboBox	m_cmbFileType;
	CEdit	m_editImportFile;
	CComboBox	m_cmbImportTo;
	//}}AFX_DATA


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

// Implementation
protected:

	// Generated message map functions
	//{{AFX_MSG(CImport1DatasetDlg)
	virtual BOOL OnInitDialog();
	afx_msg void OnOptVector();
	afx_msg void OnOptGrid();
	afx_msg void OnSelchangeCmbFileType();
	afx_msg void OnBtnOpen();
	virtual void OnOK();
	afx_msg void OnChkProgress();
	//}}AFX_MSG
	DECLARE_MESSAGE_MAP()
};

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

#endif // !defined(AFX_IMPORT1DATASETDLG_H__83E0E48B_0E0A_4FFF_A419_71C676CE04FC__INCLUDED_)

⌨️ 快捷键说明

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