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

  1. object RecoverFormInheritence: TRecoverFormInheritence
  2.   Left = 200
  3.   Top = 108
  4.   BorderStyle = bsDialog
  5.   Caption = 'Ancestor Component Not Found'
  6.   ClientHeight = 193
  7.   ClientWidth = 309
  8.   ParentFont = True
  9.   Position = poScreenCenter
  10.   PixelsPerInch = 96
  11.   TextHeight = 13
  12.   object MessageLbl: TLabel
  13.     Left = 8
  14.     Top = 8
  15.     Width = 297
  16.     Height = 49
  17.     AutoSize = False
  18.     Caption = 
  19.       'Modifications to component %s were recorded in form %s but the a' +
  20.       'ncestor component was not found in form %s.'
  21.     WordWrap = True
  22.   end
  23.   object GroupBox1: TGroupBox
  24.     Left = 8
  25.     Top = 56
  26.     Width = 297
  27.     Height = 105
  28.     TabOrder = 0
  29.     object RenamedCheck: TRadioButton
  30.       Left = 8
  31.       Top = 34
  32.       Width = 281
  33.       Height = 17
  34.       Caption = 'Component was renamed to:'
  35.       TabOrder = 1
  36.       OnClick = OptionsChanged
  37.     end
  38.     object DeletedCheck: TRadioButton
  39.       Left = 8
  40.       Top = 14
  41.       Width = 281
  42.       Height = 17
  43.       Caption = 'Component was deleted, delete reference.'
  44.       TabOrder = 0
  45.       TabStop = True
  46.       OnClick = OptionsChanged
  47.     end
  48.     object RenameText: TComboBox
  49.       Left = 24
  50.       Top = 52
  51.       Width = 265
  52.       Height = 21
  53.       Style = csDropDownList
  54.       ItemHeight = 13
  55.       TabOrder = 2
  56.     end
  57.     object CreateCheck: TRadioButton
  58.       Left = 8
  59.       Top = 79
  60.       Width = 281
  61.       Height = 17
  62.       Caption = 'Create component as new on the descendent.'
  63.       TabOrder = 3
  64.       OnClick = OptionsChanged
  65.     end
  66.   end
  67.   object OKBtn: TButton
  68.     Left = 152
  69.     Top = 166
  70.     Width = 75
  71.     Height = 25
  72.     Caption = 'OK'
  73.     Default = True
  74.     ModalResult = 1
  75.     TabOrder = 1
  76.   end
  77.   object CancelBtn: TButton
  78.     Left = 232
  79.     Top = 166
  80.     Width = 75
  81.     Height = 25
  82.     Cancel = True
  83.     Caption = 'Cancel'
  84.     ModalResult = 2
  85.     TabOrder = 2
  86.   end
  87. end
  88.