FIX: Verify checksum - assign OnCreate event (fixes #1894)

(cherry picked from commit 3e09c8c56b)
This commit is contained in:
Alexander Koblov 2026-01-07 13:41:59 +03:00
commit 187d1473a2

View file

@ -10,6 +10,7 @@ object frmCheckSumVerify: TfrmCheckSumVerify
Constraints.MinWidth = 300
KeyPreview = True
OnClose = FormClose
OnCreate = FormCreate
OnKeyDown = FormKeyDown
Position = poScreenCenter
ShowInTaskBar = stAlways