lazarus/ide/aboutfrm.lfm
vincents 7d5632ba93 version 0.9.14
git-svn-id: trunk@9049 -
2006-03-30 10:52:46 +00:00

122 lines
3.6 KiB
Plaintext

object AboutForm: TAboutForm
ActiveControl = AboutPage
Caption = 'About Lazarus'
ClientHeight = 270
ClientWidth = 608
OnCreate = AboutFormCreate
PixelsPerInch = 96
Position = poScreenCenter
HorzScrollBar.Page = 607
VertScrollBar.Page = 269
Left = 351
Height = 270
Top = 389
Width = 608
object VersionLabel: TLabel
Alignment = taCenter
Caption = 'Version #:'
Color = clNone
ParentColor = False
Left = 14
Height = 14
Top = 6
Width = 51
end
object BuildDateLabel: TLabel
Alignment = taCenter
Caption = 'Date:'
Color = clNone
ParentColor = False
Left = 14
Height = 14
Top = 23
Width = 28
end
object RevisionLabel: TLabel
Caption = 'RevisionLabel'
Color = clNone
ParentColor = False
Left = 14
Height = 14
Top = 40
Width = 66
end
object CloseButton: TBitBtn
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
Left = 70
Height = 40
Top = 225
Width = 77
end
object Notebook1: TNotebook
Anchors = [akTop, akLeft, akRight, akBottom]
PageIndex = 0
Left = 215
Height = 261
Top = 6
Width = 389
object AboutPage: TPage
Caption = 'About'
ClientWidth = 381
ClientHeight = 235
Height = 235
Width = 381
object AboutMemo: TMemo
Align = alClient
ReadOnly = True
ScrollBars = ssAutoBoth
TabOrder = 0
Height = 235
Width = 381
end
end
object ContributorsPage: TPage
Caption = 'Contributors'
ClientWidth = 381
ClientHeight = 235
Height = 235
Width = 381
object ContributorsMemo: TMemo
Align = alClient
ReadOnly = True
ScrollBars = ssAutoBoth
TabOrder = 0
Height = 235
Width = 381
end
end
end
end