- Added highlighting of the target region for copy/move operations in frmLargeScaleCommand (fixes #40)

This commit is contained in:
2009-12-07 02:15:56 +01:00
parent 6eaf10e73e
commit 09bd74675e
2 changed files with 52 additions and 20 deletions

View File

@@ -22,20 +22,20 @@ object frmLargeScaleCommand: TfrmLargeScaleCommand
Top = 0
Width = 468
Align = alClient
PageIndex = 4
PageIndex = 0
ShowTabs = False
TabOrder = 0
object pgArea: TPage
Caption = 'pgArea'
ClientWidth = 462
ClientHeight = 331
ClientHeight = 358
object sbArea: TScrollBox
Left = 0
Height = 331
Height = 358
Top = 0
Width = 462
Align = alClient
ClientHeight = 329
ClientHeight = 356
ClientWidth = 460
TabOrder = 0
object pbArea: TPaintBox
@@ -921,6 +921,7 @@ object frmLargeScaleCommand: TfrmLargeScaleCommand
TreeOptions.PaintOptions = [toShowButtons, toShowDropmark, toThemeAware, toUseBlendedImages]
TreeOptions.SelectionOptions = [toFullRowSelect]
OnChange = vstActionsChange
OnChecked = vstActionsChecked
OnGetText = vstActionsGetText
OnPaintText = vstActionsPaintText
end