W wind_huang Unregistered / Unconfirmed GUEST, unregistred user! 2002-09-20 #1 我将FORM的“Constraints”中的Maxwidth的值设定为500,结果FORM变窄了,之后想增大FORM,却不能增大,增大MAXWIDTH的值,也不能增大FROM,把MAXWIDTH的值设为0,也毫无效果,请各位大虾救我。
我将FORM的“Constraints”中的Maxwidth的值设定为500,结果FORM变窄了,之后想增大FORM,却不能增大,增大MAXWIDTH的值,也不能增大FROM,把MAXWIDTH的值设为0,也毫无效果,请各位大虾救我。
S svw0506 Unregistered / Unconfirmed GUEST, unregistred user! 2002-09-20 #4 在Form上按Alt+F12进入窗体的文本模式,看有没有: Constraints.MaxWidth = 500 之类的语句,有就删了,然后按Alt+F12返回 以下是个新窗体的文本,对比一下: object Form1: TForm1 Left = 192 Top = 107 Width = 542 Height = 375 Caption = 'Form1' Color = clBtnFace Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] OldCreateOrder = False PixelsPerInch = 96 TextHeight = 13 end
在Form上按Alt+F12进入窗体的文本模式,看有没有: Constraints.MaxWidth = 500 之类的语句,有就删了,然后按Alt+F12返回 以下是个新窗体的文本,对比一下: object Form1: TForm1 Left = 192 Top = 107 Width = 542 Height = 375 Caption = 'Form1' Color = clBtnFace Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] OldCreateOrder = False PixelsPerInch = 96 TextHeight = 13 end
W wind_huang Unregistered / Unconfirmed GUEST, unregistred user! 2002-09-20 #5 之前我都这样试过,但还是不成功,要是删除重做,里面有许多组件,而且很多是连环的。不太理想。