Zitat:
Wie sieht denn die
DFM aus?
Standardform mit einem Button und einem Hauptmenü mit zwei Menuitems drauf:
Delphi-Quellcode:
object Form1: TForm1
Left = -1469
Top = 233
Width = 589
Height = 291
Caption = 'Form1'
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -13
Font.Name = 'MS Sans Serif'
Font.Style = []
Menu = MainMenu1
OldCreateOrder = False
OnResize = FormResize
PixelsPerInch = 120
TextHeight = 16
object KillButton: TButton
Left = 56
Top = 32
Width = 75
Height = 25
Caption = 'KillButton'
TabOrder = 0
OnClick = KillButtonClick
end
object MainMenu1: TMainMenu
Top = 32
object Menu1: TMenuItem
Caption = 'Menu'
end
object SubMenu: TMenuItem
Caption = 'SubMenu'
end
end
end
Zitat:
warum kein Delphi 10.2 Starter?
??? Ich arbeite nicht mit Delphi 10.
Ah, ich sehe das gibts kostenlos. Bisher war ich mit D7 glücklich.
Kann das Problem jemand reproduzieren oder tritt das nur bei mir auf?