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

@ -137,9 +137,6 @@
<DCCReference Include="..\..\source\updatecheck.pas">
<Form>frmUpdateCheck</Form>
</DCCReference>
<DCCReference Include="..\..\source\updatedownload.pas">
<Form>frmUpdateDownload</Form>
</DCCReference>
<DCCReference Include="..\..\source\usermanager.pas">
<Form>UserManagerForm</Form>
</DCCReference>