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

  1. object Fgraf: TFgraf
  2.   Left = 200
  3.   Top = 108
  4.   BorderIcons = [biSystemMenu, biMaximize]
  5.   AutoScroll = False
  6.   Caption = 'Graf'
  7.   ClientHeight = 273
  8.   ClientWidth = 427
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   Position = poScreenCenter
  15.   OnClose = FormClose
  16.   OnCreate = FormCreate
  17.   OnDeactivate = FormDeactivate
  18.   OnResize = FormResize
  19.   PixelsPerInch = 96
  20.   TextHeight = 13
  21.   object Igraf: TImage
  22.     Tag = 1
  23.     Left = 0
  24.     Top = 0
  25.     Width = 427
  26.     Height = 273
  27.     Align = alClient
  28.     Stretch = True
  29.   end
  30.   object CBprivyd: TCheckBox
  31.     Left = 296
  32.     Top = 8
  33.     Width = 97
  34.     Height = 17
  35.     Caption = 'P∩┐╜∩┐╜jmy a v∩┐╜daje'
  36.     TabOrder = 0
  37.     OnClick = CBprivydClick
  38.   end
  39.   object CBcelkem: TCheckBox
  40.     Left = 296
  41.     Top = 32
  42.     Width = 97
  43.     Height = 17
  44.     Caption = 'Celkov∩┐╜ ∩┐╜∩┐╜stky'
  45.     State = cbChecked
  46.     TabOrder = 1
  47.     OnClick = CBcelkemClick
  48.   end
  49.   object Bulozit: TButton
  50.     Left = 296
  51.     Top = 56
  52.     Width = 75
  53.     Height = 25
  54.     Hint = 'Ulo∩┐╜∩┐╜ graf do souboru graf.bmp'
  55.     Caption = '&Ulo∩┐╜it graf'
  56.     ParentShowHint = False
  57.     ShowHint = True
  58.     TabOrder = 2
  59.     OnClick = BulozitClick
  60.   end
  61.   object Memo1: TMemo
  62.     Left = 296
  63.     Top = 88
  64.     Width = 100
  65.     Height = 89
  66.     TabStop = False
  67.     ReadOnly = True
  68.     TabOrder = 3
  69.     Visible = False
  70.   end
  71. end
  72.