I apologize for the confusion. I am not sure about all the confusion, so let's start at the beginning.
You started by saying that you want a post hoc pairwise slope comparison with a custom test. So the trend line for each group appears to be different and you want to test the difference. Let's try.
(NOTE: I received fantastic help from a colleague in technical support. My reply is based on his explanation.)
You can perform the custom tests in one step, but I am going to break it into two steps so you can see the development of the correct coefficients.
Step 1: Use custom tests of the slope of the line for each treatment. The first column in the custom test should be [ 0, 0, 0, 1, 1, 0, 0 ]. That is, the only parameters with a 1 are Pulse Duration and Treatment[PT]*Pulse Duration. The reason is because the slope of the line is the common slope, Pulse Duration, plus the differential slope for Treatment[PT]. Their sum is the slope you want to test against 0. The second column should be [ 0, 0, 0, 1, 0, 1, 0 ] because you are adding the Pulse Duration and the Treatment[CS]*Pulse Duration. Finally, add the differential slope for the third treatment but it is not explicitly reported. But we know that it is the negative of the sum of the other two parameters because of the way that the JMP parameterizes a categorical factor. So the third column should be [ 0, 0, 0, 1, -1, -1, 0 ].
Again, you do not need this step for the actual custom test that you want. It only helps my explanation of the actual tests. At this point we have determined the correct coefficients for the custom tests of the individual slopes.
Step 2: You want to compare the individual slopes, not to zero, but to each other, two at a time. We simply subtract the columns used in step 1 two at a time! To compare the slope of PT to CS, we subtract the column of coefficients in step one for CS from those for PT. So [ 0, 0, 0, 1, 1, 0, 0 ] - [ 0, 0, 0, 1, 0, 1, 0 ] = [ 0, 0, 0, 0, 1, -1, 0 ]. The column to test PT to OF is [ 0, 0, 0, 1, 1, 0, 0 ] - [ 0, 0, 0, 1, -1, -1, 0 ] = [ 0, 0, 0, 0, 2, 1, 0 ]. Finally, the column to test CS to OF is [ 0, 0, 0, 1, 0, 1, 0 ] - [ 0, 0, 0, 1, -1, -1, 0 ] = [ 0, 0, 0, 0, 1, 2, 0 ].
As before, you can always check the coefficients by comparing to the Value that JMP reports for the test with the hand calculations of the sums and differences of the parameter estimates.