mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-05-22 12:02:29 +02:00
51 lines
934 B
Plaintext
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
|