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

📄 excelquerydlg.h

📁 快餐管理系统 这个快餐管理系统,实现了实际数据库管理功能,能给相关开发的朋友提供很好的借鉴
💻 H
字号:
#if !defined(AFX_EXCELQUERYDLG_H__D3A6180E_12F5_4DFC_A06F_931FAAC95D94__INCLUDED_)
#define AFX_EXCELQUERYDLG_H__D3A6180E_12F5_4DFC_A06F_931FAAC95D94__INCLUDED_

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

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

	// Display Function
	void Display();
// Dialog Data
	//{{AFX_DATA(ExcelQueryDlg)
	enum { IDD = IDD_EXCEL_QUERY_DIALOG };
	CListCtrl	m_AllGrid;
	CButton	m_Exit;
	CButton	m_Query;
	CListCtrl	m_Grid;
	CComboBox	m_ComField;
	CComboBox	m_ComEmblem;
	CEdit	m_EditCondition;
	//}}AFX_DATA


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

// Implementation
protected:

	// Generated message map functions
	//{{AFX_MSG(ExcelQueryDlg)
		virtual BOOL OnInitDialog();
	afx_msg void OnQuery();
	afx_msg void OnDblclkGrid(NMHDR* pNMHDR, LRESULT* pResult);
	afx_msg void OnContextMenu(CWnd* pWnd, CPoint point);
	afx_msg void OnPopMenu();
	//}}AFX_MSG
	DECLARE_MESSAGE_MAP()
};

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

#endif // !defined(AFX_EXCELQUERYDLG_H__D3A6180E_12F5_4DFC_A06F_931FAAC95D94__INCLUDED_)

⌨️ 快捷键说明

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