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

📄 saleorderform.h

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

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

/////////////////////////////////////////////////////////////////////////////
// CSaleOrderForm dialog

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

// Dialog Data
	//{{AFX_DATA(CSaleOrderForm)
	enum { IDD = IDD_SALEORDERFORM_DIALOG };
	CComboBox	m_payConditionCombo;
	CComboBox	m_departmentCombo;
	CComboBox	m_sellerCombo;
	CComboBox	m_clientNameCombo;
	CComboBox	m_transportTypeCombo;
	CComboBox	m_saleTypeCombo;
	CComboBox	m_contractIDCombo;
	CComboBox	m_quoteIDCombo;
	CListCtrl	m_orderFormList;
	CString	m_quoteID;
	CString	m_contractID;
	CString	m_orderFormID;
	CString	m_companyContractPerson;
	CString	m_saleType;
	CString	m_clientContractPerson;
	float	m_subscription;
	CString	m_transportType;
	CString	m_clientName;
	CString	m_seller;
	CString	m_department;
	CString	m_payCondition;
	CString	m_consignmentAddress;
	COleDateTime	m_formDate;
	CString	m_remark;
	CString orderFormID;

	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_addLine;
	CWnd* bt_deleteLine;
	CWnd* bt_checked;
	CWnd* bt_cancellation;

	CWnd*	tx_quoteID;
	CWnd*	tx_contractID;
	CWnd*	tx_orderFormID;
	CWnd*	tx_companyContractPerson;
	CWnd*	tx_saleType;
	CWnd*	tx_clientContractPerson;
	CWnd*	tx_subscription;
	CWnd*	tx_transportType;
	CWnd*	tx_clientName;
	CWnd*	tx_seller;
	CWnd*	tx_department;
	CWnd*	tx_payCondition;
	CWnd*	tx_consignmentAddress;
	CWnd*	tx_formDate;
	CWnd*	tx_remark;

	_RecordsetPtr m_pOrderFormRecordset;
	int flag;
	//}}AFX_DATA


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

// Implementation
protected:

	// Generated message map functions
	//{{AFX_MSG(CSaleOrderForm)
	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 OnExit();
	afx_msg void OnClickOrderFormList(NMHDR* pNMHDR, LRESULT* pResult);
	virtual BOOL OnInitDialog();
	afx_msg void OnKillfocusQuoteID();
	afx_msg void OnKillfocusContractID();
	afx_msg void OnAuditing();
	afx_msg void OnCancellation();
	//}}AFX_MSG
	DECLARE_MESSAGE_MAP()
};

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

#endif // !defined(AFX_SALEORDERFORM_H__50A50926_4F26_4151_8114_580DFC7CB61E__INCLUDED_)

⌨️ 快捷键说明

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