Also du öffnest den Frame und drückst ALT-F12. Dann siehst du:
Delphi-Quellcode:
object FrameTest: TFrameTest
Left = 0
Top = 0
Width = 320
Height = 240
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
OldCreateOrder = True
PixelsPerInch = 96
TextHeight = 13
object Label1: TLabel
Left = 120
Top = 120
Width = 50
Height = 13
Caption = 'TestFrame'
end
end
Du löschst den Eintrag
OldCreateOrder = True und abspeichern. Projekt schliessen & neu öffnen.