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

📄 dsellback.h

📁 商品销售管理系统程序全套源码 gongnengxiangjin
💻 H
字号:
#if !defined(AFX_DSELLBACK_H__15F6B184_A125_46CB_94E5_66148526233C__INCLUDED_)
#define AFX_DSELLBACK_H__15F6B184_A125_46CB_94E5_66148526233C__INCLUDED_

#include "RxRecordset.h"	// Added by ClassView
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
// DSellBack.h : header file
//
#include "RxEdit.h"
#include "商品销售管理系统.h"	// Added by ClassView
#include "RxGrid.h"
#include "BaseComboBox.h"
#include "BaseEdit.h"
/////////////////////////////////////////////////////////////////////////////
// CDSellBack dialog
extern CMyApp theApp;
class CDSellBack : public CDialog
{
// Construction
public:
	CString m_MainSQL;
	RxRecordset rst;
	void clear();
	void Enabled(bool bEnabled);
//	CMyApp theApp;
	CDSellBack(CWnd* pParent = NULL);   // standard constructor

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


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

// Implementation
protected:

	// Generated message map functions
	//{{AFX_MSG(CDSellBack)
	virtual void OnOK();
	virtual BOOL OnInitDialog();
	afx_msg void OnPaint();
	afx_msg void OnBUTCleck();
	afx_msg void OnSetfocusComrid();
	afx_msg void OnKillfocusComrid();
	afx_msg void OnBUTPrint();
	afx_msg void OnBUTSave();
	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()


private:
//	CMyApp theApp;
};

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

#endif // !defined(AFX_DSELLBACK_H__15F6B184_A125_46CB_94E5_66148526233C__INCLUDED_)

⌨️ 快捷键说明

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