c#单选和复选按钮联系 初学者不容错过……

时间:2014-06-15 16:42:18
【文件属性】:

文件名称:c#单选和复选按钮联系 初学者不容错过……

文件大小:47KB

文件格式:ZIP

更新时间:2014-06-15 16:42:18

c# 单选和复选按钮 详细代码 完整项目

主要代码:private void radZhfx_CheckedChanged(object sender, EventArgs e) { if (radZhfx.Checked == true) { label2.Visible = true; label3.Visible = label4.Visible=false; textBox1.Visible = true; textBox2.Visible = textBox3.Visible = false; label2.Text = "长:"; lblResult.Text = "面积:"; } }


【文件预览】:
测验二
----测验二.sln(921B)
----测验二.suo(17KB)
----测验二()
--------Form1.cs(4KB)
--------bin()
--------obj()
--------Properties()
--------Program.cs(490B)
--------Form1.Designer.cs(10KB)
--------测验二.csproj(4KB)
--------Form1.resx(6KB)
--------测验二.csproj.user(74B)
--------Rectangle.cs(450B)

网友评论

  • 可以使用,只是功能很简单。