object PickForm: TPickForm
  Left = 267
  Top = 179
  Width = 358
  Height = 365
  Caption = 'ULKeeperForm'
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -10
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  OnActivate = FormActivate
  OnDestroy = FormDestroy
  PixelsPerInch = 96
  TextHeight = 13
  object ListBox: TListBox
    Left = 0
    Top = 0
    Width = 350
    Height = 338
    Align = alClient
    ItemHeight = 13
    TabOrder = 0
    OnClick = ListBoxClick
    OnKeyDown = ListBoxKeyDown
  end
end
