Files
HeidiSQL/source/memoeditor.dfm
Ansgar Becker 81609c83cb Enable shortcuts in memo editor:
- Escape for cancel editing
- Ctrl + Enter for apply text and end editing
2008-08-09 19:47:13 +00:00

33 lines
707 B
Plaintext

object frmMemoEditor: TfrmMemoEditor
Left = 0
Top = 0
Caption = 'frmMemoEditor'
ClientHeight = 155
ClientWidth = 264
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'Tahoma'
Font.Style = []
OldCreateOrder = False
OnDestroy = FormDestroy
OnShow = FormShow
PixelsPerInch = 96
TextHeight = 13
object memoText: TTntMemo
Left = 0
Top = 0
Width = 264
Height = 137
Align = alTop
Anchors = [akLeft, akTop, akRight, akBottom]
Lines.Strings = (
'memoText')
ScrollBars = ssBoth
TabOrder = 0
WantTabs = True
OnKeyDown = memoTextKeyDown
end
end