摘要:
namespace Tools { partial class FormHome { /// /// 必需的设计器变量。 /// private System.ComponentModel.IContainer components = null; /// /// 清理所有正在使用... 阅读全文
摘要:
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... 阅读全文
摘要:
foreach (Control control in this.TpChange.Controls) { //MessageBox.Show(control.GetType().ToString()); if (control.GetType().ToString() == "System.Windows.F... 阅读全文
摘要:
//选中选项 public void SelectListIndex(ref ListControl wc, string textOrValue, bool isText) { string tempType = wc.GetType().ToString(); tempType = tempType.Replace("S... 阅读全文