home *** CD-ROM | disk | FTP | other *** search
/ io Programmo 10 / ioProg_10.iso / ioprog.exe / 0 / RCDATA / TPROGRESSFORM / TPROGRESSFORM.txt
Encoding:
Text File  |  1997-11-10  |  634 b   |  34 lines

  1. object ProgressForm: TProgressForm
  2.   Left = 195
  3.   Top = 175
  4.   Width = 342
  5.   Height = 102
  6.   Caption = 'ProgressForm'
  7.   Font.Color = clWindowText
  8.   Font.Height = -11
  9.   Font.Name = 'MS Sans Serif'
  10.   Font.Style = []
  11.   PixelsPerInch = 96
  12.   TextHeight = 13
  13.   object progressbar: TGauge
  14.     Left = 16
  15.     Top = 40
  16.     Width = 305
  17.     Height = 25
  18.     ForeColor = clBlue
  19.     Progress = 0
  20.   end
  21.   object LfileName: TLabel
  22.     Left = 16
  23.     Top = 16
  24.     Width = 71
  25.     Height = 16
  26.     Caption = 'LfileName'
  27.     Font.Color = clBlack
  28.     Font.Height = -13
  29.     Font.Name = 'MS Sans Serif'
  30.     Font.Style = [fsBold]
  31.     ParentFont = False
  32.   end
  33. end
  34.