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 / TFRMMESSAGEVIEW / TFRMMESSAGEVIEW.txt
Encoding:
Text File  |  1998-01-09  |  2.3 KB  |  102 lines

  1. object frmMessageView: TfrmMessageView
  2.   Left = 512
  3.   Top = 314
  4.   AutoScroll = False
  5.   Caption = 'View Message'
  6.   ClientHeight = 293
  7.   ClientWidth = 523
  8.   Font.Charset = DEFAULT_CHARSET
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   Position = poScreenCenter
  14.   OnResize = FormResize
  15.   PixelsPerInch = 96
  16.   TextHeight = 13
  17.   object Bevel1: TBevel
  18.     Left = 0
  19.     Top = 0
  20.     Width = 523
  21.     Height = 65
  22.     Align = alTop
  23.   end
  24.   object btnReply: TExplorerButton
  25.     Left = 468
  26.     Top = 12
  27.     Width = 46
  28.     Height = 41
  29.     Bitmap.Data = {
  30.       DE000000424DDE0000000000000076000000280000000D0000000D0000000100
  31.       0400000000006800000000000000000000001000000000000000000000000000
  32.       8000008000000080800080000000800080008080000080808000C0C0C0000000
  33.       FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00FFFFFFFFFFFF
  34.       F000F000000000FFF00000888888880FF000080FBFBFBF0FFA5F080BFBFBFBF0
  35.       F0000880BFBFBFB0F0000880FBFBFBFB0000088800000000000008888888880F
  36.       F0000888800000FFF000F0000FFFFFFFF000FFFFFFFFFFFFF000FFFFFFFFFFFF
  37.       F000}
  38.     Caption = 'Reply'
  39.     Options = [boPopupMark]
  40.     OnClick = btnReplyClick
  41.   end
  42.   object lblFrom: TLabel
  43.     Left = 16
  44.     Top = 8
  45.     Width = 5
  46.     Height = 13
  47.     Font.Charset = DEFAULT_CHARSET
  48.     Font.Color = clWindowText
  49.     Font.Height = -11
  50.     Font.Name = 'MS Sans Serif'
  51.     Font.Style = [fsBold]
  52.     ParentFont = False
  53.   end
  54.   object lblTo: TLabel
  55.     Left = 16
  56.     Top = 24
  57.     Width = 5
  58.     Height = 13
  59.     Font.Charset = DEFAULT_CHARSET
  60.     Font.Color = clWindowText
  61.     Font.Height = -11
  62.     Font.Name = 'MS Sans Serif'
  63.     Font.Style = [fsBold]
  64.     ParentFont = False
  65.   end
  66.   object lblSubject: TLabel
  67.     Left = 16
  68.     Top = 40
  69.     Width = 5
  70.     Height = 13
  71.     Font.Charset = DEFAULT_CHARSET
  72.     Font.Color = clWindowText
  73.     Font.Height = -11
  74.     Font.Name = 'MS Sans Serif'
  75.     Font.Style = [fsBold]
  76.     ParentFont = False
  77.   end
  78.   object StatusBar: TStatusBar
  79.     Left = 0
  80.     Top = 277
  81.     Width = 523
  82.     Height = 16
  83.     Panels = <
  84.       item
  85.         Width = 350
  86.       end
  87.       item
  88.         Width = 50
  89.       end>
  90.     SimplePanel = False
  91.   end
  92.   object REMessage: TMemo
  93.     Left = 0
  94.     Top = 65
  95.     Width = 523
  96.     Height = 212
  97.     Align = alClient
  98.     ScrollBars = ssVertical
  99.     TabOrder = 1
  100.   end
  101. end
  102.