program KeyWM_; uses Forms, KeyWM_Key in 'KeyWM_Key.pas' {Form1}; {$R *.res} begin Application.Initialize; Application.CreateForm(TForm1, Form1); Application.Run; end.