home *** CD-ROM | disk | FTP | other *** search
/ PC Expert 29 / Pce29cd.iso / RUNIMAGE / DELPHI40 / BIN / DPHIDE40.BPL / 0 / RCDATA / TSYMBOLSPROGRESSFORM / TSYMBOLSPROGRESSFORM.txt
Text File  |  1998-06-16  |  647b  |  34 lines

  1. object SymbolsProgressForm: TSymbolsProgressForm
  2.   Left = 200
  3.   Top = 108
  4.   BorderIcons = []
  5.   BorderStyle = bsToolWindow
  6.   Caption = 'Loading compiler symbols...'
  7.   ClientHeight = 73
  8.   ClientWidth = 200
  9.   ParentFont = True
  10.   Position = poScreenCenter
  11.   PixelsPerInch = 96
  12.   TextHeight = 13
  13.   object SymbolsProgress: TProgressBar
  14.     Left = 3
  15.     Top = 14
  16.     Width = 194
  17.     Height = 15
  18.     Min = 0
  19.     Max = 100
  20.     TabOrder = 0
  21.   end
  22.   object CancelButton: TButton
  23.     Left = 64
  24.     Top = 40
  25.     Width = 75
  26.     Height = 25
  27.     Caption = 'Cancel'
  28.     Default = True
  29.     ModalResult = 2
  30.     TabOrder = 1
  31.     OnClick = CancelButtonClick
  32.   end
  33. end
  34.