表格显示错误的大小Delphi xe7 iOS

时间:2015-01-30 20:02:54

标签: delphi delphi-xe7

我将使用旧版delphi构建的项目上传到Delphi XE7中,这是部署到iPhone模拟器5时的结果。enter image description here

如何修复以便黑色空间消失并且表单的大小/显示正确?

更新:

object Form1: TForm1
  Left = 0
  Top = 0
  Caption = 'Form1'
  ClientHeight = 480
  ClientWidth = 640
  FormFactor.Width = 320
  FormFactor.Height = 480
  FormFactor.Devices = [Desktop, iPhone, iPad]
  DesignerMasterStyle = 0
  object Text1: TText
    Position.X = 200.000000000000000000
    Position.Y = 128.000000000000000000
    Text = 'test'
  end
end

0 个答案:

没有答案