To de-couple front panel from internal program representation, we always show Caption instead of Label. This also eases internationalization.
We need a similar mechanism for enums where we have a front panel "Caption" associated with each element in the enum. I recognize this requires three layers for each element: its numerical value, its name which shows up in the case selector, and its Alias (caption) which is shown on the front panel. Thus we get readable code for enums that also can be internationalized.
Carsten Thomsen