You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

20 lines
489 B
C#

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;
}
}