home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 1998 April A / Pcwk4a98.iso / PROGRAM / DELPHI16 / Calmira / Src / SRC / BUSY.DFM / BUSY.txt
Text File  |  1996-12-20  |  647b  |  33 lines

  1. object BusyBox: TBusyBox
  2.   Left = 284
  3.   Top = 181
  4.   BorderIcons = []
  5.   BorderStyle = bsDialog
  6.   Caption = 'Please wait...'
  7.   ClientHeight = 66
  8.   ClientWidth = 249
  9.   Font.Color = clWindowText
  10.   Font.Height = -13
  11.   Font.Name = 'System'
  12.   Font.Style = []
  13.   PixelsPerInch = 96
  14.   Position = poScreenCenter
  15.   OnHide = FormHide
  16.   OnShow = FormShow
  17.   TextHeight = 16
  18.   object Label1: TLabel
  19.     Left = 8
  20.     Top = 8
  21.     Width = 233
  22.     Height = 49
  23.     Alignment = taCenter
  24.     AutoSize = False
  25.     Caption = 'Label1'
  26.     Font.Color = clBlack
  27.     Font.Height = -11
  28.     Font.Name = 'MS Sans Serif'
  29.     Font.Style = [fsBold]
  30.     ParentFont = False
  31.   end
  32. end
  33.