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

📄 search.h

📁 应用vc+sqlserver做的一个保卫处数据管理系统
💻 H
字号:
#if !defined(AFX_SEARCH_H__D183A7E8_2B93_45AB_8135_9E7F5F99F467__INCLUDED_)
#define AFX_SEARCH_H__D183A7E8_2B93_45AB_8135_9E7F5F99F467__INCLUDED_
//#import "c:\program files\common files\system\ado\msado15.dll" no_namespace rename("EOF","EndOfFile")
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
// Search.h : header file
//

/////////////////////////////////////////////////////////////////////////////
// CSearch dialog

class CSearch : public CDialog
{
	int Type;
	CString g_ID,g_Name,g_Sex,g_Birthday,g_Card_ID,g_Edu,g_Policy,g_Graduate,g_Address,g_Punish,g_Prefere,g_Phone,g_Shop;
	CString g_Include,g_Equal;
// Construction
public:
	CSearch(CWnd* pParent = NULL);   // standard constructor

// Dialog Data
	//{{AFX_DATA(CSearch)
	enum { IDD = IDD_Search };
	CComboBox	m_Type;
	CComboBox	m_combo;
	CString	m_value;
	CString	m_val;
	//}}AFX_DATA


// Overrides
	// ClassWizard generated virtual function overrides
	//{{AFX_VIRTUAL(CSearch)
	public:
	virtual BOOL PreTranslateMessage(MSG* pMsg);
	protected:
	virtual void DoDataExchange(CDataExchange* pDX);    // DDX/DDV support
	//}}AFX_VIRTUAL

// Implementation
protected:

	// Generated message map functions
	//{{AFX_MSG(CSearch)
	virtual BOOL OnInitDialog();
	afx_msg void OnSearch();
	afx_msg void OnPaint();
	afx_msg HBRUSH OnCtlColor(CDC* pDC, CWnd* pWnd, UINT nCtlColor);
	afx_msg void OnSelchangeCombo2();
	//}}AFX_MSG
public:
	void Change(void);
	DECLARE_MESSAGE_MAP()
};

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

#endif // !defined(AFX_SEARCH_H__D183A7E8_2B93_45AB_8135_9E7F5F99F467__INCLUDED_)

⌨️ 快捷键说明

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