home *** CD-ROM | disk | FTP | other *** search
/ Delphi Anthology / aDELPHI.iso / Runimage / Delphi50 / Lib / mxpbar.dfm / mxpbar.txt
Text File  |  1999-08-11  |  836b  |  45 lines

  1. object ProgressDialog: TProgressDialog
  2.   Left = 205
  3.   Top = 105
  4.   BorderIcons = []
  5.   BorderStyle = bsDialog
  6.   Caption = 'ProgressDialog'
  7.   ClientHeight = 116
  8.   ClientWidth = 394
  9.   ParentFont = True
  10.   Position = poScreenCenter
  11.   OnActivate = FormActivate
  12.   OnCreate = FormCreate
  13.   PixelsPerInch = 96
  14.   TextHeight = 13
  15.   object ProgressBar: TProgressBar
  16.     Left = 8
  17.     Top = 48
  18.     Width = 377
  19.     Height = 17
  20.     Min = 0
  21.     Max = 100
  22.     TabOrder = 0
  23.   end
  24.   object CancelButton: TButton
  25.     Left = 160
  26.     Top = 80
  27.     Width = 75
  28.     Height = 25
  29.     Caption = '&Cancel'
  30.     ModalResult = 2
  31.     TabOrder = 1
  32.     OnClick = CancelButtonClick
  33.   end
  34.   object StatusText: TStaticText
  35.     Left = 8
  36.     Top = 8
  37.     Width = 55
  38.     Height = 17
  39.     Alignment = taCenter
  40.     Caption = 'StatusText'
  41.     TabOrder = 2
  42.     Visible = False
  43.   end
  44. end
  45.