摘要: C#实现窗体中所有控件跟随窗体尺寸的自由变换 using System; using System.Collections.Generic; using System.ComponentModel; using System.Data; using System.Drawing; using System.Text; using System.Windows.Forms; using System.Collections;namespace WindowsApplication3 { public partial class Form1 : Form { /****************** 阅读全文
posted @ 2010-10-28 18:45 lcxu2 阅读(324) 评论(0) 推荐(0) 编辑