?? web.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 + -