mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-06 01:38:01 +02:00
138 lines
3.9 KiB
Plaintext
138 lines
3.9 KiB
Plaintext
object AboutForm: TAboutForm
|
|
Left = 351
|
|
Height = 270
|
|
Top = 389
|
|
Width = 608
|
|
HorzScrollBar.Page = 607
|
|
VertScrollBar.Page = 269
|
|
ActiveControl = AboutMemo
|
|
Caption = 'About Lazarus'
|
|
ClientHeight = 270
|
|
ClientWidth = 608
|
|
OnCreate = AboutFormCreate
|
|
Position = poScreenCenter
|
|
object VersionLabel: TLabel
|
|
Left = 14
|
|
Height = 14
|
|
Top = 6
|
|
Width = 51
|
|
Alignment = taCenter
|
|
Caption = 'Version #:'
|
|
Color = clNone
|
|
ParentColor = False
|
|
end
|
|
object BuildDateLabel: TLabel
|
|
Left = 14
|
|
Height = 14
|
|
Top = 23
|
|
Width = 28
|
|
Alignment = taCenter
|
|
Caption = 'Date:'
|
|
Color = clNone
|
|
ParentColor = False
|
|
end
|
|
object RevisionLabel: TLabel
|
|
Left = 14
|
|
Height = 14
|
|
Top = 40
|
|
Width = 66
|
|
Caption = 'RevisionLabel'
|
|
Color = clNone
|
|
ParentColor = False
|
|
end
|
|
object PlatformLabel: TLabel
|
|
Left = 14
|
|
Height = 14
|
|
Top = 61
|
|
Width = 66
|
|
Caption = 'PlatformLabel'
|
|
Color = clNone
|
|
ParentColor = False
|
|
end
|
|
object CloseButton: TBitBtn
|
|
Left = 70
|
|
Height = 36
|
|
Top = 225
|
|
Width = 81
|
|
AutoSize = True
|
|
Cancel = True
|
|
Caption = 'Close'
|
|
Glyph.Data = {
|
|
F70200002F2A2058504D202A2F0A7374617469632063686172202A20626F7461
|
|
6F4665636861725F78706D5B5D203D207B0A22323420323420322031222C0A22
|
|
200963204E6F6E65222C0A222E09632023303030303030222C0A222020202020
|
|
20202020202020202020202020202020202020222C0A22202020202020202020
|
|
202020202020202020202020202020222C0A2220202020202020202020202020
|
|
2020202020202020202020222C0A222020202020202020202020202020202020
|
|
20202020202020222C0A22202020202020202020202020202020202020202020
|
|
202020222C0A2220202020202020202020202020202020202020202020202022
|
|
2C0A22202020202020202E2020202020202E202020202020202020222C0A2220
|
|
202020202020202E202020202E2E2E2020202020202020222C0A222020202020
|
|
2020202E2E20202E2E2E2E2020202020202020222C0A22202020202020202020
|
|
2E2E202E2E2E202020202020202020222C0A222020202020202020202E2E2E2E
|
|
2E20202020202020202020222C0A22202020202020202020202E2E2E20202020
|
|
20202020202020222C0A222020202020202020202E2E2E2E2E20202020202020
|
|
202020222C0A2220202020202020202E2E2E2E2E2E2E20202020202020202022
|
|
2C0A22202020202020202E2E2E20202E2E2E2E2020202020202020222C0A2220
|
|
20202020202E2E2E202020202E2E2E2E20202020202020222C0A222020202020
|
|
2E2E2E2020202020202E2E2020202020202020222C0A22202020202020202020
|
|
202020202020202020202020202020222C0A2220202020202020202020202020
|
|
2020202020202020202020222C0A222020202020202020202020202020202020
|
|
20202020202020222C0A22202020202020202020202020202020202020202020
|
|
202020222C0A2220202020202020202020202020202020202020202020202022
|
|
2C0A22202020202020202020202020202020202020202020202020222C0A2220
|
|
2020202020202020202020202020202020202020202020227D3B0A
|
|
}
|
|
ModalResult = 1
|
|
NumGlyphs = 0
|
|
TabOrder = 1
|
|
end
|
|
object Notebook1: TNotebook
|
|
Left = 215
|
|
Height = 261
|
|
Top = 6
|
|
Width = 389
|
|
Anchors = [akTop, akLeft, akRight, akBottom]
|
|
PageIndex = 0
|
|
object AboutPage: TPage
|
|
Caption = 'About'
|
|
ClientWidth = 381
|
|
ClientHeight = 235
|
|
object AboutMemo: TMemo
|
|
Height = 235
|
|
Width = 381
|
|
Align = alClient
|
|
ReadOnly = True
|
|
ScrollBars = ssAutoBoth
|
|
TabOrder = 0
|
|
end
|
|
end
|
|
object ContributorsPage: TPage
|
|
Caption = 'Contributors'
|
|
ClientWidth = 381
|
|
ClientHeight = 235
|
|
object ContributorsMemo: TMemo
|
|
Height = 231
|
|
Width = 385
|
|
Align = alClient
|
|
ReadOnly = True
|
|
ScrollBars = ssAutoBoth
|
|
TabOrder = 0
|
|
end
|
|
end
|
|
object AcknowledgementsPage: TPage
|
|
Caption = 'Acknowledgements'
|
|
ClientWidth = 381
|
|
ClientHeight = 235
|
|
object AcknowledgementsMemo: TMemo
|
|
Height = 235
|
|
Width = 381
|
|
Align = alClient
|
|
ReadOnly = True
|
|
ScrollBars = ssAutoBoth
|
|
TabOrder = 0
|
|
end
|
|
end
|
|
end
|
|
end
|