搜索资源列表
我的控件包
- XPControls控件包。是一个用于DELPHI的界面开发换肤工具包,-XPControls control packets. Delphi is one for the Eurocargo interface development tool kit
如何使用VC++提供的TAB控件
- 在VC++中如何使用TABCONTROL控件 VC++中的TABCONTROL控件和VB,DELPHI中的不一样,它的使用方法比VB,DELPHI中要麻烦得多。 我写了个事例 也许对大家有点帮助,只适合菜鸟看哦,因为我就是菜鸟 -in VC TABCONTROL how to use the controls VC TABCONTROL controls and VB, Delphi not the same as it used than VB, Delphi to muc
修改Delphi不同版本的控件选择方式
- 修改Delphi不同版本的控件选择方式,主要是选择控件栏太长时,不需点击,通过鼠标移动可实现-revised Delphi different versions of the control options, the choice is the main control column too long, not clicks, the mouse movement can be realized
LBButton自制控件
- Delphi第三方控件,大家可以相互学习学习。呵呵。-third-party controls, we can learn from each other. Ha ha.
DSPack (使用DirectX技术控件包) 2.31
- 这是基于Delphi的DSPack (使用DirectX技术控件包) 2.31-This is based on Delphi DSPack (using DirectX technology control packages) 2.31
换肤功能控件 f-ksen10
- delphi编程 换肤功能控件 f-ksen10-control function f-ksen10
BSF.v2.74.FS(皮肤控件)
- 一套不错的皮肤控件 For Delphi 5, 6, 7: - open *.dpk file - install package For C++Builder 5, 6: - open *.bpk file - install package -a good skin Controls For Delphi 5, 6, 7 : - open *. dpk file-install package For C Builder 5, 6
控件Skin 7.0
- Delphi 7.0皮肤控件,增强你的界面美观-skin controls, enhance your beautiful interface
DELPHI中利用TreeView控件建立目录树
- DELPHI中利用TreeView控件建立目录树-using Treeview control established tree
控件
- 别人制作的delphi的控件,我觉得还不错,拿上来大家一起分享-others in the production of delphi control, I think was pretty good, to put up with to share with everyone
VOD控件 2.8
- VOD控件2.8版 1、增加了歌曲加密播放 2.支持目前最新的神龙卡和好莱坞卡。 3.支持的格式:VCD,SVCD,DVD 和MPEG-1,MPEG-2文件。 4.控件支持DELPHI,CB,PB,VB,VC++等支持OCX的编程语言。-VOD controls a 2.8 version, an increase of two songs broadcast encryption. Support for the latest Hollywood Shenlong cards and car
Cell在VB中下拉树形控件示例
- Cell在VB中下拉树形控件示例,包括自定义函数、变量应用、从数据库取数,另附连续打印、单元格条件颜色、保护公式、获得块区域和在Cell组件上插入控件。 发到这里,与大家共享! Cell网站: http://www.cellsoft.cc/Cell/index.asp Cell组件下载地址: http://www.cellsoft.cc/cell/down_list.asp 软件概述: Cell 组件适用于Windows环境下各种开发工具(如VB, VC, Visual F
DelphiX for D7 控件
- DelphiX是对DirectX接口的封装,它将DirectX接口封装成Delphi组件,便于Delphi下的使用。它由12个可视组件组成,有针对Delphi3.0、4.0、5.0、7.0版的支持。 它是由Hiroyuki Hori编写的。DelphiX支持DirectX的所有技术(DirectDraw, Direct3D, DirectPlay, DirectInput等等……),使Delphi能编写出高质量的图像显示程序。 这些组件是: TDXDraw - DirectDr
XLSReadWrite控件
- 一个你需要的,能在Delphi和.NET下访问Excel文件的完美解决方案。一个经典的读写Excel的控件,对于使用Excel 开发很有帮助
模拟QQ小键盘的一款Delphi控件源码
- 内容索引:Delphi源码,控件组件,小键盘 模拟QQ小键盘的一款Delphi控件源码,控件关键字:低级键盘钩子、按键状态 正常 鼠标进入 鼠标点击、数字数组、字母数组、所有按键的区域结构、忽略键盘的Shift消息、如果此值为真,则取Shift状态的时候按照下面的字段拳… FAutoFitSize: Boolean; //是否自动调整大小 FAtOnceRePaint: Boolean; //字段改变后是否立即刷新 FUsePicture: Boolean; //使用图片做为
THexEditor.THexEditor控件
- THexEditor,一个控件,我找了好久的,,THexEditor, a control, I am looking for a long time, and
ds_fancy
- 一种不错的按钮,delphi作的,可以用来学习自制控件-A good button, delphi made can be used to study self-control
DelphiprintCode
- 在Delphi中打印条码 1 通过菜单”Component”下的”Import ActiveX”将“Microsoft Access Barcode Control 9.0”控件引入。这个控件(msbcode9.occx)随同Office一起安装到系统中。 2 在“ActiveX”下可以看到该控件,可以直接拖放到窗体上。通过属性设置,可以设置条码类型,内容,宽度、高度等等。 条码的数据是通过”Value”属性设置,也通过Datasource等设置引用数据库字段。高度和宽度通过控件的
delphi串口控制编程含SUIPack控件
- 首先声明,我上传了三次,第一个是源码,第二个是SUIPack控件包,第三个是前两个的打包文件。 原始delphi开发工具打开此源码可能遇到问题,因为我用到第三方控件,即需要安装有SUIPack和spcomm控件,此控件里的按钮带有美化效果(当然还有很多控件也进行了功能扩展和美化),我的压缩包里也包含了此安装控件,spcomm控件网上很多,可以自己下载。 程序都是自个写的代码,是公司的一个PDU控制器产品的测试软件,没有任何错误。想学习delphi串口控制,数据接收,第
14个Delphi按钮控件TButton源代码
- 14个Delphi,按钮控件,TButton源代码(14 Delphi button control TButton source code)