object ExtMsgForm: TExtMsgForm Left = 200 Top = 99 HelpContext = 1 BorderIcons = [] BorderStyle = bsDialog Caption = 'ExtMsgForm' ClientHeight = 136 ClientWidth = 427 Font.Color = clBlack Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [fsBold] KeyPreview = True OnKeyDown = FormKeyDown OnShow = FormShow PixelsPerInch = 96 TextHeight = 13 object TextField: TLabel Left = 4 Top = 4 Width = 417 Height = 69 Alignment = taCenter AutoSize = False Font.Color = clBlack Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [fsBold] ParentFont = False ShowAccelChar = False end object B1: TButton Left = 5 Top = 80 Width = 90 Height = 24 Caption = 'B1' Default = True ModalResult = 101 TabOrder = 0 end object B2: TButton Left = 105 Top = 80 Width = 90 Height = 24 Caption = 'B2' ModalResult = 102 TabOrder = 1 end object B3: TButton Left = 205 Top = 80 Width = 90 Height = 24 Caption = 'B3' ModalResult = 103 TabOrder = 2 end object B4: TButton Left = 305 Top = 80 Width = 90 Height = 24 Caption = 'B4' ModalResult = 104 TabOrder = 3 end object B5: TButton Left = 5 Top = 108 Width = 90 Height = 24 Caption = 'B5' ModalResult = 105 TabOrder = 4 end object B6: TButton Left = 105 Top = 108 Width = 90 Height = 24 Caption = 'B6' ModalResult = 106 TabOrder = 5 end object B7: TButton Left = 205 Top = 109 Width = 90 Height = 24 Caption = 'B7' ModalResult = 107 TabOrder = 6 end object B8: TButton Left = 305 Top = 109 Width = 90 Height = 24 Caption = 'B8' ModalResult = 108 TabOrder = 7 end end