mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-12 14:09:49 +02:00
170 lines
4.7 KiB
Plaintext
170 lines
4.7 KiB
Plaintext
object AboutForm: TAboutForm
|
|
Left = 351
|
|
Height = 270
|
|
Top = 389
|
|
Width = 608
|
|
HorzScrollBar.Page = 607
|
|
VertScrollBar.Page = 269
|
|
ActiveControl = Notebook1
|
|
Caption = 'About Lazarus'
|
|
ClientHeight = 270
|
|
ClientWidth = 608
|
|
OnCreate = AboutFormCreate
|
|
PopupMenu = PopupMenu1
|
|
Position = poScreenCenter
|
|
object VersionLabel: TLabel
|
|
Left = 14
|
|
Height = 17
|
|
Top = 6
|
|
Width = 73
|
|
Alignment = taCenter
|
|
Caption = 'Version #:'
|
|
ParentColor = False
|
|
end
|
|
object BuildDateLabel: TLabel
|
|
Left = 14
|
|
Height = 17
|
|
Top = 23
|
|
Width = 40
|
|
Alignment = taCenter
|
|
Caption = 'Date:'
|
|
ParentColor = False
|
|
end
|
|
object RevisionLabel: TLabel
|
|
Left = 14
|
|
Height = 17
|
|
Top = 40
|
|
Width = 101
|
|
Caption = 'RevisionLabel'
|
|
ParentColor = False
|
|
end
|
|
object PlatformLabel: TLabel
|
|
Left = 14
|
|
Height = 17
|
|
Top = 61
|
|
Width = 101
|
|
Caption = 'PlatformLabel'
|
|
ParentColor = False
|
|
end
|
|
object Image1: TImage
|
|
AnchorSideLeft.Control = Owner
|
|
AnchorSideTop.Control = PlatformLabel
|
|
AnchorSideTop.Side = asrBottom
|
|
AnchorSideRight.Control = Notebook1
|
|
Left = 6
|
|
Height = 113
|
|
Top = 84
|
|
Width = 203
|
|
Anchors = [akTop, akLeft, akRight]
|
|
BorderSpacing.Around = 6
|
|
Center = True
|
|
Proportional = True
|
|
Transparent = False
|
|
end
|
|
object CloseButton: TBitBtn
|
|
Left = 70
|
|
Height = 34
|
|
Top = 225
|
|
Width = 74
|
|
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 = 3
|
|
TabOrder = 0
|
|
object AboutPage: TPage
|
|
Caption = 'About'
|
|
ClientWidth = 389
|
|
ClientHeight = 261
|
|
object AboutMemo: TMemo
|
|
Height = 261
|
|
Width = 389
|
|
Align = alClient
|
|
ReadOnly = True
|
|
ScrollBars = ssAutoBoth
|
|
TabOrder = 0
|
|
end
|
|
end
|
|
object ContributorsPage: TPage
|
|
Caption = 'Contributors'
|
|
ClientWidth = 389
|
|
ClientHeight = 261
|
|
object ContributorsMemo: TMemo
|
|
Height = 261
|
|
Width = 389
|
|
Align = alClient
|
|
ReadOnly = True
|
|
ScrollBars = ssAutoBoth
|
|
TabOrder = 0
|
|
end
|
|
end
|
|
object AcknowledgementsPage: TPage
|
|
Caption = 'Acknowledgements'
|
|
ClientWidth = 389
|
|
ClientHeight = 261
|
|
object AcknowledgementsMemo: TMemo
|
|
Height = 261
|
|
Width = 389
|
|
Align = alClient
|
|
ReadOnly = True
|
|
ScrollBars = ssAutoBoth
|
|
TabOrder = 0
|
|
end
|
|
end
|
|
object LogoPage: TPage
|
|
Caption = 'LogoPage'
|
|
ClientWidth = 385
|
|
ClientHeight = 227
|
|
object LogoImage: TImage
|
|
Height = 227
|
|
Width = 385
|
|
Align = alClient
|
|
Transparent = False
|
|
end
|
|
end
|
|
end
|
|
object PopupMenu1: TPopupMenu
|
|
left = 18
|
|
top = 218
|
|
object miVerToClipboard: TMenuItem
|
|
Caption = 'Copy version information to clipboard'
|
|
OnClick = miVerToClipboardClick
|
|
end
|
|
end
|
|
end
|