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

📄 dstorequwery.h

📁 用VC++编写的汽配管理系统,实用简单,程序简单模块化
💻 H
字号:
#if !defined(AFX_DSTOREQUWERY_H__C92FD866_0879_40E4_947E_7D87461D3097__INCLUDED_)
#define AFX_DSTOREQUWERY_H__C92FD866_0879_40E4_947E_7D87461D3097__INCLUDED_

#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
// DStoreQuwery.h : header file
//
#include "RxGrid.h"
#include "BaseEdit.h"
#include "BaseComboBox.h"
#include "RxRecordset.h"	// Added by ClassView
/////////////////////////////////////////////////////////////////////////////
// CDStoreQuwery dialog

class CDStoreQuwery : public CDialog
{
// Construction
public:
	void Total(CString sSQL);
	CDStoreQuwery(CWnd* pParent =NULL);

// Dialog Data
	//{{AFX_DATA(CDStoreQuwery)
	enum { IDD = IDD_DIAL_STOREQUERY };
	CStatic	m_StaSumNumber;
	CStatic	m_StaSumMoney;
	RxGrid	m_Grid;
	CBaseEdit	m_EdtCondition;
	CBaseComboBox	m_ComEmblem;
	CBaseComboBox	m_ComField;
	//}}AFX_DATA


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

// Implementation
protected:

	// Generated message map functions
	//{{AFX_MSG(CDStoreQuwery)
	virtual void OnOK();
	virtual BOOL OnInitDialog();
	afx_msg void OnButQuery();
	afx_msg void OnButPrint();
	//}}AFX_MSG
	DECLARE_MESSAGE_MAP()
private:
	RxRecordset rst;
};

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

#endif // !defined(AFX_DSTOREQUWERY_H__C92FD866_0879_40E4_947E_7D87461D3097__INCLUDED_)

⌨️ 快捷键说明

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