-
Notifications
You must be signed in to change notification settings - Fork 4
/
aboutunit.frm
105 lines (105 loc) · 2.38 KB
/
aboutunit.frm
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
object AboutForm: TAboutForm
AnchorSideRight.Side = asrBottom
Left = 303
Height = 209
Top = 30
Width = 402
AutoSize = True
BorderIcons = []
BorderStyle = bsSingle
Caption = 'About Gitea Panel'
ClientHeight = 209
ClientWidth = 402
OnClose = FormClose
OnShow = FormShow
Position = poDesktopCenter
LCLVersion = '7.2'
object Image1: TImage
AnchorSideLeft.Side = asrBottom
Left = 16
Height = 144
Top = 16
Width = 144
BorderSpacing.Left = 16
BorderSpacing.Top = 16
Stretch = True
end
object Label1: TLabel
AnchorSideLeft.Control = Image1
AnchorSideLeft.Side = asrBottom
Left = 180
Height = 1
Top = 40
Width = 1
Alignment = taRightJustify
BorderSpacing.Left = 20
BorderSpacing.Top = 40
ParentColor = False
end
object Label2: TLabel
AnchorSideLeft.Control = Label1
AnchorSideLeft.Side = asrBottom
Left = 186
Height = 1
Top = 40
Width = 1
BorderSpacing.Left = 5
BorderSpacing.Top = 40
BorderSpacing.Right = 16
ParentColor = False
end
object Label3: TLabel
AnchorSideLeft.Control = Image1
AnchorSideLeft.Side = asrBottom
AnchorSideRight.Control = Label1
AnchorSideRight.Side = asrBottom
Left = 180
Height = 1
Top = 16
Width = 1
Alignment = taRightJustify
Anchors = [akTop, akLeft, akRight]
BorderSpacing.Left = 20
Font.Height = -16
Font.Name = 'TakaoPGothic'
Font.Style = [fsBold]
ParentColor = False
ParentFont = False
end
object Label4: TLabel
AnchorSideLeft.Control = Label3
AnchorSideLeft.Side = asrBottom
AnchorSideRight.Control = Label2
AnchorSideRight.Side = asrBottom
Left = 186
Height = 1
Top = 16
Width = 1
Anchors = [akTop, akLeft, akRight]
BorderSpacing.Left = 5
Font.Height = -16
Font.Name = 'TakaoPGothic'
Font.Style = [fsBold]
ParentColor = False
ParentFont = False
end
object Label5: TLabel
AnchorSideLeft.Control = Owner
AnchorSideLeft.Side = asrCenter
Cursor = crHandPoint
Left = 109
Height = 19
Top = 176
Width = 185
BorderSpacing.Bottom = 16
Caption = 'Homepage in GitHub'
Font.Height = -16
Font.Name = 'TakaoPGothic'
Font.Style = [fsBold]
ParentColor = False
ParentFont = False
OnClick = Label5Click
OnMouseEnter = Label5MouseEnter
OnMouseLeave = Label5MouseLeave
end
end