home *** CD-ROM | disk | FTP | other *** search
- object InternetAccessForm: TInternetAccessForm
- Left = 258
- Top = 346
- BorderIcons = [biSystemMenu]
- BorderStyle = bsToolWindow
- Caption = 'Check for Updates or EMail me'
- ClientHeight = 72
- ClientWidth = 406
- Color = clBtnFace
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -13
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- FormStyle = fsStayOnTop
- KeyPreview = True
- OldCreateOrder = False
- Position = poOwnerFormCenter
- Scaled = False
- OnKeyUp = FormKeyUp
- OnShow = FormShow
- PixelsPerInch = 120
- TextHeight = 16
- object HomepageSelector: TComboBox
- Left = 0
- Top = 10
- Width = 281
- Height = 24
- Style = csDropDownList
- ItemHeight = 16
- TabOrder = 0
- Items.Strings = (
- 'HTTP://home.freeuk.com/mpescod/'
- 'HTTP://home.freeuk.net/mpescod/')
- end
- object EMailSelector: TComboBox
- Left = 0
- Top = 40
- Width = 281
- Height = 24
- Style = csDropDownList
- ItemHeight = 16
- TabOrder = 1
- Items.Strings = (
- 'mpescod@freeuk.com'
- 'mpescod@pinnaclecomputers.co.uk')
- end
- object GotoHomePageButton: TButton
- Left = 285
- Top = 10
- Width = 121
- Height = 25
- Caption = 'Goto &Web Page'
- TabOrder = 2
- OnClick = GotoHomePageButtonClick
- end
- object SendEMailButton: TButton
- Left = 285
- Top = 40
- Width = 121
- Height = 25
- Caption = 'Send An &EMail'
- TabOrder = 3
- OnClick = SendEMailButtonClick
- end
- end
-