object frmEmptyTrash: TfrmEmptyTrash Left = 198 Top = 257 BorderIcons = [biSystemMenu] BorderStyle = bsDialog Caption = 'Mail Warrior - Empty trash folder' ClientHeight = 122 ClientWidth = 340 Color = clBtnFace Font.Charset = ANSI_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'Verdana' Font.Style = [] OldCreateOrder = False Position = poScreenCenter OnCloseQuery = FormCloseQuery PixelsPerInch = 96 TextHeight = 13 object imgIcon: TImage Left = 8 Top = 8 Width = 32 Height = 32 AutoSize = True Picture.Data = {} end object Label1: TLabel Left = 48 Top = 8 Width = 125 Height = 13 Caption = 'Empty Trash folder' Font.Charset = ANSI_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'Verdana' Font.Style = [fsBold] ParentFont = False Transparent = True end object Label2: TLabel Left = 48 Top = 24 Width = 281 Height = 26 AutoSize = False Caption = 'Are you sure you want to empty the trash folder, deleting all me' + 'ssages in it?' Transparent = True WordWrap = True end object chkTrashPrompt: TCheckBox Left = 8 Top = 64 Width = 161 Height = 17 Caption = 'Don'#39't ask me this again' TabOrder = 0 end object btnYes: TButton Left = 94 Top = 96 Width = 73 Height = 23 Caption = '&Yes' Default = True ModalResult = 1 TabOrder = 1 end object btnNo: TButton Left = 174 Top = 96 Width = 73 Height = 23 Cancel = True Caption = '&No' ModalResult = 2 TabOrder = 2 end end