Создание обучающей системы автоматизированного проектирования маломощных электромеханических следящих систем, страница 59

    DMGrid.Cells[0,7]:='К101КТ';    DMGrid.Cells[1,7]:='3.0';     DMGrid.Cells[2,7]:='-';       DMGrid.Cells[3,7]:='-';       DMGrid.Cells[4,7]:='-';         DMGrid.Cells[5,7]:='-';         DMGrid.Cells[6,7]:='100';         DMGrid.Cells[7,7]:='120';     DMGrid.Cells[8,7]:='40';

    DMGrid.Cells[0,8]:='К101КТ';    DMGrid.Cells[1,8]:='3.0';     DMGrid.Cells[2,8]:='-';       DMGrid.Cells[3,8]:='-';       DMGrid.Cells[4,8]:='-';         DMGrid.Cells[5,8]:='-';         DMGrid.Cells[6,8]:='300';         DMGrid.Cells[7,8]:='120';     DMGrid.Cells[8,8]:='40';

  end;

  if(curDM=2) then

  begin

    DMImage.Picture.LoadFromFile('img/dm_02.jpg');

    DMGrid.RowCount:=4;

    DMGrid.ColCount:=5;

    DMGrid.Cells[0,0]:='Обозн.';      DMGrid.Cells[1,0]:='Uост., мкВ';  DMGrid.Cells[2,0]:='Iут.вых, нА';  DMGrid.Cells[3,0]:='Rээ, Ом';  DMGrid.Cells[4,0]:='Uээ, В';

    DMGrid.Cells[0,1]:='124КТ';     DMGrid.Cells[1,1]:='100';         DMGrid.Cells[2,1]:='45';           DMGrid.Cells[3,1]:='100';      DMGrid.Cells[4,1]:='±30';

    DMGrid.Cells[0,2]:='124КТ';     DMGrid.Cells[1,2]:='200';         DMGrid.Cells[2,2]:='45';           DMGrid.Cells[3,2]:='100';      DMGrid.Cells[4,2]:='±30';

    DMGrid.Cells[0,3]:='К124КТ1';     DMGrid.Cells[1,3]:='300';         DMGrid.Cells[2,3]:='50';           DMGrid.Cells[3,3]:='100';      DMGrid.Cells[4,3]:='±30';

  end;

  if(curDM=3) then

  begin

    DMImage.Picture.LoadFromFile('img/dm_03.jpg');

    DMGrid.RowCount:=4;

    DMGrid.ColCount:=7;

    DMGrid.Cells[0,0]:='Обозн.';      DMGrid.Cells[1,0]:='Uост, мкВ';  DMGrid.Cells[2,0]:='Iут.вых, нА';  DMGrid.Cells[3,0]:='Rээ, Ом';  DMGrid.Cells[4,0]:='Uээ, В'; DMGrid.Cells[5,0]:='Uкб, В'; DMGrid.Cells[6,0]:='Uэб, В';

    DMGrid.Cells[0,1]:='162КТ';     DMGrid.Cells[1,1]:='100';     DMGrid.Cells[2,1]:='45';     DMGrid.Cells[3,1]:='100';     DMGrid.Cells[4,1]:='±30';        DMGrid.Cells[5,1]:='20';   DMGrid.Cells[6,1]:='31';

    DMGrid.Cells[0,2]:='162КТ';     DMGrid.Cells[1,2]:='200';     DMGrid.Cells[2,2]:='45';     DMGrid.Cells[3,2]:='100';     DMGrid.Cells[4,2]:='±30';        DMGrid.Cells[5,2]:='20';   DMGrid.Cells[6,2]:='31';

    DMGrid.Cells[0,3]:='К162КТ1';     DMGrid.Cells[1,3]:='300';     DMGrid.Cells[2,3]:='50';     DMGrid.Cells[3,3]:='100';     DMGrid.Cells[4,3]:='±30';        DMGrid.Cells[5,3]:='-';    DMGrid.Cells[6,3]:='-';

  end;

  if(curDM=4) then

  begin

    DMImage.Picture.LoadFromFile('img/dm_04.jpg');

    DMGrid.RowCount:=9;

    DMGrid.ColCount:=8;

    DMGrid.Cells[0,0]:='Обозн.';      DMGrid.Cells[1,0]:='Uпит, В';       DMGrid.Cells[2,0]:='Pист, мВт';  DMGrid.Cells[3,0]:='Uост, мкВ';  DMGrid.Cells[4,0]:='Iут.вых, нА'; DMGrid.Cells[5,0]:='Rээ, Ом'; DMGrid.Cells[6,0]:='Uобр.кб, В'; DMGrid.Cells[7,0]:='Uобр.эб, В';

    DMGrid.Cells[0,1]:='743КТ';     DMGrid.Cells[1,1]:='-6.3±1.5%';     DMGrid.Cells[2,1]:='63';         DMGrid.Cells[3,1]:='50';         DMGrid.Cells[4,1]:='40';          DMGrid.Cells[5,1]:='100';     DMGrid.Cells[6,1]:='3.5';         DMGrid.Cells[7,1]:='6.5';

    DMGrid.Cells[0,2]:='743КТ';     DMGrid.Cells[1,2]:='-6.3±1.5%';     DMGrid.Cells[2,2]:='63';         DMGrid.Cells[3,2]:='150';        DMGrid.Cells[4,2]:='40';          DMGrid.Cells[5,2]:='100';     DMGrid.Cells[6,2]:='3.5';         DMGrid.Cells[7,2]:='6.5';

    DMGrid.Cells[0,3]:='743КТ';     DMGrid.Cells[1,3]:='-3±1.5%';       DMGrid.Cells[2,3]:='30';         DMGrid.Cells[3,3]:='50';         DMGrid.Cells[4,3]:='40';          DMGrid.Cells[5,3]:='100';     DMGrid.Cells[6,3]:='3.5';         DMGrid.Cells[7,3]:='6.5';

    DMGrid.Cells[0,4]:='743КТ';     DMGrid.Cells[1,4]:='-3±1.5%';       DMGrid.Cells[2,4]:='30';         DMGrid.Cells[3,4]:='150';        DMGrid.Cells[4,4]:='40';          DMGrid.Cells[5,4]:='100';     DMGrid.Cells[6,4]:='3.5';         DMGrid.Cells[7,4]:='6.5';