mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-28 16:40:48 +02:00
IDE : Start change on AboutBox
git-svn-id: trunk@22370 -
This commit is contained in:
parent
e7998ea585
commit
143f2846cd
272
ide/aboutfrm.lfm
272
ide/aboutfrm.lfm
@ -1,120 +1,141 @@
|
||||
object AboutForm: TAboutForm
|
||||
Left = 351
|
||||
Height = 301
|
||||
Top = 388
|
||||
Width = 608
|
||||
Left = 422
|
||||
Height = 381
|
||||
Top = 165
|
||||
Width = 454
|
||||
ActiveControl = Notebook
|
||||
Caption = 'About Lazarus'
|
||||
ClientHeight = 301
|
||||
ClientWidth = 608
|
||||
ClientHeight = 381
|
||||
ClientWidth = 454
|
||||
OnClose = FormClose
|
||||
OnCreate = AboutFormCreate
|
||||
PopupMenu = PopupMenu1
|
||||
Position = poScreenCenter
|
||||
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
|
||||
Left = 215
|
||||
Height = 292
|
||||
Top = 6
|
||||
Width = 389
|
||||
Anchors = [akTop, akLeft, akRight, akBottom]
|
||||
Left = 0
|
||||
Height = 331
|
||||
Top = 0
|
||||
Width = 454
|
||||
Align = alClient
|
||||
OnPageChanged = NotebookPageChanged
|
||||
PageIndex = 2
|
||||
PageIndex = 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
|
||||
Caption = 'About'
|
||||
ClientWidth = 381
|
||||
ClientHeight = 266
|
||||
ClientWidth = 450
|
||||
ClientHeight = 300
|
||||
object OfficialLabel: TLabel
|
||||
AnchorSideLeft.Control = AboutPage
|
||||
AnchorSideBottom.Control = DocumentationLabel
|
||||
Left = 6
|
||||
Height = 18
|
||||
Top = 218
|
||||
Top = 252
|
||||
Width = 77
|
||||
Anchors = [akLeft, akBottom]
|
||||
BorderSpacing.Around = 6
|
||||
@ -127,7 +148,7 @@ object AboutForm: TAboutForm
|
||||
AnchorSideBottom.Control = DocumentationLabel
|
||||
Left = 89
|
||||
Height = 18
|
||||
Top = 218
|
||||
Top = 252
|
||||
Width = 102
|
||||
Anchors = [akLeft, akBottom]
|
||||
BorderSpacing.Around = 6
|
||||
@ -145,7 +166,7 @@ object AboutForm: TAboutForm
|
||||
AnchorSideBottom.Side = asrBottom
|
||||
Left = 6
|
||||
Height = 18
|
||||
Top = 242
|
||||
Top = 276
|
||||
Width = 134
|
||||
Anchors = [akLeft, akBottom]
|
||||
BorderSpacing.Around = 6
|
||||
@ -159,7 +180,7 @@ object AboutForm: TAboutForm
|
||||
AnchorSideBottom.Side = asrBottom
|
||||
Left = 146
|
||||
Height = 18
|
||||
Top = 242
|
||||
Top = 276
|
||||
Width = 159
|
||||
Anchors = [akLeft, akBottom]
|
||||
BorderSpacing.Around = 6
|
||||
@ -178,9 +199,9 @@ object AboutForm: TAboutForm
|
||||
AnchorSideRight.Side = asrBottom
|
||||
AnchorSideBottom.Control = OfficialLabel
|
||||
Left = 0
|
||||
Height = 212
|
||||
Height = 246
|
||||
Top = 0
|
||||
Width = 381
|
||||
Width = 450
|
||||
Anchors = [akTop, akLeft, akRight, akBottom]
|
||||
ReadOnly = True
|
||||
ScrollBars = ssAutoBoth
|
||||
@ -195,20 +216,51 @@ object AboutForm: TAboutForm
|
||||
end
|
||||
object LogoPage: TPage
|
||||
Caption = 'LogoPage'
|
||||
ClientWidth = 381
|
||||
ClientHeight = 266
|
||||
ClientWidth = 450
|
||||
ClientHeight = 300
|
||||
object LogoImage: TImage
|
||||
Left = 0
|
||||
Height = 266
|
||||
Height = 300
|
||||
Top = 0
|
||||
Width = 381
|
||||
Width = 450
|
||||
Align = alClient
|
||||
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
|
||||
left = 18
|
||||
top = 225
|
||||
left = 76
|
||||
top = 278
|
||||
object miVerToClipboard: TMenuItem
|
||||
Caption = 'Copy version information to clipboard'
|
||||
OnClick = miVerToClipboardClick
|
||||
|
158
ide/aboutfrm.lrs
158
ide/aboutfrm.lrs
@ -1,74 +1,92 @@
|
||||
{ This is an automatically generated lazarus resource file }
|
||||
|
||||
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#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.29'#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'#7'OnClick'#7#21'miVerToClipboardClick'#0#0#0#0
|
||||
'TPF0'#10'TAboutForm'#9'AboutForm'#4'Left'#3#166#1#6'Height'#3'}'#1#3'Top'#3
|
||||
+#165#0#5'Width'#3#198#1#13'ActiveControl'#7#8'Notebook'#7'Caption'#6#13'Abou'
|
||||
+'t Lazarus'#12'ClientHeight'#3'}'#1#11'ClientWidth'#3#198#1#7'OnClose'#7#9'F'
|
||||
+'ormClose'#8'OnCreate'#7#15'AboutFormCreate'#9'PopupMenu'#7#10'PopupMenu1'#8
|
||||
+'Position'#7#14'poScreenCenter'#10'LCLVersion'#6#6'0.9.29'#0#9'TNotebook'#8
|
||||
+'Notebook'#4'Left'#2#0#6'Height'#3'K'#1#3'Top'#2#0#5'Width'#3#198#1#5'Align'
|
||||
+#7#8'alClient'#13'OnPageChanged'#7#19'NotebookPageChanged'#9'PageIndex'#2#0#8
|
||||
+'TabOrder'#2#0#0#5'TPage'#11'VersionPage'#7'Caption'#6#7'Version'#11'ClientW'
|
||||
+'idth'#3#194#1#12'ClientHeight'#3','#1#0#6'TLabel'#12'VersionLabel'#22'Ancho'
|
||||
+'rSideLeft.Control'#7#11'VersionPage'#19'AnchorSideLeft.Side'#7#9'asrCenter'
|
||||
+#21'AnchorSideTop.Control'#7#12'LazarusLabel'#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'
|
||||
+'t'#7#8'taCenter'#17'BorderSpacing.Top'#2#10#20'BorderSpacing.Around'#2#6#7
|
||||
+'Caption'#6#10'Version #:'#10'Font.Style'#11#6'fsBold'#0#11'ParentColor'#8#10
|
||||
+'ParentFont'#8#0#0#6'TLabel'#14'BuildDateLabel'#22'AnchorSideLeft.Control'#7
|
||||
+#11'VersionPage'#19'AnchorSideLeft.Side'#7#9'asrCenter'#21'AnchorSideTop.Con'
|
||||
+'trol'#7#12'VersionLabel'#18'AnchorSideTop.Side'#7#9'asrBottom'#4'Left'#3#207
|
||||
+#0#6'Height'#2#18#3'Top'#3#145#0#5'Width'#2'$'#9'Alignment'#7#8'taCenter'#20
|
||||
+'BorderSpacing.Around'#2#6#7'Caption'#6#5'Date:'#11'ParentColor'#8#0#0#6'TLa'
|
||||
+'bel'#13'RevisionLabel'#22'AnchorSideLeft.Control'#7#11'VersionPage'#19'Anch'
|
||||
+'orSideLeft.Side'#7#9'asrCenter'#21'AnchorSideTop.Control'#7#15'FPCVersionLa'
|
||||
+'bel'#18'AnchorSideTop.Side'#7#9'asrBottom'#4'Left'#3#182#0#6'Height'#2#18#3
|
||||
+'Top'#3#193#0#5'Width'#2'V'#20'BorderSpacing.Around'#2#6#7'Caption'#6#13'Rev'
|
||||
+'isionLabel'#11'ParentColor'#8#0#0#6'TLabel'#13'PlatformLabel'#22'AnchorSide'
|
||||
+'Left.Control'#7#11'VersionPage'#19'AnchorSideLeft.Side'#7#9'asrCenter'#21'A'
|
||||
+'nchorSideTop.Control'#7#13'RevisionLabel'#18'AnchorSideTop.Side'#7#9'asrBot'
|
||||
+'tom'#4'Left'#3#181#0#6'Height'#2#18#3'Top'#3#217#0#5'Width'#2'Y'#20'BorderS'
|
||||
+'pacing.Around'#2#6#7'Caption'#6#13'PlatformLabel'#11'ParentColor'#8#0#0#6'T'
|
||||
+'Label'#15'FPCVersionLabel'#22'AnchorSideLeft.Control'#7#11'VersionPage'#19
|
||||
+'AnchorSideLeft.Side'#7#9'asrCenter'#21'AnchorSideTop.Control'#7#14'BuildDat'
|
||||
+'eLabel'#18'AnchorSideTop.Side'#7#9'asrBottom'#4'Left'#3#172#0#6'Height'#2#18
|
||||
+#3'Top'#3#169#0#5'Width'#2'j'#20'BorderSpacing.Around'#2#6#7'Caption'#6#15'F'
|
||||
+'PCVersionLabel'#11'ParentColor'#8#0#0#6'TLabel'#12'LazarusLabel'#22'AnchorS'
|
||||
+'ideLeft.Control'#7#11'VersionPage'#19'AnchorSideLeft.Side'#7#9'asrCenter'#21
|
||||
+'AnchorSideTop.Control'#7#8'FPCLabel'#18'AnchorSideTop.Side'#7#9'asrBottom'#4
|
||||
+'Left'#3#153#0#6'Height'#2'-'#3'Top'#2'<'#5'Width'#3#144#0#7'Caption'#6#7'La'
|
||||
+'zarus'#10'Font.Color'#7#6'clBlue'#11'Font.Height'#2#223#11'ParentColor'#8#10
|
||||
+'ParentFont'#8#0#0#6'TLabel'#8'FPCLabel'#22'AnchorSideLeft.Control'#7#11'Ver'
|
||||
+'sionPage'#19'AnchorSideLeft.Side'#7#9'asrCenter'#21'AnchorSideTop.Control'#7
|
||||
+#11'VersionPage'#4'Left'#3#182#0#6'Height'#2#20#3'Top'#2'('#5'Width'#2'W'#17
|
||||
+'BorderSpacing.Top'#2'('#7'Caption'#6#11'Free Pascal'#10'Font.Color'#7#6'clB'
|
||||
+'lue'#11'Font.Height'#2#242#11'ParentColor'#8#10'ParentFont'#8#0#0#0#5'TPage'
|
||||
+#9'AboutPage'#7'Caption'#6#5'About'#11'ClientWidth'#3#194#1#12'ClientHeight'
|
||||
+#3','#1#0#6'TLabel'#13'OfficialLabel'#22'AnchorSideLeft.Control'#7#9'AboutPa'
|
||||
+'ge'#24'AnchorSideBottom.Control'#7#18'DocumentationLabel'#4'Left'#2#6#6'Hei'
|
||||
+'ght'#2#18#3'Top'#3#252#0#5'Width'#2'M'#7'Anchors'#11#6'akLeft'#8'akBottom'#0
|
||||
+#20'BorderSpacing.Around'#2#6#7'Caption'#6#13'OfficialLabel'#11'ParentColor'
|
||||
+#8#0#0#6'TLabel'#16'OfficialURLLabel'#22'AnchorSideLeft.Control'#7#13'Offici'
|
||||
+'alLabel'#19'AnchorSideLeft.Side'#7#9'asrBottom'#24'AnchorSideBottom.Control'
|
||||
+#7#18'DocumentationLabel'#4'Left'#2'Y'#6'Height'#2#18#3'Top'#3#252#0#5'Width'
|
||||
+#2'f'#7'Anchors'#11#6'akLeft'#8'akBottom'#0#20'BorderSpacing.Around'#2#6#7'C'
|
||||
+'aption'#6#16'OfficialURLLabel'#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'URLLabelMouseLeave'#0#0#6'TLab'
|
||||
+'el'#18'DocumentationLabel'#22'AnchorSideLeft.Control'#7#9'AboutPage'#24'Anc'
|
||||
+'horSideBottom.Control'#7#9'AboutPage'#21'AnchorSideBottom.Side'#7#9'asrBott'
|
||||
+'om'#4'Left'#2#6#6'Height'#2#18#3'Top'#3#20#1#5'Width'#3#134#0#7'Anchors'#11
|
||||
+#6'akLeft'#8'akBottom'#0#20'BorderSpacing.Around'#2#6#7'Caption'#6#18'Docume'
|
||||
+'ntationLabel'#11'ParentColor'#8#0#0#6'TLabel'#21'DocumentationURLLabel'#22
|
||||
+'AnchorSideLeft.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#20#1#5'Width'#3
|
||||
+#159#0#7'Anchors'#11#6'akLeft'#8'akBottom'#0#20'BorderSpacing.Around'#2#6#7
|
||||
+'Caption'#6#21'DocumentationURLLabel'#10'Font.Color'#7#6'clBlue'#11'ParentCo'
|
||||
,'lor'#8#10'ParentFont'#8#11'OnMouseDown'#7#17'URLLabelMouseDown'#12'OnMouseE'
|
||||
+'nter'#7#18'URLLabelMouseEnter'#12'OnMouseLeave'#7#18'URLLabelMouseLeave'#0#0
|
||||
+#5'TMemo'#9'AboutMemo'#22'AnchorSideLeft.Control'#7#9'AboutPage'#21'AnchorSi'
|
||||
+'deTop.Control'#7#9'AboutPage'#23'AnchorSideRight.Control'#7#9'AboutPage'#20
|
||||
+'AnchorSideRight.Side'#7#9'asrBottom'#24'AnchorSideBottom.Control'#7#13'Offi'
|
||||
+'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
|
||||
]);
|
||||
|
@ -71,13 +71,16 @@ type
|
||||
AboutMemo: TMEMO;
|
||||
DocumentationLabel: TLabel;
|
||||
DocumentationURLLabel: TLabel;
|
||||
Image1: TImage;
|
||||
FPCVersionLabel: TLabel;
|
||||
LazarusLabel: TLabel;
|
||||
FPCLabel: TLabel;
|
||||
LogoImage: TImage;
|
||||
LogoPage: TPage;
|
||||
miVerToClipboard: TMenuItem;
|
||||
OfficialLabel: TLabel;
|
||||
OfficialURLLabel: TLabel;
|
||||
VersionPage: TPage;
|
||||
Panel1: TPanel;
|
||||
PlatformLabel: TLabel;
|
||||
PopupMenu1: TPopupMenu;
|
||||
VersionLabel: TLABEL;
|
||||
@ -154,8 +157,8 @@ const
|
||||
|
||||
begin
|
||||
Notebook.PageIndex:=0;
|
||||
Image1.Picture.LoadFromLazarusResource('splash_logo');
|
||||
LogoImage.Picture := Image1.Picture;
|
||||
//Image1.Picture.LoadFromLazarusResource('splash_logo');
|
||||
LogoImage.Picture.LoadFromLazarusResource('splash_logo');
|
||||
Caption:=lisAboutLazarus;
|
||||
VersionLabel.Caption := lisVersion+' #: '+ GetLazarusVersionString;
|
||||
RevisionLabel.Caption := lisSVNRevision+LazarusRevisionStr;
|
||||
@ -172,8 +175,8 @@ begin
|
||||
LogoPage.Caption:=lisLogo;
|
||||
miVerToClipboard.Caption := lisVerToClipboard;
|
||||
|
||||
Constraints.MinWidth:= 600;
|
||||
Constraints.MinHeight:= 300;
|
||||
Constraints.MinWidth:= 455;
|
||||
Constraints.MinHeight:= 380;
|
||||
|
||||
AboutMemo.Lines.Text:=
|
||||
Format(lisAboutLazarusMsg,[DoubleLineEnding,DoubleLineEnding,DoubleLineEnding]);
|
||||
|
Loading…
Reference in New Issue
Block a user