home *** CD-ROM | disk | FTP | other *** search
- object TipsForm: TTipsForm
- Tag = 284
- Left = 125
- Top = 350
- ActiveControl = Button1
- BorderStyle = bsDialog
- Caption = 'Tip of the Day'
- ClientHeight = 158
- ClientWidth = 301
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- Position = poScreenCenter
- OnCreate = FormCreate
- OnShow = FormShow
- PixelsPerInch = 96
- TextHeight = 13
- object Button1: TButton
- Tag = 270
- Left = 220
- Top = 128
- Width = 75
- Height = 25
- Cancel = True
- Caption = '&Close'
- Default = True
- TabOrder = 1
- OnClick = Button1Click
- end
- object CheckBox1: TCheckBox
- Tag = 287
- Left = 8
- Top = 130
- Width = 133
- Height = 17
- Caption = '&Show Tips on Startup'
- TabOrder = 2
- OnClick = CheckBox1Click
- end
- object Button2: TButton
- Tag = 288
- Left = 140
- Top = 128
- Width = 75
- Height = 25
- Caption = '&Next Tip'
- TabOrder = 0
- OnClick = Button2Click
- end
- object Panel3: TPanel
- Left = 6
- Top = 6
- Width = 287
- Height = 115
- Hint =
- 'Move the cursor over an control, where you need help. The help t' +
- 'ext will be shown here.'
- BevelOuter = bvLowered
- Color = clInfoBk
- TabOrder = 3
- object Image2: TImage
- Left = 8
- Top = 8
- Width = 32
- Height = 32
- Hint =
- 'Move the cursor over an control, where you need help. The help t' +
- 'ext will be shown here.'
- Picture.Data = {<image000.bmp>}
- Transparent = True
- end
- object Label1: TLabel
- Left = 24
- Top = 48
- Width = 237
- Height = 61
- Hint =
- 'Move the cursor over an control, where you need help. The help t' +
- 'ext will be shown here.'
- AutoSize = False
- Caption = 'Phoenix Mail is great.'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clInfoText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ParentFont = False
- WordWrap = True
- end
- object Label2: TLabel
- Tag = 285
- Left = 44
- Top = 18
- Width = 90
- Height = 13
- Caption = 'Did you know...'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = [fsBold]
- ParentFont = False
- end
- end
- object ListBox1: TListBox
- Tag = 286
- Left = 136
- Top = 20
- Width = 121
- Height = 97
- ItemHeight = 13
- Items.Strings = (
- 'Before you start you have to create an account.'
- 'You can have more than one account.'
- 'You can drag and drop all folders and messages.'
- 'You can rename all items in the tree view on the left.'
-
- 'To fetch and send mail from all your accounts, click on '#39'Go Onli' +
- 'ne'#39'.'
- 'You can select multiple messages in the message list.'
-
- 'You can drag and drop files from the Explorer to the attachment ' +
- 'list.'
-
- 'You can set up a virus scanner in the Environment Options Dialog' +
- ' to scan your incoming mails automatically for viruses.'
-
- 'If you want to close Phoenix Mail without hiding in the System-T' +
- 'ray then use the "Exit"-button.'
- 'You can create a schedule for automatical mail receive.'
- 'Now you have seen all tips. If you want you can turn them off.')
- TabOrder = 4
- Visible = False
- end
- end
-