2008-02-03 12:05:55 +00:00
|
|
|
object frmAbout: TfrmAbout
|
2017-05-21 21:30:07 +00:00
|
|
|
Left = 368
|
2022-09-17 23:00:41 +00:00
|
|
|
Height = 379
|
2017-05-21 21:30:07 +00:00
|
|
|
Top = 312
|
2022-09-17 23:00:41 +00:00
|
|
|
Width = 488
|
2008-02-03 12:05:55 +00:00
|
|
|
HorzScrollBar.Page = 470
|
|
|
|
VertScrollBar.Page = 311
|
2016-08-06 22:18:53 +00:00
|
|
|
AutoSize = True
|
2008-02-03 12:05:55 +00:00
|
|
|
BorderStyle = bsDialog
|
|
|
|
Caption = 'About Visual PlanIt'
|
2022-09-17 23:00:41 +00:00
|
|
|
ClientHeight = 379
|
|
|
|
ClientWidth = 488
|
2008-02-03 12:05:55 +00:00
|
|
|
OnActivate = FormActivate
|
2022-09-17 23:00:41 +00:00
|
|
|
OnCreate = FormCreate
|
|
|
|
OnDestroy = FormDestroy
|
2008-02-03 12:05:55 +00:00
|
|
|
Position = poScreenCenter
|
2022-09-21 18:07:10 +00:00
|
|
|
LCLVersion = '2.3.0.0'
|
2016-08-06 22:18:53 +00:00
|
|
|
object ButtonPanel: TPanel
|
2017-05-21 21:30:07 +00:00
|
|
|
AnchorSideTop.Control = Panel1
|
|
|
|
AnchorSideTop.Side = asrBottom
|
2016-08-06 22:18:53 +00:00
|
|
|
Left = 0
|
2022-09-01 09:42:04 +00:00
|
|
|
Height = 53
|
2022-09-17 23:00:41 +00:00
|
|
|
Top = 326
|
|
|
|
Width = 488
|
2017-05-21 21:30:07 +00:00
|
|
|
Anchors = [akTop, akLeft, akRight]
|
|
|
|
AutoSize = True
|
2016-08-06 22:18:53 +00:00
|
|
|
BorderSpacing.Top = 8
|
2016-08-03 16:35:20 +00:00
|
|
|
BevelOuter = bvNone
|
2022-09-01 09:42:04 +00:00
|
|
|
ClientHeight = 53
|
2022-09-17 23:00:41 +00:00
|
|
|
ClientWidth = 488
|
2016-08-06 22:18:53 +00:00
|
|
|
TabOrder = 0
|
|
|
|
object Bevel3: TBevel
|
|
|
|
Left = 4
|
|
|
|
Height = 8
|
2016-08-03 16:35:20 +00:00
|
|
|
Top = 0
|
2022-09-17 23:00:41 +00:00
|
|
|
Width = 480
|
2016-08-03 16:35:20 +00:00
|
|
|
Align = alTop
|
2016-08-06 22:18:53 +00:00
|
|
|
BorderSpacing.Left = 4
|
|
|
|
BorderSpacing.Right = 4
|
2017-05-21 21:30:07 +00:00
|
|
|
BorderSpacing.Bottom = 7
|
|
|
|
Shape = bsBottomLine
|
2016-08-03 16:35:20 +00:00
|
|
|
end
|
2016-08-06 22:18:53 +00:00
|
|
|
object OKButton: TButton
|
2017-05-21 21:30:07 +00:00
|
|
|
AnchorSideTop.Control = CopyrightLabel
|
2016-08-06 22:18:53 +00:00
|
|
|
AnchorSideTop.Side = asrCenter
|
2017-05-21 21:30:07 +00:00
|
|
|
AnchorSideRight.Control = ButtonPanel
|
|
|
|
AnchorSideRight.Side = asrBottom
|
2022-09-17 23:00:41 +00:00
|
|
|
Left = 434
|
2022-09-01 09:42:04 +00:00
|
|
|
Height = 29
|
|
|
|
Top = 16
|
|
|
|
Width = 46
|
2016-08-06 22:18:53 +00:00
|
|
|
Anchors = [akTop, akRight]
|
2017-05-21 21:30:07 +00:00
|
|
|
AutoSize = True
|
2022-09-01 09:42:04 +00:00
|
|
|
BorderSpacing.Around = 8
|
|
|
|
BorderSpacing.InnerBorder = 2
|
2016-08-06 22:18:53 +00:00
|
|
|
Cancel = True
|
|
|
|
Caption = 'OK'
|
|
|
|
Default = True
|
|
|
|
ModalResult = 1
|
|
|
|
TabOrder = 0
|
2016-08-03 16:35:20 +00:00
|
|
|
end
|
2016-08-06 22:18:53 +00:00
|
|
|
object CopyrightLabel: TLabel
|
2017-05-21 21:30:07 +00:00
|
|
|
AnchorSideLeft.Control = ButtonPanel
|
|
|
|
AnchorSideTop.Control = Bevel3
|
|
|
|
AnchorSideTop.Side = asrBottom
|
|
|
|
Left = 4
|
2016-08-03 16:35:20 +00:00
|
|
|
Height = 30
|
2017-05-21 21:30:07 +00:00
|
|
|
Top = 15
|
2022-09-17 23:00:41 +00:00
|
|
|
Width = 393
|
2016-08-06 22:18:53 +00:00
|
|
|
Anchors = [akTop, akLeft, akRight]
|
2017-05-21 21:30:07 +00:00
|
|
|
BorderSpacing.Left = 4
|
|
|
|
BorderSpacing.Top = 4
|
|
|
|
BorderSpacing.Bottom = 8
|
2016-08-06 22:18:53 +00:00
|
|
|
Caption = '(C) Copyright 2001, TurboPower Software Company.'#13#10'All rights reserved.'
|
2022-09-01 09:42:04 +00:00
|
|
|
Color = clDefault
|
2016-08-03 16:35:20 +00:00
|
|
|
ParentColor = False
|
|
|
|
WordWrap = True
|
|
|
|
end
|
2016-08-06 22:18:53 +00:00
|
|
|
end
|
|
|
|
object Panel1: TPanel
|
|
|
|
Left = 0
|
2022-09-17 23:00:41 +00:00
|
|
|
Height = 318
|
2016-08-06 22:18:53 +00:00
|
|
|
Top = 0
|
2022-09-17 23:00:41 +00:00
|
|
|
Width = 488
|
2016-08-06 22:18:53 +00:00
|
|
|
AutoSize = True
|
|
|
|
BevelOuter = bvNone
|
2022-09-17 23:00:41 +00:00
|
|
|
ClientHeight = 318
|
|
|
|
ClientWidth = 488
|
2016-08-06 22:18:53 +00:00
|
|
|
TabOrder = 1
|
|
|
|
object ImagePanel: TPanel
|
2022-09-17 23:00:41 +00:00
|
|
|
Left = 8
|
|
|
|
Height = 310
|
2017-05-21 21:30:07 +00:00
|
|
|
Top = 8
|
2022-09-17 23:00:41 +00:00
|
|
|
Width = 90
|
2016-08-06 22:18:53 +00:00
|
|
|
Align = alLeft
|
2022-09-17 23:00:41 +00:00
|
|
|
AutoSize = True
|
|
|
|
BorderSpacing.Left = 8
|
|
|
|
BorderSpacing.Top = 8
|
2016-08-06 22:18:53 +00:00
|
|
|
BevelOuter = bvNone
|
2022-09-17 23:00:41 +00:00
|
|
|
ClientHeight = 310
|
|
|
|
ClientWidth = 90
|
2016-08-03 16:35:20 +00:00
|
|
|
TabOrder = 0
|
2016-08-06 22:18:53 +00:00
|
|
|
object Image1: TImage
|
|
|
|
Left = 0
|
2022-09-17 23:00:41 +00:00
|
|
|
Height = 310
|
2016-08-06 22:18:53 +00:00
|
|
|
Top = 0
|
2022-09-17 23:00:41 +00:00
|
|
|
Width = 90
|
2016-08-06 22:18:53 +00:00
|
|
|
Align = alClient
|
2022-09-17 23:00:41 +00:00
|
|
|
AutoSize = True
|
2016-08-06 22:18:53 +00:00
|
|
|
end
|
|
|
|
end
|
|
|
|
object TextPanel: TPanel
|
2022-09-17 23:00:41 +00:00
|
|
|
Left = 106
|
|
|
|
Height = 310
|
2016-08-06 22:18:53 +00:00
|
|
|
Top = 8
|
2022-09-17 23:00:41 +00:00
|
|
|
Width = 382
|
2016-08-06 22:18:53 +00:00
|
|
|
Align = alClient
|
2017-05-21 21:30:07 +00:00
|
|
|
AutoSize = True
|
2016-08-06 22:18:53 +00:00
|
|
|
BorderSpacing.Left = 8
|
|
|
|
BorderSpacing.Top = 8
|
|
|
|
BevelOuter = bvNone
|
2022-09-17 23:00:41 +00:00
|
|
|
ClientHeight = 310
|
|
|
|
ClientWidth = 382
|
2016-08-06 22:18:53 +00:00
|
|
|
TabOrder = 1
|
|
|
|
object ProgramName: TLabel
|
2017-05-21 21:30:07 +00:00
|
|
|
AnchorSideLeft.Control = TextPanel
|
|
|
|
AnchorSideTop.Control = TextPanel
|
2016-08-06 22:18:53 +00:00
|
|
|
Left = 0
|
2022-09-01 09:42:04 +00:00
|
|
|
Height = 17
|
2016-08-06 22:18:53 +00:00
|
|
|
Top = 0
|
2022-09-01 09:42:04 +00:00
|
|
|
Width = 78
|
2017-05-21 21:30:07 +00:00
|
|
|
BorderSpacing.Right = 8
|
2016-08-06 22:18:53 +00:00
|
|
|
Caption = 'Visual PlanIt'
|
2022-09-01 09:42:04 +00:00
|
|
|
Color = clDefault
|
2016-08-06 22:18:53 +00:00
|
|
|
Font.Height = -13
|
|
|
|
Font.Name = 'Default'
|
|
|
|
Font.Style = [fsBold]
|
2016-08-03 16:35:20 +00:00
|
|
|
ParentColor = False
|
|
|
|
ParentFont = False
|
|
|
|
end
|
2016-08-06 22:18:53 +00:00
|
|
|
object Label1: TLabel
|
2017-05-21 21:30:07 +00:00
|
|
|
AnchorSideLeft.Control = TextPanel
|
|
|
|
AnchorSideTop.Control = ProgramName
|
|
|
|
AnchorSideTop.Side = asrBottom
|
|
|
|
AnchorSideRight.Control = lblLazPortLink
|
|
|
|
AnchorSideRight.Side = asrBottom
|
2016-08-06 22:18:53 +00:00
|
|
|
Left = 0
|
|
|
|
Height = 30
|
2022-09-01 09:42:04 +00:00
|
|
|
Top = 29
|
2022-09-17 23:00:41 +00:00
|
|
|
Width = 374
|
2017-05-21 21:30:07 +00:00
|
|
|
BorderSpacing.Top = 12
|
2022-09-17 23:00:41 +00:00
|
|
|
BorderSpacing.Right = 8
|
|
|
|
Caption = 'Visual PlanIt was released under the Mozilla 1.1 license in January, 2003.'#13#10'The project is hosted on SourceForge at'
|
2022-09-01 09:42:04 +00:00
|
|
|
Color = clDefault
|
2016-08-03 16:35:20 +00:00
|
|
|
ParentColor = False
|
2016-08-06 22:18:53 +00:00
|
|
|
WordWrap = True
|
2016-08-03 16:35:20 +00:00
|
|
|
end
|
2016-08-06 22:18:53 +00:00
|
|
|
object lblTurboLink: TLabel
|
2017-05-21 21:30:07 +00:00
|
|
|
AnchorSideLeft.Control = TextPanel
|
|
|
|
AnchorSideTop.Control = Label1
|
|
|
|
AnchorSideTop.Side = asrBottom
|
2016-08-03 16:35:20 +00:00
|
|
|
Cursor = crHandPoint
|
2017-05-21 21:30:07 +00:00
|
|
|
Left = 12
|
2016-08-03 16:35:20 +00:00
|
|
|
Height = 15
|
2022-09-01 09:42:04 +00:00
|
|
|
Top = 59
|
2022-09-17 23:00:41 +00:00
|
|
|
Width = 66
|
2017-05-21 21:30:07 +00:00
|
|
|
BorderSpacing.Left = 12
|
|
|
|
BorderSpacing.Right = 8
|
2022-09-17 23:00:41 +00:00
|
|
|
Caption = 'lblTurboLink'
|
2022-09-01 09:42:04 +00:00
|
|
|
Color = clDefault
|
2016-08-03 16:35:20 +00:00
|
|
|
Font.Color = clBlue
|
|
|
|
ParentColor = False
|
|
|
|
ParentFont = False
|
|
|
|
OnClick = lblLinkClick
|
|
|
|
OnMouseEnter = lblLinkMouseEnter
|
|
|
|
OnMouseLeave = lblLinkMouseLeave
|
|
|
|
end
|
2016-08-06 22:18:53 +00:00
|
|
|
object Label4: TLabel
|
2017-05-21 21:30:07 +00:00
|
|
|
AnchorSideLeft.Control = TextPanel
|
|
|
|
AnchorSideTop.Control = lblTurboLink
|
|
|
|
AnchorSideTop.Side = asrBottom
|
2016-08-06 22:18:53 +00:00
|
|
|
Left = 0
|
2016-08-03 16:35:20 +00:00
|
|
|
Height = 15
|
2022-09-01 09:42:04 +00:00
|
|
|
Top = 86
|
|
|
|
Width = 149
|
2017-05-21 21:30:07 +00:00
|
|
|
BorderSpacing.Top = 12
|
|
|
|
BorderSpacing.Right = 8
|
2016-08-06 22:18:53 +00:00
|
|
|
Caption = 'The Lazarus port is hosted at'
|
2022-09-01 09:42:04 +00:00
|
|
|
Color = clDefault
|
2016-08-03 16:35:20 +00:00
|
|
|
ParentColor = False
|
2016-08-06 22:18:53 +00:00
|
|
|
WordWrap = True
|
2016-08-03 16:35:20 +00:00
|
|
|
end
|
2016-08-06 22:18:53 +00:00
|
|
|
object lblLazPortLink: TLabel
|
2017-05-21 21:30:07 +00:00
|
|
|
AnchorSideLeft.Control = TextPanel
|
|
|
|
AnchorSideTop.Control = Label4
|
|
|
|
AnchorSideTop.Side = asrBottom
|
2016-08-03 16:35:20 +00:00
|
|
|
Cursor = crHandPoint
|
2017-05-21 21:30:07 +00:00
|
|
|
Left = 12
|
2016-08-03 16:35:20 +00:00
|
|
|
Height = 15
|
2022-09-01 09:42:04 +00:00
|
|
|
Top = 101
|
2022-09-17 23:00:41 +00:00
|
|
|
Width = 74
|
2017-05-21 21:30:07 +00:00
|
|
|
BorderSpacing.Left = 12
|
|
|
|
BorderSpacing.Right = 8
|
2022-09-17 23:00:41 +00:00
|
|
|
Caption = 'lblLazPortLink'
|
2022-09-01 09:42:04 +00:00
|
|
|
Color = clDefault
|
2016-08-03 16:35:20 +00:00
|
|
|
Font.Color = clBlue
|
|
|
|
ParentColor = False
|
|
|
|
ParentFont = False
|
|
|
|
OnClick = lblLinkClick
|
|
|
|
OnMouseEnter = lblLinkMouseEnter
|
|
|
|
OnMouseLeave = lblLinkMouseLeave
|
|
|
|
end
|
2016-08-06 22:18:53 +00:00
|
|
|
object SupportPanel: TPanel
|
2017-05-21 21:30:07 +00:00
|
|
|
AnchorSideLeft.Control = TextPanel
|
|
|
|
AnchorSideTop.Control = lblLazPortLink
|
|
|
|
AnchorSideTop.Side = asrBottom
|
2022-09-17 23:00:41 +00:00
|
|
|
AnchorSideRight.Control = TextPanel
|
2017-05-21 21:30:07 +00:00
|
|
|
AnchorSideRight.Side = asrBottom
|
2016-08-06 22:18:53 +00:00
|
|
|
Left = 0
|
|
|
|
Height = 133
|
2022-09-01 09:42:04 +00:00
|
|
|
Top = 124
|
2022-09-17 23:00:41 +00:00
|
|
|
Width = 374
|
2017-05-21 21:30:07 +00:00
|
|
|
Anchors = [akTop, akLeft, akRight]
|
2016-08-06 22:18:53 +00:00
|
|
|
AutoSize = True
|
|
|
|
BorderSpacing.Top = 8
|
2022-09-17 23:00:41 +00:00
|
|
|
BorderSpacing.Right = 8
|
2016-08-06 22:18:53 +00:00
|
|
|
BevelInner = bvRaised
|
|
|
|
BevelOuter = bvLowered
|
|
|
|
ClientHeight = 133
|
2022-09-17 23:00:41 +00:00
|
|
|
ClientWidth = 374
|
2016-08-06 22:18:53 +00:00
|
|
|
TabOrder = 0
|
|
|
|
object GeneralNewsgroupsLabel: TLabel
|
|
|
|
Left = 6
|
|
|
|
Height = 15
|
|
|
|
Top = 6
|
2022-09-17 23:00:41 +00:00
|
|
|
Width = 362
|
2016-08-06 22:18:53 +00:00
|
|
|
Align = alTop
|
|
|
|
BorderSpacing.Left = 4
|
|
|
|
BorderSpacing.Top = 4
|
|
|
|
BorderSpacing.Right = 4
|
|
|
|
Caption = 'Visual PlanIt support groups'
|
2022-09-01 09:42:04 +00:00
|
|
|
Color = clDefault
|
2016-08-06 22:18:53 +00:00
|
|
|
ParentColor = False
|
|
|
|
ParentFont = False
|
|
|
|
end
|
|
|
|
object Label2: TLabel
|
|
|
|
Left = 18
|
|
|
|
Height = 15
|
|
|
|
Top = 25
|
2022-09-17 23:00:41 +00:00
|
|
|
Width = 350
|
2016-08-06 22:18:53 +00:00
|
|
|
Align = alTop
|
|
|
|
BorderSpacing.Left = 16
|
|
|
|
BorderSpacing.Top = 4
|
|
|
|
BorderSpacing.Right = 4
|
|
|
|
Caption = 'Help:'
|
2022-09-01 09:42:04 +00:00
|
|
|
Color = clDefault
|
2016-08-06 22:18:53 +00:00
|
|
|
ParentColor = False
|
|
|
|
end
|
2022-09-17 23:00:41 +00:00
|
|
|
object lblHelpLink: TLabel
|
2016-08-06 22:18:53 +00:00
|
|
|
Cursor = crHandPoint
|
|
|
|
Left = 18
|
|
|
|
Height = 15
|
|
|
|
Top = 40
|
2022-09-17 23:00:41 +00:00
|
|
|
Width = 350
|
2016-08-06 22:18:53 +00:00
|
|
|
Align = alTop
|
|
|
|
BorderSpacing.Left = 16
|
|
|
|
BorderSpacing.Right = 4
|
2022-09-17 23:00:41 +00:00
|
|
|
Caption = 'lblHelpLink'
|
2022-09-01 09:42:04 +00:00
|
|
|
Color = clDefault
|
2016-08-06 22:18:53 +00:00
|
|
|
Font.Color = clBlue
|
|
|
|
ParentColor = False
|
|
|
|
ParentFont = False
|
|
|
|
OnClick = lblLinkClick
|
|
|
|
OnMouseEnter = lblLinkMouseEnter
|
|
|
|
OnMouseLeave = lblLinkMouseLeave
|
|
|
|
end
|
|
|
|
object Label3: TLabel
|
|
|
|
Left = 18
|
|
|
|
Height = 15
|
|
|
|
Top = 59
|
2022-09-17 23:00:41 +00:00
|
|
|
Width = 350
|
2016-08-06 22:18:53 +00:00
|
|
|
Align = alTop
|
|
|
|
BorderSpacing.Left = 16
|
|
|
|
BorderSpacing.Top = 4
|
|
|
|
BorderSpacing.Right = 4
|
|
|
|
Caption = 'General discussion:'
|
2022-09-01 09:42:04 +00:00
|
|
|
Color = clDefault
|
2016-08-06 22:18:53 +00:00
|
|
|
ParentColor = False
|
|
|
|
end
|
2022-09-17 23:00:41 +00:00
|
|
|
object lblGeneralDiscussionLink: TLabel
|
2016-08-06 22:18:53 +00:00
|
|
|
Cursor = crHandPoint
|
|
|
|
Left = 18
|
|
|
|
Height = 15
|
|
|
|
Top = 74
|
2022-09-17 23:00:41 +00:00
|
|
|
Width = 350
|
2016-08-06 22:18:53 +00:00
|
|
|
Align = alTop
|
|
|
|
BorderSpacing.Left = 16
|
|
|
|
BorderSpacing.Right = 4
|
2022-09-17 23:00:41 +00:00
|
|
|
Caption = 'lblGeneralDiscussionLink'
|
2022-09-01 09:42:04 +00:00
|
|
|
Color = clDefault
|
2016-08-06 22:18:53 +00:00
|
|
|
Font.Color = clBlue
|
|
|
|
ParentColor = False
|
|
|
|
ParentFont = False
|
|
|
|
OnClick = lblLinkClick
|
|
|
|
OnMouseEnter = lblLinkMouseEnter
|
|
|
|
OnMouseLeave = lblLinkMouseLeave
|
|
|
|
end
|
|
|
|
object Label5: TLabel
|
|
|
|
Left = 18
|
|
|
|
Height = 15
|
|
|
|
Top = 93
|
2022-09-17 23:00:41 +00:00
|
|
|
Width = 350
|
2016-08-06 22:18:53 +00:00
|
|
|
Align = alTop
|
|
|
|
BorderSpacing.Left = 16
|
|
|
|
BorderSpacing.Top = 4
|
|
|
|
BorderSpacing.Right = 4
|
|
|
|
Caption = 'Lazarus port:'
|
2022-09-01 09:42:04 +00:00
|
|
|
Color = clDefault
|
2016-08-06 22:18:53 +00:00
|
|
|
ParentColor = False
|
|
|
|
end
|
|
|
|
object lblLazForumLink: TLabel
|
|
|
|
Cursor = crHandPoint
|
|
|
|
Left = 18
|
|
|
|
Height = 15
|
|
|
|
Top = 108
|
2022-09-17 23:00:41 +00:00
|
|
|
Width = 354
|
2016-08-06 22:18:53 +00:00
|
|
|
Align = alTop
|
|
|
|
BorderSpacing.Left = 16
|
|
|
|
BorderSpacing.Bottom = 8
|
2022-09-17 23:00:41 +00:00
|
|
|
Caption = 'lblLazForumLink'
|
2022-09-01 09:42:04 +00:00
|
|
|
Color = clDefault
|
2016-08-06 22:18:53 +00:00
|
|
|
Font.Color = clBlue
|
|
|
|
ParentColor = False
|
|
|
|
ParentFont = False
|
|
|
|
OnClick = lblLinkClick
|
|
|
|
OnMouseEnter = lblLinkMouseEnter
|
|
|
|
OnMouseLeave = lblLinkMouseLeave
|
|
|
|
end
|
2016-08-03 16:35:20 +00:00
|
|
|
end
|
2017-05-23 17:39:54 +00:00
|
|
|
object Label6: TLabel
|
2022-09-17 23:00:41 +00:00
|
|
|
AnchorSideLeft.Control = TextPanel
|
2017-05-23 17:39:54 +00:00
|
|
|
AnchorSideTop.Control = SupportPanel
|
|
|
|
AnchorSideTop.Side = asrBottom
|
|
|
|
Left = 0
|
|
|
|
Height = 15
|
2022-09-01 09:42:04 +00:00
|
|
|
Top = 265
|
2017-05-23 17:39:54 +00:00
|
|
|
Width = 193
|
|
|
|
BorderSpacing.Top = 8
|
|
|
|
Caption = 'Internally used icons are provided by'
|
2022-09-01 09:42:04 +00:00
|
|
|
Color = clDefault
|
2017-05-23 17:39:54 +00:00
|
|
|
ParentColor = False
|
|
|
|
end
|
2022-09-17 23:00:41 +00:00
|
|
|
object lblRolandHahnLink: TLabel
|
|
|
|
AnchorSideLeft.Control = Label7
|
|
|
|
AnchorSideLeft.Side = asrBottom
|
2017-05-23 17:39:54 +00:00
|
|
|
AnchorSideTop.Control = Label6
|
|
|
|
AnchorSideTop.Side = asrBottom
|
|
|
|
Cursor = crHandPoint
|
2022-09-17 23:00:41 +00:00
|
|
|
Left = 100
|
|
|
|
Height = 15
|
|
|
|
Top = 280
|
|
|
|
Width = 101
|
|
|
|
BorderSpacing.Left = 16
|
|
|
|
BorderSpacing.Right = 8
|
|
|
|
Caption = 'lblRolandHahnLink'
|
|
|
|
Color = clDefault
|
|
|
|
Font.Color = clBlue
|
|
|
|
ParentColor = False
|
|
|
|
ParentFont = False
|
|
|
|
OnClick = lblLinkClick
|
|
|
|
OnMouseEnter = lblLinkMouseEnter
|
|
|
|
OnMouseLeave = lblLinkMouseLeave
|
|
|
|
end
|
|
|
|
object Label7: TLabel
|
|
|
|
AnchorSideLeft.Control = TextPanel
|
|
|
|
AnchorSideTop.Control = Label6
|
|
|
|
AnchorSideTop.Side = asrBottom
|
2017-05-23 17:39:54 +00:00
|
|
|
Left = 12
|
|
|
|
Height = 15
|
2022-09-01 09:42:04 +00:00
|
|
|
Top = 280
|
2022-09-17 23:00:41 +00:00
|
|
|
Width = 72
|
2017-05-23 17:39:54 +00:00
|
|
|
BorderSpacing.Left = 12
|
2022-09-17 23:00:41 +00:00
|
|
|
Caption = 'Roland Hahn '
|
|
|
|
end
|
|
|
|
object lblIcons8Link: TLabel
|
|
|
|
AnchorSideLeft.Control = lblRolandHahnLink
|
|
|
|
AnchorSideTop.Control = Label7
|
|
|
|
AnchorSideTop.Side = asrBottom
|
|
|
|
Cursor = crHandPoint
|
|
|
|
Left = 100
|
|
|
|
Height = 15
|
|
|
|
Top = 295
|
|
|
|
Width = 69
|
|
|
|
Caption = 'lblIcons8Link'
|
2022-09-01 09:42:04 +00:00
|
|
|
Color = clDefault
|
2017-05-23 17:39:54 +00:00
|
|
|
Font.Color = clBlue
|
|
|
|
ParentColor = False
|
|
|
|
ParentFont = False
|
|
|
|
OnClick = lblLinkClick
|
|
|
|
OnMouseEnter = lblLinkMouseEnter
|
|
|
|
OnMouseLeave = lblLinkMouseLeave
|
|
|
|
end
|
2022-09-17 23:00:41 +00:00
|
|
|
object lblIcons8: TLabel
|
|
|
|
AnchorSideLeft.Control = TextPanel
|
|
|
|
AnchorSideTop.Control = Label7
|
|
|
|
AnchorSideTop.Side = asrBottom
|
|
|
|
Left = 12
|
|
|
|
Height = 15
|
|
|
|
Top = 295
|
|
|
|
Width = 34
|
|
|
|
BorderSpacing.Left = 12
|
|
|
|
Caption = 'Icons8'
|
|
|
|
end
|
2016-08-03 16:35:20 +00:00
|
|
|
end
|
|
|
|
end
|
2008-02-03 12:05:55 +00:00
|
|
|
end
|