• 大小: 0.01M
    文件类型: .zip
    金币: 1
    下载: 0 次
    发布日期: 2021-02-21
  • 标签:

资源简介

C++实战源码-浏览大幅BMP图片(入门级实例525).zip

资源截图

代码片段和文件信息

// BmpDlg.cpp : implementation file
//

#include “stdafx.h“
#include “BrownBMP.h“
#include “BmpDlg.h“

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

/////////////////////////////////////////////////////////////////////////////
// CBmpDlg dialog


CBmpDlg::CBmpDlg(CWnd* pParent /*=NULL*/)
: CDialog(CBmpDlg::IDD pParent)
{
//{{AFX_DATA_INIT(CBmpDlg)
// NOTE: the ClassWizard will add member initialization here
//}}AFX_DATA_INIT
}


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


BEGIN_MESSAGE_MAP(CBmpDlg CDialog)
//{{AFX_MSG_MAP(CBmpDlg)
ON_WM_HSCROLL()
ON_WM_VSCROLL()
ON_WM_MOUSEWHEEL()
//}}AFX_MSG_MAP
END_MESSAGE_MAP()

/////////////////////////////////////////////////////////////////////////////
// CBmpDlg message handlers

void CBmpDlg::O

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----
     文件        3631  2007-05-08 08:48  BrownBMP\BmpDlg.cpp
     文件        1380  2007-05-08 08:48  BrownBMP\BmpDlg.h
     文件        1599  2007-05-08 08:48  BrownBMP\BrownBMP.clw
     文件        2091  2007-05-08 08:48  BrownBMP\BrownBMP.cpp
     文件        4520  2007-05-08 08:48  BrownBMP\BrownBMP.dsp
     文件         541  2007-05-08 08:48  BrownBMP\BrownBMP.dsw
     文件        1346  2007-05-08 08:48  BrownBMP\BrownBMP.h
     文件        5829  2007-05-08 08:48  BrownBMP\BrownBMP.rc
     文件         753  2007-05-08 08:48  BrownBMP\BrownBmp1.cpp
     文件        1149  2007-05-08 08:48  BrownBMP\BrownBmp1.h
     文件        6453  2007-05-08 08:48  BrownBMP\BrownBMPDlg.cpp
     文件        1655  2007-05-08 08:48  BrownBMP\BrownBMPDlg.h
     文件         960  2007-05-08 08:48  BrownBMP\resource.h
     文件         210  2007-05-08 08:48  BrownBMP\StdAfx.cpp
     文件        1054  2007-05-08 08:48  BrownBMP\StdAfx.h
     文件        2238  2007-05-08 08:48  BrownBMP\res\!Hen.ico
     文件        1078  2007-05-08 08:48  BrownBMP\res\BrownBMP.ico
     文件         400  2007-05-08 08:48  BrownBMP\res\BrownBMP.rc2

评论

共有 条评论