mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-23 04:19:47 +02:00
Converter: asign popup menu handlers.
git-svn-id: trunk@26705 -
This commit is contained in:
parent
355e947a65
commit
1bcfb7129a
@ -82,13 +82,16 @@ object ReplaceFuncsForm: TReplaceFuncsForm
|
||||
Width = 5
|
||||
end
|
||||
object PopupMenu1: TPopupMenu
|
||||
OnPopup = PopupMenu1Popup
|
||||
left = 248
|
||||
top = 152
|
||||
object InsertRow1: TMenuItem
|
||||
Caption = 'Insert Row'
|
||||
OnClick = InsertRow1Click
|
||||
end
|
||||
object DeleteRow1: TMenuItem
|
||||
Caption = 'Delete Row'
|
||||
OnClick = DeleteRow1Click
|
||||
end
|
||||
end
|
||||
end
|
||||
|
Loading…
Reference in New Issue
Block a user