object GrafCis: TGrafCis Left = 101 Top = 112 HelpContext = 53 BorderIcons = [biSystemMenu] BorderStyle = bsSingle Caption = 'Graf v�ce ��sel' ClientHeight = 404 ClientWidth = 629 Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] OnClose = FormClose OnCreate = FormCreate OnDestroy = FormDestroy PixelsPerInch = 96 TextHeight = 13 object Label1: TLabel Left = 260 Top = 180 Width = 50 Height = 13 AutoSize = False Caption = '��slo 80' Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [fsBold] ParentFont = False end object Label2: TLabel Left = 481 Top = 180 Width = 50 Height = 13 AutoSize = False Caption = '��slo 80' Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [fsBold] ParentFont = False end object Label3: TLabel Left = 260 Top = 381 Width = 50 Height = 13 AutoSize = False Caption = '��slo 80' Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [fsBold] ParentFont = False end object Label4: TLabel Left = 481 Top = 381 Width = 50 Height = 13 AutoSize = False Caption = '��slo 80' Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [fsBold] ParentFont = False end object Button1: TButton Left = 567 Top = 381 Width = 58 Height = 22 Cancel = True Caption = '&Opustit' Default = True TabOrder = 0 OnClick = Button1Click end object ScrollBox1: TScrollBox Left = 1 Top = 1 Width = 312 Height = 175 HorzScrollBar.Range = 950 VertScrollBar.Range = 97 AutoScroll = False TabOrder = 1 object S1: TImage Left = 0 Top = 0 Width = 950 Height = 158 Align = alClient end end object ScrollBox2: TScrollBox Left = 316 Top = 1 Width = 312 Height = 175 HorzScrollBar.Range = 950 VertScrollBar.Range = 97 AutoScroll = False TabOrder = 2 object S2: TImage Left = 0 Top = 0 Width = 950 Height = 158 Align = alClient end end object ScrollBox3: TScrollBox Left = 1 Top = 202 Width = 312 Height = 175 HorzScrollBar.Range = 950 VertScrollBar.Range = 97 AutoScroll = False TabOrder = 3 object S3: TImage Left = 0 Top = 0 Width = 950 Height = 158 Align = alClient end end object ScrollBox4: TScrollBox Left = 316 Top = 202 Width = 312 Height = 175 HorzScrollBar.Range = 950 VertScrollBar.Range = 97 AutoScroll = False TabOrder = 4 object S4: TImage Left = 0 Top = 0 Width = 950 Height = 158 Align = alClient end end object ScrollBar1: TScrollBar Left = 152 Top = 180 Width = 103 Height = 12 Max = 80 Min = 1 Position = 1 TabOrder = 5 OnChange = ScrollBar1Change end object ScrollBar2: TScrollBar Left = 374 Top = 180 Width = 103 Height = 12 Max = 80 Min = 1 Position = 1 TabOrder = 6 OnChange = ScrollBar2Change end object ScrollBar3: TScrollBar Left = 152 Top = 382 Width = 103 Height = 12 Max = 80 Min = 1 Position = 1 TabOrder = 7 OnChange = ScrollBar3Change end object ScrollBar4: TScrollBar Left = 374 Top = 382 Width = 103 Height = 12 Max = 80 Min = 1 Position = 1 TabOrder = 8 OnChange = ScrollBar4Change end object CheckBox1: TCheckBox Left = 13 Top = 381 Width = 105 Height = 17 Caption = 'Stejn� m���tko' Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [fsBold] ParentFont = False TabOrder = 9 OnClick = CheckBox1Click end object CheckBox2: TCheckBox Left = 13 Top = 180 Width = 113 Height = 15 Caption = 'Shodn� posun' Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [fsBold] ParentFont = False TabOrder = 10 OnClick = CheckBox2Click end object MSOfficeCaption1: TMSOfficeCaption AppNameText.FontKind = fkSystemB AppNameText.Visible = True CaptionText.Caption = 'Graf v�ce ��sel' CaptionText.ColorActive = clYellow CaptionText.ColorInactive = clGray CaptionText.FontKind = fkSystem CaptionText.Visible = True CompanyText.FontKind = fkSystemBI CompanyText.Visible = True Color = clMaroon Left = 595 Top = 5 end object Timer: TTimer Enabled = False Interval = 100 OnTimer = TimerTimer Left = 600 Top = 176 end end