home *** CD-ROM | disk | FTP | other *** search
/ Hiper 10 / HiperCDROM10.iso / HiperCD / Hiper32 / Hiper32.exe / 0 / RCDATA / TFMSTATUS / TFMSTATUS.txt
Text File  |  1999-03-26  |  827b  |  44 lines

  1. object fmStatus: TfmStatus
  2.   Left = 198
  3.   Top = 199
  4.   BorderIcons = []
  5.   BorderStyle = bsToolWindow
  6.   Caption = 'Hiper CD-ROM - Inicializando...'
  7.   ClientHeight = 81
  8.   ClientWidth = 357
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   FormStyle = fsStayOnTop
  15.   Scaled = False
  16.   OnCreate = FormCreate
  17.   PixelsPerInch = 96
  18.   TextHeight = 13
  19.   object Label1: TLabel
  20.     Left = 6
  21.     Top = 4
  22.     Width = 50
  23.     Height = 13
  24.     Caption = 'Opera∩┐╜∩┐╜o:'
  25.   end
  26.   object lbOperation: TLabel
  27.     Left = 16
  28.     Top = 26
  29.     Width = 54
  30.     Height = 13
  31.     Caption = 'lbOperation'
  32.     Layout = tlCenter
  33.   end
  34.   object ProgressBar: TProgressBar
  35.     Left = 26
  36.     Top = 54
  37.     Width = 300
  38.     Height = 19
  39.     Min = 0
  40.     Max = 100
  41.     TabOrder = 0
  42.   end
  43. end
  44.