object InfoDlg: TInfoDlg Left = 246 Top = 179 BorderIcons = [biSystemMenu] BorderStyle = bsDialog Caption = 'Info' ClientHeight = 192 ClientWidth = 296 Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] Position = poScreenCenter OnMouseMove = FormMouseMove PixelsPerInch = 96 TextHeight = 13 object AppNameLabel: TLabel Left = 56 Top = 8 Width = 37 Height = 13 Caption = 'Jmeno' Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [fsBold] ParentFont = False OnMouseMove = FormMouseMove end object AppVersionLabel: TLabel Left = 56 Top = 24 Width = 51 Height = 13 Caption = 'Verze 1.00' OnMouseMove = FormMouseMove end object AppIconImage: TImage Left = 12 Top = 8 Width = 33 Height = 33 OnMouseMove = FormMouseMove end object AppCopyrightLabel: TLabel Left = 56 Top = 48 Width = 185 Height = 13 Caption = 'Copyright � 1998-2000 Mega Software' OnMouseMove = FormMouseMove end object Bevel1: TBevel Left = 0 Top = 62 Width = 297 Height = 10 Shape = bsBottomLine end object Bevel2: TBevel Left = -1 Top = 146 Width = 297 Height = 10 Shape = bsTopLine end object Panel1: TPanel Left = 0 Top = 72 Width = 297 Height = 74 BevelOuter = bvNone Color = 14737632 TabOrder = 1 OnMouseMove = FormMouseMove object Label1: TLabel Left = 16 Top = 29 Width = 31 Height = 13 Caption = 'E-mail:' OnMouseMove = FormMouseMove end object Label2: TLabel Left = 16 Top = 45 Width = 36 Height = 13 Caption = 'WWW:' OnMouseMove = FormMouseMove end object EMailLabel: TLabel Left = 56 Top = 29 Width = 118 Height = 13 Cursor = crHandPoint Caption = 'david.majda@seznam.cz' Font.Charset = DEFAULT_CHARSET Font.Color = clBlue Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [fsUnderline] ParentFont = False OnClick = EMailLabelClick OnMouseMove = EMailLabelMouseMove end object WWWLabel: TLabel Left = 56 Top = 45 Width = 124 Height = 13 Cursor = crHandPoint Caption = 'http://dmajda.hyperlink.cz' Font.Charset = DEFAULT_CHARSET Font.Color = clBlue Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [fsUnderline] ParentFont = False OnClick = WWWLabelClick OnMouseMove = WWWLabelMouseMove end object Label3: TLabel Left = 16 Top = 8 Width = 40 Height = 13 Caption = 'Kontakt:' end end object CloseBtn: TButton Left = 216 Top = 160 Width = 75 Height = 25 Cancel = True Caption = 'Zav��t' Default = True ModalResult = 1 TabOrder = 0 OnMouseMove = FormMouseMove end end