object FindErrorForm: TFindErrorForm Left = 327 Top = 227 HelpContext = 1640 ActiveControl = ErrorAddress BorderIcons = [biSystemMenu] BorderStyle = bsDialog Caption = 'Find Error' ClientHeight = 86 ClientWidth = 262 ParentFont = True Position = poScreenCenter OnCreate = FormCreate PixelsPerInch = 96 TextHeight = 13 object Panel1: TPanel Left = 8 Top = 8 Width = 245 Height = 37 BevelInner = bvRaised BevelOuter = bvLowered TabOrder = 0 object Label1: TLabel Left = 12 Top = 10 Width = 97 Height = 17 AutoSize = False Caption = '&Error Address:' FocusControl = ErrorAddress end object ErrorAddress: THistoryPropComboBox Left = 108 Top = 8 Width = 120 Height = 21 ItemHeight = 13 TabOrder = 0 HistoryManager = EnvironmentOptions.HistoryLists HistoryList = 'hlFindError' end end object OKButton: TButton Left = 14 Top = 53 Width = 75 Height = 25 Caption = 'OK' Default = True ModalResult = 1 TabOrder = 1 OnClick = OKButtonClick end object CancelButton: TButton Left = 94 Top = 53 Width = 75 Height = 25 Cancel = True Caption = 'Cancel' ModalResult = 2 TabOrder = 2 end object HelpButton: TButton Left = 174 Top = 53 Width = 75 Height = 25 Caption = '&Help' TabOrder = 3 OnClick = HelpButtonClick end end