home *** CD-ROM | disk | FTP | other *** search
/ PC World Plus! (NZ) 2001 October / PCW1001.iso / HowTo / Winkey / winkey2.exe / _SETUP.1 / WinKeyMgr.exe / 0 / RCDATA / TABOUTFORM / TABOUTFORM.txt
Encoding:
Text File  |  1999-07-04  |  2.5 KB  |  128 lines

  1. object AboutForm: TAboutForm
  2.   Left = 261
  3.   Top = 194
  4.   BorderStyle = bsDialog
  5.   Caption = 'About WinKey'
  6.   ClientHeight = 272
  7.   ClientWidth = 371
  8.   Color = clBtnFace
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   OldCreateOrder = True
  15.   Position = poScreenCenter
  16.   OnCreate = FormCreate
  17.   OnShow = FormShow
  18.   PixelsPerInch = 96
  19.   TextHeight = 13
  20.   object Label1: TLabel
  21.     Left = 100
  22.     Top = 10
  23.     Width = 66
  24.     Height = 13
  25.     Caption = 'WinKey 2.8'
  26.     Font.Charset = DEFAULT_CHARSET
  27.     Font.Color = clWindowText
  28.     Font.Height = -11
  29.     Font.Name = 'MS Sans Serif'
  30.     Font.Style = [fsBold]
  31.     ParentFont = False
  32.   end
  33.   object Label2: TLabel
  34.     Left = 100
  35.     Top = 39
  36.     Width = 220
  37.     Height = 26
  38.     Caption = 
  39.       'Copyright (C) 1999 Copernic Technologies Inc.'#13#10'All Rights Reserv' +
  40.       'ed.'
  41.   end
  42.   object Image1: TImage
  43.     Left = 10
  44.     Top = 10
  45.     Width = 76
  46.     Height = 55
  47.     AutoSize = True
  48.     ParentShowHint = False
  49.     ShowHint = False
  50.   end
  51.   object LegalCopyrightLbl: TLabel
  52.     Left = 10
  53.     Top = 154
  54.     Width = 351
  55.     Height = 87
  56.     AutoSize = False
  57.     Caption = 'LegalCopyrightLbl'
  58.     WordWrap = True
  59.   end
  60.   object Bevel1: TBevel
  61.     Left = 10
  62.     Top = 143
  63.     Width = 351
  64.     Height = 11
  65.     Shape = bsTopLine
  66.   end
  67.   object Label3: TLabel
  68.     Left = 10
  69.     Top = 80
  70.     Width = 19
  71.     Height = 13
  72.     Caption = 'Visit'
  73.   end
  74.   object HomePageLbl: TLabel
  75.     Left = 32
  76.     Top = 80
  77.     Width = 165
  78.     Height = 13
  79.     Caption = 'http://www.copernic.com/winkey/'
  80.     Font.Charset = DEFAULT_CHARSET
  81.     Font.Color = clBlue
  82.     Font.Height = -11
  83.     Font.Name = 'MS Sans Serif'
  84.     Font.Style = [fsUnderline]
  85.     ParentFont = False
  86.     OnClick = HomePageLblClick
  87.   end
  88.   object Label4: TLabel
  89.     Left = 200
  90.     Top = 80
  91.     Width = 56
  92.     Height = 13
  93.     Caption = 'for updates.'
  94.   end
  95.   object Label5: TLabel
  96.     Left = 10
  97.     Top = 106
  98.     Width = 261
  99.     Height = 13
  100.     Caption = 'If you have comments or questions you can reach us at'
  101.   end
  102.   object EmailLbl: TLabel
  103.     Left = 10
  104.     Top = 119
  105.     Width = 108
  106.     Height = 13
  107.     Caption = 'winkey@copernic.com'
  108.     Font.Charset = DEFAULT_CHARSET
  109.     Font.Color = clBlue
  110.     Font.Height = -11
  111.     Font.Name = 'MS Sans Serif'
  112.     Font.Style = [fsUnderline]
  113.     ParentFont = False
  114.     OnClick = EmailLblClick
  115.   end
  116.   object OkBtn: TButton
  117.     Left = 286
  118.     Top = 240
  119.     Width = 75
  120.     Height = 23
  121.     Cancel = True
  122.     Caption = 'OK'
  123.     Default = True
  124.     ModalResult = 1
  125.     TabOrder = 0
  126.   end
  127. end
  128.