home *** CD-ROM | disk | FTP | other *** search
/ PC Expert 29 / Pce29cd.iso / RUNIMAGE / DELPHI40 / BIN / DPHIDE40.BPL / 0 / RCDATA / TBROWSERHISTORYDLG / TBROWSERHISTORYDLG.txt
Text File  |  1998-06-16  |  966b  |  53 lines

  1. object BrowserHistoryDlg: TBrowserHistoryDlg
  2.   Left = 249
  3.   Top = 126
  4.   HelpContext = 1636
  5.   ActiveControl = ListBox1
  6.   BorderStyle = bsDialog
  7.   Caption = 'Object Browser History'
  8.   ClientHeight = 273
  9.   ClientWidth = 340
  10.   ParentFont = True
  11.   PixelsPerInch = 96
  12.   Position = poScreenCenter
  13.   TextHeight = 13
  14.   object ListBox1: TListBox
  15.     Left = 8
  16.     Top = 8
  17.     Width = 240
  18.     Height = 257
  19.     ItemHeight = 13
  20.     TabOrder = 0
  21.     OnDblClick = ListBox1DblClick
  22.   end
  23.   object BitBtn1: TButton
  24.     Left = 256
  25.     Top = 8
  26.     Width = 77
  27.     Height = 27
  28.     Caption = 'OK'
  29.     Default = True
  30.     ModalResult = 1
  31.     TabOrder = 1
  32.   end
  33.   object BitBtn2: TButton
  34.     Left = 256
  35.     Top = 44
  36.     Width = 77
  37.     Height = 27
  38.     Cancel = True
  39.     Caption = 'Cancel'
  40.     ModalResult = 2
  41.     TabOrder = 2
  42.   end
  43.   object HelpBtn: TButton
  44.     Left = 256
  45.     Top = 80
  46.     Width = 77
  47.     Height = 27
  48.     Caption = '&Help'
  49.     TabOrder = 3
  50.     OnClick = HelpBtnClick
  51.   end
  52. end
  53.