CentrED/Client/UfrmAbout.lfm

155 lines
3.6 KiB
Plaintext

object frmAbout: TfrmAbout
Left = 290
Height = 579
Top = 171
Width = 388
AutoSize = True
BorderIcons = [biSystemMenu]
BorderStyle = bsDialog
Caption = 'About CentrED'
ClientHeight = 579
ClientWidth = 388
DesignTimePPI = 120
Font.Height = -18
OnCreate = FormCreate
Position = poScreenCenter
object Label3: TLabel
Left = 12
Height = 182
Top = 334
Width = 364
Align = alTop
BorderSpacing.Top = 25
BorderSpacing.Around = 12
Caption = 'Ultima™ Online © 1997 Electronic Arts Inc. Ultima, the UO logo, Are You With Us?, ORIGIN, the ORIGIN logo and We create worlds are trademarks or registered trademarks of Electronic Arts Inc. in the U.S. and/or other countries. All rights reserved.'
Color = clDefault
ParentColor = False
WordWrap = True
end
object Label5: TLabel
Left = 12
Height = 26
Top = 167
Width = 364
Align = alTop
BorderSpacing.Left = 12
BorderSpacing.Right = 12
Caption = 'It is using the following great components:'
Color = clDefault
ParentColor = False
end
object Label6: TLabel
Left = 25
Height = 104
Top = 193
Width = 351
Align = alTop
BorderSpacing.Left = 25
BorderSpacing.Right = 12
Caption = '- Vampyre Imaging Lib by Marek Mauder'#13#10'- lNet by Ales Katona and Micha Nelissen'#13#10'- VirtualTrees by Mike Lischke'#13#10'- Silk Icons by Mark James'
Color = clDefault
ParentColor = False
end
object Label7: TLabel
Left = 12
Height = 52
Top = 115
Width = 364
Align = alTop
BorderSpacing.Left = 12
BorderSpacing.Right = 12
Caption = 'CentrED has been developed using Lazarus and FreePascal.'
Color = clDefault
ParentColor = False
WordWrap = True
end
object Panel2: TPanel
Left = 0
Height = 103
Top = 0
Width = 388
Align = alTop
AutoSize = True
BorderSpacing.Bottom = 12
BevelOuter = bvNone
ClientHeight = 103
ClientWidth = 388
TabOrder = 0
object Panel1: TPanel
Left = 0
Height = 103
Top = 0
Width = 307
AutoSize = True
BevelInner = bvRaised
BevelOuter = bvLowered
ClientHeight = 103
ClientWidth = 307
TabOrder = 0
object Label1: TLabel
Left = 2
Height = 60
Top = 2
Width = 303
Align = alTop
Alignment = taCenter
AutoSize = False
Caption = 'UO CentrED'
Color = clDefault
Font.Height = -45
Font.Style = [fsBold]
Layout = tlCenter
ParentColor = False
ParentFont = False
end
object lblVersion: TLabel
Left = 8
Height = 1
Top = 62
Width = 291
Align = alTop
Alignment = taRightJustify
BorderSpacing.Left = 6
BorderSpacing.Right = 6
Color = clDefault
ParentColor = False
end
object lblCopyright: TLabel
Left = 8
Height = 26
Top = 69
Width = 291
Align = alTop
Alignment = taCenter
BorderSpacing.Around = 6
Caption = 'Copyright 2022 Andreas Schneider'
Color = clDefault
ParentColor = False
end
end
end
object Panel3: TPanel
Left = 12
Height = 39
Top = 528
Width = 364
Align = alTop
BorderSpacing.Around = 12
BevelOuter = bvNone
ClientHeight = 39
ClientWidth = 364
TabOrder = 1
object btnClose: TButton
Left = 246
Height = 39
Top = 0
Width = 118
Align = alRight
BorderSpacing.InnerBorder = 6
Caption = 'Close'
OnClick = btnCloseClick
TabOrder = 0
end
end
end