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

📄 tablelookupperdlg.h

📁 evc环境下的数据库查看器。可以查看表格和表格内的数据。
💻 H
字号:
// TableLookUpperDlg.h : header file
//

#if !defined(AFX_TABLELOOKUPPERDLG_H__A4A0020D_DB31_4A94_A786_5C659791E9BB__INCLUDED_)
#define AFX_TABLELOOKUPPERDLG_H__A4A0020D_DB31_4A94_A786_5C659791E9BB__INCLUDED_

#if _MSC_VER >= 1000
#pragma once
#endif // _MSC_VER >= 1000

/////////////////////////////////////////////////////////////////////////////
// CTableLookUpperDlg dialog

class CTableLookUpperDlg : public CDialog
{
// Construction
public:
	CTableLookUpperDlg(CWnd* pParent = NULL);	// standard constructor

// Dialog Data
	//{{AFX_DATA(CTableLookUpperDlg)
	enum { IDD = IDD_TABLELOOKUPPER_DIALOG };
	CListCtrl	m_DataList;
	CString	m_Table;
	int		m_NumberOfRecord;
	//}}AFX_DATA

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

// Implementation
protected:
	HICON m_hIcon;

	// Generated message map functions
	//{{AFX_MSG(CTableLookUpperDlg)
	virtual BOOL OnInitDialog();
	afx_msg void OnConnect();
	afx_msg void OnRefresh();
	afx_msg void OnCheckNUmberofRecords();
	//}}AFX_MSG
	DECLARE_MESSAGE_MAP()
};

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

#endif // !defined(AFX_TABLELOOKUPPERDLG_H__A4A0020D_DB31_4A94_A786_5C659791E9BB__INCLUDED_)

⌨️ 快捷键说明

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