IDE : Start change on AboutBox

git-svn-id: trunk@22370 -
This commit is contained in:
laurent 2009-11-01 13:58:33 +00:00
parent e7998ea585
commit 143f2846cd
3 changed files with 258 additions and 185 deletions

View File

@ -1,120 +1,141 @@
object AboutForm: TAboutForm object AboutForm: TAboutForm
Left = 351 Left = 422
Height = 301 Height = 381
Top = 388 Top = 165
Width = 608 Width = 454
ActiveControl = Notebook ActiveControl = Notebook
Caption = 'About Lazarus' Caption = 'About Lazarus'
ClientHeight = 301 ClientHeight = 381
ClientWidth = 608 ClientWidth = 454
OnClose = FormClose OnClose = FormClose
OnCreate = AboutFormCreate OnCreate = AboutFormCreate
PopupMenu = PopupMenu1 PopupMenu = PopupMenu1
Position = poScreenCenter Position = poScreenCenter
LCLVersion = '0.9.29' LCLVersion = '0.9.29'
object VersionLabel: TLabel
Left = 14
Height = 14
Top = 6
Width = 51
Alignment = taCenter
Caption = 'Version #:'
ParentColor = False
end
object BuildDateLabel: TLabel
AnchorSideTop.Control = VersionLabel
AnchorSideTop.Side = asrBottom
Left = 14
Height = 14
Top = 20
Width = 28
Alignment = taCenter
Caption = 'Date:'
ParentColor = False
end
object RevisionLabel: TLabel
AnchorSideLeft.Control = BuildDateLabel
AnchorSideTop.Control = FPCVersionLabel
AnchorSideTop.Side = asrBottom
Left = 14
Height = 14
Top = 48
Width = 66
Caption = 'RevisionLabel'
ParentColor = False
end
object PlatformLabel: TLabel
AnchorSideLeft.Control = BuildDateLabel
AnchorSideTop.Control = RevisionLabel
AnchorSideTop.Side = asrBottom
Left = 14
Height = 14
Top = 62
Width = 66
Caption = 'PlatformLabel'
ParentColor = False
end
object Image1: TImage
AnchorSideLeft.Control = Owner
AnchorSideTop.Control = PlatformLabel
AnchorSideTop.Side = asrBottom
AnchorSideRight.Control = Notebook
Left = 6
Height = 113
Top = 82
Width = 203
Anchors = [akTop, akLeft, akRight]
BorderSpacing.Around = 6
Center = True
Proportional = True
end
object FPCVersionLabel: TLabel
AnchorSideLeft.Control = BuildDateLabel
AnchorSideTop.Control = BuildDateLabel
AnchorSideTop.Side = asrBottom
Left = 14
Height = 14
Top = 34
Width = 80
Caption = 'FPCVersionLabel'
ParentColor = False
end
object CloseButton: TBitBtn
AnchorSideBottom.Control = Owner
AnchorSideBottom.Side = asrBottom
Left = 70
Height = 26
Top = 269
Width = 71
Anchors = [akLeft, akBottom]
AutoSize = True
BorderSpacing.Around = 6
Cancel = True
Caption = '&Close'
Kind = bkClose
ModalResult = 1
NumGlyphs = 0
TabOrder = 1
end
object Notebook: TNotebook object Notebook: TNotebook
Left = 215 Left = 0
Height = 292 Height = 331
Top = 6 Top = 0
Width = 389 Width = 454
Anchors = [akTop, akLeft, akRight, akBottom] Align = alClient
OnPageChanged = NotebookPageChanged OnPageChanged = NotebookPageChanged
PageIndex = 2 PageIndex = 0
TabOrder = 0 TabOrder = 0
object VersionPage: TPage
Caption = 'Version'
ClientWidth = 450
ClientHeight = 300
object VersionLabel: TLabel
AnchorSideLeft.Control = VersionPage
AnchorSideLeft.Side = asrCenter
AnchorSideTop.Control = LazarusLabel
AnchorSideTop.Side = asrBottom
Left = 187
Height = 18
Top = 121
Width = 76
Alignment = taCenter
BorderSpacing.Top = 10
BorderSpacing.Around = 6
Caption = 'Version #:'
Font.Style = [fsBold]
ParentColor = False
ParentFont = False
end
object BuildDateLabel: TLabel
AnchorSideLeft.Control = VersionPage
AnchorSideLeft.Side = asrCenter
AnchorSideTop.Control = VersionLabel
AnchorSideTop.Side = asrBottom
Left = 207
Height = 18
Top = 145
Width = 36
Alignment = taCenter
BorderSpacing.Around = 6
Caption = 'Date:'
ParentColor = False
end
object RevisionLabel: TLabel
AnchorSideLeft.Control = VersionPage
AnchorSideLeft.Side = asrCenter
AnchorSideTop.Control = FPCVersionLabel
AnchorSideTop.Side = asrBottom
Left = 182
Height = 18
Top = 193
Width = 86
BorderSpacing.Around = 6
Caption = 'RevisionLabel'
ParentColor = False
end
object PlatformLabel: TLabel
AnchorSideLeft.Control = VersionPage
AnchorSideLeft.Side = asrCenter
AnchorSideTop.Control = RevisionLabel
AnchorSideTop.Side = asrBottom
Left = 181
Height = 18
Top = 217
Width = 89
BorderSpacing.Around = 6
Caption = 'PlatformLabel'
ParentColor = False
end
object FPCVersionLabel: TLabel
AnchorSideLeft.Control = VersionPage
AnchorSideLeft.Side = asrCenter
AnchorSideTop.Control = BuildDateLabel
AnchorSideTop.Side = asrBottom
Left = 172
Height = 18
Top = 169
Width = 106
BorderSpacing.Around = 6
Caption = 'FPCVersionLabel'
ParentColor = False
end
object LazarusLabel: TLabel
AnchorSideLeft.Control = VersionPage
AnchorSideLeft.Side = asrCenter
AnchorSideTop.Control = FPCLabel
AnchorSideTop.Side = asrBottom
Left = 153
Height = 45
Top = 60
Width = 144
Caption = 'Lazarus'
Font.Color = clBlue
Font.Height = -33
ParentColor = False
ParentFont = False
end
object FPCLabel: TLabel
AnchorSideLeft.Control = VersionPage
AnchorSideLeft.Side = asrCenter
AnchorSideTop.Control = VersionPage
Left = 182
Height = 20
Top = 40
Width = 87
BorderSpacing.Top = 40
Caption = 'Free Pascal'
Font.Color = clBlue
Font.Height = -14
ParentColor = False
ParentFont = False
end
end
object AboutPage: TPage object AboutPage: TPage
Caption = 'About' Caption = 'About'
ClientWidth = 381 ClientWidth = 450
ClientHeight = 266 ClientHeight = 300
object OfficialLabel: TLabel object OfficialLabel: TLabel
AnchorSideLeft.Control = AboutPage AnchorSideLeft.Control = AboutPage
AnchorSideBottom.Control = DocumentationLabel AnchorSideBottom.Control = DocumentationLabel
Left = 6 Left = 6
Height = 18 Height = 18
Top = 218 Top = 252
Width = 77 Width = 77
Anchors = [akLeft, akBottom] Anchors = [akLeft, akBottom]
BorderSpacing.Around = 6 BorderSpacing.Around = 6
@ -127,7 +148,7 @@ object AboutForm: TAboutForm
AnchorSideBottom.Control = DocumentationLabel AnchorSideBottom.Control = DocumentationLabel
Left = 89 Left = 89
Height = 18 Height = 18
Top = 218 Top = 252
Width = 102 Width = 102
Anchors = [akLeft, akBottom] Anchors = [akLeft, akBottom]
BorderSpacing.Around = 6 BorderSpacing.Around = 6
@ -145,7 +166,7 @@ object AboutForm: TAboutForm
AnchorSideBottom.Side = asrBottom AnchorSideBottom.Side = asrBottom
Left = 6 Left = 6
Height = 18 Height = 18
Top = 242 Top = 276
Width = 134 Width = 134
Anchors = [akLeft, akBottom] Anchors = [akLeft, akBottom]
BorderSpacing.Around = 6 BorderSpacing.Around = 6
@ -159,7 +180,7 @@ object AboutForm: TAboutForm
AnchorSideBottom.Side = asrBottom AnchorSideBottom.Side = asrBottom
Left = 146 Left = 146
Height = 18 Height = 18
Top = 242 Top = 276
Width = 159 Width = 159
Anchors = [akLeft, akBottom] Anchors = [akLeft, akBottom]
BorderSpacing.Around = 6 BorderSpacing.Around = 6
@ -178,9 +199,9 @@ object AboutForm: TAboutForm
AnchorSideRight.Side = asrBottom AnchorSideRight.Side = asrBottom
AnchorSideBottom.Control = OfficialLabel AnchorSideBottom.Control = OfficialLabel
Left = 0 Left = 0
Height = 212 Height = 246
Top = 0 Top = 0
Width = 381 Width = 450
Anchors = [akTop, akLeft, akRight, akBottom] Anchors = [akTop, akLeft, akRight, akBottom]
ReadOnly = True ReadOnly = True
ScrollBars = ssAutoBoth ScrollBars = ssAutoBoth
@ -195,20 +216,51 @@ object AboutForm: TAboutForm
end end
object LogoPage: TPage object LogoPage: TPage
Caption = 'LogoPage' Caption = 'LogoPage'
ClientWidth = 381 ClientWidth = 450
ClientHeight = 266 ClientHeight = 300
object LogoImage: TImage object LogoImage: TImage
Left = 0 Left = 0
Height = 266 Height = 300
Top = 0 Top = 0
Width = 381 Width = 450
Align = alClient Align = alClient
end end
end end
end end
object Panel1: TPanel
Left = 0
Height = 50
Top = 331
Width = 454
Align = alBottom
Caption = 'Panel1'
ClientHeight = 50
ClientWidth = 454
TabOrder = 1
object CloseButton: TBitBtn
AnchorSideLeft.Control = Panel1
AnchorSideLeft.Side = asrCenter
AnchorSideTop.Control = Panel1
AnchorSideTop.Side = asrCenter
AnchorSideBottom.Control = Owner
AnchorSideBottom.Side = asrBottom
Left = 192
Height = 32
Top = 9
Width = 70
AutoSize = True
BorderSpacing.Around = 6
Cancel = True
Caption = '&Close'
Kind = bkClose
ModalResult = 1
NumGlyphs = 0
TabOrder = 0
end
end
object PopupMenu1: TPopupMenu object PopupMenu1: TPopupMenu
left = 18 left = 76
top = 225 top = 278
object miVerToClipboard: TMenuItem object miVerToClipboard: TMenuItem
Caption = 'Copy version information to clipboard' Caption = 'Copy version information to clipboard'
OnClick = miVerToClipboardClick OnClick = miVerToClipboardClick

View File

@ -1,74 +1,92 @@
{ This is an automatically generated lazarus resource file } { This is an automatically generated lazarus resource file }
LazarusResources.Add('TAboutForm','FORMDATA',[ LazarusResources.Add('TAboutForm','FORMDATA',[
'TPF0'#10'TAboutForm'#9'AboutForm'#4'Left'#3'_'#1#6'Height'#3'-'#1#3'Top'#3 'TPF0'#10'TAboutForm'#9'AboutForm'#4'Left'#3#166#1#6'Height'#3'}'#1#3'Top'#3
+#132#1#5'Width'#3'`'#2#13'ActiveControl'#7#8'Notebook'#7'Caption'#6#13'About' +#165#0#5'Width'#3#198#1#13'ActiveControl'#7#8'Notebook'#7'Caption'#6#13'Abou'
+' Lazarus'#12'ClientHeight'#3'-'#1#11'ClientWidth'#3'`'#2#7'OnClose'#7#9'For' +'t Lazarus'#12'ClientHeight'#3'}'#1#11'ClientWidth'#3#198#1#7'OnClose'#7#9'F'
+'mClose'#8'OnCreate'#7#15'AboutFormCreate'#9'PopupMenu'#7#10'PopupMenu1'#8'P' +'ormClose'#8'OnCreate'#7#15'AboutFormCreate'#9'PopupMenu'#7#10'PopupMenu1'#8
+'osition'#7#14'poScreenCenter'#10'LCLVersion'#6#6'0.9.29'#0#6'TLabel'#12'Ver' +'Position'#7#14'poScreenCenter'#10'LCLVersion'#6#6'0.9.29'#0#9'TNotebook'#8
+'sionLabel'#4'Left'#2#14#6'Height'#2#14#3'Top'#2#6#5'Width'#2'3'#9'Alignment' +'Notebook'#4'Left'#2#0#6'Height'#3'K'#1#3'Top'#2#0#5'Width'#3#198#1#5'Align'
+#7#8'taCenter'#7'Caption'#6#10'Version #:'#11'ParentColor'#8#0#0#6'TLabel'#14 +#7#8'alClient'#13'OnPageChanged'#7#19'NotebookPageChanged'#9'PageIndex'#2#0#8
+'BuildDateLabel'#21'AnchorSideTop.Control'#7#12'VersionLabel'#18'AnchorSideT' +'TabOrder'#2#0#0#5'TPage'#11'VersionPage'#7'Caption'#6#7'Version'#11'ClientW'
+'op.Side'#7#9'asrBottom'#4'Left'#2#14#6'Height'#2#14#3'Top'#2#20#5'Width'#2 +'idth'#3#194#1#12'ClientHeight'#3','#1#0#6'TLabel'#12'VersionLabel'#22'Ancho'
+#28#9'Alignment'#7#8'taCenter'#7'Caption'#6#5'Date:'#11'ParentColor'#8#0#0#6 +'rSideLeft.Control'#7#11'VersionPage'#19'AnchorSideLeft.Side'#7#9'asrCenter'
+'TLabel'#13'RevisionLabel'#22'AnchorSideLeft.Control'#7#14'BuildDateLabel'#21 +#21'AnchorSideTop.Control'#7#12'LazarusLabel'#18'AnchorSideTop.Side'#7#9'asr'
+'AnchorSideTop.Control'#7#15'FPCVersionLabel'#18'AnchorSideTop.Side'#7#9'asr' +'Bottom'#4'Left'#3#187#0#6'Height'#2#18#3'Top'#2'y'#5'Width'#2'L'#9'Alignmen'
+'Bottom'#4'Left'#2#14#6'Height'#2#14#3'Top'#2'0'#5'Width'#2'B'#7'Caption'#6 +'t'#7#8'taCenter'#17'BorderSpacing.Top'#2#10#20'BorderSpacing.Around'#2#6#7
+#13'RevisionLabel'#11'ParentColor'#8#0#0#6'TLabel'#13'PlatformLabel'#22'Anch' +'Caption'#6#10'Version #:'#10'Font.Style'#11#6'fsBold'#0#11'ParentColor'#8#10
+'orSideLeft.Control'#7#14'BuildDateLabel'#21'AnchorSideTop.Control'#7#13'Rev' +'ParentFont'#8#0#0#6'TLabel'#14'BuildDateLabel'#22'AnchorSideLeft.Control'#7
+'isionLabel'#18'AnchorSideTop.Side'#7#9'asrBottom'#4'Left'#2#14#6'Height'#2 +#11'VersionPage'#19'AnchorSideLeft.Side'#7#9'asrCenter'#21'AnchorSideTop.Con'
+#14#3'Top'#2'>'#5'Width'#2'B'#7'Caption'#6#13'PlatformLabel'#11'ParentColor' +'trol'#7#12'VersionLabel'#18'AnchorSideTop.Side'#7#9'asrBottom'#4'Left'#3#207
+#8#0#0#6'TImage'#6'Image1'#22'AnchorSideLeft.Control'#7#5'Owner'#21'AnchorSi' +#0#6'Height'#2#18#3'Top'#3#145#0#5'Width'#2'$'#9'Alignment'#7#8'taCenter'#20
+'deTop.Control'#7#13'PlatformLabel'#18'AnchorSideTop.Side'#7#9'asrBottom'#23 +'BorderSpacing.Around'#2#6#7'Caption'#6#5'Date:'#11'ParentColor'#8#0#0#6'TLa'
+'AnchorSideRight.Control'#7#8'Notebook'#4'Left'#2#6#6'Height'#2'q'#3'Top'#2 +'bel'#13'RevisionLabel'#22'AnchorSideLeft.Control'#7#11'VersionPage'#19'Anch'
+'R'#5'Width'#3#203#0#7'Anchors'#11#5'akTop'#6'akLeft'#7'akRight'#0#20'Border' +'orSideLeft.Side'#7#9'asrCenter'#21'AnchorSideTop.Control'#7#15'FPCVersionLa'
+'Spacing.Around'#2#6#6'Center'#9#12'Proportional'#9#0#0#6'TLabel'#15'FPCVers' +'bel'#18'AnchorSideTop.Side'#7#9'asrBottom'#4'Left'#3#182#0#6'Height'#2#18#3
+'ionLabel'#22'AnchorSideLeft.Control'#7#14'BuildDateLabel'#21'AnchorSideTop.' +'Top'#3#193#0#5'Width'#2'V'#20'BorderSpacing.Around'#2#6#7'Caption'#6#13'Rev'
+'Control'#7#14'BuildDateLabel'#18'AnchorSideTop.Side'#7#9'asrBottom'#4'Left' +'isionLabel'#11'ParentColor'#8#0#0#6'TLabel'#13'PlatformLabel'#22'AnchorSide'
+#2#14#6'Height'#2#14#3'Top'#2'"'#5'Width'#2'P'#7'Caption'#6#15'FPCVersionLab' +'Left.Control'#7#11'VersionPage'#19'AnchorSideLeft.Side'#7#9'asrCenter'#21'A'
+'el'#11'ParentColor'#8#0#0#7'TBitBtn'#11'CloseButton'#24'AnchorSideBottom.Co' +'nchorSideTop.Control'#7#13'RevisionLabel'#18'AnchorSideTop.Side'#7#9'asrBot'
+'ntrol'#7#5'Owner'#21'AnchorSideBottom.Side'#7#9'asrBottom'#4'Left'#2'F'#6'H' +'tom'#4'Left'#3#181#0#6'Height'#2#18#3'Top'#3#217#0#5'Width'#2'Y'#20'BorderS'
+'eight'#2#26#3'Top'#3#13#1#5'Width'#2'G'#7'Anchors'#11#6'akLeft'#8'akBottom' +'pacing.Around'#2#6#7'Caption'#6#13'PlatformLabel'#11'ParentColor'#8#0#0#6'T'
+#0#8'AutoSize'#9#20'BorderSpacing.Around'#2#6#6'Cancel'#9#7'Caption'#6#6'&Cl' +'Label'#15'FPCVersionLabel'#22'AnchorSideLeft.Control'#7#11'VersionPage'#19
+'ose'#4'Kind'#7#7'bkClose'#11'ModalResult'#2#1#9'NumGlyphs'#2#0#8'TabOrder'#2 +'AnchorSideLeft.Side'#7#9'asrCenter'#21'AnchorSideTop.Control'#7#14'BuildDat'
+#1#0#0#9'TNotebook'#8'Notebook'#4'Left'#3#215#0#6'Height'#3'$'#1#3'Top'#2#6#5 +'eLabel'#18'AnchorSideTop.Side'#7#9'asrBottom'#4'Left'#3#172#0#6'Height'#2#18
+'Width'#3#133#1#7'Anchors'#11#5'akTop'#6'akLeft'#7'akRight'#8'akBottom'#0#13 +#3'Top'#3#169#0#5'Width'#2'j'#20'BorderSpacing.Around'#2#6#7'Caption'#6#15'F'
+'OnPageChanged'#7#19'NotebookPageChanged'#9'PageIndex'#2#2#8'TabOrder'#2#0#0 +'PCVersionLabel'#11'ParentColor'#8#0#0#6'TLabel'#12'LazarusLabel'#22'AnchorS'
+#5'TPage'#9'AboutPage'#7'Caption'#6#5'About'#11'ClientWidth'#3'}'#1#12'Clien' +'ideLeft.Control'#7#11'VersionPage'#19'AnchorSideLeft.Side'#7#9'asrCenter'#21
+'tHeight'#3#10#1#0#6'TLabel'#13'OfficialLabel'#22'AnchorSideLeft.Control'#7#9 +'AnchorSideTop.Control'#7#8'FPCLabel'#18'AnchorSideTop.Side'#7#9'asrBottom'#4
+'AboutPage'#24'AnchorSideBottom.Control'#7#18'DocumentationLabel'#4'Left'#2#6 +'Left'#3#153#0#6'Height'#2'-'#3'Top'#2'<'#5'Width'#3#144#0#7'Caption'#6#7'La'
+#6'Height'#2#18#3'Top'#3#218#0#5'Width'#2'M'#7'Anchors'#11#6'akLeft'#8'akBot' +'zarus'#10'Font.Color'#7#6'clBlue'#11'Font.Height'#2#223#11'ParentColor'#8#10
+'tom'#0#20'BorderSpacing.Around'#2#6#7'Caption'#6#13'OfficialLabel'#11'Paren' +'ParentFont'#8#0#0#6'TLabel'#8'FPCLabel'#22'AnchorSideLeft.Control'#7#11'Ver'
+'tColor'#8#0#0#6'TLabel'#16'OfficialURLLabel'#22'AnchorSideLeft.Control'#7#13 +'sionPage'#19'AnchorSideLeft.Side'#7#9'asrCenter'#21'AnchorSideTop.Control'#7
+'OfficialLabel'#19'AnchorSideLeft.Side'#7#9'asrBottom'#24'AnchorSideBottom.C' +#11'VersionPage'#4'Left'#3#182#0#6'Height'#2#20#3'Top'#2'('#5'Width'#2'W'#17
+'ontrol'#7#18'DocumentationLabel'#4'Left'#2'Y'#6'Height'#2#18#3'Top'#3#218#0 +'BorderSpacing.Top'#2'('#7'Caption'#6#11'Free Pascal'#10'Font.Color'#7#6'clB'
+#5'Width'#2'f'#7'Anchors'#11#6'akLeft'#8'akBottom'#0#20'BorderSpacing.Around' +'lue'#11'Font.Height'#2#242#11'ParentColor'#8#10'ParentFont'#8#0#0#0#5'TPage'
+#2#6#7'Caption'#6#16'OfficialURLLabel'#10'Font.Color'#7#6'clBlue'#11'ParentC' +#9'AboutPage'#7'Caption'#6#5'About'#11'ClientWidth'#3#194#1#12'ClientHeight'
+'olor'#8#10'ParentFont'#8#11'OnMouseDown'#7#17'URLLabelMouseDown'#12'OnMouse' +#3','#1#0#6'TLabel'#13'OfficialLabel'#22'AnchorSideLeft.Control'#7#9'AboutPa'
+'Enter'#7#18'URLLabelMouseEnter'#12'OnMouseLeave'#7#18'URLLabelMouseLeave'#0 +'ge'#24'AnchorSideBottom.Control'#7#18'DocumentationLabel'#4'Left'#2#6#6'Hei'
+#0#6'TLabel'#18'DocumentationLabel'#22'AnchorSideLeft.Control'#7#9'AboutPage' +'ght'#2#18#3'Top'#3#252#0#5'Width'#2'M'#7'Anchors'#11#6'akLeft'#8'akBottom'#0
+#24'AnchorSideBottom.Control'#7#9'AboutPage'#21'AnchorSideBottom.Side'#7#9'a' +#20'BorderSpacing.Around'#2#6#7'Caption'#6#13'OfficialLabel'#11'ParentColor'
+'srBottom'#4'Left'#2#6#6'Height'#2#18#3'Top'#3#242#0#5'Width'#3#134#0#7'Anch' +#8#0#0#6'TLabel'#16'OfficialURLLabel'#22'AnchorSideLeft.Control'#7#13'Offici'
+'ors'#11#6'akLeft'#8'akBottom'#0#20'BorderSpacing.Around'#2#6#7'Caption'#6#18 +'alLabel'#19'AnchorSideLeft.Side'#7#9'asrBottom'#24'AnchorSideBottom.Control'
+'DocumentationLabel'#11'ParentColor'#8#0#0#6'TLabel'#21'DocumentationURLLabe' +#7#18'DocumentationLabel'#4'Left'#2'Y'#6'Height'#2#18#3'Top'#3#252#0#5'Width'
+'l'#22'AnchorSideLeft.Control'#7#18'DocumentationLabel'#19'AnchorSideLeft.Si' +#2'f'#7'Anchors'#11#6'akLeft'#8'akBottom'#0#20'BorderSpacing.Around'#2#6#7'C'
+'de'#7#9'asrBottom'#24'AnchorSideBottom.Control'#7#9'AboutPage'#21'AnchorSid' +'aption'#6#16'OfficialURLLabel'#10'Font.Color'#7#6'clBlue'#11'ParentColor'#8
+'eBottom.Side'#7#9'asrBottom'#4'Left'#3#146#0#6'Height'#2#18#3'Top'#3#242#0#5 +#10'ParentFont'#8#11'OnMouseDown'#7#17'URLLabelMouseDown'#12'OnMouseEnter'#7
+'Width'#3#159#0#7'Anchors'#11#6'akLeft'#8'akBottom'#0#20'BorderSpacing.Aroun' +#18'URLLabelMouseEnter'#12'OnMouseLeave'#7#18'URLLabelMouseLeave'#0#0#6'TLab'
+'d'#2#6#7'Caption'#6#21'DocumentationURLLabel'#10'Font.Color'#7#6'clBlue'#11 +'el'#18'DocumentationLabel'#22'AnchorSideLeft.Control'#7#9'AboutPage'#24'Anc'
+'ParentColor'#8#10'ParentFont'#8#11'OnMouseDown'#7#17'URLLabelMouseDown'#12 +'horSideBottom.Control'#7#9'AboutPage'#21'AnchorSideBottom.Side'#7#9'asrBott'
+'OnMouseEnter'#7#18'URLLabelMouseEnter'#12'OnMouseLeave'#7#18'URLLabelMouseL' +'om'#4'Left'#2#6#6'Height'#2#18#3'Top'#3#20#1#5'Width'#3#134#0#7'Anchors'#11
+'eave'#0#0#5'TMemo'#9'AboutMemo'#22'AnchorSideLeft.Control'#7#9'AboutPage'#21 +#6'akLeft'#8'akBottom'#0#20'BorderSpacing.Around'#2#6#7'Caption'#6#18'Docume'
+'AnchorSideTop.Control'#7#9'AboutPage'#23'AnchorSideRight.Control'#7#9'About' +'ntationLabel'#11'ParentColor'#8#0#0#6'TLabel'#21'DocumentationURLLabel'#22
+'Page'#20'AnchorSideRight.Side'#7#9'asrBottom'#24'AnchorSideBottom.Control'#7 +'AnchorSideLeft.Control'#7#18'DocumentationLabel'#19'AnchorSideLeft.Side'#7#9
+#13'OfficialLabel'#4'Left'#2#0#6'Height'#3#212#0#3'Top'#2#0#5'Width'#3'}'#1#7 +'asrBottom'#24'AnchorSideBottom.Control'#7#9'AboutPage'#21'AnchorSideBottom.'
+'Anchors'#11#5'akTop'#6'akLeft'#7'akRight'#8'akBottom'#0#8'ReadOnly'#9#10'Sc' +'Side'#7#9'asrBottom'#4'Left'#3#146#0#6'Height'#2#18#3'Top'#3#20#1#5'Width'#3
+'rollBars'#7#10'ssAutoBoth'#8'TabOrder'#2#0#0#0#0#5'TPage'#16'ContributorsPa' +#159#0#7'Anchors'#11#6'akLeft'#8'akBottom'#0#20'BorderSpacing.Around'#2#6#7
+'ge'#7'Caption'#6#12'Contributors'#0#0#5'TPage'#20'AcknowledgementsPage'#7'C' +'Caption'#6#21'DocumentationURLLabel'#10'Font.Color'#7#6'clBlue'#11'ParentCo'
,'aption'#6#16'Acknowledgements'#0#0#5'TPage'#8'LogoPage'#7'Caption'#6#8'Logo' ,'lor'#8#10'ParentFont'#8#11'OnMouseDown'#7#17'URLLabelMouseDown'#12'OnMouseE'
+'Page'#11'ClientWidth'#3'}'#1#12'ClientHeight'#3#10#1#0#6'TImage'#9'LogoImag' +'nter'#7#18'URLLabelMouseEnter'#12'OnMouseLeave'#7#18'URLLabelMouseLeave'#0#0
+'e'#4'Left'#2#0#6'Height'#3#10#1#3'Top'#2#0#5'Width'#3'}'#1#5'Align'#7#8'alC' +#5'TMemo'#9'AboutMemo'#22'AnchorSideLeft.Control'#7#9'AboutPage'#21'AnchorSi'
+'lient'#0#0#0#0#10'TPopupMenu'#10'PopupMenu1'#4'left'#2#18#3'top'#3#225#0#0#9 +'deTop.Control'#7#9'AboutPage'#23'AnchorSideRight.Control'#7#9'AboutPage'#20
+'TMenuItem'#16'miVerToClipboard'#7'Caption'#6'%Copy version information to c' +'AnchorSideRight.Side'#7#9'asrBottom'#24'AnchorSideBottom.Control'#7#13'Offi'
+'lipboard'#7'OnClick'#7#21'miVerToClipboardClick'#0#0#0#0 +'cialLabel'#4'Left'#2#0#6'Height'#3#246#0#3'Top'#2#0#5'Width'#3#194#1#7'Anch'
+'ors'#11#5'akTop'#6'akLeft'#7'akRight'#8'akBottom'#0#8'ReadOnly'#9#10'Scroll'
+'Bars'#7#10'ssAutoBoth'#8'TabOrder'#2#0#0#0#0#5'TPage'#16'ContributorsPage'#7
+'Caption'#6#12'Contributors'#0#0#5'TPage'#20'AcknowledgementsPage'#7'Caption'
+#6#16'Acknowledgements'#0#0#5'TPage'#8'LogoPage'#7'Caption'#6#8'LogoPage'#11
+'ClientWidth'#3#194#1#12'ClientHeight'#3','#1#0#6'TImage'#9'LogoImage'#4'Lef'
+'t'#2#0#6'Height'#3','#1#3'Top'#2#0#5'Width'#3#194#1#5'Align'#7#8'alClient'#0
+#0#0#0#6'TPanel'#6'Panel1'#4'Left'#2#0#6'Height'#2'2'#3'Top'#3'K'#1#5'Width'
+#3#198#1#5'Align'#7#8'alBottom'#7'Caption'#6#6'Panel1'#12'ClientHeight'#2'2'
+#11'ClientWidth'#3#198#1#8'TabOrder'#2#1#0#7'TBitBtn'#11'CloseButton'#22'Anc'
+'horSideLeft.Control'#7#6'Panel1'#19'AnchorSideLeft.Side'#7#9'asrCenter'#21
+'AnchorSideTop.Control'#7#6'Panel1'#18'AnchorSideTop.Side'#7#9'asrCenter'#24
+'AnchorSideBottom.Control'#7#5'Owner'#21'AnchorSideBottom.Side'#7#9'asrBotto'
+'m'#4'Left'#3#192#0#6'Height'#2' '#3'Top'#2#9#5'Width'#2'F'#8'AutoSize'#9#20
+'BorderSpacing.Around'#2#6#6'Cancel'#9#7'Caption'#6#6'&Close'#4'Kind'#7#7'bk'
+'Close'#11'ModalResult'#2#1#9'NumGlyphs'#2#0#8'TabOrder'#2#0#0#0#0#10'TPopup'
+'Menu'#10'PopupMenu1'#4'left'#2'L'#3'top'#3#22#1#0#9'TMenuItem'#16'miVerToCl'
+'ipboard'#7'Caption'#6'%Copy version information to clipboard'#7'OnClick'#7
+#21'miVerToClipboardClick'#0#0#0#0
]); ]);

View File

@ -71,13 +71,16 @@ type
AboutMemo: TMEMO; AboutMemo: TMEMO;
DocumentationLabel: TLabel; DocumentationLabel: TLabel;
DocumentationURLLabel: TLabel; DocumentationURLLabel: TLabel;
Image1: TImage;
FPCVersionLabel: TLabel; FPCVersionLabel: TLabel;
LazarusLabel: TLabel;
FPCLabel: TLabel;
LogoImage: TImage; LogoImage: TImage;
LogoPage: TPage; LogoPage: TPage;
miVerToClipboard: TMenuItem; miVerToClipboard: TMenuItem;
OfficialLabel: TLabel; OfficialLabel: TLabel;
OfficialURLLabel: TLabel; OfficialURLLabel: TLabel;
VersionPage: TPage;
Panel1: TPanel;
PlatformLabel: TLabel; PlatformLabel: TLabel;
PopupMenu1: TPopupMenu; PopupMenu1: TPopupMenu;
VersionLabel: TLABEL; VersionLabel: TLABEL;
@ -154,8 +157,8 @@ const
begin begin
Notebook.PageIndex:=0; Notebook.PageIndex:=0;
Image1.Picture.LoadFromLazarusResource('splash_logo'); //Image1.Picture.LoadFromLazarusResource('splash_logo');
LogoImage.Picture := Image1.Picture; LogoImage.Picture.LoadFromLazarusResource('splash_logo');
Caption:=lisAboutLazarus; Caption:=lisAboutLazarus;
VersionLabel.Caption := lisVersion+' #: '+ GetLazarusVersionString; VersionLabel.Caption := lisVersion+' #: '+ GetLazarusVersionString;
RevisionLabel.Caption := lisSVNRevision+LazarusRevisionStr; RevisionLabel.Caption := lisSVNRevision+LazarusRevisionStr;
@ -172,8 +175,8 @@ begin
LogoPage.Caption:=lisLogo; LogoPage.Caption:=lisLogo;
miVerToClipboard.Caption := lisVerToClipboard; miVerToClipboard.Caption := lisVerToClipboard;
Constraints.MinWidth:= 600; Constraints.MinWidth:= 455;
Constraints.MinHeight:= 300; Constraints.MinHeight:= 380;
AboutMemo.Lines.Text:= AboutMemo.Lines.Text:=
Format(lisAboutLazarusMsg,[DoubleLineEnding,DoubleLineEnding,DoubleLineEnding]); Format(lisAboutLazarusMsg,[DoubleLineEnding,DoubleLineEnding,DoubleLineEnding]);