摘要: private void circlePanel_Click(object sender, EventArgs e) { var panel=sender as UIPanel; if (panel.Tag == null|| Convert.ToInt32(panel.Tag) ==0) { // 阅读全文
posted @ 2021-05-19 15:27 勿_忘 阅读(931) 评论(0) 推荐(0) 编辑
摘要: using System; using System.Collections.Generic; using System.ComponentModel.DataAnnotations; using System.Data; using System.Data.SqlClient; using Sys 阅读全文
posted @ 2021-05-17 11:25 勿_忘 阅读(291) 评论(0) 推荐(0) 编辑
摘要: label1.BackColor = Color.Transparent;//设置背景颜色为透明 label1.Parent = pictureBox1;//将pictureBox1设为标签的父控件,也可以设置其他控件作为父类 //pictureBox1.Controls.Add(label1);/ 阅读全文
posted @ 2021-05-10 08:56 勿_忘 阅读(844) 评论(0) 推荐(0) 编辑