home *** CD-ROM | disk | FTP | other *** search
- object FrmDefaultMailer: TFrmDefaultMailer
- Left = 431
- Top = 738
- BorderIcons = []
- BorderStyle = bsSingle
- Caption = 'Setup Default Mailer'
- ClientHeight = 141
- ClientWidth = 367
- Color = clBtnFace
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -13
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- OldCreateOrder = False
- Position = poScreenCenter
- Scaled = False
- OnHide = FormHide
- PixelsPerInch = 120
- TextHeight = 16
- object Lbl: TLabel
- Left = 16
- Top = 16
- Width = 276
- Height = 34
- Caption =
- 'Poco is not setup to be your default mailer.'#13#10'Would you like me ' +
- 'to make it so?'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = 17
- Font.Name = 'Arial'
- Font.Style = []
- ParentFont = False
- end
- object BtnYes: TBitBtn
- Left = 146
- Top = 72
- Width = 97
- Height = 35
- Caption = '&Yes'
- Default = True
- ModalResult = 6
- TabOrder = 0
- OnClick = BtnYesClick
- NumGlyphs = 2
- end
- object BtnNo: TBitBtn
- Left = 254
- Top = 72
- Width = 97
- Height = 35
- Cancel = True
- Caption = '&No'
- ModalResult = 7
- TabOrder = 1
- OnClick = BtnNoClick
- NumGlyphs = 2
- end
- object cbDontAsk: TCheckBox
- Left = 14
- Top = 122
- Width = 311
- Height = 17
- Caption = 'Please, don'#39't ask me this question again!'
- TabOrder = 2
- end
- end
-