home *** CD-ROM | disk | FTP | other *** search
/ PC World 2002 February / PCWorld_2002-02_cd.bin / Software / Vyzkuste / ucto / uctowin.exe / 0 / RCDATA / TFABOUT / TFABOUT.txt < prev   
Text File  |  2001-12-19  |  1KB  |  67 lines

  1. object Fabout: TFabout
  2.   Left = 277
  3.   Top = 131
  4.   BorderIcons = [biSystemMenu]
  5.   BorderStyle = bsSingle
  6.   Caption = 'O programu'
  7.   ClientHeight = 228
  8.   ClientWidth = 244
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   Icon.Data = {<image000.ico>}
  15.   Position = poScreenCenter
  16.   OnDeactivate = FormDeactivate
  17.   PixelsPerInch = 96
  18.   TextHeight = 13
  19.   object Shape1: TShape
  20.     Left = 0
  21.     Top = 24
  22.     Width = 247
  23.     Height = 3
  24.   end
  25.   object Memo1: TMemo
  26.     Left = 0
  27.     Top = 0
  28.     Width = 244
  29.     Height = 228
  30.     TabStop = False
  31.     Align = alClient
  32.     Alignment = taCenter
  33.     BorderStyle = bsNone
  34.     Color = clBtnFace
  35.     Lines.Strings = (
  36.       '∩┐╜∩┐╜to '
  37.       'verze prosinec 2001'
  38.       ''
  39.       'Autor programu:'
  40.       'Martin Ad∩┐╜mek'
  41.       'adamekma@seznam.cz'
  42.       'http://sweb.cz/adamekma'
  43.       ''
  44.       ''
  45.       'Minim∩┐╜ln∩┐╜ po∩┐╜adavky:'
  46.       '486 DX4/75 MHz'
  47.       'rozli∩┐╜en∩┐╜ 640x480'
  48.       '0,5MB na HDD'
  49.       'Win 95'
  50.       ''
  51.       '(C)Martin Ad∩┐╜mek 2001'
  52.       'program je shareware')
  53.     ReadOnly = True
  54.     TabOrder = 1
  55.   end
  56.   object Bzavrit: TButton
  57.     Left = 88
  58.     Top = 96
  59.     Width = 75
  60.     Height = 18
  61.     Caption = '&Zav∩┐╜∩┐╜t'
  62.     Default = True
  63.     TabOrder = 0
  64.     OnClick = FormDeactivate
  65.   end
  66. end
  67.