home *** CD-ROM | disk | FTP | other *** search
/ Australian Personal Computer 1999 November / APC411-2.ISO / email / poco.exe / file0001.bin / 0 / RCDATA / TFRMDEFAULTMAILER / TFRMDEFAULTMAILER.txt
Encoding:
Text File  |  1999-09-29  |  1.5 KB  |  74 lines

  1. object FrmDefaultMailer: TFrmDefaultMailer
  2.   Left = 343
  3.   Top = 628
  4.   BorderIcons = []
  5.   BorderStyle = bsSingle
  6.   Caption = 'Setup Default Mailer'
  7.   ClientHeight = 161
  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 Label1: TLabel
  22.     Left = 32
  23.     Top = 16
  24.     Width = 293
  25.     Height = 18
  26.     Caption = 'Poco is not setup to be your default mailer.'
  27.     Font.Charset = DEFAULT_CHARSET
  28.     Font.Color = clWindowText
  29.     Font.Height = 18
  30.     Font.Name = 'Arial'
  31.     Font.Style = []
  32.     ParentFont = False
  33.   end
  34.   object Label2: TLabel
  35.     Left = 52
  36.     Top = 38
  37.     Width = 228
  38.     Height = 18
  39.     Caption = 'Would you like me to make it so?'
  40.     Font.Charset = DEFAULT_CHARSET
  41.     Font.Color = clWindowText
  42.     Font.Height = 18
  43.     Font.Name = 'Arial'
  44.     Font.Style = []
  45.     ParentFont = False
  46.   end
  47.   object BitBtn1: TBitBtn
  48.     Left = 146
  49.     Top = 84
  50.     Width = 97
  51.     Height = 35
  52.     TabOrder = 0
  53.     OnClick = BitBtn1Click
  54.     Kind = bkYes
  55.   end
  56.   object BitBtn2: TBitBtn
  57.     Left = 254
  58.     Top = 84
  59.     Width = 97
  60.     Height = 35
  61.     TabOrder = 1
  62.     OnClick = BitBtn2Click
  63.     Kind = bkNo
  64.   end
  65.   object cbDontAsk: TCheckBox
  66.     Left = 14
  67.     Top = 138
  68.     Width = 311
  69.     Height = 17
  70.     Caption = 'Please, don'#39't ask me this question again!'
  71.     TabOrder = 2
  72.   end
  73. end
  74.