Files
HeidiSQL/source/updatedownload.dfm
Ansgar Becker 9f23a9b313 Updatecheck: Find a batchfile-solution to replace the running exe with a downloaded build.
TODO: find some sleep command for the batch file, as we sometimes get "access denied" while trying to overwrite the just terminated exe. Seems like taskkill doesn't close all handles itself.
2008-02-23 00:54:02 +00:00

52 lines
1.1 KiB
Plaintext

object frmUpdateDownload: TfrmUpdateDownload
Left = 0
Top = 0
BorderStyle = bsDialog
Caption = 'Downloading update file ...'
ClientHeight = 95
ClientWidth = 286
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'Tahoma'
Font.Style = []
OldCreateOrder = False
Position = poOwnerFormCenter
DesignSize = (
286
95)
PixelsPerInch = 96
TextHeight = 13
object lblStatus: TLabel
Left = 8
Top = 31
Width = 270
Height = 28
Anchors = [akLeft, akTop, akRight]
AutoSize = False
Caption = 'lblStatus'
WordWrap = True
end
object progressDownload: TProgressBar
Left = 8
Top = 8
Width = 270
Height = 17
Anchors = [akLeft, akTop, akRight]
TabOrder = 0
end
object btnCancel: TButton
Left = 104
Top = 62
Width = 68
Height = 25
Anchors = [akLeft, akTop, akRight]
Cancel = True
Caption = 'Cancel'
ModalResult = 2
TabOrder = 1
OnClick = btnCancelClick
end
end