home *** CD-ROM | disk | FTP | other *** search
/ Chip 2001 September / Chip_2001-09_cd1.bin / zkuste / matika / down / Matematika.exe / 0 / RCDATA / TINFOFM / TINFOFM.txt
Text File  |  2000-05-24  |  848b  |  41 lines

  1. object InfoFm: TInfoFm
  2.   Left = 221
  3.   Top = 103
  4.   Width = 632
  5.   Height = 459
  6.   BorderIcons = [biSystemMenu]
  7.   Caption = 'Informace o objektech'
  8.   Color = clBtnFace
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   KeyPreview = True
  15.   OldCreateOrder = False
  16.   Position = poScreenCenter
  17.   OnShortCut = FormShortCut
  18.   OnShow = FormShow
  19.   PixelsPerInch = 96
  20.   TextHeight = 13
  21.   object Memo: TRichEdit
  22.     Left = 0
  23.     Top = 0
  24.     Width = 624
  25.     Height = 432
  26.     Align = alClient
  27.     Font.Charset = EASTEUROPE_CHARSET
  28.     Font.Color = clWindowText
  29.     Font.Height = -13
  30.     Font.Name = 'Courier New'
  31.     Font.Style = []
  32.     Lines.Strings = (
  33.       'Memo')
  34.     ParentFont = False
  35.     ReadOnly = True
  36.     ScrollBars = ssBoth
  37.     TabOrder = 0
  38.     WordWrap = False
  39.   end
  40. end
  41.