object FieldsForm: TForm
  Left = 447
  Height = 578
  Top = 203
  Width = 599
  Caption = 'Поля набора данных'
  ClientHeight = 578
  ClientWidth = 599
  OnClose = FormClose
  OnResize = FormResize
  OnShow = FormShow
  Position = poScreenCenter
  LCLVersion = '2.0.8.0'
  object StringGrid1: TStringGrid
    Left = 0
    Height = 532
    Top = 0
    Width = 599
    Align = alClient
    ColCount = 2
    ColumnClickSorts = True
    Columns = <    
      item
        Title.Alignment = taCenter
        Title.Caption = 'Поле'
        Width = 200
      end    
      item
        Title.Alignment = taCenter
        Title.Caption = 'Значение'
        Width = 379
      end>
    FixedCols = 0
    Options = [goFixedVertLine, goFixedHorzLine, goVertLine, goHorzLine, goRangeSelect, goColSizing, goSmoothScroll, goRowHighlight]
    ScrollBars = ssVertical
    TabOrder = 0
    OnKeyDown = StringGrid1KeyDown
  end
  object Panel1: TPanel
    Left = 0
    Height = 46
    Top = 532
    Width = 599
    Align = alBottom
    BevelOuter = bvNone
    ClientHeight = 46
    ClientWidth = 599
    TabOrder = 1
    object Button1: TButton
      Left = 470
      Height = 29
      Top = 9
      Width = 123
      Anchors = [akRight, akBottom]
      Caption = 'Закрыть'
      OnClick = Button1Click
      TabOrder = 0
    end
    object Button2: TButton
      Left = 8
      Height = 29
      Top = 9
      Width = 147
      Caption = 'Запомнить'
      OnClick = Button2Click
      TabOrder = 1
    end
  end
end
