摘要: 设置控件的位置不可使用Location.x 或者Location.Y来设置控件的位置以下是解决的方法: 第一种方法: //控制一个控件的显示位置 button1.Top = 100; button1.Left = 100; 第二种方法: //给一个控件赋值 的两种方法 button1.Locatio... 阅读全文
posted @ 2012-04-23 08:57 至道中和 阅读(2682) 评论(0) 推荐(0) 编辑