搜索资源列表
Matrice2
- 法国cromda编写的新版本MATRICE 2(矩阵和矢量运算单元)。 // ---------------------------------------------------------- // 12-01-02 : MODIFIED Matrice to Matrice2 (Delphi 6) // All routines now operate on rectangular matrix, except (InvMat and SysLin) // No
shilianGraphic.rar
- 主要功能 : 1、画图,并有坐标尺 2、能够随意的放大缩小(编写两个函数,分别对应X,Y粥的缩放倍数) 3、一个记录集(或链表),记录当前画了多少图形,分别是什么图形,颜色,状态等 4、一个枚举类型,枚举所有本控件能画的图形(长方形,正方形,三角形 及自定义(即鼠标随意画)等) 5、能通过鼠标删除所画图形,并能移动图形,填充图形等 6、能够导出位图文件(bmp)
delphi7
- 这是个可以画出不同图形的程序,三角形,矩形,圆形-This was something that could be drawn in different graphics programs, triangular, rectangular, circular
20062812486051
- 本程序主要的功能:将一副图像选定的区域(多边形、矩形、圆形、椭圆)复制到另一副图像的指定位置。 本程序辅助功能(区域或全图): 像的亮度、饱和度、色彩平衡、对比度、灰度调整。 图像的功能虑镜:反色(底片)、曝光、浮雕、雕刻、模糊、锐化、紫色、幽灵。 边缘模糊、旋转、图像缩放、图像剪切(矩形区域)。 信封打印。-The main feature of this process: the image will be
Delphi71
- DELPHI开发手册Action:该属性是与组件关联的行为,允许应用程序集中响应用户命令 Anchors:与组件连接的窗体的位置点 Align:确定组件的对齐方式 AutoSize:确定组件是否自动调整其大小 BiDiMode:(所有组件) 为从右向左写的语言提供支持 BoundsRect:定义组件边框矩形(只适用于运行时)-DELPHI Development Manual Action: The property is associated with the b
Delphi.rectangular.color.animation
- Delphi 彩色动画矩形设计开发Delphi rectangular design and development of color animation -Delphi rectangular design and development of color animation
Graphics
- 图形处理源代码,内涵7个例子源代码,矩形框,图形,线等-Graphics source code, meaning seven examples of source code, rectangular box, graphics, lines, etc.
jbshdjx
- 渐变色和动画矩形效果,适合初学者进行学习研究,不错的源码-Rectangular gradient color and animation effects, suitable for beginners to learn research, a good source
juxing
- 画矩形框,每当鼠标左键按下,移动鼠标,画出一个矩形,当鼠标松开,矩形框消失,类似选中功能-Painting rectangular box, whenever the left mouse button press, move the mouse, draw a rectangular, when the mouse to loosen, the rectangular box disappear, similar to the selected function
Memo
- 动态设置Memo控件边框的大小,Delphi代码,改变Memo组件的边框空隙,程序通过获取Memo1的矩形边界,更改Rect边界值,重绘Memo1的矩形边界。其效果类似CSS中的Padding,也就是区块边缘与正文边距之间的空隙。本代码可动态改变左边距和上边距中的Padding大小,你可以亲自操作一下试试效果。-Dynamic setting the Memo control the size of the border, Delphi code, change the the Memo com
548676346
- Delphi异形窗口,非矩形不规则窗体,编程学习源码,很好的参考资料。-Delphi shaped windows, non rectangular irregular form, learning programming source code, a good reference.
46
- Delphi异形窗口,非矩形不规则窗体,编程学习源码,很好的参考资料。-Delphi shaped windows, non-rectangular irregular form, programmed learning source, a good reference.
246
- Delphi异形窗口,非矩形不规则窗体,编程学习源码,很好的参考资料。-Delphi shaped windows, non-rectangular irregular form, programmed learning source, a good reference.
246
- Delphi异形窗口,非矩形不规则窗体,编程学习源码,很好的参考资料。-Delphi shaped windows, non-rectangular irregular form, programmed learning source, a good reference.
146
- Delphi异形窗口,非矩形不规则窗体,编程学习源码,很好的参考资料。-Delphi shaped windows, non-rectangular irregular form, programmed learning source, a good reference.
Delphi_810132
- Delphi:Delphi7开发实现的画图软件源代码,可画出给定的圆形、矩形、直线等图形,选择图形后在右侧空白处点击,就可画出图形,还可选择颜色,并图形进行填充,不过功能上来说确实是比较单一的,甚至没有Windows自带的画图功能强大,作为Delphi编程新手,学习一下是有益无害的。 -Delphi: Delphi7 development achieved by drawing software source code, you can draw a given round, rectan
Delphi_827466
- Delphi:Delphi界面编程实例,实现一个不规则的异形窗口,非矩形窗体源码,细心者会发现,在源码目录下有两张BMP位图-Delphi: Delphi programming interface instance, to achieve an irregular shaped windows, non-rectangular source form, carefully will find that in the source directory with two bitmap BMP
delphifeiform
- Delphi源码实现的不规则窗体,非矩形窗口,绘制一个五角星窗体,大致的实现思路:创建一个多边形的区域,绘制多边形窗体,设置窗体初始背景颜色,使窗体始终保持在最前,设定画笔大小,绘制多边形轮廓线,恢复窗体正常位置和显示属性。-Delphi source code to achieve the irregular form, non rectangular window, draw a star form, ideas to achieve roughly: create a polygon ar
gradient
- TGradient can draw gradients in 24 predefined styles and you can easily define your own custom ones. In addition, this control can shift and/or rotate the gradient colors, which is suitable for creating animated gradients. Like standard TShape c