|
@@ -217,34 +217,41 @@ object CustomScpExplorerForm: TCustomScpExplorerForm
|
|
Columns = <
|
|
Columns = <
|
|
item
|
|
item
|
|
Caption = 'Operation'
|
|
Caption = 'Operation'
|
|
|
|
+ MinWidth = 20
|
|
Width = 70
|
|
Width = 70
|
|
end
|
|
end
|
|
item
|
|
item
|
|
Caption = 'Source'
|
|
Caption = 'Source'
|
|
|
|
+ MinWidth = 20
|
|
Width = 170
|
|
Width = 170
|
|
end
|
|
end
|
|
item
|
|
item
|
|
Caption = 'Destination'
|
|
Caption = 'Destination'
|
|
|
|
+ MinWidth = 20
|
|
Width = 170
|
|
Width = 170
|
|
end
|
|
end
|
|
item
|
|
item
|
|
Alignment = taRightJustify
|
|
Alignment = taRightJustify
|
|
Caption = 'Transferred'
|
|
Caption = 'Transferred'
|
|
|
|
+ MinWidth = 20
|
|
Width = 80
|
|
Width = 80
|
|
end
|
|
end
|
|
item
|
|
item
|
|
Alignment = taRightJustify
|
|
Alignment = taRightJustify
|
|
Caption = 'Time'
|
|
Caption = 'Time'
|
|
|
|
+ MinWidth = 20
|
|
Width = 80
|
|
Width = 80
|
|
end
|
|
end
|
|
item
|
|
item
|
|
Alignment = taRightJustify
|
|
Alignment = taRightJustify
|
|
Caption = 'Speed'
|
|
Caption = 'Speed'
|
|
|
|
+ MinWidth = 20
|
|
Width = 80
|
|
Width = 80
|
|
end
|
|
end
|
|
item
|
|
item
|
|
Alignment = taCenter
|
|
Alignment = taCenter
|
|
Caption = 'Progress'
|
|
Caption = 'Progress'
|
|
|
|
+ MinWidth = 20
|
|
Width = 80
|
|
Width = 80
|
|
end>
|
|
end>
|
|
ColumnClick = False
|
|
ColumnClick = False
|