求救C#高手,题目解答
财富不多,希望高手尽力解答一下。4.在窗体中增加两个CheckBox按钮组件和一标签组件Label,Name分别为CheckBox1,CheckBox2,Label1。标...
财富不多,希望高手尽力解答一下。
4. 在窗体中增加两个CheckBox按钮组件和一标签组件Label,Name分别为CheckBox1,CheckBox2,Label1。标签组件Label的属性Text="一个也没选中"。单击CheckBox1和CheckBox2按钮组件事件函数是同一个,函数中所加语句是:
int n=0;
String s;
if(CheckBox1.Checked)
n=n+1;
if(CheckBox2.Checked)
n=n+1;
switch(n)
{ case 0:
s="一个也没选中";
case 1:
s="选中一个";
case 2:
s="选中两个";
}
Label1.Text =s
编译运行后,标签组件Label显示 。单击CheckBox1,标签组件Label显示显示 。单击CheckBox2,标签组件Label显示 。再单击CheckBox1,标签组件Label显示 。再单击CheckBox2,标签组件Label显示 。
6.在窗体中增加组件Label、GroupBox,Name分别为Label1、groupBox1,Label1组件的属性Text="女",groupBox1中有两个单选按钮radioButton1和radioButton2,标题分别是男、女,radioButton1的属性Enabled=false,radioButton2的属性Enabled=true。两个单选按钮单击事件函数中所加语句是:
If(radioButton1.Checked)
Label1.Text=radioButton1.Text
else
Label1.Text=radioButton2.Text
编译运行后, Label显示 ,radioButton1 选中,radioButton2 选中。单击单选按钮radioButton1,radioButton1 选中,radioButton2 选中,Label显示 。单击单选按钮radioButton2,radioButton1 选中,radioButton2 选中,Label显示 。
填写括号里的,感谢
4.编译运行后,标签组件Label显示()。单击CheckBox1,标签组件Label显示显示()。单击CheckBox2,标签组件Label显示()。再单击CheckBox1,标签组件Label显示()。再单击CheckBox2,标签组件Label显示()。
5.编译运行后, Label显示(),radioButton1(被/不被)选中,radioButton2() 选中。单击单选按钮radioButton1,radioButton1()选中,radioButton2()选中,Label显示()。单击单选按钮radioButton2,radioButton1()选中,radioButton2()选中,Label显示()。 展开
4. 在窗体中增加两个CheckBox按钮组件和一标签组件Label,Name分别为CheckBox1,CheckBox2,Label1。标签组件Label的属性Text="一个也没选中"。单击CheckBox1和CheckBox2按钮组件事件函数是同一个,函数中所加语句是:
int n=0;
String s;
if(CheckBox1.Checked)
n=n+1;
if(CheckBox2.Checked)
n=n+1;
switch(n)
{ case 0:
s="一个也没选中";
case 1:
s="选中一个";
case 2:
s="选中两个";
}
Label1.Text =s
编译运行后,标签组件Label显示 。单击CheckBox1,标签组件Label显示显示 。单击CheckBox2,标签组件Label显示 。再单击CheckBox1,标签组件Label显示 。再单击CheckBox2,标签组件Label显示 。
6.在窗体中增加组件Label、GroupBox,Name分别为Label1、groupBox1,Label1组件的属性Text="女",groupBox1中有两个单选按钮radioButton1和radioButton2,标题分别是男、女,radioButton1的属性Enabled=false,radioButton2的属性Enabled=true。两个单选按钮单击事件函数中所加语句是:
If(radioButton1.Checked)
Label1.Text=radioButton1.Text
else
Label1.Text=radioButton2.Text
编译运行后, Label显示 ,radioButton1 选中,radioButton2 选中。单击单选按钮radioButton1,radioButton1 选中,radioButton2 选中,Label显示 。单击单选按钮radioButton2,radioButton1 选中,radioButton2 选中,Label显示 。
填写括号里的,感谢
4.编译运行后,标签组件Label显示()。单击CheckBox1,标签组件Label显示显示()。单击CheckBox2,标签组件Label显示()。再单击CheckBox1,标签组件Label显示()。再单击CheckBox2,标签组件Label显示()。
5.编译运行后, Label显示(),radioButton1(被/不被)选中,radioButton2() 选中。单击单选按钮radioButton1,radioButton1()选中,radioButton2()选中,Label显示()。单击单选按钮radioButton2,radioButton1()选中,radioButton2()选中,Label显示()。 展开
展开全部
你要实现的功能太简单,但是你的表达太难懂,你自己能看懂下面说的是什么吗?
编译运行后,标签组件Label显示 。单击CheckBox1,标签组件Label显示显示 。单击CheckBox2,标签组件Label显示 。再单击CheckBox1,标签组件Label显示 。再单击CheckBox2,标签组件Label显示 。
编译运行后, Label显示 ,radioButton1 选中,radioButton2 选中。单击单选按钮radioButton1,radioButton1 选中,radioButton2 选中,Label显示 。单击单选按钮radioButton2,radioButton1 选中,radioButton2 选中,Label显示 。
编译运行后,标签组件Label显示 。单击CheckBox1,标签组件Label显示显示 。单击CheckBox2,标签组件Label显示 。再单击CheckBox1,标签组件Label显示 。再单击CheckBox2,标签组件Label显示 。
编译运行后, Label显示 ,radioButton1 选中,radioButton2 选中。单击单选按钮radioButton1,radioButton1 选中,radioButton2 选中,Label显示 。单击单选按钮radioButton2,radioButton1 选中,radioButton2 选中,Label显示 。
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询