object DelDialog: TDelDialog Left = 237 Top = 110 BorderIcons = [biSystemMenu] BorderStyle = bsDialog Caption = 'Delete' ClientHeight = 77 ClientWidth = 364 Font.Charset = ANSI_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] Position = poScreenCenter OnShow = FormShow PixelsPerInch = 96 TextHeight = 13 object Label1: TLabel Left = 72 Top = 12 Width = 99 Height = 13 Caption = 'Delete selected Jobs' end object Image1: TImage Left = 20 Top = 12 Width = 32 Height = 32 AutoSize = True Picture.Data = {} Transparent = True end object Button1: TButton Left = 268 Top = 12 Width = 75 Height = 25 Caption = '&OK' Default = True ModalResult = 1 TabOrder = 2 end object Button2: TButton Left = 268 Top = 44 Width = 75 Height = 25 Cancel = True Caption = '&Cancel' ModalResult = 2 TabOrder = 3 end object CheckBox1: TCheckBox Left = 72 Top = 52 Width = 185 Height = 17 Caption = 'Delete received files' TabOrder = 1 end object CheckBox2: TCheckBox Left = 72 Top = 32 Width = 185 Height = 17 Caption = 'Including active Jobs' TabOrder = 0 end object KMLang1: TKMLang Left = 4 Top = 4 end end