program PCGUIDes; uses Forms, pcCustomForm; {$R *.res} begin Application.Initialize; Application.CreateForm(TfrmCustom, frmCustom); Application.Run; end.