-
slss
少儿算数软件根据网络下载的版本进行完善,主要去除了一些第三方控件,改成Delphi 2007自身已经提供的控件。 (Children count software to download the network version of the perfect addition to a number of major third-party control into Delphi 2007 has provided its own control.)
- 2009-05-06 18:05:49下载
- 积分:1
-
Delphi添加图层蒙版
Delphi添加图层蒙版,运行本程序后,在屏幕上添加一层阴影,透明度大概在70%左右,可看作是在屏幕上方蒙了一层薄膜的感觉,代码简单:procedure TForm1.FormCreate(Sender: TObject);
var
bTrans: Byte;
OldStyle: Integer;
begin
form1.Color := clGradientActiveCaption;
WindowState := wsMaximized;
BorderStyle := bsNone;
FormStyle := fsStayOnTop;
OldStyle := GetWindowLong(Handle, GWL_EXSTYLE);
SetWindowLong(Handle, GWL_EXSTYLE, OldStyle or WS_EX_LAYERED Or WS_EX_TRANSPARENT);
bTrans := 128;
SetLayeredWindowAttributes(Handle, 0, bTrans, LWA_ALPHA);
end;
- 2022-02-06 10:25:25下载
- 积分:1
-
Chapter 1 of the basic knowledge of Delphi Chapter 2 Delphi syntax basis .... Ch...
第1章 Delphi的基础知识第2章 Delphi的语法基础....第12章 图形图像与多媒体技术第13章 Delphi数据库编程-Chapter 1 of the basic knowledge of Delphi Chapter 2 Delphi syntax basis .... Chapter 12 graphics and multimedia technology Chapter 13 Delphi database programming
- 2022-10-31 23:45:04下载
- 积分:1
-
libraryms
功能简介:用户管理:添加用户,修改密码,注销用户
图书管理:增加图书,修改图书,删除图书,查询图书
借书证管理:办理借书证,修改借书证,挂失借书证,查询借书证
借阅与归还:借阅图书,归还图书,查询借阅与归还情况
借书证管理:办理借书证,修改借书证,挂失借书证,查询借书证
借阅与归还:借阅图书,归还图书,查询借阅与归还情况
(Features: User management: add users, change passwords, log off the user library management: increasing Books, modify books, remove the books, check books library card management: for a library card, library card changes, report the loss of library card, library card to borrow and return query : to borrow books, return books, check library card to borrow and return management of the situation: for a library card, library card changes, report the loss of library card, library card to borrow and return the query: to borrow books and return books to borrow and return the case query)
- 2010-11-25 11:58:48下载
- 积分:1
-
spcomport
elphi SPComm串口控件源码,支持delphi xe3
在delphi中选安装控件,然后编译运行
控件注册在cportlib组件分类中(elphi SPComm Serial control source to support the delphi delphi xe3 selected to install the control, and then compile and run the control component categories registered in the cportlib)
- 2013-07-22 11:46:20下载
- 积分:1
-
Delphijindianjichu
Delphi数据库编程讲座,Delphi数据库编程讲座,Delphi数据库编程讲座.(Delphi Database Programming Talk,Delphi Database Programming Talk,Delphi Database Programming Talk.)
- 2013-11-22 21:43:07下载
- 积分:1
-
DelphiCodeRule
dephi代码规范,比较完整,建议初学者先看看(dephi code specification )
- 2013-07-09 12:10:56下载
- 积分:1
-
krPanel_123456
说明: this is an advanced Panel component for intraweb, it is still in beta and need more test. also it needs other JS files to run correctly on client. a full file list will be uploaded later
- 2020-01-23 08:29:23下载
- 积分:1
-
98
趣味拼音体汉字转拼音软件源码,Delphi 编程学习源码,很好的参考资料。(Fun Pinyin Chinese characters to Pinyin software source code, Delphi programming learning source, a good reference.)
- 2014-02-15 21:49:00下载
- 积分:1
-
jiajian
随机加减法计算,可以用来检测加减法口算能力Random add and subtract calculation(Random add and subtract calculation)
- 2011-08-10 16:58:39下载
- 积分:1