rt

解决方案 »

  1.   

    Image直接放在Form上?设Image的align为alClient。
      

  2.   

    Form大小变动时会触发其Resize事件.在那处理即可.
      

  3.   

    Image1.Align:=alClient;
      Image1.Stretch:=true;
      

  4.   

    楼上以及楼上的楼上
    那样好像是image随图片大小而变化吧??!!!在form的resize事件中写
      

  5.   

    不对,应该:
       image2.Width := screen.Width;
       image2.Height := screen.Height;
      

  6.   

    设置Anchor属性的四边都为 True