object aboutform: Taboutform Left = 461 Top = 217 BorderIcons = [biSystemMenu] BorderStyle = bsSingle Caption = 'O aplikaci' ClientHeight = 244 ClientWidth = 400 Color = clBtnFace DefaultMonitor = dmMainForm Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] FormStyle = fsStayOnTop OldCreateOrder = False Position = poScreenCenter OnCreate = FormCreate OnShow = FormCreate PixelsPerInch = 96 TextHeight = 13 object Bevel1: TBevel Left = 8 Top = 8 Width = 153 Height = 153 end object Image1: TImage Left = 10 Top = 10 Width = 150 Height = 150 AutoSize = True Picture.Data = {} end object Label1: TLabel Left = 176 Top = 8 Width = 217 Height = 23 Alignment = taCenter AutoSize = False Caption = 'SCalculator' Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -19 Font.Name = 'Tahoma' Font.Style = [fsBold, fsItalic] ParentFont = False end object Label2: TLabel Left = 176 Top = 32 Width = 217 Height = 13 Alignment = taCenter AutoSize = False Caption = '(c) 2002 - 2003 ITPro CZ' end object Label3: TLabel Left = 168 Top = 128 Width = 111 Height = 13 Caption = 'Syst'#233'mov'#233' prost'#345'edky: ' end object Label4: TLabel Left = 312 Top = 128 Width = 73 Height = 13 Alignment = taRightJustify AutoSize = False Caption = 'Label4' end object Label5: TLabel Left = 168 Top = 144 Width = 139 Height = 13 Caption = 'Voln'#233' syst'#233'mov'#233' prost'#345'edky: ' end object Label6: TLabel Left = 312 Top = 144 Width = 73 Height = 13 Alignment = taRightJustify AutoSize = False Caption = 'Label4' end object Label7: TLabel Left = 176 Top = 84 Width = 217 Height = 13 Alignment = taCenter AutoSize = False Caption = 'Autor: Ivo Skalick'#253 end object Label9: TLabel Left = 176 Top = 68 Width = 217 Height = 13 Alignment = taCenter AutoSize = False Caption = 'Univers'#225'ln'#237' v'#283'deck'#225' kalkula'#269'ka' end object Bevel2: TBevel Left = 168 Top = 104 Width = 225 Height = 9 Shape = bsTopLine end object Memo1: TMemo Left = 8 Top = 168 Width = 321 Height = 65 Cursor = crArrow TabStop = False BorderStyle = bsNone Color = clBtnFace Lines.Strings = ( 'V'#353'echna pr'#225'va vyhrazena.' 'Zdrojov'#253' k'#243'd SCalculatoru nen'#237' povoleno disassemblovat, ' 'proch'#225'zet a krokovat, je zak'#225'z'#225'na jeho modifikace. Poru'#353'en'#237' ' 'techto pravidel bude ch'#225'p'#225'no jako poru'#353'en'#237' autorsk'#233'ho pr'#225'va a ' 'je trestn'#233' dle '#167' 152) odst. 1) a 2), z'#225'k. c'#237's. 140/1964 Sb. ' 'trestn'#237'ho z'#225'kona.' '' 'Kontakt na autora:' 'Ivo Skalick'#253 'Pod Lipami 35' '530 03 Pardubice' 'tel.: +420466654319' 'GSM: +420728959242' 'mail: skalsoft@seznam.cz' '' '(c) 2002-2003 ITProCZ') ReadOnly = True ScrollBars = ssVertical TabOrder = 1 end object Button1: TButton Left = 336 Top = 208 Width = 59 Height = 25 Caption = 'OK' Default = True TabOrder = 0 OnClick = Button1Click end end