mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-09-12 18:39:27 +02:00
IdeIntf: Add FormShow and FormHide handlers also to ActionsEditor form file. Forgotten in r53095 #2ce7ea53c5.
git-svn-id: trunk@53103 -
This commit is contained in:
parent
ec91cfdc9a
commit
391999a15b
@ -11,10 +11,12 @@ object ActionListEditor: TActionListEditor
|
||||
KeyPreview = True
|
||||
OnClose = ActionListEditorClose
|
||||
OnCreate = FormCreate
|
||||
OnHide = FormHide
|
||||
OnKeyDown = ActionListEditorKeyDown
|
||||
OnKeyPress = ActionListEditorKeyPress
|
||||
OnShow = FormShow
|
||||
Position = poScreenCenter
|
||||
LCLVersion = '1.5'
|
||||
LCLVersion = '1.7'
|
||||
object PanelDescr: TPanel
|
||||
Left = 0
|
||||
Height = 26
|
||||
@ -65,10 +67,8 @@ object ActionListEditor: TActionListEditor
|
||||
OnKeyDown = lstActionNameKeyDown
|
||||
OnMouseDown = lstActionNameMouseDown
|
||||
PopupMenu = PopMenuActions
|
||||
ScrollWidth = 245
|
||||
Style = lbOwnerDrawFixed
|
||||
TabOrder = 1
|
||||
TopIndex = -1
|
||||
end
|
||||
object lstCategory: TListBox
|
||||
Left = 0
|
||||
@ -80,9 +80,7 @@ object ActionListEditor: TActionListEditor
|
||||
OnClick = lstCategoryClick
|
||||
OnMouseDown = lstActionNameMouseDown
|
||||
PopupMenu = PopMenuActions
|
||||
ScrollWidth = 150
|
||||
TabOrder = 2
|
||||
TopIndex = -1
|
||||
end
|
||||
object ToolBar1: TToolBar
|
||||
Left = 0
|
||||
|
Loading…
Reference in New Issue
Block a user