home *** CD-ROM | disk | FTP | other *** search
- object AboutForm: TAboutForm
- Left = 301
- Top = 273
- BorderIcons = [biSystemMenu]
- BorderStyle = bsDialog
- Caption = 'About '
- ClientHeight = 198
- ClientWidth = 321
- Color = clBtnFace
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- OldCreateOrder = False
- Position = poOwnerFormCenter
- OnCreate = FormCreate
- PixelsPerInch = 96
- TextHeight = 13
- object lblAbout1: TLabel
- Left = 56
- Top = 8
- Width = 12
- Height = 13
- Caption = '<>'
- end
- object imgIcon: TImage
- Left = 8
- Top = 8
- Width = 41
- Height = 41
- AutoSize = True
- end
- object lblHomepageHeader: TLabel
- Tag = 125
- Left = 56
- Top = 86
- Width = 12
- Height = 13
- Caption = '<>'
- end
- object lblEMailHeader: TLabel
- Tag = 126
- Left = 56
- Top = 126
- Width = 12
- Height = 13
- Caption = '<>'
- end
- object lblHomepage: TLabelEx
- Left = 56
- Top = 102
- Width = 121
- Height = 13
- Caption = 'http://notepadex.cjb.net/'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clBlue
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ParentFont = False
- OnClick = lblHomepageClick
- OnMouseEnter = lblHomepageMouseEnter
- OnMouseLeave = lblHomepageMouseLeave
- end
- object lblEMail: TLabelEx
- Left = 56
- Top = 142
- Width = 115
- Height = 13
- Caption = 'timo@notepadex.cjb.net'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clBlue
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ParentFont = False
- OnClick = lblEMailClick
- OnMouseEnter = lblEMailMouseEnter
- OnMouseLeave = lblEMailMouseLeave
- end
- object lblAbout2: TLabel
- Left = 56
- Top = 32
- Width = 12
- Height = 13
- Caption = '<>'
- end
- object lblTranslation: TLabel
- Tag = 128
- Left = 56
- Top = 56
- Width = 12
- Height = 13
- Caption = '<>'
- end
- object btnOk: TButton
- Tag = 127
- Left = 120
- Top = 166
- Width = 83
- Height = 25
- Cancel = True
- Caption = 'OK'
- Default = True
- TabOrder = 0
- OnClick = btnOkClick
- end
- end
-