object CopyLocalDialog: TCopyLocalDialog Left = 0 Top = 0 HelpType = htKeyword HelpKeyword = 'ui_copy_local' BorderIcons = [biSystemMenu, biMinimize, biMaximize, biHelp] BorderStyle = bsDialog Caption = 'CopyLocalDialog' ClientHeight = 121 ClientWidth = 511 Color = clBtnFace Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'Tahoma' Font.Style = [] Position = poOwnerFormCenter OnAfterMonitorDpiChanged = FormAfterMonitorDpiChanged OnCloseQuery = FormCloseQuery OnShow = FormShow DesignSize = ( 511 121) TextHeight = 13 object Image: TImage Left = 8 Top = 11 Width = 32 Height = 32 AutoSize = True end object DirectoryLabel: TLabel Left = 46 Top = 8 Width = 61 Height = 13 Caption = '&Target path:' FocusControl = DirectoryEdit end object DirectoryEdit: THistoryComboBox Left = 46 Top = 25 Width = 372 Height = 21 AutoComplete = False Anchors = [akLeft, akTop, akRight] DropDownCount = 16 TabOrder = 0 Text = 'DirectoryEdit' OnExit = DirectoryEditExit end object OkButton: TButton Left = 260 Top = 55 Width = 75 Height = 25 Anchors = [akTop, akRight] Caption = 'OK' Default = True ModalResult = 1 TabOrder = 3 end object CancelButton: TButton Left = 343 Top = 55 Width = 75 Height = 25 Anchors = [akTop, akRight] Cancel = True Caption = 'Cancel' ModalResult = 2 TabOrder = 4 end object LocalDirectoryBrowseButton: TButton Left = 427 Top = 23 Width = 75 Height = 25 Caption = 'B&rowse...' TabOrder = 1 OnClick = LocalDirectoryBrowseButtonClick end object HelpButton: TButton Left = 427 Top = 55 Width = 75 Height = 25 Anchors = [akTop, akRight] Caption = '&Help' TabOrder = 5 OnClick = HelpButtonClick end object NeverShowAgainCheck: TCheckBox Left = 12 Top = 58 Width = 242 Height = 17 Caption = '&Do not show this dialog box again' TabOrder = 2 end object ShortCutHintPanel: TPanel Left = 0 Top = 87 Width = 511 Height = 34 Align = alBottom BevelOuter = bvNone ParentBackground = False TabOrder = 6 object ShortCutHintLabel: TLabel Left = 12 Top = 3 Width = 490 Height = 28 AutoSize = False Caption = 'In Commander interface the keyboard shortcut F5 is used to trans' + 'fer files. Should you want to use it to refresh a file panel, cl' + 'ick here to go to preferences.' ShowAccelChar = False WordWrap = True OnClick = ShortCutHintLabelClick end end end