登录
首页 » Visual C++ » eLife!

eLife!

于 2013-12-02 发布 文件大小:8578KB
0 141
下载积分: 1 下载次数: 6

代码说明:

  该程序基于C++、MFC、GDI+。使用ADO数据库访问技术。实现的主要功能包括备忘录、计划、节日、朋友生日的提醒等,同时拥有强大的查找功能。支持换肤和快捷的音乐播放。允许用户自制皮肤。eLife!的换肤功能全部由GDI+实现。(The program is based on c++, MFC, GDI+. Using ADO database access technology. Implementation of main functions include memos, plans and holiday, friends birthday reminder, have powerful search function at the same time. Supports avi and fast music playing. Allows the user to homemade skin. ELife! All by GDI+ realize change skin function. )

文件列表:

eLife!
......\config.ini,81,2007-12-25
......\data
......\....\Beep.wav,175918,2007-05-13
......\....\button





......\....\......\MusicDown_b.png,4961,2007-06-10
......\....\......\MusicNext.png,4868,2007-05-08
......\....\......\MusicNext_a.png,4934,2007-06-08
......\....\......\MusicNext_b.png,4732,2007-06-08
......\....\......\MusicPrev_a.png,5000,2007-06-08
......\....\......\MusicPrev_b.png,4809,2007-06-08
......\....\......\MusicUp_a.png,5037,2007-06-10
......\....\......\MusicUp_b.png,4945,2007-06-10
......\....\......\Pause_a.png,5510,2007-06-08
......\....\......\Pause_b.png,5352,2007-06-08
......\....\......\Play_a.png,5559,2007-06-08
......\....\......\Play_b.png,5311,2007-06-08
......\....\......\Stop_a.png,4581,2007-06-08
......\....\......\Stop_b.png,4436,2007-06-08
......\....\......\Thumbs.db,8704,2010-11-09
......\....\......\Up_a.png,4524,2007-05-08
......\....\......\Up_b.png,4563,2007-06-07
......\....\clock



......\....\constellation





......\....\.............\3.png,16120,2007-06-01
......\....\.............\4.png,14869,2007-06-01
......\....\.............\5.png,14211,2007-06-01
......\....\.............\6.png,14980,2007-06-01
......\....\.............\7.png,13167,2007-06-01
......\....\.............\8.png,14338,2007-06-01
......\....\.............\9.png,13469,2007-06-01
......\....\shengxiao





......\....\.........\3.png,16552,2007-06-05
......\....\.........\4.png,14958,2007-06-05
......\....\.........\5.png,16972,2007-06-05
......\....\.........\6.png,15636,2007-06-05
......\....\.........\7.png,16193,2007-06-05
......\....\.........\8.png,14017,2007-06-05
......\....\.........\9.png,13653,2007-06-05
......\....\title.dat,302185,2007-06-01
......\database.mdb,241664,2007-06-12
......\elife!.chm,4721082,2007-06-13
......\eLife!.exe,1855488,2007-06-13
......\eLife!Manager.exe,4456448,2007-06-12
......\magrconfig.ini,724,2007-12-25
......\skin
......\....\Ice
......\....\...\button





......\....\...\......\buttonMoveBack_b.png,5161,2007-06-08
......\....\...\......\buttonMoveOver.png,5236,2007-06-08
......\....\...\......\buttonMoveOver_b.png,5164,2007-06-08
......\....\...\......\buttonPause.png,5591,2007-06-08
......\....\...\......\buttonPause_b.png,5560,2007-06-08
......\....\...\......\buttonPlay.png,5797,2007-06-08
......\....\...\......\buttonPlay_b.png,5735,2007-06-08
......\....\...\......\buttonStop.png,4678,2007-06-08
......\....\...\......\buttonStop_b.png,4636,2007-06-08
......\....\...\......\buttonUp.png,5037,2007-06-10
......\....\...\......\buttonUp_b.png,4945,2007-06-10
......\....\...\clock





......\....\ice.ini,2157,2007-06-13
......\....\transformers
......\....\............\button




......\....\............\......\button.psd,53491,2007-06-12

......\....\............\......\buttonPause_d.png,3374,2007-06-12
......\....\............\......\buttonPlay.png,4047,2007-06-12
......\....\............\......\buttonPlay_d.png,4266,2007-06-12

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • 七段数码显示的数字时钟
    模拟七段数码显示数字时钟,自定义CDigitalClock继承自CStatic类(Analog seven digital display, digital clock, custom CDigitalClock inherited from the CStatic class)
    2017-08-17 22:52:21下载
    积分:1
  • DrawOfMemory
    DrawOfMemory源码包,VC++内存绘图例子代码,包括了多个实用的VC++函数:比如DrawLine函数:将传入函数的值以图像的形式显示到对应的控件上(int AllNum:总的数据量,int Value[]:数据值数组,COLORREF PenColor:画笔的颜色,CWnd *pWnd:需要显示曲线的控件指针);DrawWave函数,将传进函数的值以图像的形式显示到对应的控件上;DrawMultiLine函数:将传进函数的值以图像的形式显示到对应的控件上,可以显示多个数据段。参数定义:   int Mult:总共需要显示几类数据   int AllNum:每类数据总的数据量   int Value[]:数据值数组,组成形式:数据1+数据2+数据3+ ...   COLORREF PenColor:每类数据的画笔的颜色   CWnd *pWnd:需要显示曲线的控件指针   还有一些函数不一一列举了,请自行下载源码查看(DrawOfMemory source package, VC++ memory mapping code examples, including a number of practical VC++ function: for example DrawLine function: the value passed to the function displayed in the form of the image to the corresponding controls (int AllNum: the total amount of data, int Value []: an array of data values​ ​ , COLORREF PenColor: brush color, CWnd* pWnd: need to show the curve control pointers) DrawWave function, will pass into the function value is displayed in the form of an image to the corresponding controls DrawMultiLine function: the passed into the function value is displayed in the form of an image to the corresponding control, you can display multiple data segments. Parameters are defined: int Mult: A total of several types of data to be displayed int AllNum: total amount of data for each type of data int Value []: an array of data values​ ​ , consisting of forms: Data 1 Data 2+ 3+ ...+ data COLORREF PenColor: brush color for each type of)
    2014-07-02 10:52:43下载
    积分:1
  • NIDS
    网络入侵检测系统,各模块完整,可以实现简单的网络入侵检测(Network intrusion detection system, each module is complete, you can achieve a simple network intrusion detection)
    2021-03-29 20:39:10下载
    积分:1
  • 61509
    LCD 驱动 stm32 R61509V(LCD stm32 R61509V)
    2015-12-23 20:39:14下载
    积分:1
  • NetServer_web
    一个通过socket与WEB建立通讯连接的VC程序。(through socket with a Web link in the establishment of communication procedures VC.)
    2006-09-30 15:13:58下载
    积分:1
  • Clio
    Clio, drawing in GDI, example of elementari use of gdi functions
    2014-12-19 04:40:42下载
    积分:1
  • point
    用于点云切片功能的实现,非常好用,可以计算密度、厚度、等内容(For point cloud slicing feature to achieve very easy to use, you can calculate the density, thickness, etc.)
    2020-06-29 01:40:02下载
    积分:1
  • ReportDesigner
    说明:  一个具备打印功能的VB报表设计器源代码,可以用来设计复杂的报表。(A VB report designer source code with printing function can be used to design complex reports.)
    2020-06-18 13:37:12下载
    积分:1
  • Mysniffer001
    windos下网络监视器嗅觉器(sniffer)例子程序(windos Network Monitor olfactory (sniffers) examples procedures)
    2006-12-13 09:42:55下载
    积分:1
  • laser
    dfb laaser c++ novel(dfb laaser c++ novel)
    2021-04-13 15:18:55下载
    积分:1
  • 696518资源总数
  • 104384会员总数
  • 26今日下载