home *** CD-ROM | disk | FTP | other *** search
/ Chip Hitware 6 A / CHIP_HITWARE6_A.iso / edukacja / WordWeb / wdweb16a.exe / uninst.exe / 0 / RCDATA / TWAITDI / TWAITDI.txt
Text File  |  1998-06-20  |  872b  |  50 lines

  1. object WaitDi: TWaitDi
  2.   Left = 143
  3.   Top = 370
  4.   BorderIcons = []
  5.   BorderStyle = bsSingle
  6.   Caption = 'Installing files...'
  7.   ClientHeight = 146
  8.   ClientWidth = 303
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   Position = poScreenCenter
  14.   PixelsPerInch = 96
  15.   TextHeight = 13
  16.   object Label1: TLabel
  17.     Left = 16
  18.     Top = 40
  19.     Width = 44
  20.     Height = 13
  21.     Caption = 'Installing:'
  22.   end
  23.   object InstLab: TLabel
  24.     Left = 72
  25.     Top = 40
  26.     Width = 3
  27.     Height = 13
  28.   end
  29.   object CancelBtn: TButton
  30.     Left = 119
  31.     Top = 116
  32.     Width = 75
  33.     Height = 25
  34.     Cancel = True
  35.     Caption = 'Cancel'
  36.     TabOrder = 0
  37.     OnClick = CancelBtnClick
  38.   end
  39.   object Progress: TProgressBar
  40.     Left = 16
  41.     Top = 80
  42.     Width = 265
  43.     Height = 20
  44.     Min = 0
  45.     Max = 200
  46.     Step = 5
  47.     TabOrder = 1
  48.   end
  49. end
  50.