object FormAskCond: TFormAskCond
  Left = 200
  Top = 96
  Width = 146
  Height = 288
  Caption = 'Input/Output'
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  PixelsPerInch = 96
  TextHeight = 13
  object ListBox: TListBox
    Left = 0
    Top = 0
    Width = 138
    Height = 239
    Align = alClient
    ItemHeight = 13
    TabOrder = 0
    OnDblClick = ListBoxDblClick
  end
  object Panel1: TPanel
    Left = 0
    Top = 239
    Width = 138
    Height = 27
    Align = alBottom
    TabOrder = 1
    object ButtonOK: TButton
      Left = 66
      Top = 0
      Width = 70
      Height = 26
      Caption = '&OK'
      Default = True
      ModalResult = 1
      TabOrder = 0
    end
    object ButtonCancel: TButton
      Left = 1
      Top = 0
      Width = 70
      Height = 26
      Cancel = True
      Caption = '&Cancel'
      ModalResult = 2
      TabOrder = 1
    end
  end
  object SavePos1: TSavePos
    IniSection = 'Pos'
    Left = 108
    Top = 215
  end
end
