摘要: using System;using System.Collections.Generic;using System.ComponentModel;using System.Data;using System.Drawing;using System.Text;using System.Windows.Forms;namespace WindowsApplication1{public partial class Form2 : Form{public Form2(){InitializeComponent();}private void Form2_SizeChanged(object se 阅读全文
posted @ 2012-05-17 14:13 二哥(阿伟) 阅读(382) 评论(0) 推荐(0)
摘要: using System;using System.Collections.Generic;using System.ComponentModel;using System.Data;using System.Drawing;using System.Linq;using System.Text;using System.Windows.Forms;using System.Runtime.InteropServices;namespace WindowsFormsApplication1{ public partial class Form1 : Form { pu... 阅读全文
posted @ 2012-05-17 10:59 二哥(阿伟) 阅读(685) 评论(0) 推荐(0)