lazarus/ide/aboutfrm.lfm
vincents eac8a11f00 version 0.9.12
git-svn-id: trunk@8694 -
2006-02-03 19:21:57 +00:00

116 lines
3.5 KiB
Plaintext

object AboutForm: TAboutForm
Left = 351
Height = 270
Top = 389
Width = 608
HorzScrollBar.Page = 607
VertScrollBar.Page = 269
ActiveControl = AboutPage
Caption = 'About Lazarus'
ClientHeight = 270
ClientWidth = 608
OnCreate = AboutFormCreate
PixelsPerInch = 96
Position = poScreenCenter
object VersionLabel: TLabel
Left = 14
Height = 14
Top = 6
Width = 51
Alignment = taCenter
Caption = 'Version #:'
Transparent = False
end
object BuildDateLabel: TLabel
Left = 14
Height = 14
Top = 23
Width = 28
Alignment = taCenter
Caption = 'Date:'
Transparent = False
end
object RevisionLabel: TLabel
Left = 14
Height = 14
Top = 40
Width = 66
Caption = 'RevisionLabel'
Color = clNone
ParentColor = False
end
object CloseButton: TBitBtn
Left = 70
Height = 40
Top = 225
Width = 77
AutoSize = True
BorderSpacing.InnerBorder = 2
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 = 235
Width = 381
Align = alClient
ReadOnly = True
ScrollBars = ssAutoBoth
TabOrder = 0
end
end
end
end