using System; using System.Collections.Generic; using System.ComponentModel; using System.Drawing; using System.Data; using System.Linq; using System.Text; using System.Windows.Forms; namespace Lskj.SweepCode.Control { public partial class SweepButton : UserControl { public SweepButton() { InitializeComponent(); } /// /// 标题对象 /// /// The title label object. public Label TitleLabelObj { get { return btn_title; } } } }