How about a list box, three text boxes, and three command buttons. The List Box shows all of your manual entry cooridinates in a comma or tab delimited format, Example (0.001 9.0123 5.002). You can scroll through the list and select a row. When you select a row of data the X, Y, Z data appears in the three text boxes for editing. The three command buttons could ADD, UPDATE, or DELETE the current selected row of data in the List Box. The default selected row could always be the last row in the list. Therefore, if you click the ADD button it will always add the data to the end of you List Box. When your done, I suppose you will need a "Generate GCODE" button or menu option. |