excelquerydlg.h

来自「快餐管理系统 这个快餐管理系统,实现了实际数据库管理功能,能给相关开发的朋友提」· C头文件 代码 · 共 59 行

H
59
字号
#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 + =
减小字号Ctrl + -
显示快捷键?