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

📄 invoice.h

📁 基于VC+SQL SERVER环境开发的企业商品销售系统.完整的数据库和原代码
💻 H
字号:
#if !defined(AFX_INVOICE_H__1389A5F8_B1DA_457A_8B83_F216545EB6A3__INCLUDED_)
#define AFX_INVOICE_H__1389A5F8_B1DA_457A_8B83_F216545EB6A3__INCLUDED_

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

/////////////////////////////////////////////////////////////////////////////
// CInvoice dialog

class CInvoice : public CDialog
{
// Construction
public:
	CInvoice(CWnd* pParent = NULL);   // standard constructor
	_RecordsetPtr m_pInvoiceRecordset;

// Dialog Data
	//{{AFX_DATA(CInvoice)
	enum { IDD = IDD_INVOICE_DIALOG };
	CComboBox	m_payConditionCombo;
	CComboBox	m_sellerCombo;
	CComboBox	m_saleTypeCombo;
	CComboBox	m_departmentCombo;
	CComboBox	m_clientCombo;
	CListCtrl	m_invoiceCommidityList;
	CString	m_clientName;
	CString	m_department;
	COleDateTime	m_formDate;
	CString	m_saleType;
	CString	m_seller;
	CString	m_payCondition;
	CString	m_taxNO;
	CString	m_bank;
	CString	m_account;
	CString	m_remark;
	CString	m_invoiceID;
	CString	invoiceID;

	CWnd*	tx_clientName;
	CWnd*	tx_department;
	CWnd*	tx_formDate;
	CWnd*	tx_saleType;
	CWnd*	tx_seller;
	CWnd*	tx_payCondition;
	CWnd*	tx_taxNO;
	CWnd*	tx_bank;
	CWnd*	tx_account;
	CWnd*	tx_remark;
	CWnd*	tx_invoiceID;

	CWnd*	bt_firstPage;
	CWnd*	bt_prevPage;
	CWnd*	bt_nextPage;
	CWnd*	bt_lastPage;
	CWnd*	bt_add;
	CWnd*	bt_save;
	CWnd*	bt_modify;
	CWnd*	bt_delete;
	CWnd*	bt_deleteLine;
	CWnd*	bt_checked;
	CWnd*	bt_cancellation;
	int flag;
	//}}AFX_DATA


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

// Implementation
protected:

	// Generated message map functions
	//{{AFX_MSG(CInvoice)
	afx_msg void OnFirstPage();
	afx_msg void OnPrevPage();
	afx_msg void OnNextPage();
	afx_msg void OnLastPage();
	afx_msg void OnNew();
	afx_msg void OnModify();
	afx_msg void OnDelete();
	afx_msg void OnAddLine();
	afx_msg void OnDeleteLine();
	afx_msg void OnSave();
	afx_msg void OnCancellation();
	afx_msg void OnAuditing();
	afx_msg void OnExit();
	virtual BOOL OnInitDialog();
	afx_msg void OnClickList(NMHDR* pNMHDR, LRESULT* pResult);
	afx_msg void OnSelchangeClientName();
	//}}AFX_MSG
	DECLARE_MESSAGE_MAP()
};

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

#endif // !defined(AFX_INVOICE_H__1389A5F8_B1DA_457A_8B83_F216545EB6A3__INCLUDED_)

⌨️ 快捷键说明

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