2007-12-21 21:31:58 +01:00
object frmAbout: TfrmAbout
Left = 290
2008-08-27 13:18:09 +02:00
Height = 308
2007-12-21 21:31:58 +01:00
Top = 171
2008-08-27 13:18:09 +02:00
Width = 354
2008-08-09 19:38:09 +02:00
AutoSize = True
2007-12-21 21:31:58 +01:00
BorderIcons = [biSystemMenu]
BorderStyle = bsDialog
Caption = 'About CentrED'
2008-08-27 13:18:09 +02:00
ClientHeight = 308
ClientWidth = 354
2008-08-17 15:38:54 +02:00
Font.Height = -11
2007-12-21 21:31:58 +01:00
OnCreate = FormCreate
Position = poScreenCenter
2008-08-09 19:38:09 +02:00
LCLVersion = '0.9.25'
2007-12-21 21:31:58 +01:00
object Label3: TLabel
Left = 8
2008-08-27 13:18:09 +02:00
Height = 62
Top = 204
Width = 338
2008-08-09 19:38:09 +02:00
Align = alTop
BorderSpacing.Top = 16
2007-12-21 21:31:58 +01:00
BorderSpacing.Around = 8
2008-08-09 19:38:09 +02:00
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.'
2007-12-21 21:31:58 +01:00
ParentColor = False
2008-08-17 15:38:54 +02:00
ParentFont = True
2007-12-21 21:31:58 +01:00
WordWrap = True
end
object Label5: TLabel
Left = 8
2008-08-27 13:18:09 +02:00
Height = 14
Top = 120
Width = 338
2008-08-09 19:38:09 +02:00
Align = alTop
BorderSpacing.Left = 8
BorderSpacing.Right = 8
2007-12-21 21:31:58 +01:00
Caption = 'It is using the following great components:'
ParentColor = False
2008-08-17 15:38:54 +02:00
ParentFont = True
2007-12-21 21:31:58 +01:00
end
object Label6: TLabel
Left = 16
2008-08-27 13:18:09 +02:00
Height = 46
Top = 134
Width = 330
2008-08-09 19:38:09 +02:00
Align = alTop
BorderSpacing.Left = 16
BorderSpacing.Right = 8
2007-12-21 21:31:58 +01:00
Caption = '- Vampyre Imaging Lib by Marek Mauder'#13#10'- lNet by Ales Katona and Micha Nelissen'#13#10'- VirtualTrees by Mike Lischke'
ParentColor = False
2008-08-17 15:38:54 +02:00
ParentFont = True
2007-12-21 21:31:58 +01:00
end
object Label7: TLabel
Left = 8
2008-08-27 13:18:09 +02:00
Height = 14
Top = 106
Width = 338
2008-08-09 19:38:09 +02:00
Align = alTop
BorderSpacing.Left = 8
BorderSpacing.Right = 8
2007-12-21 21:31:58 +01:00
Caption = 'CentrED has been developed using Lazarus and FreePascal.'
ParentColor = False
2008-08-17 15:38:54 +02:00
ParentFont = True
2007-12-21 21:31:58 +01:00
WordWrap = True
end
2008-08-09 19:38:09 +02:00
object Panel2: TPanel
2008-08-27 13:18:09 +02:00
Height = 98
Width = 354
2008-08-09 19:38:09 +02:00
Align = alTop
AutoSize = True
BorderSpacing.Bottom = 8
2008-08-27 13:18:09 +02:00
BevelOuter = bvNone
ClientHeight = 98
ClientWidth = 354
2008-08-17 15:38:54 +02:00
ParentFont = True
2007-12-21 21:31:58 +01:00
TabOrder = 0
2008-08-09 19:38:09 +02:00
object Panel1: TPanel
2008-08-27 13:18:09 +02:00
Height = 98
Width = 220
2008-08-09 19:38:09 +02:00
AutoSize = True
BevelInner = bvRaised
BevelOuter = bvLowered
2008-08-27 13:18:09 +02:00
ClientHeight = 98
ClientWidth = 220
2008-08-17 15:38:54 +02:00
ParentFont = True
2008-08-09 19:38:09 +02:00
TabOrder = 0
object Label1: TLabel
Left = 2
Height = 38
Top = 2
2008-08-27 13:18:09 +02:00
Width = 216
2008-08-09 19:38:09 +02:00
Align = alTop
Alignment = taCenter
AutoSize = False
Caption = 'UO CentrED'
2008-08-17 15:38:54 +02:00
Font.Height = -29
2008-08-09 19:38:09 +02:00
Font.Style = [fsBold]
2008-08-17 15:38:54 +02:00
Layout = tlCenter
2008-08-09 19:38:09 +02:00
ParentColor = False
end
object lblVersion: TLabel
Left = 6
2008-08-27 13:18:09 +02:00
Height = 25
2008-08-09 19:38:09 +02:00
Top = 40
2008-08-27 13:18:09 +02:00
Width = 208
2008-08-09 19:38:09 +02:00
Align = alTop
Alignment = taRightJustify
BorderSpacing.Left = 4
BorderSpacing.Right = 4
ParentColor = False
2008-08-17 15:38:54 +02:00
ParentFont = True
2008-08-09 19:38:09 +02:00
end
object lblCopyright: TLabel
Left = 6
2008-08-27 13:18:09 +02:00
Height = 25
Top = 69
Width = 208
2008-08-09 19:38:09 +02:00
Align = alTop
Alignment = taCenter
BorderSpacing.Around = 4
ParentColor = False
2008-08-17 15:38:54 +02:00
ParentFont = True
2008-08-09 19:38:09 +02:00
end
2007-12-21 21:31:58 +01:00
end
end
2008-08-09 19:38:09 +02:00
object Panel3: TPanel
Left = 8
2007-12-21 21:31:58 +01:00
Height = 25
2008-08-27 13:18:09 +02:00
Top = 274
Width = 338
2008-08-09 19:38:09 +02:00
Align = alTop
BorderSpacing.Around = 8
2008-08-27 13:18:09 +02:00
BevelOuter = bvNone
2008-08-09 19:38:09 +02:00
ClientHeight = 25
2008-08-27 13:18:09 +02:00
ClientWidth = 338
2008-08-17 15:38:54 +02:00
ParentFont = True
2007-12-21 21:31:58 +01:00
TabOrder = 1
2008-08-09 19:38:09 +02:00
object btnClose: TButton
2008-08-27 13:18:09 +02:00
Left = 263
Height = 25
2008-08-09 19:38:09 +02:00
Width = 75
Align = alRight
BorderSpacing.InnerBorder = 4
Caption = 'Close'
2008-08-27 13:18:09 +02:00
OnClick = btnCloseClick
2008-08-17 15:38:54 +02:00
ParentFont = True
2008-08-09 19:38:09 +02:00
TabOrder = 0
end
2007-12-21 21:31:58 +01:00
end
end