if (radioButton1.Checked == true)
                textBox2.Text = 姓名: + textBox1.Text +    性别: + radioButton1.Text +     专业 + comboBox1.Text;
            else
                textBox2.Text = 姓名: + textBox1.Text +    性别: + radioButton2.Text +     专业 + comboBox1.Text;
        }

private void button2_Click(object sender, EventArgs e)
        {
            if (checkBox1.Checked == true)
                textBox2.Text = textBox2.Text +    爱好: + checkBox1.Text +   ;
            if (checkBox2.Checked == true)
                textBox2.Text = textBox2.Text + checkBox2.Text +   ;
        }

private void groupBox2_Enter(object sender, EventArgs e)
        {

}

最新文章

  1. eclipse如何添加Memory Analyzer
  2. 使用strings查看二进制文件中的字符串
  3. yum安装配置
  4. 如何安装PANABIT?
  5. Windows下PHP版本选取
  6. [iOS翻译]《iOS7 by Tutorials》系列:iOS7的设计精髓(下)
  7. 两天以来对plsqldev操作的记忆
  8. magneto创建运费模板
  9. [ActionScript 3.0] AS3 GUID(全局唯一标识符)
  10. js:关于IE6/7下new Date(值)输出为NaN的解决方案
  11. JavaScript中你可能不知道的九件事
  12. 照片详细解释YUV420数据格式
  13. 松瀚SN8P2711 2722 ADC初始化程序及应用--汇编源码
  14. 绑定微信以及获取openId
  15. Flex中TabNavigator隐藏和显示选项卡
  16. ES6.3.2 副本失败处理
  17. C语言复习---输出魔方阵
  18. 【SQL Server】MS SQL Server中的CONVERT日期格式化大全
  19. mysql 定时备份任务
  20. Android 8 声音调整过程

热门文章

  1. 【前端自动化构建 grunt、gulp、webpack】
  2. HBase设计与开发
  3. 爬虫扒下 bilibili 视频信息
  4. javascript => 方法的简写形式
  5. 攻克了Cocoapods Undefined symbols for architecture _OBJC_CLASS_xxxx的问题,辛苦死我了,记录下之后有空在研究
  6. Linux-信号详解
  7. 【MyBatis学习03】原始dao开发方法及其弊端
  8. 今日头条&58转转笔试
  9. jquery ajax 脑图
  10. GEEK学习笔记— —程序猿面试宝典笔记(三)