home *** CD-ROM | disk | FTP | other *** search
- object SMTPClient: TSMTPClient
- Left = 258
- Top = 215
- BorderStyle = bsSingle
- Caption = 'Up Yours 4.0'
- ClientHeight = 249
- ClientWidth = 290
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- FormStyle = fsMDIChild
- Position = poScreenCenter
- Visible = True
- OnClose = FormClose
- OnCreate = FormCreate
- OnDestroy = FormDestroy
- PixelsPerInch = 96
- TextHeight = 13
- object Label1: TLabel
- Left = 12
- Top = 0
- Width = 33
- Height = 13
- Caption = 'Status:'
- end
- object stStatus: TLabel
- Left = 48
- Top = 0
- Width = 3
- Height = 13
- end
- object Label2: TLabel
- Left = 20
- Top = 48
- Width = 25
- Height = 13
- Caption = 'Host:'
- end
- object Label3: TLabel
- Left = 20
- Top = 96
- Width = 29
- Height = 13
- Caption = 'From :'
- end
- object Label5: TLabel
- Left = 29
- Top = 72
- Width = 16
- Height = 13
- Caption = 'To:'
- end
- object Label6: TLabel
- Left = 28
- Top = 120
- Width = 17
- Height = 13
- Caption = 'CC:'
- end
- object Label7: TLabel
- Left = 6
- Top = 144
- Width = 39
- Height = 13
- Caption = 'Subject:'
- end
- object Label8: TLabel
- Left = -1
- Top = 168
- Width = 46
- Height = 13
- Caption = 'Message:'
- end
- object sleHost: TEdit
- Left = 48
- Top = 52
- Width = 161
- Height = 21
- Color = clInfoBk
- Enabled = False
- TabOrder = 0
- end
- object sleLogin: TEdit
- Left = 48
- Top = 100
- Width = 161
- Height = 21
- Color = clInfoBk
- TabOrder = 1
- end
- object sleTo: TEdit
- Left = 48
- Top = 76
- Width = 161
- Height = 21
- Color = clInfoBk
- Enabled = False
- TabOrder = 2
- end
- object sleCC: TEdit
- Left = 48
- Top = 124
- Width = 161
- Height = 21
- Color = clInfoBk
- Enabled = False
- TabOrder = 3
- end
- object sleSubject: TEdit
- Left = 48
- Top = 148
- Width = 241
- Height = 21
- Color = clInfoBk
- TabOrder = 4
- end
- object mleMessage: TMemo
- Left = 0
- Top = 184
- Width = 289
- Height = 65
- Color = clInfoBk
- TabOrder = 5
- end
- object cbClose: TButton
- Left = 212
- Top = 52
- Width = 75
- Height = 93
- Cancel = True
- Caption = '&Close'
- Font.Color = clBlack
- Font.Height = -13
- Font.Name = 'Times New Roman'
- Font.Style = [fsBold, fsUnderline]
- ParentFont = False
- TabOrder = 6
- OnClick = cbCloseClick
- end
- object cbSend: TButton
- Left = 52
- Top = 252
- Width = 75
- Height = 25
- Caption = '&Send'
- Default = True
- TabOrder = 7
- OnClick = cbSendClick
- end
- end
-