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

📄 finddata.h

📁 VC++ 6.0写ADO数据库操作对初学者有一定帮助
💻 H
字号:
#if !defined(AFX_FINDDATA_H__D936EAD5_E6B3_41A4_936E_0B39785AC6D6__INCLUDED_)
#define AFX_FINDDATA_H__D936EAD5_E6B3_41A4_936E_0B39785AC6D6__INCLUDED_

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

/////////////////////////////////////////////////////////////////////////////
// finddata dialog
#include "SetStaticColor.h"
#include "Mybutton.h"
class finddata : public CDialog
{
// Construction
public:
	CString sql;
	void Closedata();
	
	BOOL m_same;

	BOOL Same();
	CString m_sql;
	void initlist();
	CStringList m_stlist;
	void init2();
	BOOL initdata(CString sql);
	finddata(CWnd* pParent = NULL);   // standard constructor
     	_RecordsetPtr m_pRecordset,m_Recordset;
		Fields *GetField(_RecordsetPtr m_Recordset1);
// Dialog Data
	//{{AFX_DATA(finddata)
	enum { IDD = IDD_DIAFIND };
	CEdit	m_input;
	CComboBox	m_find;
	Mybutton m_cancle2;
	Mybutton m_ok;
	//}}AFX_DATA


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

// Implementation
protected:

	// Generated message map functions
	//{{AFX_MSG(finddata)
	virtual void OnOK();
	virtual void OnCancel();
	virtual BOOL OnInitDialog();
	afx_msg void OnCancel2();
	afx_msg void OnOk();
	afx_msg void OnCloseupFind1();
	//}}AFX_MSG
	DECLARE_MESSAGE_MAP()
};

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

#endif // !defined(AFX_FINDDATA_H__D936EAD5_E6B3_41A4_936E_0B39785AC6D6__INCLUDED_)

⌨️ 快捷键说明

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