object MessageBox2: TMessageBox2 Left = 350 Top = -1 ActiveControl = OkButton BorderIcons = [] BorderStyle = bsNone ClientHeight = 154 ClientWidth = 447 Font.Color = clWindowText Font.Height = -13 Font.Name = 'System' Font.Style = [] Position = poScreenCenter OnShow = FormShow PixelsPerInch = 96 TextHeight = 16 object DlgPanel: TPanel Left = 0 Top = 0 Width = 447 Height = 154 Align = alClient BevelInner = bvLowered BevelWidth = 3 BorderWidth = 3 Color = clSilver TabOrder = 0 object Lbl1: TLabel3d Left = 11 Top = 16 Width = 424 Height = 36 Alignment = taCenter AutoSize = False Caption = 'First label' Font.Color = 16744448 Font.Height = -32 Font.Name = 'Times New Roman Cyr' Font.Style = [fsBold] ParentFont = False TextStyle = tsRaised end object Lbl2: TLabel3d Left = 11 Top = 56 Width = 424 Height = 36 Alignment = taCenter AutoSize = False Caption = 'Second label' Font.Color = 16744448 Font.Height = -32 Font.Name = 'Times New Roman Cyr' Font.Style = [fsBold] ParentFont = False TextStyle = tsRaised end object OkButton: TBitBtn Left = 179 Top = 104 Width = 89 Height = 33 TabOrder = 0 Kind = bkOK end end end