2008年12月1日
摘要: Code highlighting produced by Actipro CodeHighlighter (freeware) http://www.CodeHighlighter.com/ -->using System; using System.Collections.Generic; using System.Windows.Forms; using System.Diagnost... 阅读全文
posted @ 2008-12-01 18:18 一路前行 阅读(2403) 评论(0) 推荐(0) 编辑
摘要: Code highlighting produced by Actipro CodeHighlighter (freeware) http://www.CodeHighlighter.com/ -->using System; using System.Collections.Generic; using System.Text; using System.Xml; namespace D... 阅读全文
posted @ 2008-12-01 16:55 一路前行 阅读(533) 评论(0) 推荐(0) 编辑
摘要: foreach (Control ctrlSingle in this.Controls) { if (ctrlSingle is RadioButton) { if (ctrlSingle.Text == strDeviceType) { (ctrlSingle as RadioButton).Checked = true;... 阅读全文
posted @ 2008-12-01 16:14 一路前行 阅读(463) 评论(0) 推荐(0) 编辑