CentrED/Client/UfrmAbout.lfm

142 lines
3.4 KiB
Plaintext

object frmAbout: TfrmAbout
Left = 290
Height = 374
Top = 171
Width = 364
HorzScrollBar.Page = 363
VertScrollBar.Page = 373
AutoSize = True
BorderIcons = [biSystemMenu]
BorderStyle = bsDialog
Caption = 'About CentrED'
ClientHeight = 374
ClientWidth = 364
OnCreate = FormCreate
Position = poScreenCenter
LCLVersion = '0.9.25'
object Label3: TLabel
Left = 8
Height = 89
Top = 230
Width = 348
Align = alTop
BorderSpacing.Top = 16
BorderSpacing.Around = 8
Caption = 'Ultima(tm) Online (c) 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.'
ParentColor = False
WordWrap = True
end
object Label5: TLabel
Left = 8
Height = 20
Top = 120
Width = 348
Align = alTop
BorderSpacing.Left = 8
BorderSpacing.Right = 8
Caption = 'It is using the following great components:'
ParentColor = False
end
object Label6: TLabel
Left = 16
Height = 66
Top = 140
Width = 340
Align = alTop
BorderSpacing.Left = 16
BorderSpacing.Right = 8
Caption = '- Vampyre Imaging Lib by Marek Mauder'#13#10'- lNet by Ales Katona and Micha Nelissen'#13#10'- VirtualTrees by Mike Lischke'
ParentColor = False
end
object Label7: TLabel
Left = 8
Height = 20
Top = 100
Width = 348
Align = alTop
BorderSpacing.Left = 8
BorderSpacing.Right = 8
Caption = 'CentrED has been developed using Lazarus and FreePascal.'
ParentColor = False
WordWrap = True
end
object Panel2: TPanel
Height = 92
Width = 364
Align = alTop
AutoSize = True
BorderSpacing.Bottom = 8
ClientHeight = 92
ClientWidth = 364
TabOrder = 0
object Panel1: TPanel
Left = 1
Height = 91
Top = 1
Width = 215
AutoSize = True
BevelInner = bvRaised
BevelOuter = bvLowered
ClientHeight = 91
ClientWidth = 215
TabOrder = 0
object Label1: TLabel
Left = 2
Height = 38
Top = 2
Width = 211
Align = alTop
Alignment = taCenter
AutoSize = False
Caption = 'UO CentrED'
Font.Height = -27
Font.Style = [fsBold]
ParentColor = False
end
object lblVersion: TLabel
Left = 6
Height = 21
Top = 40
Width = 203
Align = alTop
Alignment = taRightJustify
BorderSpacing.Left = 4
BorderSpacing.Right = 4
Font.Style = [fsItalic]
ParentColor = False
end
object lblCopyright: TLabel
Left = 6
Height = 22
Top = 65
Width = 203
Align = alTop
Alignment = taCenter
BorderSpacing.Around = 4
ParentColor = False
end
end
end
object Panel3: TPanel
Left = 8
Height = 25
Top = 327
Width = 348
Align = alTop
BorderSpacing.Around = 8
ClientHeight = 25
ClientWidth = 348
TabOrder = 1
object btnClose: TButton
Left = 272
Height = 23
Top = 1
Width = 75
Align = alRight
BorderSpacing.InnerBorder = 4
Caption = 'Close'
TabOrder = 0
end
end
end