home *** CD-ROM | disk | FTP | other *** search
/ Chip: 25 Years Anniversary / CHIP_25Jahre_Jubilaeum.iso / downloads / 401065 / WPO11 / Data1.cab / PleadFil110.exe / 0 / RCDATA / TFRMPROGRESS / TFRMPROGRESS.txt
Text File  |  2003-03-07  |  967b  |  50 lines

  1. object frmProgress: TfrmProgress
  2.   Left = 638
  3.   Top = 510
  4.   ActiveControl = btnCancel
  5.   BorderIcons = []
  6.   BorderStyle = bsDialog
  7.   Caption = 'Generating Pleading Document'
  8.   ClientHeight = 81
  9.   ClientWidth = 319
  10.   Color = clBtnFace
  11.   Font.Charset = DEFAULT_CHARSET
  12.   Font.Color = clWindowText
  13.   Font.Height = -11
  14.   Font.Name = 'MS Sans Serif'
  15.   Font.Style = []
  16.   OldCreateOrder = True
  17.   Position = poScreenCenter
  18.   OnActivate = FormActivate
  19.   PixelsPerInch = 96
  20.   TextHeight = 13
  21.   object lblPercentComplete: TLabel
  22.     Left = 8
  23.     Top = 8
  24.     Width = 92
  25.     Height = 13
  26.     Caption = 'Percent complete : '
  27.   end
  28.   object btnCancel: TButton
  29.     Left = 122
  30.     Top = 49
  31.     Width = 75
  32.     Height = 25
  33.     Cancel = True
  34.     Caption = '&Cancel'
  35.     TabOrder = 0
  36.     OnClick = btnCancelClick
  37.   end
  38.   object PrBar: TProgressBar
  39.     Left = 8
  40.     Top = 24
  41.     Width = 297
  42.     Height = 17
  43.     Min = 0
  44.     Max = 100
  45.     Position = 18
  46.     Step = 3
  47.     TabOrder = 1
  48.   end
  49. end
  50.