home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 1998 January / Pcwk0198.iso / Zadarmo / CYBERCON / _SETUP.1 / Ccontact.exe / 0 / RCDATA / TMSGVIEWDLG / TMSGVIEWDLG.txt
Text File  |  1997-08-26  |  2KB  |  117 lines

  1. object MsgViewDlg: TMsgViewDlg
  2.   Left = 219
  3.   Top = 108
  4.   BorderStyle = bsDialog
  5.   Caption = 'Subject:'
  6.   ClientHeight = 273
  7.   ClientWidth = 431
  8.   Font.Color = clWindowText
  9.   Font.Height = -11
  10.   Font.Name = 'MS Sans Serif'
  11.   Font.Style = []
  12.   Position = poScreenCenter
  13.   OnClose = FormClose
  14.   OnCreate = FormCreate
  15.   PixelsPerInch = 96
  16.   TextHeight = 13
  17.   object ListView1: TListView
  18.     Left = 0
  19.     Top = 200
  20.     Width = 431
  21.     Height = 73
  22.     Align = alBottom
  23.     OnDblClick = ListView1DblClick
  24.     Columns = <>
  25.     ReadOnly = True
  26.     OnMouseDown = ListView1MouseDown
  27.     PopupMenu = PopupMenu1
  28.     TabOrder = 0
  29.     LargeImages = ImageList1
  30.   end
  31.   object Memo1: TMemo
  32.     Left = 0
  33.     Top = 49
  34.     Width = 431
  35.     Height = 151
  36.     Align = alClient
  37.     ReadOnly = True
  38.     ScrollBars = ssVertical
  39.     TabOrder = 1
  40.   end
  41.   object Panel1: TPanel
  42.     Left = 0
  43.     Top = 0
  44.     Width = 431
  45.     Height = 49
  46.     Align = alTop
  47.     BevelOuter = bvNone
  48.     TabOrder = 2
  49.     object Label1: TLabel
  50.       Left = 16
  51.       Top = 8
  52.       Width = 32
  53.       Height = 13
  54.       Caption = 'From:'
  55.       Font.Color = clBlack
  56.       Font.Height = -11
  57.       Font.Name = 'MS Sans Serif'
  58.       Font.Style = [fsBold]
  59.       ParentFont = False
  60.     end
  61.     object Label2: TLabel
  62.       Left = 16
  63.       Top = 24
  64.       Width = 32
  65.       Height = 13
  66.       Caption = 'Date:'
  67.       Font.Color = clBlack
  68.       Font.Height = -11
  69.       Font.Name = 'MS Sans Serif'
  70.       Font.Style = [fsBold]
  71.       ParentFont = False
  72.     end
  73.     object FromLabel: TLabel
  74.       Left = 48
  75.       Top = 8
  76.       Width = 49
  77.       Height = 13
  78.       Caption = 'FromLabel'
  79.     end
  80.     object DateLabel: TLabel
  81.       Left = 48
  82.       Top = 24
  83.       Width = 49
  84.       Height = 13
  85.       Caption = 'DateLabel'
  86.     end
  87.   end
  88.   object ImageList1: TImageList
  89.     Height = 32
  90.     Width = 32
  91.     Left = 384
  92.     Top = 8
  93.   end
  94.   object PopupMenu1: TPopupMenu
  95.     AutoPopup = False
  96.     Left = 272
  97.     Top = 8
  98.     object Open1: TMenuItem
  99.       Caption = 'Open'
  100.       ShortCut = 0
  101.       OnClick = ListView1DblClick
  102.     end
  103.     object SaveAs1: TMenuItem
  104.       Caption = 'Save As...'
  105.       ShortCut = 0
  106.       OnClick = SaveAs1Click
  107.     end
  108.   end
  109.   object SaveDialog1: TSaveDialog
  110.     FileEditStyle = fsEdit
  111.     Filter = 'Attachment (*.*)|*.*'
  112.     Title = 'Save Attachment As...'
  113.     Left = 320
  114.     Top = 8
  115.   end
  116. end
  117.