home *** CD-ROM | disk | FTP | other *** search
- object ReplyForm: TReplyForm
- Left = 286
- Top = 119
- BorderStyle = bsDialog
- Caption = 'Email Reply'
- ClientHeight = 238
- ClientWidth = 476
- Color = 13238272
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- OldCreateOrder = False
- OnActivate = FormActivate
- OnClose = FormClose
- OnCloseQuery = FormCloseQuery
- PixelsPerInch = 96
- TextHeight = 13
- object Bevel1: TBevel
- Left = 2
- Top = 1
- Width = 470
- Height = 58
- Shape = bsFrame
- end
- object Label1: TLabel
- Left = 9
- Top = 9
- Width = 59
- Height = 13
- Caption = 'Email Server'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = 8454143
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ParentFont = False
- end
- object Label2: TLabel
- Left = 212
- Top = 11
- Width = 54
- Height = 13
- Caption = 'Return Adr'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = 8454143
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ParentFont = False
- end
- object SendBtn: TOvalButton
- Left = 210
- Top = 210
- Width = 67
- Height = 25
- Caption = 'Send '
- Color = clBtnFace
- Down = False
- EndColor = clBlack
- Flat = False
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = [fsBold]
- GroupIndex = 0
- Layout = blGlyphLeft
- Margin = 0
- Spacing = 4
- StartColor = clBlack
- Transparent = False
- TransparentColor = clBlack
- OnClick = SendBtnClick
- end
- object Label3: TLabel
- Left = 11
- Top = 36
- Width = 36
- Height = 13
- Caption = 'User ID'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = 8454143
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ParentFont = False
- end
- object Label4: TLabel
- Left = 226
- Top = 37
- Width = 40
- Height = 13
- Caption = 'Send to:'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = 8454143
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ParentFont = False
- end
- object Label5: TLabel
- Left = 11
- Top = 63
- Width = 39
- Height = 13
- Caption = 'Subject:'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = 8454143
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ParentFont = False
- end
- object Memo1: TMemo
- Left = 5
- Top = 81
- Width = 466
- Height = 126
- ScrollBars = ssVertical
- TabOrder = 0
- end
- object SMTPserver: TEdit
- Left = 71
- Top = 7
- Width = 130
- Height = 21
- Color = 15921664
- TabOrder = 1
- end
- object RetAdr: TEdit
- Left = 275
- Top = 8
- Width = 190
- Height = 21
- Color = 15921664
- TabOrder = 2
- end
- object CloseBtn: TButton
- Left = 419
- Top = 213
- Width = 50
- Height = 20
- Caption = 'Close'
- TabOrder = 3
- OnClick = CloseBtnClick
- end
- object SMTPUserID: TEdit
- Left = 71
- Top = 32
- Width = 130
- Height = 21
- Color = 15921664
- TabOrder = 4
- end
- object MXSentTo: TEdit
- Left = 275
- Top = 33
- Width = 190
- Height = 21
- Color = 15921664
- TabOrder = 5
- end
- object MXSubject: TEdit
- Left = 71
- Top = 59
- Width = 396
- Height = 21
- Color = 12910591
- TabOrder = 6
- end
- object ClrBtn: TButton
- Left = 8
- Top = 212
- Width = 50
- Height = 20
- Caption = 'Clear'
- TabOrder = 7
- OnClick = ClrBtnClick
- end
- object SendPanel: TPanel
- Left = 51
- Top = 4
- Width = 383
- Height = 79
- Color = 65408
- TabOrder = 8
- Visible = False
- object SendLabel: TLabel
- Left = 136
- Top = 9
- Width = 102
- Height = 20
- Caption = ' Send Email '
- Color = clRed
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWhite
- Font.Height = -16
- Font.Name = 'MS Sans Serif'
- Font.Style = [fsBold]
- ParentColor = False
- ParentFont = False
- Visible = False
- end
- object Label6: TLabel
- Left = 163
- Top = 49
- Width = 49
- Height = 16
- Alignment = taCenter
- Caption = 'Connect'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -13
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ParentFont = False
- end
- end
- object LastEmailBtn: TButton
- Left = 66
- Top = 212
- Width = 60
- Height = 20
- Caption = 'Last Sent'
- TabOrder = 9
- OnClick = LastEmailBtnClick
- end
- end
-