home *** CD-ROM | disk | FTP | other *** search
/ Hot Shareware 35 / hot35.iso / ficheros / 9UTI / UBELT.ZIP / Install.exe / 0 / RCDATA / TFORM4 / TFORM4.txt
Text File  |  1998-05-19  |  682b  |  39 lines

  1. object Form4: TForm4
  2.   Left = 144
  3.   Top = 127
  4.   BorderIcons = [biMinimize, biMaximize]
  5.   BorderStyle = bsDialog
  6.   Caption = 'Progress...'
  7.   ClientHeight = 79
  8.   ClientWidth = 267
  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 Label1: TLabel
  16.     Left = 8
  17.     Top = 12
  18.     Width = 33
  19.     Height = 13
  20.     Caption = 'Status:'
  21.   end
  22.   object Label2: TLabel
  23.     Left = 48
  24.     Top = 12
  25.     Width = 32
  26.     Height = 13
  27.     Caption = 'Label2'
  28.   end
  29.   object ProgressBar1: TProgressBar
  30.     Left = 4
  31.     Top = 36
  32.     Width = 257
  33.     Height = 37
  34.     Min = 0
  35.     Max = 100
  36.     TabOrder = 0
  37.   end
  38. end
  39.