mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-11-06 00:59:24 +01:00
Opkman: Shortcut keys for different commands(form).
git-svn-id: trunk@58715 -
This commit is contained in:
parent
238230207e
commit
f1f9b9f521
@ -11,10 +11,10 @@ object MainFrm: TMainFrm
|
|||||||
KeyPreview = True
|
KeyPreview = True
|
||||||
OnCreate = FormCreate
|
OnCreate = FormCreate
|
||||||
OnDestroy = FormDestroy
|
OnDestroy = FormDestroy
|
||||||
|
OnKeyDown = FormKeyDown
|
||||||
OnKeyPress = FormKeyPress
|
OnKeyPress = FormKeyPress
|
||||||
OnShow = FormShow
|
OnShow = FormShow
|
||||||
Position = poScreenCenter
|
Position = poScreenCenter
|
||||||
LCLVersion = '1.9.0.0'
|
|
||||||
object pnMain: TPanel
|
object pnMain: TPanel
|
||||||
Left = 0
|
Left = 0
|
||||||
Height = 580
|
Height = 580
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user