home *** CD-ROM | disk | FTP | other *** search
/ Delphi Anthology / aDELPHI.iso / Runimage / Delphi50 / Bin / oh.exe / 0 / RCDATA / TFORMUPDATING / TFORMUPDATING.txt
Text File  |  1999-08-11  |  748b  |  39 lines

  1. object FormUpdating: TFormUpdating
  2.   Left = 286
  3.   Top = 224
  4.   BorderStyle = bsDialog
  5.   Caption = 'Updating Help'
  6.   ClientHeight = 99
  7.   ClientWidth = 220
  8.   Font.Charset = DEFAULT_CHARSET
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   PixelsPerInch = 96
  14.   TextHeight = 13
  15.   object plblUpdating: TLabel
  16.     Left = 8
  17.     Top = 8
  18.     Width = 201
  19.     Height = 26
  20.     Caption = 'The Help files are being updated to reflect your changes.'
  21.     WordWrap = True
  22.   end
  23.   object plblProcessing: TLabel
  24.     Left = 8
  25.     Top = 48
  26.     Width = 3
  27.     Height = 13
  28.   end
  29.   object ppbUpdating: TProgressBar
  30.     Left = 8
  31.     Top = 72
  32.     Width = 201
  33.     Height = 16
  34.     Min = 0
  35.     Max = 100
  36.     TabOrder = 0
  37.   end
  38. end
  39.