home *** CD-ROM | disk | FTP | other *** search
/ Chip 1999 December / ChipCD_12_99.iso / software / freeware / captureexpress / capex.exe / CAPEXP.EXE / 0 / RCDATA / TDOTHEEMAIL / TDOTHEEMAIL.txt
Encoding:
Text File  |  1999-09-28  |  2.8 KB  |  154 lines

  1. object DoTheEmail: TDoTheEmail
  2.   Left = 264
  3.   Top = 108
  4.   BorderStyle = bsDialog
  5.   Caption = 'Send Image Via E-Mail'
  6.   ClientHeight = 318
  7.   ClientWidth = 484
  8.   Color = clBtnFace
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clBlack
  11.   Font.Height = -13
  12.   Font.Name = 'Arial'
  13.   Font.Style = []
  14.   OldCreateOrder = True
  15.   Position = poScreenCenter
  16.   Scaled = False
  17.   OnClose = FormClose
  18.   OnShow = FormShow
  19.   PixelsPerInch = 96
  20.   TextHeight = 16
  21.   object SubjectLabel: TLabel
  22.     Left = 12
  23.     Top = 96
  24.     Width = 141
  25.     Height = 16
  26.     Alignment = taRightJustify
  27.     AutoSize = False
  28.     Caption = 'E-Mail Subject'
  29.   end
  30.   object TextLabel: TLabel
  31.     Left = 8
  32.     Top = 124
  33.     Width = 149
  34.     Height = 16
  35.     AutoSize = False
  36.     Caption = 'Message Text'
  37.     Font.Charset = DEFAULT_CHARSET
  38.     Font.Color = clBlack
  39.     Font.Height = -13
  40.     Font.Name = 'Arial'
  41.     Font.Style = [fsBold]
  42.     ParentFont = False
  43.   end
  44.   object Label1: TLabel
  45.     Left = 8
  46.     Top = 40
  47.     Width = 145
  48.     Height = 16
  49.     Alignment = taRightJustify
  50.     AutoSize = False
  51.     Caption = 'Recipient Name'
  52.   end
  53.   object Label2: TLabel
  54.     Left = 0
  55.     Top = 68
  56.     Width = 153
  57.     Height = 16
  58.     Alignment = taRightJustify
  59.     AutoSize = False
  60.     Caption = 'Recipient E-Mail Address'
  61.   end
  62.   object Label3: TLabel
  63.     Left = 8
  64.     Top = 12
  65.     Width = 145
  66.     Height = 16
  67.     Alignment = taRightJustify
  68.     AutoSize = False
  69.     Caption = 'Image Name'
  70.   end
  71.   object Subject: TEdit
  72.     Left = 160
  73.     Top = 90
  74.     Width = 313
  75.     Height = 24
  76.     TabOrder = 3
  77.   end
  78.   object MyMemo: TMemo
  79.     Left = 8
  80.     Top = 140
  81.     Width = 469
  82.     Height = 149
  83.     Lines.Strings = (
  84.       'Memo1')
  85.     TabOrder = 4
  86.   end
  87.   object ToPerson: TEdit
  88.     Left = 160
  89.     Top = 34
  90.     Width = 233
  91.     Height = 24
  92.     TabOrder = 1
  93.   end
  94.   object ToAddress: TEdit
  95.     Left = 160
  96.     Top = 62
  97.     Width = 233
  98.     Height = 24
  99.     TabOrder = 2
  100.   end
  101.   object ImageName: TEdit
  102.     Left = 160
  103.     Top = 6
  104.     Width = 151
  105.     Height = 24
  106.     TabOrder = 0
  107.   end
  108.   object SendIt: TButton
  109.     Left = 175
  110.     Top = 295
  111.     Width = 60
  112.     Height = 21
  113.     Caption = '&Send It'
  114.     Default = True
  115.     Font.Charset = DEFAULT_CHARSET
  116.     Font.Color = clBlack
  117.     Font.Height = -13
  118.     Font.Name = 'Arial'
  119.     Font.Style = []
  120.     ParentFont = False
  121.     TabOrder = 5
  122.     OnClick = SendItClick
  123.   end
  124.   object AbortButton: TButton
  125.     Left = 243
  126.     Top = 295
  127.     Width = 60
  128.     Height = 21
  129.     Cancel = True
  130.     Caption = '&Abort'
  131.     Font.Charset = DEFAULT_CHARSET
  132.     Font.Color = clBlack
  133.     Font.Height = -13
  134.     Font.Name = 'Arial'
  135.     Font.Style = []
  136.     ParentFont = False
  137.     TabOrder = 6
  138.     OnClick = AbortButtonClick
  139.   end
  140.   object MySMTP: TmsSMTP
  141.     DefaultPort = 25
  142.     TimeOut = 40
  143.     MailMessage = EMess
  144.     Left = 444
  145.     Top = 12
  146.   end
  147.   object EMess: TmsMessage
  148.     ContentType = 'text/plain'
  149.     ReturnReceipt = False
  150.     Left = 404
  151.     Top = 8
  152.   end
  153. end
  154.