-
06
说明: Delphi简易公式解析器代码,编程学习源码,很好的参考资料。(Delphi simple formula parser code, programmed learning source, a good reference.)
- 2014-02-06 14:35:54下载
- 积分:1
-
MhcFS2
MhcFS2 是一个计算器的引擎, 可以替换Windows标准计算器(MhcFS2 is engineering calculator. May replace standard Windows calculator. Additionally, can numerically integrate, differentiate, summarize, find root of functions.)
- 2010-05-17 11:22:31下载
- 积分:1
-
Kori
It collects results from referee. It can contrlol a table.
- 2018-08-28 18:53:23下载
- 积分:1
-
cifrar-string
cifrar cadena de caracteres string
- 2011-07-04 13:39:40下载
- 积分:1
-
TSourceList
继承自 TCustomPanel ,是专门显示 Delphi 源码的可视构件,能够将 Object Pascal 关键字以不同色彩显示,标上列号并可以打印(A control which can show delphi source file code ,marking key words by color font.)
- 2017-03-18 08:33:03下载
- 积分:1
-
iphonedemoicon11
引入pngimage第三方控件,可以支持 PNG 格式的图标、效果更好。
pngimage 很有意思,Delphi版包括4个pas文件(具体哪个是关键没有仔细研究),
只要 uses pngimage 就可用 Image 来载入PNG格式的图片,很神奇,佩服作者。
增加缓冲功能 DoubleBuf,减少闪烁。
添加 Align 属性的继承,编译成控件时便于摆放。
增加控制标题文本区显示控制的属性设置 ShowCaption。
添加载入背景方法 loadBackPic。
加强整个界面拖动的效果。(Introduction pngimage third-party controls, you can support the PNG format icons, better.
pngimage very interesting, Delphi Edition includes four pas file (which is the key not specifically studied),
Image can be used as long as the uses pngimage to load PNG format images, it is amazing, admire the author.
Increase the buffering function DoubleBuf, to reduce flicker.
Add Align property inheritance, controls easy to compile into place.
Increased control of the title attribute text area display control settings ShowCaption.
Add background loading method loadBackPic.
Enhance the effect of dragging the entire interface.)
- 2012-01-06 10:11:39下载
- 积分:1
-
master
HpRose Deplphi7可用的,用于和服务器交互的控件。(thr Hprose component for delphi,it s uesd to communicate with servers)
- 2013-10-31 15:03:34下载
- 积分:1
-
SpeechLib_TLB
微软tts5.4语音识别与合成库文件前提是要安装microsoft tts 5,4 sdk(Micosoft TTs 5.4 develops the necessary library files, provided that the Microsoft TTS 5,4 SDK is installed)
- 2020-09-28 09:07:46下载
- 积分:1
-
delphil-flashform
1,FlashWindow(Application.Handle, True) 让主程序在任务栏上的图标闪烁
2,FlashWindow(form.Handle, True) 让指定的form状态栏闪烁
3,对于在任务栏上没有图标的form,比如form2可以用下面这个过程模拟一下,
procedure CreateParams(var Params: TCreateParams) override
procedure TForm2.CreateParams(var Params: TCreateParams)
begin
inherited
Params.WndParent := 0 //此段代码的意思是使窗口显示在任务栏中
end
此时FlashWindow(form2.Handle, True) 让form2在任务栏上的图标就会闪烁
(delphil flashform)
- 2013-10-11 11:11:02下载
- 积分:1
-
6736
Delphi通过http访问sqlserver2000数据库,编程学习源码,很好的参考资料。(Delphi sqlserver2000 database access via http, programming learning source, a good reference.)
- 2014-02-13 08:55:00下载
- 积分:1