using System; using System.Collections.Generic; using System.Text; using System.Drawing; namespace HuizhongLibrary.MyAlphaControl { public class ControlInfoExtend { public string TypeName = ""; public string Name = ""; public string SendText = ""; public string LogicName = ""; public string WindowName = ""; public bool SendCache = false; public string SendKey = ""; public Image BackgroundImage = null; } }