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

  1. object frmMessageProps: TfrmMessageProps
  2.   Left = 219
  3.   Top = 158
  4.   BorderIcons = []
  5.   BorderStyle = bsSingle
  6.   Caption = 'E-Mail properties'
  7.   ClientHeight = 349
  8.   ClientWidth = 282
  9.   Color = clBtnFace
  10.   Font.Charset = ANSI_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'Tahoma'
  14.   Font.Style = []
  15.   OldCreateOrder = False
  16.   Position = poScreenCenter
  17.   PixelsPerInch = 96
  18.   TextHeight = 13
  19.   object Label1: TLabel
  20.     Left = 111
  21.     Top = 16
  22.     Width = 112
  23.     Height = 13
  24.     Caption = 'Message properties'
  25.     Font.Charset = ANSI_CHARSET
  26.     Font.Color = clWindowText
  27.     Font.Height = -11
  28.     Font.Name = 'Tahoma'
  29.     Font.Style = [fsBold]
  30.     ParentFont = False
  31.   end
  32.   object pnl_imgIcon: TImage
  33.     Left = 59
  34.     Top = -2
  35.     Width = 48
  36.     Height = 48
  37.     AutoSize = True
  38.     Picture.Data = {<image000.bmp>}
  39.     Transparent = True
  40.   end
  41.   object PageControl1: TPageControl
  42.     Left = 8
  43.     Top = 48
  44.     Width = 265
  45.     Height = 268
  46.     ActivePage = TabSheet1
  47.     TabOrder = 0
  48.     object TabSheet1: TTabSheet
  49.       Caption = 'General'
  50.       object Label2: TLabel
  51.         Left = 24
  52.         Top = 8
  53.         Width = 28
  54.         Height = 13
  55.         Caption = 'From:'
  56.       end
  57.       object lblFrom: TLabel
  58.         Left = 56
  59.         Top = 8
  60.         Width = 34
  61.         Height = 13
  62.         Caption = 'Sender'
  63.       end
  64.       object Label4: TLabel
  65.         Left = 12
  66.         Top = 32
  67.         Width = 40
  68.         Height = 13
  69.         Caption = 'Subject:'
  70.       end
  71.       object lblSubject: TLabel
  72.         Left = 56
  73.         Top = 32
  74.         Width = 36
  75.         Height = 13
  76.         Caption = 'Subject'
  77.         Font.Charset = ANSI_CHARSET
  78.         Font.Color = clNavy
  79.         Font.Height = -11
  80.         Font.Name = 'Tahoma'
  81.         Font.Style = []
  82.         ParentFont = False
  83.       end
  84.       object Label6: TLabel
  85.         Left = 12
  86.         Top = 80
  87.         Width = 104
  88.         Height = 13
  89.         Caption = 'Received on account:'
  90.       end
  91.       object Label8: TLabel
  92.         Left = 12
  93.         Top = 56
  94.         Width = 38
  95.         Height = 13
  96.         Caption = 'Priority:'
  97.       end
  98.       object lblPriority: TLabel
  99.         Left = 56
  100.         Top = 56
  101.         Width = 34
  102.         Height = 13
  103.         Caption = 'Priority'
  104.         Font.Charset = ANSI_CHARSET
  105.         Font.Color = clGray
  106.         Font.Height = -11
  107.         Font.Name = 'Tahoma'
  108.         Font.Style = []
  109.         ParentFont = False
  110.       end
  111.       object Label10: TLabel
  112.         Left = 12
  113.         Top = 104
  114.         Width = 56
  115.         Height = 13
  116.         Caption = 'Date&&Time:'
  117.       end
  118.       object lblDateTime: TLabel
  119.         Left = 72
  120.         Top = 104
  121.         Width = 31
  122.         Height = 13
  123.         Caption = 'Label3'
  124.         Font.Charset = ANSI_CHARSET
  125.         Font.Color = clBlue
  126.         Font.Height = -11
  127.         Font.Name = 'Tahoma'
  128.         Font.Style = []
  129.         ParentFont = False
  130.       end
  131.       object lblAccount: TLabel
  132.         Left = 120
  133.         Top = 80
  134.         Width = 39
  135.         Height = 13
  136.         Caption = 'Account'
  137.         Font.Charset = ANSI_CHARSET
  138.         Font.Color = clPurple
  139.         Font.Height = -11
  140.         Font.Name = 'Tahoma'
  141.         Font.Style = []
  142.         ParentFont = False
  143.       end
  144.       object Label12: TLabel
  145.         Left = 8
  146.         Top = 152
  147.         Width = 65
  148.         Height = 13
  149.         Caption = 'Attachments:'
  150.       end
  151.       object Label3: TLabel
  152.         Left = 12
  153.         Top = 128
  154.         Width = 68
  155.         Height = 13
  156.         Caption = 'Content type:'
  157.       end
  158.       object lblContentType: TLabel
  159.         Left = 88
  160.         Top = 128
  161.         Width = 47
  162.         Height = 13
  163.         Caption = 'Plain Text'
  164.         Font.Charset = ANSI_CHARSET
  165.         Font.Color = clTeal
  166.         Font.Height = -11
  167.         Font.Name = 'Tahoma'
  168.         Font.Style = []
  169.         ParentFont = False
  170.       end
  171.       object lstAttachments: TListBox
  172.         Left = 8
  173.         Top = 168
  174.         Width = 241
  175.         Height = 65
  176.         ItemHeight = 13
  177.         TabOrder = 0
  178.         OnDblClick = lstAttachmentsDblClick
  179.       end
  180.     end
  181.     object TabSheet2: TTabSheet
  182.       Caption = 'Headers'
  183.       ImageIndex = 1
  184.       object txtHeaders: TMemo
  185.         Left = 8
  186.         Top = 8
  187.         Width = 241
  188.         Height = 225
  189.         ReadOnly = True
  190.         ScrollBars = ssBoth
  191.         TabOrder = 0
  192.         WordWrap = False
  193.       end
  194.     end
  195.   end
  196.   object btnClose: TButton
  197.     Left = 105
  198.     Top = 323
  199.     Width = 73
  200.     Height = 23
  201.     Caption = '&Close'
  202.     Default = True
  203.     ModalResult = 1
  204.     TabOrder = 1
  205.   end
  206. end
  207.