home *** CD-ROM | disk | FTP | other *** search
/ PC Expert 29 / Pce29cd.iso / RUNIMAGE / DELPHI40 / BIN / DPHIDE40.BPL / 0 / RCDATA / TBROWSESYMBOLDIALOG / TBROWSESYMBOLDIALOG.txt
Text File  |  1998-06-16  |  1KB  |  70 lines

  1. object BrowseSymbolDialog: TBrowseSymbolDialog
  2.   Left = 258
  3.   Top = 220
  4.   HelpContext = 1633
  5.   ActiveControl = SearchSymbol
  6.   BorderStyle = bsDialog
  7.   Caption = 'Browse Symbol'
  8.   ClientHeight = 86
  9.   ClientWidth = 369
  10.   Color = clBtnFace
  11.   ParentFont = True
  12.   Position = poScreenCenter
  13.   PixelsPerInch = 96
  14.   TextHeight = 13
  15.   object Bevel1: TBevel
  16.     Left = 8
  17.     Top = 8
  18.     Width = 353
  19.     Height = 37
  20.     Shape = bsFrame
  21.   end
  22.   object Label1: TLabel
  23.     Left = 14
  24.     Top = 20
  25.     Width = 69
  26.     Height = 13
  27.     Caption = '&Symbol to find:'
  28.     FocusControl = SearchSymbol
  29.   end
  30.   object SearchSymbol: THistoryPropComboBox
  31.     Left = 100
  32.     Top = 16
  33.     Width = 255
  34.     Height = 21
  35.     ItemHeight = 13
  36.     TabOrder = 0
  37.     HistoryManager = EnvironmentOptions.HistoryLists
  38.     HistoryList = 'hlSearchSymbol'
  39.   end
  40.   object OKButton: TButton
  41.     Left = 128
  42.     Top = 56
  43.     Width = 75
  44.     Height = 25
  45.     Caption = 'OK'
  46.     Default = True
  47.     ModalResult = 1
  48.     TabOrder = 1
  49.   end
  50.   object CancelButton: TButton
  51.     Left = 207
  52.     Top = 56
  53.     Width = 75
  54.     Height = 25
  55.     Cancel = True
  56.     Caption = 'Cancel'
  57.     ModalResult = 2
  58.     TabOrder = 2
  59.   end
  60.   object HelpButton: TButton
  61.     Left = 287
  62.     Top = 56
  63.     Width = 75
  64.     Height = 25
  65.     Caption = '&Help'
  66.     TabOrder = 3
  67.     OnClick = HelpButtonClick
  68.   end
  69. end
  70.