mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-09-13 10:39:20 +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
|
KeyPreview = True
|
||||||
OnClose = ActionListEditorClose
|
OnClose = ActionListEditorClose
|
||||||
OnCreate = FormCreate
|
OnCreate = FormCreate
|
||||||
|
OnHide = FormHide
|
||||||
OnKeyDown = ActionListEditorKeyDown
|
OnKeyDown = ActionListEditorKeyDown
|
||||||
OnKeyPress = ActionListEditorKeyPress
|
OnKeyPress = ActionListEditorKeyPress
|
||||||
|
OnShow = FormShow
|
||||||
Position = poScreenCenter
|
Position = poScreenCenter
|
||||||
LCLVersion = '1.5'
|
LCLVersion = '1.7'
|
||||||
object PanelDescr: TPanel
|
object PanelDescr: TPanel
|
||||||
Left = 0
|
Left = 0
|
||||||
Height = 26
|
Height = 26
|
||||||
@ -65,10 +67,8 @@ object ActionListEditor: TActionListEditor
|
|||||||
OnKeyDown = lstActionNameKeyDown
|
OnKeyDown = lstActionNameKeyDown
|
||||||
OnMouseDown = lstActionNameMouseDown
|
OnMouseDown = lstActionNameMouseDown
|
||||||
PopupMenu = PopMenuActions
|
PopupMenu = PopMenuActions
|
||||||
ScrollWidth = 245
|
|
||||||
Style = lbOwnerDrawFixed
|
Style = lbOwnerDrawFixed
|
||||||
TabOrder = 1
|
TabOrder = 1
|
||||||
TopIndex = -1
|
|
||||||
end
|
end
|
||||||
object lstCategory: TListBox
|
object lstCategory: TListBox
|
||||||
Left = 0
|
Left = 0
|
||||||
@ -80,9 +80,7 @@ object ActionListEditor: TActionListEditor
|
|||||||
OnClick = lstCategoryClick
|
OnClick = lstCategoryClick
|
||||||
OnMouseDown = lstActionNameMouseDown
|
OnMouseDown = lstActionNameMouseDown
|
||||||
PopupMenu = PopMenuActions
|
PopupMenu = PopMenuActions
|
||||||
ScrollWidth = 150
|
|
||||||
TabOrder = 2
|
TabOrder = 2
|
||||||
TopIndex = -1
|
|
||||||
end
|
end
|
||||||
object ToolBar1: TToolBar
|
object ToolBar1: TToolBar
|
||||||
Left = 0
|
Left = 0
|
||||||
|
Loading…
Reference in New Issue
Block a user