home *** CD-ROM | disk | FTP | other *** search
- object frmAbout: TfrmAbout
- Left = 312
- Top = 226
- BorderIcons = []
- BorderStyle = bsSingle
- Caption = 'About CheckMail 32'
- ClientHeight = 166
- ClientWidth = 344
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- OnActivate = FormActivate
- OnClose = FormClose
- OnCreate = FormCreate
- PixelsPerInch = 96
- TextHeight = 13
- object Label1: TLabel
- Left = 129
- Top = 7
- Width = 78
- Height = 13
- Caption = 'CheckMail 32'
- Font.Color = clBlack
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = [fsBold]
- ParentFont = False
- end
- object lblVersion: TLabel
- Left = 112
- Top = 21
- Width = 113
- Height = 16
- Alignment = taCenter
- AutoSize = False
- Caption = 'lblVersion'
- end
- object Label2: TLabel
- Left = 101
- Top = 43
- Width = 159
- Height = 13
- Alignment = taCenter
- Caption = '� 1997-1998 Andreas Johansson'
- end
- object Label3: TLabel
- Left = 13
- Top = 59
- Width = 276
- Height = 13
- Alignment = taCenter
- Caption = 'For help on an item, just let the mouse pointer rest over it.'
- end
- object Label4: TLabel
- Left = 13
- Top = 75
- Width = 298
- Height = 13
- Alignment = taCenter
- Caption = 'See the CheckMail home page for the latest updates, changes '
- end
- object Label5: TLabel
- Left = 13
- Top = 91
- Width = 297
- Height = 13
- Alignment = taCenter
- Caption = 'and help with troubleshooting. Remember to check back often.'
- end
- object cmdClose: TButton
- Left = 132
- Top = 136
- Width = 75
- Height = 25
- Hint = 'Closes this about box.'
- Caption = '&Close'
- ParentShowHint = False
- ShowHint = True
- TabOrder = 0
- OnClick = cmdCloseClick
- end
- object txtHTML: TEdit
- Left = 36
- Top = 115
- Width = 285
- Height = 16
- Cursor = crUpArrow
- Hint = 'Click here to start your browser!'
- BorderStyle = bsNone
- Color = clBtnFace
- Ctl3D = False
- ParentCtl3D = False
- ParentShowHint = False
- ShowHint = True
- TabOrder = 1
- OnChange = txtHTMLChange
- OnClick = txtHTMLClick
- end
- end
-