摘要: namespace Tools { partial class FormHome { /// /// 必需的设计器变量。 /// private System.ComponentModel.IContainer components = null; /// /// 清理所有正在使用... 阅读全文
posted @ 2008-12-02 18:48 bestsaler 阅读(258) 评论(0) 推荐(0) 编辑
摘要: using System; using System.Collections.Generic; using System.ComponentModel; using System.Data; using System.Drawing; using System.Text; using System.Windows.Forms; using System.Data.SqlClient; namesp... 阅读全文
posted @ 2008-12-02 18:48 bestsaler 阅读(314) 评论(0) 推荐(0) 编辑
摘要: foreach (Control control in this.TpChange.Controls) { //MessageBox.Show(control.GetType().ToString()); if (control.GetType().ToString() == "System.Windows.F... 阅读全文
posted @ 2008-12-02 16:38 bestsaler 阅读(142) 评论(0) 推荐(0) 编辑
摘要: //选中选项 public void SelectListIndex(ref ListControl wc, string textOrValue, bool isText) { string tempType = wc.GetType().ToString(); tempType = tempType.Replace("S... 阅读全文
posted @ 2008-12-02 14:37 bestsaler 阅读(154) 评论(0) 推荐(0) 编辑