home *** CD-ROM | disk | FTP | other *** search
/ PC Shareware 1997 December / PCShareware-12-97.iso.bin / programy / recipe / _setup.1 / recipe.exe / 0 / RCDATA / TWAITFORM / TWAITFORM.txt < prev   
Text File  |  1997-10-09  |  1KB  |  56 lines

  1. object WaitForm: TWaitForm
  2.   Left = 147
  3.   Top = 99
  4.   Cursor = crHourGlass
  5.   BorderIcons = []
  6.   BorderStyle = bsNone
  7.   Caption = 'Working...'
  8.   ClientHeight = 60
  9.   ClientWidth = 333
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   Position = poScreenCenter
  15.   OnCreate = FormCreate
  16.   OnDestroy = FormDestroy
  17.   PixelsPerInch = 96
  18.   TextHeight = 13
  19.   object Bevel2: TBevel
  20.     Left = 0
  21.     Top = 0
  22.     Width = 333
  23.     Height = 60
  24.     Align = alClient
  25.     Style = bsRaised
  26.   end
  27.   object Bevel1: TBevel
  28.     Left = 8
  29.     Top = 4
  30.     Width = 317
  31.     Height = 50
  32.   end
  33.   object DescriptionText: TLabel
  34.     Left = 12
  35.     Top = 12
  36.     Width = 257
  37.     Height = 37
  38.     Alignment = taCenter
  39.     AutoSize = False
  40.     Font.Color = clNavy
  41.     Font.Height = -12
  42.     Font.Name = 'MS Sans Serif'
  43.     Font.Style = [fsBold]
  44.     ParentFont = False
  45.     WordWrap = True
  46.   end
  47.   object Image1: TImage
  48.     Left = 280
  49.     Top = 12
  50.     Width = 32
  51.     Height = 32
  52.     AutoSize = True
  53.     Picture.Data = {<image000.ico>}
  54.   end
  55. end
  56.