摘要: using System; using System.Collections.Generic; using System.ComponentModel; using System.Data; using System.Drawing; using System.Linq; using System.Text; using System.Threading.Tasks; using Sys... 阅读全文
posted @ 2019-05-28 13:40 玄~轩逸 阅读(323) 评论(0) 推荐(0) 编辑
摘要: 1:button控件的生成方式 Button button = new Button(); button.Size = new Size(80, 80); button.Location = new Point(10, 10); button.Text = "aa"; this.Controls.A 阅读全文
posted @ 2019-05-28 10:30 玄~轩逸 阅读(341) 评论(0) 推荐(0) 编辑