object WaitForm: TWaitForm Left = 147 Top = 99 Cursor = crHourGlass BorderIcons = [] BorderStyle = bsNone Caption = 'Working...' ClientHeight = 60 ClientWidth = 333 Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] Position = poScreenCenter OnCreate = FormCreate OnDestroy = FormDestroy PixelsPerInch = 96 TextHeight = 13 object Bevel2: TBevel Left = 0 Top = 0 Width = 333 Height = 60 Align = alClient Style = bsRaised end object Bevel1: TBevel Left = 8 Top = 4 Width = 317 Height = 50 end object DescriptionText: TLabel Left = 12 Top = 12 Width = 257 Height = 37 Alignment = taCenter AutoSize = False Font.Color = clNavy Font.Height = -12 Font.Name = 'MS Sans Serif' Font.Style = [fsBold] ParentFont = False WordWrap = True end object Image1: TImage Left = 280 Top = 12 Width = 32 Height = 32 AutoSize = True Picture.Data = {} end end