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
Wrap
Text File
|
1999-08-11
|
2KB
|
88 lines
object RecoverFormInheritence: TRecoverFormInheritence
Left = 200
Top = 108
BorderStyle = bsDialog
Caption = 'Ancestor Component Not Found'
ClientHeight = 193
ClientWidth = 309
ParentFont = True
Position = poScreenCenter
PixelsPerInch = 96
TextHeight = 13
object MessageLbl: TLabel
Left = 8
Top = 8
Width = 297
Height = 49
AutoSize = False
Caption =
'Modifications to component %s were recorded in form %s but the a' +
'ncestor component was not found in form %s.'
WordWrap = True
end
object GroupBox1: TGroupBox
Left = 8
Top = 56
Width = 297
Height = 105
TabOrder = 0
object RenamedCheck: TRadioButton
Left = 8
Top = 34
Width = 281
Height = 17
Caption = 'Component was renamed to:'
TabOrder = 1
OnClick = OptionsChanged
end
object DeletedCheck: TRadioButton
Left = 8
Top = 14
Width = 281
Height = 17
Caption = 'Component was deleted, delete reference.'
TabOrder = 0
TabStop = True
OnClick = OptionsChanged
end
object RenameText: TComboBox
Left = 24
Top = 52
Width = 265
Height = 21
Style = csDropDownList
ItemHeight = 13
TabOrder = 2
end
object CreateCheck: TRadioButton
Left = 8
Top = 79
Width = 281
Height = 17
Caption = 'Create component as new on the descendent.'
TabOrder = 3
OnClick = OptionsChanged
end
end
object OKBtn: TButton
Left = 152
Top = 166
Width = 75
Height = 25
Caption = 'OK'
Default = True
ModalResult = 1
TabOrder = 1
end
object CancelBtn: TButton
Left = 232
Top = 166
Width = 75
Height = 25
Cancel = True
Caption = 'Cancel'
ModalResult = 2
TabOrder = 2
end
end