object RecoverFormInheritence: TRecoverFormInheritence Left = 200 Top = 108 BorderStyle = bsDialog Caption = '�p�����̕ύX' ClientHeight = 193 ClientWidth = 309 ParentFont = True Position = poScreenCenter PixelsPerInch = 96 TextHeight = 12 object MessageLbl: TLabel Left = 8 Top = 8 Width = 297 Height = 49 AutoSize = False Caption = '̫�� %1:s �� %0:s ���߰��Ă̌p�������߰��Ă�̫�� %2:s ���猩�‚�' + '��܂���B�����������邽�߂Ɉȉ��̂ǂꂩ��I��ł��������B' 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 = '�����߰��Ă̖��O��ύX:' TabOrder = 1 OnClick = OptionsChanged end object DeletedCheck: TRadioButton Left = 8 Top = 14 Width = 281 Height = 17 Caption = '�����߰��Ă��폜���ꂽ�̂Ōp���֌W���폜' 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 = '�V�������߰��ĂƂ��ĐV�K�ɍ쐬' 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 = '��ݾ�' ModalResult = 2 TabOrder = 2 end end