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

  1. object FindErrorForm: TFindErrorForm
  2.   Left = 327
  3.   Top = 227
  4.   HelpContext = 1640
  5.   ActiveControl = ErrorAddress
  6.   BorderIcons = [biSystemMenu]
  7.   BorderStyle = bsDialog
  8.   Caption = 'Goto Address'
  9.   ClientHeight = 86
  10.   ClientWidth = 262
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = []
  15.   Position = poScreenCenter
  16.   PixelsPerInch = 96
  17.   TextHeight = 13
  18.   object Panel1: TPanel
  19.     Left = 8
  20.     Top = 8
  21.     Width = 245
  22.     Height = 37
  23.     BevelInner = bvRaised
  24.     BevelOuter = bvLowered
  25.     TabOrder = 0
  26.     object Label1: TLabel
  27.       Left = 40
  28.       Top = 10
  29.       Width = 53
  30.       Height = 17
  31.       AutoSize = False
  32.       Caption = '&Address:'
  33.       FocusControl = ErrorAddress
  34.     end
  35.     object ErrorAddress: TComboBox
  36.       Left = 92
  37.       Top = 8
  38.       Width = 120
  39.       Height = 21
  40.       ItemHeight = 13
  41.       TabOrder = 0
  42.     end
  43.   end
  44.   object OKButton: TButton
  45.     Left = 14
  46.     Top = 53
  47.     Width = 75
  48.     Height = 25
  49.     Caption = 'OK'
  50.     Default = True
  51.     ModalResult = 1
  52.     TabOrder = 1
  53.     OnClick = OKButtonClick
  54.   end
  55.   object CancelButton: TButton
  56.     Left = 94
  57.     Top = 53
  58.     Width = 75
  59.     Height = 25
  60.     Cancel = True
  61.     Caption = 'Cancel'
  62.     ModalResult = 2
  63.     TabOrder = 2
  64.   end
  65.   object HelpButton: TButton
  66.     Left = 174
  67.     Top = 53
  68.     Width = 75
  69.     Height = 25
  70.     Caption = '&Help'
  71.     TabOrder = 3
  72.     OnClick = HelpButtonClick
  73.   end
  74. end
  75.