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

📄 nearestdlg.h

📁 程序编写环境为Visual Studio.NET 2002
💻 H
字号:
#pragma once


// CNearestDlg dialog

class CNearestDlg : public CDialog
{
	DECLARE_DYNAMIC(CNearestDlg)

public:
	CNearestDlg(CWnd* pParent = NULL);   // standard constructor
	virtual ~CNearestDlg();

// Dialog Data
	enum { IDD = IDD_DIALOG_NEARESTNAME };

protected:
	virtual void DoDataExchange(CDataExchange* pDX);    // DDX/DDV support

	DECLARE_MESSAGE_MAP()
public:
	CComboBox m_MainFilter;
	CComboBox m_ChildFilter;
	CComboBox m_DistFilter;
	virtual BOOL OnInitDialog();
	afx_msg void OnCbnSelchangeNearestdlgMainfilter();
	afx_msg void OnBnClickedNearestdlgPosition();
	afx_msg void OnBnClickedNearestdlgNamecondt();
	afx_msg void OnBnClickedNearestdlgExecutebtn();
	afx_msg void OnEnChangeNearestdlgNameedt();
};

⌨️ 快捷键说明

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