换种思路        public class AButton : Button 
        {
            public int tem = 0;
        }private void MdiForm_Load(object sender, EventArgs e)
{
AButton b= new AButton ();
b.item=10;
this.Controls.Add(b);
}