object PleaseStandBy: TPleaseStandBy Left = 200 Top = 99 BorderIcons = [] BorderStyle = bsNone ClientHeight = 119 ClientWidth = 361 Font.Color = clWindowText Font.Height = -13 Font.Name = 'System' Font.Style = [] PixelsPerInch = 96 Position = poScreenCenter TextHeight = 16 object Panel1: TPanel Left = 0 Top = 0 Width = 361 Height = 119 Align = alClient BevelOuter = bvNone BorderStyle = bsSingle Color = clWhite TabOrder = 0 object Panel2: TPanel Left = 3 Top = 3 Width = 353 Height = 111 BevelOuter = bvNone Color = 4210688 TabOrder = 0 object Label1: TLabel Left = 32 Top = 16 Width = 220 Height = 32 Caption = 'Loading Chapter' Font.Color = clWhite Font.Height = -27 Font.Name = 'Arial' Font.Style = [fsBold] ParentFont = False end object Label2: TLabel Left = 96 Top = 64 Width = 231 Height = 32 Caption = 'Please stand by...' Font.Color = clWhite Font.Height = -27 Font.Name = 'Arial' Font.Style = [fsBold] ParentFont = False end object ChapterNumber: TLabel Left = 264 Top = 16 Width = 15 Height = 32 Caption = '1' Font.Color = clWhite Font.Height = -27 Font.Name = 'Arial' Font.Style = [fsBold] ParentFont = False end object Image1: TImage Left = 36 Top = 57 Width = 32 Height = 32 AutoSize = True Picture.Data = {} end end end end