dlgstoragem.h

来自「仓储管理系统主要提供一个仓储业务及其作业管理的信息存储和检索系统。通过入库管理、」· C头文件 代码 · 共 68 行

H
68
字号
#if !defined(AFX_DLGSTORAGEM_H__1A8A30E1_971B_403D_988A_2F58DDE43D52__INCLUDED_)
#define AFX_DLGSTORAGEM_H__1A8A30E1_971B_403D_988A_2F58DDE43D52__INCLUDED_
#include "TabSheet.h"
#include "DlgStorePD3.h"
#include "DlgStoreAdjust3.h"
#include "DlgProductorOut3.h"
#include "DlgStoreUpDown3.h"
#include "CheckPrint.h"
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
// DlgStorageM.h : header file
//

/////////////////////////////////////////////////////////////////////////////
// CDlgStorageM dialog

class CDlgStorageM : public CDialog
{
// Construction
public:
	int nSelect;
	CCheckPrint m_dlg0;
	CDlgStorePD3      m_dlg1;
	CDlgStoreAdjust3  m_dlg2;
	CDlgProductorOut3 m_dlg3;
	CDlgStoreUpDown3  m_dlg4;
	
	CToolBar    m_wndToolBar;
	CReBar		m_wndReBar;	
	CDlgStorageM(CWnd* pParent = NULL);   // standard constructor
	CDlgStorageM(int iSelect, CWnd* pParent = NULL);

// Dialog Data
	//{{AFX_DATA(CDlgStorageM)
	enum { IDD = IDD_STORAGE_M };
	CTabSheet	m_tab;
	//}}AFX_DATA


// Overrides
	// ClassWizard generated virtual function overrides
	//{{AFX_VIRTUAL(CDlgStorageM)
	public:
	virtual BOOL PreTranslateMessage(MSG* pMsg);
	protected:
	virtual void DoDataExchange(CDataExchange* pDX);    // DDX/DDV support
	//}}AFX_VIRTUAL

// Implementation
protected:

	// Generated message map functions
	//{{AFX_MSG(CDlgStorageM)
	virtual BOOL OnInitDialog();
	afx_msg void OnShut();
	afx_msg void AddOperate();
	afx_msg void CancelOperate();
	afx_msg void OnPaint();
	//}}AFX_MSG
	DECLARE_MESSAGE_MAP()
};

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

#endif // !defined(AFX_DLGSTORAGEM_H__1A8A30E1_971B_403D_988A_2F58DDE43D52__INCLUDED_)

⌨️ 快捷键说明

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