摘要: 模拟用户的单击操作,触发 Click 事件 控件.PerformClick 阅读全文
posted @ 2019-10-29 19:39 _jwj 阅读(1271) 评论(0) 推荐(0) 编辑
摘要: for (int i = 1; i <= 21; i++) { strName = "_txt_input_"+i.ToString(); Control con = this.Controls.Find(strName, true)[0]; con.Text = ""; } 阅读全文
posted @ 2019-10-29 19:35 _jwj 阅读(499) 评论(0) 推荐(0) 编辑
摘要: 1. System.Drawing.Color clrUnEnable = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(204))))); 2. this._ 阅读全文
posted @ 2019-10-29 19:34 _jwj 阅读(957) 评论(0) 推荐(0) 编辑
摘要: #region-----画面のテキストボックスの全選択処理----- /// /// 画面のテキストボックスの全選択処理 /// /// public static void TextBoxEnter_SelectAll(Control crol) { S... 阅读全文
posted @ 2019-10-29 19:13 _jwj 阅读(533) 评论(0) 推荐(0) 编辑