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

📄 nameindexdlg.h

📁 公交查询系统源代码 是武汉的 提供简单的查询和乘车方案 vc++
💻 H
字号:
#if !defined(AFX_NAMEINDEXDLG_H__B1FB0CE0_32C6_4468_8E94_E8322F0CAB9B__INCLUDED_)
#define AFX_NAMEINDEXDLG_H__B1FB0CE0_32C6_4468_8E94_E8322F0CAB9B__INCLUDED_

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

/////////////////////////////////////////////////////////////////////////////
// CNameIndexDlg dialog

class CNameIndexDlg : public CDialog
{
// Construction
public:
	CNameIndexDlg(CWnd* pParent = NULL);   // standard constructor
	void Index_LoadData(CString szType, CString szSubType);
// Dialog Data
	//{{AFX_DATA(CNameIndexDlg)
	enum { IDD = IDD_NAMEINDEX_DIALOG };
	CListBox	m_NameList;
	CComboBox	m_ChildFilter;
	CComboBox	m_MainFilter;
	//}}AFX_DATA


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

// Implementation
protected:

	// Generated message map functions
	//{{AFX_MSG(CNameIndexDlg)
	virtual BOOL OnInitDialog();
	afx_msg void OnSelchangeNameindexMaintype();
	afx_msg void OnSelchangeNameindexChildclass();
	afx_msg void OnChangeNameindexSelectedname();
	afx_msg void OnDblclkNameindexNamelist();
	//}}AFX_MSG
	DECLARE_MESSAGE_MAP()
};

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

#endif // !defined(AFX_NAMEINDEXDLG_H__B1FB0CE0_32C6_4468_8E94_E8322F0CAB9B__INCLUDED_)

⌨️ 快捷键说明

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