object PleaseWaitForm: TPleaseWaitForm Left = 314 Height = 41 Top = 327 Width = 542 HorzScrollBar.Page = 541 VertScrollBar.Page = 40 BorderIcons = [] BorderStyle = bsDialog Caption = 'RemObjects SDK' Font.Height = -11 Font.Name = 'Tahoma' OnHide = FormHide OnShow = FormShow Position = poScreenCenter object lbl_Caption: TLabel Left = 64 Height = 19 Top = 14 Width = 87 Caption = 'Please wait...' Color = clNone ParentColor = False end object img_Logo: TImage Left = 2 Height = 32 Width = 32 AutoSize = True Center = True end end