Fix issue #1011: Updated status of number of exported rows doesn't delete characters of previous longer status message

This commit is contained in:
Ansgar Becker
2009-02-21 12:17:53 +00:00
parent f8b34d380a
commit 00cf179e31

View File

@ -25,9 +25,10 @@ object ExportSQLForm: TExportSQLForm
object lblProgress: TLabel object lblProgress: TLabel
Left = 3 Left = 3
Top = 396 Top = 396
Width = 52 Width = 460
Height = 13 Height = 13
Anchors = [akLeft, akBottom] Anchors = [akLeft, akRight, akBottom]
AutoSize = False
Caption = 'lblProgress' Caption = 'lblProgress'
end end
object btnExport: TButton object btnExport: TButton