home *** CD-ROM | disk | FTP | other *** search
/ PDA Software Library / pdasoftwarelib.iso / PILOT / support / IMAGECOM / IVCM.EXE / 0 / RCDATA / TFRMPROGRESS / TFRMPROGRESS.txt
Encoding:
Text File  |  1997-09-24  |  482 b   |  26 lines

  1. object frmProgress: TfrmProgress
  2.   Left = 16
  3.   Top = 510
  4.   BorderStyle = bsDialog
  5.   Caption = 'Progress'
  6.   ClientHeight = 95
  7.   ClientWidth = 251
  8.   Font.Charset = DEFAULT_CHARSET
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   OnClose = FormClose
  14.   PixelsPerInch = 96
  15.   TextHeight = 13
  16.   object ProgressBar: TProgressBar
  17.     Left = 13
  18.     Top = 18
  19.     Width = 219
  20.     Height = 15
  21.     Min = 0
  22.     Max = 100
  23.     TabOrder = 0
  24.   end
  25. end
  26.