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

  1. object frmSendMail: TfrmSendMail
  2.   Left = 261
  3.   Top = 172
  4.   HorzScrollBar.Visible = False
  5.   VertScrollBar.Visible = False
  6.   BorderIcons = [biSystemMenu]
  7.   BorderStyle = bsSingle
  8.   Caption = 'Mail Warrior - Sending mail...'
  9.   ClientHeight = 226
  10.   ClientWidth = 303
  11.   Color = clBtnFace
  12.   Font.Charset = ANSI_CHARSET
  13.   Font.Color = clWindowText
  14.   Font.Height = -11
  15.   Font.Name = 'Tahoma'
  16.   Font.Style = []
  17.   OldCreateOrder = False
  18.   Position = poScreenCenter
  19.   OnClose = FormClose
  20.   OnCreate = FormCreate
  21.   PixelsPerInch = 96
  22.   TextHeight = 13
  23.   object Label1: TLabel
  24.     Left = 48
  25.     Top = 6
  26.     Width = 81
  27.     Height = 13
  28.     Caption = 'Sending mail...'
  29.     Font.Charset = ANSI_CHARSET
  30.     Font.Color = clWindowText
  31.     Font.Height = -11
  32.     Font.Name = 'Tahoma'
  33.     Font.Style = [fsBold]
  34.     ParentFont = False
  35.     Transparent = True
  36.   end
  37.   object Image2: TImage
  38.     Left = 8
  39.     Top = 6
  40.     Width = 35
  41.     Height = 49
  42.     AutoSize = True
  43.     Picture.Data = {<image000.bmp>}
  44.     Transparent = True
  45.   end
  46.   object Label2: TLabel
  47.     Left = 48
  48.     Top = 24
  49.     Width = 249
  50.     Height = 25
  51.     AutoSize = False
  52.     Caption = 
  53.       'Please wait while Mail Warrior is sending your e-mail to it'#39's re' +
  54.       'ceipiants.'
  55.     Transparent = True
  56.     WordWrap = True
  57.   end
  58.   object Bevel1: TBevel
  59.     Left = 8
  60.     Top = 232
  61.     Width = 289
  62.     Height = 9
  63.     Shape = bsTopLine
  64.   end
  65.   object Label3: TLabel
  66.     Left = 8
  67.     Top = 64
  68.     Width = 90
  69.     Height = 13
  70.     Caption = '∩┐╜ Current account:'
  71.     Transparent = True
  72.   end
  73.   object lblCurrentAccount: TLabel
  74.     Left = 104
  75.     Top = 64
  76.     Width = 193
  77.     Height = 17
  78.     AutoSize = False
  79.     Caption = 'No account in use'
  80.     Font.Charset = ANSI_CHARSET
  81.     Font.Color = clNavy
  82.     Font.Height = -11
  83.     Font.Name = 'Tahoma'
  84.     Font.Style = []
  85.     ParentFont = False
  86.     Transparent = True
  87.   end
  88.   object GroupBox1: TGroupBox
  89.     Left = 8
  90.     Top = 88
  91.     Width = 289
  92.     Height = 102
  93.     Caption = ' Status '
  94.     TabOrder = 0
  95.     object lblCurrentOperation: TLabel
  96.       Left = 8
  97.       Top = 56
  98.       Width = 273
  99.       Height = 13
  100.       AutoSize = False
  101.       Caption = 'No operation in progress'
  102.       Font.Charset = ANSI_CHARSET
  103.       Font.Color = clGreen
  104.       Font.Height = -11
  105.       Font.Name = 'Tahoma'
  106.       Font.Style = []
  107.       ParentFont = False
  108.       Transparent = True
  109.     end
  110.     object lblConnectionStatus: TLabel
  111.       Left = 8
  112.       Top = 16
  113.       Width = 74
  114.       Height = 13
  115.       Caption = 'Not connected.'
  116.       Font.Charset = ANSI_CHARSET
  117.       Font.Color = clBlue
  118.       Font.Height = -11
  119.       Font.Name = 'Tahoma'
  120.       Font.Style = []
  121.       ParentFont = False
  122.       Transparent = True
  123.       OnClick = lblConnectionStatusClick
  124.     end
  125.     object pbMain: TProgressBar
  126.       Left = 8
  127.       Top = 76
  128.       Width = 273
  129.       Height = 17
  130.       Min = 0
  131.       Max = 100
  132.       TabOrder = 0
  133.       Visible = False
  134.     end
  135.     object Panel1: TPanel
  136.       Left = 8
  137.       Top = 36
  138.       Width = 265
  139.       Height = 17
  140.       BevelOuter = bvNone
  141.       FullRepaint = False
  142.       TabOrder = 1
  143.       object Label10: TLabel
  144.         Left = 0
  145.         Top = 0
  146.         Width = 94
  147.         Height = 17
  148.         Align = alLeft
  149.         Caption = 'Sending message #'
  150.         Font.Charset = ANSI_CHARSET
  151.         Font.Color = clPurple
  152.         Font.Height = -11
  153.         Font.Name = 'Tahoma'
  154.         Font.Style = []
  155.         ParentFont = False
  156.         Transparent = True
  157.       end
  158.       object lblCurrentMsg: TLabel
  159.         Left = 94
  160.         Top = 0
  161.         Width = 6
  162.         Height = 17
  163.         Align = alLeft
  164.         Caption = '0'
  165.         Font.Charset = ANSI_CHARSET
  166.         Font.Color = clPurple
  167.         Font.Height = -11
  168.         Font.Name = 'Tahoma'
  169.         Font.Style = []
  170.         ParentFont = False
  171.       end
  172.       object Label12: TLabel
  173.         Left = 100
  174.         Top = 0
  175.         Width = 82
  176.         Height = 17
  177.         Align = alLeft
  178.         Caption = ' out of a total of '
  179.         Font.Charset = ANSI_CHARSET
  180.         Font.Color = clPurple
  181.         Font.Height = -11
  182.         Font.Name = 'Tahoma'
  183.         Font.Style = []
  184.         ParentFont = False
  185.         Transparent = True
  186.       end
  187.       object lblMsgCount: TLabel
  188.         Left = 182
  189.         Top = 0
  190.         Width = 6
  191.         Height = 17
  192.         Align = alLeft
  193.         Caption = '0'
  194.         Font.Charset = ANSI_CHARSET
  195.         Font.Color = clPurple
  196.         Font.Height = -11
  197.         Font.Name = 'Tahoma'
  198.         Font.Style = []
  199.         ParentFont = False
  200.       end
  201.       object Label14: TLabel
  202.         Left = 188
  203.         Top = 0
  204.         Width = 4
  205.         Height = 17
  206.         Align = alLeft
  207.         Caption = '.'
  208.         Font.Charset = ANSI_CHARSET
  209.         Font.Color = clPurple
  210.         Font.Height = -11
  211.         Font.Name = 'Tahoma'
  212.         Font.Style = []
  213.         ParentFont = False
  214.       end
  215.     end
  216.   end
  217.   object Button1: TButton
  218.     Left = 96
  219.     Top = 200
  220.     Width = 73
  221.     Height = 23
  222.     Caption = '&Hide'
  223.     TabOrder = 1
  224.     OnClick = Button1Click
  225.   end
  226.   object btnShowErrors: TButton
  227.     Left = 216
  228.     Top = 200
  229.     Width = 73
  230.     Height = 23
  231.     Caption = '&Errors ->'
  232.     Enabled = False
  233.     TabOrder = 2
  234.     OnClick = btnShowErrorsClick
  235.   end
  236.   object lstErrors: TListBox
  237.     Left = 8
  238.     Top = 240
  239.     Width = 289
  240.     Height = 81
  241.     ItemHeight = 13
  242.     TabOrder = 3
  243.   end
  244.   object SMTP: TSakSMTP
  245.     Port = '25'
  246.     EncodeProgressStep = 10
  247.     SendProgressStep = 10
  248.     OnConnect = SMTPConnect
  249.     OnQuit = SMTPQuit
  250.     OnError = SMTPError
  251.     OnBeforeSend = SMTPBeforeSend
  252.     OnAfterSend = SMTPAfterSend
  253.     OnSendProgress = SMTPSendProgress
  254.     Left = 88
  255.     Top = 160
  256.   end
  257.   object tmrCloseWindow: TTimer
  258.     Enabled = False
  259.     OnTimer = tmrCloseWindowTimer
  260.     Left = 24
  261.     Top = 160
  262.   end
  263.   object tmrSendMail: TTimer
  264.     Enabled = False
  265.     Interval = 20
  266.     OnTimer = tmrSendMailTimer
  267.     Left = 136
  268.     Top = 160
  269.   end
  270.   object SakMsg: TSakMsg
  271.     Left = 216
  272.     Top = 40
  273.   end
  274. end
  275.