Readme file for StartBtn Component Source Code.
By Bayu Prasetio.

Notepad is enough to read this file. Don't forget to make active Word Wrap.

This component was made to change your Start Button properties like fore and back color, font (name, size, color), and of course, the 'Start' text.

 * component properties:
   + version : 1.03 (25 April 2000)
   + public
     - constructor Create(AOwner: TComponent)
     - destructor Destroy
     - procedure LoadFromFile(FileName: String),
                 use to load your own bitmap
     - procedure Refresh(LogoKind: TLogoKind), refresh your Start button
     - procedure Restore, use to restore 'Start' text
     - property LogoKind, readonly,
                use to determine Start button mode (text or bitmap)
   + published
     - property Alignment, read/write,
                use to determine your 'Start' text Alignment
     - property Caption, read/write,
                use to set your own 'Start' text
     - property Color, read/write,
                assign color to start button
     - property Enabled, read/write,
                make start button enable / disable
     - property Font, read/write,
                assign font to start button
     - property Visible, read/write,
                use to determine start button visiblity

 * instalation : as usual

Demo files included, but for more powerful implementation, you can use Start Toys v1.5x or above.
TStartBtn and Start Toys are written and (c) by Bayu Prasetio, free distributed but no warranty.
Any changes, feedbacks please let me know, send to bayu@members.mikrodata.co.id
Get lastest version @ http://www11.ewebcity.com/bayup

------------------------- end of file -------------------------------------



