home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 1998 July & August / Pcwk78a98.iso / E-MAIL / Spamex / sxsetup.exe / %MAINDIR% / spamex.exe / 0 / RCDATA / TFRMDELETEPREV / TFRMDELETEPREV.txt < prev   
Encoding:
Text File  |  1998-01-09  |  2.2 KB  |  103 lines

  1. object frmDeletePrev: TfrmDeletePrev
  2.   Left = 250
  3.   Top = 218
  4.   BorderIcons = []
  5.   BorderStyle = bsDialog
  6.   Caption = 'Spam Exterminator  --  Preview Message Before Deletion'
  7.   ClientHeight = 309
  8.   ClientWidth = 507
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   Position = poScreenCenter
  15.   PixelsPerInch = 96
  16.   TextHeight = 13
  17.   object Label1: TLabel
  18.     Left = 56
  19.     Top = 12
  20.     Width = 409
  21.     Height = 26
  22.     Caption = 
  23.       'You have requested that the following messages be previewed befo' +
  24.       're deletion, please uncheck the items that you wish to save.  Wh' +
  25.       'en ready press '#39'Continue'#39'.'
  26.     WordWrap = True
  27.   end
  28.   object Image2: TImage
  29.     Left = 16
  30.     Top = 12
  31.     Width = 33
  32.     Height = 37
  33.     Picture.Data = {<image000.ico>}
  34.   end
  35.   object Label2: TLabel
  36.     Left = 16
  37.     Top = 244
  38.     Width = 246
  39.     Height = 13
  40.     Caption = 'WARNING: Checked items will be deleted. '
  41.     Font.Charset = DEFAULT_CHARSET
  42.     Font.Color = clWindowText
  43.     Font.Height = -11
  44.     Font.Name = 'MS Sans Serif'
  45.     Font.Style = [fsBold]
  46.     ParentFont = False
  47.   end
  48.   object Button2: TButton
  49.     Left = 428
  50.     Top = 280
  51.     Width = 71
  52.     Height = 23
  53.     Caption = 'Continue'
  54.     Default = True
  55.     ModalResult = 1
  56.     TabOrder = 0
  57.   end
  58.   object lstVRem: TListView
  59.     Left = 12
  60.     Top = 60
  61.     Width = 485
  62.     Height = 177
  63.     Hint = 'Double-Click to view the message.'
  64.     OnDblClick = lstVRemDblClick
  65.     Columns = <
  66.       item
  67.         Caption = 'Subject'
  68.         Width = 180
  69.       end
  70.       item
  71.         Caption = 'From'
  72.         Width = 140
  73.       end
  74.       item
  75.         Caption = 'Date / Time'
  76.         Width = 100
  77.       end>
  78.     Checkboxes = True
  79.     RowSelect = True
  80.     ParentShowHint = False
  81.     ShowHint = True
  82.     TabOrder = 1
  83.     ViewStyle = vsReport
  84.   end
  85.   object Button1: TButton
  86.     Left = 156
  87.     Top = 280
  88.     Width = 263
  89.     Height = 23
  90.     Cancel = True
  91.     Caption = 'Don'#39't delete anything I'#39'll Deal with this later  (esc.)'
  92.     ModalResult = 1
  93.     TabOrder = 2
  94.     OnClick = Button1Click
  95.   end
  96.   object msMessage1: TmsMessage
  97.     ContentType = 'text/plain'
  98.     ReturnReceipt = False
  99.     Left = 16
  100.     Top = 280
  101.   end
  102. end
  103.