论坛


2009年5月7日 星期四

stringgrid的打印

幸福苹果| 幸福苹果-delphi |18:22:00

stringgrid的打印http://blog.5d.cn/user12/csm/200602/215357.html四种方法:第一种:{*************StringGrid打印功能***********************************}(*uses unit: FR_Class, FR_View from (fast-Report) *)(*参数说明:printRow:每页打印的行数 *)(* styleTyp...

进销存管理系统销售管理功能的实现

幸福苹果| 幸福苹果-delphi |18:22:00

进销存管理系统销售管理功能的实现(二)[1]发布时间:2008-04-10 18:10:32     来源:    作者:    浏览:77    ——此文章摘自《Delphi 数据库开发经典案例解析》定价:¥48.00?..

5.6.8 销售管理功能的实现

幸福苹果| 幸福苹果-delphi |18:21:00

SQL Server数据库开发经典案例解析http://book.csdn.net/bookfiles/117/1001173649.shtml类别:delphi编程 查看评论

stringgrid打印

幸福苹果| 幸福苹果-delphi |18:20:00

stringgrid打印http://www.cnblogs.com/zywuhao/archive/2009/03/25/1421295.html本人初学DELPHI,而且完全是业余的,说法有不周之处请见谅。06年12月底,应朋友之邀,给他作一个小软件,里面有表格浏览打印,当时考虑用stringgrid为载体阅读全文类别:delphi编程&nb...

Video: The DBX Architecture in Delphi

CodeGear| CodeGear-CDN Delphi |17:00:00

下拉窗体示例DropDownForm

DELPHI盒子| Delphi盒子 |16:05:00

参考别人的代码改写的一个"DropDownForm下接窗体"示例

Silverpoint MultiInstaller V3.4.4 包含源码

DELPHI盒子| Delphi盒子 |16:05:00

Delphi的控件包安装工具MultiInstaller 新增功能: [+]IDE最高支持到RAD Studio 2009 [+]安装程序使用UPX压缩过 [+]支持多语言IDE版本 [+]支持环境变量

Web Deploy for D2007 新版出击

rarnu| 橙子的Delphi技术专区-delphi |14:02:00

昨天晚上又把Web Deploy改了下,接受了一点意见首先是支持了带版本号的htm输出,可能大家很早就发觉了,其实D7下的Web Deploy部署出来也是不能自动更新ActiveX的,我上个版本按D7的来做,就带上了这个问题,要解决也不难,就是改一下输出的htm,这个版本已改好。其次...

GDI+在Delphi程序的应用 – Photoshop色相/饱和度/明度功能

maozefa| maozefa的专栏-GDI+(VCL)应用 |13:43:00

本文用GDI+实现Photoshop色相/饱和度/明度功能,参照我的其它有关GDI+在 Delphi程序的应用的文章,代码也可供TBitmap使用。

Get the icon of a file extension without having a file

delphi3000| delphi3000.com |12:00:00

Ever wanted to show a nice icon in a list of files that doesnt exist on your system? You might be writing an FTP client and need to list files on the server for example? Most examples on how to get a files associated shell icon demands that you pa...

Atozed如此不负责?

rarnu| 橙子的Delphi技术专区-delphi |10:26:00

还记得前些天的那个D盘事件,有人将它反映到了Atozed,随后Atozed给出了回应看了他们那份回应,气不打一处来,暂时先评评它的回复,同时,我这篇文章也已经同时转换成英文发送了过去,看看他们这次会如何应答。Atozed的回复原文地址:http://www.atozed.com/IntraWeb...

The Army of Clones - How to Clone a Delphi Form

About.com| About.com Delphi Programming |02:00:30

Delphi TIPS :: Creating Delphi objects (forms, components, etc) dynamically, at run-time, is a "standard" coding technique for Delphi developers. Almost every Form that you want to show modally...