object fmAccessTrailer: TfmAccessTrailer Left = 430 Top = 455 BorderStyle = bsDialog Caption = 'Блок доступа' ClientHeight = 270 ClientWidth = 536 Color = clBtnFace Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] OldCreateOrder = False OnCreate = FormCreate PixelsPerInch = 96 TextHeight = 13 object Bevel1: TBevel Left = 8 Top = 232 Width = 521 Height = 17 Shape = bsTopLine end object lblKeyA: TLabel Left = 112 Top = 16 Width = 39 Height = 13 Caption = 'Ключ А:' end object lblKeyB: TLabel Left = 360 Top = 16 Width = 39 Height = 13 Caption = 'Ключ Б:' end object lblAccessBits: TLabel Left = 224 Top = 16 Width = 72 Height = 13 Caption = 'Биты доступа:' end object Grid: TStringGrid Left = 8 Top = 32 Width = 523 Height = 193 ColCount = 1 DefaultRowHeight = 20 FixedCols = 0 RowCount = 1 FixedRows = 0 Options = [goFixedVertLine, goFixedHorzLine, goVertLine, goHorzLine, goRowSelect] TabOrder = 0 OnDrawCell = GridDrawCell end object btnCancel: TButton Left = 456 Top = 240 Width = 75 Height = 25 Cancel = True Caption = 'Отмена' ModalResult = 2 TabOrder = 1 end object btnOK: TButton Left = 376 Top = 240 Width = 75 Height = 25 Caption = 'OK' Default = True ModalResult = 1 TabOrder = 2 end end