Delphi 7.0x freeware
Graphical Controls

[ 3DEngine.zip ] [ 223,737 bytes ] [ Freeware ] [ With Source ]
[ D5 | D6 | D7 ]
3D rendering engine for Delphi

Includes source code for handling 3D graphics without using an API, such as OpenGL.

Includes code for :

  • Building a 3D model
  • Translating the model
  • Rotating the model
  • Rendering the model
  • Flat shading
  • Gouraud shading
  • Lighting
  • Back-face culling
  • Z-Buffering
  • (!) Does not yet include texture mapping
Also includes an example delphi project and executable of a 3D juggling club to demonstrate how to use the code.
Added: 12-05-2003   |  Version: n/a   |  Downloads: 4909/4909/53
Author:Peter Bone   [Homepage]   [DSP files]

[ BM.zip ] [ 34,922 bytes ] [ Freeware ] [ With Source ]
[ D6 | D7 ]
TWO THINGS

FIRST : New MessageBox with Free Button's Name and Button's Number, and HTML formatted Message.

Example

...

Message := /* an HTML String */ ;

Buttons := 'Yes#13No#13Perhaps#13I don't know' ;

Answer := BM('Do you love me ?',Message, Buttons) ;

Case Answer of

1 : // Yes

2 : // No

3 : // Perhaps

4 : // I don't know

End ; // Case

...

Very easy to use.

SECOND : Function BM use HTML interpretor :

TextHTMLOut( TargetCanvas, X, Y, HTMLString, {Var} Height) ;

Wich can be use to create THTMLLabel, THTMLButton,

THTMLEdit, or directly used on FormPaint event manager

bm.zip contains :

PTestUBM.dpr 194 octets (sample dpr)

DDU_Public.pas 145 841 octets (TextHMLOut function)

UBM_Public.pas 5 557 octets (BM function)

UTestUBM.pas 692 octets (sample pas)

PTestUBM.res 876 octets (sample res)

UBM_Public.dfm 493 octets (sample dfm)

UTestUBM.dfm 498 octets

COMMENTS ARE WAITED

but I my main language is French

If you speak French ....


Added: 2-11-2005   |  Version: 1.0   |  Downloads: 193/193/22
Author:Diégo DELPY   Assemple Informatique SARL   [Homepage]   [DSP files]

[ gradient.zip ] [ 19,270 bytes ] [ Freeware ] [ With Source ]
[ D3 | D4 | D5 | D6 | D7 ]
This component is an extremely fast gradient fill control, so fast that you can even animate gradient colors. It has 23 built-in fill styles and provides an event to create easily custom gradients. In addition, TGradient can shift and/or rotate the gradient colors.
Added: 10-02-2002/9-08-2004   |  Version: 2.522   |  Downloads: 6136/6116/34
Author:Kambiz R. Khojasteh   [Homepage]   [DSP files]

[ GRuler.zip ] [ 7,893 bytes ] [ Freeware ] [ With Source ]
[ D6 | D7 ]
Horizontal and vertical rulers. The rulers are sizeable and scale automatically pretty well. They can show the current cursor position on the ruler with minimal coding. They support English and Metric measure as well as custom units.
Added: 30-12-2003   |  Version: 1.0   |  Downloads: 1981/1981/28
Author:Greg Butler   [DSP files]

[ link: english.html ] [ size n/a ] [ Freeware ] [ With Source ]
[ D7 | K3 ]
TdzXYChart can draw a two dimensional chart using different formats for lines and points. It automatically scales the axes. It can also draw a bar chart. The number of data series containing the values is virtually unlimited. A special chart type called ctAlternateLine allows to have lines from -infinity to +infinity (think quality control charts). The point styles psUpArrow and psDownArror allow to mark specific points with an up or down arrow. New in version 2.1.0 is the ability to draw multi value data series as High/Low High/Low/Open/Close and Candle charts.
Please note that this component is for Delphi 7 and Kylix 3 only. It might work with Delphi 6 but I have not tested it.
Added: 11-10-2004   |  Version: 2.1   |  Downloads: n/a
Author:Thomas Mueller   [Homepage]   [DSP files]

[ picshow.zip ] [ 1,225,421 bytes ] [ Freeware ] [ With Source ]
[ D3 | D4 | D5 | D6 | D7 ]
TPicShow is an image slider control with 150 transactional effects in pure Delphi code. The major characteristics of PicShow are:
  • Image transition can be controlled programmatically
  • Image can be stretched or centered in the client area of the control
  • Control can show a background image as centered, stretched, or tiled
  • Transition process can use a separate thread
  • New transitional effects can be easily implemented and added to the control
TDBPicShow is the data-aware version of TPicShow with ability to load bitmap, jpeg, and metafile images (natively) from a blob field.
Added: 26-03-2000/25-07-2005   |  Version: 3.10   |  Downloads: 14748/14684/36
Author:Kambiz R. Khojasteh   [Homepage]   [DSP files]

[ psvshine.zip ] [ 6,482 bytes ] [ Freeware ] [ With Source ]
[ D5 | D6 | D7 ]
Add shine to your standard controls. Just drop psvShine to your form, select control and activate shine. You will see small animated spark on selected control.
Added: 25-03-2003   |  Version: 3.0   |  Downloads: 2724/2724/21
Author:Serhiy Perevoznyk   Serhiy Perevoznyk   [Homepage]   [DSP files]

[ rotateimage.zip ] [ 45,407 bytes ] [ Freeware ] [ With Source ]
[ D3 | D4 | D5 | D6 | D7 ]
TRotateImage is a component similar to TImage with the ability to show the image rotated at an arbitrary angle.
Added: 17-07-2000/8-12-2003   |  Version: 1.4   |  Downloads: 9904/8649/44
Author:Kambiz R. Khojasteh   [Homepage]   [DSP files]

[ simplegraph.zip ] [ 84,190 bytes ] [ Freeware ] [ With Source ]
[ D4 | D5 | D6 | D7 ]
TSimpleGraph is a visual component, which provides a simple user interface for drawing simple graphs/digraphs. User can draw graph nodes on the control's client area and link them together by either keyboard or mouse. The component is fully customizable and has methods for supporting Delphi's clipboard and printer objects.
Added: 22-04-2003/25-07-2005   |  Version: 1.57   |  Downloads: 2911/2897/24
Author:Kambiz R. Khojasteh   [Homepage]   [DSP files]

[ textfader.zip ] [ 7,795 bytes ] [ Freeware ] [ With Source ]
[ D3 | D4 | D5 | D6 | D7 ]
This component gets a list of lines and shows them sequentially on the screen by a fade effect. Properties of this component let you to:
  • Specify the speed of text transition
  • Define a background image for the control
  • Make the control's background as transparent

Added: 4-06-2000/8-12-2003   |  Version: 1.22   |  Downloads: 7725/7679/21
Author:Kambiz R. Khojasteh   [Homepage]   [DSP files]

© 1995-2006 Robert M. Czerwinski ( The Delphi Super Page a.k.a. DSP ).
All rights reserved.