📄 namequrydlg.h
字号:
#if !defined(AFX_NAMEQURYDLG_H__23BA919A_EE2A_4007_B140_626920C942BA__INCLUDED_)
#define AFX_NAMEQURYDLG_H__23BA919A_EE2A_4007_B140_626920C942BA__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
// NameQuryDlg.h : header file
//
/////////////////////////////////////////////////////////////////////////////
// CNameQuryDlg dialog
class CNameQuryDlg : public CDialog
{
// Construction
public:
CNameQuryDlg(CWnd* pParent = NULL); // standard constructor
virtual ~CNameQuryDlg();
// Dialog Data
//{{AFX_DATA(CNameQuryDlg)
enum { IDD = IDD_DIALOG_NAMEQUERY };
CComboBox m_ChildFilter;
CComboBox m_MainFilter;
CEdit m_PhoneEdt;
CEdit m_NameEdt;
BOOL m_BothCondt;
BOOL m_NameCondt;
BOOL m_PhoneCondt;
//}}AFX_DATA
BOOL Query(CString szFilter);
// Overrides
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(CNameQuryDlg)
protected:
virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
//}}AFX_VIRTUAL
// Implementation
protected:
// Generated message map functions
//{{AFX_MSG(CNameQuryDlg)
virtual BOOL OnInitDialog();
afx_msg void OnSelchangeNamequeryMainclass();
afx_msg void OnNamequeryExecutebtn();
//}}AFX_MSG
DECLARE_MESSAGE_MAP()
};
//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.
#endif // !defined(AFX_NAMEQURYDLG_H__23BA919A_EE2A_4007_B140_626920C942BA__INCLUDED_)
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -