Unit ResSca16

Classes

TControlsProperty - RestoreFormState
TResScale -

Functions

Register -

Types

Constants

DefIniFileName
Max
Min
No
Norm
Yes

Variables

DefHeight
DefLeft
DefTop
DefWidth
FormState
MyControlList
RestoreFormState
TheOwner


Functions


procedure Register;


Types


Constants

DefIniFileName = 'MyApp'

Renamed from ResScale.pas 6/8/1998 Paul Rice to avoid conflict with Delphi 3 version. Saves/Restores control positions & dimensions at design/run time for different screen resolutions, as well as form windowstate. Freeware Use & Abuse Author: Edward de la Rey edwardr@mailbox.ru.ac.za USE AT OWN RISK For Delphi 1,3 Will work with Delphi 2 if the Delphi 3 Specific controls are replaced with Delphi 2 Controls See RESSCALE.txt for usage

Max = 1

Min = -1

No = 0

Norm = 0

Yes = 1

WindowStates

Variables

DefHeight : Integer

DefLeft : Integer

min,Norm,max

DefTop : Integer

DefWidth : Integer

FormState : Integer

Yes,No

MyControlList : TStringList

RestoreFormState : Integer

TheOwner : tComponent