home *** CD-ROM | disk | FTP | other *** search
/ Chip 1997 April / Chip_1997-04_cd.bin / prezent / cb / data.z / BCB.EXE / RCDATA / TGETADDRESS / TGETADDRESS.txt
Text File  |  1997-01-16  |  1KB  |  56 lines

  1. object GetAddress: TGetAddress
  2.   Left = 279
  3.   Top = 211
  4.   BorderStyle = bsDialog
  5.   Caption = 'Enter address to position to'
  6.   ClientHeight = 100
  7.   ClientWidth = 284
  8.   Font.Color = clWindowText
  9.   Font.Height = -11
  10.   Font.Name = 'MS Sans Serif'
  11.   Font.Style = []
  12.   KeyPreview = True
  13.   OnActivate = FormActivate
  14.   OnKeyDown = FormKeyDown
  15.   OnKeyPress = FormKeyPress
  16.   PixelsPerInch = 96
  17.   TextHeight = 13
  18.   object OKButton: TButton
  19.     Left = 16
  20.     Top = 64
  21.     Width = 75
  22.     Height = 25
  23.     Caption = '&Ok'
  24.     Default = True
  25.     ModalResult = 1
  26.     TabOrder = 1
  27.     OnClick = OKButtonClick
  28.   end
  29.   object CancelButton: TButton
  30.     Left = 104
  31.     Top = 64
  32.     Width = 75
  33.     Height = 25
  34.     Caption = '&Cancel'
  35.     ModalResult = 2
  36.     TabOrder = 2
  37.   end
  38.   object LineInput: TComboBox
  39.     Left = 16
  40.     Top = 24
  41.     Width = 249
  42.     Height = 21
  43.     ItemHeight = 13
  44.     TabOrder = 0
  45.   end
  46.   object HelpButton: TButton
  47.     Left = 192
  48.     Top = 64
  49.     Width = 75
  50.     Height = 25
  51.     Caption = '&Help'
  52.     TabOrder = 3
  53.     OnClick = HelpButtonClick
  54.   end
  55. end
  56.