CHeighlund
Programmer
I'm working on a project to create a Delphi equivalent to a number of paper forms, so that the people who are supposed to fill these forms out can do it on the system and then submit the results directly to the database (and their superiors, via email).
I've been attempting to match the structure of the forms as much as possible. One of them has a grading scale shown on the back for scoring. I'm now doing the scoring in-system, but I'm trying to figure out a way to keep the 'show score options' block, given that I haven't been specifically requested to remove it.
I'd thought about using a Radiogroup box there (closest match to original style), but I don't want the user to be able to change the options. Disabling (Enabled := False) causes the text to gray out, so that's not a good way around that problem.
Does anyone know of a good way to make the selected item in a radiogroup static? Or, absent that, is there some way I can create a simply decorative item that looks like a radiogroup box?
I've been attempting to match the structure of the forms as much as possible. One of them has a grading scale shown on the back for scoring. I'm now doing the scoring in-system, but I'm trying to figure out a way to keep the 'show score options' block, given that I haven't been specifically requested to remove it.
I'd thought about using a Radiogroup box there (closest match to original style), but I don't want the user to be able to change the options. Disabling (Enabled := False) causes the text to gray out, so that's not a good way around that problem.
Does anyone know of a good way to make the selected item in a radiogroup static? Or, absent that, is there some way I can create a simply decorative item that looks like a radiogroup box?