home *** CD-ROM | disk | FTP | other *** search
/ Computer Buyer 1998 July / dpcb0798.bin / Business / Persdesk / _SETUP.1 / PERSYST1.EXE / 0 / RCDATA / TWAITFORM / TWAITFORM.txt
Text File  |  1998-04-21  |  1KB  |  53 lines

  1. object Waitform: TWaitform
  2.   Left = 200
  3.   Top = 108
  4.   BorderIcons = []
  5.   BorderStyle = bsSingle
  6.   Caption = 'Please Wait'
  7.   ClientHeight = 160
  8.   ClientWidth = 303
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   PixelsPerInch = 96
  14.   TextHeight = 13
  15.   object Wait: TLabel
  16.     Left = 40
  17.     Top = 0
  18.     Width = 217
  19.     Height = 33
  20.     Alignment = taCenter
  21.     AutoSize = False
  22.     Caption = 
  23.       'Checking for fields restricting records. This may take some time' +
  24.       '.'
  25.     Font.Color = clRed
  26.     Font.Height = -11
  27.     Font.Name = 'MS Sans Serif'
  28.     Font.Style = [fsBold]
  29.     ParentFont = False
  30.   end
  31.   object progstring: TLabel
  32.     Left = 20
  33.     Top = 36
  34.     Width = 269
  35.     Height = 93
  36.     AutoSize = False
  37.     Font.Color = clWindowText
  38.     Font.Height = -8
  39.     Font.Name = 'Small Fonts'
  40.     Font.Style = []
  41.     ParentFont = False
  42.   end
  43.   object ProgressBar1: TProgressBar
  44.     Left = 28
  45.     Top = 140
  46.     Width = 237
  47.     Height = 16
  48.     Min = 0
  49.     Max = 100
  50.     TabOrder = 0
  51.   end
  52. end
  53.