2010年4月15日
摘要: using System;using System.Collections.Generic;using System.ComponentModel;using System.Drawing;using System.Data;using System.Linq;using System.Text;using System.Windows.Forms;namespace BaseControl{ public partial class Room : Button { public Room() { InitializeComponent(); Width = 100;//设置按钮的款度 Hei 阅读全文
posted @ 2010-04-15 19:30 guoxuefeng 阅读(1035) 评论(0) 推荐(0) 编辑