-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathFTrack.dfm
More file actions
103 lines (103 loc) · 2.36 KB
/
FTrack.dfm
File metadata and controls
103 lines (103 loc) · 2.36 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
object Track: TTrack
Left = 614
Top = 209
Hint = 'Track'
Caption = ' Dive Track'
ClientHeight = 235
ClientWidth = 235
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'Tahoma'
Font.Style = []
FormStyle = fsMDIChild
OldCreateOrder = False
Position = poDefault
Visible = True
OnClose = FormClose
OnCreate = FormCreate
OnResize = FormResize
PixelsPerInch = 96
TextHeight = 13
object TrackStatus: TStatusBar
Left = 0
Top = 216
Width = 235
Height = 19
Panels = <
item
Alignment = taCenter
Text = '143 '#176
Width = 46
end
item
Alignment = taCenter
Text = '123.4 m'
Width = 60
end
item
Text = ' Status'
Width = 200
end>
end
object TrackPanel: TPanel
Left = 8
Top = 8
Width = 217
Height = 201
TabOrder = 1
object TrackChart: TPolarChart
Left = 8
Top = 8
Width = 193
Height = 177
AllocSize = 1000
AutoRedraw = True
AutoCenter = True
CenterX = 96
CenterY = 88
ClassDefault = 0
GridStyleAngular = gsAngDots
GridStyleRadial = gsRadBothDots
LabelModeAngular = almDegrees
LabelModeRadial = rlmVertCenter
CrossHair1.Color = clBlack
CrossHair1.LineType = psSolid
CrossHair1.LineWid = 1
CrossHair1.Mode = chOff
CrossHair2.Color = clBlack
CrossHair2.LineType = psSolid
CrossHair2.LineWid = 1
CrossHair2.Mode = chOff
CrossHair3.Color = clBlack
CrossHair3.LineType = psSolid
CrossHair3.LineWid = 1
CrossHair3.Mode = chOff
CrossHair4.Color = clBlack
CrossHair4.LineType = psSolid
CrossHair4.LineWid = 1
CrossHair4.Mode = chOff
RangeHigh = 1.000000000000000000
AngleBtwRays = 30.000000000000000000
MagFactor = 1.000000000000000000
MouseAction = maNone
RotationDir = rdClockwise
ShadowStyle = ssFlying
ShadowColor = clGrayText
ShadowBakColor = clBtnFace
TextFontStyle = []
TextBkStyle = tbClear
TextBkColor = clWhite
TextAlignment = taCenter
UseDegrees = True
OnMouseMoveInChart = TrackChartMouseMoveInChart
end
end
object TrackLoop: TTimer
Enabled = False
Interval = 500
Left = 176
Top = 24
end
end