object Form1: TForm1
  Left = 208
  Top = 119
  Width = 452
  Height = 324
  Caption = 'Form1'
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  Position = poScreenCenter
  PixelsPerInch = 96
  TextHeight = 13
  object Label1: TLabel
    Left = 240
    Top = 56
    Width = 67
    Height = 13
    Caption = 'AttachedFiles:'
  end
  object Label2: TLabel
    Left = 288
    Top = 96
    Width = 78
    Height = 13
    Caption = 'EncodeProgress'
  end
  object Label3: TLabel
    Left = 288
    Top = 129
    Width = 66
    Height = 13
    Caption = 'SendProgress'
  end
  object Label4: TLabel
    Left = 8
    Top = 13
    Width = 25
    Height = 13
    Caption = 'Host:'
  end
  object Label5: TLabel
    Left = 6
    Top = 53
    Width = 56
    Height = 13
    Caption = 'User Name:'
  end
  object Label6: TLabel
    Left = 6
    Top = 77
    Width = 57
    Height = 13
    Caption = 'My address:'
  end
  object Label7: TLabel
    Left = 6
    Top = 101
    Width = 16
    Height = 13
    Caption = 'To:'
  end
  object Label8: TLabel
    Left = 6
    Top = 125
    Width = 39
    Height = 13
    Caption = 'Subject:'
  end
  object EditHost: TEdit
    Left = 64
    Top = 8
    Width = 121
    Height = 21
    TabOrder = 0
    Text = 'localhost'
  end
  object EditFrom: TEdit
    Left = 64
    Top = 72
    Width = 121
    Height = 21
    TabOrder = 2
    Text = 'jsmith@localhost'
  end
  object EditTo: TEdit
    Left = 64
    Top = 96
    Width = 121
    Height = 21
    TabOrder = 3
  end
  object EditSubject: TEdit
    Left = 64
    Top = 120
    Width = 121
    Height = 21
    TabOrder = 4
  end
  object Memo1: TMemo
    Left = 0
    Top = 165
    Width = 444
    Height = 113
    Align = alBottom
    Lines.Strings = (
      'Memo1')
    TabOrder = 9
  end
  object ComboBoxAttachedFiles: TComboBox
    Left = 240
    Top = 72
    Width = 201
    Height = 21
    Style = csDropDownList
    ItemHeight = 13
    TabOrder = 8
  end
  object ButtonAddAttachedFile: TButton
    Left = 344
    Top = 53
    Width = 41
    Height = 17
    Caption = 'Add'
    TabOrder = 6
    OnClick = ButtonAddAttachedFileClick
  end
  object ButtonSend: TButton
    Left = 200
    Top = 120
    Width = 65
    Height = 25
    Caption = 'Send'
    Default = True
    TabOrder = 5
    OnClick = ButtonSendClick
  end
  object EditUserName: TEdit
    Left = 64
    Top = 48
    Width = 121
    Height = 21
    TabOrder = 1
    Text = 'John Smith'
  end
  object ButtonClearAttachedFiles: TButton
    Left = 392
    Top = 53
    Width = 41
    Height = 17
    Caption = 'Clear'
    TabOrder = 7
    OnClick = ButtonClearAttachedFilesClick
  end
  object StatusBar1: TStatusBar
    Left = 0
    Top = 278
    Width = 444
    Height = 19
    Font.Color = clRed
    Font.Height = -11
    Font.Name = 'MS Sans Serif'
    Font.Style = []
    Panels = <
      item
        Width = 300
      end
      item
        Width = 50
      end>
    ParentFont = False
    SimplePanel = False
  end
  object ProgressBar1: TProgressBar
    Left = 288
    Top = 112
    Width = 150
    Height = 16
    Min = 0
    Max = 100
    TabOrder = 11
  end
  object ProgressBar2: TProgressBar
    Left = 288
    Top = 144
    Width = 150
    Height = 16
    Min = 0
    Max = 100
    TabOrder = 12
  end
  object SakMsg1: TSakMsg
    Left = 296
    Top = 8
  end
  object OpenDialog1: TOpenDialog
    Left = 360
    Top = 8
  end
  object SakSMTP1: TSakSMTP
    Port = '25'
    EncodeProgressStep = 10
    SendProgressStep = 10
    OnError = SakSMTP1Error
    OnBeforeSend = SakSMTP1BeforeSend
    OnAfterSend = SakSMTP1AfterSend
    OnEncodeStart = SakSMTP1EncodeStart
    OnEncodeProgress = SakSMTP1EncodeProgress
    OnSendProgress = SakSMTP1SendProgress
    Left = 328
    Top = 8
  end
end
