object FormDelete: TFormDelete Left = 314 Top = 107 BorderStyle = bsDialog Caption = 'Delete' ClientHeight = 97 ClientWidth = 479 Color = clBtnFace Font.Charset = SHIFTJIS_CHARSET Font.Color = clWindowText Font.Height = -12 Font.Name = #65325#65331' '#65328#12468#12471#12483#12463 Font.Style = [] OldCreateOrder = False Scaled = False OnShow = FormShow PixelsPerInch = 96 TextHeight = 12 object Image1: TImage Left = 16 Top = 13 Width = 32 Height = 32 Picture.Data = {} end object LDeleteMsg: TLabel Left = 73 Top = 16 Width = 151 Height = 12 Caption = 'Do you realy want to delete ?' end object CBNeedConfirm: TCheckBox Left = 24 Top = 66 Width = 185 Height = 17 Caption = 'Show confirmation at Delete' Checked = True State = cbChecked TabOrder = 0 end object ButtonOK: TButton Left = 278 Top = 64 Width = 90 Height = 22 Caption = 'OK' Default = True ModalResult = 6 TabOrder = 1 end object ButtonCancel: TButton Left = 376 Top = 64 Width = 90 Height = 22 Cancel = True Caption = 'Cancel' ModalResult = 2 TabOrder = 2 end end