2009-12-24 16:34:29 +01:00
object frmAbout: TfrmAbout
Left = 290
2022-05-07 11:59:04 +02:00
Height = 579
2009-12-24 16:34:29 +01:00
Top = 171
2022-05-07 11:59:04 +02:00
Width = 388
2009-12-24 16:34:29 +01:00
AutoSize = True
BorderIcons = [biSystemMenu]
BorderStyle = bsDialog
Caption = 'About CentrED'
2022-05-07 11:59:04 +02:00
ClientHeight = 579
ClientWidth = 388
DesignTimePPI = 120
Font.Height = -18
2009-12-24 16:34:29 +01:00
OnCreate = FormCreate
Position = poScreenCenter
object Label3: TLabel
2022-05-07 11:59:04 +02:00
Left = 12
Height = 182
Top = 334
Width = 364
2009-12-24 16:34:29 +01:00
Align = alTop
2022-05-07 11:59:04 +02:00
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
2009-12-24 16:34:29 +01:00
ParentColor = False
WordWrap = True
end
object Label5: TLabel
2022-05-07 11:59:04 +02:00
Left = 12
Height = 26
Top = 167
Width = 364
2009-12-24 16:34:29 +01:00
Align = alTop
2022-05-07 11:59:04 +02:00
BorderSpacing.Left = 12
BorderSpacing.Right = 12
2009-12-24 16:34:29 +01:00
Caption = 'It is using the following great components:'
2022-05-07 11:59:04 +02:00
Color = clDefault
2009-12-24 16:34:29 +01:00
ParentColor = False
end
object Label6: TLabel
2022-05-07 11:59:04 +02:00
Left = 25
Height = 104
Top = 193
Width = 351
2009-12-24 16:34:29 +01:00
Align = alTop
2022-05-07 11:59:04 +02:00
BorderSpacing.Left = 25
BorderSpacing.Right = 12
2009-12-24 16:34:29 +01:00
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'
2022-05-07 11:59:04 +02:00
Color = clDefault
2009-12-24 16:34:29 +01:00
ParentColor = False
end
object Label7: TLabel
2022-05-07 11:59:04 +02:00
Left = 12
Height = 52
Top = 115
Width = 364
2009-12-24 16:34:29 +01:00
Align = alTop
2022-05-07 11:59:04 +02:00
BorderSpacing.Left = 12
BorderSpacing.Right = 12
2009-12-24 16:34:29 +01:00
Caption = 'CentrED has been developed using Lazarus and FreePascal.'
2022-05-07 11:59:04 +02:00
Color = clDefault
2009-12-24 16:34:29 +01:00
ParentColor = False
WordWrap = True
end
object Panel2: TPanel
Left = 0
2022-05-07 11:59:04 +02:00
Height = 103
2009-12-24 16:34:29 +01:00
Top = 0
2022-05-07 11:59:04 +02:00
Width = 388
2009-12-24 16:34:29 +01:00
Align = alTop
AutoSize = True
2022-05-07 11:59:04 +02:00
BorderSpacing.Bottom = 12
2009-12-24 16:34:29 +01:00
BevelOuter = bvNone
2022-05-07 11:59:04 +02:00
ClientHeight = 103
ClientWidth = 388
2009-12-24 16:34:29 +01:00
TabOrder = 0
object Panel1: TPanel
Left = 0
2022-05-07 11:59:04 +02:00
Height = 103
2009-12-24 16:34:29 +01:00
Top = 0
2022-05-07 11:59:04 +02:00
Width = 307
2009-12-24 16:34:29 +01:00
AutoSize = True
BevelInner = bvRaised
BevelOuter = bvLowered
2022-05-07 11:59:04 +02:00
ClientHeight = 103
ClientWidth = 307
2009-12-24 16:34:29 +01:00
TabOrder = 0
object Label1: TLabel
Left = 2
2022-05-07 11:59:04 +02:00
Height = 60
2009-12-24 16:34:29 +01:00
Top = 2
2022-05-07 11:59:04 +02:00
Width = 303
2009-12-24 16:34:29 +01:00
Align = alTop
Alignment = taCenter
AutoSize = False
Caption = 'UO CentrED'
2022-05-07 11:59:04 +02:00
Color = clDefault
Font.Height = -45
2009-12-24 16:34:29 +01:00
Font.Style = [fsBold]
Layout = tlCenter
ParentColor = False
ParentFont = False
end
object lblVersion: TLabel
2022-05-07 11:59:04 +02:00
Left = 8
2011-03-26 22:13:57 +01:00
Height = 1
2022-05-07 11:59:04 +02:00
Top = 62
Width = 291
2009-12-24 16:34:29 +01:00
Align = alTop
Alignment = taRightJustify
2022-05-07 11:59:04 +02:00
BorderSpacing.Left = 6
BorderSpacing.Right = 6
Color = clDefault
2009-12-24 16:34:29 +01:00
ParentColor = False
end
object lblCopyright: TLabel
2022-05-07 11:59:04 +02:00
Left = 8
Height = 26
Top = 69
Width = 291
2009-12-24 16:34:29 +01:00
Align = alTop
Alignment = taCenter
2022-05-07 11:59:04 +02:00
BorderSpacing.Around = 6
Caption = 'Copyright 2022 Andreas Schneider'
Color = clDefault
2009-12-24 16:34:29 +01:00
ParentColor = False
end
end
end
object Panel3: TPanel
2022-05-07 11:59:04 +02:00
Left = 12
Height = 39
Top = 528
Width = 364
2009-12-24 16:34:29 +01:00
Align = alTop
2022-05-07 11:59:04 +02:00
BorderSpacing.Around = 12
2009-12-24 16:34:29 +01:00
BevelOuter = bvNone
2022-05-07 11:59:04 +02:00
ClientHeight = 39
ClientWidth = 364
2009-12-24 16:34:29 +01:00
TabOrder = 1
object btnClose: TButton
2022-05-07 11:59:04 +02:00
Left = 246
Height = 39
2009-12-24 16:34:29 +01:00
Top = 0
2022-05-07 11:59:04 +02:00
Width = 118
2009-12-24 16:34:29 +01:00
Align = alRight
2022-05-07 11:59:04 +02:00
BorderSpacing.InnerBorder = 6
2009-12-24 16:34:29 +01:00
Caption = 'Close'
OnClick = btnCloseClick
TabOrder = 0
end
end
end