SourceCodeSky QQ客服 SourceCodeSky 400电话 客服电话 暂无
首页 » 源代码 » FloppyWriter软盘映象写入程序 » /FloppyWriter/FloppyWriter.cpp

FloppyWriter.cpp ( 文件浏览 )

  • keepall 发布于 2016-08-23 22:09
  • 浏览次数:588
  • 下载次数: 17
  • 下载需 10 积分
  • 侵权举报
// FloppyWriter.cpp : Defines the class behaviors for the application.
//

#include "stdafx.h"
#include "FloppyWriter.h"
#include "FloppyWriterDlg.h"

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

/////////////////////////////////////////////////////////////////////////////
// CFloppyWriterApp

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

/////////////////////////////////////////////////////////////////////////////
// CFloppyWriterApp construction

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

/////////////////////////////////////////////////////////////////////////////
// The one and only CFloppyWriterApp object

CFloppyWriterApp theApp;

/////////////////////////////////////////////////////////////////////////////
// CFloppyWriterApp initialization

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

    CFloppyWriterDlg 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;
}
			
...
展开> <收缩

下载源码到电脑,阅读使用更方便

1 积分

快速下载
还剩0行未阅读,继续阅读
免费下载源码
Sponsored links

源码文件列表

温馨提示: 点击源码文件名可预览文件内容哦 ^_^
...
名称 大小 修改日期
/FloppyWriter/ 0 Bytes 2007-07-18 00:11:32
/FloppyWriter/FloppyWriter.cpp 2.10 KB 2004-06-03 09:47:24
/FloppyWriter/FloppyWriter.dsp 4.31 KB 2005-09-22 03:20:42
/FloppyWriter/FloppyWriter.dsw 659 Bytes 2005-09-22 03:20:42
/FloppyWriter/FloppyWriter.h 1.36 KB 2004-06-03 09:47:24
/FloppyWriter/FloppyWriter.ncb 57.00 KB 2007-07-18 00:11:32
/FloppyWriter/FloppyWriter.opt 53.50 KB 2007-07-18 00:11:32
/FloppyWriter/FloppyWriter.plg 1.73 KB 2005-09-22 03:21:30
/FloppyWriter/FloppyWriter.rc 5.33 KB 2005-02-02 20:25:30
/FloppyWriter/FloppyWriterDlg.cpp 9.36 KB 2005-09-22 03:17:50
/FloppyWriter/FloppyWriterDlg.h 1.45 KB 2004-06-03 13:35:22
/FloppyWriter/mssccprj.scc 158 Bytes 2005-09-22 03:10:36
/FloppyWriter/ReadMe.txt 3.60 KB 2004-06-03 09:47:24
/FloppyWriter/Resource.h 736 Bytes 2004-06-09 01:31:52
/FloppyWriter/StdAfx.cpp 214 Bytes 2004-06-03 09:47:24
/FloppyWriter/StdAfx.h 1.03 KB 2004-06-03 09:47:24
/FloppyWriter/Debug/ 0 Bytes 2007-07-03 19:34:42
/FloppyWriter/ICON/ 0 Bytes 2007-03-29 21:33:56
/FloppyWriter/Release/ 0 Bytes 2007-03-29 21:33:56
/FloppyWriter/res/ 0 Bytes 2007-03-29 21:33:56
/FloppyWriter/ICON/34-NeXT98 3.5 Floppy.ico 2.19 KB 2005-09-22 03:19:14
/FloppyWriter/ICON/Disk Floppy.ico 2.19 KB 2005-09-22 03:19:14
/FloppyWriter/ICON/floppy disk-2.ico 2.19 KB 2005-09-22 03:19:14
/FloppyWriter/ICON/FLOPPY4.ICO 766 Bytes 2005-09-22 03:19:14
/FloppyWriter/ICON/floppy_blue.ico 2.19 KB 2005-09-22 03:19:14
/FloppyWriter/ICON/floppy_cream.ico 2.19 KB 2005-09-22 03:19:14
/FloppyWriter/ICON/floppy_grey.ico 2.19 KB 2005-09-22 03:19:14
/FloppyWriter/ICON/floppy_lime.ico 2.19 KB 2005-09-22 03:19:14
/FloppyWriter/ICON/floppy_mauve.ico 2.19 KB 2005-09-22 03:19:14
/FloppyWriter/ICON/floppy_orange.ico 2.19 KB 2005-09-22 03:19:14
/FloppyWriter/ICON/floppy_pink.ico 2.19 KB 2005-09-22 03:19:14
/FloppyWriter/ICON/floppy_sioux.ico 2.19 KB 2005-09-22 03:19:14
/FloppyWriter/res/FloppyWriter.ICO 766 Bytes 1995-01-01 00:00:00
/FloppyWriter/res/FloppyWriter.rc2 404 Bytes 2004-06-03 09:47:24
/FloppyWriter/res/FloppyWriter0.ico 1.05 KB 2004-06-03 09:47:24
Sponsored links
正在加载中……

Switch to the English version?

Yes
SourceCodeSky 英文版
No
SourceCodeSky 中文版

完善个人资料,获价值¥30元积分奖励!