some interface bugs fixed,
added option to choose between zoom & scale when zooming in MainForm
This commit is contained in:
@ -21,7 +21,9 @@ object MainForm: TMainForm
|
||||
OnCreate = FormCreate
|
||||
OnDestroy = FormDestroy
|
||||
OnDeactivate = FormDeactivate
|
||||
OnKeyDown = FormKeyUpDown
|
||||
OnKeyPress = FormKeyPress
|
||||
OnKeyUp = FormKeyUpDown
|
||||
OnShow = FormShow
|
||||
PixelsPerInch = 96
|
||||
TextHeight = 13
|
||||
|
Reference in New Issue
Block a user