buyinputform.h

来自「企业库存管理系统, 企业库存管理系统」· C头文件 代码 · 共 96 行

H
96
字号
#if !defined(AFX_BUYINPUTFORM_H__F5160AE8_2420_4D99_8BB5_78A56D07A4FD__INCLUDED_)
#define AFX_BUYINPUTFORM_H__F5160AE8_2420_4D99_8BB5_78A56D07A4FD__INCLUDED_

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

/////////////////////////////////////////////////////////////////////////////
// CBuyInputForm dialog

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

// Dialog Data
	//{{AFX_DATA(CBuyInputForm)
	enum { IDD = IDD_BUYINPUTFORM_DIALOG };
	CComboBox	m_houseInTypeCombo;
	CComboBox	m_transportTypeCombo;
	CComboBox	m_transportCompanyCombo;
	CComboBox	m_buyerCommbo;
	CComboBox	m_departmentCombo;
	CComboBox	m_providerCombo;
	CComboBox	m_storeHouseCombo;
	CComboBox	m_materialReceiveIDCombo;
	CListCtrl	m_list;
	COleDateTime	m_formDate;
	CString	m_buyInputFormID;
	CString	m_materialReceiveID;
	CString	m_storeHouse;
	CString	m_provider;
	CString	m_buyDepartment;
	CString	m_buyer;
	CString	m_transportCompany;
	CString	m_transportType;
	CString	m_houseInType;
	CString	m_remark;

	int is_search;
	int flag;

	CWnd*	bt_add;
	CWnd*	bt_delete;
	CWnd*	bt_modify;
	CWnd*	bt_addLine;
	CWnd*	bt_deleteLine;
	CWnd*	bt_save;
	CWnd*	bt_cancelation;

	CWnd*	tx_formDate;
	CWnd*	tx_materialReceiveID;
	CWnd*	tx_storeHouse;
	CWnd*	tx_provider;
	CWnd*	tx_buyDepartment;
	CWnd*	tx_buyer;
	CWnd*	tx_transportCompany;
	CWnd*	tx_transportType;
	CWnd*	tx_houseInType;
	CWnd*	tx_remark;
	//}}AFX_DATA


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

// Implementation
protected:

	// Generated message map functions
	//{{AFX_MSG(CBuyInputForm)
	virtual BOOL OnInitDialog();
	afx_msg void OnClickList(NMHDR* pNMHDR, LRESULT* pResult);
	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 OnCancelation();
	//}}AFX_MSG
	DECLARE_MESSAGE_MAP()
};

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

#endif // !defined(AFX_BUYINPUTFORM_H__F5160AE8_2420_4D99_8BB5_78A56D07A4FD__INCLUDED_)

⌨️ 快捷键说明

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