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

📄 dsellquery.h

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

#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
// DSellQuery.h : header file
//
#include "BaseDateTimeCtrl.h"
/////////////////////////////////////////////////////////////////////////////
// CDSellQuery dialog
#include "BaseComboBox.h"
#include "BaseEdit.h"
#include "RxGrid.h"
#include "BaseStatic.h"
class CDSellQuery : public CDialog
{
// Construction
public:
	void SetDateBase(CString sDateBaseName);
	void SetCaption(CString sCaption);
	CDSellQuery(CWnd* pParent = NULL);   // standard constructor

// Dialog Data
	//{{AFX_DATA(CDSellQuery)
	enum { IDD = IDD_DIA_SELLQUERY };
	CStatic	m_StaToolTextBottom;
	CStatic	m_StaToolTextTop;
	CBaseStatic	m_StaToolText;
	RxGrid	m_Grid2;
	RxGrid	m_Grid1;
	CBaseEdit	m_EdtCondition;
	CBaseDateTimeCtrl	m_Date2;
	CBaseDateTimeCtrl	m_Date1;
	CBaseComboBox	m_ComField;
	CBaseComboBox	m_ComEmblem;
	CButton	m_ButQuery;
	//}}AFX_DATA


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

// Implementation
protected:

	// Generated message map functions
	//{{AFX_MSG(CDSellQuery)
	virtual void OnOK();
	afx_msg void OnButquery();
	virtual BOOL OnInitDialog();
	afx_msg void OnDblclkGrid1(NMHDR* pNMHDR, LRESULT* pResult);
	afx_msg HBRUSH OnCtlColor(CDC* pDC, CWnd* pWnd, UINT nCtlColor);
	afx_msg void OnBUTPrint();
	//}}AFX_MSG
	DECLARE_MESSAGE_MAP()
private:
	int m_HotItem;
	CString m_Caption;
	RxRecordset rst;
	CString m_DataBaseName;
};

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

#endif // !defined(AFX_DSELLQUERY_H__E4575348_DA64_489D_BC17_1CE79C7A3FE2__INCLUDED_)

⌨️ 快捷键说明

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