• 大小: 6.30M
    文件类型: .zip
    金币: 1
    下载: 0 次
    发布日期: 2024-04-17
  • 语言: C/C++
  • 标签: 系统  

资源简介

用于出账务

资源截图

代码片段和文件信息

//Download by www.cctry.com
// db004.cpp : Defines the class behaviors for the application.
//

#include “stdafx.h“
#include “db004.h“
#include “db004Dlg.h“

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

/////////////////////////////////////////////////////////////////////////////
// CDb004App

BEGIN_MESSAGE_MAP(CDb004App CWinApp)
//{{AFX_MSG_MAP(CDb004App)
// 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()

/////////////////////////////////////////////////////////////////////////////
// CDb004App construction

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

/////////////////////////////////////////////////////////////////////////////
// The one and only CDb004App object

CDb004App theApp;

/////////////////////////////////////////////////////////////////////////////
// CDb004App initialization

BOOL CDb004App::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

::CoInitialize(NULL); 

CDb004Dlg 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;
}

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----
     目录           0  2020-12-07 11:10  db004\
     文件       27148  2020-11-25 12:21  db004\db004.aps
     文件        1791  2020-11-25 12:21  db004\db004.clw
     文件        2105  2020-01-12 22:03  db004\db004.cpp
     文件        4402  2020-11-24 09:39  db004\db004.dsp
     文件         535  2009-08-15 17:39  db004\db004.dsw
     文件        1342  2020-01-12 22:03  db004\db004.h
     文件      246784  2020-11-25 12:21  db004\db004.ncb
     文件       48640  2020-11-25 12:21  db004\db004.opt
     文件        2010  2020-11-24 13:27  db004\db004.plg
     文件        6316  2020-11-24 09:45  db004\db004.rc
     文件     3313131  2020-12-07 11:10  db004\db004.zip
     文件       10822  2020-11-24 13:22  db004\db004Dlg.cpp
     文件        1910  2020-11-24 09:06  db004\db004Dlg.h
     目录           0  2020-11-25 09:02  db004\Debug\
     文件      139352  2020-11-24 13:27  db004\Debug\db004.exe
     文件      270112  2020-11-24 13:27  db004\Debug\db004.ilk
     文件       19278  2020-11-24 13:27  db004\Debug\db004.obj
     文件     6864848  2020-11-24 13:27  db004\Debug\db004.pch
     文件      467968  2020-11-24 13:27  db004\Debug\db004.pdb
     文件        8360  2020-11-24 13:27  db004\Debug\db004.res
     文件      121158  2020-11-24 13:27  db004\Debug\db004Dlg.obj
     文件      222042  2020-05-11 13:41  db004\Debug\msado15.tlh
     文件      167314  2020-05-11 13:41  db004\Debug\msado15.tli
     文件      133135  2020-11-24 13:27  db004\Debug\StdAfx.obj
     文件      238592  2020-11-25 12:21  db004\Debug\vc60.idb
     文件      569344  2020-11-24 13:27  db004\Debug\vc60.pdb
     文件      221918  2020-05-11 13:41  db004\msado15.tlh
     文件      167252  2020-05-11 13:41  db004\msado15.tli
     文件        3561  2009-08-15 17:39  db004\ReadMe.txt
     目录           0  2020-11-24 13:27  db004\Release\
............此处省略14个文件信息

评论

共有 条评论