摘要: 窗体移动 //窗体移动API [DllImport("user32.dll")] public static extern bool ReleaseCapture(); [DllImport("user32.dll")] public static extern bool SendMessage(I 阅读全文
posted @ 2017-04-25 00:22 天晴微笑 阅读(266) 评论(0) 推荐(0) 编辑
摘要: 一、布局 Autostroll 控件内容大于可见区域是否自动显示滚动条 Maximumsize 窗体可调到最大尺寸 minimumsize 窗体可调到最小尺寸 size 窗体看到的尺寸 StarPosition 窗体位置 -WindowsDefaultLocation 默认的 -CenterScre 阅读全文
posted @ 2017-04-25 00:17 天晴微笑 阅读(564) 评论(0) 推荐(0) 编辑