object Form2: TForm2
  Left = 130
  Top = 160
  Width = 692
  Height = 319
  Caption = #1054#1057#1062#1048#1051#1054#1043#1056#1040#1060
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  OnCreate = FormCreate
  PixelsPerInch = 96
  TextHeight = 13
  object Button1: TButton
    Left = 120
    Top = 184
    Width = 73
    Height = 33
    Caption = 'START'
    TabOrder = 0
    OnClick = Button1Click
  end
  object Panel1: TPanel
    Left = 8
    Top = 8
    Width = 393
    Height = 273
    BevelWidth = 2
    Color = clBackground
    TabOrder = 1
  end
  object GroupBox1: TGroupBox
    Left = 420
    Top = 15
    Width = 100
    Height = 129
    Caption = #1076#1077#1083#1077#1085#1080#1077'  Y'
    TabOrder = 2
    object RadioButton1: TRadioButton
      Left = 37
      Top = 25
      Width = 60
      Height = 17
      Caption = '1/1000'
      TabOrder = 0
      OnClick = RadioButton1Click
    end
    object RadioButton2: TRadioButton
      Left = 37
      Top = 45
      Width = 52
      Height = 17
      Caption = '1/100'
      TabOrder = 1
      OnClick = RadioButton1Click
    end
    object RadioButton3: TRadioButton
      Left = 37
      Top = 65
      Width = 52
      Height = 17
      Caption = '1/10'
      TabOrder = 2
      OnClick = RadioButton1Click
    end
    object RadioButton4: TRadioButton
      Left = 37
      Top = 85
      Width = 44
      Height = 17
      Caption = '1/1'
      TabOrder = 3
      OnClick = RadioButton1Click
    end
    object TrackBar1: TTrackBar
      Left = 8
      Top = 16
      Width = 20
      Height = 100
      Min = 1
      Orientation = trVertical
      Frequency = 1
      Position = 1
      SelEnd = 0
      SelStart = 0
      TabOrder = 4
      ThumbLength = 10
      TickMarks = tmBottomRight
      TickStyle = tsAuto
      OnChange = TrackBar1Change
    end
  end
  object GroupBox2: TGroupBox
    Left = 420
    Top = 152
    Width = 101
    Height = 129
    Caption = #1076#1077#1083#1077#1085#1080#1077' X'
    TabOrder = 3
    object RadioButton5: TRadioButton
      Left = 8
      Top = 15
      Width = 60
      Height = 17
      Caption = '1/10000'
      TabOrder = 0
      OnClick = RadioButton5Click
    end
    object RadioButton7: TRadioButton
      Left = 8
      Top = 35
      Width = 60
      Height = 17
      Caption = '1/1000'
      TabOrder = 1
      OnClick = RadioButton5Click
    end
    object RadioButton8: TRadioButton
      Left = 8
      Top = 55
      Width = 60
      Height = 17
      Caption = '1/100'
      TabOrder = 2
      OnClick = RadioButton5Click
    end
    object RadioButton9: TRadioButton
      Left = 8
      Top = 75
      Width = 60
      Height = 17
      Caption = '1/10'
      TabOrder = 3
      OnClick = RadioButton5Click
    end
    object RadioButton10: TRadioButton
      Left = 8
      Top = 95
      Width = 60
      Height = 17
      Caption = '1/1'
      TabOrder = 4
      OnClick = RadioButton5Click
    end
  end
  object GroupBox3: TGroupBox
    Left = 528
    Top = 15
    Width = 140
    Height = 65
    Caption = #1086#1090#1089#1095#1077#1090#1099
    TabOrder = 4
    object Label1: TLabel
      Left = 10
      Top = 16
      Width = 6
      Height = 14
      Caption = '1'
      Font.Charset = RUSSIAN_CHARSET
      Font.Color = clWindowText
      Font.Height = -11
      Font.Name = 'Times New Roman'
      Font.Style = []
      ParentFont = False
    end
    object Label2: TLabel
      Left = 96
      Top = 16
      Width = 30
      Height = 14
      Caption = '10000'
      Font.Charset = RUSSIAN_CHARSET
      Font.Color = clWindowText
      Font.Height = -11
      Font.Name = 'Times New Roman'
      Font.Style = []
      ParentFont = False
    end
    object TrackBar2: TTrackBar
      Left = 5
      Top = 32
      Width = 121
      Height = 25
      Max = 10000
      Orientation = trHorizontal
      Frequency = 1000
      Position = 0
      SelEnd = 0
      SelStart = 0
      TabOrder = 0
      ThumbLength = 10
      TickMarks = tmBottomRight
      TickStyle = tsAuto
      OnChange = TrackBar2Change
    end
  end
  object GroupBox4: TGroupBox
    Left = 528
    Top = 152
    Width = 140
    Height = 81
    Caption = #1088#1072#1079#1074#1105#1088#1090#1082#1072
    TabOrder = 5
    object RadioButton11: TRadioButton
      Left = 8
      Top = 48
      Width = 89
      Height = 17
      Caption = #1078#1076#1091#1097#1072#1103
      TabOrder = 0
    end
    object Button2: TButton
      Left = 72
      Top = 48
      Width = 49
      Height = 17
      Caption = #1087#1091#1089#1082
      TabOrder = 1
      OnClick = Button2Click
    end
    object RadioButton6: TRadioButton
      Left = 8
      Top = 24
      Width = 81
      Height = 17
      Caption = #1085#1077#1087#1088#1077#1088#1099#1074#1085#1072#1103
      TabOrder = 2
      OnClick = RadioButton6Click
    end
  end
  object GroupBox5: TGroupBox
    Left = 528
    Top = 80
    Width = 140
    Height = 65
    Caption = #1074#1080#1076
    TabOrder = 6
    object CheckBox1: TCheckBox
      Left = 10
      Top = 16
      Width = 105
      Height = 17
      Caption = #1089#1080#1085#1093#1088#1086#1085#1080#1079#1072#1094#1080#1103
      TabOrder = 0
    end
    object CheckBox2: TCheckBox
      Left = 10
      Top = 40
      Width = 97
      Height = 17
      Caption = #1090#1086#1095#1082#1080'\'#1083#1080#1085#1080#1080
      TabOrder = 1
    end
  end
  object Button3: TButton
    Left = 552
    Top = 240
    Width = 121
    Height = 41
    Caption = #1042#1067#1050#1051'.'
    Font.Charset = DEFAULT_CHARSET
    Font.Color = clWindowText
    Font.Height = -13
    Font.Name = 'MS Sans Serif'
    Font.Style = []
    ParentFont = False
    TabOrder = 7
    OnClick = Button3Click
  end
end
