摘要: 1、让程序启动时就以最大化显示:只需要在窗体加载时添加下面代码 this.WindowState = FormWindowState.Maximized;//设置最大化显示 阅读全文
posted @ 2012-06-17 16:18 金河 阅读(197) 评论(0) 推荐(0) 编辑