-
Notifications
You must be signed in to change notification settings - Fork 12
Expand file tree
/
Copy pathStringInfo.dfm
More file actions
35 lines (35 loc) · 793 Bytes
/
StringInfo.dfm
File metadata and controls
35 lines (35 loc) · 793 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
35
object FStringInfo_11011981: TFStringInfo_11011981
Left = 270
Top = 390
Width = 853
Height = 190
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -13
Font.Name = 'MS Sans Serif'
Font.Style = []
KeyPreview = True
OldCreateOrder = False
Position = poScreenCenter
OnCreate = FormCreate
OnKeyDown = FormKeyDown
PixelsPerInch = 120
TextHeight = 16
object memStringInfo: TMemo
Left = 0
Top = 0
Width = 845
Height = 150
Align = alClient
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -15
Font.Name = 'Fixedsys'
Font.Style = []
ParentFont = False
ReadOnly = True
ScrollBars = ssVertical
TabOrder = 0
end
end