object AboutBox: TAboutBox Left = 273 Top = 141 BorderStyle = bsDialog Caption = 'About Adres�� 1.0' 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 = 33 Height = 33 Picture.Data = {} Stretch = True IsControl = True end object ProductName: TLabel Left = 88 Top = 16 Width = 67 Height = 24 Caption = 'Adres��' Font.Charset = EASTEUROPE_CHARSET Font.Color = clPurple Font.Height = -19 Font.Name = 'MS Sans Serif' Font.Style = [] ParentFont = False IsControl = True end object Version: TLabel Left = 88 Top = 40 Width = 25 Height = 24 Caption = '1.0' Font.Charset = EASTEUROPE_CHARSET Font.Color = clTeal Font.Height = -19 Font.Name = 'MS Sans Serif' Font.Style = [] ParentFont = False IsControl = True end object Copyright: TLabel Left = 8 Top = 72 Width = 135 Height = 13 Caption = 'Copyright by Honza Havelka' Font.Charset = EASTEUROPE_CHARSET Font.Color = clRed Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] ParentFont = False IsControl = True end object Comments: TLabel Left = 8 Top = 96 Width = 248 Height = 52 Caption = 'Tento program je chr�n�n autorsk�m z�konem a autorsk�mi pr�vy. J' + 'ak�koli ���en� t�to aplikace bude m�t za n�sledek potrest�n� v n' + 'ejvy���m mo�n�m rozsahu!' Font.Charset = EASTEUROPE_CHARSET Font.Color = clBlue Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] ParentFont = False 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 OnClick = OKButtonClick end end