This repository was archived by the owner on Jan 23, 2026. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathUnit9.dfm
More file actions
87 lines (87 loc) · 1.85 KB
/
Unit9.dfm
File metadata and controls
87 lines (87 loc) · 1.85 KB
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
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
object StatForm: TStatForm
Left = 309
Top = 302
BorderStyle = bsToolWindow
Caption = 'Statistics'
ClientHeight = 243
ClientWidth = 464
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
KeyPreview = True
OldCreateOrder = False
Position = poMainFormCenter
OnDeactivate = FormDeactivate
OnKeyDown = FormKeyDown
OnShow = FormShow
PixelsPerInch = 96
TextHeight = 13
object Label1: TLabel
Left = 128
Top = 8
Width = 329
Height = 20
Alignment = taCenter
AutoSize = False
Caption = 'Best Times'
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -16
Font.Name = 'MS Sans Serif'
Font.Style = [fsBold]
ParentFont = False
end
object Memo1: TMemo
Left = 0
Top = 0
Width = 121
Height = 243
Align = alLeft
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'Courier New'
Font.Style = []
ParentFont = False
ReadOnly = True
TabOrder = 0
end
object BitBtn1: TBitBtn
Left = 254
Top = 216
Width = 75
Height = 25
TabOrder = 2
Kind = bkOK
end
object StringGrid1: TStringGrid
Left = 128
Top = 32
Width = 331
Height = 179
Color = clBtnFace
ColCount = 2
DefaultRowHeight = 15
FixedCols = 0
RowCount = 11
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'Terminal'
Font.Style = []
Options = [goFixedVertLine, goFixedHorzLine, goVertLine, goHorzLine, goRangeSelect, goRowSizing]
ParentFont = False
ParentShowHint = False
ScrollBars = ssNone
ShowHint = False
TabOrder = 1
OnKeyDown = StringGrid1KeyDown
ColWidths = (
123
202)
end
end