public enum 星期
{
星期一 = 0,
星期二,
星期三,
星期四,
星期五,
星期六,
星期天
}
public MainForm()
{
//
// The InitializeComponent() call is required
//for Windows Forms designer support.
//
InitializeComponent();
//
// TODO: Add constructor code
// after the InitializeComponent() call.
//
int idx = 0;
foreach(Control c in groupBox1.Controls)
{
if(c is RadioButton)
{
((RadioButton)c).Text = ((星期)idx).ToString();
((RadioButton)c).Tag = ((星期)idx);
idx++;
}
}
}
void Button1Click(object sender, EventArgs e)
{
foreach(Control c in groupBox1.Controls)
{
if(c is RadioButton)
{
if(((RadioButton)c).Checked == true)
{
星期 week = (星期)(((RadioButton)c).Tag);
MessageBox.Show(week.ToString());
}
}
}
}
this.groupBox1.Controls.Add(this.radioButton1); this.groupBox1.Controls.Add(this.radioButton2); this.groupBox1.Controls.Add(this.radioButton3); this.groupBox1.Controls.Add(this.radioButton4); this.groupBox1.Controls.Add(this.radioButton5); this.groupBox1.Controls.Add(this.radioButton6); this.groupBox1.Controls.Add(this.radioButton7);
机械节能产品生产企业官网模板...
大气智能家居家具装修装饰类企业通用网站模板...
礼品公司网站模板
宽屏简约大气婚纱摄影影楼模板...
蓝白WAP手机综合医院类整站源码(独立后台)...苏ICP备2024110244号-2 苏公网安备32050702011978号 增值电信业务经营许可证编号:苏B2-20251499 | Copyright 2018 - 2025 源码网商城 (www.ymwmall.com) 版权所有