home *** CD-ROM | disk | FTP | other *** search
/ Freelog 11 / Freelog011.iso / BestOf / PhoenixMail / Source / phoenix / FMTips.dfm / FMTips.txt next >
Text File  |  1998-12-12  |  3KB  |  138 lines

  1. object TipsForm: TTipsForm
  2.   Tag = 284
  3.   Left = 125
  4.   Top = 350
  5.   ActiveControl = Button1
  6.   BorderStyle = bsDialog
  7.   Caption = 'Tip of the Day'
  8.   ClientHeight = 158
  9.   ClientWidth = 301
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = []
  15.   Position = poScreenCenter
  16.   OnCreate = FormCreate
  17.   OnShow = FormShow
  18.   PixelsPerInch = 96
  19.   TextHeight = 13
  20.   object Button1: TButton
  21.     Tag = 270
  22.     Left = 220
  23.     Top = 128
  24.     Width = 75
  25.     Height = 25
  26.     Cancel = True
  27.     Caption = '&Close'
  28.     Default = True
  29.     TabOrder = 1
  30.     OnClick = Button1Click
  31.   end
  32.   object CheckBox1: TCheckBox
  33.     Tag = 287
  34.     Left = 8
  35.     Top = 130
  36.     Width = 133
  37.     Height = 17
  38.     Caption = '&Show Tips on Startup'
  39.     TabOrder = 2
  40.     OnClick = CheckBox1Click
  41.   end
  42.   object Button2: TButton
  43.     Tag = 288
  44.     Left = 140
  45.     Top = 128
  46.     Width = 75
  47.     Height = 25
  48.     Caption = '&Next Tip'
  49.     TabOrder = 0
  50.     OnClick = Button2Click
  51.   end
  52.   object Panel3: TPanel
  53.     Left = 6
  54.     Top = 6
  55.     Width = 287
  56.     Height = 115
  57.     Hint = 
  58.       'Move the cursor over an control, where you need help. The help t' +
  59.       'ext will be shown here.'
  60.     BevelOuter = bvLowered
  61.     Color = clInfoBk
  62.     TabOrder = 3
  63.     object Image2: TImage
  64.       Left = 8
  65.       Top = 8
  66.       Width = 32
  67.       Height = 32
  68.       Hint = 
  69.         'Move the cursor over an control, where you need help. The help t' +
  70.         'ext will be shown here.'
  71.       Picture.Data = {<image000.bmp>}
  72.       Transparent = True
  73.     end
  74.     object Label1: TLabel
  75.       Left = 24
  76.       Top = 48
  77.       Width = 237
  78.       Height = 61
  79.       Hint = 
  80.         'Move the cursor over an control, where you need help. The help t' +
  81.         'ext will be shown here.'
  82.       AutoSize = False
  83.       Caption = 'Phoenix Mail is great.'
  84.       Font.Charset = DEFAULT_CHARSET
  85.       Font.Color = clInfoText
  86.       Font.Height = -11
  87.       Font.Name = 'MS Sans Serif'
  88.       Font.Style = []
  89.       ParentFont = False
  90.       WordWrap = True
  91.     end
  92.     object Label2: TLabel
  93.       Tag = 285
  94.       Left = 44
  95.       Top = 18
  96.       Width = 90
  97.       Height = 13
  98.       Caption = 'Did you know...'
  99.       Font.Charset = DEFAULT_CHARSET
  100.       Font.Color = clWindowText
  101.       Font.Height = -11
  102.       Font.Name = 'MS Sans Serif'
  103.       Font.Style = [fsBold]
  104.       ParentFont = False
  105.     end
  106.   end
  107.   object ListBox1: TListBox
  108.     Tag = 286
  109.     Left = 136
  110.     Top = 20
  111.     Width = 121
  112.     Height = 97
  113.     ItemHeight = 13
  114.     Items.Strings = (
  115.       'Before you start you have to create an account.'
  116.       'You can have more than one account.'
  117.       'You can drag and drop all folders and messages.'
  118.       'You can rename all items in the tree view on the left.'
  119.       
  120.         'To fetch and send mail from all your accounts, click on '#39'Go Onli' +
  121.         'ne'#39'.'
  122.       'You can select multiple messages in the message list.'
  123.       
  124.         'You can drag and drop files from the Explorer to the attachment ' +
  125.         'list.'
  126.       
  127.         'You can set up a virus scanner in the Environment Options Dialog' +
  128.         ' to scan your incoming mails automatically for viruses.'
  129.       
  130.         'If you want to close Phoenix Mail without hiding in the System-T' +
  131.         'ray then use the "Exit"-button.'
  132.       'You can create a schedule for automatical mail receive.'
  133.       'Now you have seen all tips. If you want you can turn them off.')
  134.     TabOrder = 4
  135.     Visible = False
  136.   end
  137. end
  138.