日期:2014-05-17 浏览次数:20911 次
private void Form1_Load(object sender, EventArgs e) { Bitmap bmp = new Bitmap(@"..\..\gid867.gif"); pictureBox1.Image = bmp; }