home *** CD-ROM | disk | FTP | other *** search
/ 500 Game Surplus / XSurplus.iso / 441 / _SETUP.1 / PTF.exe / 0 / RCDATA / TFMCALCULATING / TFMCALCULATING.txt
Text File  |  1997-11-15  |  1KB  |  57 lines

  1. object fmCalculating: TfmCalculating
  2.   Left = 338
  3.   Top = 167
  4.   BorderStyle = bsDialog
  5.   Caption = 'Please wait...'
  6.   ClientHeight = 104
  7.   ClientWidth = 204
  8.   Font.Charset = DEFAULT_CHARSET
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   Position = poScreenCenter
  14.   PixelsPerInch = 96
  15.   TextHeight = 13
  16.   object Label1: TLabel
  17.     Left = 17
  18.     Top = 24
  19.     Width = 170
  20.     Height = 16
  21.     Alignment = taCenter
  22.     AutoSize = False
  23.     Caption = 'Calculating...'
  24.     Font.Charset = DEFAULT_CHARSET
  25.     Font.Color = clWindowText
  26.     Font.Height = -11
  27.     Font.Name = 'MS Sans Serif'
  28.     Font.Style = [fsBold]
  29.     ParentFont = False
  30.   end
  31.   object Label2: TLabel
  32.     Left = 41
  33.     Top = 48
  34.     Width = 121
  35.     Height = 13
  36.     Alignment = taCenter
  37.     AutoSize = False
  38.     Caption = '0%'
  39.     Font.Charset = DEFAULT_CHARSET
  40.     Font.Color = clWindowText
  41.     Font.Height = -11
  42.     Font.Name = 'MS Sans Serif'
  43.     Font.Style = [fsBold]
  44.     ParentFont = False
  45.   end
  46.   object ProgressBar1: TProgressBar
  47.     Left = 14
  48.     Top = 64
  49.     Width = 177
  50.     Height = 17
  51.     Min = 0
  52.     Max = 75
  53.     Step = 1
  54.     TabOrder = 0
  55.   end
  56. end
  57.