mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-21 03:39:18 +02:00
IDE: Hide minimize button etc. in About dialog. Issue #28080, patch from Alexey Torgashin.
git-svn-id: trunk@49013 -
This commit is contained in:
parent
2b4a629e7b
commit
034ab0e697
@ -4,6 +4,7 @@ object AboutForm: TAboutForm
|
|||||||
Top = 282
|
Top = 282
|
||||||
Width = 460
|
Width = 460
|
||||||
ActiveControl = Notebook
|
ActiveControl = Notebook
|
||||||
|
BorderIcons = [biSystemMenu, biMaximize]
|
||||||
Caption = 'About Lazarus'
|
Caption = 'About Lazarus'
|
||||||
ClientHeight = 376
|
ClientHeight = 376
|
||||||
ClientWidth = 460
|
ClientWidth = 460
|
||||||
@ -11,25 +12,27 @@ object AboutForm: TAboutForm
|
|||||||
OnCreate = AboutFormCreate
|
OnCreate = AboutFormCreate
|
||||||
PopupMenu = PopupMenu1
|
PopupMenu = PopupMenu1
|
||||||
Position = poScreenCenter
|
Position = poScreenCenter
|
||||||
LCLVersion = '0.9.29'
|
LCLVersion = '1.5'
|
||||||
object Notebook: TPageControl
|
object Notebook: TPageControl
|
||||||
Left = 0
|
Left = 0
|
||||||
Height = 326
|
Height = 326
|
||||||
Top = 0
|
Top = 0
|
||||||
Width = 460
|
Width = 460
|
||||||
|
ActivePage = VersionPage
|
||||||
Align = alClient
|
Align = alClient
|
||||||
OnChange = NotebookPageChanged
|
TabIndex = 0
|
||||||
TabOrder = 0
|
TabOrder = 0
|
||||||
|
OnChange = NotebookPageChanged
|
||||||
object VersionPage: TTabSheet
|
object VersionPage: TTabSheet
|
||||||
Caption = 'Version'
|
Caption = 'Version'
|
||||||
ClientWidth = 458
|
ClientHeight = 298
|
||||||
ClientHeight = 299
|
ClientWidth = 452
|
||||||
object LogoImage: TImage
|
object LogoImage: TImage
|
||||||
AnchorSideLeft.Control = VersionPage
|
AnchorSideLeft.Control = VersionPage
|
||||||
AnchorSideLeft.Side = asrCenter
|
AnchorSideLeft.Side = asrCenter
|
||||||
AnchorSideTop.Control = VersionPage
|
AnchorSideTop.Control = VersionPage
|
||||||
AnchorSideTop.Side = asrCenter
|
AnchorSideTop.Side = asrCenter
|
||||||
Left = 4
|
Left = 1
|
||||||
Height = 300
|
Height = 300
|
||||||
Top = -1
|
Top = -1
|
||||||
Width = 450
|
Width = 450
|
||||||
@ -39,10 +42,10 @@ object AboutForm: TAboutForm
|
|||||||
AnchorSideLeft.Control = LogoImage
|
AnchorSideLeft.Control = LogoImage
|
||||||
AnchorSideLeft.Side = asrCenter
|
AnchorSideLeft.Side = asrCenter
|
||||||
AnchorSideTop.Control = LogoImage
|
AnchorSideTop.Control = LogoImage
|
||||||
Left = 191
|
Left = 199
|
||||||
Height = 18
|
Height = 15
|
||||||
Top = 120
|
Top = 120
|
||||||
Width = 76
|
Width = 55
|
||||||
Alignment = taCenter
|
Alignment = taCenter
|
||||||
BorderSpacing.Top = 115
|
BorderSpacing.Top = 115
|
||||||
BorderSpacing.Around = 6
|
BorderSpacing.Around = 6
|
||||||
@ -57,10 +60,10 @@ object AboutForm: TAboutForm
|
|||||||
AnchorSideLeft.Side = asrCenter
|
AnchorSideLeft.Side = asrCenter
|
||||||
AnchorSideTop.Control = VersionLabel
|
AnchorSideTop.Control = VersionLabel
|
||||||
AnchorSideTop.Side = asrBottom
|
AnchorSideTop.Side = asrBottom
|
||||||
Left = 211
|
Left = 213
|
||||||
Height = 18
|
Height = 15
|
||||||
Top = 144
|
Top = 141
|
||||||
Width = 36
|
Width = 27
|
||||||
Alignment = taCenter
|
Alignment = taCenter
|
||||||
BorderSpacing.Around = 6
|
BorderSpacing.Around = 6
|
||||||
Caption = 'Date:'
|
Caption = 'Date:'
|
||||||
@ -73,10 +76,10 @@ object AboutForm: TAboutForm
|
|||||||
AnchorSideLeft.Side = asrCenter
|
AnchorSideLeft.Side = asrCenter
|
||||||
AnchorSideTop.Control = FPCVersionLabel
|
AnchorSideTop.Control = FPCVersionLabel
|
||||||
AnchorSideTop.Side = asrBottom
|
AnchorSideTop.Side = asrBottom
|
||||||
Left = 186
|
Left = 190
|
||||||
Height = 18
|
Height = 15
|
||||||
Top = 192
|
Top = 183
|
||||||
Width = 86
|
Width = 72
|
||||||
BorderSpacing.Around = 6
|
BorderSpacing.Around = 6
|
||||||
Caption = 'RevisionLabel'
|
Caption = 'RevisionLabel'
|
||||||
Font.Color = clSilver
|
Font.Color = clSilver
|
||||||
@ -88,10 +91,10 @@ object AboutForm: TAboutForm
|
|||||||
AnchorSideLeft.Side = asrCenter
|
AnchorSideLeft.Side = asrCenter
|
||||||
AnchorSideTop.Control = RevisionLabel
|
AnchorSideTop.Control = RevisionLabel
|
||||||
AnchorSideTop.Side = asrBottom
|
AnchorSideTop.Side = asrBottom
|
||||||
Left = 185
|
Left = 189
|
||||||
Height = 18
|
Height = 15
|
||||||
Top = 216
|
Top = 204
|
||||||
Width = 89
|
Width = 74
|
||||||
BorderSpacing.Around = 6
|
BorderSpacing.Around = 6
|
||||||
Caption = 'PlatformLabel'
|
Caption = 'PlatformLabel'
|
||||||
Font.Color = clSilver
|
Font.Color = clSilver
|
||||||
@ -103,10 +106,10 @@ object AboutForm: TAboutForm
|
|||||||
AnchorSideLeft.Side = asrCenter
|
AnchorSideLeft.Side = asrCenter
|
||||||
AnchorSideTop.Control = BuildDateLabel
|
AnchorSideTop.Control = BuildDateLabel
|
||||||
AnchorSideTop.Side = asrBottom
|
AnchorSideTop.Side = asrBottom
|
||||||
Left = 176
|
Left = 182
|
||||||
Height = 18
|
Height = 15
|
||||||
Top = 168
|
Top = 162
|
||||||
Width = 106
|
Width = 88
|
||||||
BorderSpacing.Around = 6
|
BorderSpacing.Around = 6
|
||||||
Caption = 'FPCVersionLabel'
|
Caption = 'FPCVersionLabel'
|
||||||
Font.Color = clSilver
|
Font.Color = clSilver
|
||||||
@ -116,8 +119,8 @@ object AboutForm: TAboutForm
|
|||||||
end
|
end
|
||||||
object AboutPage: TTabSheet
|
object AboutPage: TTabSheet
|
||||||
Caption = 'About'
|
Caption = 'About'
|
||||||
ClientWidth = 458
|
|
||||||
ClientHeight = 299
|
ClientHeight = 299
|
||||||
|
ClientWidth = 458
|
||||||
object OfficialLabel: TLabel
|
object OfficialLabel: TLabel
|
||||||
AnchorSideLeft.Control = AboutPage
|
AnchorSideLeft.Control = AboutPage
|
||||||
AnchorSideBottom.Control = DocumentationLabel
|
AnchorSideBottom.Control = DocumentationLabel
|
||||||
@ -209,6 +212,7 @@ object AboutForm: TAboutForm
|
|||||||
Top = 326
|
Top = 326
|
||||||
Width = 460
|
Width = 460
|
||||||
Align = alBottom
|
Align = alBottom
|
||||||
|
BevelOuter = bvNone
|
||||||
ClientHeight = 50
|
ClientHeight = 50
|
||||||
ClientWidth = 460
|
ClientWidth = 460
|
||||||
TabOrder = 1
|
TabOrder = 1
|
||||||
@ -219,17 +223,16 @@ object AboutForm: TAboutForm
|
|||||||
AnchorSideTop.Side = asrCenter
|
AnchorSideTop.Side = asrCenter
|
||||||
AnchorSideBottom.Control = Owner
|
AnchorSideBottom.Control = Owner
|
||||||
AnchorSideBottom.Side = asrBottom
|
AnchorSideBottom.Side = asrBottom
|
||||||
Left = 195
|
Left = 193
|
||||||
Height = 32
|
Height = 26
|
||||||
Top = 9
|
Top = 12
|
||||||
Width = 70
|
Width = 75
|
||||||
AutoSize = True
|
AutoSize = True
|
||||||
BorderSpacing.Around = 6
|
BorderSpacing.Around = 6
|
||||||
Cancel = True
|
Cancel = True
|
||||||
Caption = '&Close'
|
Caption = '&Close'
|
||||||
Kind = bkClose
|
Kind = bkClose
|
||||||
ModalResult = 1
|
ModalResult = 1
|
||||||
NumGlyphs = 0
|
|
||||||
TabOrder = 0
|
TabOrder = 0
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
Loading…
Reference in New Issue
Block a user