资源简介
基于8051的波形发生器 protues
代码片段和文件信息
// AnimateIcon.cpp: implementation of the CAnimateIcon class.
//
//////////////////////////////////////////////////////////////////////
#include “stdafx.h“
#include “DWG.h“
#include “AnimateIcon.h“
#ifdef _DEBUG
#undef THIS_FILE
static char THIS_FILE[]=__FILE__;
#define new DEBUG_NEW
#endif
//////////////////////////////////////////////////////////////////////
// Construction/Destruction
//////////////////////////////////////////////////////////////////////
CAnimateIcon::CAnimateIcon()
{
m_iImageCounter = -1;
m_iMaxNoOfImages = -99;
m_imgList.m_hImageList = NULL;
}
CAnimateIcon::~CAnimateIcon()
{
if (hPrevIcon)
DestroyIcon(hPrevIcon);
}
// This is the first function which needs to be called in order
// to fill the image list
// Parameters :
// ------------
// int IDOfImgListResource - pass the Resource ID of a toolbar resource
// containing the image list
// int numberOfImages - Number of images (16x16) in the toolbar resource
// transparentColor - RGB value of color you want to be transparent
BOOL CAnimateIcon::SetImageList(int IDOfImgListResourceint numberOfImagesCOLORREF transparentColor)
{
if(numberOfImages <= 0)
return FALSE;
m_iMaxNoOfImages = numberOfImages;
VERIFY(m_imgList.Create(IDOfImgListResource161transparentColor));
return TRUE;
}
// This function needs to be called repetatively to show next image
// Parameters :
// ------------
// NONE
BOOL CAnimateIcon::ShowNextImage()
{
if(m_imgList.m_hImageList == NULL)
return FALSE;
m_iImageCounter++;
if(m_iImageCounter >= m_iMaxNoOfImages)
m_iImageCounter =0;
// extract the icon from imagelist
hIcon = m_imgList.ExtractIcon(m_iImageCounter);
// send the message to frame to update icon
HICON hPrevIcon = (HICON) AfxGetMainWnd()->SendMessage(WM_SETICONTRUE(LPARAM)hIcon);
// Free the previous icon resource
if (hPrevIcon)
DestroyIcon(hPrevIcon);
return TRUE;
}
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
目录 0 2001-10-23 18:46 波形发生器\
文件 1997 1999-02-18 09:59 波形发生器\AnimateIcon.cpp
文件 915 1999-02-18 09:56 波形发生器\AnimateIcon.h
文件 1303 2001-02-22 18:36 波形发生器\DianLuTuDlg.cpp
文件 1278 2001-02-22 18:35 波形发生器\DianLuTuDlg.h
文件 1762936 2001-05-28 22:13 波形发生器\DWG.APS
文件 4592 2001-05-28 22:54 波形发生器\DWG.clw
文件 5341 2001-03-04 19:35 波形发生器\DWG.cpp
文件 5338 2001-03-11 21:27 波形发生器\DWG.dsp
文件 531 1999-02-18 09:00 波形发生器\DWG.dsw
文件 1370 2001-02-25 16:17 波形发生器\DWG.h
文件 181248 2001-05-28 23:03 波形发生器\DWG.ncb
文件 55808 2001-05-28 23:03 波形发生器\DWG.opt
文件 1822 2001-03-11 21:25 波形发生器\DWG.plg
文件 15266 2001-03-05 01:11 波形发生器\DWG.rc
文件 1682 1999-02-18 09:00 波形发生器\DWGDoc.cpp
文件 1442 1999-02-18 09:00 波形发生器\DWGDoc.h
文件 36636 2001-03-07 17:03 波形发生器\DWGView.cpp
文件 3209 2001-03-07 16:58 波形发生器\DWGView.h
文件 2044 2001-03-04 19:45 波形发生器\HanshuboDlg.cpp
文件 1344 2001-03-04 19:35 波形发生器\HanshuboDlg.h
文件 2327 2001-02-25 16:17 波形发生器\MainFrm.cpp
文件 1484 1999-02-18 13:26 波形发生器\MainFrm.h
文件 50176 2001-03-11 21:31 波形发生器\pic.doc
文件 3927 1999-02-18 09:00 波形发生器\ReadMe.txt
目录 0 2001-10-23 18:46 波形发生器\res\
文件 3418 2001-03-05 00:56 波形发生器\resource.h
文件 206134 2001-02-22 19:50 波形发生器\res\backgrou.bmp
文件 287298 2001-03-04 21:21 波形发生器\res\bitmap1.bmp
文件 302 2000-09-09 19:53 波形发生器\res\bitmap10.bmp
文件 758 1999-02-18 11:04 波形发生器\res\bitmap2.bmp
............此处省略27个文件信息
相关资源
- win7系统下protel 99se经常卡死的解决方
- 基于ATmega128的BK-AVR128开发板Proteus仿真
- proteus 8086 8251仿真
- 坦克大战—单片机+proteus仿真
- Unity PrefabEvolution1.3.10
- AD转换PROTEUS仿真电压表套件
- Corel Products KeyGen
- 四路抢答器 proteus 仿真电路 及其程序
- spring框架学习视频
- PCL+VS2015+pcl.props配置属性文件64位
-
解决The type org.springfr
amework.dao.supp - kqemu-1.3.0pre11
- PIC16F877 完整项目 源程序 proteus 仿真
- spring-orm-3.2.8.RELEASE
- Proteus8.9 VSM Studio Keil编译器仿真UCOSI
- protues 8086 8255 8253汇编仿真
- 基于MapReduce的Apriori算法代码及其使用
- 基于MapReduce的Apriori算法代码
- proteus8086 8255AB口多种花色流水灯
- proteus8086 8255开关控制流水灯
- Spring Boot 系列教程 freemarker导出word
- 基于proteus的8086和8255多个点阵LED驱动
- 使用Spring框架开发的第一个
- OmnibusF4-Pro-原理图.pdf
- Quartus Prime Standard Pro 17.1 破解
- 60秒LED旋转显示的电子钟的Proteus仿真
- max197的程序与单片机通讯含protel原理
- 基于GSM模块实现中文短信息发送.doc
- simple project
- 24秒倒计时篮球计数器设计protues软件
评论
共有 条评论