Enum order in component view



Hi!

When createing a component, I have this:
TTimeScale = (tsAutomatic, tsYear, tsMonth, tsWeek, tsDay, tsShifts,
tsHour);

Which I'd like to see in that order in the object inspector.
The point is that it sorts in alphabetic order:

tsAutomatic
tsDay
tsHour
tsMonth
tsShifts
tsYear
tsWeek

which is not exactly cottect.
Any idea to avoid this?

S

.