home *** CD-ROM | disk | FTP | other *** search
/ PC World Plus! (NZ) 2001 June / HDC50.iso / Runimage / Delphi50 / Bin / CORIDE50.BPL / 0 / RCDATA / TFINDERRORFORM / TFINDERRORFORM.txt
Text File  |  1999-08-11  |  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 = 'Find Error'
  9.   ClientHeight = 86
  10.   ClientWidth = 262
  11.   ParentFont = True
  12.   Position = poScreenCenter
  13.   OnCreate = FormCreate
  14.   PixelsPerInch = 96
  15.   TextHeight = 13
  16.   object Panel1: TPanel
  17.     Left = 8
  18.     Top = 8
  19.     Width = 245
  20.     Height = 37
  21.     BevelInner = bvRaised
  22.     BevelOuter = bvLowered
  23.     TabOrder = 0
  24.     object Label1: TLabel
  25.       Left = 12
  26.       Top = 10
  27.       Width = 97
  28.       Height = 17
  29.       AutoSize = False
  30.       Caption = '&Error Address:'
  31.       FocusControl = ErrorAddress
  32.     end
  33.     object ErrorAddress: THistoryPropComboBox
  34.       Left = 108
  35.       Top = 8
  36.       Width = 120
  37.       Height = 21
  38.       ItemHeight = 13
  39.       TabOrder = 0
  40.       HistoryManager = EnvironmentOptions.HistoryLists
  41.       HistoryList = 'hlFindError'
  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.