code:=getdtmfcode(channelno);
if code=1 then
begin
stopplayfile(channelno);
showgrid.Cells[3,channelno+1]:='余额是……';
rsetindexplayfile(channelno);
addindexplayfile(channelno,'voc/bank.005');
startindexplayfile(channelno);
addindexplayfile(channelno,'voc/d4');
addindexplayfile(channelno,'voc/d12');
addindexplayfile(channelno,'voc/d8');
addindexplayfile(channelno,'voc/d11');
addindexplayfile(channelno,'voc/d9');
addindexplayfile(channelno,'voc/d10');
addindexplayfile(channelno,'voc/d5');
addindexplayfile(channelno,'voc/d15');
addindexplayfile(channelno,'voc/d1');
addindexplayfile(channelno,'voc/d3');
addindexplayfile(channelno,'voc/bank.008');
channel[channelno].Step:=9;
end
else
if code=2 then
begin
stopplayfile(channelno);
showgrid.Cells[3,channelno+1]:='利率是……';
rsetindexplayfile(channelno);
addindexplayfile(channelno,'voc/bank.006');
startindexplayfile(channelno);
addindexplayfile(channelno,'voc/d0');
addindexplayfile(channelno,'voc/d15');
addindexplayfile(channelno,'voc/d3');
addindexplayfile(channelno,'voc/d7');
addindexplayfile(channelno,'voc/bank.008');
channel[channelno].Step:=9;
end
else
if code=3 then
begin
stopplayfile(channelno);
showgrid.Cells[3,channelno+1]:='利息是……';
rsetindexplayfile(channelno);
addindexplayfile(channelno,'voc/bank.007');
startindexplayfile(channelno);
addindexplayfile(channelno,'voc/d5');
addindexplayfile(channelno,'voc/d11');
addindexplayfile(channelno,'voc/d7');
addindexplayfile(channelno,'voc/d10');
addindexplayfile(channelno,'voc/d15');
addindexplayfile(channelno,'voc/d5');
addindexplayfile(channelno,'voc/d6');
addindexplayfile(channelno,'voc/bank.008');
channel[channelno].Step:=9;
end;