|
ANN: AfalinaSoft Flat Controls v.1.4 released.
Flat Controls is a set of Delphi components that will help you to add a completeness and elegance to the interface of your application. You had a chance to note a great appeal of user interfaces of MS Office, Lotus SmartSuite, and Corel Office. Every application of these suits has the individual appearance of a high quality software. Sure, you have been meeting a lot of visual components that either have the appearance of their own or mimic the appearance of widespread software. But for the most part they have an uncoordinated approach to their appearance and suffer from excessive number of properties.
We daresay that the simplicity and comfort of the developer is one of main tasks in such products. That is why we have collected almost all visual components of VCL in a set, made up their faces, and provided the sole point of interface management through the only property - FlatStyle.
Flat Controls
native VCL code;
stylish GUI;
simple use;
the sole point of control;
you will have nothing to change in our code - just use it!.
Download Flat Controls trial version
Delphi 4, Delphi 5
Related Discussions - HOW CAN I SEND THE MOUSE'S CLIK TO ANY CONTROL BY API? (MOUSEEVENT??) (2001-01-08 01:45:44)This example declares one function.
Function TForm1.MouseEvent(AOwner : TControl; Event : DWord) : LongInt;
Var
dwExtraInfo : DWord;
Begin...
- QREPORT & TQUERY QUESTION (D5) (2001-01-09 04:12:35)though in your question you said that the dataset property of the quickreport is configured but i bet that you have not because that is the only...
- HOW TO ADD A TLISTBOX TO A FORM AT RUNTIME? (2001-01-10 05:05:44)Just add "listbox1.parent:=form1" after "create"...
- PASSING FUNCTIONS AS PARAMETERS (2001-01-11 11:29:41)This code was posted by Glynn Owen on the newsgroup.
Newsgroup: borland.public.delphi.objectpascal
unit Unit1;
interface
uses...
- HOW DO I GET THE IP ADDRESS OF A COMPUTER? (2001-01-15 19:33:16)unit Unit1;
interface
uses
Windows, Messages, SysUtils, Classes, Graphics, Controls, Forms, Dialogs,
StdCtrls, Winsock;
type...
- CONTAINER CONTROL (2001-01-18 15:10:55)Find and try the TStretchHandle component on either Torry's
or DSP.
- REBUILD INDEXES IN PARADOX 7 (2001-01-21 23:21:14){If you use the DBgrid and DBNavigator to delete records in a table
which has unique fields, you will find that the table grows
relentlessly and...
- PLAYING MOVIE (2001-01-19 11:24:08)If you want to play only uncompressed movies, then you can use the Animate component of Delphi.
Otherwise you have to import the...
- TRUE TRANSPARENCY IN CUSTOM CONTROLS? (2001-01-20 02:31:01)I don't really know, but I think you have to override the Paint-Procedure of the Component.
In the class definition:
protected
procedure...
- HOW CAN I FIND THAT NOTEPAD IS CLOSED OR NOT ? (2001-01-22 09:49:40)I'm happy for you, but I hope you're aware that you are actually doing a mistake which can be source of bug :)
|