lazarus/ide/aboutfrm.lfm
mattias 0ee509e404 replaced aboutform resizing
git-svn-id: trunk@6628 -
2005-01-17 17:20:59 +00:00

51 lines
934 B
Plaintext

object AboutForm: TAboutForm
Caption = 'About Lazarus'
ClientHeight = 245
ClientWidth = 577
PixelsPerInch = 90
Position = poScreenCenter
HorzScrollBar.Page = 576
VertScrollBar.Page = 244
Left = 351
Height = 245
Top = 389
Width = 577
object Label1: TLabel
Alignment = taCenter
Caption = 'Version #:'
ParentColor = True
Left = 14
Height = 17
Top = 6
Width = 200
end
object Label2: TLabel
Alignment = taCenter
Caption = 'Date:'
ParentColor = True
Left = 14
Height = 17
Top = 23
Width = 200
end
object Memo1: TMemo
Anchors = [akTop, akLeft, akRight, akBottom]
ReadOnly = True
ScrollBars = ssAutoBoth
TabOrder = 0
Left = 225
Height = 219
Top = 14
Width = 339
end
object Button1: TButton
Caption = 'Close'
ModalResult = 1
TabOrder = 1
Left = 78
Height = 25
Top = 184
Width = 75
end
end