home *** CD-ROM | disk | FTP | other *** search
- object GetAddress: TGetAddress
- Left = 279
- Top = 211
- BorderStyle = bsDialog
- Caption = 'Enter address to position to'
- ClientHeight = 100
- ClientWidth = 284
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- KeyPreview = True
- OnActivate = FormActivate
- OnKeyDown = FormKeyDown
- OnKeyPress = FormKeyPress
- PixelsPerInch = 96
- TextHeight = 13
- object OKButton: TButton
- Left = 16
- Top = 64
- Width = 75
- Height = 25
- Caption = '&Ok'
- Default = True
- ModalResult = 1
- TabOrder = 1
- OnClick = OKButtonClick
- end
- object CancelButton: TButton
- Left = 104
- Top = 64
- Width = 75
- Height = 25
- Caption = '&Cancel'
- ModalResult = 2
- TabOrder = 2
- end
- object LineInput: TComboBox
- Left = 16
- Top = 24
- Width = 249
- Height = 21
- ItemHeight = 13
- TabOrder = 0
- end
- object HelpButton: TButton
- Left = 192
- Top = 64
- Width = 75
- Height = 25
- Caption = '&Help'
- TabOrder = 3
- OnClick = HelpButtonClick
- end
- end
-