• 大小: 711KB
    文件类型: .rar
    金币: 1
    下载: 0 次
    发布日期: 2021-05-10
  • 语言: C/C++
  • 标签: c++6.0  

资源简介

C++C++C++C++C++C++C++C++C++C++C++C++C++C++C++C++C++C++C++C++C++C++C++

资源截图

代码片段和文件信息

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

#include “stdafx.h“
#include “AM_Screening_0.h“

#include “MainFrm.h“
#include “AM_Screening_0Doc.h“
#include “AM_Screening_0View.h“

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

/////////////////////////////////////////////////////////////////////////////
// CAM_Screening_0App

BEGIN_MESSAGE_MAP(CAM_Screening_0App CWinApp)
//{{AFX_MSG_MAP(CAM_Screening_0App)
ON_COMMAND(ID_APP_ABOUT OnAppAbout)
// NOTE - the ClassWizard will add and remove mapping macros here.
//    DO NOT EDIT what you see in these blocks of generated code!
//}}AFX_MSG_MAP
// Standard file based document commands
ON_COMMAND(ID_FILE_NEW CWinApp::OnFileNew)
ON_COMMAND(ID_FILE_OPEN CWinApp::OnFileOpen)
// Standard print setup command
ON_COMMAND(ID_FILE_PRINT_SETUP CWinApp::OnFilePrintSetup)
END_MESSAGE_MAP()

/////////////////////////////////////////////////////////////////////////////
// CAM_Screening_0App construction

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

/////////////////////////////////////////////////////////////////////////////
// The one and only CAM_Screening_0App object

CAM_Screening_0App theApp;

/////////////////////////////////////////////////////////////////////////////
// CAM_Screening_0App initialization

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

// Change the registry key under which our settings are stored.
// TODO: You should modify this string to be something appropriate
// such as the name of your company or organization.
SetRegistryKey(_T(“Local AppWizard-Generated Applications“));

LoadStdProfileSettings();  // Load standard INI file options (including MRU)

// Register the application‘s document templates.  Document templates
//  serve as the connection between documents frame windows and views.

CSingleDocTemplate* pDocTemplate;
pDocTemplate = new CSingleDocTemplate(
IDR_MAINframe
RUNTIME_CLASS(CAM_Screening_0Doc)
RUNTIME_CLASS(CMainframe)       // main SDI frame window
RUNTIME_CLASS(CAM_Screening_0View));
AddDocTemplate(pDocTemplate);

// Parse command line for standard shell commands DDE file open
CCommandLineInfo cmdInfo;
ParseCommandLine(cmdInfo);

// Dispatch commands specified on the command line
if (!ProcessShellCommand(cmdInfo))
return FALSE;

// The one and only window 

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

     文件      29772  2008-12-24 19:03  印前加网程序\AM_Screening_0.aps

     文件       2581  2008-12-24 19:04  印前加网程序\AM_Screening_0.clw

     文件       4353  2008-12-19 22:49  印前加网程序\AM_Screening_0.cpp

     文件       4844  2008-12-19 23:29  印前加网程序\AM_Screening_0.dsp

     文件        553  2008-12-19 22:49  印前加网程序\AM_Screening_0.dsw

     文件       1444  2008-12-19 22:49  印前加网程序\AM_Screening_0.h

     文件     238592  2009-07-08 16:10  印前加网程序\AM_Screening_0.ncb

     文件      54784  2009-07-08 16:10  印前加网程序\AM_Screening_0.opt

     文件        262  2009-07-08 16:10  印前加网程序\AM_Screening_0.plg

     文件      12227  2008-12-22 19:56  印前加网程序\AM_Screening_0.rc

     文件       1826  2008-12-21 12:04  印前加网程序\AM_Screening_0Doc.cpp

     文件       1452  2008-12-21 12:01  印前加网程序\AM_Screening_0Doc.h

     文件      13081  2008-12-24 10:33  印前加网程序\AM_Screening_0View.cpp

     文件       2265  2008-12-22 19:56  印前加网程序\AM_Screening_0View.h

     文件      38639  2008-10-27 22:31  印前加网程序\cdib.cpp

     文件       3643  2008-10-27 22:31  印前加网程序\cdib.h

     文件       2546  2008-12-20 13:16  印前加网程序\MainFrm.cpp

     文件       1581  2008-12-19 22:49  印前加网程序\MainFrm.h

     文件       4503  2008-12-19 22:49  印前加网程序\ReadMe.txt

     文件       1078  2008-12-19 22:49  印前加网程序\res\AM_Screening_0.ico

     文件        406  2008-12-19 22:49  印前加网程序\res\AM_Screening_0.rc2

     文件       1078  2008-12-19 22:49  印前加网程序\res\AM_Screening_0Doc.ico

     文件       1078  2008-12-19 22:49  印前加网程序\res\Toolbar.bmp

     文件        836  2008-12-22 19:56  印前加网程序\resource.h

     文件        216  2008-12-19 22:49  印前加网程序\StdAfx.cpp

     文件       1054  2008-12-19 22:49  印前加网程序\StdAfx.h

     文件       6127  2008-12-24 17:27  印前加网程序\对比图\1.png

     文件      41599  2008-12-24 17:24  印前加网程序\对比图\2.png

     文件      30043  2008-12-24 17:22  印前加网程序\对比图\3.png

     文件      38363  2008-12-24 17:21  印前加网程序\对比图\4.png

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

评论

共有 条评论