home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 July / Chip_2004-07_cd1.bin / software / scalc / setup.exe / AppDir\scalc.exe / 0 / RCDATA / TABOUTFORM / TABOUTFORM.txt < prev   
Text File  |  2004-02-03  |  4KB  |  159 lines

  1. object aboutform: Taboutform
  2.   Left = 461
  3.   Top = 217
  4.   BorderIcons = [biSystemMenu]
  5.   BorderStyle = bsSingle
  6.   Caption = 'O aplikaci'
  7.   ClientHeight = 244
  8.   ClientWidth = 400
  9.   Color = clBtnFace
  10.   DefaultMonitor = dmMainForm
  11.   Font.Charset = DEFAULT_CHARSET
  12.   Font.Color = clWindowText
  13.   Font.Height = -11
  14.   Font.Name = 'MS Sans Serif'
  15.   Font.Style = []
  16.   FormStyle = fsStayOnTop
  17.   OldCreateOrder = False
  18.   Position = poScreenCenter
  19.   OnCreate = FormCreate
  20.   OnShow = FormCreate
  21.   PixelsPerInch = 96
  22.   TextHeight = 13
  23.   object Bevel1: TBevel
  24.     Left = 8
  25.     Top = 8
  26.     Width = 153
  27.     Height = 153
  28.   end
  29.   object Image1: TImage
  30.     Left = 10
  31.     Top = 10
  32.     Width = 150
  33.     Height = 150
  34.     AutoSize = True
  35.     Picture.Data = {<image000.bmp>}
  36.   end
  37.   object Label1: TLabel
  38.     Left = 176
  39.     Top = 8
  40.     Width = 217
  41.     Height = 23
  42.     Alignment = taCenter
  43.     AutoSize = False
  44.     Caption = 'SCalculator'
  45.     Font.Charset = DEFAULT_CHARSET
  46.     Font.Color = clWindowText
  47.     Font.Height = -19
  48.     Font.Name = 'Tahoma'
  49.     Font.Style = [fsBold, fsItalic]
  50.     ParentFont = False
  51.   end
  52.   object Label2: TLabel
  53.     Left = 176
  54.     Top = 32
  55.     Width = 217
  56.     Height = 13
  57.     Alignment = taCenter
  58.     AutoSize = False
  59.     Caption = '(c) 2002 - 2003 ITPro CZ'
  60.   end
  61.   object Label3: TLabel
  62.     Left = 168
  63.     Top = 128
  64.     Width = 111
  65.     Height = 13
  66.     Caption = 'Syst'#233'mov'#233' prost'#345'edky: '
  67.   end
  68.   object Label4: TLabel
  69.     Left = 312
  70.     Top = 128
  71.     Width = 73
  72.     Height = 13
  73.     Alignment = taRightJustify
  74.     AutoSize = False
  75.     Caption = 'Label4'
  76.   end
  77.   object Label5: TLabel
  78.     Left = 168
  79.     Top = 144
  80.     Width = 139
  81.     Height = 13
  82.     Caption = 'Voln'#233' syst'#233'mov'#233' prost'#345'edky: '
  83.   end
  84.   object Label6: TLabel
  85.     Left = 312
  86.     Top = 144
  87.     Width = 73
  88.     Height = 13
  89.     Alignment = taRightJustify
  90.     AutoSize = False
  91.     Caption = 'Label4'
  92.   end
  93.   object Label7: TLabel
  94.     Left = 176
  95.     Top = 84
  96.     Width = 217
  97.     Height = 13
  98.     Alignment = taCenter
  99.     AutoSize = False
  100.     Caption = 'Autor: Ivo Skalick'#253
  101.   end
  102.   object Label9: TLabel
  103.     Left = 176
  104.     Top = 68
  105.     Width = 217
  106.     Height = 13
  107.     Alignment = taCenter
  108.     AutoSize = False
  109.     Caption = 'Univers'#225'ln'#237' v'#283'deck'#225' kalkula'#269'ka'
  110.   end
  111.   object Bevel2: TBevel
  112.     Left = 168
  113.     Top = 104
  114.     Width = 225
  115.     Height = 9
  116.     Shape = bsTopLine
  117.   end
  118.   object Memo1: TMemo
  119.     Left = 8
  120.     Top = 168
  121.     Width = 321
  122.     Height = 65
  123.     Cursor = crArrow
  124.     TabStop = False
  125.     BorderStyle = bsNone
  126.     Color = clBtnFace
  127.     Lines.Strings = (
  128.       'V'#353'echna pr'#225'va vyhrazena.'
  129.       'Zdrojov'#253' k'#243'd SCalculatoru nen'#237' povoleno disassemblovat, '
  130.       'proch'#225'zet a krokovat, je  zak'#225'z'#225'na jeho modifikace. Poru'#353'en'#237' '
  131.       'techto pravidel bude ch'#225'p'#225'no jako poru'#353'en'#237' autorsk'#233'ho pr'#225'va a '
  132.       'je trestn'#233' dle '#167' 152) odst. 1) a 2), z'#225'k. c'#237's. 140/1964 Sb. '
  133.       'trestn'#237'ho z'#225'kona.'
  134.       ''
  135.       'Kontakt na autora:'
  136.       'Ivo Skalick'#253
  137.       'Pod Lipami 35'
  138.       '530 03 Pardubice'
  139.       'tel.: +420466654319'
  140.       'GSM: +420728959242'
  141.       'mail: skalsoft@seznam.cz'
  142.       ''
  143.       '(c) 2002-2003 ITProCZ')
  144.     ReadOnly = True
  145.     ScrollBars = ssVertical
  146.     TabOrder = 1
  147.   end
  148.   object Button1: TButton
  149.     Left = 336
  150.     Top = 208
  151.     Width = 59
  152.     Height = 25
  153.     Caption = 'OK'
  154.     Default = True
  155.     TabOrder = 0
  156.     OnClick = Button1Click
  157.   end
  158. end
  159.