Like Silvy said, you will want a list box and a couple of buttons the conde in the buttons will look something like this:
	Code:
	    if listbox.item > -1 then
    {
        i=listbox1.itemindex;
        listbox1.insert(i-1,listbox.strings[i];
        listbox1.delete(i);
    }
 That would move it up, simular code for moving it down.