home *** CD-ROM | disk | FTP | other *** search
/ PC World Plus! (NZ) 2001 June / HDC50.iso / Runimage / Delphi50 / Bin / CORIDE50.BPL / 0 / RCDATA / TGETADDRESS / TGETADDRESS.txt
Text File  |  1999-08-11  |  1KB  |  60 lines

  1. object GetAddress: TGetAddress
  2.   Left = 279
  3.   Top = 211
  4.   BorderStyle = bsDialog
  5.   Caption = 'Enter Address to Position to'
  6.   ClientHeight = 89
  7.   ClientWidth = 282
  8.   ParentFont = True
  9.   Position = poScreenCenter
  10.   OnActivate = FormActivate
  11.   PixelsPerInch = 96
  12.   TextHeight = 13
  13.   object InputLabel: TLabel
  14.     Left = 8
  15.     Top = 8
  16.     Width = 3
  17.     Height = 13
  18.     FocusControl = LineInput
  19.   end
  20.   object OKButton: TButton
  21.     Left = 40
  22.     Top = 56
  23.     Width = 75
  24.     Height = 25
  25.     Caption = 'OK'
  26.     Default = True
  27.     ModalResult = 1
  28.     TabOrder = 1
  29.     OnClick = OKButtonClick
  30.   end
  31.   object CancelButton: TButton
  32.     Left = 120
  33.     Top = 56
  34.     Width = 75
  35.     Height = 25
  36.     Cancel = True
  37.     Caption = 'Cancel'
  38.     ModalResult = 2
  39.     TabOrder = 2
  40.   end
  41.   object LineInput: THistoryPropComboBox
  42.     Left = 8
  43.     Top = 24
  44.     Width = 265
  45.     Height = 21
  46.     ItemHeight = 13
  47.     TabOrder = 0
  48.     HistoryManager = EnvironmentOptions.HistoryLists
  49.   end
  50.   object HelpButton: TButton
  51.     Left = 200
  52.     Top = 56
  53.     Width = 75
  54.     Height = 25
  55.     Caption = '&Help'
  56.     TabOrder = 3
  57.     OnClick = HelpButtonClick
  58.   end
  59. end
  60.