w:=screen.Width;
  h:=screen.Height;
  Top1:=(w-form1.Width*2)/2;
  Left1:=(h-form1.height*2)/2;
w、h、Top1、Left1都是Integer是的报错:Incompatible types: 'Integer' and 'Extended'