ADD: Feature [0001731] Counter of files while moving/copying them #2

This commit is contained in:
Alexander Koblov 2018-12-15 08:48:29 +00:00
commit d1239276cd

View file

@ -685,6 +685,7 @@ begin
lblFileNameFrom.Caption := '';
lblFileNameTo.Caption := '';
lblEstimated.Caption := #32;
lblFileCount.Caption := EmptyStr;
end;
procedure TfrmFileOp.NotifyEvents(Events: TOperationProgressWindowEvents);