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

📄 dsell.h

📁 1.数据库文件名:spxxglxt(位置:商品销售管理系统商品销售管理系统dataspxxglxt_Data.MDF文件 和 商品销售管理系统商品销售管理系统dataspxxglxt_Log.LDF
💻 H
字号:
#if !defined(AFX_DSELL_H__0D3E0F6A_C9C6_4A54_B3CC_4724824334FB__INCLUDED_)
#define AFX_DSELL_H__0D3E0F6A_C9C6_4A54_B3CC_4724824334FB__INCLUDED_

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

/////////////////////////////////////////////////////////////////////////////
// CDSell dialog

class CDSell : public CDialog
{
// Construction
public:
	void Enabled(bool bEnabled);
	void clear();
	RxRecordset rst;
	CDSell(CWnd* pParent = NULL);   // standard constructor

// Dialog Data
	//{{AFX_DATA(CDSell)
	enum { IDD = IDD_DIASell };
	CStatic	m_StaGiveChange;
	CStatic	m_StaNotPay;
	CBaseEdit	m_EdtPay;
	CBaseComboBox	m_ComStyle;
	RxEdit	m_EdtDealMan;
	CStatic	m_StaSumNumber;
	CStatic	m_StaSmallSum;
	CStatic	m_StaID;
	CStatic	m_StaBigSum;
	CStatic	m_StaDate;
	RxGrid	m_Grid;
	RxEdit	m_EdtCliect;
	CBaseComboBox	m_ComRID;
	CButton	m_ButPrint;
	CButton	m_ButUndo;
	CButton	m_ButSave;
	CButton	m_ButExit;
	CButton	m_ButCleck;
	//}}AFX_DATA


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

// Implementation
protected:

	// Generated message map functions
	//{{AFX_MSG(CDSell)
	virtual void OnOK();
	afx_msg void OnPaint();
	afx_msg void OnBUTCleck();
	virtual BOOL OnInitDialog();
	afx_msg void OnKillfocusComrid();
	afx_msg void OnBUTPrint();
	afx_msg void OnBUTSave();
	afx_msg void OnSetfocusComrid();
	afx_msg void OnKillfocusComstyle();
	afx_msg void OnBUTUndo();
	afx_msg void OnBUTExit();
	afx_msg HBRUSH OnCtlColor(CDC* pDC, CWnd* pWnd, UINT nCtlColor);
	afx_msg void OnChangeEdtpay();
	//}}AFX_MSG
	afx_msg void OnCellKillFocus();
	afx_msg void OnCellSetFocus();
	DECLARE_MESSAGE_MAP()
};

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

#endif // !defined(AFX_DSELL_H__0D3E0F6A_C9C6_4A54_B3CC_4724824334FB__INCLUDED_)

⌨️ 快捷键说明

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