object frmHistory: TfrmHistory Left = 200 Top = 186 HelpContext = 260 BorderStyle = bsDialog Caption = 'Browse History' ClientHeight = 168 ClientWidth = 333 Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] Position = poScreenCenter OnClose = FormClose OnShow = FormShow PixelsPerInch = 96 TextHeight = 13 object Panel1: TPanel Left = 0 Top = 0 Width = 333 Height = 133 Align = alTop TabOrder = 0 object lstHistory: TListBox Left = 8 Top = 8 Width = 317 Height = 117 HelpContext = 260 ItemHeight = 13 TabOrder = 0 OnDblClick = btnOKClick end end object btnOK: TButton Left = 172 Top = 140 Width = 75 Height = 25 HelpContext = 260 Caption = '&OK' TabOrder = 1 OnClick = btnOKClick end object btnClose: TButton Left = 252 Top = 140 Width = 75 Height = 25 HelpContext = 260 Cancel = True Caption = '&Close' TabOrder = 2 OnClick = btnCloseClick end object btnClear: TButton Left = 92 Top = 140 Width = 75 Height = 25 HelpContext = 260 Caption = '&Clear' TabOrder = 3 OnClick = btnClearClick end end