Added a few edit functions to the notes richedit

This commit is contained in:
Christian Hammacher
2006-02-17 20:25:25 +00:00
parent dc97e18955
commit 4369023394
5 changed files with 28 additions and 8 deletions

View File

@ -4402,7 +4402,9 @@ object frmMain: TfrmMain
Width = 199
Height = 427
Align = alClient
ScrollBars = ssVertical
TabOrder = 1
WantTabs = True
OnKeyDown = rtfNotesKeyDown
OnMouseDown = rtfNotesMouseDown
end