Hallo,
ich habe mal ein Minimal-Beispiel erzeugt.
Sowohl FormShow als auch FormActivate funktionieren.
Delphi-Quellcode:
procedure TForm133.FormShow(Sender: TObject);
begin
LabeledEdit2.SetFocus;
end;
Allerdings ohne das LMCLogin.ActiveControl:=LMCLogin.lbledtUsername;
Ist das wirklich dein ganzer Code?
Mache mal ein neues leeres Projekt und probier das aus.