Delphi 5.0x freeware
Form Enhancement

[ AFVersionCaption.zip ] [ 2,835 bytes ] [ Freeware ] [ With Source ]
[ D2 | D3 | D4 | D5 | D6 | D7 ]
A component to show File Version directly in the application main form caption. Just put TAFVersionCaption on your mainform, set property InfoPrefix and ShowInfoPrefix as you prefere and that's all. [i.e. If FormCaption is 'Form1', it'll be 'Form1 (File Version 1.0.0.0)']
Added: 13-11-2002/31-05-2004   |  Version: 1.1   |  Downloads: 3049/3049/11
Author:Accalai Ferruccio   [Homepage]   [DSP files]

[ alsrnsnp.zip ] [ 1,804 bytes ] [ Freeware ] [ With Source ]
[ D4 | D5 ]
TALScreenSnap is a component that allows a form to snap to the edges of the screen when dragged and released.
Added: 31-10-1999/21-11-1999   |  Version: 1.01   |  Downloads: 6238/6238/2
Author:Andrew Leigh   [Homepage]   [DSP files]

[ bmppanel.zip ] [ 366,744 bytes ] [ Freeware ] [ With Source ]
[ D3 | D4 | D5 ]
TbmpPanel is a simple component that tiles a textured bitmap image across a panel component. The result works rather nicely and is simple to use. Includes Full Source Code
Added: 3-08-2000/2-08-2000   |  Version: 1.5   |  Downloads: 3813/3813/3
Author:Jeffrey Bull   Jeffrey Bull   [DSP files]

[ bmprgn.zip ] [ 687,258 bytes ] [ Freeware ] [ With Source ]
[ D5 ]
BmpRgn is a freeware unit that allows you to create forms with transparent areas based on a bitmap that you provide. The bitmap is converted to a form region, where only the interior pixels are displayed. The transparent border remains transparent. Perfect if you want to create skin-able apps or just nicer looking forms than the standard Window boxes. Full source code and demo app are included. Only tested with Delphi 5, but should work with other versions as well.
Added: 21-03-2001   |  Version: 1.0   |  Downloads: 3473/3473/6
Author:Gunter Richter   [DSP files]

[ coold5.zip ] [ 87,964 bytes ] [ Freeware ] [ With Source ]
[ D5 ]
CoolForm is a component for Delphi that easily lets you create the weirdest shapes of your windows. Round windows, Windows with transparent areas, and still the full functionality of the Windows95 GUI (but who would want that, anyway).
Added: 24-10-1999   |  Version: 1.5 for D5   |  Downloads: 9397/9397/7
Author:Tim Lawrenz   [Homepage]   [DSP files]
Max Muermann   [DSP files]

[ edge.zip ] [ 10,111 bytes ] [ Freeware ] [ With Source ]
[ D5 ]
This form simulates the Windows-style "auto-hide" START menu tool bar. This form sits against an edge of the screen (left, right, top, or bottom) and will automatically shrink itself down to a thin line when there is no activity on the form. If the mouse pases over it, the form autmatically expands itself back to its full size mode. The user may use the mouse to resize the form, or to move it to a new screen edge, just like the Window START menu bar. The OnResize form event is called whenever the form shrinks or expands; in addition, OnResize is called whenever the form is moved to a new location (Delphi does not have an OnMove event, so we use OnResize to maintain a consistant interface). There are two components already defined on the form: a panel component (efPanel) and a timer (efTimer). These need to stay as they are. Any new components you add to the form (buttons, labels, etc) should be placed on top of the panel. This way they can be safely tucked away when the form is shrunken to a thin line along the edge of the screen. In addtion, you may use any of the standard Delphi events for the form (or the panel) such as OnResize, OnKeyPress, OnMouseDown, etc. One event is already defined: OnCreate. This event calls the initialization for the rest of the TEdgeForm functions; however, you may insert your own code right after the initialization routine. It is strongly recommended that you not modify any field or routine whose name starts with "ef" (such as 'efFindEdge', 'efDoMouseMove', etc) as these are the heart of the TEdgeForm. Only if you really understand what is going on should to change them.  [more]
Version 2.0 fixes an error in the WM_MOVED message handler
Added: 3-06-2001/12-06-2001   |  Version: 2.0   |  Downloads: 3567/3464/6
Author:Ron Collins   Ron Collins   [Homepage]   [DSP files]

[ ezSuperSubLabel.zip ] [ 2,382 bytes ] [ Freeware ] [ With Source ]
[ D3 | D4 | D5 ]
VCL component for Delphi similar to TLabel with superscript and subscript capability.
Added: 17-04-2001   |  Version: 1.20   |  Downloads: 2477/2477/1
Author:ezBOO   [Homepage]   [DSP files]

[ fashionpanel.zip ] [ 7,495 bytes ] [ Freeware ] [ No Source ]
[ D5 ]
A very nice looking panel, with shadow, lines, and a amazing title. Very usefull.
I#m very proud of the look of this component. I was tired of the tipical gray panels. You should try this.
Added: 9-08-2001   |  Version: 1.0   |  Downloads: 2621/2621/1
Author:Julian Yerfino   Julian Yerfino   [Homepage]   [DSP files]

[ FormCaption.zip ] [ 4,136 bytes ] [ Freeware ] [ With Source ]
[ D4 | D5 ]
This component allows any graphic control to be used in place of the form's caption bar. Images / colours / various sizes and positions are now possible for the caption bar of your form. It also makes it very easy to have buttons / other components in the "caption bar" as a TPanel can contain these extra components while acting as the caption bar itself. All other properties of the form are unaffected (sizing, borders etc). New in version 2.1 is the ability for other components on top of the caption bar to receive mouse actions (in the old version only TWinControl descendants had this ability). Ver 2.2 changes the method for hiding the caption bar - this new method provides much cleaner resizing of windows onscreen.
Added: 17-07-2001/20-08-2001   |  Version: 2.2   |  Downloads: 4064/4053/5
Author:Andrew Baylis   [DSP files]

[ FormMisc.zip ] [ 3,378 bytes ] [ Freeware ] [ With Source ]
[ D3 | D4 | D5 ]
This component allows you to display a form as a icon in the tray bar when is minimized and to restore it when you choose restore menu from the icon. Also it returns the file version for the files that includes this information. Very useful when you want to implement a window that starts as a icon on the tray bar and provide different menu items which allows you to have custom actions.
Added: 26-11-2000   |  Version: 1.0   |  Downloads: 5089/5089/5
Author:Eugen Mihailescu   Cubique Development   [Homepage]   [DSP files]

[ hkhelp11.zip ] [ 216,603 bytes ] [ Freeware ] [ With Source ]
[ D3 | D4 | D5 ]
HKHelp is a pseudo-visual component to add help to any program, without help compilers etc. When a user selects a control, a customized pop-up window opens which can contain any text, even with different bullets, fonts, sizes, colors. Can also be used parallely with HLP's. The text displayed can be edited in a program like MS-Word or from HTML and the formatting is kept the same. All the data is compiled together in the exe. Very simple to use, only 1 line of code, everything is previewed in design time. Exe demo included.
Added: 16-01-2000   |  Version: v1.1   |  Downloads: 6052/6052/4
Author:Harry Kakoulidis   [Homepage]   [DSP files]

[ htmllay.zip ] [ 77,856 bytes ] [ Freeware ] [ No Source ]
[ D5 ]
idea-light HTMLLayout Component
Design your forms as HTML page, and let your components automaticly placed for HTML rules. You can change your layout at runtime and designtime.
Added: 3-04-2002   |  Version: beta   |  Downloads: 790/790/1
Author:idea-light   [DSP files]

[ mdiwallp.zip ] [ 78,398 bytes ] [ Freeware ] [ With Source ]
[ D2 | D3 | D4 | D5 ]
Background graphic component for forms (including MDI frame windows) and frames. Comes with demo project and help file. In conjunction with RxWindowHook ability to share its picture between multiple controls.
Added: 23-05-1999/13-02-2000   |  Version: 6.00.4   |  Downloads: 8124/6637/1
Author:Robert Rossmair   [Homepage]   [DSP files]

[ shcmps10.zip ] [ 8,970 bytes ] [ Freeware ] [ No Source ]
[ D5 ]
This is the first version of SHComponents a package containing usefull Delphi components donated to the Delphi community. Currently SHComponents contains only one component: TNoTaskIcon. This component is the definitive taskbar-icon-remover that doesn't cause taskbar-filcker on application start. Just drop the component on your Main- or Splash- Form. Source is avaliable on Email-request: henning@newdenmark.dk (Free) [more]
Added: 27-12-1999   |  Version: 1.0   |  Downloads: 2974/2974/0
Author:Henning Sorensen   Henning Sorensen and Sam Hepworth | NewDenmark   [Homepage]   [DSP files]

[ task.zip ] [ 1,709 bytes ] [ Freeware ] [ With Source ]
[ D2 | D3 | D4 | D5 ]
This Component shows the coordinates of the System-Task-Bar of Windows 9x so you can create a Form witch docks to the Task-Bar. Enjoy!
Added: 13-02-2000   |  Version: 1.0   |  Downloads: 6882/6882/2
Author:LogicX Software & Grafix Development   [DSP files]

[ wizardnb.zip ] [ 35,558 bytes ] [ Freeware ] [ With Source ]
[ D4 | D5 ]
Make a dialog wizard fast and simple. Inherited from TNotebook and additional properties include btnBack, btnNext, lblHeader, lblInfo, HeaderCaption, and InfoCaption. Events added are OnButtonBack and OnButtonNext. Free. w/ source
Added: 12-12-1999   |  Version: 1.0   |  Downloads: 4496/4496/2
Author:Steve Durkee   [Homepage]   [DSP files]

[ xfrm1_3.zip ] [ 3,534 bytes ] [ Freeware ] [ With Source ]
[ D4 | D5 ]
TXForm is TForm descendant with several useful enhacenments - docking and moving and showing related events. XFormExpert registers this form and all of its new properties in IDE so you can create new form in File|New dialog and edit properties directly in Object Inspector.
Added: 28-11-1999/5-12-1999   |  Version: 1.0 beta 3   |  Downloads: 5140/5140/4
Author:Roman Stedronsky   [Homepage]   [DSP files]

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