Replace "myresource" with the resource name shown by LazRes.
Screen.Cursors[1] := LoadCursorFromLazarusResource('cursorname');
On Windows, make a BAT file with the following code:
lazres myresource.lrs cursorname.cur
pause
and use it instead of running LazRes directly. Then you will see the resource name shown by LazRes.