home *** CD-ROM | disk | FTP | other *** search
/ PC World 1999 March / PCWorld_1999-03_cd.bin / TemaCD / MailWar / MailWarrior2.exe / 0 / RCDATA / TFRMEMPTYTRASH / TFRMEMPTYTRASH.txt < prev   
Text File  |  1999-02-09  |  2KB  |  83 lines

  1. object frmEmptyTrash: TfrmEmptyTrash
  2.   Left = 198
  3.   Top = 257
  4.   BorderIcons = [biSystemMenu]
  5.   BorderStyle = bsDialog
  6.   Caption = 'Mail Warrior - Empty trash folder'
  7.   ClientHeight = 122
  8.   ClientWidth = 340
  9.   Color = clBtnFace
  10.   Font.Charset = ANSI_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'Verdana'
  14.   Font.Style = []
  15.   OldCreateOrder = False
  16.   Position = poScreenCenter
  17.   OnCloseQuery = FormCloseQuery
  18.   PixelsPerInch = 96
  19.   TextHeight = 13
  20.   object imgIcon: TImage
  21.     Left = 8
  22.     Top = 8
  23.     Width = 32
  24.     Height = 32
  25.     AutoSize = True
  26.     Picture.Data = {<image000.ico>}
  27.   end
  28.   object Label1: TLabel
  29.     Left = 48
  30.     Top = 8
  31.     Width = 125
  32.     Height = 13
  33.     Caption = 'Empty Trash folder'
  34.     Font.Charset = ANSI_CHARSET
  35.     Font.Color = clWindowText
  36.     Font.Height = -11
  37.     Font.Name = 'Verdana'
  38.     Font.Style = [fsBold]
  39.     ParentFont = False
  40.     Transparent = True
  41.   end
  42.   object Label2: TLabel
  43.     Left = 48
  44.     Top = 24
  45.     Width = 281
  46.     Height = 26
  47.     AutoSize = False
  48.     Caption = 
  49.       'Are you sure you want to empty the trash folder, deleting all me' +
  50.       'ssages in it?'
  51.     Transparent = True
  52.     WordWrap = True
  53.   end
  54.   object chkTrashPrompt: TCheckBox
  55.     Left = 8
  56.     Top = 64
  57.     Width = 161
  58.     Height = 17
  59.     Caption = 'Don'#39't ask me this again'
  60.     TabOrder = 0
  61.   end
  62.   object btnYes: TButton
  63.     Left = 94
  64.     Top = 96
  65.     Width = 73
  66.     Height = 23
  67.     Caption = '&Yes'
  68.     Default = True
  69.     ModalResult = 1
  70.     TabOrder = 1
  71.   end
  72.   object btnNo: TButton
  73.     Left = 174
  74.     Top = 96
  75.     Width = 73
  76.     Height = 23
  77.     Cancel = True
  78.     Caption = '&No'
  79.     ModalResult = 2
  80.     TabOrder = 2
  81.   end
  82. end
  83.