home *** CD-ROM | disk | FTP | other *** search
/ BUG 9 / BUGCD1997_12.ISO / mulmedia / jetaudio / jaud271t.exe / SETUPMN.DLL / 0 / RCDATA / TSTATUSFM / TSTATUSFM.txt
Encoding:
Text File  |  1997-10-17  |  1.3 KB  |  72 lines

  1. object StatusFm: TStatusFm
  2.   Left = 342
  3.   Top = 577
  4.   ActiveControl = DummyBt
  5.   BorderIcons = []
  6.   BorderStyle = bsNone
  7.   ClientHeight = 39
  8.   ClientWidth = 460
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   Scaled = False
  14.   OnCreate = FormCreate
  15.   PixelsPerInch = 96
  16.   TextHeight = 13
  17.   object ProcessLb: TLabel
  18.     Left = 8
  19.     Top = 12
  20.     Width = 59
  21.     Height = 16
  22.     Caption = 'Copying...'
  23.     Font.Color = clWindowText
  24.     Font.Height = -13
  25.     Font.Name = 'MS Sans Serif'
  26.     Font.Style = []
  27.     ParentFont = False
  28.   end
  29.   object EPBorder1: TEPBorder
  30.     Left = 364
  31.     Top = 4
  32.     Width = 9
  33.     Height = 32
  34.     ParentColor = False
  35.     BorderStyle = epbsVertLine
  36.   end
  37.   object CancelBt: TButton
  38.     Left = 376
  39.     Top = 8
  40.     Width = 75
  41.     Height = 23
  42.     Cancel = True
  43.     Caption = 'Cancel'
  44.     TabOrder = 1
  45.     OnClick = CancelBtClick
  46.   end
  47.   object DummyBt: TButton
  48.     Left = 376
  49.     Top = 48
  50.     Width = 75
  51.     Height = 25
  52.     Caption = 'Dummy'
  53.     Default = True
  54.     TabOrder = 0
  55.   end
  56.   object StatusPb: TEPMeter
  57.     Left = 87
  58.     Top = 10
  59.     Width = 266
  60.     Height = 23
  61.     ParentColor = True
  62.     BorderSpace = 0
  63.     BorderStyle = epbsStatus
  64.     MeterColor = clHighlight
  65.     MeterStyle = epmsLED
  66.     MinValue = 0
  67.     Orientation = epoHorizontal
  68.     UseFontColor = False
  69.     Value = 0
  70.   end
  71. end
  72.