delphi7 TRichView 安装
摘要:下载: 链接: https://pan.baidu.com/s/1gfMYeGF 密码: 45bn 打开目录:E:\Delphi7\TRichView.v.16.10.3 ScaleRichView.v.7.7.2 Full Source D4-RAD10.2 2016-05-19 and Fix
阅读全文
Delphi7 GDI+学习
摘要:Delphi7自带的绘图有锯齿,所以要学习GDI+ 主要是从这个网站学习 http://www.bianceng.com/Programming/Delphi/201212/34691.htm 相关控件下载 GDIPLUS_D7.rar uses GDIPAPI,GDIPOBJ; //包含这两个GD
阅读全文
Delphi7画好看的箭头线
摘要:FormShow()->FormMouseDown->FormMouseMove->FormMouseUp 初始化 鼠标按下,起点 移动鼠标 鼠标弹起 ,终点 网上下的例子: unit Unit1; interface uses Windows, Messages, SysUtils, Varian
阅读全文
Delphi 7拦截滚轮事件不响应滚轮的上下滚动
摘要:unit Unit1; interface uses Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms, Dialogs, StdCtrls, ExtCtrls; type TForm1 = class
阅读全文
Delphi7 安装ICS,与简单使用
摘要:官网 http://www.overbyte.be/ 下载 OverbyteIcsV816 完成后解压到E:\Delphi7\OverbyteIcsV816\ 自己做的 示例代码下载 1、在library里加入E:\Delphi7\OverbyteIcsV816\Source目录。 2、从File-
阅读全文
Delphi7的HtmlParser使用方法
摘要:用Indy控件访问HTTPS uses HtmlParser procedure TForm4.Button1Click(Sender: TObject); var FNodes:IHtmlElement; aString:string; begin FNodes := parserHtml(Mem
阅读全文
Delphi7下SuperObject的JSON使用方法
摘要:uses superobject; procedure TForm1.FormCreate(Sender: TObject); var aJson: ISuperObject; aSuperArray: TSuperArray; i:Integer; begin {1、赋初值} aJson:=SO(
阅读全文
Delphi 7.0中TeeChart控件的安装与常用 功能设置
摘要:TeeChart控件的安装 TeeChart 7.0 With Source在Delphi 7.0中的安装 一、删除Delphi7自带TeeChart 1、Component -> install Packages 中 Remove 所有以Tee开头的包,OK,关闭Delphi7。 2、删除Delp
阅读全文
Delphi7取消StringGrid的自动滚动
摘要:StringGrid的Options的goRowSelect为false时,在点击右侧未显示完全的Cell,StringGrid会自动向左滚动,怎样设定,取消StringGrid的自动滚动啊?Delphi7版的 终于自己找到解决办法了:拷贝Grids.pas到自己项目的目录,并通过Project M
阅读全文
我做的 地税信息中心设备台账
摘要:单机版的 信息中心设备台账 Delphi 7 +Access 2003 19:58 2016-03-16 点我下载 在线版本 Delphi 10.3+uniGUI1.90.0.1509 OnLineComputerBook
阅读全文
Delphi7 Code Editor 之 几个特性(转)
摘要:Delphi Code Editor有几个特性在编写大规模代码时非常有用。下面分别进行介绍: 原地址:http://www.cnblogs.com/pchmonster/category/343330.html 1、Code Templates(代码模板) 使用代码模板可把任意预定义代码(或正文)插
阅读全文
让UltraEdit-32成为Delphi 7编译器的工具设置
摘要:让UltraEdit-32成为Delphi 7编译器的工具设置
阅读全文
Delphi 7中如何修改Form1: TForm1;
摘要:Delphi 7中如何修改Form1: TForm1; 1]选中对应的Form, 2]在Object Inspector里的Name修改, 3]回车,即可. Delphi的IDE对应做了以下五处修改: { 在.dpr } program Project1; uses Forms, Unit1 in
阅读全文
Delphi7,创建 RGB CMYK颜色分量圆 完整代码
摘要:unit1.pas { } {下面是unit1.pas} { } // ColorMix: Additive and Subtractive Colors // efg, January 1999 unit unit1; interface uses Windows, Messages, SysUt
阅读全文
Delphi自定义了一个消息 范例
摘要://自己定义了一个消息 范例 unit Unit1; interface uses Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms, Dialogs, StdCtrls; const my_messa
阅读全文
|
|
|