Sets the position of the last added component in a custom dialog.
If `y` is `-1`, the component is placed at the same position as the last one. If no position is specified, components are placed below the last one.
dlg_comp_pos(handle, x, y)
Set the position of the last added component to (50, 100)
dlg_comp_pos(hnd, 50, 100);