object DlgDeleteConfirm: TDlgDeleteConfirm Left = 290 Top = 210 BorderStyle = bsDialog Caption = 'Delete' ClientHeight = 97 ClientWidth = 479 Color = clBtnFace Font.Charset = SHIFTJIS_CHARSET Font.Color = clWindowText Font.Height = -12 Font.Name = '�l�r �o�S�V�b�N' Font.Style = [] OldCreateOrder = False Position = poScreenCenter Scaled = False OnActivate = FormActivate PixelsPerInch = 96 TextHeight = 12 object Label1: TLabel Left = 73 Top = 16 Width = 33 Height = 12 Caption = 'Label1' end object Image1: TImage Left = 16 Top = 13 Width = 32 Height = 32 Picture.Data = {} end object ButtonYes: TButton Left = 278 Top = 64 Width = 90 Height = 22 Caption = '&Yes' Default = True ModalResult = 1 TabOrder = 0 end object ButtonNo: TButton Left = 376 Top = 64 Width = 90 Height = 22 Cancel = True Caption = '&No' ModalResult = 2 TabOrder = 1 end object CheckBox1: TCheckBox Left = 24 Top = 66 Width = 185 Height = 17 Caption = 'I need this Message !!' Checked = True State = cbChecked TabOrder = 2 end end