Simplify updatecheck: Make unit updatedownload superflous by moving relevant code to updatecheck.pas. Resign from displaying a progressbar for the mostly short download time, instead use the existing status label for a textual progress information.

This commit is contained in:
Ansgar Becker
2008-02-27 19:31:58 +00:00
parent d6d8f88417
commit 2f30ee2e68
6 changed files with 92 additions and 225 deletions

View File

@ -35,8 +35,7 @@ uses
data_sorting in '..\..\source\data_sorting.pas' {DataSortingForm},
runsqlfile in '..\..\source\runsqlfile.pas' {RunSQLFileForm},
createdatabase in '..\..\source\createdatabase.pas' {CreateDatabaseForm},
updatecheck in '..\..\source\updatecheck.pas' {frmUpdateCheck},
updatedownload in '..\..\source\updatedownload.pas' {frmUpdateDownload};
updatecheck in '..\..\source\updatecheck.pas' {frmUpdateCheck};
{$R *.RES}