home *** CD-ROM | disk | FTP | other *** search
- object StdMailForm: TStdMailForm
- Left = 352
- Top = 458
- BorderStyle = bsDialog
- Caption = 'Phoenix Mail'
- ClientHeight = 132
- ClientWidth = 317
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- Position = poScreenCenter
- OnClose = FormClose
- OnCreate = FormCreate
- PixelsPerInch = 96
- TextHeight = 13
- object Label1: TLabel
- Tag = 301
- Left = 52
- Top = 8
- Width = 257
- Height = 57
- AutoSize = False
- Caption =
- 'Phoenix Mail is not currently installed as the default e-mail cl' +
- 'ient of your system. Do you want to use Phoenix Mail for creatin' +
- 'g new messages by default?'
- WordWrap = True
- end
- object Image1: TImage
- Left = 8
- Top = 8
- Width = 32
- Height = 32
- end
- object Button1: TButton
- Tag = 261
- Left = 88
- Top = 100
- Width = 75
- Height = 25
- Caption = '&Yes'
- Default = True
- ModalResult = 6
- TabOrder = 0
- end
- object Button2: TButton
- Tag = 255
- Left = 168
- Top = 100
- Width = 75
- Height = 25
- Cancel = True
- Caption = '&No'
- ModalResult = 7
- TabOrder = 1
- end
- object CheckBox1: TCheckBox
- Tag = 302
- Left = 56
- Top = 72
- Width = 253
- Height = 17
- Caption = '&Do not perform this check in future.'
- TabOrder = 2
- end
- end
-