-
Notifications
You must be signed in to change notification settings - Fork 281
/
addtracker.lfm
64 lines (64 loc) · 1.41 KB
/
addtracker.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
inherited AddTrackerForm: TAddTrackerForm
Left = 411
Height = 93
Top = 283
Width = 533
AutoSize = True
BorderIcons = [biSystemMenu]
BorderStyle = bsDialog
Caption = 'Add tracker'
ClientHeight = 93
ClientWidth = 533
OnCreate = FormCreate
Position = poMainFormCenter
object Buttons: TButtonPanel[0]
Left = 8
Height = 26
Top = 59
Width = 517
BorderSpacing.Left = 8
BorderSpacing.Right = 8
BorderSpacing.Bottom = 8
BorderSpacing.Around = 0
OKButton.Name = 'OKButton'
OKButton.DefaultCaption = True
HelpButton.Name = 'HelpButton'
HelpButton.DefaultCaption = True
CloseButton.Name = 'CloseButton'
CloseButton.DefaultCaption = True
CancelButton.Name = 'CancelButton'
CancelButton.DefaultCaption = True
TabOrder = 1
Spacing = 8
ShowButtons = [pbOK, pbCancel]
ShowBevel = False
end
object Panel1: TPanel[1]
Left = 8
Height = 43
Top = 8
Width = 517
Align = alClient
BorderSpacing.Around = 8
BevelOuter = bvNone
ClientHeight = 43
ClientWidth = 517
TabOrder = 0
object txTrackerURL: TLabel
Left = 0
Height = 14
Top = 0
Width = 113
Caption = 'Tracker announce URL:'
ParentColor = False
end
object edTracker: TEdit
Left = 0
Height = 21
Top = 20
Width = 516
Anchors = [akTop, akLeft, akRight]
TabOrder = 0
end
end
end