program Findem; uses Forms, Working in 'WORKING.PAS' {WorkingForm}, About2 in 'ABOUT2.PAS' {AboutBox}, decs in 'DECS.PAS', Errors in 'ERRORS.PAS' {ErrorForm}, GetParam in 'GETPARAM.PAS' {GetParams}, Placesol in 'PLACESOL.PAS' {PlaceSolForm}, Puzzle in 'PUZZLE.PAS' {PuzzleForm}, Weights in 'WEIGHTS.PAS' {WeightForm}; {$R *.RES} begin Application.Initialize; Application.Title := 'Find ''em'; Application.HelpFile := 'D:\delphi_source\FINDEM\0.11\FINDEM.HLP'; Application.CreateForm(TGetParams, GetParams); Application.Run; end.