-
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathTextEditForm.dfm
More file actions
34 lines (34 loc) · 709 Bytes
/
Copy pathTextEditForm.dfm
File metadata and controls
34 lines (34 loc) · 709 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
object fTextEditForm: TfTextEditForm
Left = 314
Top = 164
Width = 870
Height = 500
BorderStyle = bsSizeToolWin
Caption = 'Text edit'
Color = clBtnFace
Constraints.MinHeight = 256
Constraints.MinWidth = 512
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'Tahoma'
Font.Style = []
OldCreateOrder = False
Position = poOwnerFormCenter
DesignSize = (
862
466)
PixelsPerInch = 96
TextHeight = 13
object meText: TMemo
Left = 8
Top = 8
Width = 849
Height = 449
Anchors = [akLeft, akTop, akRight, akBottom]
ScrollBars = ssBoth
TabOrder = 0
WordWrap = False
OnKeyPress = meTextKeyPress
end
end