-
-
Notifications
You must be signed in to change notification settings - Fork 40
/
crosshairunit.lfm
64 lines (64 loc) · 1.26 KB
/
crosshairunit.lfm
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
object crosshairsizeForm: TcrosshairsizeForm
Left = 714
Height = 73
Top = 384
Width = 247
BorderStyle = bsDialog
Caption = 'Cross Hair Size'
ClientHeight = 73
ClientWidth = 247
Color = 3684408
Font.Quality = fqAntialiased
OnCreate = FormCreate
LCLVersion = '2.0.6.0'
object crosssizemaxLabel: TLabel
Left = 220
Height = 9
Top = 48
Width = 16
Caption = '100'
Font.Height = -9
Font.Name = 'Cantarell'
Font.Quality = fqAntialiased
ParentColor = False
ParentFont = False
end
object crosssizeLabel: TLabel
Left = 104
Height = 12
Top = 44
Width = 25
Caption = 'Size'
Font.Height = -11
Font.Name = 'Sans'
Font.Quality = fqAntialiased
Font.Style = [fsBold]
ParentColor = False
ParentFont = False
end
object crosssizeminLabel: TLabel
Left = 8
Height = 9
Top = 48
Width = 10
Caption = '10'
Font.Height = -9
Font.Name = 'Cantarell'
Font.Quality = fqAntialiased
ParentColor = False
ParentFont = False
end
object crosshairTrackBar: TTrackBar
Left = 8
Height = 38
Top = 8
Width = 228
Frequency = 20
Max = 100
Position = 20
TickMarks = tmBoth
Color = clInfoBk
ParentColor = False
TabOrder = 0
end
end