{*********************************************************
* Simple Slide Show main
unit v1.1
*
* simple slide show to show possiblities of acquiring
* image resources
*
*
* © 2006 Lukas Erlacher aka DGL-luke aka luketheduke
* released into Public Domain
* Please keep my credits, i'd be glad to hear from
* you if you can reuse my stuff and find it useful!
* <lukas.erlacher@freenet.de>
*
**********************************************************
* Version History:
*
* v1.0 -
* + loading bitmaps via TBitmap32List resources
* + First, Previous, Next, Last navigation buttons
*
* v1.1 -
* + Direct Index Input via textbox
* + Loading from Folders, hardcoded and user specified
* + stretching and filtering
* + GrahicEx for multiple image formats
*
*********************************************************}