DHCP in Mikrotik

I want to do this scenario in Mikrotik, that all the PCs get IP from Mikrotik and make them static and then bound to Mikrotik that only serve these PCs with the same IP address and will not issue any new IP to any new PC.
Can you tell me how i can do it?
Thanks

a) configure a normal DHCP server and get leases on all clients
b) go to IP > DHCP Server > Leases and convert all the leases to static (in Winbox right click the lease and select “Make Static”, on the CLI use “/ip dhcp-server lease { make-static [find] }”
c) set the IP pool of the DHCP server to ‘none’ so no new dynamic leases will be handed out

thanks fewi, this is exactly what i want…