资源列表

« 1 2 ... .78 .79 .80 .81 .82 12283.84 .85 .86 .87 .88 ... 14954 »

[Dephi控件源码Delphi_716344

说明:Delphi:当基于Delphi的程序运行的时候,对TStringGrid控件中的数据进行计算,以一个“商品入库管理”程序为模板,演示计算过程,让初学者了解原理和思路,计算是在后台进行的,具体的计算代码请参见本例中的Delphi源代码。 -Delphi: Delphi when the program runs based on the data in the control TStringGrid calculated to a "commodity storage management"
<KASA1S8> 在 2025-06-11 上传 | 大小:76kb | 下载:0

[Dephi控件源码Delphi_733007

说明:Delphi:这几天做一个Delphi项目,要用到TRichEdit组件内的文字滚动,索性研究了一下,编写了这么一个实例,点击按钮可控制TRichEdit组件显示区的文字滚动。关于TRichEdit组件:它是一个高级文本编辑组件,可以编辑多行文本,并且支持RTF格式的文件。在TRichEdit中可以改变部分文本的字体和颜色,实现了简单的文字处理功能,当文字非常多时,会自动显示一个滚动条,拖动滚动条就会看到其他文字。 -Delphi: Delphi these days to do a pro
<VNSQQYH> 在 2025-06-11 上传 | 大小:7kb | 下载:0

[Dephi控件源码Delphi_750127

说明:Delphi:Delphi环境下使用RSA算法加密字符串和文件的例子,代码文件较多,比较完整的例子,位数可设置为:128位、256位、512位、768位、1024位。相信通过这个RSA加密实例,你会学会如何运用Delphi语言进行RSA算法的加密技巧。 -Delphi: Delphi environment using the following example of RSA encryption algorithm strings and files, code files larger,
<STLXTZS> 在 2025-06-11 上传 | 大小:148kb | 下载:0

[Dephi控件源码Delphi_771388

说明:Delphi:Delphi隐藏鼠标指针的小程序演示,经过本程序可把鼠标的指针隐藏掉,点击窗体上的按钮“出去一会”鼠标就被隐藏了,点击“显示鼠标”可找回鼠标,也可按回车键恢复鼠标指针。 -Delphi: Delphi hide the mouse pointer small program demonstrates, through this program can hide the mouse pointer away, click the button on the form, "out
<IGGGRG0> 在 2025-06-11 上传 | 大小:4kb | 下载:0

[Dephi控件源码Delphi_778242

说明:Delphi:Delphi设定系统输入法,先获取到电脑里安装的输入法,通过本程序可设置当前的输入法状态,以前发过类似的输入法设置程序,比较一下,两者有何不同,感谢大家喜欢Delphi。 -Delphi: Delphi to set the system input method, first get to the computer to install the input method, you can set the current input state through this pro
<IGGGRG0> 在 2025-06-11 上传 | 大小:1.76mb | 下载:0

[Dephi控件源码Delphi_780477

说明:Delphi:Delphi源码演示ExecuteOptions属性的具体方法,没有其它的功能,所以挺简单的,初接触Delphi的程序员有兴趣可参见源码。学好Delphi编程,有必要掌握一些实用的对象属性操作,通过本例你或许会对ExecuteOptions属性操作有所了解。本例所用到的数据库文件在database目录中,编译测试前请先附加好数据库信息。 -Delphi: Delphi source code demonstrates ExecuteOptions specific method
<IGGGRG0> 在 2025-06-11 上传 | 大小:123kb | 下载:0

[Dephi控件源码Delphi_801165

说明:Delphi:基于uniGUI组件开发的云存储分享平台源码-Delphi: Based uniGUI component development cloud storage sharing platform source code
<IGGGRG0> 在 2025-06-11 上传 | 大小:3.14mb | 下载:0

[Dephi控件源码Delphi_805400

说明:Delphi:Delphi中的TStringGrid用法实例,演示如何使用TStringGrid实现表单式批量录入数据,在单元格处连续点击两次,进入输入状态,输入数据后自动保存,依次类推。 -Delphi: Delphi in TStringGrid usage examples demonstrate how to use forms-based bulk TStringGrid achieve data entry in a cell at the continuous click tw
<K8C3XML> 在 2025-06-11 上传 | 大小:75kb | 下载:0

[Dephi控件源码Delphi_813821

说明:Delphi:这是一个比较有用的功能示例,让Delphi实现StringGrid数据网格自动移动光标及增加行,当我们输入的时候,我们都希望表格能“智能”一些,某个单元格的数据输入完的时候,希望它能自动切换到下一个目标行,通过本例代码,你将了解如何实现这一功能,并可增加StringGrid行数。 -Delphi: This is a useful feature example, let Delphi to achieve StringGrid data grid automatically
<K8C3XML> 在 2025-06-11 上传 | 大小:186kb | 下载:0

[Dephi控件源码Delphi_816423

说明:Delphi:Flat属性控件的使用实例,演示如何使用Delphi中的Flat控件制作各种窗体工具栏效果,实例制作出来的效果如截图所示,虽然不漂亮,但可以让你学会Flat控件常用属性的用法,是一个比较实用的例子,而且在Delphi7环境可顺利编译源码文件。 -Delphi: Example Flat property controls, demonstrates how to use the Flat Delphi Forms toolbar controls the production
<K8C3XML> 在 2025-06-11 上传 | 大小:409kb | 下载:0

[Dephi控件源码Delphi_822520

说明:Delphi:Delphi网络流量监控程序,附带的IPHelper库等非常有价值。国外朋友的作品,但是有些小bug会影响Delphi调试,对此作了少量修正,希望对大家有用。 -Delphi: Delphi network traffic monitoring procedures, incidental IPHelper libraries are very valuable. Foreign friends work, but some small bug affects Delphi d
<K8C3XML> 在 2025-06-11 上传 | 大小:43kb | 下载:0

[Dephi控件源码Delphi_861756

说明:Delphi:Delphi得到Memo中的可见行数,有些内容是隐藏不显示,有些显示出来,如何获取到可见内容的行数,本例是一个基础的实例,代码简单,面向Delphi新手。 -Delphi: Delphi get Memo in the number of visible lines, some of the content is hidden does not show, some show up, how to get to the number of lines visible conte
<K8C3XML> 在 2025-06-11 上传 | 大小:35kb | 下载:0
« 1 2 ... .78 .79 .80 .81 .82 12283.84 .85 .86 .87 .88 ... 14954 »

源码中国 www.ymcn.org