home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 August / CHIP_CD_2004-08.iso / software / registar / reglite.exe / RL.EXE / 0 / RCDATA / TPROGRESSFORM / TPROGRESSFORM.txt
Encoding:
Text File  |  2002-08-11  |  1.1 KB  |  53 lines

  1. object ProgressForm: TProgressForm
  2.   Left = 386
  3.   Top = 282
  4.   HorzScrollBar.Visible = False
  5.   VertScrollBar.Visible = False
  6.   BorderIcons = []
  7.   BorderStyle = bsToolWindow
  8.   BorderWidth = 16
  9.   Caption = 'ProgressForm'
  10.   ClientHeight = 259
  11.   ClientWidth = 328
  12.   Color = clBtnFace
  13.   Font.Charset = DEFAULT_CHARSET
  14.   Font.Color = clWindowText
  15.   Font.Height = -11
  16.   Font.Name = 'MS Sans Serif'
  17.   Font.Style = []
  18.   FormStyle = fsStayOnTop
  19.   OldCreateOrder = False
  20.   Position = poScreenCenter
  21.   PixelsPerInch = 96
  22.   TextHeight = 13
  23.   object ProgressBar1: TProgressBar
  24.     Left = 0
  25.     Top = 243
  26.     Width = 328
  27.     Height = 16
  28.     Align = alBottom
  29.     Min = 0
  30.     Max = 1000
  31.     TabOrder = 0
  32.   end
  33.   object listviewMessage: TListView
  34.     Left = 0
  35.     Top = 0
  36.     Width = 328
  37.     Height = 243
  38.     Align = alClient
  39.     BorderStyle = bsNone
  40.     Color = clBtnFace
  41.     Columns = <
  42.       item
  43.         Width = 300
  44.       end>
  45.     LargeImages = MainForm.ImageListMenu
  46.     ShowColumnHeaders = False
  47.     SmallImages = MainForm.ImageListMenu
  48.     TabOrder = 1
  49.     TabStop = False
  50.     ViewStyle = vsReport
  51.   end
  52. end
  53.