Unit AspDemo1

Aspect Ratio Demo // version 1 Grahame Marsh 1997 // This demo shows how a form can be resized, but the aspect ratio of the client area is forced to be the same. One of the standard splash bitmaps is used, this has dimensions of 240 x 180 pixels, so this ratio is put into the aspect ratio. The height is modified since the form has a top panel as well.

Classes

TForm1 -

Functions

Types

Constants

TrialBitmapName

Variables

Form1


Functions


Types


Constants

TrialBitmapName = 'c:\program files\borland\delphi 2.0\images\splash\256color\chemical.bmp'

NB if you've not got a "standard" Delphi installation you may need to modify this path

Variables

Form1 : TForm1