CentrED/Client/UfrmAbout.lfm

155 lines
3.6 KiB
Plaintext
Raw Permalink Normal View History

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