资源简介

程序描述 本系统用于完成对商品流通的进货和提货的管理工作。占用系统资源少,不影响系统的正常运行。提高工作效率,节省人力开支。于Windows下运行。 功能 完成对商品流通的进货和提货的管理工作 可供毕业设计的学生使用 附论文和程序源代码

资源截图

代码片段和文件信息

// edit.cpp : implementation file
//

#include “stdafx.h“
#include “storage.h“
#include “edit.h“

#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FILE
static char THIS_FILE[] = __FILE__;
#endif

/////////////////////////////////////////////////////////////////////////////
// edit dialog


edit::edit(CWnd* pParent /*=NULL*/)
: CDialog(edit::IDD pParent)
{
//{{AFX_DATA_INIT(edit)
m_edit = _T(““);
//}}AFX_DATA_INIT
}


void edit::DoDataExchange(CDataExchange* pDX)
{
CDialog::DoDataExchange(pDX);
//{{AFX_DATA_MAP(edit)
DDX_Text(pDX IDC_EDIT m_edit);
//}}AFX_DATA_MAP
}


BEGIN_MESSAGE_MAP(edit CDialog)
//{{AFX_MSG_MAP(edit)
// NOTE: the ClassWizard will add message map macros here
//}}AFX_MSG_MAP
END_MESSAGE_MAP()

/////////////////////////////////////////////////////////////////////////////
// edit message handlers

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----

     文件      12421  2005-06-24 00:00  VC++开发的仓库管理系统设计文档和源码\storage\Debug\edit.obj

     文件      14766  2005-06-24 00:00  VC++开发的仓库管理系统设计文档和源码\storage\Debug\entrygooddlg.obj

     文件      17746  2005-06-24 00:00  VC++开发的仓库管理系统设计文档和源码\storage\Debug\factoryset.obj

     文件      13312  2005-06-24 00:00  VC++开发的仓库管理系统设计文档和源码\storage\Debug\font.obj

     文件      15453  2005-06-24 00:00  VC++开发的仓库管理系统设计文档和源码\storage\Debug\goodset.obj

     文件      14073  2005-06-24 00:00  VC++开发的仓库管理系统设计文档和源码\storage\Debug\madeset.obj

     文件      20251  2005-06-24 00:00  VC++开发的仓库管理系统设计文档和源码\storage\Debug\MainFrm.obj

     文件     139436  2005-06-24 00:00  VC++开发的仓库管理系统设计文档和源码\storage\Debug\msflexgrid.obj

     文件       5854  2005-06-24 00:00  VC++开发的仓库管理系统设计文档和源码\storage\Debug\picture.obj

     文件       2133  2005-06-24 00:00  VC++开发的仓库管理系统设计文档和源码\storage\Debug\rowcursor.obj

     文件     107552  2005-06-24 00:00  VC++开发的仓库管理系统设计文档和源码\storage\Debug\StdAfx.obj

     文件     192599  2005-06-24 00:00  VC++开发的仓库管理系统设计文档和源码\storage\Debug\storage.exe

     文件     513492  2005-06-24 00:00  VC++开发的仓库管理系统设计文档和源码\storage\Debug\storage.ilk

     文件      32609  2005-06-24 00:00  VC++开发的仓库管理系统设计文档和源码\storage\Debug\storage.obj

     文件    5717816  2005-06-24 00:00  VC++开发的仓库管理系统设计文档和源码\storage\Debug\storage.pch

     文件     680960  2005-06-24 00:00  VC++开发的仓库管理系统设计文档和源码\storage\Debug\storage.pdb

     文件      12936  2005-06-24 00:00  VC++开发的仓库管理系统设计文档和源码\storage\Debug\storage.res

     文件      18571  2005-06-24 00:00  VC++开发的仓库管理系统设计文档和源码\storage\Debug\storageDoc.obj

     文件      14314  2005-06-24 00:00  VC++开发的仓库管理系统设计文档和源码\storage\Debug\storageeditdlg.obj

     文件      15701  2005-06-24 00:00  VC++开发的仓库管理系统设计文档和源码\storage\Debug\storageSet.obj

     文件      93871  2005-06-24 00:00  VC++开发的仓库管理系统设计文档和源码\storage\Debug\storageView.obj

     文件      16199  2005-06-24 00:00  VC++开发的仓库管理系统设计文档和源码\storage\Debug\storeset.obj

     文件      14831  2005-06-24 00:00  VC++开发的仓库管理系统设计文档和源码\storage\Debug\systemset.obj

     文件      12889  2005-06-24 00:00  VC++开发的仓库管理系统设计文档和源码\storage\Debug\user.obj

     文件     271360  2005-06-24 00:00  VC++开发的仓库管理系统设计文档和源码\storage\Debug\vc60.idb

     文件     389120  2005-06-24 00:00  VC++开发的仓库管理系统设计文档和源码\storage\Debug\vc60.pdb

     目录          0  2008-04-20 22:01  VC++开发的仓库管理系统设计文档和源码\storage\Debug

     文件        882  2005-06-24 00:00  VC++开发的仓库管理系统设计文档和源码\storage\edit.cpp

     文件       1153  2005-06-24 00:00  VC++开发的仓库管理系统设计文档和源码\storage\edit.h

     文件       1345  2005-06-24 00:00  VC++开发的仓库管理系统设计文档和源码\storage\entrygooddlg.cpp

............此处省略58个文件信息

评论

共有 条评论