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

📄 materialloseform.h

📁 完整功能的企业库存管理系统源码,vc++和sqlserver技术开发
💻 H
字号:
#if !defined(AFX_MATERIALLOSEFORM_H__2584B2BA_939B_4F16_801F_21F65FE74114__INCLUDED_)
#define AFX_MATERIALLOSEFORM_H__2584B2BA_939B_4F16_801F_21F65FE74114__INCLUDED_

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

/////////////////////////////////////////////////////////////////////////////
// CMaterialLoseForm dialog

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

// Dialog Data
	//{{AFX_DATA(CMaterialLoseForm)
	enum { IDD = IDD_MATERIALLOSEFORM_DIALOG };
	CComboBox	m_dealerCombo;
	CComboBox	m_houseOutTypeCombo;
	CComboBox	m_storeHouseCombo;
	CListCtrl	m_list;
	CString	m_materialLoseFormID;
	CString	m_storeHouse;
	CString	m_houseOutType;
	COleDateTime	m_formDate;
	CString	m_dealer;
	CString	m_remark;

	CWnd*	tx_materialLoseFormID;
	CWnd*	tx_storeHouse;
	CWnd*	tx_houseOutType;
	CWnd*	tx_formDate;
	CWnd*	tx_dealer;
	CWnd*	tx_remark;

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

	int is_search;
	//}}AFX_DATA


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

// Implementation
protected:

	// Generated message map functions
	//{{AFX_MSG(CMaterialLoseForm)
	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();
	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_MATERIALLOSEFORM_H__2584B2BA_939B_4F16_801F_21F65FE74114__INCLUDED_)

⌨️ 快捷键说明

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