using System; using System.Collections.Generic; using System.Linq; using System.Text; namespace LYFZ.ComponentLibrary { public class ButtonEx:ButtonExpand { public ButtonEx() { this.IsShowText = true; this.Width = 85; this.Height = 28; } } }