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

📄 web.h

📁 记录工作日志方面的信息
💻 H
字号:
#if !defined(AFX_WEB_H__6A6A2255_594A_4B9D_A9B3_99BC3FBC1D2C__INCLUDED_)
#define AFX_WEB_H__6A6A2255_594A_4B9D_A9B3_99BC3FBC1D2C__INCLUDED_

#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
// Web.h : header file
//
#include "WebSet.h"
/////////////////////////////////////////////////////////////////////////////
// CWeb dialog

class CWeb : public CPropertyPage
{
	DECLARE_DYNCREATE(CWeb)

// Construction
public:
	void Show(CString str);
	CWeb();
	~CWeb();
//	CWebSet m_recordset;
	CString m_strID;
// Dialog Data
	//{{AFX_DATA(CWeb)
	enum { IDD = IDD_WEB };
	CButton	m_OK;
	CButton	m_Cancel;
	CButton	m_Add;
	CButton	m_Del;
	CButton	m_Find;
	CListCtrl	m_ListCtrl;
	CString	m_Key;
	CString	m_Name;
	CString	m_Address;
	CString	m_WebName;
	//}}AFX_DATA
	CString strSQL;
	CDatabase database;		//定义数据库对象
	//以下是自动连接数据库
	CString sDriver;
	CString sDsn;
	CString sFile;

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

// Implementation
protected:
	// Generated message map functions
	//{{AFX_MSG(CWeb)
	afx_msg void OnAdd();
	afx_msg void OnDel();
	afx_msg void OnFind();
	virtual BOOL OnInitDialog();
	afx_msg void OnOk();
	afx_msg void OnCancel();
	afx_msg void OnClickList1(NMHDR* pNMHDR, LRESULT* pResult);
	//}}AFX_MSG
	DECLARE_MESSAGE_MAP()

};

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

#endif // !defined(AFX_WEB_H__6A6A2255_594A_4B9D_A9B3_99BC3FBC1D2C__INCLUDED_)

⌨️ 快捷键说明

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