object BrowserHistoryDlg: TBrowserHistoryDlg Left = 249 Top = 126 HelpContext = 1636 ActiveControl = ListBox1 BorderStyle = bsDialog Caption = 'Object Browser History' ClientHeight = 273 ClientWidth = 340 ParentFont = True PixelsPerInch = 96 Position = poScreenCenter TextHeight = 13 object ListBox1: TListBox Left = 8 Top = 8 Width = 240 Height = 257 ItemHeight = 13 TabOrder = 0 OnDblClick = ListBox1DblClick end object BitBtn1: TButton Left = 256 Top = 8 Width = 77 Height = 27 Caption = 'OK' Default = True ModalResult = 1 TabOrder = 1 end object BitBtn2: TButton Left = 256 Top = 44 Width = 77 Height = 27 Cancel = True Caption = 'Cancel' ModalResult = 2 TabOrder = 2 end object HelpBtn: TButton Left = 256 Top = 80 Width = 77 Height = 27 Caption = '&Help' TabOrder = 3 OnClick = HelpBtnClick end end