Application ListBtns

Places all BMP-Images in a directory on Speedbuttons and arranges them in an array.

All labels on the form are in german text, but there aren't many, so you can
just replace them with any langeuage you want...

The "Kopieren" or Copy-Button can be used to copy a selected Image to the
clipboard and insert it into the glyph-property of a BitBtn or SpeedButton.

Included in this zip-file is a compiled version of the application which
uses a TAdvSplitter.

TAdvSplitter is freeware by Charles Bedard. It is available on DSP.
To reduce problems loading the project, I didn't include it in the source though.

Simply send a short E-Mail, if you want the source version with TAdvSplitter included.
(Adress: LKutscher@Graensen.dk)

One "non standard" component I used is the TRxSpinEdit from the RxLib.
If you don't have RxLib, simply ignore the errors on opening the form, and insert
a simple TEdit named EdNumGlyphs.

Some small changes have to be made in that case:
The lines with
	... EdNumGlyphs.Value
and
	EdNumGlyphs.Value := ...
have to be replaced with
	... StrToInt(EdNumGlyphs.Text)
and
	EdNumGlyphs.Text := ...


