主要功能 企业仓库管理系统由基本信息管理模块、入库管理模块、库存管理模块、查询管理模块等几部分组成。  基本信息管理模块 该模块主要包括操作员管理、商品信息管理、库存信息管理、供

源代码在线查看: dlgquerym.h

软件大小: 1580 K
上传用户: jjjjjkkkkjkjkjk
关键词: 模块 61553 信息管理 仓库管理
下载地址: 免注册下载 普通下载 VIP

相关代码

				#if !defined(AFX_DLGQUERYM_H__EB2C9E4A_251F_44B8_BFFC_35E09A3CB341__INCLUDED_)
				#define AFX_DLGQUERYM_H__EB2C9E4A_251F_44B8_BFFC_35E09A3CB341__INCLUDED_
				#include "TabSheet.h"
				#include "DlgInputQuery4.h"
				#include "DlgInputBackQuery4.h"
				#include "DlgGoodBadQuery4.h"
				#include "DlgStoreAdjust4.h"
				#if _MSC_VER > 1000
				#pragma once
				#endif // _MSC_VER > 1000
				// DlgQueryM.h : header file
				//
				
				/////////////////////////////////////////////////////////////////////////////
				// CDlgQueryM dialog
				
				class CDlgQueryM : public CDialog
				{
				// Construction
				public:
					int nSelect;
					CDlgInputQuery4       m_dlg1;
					CDlgInputBackQuery4   m_dlg2;
					CDlgGoodBadQuery4     m_dlg3;
					
					CToolBar    m_wndToolBar;
					CReBar		m_wndReBar;
					CDlgQueryM(CWnd* pParent = NULL);   // standard constructor
					CDlgQueryM(int iSelect, CWnd* pParent = NULL);
				
				// Dialog Data
					//{{AFX_DATA(CDlgQueryM)
					enum { IDD = IDD_QUERY_M };
					CTabSheet	m_tab;
					//}}AFX_DATA
				
				
				// Overrides
					// ClassWizard generated virtual function overrides
					//{{AFX_VIRTUAL(CDlgQueryM)
					protected:
					virtual void DoDataExchange(CDataExchange* pDX);    // DDX/DDV support
					//}}AFX_VIRTUAL
				
				// Implementation
				protected:
				
					// Generated message map functions
					//{{AFX_MSG(CDlgQueryM)
					virtual BOOL OnInitDialog();
					afx_msg void OnShut();
					afx_msg void OnQuery();
					afx_msg void OnCancelQuery();
					//}}AFX_MSG
					DECLARE_MESSAGE_MAP()
				};
				
				//{{AFX_INSERT_LOCATION}}
				// Microsoft Visual C++ will insert additional declarations immediately before the previous line.
				
				#endif // !defined(AFX_DLGQUERYM_H__EB2C9E4A_251F_44B8_BFFC_35E09A3CB341__INCLUDED_)
							

相关资源