IDE: Some more refinements in layout of editorfilemanager form.

(cherry picked from commit 5ffb95c6b5)
This commit is contained in:
wp_xyz 2024-10-07 09:49:55 +02:00
parent 4d1834d8b4
commit 5cfcc7a83a

View File

@ -1,10 +1,10 @@
object EditorFileManagerForm: TEditorFileManagerForm object EditorFileManagerForm: TEditorFileManagerForm
Left = 476 Left = 476
Height = 380 Height = 379
Top = 250 Top = 250
Width = 680 Width = 680
Caption = 'EditorFileManagerForm' Caption = 'EditorFileManagerForm'
ClientHeight = 380 ClientHeight = 379
ClientWidth = 680 ClientWidth = 680
KeyPreview = True KeyPreview = True
LCLVersion = '4.99.0.0' LCLVersion = '4.99.0.0'
@ -16,8 +16,8 @@ object EditorFileManagerForm: TEditorFileManagerForm
AnchorSideRight.Control = Panel1 AnchorSideRight.Control = Panel1
AnchorSideBottom.Control = ButtonPanel1 AnchorSideBottom.Control = ButtonPanel1
Left = 8 Left = 8
Height = 293 Height = 287
Top = 37 Top = 42
Width = 534 Width = 534
Anchors = [akTop, akLeft, akRight, akBottom] Anchors = [akTop, akLeft, akRight, akBottom]
BorderSpacing.Top = 1 BorderSpacing.Top = 1
@ -33,7 +33,7 @@ object EditorFileManagerForm: TEditorFileManagerForm
object ButtonPanel1: TButtonPanel object ButtonPanel1: TButtonPanel
Left = 8 Left = 8
Height = 34 Height = 34
Top = 338 Top = 337
Width = 664 Width = 664
BorderSpacing.Around = 8 BorderSpacing.Around = 8
OKButton.Name = 'OKButton' OKButton.Name = 'OKButton'
@ -50,17 +50,14 @@ object EditorFileManagerForm: TEditorFileManagerForm
ShowButtons = [pbClose, pbHelp] ShowButtons = [pbClose, pbHelp]
end end
object Panel1: TPanel object Panel1: TPanel
AnchorSideRight.Control = Owner
AnchorSideRight.Side = asrBottom
AnchorSideBottom.Control = ButtonPanel1
Left = 542 Left = 542
Height = 330 Height = 287
Top = 0 Top = 42
Width = 138 Width = 138
Anchors = [akTop, akRight, akBottom] Align = alRight
AutoSize = True AutoSize = True
BevelOuter = bvNone BevelOuter = bvNone
ClientHeight = 330 ClientHeight = 287
ClientWidth = 138 ClientWidth = 138
TabOrder = 2 TabOrder = 2
object CheckAllCheckBox: TCheckBox object CheckAllCheckBox: TCheckBox
@ -69,7 +66,7 @@ object EditorFileManagerForm: TEditorFileManagerForm
AnchorSideTop.Side = asrBottom AnchorSideTop.Side = asrBottom
Left = 10 Left = 10
Height = 19 Height = 19
Top = 36 Top = 26
Width = 118 Width = 118
BorderSpacing.Left = 10 BorderSpacing.Left = 10
BorderSpacing.Top = 11 BorderSpacing.Top = 11
@ -86,7 +83,7 @@ object EditorFileManagerForm: TEditorFileManagerForm
AnchorSideRight.Side = asrBottom AnchorSideRight.Side = asrBottom
Left = 8 Left = 8
Height = 25 Height = 25
Top = 63 Top = 53
Width = 122 Width = 122
Anchors = [akTop, akLeft, akRight] Anchors = [akTop, akLeft, akRight]
AutoSize = True AutoSize = True
@ -104,7 +101,7 @@ object EditorFileManagerForm: TEditorFileManagerForm
AnchorSideRight.Side = asrBottom AnchorSideRight.Side = asrBottom
Left = 8 Left = 8
Height = 25 Height = 25
Top = 96 Top = 86
Width = 122 Width = 122
Anchors = [akTop, akLeft, akRight] Anchors = [akTop, akLeft, akRight]
AutoSize = True AutoSize = True
@ -121,7 +118,7 @@ object EditorFileManagerForm: TEditorFileManagerForm
AnchorSideTop.Side = asrBottom AnchorSideTop.Side = asrBottom
Left = 56 Left = 56
Height = 26 Height = 26
Top = 145 Top = 135
Width = 26 Width = 26
BorderSpacing.Top = 24 BorderSpacing.Top = 24
Enabled = False Enabled = False
@ -136,7 +133,7 @@ object EditorFileManagerForm: TEditorFileManagerForm
AnchorSideTop.Side = asrBottom AnchorSideTop.Side = asrBottom
Left = 56 Left = 56
Height = 26 Height = 26
Top = 179 Top = 169
Width = 26 Width = 26
BorderSpacing.Top = 8 BorderSpacing.Top = 8
Enabled = False Enabled = False
@ -149,24 +146,24 @@ object EditorFileManagerForm: TEditorFileManagerForm
AnchorSideTop.Side = asrBottom AnchorSideTop.Side = asrBottom
Left = 10 Left = 10
Height = 15 Height = 15
Top = 10 Top = 0
Width = 79 Width = 79
BorderSpacing.Left = 10 BorderSpacing.Left = 10
BorderSpacing.Top = 10
Caption = 'FileCountLabel' Caption = 'FileCountLabel'
ParentColor = False ParentColor = False
end end
end end
object FilterPanel: TPanel object FilterPanel: TPanel
AnchorSideRight.Control = Panel1
Left = 8 Left = 8
Height = 36 Height = 26
Top = 0 Top = 8
Width = 534 Width = 664
Anchors = [akTop, akLeft, akRight] Align = alTop
AutoSize = True
BorderSpacing.Around = 8
BevelOuter = bvNone BevelOuter = bvNone
ClientHeight = 36 ClientHeight = 26
ClientWidth = 534 ClientWidth = 664
TabOrder = 0 TabOrder = 0
object FilterEdit: TListFilterEdit object FilterEdit: TListFilterEdit
AnchorSideLeft.Control = SortAlphabeticallyButton AnchorSideLeft.Control = SortAlphabeticallyButton
@ -175,7 +172,7 @@ object EditorFileManagerForm: TEditorFileManagerForm
AnchorSideTop.Side = asrCenter AnchorSideTop.Side = asrCenter
Left = 66 Left = 66
Height = 23 Height = 23
Top = 7 Top = 2
Width = 224 Width = 224
ButtonWidth = 23 ButtonWidth = 23
BorderSpacing.Left = 8 BorderSpacing.Left = 8
@ -192,7 +189,7 @@ object EditorFileManagerForm: TEditorFileManagerForm
AnchorSideBottom.Side = asrBottom AnchorSideBottom.Side = asrBottom
Left = 0 Left = 0
Height = 25 Height = 25
Top = 6 Top = 1
Width = 25 Width = 25
AllowAllUp = True AllowAllUp = True
AutoSize = True AutoSize = True
@ -211,7 +208,7 @@ object EditorFileManagerForm: TEditorFileManagerForm
AnchorSideBottom.Side = asrBottom AnchorSideBottom.Side = asrBottom
Left = 33 Left = 33
Height = 25 Height = 25
Top = 6 Top = 1
Width = 25 Width = 25
AllowAllUp = True AllowAllUp = True
AutoSize = True AutoSize = True