home *** CD-ROM | disk | FTP | other *** search
/ cd-rom express 12 / CDRE12.ISO / Utilities / CompFold / CompFold.exe / 0 / RCDATA / TINTERNETACCESSFORM / TINTERNETACCESSFORM.txt
Encoding:
Text File  |  2002-05-31  |  1.4 KB  |  66 lines

  1. object InternetAccessForm: TInternetAccessForm
  2.   Left = 258
  3.   Top = 346
  4.   BorderIcons = [biSystemMenu]
  5.   BorderStyle = bsToolWindow
  6.   Caption = 'Check for Updates or EMail me'
  7.   ClientHeight = 72
  8.   ClientWidth = 406
  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.   FormStyle = fsStayOnTop
  16.   KeyPreview = True
  17.   OldCreateOrder = False
  18.   Position = poOwnerFormCenter
  19.   Scaled = False
  20.   OnShow = FormShow
  21.   PixelsPerInch = 120
  22.   TextHeight = 16
  23.   object HomepageSelector: TComboBox
  24.     Left = 0
  25.     Top = 10
  26.     Width = 281
  27.     Height = 24
  28.     Style = csDropDownList
  29.     ItemHeight = 16
  30.     TabOrder = 0
  31.     Items.Strings = (
  32.       'HTTP://home.freeuk.com/mpescod/'
  33.       'HTTP://home.freeuk.net/mpescod/')
  34.   end
  35.   object EMailSelector: TComboBox
  36.     Left = 0
  37.     Top = 40
  38.     Width = 281
  39.     Height = 24
  40.     Style = csDropDownList
  41.     ItemHeight = 16
  42.     TabOrder = 1
  43.     Items.Strings = (
  44.       'mpescod@freeuk.com'
  45.       'mpescod@pinnaclecomputers.co.uk')
  46.   end
  47.   object GotoHomePageButton: TButton
  48.     Left = 285
  49.     Top = 10
  50.     Width = 121
  51.     Height = 25
  52.     Caption = 'Goto &Web Page'
  53.     TabOrder = 2
  54.     OnClick = GotoHomePageButtonClick
  55.   end
  56.   object SendEMailButton: TButton
  57.     Left = 285
  58.     Top = 40
  59.     Width = 121
  60.     Height = 25
  61.     Caption = 'Send An &EMail'
  62.     TabOrder = 3
  63.     OnClick = SendEMailButtonClick
  64.   end
  65. end
  66.