home *** CD-ROM | disk | FTP | other *** search
/ Chip: Shareware for Win 95 / Chip-Shareware-Win95.bin / komunik / webedit / data.z / WebEdit.exe / 0 / RCDATA / TFRMEMAIL / TFRMEMAIL.txt
Text File  |  1996-10-14  |  4KB  |  248 lines

  1. object frmEMail: TfrmEMail
  2.   Left = 225
  3.   Top = 137
  4.   HelpContext = 11
  5.   BorderStyle = bsDialog
  6.   Caption = 'EMail'
  7.   ClientHeight = 343
  8.   ClientWidth = 610
  9.   Font.Color = clBlack
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   Position = poScreenCenter
  14.   OnShow = FormShow
  15.   PixelsPerInch = 96
  16.   TextHeight = 13
  17.   object Bevel1: TBevel
  18.     Left = 8
  19.     Top = 8
  20.     Width = 594
  21.     Height = 297
  22.     Shape = bsFrame
  23.     IsControl = True
  24.   end
  25.   object lblPath: TLabel
  26.     Left = 16
  27.     Top = 20
  28.     Width = 58
  29.     Height = 13
  30.     Caption = '&From Host'
  31.     FocusControl = edtFromHost
  32.     Font.Color = clBlack
  33.     Font.Height = -11
  34.     Font.Name = 'MS Sans Serif'
  35.     Font.Style = [fsBold]
  36.     ParentFont = False
  37.   end
  38.   object lblToHost: TLabel
  39.     Left = 360
  40.     Top = 20
  41.     Width = 46
  42.     Height = 13
  43.     Caption = '&To Host'
  44.     FocusControl = edtToHost
  45.     Font.Color = clBlack
  46.     Font.Height = -11
  47.     Font.Name = 'MS Sans Serif'
  48.     Font.Style = [fsBold]
  49.     ParentFont = False
  50.   end
  51.   object lblFromAddress: TLabel
  52.     Left = 16
  53.     Top = 44
  54.     Width = 77
  55.     Height = 13
  56.     Caption = 'Fr&om Address'
  57.     FocusControl = edtFromAddress
  58.     Font.Color = clBlack
  59.     Font.Height = -11
  60.     Font.Name = 'MS Sans Serif'
  61.     Font.Style = [fsBold]
  62.     ParentFont = False
  63.   end
  64.   object lblToAddress: TLabel
  65.     Left = 360
  66.     Top = 44
  67.     Width = 65
  68.     Height = 13
  69.     Caption = 'To &Address'
  70.     FocusControl = edtToAddress
  71.     Font.Color = clBlack
  72.     Font.Height = -11
  73.     Font.Name = 'MS Sans Serif'
  74.     Font.Style = [fsBold]
  75.     ParentFont = False
  76.   end
  77.   object lblMessage: TLabel
  78.     Left = 16
  79.     Top = 124
  80.     Width = 43
  81.     Height = 13
  82.     Caption = '&Message'
  83.   end
  84.   object lblSubject: TLabel
  85.     Left = 16
  86.     Top = 100
  87.     Width = 36
  88.     Height = 13
  89.     Caption = '&Subject'
  90.     FocusControl = edtSubject
  91.   end
  92.   object lblSend: TLabel
  93.     Left = 360
  94.     Top = 252
  95.     Width = 34
  96.     Height = 13
  97.     Caption = 'S&ender'
  98.     FocusControl = edtSender
  99.   end
  100.   object lblReplyTo: TLabel
  101.     Left = 360
  102.     Top = 276
  103.     Width = 43
  104.     Height = 13
  105.     Caption = '&Reply To'
  106.     FocusControl = edtReplyTo
  107.   end
  108.   object lblCC: TLabel
  109.     Left = 16
  110.     Top = 76
  111.     Width = 14
  112.     Height = 13
  113.     Caption = '&CC'
  114.     FocusControl = edtCC
  115.   end
  116.   object lblInReplyTo: TLabel
  117.     Left = 16
  118.     Top = 252
  119.     Width = 55
  120.     Height = 13
  121.     Caption = '&In Reply To'
  122.     FocusControl = edtInReplyTo
  123.   end
  124.   object lblID: TLabel
  125.     Left = 16
  126.     Top = 276
  127.     Width = 11
  128.     Height = 13
  129.     Caption = 'I&D'
  130.     FocusControl = edtID
  131.   end
  132.   object OKBtn: TBitBtn
  133.     Left = 354
  134.     Top = 312
  135.     Width = 77
  136.     Height = 25
  137.     Caption = 'OK'
  138.     Default = True
  139.     ModalResult = 1
  140.     TabOrder = 11
  141.     NumGlyphs = 2
  142.     Spacing = -1
  143.     IsControl = True
  144.   end
  145.   object CancelBtn: TBitBtn
  146.     Left = 440
  147.     Top = 312
  148.     Width = 77
  149.     Height = 25
  150.     Cancel = True
  151.     Caption = 'Cancel'
  152.     ModalResult = 2
  153.     TabOrder = 12
  154.     NumGlyphs = 2
  155.     Spacing = -1
  156.     IsControl = True
  157.   end
  158.   object HelpBtn: TBitBtn
  159.     Left = 524
  160.     Top = 312
  161.     Width = 77
  162.     Height = 25
  163.     Caption = '&Help'
  164.     TabOrder = 13
  165.     OnClick = HelpBtnClick
  166.     NumGlyphs = 2
  167.     Spacing = -1
  168.     IsControl = True
  169.   end
  170.   object edtFromHost: TEdit
  171.     Left = 96
  172.     Top = 18
  173.     Width = 153
  174.     Height = 21
  175.     TabOrder = 0
  176.   end
  177.   object edtToHost: TEdit
  178.     Left = 440
  179.     Top = 18
  180.     Width = 153
  181.     Height = 21
  182.     TabOrder = 2
  183.   end
  184.   object edtFromAddress: TEdit
  185.     Left = 96
  186.     Top = 42
  187.     Width = 153
  188.     Height = 21
  189.     TabOrder = 1
  190.   end
  191.   object edtToAddress: TEdit
  192.     Left = 440
  193.     Top = 42
  194.     Width = 153
  195.     Height = 21
  196.     TabOrder = 3
  197.   end
  198.   object edtSubject: TEdit
  199.     Left = 96
  200.     Top = 98
  201.     Width = 497
  202.     Height = 21
  203.     TabOrder = 5
  204.   end
  205.   object edtSender: TEdit
  206.     Left = 440
  207.     Top = 250
  208.     Width = 153
  209.     Height = 21
  210.     TabOrder = 9
  211.   end
  212.   object edtReplyTo: TEdit
  213.     Left = 440
  214.     Top = 274
  215.     Width = 153
  216.     Height = 21
  217.     TabOrder = 10
  218.   end
  219.   object edtCC: TEdit
  220.     Left = 96
  221.     Top = 74
  222.     Width = 497
  223.     Height = 21
  224.     TabOrder = 4
  225.   end
  226.   object edtInReplyTo: TEdit
  227.     Left = 96
  228.     Top = 250
  229.     Width = 153
  230.     Height = 21
  231.     TabOrder = 7
  232.   end
  233.   object edtID: TEdit
  234.     Left = 96
  235.     Top = 274
  236.     Width = 153
  237.     Height = 21
  238.     TabOrder = 8
  239.   end
  240.   object memMessage: TMemo
  241.     Left = 96
  242.     Top = 122
  243.     Width = 497
  244.     Height = 118
  245.     TabOrder = 6
  246.   end
  247. end
  248.