lazarus/ide/aboutfrm.lfm
mattias 590e1a38b0 set some colors to default
git-svn-id: trunk@4979 -
2003-12-27 20:15:15 +00:00

40 lines
701 B
Plaintext

object AboutForm: TAboutForm
Caption = 'About Lazarus'
ClientHeight = 245
ClientWidth = 577
Position = poscreencenter
HorzScrollBar.Page = 578
VertScrollBar.Page = 246
Left = 351
Height = 245
Top = 389
Width = 577
object Memo1: TMemo
ReadOnly = True
ScrollBars = ssautoboth
TabOrder = 0
Left = 225
Height = 219
Top = 14
Width = 339
end
object Button1: TButton
ModalResult = 1
Caption = 'Close'
TabOrder = 1
Left = 78
Height = 25
Top = 184
Width = 75
end
object Label1: TLabel
Alignment = tacenter
Caption = 'Version #:'
Layout = tltop
Left = 14
Height = 17
Top = 6
Width = 200
end
end