productoutputform.h

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

H
91
字号
#if !defined(AFX_PRODUCTOUTPUTFORM_H__3A8749CA_0AB3_41D2_ABDC_BA1F19719A0C__INCLUDED_)
#define AFX_PRODUCTOUTPUTFORM_H__3A8749CA_0AB3_41D2_ABDC_BA1F19719A0C__INCLUDED_

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

/////////////////////////////////////////////////////////////////////////////
// CProductOutputForm dialog

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

// Dialog Data
	//{{AFX_DATA(CProductOutputForm)
	enum { IDD = IDD_PRODUCTOUTPUTFORM_DIALOG };
	CComboBox	m_consignmentFormIDCombo;
	CComboBox	m_houseOutTypeCombo;
	CComboBox	m_clientNameCombo;
	CComboBox	m_sellerCombo;
	CComboBox	m_departmentCombo;
	CComboBox	m_storeHouseCombo;
	CListCtrl	m_list;
	CString	m_productOutputFormID;
	CString	m_storeHouse;
	CString	m_department;
	CString	m_seller;
	CString	m_clientName;
	CString	m_houseOutType;
	CString	m_consignmentFormID;
	COleDateTime	m_formDate;
	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_productOutputFormID;
	CWnd*	tx_storeHouse;
	CWnd*	tx_department;
	CWnd*	tx_seller;
	CWnd*	tx_clientName;
	CWnd*	tx_houseOutType;
	CWnd*	tx_consignmentFormID;
	CWnd*	tx_formDate;
	CWnd*	tx_remark;
	//}}AFX_DATA


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

// Implementation
protected:

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

⌨️ 快捷键说明

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