using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading; namespace HNWD.LatticeScreen.Server { internal enum TextProgramAlignMode { LeftTop = 0xE02, LeftCenter = 0xE12, LeftBottom = 0xE22, CenterTop = 0xE42, CenterCenter = 0xE52, CenterBottom = 0xE62, BottomTop = 0xE82 , BottomCenter = 0xE92 , BottomBottom = 0xEA2 , } }