home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 1998 April B / Pcwk4b98.iso / Internet / Copernic / COPERNIC.EXE / _SETUP.1 / CopernicSvr.exe / 0 / RCDATA / TUPDATEDOWNLOADFORM / TUPDATEDOWNLOADFORM.txt < prev   
Encoding:
Text File  |  1997-09-13  |  1.3 KB  |  71 lines

  1. object UpdateDownloadForm: TUpdateDownloadForm
  2.   Left = 233
  3.   Top = 114
  4.   BorderStyle = bsDialog
  5.   Caption = 'AutoUpdate Download'
  6.   ClientHeight = 122
  7.   ClientWidth = 411
  8.   Font.Color = clWindowText
  9.   Font.Height = -11
  10.   Font.Name = 'MS Sans Serif'
  11.   Font.Style = []
  12.   Position = poScreenCenter
  13.   OnClose = FormClose
  14.   OnCloseQuery = FormCloseQuery
  15.   OnCreate = FormCreate
  16.   OnDestroy = FormDestroy
  17.   OnHide = FormHide
  18.   OnShow = FormShow
  19.   PixelsPerInch = 96
  20.   TextHeight = 13
  21.   object Image1: TImage
  22.     Left = 10
  23.     Top = 10
  24.     Width = 32
  25.     Height = 32
  26.     Picture.Data = {<image000.ico>}
  27.   end
  28.   object StatusLbl: TLabel
  29.     Left = 53
  30.     Top = 10
  31.     Width = 348
  32.     Height = 13
  33.   end
  34.   object ProgressLbl: TLabel
  35.     Left = 53
  36.     Top = 30
  37.     Width = 348
  38.     Height = 13
  39.   end
  40.   object TimeLeftLbl: TLabel
  41.     Left = 53
  42.     Top = 50
  43.     Width = 348
  44.     Height = 13
  45.   end
  46.   object LocationLbl: TLabel
  47.     Left = 53
  48.     Top = 70
  49.     Width = 348
  50.     Height = 13
  51.   end
  52.   object ProgressBar: TProgressBar
  53.     Left = 53
  54.     Top = 94
  55.     Width = 261
  56.     Height = 16
  57.     Min = 0
  58.     Max = 100
  59.     TabOrder = 0
  60.   end
  61.   object CancelBtn: TButton
  62.     Left = 326
  63.     Top = 90
  64.     Width = 75
  65.     Height = 23
  66.     Caption = 'Cancel'
  67.     TabOrder = 1
  68.     OnClick = CancelBtnClick
  69.   end
  70. end
  71.