object AboutBox: TAboutBox Left = 394 Top = 176 BorderStyle = bsDialog Caption = ' o programu:' ClientHeight = 213 ClientWidth = 298 Color = clBtnFace Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] Icon.Data = {} OldCreateOrder = True Position = poScreenCenter 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 = 8 Top = 8 Width = 65 Height = 57 Picture.Data = {} Stretch = True IsControl = True end object ProductName: TLabel Left = 120 Top = 8 Width = 95 Height = 36 Caption = 'DELTA' Font.Charset = ANSI_CHARSET Font.Color = clWindowText Font.Height = -32 Font.Name = 'Courier New' Font.Style = [fsBold] ParentFont = False IsControl = True end object Version: TLabel Left = 120 Top = 40 Width = 97 Height = 13 Alignment = taCenter AutoSize = False Caption = 'verze 0.9' IsControl = True end object Copyright: TLabel Left = 8 Top = 80 Width = 225 Height = 13 Caption = '(c) Ji�� Ventluka, P�kova 1956, 15500 Praha 5 ' IsControl = True end object Comments: TLabel Left = 8 Top = 120 Width = 108 Height = 26 Caption = 'Progarm pro vytvo�en� diferen�n�ho souboru' WordWrap = True IsControl = True end end object OKButton: TButton Left = 111 Top = 180 Width = 75 Height = 25 Caption = 'OK' Default = True ModalResult = 1 TabOrder = 1 end end