资源简介
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
- 上一篇:zedgraph最新源码
- 下一篇:可自定义2048游戏源码
相关资源
- 软件测试报告.doc
- 访客管理系统.rar
- 链接和密码.zip
- LFM.docx
- 植物大战僵尸.rar
- 0.Agenda.pdf
- 自动评教.rar
- key.txt
- 开机自动登录和启动VPN.zip
- Flash.rar
- VPN掉线自动断网监控软件3.6.rar
- 招财宝自动抢购软件3.30正式版.rar
- yid3av.rar
- [neubt]R2018b_win64.iso.torrent
- BP+三个数据集.rar
- 指定电话薄的VPN.rar
- 热芋头工作室-万能解密程序CDGDeciph
- 步道乐跑自动模拟跑步软件.doc
- 反译小程序.rar
- upload.rar
-
PotPla
yer最新1080直播源.txt - Intel_Visual_Fortran_XE2011.lic
- linuxredis实战教程视频.txt
- ESP_2dof_model1.mdl.r2012b
- tcl_tk视频教程.txt
- 新建文本文档(2).txt
- dubbo.xsd35669
- LoadRunner性能测试实战.txt
- 32位DEBUG版proj4库的编译.rar
评论
共有 条评论