-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathfrmJSONDump.dfm
45 lines (45 loc) · 939 Bytes
/
frmJSONDump.dfm
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
36
37
38
39
40
41
42
43
44
45
object fmJSONDump: TfmJSONDump
Left = 0
Top = 0
ClientHeight = 468
ClientWidth = 554
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'Tahoma'
Font.Style = []
OldCreateOrder = False
OnCreate = FormCreate
PixelsPerInch = 96
TextHeight = 13
object memMsg: TMemo
Left = 0
Top = 0
Width = 554
Height = 468
Margins.Left = 5
Margins.Top = 5
Margins.Right = 5
Margins.Bottom = 5
TabStop = False
Align = alClient
BorderStyle = bsNone
Color = 16316664
Font.Charset = ANSI_CHARSET
Font.Color = clWindowText
Font.Height = -15
Font.Name = 'Courier New'
Font.Style = []
Lines.Strings = (
'memMsg')
ParentFont = False
ReadOnly = True
ScrollBars = ssBoth
TabOrder = 0
ExplicitLeft = -1130
ExplicitTop = 80
ExplicitWidth = 1684
ExplicitHeight = 388
end
end