object frmOpenList: TfrmOpenList Left = 12 Top = 28 BorderStyle = bsDialog ClientHeight = 269 ClientWidth = 259 Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] Position = poScreenCenter OnClose = FormClose OnCreate = FormCreate PixelsPerInch = 96 TextHeight = 13 object lstList: TListBox Left = 0 Top = 0 Width = 259 Height = 244 HelpContext = 10 Align = alTop ItemHeight = 13 TabOrder = 0 OnClick = lstListClick end object edList: TEdit Left = 0 Top = 244 Width = 261 Height = 25 AutoSize = False ReadOnly = True TabOrder = 1 end end