home *** CD-ROM | disk | FTP | other *** search
- object UpdateDownloadForm: TUpdateDownloadForm
- Left = 233
- Top = 114
- BorderStyle = bsDialog
- Caption = 'AutoUpdate Download'
- ClientHeight = 122
- ClientWidth = 411
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- Position = poScreenCenter
- OnClose = FormClose
- OnCloseQuery = FormCloseQuery
- OnCreate = FormCreate
- OnDestroy = FormDestroy
- OnHide = FormHide
- OnShow = FormShow
- PixelsPerInch = 96
- TextHeight = 13
- object Image1: TImage
- Left = 10
- Top = 10
- Width = 32
- Height = 32
- Picture.Data = {<image000.ico>}
- end
- object StatusLbl: TLabel
- Left = 53
- Top = 10
- Width = 348
- Height = 13
- end
- object ProgressLbl: TLabel
- Left = 53
- Top = 30
- Width = 348
- Height = 13
- end
- object TimeLeftLbl: TLabel
- Left = 53
- Top = 50
- Width = 348
- Height = 13
- end
- object LocationLbl: TLabel
- Left = 53
- Top = 70
- Width = 348
- Height = 13
- end
- object ProgressBar: TProgressBar
- Left = 53
- Top = 94
- Width = 261
- Height = 16
- Min = 0
- Max = 100
- TabOrder = 0
- end
- object CancelBtn: TButton
- Left = 326
- Top = 90
- Width = 75
- Height = 23
- Caption = 'Cancel'
- TabOrder = 1
- OnClick = CancelBtnClick
- end
- end
-