• 大小: 3.26MB
    文件类型: .rar
    金币: 1
    下载: 0 次
    发布日期: 2023-09-30
  • 语言: C/C++
  • 标签: MFC  图片  分栏  时钟  

资源简介

MFC做的用幻灯片模式播放图片,用到时钟还有分栏,很实用~~

资源截图

代码片段和文件信息

// Dlg.cpp : implementation file
//

#include “stdafx.h“
#include “tupian.h“
#include “Dlg.h“

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

/////////////////////////////////////////////////////////////////////////////
// Dlg

IMPLEMENT_DYNCREATE(Dlg CFormView)

Dlg::Dlg()
: CFormView(Dlg::IDD)
{
//{{AFX_DATA_INIT(Dlg)
// NOTE: the ClassWizard will add member initialization here
//}}AFX_DATA_INIT
}

Dlg::~Dlg()
{
}

void Dlg::DoDataExchange(CDataExchange* pDX)
{
CFormView::DoDataExchange(pDX);
//{{AFX_DATA_MAP(Dlg)
// NOTE: the ClassWizard will add DDX and DDV calls here
//}}AFX_DATA_MAP
}


BEGIN_MESSAGE_MAP(Dlg CFormView)
//{{AFX_MSG_MAP(Dlg)
// NOTE - the ClassWizard will add and remove mapping macros here.
//}}AFX_MSG_MAP
END_MESSAGE_MAP()

/////////////////////////////////////////////////////////////////////////////
// Dlg diagnostics

#ifdef _DEBUG
void Dlg::AssertValid() const
{
CFormView::AssertValid();
}

void Dlg::Dump(CDumpContext& dc) const
{
CFormView::Dump(dc);
}
#endif //_DEBUG

/////////////////////////////////////////////////////////////////////////////
// Dlg message handlers

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

     文件       2878  2010-08-14 21:47  jyjfenlan\tupian.clw

     文件       4311  2010-07-15 11:17  jyjfenlan\ReadMe.txt

     文件       1356  2010-07-15 11:17  jyjfenlan\tupian.h

     文件       4209  2010-07-15 11:17  jyjfenlan\tupian.cpp

     文件       1054  2010-07-15 11:17  jyjfenlan\StdAfx.h

     文件        208  2010-07-15 11:17  jyjfenlan\StdAfx.cpp

     文件       1475  2010-07-15 11:17  jyjfenlan\tupianDoc.h

     文件       1742  2010-07-15 11:17  jyjfenlan\tupianDoc.cpp

     文件     164864  2010-08-14 22:01  jyjfenlan\tupian.ncb

     文件       1213  2010-08-14 21:44  jyjfenlan\tupian.plg

     文件       1563  2010-06-07 19:59  jyjfenlan\Picture.h

     文件      21407  2010-07-14 09:44  jyjfenlan\Picture.cpp

     文件        537  2010-07-15 12:43  jyjfenlan\tupian.dsw

     文件     352056  2010-07-25 13:54  jyjfenlan\Debug\tupian.res

     文件     222208  2010-08-14 21:44  jyjfenlan\Debug\vc60.idb

     文件    5491964  2010-07-15 11:18  jyjfenlan\Debug\tupian.pch

     文件     364544  2010-08-14 21:44  jyjfenlan\Debug\vc60.pdb

     文件     105633  2010-07-15 11:18  jyjfenlan\Debug\StdAfx.obj

     文件      14737  2010-07-15 11:18  jyjfenlan\Debug\tupianDoc.obj

     文件      26273  2010-07-15 11:18  jyjfenlan\Debug\Picture.obj

     文件      22981  2010-07-15 11:27  jyjfenlan\Debug\tupian.obj

     文件     548931  2010-08-14 21:44  jyjfenlan\Debug\tupian.exe

     文件     525312  2010-08-14 21:44  jyjfenlan\Debug\tupian.pdb

     文件      16337  2010-07-16 09:34  jyjfenlan\Debug\FormView.obj

     文件      15782  2010-07-25 13:53  jyjfenlan\Debug\Dlg.obj

     文件     416944  2010-08-14 21:44  jyjfenlan\Debug\tupian.ilk

     文件      21749  2010-07-25 13:54  jyjfenlan\Debug\MainFrm.obj

     文件      23266  2010-08-14 21:44  jyjfenlan\Debug\tupianView.obj

     文件        398  2010-07-15 11:17  jyjfenlan\res\tupian.rc2

     文件       1078  2010-07-15 11:17  jyjfenlan\res\tupianDoc.ico

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

评论

共有 条评论