如题   请各位高手不吝赐教~~~

解决方案 »

  1.   

     试试修改Form的以下属性就可以了。
      ClientHeight
      ClientWidth
      BorderStyle
      BorderIcons
      Constraints
      Position   
      

  2.   

    去窗体文件下面改
    object Form1: TForm1
      Left = 192
      Top = 107
      Width = 870
      Height = 500
      Caption = 'Form1'
      Color = clBtnFace
      Font.Charset = DEFAULT_CHARSET
      Font.Color = clWindowText
      Font.Height = -11
      Font.Name = 'MS Sans Serif'
      Font.Style = []
      OldCreateOrder = False
      OnCreate = FormCreate
      PixelsPerInch = 96
      TextHeight = 13
    end