object Fgraf: TFgraf Left = 200 Top = 108 BorderIcons = [biSystemMenu, biMaximize] AutoScroll = False Caption = 'Graf' ClientHeight = 273 ClientWidth = 427 Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] Position = poScreenCenter OnClose = FormClose OnCreate = FormCreate OnDeactivate = FormDeactivate OnResize = FormResize PixelsPerInch = 96 TextHeight = 13 object Igraf: TImage Tag = 1 Left = 0 Top = 0 Width = 427 Height = 273 Align = alClient Stretch = True end object CBprivyd: TCheckBox Left = 296 Top = 8 Width = 97 Height = 17 Caption = 'P��jmy a v�daje' TabOrder = 0 OnClick = CBprivydClick end object CBcelkem: TCheckBox Left = 296 Top = 32 Width = 97 Height = 17 Caption = 'Celkov� ��stky' State = cbChecked TabOrder = 1 OnClick = CBcelkemClick end object Bulozit: TButton Left = 296 Top = 56 Width = 75 Height = 25 Hint = 'Ulo�� graf do souboru graf.bmp' Caption = '&Ulo�it graf' ParentShowHint = False ShowHint = True TabOrder = 2 OnClick = BulozitClick end object Memo1: TMemo Left = 296 Top = 88 Width = 100 Height = 89 TabStop = False ReadOnly = True TabOrder = 3 Visible = False end end