object GetAddress: TGetAddress Left = 279 Top = 211 BorderStyle = bsDialog Caption = 'Enter Address to Position to' ClientHeight = 89 ClientWidth = 282 ParentFont = True Position = poScreenCenter OnActivate = FormActivate PixelsPerInch = 96 TextHeight = 13 object InputLabel: TLabel Left = 8 Top = 8 Width = 3 Height = 13 FocusControl = LineInput end object OKButton: TButton Left = 40 Top = 56 Width = 75 Height = 25 Caption = 'OK' Default = True ModalResult = 1 TabOrder = 1 OnClick = OKButtonClick end object CancelButton: TButton Left = 120 Top = 56 Width = 75 Height = 25 Cancel = True Caption = 'Cancel' ModalResult = 2 TabOrder = 2 end object LineInput: THistoryPropComboBox Left = 8 Top = 24 Width = 265 Height = 21 ItemHeight = 13 TabOrder = 0 HistoryManager = EnvironmentOptions.HistoryLists end object HelpButton: TButton Left = 200 Top = 56 Width = 75 Height = 25 Caption = '&Help' TabOrder = 3 OnClick = HelpButtonClick end end