IDE: Make "package links" dialog more mouse-wheel friendly (PkgStringGrid.MouseWheelOption = mwGrid).

This commit is contained in:
wp_xyz 2021-09-11 10:40:46 +02:00
parent 95da3f4854
commit 6e6db287f3

View File

@ -9,10 +9,10 @@ object PackageLinksDialog: TPackageLinksDialog
OnCreate = FormCreate
OnDestroy = FormDestroy
Position = poScreenCenter
LCLVersion = '2.1.0.0'
LCLVersion = '2.3.0.0'
object ScopeGroupBox: TGroupBox
Left = 6
Height = 186
Height = 155
Top = 6
Width = 754
Align = alTop
@ -23,16 +23,16 @@ object PackageLinksDialog: TPackageLinksDialog
ChildSizing.TopBottomSpacing = 6
ChildSizing.HorizontalSpacing = 6
ChildSizing.VerticalSpacing = 6
ClientHeight = 156
ClientHeight = 135
ClientWidth = 750
TabOrder = 0
object ShowGlobalLinksCheckBox: TCheckBox
AnchorSideLeft.Control = ScopeGroupBox
AnchorSideTop.Control = ScopeGroupBox
Left = 6
Height = 22
Height = 19
Top = 6
Width = 192
Width = 163
Caption = 'ShowGlobalLinksCheckBox'
Checked = True
OnChange = ShowLinksCheckBoxChange
@ -44,9 +44,9 @@ object PackageLinksDialog: TPackageLinksDialog
AnchorSideTop.Control = ShowGlobalLinksCheckBox
AnchorSideTop.Side = asrBottom
Left = 6
Height = 22
Top = 34
Width = 193
Height = 19
Top = 31
Width = 164
Caption = 'ShowOnlineLinksCheckBox'
TabOrder = 1
end
@ -55,9 +55,9 @@ object PackageLinksDialog: TPackageLinksDialog
AnchorSideTop.Control = ShowUserLinksCheckBox
AnchorSideTop.Side = asrBottom
Left = 6
Height = 22
Top = 90
Width = 161
Height = 19
Top = 81
Width = 137
Caption = 'LPKFileValidCheckBox'
Checked = True
OnChange = LPKFileValidCheckBoxChange
@ -69,10 +69,10 @@ object PackageLinksDialog: TPackageLinksDialog
AnchorSideLeft.Side = asrBottom
AnchorSideTop.Control = LPKFileValidCheckBox
AnchorSideTop.Side = asrCenter
Left = 182
Height = 22
Top = 90
Width = 173
Left = 158
Height = 19
Top = 81
Width = 146
BorderSpacing.Left = 15
Caption = 'LPKFileInvalidCheckBox'
Checked = True
@ -87,8 +87,8 @@ object PackageLinksDialog: TPackageLinksDialog
AnchorSideRight.Control = ScopeGroupBox
AnchorSideRight.Side = asrBottom
Left = 6
Height = 32
Top = 118
Height = 23
Top = 106
Width = 738
Anchors = [akTop, akLeft, akRight]
OnChange = FilterEditChange
@ -99,9 +99,9 @@ object PackageLinksDialog: TPackageLinksDialog
AnchorSideTop.Control = ShowOnlineLinksCheckBox
AnchorSideTop.Side = asrBottom
Left = 6
Height = 22
Top = 62
Width = 181
Height = 19
Top = 56
Width = 152
Caption = 'ShowUserLinksCheckBox'
Checked = True
OnChange = ShowLinksCheckBoxChange
@ -111,8 +111,8 @@ object PackageLinksDialog: TPackageLinksDialog
end
object PkgStringGrid: TStringGrid
Left = 6
Height = 287
Top = 198
Height = 321
Top = 167
Width = 754
Align = alClient
BorderSpacing.Around = 6
@ -147,19 +147,20 @@ object PackageLinksDialog: TPackageLinksDialog
Title.Caption = 'Last Opened'
end>
FixedCols = 0
MouseWheelOption = mwGrid
Options = [goFixedVertLine, goFixedHorzLine, goVertLine, goHorzLine, goRangeSelect, goColSizing, goEditing, goTabs, goThumbTracking, goColSpanning, goDblClickAutoSize, goSmoothScroll]
PopupMenu = GridPopupMenu
TabOrder = 1
end
object BtnPanel: TPanel
Left = 0
Height = 41
Top = 517
Height = 38
Top = 520
Width = 766
Align = alBottom
AutoSize = True
BevelOuter = bvNone
ClientHeight = 41
ClientHeight = 38
ClientWidth = 766
TabOrder = 2
object CloseBitBtn: TBitBtn
@ -169,7 +170,7 @@ object PackageLinksDialog: TPackageLinksDialog
AnchorSideBottom.Control = BtnPanel
AnchorSideBottom.Side = asrBottom
Left = 685
Height = 29
Height = 26
Top = 6
Width = 75
Anchors = [akRight, akBottom]
@ -187,10 +188,10 @@ object PackageLinksDialog: TPackageLinksDialog
AnchorSideLeft.Side = asrBottom
AnchorSideTop.Control = CloseBitBtn
AnchorSideTop.Side = asrCenter
Left = 159
Height = 28
Top = 6
Width = 171
Left = 151
Height = 25
Top = 7
Width = 161
AutoSize = True
BorderSpacing.Around = 6
Caption = 'UpdateGlobalLinksButton'
@ -202,9 +203,9 @@ object PackageLinksDialog: TPackageLinksDialog
AnchorSideTop.Control = CloseBitBtn
AnchorSideTop.Side = asrCenter
Left = 6
Height = 28
Top = 6
Width = 147
Height = 25
Top = 7
Width = 139
AutoSize = True
BorderSpacing.Around = 6
Caption = 'DeleteSelectedButton'
@ -215,7 +216,7 @@ object PackageLinksDialog: TPackageLinksDialog
object ProgressBar1: TProgressBar
Left = 6
Height = 20
Top = 491
Top = 494
Width = 754
Align = alBottom
BorderSpacing.Around = 6