home *** CD-ROM | disk | FTP | other *** search
- object MailForm: TMailForm
- Left = 300
- Top = 194
- BorderStyle = bsDialog
- Caption = 'CyberBuddy Mail Message'
- ClientHeight = 224
- ClientWidth = 486
- Color = 7701056
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- Icon.Data = {<image000.ico>}
- OldCreateOrder = False
- Position = poDefault
- OnActivate = FormActivate
- OnShow = FormShow
- PixelsPerInch = 96
- TextHeight = 13
- object Label1: TLabel
- Left = 8
- Top = 6
- Width = 40
- Height = 16
- Caption = 'From:'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = 8454143
- Font.Height = -13
- Font.Name = 'MS Sans Serif'
- Font.Style = [fsBold]
- ParentFont = False
- end
- object Label2: TLabel
- Left = 9
- Top = 31
- Width = 57
- Height = 16
- Caption = 'Subject:'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = 8454143
- Font.Height = -13
- Font.Name = 'MS Sans Serif'
- Font.Style = [fsBold]
- ParentFont = False
- end
- object RetrMXLabel: TLabel
- Left = 66
- Top = 201
- Width = 129
- Height = 20
- Caption = ' Retrieving Mail '
- 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 MailStatus: TLabel
- Left = 267
- Top = 205
- Width = 49
- Height = 13
- Caption = ' Connect '
- Color = clLime
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clRed
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ParentColor = False
- ParentFont = False
- Visible = False
- end
- object MXFrom: TEdit
- Left = 71
- Top = 5
- Width = 408
- Height = 21
- Color = 12320767
- TabOrder = 0
- end
- object MXSub: TEdit
- Left = 71
- Top = 28
- Width = 408
- Height = 21
- Color = 12189695
- TabOrder = 1
- end
- object CloseBtn: TButton
- Left = 421
- Top = 204
- Width = 60
- Height = 18
- Caption = 'Close'
- TabOrder = 2
- OnClick = CloseBtnClick
- end
- object ReadBtn: TButton
- Left = 5
- Top = 204
- Width = 60
- Height = 17
- Caption = 'Read'
- TabOrder = 3
- OnClick = ReadBtnClick
- end
- object ReplyBtn: TButton
- Left = 203
- Top = 204
- Width = 60
- Height = 17
- Caption = 'Reply'
- TabOrder = 4
- OnClick = ReplyBtnClick
- end
- object MXReplyTo: TEdit
- Left = 318
- Top = 17
- Width = 121
- Height = 21
- ReadOnly = True
- TabOrder = 5
- Visible = False
- end
- object PrntBtn: TButton
- Left = 353
- Top = 204
- Width = 44
- Height = 18
- Caption = 'Print'
- TabOrder = 6
- OnClick = PrntBtnClick
- end
- object Memo1: TRichEdit
- Left = 5
- Top = 53
- Width = 475
- Height = 148
- ReadOnly = True
- ScrollBars = ssVertical
- TabOrder = 7
- OnMouseDown = Memo1MouseDown
- end
- object PrintDialog1: TPrintDialog
- Left = 12
- Top = 168
- end
- end
-