import3dgn1datasetdlg.h
来自「用VC+SuperMap开发的校园GIS系统」· C头文件 代码 · 共 73 行
H
73 行
#if !defined(AFX_IMPORT3DGN1DATASETDLG_H__F2EFBF1D_FAB9_49D2_985B_F27C46B301F8__INCLUDED_)
#define AFX_IMPORT3DGN1DATASETDLG_H__F2EFBF1D_FAB9_49D2_985B_F27C46B301F8__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
// Import3Dgn1DatasetDlg.h : header file
//
#include "Import3Dgn2DatasetDlg.h"
/////////////////////////////////////////////////////////////////////////////
// CImport3Dgn1DatasetDlg dialog
class CImport3Dgn1DatasetDlg : public CDialog
{
// Construction
public:
void CreateImport2Dgn2DatasetDlg();
CString m_strPathName;
BOOL m_bShowProgress;
BOOL m_bIgnoreStyle;
BOOL m_bCompressed;
BOOL m_bCADDataset;
CString m_strCADLayerName;
BOOL m_bLineDataset;
CString m_strLineLayerName;
BOOL m_bPointDataset;
CString m_strPointLayerName;
BOOL m_bRegionDataset;
CString m_strRegionLayerName;
BOOL m_bTextDataset;
CString m_strTextLayerName;
CString m_strDatasourceName;
void Close();
CImport3Dgn2DatasetDlg* m_pImport3Dgn2DatasetDlg;
CImport3Dgn1DatasetDlg(CWnd* pParent = NULL); // standard constructor
// Dialog Data
//{{AFX_DATA(CImport3Dgn1DatasetDlg)
enum { IDD = IDD_IMPORTDGN1DLG };
CEdit m_editStyleMap;
CEdit m_editColorFile;
CComboBox m_cmbDgnUnit;
//}}AFX_DATA
// Overrides
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(CImport3Dgn1DatasetDlg)
protected:
virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
//}}AFX_VIRTUAL
// Implementation
protected:
void GetFileName(CString strFilter,CEdit *edit);
// Generated message map functions
//{{AFX_MSG(CImport3Dgn1DatasetDlg)
virtual BOOL OnInitDialog();
afx_msg void OnBack();
virtual void OnCancel();
virtual void OnOK();
afx_msg void OnBtnColorFile();
afx_msg void OnBtnStyleMap();
//}}AFX_MSG
DECLARE_MESSAGE_MAP()
};
//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.
#endif // !defined(AFX_IMPORT3DGN1DATASETDLG_H__F2EFBF1D_FAB9_49D2_985B_F27C46B301F8__INCLUDED_)
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?