摘要: //容器控件为tableLayoutPanel1 foreach (Control label in tableLayoutPanel1.Controls) { if (label.GetType().ToString() == "System.Windows.Forms.Label") ... 阅读全文
posted @ 2018-04-20 15:01 履霜.1989 阅读(1567) 评论(0) 推荐(1)
摘要: using System.Drawing;using System.Drawing.Drawing2D;using System.Drawing.Printing; 阅读全文
posted @ 2018-04-20 14:45 履霜.1989 阅读(2209) 评论(0) 推荐(0)