-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathfrmDistStroke.dfm
More file actions
170 lines (170 loc) · 3.87 KB
/
frmDistStroke.dfm
File metadata and controls
170 lines (170 loc) · 3.87 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
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
object DistStroke: TDistStroke
Left = 0
Top = 0
Caption = 'DistStroke'
ClientHeight = 678
ClientWidth = 1134
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -16
Font.Name = 'Segoe UI'
Font.Style = []
OldCreateOrder = False
PixelsPerInch = 96
TextHeight = 21
object DistStroke: TPanel
Left = 0
Top = 0
Width = 1134
Height = 678
Align = alClient
Caption = 'DistStroke'
TabOrder = 0
object ChartDistStroke: TDBChart
Left = 1
Top = 1
Width = 1132
Height = 595
SubTitle.Font.Color = clBlack
SubTitle.Font.Height = -13
SubTitle.Font.Name = 'Segoe UI'
Title.Font.Color = clBlack
Title.Font.Height = -24
Title.Font.Name = 'Segoe UI'
Title.Text.Strings = (
'TDBChart')
BottomAxis.DateTimeFormat = 'dd/MM/yy'
BottomAxis.LabelsOnAxis = False
BottomAxis.LabelStyle = talPointValue
BottomAxis.Title.Caption = 'Session Date'
BottomAxis.Title.Font.Height = -13
BottomAxis.Title.Font.Name = 'Segoe UI'
LeftAxis.Increment = 1.000000000000000000
LeftAxis.MaximumRound = True
LeftAxis.MinimumRound = True
View3D = False
View3DWalls = False
Align = alClient
Color = clWhite
TabOrder = 0
DefaultCanvas = 'TGDIPlusCanvas'
PrintMargins = (
15
19
15
19)
ColorPaletteIndex = 6
object LineSeries1: TLineSeries
Legend.Visible = False
Marks.Visible = True
Marks.AutoPosition = False
SeriesColor = clBlack
ShowInLegend = False
XLabelsSource = 'RaceTimeAsString'
Brush.BackColor = clDefault
DrawStyle = dsCurve
OutLine.Color = clDefault
OutLine.Visible = True
Pointer.InflateMargins = True
Pointer.Style = psHexagon
Pointer.Visible = True
XValues.Name = 'X'
XValues.Order = loAscending
XValues.ValueSource = 'ChartX'
YValues.Name = 'Y'
YValues.Order = loNone
YValues.ValueSource = 'Seconds'
end
end
object Panel8: TPanel
Left = 1
Top = 596
Width = 1132
Height = 81
Align = alBottom
Caption = 'Panel8'
TabOrder = 1
object Button5: TButton
Left = 20
Top = 6
Width = 95
Height = 29
Caption = 'FreeStyle'
TabOrder = 0
end
object Button6: TButton
Left = 120
Top = 6
Width = 95
Height = 29
Caption = 'BreastStroke'
TabOrder = 1
end
object Button7: TButton
Left = 221
Top = 6
Width = 95
Height = 29
Caption = 'BackStroke'
TabOrder = 2
end
object Button8: TButton
Left = 321
Top = 6
Width = 95
Height = 29
Caption = 'ButterFly'
TabOrder = 3
end
object Button9: TButton
Left = 422
Top = 6
Width = 95
Height = 29
Caption = 'Medley'
TabOrder = 4
end
object Button10: TButton
Left = 20
Top = 41
Width = 95
Height = 29
Caption = '25m'
TabOrder = 5
end
object Button11: TButton
Left = 120
Top = 41
Width = 95
Height = 29
Caption = '50m'
TabOrder = 6
end
object Button12: TButton
Left = 221
Top = 41
Width = 95
Height = 29
Caption = '100m'
TabOrder = 7
end
object Button13: TButton
Left = 321
Top = 41
Width = 95
Height = 29
Caption = '200m'
TabOrder = 8
end
object Button14: TButton
Left = 422
Top = 41
Width = 95
Height = 29
Caption = 'S-POINTS'
TabOrder = 9
end
end
end
end