object BrowseSymbolDialog: TBrowseSymbolDialog Left = 258 Top = 220 HelpContext = 1633 ActiveControl = SearchSymbol BorderStyle = bsDialog Caption = 'Browse Symbol' ClientHeight = 86 ClientWidth = 369 Color = clBtnFace ParentFont = True Position = poScreenCenter PixelsPerInch = 96 TextHeight = 13 object Bevel1: TBevel Left = 8 Top = 8 Width = 353 Height = 37 Shape = bsFrame end object Label1: TLabel Left = 14 Top = 20 Width = 69 Height = 13 Caption = '&Symbol to find:' FocusControl = SearchSymbol end object SearchSymbol: THistoryPropComboBox Left = 100 Top = 16 Width = 255 Height = 21 ItemHeight = 13 TabOrder = 0 HistoryManager = EnvironmentOptions.HistoryLists HistoryList = 'hlSearchSymbol' end object OKButton: TButton Left = 128 Top = 56 Width = 75 Height = 25 Caption = 'OK' Default = True ModalResult = 1 TabOrder = 1 end object CancelButton: TButton Left = 207 Top = 56 Width = 75 Height = 25 Cancel = True Caption = 'Cancel' ModalResult = 2 TabOrder = 2 end object HelpButton: TButton Left = 287 Top = 56 Width = 75 Height = 25 Caption = '&Help' TabOrder = 3 OnClick = HelpButtonClick end end