-
指针式时钟
首先要绘制时钟的的表盘与表盘刻度,表盘用Ellipse函数绘制,表盘的六十个刻度以及时钟的十二个小时刻度用MoveTo和LineTo来绘制。时钟的重绘用Invalidate(false)如果参数是true,擦除背景之后,再重绘,会出现刷屏。定时用SetTimer每一秒调用一次ontime中的Invalidate(false)
- 2022-02-05 07:57:05下载
- 积分:1
-
delphi7 achieve login interface control, and access to this information for the...
delphi7实现登录界面的控制,及获取本机的信息的功能及FTP功能的部分实现-delphi7 achieve login interface control, and access to this information for the function and FTP functions partially
- 2023-02-26 15:05:04下载
- 积分:1
-
孙鑫老师的VC++教程的光盘源代码,数写的很好,代码也很好,值得研究!第19章源程序!...
孙鑫老师的VC++教程的光盘源代码,数写的很好,代码也很好,值得研究!第19章源程序!-SUN Xin teachers VC++ Tutorial CD-ROM source code, written in a few very good, code is also good, worthy of study! Chapter 19 source code!
- 2022-03-06 13:43:14下载
- 积分:1
-
email的发送 简单有注释
email的发送 简单有注释,运用smtp邮件发送类的特点发送,附有附件发送功能 很适合初学者借阅
- 2023-03-09 08:45:03下载
- 积分:1
-
Color ListCtrl Report List
使用CListCtrl控件的过程中,我们会发现使用及其不方便,特别是在使用“report"显示模式时, 想给指定条目添加背景颜色,CListCtrl控件所提供的设置颜色函数只能使得控件的界面变得好看一些,根本不能满足我们的要求,我们无法把特定的一项或几项添加上不同的颜色以示区别。 幸运的是很多VC的使用者在改造CListCtrl类,使之更加功能强大上做了很多工作,开发出了各种各样的继承类来实现这个功能,Sven Freitag 就是其中的一员。他开发出了CListCtrl的继承类CColorListCtrl来实现给指定的条目加背景色的功能,并无偿的在网上公布给VC的使用者,我在源代码中收集了他的源程序,各位读者可以先阅读学习一下。
- 2022-07-15 05:31:29下载
- 积分:1
-
以固定格式在A4纸上打印保存重要的文本文件和源代码 (一页纸上保存尽可能多的内容)...
以固定格式在A4纸上打印保存重要的文本文件和源代码 (一页纸上保存尽可能多的内容)-a fixed format printing on A4 paper to preserve important text documents and the source code (a paper to preserve as much as possible the content)
- 2023-01-15 02:30:04下载
- 积分:1
-
开发一个以计算机为中心的患者监护系统
开发一个以计算机为中心的患者监护系统-development of a computer center for patients monitoring system
- 2022-06-15 12:39:17下载
- 积分:1
-
search and remove temporary refuse document tools
搜索并清除临时垃圾文件的工具-search and remove temporary refuse document tools
- 2022-07-11 12:14:24下载
- 积分:1
-
Global Search and Replace Tool for Intellution iFIX
Global Search and Replace Tool for Intellution iFIX
- 2022-09-10 08:10:03下载
- 积分:1
-
模拟Pos收银机
1.收银员功能
1) 新增明细(F2 )
2) 删除明细(F3)
3) 收银(F4)
4) 挂单(F5)
5...
模拟Pos收银机
1.收银员功能
1) 新增明细(F2 )
2) 删除明细(F3)
3) 收银(F4)
4) 挂单(F5)
5) 取单(F6)
6) 撤单(F7)
7) 退货(F8)
8) 退出(F9)
2.管理员功能
1) 商品管理
"1:商品查询",
"2:库存查询",
"3:添加商品",
"4:修改商品信息",
"0:返回主菜单"
2) 帐户管理
"1:查询账户",
"2:添加账户",
"3:修改账户信息",
"0:返回主菜单"
3) 销售记录查询
"1:按销售日期统计",
"2:按收银员统计",
"0:返回主菜单"
0) 退出
-Simulation Pos cash register 1. Cashier function 1) Add Details (F2) 2) delete the details of (F3) 3) cash register (F4) 4)挂单(F5) 5) get a single (F6) 6) cancellation (F7) 7) Return (F8) 8) exit (F9) 2. administrator function 1) commodity management
- 2022-04-23 04:14:03下载
- 积分:1