摘要: using System.Collections.Generic; using System.Drawing; using System.Windows.Forms; namespace WGClient { class AutoSizeFormClass { //(1).声明结构,只记录窗体和其控 阅读全文
posted @ 2024-07-04 09:21 tyxajh 阅读(223) 评论(0) 推荐(0) 编辑
摘要: private string Notes = "提示文本"; private void textBox1_Leave(object sender, EventArgs e) { // 退出失去焦点,重新显示 if (string.IsNullOrEmpty(textBox1.Text)) { tex 阅读全文
posted @ 2024-07-04 09:19 tyxajh 阅读(4) 评论(0) 推荐(0) 编辑