public enum ColorType { Red = 10, Blue = 20, Green = 30, Yellow = 40, }
var A1 = "AAA"; var A2 = "BBBB"; var A3 = "CCC"; var A4 = "DDDD";