• 大小: 80KB
    文件类型: .rar
    金币: 1
    下载: 0 次
    发布日期: 2021-05-29
  • 语言: C/C++
  • 标签: MFC  C++  进销存  

资源简介

一个基于mfc的货品的进销存管理程序,可以对物品的进货日期数量,销售,售价等进行管理

资源截图

代码片段和文件信息

// 030092.cpp : Defines the class behaviors for the application.
//

#include “stdafx.h“
#include “030092.h“
#include “030092Dlg.h“

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

/////////////////////////////////////////////////////////////////////////////
// CMy030092App

BEGIN_MESSAGE_MAP(CMy030092App CWinApp)
//{{AFX_MSG_MAP(CMy030092App)
// NOTE - the ClassWizard will add and remove mapping macros here.
//    DO NOT EDIT what you see in these blocks of generated code!
//}}AFX_MSG
ON_COMMAND(ID_HELP CWinApp::onhelp)
END_MESSAGE_MAP()

/////////////////////////////////////////////////////////////////////////////
// CMy030092App construction

CMy030092App::CMy030092App()
{
// TODO: add construction code here
// Place all significant initialization in InitInstance
}

/////////////////////////////////////////////////////////////////////////////
// The one and only CMy030092App object

CMy030092App theApp;

/////////////////////////////////////////////////////////////////////////////
// CMy030092App initialization

BOOL CMy030092App::InitInstance()
{
AfxEnableControlContainer();

// Standard initialization
// If you are not using these features and wish to reduce the size
//  of your final executable you should remove from the following
//  the specific initialization routines you do not need.

#ifdef _AFXDLL
Enable3dControls(); // Call this when using MFC in a shared DLL
#else
Enable3dControlsStatic(); // Call this when linking to MFC statically
#endif

CMy030092Dlg dlg;
m_pMainWnd = &dlg;
int nResponse = dlg.DoModal();
if (nResponse == IDOK)
{
// TODO: Place code here to handle when the dialog is
//  dismissed with OK
}
else if (nResponse == IDCANCEL)
{
// TODO: Place code here to handle when the dialog is
//  dismissed with Cancel
}

// Since the dialog has been closed return FALSE so that we exit the
//  application rather than start the application‘s message pump.
return FALSE;
}

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

     文件      26876  2010-09-15 20:45  030092班 进销存管理系统\030092.aps

     文件       9004  2010-09-15 20:47  030092班 进销存管理系统\030092.clw

     文件       2085  2010-09-10 22:43  030092班 进销存管理系统\030092.cpp

     文件       5560  2010-09-15 20:42  030092班 进销存管理系统\030092.dsp

     文件        535  2010-09-10 23:02  030092班 进销存管理系统\030092.dsw

     文件       1334  2010-09-10 22:43  030092班 进销存管理系统\030092.h

     文件     312320  2010-09-15 20:48  030092班 进销存管理系统\030092.ncb

     文件      55808  2010-09-15 20:48  030092班 进销存管理系统\030092.opt

     文件        246  2010-09-15 20:47  030092班 进销存管理系统\030092.plg

     文件      12392  2010-09-15 20:41  030092班 进销存管理系统\030092.rc

     文件       5685  2010-09-15 20:40  030092班 进销存管理系统\030092Dlg.cpp

     文件       1591  2010-09-15 20:26  030092班 进销存管理系统\030092Dlg.h

     文件       2868  2010-09-15 20:46  030092班 进销存管理系统\ckcxDlg.cpp

     文件       1199  2010-09-15 20:24  030092班 进销存管理系统\ckcxDlg.h

     文件       1317  2010-09-15 19:02  030092班 进销存管理系统\edit2Dlg.cpp

     文件       1316  2010-09-15 19:02  030092班 进销存管理系统\edit2Dlg.h

     文件       1356  2010-09-14 21:45  030092班 进销存管理系统\EditDlg.cpp

     文件       1269  2010-09-14 21:44  030092班 进销存管理系统\EditDlg.h

     文件       1473  2010-09-15 19:35  030092班 进销存管理系统\goods.cpp

     文件       1031  2010-09-14 20:31  030092班 进销存管理系统\goods.h

     文件       3703  2010-09-15 20:46  030092班 进销存管理系统\JhcxDlg.cpp

     文件       1245  2010-09-15 19:22  030092班 进销存管理系统\JhcxDlg.h

     文件       5140  2010-09-15 20:12  030092班 进销存管理系统\jhkdDlg.cpp

     文件       1326  2010-09-11 17:18  030092班 进销存管理系统\jhkdDlg.h

     文件       1343  2010-09-15 19:28  030092班 进销存管理系统\LoginDialog.cpp

     文件       1248  2010-09-12 22:47  030092班 进销存管理系统\LoginDialog.h

     文件       3585  2010-09-10 22:43  030092班 进销存管理系统\ReadMe.txt

     文件       1078  2010-09-10 22:43  030092班 进销存管理系统\res\030092.ico

     文件        398  2010-09-10 22:43  030092班 进销存管理系统\res\030092.rc2

     文件       2238  2010-09-15 20:40  030092班 进销存管理系统\resource.h

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

评论

共有 条评论