上一页 1 ··· 7 8 9 10 11 12 13 14 15 ··· 21 下一页
摘要: 学习好英语能够帮助我们更好的理解和记住程序,所以花一点点时间来收集DELPHI里的英语单词,(不知道有没有错,如果有,请大家大家帮助指出,)如果这篇随笔能对你有所帮助,那是我乐意见到的。。^_^---------------------------------------------------------extract 提取Matrix 矩阵texture 纹理Brush 刷子Graphics 图形Fill 填充Ellipse 椭圆Wrapmode 包覆模式Tile 平铺Flip 反转linear 线性gradient 渐变implementation 实现paint 绘画web 网brow 阅读全文
posted @ 2010-11-30 23:38 巅枫 阅读(705) 评论(0) 推荐(0)
摘要: 封装一个 GDI+ 绘图图面。 此类不能被继承。 Graphics 类型公开以下成员。方法 名称说明 AddMetafileComment 向当前 Metafile 添加注释。 BeginContainer 保存具有此 Graphics 的当前状态的图形容器,然后打开并使用新的图形容器。 BeginContainer(Rectangle, Rectangle, GraphicsUnit) 保存... 阅读全文
posted @ 2010-11-28 22:46 巅枫 阅读(1023) 评论(0) 推荐(0)
摘要: unit Unit1;interfaceuses Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms, Dialogs;type TForm1 = class(TForm) procedure FormMouseMove(Sender: TObject; Shift: TShiftState; X... 阅读全文
posted @ 2010-11-19 17:53 巅枫 阅读(28902) 评论(0) 推荐(0)
摘要: 其实这不算是一个聊天程序,因为还不能实现双方互发信息,只有一方能发信息,呵呵我以后再改进吧。。。。服务端代码:客户端代码: 阅读全文
posted @ 2010-11-16 16:57 巅枫 阅读(4269) 评论(1) 推荐(1)
摘要: unit Unit1;interfaceuses Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms, Dialogs, StdCtrls;type TForm1 = class(TForm) Button1: TButton; Button2: TButton; Button3: TButton... 阅读全文
posted @ 2010-11-16 16:37 巅枫 阅读(647) 评论(0) 推荐(0)
摘要: unit Unit1;interfaceuses Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms, Dialogs, StdCtrls;type TForm1 = class(TForm) Memo1: TMemo; Memo2: TMemo; Button1: TButton; proced... 阅读全文
posted @ 2010-11-16 15:32 巅枫 阅读(727) 评论(0) 推荐(0)
摘要: unit Unit1;interfaceuses Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms, Dialogs, StdCtrls;type TForm1 = class(TForm) Memo1: TMemo; Button1: TButton; Button2: TButton; Bu... 阅读全文
posted @ 2010-11-16 14:40 巅枫 阅读(1099) 评论(0) 推荐(0)
摘要: TStream 是一个抽象的基类, 不能直接生成对象. 在具体的应用中, 主要使用它的子孙类:TFileStream: 文件流TStringStream: 字符串流TMemoryStream: 内存流TResourceStream: 资源文件流THandleStream: 是 TFileStream 的父类、TStream 的子类TCustomMemoryStream: 是 TMemoryStre... 阅读全文
posted @ 2010-11-16 13:54 巅枫 阅读(3620) 评论(0) 推荐(0)
摘要: 前言:(就引用万一老师博客里的前言吧,我就不画蛇添足了,后面的文章中如果有不详细的我再加自己的注释)所谓"流", 就是一段数据或是一块内存;在进行流操作时, 我们不必关心流中的数据到底是什么; 只需要知道流的大小和当前的指针位置. 所以流只有两个属性: Size、Position.对流的操作, 不过就是读取和写入. 所以流最主要的方法就是 Read 和 Write.在很多控件的使用中, 读取主要用... 阅读全文
posted @ 2010-11-16 12:43 巅枫 阅读(1896) 评论(0) 推荐(0)
摘要: unit Unit1;interfaceuses Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms, Dialogs, Menus, StdCtrls, ExtCtrls;type TForm1 = class(TForm) MainMenu1: TMainMenu; Memo1: TMemo;... 阅读全文
posted @ 2010-11-14 15:15 巅枫 阅读(498) 评论(0) 推荐(0)
上一页 1 ··· 7 8 9 10 11 12 13 14 15 ··· 21 下一页