mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-23 12:19:36 +02:00
Pacgager: Improved layout anchors in Packages window. Issue #19950
git-svn-id: trunk@31928 -
This commit is contained in:
parent
c733c92d39
commit
d9dfbdb699
@ -1,10 +1,10 @@
|
|||||||
inherited PackageEditorForm: TPackageEditorForm
|
inherited PackageEditorForm: TPackageEditorForm
|
||||||
Left = 344
|
Left = 344
|
||||||
Height = 450
|
Height = 455
|
||||||
Top = 119
|
Top = 119
|
||||||
Width = 577
|
Width = 577
|
||||||
Caption = 'PackageEditorForm'
|
Caption = 'PackageEditorForm'
|
||||||
ClientHeight = 450
|
ClientHeight = 455
|
||||||
ClientWidth = 577
|
ClientWidth = 577
|
||||||
Constraints.MinHeight = 300
|
Constraints.MinHeight = 300
|
||||||
Constraints.MinWidth = 400
|
Constraints.MinWidth = 400
|
||||||
@ -29,14 +29,14 @@ inherited PackageEditorForm: TPackageEditorForm
|
|||||||
Width = 577
|
Width = 577
|
||||||
Align = alBottom
|
Align = alBottom
|
||||||
Caption = 'FilePropsGroupBox'
|
Caption = 'FilePropsGroupBox'
|
||||||
ClientHeight = 101
|
ClientHeight = 100
|
||||||
ClientWidth = 573
|
ClientWidth = 573
|
||||||
TabOrder = 2
|
TabOrder = 2
|
||||||
object CallRegisterProcCheckBox: TCheckBox
|
object CallRegisterProcCheckBox: TCheckBox
|
||||||
Left = 0
|
Left = 0
|
||||||
Height = 18
|
Height = 19
|
||||||
Top = 0
|
Top = 0
|
||||||
Width = 173
|
Width = 158
|
||||||
Caption = 'CallRegisterProcCheckBox'
|
Caption = 'CallRegisterProcCheckBox'
|
||||||
OnChange = CallRegisterProcCheckBoxChange
|
OnChange = CallRegisterProcCheckBoxChange
|
||||||
ParentShowHint = False
|
ParentShowHint = False
|
||||||
@ -46,10 +46,10 @@ inherited PackageEditorForm: TPackageEditorForm
|
|||||||
object AddToUsesPkgSectionCheckBox: TCheckBox
|
object AddToUsesPkgSectionCheckBox: TCheckBox
|
||||||
AnchorSideLeft.Control = CallRegisterProcCheckBox
|
AnchorSideLeft.Control = CallRegisterProcCheckBox
|
||||||
AnchorSideLeft.Side = asrBottom
|
AnchorSideLeft.Side = asrBottom
|
||||||
Left = 183
|
Left = 168
|
||||||
Height = 18
|
Height = 19
|
||||||
Top = 0
|
Top = 0
|
||||||
Width = 204
|
Width = 191
|
||||||
BorderSpacing.Left = 10
|
BorderSpacing.Left = 10
|
||||||
Caption = 'AddToUsesPkgSectionCheckBox'
|
Caption = 'AddToUsesPkgSectionCheckBox'
|
||||||
OnChange = AddToUsesPkgSectionCheckBoxChange
|
OnChange = AddToUsesPkgSectionCheckBoxChange
|
||||||
@ -62,9 +62,9 @@ inherited PackageEditorForm: TPackageEditorForm
|
|||||||
AnchorSideTop.Control = MinVersionEdit
|
AnchorSideTop.Control = MinVersionEdit
|
||||||
AnchorSideTop.Side = asrCenter
|
AnchorSideTop.Side = asrCenter
|
||||||
Left = 0
|
Left = 0
|
||||||
Height = 18
|
Height = 19
|
||||||
Top = 1
|
Top = 2
|
||||||
Width = 163
|
Width = 151
|
||||||
Caption = 'UseMinVersionCheckBox'
|
Caption = 'UseMinVersionCheckBox'
|
||||||
OnChange = UseMinVersionCheckBoxChange
|
OnChange = UseMinVersionCheckBoxChange
|
||||||
TabOrder = 2
|
TabOrder = 2
|
||||||
@ -73,8 +73,8 @@ inherited PackageEditorForm: TPackageEditorForm
|
|||||||
AnchorSideLeft.Control = UseMinVersionCheckBox
|
AnchorSideLeft.Control = UseMinVersionCheckBox
|
||||||
AnchorSideLeft.Side = asrBottom
|
AnchorSideLeft.Side = asrBottom
|
||||||
AnchorSideTop.Control = FilePropsGroupBox
|
AnchorSideTop.Control = FilePropsGroupBox
|
||||||
Left = 173
|
Left = 161
|
||||||
Height = 20
|
Height = 23
|
||||||
Top = 0
|
Top = 0
|
||||||
Width = 100
|
Width = 100
|
||||||
BorderSpacing.Left = 10
|
BorderSpacing.Left = 10
|
||||||
@ -87,9 +87,9 @@ inherited PackageEditorForm: TPackageEditorForm
|
|||||||
AnchorSideTop.Control = MaxVersionEdit
|
AnchorSideTop.Control = MaxVersionEdit
|
||||||
AnchorSideTop.Side = asrCenter
|
AnchorSideTop.Side = asrCenter
|
||||||
Left = 0
|
Left = 0
|
||||||
Height = 18
|
Height = 19
|
||||||
Top = 23
|
Top = 27
|
||||||
Width = 166
|
Width = 152
|
||||||
Caption = 'UseMaxVersionCheckBox'
|
Caption = 'UseMaxVersionCheckBox'
|
||||||
OnChange = UseMaxVersionCheckBoxChange
|
OnChange = UseMaxVersionCheckBoxChange
|
||||||
TabOrder = 4
|
TabOrder = 4
|
||||||
@ -99,9 +99,9 @@ inherited PackageEditorForm: TPackageEditorForm
|
|||||||
AnchorSideLeft.Side = asrBottom
|
AnchorSideLeft.Side = asrBottom
|
||||||
AnchorSideTop.Control = MinVersionEdit
|
AnchorSideTop.Control = MinVersionEdit
|
||||||
AnchorSideTop.Side = asrBottom
|
AnchorSideTop.Side = asrBottom
|
||||||
Left = 176
|
Left = 162
|
||||||
Height = 20
|
Height = 23
|
||||||
Top = 22
|
Top = 25
|
||||||
Width = 100
|
Width = 100
|
||||||
BorderSpacing.Left = 10
|
BorderSpacing.Left = 10
|
||||||
BorderSpacing.Top = 2
|
BorderSpacing.Top = 2
|
||||||
@ -114,9 +114,9 @@ inherited PackageEditorForm: TPackageEditorForm
|
|||||||
AnchorSideTop.Control = MaxVersionEdit
|
AnchorSideTop.Control = MaxVersionEdit
|
||||||
AnchorSideTop.Side = asrBottom
|
AnchorSideTop.Side = asrBottom
|
||||||
Left = 0
|
Left = 0
|
||||||
Height = 23
|
Height = 25
|
||||||
Top = 48
|
Top = 54
|
||||||
Width = 146
|
Width = 159
|
||||||
AutoSize = True
|
AutoSize = True
|
||||||
BorderSpacing.Top = 6
|
BorderSpacing.Top = 6
|
||||||
Caption = 'ApplyDependencyButton'
|
Caption = 'ApplyDependencyButton'
|
||||||
@ -127,19 +127,19 @@ inherited PackageEditorForm: TPackageEditorForm
|
|||||||
AnchorSideTop.Control = CallRegisterProcCheckBox
|
AnchorSideTop.Control = CallRegisterProcCheckBox
|
||||||
AnchorSideTop.Side = asrBottom
|
AnchorSideTop.Side = asrBottom
|
||||||
Left = 0
|
Left = 0
|
||||||
Height = 77
|
Height = 75
|
||||||
Top = 24
|
Top = 25
|
||||||
Width = 573
|
Width = 573
|
||||||
Align = alBottom
|
Align = alBottom
|
||||||
Anchors = [akTop, akLeft, akRight, akBottom]
|
Anchors = [akTop, akLeft, akRight, akBottom]
|
||||||
BorderSpacing.Top = 6
|
BorderSpacing.Top = 6
|
||||||
Caption = 'RegisteredPluginsGroupBox'
|
Caption = 'RegisteredPluginsGroupBox'
|
||||||
ClientHeight = 60
|
ClientHeight = 57
|
||||||
ClientWidth = 569
|
ClientWidth = 569
|
||||||
TabOrder = 7
|
TabOrder = 7
|
||||||
object RegisteredListBox: TListBox
|
object RegisteredListBox: TListBox
|
||||||
Left = 0
|
Left = 0
|
||||||
Height = 60
|
Height = 57
|
||||||
Top = 0
|
Top = 0
|
||||||
Width = 569
|
Width = 569
|
||||||
Align = alClient
|
Align = alClient
|
||||||
@ -152,7 +152,7 @@ inherited PackageEditorForm: TPackageEditorForm
|
|||||||
end
|
end
|
||||||
object StatusBar: TStatusBar[2]
|
object StatusBar: TStatusBar[2]
|
||||||
Left = 0
|
Left = 0
|
||||||
Height = 18
|
Height = 23
|
||||||
Top = 432
|
Top = 432
|
||||||
Width = 577
|
Width = 577
|
||||||
Panels = <>
|
Panels = <>
|
||||||
@ -177,14 +177,16 @@ inherited PackageEditorForm: TPackageEditorForm
|
|||||||
ClientWidth = 577
|
ClientWidth = 577
|
||||||
TabOrder = 1
|
TabOrder = 1
|
||||||
object FilesTreeView: TTreeView
|
object FilesTreeView: TTreeView
|
||||||
|
AnchorSideTop.Control = FilterEdit
|
||||||
AnchorSideTop.Side = asrBottom
|
AnchorSideTop.Side = asrBottom
|
||||||
Left = 0
|
Left = 0
|
||||||
Height = 237
|
Height = 235
|
||||||
Top = 24
|
Top = 26
|
||||||
Width = 577
|
Width = 577
|
||||||
Align = alBottom
|
Align = alBottom
|
||||||
Anchors = [akTop, akLeft, akRight, akBottom]
|
Anchors = [akTop, akLeft, akRight, akBottom]
|
||||||
DefaultItemHeight = 15
|
BorderSpacing.Top = 3
|
||||||
|
DefaultItemHeight = 17
|
||||||
PopupMenu = FilesPopupMenu
|
PopupMenu = FilesPopupMenu
|
||||||
ReadOnly = True
|
ReadOnly = True
|
||||||
TabOrder = 1
|
TabOrder = 1
|
||||||
@ -197,7 +199,7 @@ inherited PackageEditorForm: TPackageEditorForm
|
|||||||
AnchorSideLeft.Control = ItemsPanel
|
AnchorSideLeft.Control = ItemsPanel
|
||||||
AnchorSideBottom.Side = asrBottom
|
AnchorSideBottom.Side = asrBottom
|
||||||
Left = 0
|
Left = 0
|
||||||
Height = 20
|
Height = 23
|
||||||
Top = 0
|
Top = 0
|
||||||
Width = 23
|
Width = 23
|
||||||
AllowAllUp = True
|
AllowAllUp = True
|
||||||
@ -213,7 +215,7 @@ inherited PackageEditorForm: TPackageEditorForm
|
|||||||
AnchorSideLeft.Side = asrBottom
|
AnchorSideLeft.Side = asrBottom
|
||||||
AnchorSideBottom.Side = asrBottom
|
AnchorSideBottom.Side = asrBottom
|
||||||
Left = 23
|
Left = 23
|
||||||
Height = 20
|
Height = 23
|
||||||
Top = 0
|
Top = 0
|
||||||
Width = 23
|
Width = 23
|
||||||
AllowAllUp = True
|
AllowAllUp = True
|
||||||
@ -230,10 +232,9 @@ inherited PackageEditorForm: TPackageEditorForm
|
|||||||
AnchorSideTop.Control = ItemsPanel
|
AnchorSideTop.Control = ItemsPanel
|
||||||
AnchorSideRight.Side = asrBottom
|
AnchorSideRight.Side = asrBottom
|
||||||
Left = 46
|
Left = 46
|
||||||
Height = 20
|
Height = 23
|
||||||
Top = 0
|
Top = 0
|
||||||
Width = 508
|
Width = 508
|
||||||
FilteredTreeview = FilesTreeView
|
|
||||||
ButtonWidth = 23
|
ButtonWidth = 23
|
||||||
NumGlyphs = 0
|
NumGlyphs = 0
|
||||||
Anchors = [akTop, akLeft, akRight]
|
Anchors = [akTop, akLeft, akRight]
|
||||||
@ -241,6 +242,7 @@ inherited PackageEditorForm: TPackageEditorForm
|
|||||||
MaxLength = 0
|
MaxLength = 0
|
||||||
ParentFont = False
|
ParentFont = False
|
||||||
TabOrder = 0
|
TabOrder = 0
|
||||||
|
FilteredTreeview = FilesTreeView
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
object FilesPopupMenu: TPopupMenu[5]
|
object FilesPopupMenu: TPopupMenu[5]
|
||||||
|
Loading…
Reference in New Issue
Block a user