home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 July / Chip_2004-07_cd1.bin / software / poco / setup.exe / {app} / Poco.exe / 0 / RCDATA / TFRMDEFAULTMAILER / TFRMDEFAULTMAILER.txt
Encoding:
Text File  |  2004-05-18  |  1.4 KB  |  69 lines

  1. object FrmDefaultMailer: TFrmDefaultMailer
  2.   Left = 431
  3.   Top = 738
  4.   BorderIcons = []
  5.   BorderStyle = bsSingle
  6.   Caption = 'Setup Default Mailer'
  7.   ClientHeight = 141
  8.   ClientWidth = 367
  9.   Color = clBtnFace
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -13
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = []
  15.   OldCreateOrder = False
  16.   Position = poScreenCenter
  17.   Scaled = False
  18.   OnHide = FormHide
  19.   PixelsPerInch = 120
  20.   TextHeight = 16
  21.   object Lbl: TLabel
  22.     Left = 16
  23.     Top = 16
  24.     Width = 276
  25.     Height = 34
  26.     Caption = 
  27.       'Poco is not setup to be your default mailer.'#13#10'Would you like me ' +
  28.       'to make it so?'
  29.     Font.Charset = DEFAULT_CHARSET
  30.     Font.Color = clWindowText
  31.     Font.Height = 17
  32.     Font.Name = 'Arial'
  33.     Font.Style = []
  34.     ParentFont = False
  35.   end
  36.   object BtnYes: TBitBtn
  37.     Left = 146
  38.     Top = 72
  39.     Width = 97
  40.     Height = 35
  41.     Caption = '&Yes'
  42.     Default = True
  43.     ModalResult = 6
  44.     TabOrder = 0
  45.     OnClick = BtnYesClick
  46.     NumGlyphs = 2
  47.   end
  48.   object BtnNo: TBitBtn
  49.     Left = 254
  50.     Top = 72
  51.     Width = 97
  52.     Height = 35
  53.     Cancel = True
  54.     Caption = '&No'
  55.     ModalResult = 7
  56.     TabOrder = 1
  57.     OnClick = BtnNoClick
  58.     NumGlyphs = 2
  59.   end
  60.   object cbDontAsk: TCheckBox
  61.     Left = 14
  62.     Top = 122
  63.     Width = 311
  64.     Height = 17
  65.     Caption = 'Please, don'#39't ask me this question again!'
  66.     TabOrder = 2
  67.   end
  68. end
  69.