-
Notifications
You must be signed in to change notification settings - Fork 25
/
about.lfm
executable file
·55 lines (55 loc) · 1.17 KB
/
about.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
object AboutForm: TAboutForm
Tag = 321
Left = 498
Height = 174
Top = 503
Width = 727
AutoSize = True
BorderIcons = [biSystemMenu]
BorderStyle = bsDialog
BorderWidth = 4
Caption = 'About...'
ClientHeight = 174
ClientWidth = 727
Constraints.MinHeight = 120
Constraints.MinWidth = 600
OnCreate = FormCreate
Position = poScreenCenter
LCLVersion = '2.3.0.0'
object Label1: TLabel
AnchorSideLeft.Control = Owner
AnchorSideTop.Control = Owner
Left = 8
Height = 43
Top = 8
Width = 128
BorderSpacing.Left = 4
BorderSpacing.Top = 4
Caption = 'MRIcron'
Font.Height = -36
ParentFont = False
end
object HomepageLabel: TLabel
AnchorSideTop.Control = Label1
AnchorSideTop.Side = asrBottom
Left = 5
Height = 16
Top = 55
Width = 44
BorderSpacing.Left = 4
BorderSpacing.Top = 4
Caption = 'version'
OnClick = HomePageClick
end
object ThreadLabel: TLabel
AnchorSideLeft.Control = HomepageLabel
AnchorSideTop.Control = HomepageLabel
AnchorSideTop.Side = asrBottom
Left = 5
Height = 16
Top = 75
Width = 53
BorderSpacing.Top = 4
Caption = ' Threads'
end
end