上一页 1 ··· 15 16 17 18 19 20 21 22 23 ··· 26 下一页
摘要: 稍后补充 阅读全文
posted @ 2013-07-24 11:23 秋水惜朝 阅读(187) 评论(0) 推荐(0) 编辑
摘要: 111 阅读全文
posted @ 2013-07-24 10:45 秋水惜朝 阅读(133) 评论(0) 推荐(0) 编辑
摘要: 没有完成,稍后添加。 阅读全文
posted @ 2013-07-24 10:41 秋水惜朝 阅读(249) 评论(0) 推荐(0) 编辑
摘要: 阅读全文
posted @ 2013-07-23 22:19 秋水惜朝 阅读(289) 评论(0) 推荐(0) 编辑
摘要: 阅读全文
posted @ 2013-07-23 15:36 秋水惜朝 阅读(208) 评论(0) 推荐(0) 编辑
摘要: 阅读全文
posted @ 2013-07-23 08:35 秋水惜朝 阅读(95) 评论(0) 推荐(0) 编辑
摘要: 阅读全文
posted @ 2013-07-20 22:21 秋水惜朝 阅读(120) 评论(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;namespace SampleTextEditor{ public partial class Form1 : Form { public Form1() { In... 阅读全文
posted @ 2013-07-20 16:01 秋水惜朝 阅读(245) 评论(0) 推荐(0) 编辑
摘要: buttonOK的代码修改:private void button3_Click(object sender, EventArgs e) { string output; output = "Name:" + this.textBoxName.Text + "\r\n"; output += "Address:" + this.textBoxAddress.Text + "\r\n"; output += "职业:" + (string)(this.checkBox1.Checked ? &qu 阅读全文
posted @ 2013-07-20 14:33 秋水惜朝 阅读(160) 评论(0) 推荐(0) 编辑
摘要: 第一步:设计界面如下:第二步为其空间添加属性:因时间限制,附上截图 } /// /// buttonOK的事件 /// /// /// private void button3_Click(object sender, EventArgs e) { string output; output = "Name:" + this.textBoxName.Text + "\r\n"; output += "Address:" +... 阅读全文
posted @ 2013-07-20 11:34 秋水惜朝 阅读(133) 评论(0) 推荐(0) 编辑
上一页 1 ··· 15 16 17 18 19 20 21 22 23 ··· 26 下一页