权声明:本文为博主原创文章,未经博主允许不得转载. // 为textBox1添加一个日期时间选择控件 DateTimeChoser.AddTo(textBox1); DateTimeChoser.Designer.cs using System; using System.ComponentModel; using System.Drawing; using System.Reflection; using System.Windows.Forms; namespace pictureAnaly…