摘要: private void numericUpDown1_ValueChanged(object sender, EventArgs e) { if (numericUpDown1.Value == 1) radioButton1.Checked = true; if (numericUpDown1. 阅读全文
posted @ 2017-09-28 22:44 silvia_z 阅读(147) 评论(0) 推荐(0) 编辑
摘要: private void numericUpDown1_ValueChanged(object sender, EventArgs e) { this.trackBar1.Value = (int)numericUpDown1.Value; } private void trackBar1_Scro 阅读全文
posted @ 2017-09-28 22:28 silvia_z 阅读(219) 评论(0) 推荐(0) 编辑
摘要: private void toolStripButton1_Click(object sender, EventArgs e) {//位置,背景颜色 this.label1.Location = new Point(50,60); this.toolStripStatusLabel1.Text = 阅读全文
posted @ 2017-09-24 22:41 silvia_z 阅读(280) 评论(0) 推荐(0) 编辑
摘要: using System;using System.Collections.Generic;using System.Linq;using System.Text;using System.Threading.Tasks; namespace TEST1_1{ class Program { sta 阅读全文
posted @ 2017-09-11 22:16 silvia_z 阅读(218) 评论(0) 推荐(0) 编辑
摘要: using System;using System.Collections.Generic;using System.Linq;using System.Text;using System.Threading.Tasks; namespace TEST___1{ class Program { st 阅读全文
posted @ 2017-09-11 20:32 silvia_z 阅读(214) 评论(0) 推荐(0) 编辑
摘要: uwpUWP即Windows 10 中的Universal Windows Platform简称。即Windows通用应用平台,UWP 会根据不同的设备类型使用相应的自适应 UI(User Interface用户界面) 控件,并使用运行 Windows 10 Insider Preview 的所有设 阅读全文
posted @ 2017-09-11 19:56 silvia_z 阅读(294) 评论(0) 推荐(0) 编辑