mirror of
https://github.com/HeidiSQL/HeidiSQL.git
synced 2025-08-14 01:56:36 +08:00
33 lines
707 B
Plaintext
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
|