object AboutBox: TAboutBox Left = 358 Top = 73 BorderStyle = bsDialog Caption = 'O aplikaci Press Ticker' ClientHeight = 213 ClientWidth = 298 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 Panel1: TPanel Left = 8 Top = 8 Width = 281 Height = 161 BevelInner = bvRaised BevelOuter = bvLowered ParentColor = True TabOrder = 0 object ProgramIcon: TImage Left = 24 Top = 24 Width = 32 Height = 32 Picture.Data = {} Stretch = True Transparent = True IsControl = True end object ProductName: TLabel Left = 96 Top = 40 Width = 147 Height = 13 Caption = 'PRESS TICKER verze: X.X.XX' IsControl = True end object Label1: TLabel Left = 88 Top = 136 Width = 110 Height = 13 Cursor = crHandPoint Caption = '(C) Globe Internet 1999' Color = clBtnFace Font.Charset = DEFAULT_CHARSET Font.Color = clBlue Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [fsUnderline] ParentColor = False ParentFont = False OnClick = Label1Click end object Label2: TLabel Left = 80 Top = 80 Width = 133 Height = 13 Caption = 'V� PRESS.TICKER m� ID:' end object Edit1: TEdit Left = 56 Top = 96 Width = 185 Height = 21 AutoSelect = False AutoSize = False BorderStyle = bsNone Color = clBtnFace ReadOnly = True TabOrder = 0 Text = 'ID:' end end object OKButton: TButton Left = 111 Top = 180 Width = 75 Height = 25 Caption = 'OK' Default = True ModalResult = 1 TabOrder = 1 end end