2013年1月11日
摘要: private void frmWatch_Load(object sender, EventArgs e) { FormWidth = this.Width; FormHeight = this.Height; SetTag(this); } /// <summary> /// 窗体控件自适应大小 /// </summary> private float formWidth; private float formHeig... 阅读全文
posted @ 2013-01-11 11:33 酒歌 阅读(284) 评论(0) 推荐(0)