用户控件 System.Windows.Forms.PictureBox 未标记为可序列化
public partial class UCDemo : UserControl{ /// <summary> /// 显示图片 /// </summary> public PictureBox _Pic { get; set; } /// <summary> /// 提示信息 /// </summary> public Label _Lable { get; set; } //.....}