In diesen Teil soll es rein:
Delphi-Quellcode:
program Project1;
uses
Forms,
Unit1 in 'Unit1.pas' {Form1};
{$R *.res}
begin
Application.Initialize;
Application.CreateForm(TForm1, Form1);
Application.Run;
end.
Ich will nur den Computer vor meinem Bruder schützen ! Sonst wäre es außerdem zu einfach, daher die Frage.