lazarus/doceditor/frmabout.lfm

310 lines
3.1 KiB
Plaintext

object AboutForm: TAboutForm
BorderStyle = bsDialog
Caption = 'About this application'
ClientHeight = 299
ClientWidth = 400
PixelsPerInch = 90
Position = poMainFormCenter
HorzScrollBar.Page = 399
VertScrollBar.Page = 298
Left = 333
Height = 299
Top = 149
Width = 400
object LThisApplication: TLabel
BorderSpacing.OnChange = nil
Caption = 'Lazarus Documentation Editor'
Color = clNone
Left = 16
Height = 12
Top = 8
Width = 167
end
object LCopyRight1: TLabel
BorderSpacing.OnChange = nil
Caption = 'This application is (c) by Michael Van Canneyt and the Lazarus team'
Color = clNone
Left = 16
Height = 12
Top = 48
Width = 393
end
object LCopyRight2: TLabel
BorderSpacing.OnChange = nil
Caption = 'It is released under the terms of the GENERAL PUBLIC LICENSE:'
Color = clNone
Left = 16
Height = 12
Top = 64
Width = 368
end
object Button1: TButton
Anchors = [akTop, akLeft, akRight, akBottom]
BorderSpacing.OnChange = nil
Cancel = True
Caption = '&Close'
Default = True
ModalResult = 1
TabOrder = 0
Left = 312
Height = 24
Top = 264
Width = 75
end
object MCopyRight: TMemo
Anchors = [akTop, akLeft, akRight, akBottom]
BorderSpacing.OnChange = nil
Lines.Strings = (
)
ReadOnly = True
ScrollBars = ssBoth
TabOrder = 1
WordWrap = False
Left = 16
Height = 175
Top = 80
Width = 368
end
end