inherited fmDlgGaika: TfmDlgGaika
  Left = 289
  Top = 168
  Caption = ''
  ClientHeight = 338
  ClientWidth = 376
  OnCreate = FormCreate
  PixelsPerInch = 96
  TextHeight = 13
  inherited Bevel1: TBevel
    Top = 16
    Width = 361
    Height = 281
  end
  object Label1: TLabel [1]
    Left = 22
    Top = 29
    Width = 49
    Height = 13
    Caption = ' '
  end
  inherited OKBtn: TButton
    Left = 78
    Top = 308
  end
  inherited CancelBtn: TButton
    Top = 308
  end
  object HelpBtn: TButton
    Left = 238
    Top = 308
    Width = 75
    Height = 25
    Caption = '&Help'
    TabOrder = 2
    OnClick = HelpBtnClick
  end
  object cmbDm: TComboBox
    Left = 80
    Top = 24
    Width = 74
    Height = 21
    Style = csDropDownList
    ItemHeight = 13
    TabOrder = 3
    OnChange = cmbDmChange
  end
  object GroupBox1: TGroupBox
    Left = 16
    Top = 56
    Width = 137
    Height = 89
    Caption = ' '
    TabOrder = 4
    object Label2: TLabel
      Left = 16
      Top = 24
      Width = 25
      Height = 13
      Caption = ''
    end
    object Label3: TLabel
      Left = 16
      Top = 56
      Width = 20
      Height = 13
      Caption = ''
    end
    object edAngle: TEdit
      Left = 64
      Top = 24
      Width = 57
      Height = 21
      TabOrder = 0
      Text = 'edAngle'
      OnChange = edAngleChange
    end
    object edShag: TEdit
      Left = 63
      Top = 56
      Width = 57
      Height = 21
      TabOrder = 1
      Text = 'edShag'
      OnChange = EShagChange
    end
  end
  object rgVid: TRadioGroup
    Left = 16
    Top = 152
    Width = 137
    Height = 113
    ItemIndex = 0
    Items.Strings = (
      ''
      ' '
      ' '
      '/')
    TabOrder = 5
    OnClick = EVidClick
  end
  object CheckBox1: TCheckBox
    Left = 161
    Top = 200
    Width = 97
    Height = 17
    Caption = ' '
    TabOrder = 6
    OnClick = CheckBox1Click
  end
  object CheckBox2: TCheckBox
    Left = 160
    Top = 176
    Width = 185
    Height = 17
    Caption = '  '
    TabOrder = 7
    OnClick = CheckBox2Click
  end
  object CheckBox3: TCheckBox
    Left = 160
    Top = 224
    Width = 97
    Height = 17
    Caption = ''
    TabOrder = 8
    OnClick = CheckBox3Click
  end
  object CheckBox4: TCheckBox
    Left = 160
    Top = 248
    Width = 97
    Height = 17
    Caption = ' '
    TabOrder = 9
    OnClick = CheckBox4Click
  end
  object CheckBox5: TCheckBox
    Left = 18
    Top = 273
    Width = 217
    Height = 17
    Caption = '   '
    TabOrder = 10
    OnClick = CheckBox5Click
  end
  object rgIspoln: TRadioGroup
    Left = 256
    Top = 192
    Width = 105
    Height = 65
    ItemIndex = 0
    Items.Strings = (
      ' 1'
      ' 2')
    TabOrder = 11
    OnClick = rgIspolnClick
  end
  object Panel1: TPanel
    Left = 168
    Top = 24
    Width = 193
    Height = 137
    BevelOuter = bvNone
    BorderStyle = bsSingle
    Caption = 'Panel1'
    TabOrder = 12
    object PaintBox1: TPaintBox
      Left = 0
      Top = 0
      Width = 189
      Height = 133
      Align = alClient
      OnPaint = PaintBox1Paint
    end
  end
end
