object AboutBox: TAboutBox Left = 261 Top = 151 BorderStyle = bsDialog Caption = 'O autorech' ClientHeight = 260 ClientWidth = 275 Color = clBtnFace Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] KeyPreview = True OldCreateOrder = True Position = poScreenCenter OnCreate = FormCreate OnKeyPress = FormKeyPress PixelsPerInch = 96 TextHeight = 13 object Panel: TPanel Left = 8 Top = 8 Width = 257 Height = 205 BevelInner = bvRaised BevelOuter = bvLowered ParentColor = True TabOrder = 0 object imgLogo: TImage Left = 16 Top = 16 Width = 57 Height = 49 Center = True Picture.Data = {} Transparent = True IsControl = True end object lblNazev: TLabel Left = 80 Top = 13 Width = 169 Height = 57 Alignment = taCenter AutoSize = False Caption = 'Language Expert verze 5.0 DEMO' Font.Charset = ANSI_CHARSET Font.Color = clWindowText Font.Height = -21 Font.Name = 'Times New Roman' Font.Style = [] ParentFont = False Layout = tlCenter WordWrap = True end object lblCopyright: TLabel Left = 44 Top = 72 Width = 169 Height = 16 AutoSize = False Caption = 'Copyright '#169' 2002 Crazy Aliks' Font.Charset = DEFAULT_CHARSET Font.Color = clGreen Font.Height = -13 Font.Name = 'MS Sans Serif' Font.Style = [] ParentFont = False WordWrap = True end object lblProgramator: TLabel Left = 8 Top = 120 Width = 82 Height = 18 Caption = 'Program'#225'to'#345'i:' Font.Charset = EASTEUROPE_CHARSET Font.Color = 9246302 Font.Height = -13 Font.Name = 'Comic Sans MS' Font.Style = [] ParentFont = False end object lblDistributor: TLabel Left = 8 Top = 160 Width = 71 Height = 18 Caption = 'Distributor:' Font.Charset = EASTEUROPE_CHARSET Font.Color = 9246302 Font.Height = -13 Font.Name = 'Comic Sans MS' Font.Style = [] ParentFont = False end object lblTester: TLabel Left = 8 Top = 180 Width = 114 Height = 18 Caption = 'Jazykov'#253' poradce:' Font.Charset = EASTEUROPE_CHARSET Font.Color = 9246302 Font.Height = -13 Font.Name = 'Comic Sans MS' Font.Style = [] ParentFont = False end object lblMartinKrc: TLabel Left = 147 Top = 120 Width = 102 Height = 18 Caption = 'M a r t i n K r '#269 Font.Charset = EASTEUROPE_CHARSET Font.Color = 16512 Font.Height = -13 Font.Name = 'Comic Sans MS' Font.Style = [] ParentFont = False end object lblAlesMladenka: TLabel Left = 112 Top = 160 Width = 136 Height = 18 Caption = 'A l e '#353' M l a d '#283' n k a' Font.Charset = EASTEUROPE_CHARSET Font.Color = 16512 Font.Height = -13 Font.Name = 'Comic Sans MS' Font.Style = [] ParentFont = False end object lblPavelJez: TLabel Left = 144 Top = 180 Width = 104 Height = 18 Alignment = taRightJustify AutoSize = False Caption = 'P a v e l J e '#382 Font.Charset = EASTEUROPE_CHARSET Font.Color = 16512 Font.Height = -13 Font.Name = 'Comic Sans MS' Font.Style = [] ParentFont = False end object Label1: TLabel Left = 139 Top = 140 Width = 109 Height = 18 Caption = 'A l e '#353' K r e s t a' Font.Charset = EASTEUROPE_CHARSET Font.Color = 16512 Font.Height = -13 Font.Name = 'Comic Sans MS' Font.Style = [] ParentFont = False end object lblEmail: TLELabel Left = 12 Top = 96 Width = 95 Height = 13 Cursor = crHandPoint Caption = 'CrazyAliks@atlas.cz' Font.Charset = DEFAULT_CHARSET Font.Color = clNavy Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] ParentFont = False OnClick = lblEmailClick OnMouseEnter = lblEmailMouseEnter OnMouseLeave = lblEmailMouseLeave end object lblWWW: TLELabel Left = 127 Top = 96 Width = 119 Height = 13 Cursor = crHandPoint Caption = 'www.sweb.cz/CrazyAliks' Font.Charset = DEFAULT_CHARSET Font.Color = clNavy Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] ParentFont = False OnClick = lblWWWClick OnMouseEnter = lblEmailMouseEnter OnMouseLeave = lblEmailMouseLeave end end object btnOK: TButton Left = 100 Top = 224 Width = 75 Height = 25 Caption = 'OK' Default = True ModalResult = 1 TabOrder = 1 end end