object ShpeelDlg: TShpeelDlg
  Left = 146
  Top = 73
  BorderIcons = [biSystemMenu]
  BorderStyle = bsDialog
  Caption = ''
  ClientHeight = 364
  ClientWidth = 368
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'Tahoma'
  Font.Style = []
  OldCreateOrder = False
  OnShow = FormShow
  PixelsPerInch = 96
  TextHeight = 13
  object Label4: TLabel
    Left = 180
    Top = 220
    Width = 50
    Height = 13
    Caption = ''
  end
  object Label3: TLabel
    Left = 8
    Top = 8
    Width = 162
    Height = 13
    Caption = '   b1'
  end
  object Label5: TLabel
    Left = 8
    Top = 192
    Width = 79
    Height = 13
    Caption = ' '
  end
  object Label6: TLabel
    Left = 180
    Top = 192
    Width = 28
    Height = 13
    Caption = ''
  end
  object Ok: TButton
    Left = 8
    Top = 333
    Width = 75
    Height = 25
    Caption = 'OK'
    ModalResult = 1
    TabOrder = 0
  end
  object cboxSpcObj: TCheckBox
    Left = 8
    Top = 244
    Width = 195
    Height = 16
    Caption = '  '
    TabOrder = 1
    OnClick = cboxSpcObjClick
  end
  object Panel1: TPanel
    Left = 180
    Top = 32
    Width = 181
    Height = 145
    BorderStyle = bsSingle
    Caption = 'Panel1'
    TabOrder = 2
    object PaintBox1: TPaintBox
      Left = 1
      Top = 1
      Width = 175
      Height = 139
      Align = alClient
      OnClick = PaintBox1Click
      OnPaint = PaintBox1Click
    end
  end
  object GroupBox1: TGroupBox
    Left = 8
    Top = 28
    Width = 161
    Height = 81
    TabOrder = 3
    object Label1: TLabel
      Left = 10
      Top = 24
      Width = 46
      Height = 13
      Caption = ''
    end
    object Label2: TLabel
      Left = 10
      Top = 52
      Width = 33
      Height = 13
      Caption = ''
    end
  end
  object canselButton: TButton
    Left = 155
    Top = 333
    Width = 75
    Height = 25
    Cancel = True
    Caption = ''
    ModalResult = 2
    TabOrder = 4
  end
  object ComboBox: TComboBox
    Left = 81
    Top = 50
    Width = 71
    Height = 21
    ItemHeight = 13
    TabOrder = 5
    Text = 'ComboBox'
    OnChange = ComboBoxChange
  end
  object helpButton: TButton
    Left = 289
    Top = 333
    Width = 74
    Height = 25
    Caption = ''
    TabOrder = 6
    OnClick = helpButtonClick
  end
  object ComboBox1: TComboBox
    Left = 248
    Top = 216
    Width = 113
    Height = 21
    ItemHeight = 13
    TabOrder = 7
    Text = 'ComboBox1'
    OnChange = ComboBox1Change
  end
  object StringGrid1: TStringGrid
    Left = 7
    Top = 267
    Width = 354
    Height = 57
    DefaultColWidth = 39
    DefaultRowHeight = 19
    FixedCols = 0
    RowCount = 2
    Options = [goFixedVertLine, goFixedHorzLine, goVertLine, goHorzLine, goRangeSelect, goColSizing]
    TabOrder = 8
    ColWidths = (
      70
      70
      61
      61
      61)
  end
  object ComboBox2: TComboBox
    Left = 81
    Top = 78
    Width = 70
    Height = 21
    ItemHeight = 13
    TabOrder = 9
    Text = 'ComboBox2'
    OnChange = ComboBox2Change
  end
  object ComboBox3: TComboBox
    Left = 180
    Top = 4
    Width = 73
    Height = 21
    ItemHeight = 13
    TabOrder = 10
    Text = 'ComboBox3'
    OnChange = ComboBox3Change
  end
  object ComboBox4: TComboBox
    Left = 100
    Top = 188
    Width = 69
    Height = 21
    ItemHeight = 13
    TabOrder = 11
    Text = 'ComboBox4'
    OnChange = ComboBox4Change
  end
  object ComboBox5: TComboBox
    Left = 248
    Top = 188
    Width = 113
    Height = 21
    ItemHeight = 13
    TabOrder = 12
    Text = 'ComboBox5'
    OnChange = ComboBox5Change
  end
  object CheckBox1: TCheckBox
    Left = 8
    Top = 216
    Width = 97
    Height = 17
    Caption = ' '
    TabOrder = 13
    OnClick = CheckBox1Click
  end
  object CheckBox2: TCheckBox
    Left = 248
    Top = 244
    Width = 97
    Height = 17
    Caption = ''
    TabOrder = 14
    OnClick = CheckBox2Click
  end
  object RadioGroup1: TRadioGroup
    Left = 8
    Top = 112
    Width = 161
    Height = 65
    Items.Strings = (
      ' 1'
      ' 2')
    TabOrder = 15
    OnClick = RadioGroup1Click
  end
end
