object Form3: TForm3 Left = 579 Top = 218 BorderIcons = [biMaximize] BorderStyle = bsDialog Caption = 'MBM' ClientHeight = 267 ClientWidth = 295 Color = clBtnFace Font.Charset = ANSI_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'Arial' Font.Style = [] OldCreateOrder = False Position = poScreenCenter Scaled = False OnCreate = FormCreate PixelsPerInch = 96 TextHeight = 14 object Label1: TLabel Left = 56 Top = 24 Width = 51 Height = 19 Caption = 'Label1' Font.Charset = ANSI_CHARSET Font.Color = clBlack Font.Height = -16 Font.Name = 'Arial' Font.Style = [fsBold] ParentFont = False end object Image1: TImage Left = 8 Top = 8 Width = 41 Height = 41 end object Label2: TLabel Left = 8 Top = 64 Width = 281 Height = 81 AutoSize = False Caption = 'Label2' WordWrap = True end object SpeedButton1: TSpeedButton Left = 216 Top = 240 Width = 65 Height = 22 Caption = 'Next' Layout = blGlyphBottom OnClick = SpeedButton1Click end object Label3: TLabel Left = 8 Top = 144 Width = 281 Height = 81 AutoSize = False Caption = 'Label3' WordWrap = True end object Label4: TLabel Left = 54 Top = 22 Width = 51 Height = 19 Caption = 'Label1' Font.Charset = ANSI_CHARSET Font.Color = clWhite Font.Height = -16 Font.Name = 'Arial' Font.Style = [fsBold] ParentFont = False Transparent = True end end