home *** CD-ROM | disk | FTP | other *** search
/ Freelog 11 / Freelog011.iso / BestOf / PhoenixMail / Source / phoenix / FMStdMail.dfm / FMStdMail.txt
Text File  |  1998-12-04  |  1KB  |  69 lines

  1. object StdMailForm: TStdMailForm
  2.   Left = 352
  3.   Top = 458
  4.   BorderStyle = bsDialog
  5.   Caption = 'Phoenix Mail'
  6.   ClientHeight = 132
  7.   ClientWidth = 317
  8.   Font.Charset = DEFAULT_CHARSET
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   Position = poScreenCenter
  14.   OnClose = FormClose
  15.   OnCreate = FormCreate
  16.   PixelsPerInch = 96
  17.   TextHeight = 13
  18.   object Label1: TLabel
  19.     Tag = 301
  20.     Left = 52
  21.     Top = 8
  22.     Width = 257
  23.     Height = 57
  24.     AutoSize = False
  25.     Caption = 
  26.       'Phoenix Mail is not currently installed as the default e-mail cl' +
  27.       'ient of your system. Do you want to use Phoenix Mail for creatin' +
  28.       'g new messages by default?'
  29.     WordWrap = True
  30.   end
  31.   object Image1: TImage
  32.     Left = 8
  33.     Top = 8
  34.     Width = 32
  35.     Height = 32
  36.   end
  37.   object Button1: TButton
  38.     Tag = 261
  39.     Left = 88
  40.     Top = 100
  41.     Width = 75
  42.     Height = 25
  43.     Caption = '&Yes'
  44.     Default = True
  45.     ModalResult = 6
  46.     TabOrder = 0
  47.   end
  48.   object Button2: TButton
  49.     Tag = 255
  50.     Left = 168
  51.     Top = 100
  52.     Width = 75
  53.     Height = 25
  54.     Cancel = True
  55.     Caption = '&No'
  56.     ModalResult = 7
  57.     TabOrder = 1
  58.   end
  59.   object CheckBox1: TCheckBox
  60.     Tag = 302
  61.     Left = 56
  62.     Top = 72
  63.     Width = 253
  64.     Height = 17
  65.     Caption = '&Do not perform this check in future.'
  66.     TabOrder = 2
  67.   end
  68. end
  69.