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

📄 dlgsaleback2.h

📁 这是一个图书管理系统,实现了图书馆中日常管理用到的所有操作.
💻 H
字号:
#if !defined(AFX_DLGSALEBACK2_H__7CBED37D_8A1E_44C3_8AC6_C93E1B9E1368__INCLUDED_)
#define AFX_DLGSALEBACK2_H__7CBED37D_8A1E_44C3_8AC6_C93E1B9E1368__INCLUDED_

#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
// DlgSaleBack2.h : header file
//

/////////////////////////////////////////////////////////////////////////////
// CDlgSaleBack2 dialog
#include "KeyEdit.h"
class CDlgSaleBack2 : public CDialog
{
// Construction
public:
	void OnOK();
	void LoadCounterInfo();
	bool ListInfoIsNull();
	bool HeaderInfoIsNull();
	void DeleteListData();
	void CancelOperate();
	float CalculateMoney();
	void AddOperate();
	void AddDataToList();
	CDlgSaleBack2(CWnd* pParent = NULL);   // standard constructor
	bool changed;
// Dialog Data
	//{{AFX_DATA(CDlgSaleBack2)
	enum { IDD = IDD_SALE_BACK2 };
	CKeyEdit	m_summoney;
	CKeyEdit	m_sellprice;
	CKeyEdit	m_rebate;
	CKeyEdit	m_paymoney;
	CKeyEdit	m_operator;
	CKeyEdit	m_booknum;
	CListCtrl	m_list;
	CKeyEdit	m_factmoney;
	CDateTimeCtrl	m_date;
	CKeyEdit	m_customer;
	CComboBox	m_counter;
	CKeyEdit	m_bookrebate;
	CKeyEdit	m_bookname;
	CKeyEdit	m_barcode;
	CKeyEdit	m_author;
	//}}AFX_DATA


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

// Implementation
protected:

	// Generated message map functions
	//{{AFX_MSG(CDlgSaleBack2)
	afx_msg void OnChangeBarcode();
	afx_msg void OnChangeRebate();
	afx_msg void OnChangeSummoney();
	virtual BOOL OnInitDialog();
	//}}AFX_MSG
	DECLARE_MESSAGE_MAP()
};

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

#endif // !defined(AFX_DLGSALEBACK2_H__7CBED37D_8A1E_44C3_8AC6_C93E1B9E1368__INCLUDED_)

⌨️ 快捷键说明

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