doublecmd/src/fhotdirexportimport.lfm

83 lines
2.1 KiB
Text

object frmhotdirexportimport: Tfrmhotdirexportimport
Left = 686
Height = 283
Top = 295
Width = 427
Caption = 'Select the entries your want to import'
ClientHeight = 283
ClientWidth = 427
OnCreate = FormCreate
Position = poScreenCenter
SessionProperties = 'Height;Width;WindowState'
LCLVersion = '1.2.4.0'
object lblHintHoldControl: TLabel
Left = 8
Height = 15
Top = 24
Width = 267
Caption = 'Hold CTRL and click entries to select multiple ones'
ParentColor = False
end
object lbHint: TLabel
Left = 8
Height = 15
Top = 8
Width = 298
Caption = 'When clicking a sub-menu, it will select the whole menu'
ParentColor = False
end
object btnSelectAll: TBitBtn
Left = 115
Height = 30
Top = 243
Width = 150
Anchors = [akRight, akBottom]
Caption = 'Import all!'
Kind = bkAll
ModalResult = 8
TabOrder = 0
end
object btnSelectionDone: TBitBtn
Left = 269
Height = 30
Top = 243
Width = 150
Anchors = [akRight, akBottom]
Caption = 'Import selected'
Default = True
Kind = bkOK
ModalResult = 1
TabOrder = 1
end
object btnCancelImportation: TBitBtn
Left = 8
Height = 30
Top = 243
Width = 104
Anchors = [akRight, akBottom]
Cancel = True
DefaultCaption = True
Kind = bkCancel
ModalResult = 2
TabOrder = 2
end
object tvDirectoryHotlistToExportImport: TTreeView
AnchorSideRight.Side = asrBottom
Left = 8
Height = 193
Top = 40
Width = 408
Anchors = [akTop, akLeft, akBottom]
DefaultItemHeight = 18
DragMode = dmAutomatic
HideSelection = False
HotTrack = True
MultiSelect = True
MultiSelectStyle = [msControlSelect, msShiftSelect, msVisibleOnly, msSiblingOnly]
ParentFont = False
ReadOnly = True
RowSelect = True
TabOrder = 3
Options = [tvoAllowMultiselect, tvoAutoItemHeight, tvoHotTrack, tvoKeepCollapsedNodes, tvoReadOnly, tvoRowSelect, tvoShowButtons, tvoShowLines, tvoShowRoot, tvoToolTips, tvoThemedDraw]
end
end