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

📄 mytopo.h

📁 基于SUPERMAP、VC++的二次开发
💻 H
字号:
#if !defined(AFX_MYTOPO_H__D4ED5FDB_5C1B_4E37_B500_C6EE0F82F3FE__INCLUDED_)
#define AFX_MYTOPO_H__D4ED5FDB_5C1B_4E37_B500_C6EE0F82F3FE__INCLUDED_

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

/////////////////////////////////////////////////////////////////////////////
// CMyTopo dialog

class CMyTopo : public CDialog
{
// Construction
public:
	CMyTopo(CWnd* pParent = NULL);   // standard constructor

// Dialog Data
	//{{AFX_DATA(CMyTopo)
	enum { IDD = IDD_TOPODLG };
	CButton	m_CKCiv;
	CButton	m_CKCod;
	CButton	m_CKCrl;
	CButton	m_CKEdl;
	CEdit	m_EdtRegion;
	CEdit	m_EdtNet;
	CButton	m_TopoEr;
	CButton	m_Topo;
	CButton	m_TopoRegion;
	CButton	m_CKMrn;
	CButton	m_CKMpn;
	CButton	m_CKil;
	BOOL	m_bCiv;
	BOOL	m_bCod;
	BOOL	m_bCrl;
	BOOL	m_bEdl;
	BOOL	m_bil;
	BOOL	m_bMpn;
	BOOL	m_bMrn;
	BOOL	m_bRegion;
	BOOL	m_bTopo;
	BOOL	m_bTopoEr;
	//}}AFX_DATA


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

// Implementation
protected:

	// Generated message map functions
	//{{AFX_MSG(CMyTopo)
	afx_msg void OnAllnot();
	afx_msg void OnAllyes();
	afx_msg void OnCkTopo();
	afx_msg void OnCkRegion();
	afx_msg void OnCkCiv();
	afx_msg void OnCkCod();
	afx_msg void OnCkCrl();
	afx_msg void OnCkEdl();
	afx_msg void OnCkIl();
	afx_msg void OnCkMpn();
	afx_msg void OnCkMrn();
	afx_msg void OnCkTopoer();
	afx_msg void OnTopoOk();
	afx_msg void OnTopoCancel();
	virtual BOOL OnInitDialog();
	//}}AFX_MSG
	DECLARE_MESSAGE_MAP()
};

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

#endif // !defined(AFX_MYTOPO_H__D4ED5FDB_5C1B_4E37_B500_C6EE0F82F3FE__INCLUDED_)

⌨️ 快捷键说明

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