object frmEMail: TfrmEMail Left = 225 Top = 137 HelpContext = 11 BorderStyle = bsDialog Caption = 'EMail' ClientHeight = 343 ClientWidth = 610 Font.Color = clBlack Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] Position = poScreenCenter OnShow = FormShow PixelsPerInch = 96 TextHeight = 13 object Bevel1: TBevel Left = 8 Top = 8 Width = 594 Height = 297 Shape = bsFrame IsControl = True end object lblPath: TLabel Left = 16 Top = 20 Width = 58 Height = 13 Caption = '&From Host' FocusControl = edtFromHost Font.Color = clBlack Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [fsBold] ParentFont = False end object lblToHost: TLabel Left = 360 Top = 20 Width = 46 Height = 13 Caption = '&To Host' FocusControl = edtToHost Font.Color = clBlack Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [fsBold] ParentFont = False end object lblFromAddress: TLabel Left = 16 Top = 44 Width = 77 Height = 13 Caption = 'Fr&om Address' FocusControl = edtFromAddress Font.Color = clBlack Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [fsBold] ParentFont = False end object lblToAddress: TLabel Left = 360 Top = 44 Width = 65 Height = 13 Caption = 'To &Address' FocusControl = edtToAddress Font.Color = clBlack Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [fsBold] ParentFont = False end object lblMessage: TLabel Left = 16 Top = 124 Width = 43 Height = 13 Caption = '&Message' end object lblSubject: TLabel Left = 16 Top = 100 Width = 36 Height = 13 Caption = '&Subject' FocusControl = edtSubject end object lblSend: TLabel Left = 360 Top = 252 Width = 34 Height = 13 Caption = 'S&ender' FocusControl = edtSender end object lblReplyTo: TLabel Left = 360 Top = 276 Width = 43 Height = 13 Caption = '&Reply To' FocusControl = edtReplyTo end object lblCC: TLabel Left = 16 Top = 76 Width = 14 Height = 13 Caption = '&CC' FocusControl = edtCC end object lblInReplyTo: TLabel Left = 16 Top = 252 Width = 55 Height = 13 Caption = '&In Reply To' FocusControl = edtInReplyTo end object lblID: TLabel Left = 16 Top = 276 Width = 11 Height = 13 Caption = 'I&D' FocusControl = edtID end object OKBtn: TBitBtn Left = 354 Top = 312 Width = 77 Height = 25 Caption = 'OK' Default = True ModalResult = 1 TabOrder = 11 NumGlyphs = 2 Spacing = -1 IsControl = True end object CancelBtn: TBitBtn Left = 440 Top = 312 Width = 77 Height = 25 Cancel = True Caption = 'Cancel' ModalResult = 2 TabOrder = 12 NumGlyphs = 2 Spacing = -1 IsControl = True end object HelpBtn: TBitBtn Left = 524 Top = 312 Width = 77 Height = 25 Caption = '&Help' TabOrder = 13 OnClick = HelpBtnClick NumGlyphs = 2 Spacing = -1 IsControl = True end object edtFromHost: TEdit Left = 96 Top = 18 Width = 153 Height = 21 TabOrder = 0 end object edtToHost: TEdit Left = 440 Top = 18 Width = 153 Height = 21 TabOrder = 2 end object edtFromAddress: TEdit Left = 96 Top = 42 Width = 153 Height = 21 TabOrder = 1 end object edtToAddress: TEdit Left = 440 Top = 42 Width = 153 Height = 21 TabOrder = 3 end object edtSubject: TEdit Left = 96 Top = 98 Width = 497 Height = 21 TabOrder = 5 end object edtSender: TEdit Left = 440 Top = 250 Width = 153 Height = 21 TabOrder = 9 end object edtReplyTo: TEdit Left = 440 Top = 274 Width = 153 Height = 21 TabOrder = 10 end object edtCC: TEdit Left = 96 Top = 74 Width = 497 Height = 21 TabOrder = 4 end object edtInReplyTo: TEdit Left = 96 Top = 250 Width = 153 Height = 21 TabOrder = 7 end object edtID: TEdit Left = 96 Top = 274 Width = 153 Height = 21 TabOrder = 8 end object memMessage: TMemo Left = 96 Top = 122 Width = 497 Height = 118 TabOrder = 6 end end