home *** CD-ROM | disk | FTP | other *** search
- object AboutForm: TAboutForm
- Left = 261
- Top = 194
- BorderStyle = bsDialog
- Caption = 'About WinKey'
- ClientHeight = 272
- ClientWidth = 371
- Color = clBtnFace
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- OldCreateOrder = True
- Position = poScreenCenter
- OnCreate = FormCreate
- OnShow = FormShow
- PixelsPerInch = 96
- TextHeight = 13
- object Label1: TLabel
- Left = 100
- Top = 10
- Width = 66
- Height = 13
- Caption = 'WinKey 2.8'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = [fsBold]
- ParentFont = False
- end
- object Label2: TLabel
- Left = 100
- Top = 39
- Width = 220
- Height = 26
- Caption =
- 'Copyright (C) 1999 Copernic Technologies Inc.'#13#10'All Rights Reserv' +
- 'ed.'
- end
- object Image1: TImage
- Left = 10
- Top = 10
- Width = 76
- Height = 55
- AutoSize = True
- ParentShowHint = False
- ShowHint = False
- end
- object LegalCopyrightLbl: TLabel
- Left = 10
- Top = 154
- Width = 351
- Height = 87
- AutoSize = False
- Caption = 'LegalCopyrightLbl'
- WordWrap = True
- end
- object Bevel1: TBevel
- Left = 10
- Top = 143
- Width = 351
- Height = 11
- Shape = bsTopLine
- end
- object Label3: TLabel
- Left = 10
- Top = 80
- Width = 19
- Height = 13
- Caption = 'Visit'
- end
- object HomePageLbl: TLabel
- Left = 32
- Top = 80
- Width = 165
- Height = 13
- Caption = 'http://www.copernic.com/winkey/'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clBlue
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = [fsUnderline]
- ParentFont = False
- OnClick = HomePageLblClick
- end
- object Label4: TLabel
- Left = 200
- Top = 80
- Width = 56
- Height = 13
- Caption = 'for updates.'
- end
- object Label5: TLabel
- Left = 10
- Top = 106
- Width = 261
- Height = 13
- Caption = 'If you have comments or questions you can reach us at'
- end
- object EmailLbl: TLabel
- Left = 10
- Top = 119
- Width = 108
- Height = 13
- Caption = 'winkey@copernic.com'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clBlue
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = [fsUnderline]
- ParentFont = False
- OnClick = EmailLblClick
- end
- object OkBtn: TButton
- Left = 286
- Top = 240
- Width = 75
- Height = 23
- Cancel = True
- Caption = 'OK'
- Default = True
- ModalResult = 1
- TabOrder = 0
- end
- end
-