mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-05-31 04:52:35 +02:00
40 lines
701 B
Plaintext
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
|