home *** CD-ROM | disk | FTP | other *** search
/ Softwarová Záchrana 3 / Softwarova-zachrana-3.bin / Unix2Win / Unix2Win.exe / 0 / RCDATA / TSTATUSFORM / TSTATUSFORM.txt
Text File  |  2004-07-05  |  548b  |  28 lines

  1. object StatusForm: TStatusForm
  2.   Left = 270
  3.   Top = 129
  4.   BorderStyle = bsToolWindow
  5.   Caption = 'Conversion Status'
  6.   ClientHeight = 57
  7.   ClientWidth = 361
  8.   Color = clBtnFace
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   OldCreateOrder = False
  15.   Position = poMainFormCenter
  16.   PixelsPerInch = 96
  17.   TextHeight = 13
  18.   object ProgressBar1: TProgressBar
  19.     Left = 16
  20.     Top = 16
  21.     Width = 329
  22.     Height = 25
  23.     Min = 0
  24.     Max = 100
  25.     TabOrder = 0
  26.   end
  27. end
  28.