• 大小: 0.05M
    文件类型: .rar
    金币: 1
    下载: 0 次
    发布日期: 2021-05-07
  • 语言: 其他
  • 标签: 其他  

资源简介

FileMergeTool.rar

资源截图

代码片段和文件信息

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

#include “stdafx.h“
#include “FileMergeTool.h“
#include “FileMergeToolDlg.h“

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

/////////////////////////////////////////////////////////////////////////////
// CFileMergeToolApp

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

/////////////////////////////////////////////////////////////////////////////
// CFileMergeToolApp construction

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

/////////////////////////////////////////////////////////////////////////////
// The one and only CFileMergeToolApp object

CFileMergeToolApp theApp;

/////////////////////////////////////////////////////////////////////////////
// CFileMergeToolApp initialization

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

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

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

     文件      37200  2009-04-06 10:50  FileMergeTool\FileMergeTool.aps

     文件       1758  2009-04-06 10:54  FileMergeTool\FileMergeTool.clw

     文件       2161  2009-04-05 19:45  FileMergeTool\FileMergeTool.cpp

     文件       4310  2009-04-06 10:17  FileMergeTool\FileMergeTool.dsp

     文件        649  2009-04-06 10:22  FileMergeTool\FileMergeTool.dsw

     文件       1401  2009-04-05 19:45  FileMergeTool\FileMergeTool.h

     文件      91136  2009-04-06 11:15  FileMergeTool\FileMergeTool.ncb

     文件      53760  2009-04-06 11:15  FileMergeTool\FileMergeTool.opt

     文件       1738  2009-04-06 11:15  FileMergeTool\FileMergeTool.plg

     文件       6589  2009-04-06 10:50  FileMergeTool\FileMergeTool.rc

     文件      12980  2009-04-06 11:15  FileMergeTool\FileMergeToolDlg.cpp

     文件       1711  2009-04-06 10:50  FileMergeTool\FileMergeToolDlg.h

     文件        156  2009-04-06 10:21  FileMergeTool\mssccprj.scc

     文件       3705  2009-04-05 19:45  FileMergeTool\ReadMe.txt

     文件      28672  2009-04-06 11:15  FileMergeTool\Release\FileMergeTool.exe

     文件       1078  2009-04-06 10:33  FileMergeTool\res\FileMergeTool.ico

     文件        405  2009-04-05 19:45  FileMergeTool\res\FileMergeTool.rc2

     文件         64  2009-04-06 10:34  FileMergeTool\res\vssver.scc

     文件       1105  2009-04-06 10:50  FileMergeTool\resource.h

     文件        215  2009-04-05 19:45  FileMergeTool\StdAfx.cpp

     文件       1077  2009-04-06 09:25  FileMergeTool\StdAfx.h

     文件        192  2009-04-06 11:15  FileMergeTool\vssver.scc

     目录          0  2009-04-06 11:15  FileMergeTool\Release

     目录          0  2009-04-06 10:33  FileMergeTool\res

     目录          0  2009-04-06 11:15  FileMergeTool

----------- ---------  ---------- -----  ----

               252062                    25


评论

共有 条评论