C#窗体自定义控件
2018-06-22 07:35:26来源:未知 阅读 ()
1 using System; 2 using System.Collections.Generic; 3 using System.ComponentModel; 4 using System.Drawing; 5 using System.Data; 6 using System.Linq; 7 using System.Text; 8 using System.Threading.Tasks; 9 using System.Windows.Forms; 10 11 namespace WindowsFormsApplication1 12 { 13 public partial class TestControl : UserControl 14 { 15 private string UserName=""; 16 public TestControl() 17 { 18 InitializeComponent(); 19 } 20 public TestControl(string uid) 21 { 22 InitializeComponent(); 23 UserName = uid; 24 } 25 26 private void TestControl_Load(object sender, EventArgs e) 27 { 28 YongHuDA da = new YongHuDA(); 29 YongHu data = da.Select(UserName); 30 31 pictureBox1.BackgroundImage = Image.FromFile(data.Pic); 32 pictureBox1.BackgroundImageLayout = ImageLayout.Zoom; 33 34 label1.Text = data.Nick; 35 label2.Text = data.Qian; 36 37 button1.Tag = data.Uid; 38 } 39 40 private void pictureBox1_Click(object sender, EventArgs e) 41 { 42 //label1.Text; 43 this.ParentForm.Controls["label1"].Text = label1.Text; 44 45 } 46 47 private void button1_Click(object sender, EventArgs e) 48 { 49 50 } 51 52 53 54 55 56 } 57 }
1 using System; 2 using System.Collections.Generic; 3 using System.ComponentModel; 4 using System.Data; 5 using System.Drawing; 6 using System.Linq; 7 using System.Text; 8 using System.Threading.Tasks; 9 using System.Windows.Forms; 10 11 namespace WindowsFormsApplication1 12 { 13 public partial class Form1 : Form 14 { 15 public Form1() 16 { 17 InitializeComponent(); 18 } 19 20 private void Form1_Load(object sender, EventArgs e) 21 { 22 YongHuDA da = new YongHuDA(); 23 List<YongHu> list = da.Select(); 24 25 foreach (YongHu data in list) 26 { 27 TestControl ctrl = new TestControl(data.Uid); 28 flowLayoutPanel1.Controls.Add(ctrl); 29 } 30 } 31 } 32 }
标签:
版权申明:本站文章部分自网络,如有侵权,请联系:west999com@outlook.com
特别注意:本站所有转载文章言论不代表本站观点,本站所提供的摄影照片,插画,设计作品,如需使用,请与原作者联系,版权归原作者所有
上一篇:关于泛型
- WPF实现带全选复选框的列表控件 2020-03-29
- WPF实现ScrollViewer滚动到指定控件处 2020-03-19
- asp控件和html控件的概念区别 2020-03-09
- 根据控件Id得到控件并对该控件进行操作 2020-03-04
- .net 数据表格显示控件介绍 2020-03-03
IDC资讯: 主机资讯 注册资讯 托管资讯 vps资讯 网站建设
网站运营: 建站经验 策划盈利 搜索优化 网站推广 免费资源
网络编程: Asp.Net编程 Asp编程 Php编程 Xml编程 Access Mssql Mysql 其它
服务器技术: Web服务器 Ftp服务器 Mail服务器 Dns服务器 安全防护
软件技巧: 其它软件 Word Excel Powerpoint Ghost Vista QQ空间 QQ FlashGet 迅雷
网页制作: FrontPages Dreamweaver Javascript css photoshop fireworks Flash