mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-06-03 11:38:17 +02:00
ide: close about form with Escape key
git-svn-id: trunk@18472 -
This commit is contained in:
parent
3058282d40
commit
31c086ff7e
414
ide/aboutfrm.lfm
414
ide/aboutfrm.lfm
@ -3,170 +3,56 @@ object AboutForm: TAboutForm
|
||||
Height = 301
|
||||
Top = 388
|
||||
Width = 608
|
||||
HelpContext = 0
|
||||
ActiveControl = Notebook
|
||||
Align = alNone
|
||||
AllowDropFiles = False
|
||||
AutoScroll = True
|
||||
AutoSize = False
|
||||
BorderIcons = [biSystemMenu, biMinimize, biMaximize]
|
||||
BorderStyle = bsSizeable
|
||||
Caption = 'About Lazarus'
|
||||
ChildSizing.LeftRightSpacing = 0
|
||||
ChildSizing.TopBottomSpacing = 0
|
||||
ChildSizing.HorizontalSpacing = 0
|
||||
ChildSizing.VerticalSpacing = 0
|
||||
ChildSizing.ControlsPerLine = 0
|
||||
ClientHeight = 301
|
||||
ClientWidth = 608
|
||||
DockSite = False
|
||||
DragKind = dkDrag
|
||||
DragMode = dmManual
|
||||
Enabled = True
|
||||
Font.Height = 0
|
||||
Font.Style = []
|
||||
FormStyle = fsNormal
|
||||
OnClose = FormClose
|
||||
OnCreate = AboutFormCreate
|
||||
ParentBiDiMode = True
|
||||
ParentFont = False
|
||||
PopupMenu = PopupMenu1
|
||||
Position = poScreenCenter
|
||||
ShowInTaskBar = stDefault
|
||||
UseDockManager = False
|
||||
LCLVersion = '0.9.27'
|
||||
WindowState = wsNormal
|
||||
object VersionLabel: TLabel
|
||||
Left = 14
|
||||
Height = 17
|
||||
Height = 14
|
||||
Top = 6
|
||||
Width = 73
|
||||
HelpContext = 0
|
||||
Align = alNone
|
||||
Width = 51
|
||||
Alignment = taCenter
|
||||
AutoSize = True
|
||||
BorderSpacing.Left = 0
|
||||
BorderSpacing.Top = 0
|
||||
BorderSpacing.Right = 0
|
||||
BorderSpacing.Bottom = 0
|
||||
BorderSpacing.Around = 0
|
||||
BorderSpacing.CellAlignHorizontal = ccaFill
|
||||
BorderSpacing.CellAlignVertical = ccaFill
|
||||
Caption = 'Version #:'
|
||||
DragCursor = crDrag
|
||||
DragMode = dmManual
|
||||
Enabled = True
|
||||
Layout = tlTop
|
||||
ParentBidiMode = True
|
||||
ParentColor = False
|
||||
ParentFont = True
|
||||
ParentShowHint = True
|
||||
ShowAccelChar = True
|
||||
Transparent = True
|
||||
Visible = True
|
||||
WordWrap = False
|
||||
OptimalFill = False
|
||||
end
|
||||
object BuildDateLabel: TLabel
|
||||
AnchorSideTop.Control = VersionLabel
|
||||
AnchorSideTop.Side = asrBottom
|
||||
Left = 14
|
||||
Height = 17
|
||||
Top = 23
|
||||
Width = 40
|
||||
HelpContext = 0
|
||||
Align = alNone
|
||||
Height = 14
|
||||
Top = 20
|
||||
Width = 28
|
||||
Alignment = taCenter
|
||||
AutoSize = True
|
||||
BorderSpacing.Left = 0
|
||||
BorderSpacing.Top = 0
|
||||
BorderSpacing.Right = 0
|
||||
BorderSpacing.Bottom = 0
|
||||
BorderSpacing.Around = 0
|
||||
BorderSpacing.CellAlignHorizontal = ccaFill
|
||||
BorderSpacing.CellAlignVertical = ccaFill
|
||||
Caption = 'Date:'
|
||||
DragCursor = crDrag
|
||||
DragMode = dmManual
|
||||
Enabled = True
|
||||
Layout = tlTop
|
||||
ParentBidiMode = True
|
||||
ParentColor = False
|
||||
ParentFont = True
|
||||
ParentShowHint = True
|
||||
ShowAccelChar = True
|
||||
Transparent = True
|
||||
Visible = True
|
||||
WordWrap = False
|
||||
OptimalFill = False
|
||||
end
|
||||
object RevisionLabel: TLabel
|
||||
AnchorSideLeft.Control = BuildDateLabel
|
||||
AnchorSideTop.Control = FPCVersionLabel
|
||||
AnchorSideTop.Side = asrBottom
|
||||
Left = 14
|
||||
Height = 17
|
||||
Top = 57
|
||||
Width = 101
|
||||
HelpContext = 0
|
||||
Align = alNone
|
||||
Alignment = taLeftJustify
|
||||
AutoSize = True
|
||||
BorderSpacing.Left = 0
|
||||
BorderSpacing.Top = 0
|
||||
BorderSpacing.Right = 0
|
||||
BorderSpacing.Bottom = 0
|
||||
BorderSpacing.Around = 0
|
||||
BorderSpacing.CellAlignHorizontal = ccaFill
|
||||
BorderSpacing.CellAlignVertical = ccaFill
|
||||
Height = 14
|
||||
Top = 48
|
||||
Width = 66
|
||||
Caption = 'RevisionLabel'
|
||||
DragCursor = crDrag
|
||||
DragMode = dmManual
|
||||
Enabled = True
|
||||
Layout = tlTop
|
||||
ParentBidiMode = True
|
||||
ParentColor = False
|
||||
ParentFont = True
|
||||
ParentShowHint = True
|
||||
ShowAccelChar = True
|
||||
Transparent = True
|
||||
Visible = True
|
||||
WordWrap = False
|
||||
OptimalFill = False
|
||||
end
|
||||
object PlatformLabel: TLabel
|
||||
AnchorSideLeft.Control = BuildDateLabel
|
||||
AnchorSideTop.Control = RevisionLabel
|
||||
AnchorSideTop.Side = asrBottom
|
||||
Left = 14
|
||||
Height = 17
|
||||
Top = 74
|
||||
Width = 101
|
||||
HelpContext = 0
|
||||
Align = alNone
|
||||
Alignment = taLeftJustify
|
||||
AutoSize = True
|
||||
BorderSpacing.Left = 0
|
||||
BorderSpacing.Top = 0
|
||||
BorderSpacing.Right = 0
|
||||
BorderSpacing.Bottom = 0
|
||||
BorderSpacing.Around = 0
|
||||
BorderSpacing.CellAlignHorizontal = ccaFill
|
||||
BorderSpacing.CellAlignVertical = ccaFill
|
||||
Height = 14
|
||||
Top = 62
|
||||
Width = 66
|
||||
Caption = 'PlatformLabel'
|
||||
DragCursor = crDrag
|
||||
DragMode = dmManual
|
||||
Enabled = True
|
||||
Layout = tlTop
|
||||
ParentBidiMode = True
|
||||
ParentColor = False
|
||||
ParentFont = True
|
||||
ParentShowHint = True
|
||||
ShowAccelChar = True
|
||||
Transparent = True
|
||||
Visible = True
|
||||
WordWrap = False
|
||||
OptimalFill = False
|
||||
end
|
||||
object Image1: TImage
|
||||
AnchorSideLeft.Control = Owner
|
||||
@ -175,168 +61,65 @@ object AboutForm: TAboutForm
|
||||
AnchorSideRight.Control = Notebook
|
||||
Left = 6
|
||||
Height = 113
|
||||
Top = 97
|
||||
Top = 82
|
||||
Width = 203
|
||||
HelpContext = 0
|
||||
Align = alNone
|
||||
Anchors = [akTop, akLeft, akRight]
|
||||
AutoSize = False
|
||||
BorderSpacing.Left = 0
|
||||
BorderSpacing.Top = 0
|
||||
BorderSpacing.Right = 0
|
||||
BorderSpacing.Bottom = 0
|
||||
BorderSpacing.Around = 6
|
||||
BorderSpacing.CellAlignHorizontal = ccaFill
|
||||
BorderSpacing.CellAlignVertical = ccaFill
|
||||
Center = True
|
||||
DragCursor = crDrag
|
||||
DragMode = dmManual
|
||||
Enabled = True
|
||||
ParentShowHint = True
|
||||
Proportional = True
|
||||
Stretch = False
|
||||
Transparent = False
|
||||
Visible = True
|
||||
end
|
||||
object FPCVersionLabel: TLabel
|
||||
AnchorSideLeft.Control = BuildDateLabel
|
||||
AnchorSideTop.Control = BuildDateLabel
|
||||
AnchorSideTop.Side = asrBottom
|
||||
Left = 14
|
||||
Height = 17
|
||||
Top = 40
|
||||
Width = 127
|
||||
HelpContext = 0
|
||||
Align = alNone
|
||||
Alignment = taLeftJustify
|
||||
AutoSize = True
|
||||
BorderSpacing.Left = 0
|
||||
BorderSpacing.Top = 0
|
||||
BorderSpacing.Right = 0
|
||||
BorderSpacing.Bottom = 0
|
||||
BorderSpacing.Around = 0
|
||||
BorderSpacing.CellAlignHorizontal = ccaFill
|
||||
BorderSpacing.CellAlignVertical = ccaFill
|
||||
Height = 14
|
||||
Top = 34
|
||||
Width = 80
|
||||
Caption = 'FPCVersionLabel'
|
||||
DragCursor = crDrag
|
||||
DragMode = dmManual
|
||||
Enabled = True
|
||||
Layout = tlTop
|
||||
ParentBidiMode = True
|
||||
ParentColor = False
|
||||
ParentFont = True
|
||||
ParentShowHint = True
|
||||
ShowAccelChar = True
|
||||
Transparent = True
|
||||
Visible = True
|
||||
WordWrap = False
|
||||
OptimalFill = False
|
||||
end
|
||||
object CloseButton: TBitBtn
|
||||
AnchorSideBottom.Control = Owner
|
||||
AnchorSideBottom.Side = asrBottom
|
||||
Left = 70
|
||||
Height = 32
|
||||
Top = 263
|
||||
Width = 66
|
||||
HelpContext = 0
|
||||
Align = alNone
|
||||
Height = 26
|
||||
Top = 269
|
||||
Width = 71
|
||||
Anchors = [akLeft, akBottom]
|
||||
AutoSize = True
|
||||
BorderSpacing.Left = 0
|
||||
BorderSpacing.Top = 0
|
||||
BorderSpacing.Right = 0
|
||||
BorderSpacing.Bottom = 0
|
||||
BorderSpacing.Around = 6
|
||||
BorderSpacing.CellAlignHorizontal = ccaFill
|
||||
BorderSpacing.CellAlignVertical = ccaFill
|
||||
Cancel = False
|
||||
Cancel = True
|
||||
Caption = '&Close'
|
||||
Default = False
|
||||
Enabled = True
|
||||
Kind = bkClose
|
||||
Layout = blGlyphLeft
|
||||
Margin = -1
|
||||
ModalResult = 1
|
||||
NumGlyphs = 0
|
||||
ParentFont = True
|
||||
ParentShowHint = True
|
||||
Spacing = 3
|
||||
TabOrder = 1
|
||||
TabStop = True
|
||||
Visible = True
|
||||
end
|
||||
object Notebook: TNotebook
|
||||
Left = 215
|
||||
Height = 292
|
||||
Top = 6
|
||||
Width = 389
|
||||
HelpContext = 0
|
||||
TabStop = True
|
||||
Align = alNone
|
||||
Anchors = [akTop, akLeft, akRight, akBottom]
|
||||
BorderSpacing.Left = 0
|
||||
BorderSpacing.Top = 0
|
||||
BorderSpacing.Right = 0
|
||||
BorderSpacing.Bottom = 0
|
||||
BorderSpacing.Around = 0
|
||||
BorderSpacing.CellAlignHorizontal = ccaFill
|
||||
BorderSpacing.CellAlignVertical = ccaFill
|
||||
DragCursor = crDrag
|
||||
DragMode = dmManual
|
||||
Enabled = True
|
||||
OnPageChanged = NotebookPageChanged
|
||||
Options = []
|
||||
PageIndex = 2
|
||||
ParentFont = True
|
||||
ShowTabs = True
|
||||
TabOrder = 0
|
||||
object AboutPage: TPage
|
||||
HelpContext = 0
|
||||
Caption = 'About'
|
||||
ChildSizing.LeftRightSpacing = 0
|
||||
ChildSizing.TopBottomSpacing = 0
|
||||
ChildSizing.HorizontalSpacing = 0
|
||||
ChildSizing.VerticalSpacing = 0
|
||||
ChildSizing.ControlsPerLine = 0
|
||||
ClientWidth = 389
|
||||
ClientHeight = 292
|
||||
ImageIndex = -1
|
||||
ParentFont = True
|
||||
ParentShowHint = True
|
||||
ClientWidth = 381
|
||||
ClientHeight = 266
|
||||
object OfficialLabel: TLabel
|
||||
AnchorSideLeft.Control = AboutPage
|
||||
AnchorSideBottom.Control = DocumentationLabel
|
||||
Left = 6
|
||||
Height = 18
|
||||
Top = 244
|
||||
Top = 218
|
||||
Width = 77
|
||||
HelpContext = 0
|
||||
Align = alNone
|
||||
Alignment = taLeftJustify
|
||||
Anchors = [akLeft, akBottom]
|
||||
AutoSize = True
|
||||
BorderSpacing.Left = 0
|
||||
BorderSpacing.Top = 0
|
||||
BorderSpacing.Right = 0
|
||||
BorderSpacing.Bottom = 0
|
||||
BorderSpacing.Around = 6
|
||||
BorderSpacing.CellAlignHorizontal = ccaFill
|
||||
BorderSpacing.CellAlignVertical = ccaFill
|
||||
Caption = 'OfficialLabel'
|
||||
DragCursor = crDrag
|
||||
DragMode = dmManual
|
||||
Enabled = True
|
||||
Layout = tlTop
|
||||
ParentBidiMode = True
|
||||
ParentColor = False
|
||||
ParentFont = True
|
||||
ParentShowHint = True
|
||||
ShowAccelChar = True
|
||||
Transparent = True
|
||||
Visible = True
|
||||
WordWrap = False
|
||||
OptimalFill = False
|
||||
end
|
||||
object OfficialURLLabel: TLabel
|
||||
AnchorSideLeft.Control = OfficialLabel
|
||||
@ -344,40 +127,17 @@ object AboutForm: TAboutForm
|
||||
AnchorSideBottom.Control = DocumentationLabel
|
||||
Left = 89
|
||||
Height = 18
|
||||
Top = 244
|
||||
Top = 218
|
||||
Width = 102
|
||||
HelpContext = 0
|
||||
Align = alNone
|
||||
Alignment = taLeftJustify
|
||||
Anchors = [akLeft, akBottom]
|
||||
AutoSize = True
|
||||
BorderSpacing.Left = 0
|
||||
BorderSpacing.Top = 0
|
||||
BorderSpacing.Right = 0
|
||||
BorderSpacing.Bottom = 0
|
||||
BorderSpacing.Around = 6
|
||||
BorderSpacing.CellAlignHorizontal = ccaFill
|
||||
BorderSpacing.CellAlignVertical = ccaFill
|
||||
Caption = 'OfficialURLLabel'
|
||||
DragCursor = crDrag
|
||||
DragMode = dmManual
|
||||
Enabled = True
|
||||
Font.Color = clBlue
|
||||
Font.Height = 0
|
||||
Font.Style = []
|
||||
Layout = tlTop
|
||||
ParentBidiMode = True
|
||||
ParentColor = False
|
||||
ParentFont = False
|
||||
ParentShowHint = True
|
||||
ShowAccelChar = True
|
||||
Transparent = True
|
||||
Visible = True
|
||||
WordWrap = False
|
||||
OnMouseDown = URLLabelMouseDown
|
||||
OnMouseEnter = URLLabelMouseEnter
|
||||
OnMouseLeave = URLLabelMouseLeave
|
||||
OptimalFill = False
|
||||
end
|
||||
object DocumentationLabel: TLabel
|
||||
AnchorSideLeft.Control = AboutPage
|
||||
@ -385,34 +145,12 @@ object AboutForm: TAboutForm
|
||||
AnchorSideBottom.Side = asrBottom
|
||||
Left = 6
|
||||
Height = 18
|
||||
Top = 268
|
||||
Top = 242
|
||||
Width = 134
|
||||
HelpContext = 0
|
||||
Align = alNone
|
||||
Alignment = taLeftJustify
|
||||
Anchors = [akLeft, akBottom]
|
||||
AutoSize = True
|
||||
BorderSpacing.Left = 0
|
||||
BorderSpacing.Top = 0
|
||||
BorderSpacing.Right = 0
|
||||
BorderSpacing.Bottom = 0
|
||||
BorderSpacing.Around = 6
|
||||
BorderSpacing.CellAlignHorizontal = ccaFill
|
||||
BorderSpacing.CellAlignVertical = ccaFill
|
||||
Caption = 'DocumentationLabel'
|
||||
DragCursor = crDrag
|
||||
DragMode = dmManual
|
||||
Enabled = True
|
||||
Layout = tlTop
|
||||
ParentBidiMode = True
|
||||
ParentColor = False
|
||||
ParentFont = True
|
||||
ParentShowHint = True
|
||||
ShowAccelChar = True
|
||||
Transparent = True
|
||||
Visible = True
|
||||
WordWrap = False
|
||||
OptimalFill = False
|
||||
end
|
||||
object DocumentationURLLabel: TLabel
|
||||
AnchorSideLeft.Control = DocumentationLabel
|
||||
@ -421,40 +159,17 @@ object AboutForm: TAboutForm
|
||||
AnchorSideBottom.Side = asrBottom
|
||||
Left = 146
|
||||
Height = 18
|
||||
Top = 268
|
||||
Top = 242
|
||||
Width = 159
|
||||
HelpContext = 0
|
||||
Align = alNone
|
||||
Alignment = taLeftJustify
|
||||
Anchors = [akLeft, akBottom]
|
||||
AutoSize = True
|
||||
BorderSpacing.Left = 0
|
||||
BorderSpacing.Top = 0
|
||||
BorderSpacing.Right = 0
|
||||
BorderSpacing.Bottom = 0
|
||||
BorderSpacing.Around = 6
|
||||
BorderSpacing.CellAlignHorizontal = ccaFill
|
||||
BorderSpacing.CellAlignVertical = ccaFill
|
||||
Caption = 'DocumentationURLLabel'
|
||||
DragCursor = crDrag
|
||||
DragMode = dmManual
|
||||
Enabled = True
|
||||
Font.Color = clBlue
|
||||
Font.Height = 0
|
||||
Font.Style = []
|
||||
Layout = tlTop
|
||||
ParentBidiMode = True
|
||||
ParentColor = False
|
||||
ParentFont = False
|
||||
ParentShowHint = True
|
||||
ShowAccelChar = True
|
||||
Transparent = True
|
||||
Visible = True
|
||||
WordWrap = False
|
||||
OnMouseDown = URLLabelMouseDown
|
||||
OnMouseEnter = URLLabelMouseEnter
|
||||
OnMouseLeave = URLLabelMouseLeave
|
||||
OptimalFill = False
|
||||
end
|
||||
object AboutMemo: TMemo
|
||||
AnchorSideLeft.Control = AboutPage
|
||||
@ -463,96 +178,31 @@ object AboutForm: TAboutForm
|
||||
AnchorSideRight.Side = asrBottom
|
||||
AnchorSideBottom.Control = OfficialLabel
|
||||
Left = 0
|
||||
Height = 238
|
||||
Height = 212
|
||||
Top = 0
|
||||
Width = 389
|
||||
HelpContext = 0
|
||||
Align = alNone
|
||||
Alignment = taLeftJustify
|
||||
Width = 381
|
||||
Anchors = [akTop, akLeft, akRight, akBottom]
|
||||
BorderSpacing.Left = 0
|
||||
BorderSpacing.Top = 0
|
||||
BorderSpacing.Right = 0
|
||||
BorderSpacing.Bottom = 0
|
||||
BorderSpacing.Around = 0
|
||||
BorderSpacing.CellAlignHorizontal = ccaFill
|
||||
BorderSpacing.CellAlignVertical = ccaFill
|
||||
DragCursor = crDrag
|
||||
DragMode = dmManual
|
||||
Enabled = True
|
||||
MaxLength = -1
|
||||
ParentBidiMode = True
|
||||
ParentFont = True
|
||||
ReadOnly = True
|
||||
ScrollBars = ssAutoBoth
|
||||
TabOrder = 0
|
||||
TabStop = True
|
||||
Visible = True
|
||||
WantReturns = True
|
||||
WantTabs = False
|
||||
end
|
||||
end
|
||||
object ContributorsPage: TPage
|
||||
HelpContext = 0
|
||||
Caption = 'Contributors'
|
||||
ChildSizing.LeftRightSpacing = 0
|
||||
ChildSizing.TopBottomSpacing = 0
|
||||
ChildSizing.HorizontalSpacing = 0
|
||||
ChildSizing.VerticalSpacing = 0
|
||||
ChildSizing.ControlsPerLine = 0
|
||||
ImageIndex = -1
|
||||
ParentFont = True
|
||||
ParentShowHint = True
|
||||
end
|
||||
object AcknowledgementsPage: TPage
|
||||
HelpContext = 0
|
||||
Caption = 'Acknowledgements'
|
||||
ChildSizing.LeftRightSpacing = 0
|
||||
ChildSizing.TopBottomSpacing = 0
|
||||
ChildSizing.HorizontalSpacing = 0
|
||||
ChildSizing.VerticalSpacing = 0
|
||||
ChildSizing.ControlsPerLine = 0
|
||||
ImageIndex = -1
|
||||
ParentFont = True
|
||||
ParentShowHint = True
|
||||
end
|
||||
object LogoPage: TPage
|
||||
HelpContext = 0
|
||||
Caption = 'LogoPage'
|
||||
ChildSizing.LeftRightSpacing = 0
|
||||
ChildSizing.TopBottomSpacing = 0
|
||||
ChildSizing.HorizontalSpacing = 0
|
||||
ChildSizing.VerticalSpacing = 0
|
||||
ChildSizing.ControlsPerLine = 0
|
||||
ClientWidth = 389
|
||||
ClientHeight = 292
|
||||
ImageIndex = -1
|
||||
ParentFont = True
|
||||
ParentShowHint = True
|
||||
ClientWidth = 381
|
||||
ClientHeight = 266
|
||||
object LogoImage: TImage
|
||||
Left = 0
|
||||
Height = 292
|
||||
Height = 266
|
||||
Top = 0
|
||||
Width = 389
|
||||
HelpContext = 0
|
||||
Width = 381
|
||||
Align = alClient
|
||||
AutoSize = False
|
||||
BorderSpacing.Left = 0
|
||||
BorderSpacing.Top = 0
|
||||
BorderSpacing.Right = 0
|
||||
BorderSpacing.Bottom = 0
|
||||
BorderSpacing.Around = 0
|
||||
BorderSpacing.CellAlignHorizontal = ccaFill
|
||||
BorderSpacing.CellAlignVertical = ccaFill
|
||||
Center = False
|
||||
DragCursor = crDrag
|
||||
DragMode = dmManual
|
||||
Enabled = True
|
||||
ParentShowHint = True
|
||||
Proportional = False
|
||||
Stretch = False
|
||||
Transparent = False
|
||||
Visible = True
|
||||
end
|
||||
end
|
||||
end
|
||||
@ -561,8 +211,6 @@ object AboutForm: TAboutForm
|
||||
top = 225
|
||||
object miVerToClipboard: TMenuItem
|
||||
Caption = 'Copy version information to clipboard'
|
||||
RightJustify = False
|
||||
ShowAlwaysCheckable = False
|
||||
OnClick = miVerToClipboardClick
|
||||
end
|
||||
end
|
||||
|
252
ide/aboutfrm.lrs
252
ide/aboutfrm.lrs
@ -2,189 +2,73 @@
|
||||
|
||||
LazarusResources.Add('TAboutForm','FORMDATA',[
|
||||
'TPF0'#10'TAboutForm'#9'AboutForm'#4'Left'#3'_'#1#6'Height'#3'-'#1#3'Top'#3
|
||||
+#132#1#5'Width'#3'`'#2#11'HelpContext'#2#0#13'ActiveControl'#7#8'Notebook'#5
|
||||
+'Align'#7#6'alNone'#14'AllowDropFiles'#8#10'AutoScroll'#9#8'AutoSize'#8#11'B'
|
||||
+'orderIcons'#11#12'biSystemMenu'#10'biMinimize'#10'biMaximize'#0#11'BorderSt'
|
||||
+'yle'#7#10'bsSizeable'#7'Caption'#6#13'About Lazarus'#28'ChildSizing.LeftRig'
|
||||
+'htSpacing'#2#0#28'ChildSizing.TopBottomSpacing'#2#0#29'ChildSizing.Horizont'
|
||||
+'alSpacing'#2#0#27'ChildSizing.VerticalSpacing'#2#0#27'ChildSizing.ControlsP'
|
||||
+'erLine'#2#0#12'ClientHeight'#3'-'#1#11'ClientWidth'#3'`'#2#8'DockSite'#8#8
|
||||
+'DragKind'#7#6'dkDrag'#8'DragMode'#7#8'dmManual'#7'Enabled'#9#11'Font.Height'
|
||||
+#2#0#10'Font.Style'#11#0#9'FormStyle'#7#8'fsNormal'#7'OnClose'#7#9'FormClose'
|
||||
+#8'OnCreate'#7#15'AboutFormCreate'#14'ParentBiDiMode'#9#10'ParentFont'#8#9'P'
|
||||
+'opupMenu'#7#10'PopupMenu1'#8'Position'#7#14'poScreenCenter'#13'ShowInTaskBa'
|
||||
+'r'#7#9'stDefault'#14'UseDockManager'#8#10'LCLVersion'#6#6'0.9.27'#11'Window'
|
||||
+'State'#7#8'wsNormal'#0#6'TLabel'#12'VersionLabel'#4'Left'#2#14#6'Height'#2
|
||||
+#17#3'Top'#2#6#5'Width'#2'I'#11'HelpContext'#2#0#5'Align'#7#6'alNone'#9'Alig'
|
||||
+'nment'#7#8'taCenter'#8'AutoSize'#9#18'BorderSpacing.Left'#2#0#17'BorderSpac'
|
||||
+'ing.Top'#2#0#19'BorderSpacing.Right'#2#0#20'BorderSpacing.Bottom'#2#0#20'Bo'
|
||||
+'rderSpacing.Around'#2#0'!BorderSpacing.CellAlignHorizontal'#7#7'ccaFill'#31
|
||||
+'BorderSpacing.CellAlignVertical'#7#7'ccaFill'#7'Caption'#6#10'Version #:'#10
|
||||
+'DragCursor'#7#6'crDrag'#8'DragMode'#7#8'dmManual'#7'Enabled'#9#6'Layout'#7#5
|
||||
+'tlTop'#14'ParentBidiMode'#9#11'ParentColor'#8#10'ParentFont'#9#14'ParentSho'
|
||||
+'wHint'#9#13'ShowAccelChar'#9#11'Transparent'#9#7'Visible'#9#8'WordWrap'#8#11
|
||||
+'OptimalFill'#8#0#0#6'TLabel'#14'BuildDateLabel'#21'AnchorSideTop.Control'#7
|
||||
+#12'VersionLabel'#18'AnchorSideTop.Side'#7#9'asrBottom'#4'Left'#2#14#6'Heigh'
|
||||
+'t'#2#17#3'Top'#2#23#5'Width'#2'('#11'HelpContext'#2#0#5'Align'#7#6'alNone'#9
|
||||
+'Alignment'#7#8'taCenter'#8'AutoSize'#9#18'BorderSpacing.Left'#2#0#17'Border'
|
||||
+'Spacing.Top'#2#0#19'BorderSpacing.Right'#2#0#20'BorderSpacing.Bottom'#2#0#20
|
||||
+'BorderSpacing.Around'#2#0'!BorderSpacing.CellAlignHorizontal'#7#7'ccaFill'
|
||||
+#31'BorderSpacing.CellAlignVertical'#7#7'ccaFill'#7'Caption'#6#5'Date:'#10'D'
|
||||
+'ragCursor'#7#6'crDrag'#8'DragMode'#7#8'dmManual'#7'Enabled'#9#6'Layout'#7#5
|
||||
+'tlTop'#14'ParentBidiMode'#9#11'ParentColor'#8#10'ParentFont'#9#14'ParentSho'
|
||||
+'wHint'#9#13'ShowAccelChar'#9#11'Transparent'#9#7'Visible'#9#8'WordWrap'#8#11
|
||||
+'OptimalFill'#8#0#0#6'TLabel'#13'RevisionLabel'#22'AnchorSideLeft.Control'#7
|
||||
+#14'BuildDateLabel'#21'AnchorSideTop.Control'#7#15'FPCVersionLabel'#18'Ancho'
|
||||
+'rSideTop.Side'#7#9'asrBottom'#4'Left'#2#14#6'Height'#2#17#3'Top'#2'9'#5'Wid'
|
||||
+'th'#2'e'#11'HelpContext'#2#0#5'Align'#7#6'alNone'#9'Alignment'#7#13'taLeftJ'
|
||||
+'ustify'#8'AutoSize'#9#18'BorderSpacing.Left'#2#0#17'BorderSpacing.Top'#2#0
|
||||
+#19'BorderSpacing.Right'#2#0#20'BorderSpacing.Bottom'#2#0#20'BorderSpacing.A'
|
||||
+'round'#2#0'!BorderSpacing.CellAlignHorizontal'#7#7'ccaFill'#31'BorderSpacin'
|
||||
+'g.CellAlignVertical'#7#7'ccaFill'#7'Caption'#6#13'RevisionLabel'#10'DragCur'
|
||||
+'sor'#7#6'crDrag'#8'DragMode'#7#8'dmManual'#7'Enabled'#9#6'Layout'#7#5'tlTop'
|
||||
+#14'ParentBidiMode'#9#11'ParentColor'#8#10'ParentFont'#9#14'ParentShowHint'#9
|
||||
+#13'ShowAccelChar'#9#11'Transparent'#9#7'Visible'#9#8'WordWrap'#8#11'Optimal'
|
||||
+'Fill'#8#0#0#6'TLabel'#13'PlatformLabel'#22'AnchorSideLeft.Control'#7#14'Bui'
|
||||
+'ldDateLabel'#21'AnchorSideTop.Control'#7#13'RevisionLabel'#18'AnchorSideTop'
|
||||
+'.Side'#7#9'asrBottom'#4'Left'#2#14#6'Height'#2#17#3'Top'#2'J'#5'Width'#2'e'
|
||||
+#11'HelpContext'#2#0#5'Align'#7#6'alNone'#9'Alignment'#7#13'taLeftJustify'#8
|
||||
+'AutoSize'#9#18'BorderSpacing.Left'#2#0#17'BorderSpacing.Top'#2#0#19'BorderS'
|
||||
+'pacing.Right'#2#0#20'BorderSpacing.Bottom'#2#0#20'BorderSpacing.Around'#2#0
|
||||
+'!BorderSpacing.CellAlignHorizontal'#7#7'ccaFill'#31'BorderSpacing.CellAlign'
|
||||
+'Vertical'#7#7'ccaFill'#7'Caption'#6#13'PlatformLabel'#10'DragCursor'#7#6'cr'
|
||||
+'Drag'#8'DragMode'#7#8'dmManual'#7'Enabled'#9#6'Layout'#7#5'tlTop'#14'Parent'
|
||||
+'BidiMode'#9#11'ParentColor'#8#10'ParentFont'#9#14'ParentShowHint'#9#13'Show'
|
||||
+'AccelChar'#9#11'Transparent'#9#7'Visible'#9#8'WordWrap'#8#11'OptimalFill'#8
|
||||
+#0#0#6'TImage'#6'Image1'#22'AnchorSideLeft.Control'#7#5'Owner'#21'AnchorSide'
|
||||
+'Top.Control'#7#13'PlatformLabel'#18'AnchorSideTop.Side'#7#9'asrBottom'#23'A'
|
||||
+'nchorSideRight.Control'#7#8'Notebook'#4'Left'#2#6#6'Height'#2'q'#3'Top'#2'a'
|
||||
+#5'Width'#3#203#0#11'HelpContext'#2#0#5'Align'#7#6'alNone'#7'Anchors'#11#5'a'
|
||||
+'kTop'#6'akLeft'#7'akRight'#0#8'AutoSize'#8#18'BorderSpacing.Left'#2#0#17'Bo'
|
||||
+'rderSpacing.Top'#2#0#19'BorderSpacing.Right'#2#0#20'BorderSpacing.Bottom'#2
|
||||
+#0#20'BorderSpacing.Around'#2#6'!BorderSpacing.CellAlignHorizontal'#7#7'ccaF'
|
||||
+'ill'#31'BorderSpacing.CellAlignVertical'#7#7'ccaFill'#6'Center'#9#10'DragCu'
|
||||
+'rsor'#7#6'crDrag'#8'DragMode'#7#8'dmManual'#7'Enabled'#9#14'ParentShowHint'
|
||||
+#9#12'Proportional'#9#7'Stretch'#8#11'Transparent'#8#7'Visible'#9#0#0#6'TLab'
|
||||
,'el'#15'FPCVersionLabel'#22'AnchorSideLeft.Control'#7#14'BuildDateLabel'#21
|
||||
+'AnchorSideTop.Control'#7#14'BuildDateLabel'#18'AnchorSideTop.Side'#7#9'asrB'
|
||||
+'ottom'#4'Left'#2#14#6'Height'#2#17#3'Top'#2'('#5'Width'#2''#11'HelpContext'
|
||||
+#2#0#5'Align'#7#6'alNone'#9'Alignment'#7#13'taLeftJustify'#8'AutoSize'#9#18
|
||||
+'BorderSpacing.Left'#2#0#17'BorderSpacing.Top'#2#0#19'BorderSpacing.Right'#2
|
||||
+#0#20'BorderSpacing.Bottom'#2#0#20'BorderSpacing.Around'#2#0'!BorderSpacing.'
|
||||
+'CellAlignHorizontal'#7#7'ccaFill'#31'BorderSpacing.CellAlignVertical'#7#7'c'
|
||||
+'caFill'#7'Caption'#6#15'FPCVersionLabel'#10'DragCursor'#7#6'crDrag'#8'DragM'
|
||||
+'ode'#7#8'dmManual'#7'Enabled'#9#6'Layout'#7#5'tlTop'#14'ParentBidiMode'#9#11
|
||||
+'ParentColor'#8#10'ParentFont'#9#14'ParentShowHint'#9#13'ShowAccelChar'#9#11
|
||||
+'Transparent'#9#7'Visible'#9#8'WordWrap'#8#11'OptimalFill'#8#0#0#7'TBitBtn'
|
||||
+#11'CloseButton'#24'AnchorSideBottom.Control'#7#5'Owner'#21'AnchorSideBottom'
|
||||
+'.Side'#7#9'asrBottom'#4'Left'#2'F'#6'Height'#2' '#3'Top'#3#7#1#5'Width'#2'B'
|
||||
+#11'HelpContext'#2#0#5'Align'#7#6'alNone'#7'Anchors'#11#6'akLeft'#8'akBottom'
|
||||
+#0#8'AutoSize'#9#18'BorderSpacing.Left'#2#0#17'BorderSpacing.Top'#2#0#19'Bor'
|
||||
+'derSpacing.Right'#2#0#20'BorderSpacing.Bottom'#2#0#20'BorderSpacing.Around'
|
||||
+#2#6'!BorderSpacing.CellAlignHorizontal'#7#7'ccaFill'#31'BorderSpacing.CellA'
|
||||
+'lignVertical'#7#7'ccaFill'#6'Cancel'#8#7'Caption'#6#6'&Close'#7'Default'#8#7
|
||||
+'Enabled'#9#4'Kind'#7#7'bkClose'#6'Layout'#7#11'blGlyphLeft'#6'Margin'#2#255
|
||||
+#11'ModalResult'#2#1#9'NumGlyphs'#2#0#10'ParentFont'#9#14'ParentShowHint'#9#7
|
||||
+'Spacing'#2#3#8'TabOrder'#2#1#7'TabStop'#9#7'Visible'#9#0#0#9'TNotebook'#8'N'
|
||||
+'otebook'#4'Left'#3#215#0#6'Height'#3'$'#1#3'Top'#2#6#5'Width'#3#133#1#11'He'
|
||||
+'lpContext'#2#0#7'TabStop'#9#5'Align'#7#6'alNone'#7'Anchors'#11#5'akTop'#6'a'
|
||||
+'kLeft'#7'akRight'#8'akBottom'#0#18'BorderSpacing.Left'#2#0#17'BorderSpacing'
|
||||
+'.Top'#2#0#19'BorderSpacing.Right'#2#0#20'BorderSpacing.Bottom'#2#0#20'Borde'
|
||||
+'rSpacing.Around'#2#0'!BorderSpacing.CellAlignHorizontal'#7#7'ccaFill'#31'Bo'
|
||||
+'rderSpacing.CellAlignVertical'#7#7'ccaFill'#10'DragCursor'#7#6'crDrag'#8'Dr'
|
||||
+'agMode'#7#8'dmManual'#7'Enabled'#9#13'OnPageChanged'#7#19'NotebookPageChang'
|
||||
+'ed'#7'Options'#11#0#9'PageIndex'#2#2#10'ParentFont'#9#8'ShowTabs'#9#8'TabOr'
|
||||
+'der'#2#0#0#5'TPage'#9'AboutPage'#11'HelpContext'#2#0#7'Caption'#6#5'About'
|
||||
+#28'ChildSizing.LeftRightSpacing'#2#0#28'ChildSizing.TopBottomSpacing'#2#0#29
|
||||
+'ChildSizing.HorizontalSpacing'#2#0#27'ChildSizing.VerticalSpacing'#2#0#27'C'
|
||||
+'hildSizing.ControlsPerLine'#2#0#11'ClientWidth'#3#133#1#12'ClientHeight'#3
|
||||
+'$'#1#10'ImageIndex'#2#255#10'ParentFont'#9#14'ParentShowHint'#9#0#6'TLabel'
|
||||
+#13'OfficialLabel'#22'AnchorSideLeft.Control'#7#9'AboutPage'#24'AnchorSideBo'
|
||||
+'ttom.Control'#7#18'DocumentationLabel'#4'Left'#2#6#6'Height'#2#18#3'Top'#3
|
||||
+#244#0#5'Width'#2'M'#11'HelpContext'#2#0#5'Align'#7#6'alNone'#9'Alignment'#7
|
||||
+#13'taLeftJustify'#7'Anchors'#11#6'akLeft'#8'akBottom'#0#8'AutoSize'#9#18'Bo'
|
||||
+'rderSpacing.Left'#2#0#17'BorderSpacing.Top'#2#0#19'BorderSpacing.Right'#2#0
|
||||
+#20'BorderSpacing.Bottom'#2#0#20'BorderSpacing.Around'#2#6'!BorderSpacing.Ce'
|
||||
+'llAlignHorizontal'#7#7'ccaFill'#31'BorderSpacing.CellAlignVertical'#7#7'cca'
|
||||
+'Fill'#7'Caption'#6#13'OfficialLabel'#10'DragCursor'#7#6'crDrag'#8'DragMode'
|
||||
+#7#8'dmManual'#7'Enabled'#9#6'Layout'#7#5'tlTop'#14'ParentBidiMode'#9#11'Par'
|
||||
+'entColor'#8#10'ParentFont'#9#14'ParentShowHint'#9#13'ShowAccelChar'#9#11'Tr'
|
||||
+'ansparent'#9#7'Visible'#9#8'WordWrap'#8#11'OptimalFill'#8#0#0#6'TLabel'#16
|
||||
+'OfficialURLLabel'#22'AnchorSideLeft.Control'#7#13'OfficialLabel'#19'AnchorS'
|
||||
+'ideLeft.Side'#7#9'asrBottom'#24'AnchorSideBottom.Control'#7#18'Documentatio'
|
||||
+'nLabel'#4'Left'#2'Y'#6'Height'#2#18#3'Top'#3#244#0#5'Width'#2'f'#11'HelpCon'
|
||||
+'text'#2#0#5'Align'#7#6'alNone'#9'Alignment'#7#13'taLeftJustify'#7'Anchors'
|
||||
+#11#6'akLeft'#8'akBottom'#0#8'AutoSize'#9#18'BorderSpacing.Left'#2#0#17'Bord'
|
||||
+'erSpacing.Top'#2#0#19'BorderSpacing.Right'#2#0#20'BorderSpacing.Bottom'#2#0
|
||||
+#20'BorderSpacing.Around'#2#6'!BorderSpacing.CellAlignHorizontal'#7#7'ccaFil'
|
||||
+'l'#31'BorderSpacing.CellAlignVertical'#7#7'ccaFill'#7'Caption'#6#16'Officia'
|
||||
+'lURLLabel'#10'DragCursor'#7#6'crDrag'#8'DragMode'#7#8'dmManual'#7'Enabled'#9
|
||||
+#10'Font.Color'#7#6'clBlue'#11'Font.Height'#2#0#10'Font.Style'#11#0#6'Layout'
|
||||
+#7#5'tlTop'#14'ParentBidiMode'#9#11'ParentColor'#8#10'ParentFont'#8#14'Paren'
|
||||
+'tShowHint'#9#13'ShowAccelChar'#9#11'Transparent'#9#7'Visible'#9#8'WordWrap'
|
||||
+#8#11'OnMouseDown'#7#17'URLLabelMouseDown'#12'OnMouseEnter'#7#18'URLLabelMou'
|
||||
+'seEnter'#12'OnMouseLeave'#7#18'URLLabelMouseLeave'#11'OptimalFill'#8#0#0#6
|
||||
+'TLabel'#18'DocumentationLabel'#22'AnchorSideLeft.Control'#7#9'AboutPage'#24
|
||||
+'AnchorSideBottom.Control'#7#9'AboutPage'#21'AnchorSideBottom.Side'#7#9'asrB'
|
||||
+'ottom'#4'Left'#2#6#6'Height'#2#18#3'Top'#3#12#1#5'Width'#3#134#0#11'HelpCon'
|
||||
+'text'#2#0#5'Align'#7#6'alNone'#9'Alignment'#7#13'taLeftJustify'#7'Anchors'
|
||||
+#11#6'akLeft'#8'akBottom'#0#8'AutoSize'#9#18'BorderSpacing.Left'#2#0#17'Bord'
|
||||
,'erSpacing.Top'#2#0#19'BorderSpacing.Right'#2#0#20'BorderSpacing.Bottom'#2#0
|
||||
+#20'BorderSpacing.Around'#2#6'!BorderSpacing.CellAlignHorizontal'#7#7'ccaFil'
|
||||
+'l'#31'BorderSpacing.CellAlignVertical'#7#7'ccaFill'#7'Caption'#6#18'Documen'
|
||||
+'tationLabel'#10'DragCursor'#7#6'crDrag'#8'DragMode'#7#8'dmManual'#7'Enabled'
|
||||
+#9#6'Layout'#7#5'tlTop'#14'ParentBidiMode'#9#11'ParentColor'#8#10'ParentFont'
|
||||
+#9#14'ParentShowHint'#9#13'ShowAccelChar'#9#11'Transparent'#9#7'Visible'#9#8
|
||||
+'WordWrap'#8#11'OptimalFill'#8#0#0#6'TLabel'#21'DocumentationURLLabel'#22'An'
|
||||
+'chorSideLeft.Control'#7#18'DocumentationLabel'#19'AnchorSideLeft.Side'#7#9
|
||||
+'asrBottom'#24'AnchorSideBottom.Control'#7#9'AboutPage'#21'AnchorSideBottom.'
|
||||
+'Side'#7#9'asrBottom'#4'Left'#3#146#0#6'Height'#2#18#3'Top'#3#12#1#5'Width'#3
|
||||
+#159#0#11'HelpContext'#2#0#5'Align'#7#6'alNone'#9'Alignment'#7#13'taLeftJust'
|
||||
+'ify'#7'Anchors'#11#6'akLeft'#8'akBottom'#0#8'AutoSize'#9#18'BorderSpacing.L'
|
||||
+'eft'#2#0#17'BorderSpacing.Top'#2#0#19'BorderSpacing.Right'#2#0#20'BorderSpa'
|
||||
+'cing.Bottom'#2#0#20'BorderSpacing.Around'#2#6'!BorderSpacing.CellAlignHoriz'
|
||||
+'ontal'#7#7'ccaFill'#31'BorderSpacing.CellAlignVertical'#7#7'ccaFill'#7'Capt'
|
||||
+'ion'#6#21'DocumentationURLLabel'#10'DragCursor'#7#6'crDrag'#8'DragMode'#7#8
|
||||
+'dmManual'#7'Enabled'#9#10'Font.Color'#7#6'clBlue'#11'Font.Height'#2#0#10'Fo'
|
||||
+'nt.Style'#11#0#6'Layout'#7#5'tlTop'#14'ParentBidiMode'#9#11'ParentColor'#8
|
||||
+#10'ParentFont'#8#14'ParentShowHint'#9#13'ShowAccelChar'#9#11'Transparent'#9
|
||||
+#7'Visible'#9#8'WordWrap'#8#11'OnMouseDown'#7#17'URLLabelMouseDown'#12'OnMou'
|
||||
+'seEnter'#7#18'URLLabelMouseEnter'#12'OnMouseLeave'#7#18'URLLabelMouseLeave'
|
||||
+#11'OptimalFill'#8#0#0#5'TMemo'#9'AboutMemo'#22'AnchorSideLeft.Control'#7#9
|
||||
+'AboutPage'#21'AnchorSideTop.Control'#7#9'AboutPage'#23'AnchorSideRight.Cont'
|
||||
+'rol'#7#9'AboutPage'#20'AnchorSideRight.Side'#7#9'asrBottom'#24'AnchorSideBo'
|
||||
+'ttom.Control'#7#13'OfficialLabel'#4'Left'#2#0#6'Height'#3#238#0#3'Top'#2#0#5
|
||||
+'Width'#3#133#1#11'HelpContext'#2#0#5'Align'#7#6'alNone'#9'Alignment'#7#13't'
|
||||
+'aLeftJustify'#7'Anchors'#11#5'akTop'#6'akLeft'#7'akRight'#8'akBottom'#0#18
|
||||
+'BorderSpacing.Left'#2#0#17'BorderSpacing.Top'#2#0#19'BorderSpacing.Right'#2
|
||||
+#0#20'BorderSpacing.Bottom'#2#0#20'BorderSpacing.Around'#2#0'!BorderSpacing.'
|
||||
+'CellAlignHorizontal'#7#7'ccaFill'#31'BorderSpacing.CellAlignVertical'#7#7'c'
|
||||
+'caFill'#10'DragCursor'#7#6'crDrag'#8'DragMode'#7#8'dmManual'#7'Enabled'#9#9
|
||||
+'MaxLength'#2#255#14'ParentBidiMode'#9#10'ParentFont'#9#8'ReadOnly'#9#10'Scr'
|
||||
+'ollBars'#7#10'ssAutoBoth'#8'TabOrder'#2#0#7'TabStop'#9#7'Visible'#9#11'Want'
|
||||
+'Returns'#9#8'WantTabs'#8#0#0#0#5'TPage'#16'ContributorsPage'#11'HelpContext'
|
||||
+#2#0#7'Caption'#6#12'Contributors'#28'ChildSizing.LeftRightSpacing'#2#0#28'C'
|
||||
+'hildSizing.TopBottomSpacing'#2#0#29'ChildSizing.HorizontalSpacing'#2#0#27'C'
|
||||
+'hildSizing.VerticalSpacing'#2#0#27'ChildSizing.ControlsPerLine'#2#0#10'Imag'
|
||||
+'eIndex'#2#255#10'ParentFont'#9#14'ParentShowHint'#9#0#0#5'TPage'#20'Acknowl'
|
||||
+'edgementsPage'#11'HelpContext'#2#0#7'Caption'#6#16'Acknowledgements'#28'Chi'
|
||||
+'ldSizing.LeftRightSpacing'#2#0#28'ChildSizing.TopBottomSpacing'#2#0#29'Chil'
|
||||
+'dSizing.HorizontalSpacing'#2#0#27'ChildSizing.VerticalSpacing'#2#0#27'Child'
|
||||
+'Sizing.ControlsPerLine'#2#0#10'ImageIndex'#2#255#10'ParentFont'#9#14'Parent'
|
||||
+'ShowHint'#9#0#0#5'TPage'#8'LogoPage'#11'HelpContext'#2#0#7'Caption'#6#8'Log'
|
||||
+'oPage'#28'ChildSizing.LeftRightSpacing'#2#0#28'ChildSizing.TopBottomSpacing'
|
||||
+#2#0#29'ChildSizing.HorizontalSpacing'#2#0#27'ChildSizing.VerticalSpacing'#2
|
||||
+#0#27'ChildSizing.ControlsPerLine'#2#0#11'ClientWidth'#3#133#1#12'ClientHeig'
|
||||
+'ht'#3'$'#1#10'ImageIndex'#2#255#10'ParentFont'#9#14'ParentShowHint'#9#0#6'T'
|
||||
+'Image'#9'LogoImage'#4'Left'#2#0#6'Height'#3'$'#1#3'Top'#2#0#5'Width'#3#133#1
|
||||
+#11'HelpContext'#2#0#5'Align'#7#8'alClient'#8'AutoSize'#8#18'BorderSpacing.L'
|
||||
+'eft'#2#0#17'BorderSpacing.Top'#2#0#19'BorderSpacing.Right'#2#0#20'BorderSpa'
|
||||
+'cing.Bottom'#2#0#20'BorderSpacing.Around'#2#0'!BorderSpacing.CellAlignHoriz'
|
||||
+'ontal'#7#7'ccaFill'#31'BorderSpacing.CellAlignVertical'#7#7'ccaFill'#6'Cent'
|
||||
+'er'#8#10'DragCursor'#7#6'crDrag'#8'DragMode'#7#8'dmManual'#7'Enabled'#9#14
|
||||
+'ParentShowHint'#9#12'Proportional'#8#7'Stretch'#8#11'Transparent'#8#7'Visib'
|
||||
+'le'#9#0#0#0#0#10'TPopupMenu'#10'PopupMenu1'#4'left'#2#18#3'top'#3#225#0#0#9
|
||||
+#132#1#5'Width'#3'`'#2#13'ActiveControl'#7#8'Notebook'#7'Caption'#6#13'About'
|
||||
+' Lazarus'#12'ClientHeight'#3'-'#1#11'ClientWidth'#3'`'#2#7'OnClose'#7#9'For'
|
||||
+'mClose'#8'OnCreate'#7#15'AboutFormCreate'#9'PopupMenu'#7#10'PopupMenu1'#8'P'
|
||||
+'osition'#7#14'poScreenCenter'#10'LCLVersion'#6#6'0.9.27'#0#6'TLabel'#12'Ver'
|
||||
+'sionLabel'#4'Left'#2#14#6'Height'#2#14#3'Top'#2#6#5'Width'#2'3'#9'Alignment'
|
||||
+#7#8'taCenter'#7'Caption'#6#10'Version #:'#11'ParentColor'#8#0#0#6'TLabel'#14
|
||||
+'BuildDateLabel'#21'AnchorSideTop.Control'#7#12'VersionLabel'#18'AnchorSideT'
|
||||
+'op.Side'#7#9'asrBottom'#4'Left'#2#14#6'Height'#2#14#3'Top'#2#20#5'Width'#2
|
||||
+#28#9'Alignment'#7#8'taCenter'#7'Caption'#6#5'Date:'#11'ParentColor'#8#0#0#6
|
||||
+'TLabel'#13'RevisionLabel'#22'AnchorSideLeft.Control'#7#14'BuildDateLabel'#21
|
||||
+'AnchorSideTop.Control'#7#15'FPCVersionLabel'#18'AnchorSideTop.Side'#7#9'asr'
|
||||
+'Bottom'#4'Left'#2#14#6'Height'#2#14#3'Top'#2'0'#5'Width'#2'B'#7'Caption'#6
|
||||
+#13'RevisionLabel'#11'ParentColor'#8#0#0#6'TLabel'#13'PlatformLabel'#22'Anch'
|
||||
+'orSideLeft.Control'#7#14'BuildDateLabel'#21'AnchorSideTop.Control'#7#13'Rev'
|
||||
+'isionLabel'#18'AnchorSideTop.Side'#7#9'asrBottom'#4'Left'#2#14#6'Height'#2
|
||||
+#14#3'Top'#2'>'#5'Width'#2'B'#7'Caption'#6#13'PlatformLabel'#11'ParentColor'
|
||||
+#8#0#0#6'TImage'#6'Image1'#22'AnchorSideLeft.Control'#7#5'Owner'#21'AnchorSi'
|
||||
+'deTop.Control'#7#13'PlatformLabel'#18'AnchorSideTop.Side'#7#9'asrBottom'#23
|
||||
+'AnchorSideRight.Control'#7#8'Notebook'#4'Left'#2#6#6'Height'#2'q'#3'Top'#2
|
||||
+'R'#5'Width'#3#203#0#7'Anchors'#11#5'akTop'#6'akLeft'#7'akRight'#0#20'Border'
|
||||
+'Spacing.Around'#2#6#6'Center'#9#12'Proportional'#9#0#0#6'TLabel'#15'FPCVers'
|
||||
+'ionLabel'#22'AnchorSideLeft.Control'#7#14'BuildDateLabel'#21'AnchorSideTop.'
|
||||
+'Control'#7#14'BuildDateLabel'#18'AnchorSideTop.Side'#7#9'asrBottom'#4'Left'
|
||||
+#2#14#6'Height'#2#14#3'Top'#2'"'#5'Width'#2'P'#7'Caption'#6#15'FPCVersionLab'
|
||||
+'el'#11'ParentColor'#8#0#0#7'TBitBtn'#11'CloseButton'#24'AnchorSideBottom.Co'
|
||||
+'ntrol'#7#5'Owner'#21'AnchorSideBottom.Side'#7#9'asrBottom'#4'Left'#2'F'#6'H'
|
||||
+'eight'#2#26#3'Top'#3#13#1#5'Width'#2'G'#7'Anchors'#11#6'akLeft'#8'akBottom'
|
||||
+#0#8'AutoSize'#9#20'BorderSpacing.Around'#2#6#6'Cancel'#9#7'Caption'#6#6'&Cl'
|
||||
+'ose'#4'Kind'#7#7'bkClose'#11'ModalResult'#2#1#9'NumGlyphs'#2#0#8'TabOrder'#2
|
||||
+#1#0#0#9'TNotebook'#8'Notebook'#4'Left'#3#215#0#6'Height'#3'$'#1#3'Top'#2#6#5
|
||||
+'Width'#3#133#1#7'Anchors'#11#5'akTop'#6'akLeft'#7'akRight'#8'akBottom'#0#13
|
||||
+'OnPageChanged'#7#19'NotebookPageChanged'#9'PageIndex'#2#2#8'TabOrder'#2#0#0
|
||||
+#5'TPage'#9'AboutPage'#7'Caption'#6#5'About'#11'ClientWidth'#3'}'#1#12'Clien'
|
||||
+'tHeight'#3#10#1#0#6'TLabel'#13'OfficialLabel'#22'AnchorSideLeft.Control'#7#9
|
||||
+'AboutPage'#24'AnchorSideBottom.Control'#7#18'DocumentationLabel'#4'Left'#2#6
|
||||
+#6'Height'#2#18#3'Top'#3#218#0#5'Width'#2'M'#7'Anchors'#11#6'akLeft'#8'akBot'
|
||||
+'tom'#0#20'BorderSpacing.Around'#2#6#7'Caption'#6#13'OfficialLabel'#11'Paren'
|
||||
+'tColor'#8#0#0#6'TLabel'#16'OfficialURLLabel'#22'AnchorSideLeft.Control'#7#13
|
||||
+'OfficialLabel'#19'AnchorSideLeft.Side'#7#9'asrBottom'#24'AnchorSideBottom.C'
|
||||
+'ontrol'#7#18'DocumentationLabel'#4'Left'#2'Y'#6'Height'#2#18#3'Top'#3#218#0
|
||||
+#5'Width'#2'f'#7'Anchors'#11#6'akLeft'#8'akBottom'#0#20'BorderSpacing.Around'
|
||||
+#2#6#7'Caption'#6#16'OfficialURLLabel'#10'Font.Color'#7#6'clBlue'#11'ParentC'
|
||||
+'olor'#8#10'ParentFont'#8#11'OnMouseDown'#7#17'URLLabelMouseDown'#12'OnMouse'
|
||||
+'Enter'#7#18'URLLabelMouseEnter'#12'OnMouseLeave'#7#18'URLLabelMouseLeave'#0
|
||||
+#0#6'TLabel'#18'DocumentationLabel'#22'AnchorSideLeft.Control'#7#9'AboutPage'
|
||||
+#24'AnchorSideBottom.Control'#7#9'AboutPage'#21'AnchorSideBottom.Side'#7#9'a'
|
||||
+'srBottom'#4'Left'#2#6#6'Height'#2#18#3'Top'#3#242#0#5'Width'#3#134#0#7'Anch'
|
||||
+'ors'#11#6'akLeft'#8'akBottom'#0#20'BorderSpacing.Around'#2#6#7'Caption'#6#18
|
||||
+'DocumentationLabel'#11'ParentColor'#8#0#0#6'TLabel'#21'DocumentationURLLabe'
|
||||
+'l'#22'AnchorSideLeft.Control'#7#18'DocumentationLabel'#19'AnchorSideLeft.Si'
|
||||
+'de'#7#9'asrBottom'#24'AnchorSideBottom.Control'#7#9'AboutPage'#21'AnchorSid'
|
||||
+'eBottom.Side'#7#9'asrBottom'#4'Left'#3#146#0#6'Height'#2#18#3'Top'#3#242#0#5
|
||||
+'Width'#3#159#0#7'Anchors'#11#6'akLeft'#8'akBottom'#0#20'BorderSpacing.Aroun'
|
||||
+'d'#2#6#7'Caption'#6#21'DocumentationURLLabel'#10'Font.Color'#7#6'clBlue'#11
|
||||
+'ParentColor'#8#10'ParentFont'#8#11'OnMouseDown'#7#17'URLLabelMouseDown'#12
|
||||
+'OnMouseEnter'#7#18'URLLabelMouseEnter'#12'OnMouseLeave'#7#18'URLLabelMouseL'
|
||||
+'eave'#0#0#5'TMemo'#9'AboutMemo'#22'AnchorSideLeft.Control'#7#9'AboutPage'#21
|
||||
+'AnchorSideTop.Control'#7#9'AboutPage'#23'AnchorSideRight.Control'#7#9'About'
|
||||
+'Page'#20'AnchorSideRight.Side'#7#9'asrBottom'#24'AnchorSideBottom.Control'#7
|
||||
+#13'OfficialLabel'#4'Left'#2#0#6'Height'#3#212#0#3'Top'#2#0#5'Width'#3'}'#1#7
|
||||
+'Anchors'#11#5'akTop'#6'akLeft'#7'akRight'#8'akBottom'#0#8'ReadOnly'#9#10'Sc'
|
||||
+'rollBars'#7#10'ssAutoBoth'#8'TabOrder'#2#0#0#0#0#5'TPage'#16'ContributorsPa'
|
||||
+'ge'#7'Caption'#6#12'Contributors'#0#0#5'TPage'#20'AcknowledgementsPage'#7'C'
|
||||
,'aption'#6#16'Acknowledgements'#0#0#5'TPage'#8'LogoPage'#7'Caption'#6#8'Logo'
|
||||
+'Page'#11'ClientWidth'#3'}'#1#12'ClientHeight'#3#10#1#0#6'TImage'#9'LogoImag'
|
||||
+'e'#4'Left'#2#0#6'Height'#3#10#1#3'Top'#2#0#5'Width'#3'}'#1#5'Align'#7#8'alC'
|
||||
+'lient'#0#0#0#0#10'TPopupMenu'#10'PopupMenu1'#4'left'#2#18#3'top'#3#225#0#0#9
|
||||
+'TMenuItem'#16'miVerToClipboard'#7'Caption'#6'%Copy version information to c'
|
||||
+'lipboard'#12'RightJustify'#8#19'ShowAlwaysCheckable'#8#7'OnClick'#7#21'miVe'
|
||||
+'rToClipboardClick'#0#0#0#0
|
||||
+'lipboard'#7'OnClick'#7#21'miVerToClipboardClick'#0#0#0#0
|
||||
]);
|
||||
|
Loading…
Reference in New Issue
Block a user